:root{
  --purple:#5b2a86;
  --purple-deep:#351052;
  --purple-soft:#f1e9f8;
  --yellow:#ffd43b;
  --yellow-deep:#e0ad00;
  --ink:#1e1730;
  --muted:#665f73;
  --paper:#fffdf8;
  --line:#e9e1ef;
  --shadow:0 14px 40px rgba(53,16,82,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
a{color:var(--purple);text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}.container{width:min(1160px,calc(100% - 32px));margin-inline:auto}
.skipLink{position:absolute;left:-9999px}.skipLink:focus{left:16px;top:16px;background:#fff;padding:10px 14px;z-index:1000}
.topStrip{background:var(--purple-deep);color:#fff;font-size:.92rem}.topStripInner{display:flex;justify-content:space-between;gap:16px;padding:8px 0}.topStrip a{color:var(--yellow);font-weight:800}
.siteHeader{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.navWrap{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:86px}.brand img{width:190px;max-height:74px;object-fit:contain}
.mainNav{display:flex;align-items:center;gap:18px;font-weight:750}.mainNav a{color:var(--ink)}.mainNav a:hover{color:var(--purple)}
.navCta,.btnPrimary{background:var(--yellow);color:var(--purple-deep)!important;border:2px solid var(--yellow);padding:11px 17px;border-radius:999px;font-weight:900;box-shadow:0 8px 22px rgba(224,173,0,.22)}
.btnSecondary{display:inline-block;border:2px solid var(--purple);color:var(--purple);padding:11px 17px;border-radius:999px;font-weight:900;background:#fff}
.menuBtn{display:none;border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:12px;font-weight:800}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--purple-deep),var(--purple) 62%,#7c3db2);color:#fff;padding:78px 0 66px}
.hero:after{content:"";position:absolute;right:-90px;bottom:-130px;width:420px;height:420px;background:var(--yellow);opacity:.18;border-radius:50%}
.heroGrid{display:grid;grid-template-columns:1.12fr .88fr;gap:46px;align-items:center;position:relative;z-index:1}.eyebrow{color:var(--yellow);font-weight:900;letter-spacing:.11em;text-transform:uppercase;font-size:.82rem}
h1{font-size:clamp(2.3rem,5vw,4.4rem);line-height:1.03;margin:.25em 0 .35em;letter-spacing:-.035em}.hero p{font-size:1.12rem;max-width:740px;color:#f6effc}
.heroActions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.heroCard{background:#fff;color:var(--ink);padding:22px;border-radius:28px;box-shadow:0 24px 60px rgba(0,0,0,.22)}.heroCard img{border-radius:18px;width:100%;aspect-ratio:16/9;object-fit:contain;background:#fff}.heroCard strong{display:block;color:var(--purple);font-size:1.2rem;margin-top:14px}
.section{padding:70px 0}.section.alt{background:var(--purple-soft)}.sectionTitle{max-width:780px;margin-bottom:30px}.sectionTitle h2{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.12;margin:0 0 12px;color:var(--purple-deep)}.sectionTitle p{color:var(--muted);margin:0}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.card h3{margin:0 0 8px;color:var(--purple)}.card p{margin:0;color:var(--muted)}
.gradeBadge{display:inline-grid;place-items:center;min-width:76px;height:76px;border-radius:20px;background:var(--yellow);color:var(--purple-deep);font-size:1.45rem;font-weight:950;margin-bottom:15px}
.band{background:linear-gradient(90deg,var(--yellow),#ffe779);padding:30px 0}.bandGrid{display:grid;grid-template-columns:1.3fr .7fr;gap:24px;align-items:center}.band h2{margin:0;color:var(--purple-deep)}.band p{margin:.5rem 0 0}.band .heroActions{justify-content:flex-end;margin:0}
.checkList{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.check{background:#fff;border:1px solid var(--line);padding:16px 18px;border-radius:15px;font-weight:750}.check:before{content:"✓";display:inline-grid;place-items:center;width:28px;height:28px;margin-right:10px;border-radius:50%;background:var(--yellow);color:var(--purple-deep);font-weight:950}
.locationPills{display:flex;flex-wrap:wrap;gap:10px}.locationPills a{background:#fff;border:1px solid #d8c9e6;border-radius:999px;padding:10px 14px;font-weight:800;color:var(--purple-deep)}
.pageHero{background:linear-gradient(130deg,var(--purple-deep),var(--purple));color:#fff;padding:54px 0}.pageHero h1{font-size:clamp(2.15rem,4vw,3.5rem);margin:.15em 0}.pageHero p{max-width:820px;color:#f4eefa}
.twoCol{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.mapFrame{width:100%;min-height:380px;border:0;border-radius:22px;box-shadow:var(--shadow)}
.formCard{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field.full{grid-column:1/-1}.field label{display:block;font-weight:800;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid #cfc5d9;border-radius:12px;font:inherit;background:#fff}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(255,212,59,.45);border-color:var(--purple)}
.notice{padding:14px 16px;border-radius:14px;margin-bottom:18px}.notice.success{background:#e8f8ee;border:1px solid #a8dfbb}.notice.error{background:#fff0f0;border:1px solid #f0b0b0}.hp{position:absolute!important;left:-10000px!important}
.galleryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.galleryGrid figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.galleryGrid img{width:100%;aspect-ratio:4/3;object-fit:cover}.galleryGrid figcaption{padding:12px 14px;font-weight:750;color:var(--muted)}
.videoGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.videoCard{background:#fff;border-radius:22px;border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow)}.videoWrap{aspect-ratio:16/9;background:#1f1730}.videoWrap iframe{width:100%;height:100%;border:0}.videoCard .content{padding:18px}.placeholderVideo{display:grid;place-items:center;aspect-ratio:16/9;background:linear-gradient(135deg,var(--purple-deep),var(--purple));color:#fff;padding:30px;text-align:center}.placeholderVideo strong{color:var(--yellow);font-size:1.25rem}
.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 18px;margin-bottom:10px}.faq summary{cursor:pointer;font-weight:850;color:var(--purple-deep)}
.siteFooter{background:#1f132b;color:#fff;padding:52px 0 20px}.footerGrid{display:grid;grid-template-columns:1.2fr .8fr 1.2fr .8fr;gap:28px}.siteFooter h3,.siteFooter h4{color:var(--yellow);margin-top:0}.siteFooter a{color:#fff}.siteFooter p{margin:.5em 0;color:#e7ddef}.siteFooter .small{font-size:.92rem;color:#cbbbd7}.copyright{border-top:1px solid rgba(255,255,255,.14);margin-top:30px;padding-top:18px;color:#cbbbd7;font-size:.9rem}
.floatingWhatsapp{position:fixed;right:18px;bottom:18px;z-index:60;background:#25d366;color:#0f2b19!important;padding:12px 17px;border-radius:999px;font-weight:950;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.kicker{display:inline-block;background:var(--yellow);color:var(--purple-deep);padding:5px 10px;border-radius:999px;font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.muted{color:var(--muted)}
@media(max-width:960px){.menuBtn{display:block}.mainNav{position:absolute;left:16px;right:16px;top:96px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);padding:18px;border-radius:18px;box-shadow:var(--shadow)}.mainNav.open{display:flex}.heroGrid,.twoCol,.bandGrid{grid-template-columns:1fr}.grid4{grid-template-columns:repeat(2,1fr)}.grid3,.footerGrid{grid-template-columns:repeat(2,1fr)}.band .heroActions{justify-content:flex-start}.galleryGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.topStripInner{flex-direction:column;gap:2px}.brand img{width:155px}.hero{padding:56px 0}.grid3,.grid4,.footerGrid,.videoGrid,.galleryGrid,.formGrid,.checkList{grid-template-columns:1fr}.field.full{grid-column:auto}.section{padding:52px 0}.navWrap{min-height:78px}.mainNav{top:88px}.heroCard{padding:16px}}


/* Gallery zoom viewer */
.galleryZoomButton{display:block;width:100%;border:0;padding:0;background:transparent;cursor:zoom-in;text-align:inherit}
.galleryZoomButton img{transition:transform .22s ease}.galleryZoomButton:hover img{transform:scale(1.025)}
.galleryLightbox[hidden]{display:none}.galleryLightbox{position:fixed;inset:0;z-index:1000;background:rgba(10,6,18,.96);color:#fff;display:grid;grid-template-rows:auto 1fr auto;overscroll-behavior:contain}
.galleryLightboxToolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 18px;background:rgba(31,19,43,.92);border-bottom:1px solid rgba(255,255,255,.15);font-weight:800}
.galleryLightboxActions{display:flex;gap:8px}.galleryLightboxActions button{min-width:42px;height:40px;border:1px solid rgba(255,255,255,.28);background:#fff;color:var(--purple-deep);border-radius:10px;font-size:1.1rem;font-weight:900;cursor:pointer}
.galleryLightboxStage{position:relative;overflow:hidden;display:grid;place-items:center;touch-action:none;cursor:grab;min-height:0}.galleryLightboxStage.dragging{cursor:grabbing}
.galleryLightboxStage img{max-width:92vw;max-height:calc(100vh - 150px);width:auto;height:auto;user-select:none;-webkit-user-drag:none;transform-origin:center center;will-change:transform}
.galleryLightboxHint{text-align:center;padding:9px 14px;background:rgba(31,19,43,.92);color:#d8cbe4;font-size:.9rem}
.videoWrap video{width:100%;height:100%;object-fit:contain;background:#000}
.adminMediaGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.adminMediaCard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow)}.adminMediaCard>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;margin-bottom:14px}
@media(max-width:960px){.adminMediaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.adminMediaGrid{grid-template-columns:1fr}.galleryLightboxToolbar{align-items:flex-start;flex-direction:column}.galleryLightboxActions{width:100%;justify-content:flex-end}.galleryLightboxHint{font-size:.78rem}}
