/* ============================================================
   // style.css — index pagina-specifieke stijlen
   // Gedeelde stijlen (navbar, footer, hero, modals, cookie) staan in global.css
   ============================================================ */

/* ============================================================
   // Sectie: About / Voorstel
   ============================================================ */
.about-section {
    position: relative;
    padding: 90px 5% 80px;
    z-index: 2;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.35), transparent);
}

.about-flex {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 4rem;
    align-items: center;
}

.about-text .section-title {
    text-align: left;
    margin-bottom: 1.5rem;
}

.about-text p {
    color: rgba(255,255,255,0.7);
    font-size: clamp(0.92rem, 1.8vw, 1.05rem);
    line-height: 1.85;
    margin-bottom: 2rem;
    font-weight: 300;
}

.about-text p strong {
    color: #fff;
    font-weight: 700;
}

.about-stats {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.about-stats li {
    color: rgba(255,255,255,0.65);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.about-stats li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #d4af37;
    border-radius: 50%;
    flex-shrink: 0;
}

.gold-text {
    color: #d4af37;
    font-weight: 800;
    font-size: 1.05rem;
    margin-right: 0.15rem;
}

.cta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #d4af37;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-bottom: 1px solid rgba(212,175,55,0.35);
    padding-bottom: 0.1rem;
    transition: color 0.2s, border-color 0.2s;
}

.cta-link:hover {
    color: #f5e27a;
    border-color: rgba(245,226,122,0.6);
}

/* ============================================================
   // Sectie: Google Review Badge
   ============================================================ */
.google-review-badge {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.25);
    border-radius: 12px;
    padding: 0.7rem 1.2rem;
    margin-bottom: 1.8rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: border-color 0.2s, box-shadow 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.google-review-badge:hover {
    border-color: rgba(212,175,55,0.5);
    box-shadow: 0 0 18px rgba(212,175,55,0.08);
}

.grb-google {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.grb-g-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.grb-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.grb-divider {
    width: 1px;
    height: 28px;
    background: rgba(212,175,55,0.2);
    margin: 0 1rem;
    flex-shrink: 0;
}

.grb-rating {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.grb-stars {
    color: #d4af37;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    line-height: 1;
}

.grb-numbers {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.grb-numbers strong {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1;
}

.grb-slash {
    color: rgba(255,255,255,0.35);
    font-size: 0.8rem;
}

.grb-count {
    color: rgba(255,255,255,0.45);
    font-size: 0.78rem;
}

/* ============================================================
   // Sectie: About — foto kolom
   ============================================================ */
.about-visual {
    display: flex;
    justify-content: center;
}

.image-frame {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(212,175,55,0.25);
    width: 100%;
    max-width: 320px;
    aspect-ratio: 3 / 4;
    background: rgba(255,255,255,0.03);
}

.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.glass-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.35) 100%);
    z-index: 1;
    pointer-events: none;
}

/* ============================================================
   // Sectie: Domain Checker
   ============================================================ */
.domain-checker-section {
    padding: 80px 5%;
    position: relative;
    z-index: 2;
}

.domain-checker-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.35), transparent);
}

.domain-wrapper {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.domain-subtitle {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 1rem;
}

.domain-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    color: #fff;
}

.domain-title span {
    background: linear-gradient(135deg, #d4af37 0%, #f5e27a 50%, #b8902e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.domain-intro {
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 2.2rem;
}

/* // Domain Form — glassmorphism input */
.domain-search-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.domain-input-wrapper {
    display: flex;
    width: 100%;
    border: 1px solid rgba(212,175,55,0.3);
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    transition: border-color 0.25s;
}

.domain-input-wrapper:focus-within {
    border-color: rgba(212,175,55,0.75);
    box-shadow: 0 0 0 3px rgba(212,175,55,0.12);
}

#domainInput {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1rem;
    padding: 0.9rem 1.2rem;
    min-width: 0;
}

#domainInput::placeholder {
    color: rgba(255,255,255,0.3);
}

#tldSelect {
    background: rgba(212,175,55,0.1)
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23d4af37' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center;
    border: none;
    border-left: 1px solid rgba(212,175,55,0.25);
    outline: none;
    color: #d4af37;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.9rem 2.2rem 0.9rem 1rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

