/* ==========================================================
   WESTERFUN - CONTACT PAGINA
   Bestand: css/contact.css
========================================================== */


/* ==========================================================
   STAP 1: BASIS CONTACT PAGINA
========================================================== */

.contact-hero,
.contact-page-section,
.contact-form-section,
.contact-cta {
    font-family: "Poppins", sans-serif;
}

.contact-page-section *,
.contact-form-section *,
.contact-cta *,
.contact-hero * {
    box-sizing: border-box;
}


/* ==========================================================
   STAP 2: CONTACT HERO
========================================================== */

.contact-hero {
    position: relative;
    overflow: hidden;

    padding: 95px 0 105px;

    background:
        radial-gradient(circle at 85% 20%,
            rgba(143, 202, 63, 0.22),
            transparent 30%),
        radial-gradient(circle at 15% 90%,
            rgba(255, 145, 24, 0.10),
            transparent 28%),
        linear-gradient(135deg,
            #123f29 0%,
            #0c3522 55%,
            #082a1a 100%);

    color: #ffffff;
}


/* Decoratieve cirkel */

.contact-hero::before {
    content: "";

    position: absolute;

    top: -170px;
    right: -110px;

    width: 420px;
    height: 420px;

    border: 70px solid rgba(255, 255, 255, 0.025);

    border-radius: 50%;

    pointer-events: none;
}


/* Tweede decoratie */

.contact-hero::after {
    content: "";

    position: absolute;

    bottom: -170px;
    left: -120px;

    width: 340px;
    height: 340px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.018);

    pointer-events: none;
}


.contact-hero .container {
    position: relative;
    z-index: 2;
}


.contact-hero-content {
    max-width: 760px;
}


/* Label */

.contact-label {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 20px;

    padding: 9px 16px;

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.4px;
}


/* Titel */

.contact-hero h1 {
    max-width: 720px;

    margin: 0 0 20px;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 68px);

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -2px;
}


.contact-hero h1 span {
    color: #9bd449;
}


/* Beschrijving */

.contact-hero-content>p {
    max-width: 650px;

    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 16px;

    line-height: 1.8;
}


/* Benefits */

.contact-hero-benefits {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px 25px;

    margin-top: 30px;
}


.contact-hero-benefits span {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color: rgba(255, 255, 255, 0.85);

    font-size: 13px;

    font-weight: 600;
}


.contact-hero-benefits span::first-letter {
    color: #9bd449;
}


/* ==========================================================
   STAP 3: CONTACTGEGEVENS SECTIE
========================================================== */

.contact-page-section {
    position: relative;

    padding: 95px 0;

    background: #fffdf8;
}


/* Heading */

.contact-page-heading {
    max-width: 700px;

    margin: 0 auto 50px;

    text-align: center;
}


.contact-page-heading>span {
    display: inline-flex;

    margin-bottom: 12px;

    color: #70a92e;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.3px;

    text-transform: uppercase;
}


.contact-page-heading h2 {
    margin: 0 0 14px;

    color: #173e29;

    font-size: clamp(30px, 4vw, 46px);

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -1px;
}


.contact-page-heading p {
    max-width: 570px;

    margin: 0 auto;

    color: #728078;

    font-size: 14px;

    line-height: 1.8;
}


/* ==========================================================
   STAP 4: CONTACT KAARTEN
========================================================== */

.contact-cards {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 22px;
}


