@import url('https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
/* ============ TOKENS ============ */
:root{
  --elev-surface:#101417; --elev-surface-dim:#000205; --elev-surface-low:#181c20;
  --elev-surface-c:#1c2024; --elev-surface-high:#272a2e;
  --elev-on:#e0e2e8; --elev-on-var:#c0c7d3; --elev-outline:#8a919c; --elev-outline-var:#404751;
  --elev-primary:#9ccaff; --elev-primary-container:#3896e5; --elev-on-primary:#003256;
}
html{ scroll-behavior:smooth; background:#101417; }
body{ background:#101417 !important; color:#e0e2e8; font-family:Inter,system-ui,sans-serif; }

/* Reveal on scroll */
.elev-reveal{ opacity:.001; transform:translateY(40px); transition:opacity .9s cubic-bezier(.25,1,.5,1), transform .9s cubic-bezier(.25,1,.5,1); }
.elev-reveal.is-visible{ opacity:1; transform:translateY(0); }

/* Text glow */
.elev-text-glow .elementor-heading-title{ text-shadow:0 0 30px rgba(156,202,255,.25); }

/* ============ HERO ============ */
.elev-hero{ position:relative; overflow:hidden; }
.elev-hero-bg{ position:absolute; inset:0; pointer-events:none; z-index:0; }
.elev-particles{ position:absolute; inset:0; }
.elev-particle{ position:absolute; bottom:-10px; background:rgba(156,202,255,.6); border-radius:50%; animation:elev-float linear infinite; }
@keyframes elev-float{ 0%{ transform:translateY(0) scale(.4); opacity:0;} 15%{opacity:1;} 80%{opacity:1;} 100%{ transform:translateY(-110vh) scale(.2); opacity:0;} }
.elev-ring{ position:absolute; top:50%; left:50%; width:820px; height:420px; transform:translate(-50%,-50%); border:1px solid rgba(156,202,255,.35); border-radius:50%; opacity:.45; filter:blur(28px); animation:elev-spin 32s linear infinite; }
@keyframes elev-spin{ to{ transform:translate(-50%,-50%) rotate(360deg);} }
.elev-chip{ display:inline-flex; align-items:center; gap:10px; padding:8px 18px; border-radius:9999px; background:rgba(16,20,23,.4); border:1px solid rgba(156,202,255,.3); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); margin:0 auto 28px; color:#9ccaff; font-family:Inter; font-weight:600; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; }
.elev-chip__dot{ width:6px; height:6px; border-radius:50%; background:#9ccaff; box-shadow:0 0 10px #9ccaff; }
.elev-h-display .elementor-heading-title{ background:linear-gradient(180deg,#FFFFFF 0%, #c0c7d3 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.elev-scroll-indicator{ display:flex; flex-direction:column; align-items:center; gap:8px; margin-top:48px; color:#8a919c; animation:elev-bounce 2.4s ease-in-out infinite; }
.elev-scroll-indicator__label{ font-size:10px; font-weight:600; letter-spacing:3px; text-transform:uppercase; }
.elev-scroll-indicator__arrow{ font-size:16px; }
@keyframes elev-bounce{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(8px);} }

/* ============ PILL BUTTONS ============ */
.elev-btn-primary .elementor-button{ box-shadow:0 0 0 0 rgba(156,202,255,0); transition:box-shadow .35s ease, background .25s ease, transform .25s ease; position:relative; overflow:hidden; }
.elev-btn-primary .elementor-button:hover{ box-shadow:0 0 30px rgba(156,202,255,.45); }
.elev-btn-shimmer .elementor-button::after{ content:''; position:absolute; inset:0; background:linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform:translateX(-100%); animation:elev-shimmer 3.5s ease-in-out infinite; pointer-events:none; }
@keyframes elev-shimmer{ 50%,100%{ transform:translateX(100%);} }
.elev-btn-ghost .elementor-button{ backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); }

/* ============ EYEBROW ============ */
.elev-eyebrow{ display:flex; align-items:center; justify-content:center; gap:14px; margin-bottom:16px; }
.elev-eyebrow__line{ width:40px; height:1px; background:linear-gradient(90deg, transparent, rgba(156,202,255,.5)); }
.elev-eyebrow__line:last-child{ background:linear-gradient(90deg, rgba(156,202,255,.5), transparent); }
.elev-eyebrow__text{ color:#9ccaff; font-family:Inter; font-weight:600; font-size:11px; letter-spacing:3px; text-transform:uppercase; }
.elev-eyebrow-solo{ display:inline-block; color:#9ccaff; font-family:Inter; font-weight:600; font-size:11px; letter-spacing:3px; text-transform:uppercase; margin-bottom:16px; }

/* ============ CATEGORIES (existing infinity carousel) ============ */
.elev-cats{ overflow:hidden; padding:10px 0 16px; -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 50px, #000 calc(100% - 50px), transparent 100%); mask-image:linear-gradient(90deg, transparent 0, #000 50px, #000 calc(100% - 50px), transparent 100%); }
.elev-cats__track{ display:flex; gap:18px; animation:elev-cat-scroll 55s linear infinite; padding:6px 8px; }
.elev-cats:hover .elev-cats__track{ animation-play-state:paused; }
.elev-cat{ flex:0 0 230px; height:230px; background:rgba(16,20,23,.45); border:1px solid rgba(255,255,255,.08); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); border-radius:18px; padding:24px; display:flex; flex-direction:column; justify-content:space-between; text-decoration:none !important; color:#e0e2e8; font-family:Inter; transition:transform .4s cubic-bezier(.25,1,.5,1), border-color .35s ease, box-shadow .35s ease, background .35s ease; }
.elev-cat:hover{ transform:translateY(-8px); border-color:rgba(156,202,255,.4); background:rgba(28,32,36,.65); box-shadow:0 18px 40px rgba(156,202,255,.12); }
.elev-cat__head{ display:flex; justify-content:space-between; align-items:flex-start; gap:12px; }
.elev-cat__name{ font-size:17px; font-weight:700; color:#FFFFFF; letter-spacing:-.2px; }
.elev-cat__arrow{ font-size:16px; color:#9ccaff; transition:transform .3s ease; }
.elev-cat:hover .elev-cat__arrow{ transform:translate(3px,-3px); }
.elev-cat__icon{ text-align:center; padding-bottom:8px; }
.elev-cat__icon i{ font-size:64px; color:#9ccaff; opacity:.85; filter:drop-shadow(0 0 24px rgba(156,202,255,.35)); }
@keyframes elev-cat-scroll{ to{ transform:translateX(-50%);} }

/* ============ LOCATIONS (glass cards) ============ */
.elev-loc{ background:rgba(16,20,23,.4); border:1px solid rgba(255,255,255,.12); backdrop-filter:blur(22px); -webkit-backdrop-filter:blur(22px); border-radius:24px; padding:36px; position:relative; overflow:hidden; transition:transform .4s ease, border-color .35s ease, box-shadow .35s ease; font-family:Inter; }
.elev-loc::before{ content:''; position:absolute; top:0; left:0; width:100%; height:1px; background:linear-gradient(90deg, transparent, rgba(156,202,255,.7), transparent); opacity:0; transition:opacity .35s ease; }
.elev-loc:hover{ transform:translateY(-6px); border-color:rgba(156,202,255,.45); box-shadow:0 20px 50px rgba(0,2,5,.6); }
.elev-loc:hover::before{ opacity:1; }
.elev-loc__top{ display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:24px; gap:16px; }
.elev-loc__name{ font-family:'Lexend Peta'; font-weight:600; font-size:26px; color:#FFFFFF; margin:0 0 6px; letter-spacing:-.4px; }
.elev-loc__addr{ color:rgba(255,255,255,.75); font-size:15px; margin:0; }
.elev-loc__icon{ font-size:30px; color:#9ccaff; filter:drop-shadow(0 0 16px rgba(156,202,255,.4)); }
.elev-loc__info{ display:flex; flex-direction:column; gap:14px; margin-bottom:28px; }
.elev-loc__row{ display:flex; align-items:center; gap:12px; color:rgba(255,255,255,.85); font-size:14px; }
.elev-loc__row i{ color:#9ccaff; width:18px; }
.elev-loc__cta{ display:flex; gap:12px; flex-wrap:wrap; }
.elev-loc__btn{ padding:10px 22px; border-radius:9999px; font-size:11px; font-weight:600; letter-spacing:2px; text-transform:uppercase; text-decoration:none; transition:all .25s ease; }
.elev-loc__btn--ghost{ border:1px solid rgba(255,255,255,.25); color:#FFFFFF; }
.elev-loc__btn--ghost:hover{ background:rgba(255,255,255,.1); }
.elev-loc__btn--primary{ background:rgba(156,202,255,.18); color:#9ccaff; border:1px solid rgba(156,202,255,.35); }
.elev-loc__btn--primary:hover{ background:rgba(156,202,255,.3); }

/* ============ ABOUT — team ============ */
.elev-team{ display:flex; align-items:center; gap:20px; margin-bottom:32px; }
.elev-team__stack{ display:flex; }
.elev-team__avatar{ width:48px; height:48px; border-radius:50%; border:2px solid #000205; background:#272a2e; display:flex; align-items:center; justify-content:center; color:#9ccaff; font-size:18px; margin-left:-12px; }
.elev-team__avatar:first-child{ margin-left:0; }
.elev-team__copy{ display:flex; flex-direction:column; gap:2px; color:#c0c7d3; font-size:14px; }
.elev-team__copy strong{ color:#FFFFFF; font-weight:700; }

/* ============ BENTO ============ */
.elev-bento{ display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:250px; gap:20px; }
.elev-bento__cell{ position:relative; background:rgba(16,20,23,.4); border:1px solid rgba(255,255,255,.08); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); border-radius:20px; padding:28px; text-decoration:none !important; display:flex; flex-direction:column; justify-content:flex-end; overflow:hidden; color:#e0e2e8; transition:transform .4s cubic-bezier(.25,1,.5,1), border-color .35s ease, box-shadow .35s ease; }
.elev-bento__cell:hover{ transform:translateY(-6px); border-color:rgba(156,202,255,.4); box-shadow:0 18px 40px rgba(156,202,255,.12); z-index:2; }
.elev-bento__cell--lg{ grid-column:span 2; grid-row:span 2; padding:40px; background:linear-gradient(135deg, rgba(28,32,36,.6), rgba(0,2,5,.6)); }
.elev-bento__tag{ display:inline-block; padding:4px 12px; border-radius:6px; background:rgba(156,202,255,.12); border:1px solid rgba(156,202,255,.25); color:#9ccaff; font-family:Inter; font-weight:600; font-size:10px; letter-spacing:2px; text-transform:uppercase; align-self:flex-start; margin-bottom:auto; }
.elev-bento__title{ font-family:'Lexend Peta'; font-weight:600; font-size:26px; color:#FFFFFF; margin:0 0 8px; letter-spacing:-.3px; }
.elev-bento__cell--lg .elev-bento__title{ font-size:36px; }
.elev-bento__desc{ color:#c0c7d3; font-size:14px; margin:0 0 18px; max-width:480px; line-height:1.5; }
.elev-bento__cta{ display:inline-flex; align-items:center; gap:8px; color:#9ccaff; font-family:Inter; font-weight:600; font-size:11px; letter-spacing:2px; text-transform:uppercase; }
.elev-bento__cta i{ transition:transform .25s ease; font-size:12px; }
.elev-bento__cell:hover .elev-bento__cta i{ transform:translateX(4px); }
.elev-bento__glow{ position:absolute; top:-20px; right:-20px; width:120px; height:120px; background:rgba(156,202,255,.18); filter:blur(40px); border-radius:50%; }
.elev-bento__glow--bl{ top:auto; right:auto; bottom:-20px; left:-20px; }
@media (max-width:768px){ .elev-bento{ grid-template-columns:1fr; grid-auto-rows:auto; } .elev-bento__cell--lg{ grid-column:auto; grid-row:auto; padding:28px; } .elev-bento__cell--lg .elev-bento__title{ font-size:26px; } }

/* ============ STANDARD CARDS ============ */
.elev-std{ position:relative; background:rgba(16,20,23,.4); border:1px solid rgba(255,255,255,.08); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); border-radius:20px; padding:36px 32px; height:100%; transition:transform .4s ease, border-color .35s ease, box-shadow .35s ease; font-family:Inter; overflow:hidden; }
.elev-std::before{ content:''; position:absolute; left:0; top:0; width:3px; height:100%; background:linear-gradient(180deg, rgba(156,202,255,.5), rgba(156,202,255,0)); }
.elev-std:hover{ transform:translateY(-4px); border-color:rgba(156,202,255,.35); box-shadow:0 14px 40px rgba(156,202,255,.10); }
.elev-std__icon{ display:inline-flex; align-items:center; justify-content:center; width:52px; height:52px; border-radius:14px; background:rgba(156,202,255,.12); border:1px solid rgba(156,202,255,.25); color:#9ccaff; font-size:22px; margin-bottom:22px; filter:drop-shadow(0 0 16px rgba(156,202,255,.3)); }
.elev-std__title{ font-family:'Lexend Peta'; font-weight:600; font-size:22px; color:#FFFFFF; margin:0 0 12px; letter-spacing:-.2px; }
.elev-std__desc{ color:#c0c7d3; font-size:15px; line-height:1.6; margin:0; }

/* ============ EDUCATION HUB ============ */
.elev-section-edu{ background-image:linear-gradient(rgba(156,202,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(156,202,255,.06) 1px, transparent 1px), linear-gradient(180deg, #0A1622, #000205) !important; background-size:48px 48px, 48px 48px, 100% 100% !important; }
.elev-edu-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.elev-edu__card{ background:rgba(16,20,23,.45); border:1px solid rgba(255,255,255,.08); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); border-radius:18px; padding:28px; text-decoration:none !important; transition:transform .4s ease, border-color .35s ease; color:#e0e2e8; font-family:Inter; display:block; }
.elev-edu__card:hover{ transform:translateY(-4px); border-color:rgba(156,202,255,.35); }
.elev-edu__card--wide{ grid-column:span 2; }
.elev-edu__icon{ display:inline-flex; align-items:center; justify-content:center; width:46px; height:46px; border-radius:12px; background:rgba(156,202,255,.12); border:1px solid rgba(156,202,255,.25); color:#9ccaff; font-size:20px; margin-bottom:18px; }
.elev-edu__card h4{ font-family:'Lexend Peta'; font-weight:600; font-size:18px; color:#FFFFFF; margin:0 0 8px; }
.elev-edu__card p{ color:#c0c7d3; font-size:14px; line-height:1.55; margin:0; }
@media (max-width:768px){ .elev-edu-grid{ grid-template-columns:1fr;} .elev-edu__card--wide{ grid-column:auto;} }

/* ============ FINAL CTA buttons ============ */
.elev-cta-buttons{ display:flex; gap:24px; justify-content:center; flex-wrap:wrap; }
.elev-cta-btn{ display:inline-flex; align-items:center; gap:14px; padding:22px 36px; border-radius:14px; background:#9ccaff; color:#003256; border:0; font-family:Inter; font-weight:600; font-size:13px; letter-spacing:2px; text-transform:uppercase; cursor:pointer; transition:box-shadow .35s ease, transform .25s ease; position:relative; overflow:hidden; }
.elev-cta-btn:hover{ box-shadow:0 0 40px rgba(156,202,255,.5); transform:translateY(-2px); }
.elev-cta-btn i:last-child{ transition:transform .25s ease; }
.elev-cta-btn:hover i:last-child{ transform:translateX(4px); }
.elev-cta-btn::after{ content:''; position:absolute; inset:0; background:linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform:translateX(-100%); animation:elev-shimmer 4s ease-in-out infinite; pointer-events:none; }

/* ============ MODAL ============ */
.elev-modal{ position:fixed; inset:0; z-index:99999; background:rgba(0,2,5,.85); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); display:none; align-items:center; justify-content:center; padding:24px; font-family:Inter; }
.elev-modal.is-open{ display:flex; animation:elev-fade .25s ease forwards; }
@keyframes elev-fade{ from{opacity:0;} to{opacity:1;} }
.elev-modal__panel{ background:rgba(28,32,36,.95); border:1px solid rgba(156,202,255,.2); backdrop-filter:blur(24px); border-radius:24px; padding:40px; max-width:540px; width:100%; position:relative; box-shadow:0 30px 80px rgba(0,2,5,.7), 0 0 60px rgba(156,202,255,.1); transform:translateY(20px) scale(.98); animation:elev-rise .35s cubic-bezier(.22,.61,.36,1) forwards; }
@keyframes elev-rise{ to{ transform:translateY(0) scale(1);} }
.elev-modal__close{ position:absolute; top:16px; right:16px; background:transparent; border:0; color:#8a919c; font-size:30px; cursor:pointer; padding:4px 12px; border-radius:8px; transition:all .2s ease; }
.elev-modal__close:hover{ background:rgba(255,255,255,.05); color:#FFFFFF; }
.elev-modal__eyebrow{ color:#9ccaff; font-weight:600; font-size:11px; letter-spacing:3px; text-transform:uppercase; margin-bottom:10px; }
.elev-modal__title{ font-family:'Lexend Peta'; font-weight:700; font-size:28px; color:#FFFFFF; margin:0 0 6px; letter-spacing:-.4px; }
.elev-modal__sub{ color:#c0c7d3; font-size:15px; margin:0 0 28px; }
.elev-modal__cat{ color:#9ccaff; font-weight:600; }
.elev-modal__options{ display:flex; flex-direction:column; gap:12px; margin-bottom:22px; }
.elev-modal__option{ text-align:left; width:100%; background:rgba(16,20,23,.6); border:1px solid rgba(255,255,255,.1); border-radius:14px; padding:20px 22px; cursor:pointer; transition:all .25s ease; font-family:inherit; color:#e0e2e8; }
.elev-modal__option:hover{ background:rgba(56,150,229,.12); border-color:rgba(156,202,255,.45); transform:translateY(-2px); }
.elev-modal__opt-name{ font-weight:700; font-size:17px; color:#FFFFFF; margin-bottom:4px; }
.elev-modal__opt-sub{ color:#8a919c; font-size:13px; margin-bottom:12px; line-height:1.5; }
.elev-modal__opt-arrow{ color:#9ccaff; font-weight:600; font-size:12px; letter-spacing:2px; text-transform:uppercase; }
.elev-modal__remember{ display:flex; align-items:center; gap:10px; padding-top:18px; border-top:1px solid rgba(255,255,255,.08); color:#8a919c; font-size:13px; cursor:pointer; }
.elev-modal__remember input{ accent-color:#9ccaff; }

/* ============ HEADER (floating glass pill) ============ */
.elev-floating-header{ position:fixed !important; top:36px !important; left:50% !important; transform:translateX(-50%) !important; width:calc(100% - 32px) !important; max-width:1180px !important; z-index:9998 !important; background:rgba(16,20,23,.4) !important; backdrop-filter:blur(20px) saturate(150%) !important; -webkit-backdrop-filter:blur(20px) saturate(150%) !important; border:1px solid rgba(255,255,255,.1) !important; border-radius:9999px !important; box-shadow:0 0 30px rgba(156,202,255,.08), 0 8px 24px rgba(0,2,5,.4) !important; transition:background .3s ease, box-shadow .3s ease !important; }
.elev-floating-header .elementor-container{ padding:14px 18px !important; }
.elev-floating-header .elementor-heading-title{ font-family:'Lexend Peta' !important; font-weight:700 !important; font-size:20px !important; letter-spacing:1px !important; }
.elev-floating-header .ekit-nav-menu li a, .elev-floating-header .elementor-nav-menu li a{ font-family:Inter !important; font-weight:600 !important; font-size:11px !important; letter-spacing:2px !important; text-transform:uppercase !important; color:#c0c7d3 !important; transition:color .25s ease !important; }
.elev-floating-header .ekit-nav-menu li a:hover, .elev-floating-header .elementor-nav-menu li a:hover{ color:#9ccaff !important; }
.elev-floating-header .elementor-button{ background:#9ccaff !important; color:#003256 !important; border-radius:9999px !important; padding:10px 22px !important; font-size:11px !important; letter-spacing:2px !important; text-transform:uppercase !important; font-weight:600 !important; box-shadow:0 0 0 0 rgba(156,202,255,0) !important; transition:box-shadow .3s ease !important; }
.elev-floating-header .elementor-button:hover{ box-shadow:0 0 28px rgba(156,202,255,.45) !important; }
body{ padding-top:0 !important; }
.elev-hero{ padding-top:160px !important; }

/* Fix Elementor section min-height on hero */
.elev-hero{ min-height:100vh !important; display:flex !important; align-items:center !important; }
.elev-hero > .elementor-container{ width:100% !important; }

/* ============ AGE GATE polish ============ */
.age-gate-overlay{ background:rgba(0,2,5,.96) !important; backdrop-filter:blur(20px) !important; }
.age-gate-form{ font-family:Inter !important; color:#e0e2e8 !important; }
.age-gate-form input{ background:rgba(16,20,23,.6) !important; border:1px solid rgba(255,255,255,.15) !important; color:#FFFFFF !important; border-radius:10px !important; padding:14px 16px !important; }
.age-gate-form input:focus{ border-color:#9ccaff !important; box-shadow:0 0 0 3px rgba(156,202,255,.2) !important; }
.age-gate-form button[type=submit]{ background:#9ccaff !important; color:#003256 !important; border-radius:9999px !important; font-weight:600 !important; font-size:11px !important; letter-spacing:2.5px !important; text-transform:uppercase !important; padding:14px 32px !important; border:0 !important; }
.age-gate-form button[type=submit]:hover{ box-shadow:0 0 24px rgba(156,202,255,.4) !important; }

/* ============ RESPONSIVE ============ */
@media (max-width:1024px){
  .elev-floating-header{ width:calc(100% - 24px) !important; top:36px !important; }
  .elev-floating-header .elementor-container{ padding:14px 12px !important; }
}
@media (max-width:768px){
  .elev-hero{ padding-top:140px !important; }
  .elev-cat{ flex:0 0 170px; height:190px; padding:18px; }
  .elev-cat__name{ font-size:15px; }
  .elev-cat__icon i{ font-size:48px; }
  .elev-cta-btn{ padding:18px 24px; font-size:11px; }
  .elev-modal__panel{ padding:28px 22px; }
  .elev-modal__title{ font-size:22px; }
}
/* ===== MAGIC CURSOR ===== */
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  html, body { cursor: none; }
  a, button, [role=button], input, select, textarea, .elementor-button, .elev-cat, .elev-modal__option, .elev-cta-btn { cursor: none !important; }
  .elev-cursor {
    position: fixed; top: 0; left: 0;
    width: 36px; height: 36px;
    border: 1.5px solid rgba(156,202,255,0.7);
    border-radius: 50%;
    pointer-events: none;
    z-index: 100000;
    transition: width .25s ease, height .25s ease, background .25s ease, border-color .25s ease, opacity .2s ease;
    mix-blend-mode: difference;
    will-change: transform;
  }
  .elev-cursor__dot {
    position: fixed; top: 0; left: 0;
    width: 6px; height: 6px;
    background: #9ccaff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 100001;
    box-shadow: 0 0 14px rgba(156,202,255,0.85);
    will-change: transform;
  }
  .elev-cursor--hover {
    width: 72px; height: 72px;
    background: rgba(156,202,255,0.08);
    border-color: rgba(156,202,255,1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
}
@media (max-width: 1023px), (hover: none) {
  .elev-cursor, .elev-cursor__dot { display: none !important; }
}

/* ===== COUNTERS SECTION ===== */
.elev-section-counters { border-top: 1px solid rgba(156,202,255,0.10); border-bottom: 1px solid rgba(156,202,255,0.10); position: relative; overflow: hidden; }
.elev-section-counters::before, .elev-section-counters::after { content: ''; position: absolute; top: 50%; height: 1px; width: 25%; background: linear-gradient(90deg, transparent, rgba(156,202,255,0.3), transparent); }
.elev-section-counters::before { left: 0; }
.elev-section-counters::after { right: 0; }
.elev-counter .ha-fun-factor-number-wrap, .elev-counter .ha-fun-factor-number {
  background: linear-gradient(180deg, #FFFFFF 0%, #9ccaff 100%) !important;
  -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  filter: drop-shadow(0 0 30px rgba(156,202,255,0.25));
}
.elev-counter .ha-fun-factor-icon i { filter: drop-shadow(0 0 16px rgba(156,202,255,0.45)); }

/* ===== HAPPY NEWS TICKER (re-style to match marquee) ===== */
.elev-ticker-cinematic { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%); }
.elev-ticker-cinematic .ha-news-ticker, .elev-ticker-cinematic [class*="news-ticker"] { background: transparent !important; }
/* ===== INFINITY HERO + UNIVERSE BRIDGES ===== */
/* INFINITY SVG — protagonist of hero */
.elev-hero { position: relative; overflow: hidden; }
.elev-hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.elev-infinity {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: min(1100px, 90vw); height: auto;
  opacity: .85; z-index: 1;
  animation: elev-inf-breathe 9s ease-in-out infinite;
  will-change: transform, opacity;
  pointer-events: none;
}
.elev-infinity__path {
  stroke-dasharray: 2400;
  stroke-dashoffset: 0;
  animation: elev-inf-draw 14s ease-in-out infinite;
}
.elev-infinity__path--inner { animation-delay: -7s; opacity: .7; }
@keyframes elev-inf-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .85; }
  50% { transform: translate(-50%, -50%) scale(1.025); opacity: 1; }
}
@keyframes elev-inf-draw {
  0% { stroke-dashoffset: 2400; }
  50% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -2400; }
}

/* FOG / CLOUDS layer */
.elev-fog {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 1200px 700px at 20% 30%, rgba(56,150,229,0.18), transparent 60%),
    radial-gradient(ellipse 900px 600px at 80% 70%, rgba(156,202,255,0.12), transparent 60%),
    radial-gradient(ellipse 700px 500px at 50% 100%, rgba(56,150,229,0.25), transparent 70%);
  filter: blur(40px);
  animation: elev-fog-drift 28s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes elev-fog-drift {
  0%   { transform: translate(-3%, -2%) rotate(0deg); }
  100% { transform: translate(3%, 2%) rotate(8deg); }
}

/* Ensure hero content above bg */
.elev-hero > .elementor-container { position: relative; z-index: 10; }
.elev-hero .elev-chip,
.elev-hero h1, .elev-hero .elementor-heading-title,
.elev-hero .elementor-text-editor,
.elev-hero .elementor-button-wrapper,
.elev-hero .elev-scroll-indicator { position: relative; z-index: 10; }

/* Subtle ring fading behind */
.elev-ring { opacity: .28; }

/* ============================================
   CONNECTED UNIVERSE — section transitions
   Hero → (blue sky + mountain) → (night city)
   Each section bleeds into the next via gradient overlays.
============================================ */
.elev-hero::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 200px; z-index: 5; pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(30,90,160,0.4) 50%, #3896e5 100%);
}
.elev-section-locations { position: relative; }
.elev-section-locations::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 180px; z-index: 5; pointer-events: none;
  background: linear-gradient(180deg, #3896e5 0%, rgba(56,150,229,0.6) 40%, transparent 100%);
}
.elev-section-locations::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 220px; z-index: 5; pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(10,22,34,0.7) 50%, #000205 100%);
}
.elev-section-about { position: relative; }
.elev-section-about::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 180px; z-index: 5; pointer-events: none;
  background: linear-gradient(180deg, #000205 0%, transparent 100%);
}
.elev-section-about::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 160px; z-index: 5; pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, #000205 100%);
}
.elev-section-about > .elementor-container { position: relative; z-index: 10; }
.elev-section-locations > .elementor-container { position: relative; z-index: 10; }

/* Counters / Marquee tucked into the dark transition cleanly */
.elev-marquee-section, .elev-section-counters { position: relative; z-index: 4; }

/* ============================================
   FOOTER
============================================ */
.elev-footer {
  background: linear-gradient(180deg, #0a0e12 0%, #000205 100%);
  border-top: 1px solid rgba(156,202,255,0.10);
  padding: 80px 24px 24px;
  position: relative;
  font-family: Inter, system-ui, sans-serif;
  color: #c0c7d3;
}
.elev-footer::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 240px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(156,202,255,0.6), transparent);
}
.elev-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 56px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 56px;
}
.elev-footer__logo {
  font-family: 'Lexend Peta', sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 4px;
  color: #FFFFFF;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #9ccaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.elev-footer__brand-line {
  font-size: 14px;
  line-height: 1.6;
  color: #c0c7d3;
  margin: 0 0 24px;
  max-width: 320px;
}
.elev-footer__social {
  display: flex; gap: 12px;
}
.elev-footer__social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(16,20,23,0.5);
  display: inline-flex; align-items: center; justify-content: center;
  color: #c0c7d3;
  text-decoration: none;
  transition: all .25s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.elev-footer__social a:hover {
  border-color: #9ccaff;
  color: #9ccaff;
  box-shadow: 0 0 24px rgba(156,202,255,0.3);
  transform: translateY(-2px);
}
.elev-footer__title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #9ccaff;
  margin: 0 0 18px;
}
.elev-footer__addr {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #e0e2e8;
  margin-bottom: 18px;
}
.elev-footer__addr a {
  color: #c0c7d3;
  text-decoration: none;
  transition: color .2s ease;
  display: inline-block;
  margin-top: 4px;
  font-weight: 500;
}
.elev-footer__addr a:hover { color: #9ccaff; }
.elev-footer__hours {
  display: flex; flex-direction: column; gap: 6px;
  margin-bottom: 18px;
}
.elev-footer__hours > div {
  display: flex; justify-content: space-between;
  font-size: 13px;
  color: #c0c7d3;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.elev-footer__hours > div:last-child { border-bottom: none; }
.elev-footer__hours span:first-child { color: #8a919c; font-weight: 500; }
.elev-footer__hours span:last-child { color: #e0e2e8; font-weight: 600; }
.elev-footer__licence {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6c7480;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.elev-footer__licence-num { color: #9ccaff; font-weight: 600; }
.elev-footer__links {
  list-style: none;
  padding: 0; margin: 0 0 22px;
  display: flex; flex-direction: column; gap: 10px;
}
.elev-footer__links a {
  color: #c0c7d3;
  text-decoration: none;
  font-size: 14px;
  transition: all .2s ease;
  position: relative;
  padding-left: 0;
}
.elev-footer__links a:hover {
  color: #9ccaff;
  padding-left: 6px;
}
.elev-footer__warning {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255,180,171,0.18);
  background: rgba(105,0,5,0.10);
  font-size: 11px; line-height: 1.4;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #d9b9b6;
  margin-top: 12px;
}
.elev-footer__warning i { color: #ffb4ab; font-size: 14px; flex-shrink: 0; margin-top: 1px; }
.elev-footer__bottom {
  max-width: 1280px; margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px;
  color: #6c7480;
  flex-wrap: wrap;
  gap: 12px;
}
.elev-footer__bottom p { margin: 0; }
.elev-footer__edmonton { font-style: italic; color: #8a919c; }

@media (max-width: 1024px) {
  .elev-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .elev-infinity { width: min(900px, 95vw); }
}
@media (max-width: 640px) {
  .elev-footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .elev-footer { padding: 60px 20px 20px; }
  .elev-footer__bottom { flex-direction: column; text-align: center; }
  .elev-infinity { opacity: .55; width: 130vw; }
  .elev-hero::after { height: 120px; }
  .elev-section-locations::before { height: 100px; }
  .elev-section-locations::after { height: 140px; }
  .elev-section-about::before { height: 120px; }
  .elev-section-about::after { height: 100px; }
}



/* SCROLL SNAP REMOVED — replaced by GSAP pinning */

/* === CURSOR FIX: keep native cursor visible alongside magic cursor === */
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  /* Restore native cursor everywhere */
  html, body { cursor: auto !important; }
  /* Interactive elements get pointer cursor */
  a, button, [role="button"], input[type="button"], input[type="submit"],
  .elementor-button, .elev-cat, .elev-modal__option, .elev-cta-btn,
  .elev-bento__cell, .elev-loc, .elev-std, .elev-edu__card,
  .elev-footer__social a, .elev-footer__links a, .elev-footer__addr a,
  .elev-modal__close, label, summary {
    cursor: pointer !important;
  }
  /* Text inputs get text caret */
  input[type="text"], input[type="email"], input[type="number"],
  input[type="tel"], input[type="date"], input[type="search"],
  input[type="password"], input[type="url"], input:not([type]),
  textarea, select, [contenteditable="true"] {
    cursor: text !important;
  }
  /* Default cursor on body/main */
  main, section, article, header, footer, nav, aside, div, span, p,
  h1, h2, h3, h4, h5, h6, img, svg, ul, ol, li {
    cursor: inherit;
  }
  /* Magic cursor as DECORATION ONLY — lighter, smaller, doesn't replace native */
  .elev-cursor {
    width: 28px !important; height: 28px !important;
    opacity: .75;
    pointer-events: none;
  }
  .elev-cursor__dot {
    width: 4px !important; height: 4px !important;
    opacity: .9;
    pointer-events: none;
  }
  .elev-cursor--hover { width: 56px !important; height: 56px !important; opacity: .9; }
  /* Hide magic cursor on inputs (text caret takes over visually) */
  input:focus + .elev-cursor, textarea:focus + .elev-cursor { display: none; }
}
/* On touch/mobile, magic cursor never shows (already handled, reinforce) */
@media (max-width: 1023px), (hover: none), (pointer: coarse) {
  .elev-cursor, .elev-cursor__dot { display: none !important; opacity: 0 !important; }
  html, body { cursor: auto !important; }
}
/* END CURSOR FIX */

/* === HERO OVERFLOW FIX === */
.elev-hero { 
  position: relative !important;
  overflow: hidden !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  isolation: isolate;
}
.elev-hero > .elementor-container { width: 100%; max-width: 100%; }
.elev-hero-bg, .elev-hero-bg * { pointer-events: none; }
.elev-hero-bg { contain: layout paint; }
/* Ensure no section is taller than viewport for hero */
.elev-hero > * { position: relative; z-index: 10; }
.elev-hero-bg { z-index: 0; }
/* END HERO OVERFLOW FIX */

/* ===== CINEMATIC BRIDGES — GALAXY → MOUNTAIN → CITY ===== */
/* Disable any min-height locking on the 3 narrative sections so they flow naturally */
.elev-hero, .elev-section-locations, .elev-section-about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

/* === HERO (Galaxy) bleed-out === */
.elev-hero::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 280px; z-index: 5; pointer-events: none;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(11,34,68,0.4) 30%, 
    rgba(30,90,160,0.7) 60%,
    rgba(56,150,229,0.92) 90%,
    #3896e5 100%);
}

/* === MOUNTAIN section enter (from galaxy) === */
.elev-section-locations::before {
  content: ''; position: absolute; top: -2px; left: 0; right: 0;
  height: 240px; z-index: 5; pointer-events: none;
  background: linear-gradient(180deg, 
    #3896e5 0%, 
    rgba(56,150,229,0.85) 30%, 
    rgba(56,150,229,0.4) 65%,
    transparent 100%);
}

/* Atmospheric haze inside mountain section (blue mist on peaks) */
.elev-section-locations::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 280px; z-index: 5; pointer-events: none;
  background: linear-gradient(180deg, 
    transparent 0%,
    rgba(20,40,70,0.5) 35%,
    rgba(10,22,34,0.85) 70%,
    rgba(5,11,18,0.97) 92%,
    #000205 100%);
}

/* === CITY section enter (from mountain darkness) === */
.elev-section-about::before {
  content: ''; position: absolute; top: -2px; left: 0; right: 0;
  height: 240px; z-index: 5; pointer-events: none;
  background: linear-gradient(180deg, 
    #000205 0%,
    rgba(5,11,18,0.92) 30%, 
    rgba(15,30,55,0.6) 60%, 
    transparent 100%);
}

/* City fade-out to next section */
.elev-section-about::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 180px; z-index: 5; pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, #000205 100%);
}

/* Ensure content above the gradient overlays */
.elev-hero > .elementor-container,
.elev-section-locations > .elementor-container,
.elev-section-about > .elementor-container { position: relative; z-index: 10; }

/* === Floating dust / atmospheric particles bridging all 3 (decorative pseudo-elements) === */
.elev-section-locations { background-blend-mode: normal; }
.elev-section-locations::before, .elev-section-about::before { backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }

/* Blue tint over mountain image to match galaxy palette */
.elev-section-locations {
  background-color: #0a1a2e !important;
}
.elev-section-locations[class*="elementor-section"]:before, 
.elev-section-locations .elementor-background-overlay {
  background: linear-gradient(180deg, rgba(56,150,229,0.15) 0%, rgba(10,22,34,0.4) 100%) !important;
}

/* City — deeper blue/atmospheric tone */
.elev-section-about {
  background-color: #050b18 !important;
}
/* END CINEMATIC BRIDGES */





/* === PER-SECTION FRAME BACKGROUNDS === */
.elev-hero,
.elev-section-locations,
.elev-section-about,
.elev-section-bento,
.elev-section-standard,
.elev-section-edu,
.elev-section-cta {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  z-index: 2 !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
}
.elev-hero > .elementor-container,
.elev-section-locations > .elementor-container,
.elev-section-about > .elementor-container,
.elev-section-bento > .elementor-container,
.elev-section-standard > .elementor-container,
.elev-section-edu > .elementor-container,
.elev-section-cta > .elementor-container {
  position: relative;
  z-index: 10;
  width: 100%;
}

/* Soft vignette content area for text legibility */
.elev-hero > .elementor-container::before,
.elev-section-locations > .elementor-container::before,
.elev-section-about > .elementor-container::before,
.elev-section-bento > .elementor-container::before,
.elev-section-standard > .elementor-container::before,
.elev-section-edu > .elementor-container::before,
.elev-section-cta > .elementor-container::before {
  content: '';
  position: absolute;
  inset: -10% -15%;
  background: radial-gradient(ellipse 70% 60% at center, rgba(0,2,5,0.40) 0%, transparent 75%);
  z-index: -1;
  pointer-events: none;
}
/* === END PER-SECTION FRAMES === */







/* === HEADING FONT OVERRIDE — 'Lexend Peta' for all titles === */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elev-modal__title,
.elev-loc__name,
.elev-std__title,
.elev-bento__title,
.elev-edu__card h4,
.elev-footer__logo,
.elev-footer__title,
.elev-cta-btn,
.elev-chip,
.elev-marquee__item,
.elev-eyebrow__text,
.elev-eyebrow-solo,
.elev-cat__name,
.elev-loc__btn,
.elementor-button,
.ha-fun-factor__content-number,
.ha-fun-factor__content-title {
  font-family: 'Lexend Peta', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  letter-spacing: -0.015em;
}
/* Body text stays in Inter */
body, p, .elementor-text-editor, .elev-loc__row, .elev-modal__sub, .elev-modal__opt-sub,
.elev-bento__desc, .elev-std__desc, .elev-edu__card p, .elev-footer__brand-line,
.elev-footer__addr, .elev-footer__hours, .elev-footer__warning {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
/* END HEADING FONT */

/* === SCROLL SNAP + FIXED BG — only up to and including "Three things" === */
@media (min-width: 1024px) {
  html {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
  }
  /* Sections that SNAP and have fixed bg */
  .elev-hero,
  .elev-section-categories,
  .elev-section-counters,
  .elev-section-locations,
  .elev-section-about,
  .elev-section-bento,
  .elev-section-standard {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    min-height: 100vh;
    display: flex !important;
    align-items: center !important;
  }
  /* Sections WITH cinematic frame background (subset of above) */
  .elev-hero,
  .elev-section-locations,
  .elev-section-about,
  .elev-section-bento,
  .elev-section-standard {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
  /* Containers full width on snap sections */
  .elev-hero > .elementor-container,
  .elev-section-locations > .elementor-container,
  .elev-section-about > .elementor-container,
  .elev-section-bento > .elementor-container,
  .elev-section-standard > .elementor-container,
  .elev-section-categories > .elementor-container,
  .elev-section-counters > .elementor-container {
    width: 100%;
  }

  /* AFTER "Three things": Education, CTA, Footer — NORMAL scroll */
  .elev-section-edu,
  .elev-section-cta,
  .elev-footer-section {
    scroll-snap-align: none !important;
    background-attachment: scroll !important;
    min-height: auto !important;
  }
  /* Edu and CTA still have their frame bg but they SCROLL with the page (not fixed) */
  .elev-section-edu,
  .elev-section-cta {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* Skip decorative/utility from snap */
  .elev-marquee-section,
  .elev-utility-host {
    scroll-snap-align: none !important;
  }
}

/* Mobile: proximity, no fixed bg (iOS bug) */
@media (max-width: 1023px) {
  html { scroll-snap-type: y proximity; scroll-behavior: smooth; }
  .elev-hero, .elev-section-locations, .elev-section-about, .elev-section-cta { scroll-snap-align: start; }
  .elev-hero, .elev-section-locations, .elev-section-about, .elev-section-bento, .elev-section-standard, .elev-section-edu, .elev-section-cta {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}

/* Escape hatch */
html.elev-no-snap { scroll-snap-type: none !important; }
html.elev-no-snap * { scroll-snap-align: none !important; min-height: auto !important; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-snap-type: none !important; }
  * { background-attachment: scroll !important; }
}
/* END SCROLL SNAP */
/* END FIXED BG */

/* === HERO LEFT-ALIGN === */
.elev-hero > .elementor-container { align-items: flex-start !important; }
.elev-hero .elev-chip--left { margin: 0 0 28px 0 !important; }
.elev-hero .elementor-heading-title { text-align: left !important; max-width: 720px; }
.elev-hero .elementor-text-editor { text-align: left !important; max-width: 560px; }
.elev-hero .elementor-text-editor p { text-align: left !important; }
.elev-hero .elementor-element[data-element_type="section"][data-element_type$="inner"] { justify-content: flex-start !important; }
.elev-hero .elementor-button-wrapper { text-align: left !important; }
/* END HERO LEFT */

/* === 4-PILLAR CARDS === */
.elev-std--4 {
  display: flex; flex-direction: column;
  align-items: flex-start;
  background: rgba(16,20,23,0.5);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-radius: 18px;
  padding: 32px 26px;
  height: 100%;
  text-decoration: none !important;
  color: #e0e2e8;
  transition: transform .4s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
  position: relative;
  overflow: hidden;
}
.elev-std--4:hover {
  transform: translateY(-6px);
  border-color: rgba(156,202,255,0.35);
  background: rgba(28,32,36,0.7);
  box-shadow: 0 18px 40px rgba(156,202,255,0.10);
}
.elev-std--4 .elev-std__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(156,202,255,0.10);
  border: 1px solid rgba(156,202,255,0.30);
  color: #9ccaff;
  font-size: 22px;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 14px rgba(156,202,255,0.30));
}
.elev-std--4 .elev-std__title {
  font-family: 'Lexend Peta', sans-serif !important;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
}
.elev-std--4 .elev-std__desc {
  font-family: 'Inter', sans-serif !important;
  color: #c0c7d3;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
  flex: 1;
}
.elev-std--4 .elev-std__link {
  font-family: 'Lexend Peta', sans-serif !important;
  color: #9ccaff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}
.elev-std--4 .elev-std__chev {
  transition: transform .25s ease;
  font-size: 15px;
}
.elev-std--4:hover .elev-std__chev { transform: translateX(4px); }

@media (max-width: 1024px) {
  .elev-section-standard .elementor-container > .elementor-column { width: 50% !important; }
}
@media (max-width: 640px) {
  .elev-section-standard .elementor-container > .elementor-column { width: 100% !important; }
  .elev-hero .elementor-heading-title { font-size: 42px !important; }
}
/* END 4-PILLAR */

/* === HEADER LOGO STYLE — glass pill with leaf icon === */
.elev-floating-header.elev-header-glass {
  background: rgba(11,15,18,0.55) !important;
  backdrop-filter: blur(28px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
  border: 1px solid rgba(156,202,255,0.18) !important;
  border-radius: 9999px !important;
  box-shadow: 0 0 30px rgba(0,0,0,0.30), 0 6px 24px rgba(0,0,0,0.25) !important;
}
.elev-floating-header .elementor-container { padding: 14px 20px !important; }

.elev-logo {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none !important;
  color: #FFFFFF !important;
  padding: 0 8px;
}
.elev-logo__icon {
  width: 32px; height: 32px;
  color: #9ccaff;
  filter: drop-shadow(0 0 12px rgba(156,202,255,0.6));
}
.elev-logo__text { display: inline-flex; flex-direction: column; line-height: 1; }
.elev-logo__main {
  font-family: 'Lexend Peta', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 2px;
  color: #FFFFFF;
}
.elev-logo__sub {
  font-family: 'Lexend Peta', sans-serif;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 4px;
  color: rgba(156,202,255,0.85);
  margin-top: 3px;
}
.elev-floating-header .elementor-button {
  background: #3493e2 !important;
  color: #FFFFFF !important;
  box-shadow: 0 0 0 0 rgba(52,147,226,0) !important;
  transition: box-shadow .3s ease, background .25s ease !important;
}
.elev-floating-header .elementor-button:hover {
  background: #4ba8f0 !important;
  box-shadow: 0 0 24px rgba(52,147,226,0.45) !important;
}
.elev-floating-header .ekit-nav-menu-main, .elev-floating-header .ekit-nav-menu {
  background: transparent !important;
}
@media (max-width: 1024px) {
  .elev-logo__sub { display: none; }
}
/* END HEADER LOGO */

/* === HEADER TOP SPACING === */
.elev-floating-header {
  top: 36px !important;
  padding: 4px 0 !important;
}
.elev-floating-header .elementor-container { padding: 14px 24px !important; }
@media (max-width: 1024px) {
  .elev-floating-header { top: 24px !important; }
  .elev-floating-header .elementor-container { padding: 10px 16px !important; }
}
/* Push hero down a bit so it doesn't touch the taller header */
.elev-hero { padding-top: 200px !important; }
@media (max-width: 1024px) {
  .elev-hero { padding-top: 160px !important; }
}
/* END HEADER TOP */

/* === NAV MENU STYLE === */
.elev-nav { width: 100%; }
.elev-nav__list {
  display: flex; align-items: center; justify-content: center;
  list-style: none; padding: 0; margin: 0;
  gap: 4px;
}
.elev-nav__item { display: inline-flex; }
.elev-nav__link {
  display: inline-flex; align-items: center;
  padding: 12px 18px;
  color: #c0c7d3;
  text-decoration: none !important;
  font-family: 'Lexend Peta', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: color .25s ease;
  position: relative;
}
.elev-nav__link:hover, .elev-nav__link.is-active {
  color: #9ccaff;
}
.elev-nav__link::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 4px;
  width: 0; height: 2px;
  background: #9ccaff;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width .25s ease;
}
.elev-nav__link:hover::after { width: calc(100% - 36px); }
@media (max-width: 1024px) {
  .elev-nav__list { gap: 0; flex-wrap: wrap; justify-content: center; }
  .elev-nav__link { padding: 8px 12px; font-size: 13px; }
}
@media (max-width: 720px) {
  .elev-nav { display: none; } /* Hide on small screens — add a burger later */
}
/* END NAV */





/* === FONT OVERRIDE — Lexend Peta (very expanded sans) === */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elev-modal__title, .elev-loc__name, .elev-std__title, .elev-bento__title,
.elev-edu__card h4, .elev-footer__logo, .elev-footer__title, .elev-cta-btn,
.elev-chip, .elev-eyebrow__text, .elev-eyebrow-solo, .elev-cat__name,
.elev-loc__btn, .elementor-button, .elev-logo__main, .elev-logo__sub,
.elev-nav__link, .ha-fun-factor__content-number, .ha-fun-factor__content-title,
.elev-std__link {
  font-family: 'Lexend Peta', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  letter-spacing: -0.04em !important;
}
/* Smaller sizes due to wider glyphs */
.elev-hero .elementor-heading-title, .elev-hero h1.elementor-heading-title {
  font-size: clamp(36px, 4.5vw, 64px) !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  letter-spacing: -0.05em !important;
}
.elev-section-locations .elementor-heading-title,
.elev-section-about .elementor-heading-title,
.elev-section-bento .elementor-heading-title,
.elev-section-standard .elementor-heading-title,
.elev-section-edu .elementor-heading-title,
.elev-section-cta .elementor-heading-title {
  font-size: clamp(28px, 3.2vw, 44px) !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
}
/* Logo with peta letters needs to stay readable */
.elev-logo__main { font-size: 16px !important; letter-spacing: 1px !important; }
.elev-logo__sub { font-size: 8px !important; letter-spacing: 2px !important; }
/* Nav items in peta are very wide — reduce size + tracking */
.elev-nav__link { font-size: 12px !important; padding: 12px 14px !important; letter-spacing: -0.02em !important; }
/* Buttons get smaller padding/size since peta letters take more space */
.elementor-button, .elev-cta-btn { font-size: 11px !important; letter-spacing: 0 !important; }
.elev-loc__btn { font-size: 10px !important; letter-spacing: 0 !important; }
/* Standard card title needs to fit */
.elev-std__title { font-size: 18px !important; letter-spacing: -0.03em !important; }
.elev-cat__name { font-size: 14px !important; letter-spacing: -0.02em !important; }
.elev-bento__title { font-size: 22px !important; }
.elev-bento__cell--lg .elev-bento__title { font-size: 30px !important; }
.ha-fun-factor__content-number { font-size: clamp(40px, 4vw, 64px) !important; letter-spacing: -0.04em !important; }
/* Body in Inter, untouched */
body, p, .elementor-text-editor, .elev-loc__row, .elev-modal__sub, .elev-modal__opt-sub,
.elev-bento__desc, .elev-std__desc, .elev-edu__card p, .elev-footer__brand-line,
.elev-footer__addr, .elev-footer__hours, .elev-footer__warning {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}
/* END FONT */