#tldSelect option {
    background: #111;
    color: #fff;
}

/* // Check knop */
#checkButton {
    width: 100%;
    padding: 0.9rem 2rem;
    background: linear-gradient(135deg, #d4af37 0%, #f5e27a 50%, #b8902e 100%);
    color: #050505;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}

#checkButton:hover:not(:disabled) {
    opacity: 0.88;
    transform: translateY(-2px);
}

#checkButton:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* // Resultaat bericht */
.domain-status-msg {
    margin-top: 1.2rem;
    padding: 0.9rem 1.4rem;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    line-height: 1.5;
    transition: opacity 0.2s;
}

.domain-status-msg.hidden {
    display: none;
}

/* // Domain prijsnota */
.domain-pricing-note {
    margin-top: 1.4rem;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.domain-pricing-note strong {
    color: rgba(255,255,255,0.7);
}

.domain-free-highlight {
    color: #d4af37 !important;
    font-size: 0.88rem;
}

/* ============================================================
   // Sectie: Pakket — sectie-labels en intro
   ============================================================ */
.section-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 0.75rem;
}

.section-intro {
    color: rgba(255,255,255,0.6);
    font-size: clamp(0.92rem, 1.8vw, 1.05rem);
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto 3rem;
    text-align: center;
}

/* // Pakket-sectie container: flex-kolom zodat label, titel, intro en kaart netjes onder elkaar staan */
.packages-section .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

/* ============================================================
   // Sectie: Pakket — grid voor enkel pakket
   ============================================================ */
.packages-grid--single {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

/* ============================================================
   // Sectie: Pakket — hero-kaart
   ============================================================ */
.package-card--hero {
    padding: 0;
    overflow: hidden;
    transform: none !important;
    width: 100% !important;
    max-width: 800px !important;
    box-sizing: border-box !important;
    border-color: rgba(212,175,55,0.45) !important;
    box-shadow:
        0 0 0 1px rgba(212,175,55,0.18),
        0 0 60px rgba(212,175,55,0.08),
        0 32px 80px rgba(0,0,0,0.55) !important;
    background: rgba(212,175,55,0.05) !important;
    gap: 0 !important;
}

.package-card--hero:hover {
    transform: translateY(-4px) !important;
}

/* // Inner wrapper voor padding */
.pkg-inner {
    padding: 2.2rem 2.6rem 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
}

/* // Badge — in de flow, gecentreerd bovenaan */
.pkg-badge {
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    align-self: center;
    margin-bottom: 1.8rem;
    font-size: 0.72rem;
    padding: 0.35rem 1.1rem;
}

/* // Header blok: naam + prijs naast elkaar */
.package-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(212,175,55,0.15);
    flex-wrap: wrap;
}

.package-header h3 {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    margin-bottom: 0.3rem !important;
    line-height: 1.2;
}

.pkg-header-left {
    display: flex;
    flex-direction: column;
}

.pkg-tagline {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 500;
}

.pkg-price-block {
    text-align: right;
    flex-shrink: 0;
}

/* // Prijs sub-label */
.price-sub {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.06em;
    margin-top: 0.25rem;
    font-weight: 400;
    text-align: right;
}

/* ============================================================
   // Sectie: Pakket — USP-strip
   ============================================================ */
.pkg-usp-strip {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}

.pkg-usp-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.85rem;
    border-radius: 100px;
    background: rgba(212,175,55,0.08);
    border: 1px solid rgba(212,175,55,0.22);
    color: #d4af37;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ============================================================
   // Sectie: Pakket — feature-lijst in twee kolommen
   ============================================================ */
.feature-list--two-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.5rem;
    margin-bottom: 2rem;
}

.feature-list--two-col li {
    font-size: 0.88rem !important;
    color: rgba(255,255,255,0.8) !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
    line-height: 1.45 !important;
}

.feature-list--two-col .gold-icon {
    margin-top: 0.1rem;
    font-size: 0.8rem !important;
}

/* ============================================================
   // Sectie: Pakket — CTA knoppengroep
   ============================================================ */
