/* ============================================================
   STICK NOTE
   CONTACT PAGE
   FULL BLUE EDITORIAL DESIGN
============================================================ */


/* ============================================================
   01. RESET
============================================================ */

.contact-page {
    margin: 0;
    padding: 0;
    background: #0756a8;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
}

.contact-page *,
.contact-page *::before,
.contact-page *::after {
    box-sizing: border-box;
}

.contact-page a {
    color: inherit;
}


/* ============================================================
   02. CONTACT HERO
============================================================ */

.contact-hero {
    position: relative;
    min-height: 720px;
    padding: 180px 0 90px;
    background:
        linear-gradient(
            135deg,
            #06458e 0%,
            #0756a8 48%,
            #0870c9 100%
        );
    overflow: hidden;
}


/* Large background typography */

.contact-hero::before {
    content: "CONTACT";
    position: absolute;
    left: -35px;
    bottom: -55px;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(120px, 18vw, 300px);
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.08em;

    color: rgba(255, 255, 255, 0.035);
    pointer-events: none;
    white-space: nowrap;
}


/* Small decorative line */

.contact-hero::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 1px;

    right: 7%;
    top: 230px;

    background: rgba(255, 255, 255, 0.25);
}


.contact-hero-inner {
    position: relative;
    z-index: 2;

    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: center;
    gap: 100px;
}


/* ============================================================
   03. HERO TEXT
============================================================ */

.contact-heading {
    max-width: 800px;
}


.contact-small-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 28px;

    color: #ffd400;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
}


.contact-small-label::before {
    content: "";
    width: 38px;
    height: 2px;
    background: #ffd400;
}


.contact-heading h1 {
    margin: 0;

    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(80px, 11vw, 170px);
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: -0.075em;
    text-transform: uppercase;
}


.contact-heading h1 span {
    display: block;
    color: #ffd400;
}


.contact-heading p {
    max-width: 480px;

    margin: 42px 0 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 17px;
    line-height: 1.7;
}


/* ============================================================
   04. MAP CARD
============================================================ */

.map-card {
    width: 100%;
    max-width: 390px;

    padding: 14px;

    background: rgba(255, 255, 255, 0.10);

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 24px;

    box-shadow:
        0 30px 70px rgba(0, 25, 70, 0.28);

    backdrop-filter: blur(12px);

    transform: rotate(2deg);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


.map-card:hover {
    transform: rotate(0deg) translateY(-8px);

    box-shadow:
        0 40px 90px rgba(0, 20, 60, 0.35);
}


.map-top {
    height: 38px;

    padding: 0 5px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
}


.map-location {
    color: #ffd400;
}


.map-frame {
    position: relative;

    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;

    border-radius: 16px;

    background: #d9e8f4;
}


.map-frame iframe {
    width: 100%;
    height: 100%;

    display: block;

    border: 0;

    filter:
        saturate(0.75)
        hue-rotate(165deg)
        contrast(1.05);
}


/* Map pin */

.map-pin {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 38px;
    height: 38px;

    transform: translate(-50%, -50%) rotate(-45deg);

    background: #ffd400;

    border-radius: 50% 50% 50% 0;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.25);
}


.map-pin span {
    position: absolute;

    width: 12px;
    height: 12px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    background: #0756a8;

    border-radius: 50%;
}


.map-address {
    padding: 18px 5px 5px;

    display: flex;
    flex-direction: column;
    gap: 5px;
}


.map-address strong {
    font-family: "Space Grotesk", sans-serif;

    font-size: 15px;
    letter-spacing: 0.04em;
}


.map-address span {
    color: rgba(255, 255, 255, 0.58);

    font-size: 11px;
    line-height: 1.5;
}


/* ============================================================
   05. CONTACT CONTENT
============================================================ */

.contact-content {
    position: relative;

    padding: 130px 0;

    background: #0756a8;
}


.contact-content-inner {
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 120px;
}


/* ============================================================
   06. CONTACT INFORMATION
============================================================ */

.contact-info {
    padding-top: 10px;
}


.section-label {
    display: inline-block;

    margin-bottom: 35px;

    color: #ffd400;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.17em;
}


.contact-info h2 {
    max-width: 560px;

    margin: 0;

    font-family: "Space Grotesk", sans-serif;

    font-size: clamp(44px, 5vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}


.contact-info h2 em {
    color: #ffd400;
    font-style: normal;
}


.contact-details {
    margin-top: 70px;
}


.contact-detail {
    position: relative;

    min-height: 95px;

    padding: 22px 0;

    display: flex;
    align-items: center;
    gap: 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.20);

    text-decoration: none;

    transition:
        padding-left 0.3s ease,
        border-color 0.3s ease;
}


.contact-detail:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}


.contact-detail:hover {
    padding-left: 12px;

    border-color: #ffd400;
}


.detail-number {
    width: 32px;

    color: rgba(255, 255, 255, 0.40);

    font-size: 10px;
    font-weight: 700;
}


.detail-text {
    display: flex;
    flex-direction: column;
    gap: 6px;

    flex: 1;
}


.detail-text small {
    color: rgba(255, 255, 255, 0.48);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0.15em;
}


.detail-text strong {
    color: #ffffff;

    font-size: 15px;
    font-weight: 600;
}


.detail-arrow {
    color: #ffd400;

    font-size: 22px;

    transition:
        transform 0.3s ease;
}


.contact-detail:hover .detail-arrow {
    transform: translate(4px, -4px);
}


