*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;color:#111827;background:#f8fafc;line-height:1.65}a{color:inherit}.wrap{max-width:1120px;margin:auto;padding:0 22px}.header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:5}.nav{height:68px;display:flex;align-items:center;justify-content:space-between}.logo{text-decoration:none;font-weight:900;font-size:1.15rem}.logo b{color:#6d5dfc}.links{display:flex;gap:20px}.links a{text-decoration:none;font-weight:700;color:#334155}.hero{padding:82px 0;background:linear-gradient(135deg,#f8fafc,#eef2ff)}h1{font-size:clamp(2.5rem,6vw,4.6rem);line-height:1.03;letter-spacing:-.055em;max-width:850px;margin:12px 0 20px}.hero p{font-size:1.18rem;max-width:720px;color:#475569}.eyebrow{color:#635bff;text-transform:uppercase;letter-spacing:.1em;font-weight:850;font-size:.78rem}.btn{display:inline-block;text-decoration:none;padding:13px 18px;border-radius:10px;font-weight:850;margin:8px 8px 0 0}.primary{background:#111827;color:white}.secondary{background:white;border:1px solid #e5e7eb}.section{padding:60px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.card{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:24px;text-decoration:none}.card p{color:#64748b}.article{max-width:800px;margin:auto;padding:62px 22px}.article h1{font-size:clamp(2.4rem,5vw,4rem)}.article h2{margin-top:40px}.article p,.article li{font-size:1.05rem;color:#334155}.note{background:white;border-left:4px solid #6d5dfc;padding:18px 20px;margin:25px 0;border-radius:10px}.cta{background:#111827;color:white;padding:30px;border-radius:18px;margin-top:38px}.cta p{color:#cbd5e1}.footer{margin-top:50px;background:#111827;color:#cbd5e1;padding:40px 0}.footer a{color:white}.small{font-size:.82rem;color:#94a3b8}@media(max-width:760px){.links{display:none}.grid{grid-template-columns:1fr}.hero{padding:58px 0}}


.offer-btn{
  background:linear-gradient(135deg,#ffd84d,#ffb800);
  color:#111827 !important;
  border:1px solid rgba(17,24,39,.12);
  box-shadow:0 10px 28px rgba(255,184,0,.28),0 2px 6px rgba(15,23,42,.16);
  min-width:230px;
  text-align:center;
  font-size:1rem;
  letter-spacing:.005em;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.offer-btn::after{content:" →";font-weight:900;margin-left:.35em}
.offer-btn:hover,.offer-btn:focus{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(255,184,0,.34),0 4px 10px rgba(15,23,42,.18);
  filter:saturate(1.05);
}
.offer-btn:focus-visible{outline:3px solid #8b5cf6;outline-offset:3px}
@media(max-width:760px){
  .offer-btn{display:block;width:100%;min-width:0;padding:15px 18px}
}
