/* ==========================================================================
   KH NUTRIX — Premium refinements
   Loaded last. Elevates the hero and the contact page.
   ========================================================================== */

/* --------------------------------------------------------------------------
   HERO — layered, editorial, more confident
   -------------------------------------------------------------------------- */
.kh-hero {
    padding: calc(var(--nav-h) - 26px) 0 8px;
}

.kh-hero .container {
    max-width: 1320px;
    padding: 10px 46px 24px;
    overflow: hidden;
}

/* Soft horizon arc under the hero */
.kh-hero::after {
    content: '';
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -1px;
    height: 190px;
    background: linear-gradient(180deg, rgba(232, 251, 240, 0) 0%, rgba(232, 251, 240, .85) 100%);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    pointer-events: none;
    z-index: 1;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(.78rem, 1vw, .9rem);
    letter-spacing: .16em;
    margin-bottom: 0;
}
.hero-kicker::before {
    content: '';
    width: 22px;
    height: 3px;
    border-radius: var(--r-pill);
    background: var(--grad-green);
}

.hero-title {
    font-size: clamp(3.15rem, 7.7vw, 6.05rem);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: .88;
    margin-bottom: 12px;
}

.hero-headline {
    font-size: clamp(1rem, 1.45vw, 1.34rem);
    line-height: 1.35;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.hero-sub {
    font-size: clamp(.86rem, 1.05vw, .98rem);
    max-width: 470px;
    line-height: 1.65;
    margin-bottom: 24px;
}

/* Badges: quieter, more refined */
.hero-badges { gap: 8px; margin-top: 24px; }

.hero-badge {
    padding: 8px 13px;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(15, 23, 42, .07);
    font-size: .72rem;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
}
.hero-badge:hover {
    border-color: rgba(23, 201, 100, .38);
    background: #fff;
}

/* Trust line under the CTAs */
.hero-trust {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    font-size: .76rem;
    color: var(--kh-slate-500);
    font-weight: 600;
}
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--kh-green-soft);
    border: 2.5px solid #fff;
    margin-left: -10px;
    font-size: .72rem;
    color: var(--kh-green-700);
    box-shadow: var(--sh-xs);
}
.hero-trust .avatars span:first-child { margin-left: 0; }
.hero-trust strong { color: var(--kh-slate); }

/* Mascot stage: pedestal + ring */
.mascot-stage { min-height: 430px; }

.mascot-stage::before {
    content: '';
    position: absolute;
    width: min(390px, 84%);
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(150deg, rgba(255, 255, 255, .92), rgba(232, 251, 240, .5));
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 34px 80px rgba(15, 23, 42, .10), inset 0 1px 0 rgba(255, 255, 255, .9);
    z-index: 0;
}

.mascot-stage::after {
    content: '';
    position: absolute;
    width: min(460px, 96%);
    aspect-ratio: 1;
    border-radius: 50%;
    
    animation: ringSpin 46s linear infinite;
    z-index: 0;
}

@keyframes ringSpin { to { transform: rotate(360deg); } }

.mascot-glow { width: 66%; }

/* Bubbles sit on the ring, not floating loose */
.nutri-bubble {
    padding: 8px 14px 8px 9px;
    background: rgba(255, 255, 255, .93);
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .11);
    font-size: .72rem;
}
.nutri-bubble em { width: 26px; height: 26px; }

@media (max-width: 991.98px) {
    .kh-hero { padding: calc(var(--nav-h) + 22px) 12px 52px; }
    .kh-hero .container {
        padding: 28px 24px 24px;
        border-radius: 26px 26px 12px 12px;
    }
    .mascot-stage { min-height: 430px; margin-top: 30px; }
    .hero-sub { max-width: none; }
}

@media (max-width: 575.98px) {
    .kh-hero { padding-left: 10px; padding-right: 10px; }
    .kh-hero .container { padding: 24px 18px 22px; border-radius: 22px 22px 10px 10px; }
    .hero-title { font-size: clamp(2.85rem, 18vw, 4rem); }
    .hero-headline { font-size: 1rem; }
    .hero-badges { margin-top: 20px; }
}

/* --------------------------------------------------------------------------
   CONTACT — premium split panel
   -------------------------------------------------------------------------- */

