:root{
  --rose:#d82f77;
  --rose-dark:#b81f60;
  --rose-soft:#fff0f6;
  --ink:#202127;
  --muted:#6f717a;
  --surface:#ffffff;
  --soft:#faf8f9;
  --line:#ece7ea;
  --green:#1e9b66;
  --radius:24px;
  --shadow:0 18px 60px rgba(65,28,45,.12);
}

*{box-sizing:border-box}
.brand-logo{width:72px;height:52px;object-fit:contain;border-radius:8px;background:white}
.nav-links .student-link{color:var(--rose-dark);font-weight:800}
[id]{scroll-margin-top:100px}
:focus-visible{outline:3px solid var(--rose-dark);outline-offset:4px}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}

.header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(255,255,255,.86);
  border-bottom:1px solid rgba(236,231,234,.8);
}
.nav{height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800}
.brand-mark{
  width:44px;height:44px;border-radius:50%;
  display:grid;place-items:center;
  color:white;background:linear-gradient(135deg,var(--rose),#ee79a8);
  box-shadow:0 10px 25px rgba(216,47,119,.25);
  font-family:"Playfair Display",serif;
}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy strong{font-size:17px}
.brand-copy small{font-size:11px;color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin-top:4px}
.nav-links{display:flex;gap:26px;margin-left:auto}
.nav-links a{font-size:14px;font-weight:600;color:#4e5056}
.nav-links a:hover{color:var(--rose)}
.nav-cta{margin-left:6px}
.menu-toggle{display:none;border:0;background:none;font-size:24px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 20px;border-radius:14px;
  font-weight:800;font-size:14px;transition:.22s ease;border:1px solid transparent;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--rose);color:white;box-shadow:0 12px 30px rgba(216,47,119,.22)}
.btn-primary:hover{background:var(--rose-dark)}
.btn-ghost{background:white;border-color:var(--line)}
.btn-white{background:white;color:var(--rose-dark)}
.btn-lg{min-height:54px;padding:0 24px}
.full{width:100%}

.hero{
  position:relative;overflow:hidden;
  padding:84px 0 66px;
  background:linear-gradient(180deg,#fff 0%,#fff8fb 100%);
}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--rose);margin-bottom:16px;
}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor;border-radius:2px}
.eyebrow.light{color:#ffd6e6}
.hero h1,.section-heading h2,.simulator h2,.contact-copy h2{
  margin:0;letter-spacing:-.045em;line-height:1.05;
}
.hero h1{font-size:clamp(46px,6vw,76px);max-width:700px}
.hero h1 span{color:var(--rose)}
.hero-text{font-size:18px;color:var(--muted);max-width:610px;margin:24px 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-trust{display:flex;gap:34px;margin-top:38px;padding-top:30px;border-top:1px solid var(--line)}
.hero-trust div{display:flex;flex-direction:column}
.hero-trust strong{font-size:23px}
.hero-trust span{font-size:12px;color:var(--muted)}

.hero-card{position:relative;min-height:550px}
.hero-photo{
  position:absolute;inset:0;border-radius:36px;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(35,13,25,.18)),
    url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=768,h=752,fit=crop/adEq9GAUgx44JWpH/xzpzev-6aLVzyAhPJpkZEVh.png") center/cover no-repeat;
  box-shadow:var(--shadow);
}
.hero-photo:after{
  content:"";position:absolute;inset:0;border-radius:36px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);
}
.floating-card{
  position:absolute;display:flex;gap:12px;align-items:center;
  padding:14px 17px;border-radius:18px;background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);box-shadow:0 18px 45px rgba(49,20,34,.18);
}
.floating-card strong,.floating-card small{display:block}
.floating-card strong{font-size:13px}
.floating-card small{font-size:11px;color:var(--muted)}
.floating-top{top:32px;left:-32px}
.floating-bottom{right:-24px;bottom:38px}
.floating-icon{
  width:38px;height:38px;border-radius:12px;display:grid;place-items:center;
  background:var(--rose-soft);color:var(--rose);font-weight:900;
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);opacity:.55}
.hero-glow-a{width:360px;height:360px;background:#ffd8e8;right:-120px;top:-120px}
.hero-glow-b{width:260px;height:260px;background:#f8e5ef;left:-100px;bottom:-130px}

.proof{margin-top:-20px;position:relative;z-index:3}
.proof-card{
  background:#24242a;color:white;border-radius:24px;padding:24px 28px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  box-shadow:0 20px 50px rgba(23,23,27,.12)
}
.proof-card p{font-weight:800;margin:0}
.proof-pills{display:flex;gap:10px;flex-wrap:wrap}
.proof-pills span{
  padding:9px 13px;border-radius:999px;
  background:rgba(255,255,255,.08);font-size:12px;color:#f1eff0;
}

.section{padding:104px 0}
.soft{background:var(--soft)}
.section-heading{max-width:680px;margin-bottom:44px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading h2,.simulator h2,.contact-copy h2{font-size:clamp(36px,5vw,56px)}
.section-heading p{font-size:17px;color:var(--muted);margin:18px 0 0}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step{
  padding:28px;border:1px solid var(--line);border-radius:22px;background:white;
  transition:.2s ease;
}
.step:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(52,28,39,.08)}
.step>span{font-size:12px;font-weight:800;color:var(--rose)}
.step h3{font-size:18px;margin:30px 0 10px}
.step p{font-size:14px;color:var(--muted);margin:0}

.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.service-card{
  display:grid;grid-template-columns:auto 1fr;gap:20px;
  padding:32px;background:white;border:1px solid var(--line);border-radius:26px;
}
.service-card.featured{box-shadow:var(--shadow);border-color:#f0c6d7}
.service-icon{
  width:52px;height:52px;border-radius:16px;display:grid;place-items:center;
  background:var(--rose-soft);color:var(--rose);font-weight:900;font-size:20px
}
.tag{
  display:inline-flex;padding:6px 10px;border-radius:999px;background:#effaf5;color:var(--green);
  font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
}
.service-card h3{font-size:23px;margin:10px 0 8px}
.service-card p,.service-card li{color:var(--muted);font-size:14px}
.service-card ul{padding-left:18px}
.service-card a{color:var(--rose);font-weight:800;font-size:14px}

.simulator{
  background:linear-gradient(135deg,#b51f5e 0%,#d82f77 55%,#e95d95 100%);
  color:white;overflow:hidden;
}
.simulator-grid{display:grid;grid-template-columns:1fr .88fr;gap:70px;align-items:center}
.simulator p{max-width:650px;color:#ffe9f2;font-size:17px;margin:20px 0 28px}
.simulator-ui{
  background:#fff;border-radius:26px;padding:0;box-shadow:0 28px 70px rgba(84,7,42,.35);
  transform:rotate(2deg);
}
.sim-head{padding:14px 18px;border-bottom:1px solid #eee;display:flex;gap:6px}
.sim-head span{width:8px;height:8px;border-radius:50%;background:#ddd}
.sim-body{padding:28px;color:var(--ink)}
.sim-body small{font-weight:800;color:var(--rose)}
.sim-body h3{margin:8px 0 18px}
.fake-line{height:9px;border-radius:999px;background:#ecebef;margin:8px 0}
.fake-line.long{width:92%}.fake-line.medium{width:68%}
.fake-answer{margin-top:11px;border:1px solid #e7e3e5;border-radius:12px;padding:11px 14px;font-weight:800}
.fake-answer.active{border-color:#f0a4c3;background:#fff2f7;color:var(--rose)}

.region-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:850px;margin:0 auto}
.region-card{
  padding:34px;border-radius:26px;border:1px solid var(--line);text-align:center;background:white;
}
.region-label{
  width:58px;height:58px;margin:0 auto 18px;border-radius:18px;display:grid;place-items:center;
  background:var(--rose-soft);color:var(--rose);font-weight:900;
}
.region-card h3{font-size:26px;margin:0}
.region-card p{color:var(--muted);font-size:14px;margin:10px 0 20px}

.contact-section{background:#fff8fb}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.contact-copy p{font-size:17px;color:var(--muted);max-width:520px}
.contact-badge{
  display:inline-flex;margin-top:12px;padding:9px 13px;border-radius:999px;background:white;
  border:1px solid var(--line);font-size:12px;font-weight:700;
}
.lead-form{
  background:white;border:1px solid var(--line);border-radius:28px;padding:30px;
  box-shadow:0 20px 60px rgba(75,31,51,.09)
}
.field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.field label{font-size:12px;font-weight:800}
.field input,.field select{
  width:100%;border:1px solid #ded9dc;background:#fff;border-radius:13px;
  min-height:50px;padding:0 14px;outline:none;
}
.field input:focus,.field select:focus{border-color:var(--rose);box-shadow:0 0 0 3px rgba(216,47,119,.08)}
.field-row{display:grid;grid-template-columns:1.25fr .75fr;gap:12px}
.form-note{display:block;text-align:center;color:var(--muted);margin-top:10px}

.footer{background:#202126;color:#eee;padding:64px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr 1fr;gap:40px}
.footer-brand{margin-bottom:16px}
.footer .brand-copy small{color:#aaa}
.footer p,.footer span,.footer a{color:#bdbdc2;font-size:13px}
.footer h4{margin:6px 0 14px;color:white}
.footer-grid>div{display:flex;flex-direction:column;gap:8px}
.footer-bottom{
  margin-top:42px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);
  display:flex;justify-content:space-between;gap:20px;
}

.whatsapp-float{
  position:fixed;right:16px;bottom:16px;z-index:40;min-height:48px;padding:12px 18px;border-radius:999px;
  background:var(--rose-dark);color:white;display:grid;place-items:center;font-size:14px;font-weight:800;
  box-shadow:0 15px 35px rgba(20,140,78,.28)
}

@media(max-width:980px){
  .nav-links,.nav-cta{display:none}
  .menu-toggle{display:block;margin-left:auto}
  .nav.open .nav-links{
    display:flex;position:absolute;left:20px;right:20px;top:70px;background:white;border:1px solid var(--line);
    border-radius:18px;padding:18px;flex-direction:column;box-shadow:var(--shadow)
  }
  .hero-grid,.simulator-grid,.contact-grid{grid-template-columns:1fr}
  .hero-card{min-height:500px}
  .steps{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .container{width:min(100% - 28px,1160px)}
  .hero{padding-top:58px}
  .hero-card{min-height:420px}
  .floating-top{left:10px}.floating-bottom{right:10px}
  .hero-trust{gap:18px;justify-content:space-between}
  .hero-trust strong{font-size:18px}
  .hero-trust span{font-size:10px}
  .proof-card{align-items:flex-start;flex-direction:column}
  .steps,.service-grid,.region-grid,.field-row,.footer-grid{grid-template-columns:1fr}
  .section{padding:78px 0}
  .service-card{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}
@media(max-width:680px){
  .hero h1{font-size:clamp(36px,10vw,46px)}
  .hero-grid,.simulator-grid,.contact-grid{gap:36px}
  .hero-trust{flex-wrap:wrap}
  .hero-card{min-height:350px}
  .lead-form{padding:22px}
  .footer{padding-bottom:90px}
  .nav-links a{padding:8px 0}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}
