
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0B1F3A;
  --teal:#0E7C86;
  --teal-lt:#13A8B4;
  --teal-pale:#E8F6F8;
  --white:#FFFFFF;
  --off-white:#F4F9FA;
  --gray:#6B7A8D;
  --gray-lt:#C9DDE0;
  --text:#1A2B3C;
  --gold:#F5A623;
  --gold-pale:#FEF6E7;
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden}
.container{max-width:1200px;margin:0 auto;padding:0 5%}
h1,h2,h3{line-height:1.2}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* ── TOP BAR ── */
.topbar{background:var(--navy);padding:8px 5%;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:rgba(255,255,255,.7);overflow:hidden;max-height:60px;opacity:1;transition:max-height .35s ease,opacity .35s ease,padding .35s ease}
.topbar a{color:rgba(255,255,255,.7);margin-left:16px;transition:color .2s}
.topbar a:hover{color:var(--teal-lt)}
.topbar-left{display:flex;align-items:center;gap:6px}
.topbar-item{display:inline-flex;align-items:center;gap:7px;padding:0 16px;color:rgba(255,255,255,.7);transition:color .2s}
.topbar-item:first-child{padding-left:0}
.topbar-item:hover{color:var(--teal-lt)}
.topbar-divider{width:1px;height:14px;background:rgba(255,255,255,.18)}
.phone-ring{display:inline-block;position:relative;animation:phone-shake .6s ease-in-out infinite;}
.phone-ring::before,.phone-ring::after{content:'';position:absolute;border-radius:50%;border:2px solid var(--teal-lt);opacity:0;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);}
.phone-ring::before{animation:sound-wave 1.4s ease-out .2s infinite;}
.phone-ring::after{animation:sound-wave 1.4s ease-out .7s infinite;}
@keyframes phone-shake{0%,100%{transform:rotate(0deg);}15%{transform:rotate(-15deg);}30%{transform:rotate(12deg);}45%{transform:rotate(-10deg);}60%{transform:rotate(8deg);}75%{transform:rotate(-5deg);}90%{transform:rotate(3deg);}}
@keyframes sound-wave{0%{width:10px;height:10px;opacity:.8;transform:translate(-50%,-50%) scale(0);}100%{width:40px;height:40px;opacity:0;transform:translate(-50%,-50%) scale(1);}}
.topbar-right{display:flex;gap:4px;align-items:center}