/* Info cards: cleaner, less shouty icons */
.info-card {
    padding: 10px 16px;
    border-radius: 20px;
    background: #fff;
}
.info-card .info-icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    box-shadow: none;
    background: var(--kh-green-soft);
    color: var(--kh-green-700);
    margin-bottom: 18px;
}
.info-card .info-icon i { font-size: 1.35rem; }
.info-card .info-icon.purple { background: var(--kh-purple-soft); color: var(--kh-purple-600); }
.info-card .info-icon.sun    { background: var(--kh-yellow-soft); color: #B45309; }
.info-card .info-icon.slate  { background: var(--kh-slate-100);   color: var(--kh-slate); }

.info-card h3 {
    font-size: 1rem;
    letter-spacing: -.01em;

}
.info-card p { font-size: .9rem; line-height: 1.7; }

/* Aside panel beside the form */
.contact-aside {
    background: var(--grad-dark);
    border-radius: var(--r-xl);
    padding: clamp(30px, 4vw, 44px);
    color: rgba(255, 255, 255, .74);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.contact-aside::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(460px 300px at 92% 4%,  rgba(23, 201, 100, .30) 0%, transparent 66%),
        radial-gradient(420px 300px at 4%  96%, rgba(139, 92, 246, .26) 0%, transparent 66%);
    pointer-events: none;
}

.contact-aside > * { position: relative; z-index: 1; }
.contact-aside h2 { color: #fff; }
.contact-aside p  { color: rgba(255, 255, 255, .68); }

.aside-row {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.aside-row:last-of-type { border-bottom: none; }

.aside-row em {
    font-style: normal;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .13);
    flex-shrink: 0;
}
.aside-row em i { font-size: 1.05rem; color: var(--kh-green); }

.aside-row strong {
    display: block;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.aside-row span, .aside-row a {
    display: block;
    font-size: .93rem;
    color: rgba(255, 255, 255, .7);
    line-height: 1.6;
}
.aside-row a:hover { color: var(--kh-green); }

/* WhatsApp block inside the aside */
.aside-wa {
    margin-top: 26px;
    padding: 20px;
    border-radius: var(--r-md);
    background: linear-gradient(135deg, rgba(37, 211, 102, .18), rgba(18, 140, 126, .14));
    border: 1px solid rgba(37, 211, 102, .3);
}
.aside-wa .btn { width: 100%; }

/* Form card lifted */
.kh-form-card {
    border-radius: var(--r-xl);
    padding: clamp(30px, 4vw, 46px);
    box-shadow: 0 26px 64px rgba(15, 23, 42, .09);
    border: 1px solid rgba(15, 23, 42, .06);
}
.kh-form-card h2 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }

.form-control, .form-select { padding: 14px 18px; font-size: .94rem; }

/* Map */
.map-frame { border-radius: var(--r-xl); }
.map-placeholder {
    min-height: 430px;
    background:
        radial-gradient(600px 320px at 20% 20%, rgba(23, 201, 100, .16), transparent 62%),
        radial-gradient(600px 320px at 82% 78%, rgba(139, 92, 246, .16), transparent 62%),
        var(--kh-slate-100);
}
.map-pin {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    box-shadow: var(--sh-lg);
    margin-bottom: 18px;
    position: relative;
}
.map-pin i { font-size: 1.9rem; color: var(--kh-green-700); }
.map-pin::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--kh-green);
    animation: waPing 2.4s ease-out infinite;
}

/* FAQ accordion */
.accordion-item {
    border: 1px solid var(--kh-border) !important;
    border-radius: var(--r-md) !important;
    overflow: hidden;
    box-shadow: var(--sh-xs);
    background: #fff;
}
.accordion-button {
    padding: 20px 24px;
    background: #fff;
}
.accordion-button:not(.collapsed) {
    background: var(--kh-green-soft);
    color: var(--kh-green-700) !important;
}
.accordion-button::after {
    background-image: none;
    content: '\F282';
    font-family: 'bootstrap-icons' !important;
    font-size: .85rem;
    width: auto;
    height: auto;
    transition: transform .3s var(--ease);
}
.accordion-body { padding: 4px 24px 22px; font-size: .93rem; line-height: 1.8; }