.contact-card {
    position: relative;

    min-height: 300px;

    padding: 30px 25px;

    overflow: hidden;

    border: 1px solid #edf0e8;

    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 15px 40px rgba(25, 64, 41, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.contact-card:hover {
    transform: translateY(-7px);

    border-color: rgba(137, 196, 61, 0.35);

    box-shadow:
        0 22px 55px rgba(25, 64, 41, 0.12);
}


/* Icon */

.contact-card-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border-radius: 17px;

    background:
        linear-gradient(135deg,
            #edf8df,
            #f7fceb);

    font-size: 25px;
}


/* Kleine tekst */

.contact-card>span {
    display: block;

    margin-bottom: 7px;

    color: #82ba39;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* Titel */

.contact-card h3 {
    margin: 0 0 11px;

    color: #173e29;

    font-size: 19px;

    line-height: 1.3;

    font-weight: 800;
}


/* Tekst */

.contact-card p {
    margin: 0 0 20px;

    color: #78827c;

    font-size: 12px;

    line-height: 1.75;
}


/* Link / strong */

.contact-card a,
.contact-card>strong {
    display: inline-block;

    color: #4f8c24;

    font-size: 11px;

    font-weight: 800;

    text-decoration: none;
}


.contact-card a:hover {
    color: #f47c0c;
}


/* ==========================================================
   STAP 5: CONTACTFORMULIER SECTIE
========================================================== */

.contact-form-section {
    position: relative;

    padding: 100px 0;

    overflow: hidden;

    background:
        linear-gradient(180deg,
            #f3f8ed 0%,
            #f8fbf5 100%);
}


/* Decoratie */

.contact-form-section::before {
    content: "";

    position: absolute;

    top: -180px;
    right: -180px;

    width: 450px;
    height: 450px;

    border-radius: 50%;

    background: rgba(140, 199, 63, 0.08);

    pointer-events: none;
}


.contact-form-section .container {
    position: relative;
    z-index: 2;
}


/* Layout */

.contact-form-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 0.85fr) minmax(0, 1.15fr);

    align-items: start;

    gap: 70px;
}


/* ==========================================================
   STAP 6: LINKERKANT FORMULIER
========================================================== */

.contact-form-intro {
    padding-top: 20px;
}


.contact-form-intro .contact-label {
    border-color: rgba(76, 137, 37, 0.12);

    background: rgba(126, 183, 55, 0.09);

    color: #5a922d;
}


.contact-form-intro h2 {
    margin: 0 0 17px;

    color: #173e29;

    font-size: clamp(31px, 4vw, 46px);

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -1px;
}


.contact-form-intro>p {
    max-width: 510px;

    margin: 0 0 35px;

    color: #718078;

    font-size: 14px;

    line-height: 1.8;
}


/* ==========================================================
   STAP 7: HELP ITEMS
========================================================== */

.contact-help-list {
    display: flex;
    flex-direction: column;

    gap: 14px;
}


.contact-help-list>div {
    display: flex;
    align-items: center;

    gap: 16px;

    padding: 17px 18px;

    border: 1px solid rgba(25, 64, 41, 0.07);

    border-radius: 15px;

    background: rgba(255, 255, 255, 0.65);
}


.contact-help-list>div>span {
    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #ffffff;

    box-shadow:
        0 7px 18px rgba(25, 64, 41, 0.07);

    font-size: 19px;
}


.contact-help-list strong {
    display: block;

    margin-bottom: 3px;

    color: #214a32;

    font-size: 12px;

    font-weight: 800;
}


.contact-help-list p {
    margin: 0;

    color: #7c8881;

    font-size: 10px;

    line-height: 1.6;
}


/* ==========================================================
   STAP 8: FORMULIER KAART
========================================================== */

.contact-form-card {
    padding: 38px;

    border: 1px solid rgba(25, 64, 41, 0.08);

    border-radius: 25px;

    background: #ffffff;

    box-shadow:
        0 25px 65px rgba(25, 64, 41, 0.10);
}


/* Form row */

.form-row {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 16px;
}


/* Groups */

.form-group {
    margin-bottom: 20px;
}


.form-group label {
    display: block;

    margin-bottom: 8px;

    color: #294c36;

    font-size: 11px;

    font-weight: 700;
}


/* Inputs */

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    border: 1px solid #dde5dc;

    border-radius: 11px;

    outline: none;

    background: #fbfcfa;

    color: #263c2e;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}


.form-group input,
.form-group select {
    height: 49px;

    padding: 0 15px;
}


.form-group textarea {
    min-height: 145px;

    padding: 14px 15px;

    resize: vertical;

    line-height: 1.65;
}


/* Placeholder */

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #a5ada7;
}


/* Focus */

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #8bc63f;

    background: #ffffff;

    box-shadow:
        0 0 0 4px rgba(139, 198, 63, 0.10);
}


/* Select */

.form-group select {
    cursor: pointer;
}


/* ==========================================================
   STAP 9: PRIVACY CHECKBOX
========================================================== */

.privacy-check {
    display: flex;
    align-items: flex-start;

    gap: 11px;

    margin: 3px 0 22px;

    cursor: pointer;
}


.privacy-check input {
    width: 17px;
    height: 17px;

    flex: 0 0 17px;

    margin-top: 2px;

    accent-color: #7eb739;

    cursor: pointer;
}


.privacy-check span {
    color: #7a857e;

    font-size: 9.5px;

    line-height: 1.6;
}


/* ==========================================================
   STAP 10: VERSTUUR BUTTON
========================================================== */

