/* ============================================================
   Language Assessment — Shared Stylesheet
   ============================================================ */
:root{
  --red:#E63946;
  --red-2:#D32F3E;
  --red-soft:#FFE5E7;
  --red-tint:#FFF3F4;
  --ink:#1F2127;
  --muted:#6B7280;
  --line:#E5E7EB;
  --bg:#FCFCFD;
  --green:#10B981;
  --yellow:#F5A623;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{background:var(--bg);color:var(--ink);font-family:'Be Vietnam Pro',system-ui,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}

/* ===== NAV ===== */
.nav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.nav-in{display:flex;align-items:center;justify-content:space-between;height:78px;gap:32px}
.brand{display:flex;align-items:center;gap:12px}
.logo{width:42px;height:42px;background:var(--red);display:grid;place-items:center;border-radius:8px;color:#fff}
.brand-name{font-size:14px;font-weight:700;line-height:1.15;color:var(--ink)}
.nav-links{display:flex;gap:30px;font-size:15px;font-weight:500}
.nav-links a{color:#3a3f4a;padding:8px 0;position:relative}
.nav-links a.active{color:var(--red);font-weight:600}
.nav-links a.active::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--red);border-radius:2px}
.nav-links a:not(.active):hover{color:var(--ink)}
.nav-cta{display:flex;gap:10px;align-items:center}
.btn{display:inline-flex;align-items:center;gap:10px;padding:11px 22px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:0;font-family:inherit;transition:transform .15s,box-shadow .15s,background .15s, color .15s, border-color .15s}
.btn-outline{background:#fff;color:var(--ink);border:1.5px solid var(--line)}
.btn-outline:hover{border-color:var(--ink)}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:var(--red-2);box-shadow:0 8px 20px -8px rgba(230,57,70,.6)}
.btn-red[disabled]{opacity:.6;cursor:not-allowed}

/* ===== HERO ===== */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#FFF7F7 0%,#FCFCFD 70%)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:72px 0 96px;position:relative}
.hero h1{font-size:46px;font-weight:800;line-height:1.18;letter-spacing:-.01em;color:var(--ink)}
.hero h1 .red{color:var(--red);display:block}
.hero p.lede{margin-top:22px;font-size:16px;color:#4b5160;line-height:1.65;max-width:480px}
.hero-ctas{margin-top:36px;display:flex;flex-wrap:wrap;gap:14px}
.btn-lg{padding:15px 26px;font-size:15px;border-radius:10px}
.btn-lg .arr{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.22);display:grid;place-items:center;font-size:13px}
.btn-ghost-red{background:#fff;color:var(--red);border:1.5px solid var(--red)}
.btn-ghost-red:hover{background:var(--red);color:#fff}
.btn-ghost-red .arr{background:var(--red-soft);color:var(--red)}
.btn-ghost-red:hover .arr{background:rgba(255,255,255,.22);color:#fff}
.proof{margin-top:34px;display:flex;align-items:center;gap:14px}
.av-stack{display:flex}
.av{width:38px;height:38px;border-radius:50%;border:2.5px solid #fff;background:#ddd;margin-left:-10px;overflow:hidden;display:grid;place-items:center;font-size:14px;font-weight:700;color:#fff}
.av:first-child{margin-left:0}
.av.a1{background:linear-gradient(135deg,#F9A8A8,#EB6B73)}
.av.a2{background:linear-gradient(135deg,#9BBFE5,#5D7FB3)}
.av.a3{background:linear-gradient(135deg,#F1C27D,#C58B4C)}
.proof-text{font-size:14px;color:#4b5160;font-weight:500}
.proof-text b{color:var(--ink);font-weight:700}

.hero-right{position:relative;height:520px}
.circle-bg{position:absolute;width:440px;height:440px;border-radius:50%;background:var(--red);top:50%;left:50%;transform:translate(-50%,-50%)}
.dots{position:absolute;top:60px;left:30px;width:120px;height:120px;background-image:radial-gradient(circle,#E63946 1.6px,transparent 2px);background-size:14px 14px;opacity:.35}
.hero-photo{position:absolute;top:30px;left:50%;transform:translateX(-46%);width:380px;height:480px;border-radius:200px 200px 0 0;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 60%,rgba(0,0,0,.04) 100%),
    repeating-linear-gradient(135deg,rgba(255,255,255,.18) 0 12px,transparent 12px 24px),
    linear-gradient(180deg,#FBE3E4 0%,#FAB6BA 100%);
  overflow:hidden;display:flex;align-items:flex-end;justify-content:center;color:#7a2229;font-weight:600}
.hero-photo .photo-tag{font-size:12px;letter-spacing:.04em;background:rgba(255,255,255,.85);padding:6px 12px;border-radius:999px;margin-bottom:18px;backdrop-filter:blur(6px)}

.float-card{position:absolute;background:#fff;border-radius:16px;box-shadow:0 18px 40px -16px rgba(31,33,39,.18),0 2px 8px rgba(31,33,39,.05);padding:14px 18px;z-index:3}
.fc-level{top:60px;right:0;width:212px}
.fc-skill{top:230px;left:-30px;width:236px}
.fc-progress{bottom:30px;right:10px;width:200px}
.fc-label{font-size:12px;color:var(--muted);font-weight:500}
.fc-big{font-size:28px;font-weight:800;color:var(--ink);margin-top:2px;line-height:1.1}
.fc-row{display:flex;justify-content:space-between;align-items:end;margin-top:8px;font-size:12px;color:var(--muted)}
.fc-bar{height:6px;background:#F1F3F5;border-radius:99px;overflow:hidden;margin-top:6px}
.fc-bar > i{display:block;height:100%;background:var(--red);border-radius:99px}
.fc-bar.green > i{background:var(--green)}
.fc-skill .fc-big{color:var(--red);font-size:18px;margin-top:2px}
.fc-progress .delta{font-size:24px;font-weight:800;color:var(--green);margin-top:2px}
.spark{margin-top:8px;height:42px}
.spark path{fill:rgba(230,57,70,.12);stroke:var(--red);stroke-width:2}

/* ===== FEATURES ===== */
.features{margin-top:-72px;position:relative;z-index:5}
.feat-card{background:#fff;border-radius:24px;padding:40px 32px;box-shadow:0 24px 60px -28px rgba(31,33,39,.18),0 2px 6px rgba(31,33,39,.04);display:grid;grid-template-columns:repeat(4,1fr)}
.feat{padding:0 20px;text-align:center;border-right:1px solid var(--line)}
.feat:last-child{border-right:0}
.feat-ic{width:64px;height:64px;background:var(--red-soft);border-radius:14px;display:grid;place-items:center;margin:0 auto 18px;color:var(--red)}
.feat h3{font-size:17px;font-weight:700;margin-bottom:8px}
.feat p{font-size:14px;color:var(--muted);line-height:1.6}

/* ===== SECTION ===== */
section{padding:96px 0}
.sec-title{text-align:center;font-size:32px;font-weight:700;letter-spacing:-.01em;position:relative;display:inline-block;padding-bottom:14px;color:var(--ink)}
.sec-title::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:3px;background:var(--red);border-radius:3px}
.sec-title-wrap{text-align:center;margin-bottom:56px}
.sec-sub{margin-top:18px;color:var(--muted);font-size:16px;max-width:640px;margin-left:auto;margin-right:auto;line-height:1.65}

/* ===== PROCESS ===== */
.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:0;align-items:start;justify-items:center;max-width:1100px;margin:0 auto;position:relative}
.step{text-align:center;max-width:240px;padding:0 8px}
.step-ic{width:96px;height:96px;background:var(--red-tint);border-radius:24px;display:grid;place-items:center;color:var(--red);margin:0 auto 20px;transition:transform .25s,background .25s}
.step:hover .step-ic{transform:translateY(-4px);background:var(--red-soft)}
.step h4{font-size:16px;font-weight:700;margin-bottom:8px}
.step p{font-size:14px;color:var(--muted);line-height:1.6}
.arrow{align-self:center;color:#C8CCD2;margin-top:30px}

/* ===== WHY + TESTIMONIAL ===== */
.why-bg{background:#FAFBFC;padding:96px 0}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.why h2{font-size:28px;font-weight:700;margin-bottom:32px}
.why ul{list-style:none}
.why li{display:flex;gap:14px;align-items:flex-start;padding:14px 0;font-size:15px;color:#374151}
.why li .chk{width:24px;height:24px;border-radius:50%;background:var(--red);display:grid;place-items:center;color:#fff;flex-shrink:0;font-size:12px;font-weight:700}
.why .more-btn{margin-top:24px;background:var(--red);color:#fff;padding:13px 26px;border-radius:8px;font-size:14px;font-weight:600;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none}
.why .more-btn:hover{background:var(--red-2)}

.testi h2{font-size:28px;font-weight:700;margin-bottom:32px}
.testi-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 8px 24px -12px rgba(31,33,39,.12),0 1px 3px rgba(31,33,39,.04);position:relative}
.testi-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}
.testi-who{display:flex;gap:14px;align-items:center}
.testi-av{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#A8C5E5,#5F7AAE);display:grid;place-items:center;color:#fff;font-weight:700;font-size:18px}
.testi-name{font-size:16px;font-weight:700}
.testi-role{font-size:13px;color:var(--muted);margin-top:2px}
.stars{margin-top:6px;color:var(--yellow);font-size:14px;letter-spacing:2px}
.quote-mk{color:var(--red);font-size:32px;line-height:1;font-weight:800;font-style:italic}
.testi p{font-size:15px;color:#4b5160;line-height:1.7}
.pager{display:flex;gap:8px;justify-content:center;margin-top:24px}
.pager .d{width:7px;height:7px;border-radius:50%;background:#D5D8DE}
.pager .d.on{width:24px;border-radius:99px;background:var(--red)}

/* ===== STATS BAR ===== */
.stats-bar{background:var(--red);color:#fff;padding:48px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;align-items:center}
.stat{display:flex;gap:18px;align-items:center;justify-content:center}
.stat-ic{width:52px;height:52px;background:rgba(255,255,255,.18);border-radius:12px;display:grid;place-items:center;flex-shrink:0}
.stat-n{font-size:30px;font-weight:800;letter-spacing:-.01em;line-height:1}
.stat-l{font-size:13px;color:rgba(255,255,255,.92);margin-top:6px}

/* ===== FOOTER ===== */
footer{background:#fff;border-top:1px solid var(--line);padding:64px 0 28px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.4fr;gap:40px}
.foot-brand p{font-size:13px;color:var(--muted);margin-top:18px;line-height:1.65;max-width:260px}
.foot-soc{display:flex;gap:10px;margin-top:22px}
.foot-soc a{width:36px;height:36px;border-radius:8px;background:#F2F3F5;display:grid;place-items:center;color:#6B7280;font-size:14px;transition:background .15s,color .15s}
.foot-soc a:hover{background:var(--red);color:#fff}
.foot-col h5{font-size:14px;font-weight:700;margin-bottom:18px}
.foot-col a{display:block;font-size:13.5px;color:var(--muted);padding:7px 0}
.foot-col a:hover{color:var(--red)}
.foot-contact .ci{display:flex;gap:12px;align-items:center;font-size:13.5px;color:#4b5160;padding:7px 0}
.foot-contact .ci svg{flex-shrink:0;color:var(--red)}
.foot-bottom{margin-top:48px;padding-top:24px;border-top:1px solid var(--line);text-align:center;font-size:13px;color:var(--muted)}

/* ===== MOBILE NAV ===== */
.burger{display:none;width:42px;height:42px;border-radius:8px;background:#fff;border:1.5px solid var(--line);align-items:center;justify-content:center;cursor:pointer;flex-direction:column;gap:4px;padding:0}
.burger span{display:block;width:18px;height:2px;background:var(--ink);border-radius:2px;transition:transform .25s,opacity .2s}
.burger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-menu{display:none;background:#fff;border-top:1px solid var(--line);padding:14px 24px 22px}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:13px 0;font-size:15px;font-weight:500;color:#3a3f4a;border-bottom:1px solid var(--line)}
.mobile-menu a.active{color:var(--red);font-weight:600}
.mobile-menu a:last-of-type{border-bottom:0}
.mobile-menu .mm-cta{display:flex;gap:10px;margin-top:16px}
.mobile-menu .mm-cta .btn{flex:1;justify-content:center}

/* ===== PAGE HEADER (sub-pages) ===== */
.page-head{background:linear-gradient(180deg,#FFF7F7 0%,#FCFCFD 100%);padding:72px 0 56px;text-align:center;border-bottom:1px solid var(--line)}
.page-head h1{font-size:42px;font-weight:800;letter-spacing:-.01em;color:var(--ink);line-height:1.18}
.page-head h1 .red{color:var(--red)}
.page-head p{margin:18px auto 0;max-width:640px;color:var(--muted);font-size:16px;line-height:1.65}
.breadcrumb{margin-top:14px;font-size:13px;color:var(--muted)}
.breadcrumb a{color:var(--red)}
.breadcrumb a:hover{text-decoration:underline}

/* ===== ABOUT ===== */
.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}
.about-visual{position:relative;height:420px;border-radius:24px;background:
  linear-gradient(135deg,#FBE3E4 0%, #FAB6BA 100%);
  overflow:hidden;display:grid;place-items:center;color:#7a2229;font-weight:700}
.about-visual::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.45) 1.5px,transparent 2px);background-size:18px 18px;opacity:.5}
.about h2{font-size:32px;font-weight:700;letter-spacing:-.01em;margin-bottom:18px}
.about p{color:#4b5160;font-size:15.5px;line-height:1.75;margin-bottom:14px}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}
.value{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;transition:transform .2s,box-shadow .2s}
.value:hover{transform:translateY(-4px);box-shadow:0 16px 36px -20px rgba(31,33,39,.18)}
.value-ic{width:54px;height:54px;border-radius:12px;background:var(--red-soft);color:var(--red);display:grid;place-items:center;margin-bottom:16px}
.value h4{font-size:17px;font-weight:700;margin-bottom:8px}
.value p{font-size:14px;color:var(--muted);line-height:1.65}

/* ===== TESTS / SKILLS GRID ===== */
.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.skill-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;display:flex;gap:20px;align-items:flex-start;transition:transform .2s,box-shadow .2s,border-color .2s}
.skill-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -20px rgba(31,33,39,.18);border-color:var(--red-soft)}
.skill-ic{width:58px;height:58px;border-radius:14px;background:var(--red-tint);color:var(--red);display:grid;place-items:center;flex-shrink:0}
.skill-card h3{font-size:18px;font-weight:700;margin-bottom:8px}
.skill-card p{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:12px}
.tag-row{display:flex;flex-wrap:wrap;gap:8px}
.tag{font-size:12px;font-weight:600;padding:5px 11px;border-radius:999px;background:var(--red-soft);color:var(--red)}

/* ===== PRICING ===== */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.plan{background:#fff;border:1.5px solid var(--line);border-radius:20px;padding:32px 28px;position:relative;transition:transform .2s,box-shadow .2s,border-color .2s}
.plan:hover{transform:translateY(-4px);box-shadow:0 18px 44px -22px rgba(31,33,39,.18)}
.plan.featured{border-color:var(--red);box-shadow:0 18px 44px -22px rgba(230,57,70,.35)}
.plan-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--red);color:#fff;font-size:11.5px;font-weight:700;padding:5px 14px;border-radius:999px;letter-spacing:.04em}
.plan h3{font-size:18px;font-weight:700;color:var(--ink)}
.plan .price{margin-top:18px;display:flex;align-items:baseline;gap:6px}
.plan .price .amt{font-size:34px;font-weight:800;color:var(--ink);letter-spacing:-.01em}
.plan .price .per{font-size:13px;color:var(--muted)}
.plan .desc{margin-top:10px;font-size:14px;color:var(--muted);line-height:1.6}
.plan ul{list-style:none;margin:22px 0 28px;display:flex;flex-direction:column;gap:10px}
.plan li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#374151}
.plan li::before{content:"";flex-shrink:0;width:16px;height:16px;border-radius:50%;background:var(--red-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E63946' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='5 12 10 17 19 8'/></svg>") center/12px no-repeat;margin-top:2px}
.plan .btn{width:100%;justify-content:center}

/* ===== FAQ ===== */
.faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.faq-item[open]{border-color:var(--red-soft);box-shadow:0 14px 30px -22px rgba(31,33,39,.18)}
.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;font-size:15.5px;font-weight:600;color:var(--ink)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:24px;color:var(--red);font-weight:600;line-height:1;transition:transform .2s}
.faq-item[open] summary::after{content:"−"}
.faq-item .faq-body{padding:0 24px 22px;font-size:14.5px;color:#4b5160;line-height:1.75}

/* ===== CONTACT FORM ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:flex-start}
.info-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px;display:flex;flex-direction:column;gap:22px}
.info-card h3{font-size:20px;font-weight:700}
.info-row{display:flex;gap:14px;align-items:flex-start}
.info-ic{flex-shrink:0;width:42px;height:42px;border-radius:10px;background:var(--red-soft);color:var(--red);display:grid;place-items:center}
.info-row .label{font-size:12px;color:var(--muted);font-weight:500}
.info-row .val{font-size:14.5px;color:var(--ink);font-weight:600;margin-top:2px}
.info-row .val a{color:inherit}
.info-row .val a:hover{color:var(--red)}

form.lead-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px}
form.lead-form h3{font-size:20px;font-weight:700;margin-bottom:6px}
form.lead-form .form-sub{font-size:14px;color:var(--muted);margin-bottom:24px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:7px}
.field.full{grid-column:span 2}
.field label{font-size:13px;font-weight:600;color:#374151}
.field label .req{color:var(--red);margin-left:2px}
.field input,.field select,.field textarea{
  width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:10px;font-size:14px;font-family:inherit;color:var(--ink);background:#fff;transition:border-color .15s,box-shadow .15s
}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(230,57,70,.12)}
.field textarea{resize:vertical;min-height:110px}
.field .err{display:none;font-size:12.5px;color:var(--red);font-weight:500}
.field.invalid input,.field.invalid select,.field.invalid textarea{border-color:var(--red)}
.field.invalid .err{display:block}
.form-actions{margin-top:24px;display:flex;flex-direction:column;gap:10px}
.form-actions .btn{justify-content:center;padding:14px 24px;font-size:15px}
.consent{font-size:12.5px;color:var(--muted);line-height:1.6}
.consent a{color:var(--red);font-weight:500}

.form-status{margin-top:18px;padding:14px 16px;border-radius:10px;font-size:14px;display:none}
.form-status.show{display:block}
.form-status.success{background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.32);color:#06694e}
.form-status.error{background:rgba(230,57,70,.06);border:1px solid rgba(230,57,70,.28);color:#9b1f2a}

/* ===== THANK YOU ===== */
.thx{padding:120px 0;text-align:center}
.thx .thx-ic{width:96px;height:96px;border-radius:50%;background:rgba(16,185,129,.12);color:var(--green);display:grid;place-items:center;margin:0 auto 28px}
.thx h1{font-size:38px;font-weight:800;letter-spacing:-.01em;margin-bottom:14px}
.thx p{color:var(--muted);font-size:16px;max-width:540px;margin:0 auto 28px;line-height:1.7}
.thx .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ===== BLOG ===== */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.post{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .2s,box-shadow .2s}
.post:hover{transform:translateY(-4px);box-shadow:0 18px 44px -22px rgba(31,33,39,.18)}
.post-thumb{height:180px;background:linear-gradient(135deg,#FBE3E4,#FAB6BA);display:grid;place-items:center;color:#7a2229;font-weight:700}
.post-body{padding:22px}
.post-cat{font-size:12px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.05em}
.post-body h3{font-size:17px;font-weight:700;margin-top:8px;line-height:1.35}
.post-body p{font-size:14px;color:var(--muted);margin-top:8px;line-height:1.6}
.post-meta{margin-top:14px;font-size:12.5px;color:var(--muted)}

/* ===== CTA BANNER ===== */
.cta-band{background:linear-gradient(135deg,#E63946 0%, #B82A37 100%);color:#fff;border-radius:24px;padding:48px;display:grid;grid-template-columns:1.4fr auto;gap:24px;align-items:center;margin:32px 0}
.cta-band h3{font-size:26px;font-weight:800;letter-spacing:-.01em}
.cta-band p{margin-top:8px;opacity:.92;font-size:15px;line-height:1.6}
.cta-band .btn{background:#fff;color:var(--red)}
.cta-band .btn:hover{background:#FFE5E7}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1024px){
  .nav-links{gap:24px}
  .nav-links a{font-size:14px}
  .hero h1{font-size:40px}
  .hero-right{height:480px}
  .circle-bg{width:360px;height:360px}
  .hero-photo{width:320px;height:420px}
  .fc-level{right:-8px;width:188px}
  .fc-skill{left:-12px;width:210px}
  .fc-progress{right:-4px;width:184px}
  .feat-card{padding:32px 16px}
  .feat{padding:0 12px}
  .feat h3{font-size:16px}
  .feat p{font-size:13px}
  .arrow svg{width:32px}
  .why-grid{gap:48px}
  .pricing-grid{gap:18px}
  .blog-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:900px){
  .nav-links{display:none}
  .nav-cta .btn-outline{display:none}
  .burger{display:flex}
  .nav-in{height:68px}
  .hero-grid{grid-template-columns:1fr;gap:0;padding:48px 0 88px}
  .hero h1{font-size:34px;text-align:center}
  .hero p.lede{margin-left:auto;margin-right:auto;text-align:center}
  .hero-ctas{justify-content:center}
  .proof{justify-content:center}
  .hero-right{order:-1;margin-bottom:48px;height:440px}
  .steps{grid-template-columns:1fr 1fr;gap:48px 24px;max-width:540px}
  .arrow{display:none}
  .why-grid{grid-template-columns:1fr;gap:56px}
  .foot-grid{grid-template-columns:1fr 1fr;gap:36px}
  .foot-brand{grid-column:span 2}
  .foot-contact{grid-column:span 2}
  .feat-card{grid-template-columns:repeat(2,1fr);gap:24px;padding:32px 20px}
  .feat{padding:16px;border-right:0;border-bottom:0}
  .feat:nth-child(1),.feat:nth-child(2){border-bottom:1px solid var(--line)}
  .feat:nth-child(odd){border-right:1px solid var(--line)}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:32px 24px}
  .about-grid{grid-template-columns:1fr;gap:36px}
  .about-visual{height:300px}
  .values{grid-template-columns:1fr;gap:18px}
  .skills-grid{grid-template-columns:1fr}
  .pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}
  .contact-grid{grid-template-columns:1fr;gap:32px}
  .cta-band{grid-template-columns:1fr;text-align:center;padding:36px 28px}
}

@media (max-width:640px){
  .wrap{padding:0 18px}
  .brand-name{font-size:13px}
  .logo{width:38px;height:38px}
  .hero{background:linear-gradient(180deg,#FFF7F7 0%,#FCFCFD 60%)}
  .hero-grid{padding:36px 0 80px}
  .hero h1{font-size:28px;line-height:1.22}
  .hero p.lede{font-size:15px;margin-top:18px}
  .hero-ctas{margin-top:28px;flex-direction:column;align-items:stretch}
  .btn-lg{padding:14px 22px;font-size:14px;justify-content:center}
  .proof{margin-top:28px;flex-direction:column;text-align:center;gap:10px}
  .proof-text{font-size:13px}
  .hero-right{height:380px;margin-bottom:32px}
  .circle-bg{width:300px;height:300px}
  .dots{width:84px;height:84px;background-size:11px 11px}
  .hero-photo{width:260px;height:340px;border-radius:140px 140px 0 0}
  .float-card{padding:11px 14px;border-radius:13px}
  .fc-level{top:30px;right:-2px;width:150px}
  .fc-level .fc-big{font-size:22px}
  .fc-skill{top:170px;left:-6px;width:170px}
  .fc-skill .fc-big{font-size:16px}
  .fc-skill .fc-label{font-size:11px}
  .fc-progress{bottom:10px;right:-2px;width:154px}
  .fc-progress .delta{font-size:20px}
  .spark{height:32px}

  .features{margin-top:-56px}
  .feat-card{grid-template-columns:1fr;padding:20px 14px;border-radius:18px}
  .feat{padding:18px 12px;border-right:0!important;border-bottom:1px solid var(--line)!important}
  .feat:last-child{border-bottom:0!important}
  .feat-ic{width:54px;height:54px;margin-bottom:14px}
  .feat-ic svg{width:26px;height:26px}
  .feat h3{font-size:15px}
  .feat p{font-size:13px}

  section{padding:64px 0}
  .sec-title{font-size:24px}
  .sec-title-wrap{margin-bottom:36px}

  .steps{grid-template-columns:1fr;gap:0;max-width:100%}
  .step{max-width:100%;padding:0}
  .arrow{display:block;margin:16px auto;transform:rotate(90deg);color:#D5D8DE}
  .arrow svg{width:28px}
  .step-ic{width:80px;height:80px;border-radius:20px;margin-bottom:14px}
  .step-ic svg{width:34px;height:34px}
  .step h4{font-size:15px}
  .step p{font-size:13.5px}

  .why-bg{padding:64px 0}
  .why h2,.testi h2{font-size:22px;margin-bottom:22px;text-align:center}
  .why li{font-size:14px;padding:11px 0}
  .why .more-btn{display:flex;justify-content:center;margin:24px auto 0;width:fit-content}
  .testi-card{padding:22px 18px;border-radius:14px}
  .testi-av{width:48px;height:48px;font-size:16px}
  .testi-name{font-size:15px}
  .testi-role{font-size:12px}
  .quote-mk{font-size:24px}
  .testi p{font-size:14px}

  .stats-bar{padding:36px 0}
  .stats-grid{grid-template-columns:1fr 1fr;gap:24px 16px}
  .stat{gap:12px;justify-content:flex-start;padding-left:8px}
  .stat-ic{width:42px;height:42px;border-radius:10px}
  .stat-ic svg{width:22px;height:22px}
  .stat-n{font-size:22px}
  .stat-l{font-size:11px;margin-top:3px;line-height:1.35}

  footer{padding:48px 0 24px}
  .foot-grid{grid-template-columns:1fr;gap:32px}
  .foot-brand,.foot-contact{grid-column:span 1}
  .foot-col h5{margin-bottom:12px}
  .foot-col a{padding:6px 0;font-size:13px}
  .foot-bottom{margin-top:36px;font-size:12px}

  .page-head{padding:48px 0 36px}
  .page-head h1{font-size:30px}
  .page-head p{font-size:15px}

  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:span 1}
  form.lead-form,.info-card{padding:22px}

  .blog-grid{grid-template-columns:1fr}
  .thx{padding:80px 0}
  .thx h1{font-size:28px}
}

@media (max-width:380px){
  .hero h1{font-size:25px}
  .fc-level{width:138px}
  .fc-skill{width:160px;left:-12px}
  .fc-progress{width:144px}
  .hero-photo{width:230px;height:300px}
  .circle-bg{width:260px;height:260px}
}
