
:root {
  --ink:#13231f;
  --muted:#66756f;
  --green:#1e7a5a;
  --green-dark:#145640;
  --mint:#dff4e9;
  --cream:#f7f5ef;
  --white:#ffffff;
  --line:#dfe6e2;
  --accent:#f2c65d;
  --shadow:0 24px 70px rgba(20,64,50,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.nav-wrap{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(20,40,35,.08)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-weight:800;font-size:20px}
.brand em{font-style:normal;color:var(--green)}
.brand-mark{width:36px;height:36px;border-radius:11px;background:var(--green);color:#fff;display:grid;place-items:center}
.nav-links{display:flex;gap:28px;font-size:14px;font-weight:700;color:#40534c}
.nav-links a:hover{color:var(--green)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;padding:15px 21px;font-weight:800;cursor:pointer;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-small{padding:11px 16px;background:var(--ink);color:#fff;font-size:14px}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(30,122,90,.22)}
.btn-primary:hover{background:var(--green-dark)}
.btn-ghost{background:#fff;border:1px solid var(--line)}
.btn-light{background:#fff;color:var(--ink)}
.full{width:100%}

.hero{overflow:hidden;background:
radial-gradient(circle at 80% 20%,rgba(223,244,233,.9),transparent 34%),
linear-gradient(180deg,#fbfcfa 0%,#f5f8f5 100%);padding:76px 0 82px}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:center}
.eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:var(--green)}
.eyebrow{background:#eaf7f0;padding:8px 11px;border-radius:999px}
.eyebrow span{font-size:9px}
.hero h1,.section h2,.booking-section h2,.final-cta h2{font-family:Manrope,sans-serif;letter-spacing:-.045em;line-height:1.02;margin:18px 0}
.hero h1{font-size:clamp(48px,6vw,78px)}
.hero h1 span,.booking-section h2 span{color:var(--green)}
.hero-lead{font-size:19px;color:#52645e;max-width:660px}
.hero-actions{display:flex;gap:12px;margin:30px 0}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:25px;border-top:1px solid #dce4e0}
.trust-row div{display:flex;flex-direction:column}
.trust-row strong{font-size:17px}
.trust-row span{color:var(--muted);font-size:12px}

.hero-card{position:relative;background:#fff;border:1px solid #dde8e2;border-radius:28px;padding:18px;box-shadow:var(--shadow);transform:rotate(1.4deg)}
.floating-badge{position:absolute;right:-12px;top:-22px;z-index:3;background:var(--accent);padding:10px 14px;border-radius:12px;font-weight:800;font-size:13px;transform:rotate(4deg);box-shadow:0 10px 24px rgba(95,76,31,.15)}
.mock-video{background:#eaf1ed;border-radius:20px;min-height:390px;padding:22px;display:flex;flex-direction:column;justify-content:space-between}
.mock-person{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.9);width:max-content;padding:9px 12px;border-radius:14px;box-shadow:0 7px 18px rgba(0,0,0,.06)}
.mock-person strong,.mock-person small{display:block}
.mock-person small{color:var(--muted)}
.avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;font-weight:800}
.person-b{align-self:flex-end}
.person-b .avatar{background:#273b73}
.lesson-board{align-self:center;background:var(--ink);color:#fff;width:72%;padding:22px;border-radius:18px;box-shadow:0 20px 35px rgba(13,37,30,.18)}
.subject-pill{font-size:11px;font-weight:800;color:#b9e8d6}
.lesson-board h3{margin:10px 0 18px}
.formula{font-family:monospace;font-size:18px;color:#f4d379;margin-bottom:18px}
.board-line{height:6px;border-radius:20px;background:#607069;margin:8px 0;width:70%}.board-line.wide{width:100%}.board-line.short{width:42%}
.hero-card-bottom{display:flex;align-items:center;justify-content:space-between;padding:17px 7px 2px}
.hero-card-bottom div{display:flex;flex-direction:column}
.mini-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:800}
.circle-arrow{width:44px;height:44px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:20px}

.logo-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.strip-inner{height:76px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;color:#65756f;font-size:14px}
.strip-inner strong{color:var(--ink)}
.strip-inner i{width:4px;height:4px;border-radius:50%;background:#b1bbb7}

.section{padding:100px 0}
.section-soft{background:var(--cream)}
.section-head{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:end;margin-bottom:44px}
.section h2{font-size:clamp(38px,5vw,58px)}
.section-head p,.center-head p{color:var(--muted);font-size:17px}
.center-head{text-align:center;max-width:720px;margin:0 auto 46px}
.center-head h2{margin-bottom:12px}

.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;min-height:285px;display:flex;flex-direction:column}
.feature-card.featured{background:var(--ink);color:#fff}
.feature-icon{font-size:13px;font-weight:800;color:var(--green);margin-bottom:auto}
.featured .feature-icon{color:#84d3b6}
.feature-card h3{font-family:Manrope,sans-serif;font-size:24px;margin:28px 0 10px}
.feature-card p{color:var(--muted);margin:0 0 24px}
.featured p{color:#c4d1cc}
.feature-tag{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--green)}

.subjects{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.subject-card{appearance:none;text-align:left;border:1px solid var(--line);background:#fff;border-radius:18px;padding:20px;display:grid;grid-template-columns:52px 1fr;grid-template-rows:auto auto;column-gap:14px;cursor:pointer;transition:.2s}
.subject-card:hover{transform:translateY(-3px);border-color:#acd7c7;box-shadow:0 12px 26px rgba(20,64,50,.08)}
.subject-card>span{grid-row:1/3;width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:var(--mint);color:var(--green-dark);font-weight:800}
.subject-card strong{font-size:17px;align-self:end}
.subject-card small{color:var(--muted);align-self:start}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.step{display:flex;gap:18px}
.step>span{flex:0 0 42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--green);font-weight:800}
.step h3{font-size:19px;margin:6px 0 8px}
.step p{color:var(--muted);margin:0}

.booking-section{padding:100px 0;background:var(--ink);color:#fff}
.booking-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}
.booking-section h2{font-size:clamp(42px,5vw,64px)}
.kicker.light{color:#8fddc0}
.booking-copy>p{color:#b7c5c0;font-size:18px}
.check-list{list-style:none;padding:0;margin:28px 0}
.check-list li{padding:8px 0;font-weight:700}
.urgency-note{display:inline-block;background:rgba(242,198,93,.12);color:#f4d77e;border:1px solid rgba(242,198,93,.25);padding:11px 14px;border-radius:12px;font-size:13px;font-weight:700}
.booking-card{background:#fff;color:var(--ink);border-radius:24px;padding:28px;box-shadow:var(--shadow)}
.form-head{display:flex;flex-direction:column;margin-bottom:22px}
.form-head span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--green);font-weight:800}
.form-head strong{font-size:23px;margin-top:4px}
.booking-card label>span,.booking-card legend{font-size:13px;font-weight:800;display:block;margin-bottom:7px}
.booking-card label{display:block;margin-bottom:17px}
.booking-card select,.booking-card input[type="text"],.booking-card input[type="email"]{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;outline:none;background:#fff}
.booking-card select:focus,.booking-card input:focus{border-color:#6db79d;box-shadow:0 0 0 3px rgba(30,122,90,.08)}
fieldset{padding:0;border:0;margin:0 0 17px}
.segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.segmented.two{grid-template-columns:repeat(2,1fr)}
.segmented input{display:none}
.segmented label{border:1px solid var(--line);padding:12px;text-align:center;border-radius:11px;margin:0;cursor:pointer;font-weight:800;font-size:14px}
.segmented input:checked+label{background:var(--mint);border-color:#93ccb6;color:var(--green-dark)}
.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.price-box{display:flex;align-items:end;justify-content:space-between;background:#f4f7f5;border-radius:14px;padding:15px 16px;margin:4px 0 16px}
.price-box div{display:flex;flex-direction:column}
.price-box small{color:var(--muted)}
.price-box span{text-decoration:line-through;color:#7b8984}
.price-box strong{font-size:25px;color:var(--green)}
.form-note{text-align:center;font-size:11px;color:var(--muted);margin:10px 0 0}
.success{margin-top:14px;border-radius:12px;padding:12px;background:#e7f6ee;color:#155a41;font-size:13px;font-weight:700}

.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
blockquote{margin:0;border:1px solid var(--line);border-radius:20px;padding:25px;background:#fff}
blockquote p{font-size:18px;font-weight:600;line-height:1.5}
blockquote footer{font-size:12px;color:var(--muted)}
.stars{color:#e4ae25;letter-spacing:.08em}
.testimonial-disclaimer{text-align:center;font-size:11px;color:#93a09b;margin-top:16px}

.faq-wrap{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}
.faq-title h2{margin-top:12px}
details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px 20px;margin-bottom:10px}
summary{cursor:pointer;font-weight:800}
details p{color:var(--muted);margin-bottom:2px}

.final-cta{background:var(--green);color:#fff;padding:68px 0}
.final-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.final-inner>div>span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#b8e8d5}
.final-cta h2{font-size:clamp(34px,5vw,54px);margin-bottom:0}

footer{padding:60px 0 22px;background:#0d1916;color:#d7dfdc}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.footer-brand{color:#fff}
footer p{color:#8fa19a;font-size:14px}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}
.footer-grid strong{color:#fff;margin-bottom:5px}
.footer-grid a:not(.brand){color:#95a49f;font-size:14px}
.footer-bottom{border-top:1px solid #25332f;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;color:#71817b;font-size:12px}

@media (max-width: 900px){
  .nav-links{display:none}
  .hero-grid,.booking-grid,.section-head,.faq-wrap{grid-template-columns:1fr}
  .hero-grid{gap:46px}
  .feature-grid,.subjects,.steps,.testimonial-grid{grid-template-columns:1fr 1fr}
  .section-head{gap:10px}
  .booking-grid{gap:45px}
}
@media (max-width: 620px){
  .container{width:min(100% - 28px,1160px)}
  .nav{height:68px}.btn-small{display:none}
  .hero{padding:50px 0 60px}
  .hero h1{font-size:48px}
  .hero-actions{flex-direction:column}
  .trust-row{grid-template-columns:1fr}
  .strip-inner{height:auto;padding:18px 0;gap:12px 18px}
  .strip-inner span{width:100%;text-align:center}
  .section{padding:72px 0}
  .feature-grid,.subjects,.steps,.testimonial-grid{grid-template-columns:1fr}
  .booking-section{padding:72px 0}
  .row{grid-template-columns:1fr}
  .final-inner{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-bottom{flex-direction:column;gap:8px}
  .hero-card{transform:none}
}

.selectable-subject{position:relative;cursor:pointer;grid-template-columns:52px 1fr 34px!important;grid-template-rows:1fr!important;align-items:center}
.selectable-subject input{position:absolute;opacity:0;pointer-events:none}
.selectable-subject .subject-check{margin-left:auto;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eef3f0;color:transparent;font-weight:900}
.selectable-subject:has(input:checked){border-color:#74b99e;background:#f0faf5;box-shadow:0 10px 22px rgba(30,122,90,.10)}
.selectable-subject:has(input:checked) .subject-check{background:#1e7a5a;color:#fff}
.subject-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.subject-options label{margin:0;position:relative}
.subject-options input{position:absolute;opacity:0}
.subject-options label span{display:block;border:1px solid var(--line);padding:11px 12px;text-align:center;border-radius:11px;cursor:pointer;font-weight:800;font-size:14px}
.subject-options input:checked+span{background:var(--mint);border-color:#93ccb6;color:var(--green-dark)}

/* V5: clean, non-AI-looking video call illustration built entirely with HTML/CSS */
.realistic-call{
  min-height:390px;
  padding:14px;
  background:#dfe9e4;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.call-topbar{
  display:flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(19,35,31,.08);
  border-radius:12px;
  padding:9px 11px;
  font-size:12px;
  font-weight:700;
  color:#42554e;
}
.live-dot{width:7px;height:7px;border-radius:50%;background:#2b8f69}
.call-time{margin-left:auto;color:#809089;font-variant-numeric:tabular-nums}
.call-layout{
  display:grid;
  grid-template-columns:1.65fr .8fr;
  gap:10px;
  flex:1;
  min-height:285px;
}
.whiteboard-panel{
  position:relative;
  overflow:hidden;
  background:#fbfbf7;
  border-radius:16px;
  padding:18px;
  box-shadow:inset 0 0 0 1px rgba(19,35,31,.07);
}
.whiteboard-panel:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(43,70,60,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(43,70,60,.045) 1px,transparent 1px);
  background-size:18px 18px;
  pointer-events:none;
}
.board-label{position:relative;z-index:1;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#648076;font-weight:800}
.handwritten{position:relative;z-index:1;margin:16px 0 3px;font-family:"Courier New",monospace;font-size:20px;font-weight:700;color:#183d31}
.graph-svg{position:relative;z-index:1;width:100%;height:150px;color:#2b765c}
.board-note{position:relative;z-index:1;background:#e9f5ef;border-radius:10px;padding:9px 10px;font-size:12px;color:#3c5e52}
.video-column{display:grid;grid-template-rows:1fr 1fr;gap:10px}
.video-tile{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tutor-tile{background:linear-gradient(145deg,#dde7e2,#cddbd5)}
.student-tile{background:linear-gradient(145deg,#e8e7df,#d8d7d0)}
.human-avatar{
  width:76px;height:76px;border-radius:50%;
  display:grid;place-items:center;
  box-shadow:0 8px 18px rgba(12,35,28,.10);
  border:4px solid rgba(255,255,255,.75);
}
.human-avatar span{font-size:28px;font-weight:800}
.tutor-avatar{background:#1e7a5a;color:white}
.student-avatar{background:#31446f;color:white}
.video-name{
  position:absolute;left:9px;bottom:8px;
  background:rgba(18,29,25,.72);color:#fff;
  padding:4px 7px;border-radius:7px;font-size:10px;font-weight:700
}
.speech-bubble{
  position:absolute;left:9px;right:9px;top:8px;
  background:rgba(255,255,255,.92);
  padding:7px 8px;border-radius:9px;
  font-size:9px;color:#40544c;
  box-shadow:0 5px 12px rgba(0,0,0,.05)
}
.desk-lines{position:absolute;right:12px;top:16px;width:38px;transform:rotate(-8deg)}
.desk-lines i{display:block;height:3px;background:#8b938f;border-radius:3px;margin:5px 0}
.call-controls{
  align-self:center;
  display:flex;gap:9px;
  background:#20312b;color:#fff;
  border-radius:999px;padding:7px 11px;
  font-size:12px;line-height:1
}
.call-controls span{
  width:24px;height:24px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(255,255,255,.12)
}
.call-controls .hangup{background:#bd4c43;color:#fff}
@media (max-width:620px){
  .call-layout{grid-template-columns:1fr}
  .video-column{grid-template-columns:1fr 1fr;grid-template-rows:135px}
  .realistic-call{min-height:520px}
}

/* V6 approved hero image */
.hero-photo-wrap{
  overflow:hidden;
  border-radius:20px;
  background:#eaf1ed;
  min-height:390px;
}
.hero-photo{
  display:block;
  width:100%;
  height:390px;
  object-fit:cover;
  object-position:center;
}
@media (max-width:620px){
  .hero-photo-wrap{min-height:300px}
  .hero-photo{height:300px}
}

/* V7: subject cards and compact school-subject chooser */
.subjects{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.selectable-subject{
  min-width:0;
  width:100%;
  min-height:74px;
  padding:14px !important;
  grid-template-columns:44px minmax(0,1fr) 28px !important;
  grid-template-rows:1fr !important;
  align-items:center;
  column-gap:10px !important;
  overflow:hidden;
}
.selectable-subject .subject-icon{
  width:44px !important;
  height:44px !important;
  min-width:44px;
  grid-row:auto !important;
  font-size:12px;
  border-radius:12px;
}
.selectable-subject .subject-name{
  min-width:0;
  width:100%;
  line-height:1.15;
  font-size:14px;
  white-space:normal;
  overflow-wrap:anywhere;
  align-self:center !important;
}
.selectable-subject .subject-check{flex:0 0 28px}
.subject-options{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.subject-options label{min-width:0}
.subject-options label span{
  width:100%;
  min-height:44px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  padding:9px 10px !important;
  line-height:1.15;
  white-space:normal;
  overflow-wrap:anywhere;
  text-align:center;
}
@media (max-width:980px){
  .subjects{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:720px){
  .subjects{grid-template-columns:repeat(2,minmax(0,1fr))}
  .subject-options{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:430px){
  .subjects{grid-template-columns:1fr}
  .subject-options{grid-template-columns:1fr}
}


/* =========================================================
   V8 — cleaner LevelUp branding, subject cards and booking
   ========================================================= */

/* Arrow / growth logo */
.brand .trend-mark{
  width:40px;
  height:40px;
  border-radius:12px;
  background:var(--mint);
  color:var(--green);
  display:grid;
  place-items:center;
  flex:0 0 40px;
}
.brand .trend-mark svg{
  width:29px;
  height:29px;
  display:block;
}
.footer-brand .trend-mark{
  background:rgba(255,255,255,.08);
  color:#8fddc0;
}

/* Keep navigation balanced after removing duplicate CTA */
.nav{
  justify-content:flex-start;
}
.nav .nav-links{
  margin-left:auto;
}

/* Non-clickable hero card footer */
.hero-card-bottom{
  padding:17px 7px 4px;
}
.hero-card-bottom strong{
  font-size:15px;
}

/* One concise post-request message */
.booking-next-step{
  margin:22px 0 0;
  padding:16px 17px;
  border:1px solid rgba(242,198,93,.30);
  background:rgba(242,198,93,.10);
  border-radius:14px;
  color:#e8d58f;
  font-size:14px;
  line-height:1.55;
}
.booking-next-step strong{
  color:#f4d77e;
  display:block;
  margin-bottom:3px;
}

/* Main subject chooser — use the card space instead of squeezing text */
.subject-grid-v8{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
}
.subject-card-v8{
  position:relative;
  width:100%;
  min-width:0;
  min-height:78px;
  padding:14px 15px !important;
  display:flex !important;
  align-items:center;
  gap:13px;
  border:1px solid var(--line);
  border-radius:17px;
  background:#fff;
  cursor:pointer;
  transition:.18s ease;
  overflow:hidden;
}
.subject-card-v8:hover{
  transform:translateY(-2px);
  border-color:#acd7c7;
  box-shadow:0 10px 23px rgba(20,64,50,.07);
}
.subject-card-v8 input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.subject-icon-v8{
  flex:0 0 46px;
  width:46px !important;
  height:46px !important;
  display:grid !important;
  place-items:center;
  border-radius:13px;
  background:var(--mint);
  color:var(--green-dark);
  font-size:12px;
  font-weight:800;
  grid-row:auto !important;
}
.subject-label-v8{
  flex:1 1 auto;
  min-width:0;
  font-size:15px;
  line-height:1.25;
  font-weight:800;
  color:var(--ink);
  text-align:left;
  white-space:normal;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
.subject-check-v8{
  flex:0 0 27px;
  width:27px !important;
  height:27px !important;
  display:grid !important;
  place-items:center;
  border-radius:50%;
  background:#eef3f0;
  color:transparent;
  font-weight:900;
  grid-row:auto !important;
}
.subject-card-v8:has(input:checked){
  border-color:#72b99d;
  background:#f1faf6;
}
.subject-card-v8:has(input:checked) .subject-check-v8{
  background:var(--green);
  color:#fff;
}

/* Booking subject chooser */
.subject-options-v8{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:9px !important;
}
.booking-subject-v8{
  min-width:0;
  margin:0 !important;
  position:relative;
}
.booking-subject-v8 input{
  position:absolute;
  opacity:0;
}
.booking-subject-v8 span{
  width:100%;
  min-height:46px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  padding:10px 12px !important;
  border:1px solid var(--line);
  border-radius:11px;
  background:#fff;
  color:var(--ink);
  cursor:pointer;
  text-align:center;
  font-size:13px;
  line-height:1.25;
  font-weight:800;
  white-space:normal;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
.booking-subject-v8 input:checked + span{
  background:var(--mint);
  border-color:#93ccb6;
  color:var(--green-dark);
}

@media (max-width:900px){
  .subject-grid-v8{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width:620px){
  .subject-grid-v8{
    grid-template-columns:1fr !important;
  }
  .subject-options-v8{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width:420px){
  .subject-options-v8{
    grid-template-columns:1fr !important;
  }
}

/* V9 booking tip */
.booking-tip{
  margin-top:12px;
  padding:12px 14px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  border-radius:12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:#c9d5d1;
  font-size:13px;
  line-height:1.45;
}
.booking-tip strong{
  color:#f1f5f3;
}
.tip-icon{
  flex:0 0 auto;
  line-height:1.2;
}


/* V10 — pricing and 3-step flow */
.how-section{
  background:#f7f5ef;
}
.how-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:34px;
}
.how-card{
  position:relative;
  padding:25px;
  border:1px solid var(--line);
  border-radius:19px;
  background:#fff;
}
.step-number{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-family:Manrope,sans-serif;
  font-weight:900;
}
.how-card h3{
  margin:0 0 8px;
  font-family:Manrope,sans-serif;
  font-size:19px;
  color:var(--ink);
}
.how-card p{
  margin:0;
  color:#66756f;
  line-height:1.55;
  font-size:14px;
}

.pricing-section{
  background:#fff;
}
.price-cards{
  max-width:820px;
  margin:34px auto 0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.price-card{
  padding:28px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fbfcfa;
}
.featured-price{
  background:#edf8f3;
  border-color:#b8dfd0;
}
.price-label{
  display:block;
  margin-bottom:8px;
  color:#61736c;
  font-size:14px;
  font-weight:800;
}
.price-main{
  font-family:Manrope,sans-serif;
  color:var(--ink);
  font-size:38px;
  line-height:1;
  font-weight:900;
}
.price-main span{
  margin-left:3px;
  font-size:15px;
  color:#74837e;
  font-weight:700;
}
.trial-price{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(28,67,54,.12);
}
.trial-price strong{
  display:block;
  color:var(--green-dark);
  font-size:16px;
}
.trial-price span{
  display:block;
  margin-top:3px;
  color:#6d7d77;
  font-size:13px;
}
.price-footnote{
  margin:18px auto 0;
  max-width:720px;
  text-align:center;
  color:#697a74;
  font-size:13px;
}
@media(max-width:720px){
  .how-grid{grid-template-columns:1fr}
  .price-cards{grid-template-columns:1fr}
}


/* V11 — subject selection states */
.subject-card-v8{
  background:#ffffff !important;
  border:1.5px solid #d6dfdb !important;
  box-shadow:0 2px 7px rgba(20,55,44,.035);
}
.subject-card-v8 .subject-icon-v8{
  background:#f1f4f2 !important;
  color:#52645e !important;
}
.subject-card-v8 .subject-label-v8{
  background:transparent !important;
  color:var(--ink) !important;
}
.subject-card-v8 .subject-check-v8{
  background:#f1f4f2 !important;
  color:#8b9994 !important;
  font-size:0 !important;
}
.subject-card-v8 .subject-check-v8::before{
  content:"+";
  font-size:18px;
  line-height:1;
  font-weight:700;
}
.subject-card-v8:hover{
  border-color:#8dbfac !important;
  background:#fbfdfc !important;
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(20,64,50,.07);
}
.subject-card-v8:hover .subject-check-v8{
  background:#e8f1ed !important;
  color:var(--green) !important;
}

/* Green only after selection */
.subject-card-v8:has(input:checked){
  background:#f0faf5 !important;
  border-color:#72b99d !important;
}
.subject-card-v8:has(input:checked) .subject-icon-v8{
  background:#d9f1e7 !important;
  color:var(--green-dark) !important;
}
.subject-card-v8:has(input:checked) .subject-label-v8{
  color:var(--green-dark) !important;
}
.subject-card-v8:has(input:checked) .subject-check-v8{
  background:var(--green) !important;
  color:#fff !important;
  font-size:15px !important;
}
.subject-card-v8:has(input:checked) .subject-check-v8::before{
  content:"";
  display:none;
}

/* Same interaction language in the booking form */
.booking-subject-v8 span{
  background:#fff !important;
  border:1.5px solid #d6dfdb !important;
  color:var(--ink) !important;
}
.booking-subject-v8 span:hover{
  border-color:#8dbfac !important;
  background:#fbfdfc !important;
}
.booking-subject-v8 input:checked + span{
  background:#dff3e9 !important;
  border-color:#72b99d !important;
  color:var(--green-dark) !important;
}
