.page{overflow-x:hidden}.container{width:100%;max-width:var(--max);margin-inline:auto;padding-inline:var(--page-pad);box-sizing:border-box}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:#fffaf5e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(35,15,10,.06)}.header .container{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.logo{display:flex;align-items:center;gap:10px;font-family:var(--font-geo);font-weight:800;font-size:17px;letter-spacing:-.02em;line-height:1;min-width:0}.logo__mark{width:32px;height:32px;flex-shrink:0;display:block}.logo__text{min-width:0}@media(max-width:767px){.logo__text{display:none}}.header__nav{display:none;gap:28px;font-size:15px;font-weight:500;color:var(--text-muted)}.header__nav a:hover{color:var(--text)}.header__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.lang-switch{position:relative;z-index:110}.lang-switch__btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:48px;height:48px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:var(--text);font-family:var(--font-geo);font-weight:700;font-size:13px;letter-spacing:.04em;cursor:pointer;transition:background .15s ease}.lang-switch__btn:hover,.lang-switch--open .lang-switch__btn{background:#fff}.lang-switch__chevron{width:12px;height:12px;opacity:.65;transition:transform .15s ease}.lang-switch--open .lang-switch__chevron{transform:rotate(180deg)}.lang-switch__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:176px;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid rgba(35,15,10,.08);border-radius:16px;box-shadow:0 12px 32px #230f0a1f}.lang-switch__option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:12px;background:transparent;color:var(--text);font-family:var(--font-text);font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background .12s ease}.lang-switch__option:hover{background:#ffe03347}.lang-switch__option--active{background:#ffe03373;font-weight:700}.lang-switch__option-code{flex-shrink:0;width:28px;font-family:var(--font-geo);font-weight:800;font-size:12px;letter-spacing:.04em;opacity:.72}.lang-switch__option-name{min-width:0}@media(min-width:768px){.header__nav{display:flex}}@media(max-width:480px){.header__actions{gap:8px}.lang-switch__btn{min-height:48px;height:48px;padding:0 10px}.btn-yellow--header{padding:0 14px;font-size:14px}}.btn-yellow{--btn-h: 64px;display:inline-flex;align-items:center;justify-content:center;min-height:var(--btn-h);padding:0 36px;border-radius:var(--radius-btn);background:var(--yellow);color:var(--text);font-family:var(--font-geo);font-weight:800;font-size:20px;line-height:1;letter-spacing:-.01em;text-align:center;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 2px #230f0a14;white-space:nowrap}.btn-yellow:hover{background:var(--yellow-hover);transform:translateY(-1px)}.btn-yellow:active{background:var(--yellow-active);transform:translateY(0)}.btn-yellow--lg{--btn-h: 72px;min-width:min(100%,360px);padding:0 48px;font-size:22px;border-radius:24px}.btn-yellow--xl{--btn-h: 80px;min-width:min(100%,420px);padding:0 56px;font-size:24px;border-radius:28px;box-shadow:0 8px 28px #ffd70059}.btn-yellow--header{--btn-h: 48px;padding:0 20px;font-size:15px;border-radius:16px;border:none;box-shadow:none}.btn-yellow--header:hover,.btn-yellow--header:active{box-shadow:none;transform:none}@media(max-width:480px){.btn-yellow--lg,.btn-yellow--xl{width:100%;min-width:0;font-size:18px;--btn-h: 64px}.logo{font-size:15px}}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding-top:calc(var(--header-h) + var(--section-y) * .45);padding-bottom:var(--section-y);background:radial-gradient(ellipse 70% 55% at 85% 25%,rgba(255,224,51,.28),transparent 55%),radial-gradient(ellipse 50% 40% at 10% 85%,rgba(31,92,69,.07),transparent 50%),var(--bg);overflow:hidden}.hero__grid{display:grid;grid-template-columns:1fr;gap:var(--col-gap);align-items:center}@media(min-width:900px){.hero__grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:var(--col-gap)}}.hero__content{position:relative;z-index:2;min-width:0}.hero__title{font-family:var(--font-geo);font-weight:800;font-size:clamp(36px,5.6vw,72px);line-height:.94;letter-spacing:-.03em;color:var(--text)}.hero__title em{font-style:normal;background:linear-gradient(180deg,transparent 62%,var(--yellow) 62%)}.hero__income{margin-top:20px;font-family:var(--font-geo);font-weight:800;font-size:clamp(22px,3vw,32px);line-height:1.1;letter-spacing:-.02em;color:var(--text)}.hero__lead{margin-top:20px;max-width:42ch;font-size:clamp(16px,1.8vw,20px);line-height:1.4;color:var(--text-muted)}.star-note{position:relative;display:inline;vertical-align:super}.star-note__btn{display:inline;padding:0 2px;margin:0;border:none;background:none;color:inherit;font-family:var(--font-geo);font-weight:800;font-size:.65em;line-height:1;cursor:pointer;vertical-align:super}.star-note__btn:hover{opacity:.7}.star-note__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;border:none;background:#230f0a47;cursor:default}.star-note__popup{position:absolute;left:auto;right:0;top:calc(100% + 10px);z-index:210;width:min(320px,calc(100vw - 2 * var(--page-pad)));max-width:calc(100vw - 2 * var(--page-pad));padding:16px 36px 16px 16px;border-radius:16px;background:var(--white);color:var(--text);font-family:var(--font-text);font-weight:400;font-size:13px;line-height:1.45;letter-spacing:0;box-shadow:0 12px 40px #230f0a29;text-align:left;box-sizing:border-box}@media(max-width:720px){.star-note__popup{position:fixed;left:var(--page-pad);right:var(--page-pad);top:50%;bottom:auto;width:auto;max-width:none;transform:translateY(-50%)}}.star-note--on-dark .star-note__popup{background:var(--bg);color:var(--text)}.star-note__close{position:absolute;top:8px;right:10px;width:28px;height:28px;border:none;background:none;font-size:22px;line-height:1;color:var(--text-muted);cursor:pointer}.star-note__close:hover{color:var(--text)}.hero__points{margin-top:24px;display:grid;gap:12px;list-style:none;max-width:44ch}.hero__points li{position:relative;padding-left:24px;font-size:16px;line-height:1.35;color:var(--text);font-weight:500}.hero__points li:before{content:"";position:absolute;left:0;top:.45em;width:10px;height:10px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 2px #ffe03359}.hero__cta{margin-top:32px}.hero__visual{position:relative;z-index:1;width:100%;min-width:0;display:flex;align-items:center;justify-content:center}.hero__illustration{width:100%;max-width:640px;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;transform:scale(1.12);transform-origin:center center;filter:drop-shadow(0 24px 48px rgba(35,15,10,.12))}.hero__coin{position:absolute;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(35,15,10,.12));animation:float-coin 5.5s ease-in-out infinite;-webkit-user-select:none;user-select:none;pointer-events:none;--rot: 0deg}.hero__coin--1{width:clamp(52px,12%,72px);top:8%;right:4%;--rot: 18deg;animation-delay:0s}.hero__coin--2{width:clamp(40px,10%,56px);bottom:14%;left:2%;--rot: -22deg;animation-delay:.8s;opacity:.95}@media(max-width:899px){.hero__visual{order:-1;max-width:200px;margin-inline:auto}.hero__illustration{max-width:200px;transform:none}.hero__coin--1{width:28px;top:4%;right:0}.hero__coin--2{width:24px;bottom:8%;left:0}}@keyframes float-coin{0%,to{transform:translateY(0) rotate(var(--rot, 0deg))}50%{transform:translateY(-14px) rotate(var(--rot, 0deg))}}.section{padding-block:var(--section-y);background:var(--bg)}.section--warm{background:var(--bg-warm)}.section__head{display:grid;gap:16px;margin-bottom:40px}@media(min-width:900px){.section__head{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:end;gap:var(--col-gap);margin-bottom:48px}}.section-title{font-family:var(--font-geo);font-weight:800;font-size:clamp(32px,4.5vw,52px);line-height:.96;letter-spacing:-.03em;max-width:16ch}.section-title em{font-style:normal;background:linear-gradient(180deg,transparent 62%,var(--yellow) 62%)}.section-sub{margin:0;font-size:18px;line-height:1.4;color:var(--text-muted);max-width:36ch}.section__cta{margin-top:32px;display:flex;justify-content:flex-start}.stack{display:grid;gap:var(--grid-gap);grid-template-columns:1fr}@media(min-width:640px){.stack--2{grid-template-columns:repeat(2,minmax(0,1fr))}}.card{background:var(--white);border-radius:28px;padding:24px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px 18px;align-items:start;box-shadow:0 1px #230f0a0a;transition:transform .2s ease,box-shadow .2s ease;min-width:0}.section--warm .card{background:var(--white)}.section:not(.section--warm) .card{background:var(--bg-warm)}.card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #230f0a14}.card__mark{width:48px;height:48px;border-radius:14px;background:var(--yellow);display:grid;place-items:center;font-family:var(--font-geo);font-weight:800;font-size:16px;letter-spacing:-.02em;color:var(--text);flex-shrink:0}.card__body{display:grid;gap:8px;min-width:0}.card__title{font-family:var(--font-geo);font-weight:800;font-size:20px;line-height:1.15;letter-spacing:-.02em}.card__text{font-size:16px;line-height:1.4;color:var(--text-muted)}.income{display:grid;gap:20px}@media(min-width:900px){.income{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:var(--col-gap);align-items:stretch}}.income__controls{background:var(--bg-warm);border:none;border-radius:28px;padding:28px 24px;display:grid;gap:24px;box-shadow:none;outline:none}.income__group{display:grid;gap:12px}.income__label{font-family:var(--font-geo);font-weight:800;font-size:16px;letter-spacing:-.01em}.income__label-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.income__value{font-family:var(--font-geo);font-weight:800;font-size:20px;letter-spacing:-.02em}.transport-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.transport-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:88px;padding:14px 10px;border-radius:20px;border:none;background:var(--white);color:var(--text);font-family:var(--font-geo);font-weight:800;font-size:14px;letter-spacing:-.01em;cursor:pointer;transition:background .15s ease,transform .15s ease}.transport-btn__icon{width:28px;height:28px;object-fit:contain;display:block}.transport-btn:hover{background:#fff}.transport-btn--active{background:var(--yellow)}.range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:#230f0a1a;outline:none;cursor:pointer}.range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:28px;height:28px;border-radius:50%;background:var(--yellow);border:3px solid #230f0a;box-shadow:0 2px 8px #230f0a26;cursor:pointer}.range::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:var(--yellow);border:3px solid #230f0a;box-shadow:0 2px 8px #230f0a26;cursor:pointer}.range__scale{display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted);margin-top:-4px}.income__check{display:flex;align-items:center;gap:10px;font-size:15px;line-height:1.35;color:var(--text);font-weight:500;cursor:pointer}.income__check input{width:20px;height:20px;accent-color:var(--yellow);flex-shrink:0}.closer-grid{display:grid;gap:var(--grid-gap);grid-template-columns:1fr}@media(min-width:768px){.closer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.closer-card{background:var(--white);border-radius:28px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 1px #230f0a0a;transition:transform .2s ease,box-shadow .2s ease}.closer-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #230f0a14}.closer-card__media{aspect-ratio:4 / 5;overflow:hidden;background:#e8e4df}.closer-card__media img{width:100%;height:100%;object-fit:cover;display:block}.closer-card__body{padding:20px 20px 24px;display:grid;gap:8px}.closer-card__title{font-family:var(--font-geo);font-weight:800;font-size:20px;line-height:1.15;letter-spacing:-.02em}.closer-card__text{font-size:15px;line-height:1.4;color:var(--text-muted)}.income__result{position:relative;background:var(--white);color:var(--text);border-radius:28px;padding:32px 28px;display:flex;flex-direction:column;justify-content:center;min-height:100%;overflow:hidden;box-shadow:0 1px #230f0a0a}.income__result-inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:12px}.income__blob{position:absolute;border-radius:50%;background:var(--yellow);filter:blur(48px);opacity:.55;pointer-events:none;z-index:0}.income__blob--a{width:180px;height:180px;top:-40px;right:-30px}.income__blob--b{width:140px;height:140px;bottom:-30px;left:-20px;opacity:.4;filter:blur(56px)}.income__blob--c{width:100px;height:100px;top:42%;left:48%;opacity:.35;filter:blur(40px)}.income__result-label{font-size:15px;color:var(--text-muted)}.income__result-value{font-family:var(--font-geo);font-weight:800;font-size:clamp(36px,5vw,48px);line-height:1;letter-spacing:-.03em;color:var(--text);margin-bottom:8px}.income__result .btn-yellow{border:none;box-shadow:0 10px 28px #ffe0338c,0 4px 12px #ffd70059}.income__result .btn-yellow:hover{box-shadow:0 14px 36px #ffe033a6,0 6px 16px #ffd70066}.income__result .btn-yellow:active{box-shadow:0 6px 16px #ffe03366}.faq{display:grid;gap:10px}.faq-item{background:var(--bg-warm);border-radius:20px;overflow:hidden}.faq-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;padding:20px 22px;font-family:var(--font-geo);font-weight:800;font-size:17px;line-height:1.2;letter-spacing:-.01em;color:var(--text);cursor:pointer}.faq-item__icon{width:28px;height:28px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-size:18px;font-weight:700;flex-shrink:0;line-height:1}.faq-item__a{padding:0 22px 20px;font-size:15px;line-height:1.45;color:var(--text-muted)}.cta{position:relative;display:flex;align-items:center;padding-top:clamp(56px,8vw,96px);padding-bottom:var(--section-y);background:var(--bg);overflow:hidden}.cta__glow{position:absolute;inset:0 8% auto;height:70%;background:radial-gradient(circle at 50% 30%,rgba(255,224,51,.28),transparent 62%);pointer-events:none}.cta__coin{position:absolute;pointer-events:none;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(35,15,10,.12));animation:float-coin 6s ease-in-out infinite;z-index:0;--rot: 0deg}.cta__coin--l{width:clamp(72px,12vw,120px);left:max(var(--page-pad),calc((100% - var(--max)) / 2 + var(--page-pad)));top:12%;--rot: -18deg}.cta__coin--r{width:clamp(64px,10vw,100px);right:max(var(--page-pad),calc((100% - var(--max)) / 2 + var(--page-pad)));bottom:12%;--rot: 28deg;animation-delay:1s}.cta__inner{text-align:center;max-width:720px;margin-inline:auto;position:relative;z-index:1;padding-inline:0}.cta__title{font-family:var(--font-geo);font-weight:800;font-size:clamp(36px,5.5vw,64px);line-height:.96;letter-spacing:-.03em;margin:0}.cta__title em{font-style:normal;background:linear-gradient(180deg,transparent 62%,var(--yellow) 62%)}.cta__text{margin:32px auto 0;max-width:36ch;font-size:clamp(16px,2vw,19px);line-height:1.4;color:var(--text-muted)}.cta__button-wrap{margin-top:48px;display:flex;justify-content:center}.footer{padding-block:28px 40px;background:var(--bg);border-top:1px solid rgba(35,15,10,.06)}.footer__inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px 32px;font-size:13px;color:var(--text-muted);line-height:1.45}.footer__left{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center;flex-shrink:0}.footer__ad{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:var(--bg-warm);color:var(--text);font-weight:500;font-size:12px}.footer__right{display:grid;gap:10px;flex:1 1 280px;max-width:640px;margin-left:auto;text-align:left}@media(min-width:768px){.footer__right{text-align:right}.footer__links{justify-content:flex-end}}.footer__legal{max-width:none;margin:0}.footer__links{display:flex;flex-wrap:wrap;gap:8px 16px}.footer__links a{color:var(--text);font-weight:500;text-decoration:underline;text-underline-offset:2px}.footer__links a:hover{color:var(--text-muted)}@font-face{font-family:YS Text;font-display:swap;src:url(https://yastatic.net/s3/home/fonts/ys/4/text-regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:YS Text;font-display:swap;src:url(https://yastatic.net/s3/home/fonts/ys/4/text-medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:YS Text;font-display:swap;src:url(https://yastatic.net/s3/home/fonts/ys/4/text-bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:YS Geo;font-display:swap;src:url(https://yastatic.net/s3/home/fonts/ys/4/text-geo-medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:YS Geo;font-display:swap;src:url(https://yastatic.net/s3/home/fonts/ys/4/text-geo-bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:YS Geo;font-display:swap;src:url(https://yastatic.net/s3/home/fonts/ys/4/text-geo-heavy.woff2) format("woff2");font-weight:800;font-style:normal}@font-face{font-family:YS Geo;font-display:swap;src:url(https://yastatic.net/s3/home/fonts/ys/4/text-geo-black.woff2) format("woff2");font-weight:900;font-style:normal}:root{--bg: #fffaf5;--bg-warm: #f5f0eb;--bg-soft: #f0ebe6;--text: #230f0a;--text-muted: rgba(35, 15, 10, .64);--yellow: #ffe033;--yellow-hover: #ffea7f;--yellow-active: #ffd700;--white: #ffffff;--green: #1f5c45;--header-h: 72px;--max: 1120px;--page-pad: 20px;--section-y: 72px;--grid-gap: 16px;--col-gap: 40px;--radius-btn: 22px;--font-text: "YS Text", Helvetica, Arial, sans-serif;--font-geo: "YS Geo", Helvetica, Arial, sans-serif}@media(min-width:768px){:root{--page-pad: 32px;--section-y: 96px;--grid-gap: 20px;--col-gap: 48px}}@media(min-width:1120px){:root{--page-pad: 40px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-text);font-weight:400;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{font:inherit;border:none;background:none;cursor:pointer}#root{min-height:100vh}
