/*
Theme Name: Sri Sai Manikanta Caterers
Theme URI: https://saimanikantacaterers.in
Author: Intech Axis Solutions
Description: Custom theme for Sri Sai Manikanta Caterers — pure vegetarian catering, Vijayawada, Andhra Pradesh & Telangana, since 1994. Built around the brand's own green & gold identity, with SEO and performance as first-class requirements.
Version: 1.11.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: smk-caterers
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Work+Sans:wght@400;500;600;700&display=swap');

:root {
    /* Brand palette — pulled directly from the SMK logo (deep bottle green + gold) */
    --ivory:        #FBF4E4;
    --ivory-deep:    #F3E9D4;
    --leaf:          #1E4620;   /* SMK logo green */
    --leaf-deep:     #123016;
    --leaf-light:    #7C9A6D;
    --maroon:        #6B1E23;
    --maroon-deep:   #4E1519;
    --gold:          #C9962C;   /* SMK logo gold */
    --gold-light:    #E7C069;
    --charcoal:      #2B211B;
    --charcoal-soft: #5B4F42;
    --white:         #FFFDF8;

    --font-display: 'Fraunces', Georgia, serif;
    --font-body: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif;

    --max-width: 1180px;
    --radius: 6px;
    --shadow-soft: 0 12px 32px -16px rgba(43,33,27,0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--charcoal);
    background: var(--ivory);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 0.5em;
    color: var(--maroon-deep);
}
h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; color: var(--charcoal-soft); }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.eyebrow {
    display: inline-block; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
    font-size: 0.75rem; color: var(--leaf); margin-bottom: 10px;
}
.section { padding: 88px 0; }
.section--tight { padding: 56px 0; }
.section--leaf { background: var(--leaf); color: var(--ivory); }
.section--leaf h2, .section--leaf h3 { color: var(--white); }
.section--leaf p { color: #DCE8DC; }
/* Cards keep their normal light background + dark text regardless of the
   section behind them — without this, a white card inside a green section
   would inherit white heading/paragraph text and become unreadable. */
.section--leaf .card h3 { color: var(--maroon-deep); }
.section--leaf .card p { color: var(--charcoal-soft); }
.section--maroon { background: var(--maroon); color: var(--ivory); }
.section--maroon h2, .section--maroon h3 { color: var(--white); }
.section--maroon p { color: #E9CFCF; }
.center { text-align: center; }
.section-head { max-width: 640px; margin: 0 auto 48px; }
.section-head.left { margin: 0 0 40px; }

.leaf-divider { width: 100%; height: 34px; display: block; line-height: 0; }
.leaf-divider svg { display: block; width: 100%; height: 34px; }

.btn {
    display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 0.95rem;
    padding: 14px 28px; border-radius: var(--radius); border: 1.5px solid transparent;
    cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    letter-spacing: 0.01em;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: linear-gradient(180deg, var(--gold-light), var(--gold)); color: var(--maroon-deep); box-shadow: 0 6px 18px -8px rgba(201,150,44,0.55); }
.btn--gold:hover { background: linear-gradient(180deg, var(--gold-light), var(--gold-light)); box-shadow: var(--shadow-soft); }
.btn--outline { border-color: currentColor; background: transparent; }
.btn--outline:hover { background: rgba(255,255,255,0.1); }
.btn--maroon { background: var(--maroon); color: var(--white); }
.btn--maroon:hover { background: var(--maroon-deep); }
.btn--sm { padding: 10px 18px; font-size: 0.85rem; }

.site-header {
    position: sticky; top: 0; z-index: 50; background: var(--leaf-deep);
    box-shadow: 0 2px 12px -4px rgba(0,0,0,0.25);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; gap: 14px; flex-wrap: nowrap; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-logo-img, .brand .custom-logo {
    height: var(--logo-height, 40px); width: auto; max-width: 150px; object-fit: contain;
    background: var(--white); padding: 4px 10px; border-radius: 6px;
    display: block;
}
@media (max-width: 480px) { .brand-logo-img, .brand .custom-logo { height: calc(var(--logo-height, 40px) * 0.8); max-width: 120px; padding: 3px 7px; } }
.nav { display: flex; align-items: center; gap: 20px; flex: 1 1 auto; justify-content: center; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.nav::-webkit-scrollbar { display: none; }
.nav ul { list-style: none; display: flex; gap: 20px; margin: 0; padding: 0; flex-wrap: nowrap; flex-shrink: 0; }
.nav a { font-weight: 600; font-size: 0.88rem; color: var(--ivory); padding: 8px 0; position: relative; white-space: nowrap; }
.nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform 0.2s ease; transform-origin: left; }
.nav a:hover::after, .nav .current-menu-item a::after { transform: scaleX(1); }
.nav .current-menu-item a { color: var(--gold-light); }
.header-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header-phone-icon {
    display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; flex-shrink: 0;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-radius: 50%;
    transition: background 0.15s ease;
}
.header-phone-icon:hover { background: rgba(255,255,255,0.18); }
.phone-icon { width: 15px; height: 15px; fill: var(--gold-light); flex-shrink: 0; }
.header-quote-btn { white-space: nowrap; }
.nav-quote-mobile { display: none; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.8rem; color: var(--white); cursor: pointer; padding: 6px; line-height: 1; }

/* Single clean breakpoint — switches to the mobile drawer with real margin
   to spare, since nav item count/length is user-editable and unpredictable.
   Better to switch a bit early than risk the squeeze that caused nav items
   to visually overlap the phone icon at in-between widths before. */
@media (max-width: 1240px) {
    .nav { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--leaf-deep); flex-direction: column; align-items: flex-start; padding: 90px 24px 24px; gap: 18px; transform: translateX(-100%); transition: transform 0.25s ease; overflow-y: auto; z-index: 49; justify-content: flex-start; }
    .nav.open { transform: translateX(0); }
    .nav ul { flex-direction: column; gap: 4px; width: 100%; }
    .nav ul a { display: block; padding: 12px 4px; font-size: 1.05rem; width: 100%; }
    .nav-quote-mobile { display: inline-flex; margin-top: 8px; }
    .nav-toggle { display: block; position: relative; z-index: 51; }
    .nav.open ~ .header-cta .nav-toggle,
    .nav-toggle.is-open { color: var(--gold-light); }
    .header-phone-icon, .header-quote-btn { display: none; }
    .btn { padding: 14px 24px; }
}
@media (max-width: 480px) {
    .header-inner { padding: 6px 0; }
    .hero-content { padding-bottom: 56px; }
    .hero::before { margin: 8px; }
    .hero-dots { bottom: 22px; }
    .grid--3, .grid--4, .grid--2 { gap: 18px; }
    .section { padding: 56px 0; }
    .follow-buttons { flex-direction: column; align-items: stretch; }
}

/* --- Floating social sidebar (fixed to the viewport edge, persistent while scrolling) --- */
.social-sidebar {
    position: fixed; left: 0; top: 50%; transform: translateY(-50%); z-index: 55;
    display: flex; flex-direction: column; box-shadow: 2px 0 12px -4px rgba(0,0,0,0.25); border-radius: 0 8px 8px 0; overflow: hidden;
}
.social-sidebar-icon {
    width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
    color: var(--white); transition: width 0.18s ease, padding 0.18s ease;
}
.social-sidebar-icon svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }
.social-sidebar-icon--instagram { background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF); }
.social-sidebar-icon--facebook { background: #1877F2; }
.social-sidebar-icon--youtube { background: #FF0000; }
.social-sidebar-icon--twitter { background: #000000; }
.social-sidebar-icon:hover { width: 48px; }
@media (max-width: 640px) {
    .social-sidebar { display: none; } /* avoid competing with thumb-reach content and the WhatsApp float on small screens */
}

.hero { position: relative; height: min(92vh, 760px); min-height: 460px; overflow: hidden; }
.hero-slide {
    position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease;
    background-size: cover; background-position: center;
    transform: scale(1.06); transition: opacity 1.4s ease, transform 9s ease;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide::after {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(10,26,11,0.35) 0%, rgba(10,26,11,0.35) 35%, rgba(10,26,11,0.88) 100%),
        radial-gradient(120% 90% at 15% 100%, rgba(201,150,44,0.16) 0%, transparent 55%);
}
.hero::before {
    content: ''; position: absolute; inset: 0; z-index: 4; pointer-events: none;
    border: 1px solid rgba(231,192,105,0.35); margin: 18px;
}
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 100px; color: var(--white); }
.hero-content .eyebrow {
    color: var(--gold-light); display: flex; align-items: center; gap: 12px; letter-spacing: 0.22em;
}
.hero-content .eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--gold-light); display: inline-block; }
.hero-text-stack { position: relative; }
.hero-text { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.5s ease; }
.hero-text.active { position: relative; opacity: 1; visibility: visible; }
.hero-text h1 { color: var(--white); max-width: 780px; text-shadow: 0 4px 24px rgba(0,0,0,0.35); }
.hero-text p { color: #F1E9DA; font-size: 1.15rem; max-width: 560px; }
.hero-cta { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.hero-cta .btn--gold { box-shadow: 0 10px 30px -10px rgba(201,150,44,0.6); }
.hero-cta .btn--outline { border-width: 1.5px; backdrop-filter: blur(2px); }
.hero-dots { position: absolute; z-index: 3; bottom: 40px; left: 0; right: 0; display: flex; justify-content: center; gap: 10px; }
.hero-dots button { width: 26px; height: 3px; border-radius: 2px; border: none; background: rgba(255,255,255,0.35); cursor: pointer; padding: 0; transition: background 0.2s ease, width 0.2s ease; }
.hero-dots button.active { background: var(--gold); width: 40px; }

.promo-strip { background: var(--maroon); color: var(--white); padding: 12px 0; }
.promo-strip .container { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; text-align: center; font-size: 0.92rem; }
.promo-strip strong { color: var(--gold-light); }

.grid { display: grid; gap: 28px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid--3, .grid--4, .grid--2 { grid-template-columns: 1fr; } }

.card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 14px -6px rgba(43,33,27,0.14); border: 1px solid rgba(30,70,32,0.08); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px -18px rgba(43,33,27,0.32); }
.card-img { aspect-ratio: 4/3; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 20px 22px; }
.badge-signature { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: var(--gold); color: var(--maroon-deep); padding: 3px 9px; border-radius: 3px; margin-bottom: 8px; }

.feature-list { list-style: none; margin: 0; padding: 0; }
.feature-list li { position: relative; padding-left: 26px; margin-bottom: 8px; }
.feature-list li::before {
    content: ''; position: absolute; left: 0; top: 7px; width: 12px; height: 12px;
    background: var(--leaf); mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 8C8 10 5.9 16.17 3.82 21.34l1.89.66.95-2.3c.48.17 1.99.51 3.34-.32 3.55 2.32 8.1-1.87 8.1-8.68 0-1.53-.14-3.06-.28-4.3z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 32px; } }