.pkg-cta-group {
    display: flex;
    gap: 1rem;
    margin-top: 0;
    flex-wrap: wrap;
}

.pkg-cta-group .select-btn {
    flex: 1;
    min-width: 180px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
    font-size: 0.85rem;
    border-radius: 12px;
}

/* // WhatsApp knop */
.whatsapp-btn {
    flex: 1;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.6rem;
    border-radius: 12px;
    background: rgba(37,211,102,0.12);
    color: #25D366;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(37,211,102,0.3);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.whatsapp-btn:hover {
    background: rgba(37,211,102,0.22);
    border-color: rgba(37,211,102,0.6);
    transform: translateY(-2px);
}

/* ============================================================
   // Sectie: Pakket — garantie-badge
   ============================================================ */
.pkg-guarantee {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1.6rem;
    padding: 1rem 1.4rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(212,175,55,0.07), rgba(212,175,55,0.03));
    border: 1px solid rgba(212,175,55,0.22);
    font-size: 0.83rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.55;
}

.guarantee-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
}

/* ============================================================
   // Sectie: Op aanvraag blok — grotere projecten
   ============================================================ */
.custom-request-block {
    margin-top: 3rem;
    padding: 0 0 0.5rem;
    position: relative;
}

.custom-request-block::before {
    content: '';
    display: block;
    width: 80%;
    max-width: 500px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.3), transparent);
    margin: 0 auto 3rem;
}

.custom-request-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 2.4rem;
    border-radius: 16px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
}

.custom-request-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
}

.custom-request-label {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 0.75rem;
}

.custom-request-title {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.custom-request-title span {
    background: linear-gradient(135deg, #d4af37 0%, #f5e27a 50%, #b8902e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.custom-request-text {
    color: rgba(255,255,255,0.5);
    font-size: 0.92rem;
    line-height: 1.75;
    margin: 0 auto 1.8rem;
    max-width: 540px;
}

.custom-request-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 2.2rem;
    border-radius: 10px;
    border: 1px solid rgba(212,175,55,0.35);
    color: #d4af37;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}

.custom-request-btn:hover {
    background: rgba(212,175,55,0.1);
    border-color: rgba(212,175,55,0.6);
    color: #f5e27a;
    transform: translateY(-2px);
}

/* ============================================================
   // Responsive: About — tablet
   ============================================================ */
@media (max-width: 900px) {
    .about-flex {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .about-visual {
        order: -1;
        max-width: 280px;
        margin: 0 auto;
        width: 100%;
    }

    .about-text .section-title {
        text-align: center;
    }

    .about-stats {
        align-items: flex-start;
    }
}

/* ============================================================
   // Responsive: Pakket — feature-lijst terug naar 1 kolom op tablet
   ============================================================ */
@media (max-width: 680px) {
    .feature-list--two-col {
        grid-template-columns: 1fr;
    }

    .package-header {
        flex-direction: column;
        gap: 1rem;
    }

    .pkg-price-block {
        text-align: left;
    }

    .price-sub {
        text-align: left;
    }
}

/* ============================================================
   // Responsive: Mobiel — alles gestapeld
   ============================================================ */
@media (max-width: 540px) {
    /* About */
    .about-section {
        padding: 60px 5% 50px;
    }

    .about-text p {
        font-size: 0.92rem;
    }

    .image-frame {
        max-width: 240px;
    }

    /* Domain checker */
    .domain-input-wrapper {
        flex-direction: column;
        border-radius: 10px;
    }

    #tldSelect {
        border-left: none;
        border-top: 1px solid rgba(212,175,55,0.25);
        padding: 0.75rem 1rem;
        width: 100%;
        text-align: center;
    }

    #domainInput {
        padding: 0.85rem 1rem;
    }

    /* Pakket */
    .pkg-cta-group {
        flex-direction: column;
    }

    .pkg-cta-group .select-btn,
    .whatsapp-btn {
        width: 100%;
        min-width: unset;
    }

    .pkg-inner {
        padding: 2rem 1.4rem 1.8rem;
    }

    .custom-request-inner {
        padding: 1.8rem 1.2rem;
    }

    .pkg-usp-strip {
        gap: 0.45rem;
    }
}