/* ============================================================
   07. FORM AREA
============================================================ */

.contact-form-area {
    position: relative;

    padding: 50px;

    border: 1px solid rgba(255, 255, 255, 0.18);

    background: rgba(0, 40, 90, 0.20);

    border-radius: 28px;
}


.form-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;

    margin-bottom: 50px;

    padding-bottom: 25px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}


.form-intro span {
    color: #ffd400;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
}


.form-intro p {
    max-width: 280px;

    margin: 0;

    color: rgba(255, 255, 255, 0.55);

    font-size: 12px;
    line-height: 1.5;
}


/* ============================================================
   08. FORM FIELDS
============================================================ */

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 34px;
}


.form-field {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.form-field label {
    color: rgba(255, 255, 255, 0.55);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0.16em;
}


.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;

    padding: 13px 0;

    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);

    outline: none;

    background: transparent;

    color: #ffffff;

    font-family: "DM Sans", sans-serif;
    font-size: 16px;

    border-radius: 0;

    transition:
        border-color 0.3s ease,
        padding-left 0.3s ease;
}


.form-field input::placeholder,
.form-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.30);
}


.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    border-color: #ffd400;

    padding-left: 8px;
}


.form-field textarea {
    resize: vertical;
    min-height: 130px;
}


.form-field select {
    cursor: pointer;
}


.form-field select option {
    background: #0756a8;
    color: #ffffff;
}


/* ============================================================
   09. FORM MESSAGE
============================================================ */

.form-message {
    min-height: 20px;

    margin: -10px 0 0;

    color: #ffd400;

    font-size: 12px;

    opacity: 0;

    transition: opacity 0.3s ease;
}


.form-message.show {
    opacity: 1;
}


/* ============================================================
   10. SUBMIT BUTTON
============================================================ */

.submit-button {
    width: 100%;
    min-height: 64px;

    padding: 8px 9px 8px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 0;

    border-radius: 999px;

    background: #ffd400;
    color: #062a50;

    font-family: "DM Sans", sans-serif;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.08em;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.submit-button:hover {
    background: #58e79a;

    transform: translateY(-4px);

    box-shadow:
        0 15px 35px rgba(88, 231, 154, 0.25);
}


.submit-arrow {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #062a50;
    color: #ffd400;

    font-size: 19px;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


.submit-button:hover .submit-arrow {
    transform: rotate(45deg);

    background: #0756a8;
    color: #58e79a;
}


/* ============================================================
   11. SOCIAL SECTION
============================================================ */

.contact-social {
    padding: 55px 0;

    background: #06458e;

    border-top: 1px solid rgba(255, 255, 255, 0.12);
}


.social-inner {
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}


.social-title {
    color: rgba(255, 255, 255, 0.45);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.16em;
}


.social-links {
    display: flex;
    align-items: center;
    gap: 45px;
}


.social-link {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #ffffff;

    font-family: "Space Grotesk", sans-serif;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.social-link span {
    color: #ffd400;

    transition:
        transform 0.25s ease;
}


.social-link:hover {
    color: #ffd400;

    transform: translateY(-3px);
}


.social-link:hover span {
    transform: translate(3px, -3px);
}


/* ============================================================
   12. FOOTER
============================================================ */

.contact-footer {
    padding: 28px 0;

    background: #043b79;
}


.footer-inner {
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: rgba(255, 255, 255, 0.42);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.12em;
}


/* ============================================================
   13. RESPONSIVE
============================================================ */

@media (max-width: 1100px) {

    .contact-hero-inner {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 60px;
    }

    .contact-content-inner {
        gap: 70px;
    }

    .contact-form-area {
        padding: 38px;
    }

}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 850px) {

    .contact-hero {
        padding-top: 150px;
    }

    .contact-hero-inner {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .map-card {
        width: min(390px, 100%);
        justify-self: center;
    }

    .contact-content-inner {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .contact-info h2 {
        max-width: 650px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 600px) {

    .contact-hero {
        min-height: auto;

        padding: 135px 0 70px;
    }


    .contact-hero-inner,
    .contact-content-inner,
    .social-inner,
    .footer-inner {
        width: calc(100% - 40px);
    }


    .contact-heading h1 {
        font-size: clamp(70px, 22vw, 110px);
    }


    .contact-heading p {
        margin-top: 30px;
        font-size: 15px;
    }


    .map-card {
        padding: 10px;
        border-radius: 20px;
    }


    .map-frame {
        border-radius: 13px;
    }


    .contact-content {
        padding: 85px 0;
    }


    .contact-info h2 {
        font-size: 48px;
    }


    .contact-details {
        margin-top: 50px;
    }


    .contact-form-area {
        padding: 28px 22px;
        border-radius: 20px;
    }


    .form-intro {
        display: block;

        margin-bottom: 40px;
    }


    .form-intro p {
        margin-top: 15px;
    }


    .social-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }


    .social-links {
        width: 100%;

        flex-direction: column;
        align-items: flex-start;

        gap: 18px;
    }


    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 400px) {

    .contact-heading h1 {
        font-size: 68px;
    }


    .contact-info h2 {
        font-size: 42px;
    }


    .contact-detail {
        gap: 15px;
    }


    .detail-text strong {
        font-size: 13px;
    }


    .submit-button {
        min-height: 58px;
    }


    .submit-arrow {
        width: 43px;
        height: 43px;
    }

}