/* ══════════════════════════════════════════
   8th SURYATHON 2026 — Style Sheet
   Matching Exlyapp reference layout
   ══════════════════════════════════════════ */

:root {
    --yellow: #fedc46;
    --orange: #ef7f25;
    --orange-hover: #d76a17;
    --maroon: #7B1A2E;
    --navy: #1d2e3b;
    --cream: #fdf3e3;
    --blue: #345aac;
    --blue-hover: #2a4a8f;
    --red: #e53935;
    --gray-bg: #f4f9fc;
    --white: #ffffff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Inter', sans-serif; color: var(--navy); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; width: 100%; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ── Layout ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 720px; }
.narrow-text { max-width: 560px; margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
.section { padding: 80px 20px; }
.section-gray { background: var(--gray-bg); }
.section-white { background: var(--white); }
.section-cream { background: var(--cream); }
.section-navy { background: var(--navy); }
.section-testimonial { background: #fffbec; }

/* ── Buttons ── */
.btn {
    display: inline-block; font-weight: 800; padding: 16px 36px; border-radius: 6px;
    font-size: 1rem; letter-spacing: 0.02em; text-align: center; border: none; cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange-hover); transform: translateY(-2px); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-hover); transform: translateY(-2px); }
.btn-full { width: 100%; display: block; }
.btn-lg { padding: 20px 48px; font-size: 1.15rem; }

/* ── Typography helpers ── */
.section-tag { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }
.section-title { font-size: clamp(28px, 5vw, 44px); font-weight: 900; color: var(--navy); margin-bottom: 16px; line-height: 1.15; }
.section-body { font-size: 1.05rem; color: #4b5563; line-height: 1.7; margin-bottom: 16px; }
.section-quote { font-style: italic; color: #9ca3af; margin-bottom: 24px; }
.big-title { font-size: clamp(40px, 8vw, 80px); font-weight: 900; text-transform: uppercase; color: var(--maroon); line-height: 1; }
.big-subtitle { font-family: 'Playfair Display', serif; font-style: italic; color: var(--maroon); font-size: clamp(28px, 5vw, 56px); margin-bottom: 48px; }

/* ── Dividers ── */
.divider-sun { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 24px 0; }
.divider-line { height: 1px; width: 64px; background: var(--orange); opacity: 0.4; }
.divider-sun span { color: var(--orange); font-size: 1.2rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 24px; }

/* ══════ URGENCY BANNER ══════ */
.urgency-banner {
    position: sticky; top: 0; z-index: 100;
    background: var(--red); color: #fff; padding: 10px 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.urgency-inner { max-width: 900px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 24px; }
.urgency-text { font-weight: 800; font-size: 0.85rem; letter-spacing: 0.08em; }
.countdown { display: flex; align-items: center; gap: 6px; font-family: 'Inter', monospace; }
.cd-block { display: flex; flex-direction: column; align-items: center; min-width: 36px; }
.cd-num { font-size: 1.3rem; font-weight: 900; color: var(--yellow); line-height: 1; }
.cd-label { font-size: 0.55rem; font-weight: 700; letter-spacing: 0.12em; opacity: 0.8; }
.cd-sep { font-size: 1.2rem; font-weight: 900; color: var(--yellow); opacity: 0.6; }

/* ══════ HERO ══════ */
.hero {
    background: linear-gradient(180deg, rgba(254,220,70,0.75) 0%, rgba(239,127,37,0.7) 50%, rgba(233,96,85,0.75) 100%),
                url('https://lh3.googleusercontent.com/aida-public/AB6AXuAvTdbo8cQ_FUXjxMYzVDUW-e_rMjQxFQbuO1gVPqK0RQ0PpJOEXGzKlU8sp3mP7pXyPdzFce1b5aRO8TuaL0IcyAJUFMosBGfN4cNwZ0MFwInQUhpqm_D6bpaNr7YvaIHt3dyWGDEwOePZ3CaP_pdcjWyjmp1VSnk4FoP6_HUmcmuyYMDe6ODOhw-7C0RZ2zv0zbskE6aVxK0B1pPkBoYdUm7n2B_OiTsNsJ_xNlILiCKuJiLiF68mNlh6flMPemQWB11cw2OvJRkv');
    background-size: cover; background-position: center;
    min-height: 100vh; min-height: 100dvh;
    display: flex; align-items: center; justify-content: center;
    text-align: center; padding: 80px 20px 60px; position: relative; overflow: hidden;
}
.hero-inner {
    max-width: 700px; width: 100%;
    display: flex; flex-direction: column; align-items: center;
}
.hero-logo { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 8px 32px rgba(0,0,0,0.12); margin: 0 auto 16px; }
.hero-tagline { font-weight: 900; letter-spacing: 0.25em; font-size: 0.75rem; color: var(--navy); text-transform: uppercase; margin-bottom: 8px; }
.hero-divider { width: 80px; height: 2px; background: var(--navy); opacity: 0.25; margin: 12px auto; }
.hero-title {
    font-weight: 900; text-transform: uppercase; color: var(--maroon);
    line-height: 0.95; letter-spacing: -0.02em;
    font-size: clamp(48px, 10vw, 140px);
    text-shadow: 0 4px 20px rgba(0,0,0,0.06);
    width: 121%; white-space: nowrap;
}
.hero-year { font-weight: 900; color: var(--navy); letter-spacing: 0.12em; font-size: clamp(32px, 6vw, 64px); margin-bottom: 12px; }
.hero-subtitle { font-weight: 700; color: var(--navy); font-size: clamp(0.9rem, 2.5vw, 1.2rem); letter-spacing: 0.05em; margin-bottom: 12px; word-break: break-word; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--navy); color: var(--yellow); font-weight: 900;
    padding: 8px 24px; border-radius: 50px; font-size: 0.8rem;
    letter-spacing: 0.15em; margin-bottom: 32px;
    flex-wrap: wrap; justify-content: center;
}
.badge-dot { opacity: 0.4; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; width: 100%; }
.hero-ctas .btn { font-size: 1rem; padding: 16px 36px; }
.scroll-arrow { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: var(--navy); opacity: 0.35; transition: opacity 0.2s; }
.scroll-arrow:hover { opacity: 0.8; }
.scroll-arrow svg { animation: bounce 2s infinite; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* hero-image section removed — using background image instead */

/* ══════ VIDEO SECTION ══════ */
.video-section {
    background: var(--cream);
    padding: 80px 20px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.video-frame {
    position: relative; width: 100%; max-width: 1000px;
    border-radius: 24px; overflow: hidden;
    box-shadow: 0 20px 60px rgba(123,26,46,0.15), 0 8px 24px rgba(0,0,0,0.1);
    aspect-ratio: 16 / 9;
    border: 4px solid rgba(253, 243, 227, 0.3);
}
.video-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 155%;
    object-fit: cover; z-index: 0;
}
.video-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(29,46,59,0.55) 0%, rgba(123,26,46,0.5) 100%);
}
.video-content {
    position: absolute; inset: 0; z-index: 2;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 24px 20px;
}
.video-tag {
    font-size: 0.7rem; font-weight: 900; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--yellow); margin-bottom: 12px;
}
.video-title {
    font-size: clamp(22px, 4vw, 44px); font-weight: 900; color: #fff;
    line-height: 1.2; margin-bottom: 10px;
}
.video-sub {
    font-size: clamp(0.85rem, 2vw, 1.2rem); color: rgba(255,255,255,0.85); font-weight: 600;
}
.video-label {
    margin-top: 16px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--maroon); opacity: 0.6;
}

