/* home.css — pagina-specifieke stijlen. Gedeelde stijlen staan in global.css */

/* // Section: 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;
}

/* // Section: 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;
}

/* // Section: 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;
}

/* // Section: 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;
}

/* // Section: 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;
}

/* // Section: Responsive domain checker — mobiel */
@media (max-width: 540px) {
    .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;
    }
}

/* ── Geselecteerde pakketkaart highlight ── */
.package-card.pkg-selected {
    border-color: rgba(212, 175, 55, 0.7);
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.35), 0 20px 60px rgba(0,0,0,0.5);
    background: rgba(212, 175, 55, 0.08);
}

.package-card.pkg-selected .pkg-select-btn {
    background: rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.6);
    color: #d4af37;
}

/* ── About / Voorstel sectie ── */
.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;
}

/* Tekst kolom */
.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);
}

/* ── 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);
    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;
}

/* 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;
}

/* ── 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; }
}

/* ── Mobiel ── */
@media (max-width: 540px) {
    .about-section { padding: 60px 5% 50px; }
    .about-text p  { font-size: 0.92rem; }
    .image-frame   { max-width: 240px; }
}

