.newsletter-block{width:100%;max-width:780px;margin-top:22px}.newsletter-form{display:flex;align-items:stretch;justify-content:center;gap:12px}.newsletter-form__input{flex:1;min-width:0;height:50px;border:1px solid var(--panel-border);border-radius:18px;background:#fffffff0;box-shadow:var(--shadow-sm);padding:0 20px;color:var(--text);outline:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.newsletter-form__input::placeholder{color:#95a4ba}.newsletter-form__input:focus{border-color:#cadb76;box-shadow:0 0 0 6px #b5d3341f}.newsletter-form__button{height:50px;border:0;border-radius:18px;background:var(--lime);color:#091b39;font-weight:900;padding:0 24px;min-width:240px;box-shadow:0 16px 36px #b5d33447;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.newsletter-form__button:hover{transform:translateY(-1px);box-shadow:0 22px 40px #b5d33459}.newsletter-form__button:disabled{opacity:.85;cursor:not-allowed}.newsletter-form__loading{display:inline-flex;align-items:center;gap:10px}.newsletter-form__spinner{animation:spin .9s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-height: 860px) and (min-width: 901px){.newsletter-block{margin-top:20px}.newsletter-form__input,.newsletter-form__button{height:50px}}@media (max-width: 760px){.newsletter-form{flex-direction:column}.newsletter-form__input,.newsletter-form__button{width:100%;min-width:0;min-height:54px;height:54px}.newsletter-form__input{font-size:16px;padding:0 18px}}.countdown{margin-top:22px}.countdown__grid{display:grid;grid-template-columns:repeat(4,minmax(82px,96px));gap:14px;justify-content:center}.time-card{display:flex;flex-direction:column;align-items:center;gap:10px;background:#0a2540;color:#fff;border-radius:18px;padding:16px 10px;box-shadow:0 16px 34px #0a254033}.time-card__value{font-size:clamp(1.7rem,2vw,2.3rem);font-weight:900;letter-spacing:-.05em}.time-card__label{color:#ffffffc7;font-size:.66rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.countdown__expired{margin:12px 0 0;color:var(--text-soft);font-size:.92rem;font-weight:600}@media (max-height: 860px) and (min-width: 901px){.countdown{margin-top:20px}.countdown__grid{gap:14px}.time-card{padding:16px 10px;border-radius:20px}}@media (max-width: 760px){.countdown__grid{grid-template-columns:repeat(2,minmax(120px,1fr));max-width:320px;margin:0 auto}}@media (max-width: 420px){.countdown__grid{gap:12px}.time-card{border-radius:18px;padding:16px 10px}}.features{width:100%;margin-top:24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.feature-card{display:flex;align-items:center;gap:12px;min-height:68px;border:1px solid var(--panel-border);border-radius:18px;background:#ffffffe6;box-shadow:var(--shadow-sm);padding:14px 16px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#d5e48b}.feature-card__icon{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#a8c628;background:#b5d3341f;flex:0 0 auto}.feature-card__title{margin:0;color:var(--text);font-size:.84rem;font-weight:800;line-height:1.2}@media (max-height: 860px) and (min-width: 901px){.features{margin-top:24px;gap:12px}.feature-card{min-height:70px;padding:14px 16px}}@media (max-width: 1100px){.features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 620px){.features{grid-template-columns:1fr;gap:12px}.feature-card{min-height:68px;border-radius:20px;padding:16px}.feature-card__title{font-size:.86rem}}.toast-wrapper{position:fixed;right:24px;bottom:24px;z-index:50;width:min(390px,calc(100vw - 32px));animation:toast-enter .28s ease}.toast{position:relative;overflow:hidden;display:flex;align-items:flex-start;gap:14px;border-radius:28px;padding:18px 18px 22px;border:1px solid rgba(255,255,255,.7);background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-lg)}.toast--success{background-image:linear-gradient(135deg,#e9f7ae6b,#fffffff5 38%,#e6edf7f5)}.toast--error{background-image:linear-gradient(135deg,#ffdcdc6b,#fffffff5 38%,#e6edf7f5)}.toast__icon{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.toast--success .toast__icon{background:#b5d334;color:#0b1f38;box-shadow:0 10px 24px #b5d3344d}.toast--error .toast__icon{background:#ffdfdf;color:#aa2b2b;box-shadow:0 10px 24px #d2464629}.toast__content{flex:1;min-width:0}.toast__eyebrow{display:inline-block;color:var(--text-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;font-weight:800}.toast__message{margin:6px 0 0;color:var(--text);font-size:.98rem;font-weight:700;line-height:1.45}.toast__progress{position:absolute;left:0;bottom:0;height:4px;width:100%;transform-origin:left center;animation:toast-progress 3.5s linear forwards}.toast--success .toast__progress{background:linear-gradient(90deg,#b5d334,#0a2540)}.toast--error .toast__progress{background:linear-gradient(90deg,#ee6a6a,#8f1f1f)}@keyframes toast-enter{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width: 600px){.toast-wrapper{right:16px;bottom:16px}.toast{border-radius:22px;padding:16px 16px 20px}}.coming-soon-page{position:relative;min-height:100vh;height:100vh;overflow:hidden;background:linear-gradient(180deg,#fbfcfe,#f6f8fb)}.coming-soon-page__pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.42;background-image:radial-gradient(circle at 1px 1px,rgba(9,28,70,.12) 1px,transparent 0);background-size:30px 30px;-webkit-mask-image:linear-gradient(to bottom,#000000eb,#0000009e);mask-image:linear-gradient(to bottom,#000000eb,#0000009e)}.coming-soon-page__container{position:relative;z-index:1;width:min(1240px,calc(100% - 32px));height:100vh;margin:0 auto;display:flex;flex-direction:column;padding:12px 0 16px}.topbar{flex:0 0 auto;width:100%;padding-top:2px}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:70px;padding:12px 18px;border:1px solid rgba(255,255,255,.08);border-radius:26px;background:linear-gradient(135deg,#071c4b,#0a2540 55%,#13305e);box-shadow:0 20px 46px #0a25403d}.brand{display:inline-flex;align-items:center}.brand__logo{width:auto;height:32px}.topbar__cta{border:0;border-radius:18px;background:var(--lime);color:#11203e;font-size:.84rem;font-weight:800;padding:13px 22px;box-shadow:0 14px 32px #b5d33438;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.topbar__cta:hover{transform:translateY(-1px);box-shadow:0 18px 36px #b5d3344d}.hero{flex:1 1 auto;min-height:0;width:100%;max-width:980px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 0 16px}.hero__eyebrow{display:inline-flex;align-items:center;gap:10px;border:1px solid #dfe9bc;border-radius:999px;background:#eef5cdf2;color:var(--text);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;padding:7px 14px}.hero__eyebrow-dot{width:10px;height:10px;border-radius:999px;background:var(--lime);box-shadow:0 0 0 5px #b5d3341f}.hero__title{margin:20px 0 0;font-size:clamp(2.3rem,5vw,4.6rem);line-height:.92;letter-spacing:-.065em;font-weight:900;color:#071c4b;max-width:920px}.hero__title span{color:var(--lime);font-style:italic}.hero__description{width:min(100%,780px);margin:16px 0 0;color:var(--text-soft);font-size:clamp(.96rem,1.3vw,1.04rem);line-height:1.45;font-weight:500}.footer{flex:0 0 auto;border-top:1px solid #e3eaf3;display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;color:var(--text-muted)}.footer__quote{margin:0;font-style:italic;color:#8392a9;font-size:.82rem}.footer__nav{display:flex;align-items:center;gap:28px;font-size:.84rem;text-transform:uppercase;font-weight:700;letter-spacing:.08em}.footer__copy{margin:0;white-space:nowrap;font-size:.84rem}@media (max-height: 860px) and (min-width: 901px){.brand__logo{height:33px}.topbar__inner{min-height:68px;padding:10px 16px}.topbar__cta{padding:13px 22px}.hero{padding:14px 0 12px}.hero__title{margin-top:16px;font-size:clamp(2.15rem,4.8vw,4.1rem)}.hero__description{margin-top:14px;font-size:.95rem}.footer{padding-top:12px}}@media (max-width: 960px){.coming-soon-page{height:auto;overflow:visible}.coming-soon-page__container{width:min(100% - 28px,1240px);height:auto;min-height:100vh}.footer{flex-direction:column;text-align:center;padding-bottom:6px}}@media (max-width: 680px){.coming-soon-page__container{width:min(100% - 20px,1240px);padding-top:12px;padding-bottom:18px}.topbar__inner{min-height:auto;border-radius:22px;padding:12px 14px}.brand__logo{height:26px}.topbar__cta{padding:12px 14px;font-size:.82rem;border-radius:14px}.hero{justify-content:flex-start;padding:26px 0 30px}.hero__description{margin-top:18px}.footer__nav{gap:16px;flex-wrap:wrap;justify-content:center;font-size:.72rem}}:root{--bg: #f6f8fb;--bg-soft: rgba(255, 255, 255, .72);--panel: #ffffff;--panel-border: #dfe7f1;--text: #091c46;--text-soft: #6d7d98;--text-muted: #9aa8bc;--lime: #b5d334;--lime-dark: #8ea81a;--navy: #0a2540;--shadow-sm: 0 12px 30px rgba(10, 37, 64, .06);--shadow-md: 0 18px 50px rgba(10, 37, 64, .1);--shadow-lg: 0 25px 80px rgba(10, 37, 64, .12);--radius-xl: 22px;--radius-2xl: 28px}*{box-sizing:border-box}html{font-size:15px}body{margin:0;min-width:320px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}