/* ══════ EVENT CARD (Warm Ticket) ══════ */
.ev-section {
    background: var(--cream); padding: 64px 20px;
}
.ev-card {
    max-width: 720px; margin: 0 auto; display: flex;
    background: #fff; border-radius: 16px;
    box-shadow: 0 8px 32px rgba(123,26,46,0.08), 0 1px 4px rgba(0,0,0,0.04);
    overflow: hidden;
}
.ev-accent-stripe {
    width: 6px; flex-shrink: 0;
    background: linear-gradient(180deg, var(--orange) 0%, var(--maroon) 100%);
}
.ev-card-body {
    flex: 1; display: flex; align-items: center; gap: 0;
    padding: 0;
}
.ev-date-block {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 36px 40px; min-width: 180px;
    background: linear-gradient(135deg, #fff7ed 0%, #fef3e2 100%);
}
.ev-date-num {
    font-size: 2rem; font-weight: 900; color: var(--maroon); line-height: 1.1; letter-spacing: -0.02em;
}
.ev-date-month {
    font-size: 0.82rem; font-weight: 700; color: var(--orange); letter-spacing: 0.12em;
    text-transform: uppercase; margin-top: 4px;
}
.ev-date-badge {
    display: inline-block; margin-top: 10px;
    background: var(--maroon); color: #fff;
    font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
    padding: 4px 14px; border-radius: 50px;
}
.ev-vert-divider {
    width: 1px; align-self: stretch; margin: 20px 0;
    background: linear-gradient(180deg, transparent, #e5d5c0, transparent);
}
.ev-details {
    flex: 1; display: flex; flex-direction: column; gap: 0;
}
.ev-detail-row {
    display: flex; align-items: center; gap: 14px;
    padding: 18px 28px;
    border-bottom: 1px solid #f3ede4;
    transition: background 0.2s;
}
.ev-detail-row:last-child { border-bottom: none; }
.ev-detail-row:hover { background: #fdf8f2; }
.ev-detail-row svg { flex-shrink: 0; }
.ev-detail-row > div { display: flex; flex-direction: column; }
.ev-detail-label {
    font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
    color: #9ca3af; line-height: 1;
}
.ev-detail-value {
    font-size: 1rem; font-weight: 800; color: var(--navy); margin-top: 3px;
}

/* ══════ FEATURES LIST ══════ */
.features-list { display: flex; flex-direction: column; gap: 48px; margin-top: 16px; }
.feature-item { display: flex; gap: 28px; align-items: center; }
.feature-icon {
    width: 110px; height: 110px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #fff7ed 0%, #fef3e2 100%);
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(239, 127, 37, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-item:hover .feature-icon {
    transform: scale(1.08);
    box-shadow: 0 8px 28px rgba(239, 127, 37, 0.18);
}
.feature-illustration {
    width: 90px; height: 90px; object-fit: contain;
    border-radius: 0;
}
.feature-item h3 { font-size: 1.15rem; font-weight: 900; color: var(--maroon); margin-bottom: 8px; }
.feature-item p { font-size: 1rem; color: #4b5563; line-height: 1.7; }

/* ══════ PRICING ══════ */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 880px; margin: 40px auto 0; }
.price-card { background: #fff; border-radius: 24px; border: 1px solid #e5e7eb; box-shadow: 0 4px 20px rgba(0,0,0,0.06); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.3s; }
.price-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.price-card--featured { border: 2px solid var(--orange); box-shadow: 0 8px 36px rgba(239,127,37,0.15); }
.price-card-ribbon { background: var(--orange); color: #fff; text-align: center; padding: 10px; font-weight: 900; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; }
.price-card-header { padding: 32px 24px; text-align: center; border-bottom: 1px solid #e5e7eb; }
.price-card-header--orange { background: #fff7ed; border-color: #fed7aa; }
.price-card-header h3 { font-size: 1.35rem; font-weight: 900; color: var(--navy); margin-bottom: 4px; }
.price-card-sub { font-size: 0.85rem; color: #6b7280; margin-bottom: 16px; }
.price-card-amount { font-size: 3.5rem; font-weight: 900; color: var(--orange); line-height: 1; }
.price-card-amount.blue { color: var(--blue); }
.price-card-urgency { font-size: 0.8rem; font-weight: 700; color: var(--red); margin-top: 8px; }
.blue-text { color: var(--blue); }
.price-card-list { padding: 24px; flex-grow: 1; list-style: none; display: flex; flex-direction: column; gap: 14px; }
.price-card-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; color: #374151; }
.check { font-weight: 900; flex-shrink: 0; font-size: 1rem; }
.check.orange { color: var(--orange); }
.check.blue { color: var(--blue); }
.price-card-footer { padding: 20px 24px; }
.price-card-footer--orange { background: #fff7ed; }
.price-card-note { font-size: 0.75rem; color: #9ca3af; text-align: center; margin-top: 10px; }

/* ══════ FOUNDER ══════ */
.founder-img { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; object-position: top center; border: 5px solid #fff; box-shadow: 0 8px 32px rgba(0,0,0,0.12); margin: 0 auto 24px; }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; text-align: left; }
.founder-card { background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); border: 1px solid rgba(239,127,37,0.2); }
.founder-card h4 { font-weight: 900; color: var(--orange); margin-bottom: 4px; font-size: 0.9rem; }
.founder-card p { font-size: 0.82rem; color: #6b7280; }

/* ══════ PILLARS ══════ */
.pillars-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 32px; }
.pillar { background: #fff7ed; padding: 24px 16px; border-radius: 16px; text-align: center; border: 1px solid rgba(239,127,37,0.15); transition: box-shadow 0.2s, transform 0.2s; }
.pillar:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.06); transform: translateY(-3px); }
.pillar-icon { font-size: 2rem; margin-bottom: 10px; }
.pillar h4 { font-weight: 900; font-size: 0.82rem; color: var(--navy); margin-bottom: 6px; }
.pillar p { font-size: 0.75rem; color: #6b7280; line-height: 1.5; }

/* ══════ GALLERY ══════ */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 32px; }
.gallery-img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; transition: opacity 0.2s, transform 0.3s; cursor: pointer; }
.gallery-img:hover { opacity: 0.88; transform: scale(1.02); }

/* ══════ TESTIMONIAL ══════ */
.testimonial-card { background: #fff; border-radius: 24px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); padding: 48px 40px; position: relative; overflow: hidden; margin-top: 32px; }
.quote-mark { position: absolute; font-size: 8rem; color: var(--orange); opacity: 0.08; font-family: 'Playfair Display', serif; line-height: 1; user-select: none; }
.quote-mark.left { top: 0; left: 16px; }
.quote-mark.right { bottom: -20px; right: 16px; }
.testimonial-card blockquote { font-size: 1.1rem; font-style: italic; color: #4b5563; line-height: 1.7; position: relative; z-index: 1; }
.testimonial-author { font-weight: 900; color: var(--navy); margin-top: 20px; position: relative; z-index: 1; }

/* ══════ FAQ ══════ */
.faq-list { margin-top: 32px; display: flex; flex-direction: column; gap: 8px; }
.faq-item { border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; background: #fff; }
.faq-q { width: 100%; text-align: left; padding: 18px 24px; font-size: 1rem; font-weight: 700; color: var(--navy); background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; }
.faq-q:hover { background: var(--gray-bg); }
.faq-q::after { content: '+'; font-size: 1.4rem; font-weight: 300; color: #9ca3af; transition: transform 0.3s; }
.faq-item.open .faq-q::after { content: '−'; transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 24px 18px; }
.faq-a p { font-size: 0.92rem; color: #4b5563; line-height: 1.7; }

/* ══════ CONTACT SECTION ══════ */
.section-warm-light { background: #fffaf2; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 40px; }
.contact-card { 
    background: #fff; 
    border-radius: 24px; 
    padding: 40px 24px; 
    box-shadow: 0 10px 40px rgba(123,26,46,0.06);
    border: 1px solid rgba(123,26,46,0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex; flex-direction: column; align-items: center;
}
.contact-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(123,26,46,0.1); border-color: var(--orange); }
.contact-icon-wrapper { 
    font-size: 1.8rem; 
    width: 64px; height: 64px; 
    background: var(--cream); 
    border-radius: 18px; 
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    color: var(--maroon);
    transition: transform 0.3s ease;
}
.contact-card:hover .contact-icon-wrapper { transform: scale(1.1) rotate(5deg); background: var(--maroon); color: var(--cream); }
.contact-label { 
    font-size: 0.7rem; font-weight: 800; letter-spacing: 0.15em; 
    text-transform: uppercase; color: var(--orange); margin-bottom: 12px; 
}
.contact-value { 
    font-weight: 700; color: var(--navy); font-size: 1.05rem; 
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s;
}
.contact-value:hover { color: var(--maroon); }

/* ══════ FOOTER ══════ */
.footer { 
    background: var(--maroon); 
    color: rgba(253, 243, 227, 0.8); 
    padding: 60px 20px; 
    text-align: center; 
}
.footer-logo { 
    width: 64px; height: 64px; 
    border-radius: 50%; 
    object-fit: cover; 
    border: 2px solid var(--orange); 
    margin: 0 auto 16px; 
    background: white;
}
.footer h3 { 
    color: var(--cream); 
    font-weight: 900; 
    font-size: 1.3rem; 
    margin-bottom: 12px; 
    letter-spacing: 0.05em;
}
.footer p { 
    font-size: 0.9rem; 
    margin-bottom: 6px; 
    max-width: 600px; 
    margin-left: auto; 
    margin-right: auto;
}
.footer-bottom { 
    border-top: 1px solid rgba(253, 243, 227, 0.15); 
    margin-top: 40px; 
    padding-top: 24px; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    align-items: center; 
    gap: 16px; 
    font-size: 0.8rem; 
}
.footer-quote { 
    color: var(--yellow); 
    font-weight: 700; 
    font-style: italic;
}

/* ══════ WHATSAPP FAB ══════ */
.whatsapp-fab { position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,0.35); transition: transform 0.2s; }
.whatsapp-fab:hover { transform: scale(1.1); }

/* ══════ RESPONSIVE ══════ */

/* Large tablets & small laptops */
@media (max-width: 1024px) {
    .pillars-grid { grid-template-columns: repeat(3, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .big-title { font-size: clamp(36px, 7vw, 64px); }
    .big-subtitle { font-size: clamp(24px, 4.5vw, 48px); margin-bottom: 32px; }
    .hero-title { font-size: clamp(56px, 10vw, 100px); }
    .pricing-grid { gap: 24px; }
}

/* Tablets */
@media (max-width: 768px) {
    /* Layout */
    .section { padding: 56px 16px; }
    .container { padding: 0 16px; }

    /* Hero */
    .hero { min-height: auto; min-height: auto; padding: 90px 16px 60px; }
    .hero-title { font-size: clamp(44px, 11vw, 72px); width: 100%; white-space: normal; }
    .hero-year { font-size: clamp(28px, 5vw, 48px); }
    .hero-subtitle { font-size: clamp(0.85rem, 3vw, 1.1rem); }
    .hero-ctas { flex-direction: column; align-items: center; gap: 12px; }
    .hero-ctas .btn { width: 100%; max-width: 320px; padding: 16px 24px; }
    .hero-badge { font-size: 0.7rem; padding: 8px 18px; gap: 6px; }

    /* Video */
    .video-section { padding: 48px 16px; }
    .video-frame { border-radius: 16px; max-width: 100%; aspect-ratio: 16 / 9; height: auto; }
    .video-title { font-size: clamp(20px, 5vw, 30px); }
    .video-sub { font-size: clamp(0.8rem, 2.5vw, 1rem); }
    .video-content { padding: 20px 16px; }
    .video-label { font-size: 0.62rem; margin-top: 12px; }

    /* Urgency Banner */
    .urgency-inner { flex-direction: column; text-align: center; gap: 4px; padding: 6px; }
    .urgency-text { font-size: 0.72rem; letter-spacing: 0.05em; }
    .countdown { margin-top: 4px; }
    .cd-num { font-size: 1.1rem; }
    .cd-sep { font-size: 1rem; }

    /* Event Card */
    .ev-section { padding: 48px 16px; }
    .ev-card-body { flex-direction: column; }
    .ev-vert-divider { width: 80%; height: 1px; margin: 0 auto; align-self: auto;
        background: linear-gradient(90deg, transparent, #e5d5c0, transparent); }
    .ev-date-block { min-width: auto; width: 100%; padding: 24px 20px; }
    .ev-detail-row { padding: 14px 20px; }

    /* Features */
    .feature-item { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
    .feature-icon { width: 100px; height: 100px; }
    .feature-illustration { width: 80px; height: 80px; }

    /* Pricing */
    .pricing-grid { grid-template-columns: 1fr; max-width: 440px; }

    /* Pillars */
    .pillars-grid { grid-template-columns: repeat(2, 1fr); }

    /* Gallery */
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .gallery-img { height: 180px; }

    /* Founder */
    .founder-grid { grid-template-columns: 1fr; }
    .founder-img { width: 140px; height: 140px; }

    /* Contact */
    .contact-grid { grid-template-columns: 1fr; gap: 12px; }

    /* Testimonial */
    .testimonial-card { padding: 36px 24px; }

    /* Footer */
    .footer-bottom { flex-direction: column; text-align: center; }
}

/* Mobile Devices */
@media (max-width: 480px) {
    /* Layout */
    .section { padding: 44px 14px; }

    /* Hero */
    .hero { padding: 80px 14px 50px; }
    .hero-logo { width: 80px; height: 80px; }
    .hero-title { font-size: clamp(36px, 13vw, 56px); white-space: normal; word-break: break-word; width: 100%; }
    .hero-year { font-size: clamp(24px, 7vw, 36px); margin-bottom: 8px; }
    .hero-tagline { font-size: 0.65rem; letter-spacing: 0.15em; }
    .hero-subtitle { font-size: 0.85rem; letter-spacing: 0.02em; }
    .hero-badge { flex-direction: column; padding: 10px 20px; gap: 3px; border-radius: 14px; font-size: 0.7rem; }
    .badge-dot { display: none; }
    .hero-ctas .btn { font-size: 0.9rem; padding: 14px 20px; }
    .scroll-arrow { bottom: 16px; }

    /* Video */
    .video-section { padding: 24px 0; }
    .video-frame { border-radius: 0; border: none; max-width: 100%; box-shadow: none; aspect-ratio: 16 / 9; height: auto; }
    .video-title { font-size: clamp(18px, 5.5vw, 24px); line-height: 1.3; }
    .video-sub { font-size: clamp(0.75rem, 3vw, 0.95rem); }
    .video-tag { font-size: 0.6rem; letter-spacing: 0.18em; }
    .video-label { display: none; }

    /* Event Card */
    .ev-section { padding: 36px 14px; }
    .ev-date-num { font-size: 1.5rem; }
    .ev-date-month { font-size: 0.72rem; }
    .ev-detail-row { gap: 10px; padding: 12px 14px; }
    .ev-detail-value { font-size: 0.9rem; }

    /* Typography */
    .section-title { font-size: clamp(22px, 6vw, 32px); }
    .section-body { font-size: 0.95rem; }
    .big-title { font-size: clamp(32px, 10vw, 52px); }
    .big-subtitle { font-size: clamp(22px, 6vw, 38px); margin-bottom: 24px; }

    /* Features */
    .features-list { gap: 36px; }
    .feature-icon { width: 88px; height: 88px; }
    .feature-illustration { width: 70px; height: 70px; }
    .feature-item h3 { font-size: 1.05rem; }
    .feature-item p { font-size: 0.9rem; }

    /* Pricing */
    .pricing-grid { max-width: 100%; }
    .price-card-header { padding: 24px 16px; }
    .price-card-amount { font-size: 2.8rem; }
    .price-card-list { padding: 20px 16px; }
    .price-card-list li { font-size: 0.88rem; }
    .price-card-footer { padding: 16px; }

    /* Pillars */
    .pillars-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .pillar { padding: 18px 12px; }
    .pillar-icon { font-size: 1.6rem; }
    .pillar h4 { font-size: 0.75rem; }
    .pillar p { font-size: 0.7rem; }

    /* Gallery */
    .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .gallery-img { height: 150px; border-radius: 8px; }

    /* Testimonial */
    .testimonial-card { padding: 28px 16px; }
    .testimonial-card blockquote { font-size: 0.95rem; }
    .quote-mark { font-size: 5rem; }
    .quote-mark.right { bottom: -10px; right: 8px; }

    /* FAQ */
    .faq-q { padding: 14px 16px; font-size: 0.92rem; }
    .faq-item.open .faq-a { padding: 0 16px 14px; }

    /* Founder */
    .founder-img { width: 120px; height: 120px; }
    .founder-card { padding: 16px; }
    .founder-card h4 { font-size: 0.82rem; }
    .founder-card p { font-size: 0.78rem; }

    /* Contact */
    .contact-card { padding: 20px 14px; }
    .contact-value { font-size: 0.82rem; }

    /* Footer */
    .footer { padding: 36px 14px; }
    .footer h3 { font-size: 1rem; }
    .footer p { font-size: 0.8rem; }
    .footer-bottom { font-size: 0.7rem; gap: 8px; }

    /* Buttons */
    .btn { padding: 14px 24px; font-size: 0.9rem; }
    .btn-lg { padding: 16px 32px; font-size: 1rem; }
    .cta-row { gap: 12px; }
    .cta-row .btn { width: 100%; max-width: 320px; }

    /* WhatsApp FAB */
    .whatsapp-fab { width: 50px; height: 50px; bottom: 16px; right: 16px; }
}

/* Very small screens */
@media (max-width: 360px) {
    .hero-title { font-size: clamp(32px, 15vw, 44px); }
    .hero-year { font-size: clamp(20px, 8vw, 30px); }
    .hero-badge { padding: 8px 16px; font-size: 0.62rem; }
    .urgency-text { font-size: 0.62rem; }
    .cd-num { font-size: 1rem; }
    .pillars-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-img { height: 200px; }
    .pricing-grid { gap: 20px; }
}