.split img { border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.stat-row { display: flex; gap: 36px; margin-top: 28px; flex-wrap: wrap; }
.stat-row .stat b { display: block; font-family: var(--font-display); font-size: 2rem; color: var(--maroon); }
.stat-row .stat span { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--charcoal-soft); }
.section--leaf .stat b { color: var(--gold-light); }
.section--leaf .stat span { color: #D9E4D6; }

.t-card { background: var(--ivory-deep); border-left: 3px solid var(--gold); padding: 26px 28px; border-radius: var(--radius); }
.t-card .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 10px; }
.t-card p { font-style: italic; color: var(--charcoal); }
.t-card footer { font-weight: 700; color: var(--maroon); font-size: 0.9rem; }
.t-card footer span { display: block; font-weight: 500; color: var(--charcoal-soft); font-size: 0.8rem; }

.gallery-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.gallery-filters button { font-weight: 600; font-size: 0.85rem; padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--leaf); background: transparent; color: var(--leaf); cursor: pointer; font-family: var(--font-body); }
.gallery-filters button.active { background: var(--leaf); color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 700px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.gallery-item { border-radius: var(--radius); overflow: hidden; cursor: pointer; aspect-ratio: 1; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.lightbox { position: fixed; inset: 0; background: rgba(18,48,22,0.94); z-index: 100; display: none; align-items: center; justify-content: center; padding: 32px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 82vh; border-radius: 4px; }
.lightbox-close { position: absolute; top: 24px; right: 32px; color: var(--white); font-size: 2rem; cursor: pointer; background: none; border: none; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-weight: 600; font-size: 0.85rem; }
.form-field.full { grid-column: 1 / -1; }
input, select, textarea {
    font-family: var(--font-body); font-size: 0.95rem; padding: 12px 14px;
    border: 1.5px solid #DDD0B8; border-radius: var(--radius); background: var(--white); color: var(--charcoal); width: 100%;
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.form-note { font-size: 0.82rem; color: var(--charcoal-soft); margin-top: 10px; }
.alert-success { background: #E1EEDD; border: 1px solid var(--leaf-light); color: var(--leaf-deep); padding: 16px 20px; border-radius: var(--radius); margin-bottom: 24px; font-weight: 600; }
.alert-error { background: #F5DEDE; border: 1px solid var(--gold); color: var(--maroon-deep); padding: 16px 20px; border-radius: var(--radius); margin-bottom: 24px; font-weight: 600; }

.pkg-card { position: relative; }
.pkg-card.featured { border: 2px solid var(--gold); }
.pkg-ribbon { position: absolute; top: 14px; right: -8px; background: var(--maroon); color: var(--white); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 14px 5px 18px; border-radius: 3px 0 0 3px; }
.pkg-price { font-family: var(--font-display); font-size: 1.6rem; color: var(--maroon); margin: 6px 0 2px; }
.pkg-guests { font-size: 0.8rem; color: var(--charcoal-soft); margin-bottom: 14px; }

/* --- Social icons (shared across topbar / nav / footer / follow section) --- */
.social-icon { display: inline-flex; align-items: center; justify-content: center; color: inherit; transition: transform 0.15s ease, opacity 0.15s ease; }
.social-icon svg { width: 100%; height: 100%; fill: currentColor; }
.social-icon:hover { transform: translateY(-2px); opacity: 0.85; }

.social-topbar { display: none; } /* merged into single header strip */

.nav-social { display: none; gap: 14px; margin-top: 16px; }
.nav-social .social-icon { width: 22px; height: 22px; color: var(--gold-light); }
@media (max-width: 880px) { .nav-social { display: flex; } }

.footer-logo-img { height: 48px; width: auto; object-fit: contain; margin-bottom: 14px; filter: brightness(0) invert(1); opacity: 0.92; }
.footer-social { display: flex; gap: 14px; margin-top: 18px; }
.footer-social .social-icon { width: 20px; height: 20px; color: #D9E4D6; flex-direction: column; align-items: flex-start; }
.footer-social .social-icon:hover { color: var(--gold-light); }
.social-count { display: block; font-size: 0.65rem; color: #9FB39B; margin-top: 2px; }

.section--follow { background: var(--ivory-deep); }
.follow-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 32px; }
.follow-btn {
    display: flex; align-items: center; gap: 12px; background: var(--white); border: 1.5px solid rgba(30,70,32,0.14);
    border-radius: var(--radius); padding: 14px 22px; box-shadow: 0 2px 14px -6px rgba(43,33,27,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.follow-btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); border-color: var(--gold); }
.follow-btn-icon { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--white); }
.follow-btn-icon svg { width: 18px; height: 18px; }
.follow-btn--instagram .follow-btn-icon { background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF); }
.follow-btn--facebook .follow-btn-icon { background: #1877F2; }
.follow-btn--youtube .follow-btn-icon { background: #FF0000; }
.follow-btn--twitter .follow-btn-icon { background: #000000; }
.follow-btn-text { display: flex; flex-direction: column; text-align: left; }
.follow-btn-text strong { font-size: 0.92rem; color: var(--charcoal); }
.follow-btn-text span { font-size: 0.78rem; color: var(--charcoal-soft); }

/* --- Homepage USP strip: icon-badge cards with subtle texture --- */
.usp-strip {
    background: var(--ivory-deep);
    background-image: radial-gradient(circle at 1px 1px, rgba(30,70,32,0.06) 1px, transparent 0);
    background-size: 22px 22px;
}
.usp-card { text-align: center; padding: 8px 10px; }
.usp-icon {
    display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin: 0 auto 14px;
    font-size: 1.6rem; background: var(--white); border: 1.5px solid rgba(201,150,44,0.35); border-radius: 50%;
    box-shadow: 0 8px 20px -10px rgba(43,33,27,0.25); transition: transform 0.2s ease, border-color 0.2s ease;
}
.usp-card:hover .usp-icon { transform: translateY(-4px); border-color: var(--gold); }
.usp-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.usp-card p { font-size: 0.9rem; }

/* --- Rich content typography (used across all the_content() editable areas) --- */
.entry-content ul, .entry-content ol { margin: 0 0 1.2em; padding-left: 22px; color: var(--charcoal-soft); }
.entry-content li { margin-bottom: 6px; }
.entry-content h2 { margin-top: 1.4em; }
.entry-content h3 { margin-top: 1.2em; }
.entry-content blockquote {
    margin: 1.6em 0; padding: 20px 24px; background: var(--ivory-deep); border-left: 3px solid var(--gold);
    border-radius: var(--radius); font-style: italic; color: var(--charcoal);
}
.entry-content blockquote p:last-child { margin-bottom: 0; }
.entry-content blockquote cite { display: block; margin-top: 10px; font-style: normal; font-weight: 700; color: var(--maroon); font-size: 0.9rem; }
.entry-content strong { color: var(--charcoal); }

/* --- YouTube reviews embed (responsive 16:9) --- */
.youtube-embed { position: relative; width: 100%; max-width: 860px; margin: 0 auto; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); background: #000; }
.youtube-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* --- FAQ accordion (AEO/GEO: plain semantic Q&A, easy for answer engines to lift) --- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1.5px solid rgba(30,70,32,0.12); border-radius: var(--radius); overflow: hidden; }
.faq-question {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    background: none; border: none; padding: 18px 22px; text-align: left; cursor: pointer;
    font-family: var(--font-body); font-weight: 600; font-size: 1rem; color: var(--maroon-deep);
}
.faq-toggle { flex-shrink: 0; font-size: 1.3rem; color: var(--gold); transition: transform 0.2s ease; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease, padding 0.25s ease; padding: 0 22px; }
.faq-answer p { margin: 0 0 12px; }
.faq-item.open .faq-answer { max-height: 600px; padding: 0 22px 20px; }

.site-footer { background: var(--leaf-deep); color: #D9E4D6; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 40px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.site-footer h4 { color: var(--white); font-size: 1rem; margin-bottom: 16px; }
.site-footer a { color: #D9E4D6; }
.site-footer a:hover { color: var(--gold-light); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 48px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.8rem; color: #9FB39B; }

.wa-float { position: fixed; bottom: 22px; right: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px -6px rgba(0,0,0,0.4); }
.wa-float svg { width: 30px; height: 30px; fill: var(--white); }

.page-hero {
    background: var(--leaf); color: var(--white); padding: 88px 0 56px; position: relative;
    background-size: cover; background-position: center;
}
.page-hero::before {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(10,26,11,0.55) 0%, rgba(10,26,11,0.82) 100%),
        radial-gradient(120% 100% at 12% 0%, rgba(201,150,44,0.14) 0%, transparent 55%);
}
.page-hero::after {
    content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    border: 1px solid rgba(231,192,105,0.3); margin: 14px;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); margin-bottom: 10px; text-shadow: 0 4px 20px rgba(0,0,0,0.3); }
@media (max-width: 480px) { .page-hero { padding: 64px 0 36px; } .page-hero::after { margin: 6px; } }
.breadcrumb { font-size: 0.85rem; color: #D3E2CE; }
.breadcrumb a { text-decoration: underline; }

.mt-0 { margin-top: 0; }
.text-center { text-align: center; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); overflow: hidden; height: 1px; width: 1px; }
