:root{
  --navy:#17243a;--navy2:#06112b;--slate:#778292;--red:#f4515e;--teal:#27aaa1;
  --paper:#eef3f7;--text:#17243a;--muted:#5d6479;--line:#dfe6ee;--shadow:0 20px 48px rgba(23,36,58,.12)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.65;font-weight:600}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1160px,calc(100% - 36px));margin:0 auto}
.section{padding:112px 0}
.section.light{background:var(--paper)}
.section.white{background:#fff}
.eyebrow{color:var(--red);font-weight:900;letter-spacing:.18em;text-transform:uppercase;font-size:14px}
.h1,.h2,.h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;margin:0;color:var(--navy);font-weight:800}
.h1{font-size:clamp(46px,6vw,86px)}
.h2{font-size:clamp(34px,4vw,58px)}
.h3{font-size:29px}
.lead{font-size:20px;color:var(--muted);max-width:760px}
.btn{display:inline-flex;align-items:center;justify-content:center;border:2px solid transparent;border-radius:999px;padding:15px 34px;font-weight:900;transition:.22s ease;background:var(--red);color:#fff;cursor:pointer;text-transform:uppercase}
.btn:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(244,81,94,.24)}
.btn.ghost{background:transparent;color:#fff;border-color:#fff}
.btn.ghost:hover{background:#fff;color:var(--navy);box-shadow:none}

.topbar{position:absolute;left:0;right:0;top:0;z-index:35;background:rgba(20,27,42,.58);color:#fff;font-size:15px}
.topbar .container{height:58px;display:flex;align-items:center;justify-content:space-between}
.topbar span{display:inline-flex;gap:8px;margin-right:20px}
.nav{position:sticky;top:0;z-index:30;background:rgba(119,130,146,.9);box-shadow:0 1px 0 rgba(255,255,255,.12)}
.topbar+.nav{margin-top:58px}
.nav-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{display:flex;align-items:center;gap:12px;font-weight:900;color:#fff;letter-spacing:.05em;font-size:23px}
.logo img{width:210px;height:auto;display:block}
.logo-mark{width:48px;height:48px;background:#fff;clip-path:polygon(50% 0,61% 33%,100% 33%,68% 54%,80% 100%,50% 70%,20% 100%,32% 54%,0 33%,39% 33%);font-size:0}
.logo span:last-child{color:#fff}.logo span:last-child::first-letter{color:var(--red)}
.nav-links{display:flex;align-items:center;gap:26px;color:#fff;font-weight:900;font-size:17px}
.nav-links a.active,.nav-links a:hover{color:#fff;text-decoration:underline;text-decoration-color:var(--red);text-decoration-thickness:4px;text-underline-offset:8px}
.support{border-left:1px solid rgba(255,255,255,.25);padding-left:22px;color:#fff;font-size:20px;line-height:1.1}
.support small{display:block;font-size:15px}
.menu-toggle{display:none;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:4px;width:44px;height:44px;font-size:24px}

.hero{min-height:878px;position:relative;background:url("../img/explore-2.jpg") center/cover no-repeat;color:#fff;overflow:hidden;margin-top:-150px;padding-top:150px}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,12,26,.88),rgba(7,12,26,.46) 50%,rgba(7,12,26,.2));z-index:1}
.hero-slider-layer{position:absolute;inset:0;background-position:center top;background-size:100% auto;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease;z-index:0}
.hero-slider-layer.active{opacity:1}
.hero .container{position:relative;z-index:2}
.hero-content{position:relative;padding:210px 0 62px;max-width:1280px}
.hero .eyebrow,.hero .h1,.hero .lead{color:#fff}
.hero .lead{font-size:22px}
.hero-actions{display:flex;gap:18px;margin-top:36px;flex-wrap:wrap}
.hero-strips{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:10px;transform:translateY(38px);max-width:1420px}
.strip-card{background:rgba(8,18,43,.76);color:#fff;min-height:220px;padding:42px 42px;border:1px solid rgba(255,255,255,.08)}
.strip-card b{display:block;font-family:Georgia,serif;font-size:28px}
.strip-card span{color:#c9d1dc}
.icon{width:52px;height:52px;display:grid;place-items:center;color:#fff;border:2px solid rgba(255,255,255,.8);font-size:25px;margin-bottom:18px}
.icon img{width:56px;height:56px;object-fit:contain}

.grid{display:grid;gap:26px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:34px;color:var(--text)}
.card.dark{background:#fff;color:var(--text);border:1px solid var(--line)}
.card:hover{transform:translateY(-4px);transition:.22s ease}
.feature-card{display:grid;place-items:center;text-align:center;min-height:210px;border-radius:0}
.feature-card .icon{border-color:#2e5593;color:#2e5593;border-radius:0}
.feature-card .icon{border:0;width:70px;height:70px;margin-bottom:8px}
.feature-card .icon img{width:64px;height:64px}
.plans .card{border-radius:8px;min-height:450px;text-align:left}
.plan{display:flex;flex-direction:column;gap:16px}
.plan h3{text-align:center;font-size:30px;font-family:Inter,Arial,sans-serif}
.price{text-align:center;color:#606060;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.plan:before{content:"";height:20px;background:#686868;border-radius:20px;margin:16px -34px 20px}
.plan,.plans-ref .plan-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.plan:hover,.plans-ref .plan-card:hover{transform:translateY(-10px) scale(1.025);box-shadow:0 30px 70px rgba(23,36,58,.18);border-color:rgba(244,81,94,.38)}
.plan:hover:before,.plans-ref .plan-card:hover:before{background:var(--red);box-shadow:0 10px 28px rgba(244,81,94,.28)}
.plan:hover .btn,.plans-ref .plan-card:hover .btn{background:var(--red);color:#fff}
.plan ul,.check-list{padding:0;margin:0;list-style:none}
.plan li,.check-list li{margin:10px 0;color:#5b5b5b}
.plan li:before,.check-list li:before{content:"✓";color:#45b857;margin-right:12px;font-weight:900}
.plan .btn{margin-top:auto;background:#fff;color:var(--red);border-color:var(--red)}
.stats{background:var(--navy2);color:#fff}.stats .grid{gap:0}
.stat{text-align:center;padding:36px 16px;border-right:1px solid rgba(255,255,255,.16)}
.stat:last-child{border-right:0}.stat strong{display:block;font-size:45px;color:#fff;font-family:Georgia,serif}
.mock-chart{height:360px;background:#fff url("../img/Без названия.png") center/contain no-repeat;border:0;position:relative;overflow:hidden}
.mock-chart:before{display:none}
.mock-chart:after{display:none}
.steps{counter-reset:step}.step{position:relative;padding-left:84px}
.step:before{counter-increment:step;content:counter(step);position:absolute;left:30px;top:36px;width:34px;height:34px;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:900}
.testimonial{min-height:260px;background:#edf3f8}.quote{font-family:Georgia,serif;font-size:23px;color:var(--navy)}
.solution-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:34px;margin-top:90px;align-items:start}
.solution-card{position:relative;background:#fff;box-shadow:var(--shadow)}
.solution-card:nth-child(2){margin-top:0}.solution-card:nth-child(1),.solution-card:nth-child(3){margin-top:40px}
.solution-card img{width:100%;height:320px;object-fit:cover}
.solution-card h3{position:relative;width:84%;margin:-62px auto 0;background:#fff;padding:28px;font-family:Georgia,serif;font-size:30px;line-height:1.28;text-align:center;box-shadow:0 22px 45px rgba(23,36,58,.12)}
.video-band{background:var(--navy2);color:#fff;text-align:center;padding:118px 0 180px}
.video-band .h2{max-width:1180px;margin:22px auto;color:#fff}
.play{width:118px;height:118px;border-radius:50%;margin:56px auto 0;background:var(--red);border:8px solid rgba(255,255,255,.38);box-shadow:0 0 0 8px rgba(255,255,255,.18);display:grid;place-items:center;color:#fff;font-size:42px}
.record-panel{margin-top:-110px;background:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr}
.record-panel>div{padding:70px 78px}.record-panel>div:nth-child(2){background:#eef3f7}
.record-item{display:grid;grid-template-columns:82px 1fr;gap:24px;margin-top:44px}.record-icon{font-size:48px;color:#315a9d}
.record-icon img{width:64px;height:64px;object-fit:contain}
.explore-more .card{padding:0;background:#eef3f7;transition:transform .28s ease,box-shadow .28s ease}.explore-more img{width:100%;height:300px;object-fit:cover;transition:filter .28s ease}.explore-more .body{padding:34px 42px}.explore-more .num{position:absolute;right:42px;top:250px;background:var(--red);color:#fff;width:64px;height:78px;display:grid;place-items:center;font-size:38px;font-weight:900}
.explore-more .card:hover{transform:translateY(-12px) scale(1.035);box-shadow:0 34px 78px rgba(23,36,58,.18);z-index:2}
.explore-more .card:hover img{filter:saturate(1.08) contrast(1.04)}

.cta{background:linear-gradient(90deg,var(--navy) 0 30%,var(--red) 30% 100%);padding:46px 0;color:#fff}
.cta .container{display:flex;align-items:center;justify-content:space-between;gap:24px}.cta .h2{color:#fff}
.footer{background:linear-gradient(rgba(22,45,92,.9),rgba(22,45,92,.9)),url("../img/about_img.png") center/cover;color:#fff;padding:78px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1.2fr;gap:38px}
.footer h3{font-family:Georgia,serif;font-size:27px;color:#fff}.footer p,.footer a{color:#fff}.footer a{display:block;margin:9px 0}
.newsletter{display:flex;border:1px solid rgba(255,255,255,.22);height:62px}.newsletter input{flex:1;min-width:0;background:transparent;border:0;color:#fff;padding:0 18px;font:inherit}.newsletter input::placeholder{color:#c9d1dc}.newsletter button{width:76px;border:0;background:var(--red);color:#fff;font-size:28px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:48px;padding-top:22px;color:#d8e1ee;font-size:14px}
.page-hero{background:var(--navy2);padding:100px 0;color:#fff}.page-hero .h1,.page-hero .lead{color:#fff}
.accordion-item{background:#fff;border:0;margin-bottom:16px}.accordion-btn{width:100%;border:0;background:#f4f6f9;color:#111;padding:24px 28px;font-size:19px;font-weight:900;text-align:left;display:flex;justify-content:space-between;cursor:pointer}.accordion-body{display:none;padding:0 28px 24px;color:var(--muted)}.accordion-item.open .accordion-body{display:block}
.form{display:grid;gap:18px}.glass-card{background:#f4f6f9;color:var(--text);box-shadow:0 24px 55px rgba(23,36,58,.12)}.glass-card .h3{color:var(--navy)}.form input,.form textarea{width:100%;background:transparent;border:0;border-bottom:1px solid rgba(23,36,58,.22);color:var(--text);padding:16px 0;font:inherit}.form input::placeholder,.form textarea::placeholder{color:#687184}.form textarea{min-height:130px;resize:vertical}.form .error{border-bottom-color:var(--red)}.form-note{color:var(--text);min-height:24px}
.legal-content{max-width:900px}.legal-content h2{font-family:Georgia,serif;margin-top:34px;color:var(--navy)}
.cookie{position:fixed;left:18px;right:18px;bottom:18px;z-index:60;background:#17243a;color:#fff;border:1px solid rgba(255,255,255,.15);box-shadow:var(--shadow);padding:18px;display:none;align-items:center;justify-content:space-between;gap:18px}.cookie.show{display:flex}
.reveal{opacity:0;transform:translateY(24px);transition:.55s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:960px){
  .topbar{display:none}.nav-inner{height:76px}.menu-toggle{display:block}.support{display:none}
  .nav-links{position:absolute;top:76px;left:18px;right:18px;display:none;flex-direction:column;align-items:flex-start;background:var(--slate);padding:22px;border:1px solid rgba(255,255,255,.22)}
  .nav-links.open{display:flex}.hero-content{padding-top:120px}
  .hero-strips,.grid.four,.grid.three,.grid.two,.split,.footer-grid{grid-template-columns:1fr}
  .stats .grid.four{grid-template-columns:repeat(2,1fr)}.stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}
  .cta{background:var(--red);text-align:center}.cta .container{display:block}.cta .btn{margin-top:18px}
  .cookie{flex-direction:column;align-items:flex-start}.hero-strips{transform:none;margin-top:36px}
}
@media (max-width:560px){
  .container{width:min(100% - 24px,1160px)}.section{padding:64px 0}.h1{font-size:42px}
  .hero{min-height:auto}.hero-content{padding:92px 0 34px}.stats .grid.four{grid-template-columns:1fr}.btn{width:100%}
  .logo{font-size:16px}.logo-mark{width:38px;height:38px}.card{padding:26px}.plan:before{margin-left:-26px;margin-right:-26px}
}

/* Screenshot-matched rebuild layer */
.logo img,.footer-logo{width:210px;height:auto}
body:not(.inner-page) .hero{
  background-size:100% auto;
  background-position:center top;
  background-repeat:no-repeat;
  background-color:#070b12;
}
body:not(.inner-page) .hero:before{background:linear-gradient(90deg,rgba(5,8,18,.86),rgba(5,8,18,.44) 48%,rgba(5,8,18,.18))}
body:not(.inner-page) .hero-content{padding-top:250px;max-width:980px}
body:not(.inner-page) .hero .h1{font-size:clamp(60px,7vw,102px);max-width:930px}
body:not(.inner-page) .strip-card{background:rgba(8,18,43,.78)}

body.inner-page{background:#fff;font-family:Inter,Arial,sans-serif;color:#17243a}
body.inner-page .topbar{position:relative;background:#17243a;color:#fff;font-size:16px}
body.inner-page .topbar .container{height:66px}
body.inner-page .nav{position:sticky;top:0;background:#fff;box-shadow:0 1px 0 rgba(23,36,58,.08);color:#17243a}
body.inner-page .topbar+.nav{margin-top:0}
body.inner-page .nav-inner{height:108px}
body.inner-page .logo{color:#17243a}
body.inner-page .nav-links{color:#17243a}
body.inner-page .nav-links a.active,body.inner-page .nav-links a:hover{color:#17243a}
body.inner-page .support{color:#17243a;border-left:1px solid #e6ebf0}
body.inner-page .support small{color:#5d6479}
body.inner-page .menu-toggle{background:#17243a;color:#fff}

.ref-hero{
  min-height:280px;
  background:
    linear-gradient(90deg,rgba(246,248,250,.74),rgba(246,248,250,.38)),
    url("../img/news_2.jpg") center 45%/cover no-repeat;
  display:flex;
  align-items:center;
}
.ref-hero .h1{
  font-family:Inter,Arial,sans-serif;
  font-size:clamp(48px,5vw,70px);
  font-weight:900;
  color:#17243a;
}
.tabbar{height:82px;background:#fff;box-shadow:0 10px 26px rgba(23,36,58,.08)}
.tabbar .container{height:100%;display:flex;align-items:stretch;gap:0}
.tabbar a{display:flex;align-items:center;padding:0 42px;font-weight:900;font-size:18px;color:#17243a}
.tabbar a.active{background:var(--red);color:#fff}

.ref-section{padding:110px 0;background:#fff}
.ref-section.tight{padding:76px 0}
.ref-center{text-align:center}
.ref-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,4.4vw,62px);line-height:1.12;margin:14px 0 0;color:#17243a;font-weight:900}
.ref-copy{font-size:22px;line-height:1.85;color:#5d6479;font-weight:600}
.ref-split{display:grid;grid-template-columns:1fr 1.18fr;gap:90px;align-items:center}
.photo-quote{position:relative}
.photo-quote img{width:100%;height:620px;object-fit:cover;background:#000}
.quote-box{position:absolute;left:7%;right:-14%;bottom:70px;background:#fff;box-shadow:0 25px 55px rgba(23,36,58,.12);padding:36px 42px;text-align:center;font-family:Georgia,serif;font-size:30px;line-height:1.28;font-weight:900;color:#17243a}
.quote-box:before{content:"“";position:absolute;top:-26px;left:50%;transform:translateX(-50%);font-size:86px;color:#e3e3e3}
.mini-tabs{display:flex;gap:70px;border-bottom:2px solid #e7ebf0;margin-top:48px}
.mini-tabs button{appearance:none;border:0;background:transparent;padding:18px 0 24px;font-weight:900;color:#17243a;font-size:16px;text-transform:uppercase}
.mini-tabs button.active{color:var(--red);border-bottom:3px solid var(--red)}
.service-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;align-items:start;margin-top:90px}
.service-tile{background:#061639;color:#fff;min-height:220px;padding:42px;font-family:Georgia,serif;font-size:30px;font-weight:900;line-height:1.25}
.service-tile.hot{background:var(--red)}
.service-tile .tile-icon{font-family:Inter,Arial,sans-serif;font-size:46px;margin-bottom:28px;color:#fff}
.service-tile .tile-icon img{width:64px;height:64px;object-fit:contain;filter:brightness(0) invert(1)}
.blue-band{
  background:linear-gradient(rgba(9,26,68,.86),rgba(9,26,68,.86)),url("../img/explore-1.jpg") center/cover no-repeat;
  color:#fff;text-align:center;padding:132px 0 180px;
}
.blue-band .ref-title{color:#fff;max-width:1380px;margin-left:auto;margin-right:auto}
.blue-band .play{margin-top:52px}
.record-box{margin-top:-96px;background:#fff;box-shadow:0 4px 16px rgba(23,36,58,.12);display:grid;grid-template-columns:1fr 1fr}
.record-box>div{min-height:420px;padding:72px 78px}.record-box>div:nth-child(2){background:#eef3f7}
.record-box h2{font-family:Georgia,serif;font-size:42px;color:#17243a;margin:0 0 26px}
.record-line{display:grid;grid-template-columns:84px 1fr;gap:28px;margin-top:48px;align-items:start}
.record-line .record-icon{font-size:54px;color:#315a9d}
.record-line .record-icon img{width:64px;height:64px;object-fit:contain}
.plans-ref{background:#edf3f7;padding:92px 0 128px}
.plans-ref .grid{margin-top:80px}
.plans-ref .plan-card{background:#fff;border:1px solid #dfe3e8;border-radius:10px;min-height:560px;padding:84px 42px 56px;box-shadow:none}
.plans-ref .plan-card h3{text-align:center;font-size:30px;font-family:Inter,Arial,sans-serif;margin:0 0 44px}
.plans-ref .plan-card:before{content:"";display:block;height:22px;background:#6a6a68;border-radius:16px;margin:0 -42px 70px}
.plans-ref .plan-card ul{padding:0;margin:0;list-style:none}
.plans-ref .plan-card li{margin:11px 0;color:#5a5a5a;font-size:18px}
.plans-ref .plan-card li:before{content:"✓";color:#44b859;margin-right:14px}
.plans-ref .plan-card .btn{margin:70px auto 0;background:#fff;color:var(--red);border-color:var(--red);display:flex;max-width:260px}

.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;margin-top:92px}
.faq-row{height:78px;background:#f4f6f9;display:flex;align-items:center;justify-content:space-between;padding:0 44px;font-family:Georgia,serif;font-size:22px;font-weight:900;color:#17243a;cursor:pointer}
.faq-answer{display:none;background:#fff;padding:22px 44px;color:#5d6479;font-size:18px}
.accordion-item.open .faq-answer{display:block}
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:82px}
.contact-card{background:#fff;min-height:500px;box-shadow:0 24px 55px rgba(23,36,58,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px}
.contact-card .contact-icon{font-size:86px;color:#315a9d;margin-bottom:28px}
.contact-card .contact-icon img{width:90px;height:90px;object-fit:contain}
.contact-card h3{font-family:Georgia,serif;font-size:30px;margin:0 0 28px}
.quote-hero{min-height:360px;background:linear-gradient(rgba(246,248,252,.84),rgba(246,248,252,.84)),url("../img/news_1.jpg") left bottom/contain no-repeat;text-align:center;display:flex;align-items:center}
.brand-row{height:150px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center;font-family:Georgia,serif;font-size:34px;color:#20406f}
.legal-ref{max-width:1540px;margin:0 auto;padding:90px 42px 120px;color:#666;font-size:20px;line-height:1.8;font-weight:600}
.legal-ref h2,.legal-ref h3{font-family:Georgia,serif;color:#17243a}
.legal-ref h3{font-size:25px;margin:28px 0 8px}
.legal-ref p{margin:0 0 34px}
.ref-cta{background:linear-gradient(90deg,#233d77 0 28%,var(--red) 28% 100%);color:#fff}
.ref-cta .container{height:166px;display:flex;align-items:center;justify-content:space-between}
.ref-cta img{width:220px}
.ref-cta h2{font-family:Georgia,serif;color:#fff;font-size:44px}
.ref-cta .btn{background:#fff;color:#1c2230;border-color:#fff}
.ref-footer{background:linear-gradient(rgba(35,59,110,.9),rgba(35,59,110,.9)),url("../img/about_img.png") center 22%/cover no-repeat;color:#fff}
.ref-footer .footer-main{padding:92px 0 76px;display:grid;grid-template-columns:1.2fr 1fr 1.15fr;gap:90px}
.ref-footer h3{font-family:Georgia,serif;font-size:30px;margin:0 0 34px;color:#fff}
.ref-footer p,.ref-footer a,.ref-footer li{color:#fff;font-size:19px;line-height:1.75}
.ref-footer a{display:block;margin:12px 0}
.ref-footer .links{display:grid;grid-template-columns:1fr 1fr;gap:38px}
.partner{display:inline-block;background:#000;color:#fff;font-size:34px;font-weight:900;padding:4px 18px;margin-top:24px}
.partner-logo{width:246px;height:auto;margin-top:24px}
.ref-footer .bottom{background:#172b5d;padding:22px 0;color:#c9d1dc;font-size:18px}

.auth-page{
  min-height:100vh;
  background:#202527;
  color:#fff;
  font-family:Inter,Arial,sans-serif;
}
.auth-shell{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:64px 24px;
}
.auth-card{
  width:min(1530px,calc(100vw - 96px));
  min-height:735px;
  display:grid;
  grid-template-columns:1fr 1.08fr;
  background:#2d3035;
  border-radius:6px;
  overflow:hidden;
  box-shadow:0 26px 80px rgba(0,0,0,.24);
}
.auth-aside{
  background:#d26070;
  padding:58px 36px 70px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.auth-logo img{width:230px;height:auto}
.auth-aside h1{
  margin:0 0 10px;
  color:#fff;
  font:900 clamp(46px,4.5vw,60px)/1.05 Inter,Arial,sans-serif;
  letter-spacing:0;
}
.auth-aside p{
  margin:0;
  color:#fff;
  font-size:23px;
  font-weight:500;
}
.auth-steps{
  list-style:none;
  padding:34px 0 0;
  margin:0;
  display:grid;
  gap:24px;
  font-size:24px;
  font-weight:900;
}
.auth-steps li:before{
  content:counter(list-item);
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  margin-right:8px;
  border-radius:5px;
  background:#f7f7f7;
  color:#263038;
  font-size:17px;
  vertical-align:2px;
}
.auth-form{
  padding:86px 92px 64px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:42px;
}
.auth-form label{display:block}
.auth-form span{
  display:block;
  color:#b8b8bb;
  font-size:20px;
  font-weight:500;
  margin-bottom:2px;
}
.auth-form input{
  width:100%;
  height:42px;
  background:transparent;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.16);
  color:#fff;
  outline:0;
  font:500 20px/1.2 Inter,Arial,sans-serif;
}
.auth-form input:focus{border-bottom-color:#d26070}
.auth-form input.error{border-bottom-color:#ff5866}
.auth-form button{
  height:58px;
  margin-top:18px;
  border:0;
  border-radius:4px;
  background:#db6272;
  color:#fff;
  font-size:22px;
  font-weight:500;
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}
.auth-form button:hover{
  transform:translateY(-2px);
  background:#f4515e;
  box-shadow:0 16px 34px rgba(244,81,94,.22);
}
.auth-switch{
  margin:0;
  color:#bfc0c3;
  font-size:17px;
  font-weight:500;
}
.auth-switch a{color:#e26a78}
.auth-page .form-note{
  min-height:24px;
  margin:-22px 0 0;
  color:#d8d8dc;
  font-size:15px;
  font-weight:600;
}

@media (max-width:960px){
  body.inner-page .topbar{display:none}
  body.inner-page .nav-links{background:#fff;box-shadow:0 18px 42px rgba(23,36,58,.16)}
  .ref-split,.record-box,.contact-cards,.faq-grid,.service-row,.ref-footer .footer-main{grid-template-columns:1fr}
  .quote-box{position:relative;left:auto;right:auto;bottom:auto;margin:-80px 22px 0}
  .service-row{margin-top:48px}.service-tile{min-height:170px}
  .plans-ref .grid.four{grid-template-columns:1fr}
  .ref-cta .container{height:auto;padding:34px 0;display:grid;gap:24px;text-align:center}
  .auth-card{width:min(760px,calc(100vw - 32px));grid-template-columns:1fr;min-height:auto}
  .auth-aside{min-height:360px}
  .auth-form{padding:46px 36px 42px}
}
@media (max-width:560px){
  .auth-shell{padding:24px 12px}
  .auth-card{width:100%}
  .auth-aside{padding:34px 24px;min-height:320px}
  .auth-logo img{width:190px}
  .auth-aside h1{font-size:40px}
  .auth-aside p,.auth-steps{font-size:18px}
  .auth-form{gap:30px;padding:36px 24px}
  .auth-form button{width:100%}
}
