@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

html.public-home-route { color-scheme: dark; scroll-behavior: smooth; }
html.public-home-route body { margin: 0; background: #081116; }
.public-home, .public-home * { box-sizing: border-box; }
.public-home { display: none; min-height: 100vh; overflow: hidden; background: #081116; color: #f7fbfc; font-family: Manrope, Arial, sans-serif; line-height: 1.55; }
html.public-home-route .public-home { display: block; }
.public-home a { color: inherit; }
.home-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.home-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
.home-brand { color: #35a8e0 !important; font-size: 16px; font-weight: 800; letter-spacing: .22em; text-decoration: none; }
.home-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.home-nav a { text-decoration: none; color: #cbd5d9; }
.home-nav a:hover { color: #fff; }
.home-nav__login { padding: 10px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; }
.home-hero { min-height: 700px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; padding-block: 80px; }
.home-eyebrow { margin: 0 0 20px; color: #35a8e0; font-size: 13px; font-weight: 800; letter-spacing: .18em; }
.home-hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: 1.02; letter-spacing: -.055em; }
.home-lead { max-width: 680px; margin: 30px 0 0; color: #aebbc0; font-size: 20px; }
.home-actions { display: flex; align-items: center; gap: 22px; margin-top: 38px; color: #92a2a8; font-size: 14px; }
.home-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 0 30px; background: #35a8e0; color: #061017 !important; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.home-button:hover { background: #5bc0ee; transform: translateY(-2px); }
.home-button:disabled { cursor: wait; opacity: .65; transform: none; }
.home-hero__visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.home-hero__visual::before { content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(53,168,224,.28), transparent 68%); filter: blur(8px); }
.home-orbit { position: absolute; border: 1px solid rgba(53,168,224,.3); border-radius: 50%; transform: rotate(-18deg); }
.home-orbit--one { width: 430px; height: 280px; }
.home-orbit--two { width: 520px; height: 350px; transform: rotate(28deg); }
.home-hero__card { position: relative; width: min(390px, 86%); padding: 36px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: rgba(14,27,33,.82); box-shadow: 0 35px 90px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
.home-hero__card span { color: #7e929a; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.home-hero__card strong { display: block; margin-top: 22px; font-size: 28px; line-height: 1.25; }
.home-progress { height: 6px; margin-top: 42px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }
.home-progress i { display: block; width: 68%; height: 100%; border-radius: inherit; background: #35a8e0; }
.home-section { padding-block: 110px; }
.home-section__heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.home-section h2 { margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.home-section__heading > p, .home-registration > div > p, .home-price > div > p { margin: 0; color: #9babb1; font-size: 18px; }
.home-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-cards article { min-height: 300px; padding: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #0d191f; }
.home-cards b { color: #35a8e0; font-size: 40px; }
.home-cards h3 { margin: 54px 0 12px; font-size: 21px; }
.home-cards p { margin: 0; color: #91a2a9; }
.home-section--tint { background: #eef6f9; color: #0b171d; }
.home-section--tint .home-section__heading p { color: #53656d; }
.home-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: #cbdde5; border: 1px solid #cbdde5; border-radius: 22px; overflow: hidden; }
.home-steps li { min-height: 190px; padding: 30px; background: #fff; }
.home-steps span { display: block; margin-bottom: 35px; color: #1689c2; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.home-steps strong { font-size: 19px; line-height: 1.45; }
.home-journey__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.home-journey__grid article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; min-height: 210px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #0d191f; }
.home-journey__grid span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: rgba(53,168,224,.13); color: #55bceb; font-size: 20px; font-weight: 800; }
.home-journey__grid h3 { margin: 8px 0 10px; font-size: 20px; }
.home-journey__grid p { margin: 0; color: #95a6ac; }
.home-section--inside { background: #eef6f9; color: #0b171d; }
.home-inside { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.home-inside > div:first-child > p:last-child { color: #53656d; font-size: 18px; }
.home-inside__list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.home-inside__list article { min-height: 175px; padding: 25px; border: 1px solid #d0e0e6; border-radius: 20px; background: #fff; }
.home-inside__list h3 { margin: 0 0 10px; font-size: 18px; }
.home-inside__list p { margin: 0; color: #5c6e75; font-size: 14px; }
.home-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.home-benefits ul { margin: 0; padding: 0; list-style: none; }
.home-benefits li { position: relative; padding: 20px 0 20px 38px; border-bottom: 1px solid rgba(255,255,255,.12); color: #b7c4c9; font-size: 17px; }
.home-benefits li::before { content: '✓'; position: absolute; left: 0; color: #35a8e0; font-weight: 800; }
.home-fit { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; }
.home-fit__columns { display: grid; gap: 18px; }
.home-fit__columns article { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #0d191f; }
.home-fit__columns h3 { margin: 0 0 15px; font-size: 19px; }
.home-fit__columns ul { margin: 0; padding-left: 20px; color: #9eafb5; }
.home-fit__columns li + li { margin-top: 8px; }
.home-section--price { background: linear-gradient(135deg, #10354a, #0b222e); }
.home-price { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.home-price > div > p { margin-top: 24px; color: #c0d2da; }
.home-price__card { padding: 38px; border: 1px solid rgba(255,255,255,.17); border-radius: 28px; background: rgba(6,17,23,.45); }
.home-price__card > span { color: #91a9b3; }
.home-price__card > strong { display: block; margin: 14px 0 24px; font-size: 52px; letter-spacing: -.04em; }
.home-price__card small { font-size: 17px; color: #a9bac1; letter-spacing: 0; }
.home-price__card p { color: #bdcbd0; }
.home-price__card a { display: inline-block; margin-top: 10px; color: #65c6f3; font-weight: 700; }
.home-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.home-info h3 { margin: 0 0 14px; font-size: 20px; }
.home-info p { margin: 0; color: #93a5ac; }
.home-faq { padding-top: 30px; }
.home-faq > h2 { margin-bottom: 42px; }
.home-faq details { border-top: 1px solid rgba(255,255,255,.14); }
.home-faq details:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.home-faq summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; font-size: 18px; font-weight: 700; list-style: none; }
.home-faq summary::-webkit-details-marker { display: none; }
.home-faq summary::after { content: '+'; position: absolute; right: 8px; color: #35a8e0; font-size: 27px; font-weight: 400; line-height: 1; }
.home-faq details[open] summary::after { content: '−'; }
.home-faq details p { max-width: 800px; margin: -8px 0 24px; color: #9aabb1; }
.home-section--registration { background: #eef6f9; color: #0b171d; }
.home-registration { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.home-registration > div { position: sticky; top: 30px; }
.home-registration > div > p { margin-top: 24px; color: #53656d; }
.home-form { padding: 38px; border: 1px solid #d3e2e8; border-radius: 28px; background: #fff; box-shadow: 0 24px 70px rgba(20,55,70,.1); }
.home-form > label:not(.home-consent) { display: block; margin-bottom: 20px; font-size: 14px; font-weight: 800; }
.home-form input[type='email'], .home-form input[type='password'] { display: block; width: 100%; height: 58px; margin-top: 8px; border: 1px solid #cbd9df; border-radius: 13px; padding: 0 16px; background: #f8fbfc; color: #0b171d; font: inherit; outline: none; }
.home-form input:focus { border-color: #239bd5; box-shadow: 0 0 0 3px rgba(53,168,224,.14); }
.home-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 8px 0 24px; color: #576970; font-size: 12px; }
.home-consent input { width: 18px; height: 18px; accent-color: #209bd7; }
.home-consent a { color: #1179ac; }
.home-form .home-button { width: 100%; }
.home-form__status { min-height: 22px; margin: 14px 0 0; color: #1677a5; text-align: center; font-size: 13px; }
.home-form__status.is-error { color: #b52f38; }
.home-form__login { margin: 8px 0 0; color: #64767d; text-align: center; font-size: 13px; }
.home-form__login a { color: #1179ac; font-weight: 700; }
.home-footer { padding: 66px 0 24px; background: #050b0e; }
.home-footer__grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 60px; }
.home-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; color: #91a0a6; font-size: 13px; }
.home-footer__grid strong { margin-bottom: 8px; color: #f7fbfc; font-size: 14px; }
.home-footer__grid p { max-width: 300px; }
.home-footer__grid a:not(.home-brand) { color: #aebdc2; }
.home-footer__bottom { margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #65757c; font-size: 12px; }

@media (max-width: 860px) {
  .home-shell { width: min(100% - 32px, 680px); }
  .home-nav > a:not(.home-nav__login) { display: none; }
  .home-hero { min-height: auto; grid-template-columns: 1fr; gap: 20px; padding-block: 64px 50px; }
  .home-hero h1 { font-size: clamp(43px, 12vw, 66px); }
  .home-hero__visual { min-height: 380px; }
  .home-orbit--one { width: 330px; height: 230px; }
  .home-orbit--two { width: 400px; height: 280px; }
  .home-section { padding-block: 78px; }
  .home-section__heading, .home-benefits, .home-price, .home-registration, .home-inside, .home-fit { grid-template-columns: 1fr; gap: 34px; }
  .home-journey__grid { grid-template-columns: 1fr; }
  .home-cards, .home-steps, .home-info, .home-footer__grid { grid-template-columns: 1fr; }
  .home-cards article { min-height: 250px; }
  .home-cards h3 { margin-top: 35px; }
  .home-steps { gap: 1px; }
  .home-steps li { min-height: 145px; }
  .home-registration > div { position: static; }
}

@media (max-width: 520px) {
  .home-shell { width: calc(100% - 28px); }
  .home-header { min-height: 72px; }
  .home-brand { font-size: 13px; }
  .home-nav__login { padding: 8px 14px !important; }
  .home-hero { padding-top: 48px; }
  .home-hero h1 { font-size: 43px; }
  .home-lead { font-size: 17px; }
  .home-actions { align-items: flex-start; flex-direction: column; }
  .home-hero__visual { min-height: 320px; }
  .home-hero__card { padding: 27px; }
  .home-orbit--one { width: 300px; height: 190px; }
  .home-orbit--two { width: 350px; height: 240px; }
  .home-section h2 { font-size: 36px; }
  .home-form, .home-price__card { padding: 24px 20px; border-radius: 22px; }
  .home-journey__grid article { grid-template-columns: 46px 1fr; gap: 14px; padding: 23px 19px; }
  .home-journey__grid span { width: 42px; height: 42px; }
  .home-inside__list { grid-template-columns: 1fr; }
  .home-price__card > strong { font-size: 43px; }
  .home-footer__grid { gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-button { transition: none; }
}