.contact-submit {
    width: 100%;
    min-height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 22px;

    border: 0;

    border-radius: 12px;

    background:
        linear-gradient(135deg,
            #80bc38 0%,
            #619f28 100%);

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.4px;

    text-transform: uppercase;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(99, 159, 41, 0.22);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}


.contact-submit:hover {
    transform: translateY(-3px);

    filter: brightness(1.04);

    box-shadow:
        0 17px 35px rgba(99, 159, 41, 0.30);
}


.contact-submit:active {
    transform: translateY(-1px);
}


.contact-submit span {
    font-size: 16px;

    transition: transform 0.2s ease;
}


.contact-submit:hover span {
    transform: translateX(4px);
}


/* ==========================================================
   STAP 11: FORM STATUS
========================================================== */

.form-status {
    min-height: 20px;

    margin: 14px 0 0;

    color: #58952a;

    font-size: 10px;

    font-weight: 700;

    text-align: center;

    line-height: 1.5;
}


/* ==========================================================
   STAP 12: ONDERSTE CTA
========================================================== */

.contact-cta {
    padding: 85px 0;

    background: #fffdf8;
}


.contact-cta-box {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;

    padding: 48px 55px;

    overflow: hidden;

    border-radius: 26px;

    background:
        radial-gradient(circle at 90% 10%,
            rgba(156, 214, 73, 0.20),
            transparent 30%),
        linear-gradient(135deg,
            #143f29,
            #0b321f);

    box-shadow:
        0 25px 60px rgba(18, 60, 38, 0.14);
}


/* CTA decoratie */

.contact-cta-box::after {
    content: "";

    position: absolute;

    right: -75px;
    bottom: -110px;

    width: 260px;
    height: 260px;

    border: 45px solid rgba(255, 255, 255, 0.035);

    border-radius: 50%;
}


.contact-cta-box>* {
    position: relative;
    z-index: 2;
}


.contact-cta-box>div:first-child {
    max-width: 600px;
}


.contact-cta-box>div:first-child>span {
    display: block;

    margin-bottom: 8px;

    color: #a2d958;

    font-size: 11px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 0.7px;
}


.contact-cta h2 {
    margin: 0 0 9px;

    color: #ffffff;

    font-size: clamp(27px, 3vw, 39px);

    line-height: 1.2;

    font-weight: 800;
}


.contact-cta p {
    margin: 0;

    color: rgba(255, 255, 255, 0.65);

    font-size: 12px;

    line-height: 1.7;
}


/* ==========================================================
   STAP 13: CTA BUTTONS
========================================================== */

.contact-cta-buttons {
    display: flex;
    align-items: center;

    gap: 11px;

    flex-shrink: 0;
}


.contact-cta-buttons a {
    min-height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 20px;

    border-radius: 10px;

    text-decoration: none;

    font-size: 10px;

    font-weight: 800;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


/* Ticket */

.contact-cta-primary {
    background:
        linear-gradient(135deg,
            #ff9718,
            #f47700);

    color: #ffffff;

    box-shadow:
        0 10px 25px rgba(244, 119, 0, 0.23);
}


.contact-cta-primary:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 30px rgba(244, 119, 0, 0.30);
}


/* Horeca */

.contact-cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.15);

    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;
}


.contact-cta-secondary:hover {
    transform: translateY(-3px);

    background: rgba(255, 255, 255, 0.14);
}


/* ==========================================================
   STAP 14: TABLET
========================================================== */

@media (max-width: 1050px) {

    .contact-cards {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .contact-form-layout {
        gap: 45px;
    }


    .contact-cta-box {
        padding: 42px;
    }

}



/* ==========================================================
   STAP 15: KLEINE TABLET
========================================================== */

@media (max-width: 850px) {

    .contact-hero {
        padding: 75px 0 85px;
    }


    .contact-form-layout {
        grid-template-columns: 1fr;
    }


    .contact-form-intro {
        max-width: 650px;

        padding-top: 0;
    }


    .contact-cta-box {
        flex-direction: column;

        align-items: flex-start;
    }


    .contact-cta-buttons {
        width: 100%;
    }


    .contact-cta-buttons a {
        flex: 1;
    }

}



/* ==========================================================
   STAP 16: MOBIEL
========================================================== */

@media (max-width: 600px) {

    /* HERO */

    .contact-hero {
        padding: 58px 0 68px;
    }


    .contact-hero h1 {
        font-size: 38px;

        letter-spacing: -1.3px;
    }


    .contact-hero-content>p {
        font-size: 13px;
    }


    .contact-hero-benefits {
        align-items: flex-start;
        flex-direction: column;

        gap: 9px;

        margin-top: 23px;
    }



    /* CONTACT INFO */

    .contact-page-section {
        padding: 70px 0;
    }


    .contact-page-heading {
        margin-bottom: 35px;
    }


    .contact-cards {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .contact-card {
        min-height: auto;

        padding: 25px 22px;
    }



    /* FORMULIER */

    .contact-form-section {
        padding: 70px 0;
    }


    .contact-form-layout {
        gap: 38px;
    }


    .contact-form-card {
        padding: 25px 20px;

        border-radius: 19px;
    }


    .form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }



    /* CTA */

    .contact-cta {
        padding: 60px 0;
    }


    .contact-cta-box {
        padding: 32px 24px;

        border-radius: 20px;
    }


    .contact-cta-buttons {
        flex-direction: column;

        align-items: stretch;
    }


    .contact-cta-buttons a {
        width: 100%;
    }

}



/* ==========================================================
   STAP 17: ZEER KLEINE MOBIEL
========================================================== */

@media (max-width: 390px) {

    .contact-hero h1 {
        font-size: 33px;
    }


    .contact-form-card {
        padding: 21px 16px;
    }


    .contact-card {
        padding: 22px 19px;
    }

}