/* =========================================================
   Teachers Web V2 · PHASE 13/14 Premium Experience Layer
   Visual-only layer: no database/migration changes.
   ========================================================= */

:root{
  --premium-ink:#0b1f2f;
  --premium-ink-2:#173448;
  --premium-muted:#71818d;
  --premium-line:rgba(15,55,68,.11);
  --premium-soft:#f3f7f5;
  --premium-warm:#f8f4e9;
  --premium-card:#ffffff;
  --premium-dark:#062f29;
  --premium-dark-2:#0a473d;
  --premium-gold:#d4ad50;
  --premium-shadow:0 28px 80px rgba(11,43,54,.10);
  --premium-shadow-lg:0 40px 120px rgba(6,39,48,.16);
  --premium-radius:34px;
  --premium-radius-sm:22px;
  --premium-shell:min(1240px,calc(100% - 48px));
}

html{scroll-padding-top:94px}
body.public-context{background:#fff;color:var(--premium-ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;letter-spacing:-.012em}
body.public-context .shell{width:var(--premium-shell)}
body.public-context ::selection{background:rgba(13,107,87,.18);color:var(--premium-ink)}

/* Header */
.premium-header{top:0;background:rgba(255,255,255,.86);border-bottom:1px solid rgba(255,255,255,.45);backdrop-filter:blur(22px) saturate(150%)}
.premium-header.scrolled{background:rgba(255,255,255,.94);box-shadow:0 14px 46px rgba(15,48,60,.07);border-color:var(--premium-line)}
.premium-header .header-inner{height:88px;gap:26px}
.premium-header .brand{min-width:178px;gap:12px}
.premium-header .brand-logo{width:54px;height:54px;filter:drop-shadow(0 8px 12px rgba(10,55,60,.10))}
.premium-header .brand-mark{width:48px;height:48px;border-radius:18px;box-shadow:0 14px 36px rgba(13,107,87,.24)}
.premium-header .brand-copy strong{font-size:19px;letter-spacing:-.03em}
.premium-header .brand-copy small{font-size:10px;letter-spacing:.02em;color:#87949d}
.premium-nav{gap:7px}
.premium-nav a{position:relative;padding:9px 10px;border-radius:12px;font-size:12px;font-weight:760;color:#4b5e6c;transition:.22s ease}
.premium-nav a:hover{background:#f3f7f5;color:var(--brand)}
.premium-nav a.active{background:#ecf5f1;color:var(--brand)}
.premium-nav a.active:after{display:none}
.header-search-btn{border-color:var(--premium-line);background:#fff;width:44px;height:44px;border-radius:15px}
.header-search-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.header-register{min-height:44px;border-radius:14px;padding-inline:18px}

/* Buttons */
body.public-context .btn{border-radius:16px;font-weight:850;letter-spacing:-.01em;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease}
body.public-context .btn:hover{transform:translateY(-3px)}
body.public-context .btn-primary{background:linear-gradient(135deg,var(--brand),color-mix(in srgb,var(--brand) 72%,#042f2a));box-shadow:0 16px 35px color-mix(in srgb,var(--brand) 20%,transparent)}
body.public-context .btn-primary:hover{box-shadow:0 22px 45px color-mix(in srgb,var(--brand) 27%,transparent)}
.btn-xl{min-height:58px;padding-inline:26px;border-radius:18px;font-size:14px}
.btn-glass{background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.8);color:var(--premium-ink);box-shadow:0 12px 35px rgba(14,48,59,.06);backdrop-filter:blur(12px)}

/* ===== Home premium hero ===== */
.home-premium-hero{--mx:0;--my:0;position:relative;overflow:hidden;background:linear-gradient(145deg,#f1f7f4 0%,#fbfaf4 48%,#fff 100%);padding:82px 0 0;border-bottom:1px solid rgba(15,55,68,.06)}
.home-premium-hero:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;top:-370px;right:-180px;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 18%,transparent),transparent 66%);transform:translate(calc(var(--mx)*16px),calc(var(--my)*12px));transition:transform .18s ease-out}
.home-premium-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;bottom:-380px;left:-100px;background:radial-gradient(circle,rgba(212,173,80,.22),transparent 64%);transform:translate(calc(var(--mx)*-12px),calc(var(--my)*-10px));transition:transform .18s ease-out}
.hero-noise{position:absolute;inset:0;opacity:.055;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E")}
.home-premium-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:76px;align-items:center;min-height:610px;padding-bottom:72px}
.home-premium-copy{padding-block:30px}
.premium-kicker,.premium-section-label{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:900;letter-spacing:.06em;color:var(--brand);text-transform:none}
.premium-kicker{margin-bottom:23px}.premium-kicker>span{width:34px;height:2px;background:var(--premium-gold);border-radius:99px}
.home-premium-copy h1{font-size:clamp(48px,5.45vw,82px);line-height:1.03;letter-spacing:-.065em;margin:0 0 26px;max-width:780px;font-weight:900}
.home-premium-copy>p{max-width:660px;font-size:18px;line-height:1.95;color:#596f7d;margin:0 0 30px}
.premium-actions{display:flex;gap:11px;flex-wrap:wrap}
.hero-proof-row{margin-top:42px;padding-top:25px;border-top:1px solid rgba(17,61,72,.10);display:grid;grid-template-columns:repeat(3,1fr);max-width:660px}
.hero-proof-row div{display:flex;align-items:center;gap:9px;padding-inline:14px;border-left:1px solid rgba(17,61,72,.09)}
.hero-proof-row div:last-child{border-left:0}.hero-proof-row strong{color:var(--brand);font-size:11px}.hero-proof-row span{font-size:12px;color:#71818d;font-weight:760}
.home-premium-visual{position:relative;min-height:560px;display:grid;place-items:center}
.hero-visual-frame{position:relative;width:min(100%,520px);height:540px;border-radius:52px;box-shadow:var(--premium-shadow-lg);transform:perspective(1200px) rotateY(calc(var(--mx)*-1.2deg)) rotateX(calc(var(--my)*1deg));transition:transform .18s ease-out}
.premium-hero-photo,.premium-abstract-stage{width:100%;height:100%;border-radius:52px;overflow:hidden}
.premium-hero-photo{object-fit:cover}.hero-photo-shade{position:absolute;inset:0;border-radius:52px;background:linear-gradient(180deg,transparent 45%,rgba(2,32,29,.45))}
.premium-abstract-stage{position:relative;padding:42px;background:linear-gradient(145deg,var(--premium-dark-2),var(--premium-dark));color:#fff;border:1px solid rgba(255,255,255,.12);isolation:isolate}
.premium-abstract-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 15%,rgba(255,255,255,.13),transparent 24%),radial-gradient(circle at 10% 85%,rgba(212,173,80,.28),transparent 25%);z-index:-1}
.abstract-ring{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}.ring-one{width:360px;height:360px;left:-110px;bottom:-80px}.ring-two{width:190px;height:190px;left:-25px;bottom:5px}
.abstract-word{font-size:13px;font-weight:900;letter-spacing:.08em}.abstract-copy{position:absolute;right:42px;bottom:52px;display:grid;gap:8px}.abstract-copy small{color:#bdd5ce;font-size:12px}.abstract-copy strong{font-size:40px;line-height:1.15;letter-spacing:-.04em}
.hero-floating-card{position:absolute;z-index:3;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.8);box-shadow:0 18px 55px rgba(5,37,42,.14);backdrop-filter:blur(16px);border-radius:20px;padding:14px 17px;display:flex;align-items:center;gap:12px;min-width:205px}
.hero-floating-card small{display:block;font-size:9px;color:#829099;margin-bottom:2px}.hero-floating-card strong{display:block;font-size:12px}.hero-card-top{top:60px;right:-38px}.hero-card-bottom{bottom:58px;left:-40px}.float-icon,.float-number{width:36px;height:36px;border-radius:12px;background:#e9f4ef;color:var(--brand);display:grid;place-items:center;font-weight:950}.float-number{background:#f5ecd4;color:#8c6813}
.hero-quick-rail{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid rgba(14,54,65,.09);box-shadow:0 20px 55px rgba(12,48,59,.07);border-radius:27px 27px 0 0;overflow:hidden}
.hero-quick-rail a{min-height:116px;padding:25px 27px;display:grid;grid-template-columns:1fr auto;align-content:center;border-left:1px solid rgba(14,54,65,.08);position:relative;transition:.25s}.hero-quick-rail a:last-child{border-left:0}.hero-quick-rail a:hover{background:#f7faf8}.hero-quick-rail span{grid-column:1/-1;font-size:10px;color:#829099}.hero-quick-rail strong{font-size:15px;margin-top:3px}.hero-quick-rail b{color:var(--brand);font-size:20px;align-self:center}

/* ===== Shared premium section language ===== */
body.public-context .section{padding:118px 0}
.premium-section-head{margin-bottom:50px}.premium-section-head:not(.horizontal){display:grid;grid-template-columns:.75fr 1.2fr .8fr;align-items:start;gap:46px}.premium-section-head.horizontal{display:flex;justify-content:space-between;align-items:end;gap:40px}.premium-section-head.horizontal>div{max-width:780px}
.premium-section-label{margin-bottom:15px}.premium-section-label span{color:var(--premium-gold)}.premium-section-label.light{color:#b8d2ca}.premium-section-label.light span{color:#f0cf77}
.premium-section-head h2{font-size:clamp(40px,4.7vw,67px);line-height:1.08;letter-spacing:-.055em;margin:0;font-weight:900}.premium-section-head h2 em{font-style:normal;color:var(--brand)}.premium-section-head>p,.premium-section-head.horizontal p{color:var(--premium-muted);font-size:15px;line-height:1.9;margin:5px 0 0;max-width:600px}
.premium-arrow-link{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:900;color:var(--premium-ink);padding-bottom:6px;border-bottom:1px solid var(--premium-line)}.premium-arrow-link b{font-size:18px;color:var(--brand);transition:.2s}.premium-arrow-link:hover b{transform:translateX(-4px)}

/* Intro bento */
.premium-intro-section{background:#fff}.premium-intro-bento{display:grid;grid-template-columns:1.35fr .8fr .8fr;grid-template-rows:360px;gap:16px}
.bento-card{position:relative;border-radius:34px;padding:34px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid var(--premium-line);background:#fff;box-shadow:0 20px 60px rgba(15,55,68,.045)}
.bento-card:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;border:1px solid rgba(13,107,87,.08);top:-120px;left:-100px}
.bento-tag{font-size:10px;font-weight:900;color:var(--brand)}.bento-card h3{font-size:31px;line-height:1.22;letter-spacing:-.04em;margin:0 0 12px}.bento-card p{font-size:13px;color:var(--premium-muted);margin:0;max-width:520px}.bento-large{background:linear-gradient(145deg,#f7f3e7,#fff)}.bento-large h3{font-size:43px}.bento-line{position:absolute;right:34px;left:34px;top:94px;height:1px;background:linear-gradient(90deg,transparent,rgba(13,107,87,.18),transparent)}
.bento-dark{background:linear-gradient(145deg,#113d3a,#062e2a);color:#fff;border:0}.bento-dark .bento-tag{color:#e8c96f}.bento-dark p{color:#bdd0cb}.bento-accent{background:#edf5f1}.bento-accent:after{content:"+";position:absolute;left:28px;top:15px;font-size:75px;color:rgba(13,107,87,.08);font-weight:200}

/* Needs */
.premium-needs-section{background:#f4f8f6}.premium-needs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.premium-need-card{--px:50%;--py:50%;position:relative;min-height:245px;background:#fff;border:1px solid rgba(16,57,69,.09);border-radius:28px;padding:25px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr auto;overflow:hidden;transition:.28s ease}
.premium-need-card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(13,107,87,.09),transparent 68%);left:calc(var(--px) - 90px);top:calc(var(--py) - 90px);opacity:0;transition:.25s;pointer-events:none}.premium-need-card:hover:before{opacity:1}.premium-need-card:hover{transform:translateY(-6px);border-color:rgba(13,107,87,.2);box-shadow:var(--premium-shadow)}
.premium-need-card.featured{grid-column:span 2;background:linear-gradient(145deg,#0d6b57,#06463d);color:#fff;border:0}.premium-need-card.featured p{color:#c2d8d2}.premium-need-card.featured .premium-need-icon{background:rgba(255,255,255,.12);color:#fff}.premium-need-card.featured .premium-need-number{color:#f0ce76}.premium-need-number{font-size:10px;color:#9aa7ae;font-weight:900}.premium-need-icon{width:48px;height:48px;border-radius:16px;background:#edf5f1;color:var(--brand);display:grid;place-items:center}.premium-need-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.premium-need-card>div{grid-column:1/-1;align-self:end}.premium-need-card h3{font-size:24px;line-height:1.25;margin:22px 0 9px;letter-spacing:-.03em}.premium-need-card p{font-size:12px;color:var(--premium-muted);line-height:1.75;margin:0;max-width:440px}.premium-card-arrow{justify-self:end;align-self:end;font-size:21px;color:var(--brand)}.featured .premium-card-arrow{color:#fff}

/* Programs editorial */
.premium-programs-section{background:#fff}.premium-programs-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:16px}.premium-program-card{--px:50%;--py:50%;position:relative;border:1px solid var(--premium-line);border-radius:32px;background:#fff;overflow:hidden;min-height:490px;display:flex;flex-direction:column;transition:.3s;box-shadow:0 18px 55px rgba(12,48,59,.045)}.premium-program-card:hover{transform:translateY(-7px);box-shadow:var(--premium-shadow)}.premium-program-media{position:relative;height:245px;overflow:hidden;background:#edf4f1}.program-hero-card .premium-program-media{height:300px}.premium-program-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.premium-program-card:hover img{transform:scale(1.045)}.premium-program-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(3,35,31,.35))}.premium-program-index{position:absolute;top:18px;left:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(9px);width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:10px;font-weight:900}.premium-program-fallback{height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;padding:28px;background:linear-gradient(145deg,#eaf4f0,#f7f5ed);color:var(--brand)}.premium-program-fallback span{width:54px;height:54px;border-radius:17px;background:#fff;display:grid;place-items:center}.premium-program-fallback svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7}.premium-program-fallback b{font-size:24px}.premium-program-body{padding:25px;display:flex;flex:1;flex-direction:column}.premium-program-body .program-meta{font-size:9px;letter-spacing:.06em}.premium-program-body h3{font-size:28px;line-height:1.2;margin:8px 0 10px}.premium-program-body p{font-size:12.5px;color:var(--premium-muted);margin:0;line-height:1.75}.premium-program-body>a{margin-top:auto;padding-top:20px;border-top:1px solid var(--premium-line);font-size:11px;font-weight:900;display:flex;justify-content:space-between;align-items:center}.premium-program-body>a b{font-size:18px;color:var(--brand)}

/* Why / process */
.premium-why-section{position:relative;overflow:hidden;background:linear-gradient(145deg,#073831,#042823);color:#fff;padding:130px 0}.premium-why-section:before{content:"";position:absolute;width:650px;height:650px;border-radius:50%;border:1px solid rgba(255,255,255,.07);right:-230px;top:-300px}.premium-why-section:after{content:"Teachers";position:absolute;left:-15px;bottom:-72px;font-size:170px;font-weight:950;letter-spacing:-.06em;color:rgba(255,255,255,.025);pointer-events:none}.premium-why-grid{position:relative;z-index:2;display:grid;grid-template-columns:.82fr 1.18fr;gap:95px}.premium-why-copy{position:sticky;top:130px;align-self:start}.premium-why-copy h2{font-size:clamp(45px,5vw,68px);line-height:1.08;margin:0 0 20px;letter-spacing:-.055em}.premium-why-copy>p{font-size:15px;color:#b9cec8;line-height:1.9;margin:0 0 28px}.premium-process{display:grid}.process-step{min-height:210px;padding:32px 0;border-top:1px solid rgba(255,255,255,.13);display:grid;grid-template-columns:80px 1fr;gap:25px;align-items:start}.process-step:last-child{border-bottom:1px solid rgba(255,255,255,.13)}.process-step>span{font-size:11px;color:#e9c76e;font-weight:900}.process-step small{color:#8db2a9;font-size:10px;font-weight:900}.process-step h3{font-size:30px;line-height:1.25;margin:7px 0}.process-step p{color:#b4cac4;font-size:13px;margin:0;max-width:560px}

/* Stories */
.premium-stories-section{background:#f7f5ee}.premium-stories-grid{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:16px}.premium-story-card{position:relative;min-height:420px;border-radius:32px;background:#fff;border:1px solid rgba(15,55,68,.09);overflow:hidden;display:flex;flex-direction:column}.premium-story-card>img{width:100%;height:210px;object-fit:cover}.story-featured>img{height:260px}.premium-story-content{padding:26px;display:flex;flex-direction:column;flex:1}.premium-story-content>span{font-size:9px;color:var(--brand);font-weight:900}.premium-story-content h3{font-size:26px;margin:9px 0}.premium-story-content p{font-size:12px;color:var(--premium-muted);line-height:1.75}.premium-story-content>div{margin-top:auto;display:grid}.premium-story-content small{color:var(--premium-muted);font-size:10px}.premium-story-content>a{font-size:11px;font-weight:900;color:var(--brand);margin-top:16px}.premium-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.premium-testimonial{background:#fff;border:1px solid var(--premium-line);border-radius:30px;padding:32px;min-height:290px;display:flex;flex-direction:column}.premium-quote{font-size:58px;color:var(--premium-gold);line-height:.7}.premium-testimonial>p{font-size:16px;line-height:1.9;margin:25px 0}.premium-testimonial>div{margin-top:auto}.premium-testimonial strong,.premium-testimonial small{display:block}.premium-testimonial small{color:var(--premium-muted);font-size:10px}.premium-empty-story{border:1px solid rgba(15,55,68,.1);background:#fff;border-radius:34px;padding:45px;display:flex;align-items:center;justify-content:space-between;gap:30px}.premium-empty-story span{font-size:10px;color:var(--brand);font-weight:900}.premium-empty-story h3{font-size:32px;margin:8px 0}.premium-empty-story p{font-size:13px;color:var(--premium-muted);margin:0}

/* Branches */
.premium-branches-section{background:#fff}.premium-branches-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.premium-branch-card{--px:50%;--py:50%;position:relative;min-height:300px;border-radius:31px;border:1px solid var(--premium-line);padding:29px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:.28s}.premium-branch-card:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(13,107,87,.08),transparent 70%);left:calc(var(--px) - 95px);top:calc(var(--py) - 95px);opacity:0;transition:.25s}.premium-branch-card:hover:before{opacity:1}.premium-branch-card:hover{transform:translateY(-5px);box-shadow:var(--premium-shadow)}.premium-branch-top{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#98a5ac}.premium-branch-top span{font-size:12px;color:var(--premium-gold);font-weight:900}.premium-branch-card h3{font-size:31px;margin:42px 0 10px;letter-spacing:-.04em}.premium-branch-card>p{font-size:12px;color:var(--premium-muted);line-height:1.75;margin:0}.premium-branch-actions{margin-top:auto;padding-top:23px;border-top:1px solid var(--premium-line);display:flex;justify-content:space-between;gap:12px;font-size:10px;font-weight:900;color:var(--brand)}

/* Final CTA */
.premium-final-cta{padding:35px 0 110px;background:#fff}.premium-final-card{position:relative;overflow:hidden;border-radius:42px;background:linear-gradient(135deg,var(--brand),#063a34);color:#fff;padding:64px;display:flex;align-items:end;justify-content:space-between;gap:45px;box-shadow:0 35px 90px rgba(7,55,49,.2)}.premium-final-card:before{content:"";position:absolute;width:410px;height:410px;border-radius:50%;border:1px solid rgba(255,255,255,.11);left:-120px;top:-210px}.premium-final-card h2{font-size:clamp(40px,5vw,64px);line-height:1.08;letter-spacing:-.05em;margin:0 0 14px;max-width:780px}.premium-final-card p{color:#c7ded8;max-width:680px;margin:0}.premium-final-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;position:relative;z-index:2}.premium-text-light{font-size:11px;font-weight:900;color:#d7e8e3;border-bottom:1px solid rgba(255,255,255,.28);padding-bottom:4px}

/* ===== Public inner pages premium restyle ===== */
.page-hero,.programs-page-hero,.pricing-hero,.branches-hero,.stories-hero,.careers-hero,.about-hero,.faq-hero,.contact-hero,.ld-hero,.level-hero,.assessment-hero,.register-page-hero,.career-detail-hero,.branch-detail-hero,.program-detail-hero{position:relative;overflow:hidden;background:linear-gradient(145deg,#f1f7f4,#fbfaf4 58%,#fff);border-bottom:1px solid rgba(15,55,68,.06)}
.page-hero:after,.programs-page-hero:after,.pricing-hero:after,.branches-hero:after,.stories-hero:after,.careers-hero:after,.about-hero:after,.faq-hero:after,.contact-hero:after,.ld-hero:after,.level-hero:after,.assessment-hero:after,.register-page-hero:after,.career-detail-hero:after,.branch-detail-hero:after,.program-detail-hero:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(13,107,87,.10),transparent 68%);left:-170px;top:-260px;pointer-events:none}
.page-hero,.programs-page-hero,.pricing-hero,.branches-hero,.stories-hero,.careers-hero,.about-hero,.faq-hero,.contact-hero,.ld-hero,.level-hero,.assessment-hero,.register-page-hero{padding-top:88px;padding-bottom:82px}
.page-hero h1,.programs-page-hero h1,.pricing-hero h1,.branches-hero h1,.stories-hero h1,.careers-hero h1,.about-hero h1,.faq-hero h1,.contact-hero h1,.ld-hero h1,.level-hero h1,.assessment-hero h1,.register-page-hero h1,.career-detail-hero h1,.branch-detail-hero h1,.program-detail-hero h1{font-size:clamp(46px,5.2vw,72px)!important;line-height:1.06!important;letter-spacing:-.058em!important;font-weight:900!important}
.page-hero p,.programs-page-hero p,.pricing-hero p,.branches-hero p,.stories-hero p,.careers-hero p,.about-hero p,.faq-hero p,.contact-hero p,.ld-hero p,.level-hero p,.assessment-hero p,.register-page-hero p{font-size:15px!important;line-height:1.95!important;color:#627582!important;max-width:680px}
.programs-hero-note,.pricing-hero-note,.branch-hero-badge,.assessment-note,.selected-plan-card,.level-side{border-radius:28px!important;border:1px solid rgba(15,55,68,.09)!important;background:rgba(255,255,255,.82)!important;box-shadow:0 22px 60px rgba(13,47,57,.07)!important;backdrop-filter:blur(12px)}

/* Catalogs/cards */
.programs-catalog-grid,.branch-page-grid,.vacancy-grid{gap:18px!important}
.program-catalog-card,.branch-page-card,.vacancy-card{--px:50%;--py:50%;border-radius:32px!important;border-color:var(--premium-line)!important;box-shadow:0 18px 50px rgba(13,47,57,.045);transition:.3s!important;overflow:hidden}
.program-catalog-card:hover,.branch-page-card:hover,.vacancy-card:hover{transform:translateY(-7px);box-shadow:var(--premium-shadow)!important}
.program-catalog-media{height:280px!important}.program-catalog-media img,.branch-page-card>img{transition:transform .65s ease}.program-catalog-card:hover img,.branch-page-card:hover>img{transform:scale(1.045)}
.program-catalog-body{padding:28px!important}.program-catalog-body h2,.branch-page-card h2{font-size:29px!important;letter-spacing:-.04em!important}
.program-featured-badge,.popular-ribbon{background:var(--premium-dark)!important;color:#fff!important;border-radius:999px!important;font-size:9px!important}

/* Pricing */
.pricing-section{background:#f6f9f7!important}.pricing-filter-card{border-radius:32px!important;border:1px solid var(--premium-line)!important;box-shadow:0 24px 70px rgba(13,47,57,.06)!important;background:#fff!important}
.pricing-filter-grid select,.registration-form input,.registration-form select,.registration-form textarea,.assessment-form input,.assessment-form select,.assessment-form textarea,.level-form input,.level-form select,.level-form textarea,.career-form input,.career-form select,.career-form textarea,.contact-form input,.contact-form select,.contact-form textarea{border-radius:14px!important;border:1px solid rgba(15,55,68,.13)!important;background:#fbfcfc!important;transition:.2s!important}
.pricing-filter-grid select:focus,.registration-form input:focus,.registration-form select:focus,.registration-form textarea:focus,.assessment-form input:focus,.assessment-form select:focus,.assessment-form textarea:focus,.level-form input:focus,.level-form select:focus,.level-form textarea:focus,.career-form input:focus,.career-form select:focus,.career-form textarea:focus,.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--brand)!important;box-shadow:0 0 0 4px rgba(13,107,87,.08)!important;background:#fff!important}
.pricing-plans-grid{gap:18px!important}.price-plan-card{--px:50%;--py:50%;border-radius:32px!important;border-color:var(--premium-line)!important;box-shadow:0 18px 55px rgba(13,47,57,.045);transition:.3s!important}.price-plan-card:hover{transform:translateY(-6px);box-shadow:var(--premium-shadow)!important}.price-plan-card.popular{border-color:rgba(13,107,87,.34)!important;box-shadow:0 26px 70px rgba(13,107,87,.10)!important}.price-value strong{font-size:42px!important;letter-spacing:-.05em}

/* Forms */
.registration-layout,.assessment-form-section .shell,.level-book-section .shell{gap:22px!important}.registration-form,.assessment-form,.level-form,.career-form,.contact-form-card{border-radius:34px!important;border:1px solid var(--premium-line)!important;background:#fff!important;box-shadow:0 25px 75px rgba(13,47,57,.06)!important}.registration-side,.assessment-side,.level-side,.career-apply-card{border-radius:30px!important}.form-section-title span{background:var(--brand)!important;color:#fff!important;border-radius:12px!important}.registration-submit{border-radius:24px!important;background:#f3f7f5!important;border:1px solid var(--premium-line)!important}.locked-selection{border-radius:20px!important;background:#f4f8f6!important}

/* FAQ */
.faq-section-grid{gap:72px!important}.faq-item{border-radius:20px!important;border:1px solid var(--premium-line)!important;background:#fff!important;overflow:hidden;box-shadow:0 10px 35px rgba(13,47,57,.035)}.faq-item summary{font-weight:850!important}.faq-item[open]{box-shadow:0 18px 50px rgba(13,47,57,.06)}

/* Contact / about / stories */
.about-story-card,.about-story-main,.contact-branch-grid a,.ld-area-card,.story-card,.branch-info-grid>div,.branch-service-grid>div{border-radius:28px!important;border-color:var(--premium-line)!important;box-shadow:0 16px 48px rgba(13,47,57,.04)}
.about-values-grid article{border-radius:24px!important}.about-cta-card,.faq-contact-card,.register-card{border-radius:34px!important}

/* Footer */
.premium-footer{background:#071f26!important;color:#fff!important;padding:0!important;border:0!important}.footer-lead{padding:78px 0 64px;display:flex;align-items:end;justify-content:space-between;gap:50px;border-bottom:1px solid rgba(255,255,255,.09)}.footer-kicker{font-size:10px;color:#89aaa4;font-weight:900}.footer-lead h2{font-size:clamp(38px,4.5vw,60px);line-height:1.06;letter-spacing:-.05em;margin:10px 0 0}.footer-cta{width:190px;height:190px;border-radius:50%;border:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:12px;font-weight:900;background:rgba(255,255,255,.035);transition:.3s}.footer-cta b{font-size:28px;color:#e4c56f}.footer-cta:hover{transform:rotate(-5deg) scale(1.03);background:rgba(255,255,255,.07)}
.premium-footer .footer-grid{padding:62px 0!important;border:0!important}.premium-footer .footer-grid h4{color:#9cb6b2!important;font-size:10px!important;letter-spacing:.08em;text-transform:none}.premium-footer .footer-grid a{color:#d7e3e0!important;font-size:12px!important}.premium-footer .footer-grid a:hover{color:#fff!important}.footer-brand-col{max-width:360px}.footer-brand-row{display:flex;align-items:center;gap:13px}.footer-logo{width:56px;height:56px;object-fit:contain}.footer-brand-row small{font-size:9px;color:#789a94}.premium-footer .footer-brand{font-size:23px!important}.premium-footer .footer-brand-col>p{color:#8fabaa!important;font-size:12px!important;max-width:330px!important}.premium-footer .footer-bottom{padding:21px 0!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#6f928c!important;font-size:9px!important}

/* Search dialog */
.search-dialog-card{border:1px solid rgba(255,255,255,.7)!important;border-radius:32px!important;box-shadow:0 40px 120px rgba(0,0,0,.25)!important}.search-dialog-backdrop{background:rgba(2,22,28,.65)!important}

/* ===== Admin premium polish ===== */
body.admin-context{background:#f3f6f5;color:var(--premium-ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif}
body.admin-context .shell{width:min(1320px,calc(100% - 42px))}
.admin-site-header{position:sticky;top:0;z-index:70;background:rgba(8,38,43,.96);color:#fff;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px)}
.admin-site-header-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:25px}.admin-mini-brand{display:flex;align-items:center;gap:10px}.admin-mini-brand img{width:40px;height:40px;object-fit:contain;background:#fff;border-radius:11px;padding:3px}.admin-mini-brand>span{display:grid;line-height:1.12}.admin-mini-brand strong{font-size:14px}.admin-mini-brand small{font-size:8px;color:#8fb2ad;margin-top:4px}.admin-site-links{display:flex;gap:8px}.admin-site-links a{font-size:10px;font-weight:850;padding:8px 11px;border-radius:10px;background:rgba(255,255,255,.06);color:#d9e8e5}.admin-site-links a:hover{background:rgba(255,255,255,.11)}
body.admin-context .admin-shell{padding:48px 0 90px!important;background:transparent!important}.admin-top{background:linear-gradient(145deg,#0a4940,#07362f)!important;color:#fff!important;border-radius:32px!important;padding:34px!important;margin-bottom:18px!important;box-shadow:0 24px 70px rgba(7,48,44,.16)}.admin-top h1{font-size:42px!important;letter-spacing:-.045em!important}.admin-top p{color:#bdd5d0!important}.admin-top .eyebrow{color:#e7ca76!important}.admin-top .btn-ghost{border-color:rgba(255,255,255,.2)!important;background:rgba(255,255,255,.08)!important;color:#fff!important}.admin-top .btn-dark{background:#fff!important;color:#07362f!important}
.admin-stats{grid-template-columns:repeat(4,1fr)!important;gap:10px!important;margin-bottom:18px!important}.admin-stats>div{border:1px solid rgba(15,55,68,.08)!important;border-radius:20px!important;background:#fff!important;padding:19px!important;box-shadow:0 12px 34px rgba(13,47,57,.035)!important}.admin-stats strong{font-size:27px!important;color:var(--premium-ink)!important}.admin-stats span{font-size:9px!important;color:var(--premium-muted)!important}
.admin-tabs{position:sticky!important;top:78px!important;z-index:40!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(14px)!important;border:1px solid var(--premium-line)!important;border-radius:20px!important;padding:8px!important;box-shadow:0 12px 35px rgba(13,47,57,.06)!important;margin-bottom:18px!important}.admin-tabs a{border-radius:10px!important;font-size:9px!important;font-weight:850!important;padding:8px 10px!important}.admin-tabs a:hover{background:#edf5f1!important;color:var(--brand)!important}
.admin-panel{border:1px solid rgba(15,55,68,.08)!important;border-radius:30px!important;background:#fff!important;padding:30px!important;box-shadow:0 16px 50px rgba(13,47,57,.04)!important;margin-bottom:16px!important}.panel-heading{border-bottom:1px solid rgba(15,55,68,.08)!important;padding-bottom:22px!important;margin-bottom:25px!important}.panel-heading h2{font-size:27px!important;letter-spacing:-.035em!important}.panel-heading p{font-size:11px!important;color:var(--premium-muted)!important}.admin-form input,.admin-form textarea,.admin-form select,.section-admin-row input,.pricing-editor-form input,.pricing-editor-form textarea,.pricing-editor-form select{border:1px solid rgba(15,55,68,.12)!important;border-radius:12px!important;background:#fbfcfc!important;transition:.2s!important}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus,.section-admin-row input:focus,.pricing-editor-form input:focus,.pricing-editor-form textarea:focus,.pricing-editor-form select:focus{outline:none;border-color:var(--brand)!important;box-shadow:0 0 0 4px rgba(13,107,87,.07)!important;background:#fff!important}.section-admin-row,.admin-program-card,.admin-price-row,.lead-card,.assessment-admin-card,.slot-admin-card,.story-admin-card,.branch-admin-card,.job-admin-card,.faq-admin-card,.contact-message-card{border-radius:20px!important;border-color:rgba(15,55,68,.09)!important;background:#fff!important;box-shadow:0 10px 32px rgba(13,47,57,.035)!important}
.admin-program-grid{gap:13px!important}.admin-program-card{overflow:hidden!important}.admin-program-cover{height:170px!important;object-fit:cover!important}.admin-program-card h3{font-size:22px!important}

/* Login premium */
.admin-login-body{background:radial-gradient(circle at 20% 15%,rgba(13,107,87,.18),transparent 26%),linear-gradient(145deg,#f1f7f4,#fbfaf4)!important;min-height:100vh;display:grid;place-items:center;padding:25px}.login-card{width:min(460px,100%);border-radius:34px!important;padding:38px!important;border:1px solid rgba(15,55,68,.09)!important;box-shadow:0 35px 90px rgba(13,47,57,.13)!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(12px)}.login-brand{font-size:15px!important}.login-card h1{font-size:38px!important;letter-spacing:-.04em!important}.login-card input{border-radius:13px!important;border-color:rgba(15,55,68,.13)!important;background:#fbfcfc!important}

/* Reveal refinement */
.reveal{transform:translateY(24px);transition:opacity .72s cubic-bezier(.2,.65,.2,1),transform .72s cubic-bezier(.2,.65,.2,1)}.reveal.visible{transform:none}.premium-ready .premium-needs-grid .reveal:nth-child(2),.premium-ready .premium-programs-grid .reveal:nth-child(2),.premium-ready .premium-branches-grid .reveal:nth-child(2){transition-delay:.06s}.premium-ready .premium-needs-grid .reveal:nth-child(3),.premium-ready .premium-programs-grid .reveal:nth-child(3),.premium-ready .premium-branches-grid .reveal:nth-child(3){transition-delay:.12s}

/* Responsive */
@media(max-width:1120px){
  :root{--premium-shell:min(100% - 36px,1100px)}
  .premium-header .header-inner{height:78px}.premium-nav{gap:3px}.premium-nav a{font-size:10.5px;padding:8px 7px}.premium-header .brand-copy small{display:none}
  .home-premium-grid{gap:42px}.home-premium-copy h1{font-size:58px}.hero-visual-frame{height:490px}.hero-card-top{right:-12px}.hero-card-bottom{left:-12px}
  .premium-programs-grid{grid-template-columns:1fr 1fr}.program-hero-card{grid-column:span 2}.premium-stories-grid{grid-template-columns:1fr 1fr}.story-featured{grid-column:span 2}
  .premium-intro-bento{grid-template-columns:1fr 1fr;grid-template-rows:auto}.bento-large{grid-column:span 2;min-height:330px}.bento-dark,.bento-accent{min-height:300px}
  .admin-stats{grid-template-columns:repeat(3,1fr)!important}
}

@media(max-width:900px){
  body.public-context .shell{width:min(100% - 30px,820px)}
  .premium-header .header-inner{height:72px}.premium-header .brand-logo{width:45px;height:45px}.premium-header .brand-mark{width:43px;height:43px}.premium-header .brand-copy strong{font-size:16px}
  .premium-nav{top:78px!important;right:15px!important;left:15px!important;padding:10px!important;border-radius:24px!important;box-shadow:0 25px 70px rgba(13,47,57,.15)!important}.premium-nav a{font-size:12px!important;padding:12px 14px!important}
  .home-premium-hero{padding-top:46px}.home-premium-grid{grid-template-columns:1fr;min-height:auto;padding-bottom:35px}.home-premium-copy{text-align:center}.premium-kicker{justify-content:center}.home-premium-copy h1{font-size:clamp(47px,9vw,68px);max-width:800px;margin-inline:auto}.home-premium-copy>p{margin-inline:auto}.premium-actions{justify-content:center}.hero-proof-row{margin-inline:auto}.home-premium-visual{min-height:470px}.hero-visual-frame{height:450px;width:min(100%,620px)}.abstract-copy strong{font-size:36px}.hero-quick-rail{grid-template-columns:1fr}.hero-quick-rail a{min-height:91px;border-left:0;border-bottom:1px solid var(--premium-line)}.hero-quick-rail a:last-child{border-bottom:0}
  .premium-section-head:not(.horizontal){grid-template-columns:1fr;gap:14px}.premium-section-head.horizontal{align-items:flex-start;flex-direction:column}.premium-section-head h2{font-size:48px}
  .premium-needs-grid{grid-template-columns:1fr 1fr}.premium-need-card.featured{grid-column:span 2}.premium-programs-grid{grid-template-columns:1fr 1fr}.premium-why-grid{grid-template-columns:1fr;gap:50px}.premium-why-copy{position:relative;top:auto}.premium-process{border-top:0}.premium-stories-grid,.premium-testimonials-grid{grid-template-columns:1fr 1fr}.premium-branches-grid{grid-template-columns:1fr 1fr}.premium-final-card{align-items:flex-start;flex-direction:column;padding:48px}.footer-lead{align-items:flex-start}.footer-cta{width:145px;height:145px;flex:0 0 auto}.premium-footer .footer-grid{grid-template-columns:1.3fr 1fr 1fr!important}.premium-footer .footer-grid>div:last-child{grid-column:2/4}
  .admin-stats{grid-template-columns:repeat(2,1fr)!important}.admin-site-links a:first-child{display:none}
}

@media(max-width:650px){
  :root{--premium-shell:calc(100% - 24px)}
  body.public-context .section{padding:78px 0}
  .premium-header .brand-copy small{display:none}.premium-header .brand{min-width:auto}.header-search-btn{width:40px;height:40px}
  .home-premium-hero{padding-top:34px}.home-premium-grid{gap:24px}.home-premium-copy{padding-block:16px}.premium-kicker{font-size:9px;margin-bottom:17px}.home-premium-copy h1{font-size:43px;line-height:1.08}.home-premium-copy>p{font-size:14px;line-height:1.9;margin-bottom:23px}.premium-actions .btn{width:100%}.hero-proof-row{margin-top:28px;padding-top:18px;gap:0}.hero-proof-row div{padding-inline:7px;display:grid;gap:2px;text-align:center}.hero-proof-row span{font-size:9px}.hero-proof-row strong{font-size:9px}
  .home-premium-visual{min-height:345px}.hero-visual-frame{height:340px;border-radius:32px}.premium-hero-photo,.premium-abstract-stage,.hero-photo-shade{border-radius:32px}.premium-abstract-stage{padding:25px}.abstract-copy{right:25px;bottom:30px}.abstract-copy strong{font-size:28px}.hero-floating-card{min-width:145px;padding:10px 12px;border-radius:16px}.hero-floating-card small{font-size:7px}.hero-floating-card strong{font-size:9px}.hero-card-top{right:-3px;top:28px}.hero-card-bottom{left:-3px;bottom:25px}.float-icon,.float-number{width:29px;height:29px;border-radius:9px}.hero-quick-rail{border-radius:22px 22px 0 0}.hero-quick-rail a{padding:18px;min-height:80px}.hero-quick-rail span{font-size:8px}.hero-quick-rail strong{font-size:12px}
  .premium-section-head{margin-bottom:30px}.premium-section-label{font-size:9px}.premium-section-head h2{font-size:37px}.premium-section-head>p,.premium-section-head.horizontal p{font-size:12px}.premium-arrow-link{font-size:10px}
  .premium-intro-bento{grid-template-columns:1fr}.bento-large{grid-column:auto;min-height:290px}.bento-dark,.bento-accent{min-height:260px}.bento-card{padding:25px;border-radius:26px}.bento-card h3,.bento-large h3{font-size:29px}.bento-card p{font-size:11px}
  .premium-needs-grid{grid-template-columns:1fr}.premium-need-card,.premium-need-card.featured{grid-column:auto;min-height:205px;padding:21px;border-radius:24px}.premium-need-card h3{font-size:21px}.premium-need-card p{font-size:11px}
  .premium-programs-grid{grid-template-columns:1fr}.program-hero-card{grid-column:auto}.premium-program-card{min-height:430px;border-radius:26px}.premium-program-media,.program-hero-card .premium-program-media{height:230px}.premium-program-body{padding:22px}.premium-program-body h3{font-size:25px}
  .premium-why-section{padding:86px 0}.premium-why-copy h2{font-size:40px}.process-step{grid-template-columns:45px 1fr;gap:14px;min-height:170px;padding:25px 0}.process-step h3{font-size:24px}.process-step p{font-size:11px}
  .premium-stories-grid,.premium-testimonials-grid{grid-template-columns:1fr}.story-featured{grid-column:auto}.premium-story-card{min-height:390px;border-radius:26px}.premium-testimonial{min-height:250px;border-radius:25px;padding:25px}.premium-empty-story{padding:28px;align-items:flex-start;flex-direction:column}.premium-empty-story h3{font-size:27px}
  .premium-branches-grid{grid-template-columns:1fr}.premium-branch-card{min-height:245px;border-radius:25px;padding:24px}.premium-branch-card h3{font-size:27px;margin-top:28px}.premium-final-cta{padding-bottom:80px}.premium-final-card{padding:33px 25px;border-radius:30px}.premium-final-card h2{font-size:36px}.premium-final-card p{font-size:12px}.premium-final-actions,.premium-final-actions .btn{width:100%}
  .page-hero,.programs-page-hero,.pricing-hero,.branches-hero,.stories-hero,.careers-hero,.about-hero,.faq-hero,.contact-hero,.ld-hero,.level-hero,.assessment-hero,.register-page-hero{padding-top:55px;padding-bottom:52px}.page-hero h1,.programs-page-hero h1,.pricing-hero h1,.branches-hero h1,.stories-hero h1,.careers-hero h1,.about-hero h1,.faq-hero h1,.contact-hero h1,.ld-hero h1,.level-hero h1,.assessment-hero h1,.register-page-hero h1,.career-detail-hero h1,.branch-detail-hero h1,.program-detail-hero h1{font-size:39px!important}.page-hero p,.programs-page-hero p,.pricing-hero p,.branches-hero p,.stories-hero p,.careers-hero p,.about-hero p,.faq-hero p,.contact-hero p,.ld-hero p,.level-hero p,.assessment-hero p,.register-page-hero p{font-size:12px!important}.program-catalog-media{height:220px!important}.program-catalog-body{padding:22px!important}.program-catalog-body h2,.branch-page-card h2{font-size:25px!important}.price-plan-card{border-radius:26px!important}.registration-form,.assessment-form,.level-form,.career-form,.contact-form-card{border-radius:25px!important}.faq-section-grid{gap:28px!important}
  .footer-lead{padding:58px 0 45px;flex-direction:column}.footer-lead h2{font-size:38px}.footer-cta{width:120px;height:120px}.premium-footer .footer-grid{grid-template-columns:1fr 1fr!important;gap:35px!important;padding:45px 0!important}.premium-footer .footer-grid>div:last-child{grid-column:auto}.footer-brand-col{grid-column:1/-1}.premium-footer .footer-bottom{flex-direction:column;gap:5px!important;align-items:flex-start!important}
  .admin-site-header-inner{height:60px}.admin-mini-brand strong{font-size:12px}.admin-site-links a{font-size:8px}.admin-top{padding:25px!important;border-radius:25px!important}.admin-top h1{font-size:34px!important}.admin-stats{grid-template-columns:1fr 1fr!important}.admin-panel{padding:20px!important;border-radius:24px!important}.admin-tabs{top:68px!important;overflow:auto!important;flex-wrap:nowrap!important;white-space:nowrap!important}.panel-heading h2{font-size:23px!important}.login-card{padding:27px!important;border-radius:27px!important}
}

@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.home-premium-hero:before,.home-premium-hero:after,.hero-visual-frame{transform:none!important}}

/* ========================================================================== 
   PHASE 14 FIX1 — Teachers CMS / Premium Admin v2
   ========================================================================== */
body.admin-context{--admin-side:286px;--admin-topbar:74px;background:#f5f7f8!important;overflow-x:hidden}
body.admin-context .skip-link{display:none}
.admin-app{min-height:100vh;display:block;background:#f5f7f8}
.admin-sidebar{position:fixed;z-index:120;right:0;top:0;bottom:0;width:var(--admin-side);display:flex;flex-direction:column;background:#082c32;color:#fff;border-left:1px solid rgba(255,255,255,.07);box-shadow:-18px 0 55px rgba(6,29,34,.08)}
.admin-sidebar-head{height:88px;padding:17px 18px 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}
.admin-brand{min-width:0;display:flex;align-items:center;gap:11px;color:#fff}.admin-brand-logo{width:46px;height:46px;flex:0 0 46px;border-radius:14px;display:grid;place-items:center;background:#fff;overflow:hidden}.admin-brand-logo img{width:100%;height:100%;object-fit:contain;padding:3px}.admin-brand-fallback{background:linear-gradient(135deg,#166d61,#dbbf72);font-weight:950;font-size:18px;color:#fff}.admin-brand-copy{min-width:0;display:grid;line-height:1.15}.admin-brand-copy strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-brand-copy small{margin-top:5px;color:#769da0;font-size:7.5px;letter-spacing:.08em;text-transform:uppercase;font-weight:800}.admin-sidebar-close{display:none;width:36px;height:36px;border:0;border-radius:10px;background:rgba(255,255,255,.07);color:#fff;font-size:23px;cursor:pointer}
.admin-side-nav{flex:1;overflow:auto;padding:18px 13px 20px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.admin-nav-group{display:grid;gap:3px;margin-bottom:22px}.admin-nav-label{padding:0 11px 7px;color:#618b8c;font-size:8px;font-weight:950;letter-spacing:.08em}.admin-nav-item{height:41px;border-radius:11px;padding:0 11px;display:flex;align-items:center;gap:10px;color:#aec6c6;font-size:10.5px;font-weight:800;transition:background .18s,color .18s,transform .18s;position:relative}.admin-nav-item:hover{color:#fff;background:rgba(255,255,255,.055)}.admin-nav-item.active{color:#fff;background:linear-gradient(90deg,rgba(32,126,111,.34),rgba(255,255,255,.055));box-shadow:inset -2px 0 #dbbf72}.admin-nav-item.active:after{content:"";position:absolute;left:10px;width:5px;height:5px;border-radius:50%;background:#dbbf72;box-shadow:0 0 0 4px rgba(219,191,114,.09)}.admin-nav-icon{width:23px;height:23px;display:grid;place-items:center;flex:0 0 23px}.admin-nav-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.admin-nav-item:first-child .admin-nav-icon svg{fill:currentColor;stroke:none;opacity:.95}
.admin-sidebar-foot{padding:13px;border-top:1px solid rgba(255,255,255,.07);display:grid;gap:7px}.admin-preview-link,.admin-logout{width:100%;height:41px;border-radius:11px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;font:inherit;font-size:9.5px;font-weight:850}.admin-preview-link{background:rgba(255,255,255,.055);color:#d7e6e4}.admin-preview-link:hover{background:rgba(255,255,255,.09);color:#fff}.admin-logout{border:0;background:transparent;color:#829fa1;cursor:pointer}.admin-logout:hover{background:rgba(209,83,73,.1);color:#f1a59e}.admin-sidebar-foot form{margin:0}
.admin-sidebar-backdrop{display:none;position:fixed;inset:0;z-index:110;background:rgba(4,20,24,.48);backdrop-filter:blur(3px)}
.admin-workspace{min-height:100vh;margin-right:var(--admin-side);transition:margin .2s}.admin-commandbar{height:var(--admin-topbar);position:sticky;top:0;z-index:80;display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid #e6ebed}.admin-commandbar-start,.admin-commandbar-actions{display:flex;align-items:center;gap:12px}.admin-current-page{display:grid;line-height:1.15}.admin-current-page small{font-size:7.5px;color:#9aa8ad;font-weight:900;letter-spacing:.07em}.admin-current-page strong{font-size:14px;color:#18363d;margin-top:4px}.admin-command-link{height:38px;padding:0 13px;border:1px solid #e0e7e8;background:#fff;border-radius:10px;display:flex;align-items:center;gap:9px;font-size:9px;font-weight:850;color:#34545b}.admin-command-link:hover{border-color:#c9d6d7;background:#fbfcfc}.admin-command-link b{font-size:13px;color:#819699}.admin-command-avatar{width:38px;height:38px;border-radius:12px;background:#0d5e55;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:950;box-shadow:0 6px 16px rgba(13,94,85,.16)}.admin-menu-button{display:none;width:40px;height:40px;border:1px solid #e0e7e8;background:#fff;border-radius:11px;padding:0 10px;cursor:pointer}.admin-menu-button span{display:block;height:2px;border-radius:2px;background:#24434a;margin:4px 0}
.admin-main{min-width:0}.admin-main .admin-shell{min-height:0!important;padding:28px 28px 80px!important;background:transparent!important}.admin-main .admin-shell>.shell{width:min(1180px,100%)!important;margin:0 auto!important}
/* Replace the previous oversized page hero with a CMS page header */
body.admin-context .admin-top{min-height:auto!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:24px!important;margin:0 0 22px!important;padding:8px 0 22px!important;border-radius:0!important;background:transparent!important;color:#17353c!important;box-shadow:none!important;border-bottom:1px solid #e4eaeb!important}.admin-top>div:first-child{min-width:0}.admin-top .admin-back{display:none!important}.admin-top .eyebrow{display:inline-flex!important;align-items:center!important;min-height:23px!important;padding:0 8px!important;border-radius:999px!important;background:#e9f2ef!important;color:#267266!important;font-size:7.5px!important;font-weight:950!important;letter-spacing:.06em!important}.admin-top h1{margin:8px 0 4px!important;font-size:30px!important;line-height:1.05!important;letter-spacing:-.035em!important;color:#17353c!important}.admin-top p{margin:0!important;max-width:670px!important;font-size:10.5px!important;line-height:1.7!important;color:#7d9196!important}.admin-top .admin-actions{display:flex;align-items:center;gap:7px}.admin-top .btn{min-height:38px!important;padding:0 13px!important;border-radius:10px!important;font-size:9px!important}.admin-top .btn-ghost{background:#fff!important;border:1px solid #dce4e5!important;color:#35545b!important}.admin-top .btn-dark,.admin-top .btn-primary{background:#0d5e55!important;border-color:#0d5e55!important;color:#fff!important}
body.admin-context .admin-tabs{display:none!important}
body.admin-context .admin-panel{margin:14px 0 0!important;border:1px solid #e2e8e9!important;border-radius:18px!important;padding:24px!important;background:#fff!important;box-shadow:0 4px 18px rgba(22,52,59,.025)!important}.admin-panel:hover{border-color:#d9e2e3!important}.panel-heading{align-items:center!important;margin-bottom:22px!important;padding-bottom:17px!important;border-bottom:1px solid #edf1f2!important}.panel-heading>div{gap:10px!important}.panel-heading>div>span{width:30px!important;height:30px!important;border-radius:9px!important;background:#edf4f2!important;color:#267266!important;font-size:8px!important}.panel-heading h2{font-size:19px!important;letter-spacing:-.02em!important}.panel-heading p{font-size:9.5px!important;line-height:1.6!important}.panel-action-copy{gap:10px!important}.panel-action-copy .btn{min-height:36px!important}
/* Dashboard */
.admin-dashboard-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:6px 0 20px;border-bottom:1px solid #e5eaeb;margin-bottom:16px}.admin-dashboard-welcome .eyebrow{font-size:8px;color:#268070;font-weight:950}.admin-dashboard-welcome h1{font-size:31px;letter-spacing:-.04em;margin:7px 0 5px;color:#17353c}.admin-dashboard-welcome p{margin:0;color:#7c9095;font-size:10.5px}.admin-site-state{display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid #dce5e5;background:#fff;border-radius:11px;font-size:9px;font-weight:850;color:#50676c}.admin-site-state i{width:7px;height:7px;border-radius:50%;background:#b5c1c4}.admin-site-state.live i{background:#31a875;box-shadow:0 0 0 4px rgba(49,168,117,.1)}
.admin-attention-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin:0 0 16px}.admin-attention-card{position:relative;min-height:118px;padding:16px;border:1px solid #e1e8e8;border-radius:15px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:.18s}.admin-attention-card:hover{transform:translateY(-2px);border-color:#cad9d7;box-shadow:0 9px 28px rgba(20,56,62,.055)}.admin-attention-card:before{content:"";position:absolute;right:0;top:0;bottom:0;width:3px;background:#d7e2e1}.admin-attention-card.urgent:before{background:#d7b85d}.admin-attention-card strong{font-size:27px;line-height:1;color:#17353c;letter-spacing:-.04em}.admin-attention-card span{font-size:9px;font-weight:850;color:#516b70}.admin-attention-card small{font-size:7.5px;color:#9aa9ad}.admin-attention-card b{position:absolute;left:14px;top:14px;color:#9eadaf;font-size:12px}
.admin-dashboard-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;margin-bottom:14px}.admin-overview-card,.admin-quick-card{border:1px solid #e2e8e9;border-radius:18px;background:#fff;padding:21px}.admin-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.admin-card-head h2{font-size:16px;margin:0;color:#17353c}.admin-card-head span{font-size:8px;color:#8da0a4}.admin-metric-list{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.admin-metric-list div{padding:12px;background:#f7f9f9;border-radius:11px}.admin-metric-list strong{display:block;font-size:18px;color:#17353c}.admin-metric-list span{display:block;margin-top:4px;font-size:7.5px;color:#83969a}.admin-quick-list{display:grid;grid-template-columns:1fr 1fr;gap:7px}.admin-quick-list a{min-height:48px;padding:10px 11px;border:1px solid #e6ebec;border-radius:11px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:8.5px;font-weight:850;color:#38565d;background:#fbfcfc}.admin-quick-list a:hover{background:#eef5f3;border-color:#d6e4e1;color:#17695e}.admin-quick-list b{font-size:13px;color:#8fa1a4}
.admin-dashboard-jumps{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:4px}.admin-dashboard-jumps a{height:31px;padding:0 10px;border:1px solid #e0e7e8;border-radius:9px;background:#fff;display:inline-flex;align-items:center;font-size:8px;font-weight:850;color:#597075}.admin-dashboard-jumps a:hover{border-color:#cddcda;color:#17695e;background:#f6faf9}
/* KPI / summaries on inner pages */
body.admin-context .admin-stats,body.admin-context .admin-pricing-summary{grid-template-columns:repeat(4,1fr)!important;gap:8px!important;margin:0 0 14px!important}.admin-stats>div,.admin-pricing-summary>div{min-height:90px!important;border:1px solid #e2e8e9!important;border-radius:14px!important;background:#fff!important;padding:15px!important;box-shadow:none!important}.admin-stats strong,.admin-pricing-summary strong{font-size:22px!important;color:#17353c!important}.admin-stats span,.admin-pricing-summary span{font-size:8px!important;color:#85979b!important}
/* Inputs, controls, tables/cards */
body.admin-context label{color:#3a555b;font-size:9px;font-weight:850}body.admin-context input:not([type=checkbox]):not([type=radio]),body.admin-context textarea,body.admin-context select{min-height:44px!important;border:1px solid #dae3e4!important;border-radius:10px!important;background:#fbfcfc!important;padding-inline:11px!important;color:#233f46!important;font-size:10px!important}body.admin-context textarea{padding-block:10px!important;line-height:1.7!important}body.admin-context input:focus,body.admin-context textarea:focus,body.admin-context select:focus{border-color:#75aaa2!important;box-shadow:0 0 0 3px rgba(34,116,103,.075)!important;background:#fff!important}.admin-form .form-grid{gap:12px!important}.toggle-label{min-height:43px;padding:0 11px;border:1px solid #e2e8e9;border-radius:10px;background:#f9fbfb}.toggle-label input{accent-color:#0d6b5e}
.section-admin-row,.admin-price-row,.registration-admin-card,.lead-card,.assessment-admin-card,.slot-admin-card,.story-admin-card,.branch-admin-card,.job-admin-card,.faq-admin-card,.contact-message-card{border:1px solid #e3e9ea!important;border-radius:14px!important;box-shadow:none!important}.section-admin-row{grid-template-columns:82px 1fr 1.5fr 78px 76px 68px!important;padding:11px!important;gap:8px!important}.section-key{background:#f0f5f4!important;border-radius:9px!important;font-size:8px!important}.admin-program-grid{grid-template-columns:repeat(3,1fr)!important;gap:9px!important}.admin-program-card{border-radius:15px!important;box-shadow:none!important;border:1px solid #e3e9ea!important}.admin-program-cover{height:135px!important}.admin-program-card h3{font-size:16px!important;margin-top:13px!important}.admin-program-card p{font-size:9px!important;line-height:1.65!important}.admin-program-actions .btn,.admin-price-actions .btn{min-height:32px!important;padding:0 9px!important;font-size:8px!important;border-radius:8px!important}.admin-price-row{grid-template-columns:1.4fr .55fr .6fr auto!important;padding:13px!important}.admin-price-main h3{font-size:14px!important}.admin-price-value{font-size:15px!important}.registration-admin-card{padding:17px!important}.registration-admin-head h2{font-size:18px!important}.lead-details{gap:6px!important;margin:13px 0!important}.lead-details span{border:1px solid #edf1f2;background:#f9fbfb!important;border-radius:9px!important;padding:9px!important}.lead-status-form{padding-top:12px!important;margin-top:12px!important}
.registration-filters{margin:12px 0!important;gap:5px!important}.registration-filters a{padding:6px 9px!important;border-radius:8px!important;font-size:8px!important;background:#fff}.registration-filters a.active{background:#0d5e55!important}
/* Buttons in admin */
body.admin-context .btn{font-weight:850!important;box-shadow:none!important}body.admin-context .btn-primary{background:#0d665b!important;border-color:#0d665b!important}body.admin-context .btn-primary:hover{background:#0a574e!important;border-color:#0a574e!important;transform:none!important}body.admin-context .btn-ghost{background:#fff!important;border-color:#dbe4e5!important;color:#405d63!important}body.admin-context .btn-ghost:hover{background:#f7f9f9!important;border-color:#cad7d8!important;transform:none!important}
/* Editor */
.program-edit-top{margin-bottom:13px!important}.program-media-editor{gap:16px!important}.program-cover-preview{height:300px!important;border-radius:16px!important}.editor-savebar{bottom:12px!important;border-radius:14px!important;padding:13px 15px!important;background:#123b40!important;box-shadow:0 12px 36px rgba(12,45,50,.13)!important}.editor-savebar strong{font-size:11px}.editor-savebar small{font-size:8px}
/* Alerts */
body.admin-context .alert{border-radius:11px!important;padding:11px 13px!important;font-size:9px!important;border:1px solid transparent!important}.alert.success{background:#eaf6f1!important;color:#26715d!important;border-color:#d7ebe3!important}.alert.error{background:#fff0ee!important;color:#995049!important;border-color:#f0d9d6!important}
/* mobile / tablet */
@media(max-width:1180px){body.admin-context{--admin-side:258px}.admin-attention-grid{grid-template-columns:repeat(3,1fr)}.admin-program-grid{grid-template-columns:repeat(2,1fr)!important}.section-admin-row{grid-template-columns:70px 1fr 1fr!important}.section-admin-row .grow{grid-column:auto!important}.section-admin-row .order-field,.section-admin-row .toggle-label,.section-admin-row .btn{align-self:end}}
@media(max-width:980px){body.admin-context{--admin-side:278px}.admin-sidebar{transform:translateX(102%);transition:transform .22s ease;box-shadow:-26px 0 70px rgba(3,24,28,.24)}body.admin-nav-open .admin-sidebar{transform:none}body.admin-nav-open .admin-sidebar-backdrop{display:block}.admin-sidebar-close{display:grid;place-items:center}.admin-workspace{margin-right:0}.admin-menu-button{display:block}.admin-commandbar{padding:0 18px}.admin-main .admin-shell{padding:22px 18px 70px!important}.admin-dashboard-grid{grid-template-columns:1fr}.admin-attention-grid{grid-template-columns:repeat(3,1fr)}.admin-metric-list{grid-template-columns:repeat(4,1fr)}body.admin-context .admin-stats,body.admin-context .admin-pricing-summary{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:700px){.admin-commandbar{height:64px;padding:0 12px}.admin-current-page small{display:none}.admin-current-page strong{font-size:12px}.admin-command-link span{display:none}.admin-command-link{width:38px;padding:0;justify-content:center}.admin-main .admin-shell{padding:18px 12px 60px!important}.admin-dashboard-welcome{align-items:flex-start;flex-direction:column}.admin-dashboard-welcome h1{font-size:26px}.admin-attention-grid{grid-template-columns:1fr 1fr}.admin-attention-card{min-height:102px}.admin-dashboard-grid{gap:8px}.admin-overview-card,.admin-quick-card{padding:16px}.admin-metric-list{grid-template-columns:1fr 1fr}.admin-quick-list{grid-template-columns:1fr}.admin-top{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}.admin-top h1{font-size:25px!important}.admin-top .admin-actions{width:100%;display:grid!important;grid-template-columns:1fr 1fr}.admin-top .admin-actions>*{min-width:0}.admin-top .admin-actions .btn{width:100%!important}.admin-panel{padding:16px!important;border-radius:14px!important}.panel-heading{align-items:flex-start!important;flex-direction:column!important}.panel-action-copy{width:100%!important;align-items:stretch!important}.panel-action-copy .btn{width:100%!important}.admin-program-grid{grid-template-columns:1fr!important}body.admin-context .admin-stats,body.admin-context .admin-pricing-summary{grid-template-columns:1fr 1fr!important}.section-admin-row{grid-template-columns:1fr!important}.section-key,.section-admin-row .grow{grid-column:auto!important}.admin-price-row{grid-template-columns:1fr!important}.lead-details{grid-template-columns:1fr 1fr!important}}
@media(max-width:420px){.admin-attention-grid{grid-template-columns:1fr 1fr}.admin-attention-card{padding:13px}.admin-attention-card strong{font-size:24px}body.admin-context .admin-stats,body.admin-context .admin-pricing-summary{grid-template-columns:1fr!important}.lead-details{grid-template-columns:1fr!important}.admin-commandbar-actions{gap:6px}}
.admin-brand-fallback svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.admin-command-avatar svg{width:19px;height:19px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* ========================================================================== 
   PHASE 15 — Teachers CMS Pro
   ========================================================================== */
.admin-nav-badge{margin-right:auto;min-width:21px;height:21px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:rgba(219,191,114,.14);color:#ead38e;font-size:7.5px;font-weight:950}.admin-nav-badge.total{background:#d9bd70;color:#082c32}
.admin-unsaved{height:27px;padding:0 9px;border-radius:999px;background:#fff6de;color:#7d6118;border:1px solid #f1dfad;font-size:7.5px;font-weight:900;display:inline-flex;align-items:center;gap:6px}.admin-unsaved[hidden]{display:none}.admin-unsaved i{width:6px;height:6px;border-radius:50%;background:#d4ad50}
.admin-command-search{height:38px;min-width:168px;padding:0 10px 0 8px;border:1px solid #dfe6e7;border-radius:10px;background:#fff;color:#4c676d;display:flex;align-items:center;gap:8px;cursor:pointer;font:inherit;font-size:8.5px;font-weight:820}.admin-command-search svg,.admin-notify-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.admin-command-search kbd{margin-right:auto;border:1px solid #e5eaeb;background:#f6f8f8;border-radius:6px;padding:3px 5px;color:#91a0a3;font:700 7px/1 system-ui}
.admin-notify-wrap{position:relative}.admin-notify-button{width:38px;height:38px;border:1px solid #dfe6e7;border-radius:10px;background:#fff;color:#456268;display:grid;place-items:center;position:relative;cursor:pointer}.admin-notify-button>b{position:absolute;top:-5px;left:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#d2ae56;color:#14383a;border:2px solid #fff;display:grid;place-items:center;font-size:7px}.admin-notify-panel{position:absolute;top:48px;left:0;width:330px;border:1px solid #dce5e6;border-radius:16px;background:#fff;box-shadow:0 22px 65px rgba(13,46,53,.16);overflow:hidden;z-index:150}.admin-notify-panel[hidden]{display:none}.admin-notify-panel>header{padding:16px 17px;border-bottom:1px solid #edf1f2;display:flex;align-items:center;justify-content:space-between}.admin-notify-panel>header div{display:grid;gap:3px}.admin-notify-panel>header small{font-size:7px;color:#91a0a3}.admin-notify-panel>header strong{font-size:11px;color:#203e44}.admin-live-dot{width:8px;height:8px;border-radius:50%;background:#31a875;box-shadow:0 0 0 5px rgba(49,168,117,.09)}.admin-notify-list{padding:7px}.admin-notify-list a{min-height:42px;padding:0 10px;border-radius:9px;display:flex;align-items:center;justify-content:space-between;color:#49656b;font-size:8.5px;font-weight:820}.admin-notify-list a:hover{background:#f3f7f6;color:#196d61}.admin-notify-list b{min-width:25px;height:23px;border-radius:8px;background:#eef4f2;display:grid;place-items:center;color:#2c756b;font-size:8px}
.admin-command-dialog,.admin-confirm-dialog{position:fixed;inset:0;z-index:300}.admin-command-dialog[hidden],.admin-confirm-dialog[hidden]{display:none}.admin-command-backdrop,.admin-confirm-backdrop{position:absolute;inset:0;border:0;background:rgba(5,24,28,.52);backdrop-filter:blur(7px)}.admin-command-card{position:relative;width:min(620px,calc(100% - 28px));max-height:min(720px,calc(100vh - 70px));margin:70px auto 0;background:#fff;border:1px solid rgba(255,255,255,.7);border-radius:20px;box-shadow:0 40px 120px rgba(4,28,34,.26);overflow:hidden}.admin-command-input{height:68px;padding:0 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e9eeee}.admin-command-input svg{width:21px;height:21px;fill:none;stroke:#577076;stroke-width:1.7}.admin-command-input input{flex:1;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;font-size:13px!important;font-weight:760}.admin-command-input kbd{border:1px solid #dfe6e7;background:#f6f8f8;border-radius:7px;padding:5px 7px;color:#8a9a9d;font:700 7px system-ui}.admin-command-results{padding:11px;max-height:520px;overflow:auto}.admin-command-results>small{display:block;padding:5px 10px 8px;color:#96a3a6;font-size:7px;font-weight:900}.admin-command-results a{min-height:47px;padding:0 11px;border-radius:10px;display:flex;align-items:center;gap:10px;color:#37565d}.admin-command-results a span{font-size:9.5px;font-weight:850}.admin-command-results a em{margin-right:auto;font-style:normal;font-size:7px;color:#9aa7aa}.admin-command-results a:hover,.admin-command-results a.selected{background:#edf5f2;color:#1d6f64}.admin-command-card>footer{height:42px;padding:0 18px;border-top:1px solid #edf1f2;background:#fafbfb;display:flex;align-items:center;gap:16px;color:#95a2a5;font-size:7px}
.admin-confirm-card{position:relative;width:min(420px,calc(100% - 30px));margin:16vh auto 0;padding:28px;border-radius:20px;background:#fff;box-shadow:0 35px 100px rgba(4,28,34,.26);text-align:center}.admin-confirm-icon{width:48px;height:48px;border-radius:15px;margin:0 auto 14px;display:grid;place-items:center;background:#fff0ed;color:#ac5148;font-size:20px;font-weight:950}.admin-confirm-card h3{margin:0 0 8px;font-size:18px;color:#18363d}.admin-confirm-card p{margin:0 auto 20px;max-width:320px;color:#7e9195;font-size:10px;line-height:1.7}.admin-confirm-card>div{display:flex;justify-content:center;gap:8px}.admin-confirm-card .btn{min-width:120px}
.admin-toast{position:fixed;z-index:400;left:24px;bottom:24px;min-width:310px;max-width:430px;padding:12px 13px;border:1px solid #dbe5e3;border-radius:13px;background:#fff;box-shadow:0 18px 55px rgba(13,46,53,.14);display:flex;align-items:center;gap:10px;transform:translateY(20px);opacity:0;transition:.22s}.admin-toast.show{transform:none;opacity:1}.admin-toast>span{width:28px;height:28px;border-radius:9px;background:#e8f5ef;color:#28745f;display:grid;place-items:center;font-weight:950}.admin-toast.error>span{background:#fff0ee;color:#a1534b}.admin-toast>div{font-size:9px;font-weight:800;color:#3f5b61;line-height:1.5}.admin-toast button{margin-right:auto;border:0;background:transparent;color:#9aa7aa;font-size:18px;cursor:pointer}.admin-alert-source{display:none!important}
.admin-inline-preview{margin-top:8px;min-height:72px;padding:7px;border:1px solid #e2e9e9;border-radius:10px;background:#f8fafa;display:flex;align-items:center;gap:9px}.admin-inline-preview img{width:62px;height:62px;border-radius:8px;object-fit:cover}.admin-inline-preview small{font-size:7.5px;color:#7f9296;overflow:hidden;text-overflow:ellipsis}
.admin-media-total{height:34px;padding:0 11px;border:1px solid #dce5e6;border-radius:9px;background:#fff;display:inline-flex;align-items:center;color:#71868b;font-size:8px;font-weight:800}.media-drop-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:stretch}.media-drop-zone{position:relative;min-height:130px;border:1.5px dashed #cfdcdb;border-radius:15px;background:#f8fbfa;display:grid;place-items:center;align-content:center;gap:5px;text-align:center;cursor:pointer;transition:.18s}.media-drop-zone:hover{border-color:#7eb1a8;background:#f2f8f6}.media-drop-zone input{position:absolute;inset:0;opacity:0;cursor:pointer}.media-drop-icon{width:34px;height:34px;border-radius:11px;background:#e7f2ef;color:#1c7266;display:grid;place-items:center;font-size:18px}.media-drop-zone strong{font-size:10px;color:#37565d}.media-drop-zone small{font-size:7.5px;color:#91a1a4}.media-drop-form>.btn{align-self:center;min-height:46px}.admin-media-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.admin-media-card{border:1px solid #e2e8e9;border-radius:14px;overflow:hidden;background:#fff}.admin-media-preview{width:100%;height:160px;padding:0;border:0;background:#eef2f1;cursor:zoom-in;display:block}.admin-media-preview img{width:100%;height:100%;object-fit:cover}.admin-media-meta{padding:10px 11px 8px;display:grid;gap:3px}.admin-media-meta strong{font-size:8.5px;color:#38565d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-media-meta span{font-size:7px;color:#91a1a4}.admin-media-actions{padding:0 9px 9px;display:flex;align-items:center;gap:6px}.admin-media-actions form{margin-right:auto}.admin-media-actions .text-danger{border:0;background:transparent;font-size:7.5px;cursor:pointer}.admin-empty-state{padding:55px 20px;text-align:center;color:#7f9296}.admin-empty-state>span{display:block;font-size:28px;color:#a6b5b8}.admin-empty-state h3{margin:8px 0 4px;color:#35535a}.admin-empty-state p{margin:0;font-size:9px}.admin-media-lightbox{position:fixed;inset:0;z-index:450;background:rgba(5,24,28,.82);backdrop-filter:blur(8px);display:grid;place-items:center;padding:30px}.admin-media-lightbox img{max-width:min(980px,92vw);max-height:86vh;border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.35)}.admin-media-lightbox button{position:fixed;top:22px;left:22px;width:42px;height:42px;border:0;border-radius:12px;background:#fff;color:#17353c;font-size:23px;cursor:pointer}
@media(max-width:1100px){.admin-media-grid{grid-template-columns:repeat(3,1fr)}.admin-command-search{min-width:42px;width:42px;padding:0;justify-content:center}.admin-command-search span,.admin-command-search kbd{display:none}}
@media(max-width:700px){.admin-notify-panel{position:fixed;top:68px;left:12px;right:12px;width:auto}.admin-media-grid{grid-template-columns:1fr 1fr}.media-drop-form{grid-template-columns:1fr}.admin-toast{left:12px;right:12px;bottom:12px;min-width:0}.admin-command-card{margin-top:28px}.admin-commandbar-actions .admin-command-link{display:none}.admin-unsaved{display:none!important}}
@media(max-width:430px){.admin-media-grid{grid-template-columns:1fr}.admin-media-preview{height:210px}}

/* ========================================================================== 
   PHASE 16 — Website WOW / interaction pass
   ========================================================================== */
.public-scroll-progress{position:fixed;z-index:250;left:0;right:0;top:0;height:3px;pointer-events:none}.public-scroll-progress i{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--premium-gold),var(--brand));transform:scaleX(0);transform-origin:right center;will-change:transform}
.premium-header{overflow:visible}.premium-nav{align-items:center}.nav-mega-wrap{position:relative}.nav-mega-trigger{display:flex!important;align-items:center;gap:4px}.nav-mega-trigger>span{font-size:10px;color:#9ba7aa;transition:.2s}.nav-mega-wrap.mega-open .nav-mega-trigger>span,.nav-mega-wrap:focus-within .nav-mega-trigger>span{transform:rotate(180deg)}.nav-mega{position:absolute;top:calc(100% + 17px);right:50%;width:min(860px,82vw);transform:translate(50%,9px);padding:13px;display:grid;grid-template-columns:1.1fr 1.35fr .72fr;gap:10px;border:1px solid rgba(13,60,70,.10);border-radius:24px;background:rgba(255,255,255,.97);box-shadow:0 32px 90px rgba(7,41,50,.15);backdrop-filter:blur(20px);opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}.nav-mega:before{content:"";position:absolute;top:-18px;right:0;left:0;height:22px}.nav-mega-wrap.mega-open .nav-mega,.nav-mega-wrap:focus-within .nav-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(50%,0)}.nav-mega-intro{padding:20px;border-radius:17px;background:linear-gradient(145deg,#0d5e55,#083f3b);color:#fff}.nav-mega-intro small{font-size:8px;color:#a9cec7}.nav-mega-intro strong{display:block;margin-top:7px;font-size:18px;line-height:1.3}.nav-mega-intro p{font-size:8.5px;line-height:1.7;color:#bcd2cd;margin:9px 0 13px}.nav-mega-intro>a{padding:0!important;background:none!important;color:#f2d889!important;font-size:8px!important}.nav-mega-programs{display:grid;grid-template-columns:1fr 1fr;gap:6px}.nav-mega-programs>a{min-height:72px;padding:13px!important;border:1px solid #e8eeee;border-radius:13px;background:#fbfcfc!important;display:grid!important;grid-template-columns:1fr auto;align-content:center}.nav-mega-programs>a span{font-size:10px;font-weight:850;color:#26464e}.nav-mega-programs>a small{grid-column:1/-1;margin-top:3px;font-size:7px;color:#94a2a5}.nav-mega-programs>a b{grid-row:1/3;grid-column:2;align-self:center;color:#83a59f}.nav-mega-programs>a:hover{background:#f1f7f5!important;border-color:#d4e3df!important}.nav-mega-actions{display:grid;gap:6px}.nav-mega-actions>a{padding:14px!important;border-radius:13px;background:#f4f7f6!important;display:grid!important;align-content:center}.nav-mega-actions>a small{font-size:7px;color:#8ea0a3}.nav-mega-actions>a strong{font-size:10px;color:#315159;margin-top:3px}.nav-mega-actions>a:last-child{background:#faf6eb!important}.mobile-nav-featured{display:none}
.home-premium-hero{padding-top:94px;background:radial-gradient(circle at 78% 15%,rgba(29,121,103,.12),transparent 24%),radial-gradient(circle at 8% 8%,rgba(216,184,94,.14),transparent 19%),linear-gradient(145deg,#eff7f3 0%,#fbfaf5 50%,#fff 100%)}.home-premium-grid{min-height:650px}.home-premium-copy{position:relative}.hero-live-label{width:max-content;max-width:100%;height:31px;margin:-8px 0 18px;padding:0 10px;border:1px solid rgba(13,107,87,.12);border-radius:999px;background:rgba(255,255,255,.6);display:flex;align-items:center;gap:7px;color:#55756f;font-size:8px;font-weight:820;backdrop-filter:blur(10px)}.hero-live-label i{width:7px;height:7px;border-radius:50%;background:#2ca77a;box-shadow:0 0 0 5px rgba(44,167,122,.08)}.hero-visual-frame{isolation:isolate}.hero-visual-frame:after{content:"";position:absolute;inset:-12px;border:1px solid rgba(255,255,255,.55);border-radius:62px;z-index:-1}.hero-floating-card{animation:premiumFloat 6s ease-in-out infinite}.hero-card-bottom{animation-delay:-2.3s}@keyframes premiumFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.premium-trust-rail{position:relative;z-index:3;min-height:58px;display:flex;align-items:center;justify-content:center;gap:19px;border-top:1px solid rgba(15,55,68,.07);color:#72868a;font-size:9px;font-weight:780;letter-spacing:.01em}.premium-trust-rail i{width:4px;height:4px;border-radius:50%;background:#d4ad50}.premium-need-card,.premium-program-card,.premium-branch-card,.program-catalog-card,.branch-page-card,.vacancy-card{overflow:hidden}.premium-need-card:before,.premium-program-card:before,.premium-branch-card:before,.program-catalog-card:before,.branch-page-card:before,.vacancy-card:before{content:"";position:absolute;z-index:0;width:170px;height:170px;left:var(--px,-200px);top:var(--py,-200px);transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.4),transparent 70%);opacity:0;pointer-events:none;transition:opacity .2s}.premium-need-card:hover:before,.premium-program-card:hover:before,.premium-branch-card:hover:before,.program-catalog-card:hover:before,.branch-page-card:hover:before,.vacancy-card:hover:before{opacity:1}.reveal{transition-delay:var(--reveal-delay,0ms)}
body.public-context .btn-primary{position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;left:var(--bx,-100px);top:var(--by,-100px);width:120px;height:120px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.22),transparent 70%);opacity:0;transition:opacity .2s;pointer-events:none}.btn-primary:hover:before{opacity:1}.program-concierge-wrap{position:relative;z-index:5;margin-top:-26px}.program-concierge{min-height:92px;padding:17px 20px;border:1px solid rgba(15,55,68,.10);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 20px 60px rgba(10,45,55,.08);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;gap:24px}.program-concierge>div:first-child{display:grid;gap:4px}.program-concierge span{font-size:8px;color:#8b9b9e}.program-concierge strong{font-size:12px;color:#294951}.program-concierge>div:last-child{display:flex;align-items:center;gap:6px}.program-concierge a{height:36px;padding:0 12px;border:1px solid #dfe7e7;border-radius:10px;display:inline-flex;align-items:center;color:#4c676d;font-size:8px;font-weight:850}.program-concierge a.primary{background:#0d665b;border-color:#0d665b;color:#fff}
@media(max-width:900px){.nav-mega-wrap{display:contents}.nav-mega-trigger>span,.nav-mega{display:none!important}.mobile-nav-featured{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(15,55,68,.10)}.mobile-nav-featured>a{min-height:70px!important;padding:12px!important;border-radius:14px!important;background:#f3f7f5!important;display:grid!important;align-content:center!important}.mobile-nav-featured>a:last-child{background:#fbf7eb!important}.mobile-nav-featured span{font-size:8px;color:#87989b}.mobile-nav-featured strong{font-size:11px;color:#274950}.premium-trust-rail{overflow:auto;justify-content:flex-start;padding:0 6px;white-space:nowrap;scrollbar-width:none}.premium-trust-rail::-webkit-scrollbar{display:none}.home-premium-grid{min-height:auto}.program-concierge{align-items:flex-start;flex-direction:column}.program-concierge>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr 1.25fr}.program-concierge a{justify-content:center}}
@media(max-width:620px){.home-premium-hero{padding-top:62px}.hero-live-label{margin-top:0}.premium-trust-rail{min-height:52px;font-size:8px}.program-concierge-wrap{margin-top:-12px}.program-concierge{border-radius:17px;padding:14px}.program-concierge>div:last-child{grid-template-columns:1fr 1fr}.program-concierge a.primary{grid-column:1/-1}.mobile-nav-featured{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.hero-floating-card{animation:none!important}}
.media-protected{margin-right:auto;font-size:7px;color:#94a2a5}
.back-to-top{position:fixed;z-index:75;left:24px;bottom:24px;width:44px;height:44px;border:1px solid rgba(15,55,68,.12);border-radius:14px;background:rgba(255,255,255,.9);color:#36545b;box-shadow:0 14px 40px rgba(12,43,52,.10);backdrop-filter:blur(12px);font-size:19px;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.back-to-top.show{opacity:1;visibility:visible;transform:none}.back-to-top:hover{background:#0d665b;color:#fff;border-color:#0d665b}
@media(max-width:900px){body.mobile-nav-open{overflow:hidden}.premium-header .main-nav{top:72px!important;right:0!important;left:0!important;height:calc(100dvh - 72px);max-height:none!important;border:0!important;border-top:1px solid #e8eeee!important;border-radius:0!important;padding:18px 18px calc(100px + env(safe-area-inset-bottom))!important;box-shadow:none!important;background:rgba(255,255,255,.985)!important;overflow:auto!important;backdrop-filter:blur(24px)}.premium-header .main-nav>a,.premium-header .nav-mega-trigger{min-height:48px;padding:0 12px!important;border-bottom:1px solid #f0f3f3;border-radius:0!important;display:flex!important;align-items:center;font-size:15px!important;color:#29484f!important}.premium-header .main-nav>a.active{background:transparent!important;color:#0d665b!important}.premium-header .menu-toggle{position:relative}.mobile-nav-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-nav-open .menu-toggle span:nth-child(2){opacity:0}.mobile-nav-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.menu-toggle span{transition:.2s}.back-to-top{bottom:82px;left:13px;width:40px;height:40px}}
@media(min-width:901px){.nav-mega-wrap:hover .nav-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(50%,0)}.nav-mega-wrap:hover .nav-mega-trigger>span{transform:rotate(180deg)}}

/* ========================================================================== 
   FINAL QA — GROUP 1
   Typography, hero contrast, clearer level-test CTA, always-open teaching
   applications, and supporting visual polish.
   ========================================================================== */
body{font-family:"Tajawal","Segoe UI",Tahoma,Arial,sans-serif!important}
html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3,html[dir="rtl"] h4,html[dir="rtl"] .page-hero h1,html[dir="rtl"] .program-detail-hero h1{letter-spacing:0!important}

/* Programs: the previous premium white-card override inherited white text
   from the original green card. Restore a deliberate high-contrast CTA. */
.programs-hero-note{background:linear-gradient(145deg,#0d6b57,#06483f)!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 24px 65px rgba(7,72,62,.18)!important}
.programs-hero-note strong{display:block;color:#fff!important;font-size:22px!important;line-height:1.5}
.programs-hero-note p{color:rgba(255,255,255,.84)!important;font-size:14px!important;line-height:1.9!important}
.programs-hero-note .btn-light{width:100%;min-height:56px;background:#f0ce76!important;color:#17343a!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 12px 28px rgba(0,0,0,.12);font-weight:900!important}
.programs-hero-note .btn-light:hover{background:#f5d98f!important}

/* Pricing: premium restyle changed the hero to a light background while the
   legacy hero still forced white text. Make all primary copy explicit. */
.pricing-hero{color:#102d35!important}
.pricing-hero h1{color:#102d35!important;text-shadow:none!important}
.pricing-hero>*,.pricing-hero-grid{position:relative;z-index:2}
.pricing-hero .eyebrow{color:var(--brand)!important}
.pricing-hero p{color:#536c76!important;font-size:16px!important;line-height:2!important}
.pricing-hero-note{background:linear-gradient(145deg,#0e5f52,#073f38)!important;color:#fff!important;border:1px solid rgba(7,72,62,.12)!important;box-shadow:0 24px 65px rgba(7,72,62,.16)!important}
.pricing-hero-note>span{color:#f0ce76!important;font-size:12px!important}
.pricing-hero-note>strong{color:#fff!important;font-size:26px!important;line-height:1.55}
.pricing-hero-note p{color:rgba(255,255,255,.82)!important;font-size:13px!important}
.pricing-hero-note .btn-light{background:#fff!important;color:#0a5549!important;border:0!important;font-weight:900!important}

/* Registration: selected package was also turned white without changing its
   inherited white copy. Keep selected plan dark, neutral plan light. */
.register-page-hero{color:#102d35!important}
.register-page-hero h1{color:#102d35!important}
.register-page-hero p{color:#536c76!important;font-size:16px!important;line-height:2!important}
.selected-plan-card{background:linear-gradient(145deg,#0d6b57,#073f38)!important;color:#fff!important;border:1px solid rgba(7,72,62,.12)!important;box-shadow:0 24px 65px rgba(7,72,62,.16)!important}
.selected-plan-card>span{color:#f1d27d!important;font-size:11px!important}
.selected-plan-card>small{color:rgba(255,255,255,.74)!important;font-size:12px!important}
.selected-plan-card h2,.selected-plan-card>strong,.selected-plan-card b,.selected-plan-card>a{color:#fff!important}
.selected-plan-card b{background:rgba(255,255,255,.12)!important}
.selected-plan-card.neutral{background:#fff!important;color:#102d35!important;border:1px solid var(--premium-line)!important;box-shadow:0 22px 60px rgba(13,47,57,.07)!important}
.selected-plan-card.neutral>span{color:var(--brand)!important}
.selected-plan-card.neutral h2,.selected-plan-card.neutral>strong,.selected-plan-card.neutral b,.selected-plan-card.neutral>a{color:#102d35!important}
.selected-plan-card.neutral p{color:#61757e!important}

/* Always-open teaching applications */
.careers-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.open-teaching-section{padding-top:46px!important;padding-bottom:25px!important;background:#fff}
.open-teaching-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:42px;align-items:center;padding:42px 46px;border-radius:34px;background:linear-gradient(135deg,#f0f7f4,#fffaf0);border:1px solid rgba(13,107,87,.12);box-shadow:0 24px 70px rgba(13,47,57,.06)}
.open-teaching-card:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;border:1px solid rgba(13,107,87,.09);left:-130px;top:-170px;pointer-events:none}
.open-teaching-copy{position:relative;z-index:1;max-width:760px}.open-teaching-copy .eyebrow{margin-bottom:10px}.open-teaching-copy h2{font-size:clamp(30px,3.4vw,46px);line-height:1.3;margin:0 0 12px}.open-teaching-copy p{color:#5d7179;font-size:14px;line-height:1.9;margin:0;max-width:720px}
.open-teaching-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.open-teaching-tags span{padding:7px 11px;border-radius:999px;background:#fff;border:1px solid rgba(13,107,87,.11);color:#315d57;font-size:10px;font-weight:800}
.open-teaching-action{position:relative;z-index:1;min-width:210px;white-space:nowrap}
.open-career-badge{display:inline-flex;margin-bottom:14px;padding:8px 12px;border-radius:999px;background:#e9f5ef;color:#0d6b57;font-size:10px;font-weight:900;border:1px solid rgba(13,107,87,.12)}

@media(max-width:900px){
  .open-teaching-card{grid-template-columns:1fr;padding:32px 28px;gap:24px}.open-teaching-action{width:100%}
  .careers-hero-actions .btn{flex:1;min-width:190px}
}
@media(max-width:650px){
  .programs-hero-note{padding:23px!important}.programs-hero-note strong{font-size:20px!important}.programs-hero-note p{font-size:13px!important}
  .pricing-hero h1,.register-page-hero h1{font-size:37px!important;line-height:1.22!important}.pricing-hero p,.register-page-hero p{font-size:14px!important;line-height:1.9!important}
  .pricing-hero-note{padding:25px!important}.pricing-hero-note>strong{font-size:22px!important}.pricing-hero-note .btn{width:100%}
  .selected-plan-card{padding:24px!important}.selected-plan-card h2{font-size:27px!important}.selected-plan-card>strong{font-size:20px!important}
  .open-teaching-section{padding-top:28px!important}.open-teaching-card{padding:26px 21px;border-radius:27px}.open-teaching-copy h2{font-size:29px}.open-teaching-copy p{font-size:12.5px}.careers-hero-actions{flex-direction:column}.careers-hero-actions .btn{width:100%}
}

/* ========================================================================== 
   FINAL QA — GROUP 2
   Home scale rebalance + mobile overflow cleanup based on final user review.
   ========================================================================== */

/* Hero: reduce the main statement, increase the small identity lines. */
.home-premium-copy h1{
  font-size:clamp(40px,4vw,58px)!important;
  line-height:1.12!important;
  max-width:720px!important;
  margin-bottom:22px!important;
}
.premium-kicker{
  font-size:15px!important;
  line-height:1.5!important;
  gap:12px!important;
  margin-bottom:15px!important;
}
.premium-kicker>span{width:42px!important;height:3px!important}
.hero-live-label{
  min-height:38px!important;
  height:auto!important;
  padding:8px 14px!important;
  margin:0 0 18px!important;
  font-size:11.5px!important;
  line-height:1.45!important;
  gap:9px!important;
}
.hero-live-label i{width:8px!important;height:8px!important}
.home-premium-grid{min-height:590px!important}

/* Trust rail: readable on desktop and wraps into a clean 2x2 mobile grid. */
.premium-trust-rail{
  min-height:66px!important;
  padding-block:12px!important;
  gap:16px!important;
  font-size:12px!important;
  line-height:1.55!important;
  font-weight:800!important;
  overflow:visible!important;
  white-space:normal!important;
}
.premium-trust-rail span{display:inline-flex;align-items:center;justify-content:center;text-align:center}

/* Intro bento: keep the concept, remove oversized empty area. */
.premium-intro-bento{
  grid-template-rows:260px!important;
  gap:13px!important;
}
.bento-card{
  padding:27px!important;
  border-radius:29px!important;
}
.bento-card h3{font-size:26px!important;line-height:1.32!important;margin-bottom:9px!important}
.bento-large h3{font-size:31px!important}
.bento-card p{font-size:12px!important;line-height:1.75!important}
.bento-line{top:78px!important;right:27px!important;left:27px!important}

/* Needs cards: same information, noticeably lighter footprint. */
.premium-needs-grid{gap:11px!important}
.premium-need-card{
  min-height:185px!important;
  padding:20px!important;
  border-radius:24px!important;
}
.premium-need-icon{width:42px!important;height:42px!important;border-radius:13px!important}
.premium-need-icon svg{width:21px!important;height:21px!important}
.premium-need-card h3{font-size:21px!important;line-height:1.3!important;margin:14px 0 7px!important}
.premium-need-card p{font-size:11.5px!important;line-height:1.7!important}
.premium-card-arrow{font-size:18px!important}

/* Footer closing statement: preserve impact without dominating the page. */
.footer-lead{
  padding:50px 0 40px!important;
  gap:34px!important;
  align-items:center!important;
}
.footer-lead h2{
  font-size:clamp(31px,3.2vw,46px)!important;
  line-height:1.14!important;
  margin-top:8px!important;
}
.footer-cta{
  width:142px!important;
  height:142px!important;
  flex:0 0 142px!important;
  font-size:11px!important;
}
.footer-cta b{font-size:24px!important}

@media(max-width:1120px){
  .home-premium-copy h1{font-size:50px!important}
  .premium-intro-bento{grid-template-rows:auto!important}
  .bento-large{min-height:235px!important}
  .bento-dark,.bento-accent{min-height:220px!important}
}

@media(max-width:900px){
  .home-premium-grid{min-height:auto!important}
  .home-premium-copy h1{font-size:43px!important;max-width:680px!important}
  .premium-kicker{font-size:14px!important;justify-content:center!important}
  .hero-live-label{font-size:11px!important;margin-inline:auto!important}
  .premium-trust-rail{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    min-height:auto!important;
    padding:12px 0 14px!important;
  }
  .premium-trust-rail i{display:none!important}
  .premium-trust-rail span{
    min-height:42px;
    padding:8px 10px;
    border:1px solid rgba(15,55,68,.07);
    border-radius:13px;
    background:rgba(255,255,255,.64);
    font-size:11.5px!important;
  }
  .premium-intro-bento{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important}
  .bento-large{grid-column:span 2!important;min-height:220px!important}
  .bento-dark,.bento-accent{min-height:205px!important}
  .premium-need-card{min-height:175px!important}
  .footer-lead{align-items:flex-start!important}
}

@media(max-width:650px){
  .home-premium-hero{padding-top:44px!important}
  .home-premium-copy{padding-block:10px!important}
  .home-premium-copy h1{
    font-size:32px!important;
    line-height:1.22!important;
    max-width:360px!important;
    margin-inline:auto!important;
    margin-bottom:18px!important;
  }
  .premium-kicker{
    font-size:13px!important;
    margin-bottom:12px!important;
    gap:9px!important;
  }
  .premium-kicker>span{width:28px!important;height:2px!important}
  .hero-live-label{
    width:min(100%,345px)!important;
    justify-content:center!important;
    font-size:10.5px!important;
    min-height:36px!important;
    padding:7px 10px!important;
    margin-bottom:14px!important;
  }
  .premium-trust-rail{font-size:11px!important}
  .premium-trust-rail span{min-height:46px;padding:8px 7px;font-size:10.5px!important}

  .premium-intro-bento{grid-template-columns:1fr!important;gap:10px!important}
  .bento-large{grid-column:auto!important;min-height:190px!important}
  .bento-dark,.bento-accent{min-height:180px!important}
  .bento-card{padding:20px!important;border-radius:22px!important}
  .bento-card h3,.bento-large h3{font-size:22px!important;line-height:1.35!important}
  .bento-card p{font-size:11.5px!important;line-height:1.7!important}
  .bento-line{top:66px!important;right:20px!important;left:20px!important}

  .premium-needs-grid{gap:9px!important}
  .premium-need-card,.premium-need-card.featured{
    min-height:155px!important;
    padding:17px!important;
    border-radius:20px!important;
  }
  .premium-need-icon{width:38px!important;height:38px!important;border-radius:12px!important}
  .premium-need-icon svg{width:19px!important;height:19px!important}
  .premium-need-card h3{font-size:18px!important;margin:10px 0 5px!important}
  .premium-need-card p{font-size:10.5px!important;line-height:1.65!important}
  .premium-need-number{font-size:9px!important}
  .premium-card-arrow{font-size:16px!important}

  .footer-lead{
    padding:36px 0 30px!important;
    gap:24px!important;
    flex-direction:column!important;
  }
  .footer-lead h2{font-size:28px!important;line-height:1.22!important}
  .footer-cta{
    width:96px!important;
    height:96px!important;
    flex:0 0 96px!important;
    font-size:9px!important;
    gap:7px!important;
  }
  .footer-cta b{font-size:20px!important}
}

/* ===== FINAL QA — consolidated UX/UI pass ===== */
.final-form-page{padding:72px 0 92px;background:linear-gradient(160deg,#f6faf8 0,#fff 50%,#fbfaf5 100%)}
.final-form-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);gap:58px;align-items:start}
.final-form-intro{position:sticky;top:110px;padding:30px 0}.final-form-intro h1{font-size:clamp(38px,4.3vw,62px);line-height:1.12;letter-spacing:-.045em;margin:13px 0 18px}.final-form-intro>p{font-size:15px;line-height:2;color:#667b80;max-width:540px}.form-trust-list{display:grid;gap:9px;margin-top:28px}.form-trust-list span,.phone-scheduling-note{border:1px solid #dfe9e6;background:rgba(255,255,255,.78);border-radius:16px;padding:13px 15px;font-size:12px;font-weight:800;color:#28534c}
.final-form-card{padding:30px!important;border-radius:28px!important;background:#fff!important;border:1px solid #e0e9e7!important;box-shadow:0 22px 70px rgba(11,56,53,.07)!important}.final-form{display:grid;gap:18px}.field-grid{display:grid;gap:14px}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.final-form .field{display:grid;gap:7px;font-size:12px;font-weight:800;color:#24444a}.final-form .field>span{display:flex;justify-content:space-between;gap:8px;align-items:center}.final-form .field small{font-size:10px;color:#8a999c;font-weight:600}.final-form input,.final-form select,.final-form textarea{width:100%;border:1px solid #dce5e4;border-radius:13px;background:#fbfcfc;padding:13px 14px;font:inherit;font-size:14px;color:#142f35;min-height:48px}.final-form textarea{resize:vertical;line-height:1.7}.final-form input:focus,.final-form select:focus,.final-form textarea:focus{outline:0;border-color:#13745e;box-shadow:0 0 0 4px rgba(19,116,94,.08);background:#fff}.final-form .field>span.field-validation-error,.final-form span.field-validation-error{color:#aa3d3d;font-size:10px}.btn-wide{width:100%;justify-content:center}.form-footnote{font-size:10px!important;color:#859598!important;text-align:center;margin:0}.selected-plan-card{padding:20px!important;margin-bottom:22px!important;background:#0b594d!important;color:#fff!important}.selected-plan-card small,.selected-plan-card span{color:#cce3de!important}.selected-plan-card strong{font-size:21px!important}.selected-plan-card b{color:#f0d276!important}.phone-scheduling-note{display:grid;gap:5px;margin-top:26px}.phone-scheduling-note b{font-size:14px}.phone-scheduling-note span{font-size:11px;color:#6e8380}

.ld-assessment-cta{background:#f0cf73!important;color:#0a463d!important;border-color:#f0cf73!important;box-shadow:0 10px 30px rgba(223,184,75,.22)!important;font-size:14px!important;font-weight:900!important;min-height:50px!important;padding-inline:24px!important}.ld-assessment-cta:hover{transform:translateY(-2px);filter:brightness(.98)}

.thanks-card-clean{max-width:680px!important}.thanks-reference strong{overflow-wrap:anywhere;word-break:break-word}.thanks-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:22px 0;text-align:right}.thanks-facts div{padding:13px 15px;border-radius:14px;background:#f6f9f8;border:1px solid #e4ece9}.thanks-facts dt{font-size:9px;color:#849493;margin-bottom:4px}.thanks-facts dd{margin:0;font-size:13px;font-weight:900;color:#173a3f}

.compact-page-hero{padding:70px 0!important}.compact-page-hero h1{font-size:clamp(38px,4.4vw,62px)!important}.story-compact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.story-compact-card{background:#fff;border:1px solid #e2e9e8;border-radius:22px;overflow:hidden;box-shadow:0 10px 36px rgba(10,47,50,.04)}.story-compact-media{height:165px;overflow:hidden}.story-compact-media img{width:100%;height:100%;object-fit:cover}.story-compact-body{padding:20px}.story-meta{display:flex;gap:6px;flex-wrap:wrap}.story-meta span{font-size:9px;font-weight:900;padding:5px 8px;background:#eff6f3;border-radius:999px;color:#276052}.story-compact-body h2{font-size:21px;line-height:1.35;margin:13px 0 8px}.story-compact-body>p{font-size:11px;line-height:1.75;color:#718184;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-video-link{display:inline-block;font-size:11px;font-weight:900;color:#0c6a57;margin-top:7px}.story-details{margin-top:14px;border-top:1px solid #e7edeb;padding-top:12px}.story-details summary{cursor:pointer;font-size:11px;font-weight:900;display:flex;justify-content:space-between;list-style:none}.story-details-content{display:grid;gap:12px;margin-top:14px}.story-details-content div{padding:12px;border-radius:12px;background:#f7f9f8}.story-details-content small{color:#8b9899}.story-details-content p,.story-details-content blockquote{font-size:11px;line-height:1.75;margin:5px 0 0}.story-details-content blockquote{padding:12px;border-right:3px solid #d9bd66;background:#fffaf0}

.apply-hero{padding:82px 0 65px;background:linear-gradient(145deg,#eff7f4,#fff 62%)}.apply-hero-inner{max-width:820px!important}.apply-hero h1{font-size:clamp(44px,5.4vw,72px);line-height:1.08;letter-spacing:-.05em;margin:14px 0 16px}.apply-hero p{max-width:650px;color:#6c7e81;font-size:14px;line-height:1.9}.apply-tracks{background:#f8faf9}.apply-track{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#0a554a;color:#fff;border-radius:25px;padding:28px 30px;margin-bottom:42px}.apply-track small{color:#efd376;font-weight:900}.apply-track h2{font-size:30px;margin:6px 0}.apply-track p{color:#c8ddd8;margin:0;font-size:12px}.compact-heading{margin-bottom:20px!important}.job-compact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.job-compact-card{background:#fff;border:1px solid #e1e9e7;border-radius:20px;padding:21px;display:flex;justify-content:space-between;align-items:center;gap:16px}.job-compact-card small{font-size:9px;color:#65807b}.job-compact-card h3{font-size:19px;margin:7px 0 4px}.job-compact-card p{font-size:10px;color:#899696;margin:0}.job-compact-card>a{font-size:11px;font-weight:900;white-space:nowrap}.job-detail-page{padding:64px 0 92px;background:#f7faf9}.job-detail-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);gap:48px;align-items:start}.job-detail-summary{position:sticky;top:105px}.job-detail-summary h1{font-size:clamp(36px,4vw,58px);line-height:1.12;margin:16px 0}.job-detail-summary>p{font-size:13px;line-height:1.9;color:#6b7d80}.back-link{font-size:11px;font-weight:900;color:#58706c}.job-facts{display:flex;gap:9px;flex-wrap:wrap;margin:24px 0}.job-facts span{display:grid;gap:4px;padding:11px 13px;background:#fff;border:1px solid #dfe8e6;border-radius:13px}.job-facts small{font-size:8px;color:#8b9999}.job-facts b{font-size:11px}.job-requirements{border-top:1px solid #dfe7e5;padding-top:15px}.job-requirements summary{font-size:12px;font-weight:900;cursor:pointer}.pre-line{white-space:pre-line}.career-apply-card h2{font-size:28px;margin:8px 0}.career-apply-card>p{font-size:11px;color:#7d8c8e;margin-bottom:20px}

.pricing-final-hero{padding:78px 0 58px;background:linear-gradient(145deg,#eef7f3,#fff 60%,#fcfaf2)}.pricing-final-hero h1{font-size:clamp(44px,5.2vw,70px);line-height:1.09;letter-spacing:-.05em;margin:13px 0 15px}.pricing-final-hero p{max-width:680px;font-size:14px;line-height:1.9;color:#697d80}.pricing-explorer-section{background:#f7f9f8}.pricing-explorer{display:grid;gap:26px}.pricing-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:15px;background:#fff;border:1px solid #e1e9e7;border-radius:22px;box-shadow:0 12px 35px rgba(11,53,50,.04)}.pricing-step{display:grid;gap:8px}.pricing-step>span{font-size:10px;font-weight:900;color:#526a68;display:flex;align-items:center;gap:7px}.pricing-step b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e9f3ef;color:#0b6553}.pricing-step select{min-height:48px;border:1px solid #dde6e4;border-radius:12px;background:#fbfcfc;padding:0 11px;font:inherit;font-size:12px;color:#1d3b40}.pricing-results-head{display:flex;justify-content:space-between;align-items:end}.pricing-results-head h2{font-size:31px;margin:7px 0 0}.pricing-results-head>[data-pricing-count]{font-size:11px;font-weight:900;padding:7px 11px;border-radius:999px;background:#eaf3ef;color:#145f50}.pricing-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pricing-result-card{background:#fff;border:1px solid #dfe8e6;border-radius:22px;padding:22px;display:flex;flex-direction:column;min-height:390px}.pricing-result-card[hidden]{display:none!important}.pricing-result-card.popular{border-color:#8fbeb2;box-shadow:0 14px 42px rgba(13,101,83,.08)}.pricing-card-top{display:flex;justify-content:space-between;gap:10px}.pricing-card-top small{font-size:9px;color:#718681}.pricing-card-top h3{font-size:19px;margin:6px 0}.popular-chip{align-self:start;font-size:8px;font-weight:900;color:#805f12;background:#fff1c9;padding:5px 7px;border-radius:999px}.pricing-price{display:flex;align-items:end;gap:6px;margin:18px 0}.pricing-price strong{font-size:42px;line-height:1;color:#0b6653}.pricing-price strong.custom-price{font-size:22px;line-height:1.3}.pricing-price span{font-size:11px;color:#718180}.pricing-facts{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0 0 14px}.pricing-facts div{padding:10px;background:#f6f9f8;border-radius:11px}.pricing-facts dt{font-size:8px;color:#82918f}.pricing-facts dd{font-size:10px;font-weight:900;margin:4px 0 0}.pricing-note{font-size:9.5px;line-height:1.7;color:#7d898a;margin:0 0 16px}.pricing-result-card .btn{margin-top:auto}.pricing-no-results{text-align:center;background:#fff;border:1px dashed #ccd9d6;border-radius:22px;padding:42px}.pricing-no-results h3{font-size:20px}.pricing-no-results p,.pricing-disclaimer{font-size:10px;color:#7b8a8b}.pricing-disclaimer{text-align:center;margin-top:18px}

/* Admin CRM + editors */
body.admin-context,.admin-app,.admin-workspace{font-size:15px!important}.admin-current-page strong{font-size:14px!important}.admin-sidebar .admin-nav-item{font-size:12px!important}.admin-main .eyebrow{font-size:10px!important}.final-admin-page{font-size:14px!important}.admin-page-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.admin-page-head h1{font-size:34px;letter-spacing:-.035em;margin:5px 0}.admin-page-head p{font-size:12px;color:#728486;margin:0}.admin-result-count{display:grid;justify-items:center;padding:10px 17px;background:#fff;border:1px solid #dfe7e5;border-radius:14px}.admin-result-count strong{font-size:23px;color:#0b624f}.admin-result-count span{font-size:9px;color:#849493}.admin-filter-panel{background:#fff;border:1px solid #dfe7e5;border-radius:18px;padding:15px;margin-bottom:16px}.admin-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-filter-grid label,.admin-form-grid label,.story-editor-footer>label{display:grid;gap:6px;font-size:10px;font-weight:900;color:#506466}.admin-filter-grid input,.admin-filter-grid select,.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea,.admin-status-action select,.story-editor-footer input{width:100%;min-height:42px;border:1px solid #dce5e3;border-radius:10px;background:#fbfcfc;padding:9px 10px;font:inherit;font-size:12px;color:#17373c}.admin-filter-actions{display:flex;gap:8px;margin-top:12px}.admin-crm-list{display:grid;gap:10px}.admin-crm-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;background:#fff;border:1px solid #e0e8e6;border-radius:18px;padding:18px}.admin-crm-title{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:7px}.admin-crm-title h2{grid-column:1/-1;font-size:20px;margin:4px 0 0}.admin-crm-title>a,.contact-inline a{font-size:11px;font-weight:800;color:#136854}.admin-crm-title small{font-size:8px;color:#8a9999}.status-badge{display:inline-flex;width:max-content;padding:5px 8px;border-radius:999px;background:#eef2f1;font-size:8px;font-weight:900}.status-badge.new{background:#fff1cd;color:#83600b}.status-badge.contacted,.status-badge.confirmed,.status-badge.reviewed{background:#e9f1fa;color:#315f86}.status-badge.registered,.status-badge.completed,.status-badge.accepted{background:#e6f3ec;color:#276a50}.status-badge.cancelled,.status-badge.rejected,.status-badge.closed{background:#f1eeee;color:#815151}.admin-crm-facts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin:14px 0 0}.admin-crm-facts div{padding:9px 10px;border-radius:10px;background:#f6f9f8;min-width:0}.admin-crm-facts dt{font-size:7.5px;color:#899897}.admin-crm-facts dd{font-size:10px;font-weight:800;margin:4px 0 0;overflow-wrap:anywhere}.admin-crm-note,.admin-message-body{font-size:10.5px;line-height:1.7;background:#fbfaf5;border-radius:11px;padding:10px 12px;margin:10px 0 0}.admin-status-action{display:flex;align-items:end;gap:6px;min-width:190px}.admin-status-action select{min-width:125px}.admin-empty-state{text-align:center;background:#fff;border:1px dashed #ccd8d6;border-radius:18px;padding:45px 20px}.admin-empty-state>b{font-size:18px}.admin-empty-state p{font-size:11px;color:#80908f}.inbox-empty>span{font-size:26px;display:block;margin-bottom:10px}.contact-inline{display:flex;gap:8px;flex-wrap:wrap}.admin-pagination{display:flex;justify-content:center;gap:6px;margin:20px 0}.admin-pagination a{min-width:34px;height:34px;display:grid;place-items:center;border:1px solid #dce5e3;border-radius:9px;background:#fff;font-size:10px;font-weight:900}.admin-pagination a.active{background:#0b6251;color:#fff;border-color:#0b6251}
.admin-editor-card,.support-admin-card,.story-editor-card,.admin-add-drawer{background:#fff;border:1px solid #dfe7e5;border-radius:19px;padding:20px;margin-bottom:14px}.admin-editor-head,.support-admin-card header,.story-editor-head,.admin-editor-foot{display:flex;justify-content:space-between;align-items:center;gap:14px}.admin-editor-head h2,.admin-section-title h2{font-size:23px;margin:4px 0}.admin-editor-head small{font-size:8px;color:#879694}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:16px}.admin-form-grid .wide{grid-column:1/-1}.admin-form-grid textarea{line-height:1.6;resize:vertical}.switch-line{display:flex!important;align-items:center;gap:7px!important;grid-template-columns:auto 1fr!important}.switch-line input{width:17px!important;min-height:17px!important;height:17px}.admin-editor-foot{border-top:1px solid #e7eceb;margin-top:16px;padding-top:14px}.admin-editor-foot p{font-size:9px;color:#869492;margin:3px 0}.admin-info-banner{display:flex;gap:12px;align-items:flex-start;background:#edf6f2;border:1px solid #d4e7df;border-radius:16px;padding:15px;margin-bottom:15px}.admin-info-banner>span{width:35px;height:35px;border-radius:11px;background:#0d6956;color:#fff;display:grid;place-items:center}.admin-info-banner b{font-size:12px}.admin-info-banner p{font-size:10px;color:#66807b;margin:4px 0}.admin-section-title{margin:28px 0 12px}.support-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.support-admin-card{margin:0;position:relative}.support-admin-card header h3{font-size:18px;margin:3px 0}.support-admin-card header small{font-size:8px;color:#8b9896}.admin-card-delete{margin-top:12px;border-top:1px solid #eceeee;padding-top:10px}.admin-card-delete button{border:0;background:none;color:#a44b4b;font:inherit;font-size:9px;font-weight:900;cursor:pointer}.admin-add-drawer summary{cursor:pointer;font-size:13px;font-weight:900;color:#0b5f50}.story-editor-list{display:grid;gap:13px}.story-editor-card{padding:0;overflow:hidden}.story-editor-card>form:first-child{padding:20px}.story-editor-head{border-bottom:1px solid #e5ece9;padding-bottom:15px}.story-editor-thumb{width:70px;height:52px;border-radius:10px;background:#eef3f1;overflow:hidden;position:relative;flex:0 0 auto}.story-editor-thumb img{width:100%;height:100%;object-fit:cover}.story-editor-thumb span{position:absolute;bottom:3px;left:3px;background:#fff;padding:2px 4px;border-radius:4px;font-size:7px}.story-editor-head>div:nth-child(2){flex:1}.story-editor-head h2{font-size:18px;margin:3px 0}.story-editor-head small{font-size:8px;color:#7b8e8b}.story-editor-sections{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:15px}.story-editor-sections section{border:1px solid #e6ecea;border-radius:14px;padding:14px}.story-editor-sections section:last-child{grid-column:1/-1}.story-editor-sections h3{font-size:12px;margin:0}.story-media-admin{display:grid;grid-template-columns:180px 1fr;gap:14px;margin-top:12px}.story-media-admin>img{width:180px;height:110px;object-fit:cover;border-radius:11px}.story-editor-footer{display:flex;align-items:end;gap:13px;border-top:1px solid #e5ecea;padding-top:14px;margin-top:14px}.story-editor-footer>label:first-child{width:120px}.program-cover-preview{width:min(100%,520px)!important;height:auto!important;aspect-ratio:16/9!important;border-radius:16px!important;overflow:hidden!important;background:#eef3f1!important;border:1px solid #dfe7e5!important}.program-cover-preview[hidden]{display:none!important}.program-cover-preview img{width:100%;height:100%;object-fit:cover;display:block}

@media(max-width:980px){.final-form-layout,.job-detail-layout{grid-template-columns:1fr}.final-form-intro,.job-detail-summary{position:static}.pricing-stepper{grid-template-columns:1fr 1fr}.pricing-results-grid,.story-compact-grid{grid-template-columns:1fr 1fr}.admin-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-crm-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.support-admin-grid{grid-template-columns:1fr}.story-editor-sections{grid-template-columns:1fr}.story-editor-sections section:last-child{grid-column:auto}}
@media(max-width:650px){.final-form-page{padding:38px 0 70px}.final-form-layout{gap:22px}.final-form-intro{padding:0}.final-form-intro h1{font-size:34px}.final-form-intro>p{font-size:12px}.final-form-card{padding:20px!important;border-radius:22px!important}.field-grid.two{grid-template-columns:1fr}.thanks-facts{grid-template-columns:1fr}.story-compact-grid,.job-compact-grid,.pricing-results-grid{grid-template-columns:1fr}.story-compact-media{height:150px}.apply-hero{padding:52px 0}.apply-hero h1,.pricing-final-hero h1{font-size:39px}.apply-track{align-items:flex-start;flex-direction:column;padding:22px}.job-compact-card{align-items:flex-start}.pricing-final-hero{padding:50px 0 38px}.pricing-stepper{grid-template-columns:1fr;padding:11px}.pricing-result-card{min-height:0}.pricing-facts{grid-template-columns:1fr 1fr}.admin-page-head{align-items:flex-start;flex-direction:column}.admin-page-head h1{font-size:28px}.admin-filter-grid{grid-template-columns:1fr}.admin-filter-actions>*{flex:1}.admin-crm-card{grid-template-columns:1fr}.admin-crm-facts{grid-template-columns:1fr 1fr}.admin-status-action{min-width:0;width:100%}.admin-status-action select{flex:1}.admin-form-grid{grid-template-columns:1fr}.admin-form-grid .wide{grid-column:auto}.story-editor-head{align-items:flex-start;flex-wrap:wrap}.story-editor-head>button{width:100%}.story-media-admin{grid-template-columns:1fr}.story-media-admin>img{width:100%;height:160px}.story-editor-footer{display:grid;grid-template-columns:1fr 1fr}.story-editor-footer>label:first-child{width:auto;grid-column:1/-1}}

/* lighter mobile action bar */
@media(max-width:900px){.site-footer{padding-bottom:104px!important}.mobile-action-bar.mobile-action-pill{right:12px!important;left:12px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;border:1px solid rgba(31,72,67,.13)!important;border-radius:20px!important;padding:6px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 15px 42px rgba(16,51,49,.15)!important;grid-template-columns:.85fr .85fr 1.3fr!important;backdrop-filter:blur(20px)!important}.mobile-action-pill a{border:0!important;border-radius:14px!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;color:#38534f!important;font-size:9px!important}.mobile-action-pill a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.mobile-action-pill .primary{background:#0b6653!important;color:#fff!important;font-size:10px!important;padding-inline:12px!important}.mobile-action-pill .primary b{font-size:17px}}

/* FINAL QA: Admin readability — slightly larger without inflating the layout */
body.admin-context .admin-top p,
body.admin-context .panel-heading p,
body.admin-context .admin-page-head p{font-size:12px!important;line-height:1.7!important}
body.admin-context .admin-form label,
body.admin-context .section-admin-row label,
body.admin-context .pricing-editor-form label,
body.admin-context .admin-filter-grid label,
body.admin-context .admin-form-grid label,
body.admin-context .story-editor-footer>label{font-size:11.5px!important;line-height:1.5!important}
body.admin-context .admin-form input,
body.admin-context .admin-form select,
body.admin-context .admin-form textarea,
body.admin-context .section-admin-row input,
body.admin-context .section-admin-row select,
body.admin-context .section-admin-row textarea,
body.admin-context .pricing-editor-form input,
body.admin-context .pricing-editor-form select,
body.admin-context .pricing-editor-form textarea,
body.admin-context .admin-filter-grid input,
body.admin-context .admin-filter-grid select,
body.admin-context .admin-form-grid input,
body.admin-context .admin-form-grid select,
body.admin-context .admin-form-grid textarea,
body.admin-context .admin-status-action select{font-size:13px!important}
body.admin-context .admin-crm-title small,
body.admin-context .admin-editor-head small,
body.admin-context .story-editor-head small,
body.admin-context .support-admin-card header small{font-size:9.5px!important}
body.admin-context .admin-crm-facts dt{font-size:9px!important}
body.admin-context .admin-crm-facts dd{font-size:11.5px!important;line-height:1.55!important}
body.admin-context .status-badge{font-size:9.5px!important}
body.admin-context .admin-crm-note,
body.admin-context .admin-message-body{font-size:11.5px!important}


/* ===== FINAL QA FIX — admin readability + compact closing footer ===== */
body.admin-context,.admin-app,.admin-workspace{font-size:16px!important}
body.admin-context .admin-sidebar .admin-nav-item{font-size:13.5px!important}
body.admin-context .admin-current-page strong{font-size:15px!important}
body.admin-context .admin-main .eyebrow{font-size:11.5px!important}
body.admin-context .admin-top p,
body.admin-context .panel-heading p,
body.admin-context .admin-page-head p{font-size:13.5px!important}
body.admin-context .admin-form label,
body.admin-context .section-admin-row label,
body.admin-context .pricing-editor-form label,
body.admin-context .admin-filter-grid label,
body.admin-context .admin-form-grid label,
body.admin-context .story-editor-footer>label{font-size:13px!important}
body.admin-context .admin-form input,body.admin-context .admin-form select,body.admin-context .admin-form textarea,
body.admin-context .section-admin-row input,body.admin-context .section-admin-row select,body.admin-context .section-admin-row textarea,
body.admin-context .pricing-editor-form input,body.admin-context .pricing-editor-form select,body.admin-context .pricing-editor-form textarea,
body.admin-context .admin-filter-grid input,body.admin-context .admin-filter-grid select,
body.admin-context .admin-form-grid input,body.admin-context .admin-form-grid select,body.admin-context .admin-form-grid textarea,
body.admin-context .admin-status-action select{font-size:14px!important}
body.admin-context .admin-crm-facts dt{font-size:10.5px!important}
body.admin-context .admin-crm-facts dd{font-size:12.5px!important}
body.admin-context .status-badge{font-size:10.5px!important}
body.admin-context .admin-crm-note,body.admin-context .admin-message-body{font-size:12.5px!important}
body.admin-context .admin-pagination a{font-size:12px!important}

.admin-notification-health{background:#fff;border:1px solid #dfe7e5;border-radius:20px;padding:20px;margin:18px 0 22px}
.admin-notification-health .admin-card-head{margin-bottom:14px}.admin-notification-health .admin-card-head small{font-size:11px;color:#788b88}
.notification-health-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.notification-health-item{display:flex;align-items:center;gap:11px;padding:14px;border-radius:14px;background:#f7f9f8;border:1px solid #e5ecea}.notification-health-item i{width:10px;height:10px;border-radius:50%;background:#c89042;box-shadow:0 0 0 5px rgba(200,144,66,.10)}.notification-health-item.ready i{background:#2aa474;box-shadow:0 0 0 5px rgba(42,164,116,.11)}.notification-health-item b{display:block;font-size:13px}.notification-health-item span{display:block;margin-top:3px;font-size:11px;color:#718480}

.footer-lead{padding:26px 0 22px!important;gap:22px!important}
.footer-lead h2{font-size:clamp(26px,2.5vw,36px)!important;line-height:1.15!important;margin:5px 0 0!important}
.footer-cta{width:100px!important;height:100px!important;flex:0 0 100px!important;font-size:10px!important}
.footer-cta b{font-size:20px!important}
@media(max-width:650px){
  .footer-lead{padding:18px 0 16px!important;gap:14px!important;flex-direction:row!important;align-items:center!important}
  .footer-lead>div{min-width:0;flex:1}
  .footer-kicker{font-size:8px!important}
  .footer-lead h2{font-size:21px!important;line-height:1.2!important;margin-top:3px!important}
  .footer-cta{width:72px!important;height:72px!important;flex:0 0 72px!important;font-size:8px!important;gap:3px!important}
  .footer-cta b{font-size:16px!important}
  .notification-health-grid{grid-template-columns:1fr}
}

/* ===== FINAL ROUND — CMS compact lists, DataTables, FAQ and readability ===== */
/* Public FAQ: only the plus icon rotates. The question copy must never inherit the old transform. */
.faq-item summary>span,.faq-item[open] summary>span{transform:none!important;transition:none!important}
.faq-item summary>b{display:grid!important;place-items:center!important;flex:0 0 34px!important;width:34px!important;height:34px!important;border-radius:50%!important;transform:rotate(0)!important;transition:transform .18s ease,background .18s ease!important}
.faq-item[open] summary>b{transform:rotate(45deg)!important}
.faq-item:not([open]) .faq-answer{margin:0!important;padding-top:0!important;padding-bottom:0!important}

/* Program cover: identical compact 16:9 preview for New and Edit. */
.program-media-editor{grid-template-columns:minmax(260px,360px) minmax(0,1fr)!important;align-items:start!important;gap:20px!important}
.program-cover-preview{position:relative!important;width:100%!important;max-width:360px!important;height:auto!important;aspect-ratio:16/9!important;border-radius:16px!important;background:#f1f6f4!important;border:1px solid #dfe9e6!important;overflow:hidden!important;box-shadow:none!important}
.program-cover-preview[hidden]{display:none!important}
.program-cover-preview img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.program-cover-preview-name{position:absolute;right:8px;left:8px;bottom:8px;padding:5px 8px;border-radius:8px;background:rgba(8,35,38,.72);color:#fff;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:ltr;text-align:left}

/* Compact CMS rows */
.admin-compact-list{display:grid;gap:10px;margin:14px 0 18px}
.admin-compact-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;background:#fff;border:1px solid #dfe8e6;border-radius:16px;padding:13px 15px;box-shadow:0 7px 22px rgba(14,52,55,.035)}
.admin-compact-main{min-width:0;display:flex;align-items:center;gap:12px}.admin-row-thumb{width:52px;height:52px;border-radius:12px;object-fit:cover;flex:0 0 52px;border:1px solid #e3ebe9;background:#f3f7f6}
.admin-row-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-row-title strong{font-size:15px;line-height:1.45;color:#15383c}.admin-compact-main small{display:block;margin-top:4px;color:#6f8380;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:760px}
.admin-row-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.admin-row-actions form{margin:0}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:850}.status-pill.is-on{background:#e8f5ef;color:#18714f}.status-pill.is-off{background:#f3f4f4;color:#75827f}
.admin-inline-editor{grid-column:1/-1;border-top:1px solid #e6eeec;margin:2px -2px -2px;padding:16px 2px 2px}.admin-inline-editor[hidden]{display:none!important}.admin-inline-editor-actions{display:flex;align-items:center;gap:8px;margin-top:14px}.admin-add-drawer{border:1px dashed #cbdad6;border-radius:16px;background:#fbfdfc;margin-top:14px}.admin-add-drawer>summary{cursor:pointer;list-style:none;padding:16px 18px;font-weight:900;color:#176952}.admin-add-drawer>summary::-webkit-details-marker{display:none}.admin-add-drawer[open]>summary{border-bottom:1px solid #e1eae8}.admin-add-drawer>.admin-form{padding:18px}

/* Admin native DataTable: server-side search/pagination + sortable loaded page. */
.admin-datatable-card{background:#fff;border:1px solid #dfe8e6;border-radius:18px;overflow:hidden;box-shadow:0 9px 28px rgba(14,52,55,.035);margin-top:14px}.admin-datatable-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #e5ecea;background:#fbfdfc}.admin-datatable-toolbar strong{font-size:14px}.admin-datatable-toolbar span{font-size:11px;color:#70827f}.admin-table-scroll{overflow:auto;max-width:100%;scrollbar-width:thin}.admin-data-table{width:100%;min-width:980px;border-collapse:collapse;text-align:right}.admin-data-table th,.admin-data-table td{padding:12px 11px;border-bottom:1px solid #edf1f0;vertical-align:middle;font-size:12.5px;line-height:1.55}.admin-data-table thead th{position:sticky;top:0;z-index:2;background:#f4f8f7;color:#39514e;font-size:11.5px;font-weight:900;white-space:nowrap}.admin-data-table tbody tr:hover{background:#fbfdfc}.admin-data-table tbody tr:last-child td{border-bottom:0}.admin-data-table th[data-sortable]{cursor:pointer;padding-left:24px;user-select:none}.admin-data-table th[data-sortable]::after{content:'↕';position:absolute;left:8px;opacity:.38}.admin-data-table th.sort-asc::after{content:'↑';opacity:1;color:#176952}.admin-data-table th.sort-desc::after{content:'↓';opacity:1;color:#176952}.admin-data-table td small{display:block;margin-top:3px;color:#71837f;font-size:10.5px}.admin-data-table td a{color:#176952}.table-ref{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;direction:ltr;display:inline-block;font-size:11.5px}.table-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:270px}.datatable-status-form{display:flex;align-items:center;gap:6px;margin:0}.datatable-status-form select{min-width:108px;padding:7px 9px!important;min-height:36px!important}.admin-filter-panel{background:#fff;border:1px solid #dfe8e6;border-radius:18px;padding:16px;margin:15px 0}.admin-filter-actions{display:flex;gap:8px;align-items:center;margin-top:12px}.admin-result-count{display:flex;align-items:baseline;gap:6px;background:#eef6f3;border-radius:14px;padding:9px 13px}.admin-result-count strong{font-size:22px;color:#176952}.admin-result-count span{font-size:11px;color:#647a76}

/* Final readability pass — deliberately larger across the whole Admin. */
body.admin-context,.admin-app,.admin-workspace{font-size:17px!important}
body.admin-context .admin-sidebar .admin-nav-item{font-size:15px!important;line-height:1.35!important}
body.admin-context .admin-sidebar .admin-nav-group-title{font-size:10.5px!important}
body.admin-context .admin-current-page strong{font-size:16px!important}
body.admin-context .admin-main h1{font-size:clamp(27px,2.4vw,35px)!important}
body.admin-context .admin-main h2{font-size:19px!important}
body.admin-context .admin-main h3{font-size:16px!important}
body.admin-context .admin-top p,body.admin-context .panel-heading p,body.admin-context .admin-page-head p{font-size:14px!important;line-height:1.7!important}
body.admin-context .admin-form label,body.admin-context .section-admin-row label,body.admin-context .pricing-editor-form label,body.admin-context .admin-filter-grid label,body.admin-context .admin-form-grid label{font-size:14px!important;line-height:1.5!important}
body.admin-context .admin-form input,body.admin-context .admin-form select,body.admin-context .admin-form textarea,body.admin-context .section-admin-row input,body.admin-context .section-admin-row select,body.admin-context .section-admin-row textarea,body.admin-context .pricing-editor-form input,body.admin-context .pricing-editor-form select,body.admin-context .pricing-editor-form textarea,body.admin-context .admin-filter-grid input,body.admin-context .admin-filter-grid select,body.admin-context .admin-form-grid input,body.admin-context .admin-form-grid select,body.admin-context .admin-form-grid textarea{font-size:14.5px!important}
body.admin-context .btn{font-size:12.5px!important}body.admin-context .btn-sm{font-size:11.5px!important}

@media(max-width:900px){.program-media-editor{grid-template-columns:1fr!important}.program-cover-preview{max-width:420px!important}.admin-compact-item{grid-template-columns:1fr}.admin-row-actions{justify-content:flex-start}.admin-inline-editor{grid-column:1}.admin-datatable-toolbar{align-items:flex-start;flex-direction:column}.admin-filter-actions{flex-wrap:wrap}}
@media(max-width:650px){body.admin-context,.admin-app,.admin-workspace{font-size:16px!important}body.admin-context .admin-sidebar .admin-nav-item{font-size:14.5px!important}.program-cover-preview{max-width:none!important}.admin-compact-item{padding:12px}.admin-row-thumb{width:44px;height:44px;flex-basis:44px}.admin-row-title strong{font-size:14px}.admin-compact-main small{white-space:normal;font-size:11px}.admin-row-actions{width:100%}.admin-row-actions .btn{flex:1}.admin-inline-editor-actions{align-items:stretch;flex-direction:column}.admin-inline-editor-actions .btn{width:100%}.admin-table-scroll{margin:0}.admin-data-table{min-width:900px}.admin-data-table th,.admin-data-table td{padding:10px 9px}.admin-filter-actions .btn{flex:1}.admin-add-drawer>.admin-form{padding:14px}}

/* FINAL NOTES — larger Admin typography + live DataTable controls. */
body.admin-context{font-size:18px!important}
body.admin-context .admin-nav-item{font-size:16px!important;height:46px!important}
body.admin-context .admin-nav-label{font-size:12px!important;letter-spacing:.04em!important}
body.admin-context .admin-brand-copy strong{font-size:16px!important}
body.admin-context .admin-brand-copy small{font-size:10.5px!important}
body.admin-context .admin-preview-link,body.admin-context .admin-logout{font-size:13.5px!important}
body.admin-context .admin-current-page small{font-size:10.5px!important}
body.admin-context .admin-current-page strong{font-size:18px!important}
body.admin-context .admin-command-link,body.admin-context .admin-command-search{font-size:13px!important}
body.admin-context .admin-main h1{font-size:clamp(32px,2.7vw,40px)!important}
body.admin-context .admin-main h2{font-size:22px!important}
body.admin-context .admin-main h3{font-size:18px!important}
body.admin-context .admin-main .eyebrow{font-size:13px!important}
body.admin-context .admin-top p,body.admin-context .panel-heading p,body.admin-context .admin-page-head p{font-size:15.5px!important}
body.admin-context .admin-form label,body.admin-context .section-admin-row label,body.admin-context .pricing-editor-form label,body.admin-context .admin-filter-grid label,body.admin-context .admin-form-grid label,body.admin-context .story-editor-footer>label{font-size:15px!important}
body.admin-context input:not([type=checkbox]):not([type=radio]),body.admin-context textarea,body.admin-context select{font-size:15.5px!important}
body.admin-context .btn{font-size:14px!important}body.admin-context .btn-sm{font-size:13px!important}
body.admin-context .admin-stats strong,body.admin-context .admin-pricing-summary strong{font-size:27px!important}
body.admin-context .admin-stats span,body.admin-context .admin-pricing-summary span{font-size:12px!important}
body.admin-context .admin-data-table th{font-size:13.5px!important}
body.admin-context .admin-data-table td{font-size:14.5px!important}
body.admin-context .admin-data-table td small{font-size:12px!important}
body.admin-context .table-ref{font-size:13px!important}
body.admin-context .status-badge{font-size:12px!important}
body.admin-context .admin-result-count strong{font-size:25px!important}
body.admin-context .admin-result-count span{font-size:13px!important}
body.admin-context .admin-datatable-toolbar strong{font-size:16px!important}
body.admin-context .admin-datatable-toolbar span{font-size:12.5px!important}

.admin-datatable-toolbar>div{display:grid;gap:3px;min-width:0}
.admin-datatable-search{display:grid!important;gap:5px!important;min-width:min(360px,100%);margin:0!important;font-weight:850!important}
.admin-datatable-search span{font-size:12px!important;color:#526c67!important}
.admin-datatable-search input{min-height:42px!important;width:100%!important;background:#fff!important;border:1px solid #cfdcda!important;border-radius:11px!important;padding:0 12px!important}
.admin-datatable-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border-top:1px solid #e5ecea;background:#fbfdfc}
.admin-datatable-footer>span{font-size:13px;color:#607773;font-weight:750}
.admin-datatable-pages{display:flex;align-items:center;gap:5px;flex-wrap:wrap;justify-content:flex-end}
.admin-datatable-pages button{min-width:36px;height:36px;border:1px solid #d8e2e0;border-radius:9px;background:#fff;color:#31534e;font-family:inherit;font-size:12px;font-weight:850;cursor:pointer;padding:0 10px}
.admin-datatable-pages button:hover:not(:disabled){border-color:#91b7b0;background:#f1f7f5}
.admin-datatable-pages button.active{background:#0d665b;color:#fff;border-color:#0d665b}
.admin-datatable-pages button:disabled{opacity:.4;cursor:not-allowed}
.admin-datatable-gap{padding:0 2px;color:#8a9a97}
.admin-data-table tbody tr[hidden]{display:none!important}
.contact-message-clamp{max-width:330px;-webkit-line-clamp:3}

@media(max-width:900px){
  body.admin-context{font-size:17px!important}
  body.admin-context .admin-nav-item{font-size:15.5px!important}
  .admin-datatable-toolbar{gap:13px!important}
  .admin-datatable-search{width:100%;min-width:0}
  .admin-datatable-footer{align-items:flex-start;flex-direction:column}
  .admin-datatable-pages{justify-content:flex-start;width:100%}
}
@media(max-width:650px){
  body.admin-context{font-size:17px!important}
  body.admin-context .admin-main h1{font-size:30px!important}
  body.admin-context .admin-main h2{font-size:20px!important}
  body.admin-context .admin-main h3{font-size:17px!important}
  body.admin-context .admin-form label,body.admin-context .admin-filter-grid label,body.admin-context .admin-form-grid label{font-size:14.5px!important}
  body.admin-context input:not([type=checkbox]):not([type=radio]),body.admin-context textarea,body.admin-context select{font-size:15px!important}
  .admin-datatable-pages button{min-width:34px;height:34px;padding:0 8px}
}

/* ===== FINAL NOTES 4 — larger Admin scale + no-scroll recruitment table ===== */
@media (min-width: 981px){
  body.admin-context{--admin-side:330px;--admin-topbar:86px;font-size:19px!important}
  .admin-sidebar{width:var(--admin-side)!important}
  .admin-sidebar-head{height:98px!important;padding:20px 22px!important}
  .admin-side-nav{padding:22px 16px 24px!important}
  body.admin-context .admin-nav-item{height:50px!important;padding:0 14px!important;gap:12px!important;font-size:17px!important;border-radius:13px!important}
  body.admin-context .admin-nav-label{font-size:13px!important;padding:0 12px 9px!important}
  body.admin-context .admin-nav-icon{width:26px!important;height:26px!important;flex-basis:26px!important}
  body.admin-context .admin-nav-icon svg{width:19px!important;height:19px!important}
  body.admin-context .admin-brand-copy strong{font-size:18px!important}
  body.admin-context .admin-brand-copy small{font-size:12px!important}
  body.admin-context .admin-preview-link,body.admin-context .admin-logout{height:46px!important;font-size:14.5px!important}

  .admin-commandbar{height:var(--admin-topbar)!important;padding:0 34px!important}
  body.admin-context .admin-current-page small{font-size:11px!important}
  body.admin-context .admin-current-page strong{font-size:20px!important}
  body.admin-context .admin-command-link{height:44px!important;font-size:14px!important;padding:0 16px!important}
  .admin-command-avatar{width:44px!important;height:44px!important;font-size:13px!important}

  .admin-main .admin-shell{padding:38px 36px 90px!important}
  .admin-main .admin-shell>.shell{width:min(1320px,100%)!important}
  .admin-dashboard-welcome{padding:10px 0 28px!important;margin-bottom:22px!important}
  body.admin-context .admin-dashboard-welcome .eyebrow{font-size:13px!important}
  body.admin-context .admin-dashboard-welcome h1{font-size:42px!important;line-height:1.08!important;margin:10px 0 8px!important}
  body.admin-context .admin-dashboard-welcome p{font-size:16px!important;line-height:1.7!important}
  body.admin-context .admin-site-state{font-size:14px!important;padding:11px 15px!important;border-radius:13px!important}

  .admin-attention-grid{gap:13px!important;margin-bottom:22px!important}
  .admin-attention-card{min-height:150px!important;padding:20px!important;border-radius:18px!important}
  body.admin-context .admin-attention-card strong{font-size:34px!important}
  body.admin-context .admin-attention-card span{font-size:14px!important;line-height:1.4!important}
  body.admin-context .admin-attention-card small{font-size:11.5px!important;line-height:1.5!important}
  body.admin-context .admin-attention-card b{font-size:17px!important;left:18px!important;top:18px!important}

  .admin-dashboard-grid{gap:16px!important;margin-bottom:18px!important}
  .admin-overview-card,.admin-quick-card{padding:28px!important;border-radius:21px!important}
  body.admin-context .admin-card-head h2{font-size:21px!important}
  body.admin-context .admin-card-head span{font-size:13px!important}
  .admin-metric-list{gap:10px!important}
  .admin-metric-list div{padding:16px!important;border-radius:13px!important}
  body.admin-context .admin-metric-list strong{font-size:31px!important}
  body.admin-context .admin-metric-list span{font-size:13px!important;line-height:1.45!important}
  .admin-quick-list{gap:10px!important}
  body.admin-context .admin-quick-list a{min-height:62px!important;padding:14px 15px!important;font-size:14px!important;border-radius:13px!important}
  body.admin-context .admin-quick-list b{font-size:18px!important}

  .admin-notification-health{padding:25px!important;border-radius:21px!important}
  body.admin-context .notification-health-item{padding:17px!important}
  body.admin-context .notification-health-item b{font-size:15px!important}
  body.admin-context .notification-health-item span{font-size:13px!important}
  body.admin-context .admin-dashboard-jumps a{height:39px!important;font-size:13px!important;padding:0 13px!important}

  body.admin-context .admin-panel{padding:30px!important;border-radius:21px!important}
  body.admin-context .panel-heading h2{font-size:24px!important}
  body.admin-context .panel-heading p{font-size:15px!important}
  body.admin-context .admin-main h1{font-size:clamp(36px,2.8vw,44px)!important}
  body.admin-context .admin-main h2{font-size:24px!important}
  body.admin-context .admin-main h3{font-size:20px!important}
  body.admin-context .admin-main .eyebrow{font-size:14px!important}
  body.admin-context .admin-page-head p,body.admin-context .admin-top p{font-size:16px!important}
  body.admin-context .admin-form label,
  body.admin-context .section-admin-row label,
  body.admin-context .pricing-editor-form label,
  body.admin-context .admin-filter-grid label,
  body.admin-context .admin-form-grid label,
  body.admin-context .story-editor-footer>label{font-size:16px!important}
  body.admin-context input:not([type=checkbox]):not([type=radio]),
  body.admin-context textarea,
  body.admin-context select{font-size:16px!important;min-height:46px!important}
  body.admin-context .btn{font-size:15px!important;min-height:42px!important}
  body.admin-context .btn-sm{font-size:14px!important;min-height:36px!important}
  body.admin-context .admin-data-table th{font-size:14.5px!important}
  body.admin-context .admin-data-table td{font-size:15.5px!important}
  body.admin-context .admin-data-table td small{font-size:13px!important}
  body.admin-context .admin-datatable-toolbar strong{font-size:18px!important}
  body.admin-context .admin-datatable-toolbar span{font-size:13.5px!important}
  body.admin-context .admin-datatable-search span{font-size:13.5px!important}
  body.admin-context .admin-datatable-footer>span{font-size:14px!important}
}

/* Recruitment CRM: compact the information into seven meaningful columns and never
   force a horizontal scrollbar on desktop. */
.career-datatable-card .career-table-wrap{overflow:visible!important;max-width:none!important}
.career-data-table{min-width:0!important;width:100%!important;table-layout:fixed!important}
.career-data-table th,.career-data-table td{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}
.career-data-table th:nth-child(1),.career-data-table td:nth-child(1){width:16%}
.career-data-table th:nth-child(2),.career-data-table td:nth-child(2){width:19%}
.career-data-table th:nth-child(3),.career-data-table td:nth-child(3){width:19%}
.career-data-table th:nth-child(4),.career-data-table td:nth-child(4){width:12%}
.career-data-table th:nth-child(5),.career-data-table td:nth-child(5){width:10%}
.career-data-table th:nth-child(6),.career-data-table td:nth-child(6){width:8%}
.career-data-table th:nth-child(7),.career-data-table td:nth-child(7){width:16%}
.career-data-table .career-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important;max-width:100%}
.career-data-table .career-status-form{display:grid!important;grid-template-columns:1fr!important;gap:6px!important}
.career-data-table .career-status-form select{min-width:0!important;width:100%!important}
.career-data-table .career-status-form .btn{width:100%!important}

@media(max-width:900px){
  body.admin-context{font-size:18px!important}
  .career-datatable-card .career-table-wrap{overflow:visible!important}
  .career-data-table{display:block!important;min-width:0!important}
  .career-data-table thead{display:none!important}
  .career-data-table tbody{display:grid!important;gap:12px!important}
  .career-data-table tbody tr{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;border:1px solid #dfe8e6!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important}
  .career-data-table tbody td{display:block!important;width:auto!important;padding:13px 14px!important;border-bottom:1px solid #edf1f0!important}
  .career-data-table tbody td::before{content:attr(data-label);display:block;margin-bottom:5px;font-size:11px;font-weight:900;color:#78908b}
  .career-data-table tbody td:nth-last-child(-n+2){border-bottom:0!important}
}
@media(max-width:620px){
  .career-data-table tbody tr{grid-template-columns:1fr!important}
  .career-data-table tbody td:nth-last-child(-n+2){border-bottom:1px solid #edf1f0!important}
  .career-data-table tbody td:last-child{border-bottom:0!important}
}

/* ===== FINAL PRODUCTION — system health + accessibility polish ===== */
.system-overall{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #dfe8e6;border-radius:16px;padding:13px 16px;min-width:230px}.system-overall i{width:12px;height:12px;border-radius:50%;background:#c78736;box-shadow:0 0 0 6px rgba(199,135,54,.12)}.system-overall.ready i{background:#1d8b63;box-shadow:0 0 0 6px rgba(29,139,99,.12)}.system-overall small{display:block;color:#7a8d89;font-size:11px}.system-overall strong{display:block;margin-top:2px;font-size:15px;color:#183d3b}.system-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}.system-status-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;background:#fff;border:1px solid #dfe8e6;border-radius:18px;padding:18px;min-height:145px}.system-status-card.ready{border-color:#cce6da}.system-status-card.attention{border-color:#ead8bc;background:#fffdfa}.system-status-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#eef4f2;color:#365c56;font-size:12px;font-weight:950;letter-spacing:.02em}.system-status-card.ready .system-status-icon{background:#e8f5ef;color:#1a7655}.system-status-card.attention .system-status-icon{background:#fbf0df;color:#9a692d}.system-status-card small{font-size:13px;color:#7d908c}.system-status-card h2{font-size:22px!important;margin:4px 0 6px!important}.system-status-card p{font-size:15px!important;line-height:1.7!important;color:#607773!important;margin:0!important}.system-runtime-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.system-runtime-list div{padding:14px 15px;border:1px solid #e4ecea;border-radius:13px;background:#fbfdfc}.system-runtime-list dt{font-size:13px;color:#78908b}.system-runtime-list dd{margin:5px 0 0;font-size:16px;font-weight:850;color:#234843;overflow-wrap:anywhere}.production-check-list{display:grid;gap:9px}.production-check-list>div{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;padding:12px 13px;background:#f8fbfa;border-radius:12px;border:1px solid #e7eeec}.production-check-list b{width:34px;height:34px;border-radius:10px;background:#0d665b;color:#fff;display:grid;place-items:center;font-size:12px}.production-check-list span{font-size:15px;line-height:1.75;color:#405e59}.production-check-list code{font-size:.9em;background:#edf4f2;padding:2px 5px;border-radius:5px}

:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid rgba(13,107,87,.38)!important;outline-offset:3px!important}

@media(max-width:980px){.system-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.system-runtime-list{grid-template-columns:1fr}}
@media(max-width:650px){.system-status-grid{grid-template-columns:1fr}.system-overall{width:100%;min-width:0}.system-status-card{min-height:0}.production-check-list>div{grid-template-columns:30px 1fr}.production-check-list b{width:30px;height:30px}}
.error-reference{display:block;margin:14px 0 0;color:#718580;font-size:12px}.error-reference span{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#3b5f59}

/* Respect OS accessibility settings without removing important state changes. */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
/* Keep keyboard navigation available in the CMS too. */
body.admin-context .skip-link{display:block!important;z-index:10000!important}


/* FINAL PRODUCTION: optional system-status service */
.system-status-card.optional{border-style:dashed;background:#fbfcfc}.system-status-card.optional .system-status-icon{background:#f1f4f3;color:#6a7d79}

/* ===== FINAL PRE-PUBLISH NOTES — forms, custom sections, instant status & mobile polish ===== */
/* Core form pages must never depend on reveal JavaScript to become readable. */
.final-form-page .final-form-intro,.final-form-page .final-form-card{opacity:1!important;transform:none!important}

/* Custom home sections created from the CMS. */
.premium-custom-section{padding-top:32px;padding-bottom:32px}
.premium-custom-section-card{position:relative;overflow:hidden;min-height:240px;padding:clamp(32px,5vw,62px);border:1px solid rgba(13,102,91,.12);border-radius:34px;background:linear-gradient(135deg,#f7fbf9 0%,#fff 58%,#fbf7ed 100%);box-shadow:0 24px 70px rgba(18,59,55,.06)}
.premium-custom-section-card:after{content:"";position:absolute;width:220px;height:220px;left:-70px;bottom:-110px;border-radius:50%;background:rgba(216,166,46,.10)}
.premium-custom-section-card h2{position:relative;z-index:1;max-width:800px;margin:14px 0 10px;font-size:clamp(34px,4.2vw,58px);line-height:1.12;letter-spacing:-.035em;color:#163c3a}
.premium-custom-section-card>p{position:relative;z-index:1;max-width:820px;margin:0;color:#627b76;font-size:clamp(15px,1.45vw,19px);line-height:1.9;white-space:pre-line}

/* Add-section composer in the CMS. */
.admin-section-create{margin:0 0 18px;padding:18px;border:1px dashed #bfd4cf;border-radius:18px;background:linear-gradient(135deg,#f8fcfa,#fff)}
.admin-section-create-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}
.admin-section-create-head>div{display:grid;gap:2px}.admin-section-create-head span{font-size:12px;color:#14705c;font-weight:900}.admin-section-create-head strong{font-size:18px;color:#244945}.admin-section-create-head small{max-width:430px;color:#718580;font-size:12px;line-height:1.65}
.admin-section-create-grid{display:grid;grid-template-columns:1fr 1.6fr 110px auto auto;gap:10px;align-items:end}
.admin-section-create-grid label{display:grid;gap:6px;font-weight:850}.admin-section-create-grid label>span{font-size:13px;color:#4d6964}.admin-section-create-grid textarea{resize:vertical;min-height:78px!important}
.section-admin-row textarea{resize:vertical;min-height:58px!important}

/* CRM status dropdowns save immediately. */
.datatable-status-form.auto-status-form{display:grid!important;grid-template-columns:minmax(108px,1fr)!important;gap:4px!important;align-items:center!important}
.auto-status-form select{width:100%!important;min-width:0!important;transition:border-color .18s,box-shadow .18s,opacity .18s}
.auto-status-form.is-saving select{opacity:.72}
.auto-status-feedback{display:block;min-height:16px;font-size:10.5px;font-weight:850;color:#6d817d;line-height:1.3;white-space:nowrap}
.auto-status-feedback[data-state="success"]{color:#197354}.auto-status-feedback[data-state="error"]{color:#a9433d}.auto-status-feedback[data-state="saving"]{color:#7a7460}
.auto-status-form.save-ok select{border-color:#9ccdbd!important;box-shadow:0 0 0 3px rgba(31,137,100,.08)!important}
.auto-status-form.save-error select{border-color:#d9a29d!important;box-shadow:0 0 0 3px rgba(169,67,61,.08)!important}

.mobile-nav-icon,.mobile-nav-arrow,.mobile-nav-featured{display:none}
.mobile-nav-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:980px){
  .admin-section-create-head{flex-direction:column}.admin-section-create-grid{grid-template-columns:1fr 1fr}.admin-section-create-grid .grow{grid-column:1/-1}.admin-section-create-grid .order-field{max-width:none}
}

@media(max-width:900px){
  /* Header: hamburger lives at the far left, then search, while branding stays on the right. */
  .premium-header .header-inner{height:68px!important;gap:10px!important}
  .premium-header .header-actions{direction:ltr;gap:8px!important;margin-right:auto!important;flex:0 0 auto!important}
  .premium-header .menu-toggle,.premium-header .header-search-btn{width:42px!important;height:42px!important;border-radius:50%!important;background:#fff!important;border:1px solid #dfe8e6!important;box-shadow:0 5px 16px rgba(19,58,54,.05)!important}
  .premium-header .menu-toggle{padding:11px!important}
  .premium-header .brand-logo{width:44px!important;height:44px!important}.premium-header .brand-copy strong{font-size:15px!important}

  /* Mobile menu: icon-led cards instead of a plain text list. */
  .premium-header .main-nav{top:68px!important;right:0!important;left:0!important;height:calc(100dvh - 68px)!important;max-height:none!important;padding:14px 14px calc(98px + env(safe-area-inset-bottom))!important;border:0!important;border-top:1px solid #e7eeec!important;border-radius:0!important;background:#f5f9f7!important;box-shadow:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;gap:0!important;align-items:stretch!important;align-content:start!important;justify-content:flex-start!important;flex-wrap:nowrap!important;box-sizing:border-box!important;scroll-padding-top:14px!important}
  .premium-header .main-nav .mobile-nav-link,.premium-header .nav-mega-trigger.mobile-nav-link{display:grid!important;grid-template-columns:46px minmax(0,1fr) 22px!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:60px!important;flex:0 0 auto!important;margin:0 0 8px!important;padding:7px 11px!important;border:1px solid #e1eae7!important;border-radius:17px!important;background:#fff!important;color:#274b46!important;box-shadow:0 7px 20px rgba(24,61,58,.045)!important;font-size:14px!important;font-weight:850!important}
  .premium-header .main-nav .mobile-nav-link.active{border-color:#b8d8cf!important;background:#eef7f3!important;color:#0d665b!important}
  .premium-header .main-nav .mobile-nav-icon,.premium-header .nav-mega-trigger>.mobile-nav-icon{display:grid!important;width:42px;height:42px;place-items:center;border-radius:13px;background:#eaf5f1;color:#0d665b;border:1px solid #deece7}
  .premium-header .main-nav .mobile-nav-text,.premium-header .nav-mega-trigger>.mobile-nav-text{display:block!important;min-width:0;text-align:right}
  .premium-header .main-nav .mobile-nav-arrow,.premium-header .nav-mega-trigger>.mobile-nav-arrow{display:block!important;color:#8ba19d;font-size:16px;text-align:center}
  .premium-header .nav-mega-trigger>.desktop-nav-caret{display:none!important}
  .premium-header .nav-mega{display:none!important}
  body.mobile-nav-open{overflow:hidden!important}

  /* No giant footer on mobile: keep only a quiet copyright line. */
  .premium-footer .footer-lead,.premium-footer .footer-grid{display:none!important}
  .premium-footer{padding:18px 0 calc(92px + env(safe-area-inset-bottom))!important;min-height:0!important}
  .premium-footer .footer-bottom{padding:0!important;border-top:0!important;display:flex!important;justify-content:center!important;text-align:center!important;gap:0!important;font-size:10px!important;opacity:.78}
  .premium-footer .footer-bottom span:last-child{display:none!important}

  /* Lightweight floating actions: no large enclosing white pill. */
  .mobile-action-bar.mobile-action-pill{display:flex!important;align-items:stretch!important;right:12px!important;left:12px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;padding:0!important;gap:8px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  .mobile-action-pill .mobile-quick-action{flex:0 0 56px!important;min-width:56px!important;min-height:56px!important;padding:5px!important;border:1px solid rgba(31,72,67,.12)!important;border-radius:18px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 10px 30px rgba(16,51,49,.13)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1px!important;color:#31534e!important;font-size:8.5px!important;font-weight:850!important;backdrop-filter:blur(18px)!important}
  .mobile-action-pill .mobile-quick-action svg{width:19px!important;height:19px!important}
  .mobile-action-pill .primary.mobile-quick-primary{flex:1 1 auto!important;min-height:56px!important;border-radius:18px!important;background:#0b6653!important;color:#fff!important;box-shadow:0 12px 30px rgba(11,102,83,.25)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:0 18px!important;font-size:12px!important;font-weight:900!important}
  .mobile-action-pill .primary b{font-size:19px!important}
}

@media(max-width:620px){
  .admin-section-create{padding:14px}.admin-section-create-grid{grid-template-columns:1fr}.admin-section-create-grid .grow{grid-column:auto}.admin-section-create-grid .btn{width:100%}
  .premium-custom-section{padding:18px 0}.premium-custom-section-card{min-height:190px;padding:27px 22px;border-radius:24px}.premium-custom-section-card h2{font-size:34px}.premium-custom-section-card>p{font-size:14px}
}

/* LIVE ADMIN REQUEST NOTIFICATIONS */
.admin-toast.live-notification{border-color:#b9d9cf;box-shadow:0 22px 65px rgba(11,76,63,.18);min-width:360px;max-width:480px}
.admin-toast.live-notification>span{background:#0f7663;color:#fff;font-size:17px}
.admin-toast.live-notification>div{display:flex;flex-direction:column;gap:2px}
.admin-toast.live-notification>div strong{font-size:12px;color:#17353c;font-weight:950;line-height:1.45}
.admin-toast.live-notification>div small{font-size:9px;color:#688084;font-weight:800;line-height:1.45}
@media(max-width:700px){.admin-toast.live-notification{min-width:0;max-width:none}}