/* ── HEADER ── */
.header-wrap{position:sticky;top:0;z-index:1000;background:transparent;transition:transform 2.5s ease;transform:translateY(0);}
header{background:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(11,31,58,.08);margin:0;border-radius:0}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 5%}
.logo{display:flex;align-items:center;gap:10px;font-family:'DM Serif Display',serif;font-size:1.3rem;color:var(--navy)}
nav{display:flex;align-items:center;gap:0}
.nav-item{position:relative}
.nav-item::after{content:'';position:absolute;top:100%;left:0;right:0;height:10px;background:transparent}
.nav-link{padding:10px 16px;font-size:.88rem;font-weight:500;color:var(--navy);display:block;transition:color .2s;white-space:nowrap}
.nav-link:hover,.nav-link.active{color:var(--teal)}
.nav-link.active::after{content:'';position:absolute;bottom:0;left:16px;right:16px;height:2px;background:var(--teal);border-radius:2px}
.dropdown{position:absolute;top:calc(100% + 6px);left:0;background:var(--white);border:1px solid var(--gray-lt);border-radius:8px;box-shadow:0 8px 32px rgba(11,31,58,.12);min-width:240px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:1001}
.nav-item:hover .dropdown{opacity:1;pointer-events:all}
.dropdown a{display:block;padding:10px 18px;font-size:.86rem;color:var(--navy);border-bottom:1px solid var(--gray-lt);transition:background .15s,color .15s}
.dropdown a:last-child{border-bottom:none}
.dropdown a:hover{background:var(--teal-pale);color:var(--teal)}
.header-cta{background:var(--teal);color:#fff;padding:12px 24px;border-radius:8px;font-size:.92rem;font-weight:600;transition:background .2s,transform .15s;white-space:nowrap;text-decoration:none;display:inline-block}
.header-cta:hover{background:var(--teal-lt);transform:translateY(-1px)}

/* ── BREADCRUMB ── */
.breadcrumb{padding:10px 5%;font-size:.82rem;color:var(--gray);background:var(--off-white);border-bottom:1px solid var(--gray-lt)}
.breadcrumb a{color:var(--teal);text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}

/* ── PAGE HERO ── */
.page-hero{background:url('../../../images/advantage-academy-hero.jpg') center center/cover no-repeat,var(--navy);padding:80px 2% 0 2%;color:var(--navy);position:relative;overflow:hidden;min-height:520px}
.page-hero::before{content:none}
.page-hero-grid{display:grid;grid-template-columns:minmax(340px, 1fr) auto;gap:48px;align-items:start;position:relative;z-index:2}
.page-hero-inner{max-width:400px;padding-bottom:24px}
.page-hero-eyebrow{font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:8px;display:flex;align-items:center;gap:6px}
.page-hero-eyebrow::before{content:'';display:block;width:20px;height:2px;background:var(--teal-lt)}
.page-hero h1{font-family:'DM Serif Display',serif;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;line-height:1.15;color:var(--navy);margin-bottom:6px}
.page-hero h1 em{font-family:'DM Serif Display',serif;font-weight:400;font-style:italic;color:var(--teal-lt)}
.page-hero-sub{font-size:0.75rem;color:#2a3b52;line-height:1.5;max-width:380px;margin-bottom:16px;font-weight:500}
.hero-cta-row{display:flex;flex-direction:column;gap:8px;align-items:stretch;max-width:240px}
.btn-teal{display:inline-flex;align-items:center;gap:8px;background:var(--teal);color:#fff;padding:13px 26px;border-radius:8px;font-size:.92rem;font-weight:600;font-family:'DM Sans',sans-serif;transition:all .2s}
.btn-teal:hover{background:var(--teal-lt);transform:translateY(-1px)}
.btn-outline-white{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:12px 24px;border-radius:8px;font-size:.92rem;font-weight:600;border:1.5px solid rgba(255,255,255,.35);font-family:'DM Sans',sans-serif;transition:all .2s}
.btn-outline-white:hover{background:rgba(255,255,255,.1);border-color:#4a5a70}
.page-hero .btn-outline-white{background:transparent;color:var(--navy);border:1.5px solid rgba(11,31,58,.35)}
.page-hero .btn-outline-white:hover{background:rgba(11,31,58,.06);border-color:var(--navy)}
.page-hero .btn-outline-white svg{stroke:var(--navy)}
.page-hero .btn-teal{padding:10px 18px;font-size:.85rem;justify-content:center}
.page-hero .btn-outline-white{padding:9px 16px;font-size:.85rem;justify-content:center}


.hero-badge-stack{display:flex;flex-direction:column;gap:6px;padding-top:0;padding-right:4px;justify-self:end;margin-left:auto}
.hero-badge{background:rgba(255,255,255,.85);border:1px solid rgba(11,31,58,.12);border-radius:10px;padding:8px 12px;display:flex;align-items:center;gap:8px;min-width:180px;backdrop-filter:blur(4px)}
.hero-badge-icon{width:28px;height:28px;background:rgba(19,168,180,.18);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hero-badge-icon svg{width:14px;height:14px;stroke:var(--teal-lt);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hero-badge-label{font-size:.7rem;font-weight:600;color:var(--navy);line-height:1.25}


/* ── HERO IMAGE ── */
.hero-img-wrap{display:flex;align-items:flex-end;padding-bottom:0;position:relative;z-index:2}
.hero-img{width:420px;max-width:100%;border-radius:18px 18px 0 0;object-fit:cover;object-position:center top;box-shadow:0 -8px 40px rgba(0,0,0,.35);display:block;border:3px solid rgba(255,255,255,.12)}

/* ── WAVE DIVIDER ── */
.hero-wave{display:block;width:100%;height:48px;background:var(--navy)}

/* ── SECTION SHARED ── */
.section-eyebrow{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:10px;display:flex;align-items:center;gap:8px}
.section-eyebrow::before{content:'';display:block;width:16px;height:2px;background:var(--teal)}
.section-title{font-family:'DM Serif Display',serif;font-size:clamp(1.7rem,3vw,2.4rem);color:var(--navy);line-height:1.15;margin-bottom:12px}
.section-title em{font-style:italic;color:var(--teal)}
.section-lead{font-size:.95rem;color:var(--gray);line-height:1.75;max-width:580px}

/* ── ABOUT STRIP ── */
.about-section{background:var(--white);padding:72px 5%}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:44px}

.about-img-wrap{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(11,31,58,.14)}
.about-body-img{width:100%;height:100%;object-fit:cover;display:block;max-height:500px}

.about-text p{font-size:.94rem;color:var(--gray);line-height:1.82;margin-bottom:16px}
.about-text p:last-child{margin-bottom:0}
.device-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.device-chip{background:var(--teal-pale);color:var(--teal);font-size:.76rem;font-weight:700;padding:5px 13px;border-radius:20px;border:1px solid rgba(14,124,134,.2)}
.stat-stack{display:flex;flex-direction:column;gap:16px}
.stat-card{background:var(--off-white);border:1.5px solid #e4e8ec;border-radius:14px;padding:24px 26px;display:flex;align-items:center;gap:18px}
.stat-card-icon{width:48px;height:48px;background:var(--teal-pale);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.stat-card-icon svg{width:22px;height:22px;stroke:var(--teal);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.stat-card-num{font-family:'DM Serif Display',serif;font-size:1.6rem;color:var(--navy);line-height:1}
.stat-card-label{font-size:.78rem;color:var(--gray);font-weight:500;margin-top:2px}


/* ── ABOUT PHOTO ── */
.about-photo-wrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(11,31,58,.14)}
.about-photo{width:100%;height:100%;object-fit:cover;display:block;max-height:480px}
.about-photo-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(11,31,58,.85));color:rgba(255,255,255,.85);font-size:.8rem;font-weight:500;padding:24px 16px 12px;letter-spacing:.02em}


/* ── WHY CHOOSE ── */
.why-section{background:var(--navy);padding:72px 5%;position:relative;overflow:hidden}
.why-section::after{content:'';position:absolute;left:-80px;bottom:-80px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(14,124,134,.12) 0%,transparent 65%);pointer-events:none}
.why-section .section-eyebrow{color:var(--teal-lt)}
.why-section .section-eyebrow::before{background:var(--teal-lt)}
.why-section .section-title{color:#fff}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px;position:relative;z-index:2}
.why-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:26px 22px;transition:all .25s}
.why-card:hover{background:rgba(255,255,255,.09);border-color:rgba(19,168,180,.4);transform:translateY(-3px)}
.why-card-icon{width:42px;height:42px;background:rgba(19,168,180,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.why-card-icon svg{width:20px;height:20px;stroke:var(--teal-lt);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.why-card-title{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:7px}
.why-card-body{font-size:.82rem;color:#4a5a70;line-height:1.7}

/* ── ONLINE COURSES ── */
.courses-section{background:var(--off-white);padding:72px 5%}
.courses-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-top:44px}
.course-features{display:flex;flex-direction:column;gap:14px}
.course-feature{background:var(--white);border:1.5px solid #e4e8ec;border-radius:12px;padding:20px 22px;display:flex;align-items:flex-start;gap:16px;transition:all .25s}
.course-feature:hover{border-color:#8dd4da;box-shadow:0 6px 20px rgba(14,124,134,.1)}
.cf-icon{width:40px;height:40px;background:var(--teal-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cf-icon svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.cf-title{font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:4px}
.cf-body{font-size:.82rem;color:var(--gray);line-height:1.65}
.courses-aside{background:var(--navy);border-radius:16px;padding:32px 28px;color:#fff;position:sticky;top:100px}
.courses-aside-title{font-family:'DM Serif Display',serif;font-size:1.3rem;color:#fff;margin-bottom:8px}
.courses-aside-sub{font-size:.84rem;color:#4a5a70;line-height:1.65;margin-bottom:24px}
.aside-checklist{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.aside-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:.86rem;color:rgba(255,255,255,.8);line-height:1.5}
.aside-check{width:20px;height:20px;background:rgba(19,168,180,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.aside-check svg{width:11px;height:11px;stroke:var(--teal-lt);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.aside-divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:20px 0}
.cert-badge{display:flex;align-items:center;gap:10px;background:rgba(245,166,35,.12);border:1px solid rgba(245,166,35,.25);border-radius:10px;padding:12px 14px}
.cert-badge-icon{width:32px;height:32px;background:rgba(245,166,35,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cert-badge-icon svg{width:16px;height:16px;stroke:#F5A623;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.cert-badge-text{font-size:.8rem;color:rgba(255,255,255,.8);line-height:1.4}
.cert-badge-text strong{color:#F5A623}


/* ── VIDEO SECTION ── */
.video-section{background:var(--off-white);padding:72px 5%;border-top:1px solid var(--gray-lt)}
.video-inner{display:grid;grid-template-columns:1fr 1.6fr;gap:56px;align-items:center}
.video-wrap{border-radius:16px;overflow:hidden;box-shadow:0 12px 48px rgba(11,31,58,.18);background:#000}
.academy-video{width:100%;height:auto;display:block;max-height:420px;object-fit:cover}
@media(max-width:960px){.video-inner{grid-template-columns:1fr;gap:32px}}

/* ── FAQ ── */
.faq-section{background:var(--white);padding:72px 5%}
.faq-list{max-width:780px;margin-top:44px}
.faq-item{border-bottom:1px solid var(--gray-lt)}
.faq-question{width:100%;text-align:left;background:none;border:none;padding:20px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:'DM Sans',sans-serif;font-size:.97rem;font-weight:600;color:var(--navy);gap:16px}
.faq-question:hover{color:var(--teal)}
.faq-chevron{width:20px;height:20px;flex-shrink:0;transition:transform .25s;stroke:var(--gray);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.faq-item.open .faq-chevron{transform:rotate(180deg);stroke:var(--teal)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}
.faq-answer-inner{padding:0 0 20px;font-size:.88rem;color:var(--gray);line-height:1.78}
.faq-item.open .faq-answer{max-height:600px}

/* ── APPLICATION CTA ── */
.apply-section{background:linear-gradient(135deg,var(--navy) 0%,#1a3a5c 100%);padding:72px 5%;position:relative;overflow:hidden}
.apply-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 80% 50%,rgba(19,168,180,.14) 0%,transparent 65%);pointer-events:none}
.apply-inner{max-width:820px;position:relative;z-index:2}
.apply-section .section-eyebrow{color:var(--teal-lt)}
.apply-section .section-eyebrow::before{background:var(--teal-lt)}
.apply-section .section-title{color:#fff}
.apply-section .section-lead{color:rgba(255,255,255,.7);max-width:560px;margin-bottom:36px}
.apply-btn-row{display:flex;gap:14px;flex-wrap:wrap}
.btn-teal-lg{display:inline-flex;align-items:center;gap:9px;background:var(--teal);color:#fff;padding:15px 30px;border-radius:8px;font-size:1rem;font-weight:700;font-family:'DM Sans',sans-serif;transition:all .2s}
.btn-teal-lg:hover{background:var(--teal-lt);transform:translateY(-1px)}
.btn-ghost{display:inline-flex;align-items:center;gap:9px;background:transparent;color:rgba(255,255,255,.8);padding:14px 28px;border-radius:8px;font-size:1rem;font-weight:600;border:1.5px solid rgba(255,255,255,.25);font-family:'DM Sans',sans-serif;transition:all .2s}
.btn-ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5)}

/* ── FOOTER ── */
footer{background:var(--navy);color:rgba(255,255,255,.75);padding:60px 5% 30px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
.footer-brand p{font-size:.88rem;line-height:1.7;margin-top:12px;max-width:280px}
.footer-col h4{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--teal-lt);margin-bottom:16px}
.footer-col a{display:block;font-size:.88rem;color:rgba(255,255,255,.7);margin-bottom:10px;transition:color .2s}
.footer-col a:hover{color:var(--teal-lt)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:rgba(255,255,255,.45);flex-wrap:wrap;gap:12px}

@media(max-width:960px){
  .page-hero-grid{grid-template-columns:1fr}
  .hero-badge-stack{display:none}
  .about-grid,.courses-grid{grid-template-columns:1fr;gap:36px}
  .courses-aside{position:static}
  .why-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .why-grid{grid-template-columns:1fr}
  nav{display:none}
  .topbar{display:none}
  .footer-grid{grid-template-columns:1fr}
  .hero-cta-row{flex-direction:column}
}

.btn-primary{display:inline-block;background:var(--teal);color:var(--white);padding:13px 30px;border-radius:6px;font-size:.9rem;font-weight:600;letter-spacing:.03em;text-decoration:none;transition:background .2s,transform .2s}
.btn-primary:hover{background:var(--teal-lt);transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:all .3s}
@media(max-width:768px){
  nav{display:none}
  .hamburger{display:flex}
  nav.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-lt);padding:16px 5%;gap:0;box-shadow:0 8px 24px rgba(0,0,0,.1)}
  nav.open .nav-link{padding:12px 0;border-bottom:1px solid var(--gray-lt)}
  nav.open .dropdown{position:static;opacity:1;pointer-events:all;transform:none;box-shadow:none;border:none;background:var(--off-white);border-radius:0;margin:0 0 8px 16px}
  .header-cta{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .topbar{display:none}
}


[hidden]{display:none!important}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}