:root{--primary:#c87941;--primary-hover:#b56730;--primary-light:#c879411f;--primary-border:#c8794152;--green:#22c55e;--green-light:#22c55e1f;--dark:#0d1b2a;--body:#64748b;--bg:#fdf3e8;--white:#fff;--shadow-card:0 6px 28px #00000017, 0 2px 6px #0000000d;--brand:"Syne", sans-serif;--heading:"Unbounded", sans-serif;--subtitle:"Montserrat", sans-serif;--sans:"Montserrat", system-ui, sans-serif;font:16px/1.6 var(--sans);color:var(--body);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}#root{min-height:100svh}h1,h2,h3{font-family:var(--heading);color:var(--dark);margin:0}h4,h5,h6{font-family:var(--subtitle);color:var(--dark);margin:0}p{margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{cursor:pointer;font-family:var(--sans);background:0 0;border:none}img{max-width:100%;display:block}.navbar{top:0;z-index:200;-webkit-backdrop-filter:blur(14px);background:#fdf3e8e0;align-items:center;height:72px;display:flex;position:fixed;inset-inline:0}.navbar__inner{align-items:center;gap:40px;width:100%;max-width:1380px;margin:0 auto;padding:0 48px;display:flex}.navbar__brand{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.navbar__brand-logo{object-fit:contain;width:auto;height:52px;display:block}.navbar__nav{flex:1;justify-content:center;display:flex}.navbar__links{align-items:center;gap:36px;display:flex}.navbar__link{font-family:var(--subtitle);color:var(--dark);opacity:.6;font-size:14px;font-weight:500;transition:opacity .2s,color .2s}.navbar__link:hover{opacity:1;color:var(--primary)}.navbar__link--active{color:var(--primary);opacity:1;font-weight:600}.navbar__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.navbar__app-btn{color:var(--primary);font-family:var(--subtitle);cursor:pointer;background:#c8794112;border:1.5px solid #c8794166;border-radius:50px;flex-shrink:0;align-items:center;gap:6px;padding:10px 18px;font-size:13.5px;font-weight:600;transition:background .2s,border-color .2s,transform .15s;display:flex}.navbar__app-btn:hover{background:#c8794124;border-color:#c87941a6;transform:translateY(-1px)}.navbar__cta{background:var(--primary);color:#fff;font-family:var(--subtitle);letter-spacing:.1px;border-radius:50px;flex-shrink:0;padding:11px 26px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,box-shadow .2s,transform .15s}.navbar__cta:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 20px #c8794161}.navbar__burger{cursor:pointer;background:0 0;border:1.5px solid #0d1b2a26;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;transition:background .2s,border-color .2s;display:none}.navbar__burger:hover{border-color:var(--primary);background:#c8794114}.navbar__burger span{background:var(--dark);transform-origin:50%;border-radius:2px;width:18px;height:2px;transition:transform .3s,opacity .3s,width .3s;display:block}.navbar__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0;width:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__drawer{z-index:190;-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#fdf3e8f7;border-bottom:1px solid #c8794126;flex-direction:column;gap:8px;padding:24px 28px 32px;transition:transform .3s,opacity .3s;display:flex;position:fixed;top:72px;left:0;right:0;transform:translateY(-16px)}.navbar__drawer--open{opacity:1;pointer-events:all;transform:translateY(0)}.navbar__drawer-links{flex-direction:column;gap:2px;display:flex}.navbar__drawer-link{font-family:var(--subtitle);color:var(--dark);border-bottom:1px solid #0d1b2a12;padding:14px 4px;font-size:17px;font-weight:500;transition:color .2s,padding-left .2s;display:block}.navbar__drawer-link:hover{color:var(--primary);padding-left:8px}.navbar__drawer-link--active{color:var(--primary);padding-left:8px;font-weight:700}.navbar__drawer-cta{text-align:center;background:var(--primary);color:#fff;font-family:var(--subtitle);border-radius:50px;margin-top:20px;padding:15px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,box-shadow .2s;display:block}.navbar__drawer-cta:hover{background:var(--primary-hover);box-shadow:0 6px 20px #c8794159}.navbar__drawer-btns{flex-direction:column;gap:10px;margin-top:20px;display:flex}.navbar__drawer-app-btn{text-align:center;color:var(--primary);font-family:var(--subtitle);cursor:pointer;background:#c8794112;border:1.5px solid #c8794166;border-radius:50px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:background .2s,border-color .2s;display:block}.navbar__drawer-app-btn:hover{background:#c8794124;border-color:#c8794199}.navbar__drawer-cta{margin-top:0}.navbar__backdrop{z-index:180;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0d1b2a4d;animation:.2s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=767px){.navbar__inner{justify-content:space-between;gap:0;padding:0 20px}.navbar__nav,.navbar__actions{display:none}.navbar__burger{display:flex}}@media (width>=768px){.navbar__drawer,.navbar__backdrop,.navbar__burger{display:none!important}}@media (width<=1024px) and (width>=768px){.navbar__inner{gap:24px;padding:0 28px}.navbar__links{gap:20px}.navbar__link{font-size:13px}}.hero{grid-template-columns:1fr 1.05fr;min-height:calc(100svh - 72px);display:grid;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#c879412e 0%,#0000 68%);width:680px;height:680px;position:absolute;top:-200px;right:0}.hero__content{z-index:1;flex-direction:column;justify-content:center;gap:28px;padding:64px 56px 64px max(48px,50vw - 642px);display:flex;position:relative}.hero__badge{border:1.5px solid var(--primary-border);font-family:var(--subtitle);color:var(--primary);border-radius:50px;align-items:center;gap:8px;width:fit-content;padding:7px 16px 7px 12px;font-size:12.5px;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:7px;height:7px}.hero__title{letter-spacing:-1.5px;color:var(--dark);font-size:clamp(32px,3.6vw,56px);font-weight:800;line-height:1.12}.hero__accent{color:var(--primary)}.hero__body{font-family:var(--subtitle);color:var(--body);max-width:500px;font-size:15.5px;line-height:1.75}.hero__actions{flex-direction:column;gap:16px;display:flex}.hero__app-tagline{font-family:var(--subtitle);color:var(--dark);align-items:center;gap:8px;margin:0;font-size:17px;font-weight:700;display:flex}.hero__app-tagline:before{content:"";background:var(--primary);border-radius:4px;flex-shrink:0;width:4px;height:20px;display:inline-block}.hero__store-btns{flex-wrap:wrap;gap:12px;display:flex}.hero__store-btn{background:var(--dark);border:1.5px solid var(--dark);border-radius:14px;align-items:center;gap:11px;padding:12px 20px 12px 16px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;position:relative;overflow:hidden}.hero__store-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0d1b2a38}.hero__store-btn--soon{opacity:.55;cursor:not-allowed;padding-right:52px}.hero__store-btn--soon:hover{box-shadow:none;transform:none}.hero__store-badge{background:var(--primary);color:#fff;font-family:var(--subtitle);letter-spacing:.08em;text-transform:uppercase;border-radius:50px;padding:2px 6px;font-size:8.5px;font-weight:800;line-height:1;position:absolute;top:7px;right:8px}.hero__store-icon{color:#fff;flex-shrink:0;align-items:center;display:flex}.hero__store-icon svg{width:22px;height:22px}.hero__store-text{flex-direction:column;gap:2px;display:flex}.hero__store-sub{font-family:var(--subtitle);color:#ffffff8c;font-size:10px;font-weight:400;line-height:1}.hero__store-name{font-family:var(--subtitle);color:#fff;font-size:15px;font-weight:700;line-height:1.2}.hero__visual{align-items:center;padding:48px 0;display:flex;position:relative}.hero__visual:before{content:"";z-index:0;background:linear-gradient(145deg,#c8794142 0%,#c879411f 52%,#c8794108 100%);border-radius:60% 40% 48% 52%/56% 46% 54% 44%;height:76%;position:absolute;top:50%;left:20px;right:0;transform:translateY(-50%)rotate(-2.8deg)}.hero__visual:after{content:"";z-index:4;opacity:.6;pointer-events:none;background-image:radial-gradient(circle,#c879418c 1.5px,#0000 1.5px);background-size:11px 11px;width:80px;height:128px;position:absolute;top:14px;left:0}.hero__ring{z-index:4;pointer-events:none;border:1.5px solid #c8794152;border-radius:50%;width:84px;height:84px;position:absolute;bottom:28px;right:18px;box-shadow:0 0 0 18px #c8794117,0 0 0 36px #c879410b}.hero__img-wrap{z-index:1;background:var(--bg);border-radius:62% 38% 46% 54%/58% 44% 56% 42%;width:88%;height:78%;position:relative;overflow:hidden}.hero__img-wrap:after{content:"";pointer-events:none;background:linear-gradient(90deg,#c8794114 0%,#0000 32%),linear-gradient(#0000 55%,#0d1b2a38 100%);position:absolute;inset:0}.hero__img-placeholder{background:linear-gradient(135deg,#eef3f8 0%,#dce7f0 55%,#cad8e8 100%);width:100%;height:100%}.hero__slider{width:100%;height:100%;position:relative;overflow:hidden}.hero__img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%;position:absolute;inset:0}.hero__dots{z-index:4;gap:7px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.hero__dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .3s,transform .3s,width .3s}.hero__dot--active{background:#fff;border-radius:50px;width:22px;transform:none}@keyframes floatA{0%,to{transform:translateY(0)rotate(-.5deg)}33%{transform:translateY(-10px)rotate(.5deg)}66%{transform:translateY(-5px)rotate(-.3deg)}}@keyframes floatB{0%,to{transform:translateY(0)rotate(.4deg)}40%{transform:translateY(-12px)rotate(-.6deg)}70%{transform:translateY(-4px)rotate(.3deg)}}@keyframes floatC{0%,to{transform:translateY(0)rotate(-.3deg)}50%{transform:translateY(-8px)rotate(.5deg)}80%{transform:translateY(-14px)rotate(-.4deg)}}.hero__stat{background:var(--white);box-shadow:var(--shadow-card);z-index:2;will-change:transform;border-radius:16px;align-items:center;gap:12px;min-width:210px;padding:14px 18px;display:flex;position:absolute}.hero__stat--top-left{animation:5.2s ease-in-out infinite floatA}.hero__stat--bottom-left{animation:6.1s ease-in-out .8s infinite floatB}.hero__stat--bottom-right{animation:4.8s ease-in-out 1.6s infinite floatC}.hero__stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hero__stat-icon svg{width:20px;height:20px}.hero__stat-icon--orange{background:var(--primary-light);color:var(--primary)}.hero__stat-icon--green{background:var(--green-light);color:var(--green)}.hero__stat-label{font-family:var(--subtitle);color:var(--dark);margin-bottom:3px;font-size:13px;font-weight:700}.hero__stat-value{font-family:var(--subtitle);font-size:12px;font-weight:500}.hero__stat-value--orange{color:var(--primary)}.hero__stat-value--green{color:var(--green)}.hero__stat--top-left{top:64px;left:-28px}.hero__stat--bottom-left{bottom:110px;left:-14px}.hero__stat--bottom-right{bottom:48px;right:20px}@media (width<=900px){.hero{grid-template-columns:1fr;min-height:auto}.hero__content{gap:22px;padding:48px 24px 32px}.hero__visual{justify-content:center;padding:0 20px 60px}.hero__visual:before{border-radius:24px;height:82%;left:10px;right:10px;transform:translateY(-50%)rotate(-1.8deg)}.hero__visual:after{top:14px;left:20px}.hero__ring{bottom:72px;right:26px}.hero__img-wrap{border-radius:55% 45% 50% 50%/55% 55% 45% 45%;width:100%;height:420px}.hero__stat{border-radius:14px;gap:10px;min-width:168px;padding:10px 14px}.hero__stat-icon{border-radius:10px;width:38px;height:38px}.hero__stat-icon svg{width:17px;height:17px}.hero__stat-label{margin-bottom:2px;font-size:12px}.hero__stat-value{font-size:11px}.hero__stat--top-left{top:-14px;left:12px}.hero__stat--bottom-left{bottom:80px;left:12px}.hero__stat--bottom-right{bottom:22px;right:12px}}@media (width<=480px){.hero__content{gap:18px;padding:40px 20px 28px}.hero__visual{padding:0 16px 52px}.hero__visual:before{height:84%;left:6px;right:6px;transform:translateY(-50%)rotate(-1.2deg)}.hero__visual:after{width:64px;height:100px;left:16px}.hero__ring{width:64px;height:64px;bottom:60px;right:18px;box-shadow:0 0 0 14px #c8794117,0 0 0 28px #c879410b}.hero__img-wrap{border-radius:50% 50% 60% 40%/50% 60% 40% 50%;height:360px}.hero__store-btn{border-radius:12px;flex:1;gap:8px;min-width:0;padding:9px 12px 9px 11px}.hero__store-btn--soon{padding-right:40px}.hero__store-icon svg{width:17px;height:17px}.hero__store-sub{font-size:9px}.hero__store-name{font-size:12px}.hero__store-badge{padding:2px 5px;font-size:7.5px;top:5px;right:6px}.hero__app-tagline{white-space:nowrap;font-size:13.5px}.hero__stat{gap:8px;min-width:146px;padding:8px 12px}.hero__stat-icon{width:32px;height:32px}.hero__stat-label{font-size:11px}.hero__stat-value{font-size:10.5px}.hero__stat--top-left{top:-12px;left:8px}.hero__stat--bottom-left{bottom:64px;left:8px}.hero__stat--bottom-right{bottom:14px;right:8px}}.about{background:#fff;position:relative;overflow:hidden}.about:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#c8794121 0%,#0000 68%);width:620px;height:620px;position:absolute;top:-180px;left:-120px}.about__container{z-index:1;grid-template-columns:1.05fr 1fr;align-items:center;gap:96px;width:100%;max-width:1380px;margin:0 auto;padding:100px 48px;display:grid;position:relative}.about__left{flex-direction:column;gap:24px;display:flex}.about__eyebrow{font-family:var(--subtitle);letter-spacing:.14em;text-transform:uppercase;color:var(--primary);font-size:11.5px;font-weight:700}.about__title{letter-spacing:-1.2px;color:var(--dark);margin:0;font-size:clamp(30px,3vw,46px);font-weight:800;line-height:1.12}.about__body{flex-direction:column;gap:16px;display:flex}.about__body p{font-family:var(--subtitle);color:var(--body);font-size:15px;line-height:1.78}.about__tags{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;display:flex}.about__tag{font-family:var(--subtitle);color:var(--dark);cursor:default;background:0 0;border:1.5px solid #d4d4d4;border-radius:50px;padding:8px 20px;font-size:13.5px;font-weight:500;transition:border-color .2s,background .2s,color .2s}.about__tag:hover{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.about__grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.about__card{cursor:default;background:#fff;border:1px solid #00000012;border-radius:20px;flex-direction:column;gap:12px;padding:28px 26px 26px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex}.about__card:hover{border-color:#c8794138;transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.about__card-icon{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.about__card-icon svg{width:22px;height:22px}.about__card-value{font-family:var(--heading);color:var(--dark);letter-spacing:-.8px;margin:4px 0 0;font-size:clamp(28px,2.4vw,36px);font-weight:700;line-height:1}.about__card-label{font-family:var(--subtitle);color:var(--body);font-size:13.5px;font-weight:500}@media (width<=1024px) and (width>=769px){.about__container{gap:56px;padding:80px 32px}.about__card{padding:22px 20px}.about__card-value{font-size:clamp(26px,2.8vw,34px)}}@media (width<=768px){.about__container{grid-template-columns:1fr;gap:48px;padding:64px 24px}.about__title{letter-spacing:-.8px;font-size:clamp(28px,6vw,40px)}.about__body p{font-size:14.5px;line-height:1.72}.about__grid{gap:12px}.about__card{border-radius:16px;gap:10px;padding:20px 18px}.about__card-icon{width:44px;height:44px}.about__card-icon svg{width:19px;height:19px}.about__card-value{font-size:clamp(26px,6vw,32px)}.about__card-label{font-size:13px}.about__tag{padding:7px 16px;font-size:13px}}@media (width<=480px){.about__container{gap:40px;padding:52px 20px}.about__left{gap:20px}.about__grid{grid-template-columns:1fr 1fr;gap:10px}.about__card{border-radius:14px;gap:8px;padding:18px 14px}.about__card-icon{width:38px;height:38px}.about__card-icon svg{width:17px;height:17px}.about__card-value{letter-spacing:-.5px;font-size:clamp(22px,6.5vw,28px)}.about__card-label{font-size:11.5px}.about__tags{flex-wrap:nowrap;gap:8px}.about__tag{text-align:center;white-space:nowrap;flex:1;padding:6px 10px;font-size:12px}}@media (width<=360px){.about__container{padding:44px 16px}.about__grid{gap:8px}.about__card{padding:14px 12px}.about__card-value{font-size:20px}}.features{background:#eceff8;position:relative;overflow:hidden}.features:after{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.features__container{z-index:1;width:100%;max-width:1380px;margin:0 auto;padding:100px 48px 112px;position:relative}.features__header{flex-direction:column;gap:20px;margin-bottom:64px;display:flex}.features__eyebrow{font-family:var(--subtitle);letter-spacing:.14em;text-transform:uppercase;color:var(--primary);font-size:11.5px;font-weight:700}.features__title{letter-spacing:-1.4px;color:var(--dark);max-width:680px;margin:0;font-size:clamp(32px,3.4vw,52px);font-weight:800;line-height:1.1}.features__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.features__card{cursor:default;background:#fff;border:1px solid #0000000f;border-radius:20px;flex-direction:column;gap:16px;padding:32px 28px 36px;transition:transform .24s,box-shadow .24s,border-color .24s;display:flex;box-shadow:0 2px 8px #0000000a}.features__card:hover{border-color:#c8794140;transform:translateY(-6px);box-shadow:0 20px 48px #00000017}.features__card-icon{width:52px;height:52px;color:var(--primary);background:#8ba86f2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .24s,transform .24s;display:flex}.features__card:hover .features__card-icon{background:var(--primary-light);transform:scale(1.08)}.features__card-icon svg{width:22px;height:22px}.features__card-title{font-family:var(--subtitle);color:var(--dark);letter-spacing:-.2px;margin:4px 0 0;font-size:17px;font-weight:700}.features__card-body{font-family:var(--subtitle);color:var(--body);font-size:14.5px;line-height:1.72}.features__card:after{content:"";background:var(--primary);opacity:0;border-radius:0 0 20px 20px;height:3px;transition:opacity .24s;display:block;position:absolute;bottom:0;left:0;right:0}.features__card{position:relative;overflow:hidden}.features__card:hover:after{opacity:1}@media (width<=960px){.features__grid{grid-template-columns:repeat(2,1fr)}.features__container{padding:72px 24px 80px}}@media (width<=600px){.features__grid{grid-template-columns:1fr}}.plans{background:radial-gradient(80% 55% at 50% 25%,#2c1608 0%,#0e0602 100%);width:100%;position:relative;overflow:hidden}.plans:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(40% 60% at 0%,#00000059 0%,#0000 60%),radial-gradient(40% 60% at 100%,#00000059 0%,#0000 60%);position:absolute;inset:0}.plans__container{z-index:1;width:100%;max-width:1380px;margin:0 auto;padding:108px 48px 120px;position:relative}.plans__header{text-align:center;flex-direction:column;align-items:center;gap:20px;margin-bottom:64px;display:flex}.plans__eyebrow{font-family:var(--subtitle);letter-spacing:.15em;text-transform:uppercase;color:#4ade80;font-size:11.5px;font-weight:700}.plans__title{letter-spacing:-1.5px;color:#fff;white-space:nowrap;margin:0;font-size:clamp(20px,5.5vw,54px);font-weight:800;line-height:1.1}.plans__callouts{flex-wrap:wrap;justify-content:center;gap:12px;max-width:700px;display:flex}.plans__callout{font-family:var(--subtitle);text-align:left;border-radius:50px;align-items:center;gap:10px;padding:11px 20px;font-size:13.5px;font-weight:500;line-height:1.4;display:flex}.plans__callout--green{color:#ffffffb8;background:#4ade8014;border:1px solid #4ade8033}.plans__callout--green strong{color:#4ade80;font-weight:700}.plans__callout--orange{color:#ffffffb8;background:#c879411a;border:1px solid #c8794140}.plans__callout--orange strong{color:var(--primary);font-weight:700}.plans__callout-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.plans__callout--green .plans__callout-icon{color:#4ade80}.plans__callout--orange .plans__callout-icon{color:var(--primary)}.plans__callout-icon svg{width:18px;height:18px}.plans__section{margin-bottom:56px}.plans__section:last-child{margin-bottom:0}.plans__section-label{font-family:var(--subtitle);letter-spacing:.13em;text-transform:uppercase;color:#ffffff4d;margin-bottom:20px;font-size:11px;font-weight:700}.plans__grid{gap:20px;display:grid}.plans__grid--monthly{grid-template-columns:repeat(4,1fr);align-items:end}.plans__grid--passes{grid-template-columns:repeat(3,1fr)}.plans__item{flex-direction:column;display:flex}.plans__popular-wrap{justify-content:center;margin-bottom:14px;display:flex}.plans__popular-badge{color:#fff;font-family:var(--subtitle);letter-spacing:.16em;text-transform:uppercase;background:linear-gradient(135deg,#166534 0%,#15803d 100%);border-radius:50px;padding:8px 20px;font-size:10.5px;font-weight:800;box-shadow:0 0 20px #4ade8033}.plans__card{background:#ffffff12;border:1px solid #ffffff17;border-radius:22px;flex-direction:column;gap:24px;padding:36px 32px 32px;transition:transform .24s,box-shadow .24s;display:flex}.plans__card:hover{transform:translateY(-5px);box-shadow:0 28px 64px #00000073}.plans__card--featured{background:linear-gradient(148deg,#d4935a 0%,#c07840 55%,#aa6530 100%);border:none;padding:40px 32px 36px;box-shadow:0 8px 40px #c8794147}.plans__card--featured:hover{box-shadow:0 28px 64px #b4642873}.plans__card-top{flex-direction:column;gap:6px;display:flex}.plans__name{font-family:var(--subtitle);color:#fff;margin:0;font-size:20px;font-weight:700}.plans__tagline{font-family:var(--subtitle);color:#ffffff8c;font-size:13.5px}.plans__card--featured .plans__tagline{color:#ffffffb8}.plans__users-badge{font-family:var(--subtitle);color:#ffffffb3;letter-spacing:.02em;background:#ffffff1a;border:1px solid #ffffff24;border-radius:50px;align-self:flex-start;margin-top:6px;padding:4px 12px;font-size:11.5px;font-weight:600;display:inline-block}.plans__card--featured .plans__users-badge{color:#ffffffe6;background:#ffffff26;border-color:#ffffff40}.plans__price{align-items:baseline;gap:2px;line-height:1;display:flex}.plans__currency{font-family:var(--heading);color:#ffffffa6;align-self:flex-start;padding-top:6px;font-size:20px;font-weight:600}.plans__amount{font-family:var(--heading);color:#fff;letter-spacing:-2px;font-size:clamp(28px,2.6vw,44px);font-weight:700}.plans__period{font-family:var(--subtitle);color:#ffffff80;align-self:flex-end;margin-left:4px;padding-bottom:6px;font-size:14px;font-weight:500}.plans__divider{background:#ffffff1a;height:1px;margin:0 -4px}.plans__card--featured .plans__divider{background:#ffffff2e}.plans__features{flex-direction:column;flex:1;gap:13px;display:flex}.plans__feature{font-family:var(--subtitle);color:#ffffffd1;align-items:center;gap:11px;font-size:14.5px;font-weight:500;display:flex}.plans__check{width:20px;height:20px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.plans__check svg{width:16px;height:16px}.plans__card--featured .plans__check{color:#4ade80}.plans__pass-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;align-items:center;gap:6px;padding:24px 20px 22px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex}.plans__pass-card:hover{border-color:#c879414d;transform:translateY(-4px);box-shadow:0 20px 48px #0006}.plans__pass-duration{font-family:var(--subtitle);letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin:0;font-size:10.5px;font-weight:700}.plans__pass-name{font-family:var(--subtitle);color:#fff;margin:0 0 6px;font-size:16px;font-weight:700}.plans__pass-price{align-items:baseline;gap:1px;line-height:1;display:flex}.plans__pass-currency{font-family:var(--heading);color:#ffffff8c;align-self:flex-start;padding-top:4px;font-size:14px;font-weight:600}.plans__pass-amount{font-family:var(--heading);color:#fff;letter-spacing:-1.5px;font-size:clamp(26px,2.2vw,34px);font-weight:700}.plans__pass-period{font-family:var(--subtitle);color:#fff6;white-space:nowrap;align-self:flex-end;margin-left:3px;padding-bottom:4px;font-size:12px;font-weight:500}.plans__pass-note{font-family:var(--subtitle);color:#ffffff59;margin:2px 0 8px;font-size:11.5px}.plans__home-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:24px;padding:40px 48px;position:relative;overflow:hidden}.plans__home-glow{pointer-events:none;background:radial-gradient(#c8794129 0%,#0000 70%);width:320px;height:320px;position:absolute;top:-60px;right:-80px}.plans__home-header{align-items:center;gap:20px;margin-bottom:36px;display:flex;position:relative}.plans__home-icon{width:52px;height:52px;color:var(--primary);background:#c879411f;border:1px solid #c8794138;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.plans__home-icon svg{width:24px;height:24px}.plans__home-title{font-family:var(--subtitle);color:#fff;margin:0 0 4px;font-size:22px;font-weight:700}.plans__home-tagline{font-family:var(--subtitle);color:#ffffff80;margin:0;font-size:14px}.plans__home-badge{font-family:var(--subtitle);letter-spacing:.1em;text-transform:uppercase;color:var(--primary);white-space:nowrap;background:linear-gradient(135deg,#c8794133,#c8794114);border:1px solid #c879414d;border-radius:50px;flex-shrink:0;margin-left:auto;padding:7px 18px;font-size:11px;font-weight:700}.plans__home-tiers{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;display:grid}.plans__home-tier{background:#00000038;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;align-items:flex-start;gap:10px;padding:22px 24px;transition:border-color .2s,background .2s;display:flex}.plans__home-tier:hover{background:#00000052;border-color:#c8794140}.plans__home-tier-speed{font-family:var(--subtitle);letter-spacing:.12em;text-transform:uppercase;color:var(--primary);font-size:11px;font-weight:700}.plans__home-tier-price{align-items:baseline;gap:1px;display:flex}.plans__home-currency{font-family:var(--heading);color:#fff9;align-self:flex-start;padding-top:4px;font-size:16px;font-weight:600}.plans__home-amount{font-family:var(--heading);color:#fff;letter-spacing:-1.5px;font-size:clamp(24px,2.2vw,34px);font-weight:700}.plans__home-period{font-family:var(--subtitle);color:#ffffff61;margin-top:-4px;font-size:12px;font-weight:500}.plans__home-info{background:#4ade800f;border:1px solid #4ade8024;border-radius:14px;align-items:flex-start;gap:12px;margin-bottom:32px;padding:16px 20px;display:flex;position:relative}.plans__home-info-icon{color:#4ade80b3;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.plans__home-info-icon svg{width:16px;height:16px}.plans__home-info-text{font-family:var(--subtitle);color:#fff9;margin:0;font-size:13.5px;line-height:1.65}.plans__home-cta{background:linear-gradient(135deg, var(--primary) 0%, #cc8040 100%);color:#fff;font-family:var(--subtitle);letter-spacing:.01em;border-radius:50px;align-items:center;padding:15px 36px;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .2s,transform .18s,box-shadow .2s;display:inline-flex;position:relative;box-shadow:0 4px 20px #c879414d}.plans__home-cta:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 32px #c8794173}@media (width<=1060px) and (width>=769px){.plans__container{padding:80px 32px 88px}.plans__grid--monthly{grid-template-columns:repeat(2,1fr)}.plans__grid--passes{grid-template-columns:repeat(3,1fr)}.plans__home-card{padding:32px 36px}.plans__home-tiers{gap:12px}}@media (width<=768px){.plans__container{padding:72px 20px 80px}.plans__header{margin-bottom:48px}.plans__callouts{flex-direction:column;align-items:stretch;gap:10px;max-width:100%}.plans__callout{border-radius:16px;padding:13px 16px;font-size:13px}.plans__grid--monthly{grid-template-columns:repeat(2,1fr)}.plans__item--featured{order:-1}.plans__grid--passes{grid-template-columns:repeat(2,1fr);gap:12px}.plans__grid--passes>div{min-width:0}.plans__pass-card{border-radius:16px;padding:18px 12px 16px}.plans__pass-amount{letter-spacing:-1px;font-size:24px}.plans__pass-price{flex-wrap:wrap;justify-content:center;gap:0}.plans__pass-period{text-align:center;white-space:normal;flex-basis:100%;margin-top:2px;margin-left:0;padding-bottom:0;font-size:11px}.plans__section{margin-bottom:44px}.plans__home-card{border-radius:20px;padding:28px 24px}.plans__home-header{flex-wrap:wrap;gap:14px;margin-bottom:24px}.plans__home-badge{margin-left:0}.plans__home-tiers{grid-template-columns:1fr;gap:12px}.plans__home-tier{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px}.plans__home-tier-speed{font-size:12px}.plans__home-amount{font-size:clamp(22px,5vw,30px)}}@media (width<=480px){.plans__grid--monthly{grid-template-columns:1fr}.plans__item--featured{order:-1}.plans__grid--passes{gap:10px}.plans__pass-card{padding:18px 12px 16px}.plans__home-card{padding:24px 18px}.plans__home-title{font-size:18px}.plans__home-cta{justify-content:center;width:100%;padding:14px 24px;font-size:14px}}.coverage{background:#fff;position:relative;overflow:hidden}.coverage:before{content:"";pointer-events:none;background:radial-gradient(circle,#c8794114 0%,#0000 68%);width:560px;height:560px;position:absolute;top:-120px;left:-160px}.coverage__container{z-index:1;grid-template-columns:1fr 1.15fr;align-items:center;gap:96px;width:100%;max-width:1380px;margin:0 auto;padding:100px 48px;display:grid;position:relative}.coverage__left{flex-direction:column;gap:24px;display:flex}.coverage__eyebrow{font-family:var(--subtitle);letter-spacing:.14em;text-transform:uppercase;color:var(--primary);font-size:11.5px;font-weight:700}.coverage__title{letter-spacing:-1.4px;color:var(--dark);margin:0;font-size:clamp(30px,3.2vw,50px);font-weight:800;line-height:1.1}.coverage__body{font-family:var(--subtitle);color:var(--body);max-width:500px;font-size:15px;line-height:1.78}.coverage__locations{flex-direction:column;gap:16px;margin-top:8px;display:flex}.coverage__location-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.coverage__location{font-family:var(--subtitle);color:var(--dark);align-items:center;gap:10px;font-size:15px;font-weight:500;display:flex}.coverage__dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:9px;height:9px}.coverage__right{display:flex}.coverage__card{background-color:#0000;background-image:radial-gradient(circle,#fff1 1px,#0000 1px),linear-gradient(165deg,#141d2e 0%,#0d1420 45%,#080c14 100%);background-position:0 0;background-repeat:repeat;background-size:22px 22px,100% 100%;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border-radius:24px;flex-direction:column;width:100%;min-height:520px;display:flex;overflow:hidden;box-shadow:inset 0 1px #c8794140,0 32px 80px #00000059}.coverage__card-header{justify-content:space-between;align-items:center;padding:28px 32px 0;display:flex}.coverage__terminal{font-family:var(--mono);color:#ffffff59;letter-spacing:.04em;font-size:13px}.coverage__live{font-family:var(--subtitle);letter-spacing:.14em;color:#4ade80;align-items:center;gap:6px;font-size:10px;font-weight:700;display:flex}.coverage__pulse{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite coveragePulse;box-shadow:0 0 #4ade8080}@keyframes coveragePulse{0%{box-shadow:0 0 #4ade8080}50%{box-shadow:0 0 0 6px #4ade8000}to{box-shadow:0 0 #4ade8000}}.coverage__main-stat{flex-direction:column;flex:1;justify-content:flex-end;padding:0 32px 20px;display:flex}.coverage__stat-number{font-family:var(--heading);color:#fff;letter-spacing:-2.5px;margin:0 0 10px;font-size:clamp(48px,5vw,72px);font-weight:700;line-height:1}.coverage__stat-label{font-family:var(--subtitle);color:#ffffff80;font-size:14px;font-weight:400}.coverage__sub-stats{align-items:center;gap:0;padding:0 32px 28px;display:flex}.coverage__sub-stat{flex:1}.coverage__sub-divider{background:#ffffff1a;width:1px;height:32px;margin:0 20px}.coverage__sub-value{font-family:var(--heading);color:#fff;letter-spacing:-.5px;margin:0 0 4px;font-size:18px;font-weight:600}.coverage__sub-label{font-family:var(--subtitle);color:#ffffff61;font-size:11.5px;font-weight:500}.coverage__bars{align-items:flex-end;gap:9px;height:140px;padding:0 28px;display:flex;position:relative}.coverage__bar{height:var(--h,80px);cursor:default;background:linear-gradient(#e0a06a 0%,#c07840 60%,#a86030 100%);border-radius:7px 7px 0 0;flex:1;transition:opacity .2s,transform .2s;position:relative}.coverage__bar:hover{opacity:.78;transform-origin:bottom;transform:scaleY(1.05)}.coverage__bar:after{content:attr(data-district) "\a " attr(data-shops) " shops";white-space:pre;color:var(--dark);font-family:var(--subtitle);text-align:center;white-space:nowrap;opacity:0;pointer-events:none;z-index:10;background:#fffffff5;border-radius:8px;padding:6px 10px;font-size:10.5px;font-weight:600;line-height:1.5;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.coverage__bar:hover:after{opacity:1}@media (width<=960px){.coverage__container{grid-template-columns:1fr;gap:56px;padding:72px 24px}.coverage__card{min-height:420px}}.faq{background:var(--dark);position:relative}.faq:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 50% 0,#c879410f 0%,#0000 70%);position:absolute;inset:0}.faq__container{z-index:1;width:100%;max-width:860px;margin:0 auto;padding:108px 48px 120px;position:relative}.faq__header{text-align:center;flex-direction:column;align-items:center;gap:18px;margin-bottom:52px;display:flex}.faq__eyebrow{font-family:var(--subtitle);letter-spacing:.15em;text-transform:uppercase;color:var(--primary);font-size:11.5px;font-weight:700}.faq__title{letter-spacing:-1.4px;color:#fff;margin:0;font-size:clamp(32px,3.4vw,50px);font-weight:800;line-height:1.1}.faq__subtitle{font-family:var(--subtitle);color:#ffffff7a;max-width:480px;margin:0;font-size:16px;font-weight:400;line-height:1.65}.faq__tabs{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:36px;padding-bottom:4px;display:flex}.faq__tab{font-family:var(--subtitle);color:#ffffff6b;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50px;padding:9px 18px;font-size:13px;font-weight:600;transition:color .2s,background .2s,border-color .2s}.faq__tab:hover{color:#ffffffbf;background:#ffffff14}.faq__tab--active{color:#fff;background:#c879412e;border-color:#c8794159}.faq__list{border-top:1px solid #ffffff12;flex-direction:column;display:flex}.faq__item{border-bottom:1px solid #ffffff12}.faq__question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:22px 0;display:flex}.faq__question-text{font-family:var(--subtitle);color:#ffffffe0;font-size:15.5px;font-weight:600;line-height:1.5;transition:color .2s}.faq__item--open .faq__question-text,.faq__question:hover .faq__question-text{color:#fff}.faq__icon{color:#ffffff73;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,border-color .2s,color .2s,transform .25s;display:flex}.faq__icon svg{width:13px;height:13px}.faq__icon--open{color:var(--primary);background:#c8794126;border-color:#c8794159;transform:rotate(45deg)}.faq__question:hover .faq__icon{color:#ffffffb3;border-color:#ffffff38}.faq__answer-wrap{overflow:hidden}.faq__answer{font-family:var(--subtitle);color:#ffffff8c;margin:0;padding:0 48px 22px 0;font-size:14.5px;font-weight:400;line-height:1.75}.faq__contact{background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;margin-top:56px;padding:32px}.faq__contact-heading{font-family:var(--subtitle);letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;margin:0 0 22px;font-size:13px;font-weight:700}.faq__contact-items{flex-direction:column;gap:4px;display:flex}.faq__contact-item{border-radius:14px;align-items:flex-start;gap:16px;padding:16px 18px;text-decoration:none;transition:background .2s;display:flex}a.faq__contact-item:hover{background:#c8794112}.faq__contact-item--addr{cursor:default}.faq__contact-icon{width:36px;height:36px;color:var(--primary);background:#c879411f;border:1px solid #c8794133;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.faq__contact-icon svg{width:16px;height:16px}.faq__contact-detail{flex-direction:column;gap:3px;display:flex}.faq__contact-label{font-family:var(--subtitle);letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;font-size:11px;font-weight:700}.faq__contact-value{font-family:var(--subtitle);color:#ffffffd1;font-size:14.5px;font-weight:500;line-height:1.55}a.faq__contact-item:hover .faq__contact-value{color:#fff}@media (width<=900px){.faq__container{padding:80px 32px 88px}}@media (width<=640px){.faq__container{padding:72px 20px 80px}.faq__tabs{gap:6px}.faq__tab{padding:8px 14px;font-size:12px}.faq__question-text{font-size:14.5px}.faq__answer{padding-right:0;font-size:14px}.faq__question{gap:14px;padding:18px 0}.faq__contact{padding:24px 20px}.faq__contact-item{gap:12px;padding:14px 12px}}.contact{background:#e8ecf4;padding:56px 48px 64px}.contact__card{background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E"),linear-gradient(138deg,#d9945c 0%,#cc8040 48%,#bf8e28 100%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border-radius:28px;grid-template-columns:1fr 1.05fr;align-items:center;gap:64px;max-width:1380px;margin:0 auto;padding:72px 64px;display:grid;position:relative;overflow:hidden}.contact__left{flex-direction:column;gap:24px;display:flex}.contact__badge{font-family:var(--subtitle);color:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:1px solid #ffffff47;border-radius:50px;align-items:center;gap:8px;width:fit-content;padding:8px 16px 8px 12px;font-size:13px;font-weight:600;display:inline-flex}.contact__badge svg{color:#ffffffd9;width:15px;height:15px}.contact__title{letter-spacing:-1.5px;color:#fff;margin:0;font-size:clamp(34px,3.6vw,54px);font-weight:800;line-height:1.1}.contact__body{font-family:var(--subtitle);color:#ffffffc7;max-width:480px;font-size:16px;line-height:1.7}.contact__perks{flex-direction:column;gap:14px;margin-top:4px;display:flex}.contact__perk{font-family:var(--subtitle);color:#ffffffe6;align-items:center;gap:12px;font-size:15px;font-weight:500;display:flex}.contact__perk-check{color:#4ade80;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.contact__perk-check svg{width:16px;height:16px}.contact__form-card{-webkit-backdrop-filter:blur(8px);background:#3018069e;border:1px solid #ffffff1a;border-radius:20px;padding:36px 32px 32px;box-shadow:0 24px 56px #00000040}.contact__form-header{margin-bottom:28px}.contact__form-title{font-family:var(--subtitle);color:#fff;margin:0 0 6px;font-size:20px;font-weight:700}.contact__form-sub{font-family:var(--subtitle);color:#ffffff80;font-size:13.5px}.contact__form{flex-direction:column;gap:20px;display:flex}.contact__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact__field{flex-direction:column;gap:8px;display:flex}.contact__label{font-family:var(--subtitle);color:#ffffffd1;letter-spacing:.02em;font-size:12.5px;font-weight:600}.contact__input-wrap{align-items:center;display:flex;position:relative}.contact__input-icon{color:#ffffff61;pointer-events:none;align-items:center;display:flex;position:absolute;left:16px}.contact__input-icon svg{width:15px;height:15px}.contact__input{color:#ffffffe6;width:100%;font-family:var(--subtitle);background:#00000047;border:1px solid #ffffff1a;border-radius:50px;outline:none;padding:13px 18px 13px 42px;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s}.contact__input::placeholder{color:#ffffff52}.contact__input:focus{background:#00000061;border-color:#ffffff52;box-shadow:0 0 0 3px #ffffff12}.contact__select-wrap{position:relative}.contact__select{appearance:none;color:#ffffff61;width:100%;font-family:var(--subtitle);cursor:pointer;background:#00000047;border:1px solid #ffffff1a;border-radius:50px;outline:none;padding:13px 48px 13px 20px;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s}.contact__select:focus{color:#ffffffe6;background:#00000061;border-color:#ffffff52;box-shadow:0 0 0 3px #ffffff12}.contact__select option{color:#fff;background:#2a1608}.contact__chevron{color:#fff6;pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.contact__chevron svg{width:16px;height:16px}.contact__submit{color:#1a0c04;width:100%;font-family:var(--subtitle);cursor:pointer;letter-spacing:.01em;background:#fff;border:none;border-radius:50px;justify-content:center;align-items:center;gap:7px;margin-top:4px;padding:16px;font-size:15px;font-weight:700;transition:background .2s,transform .18s,box-shadow .2s;display:flex}.contact__submit svg{color:#1a0c04;flex-shrink:0;width:16px;height:16px}.contact__submit:hover:not(:disabled){background:#ffffffeb;transform:translateY(-1px);box-shadow:0 8px 24px #00000038}.contact__submit:active:not(:disabled){transform:translateY(0)}.contact__submit--loading{opacity:.75;cursor:not-allowed}.contact__disclaimer{font-family:var(--subtitle);color:#ffffff61;text-align:center;font-size:11.5px}.contact__input-wrap--textarea{align-items:flex-start}.contact__input-icon--textarea{position:absolute;top:14px}.contact__textarea{resize:vertical;border-radius:16px;min-height:110px;padding-top:13px;padding-bottom:13px}.contact__input--error{background:#ff6b6b0f!important;border-color:#ff6b6b80!important}.contact__field-error{font-family:var(--subtitle);color:#ff6b6b;margin-top:5px;padding-left:4px;font-size:12px}.contact__error{font-family:var(--subtitle);color:#ff6b6b;text-align:center;background:#ff6b6b1a;border:1px solid #ff6b6b40;border-radius:10px;padding:11px 14px;font-size:13px}.contact__success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 20px;display:flex}.contact__success-icon{color:#4ade80;background:#4ade8033;border:2px solid #4ade80;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;display:flex}.contact__success-title{font-family:var(--subtitle);color:#fff;margin:0;font-size:20px;font-weight:700}.contact__success-body{font-family:var(--subtitle);color:#fff9;font-size:14px;line-height:1.7}@media (width<=960px){.contact{padding:40px 24px 48px}.contact__card{border-radius:22px;grid-template-columns:1fr;gap:36px;padding:48px 40px}.contact__row{grid-template-columns:1fr}}@media (width<=768px){.contact{padding:28px 16px 40px}.contact__card{border-radius:20px;gap:32px;padding:36px 24px}.contact__title{letter-spacing:-1px;font-size:clamp(28px,7vw,40px)}.contact__body{font-size:14.5px;line-height:1.65}.contact__badge{padding:6px 14px 6px 10px;font-size:12px}.contact__perks{gap:11px}.contact__perk{font-size:14px}.contact__form-card{border-radius:16px;padding:28px 20px 24px}.contact__form-title{font-size:18px}.contact__form{gap:16px}.contact__input,.contact__select{padding-top:12px;padding-bottom:12px;font-size:13.5px}.contact__submit{padding:14px;font-size:14px}}@media (width<=480px){.contact{padding:20px 12px 32px}.contact__card{border-radius:18px;gap:28px;padding:28px 18px}.contact__title{font-size:clamp(26px,7.5vw,34px)}.contact__left{gap:18px}.contact__form-card{padding:22px 16px 20px}.contact__form{gap:14px}.contact__label{font-size:12px}.contact__disclaimer{font-size:11px}.contact__submit svg{display:none}}.footer{background:var(--dark);border-top:1px solid #ffffff0f}.footer__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:40px;width:100%;max-width:1380px;margin:0 auto;padding:28px 48px;display:grid}.footer__brand{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.footer__brand-logo{object-fit:contain;width:auto;height:56px;display:block}.footer__nav{justify-content:center;display:flex}.footer__links{align-items:center;gap:28px;display:flex}.footer__link{font-family:var(--subtitle);color:#ffffff6b;font-size:13.5px;font-weight:500;transition:color .2s}.footer__link:hover{color:var(--primary)}.footer__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:10px;display:flex}.footer__socials{align-items:center;gap:6px;display:flex}.footer__social{color:#ffffff61;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s,border-color .2s,background .2s;display:flex}.footer__social svg{width:15px;height:15px}.footer__social:hover{color:var(--primary);background:#c8794114;border-color:#c8794159}.footer__copy{font-family:var(--subtitle);color:#ffffff4d;letter-spacing:.01em;font-size:12px}.footer__back-top{color:#ffffff73;border:1.5px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:color .2s,border-color .2s,background .2s,transform .2s;display:flex}.footer__back-top svg{width:16px;height:16px}.footer__back-top:hover{color:var(--primary);background:#c879411a;border-color:#c8794173;transform:translateY(-3px)}.footer__legal{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:16px;padding:14px 48px;display:flex}.footer__legal-brand{font-family:var(--subtitle);color:#fff3;flex-shrink:0;font-size:11.5px}.footer__legal-links{align-items:center;gap:10px;display:flex}.footer__legal-sep{color:#ffffff26;font-size:11px}.footer__legal-link{font-family:var(--subtitle);color:#ffffff47;cursor:pointer;background:0 0;border:none;padding:0;font-size:11.5px;font-weight:500;transition:color .2s}.footer__legal-link:hover{color:var(--primary)}@media (width<=1024px) and (width>=769px){.footer__inner{gap:24px;padding:24px 28px}.footer__links{gap:18px}.footer__link{font-size:12.5px}.footer__legal{padding:14px 28px}}@media (width<=768px){.footer__inner{grid-template-columns:1fr;gap:0;padding:0}.footer__brand{border-bottom:1px solid #ffffff12;justify-content:center;padding:32px 24px 24px}.footer__nav{border-bottom:1px solid #ffffff12;padding:28px 24px}.footer__links{flex-wrap:wrap;justify-content:center;gap:0;width:100%;display:flex}.footer__links li{width:50%}.footer__links li:last-child:nth-child(odd){width:100%}.footer__link{text-align:center;border-bottom:1px solid #ffffff0d;padding:13px 8px;font-size:14px;display:block}.footer__right{border-top:1px solid #ffffff12;align-items:center;gap:16px;margin-top:0;padding:28px 24px 32px}.footer__back-top{width:44px;height:44px}.footer__socials{gap:10px}.footer__social{border-radius:10px;width:40px;height:40px}.footer__social svg{width:17px;height:17px}.footer__copy{text-align:center;font-size:11.5px;line-height:1.6}.footer__legal{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:16px 20px 20px}.footer__legal-brand{font-size:11px}}.appmodal__overlay{-webkit-backdrop-filter:blur(10px);z-index:9100;background:#000000ad;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:fixed;inset:0}.appmodal__card{text-align:center;background:linear-gradient(160deg,#1e0e04 0%,#130802 60%,#0e0602 100%);border:1px solid #ffffff1a;border-radius:30px;flex-direction:column;align-items:center;gap:0;width:100%;max-width:420px;padding:40px 36px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 80px #0009,0 0 0 1px #c8794114}.appmodal__glow{pointer-events:none;z-index:0;background:radial-gradient(#c8794138 0%,#0000 70%);width:280px;height:200px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.appmodal__close{color:#ffffff73;cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s,border-color .2s;display:flex;position:absolute;top:16px;right:16px}.appmodal__close svg{width:15px;height:15px}.appmodal__close:hover{color:var(--primary);background:#c8794124;border-color:#c8794159}.appmodal__chip{z-index:1;font-family:var(--subtitle);letter-spacing:.1em;text-transform:uppercase;color:var(--primary);background:linear-gradient(135deg,#c879412e 0%,#c8794114 100%);border:1px solid #c879414d;border-radius:50px;align-items:center;gap:7px;margin-bottom:24px;padding:6px 16px;font-size:11.5px;font-weight:700;display:flex;position:relative}.appmodal__chip-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.8s ease-in-out infinite appmodal-pulse}@keyframes appmodal-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.appmodal__icon-wrap{z-index:1;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:22px;display:flex;position:relative}.appmodal__icon-ring{border:1px solid #c8794133;border-radius:50%;animation:3s ease-in-out infinite appmodal-ring;position:absolute;inset:-12px}@keyframes appmodal-ring{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.appmodal__icon{color:#fff;background:linear-gradient(145deg,#d4935a 0%,#c07840 50%,#a8622a 100%);border-radius:24px;justify-content:center;align-items:center;width:88px;height:88px;display:flex;box-shadow:0 12px 40px #c8794173,inset 0 0 0 1px #ffffff1a}.appmodal__icon svg{width:44px;height:44px}.appmodal__title{z-index:1;font-family:var(--brand);color:#fff;letter-spacing:-.3px;white-space:nowrap;margin:0 0 10px;font-size:clamp(16px,4.5vw,20px);font-weight:500;position:relative}.appmodal__subtitle{z-index:1;font-family:var(--subtitle);color:#ffffff7a;max-width:300px;margin:0 0 28px;font-size:14.5px;font-weight:400;line-height:1.65;position:relative}.appmodal__stores{z-index:1;gap:12px;width:100%;margin-bottom:28px;display:flex;position:relative}.appmodal__store-btn{cursor:not-allowed;opacity:.72;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;flex:1;align-items:center;gap:10px;padding:13px 14px;transition:opacity .2s;display:flex;position:relative;overflow:hidden}.appmodal__store-btn:hover{opacity:.85}.appmodal__store-btn--active{cursor:pointer;opacity:1;background:#4ade8012;border-color:#4ade8059;text-decoration:none}.appmodal__store-btn--active:hover{opacity:1;background:#4ade8021;border-color:#4ade8080;transform:translateY(-1px);box-shadow:0 6px 20px #4ade801f}.appmodal__store-badge{color:#fff;font-family:var(--subtitle);letter-spacing:.08em;text-transform:uppercase;background:#c87941e6;border-radius:50px;padding:3px 7px;font-size:9px;font-weight:800;line-height:1;position:absolute;top:8px;right:8px}.appmodal__store-icon{color:#fff;flex-shrink:0;justify-content:center;align-items:center;display:flex}.appmodal__store-icon svg{width:22px;height:22px}.appmodal__store-icon--play svg{width:20px;height:20px}.appmodal__store-text{text-align:left;flex-direction:column;gap:1px;display:flex}.appmodal__store-sub{font-family:var(--subtitle);color:#ffffff80;font-size:10px;font-weight:400;line-height:1}.appmodal__store-name{font-family:var(--subtitle);color:#fff;font-size:14px;font-weight:700;line-height:1.2}.appmodal__divider{z-index:1;align-items:center;gap:12px;width:100%;margin-bottom:16px;display:flex;position:relative}.appmodal__divider:before,.appmodal__divider:after{content:"";background:#ffffff14;flex:1;height:1px}.appmodal__divider span{font-family:var(--subtitle);color:#ffffff4d;white-space:nowrap;font-size:11.5px;font-weight:500}.appmodal__notify{z-index:1;gap:8px;width:100%;margin-bottom:20px;display:flex;position:relative}.appmodal__notify-input{font-family:var(--subtitle);color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50px;outline:none;flex:1;min-width:0;padding:12px 18px;font-size:13.5px;transition:border-color .2s,background .2s}.appmodal__notify-input::placeholder{color:#ffffff47}.appmodal__notify-input:focus{background:#c879410f;border-color:#c8794173}.appmodal__notify-btn{font-family:var(--subtitle);color:#fff;background:var(--primary);cursor:pointer;border:none;border-radius:50px;flex-shrink:0;padding:12px 20px;font-size:13.5px;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 16px #c8794159}.appmodal__notify-btn:hover{background:#d4884a;transform:translateY(-1px);box-shadow:0 6px 22px #c8794173}.appmodal__footnote{z-index:1;font-family:var(--subtitle);color:#ffffff40;justify-content:center;align-items:center;gap:7px;margin:0;font-size:12px;display:flex;position:relative}.appmodal__footnote-icon{color:#fff3;align-items:center;display:flex}.appmodal__footnote-icon svg{width:13px;height:13px}@media (width<=480px){.appmodal__card{border-radius:26px;max-width:100%;padding:36px 24px 28px}.appmodal__title{font-size:23px}.appmodal__stores{flex-direction:column;gap:10px}.appmodal__store-btn{padding:14px 16px}.appmodal__notify{flex-direction:column}.appmodal__notify-input,.appmodal__notify-btn{width:100%}}.policy-page{background:radial-gradient(100% 60% at 50% 0,#1e0d04 0%,#0a0401 100%);flex-direction:column;min-height:100vh;display:flex}.policy-page__header{-webkit-backdrop-filter:blur(12px);z-index:100;background:#0a0401d9;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:20px 48px;display:flex;position:sticky;top:0}.policy-page__back{font-family:var(--subtitle);color:#ffffff8c;align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.policy-page__back:hover{color:var(--primary)}.policy-page__back svg{width:18px;height:18px}.policy-page__brand-logo{object-fit:contain;filter:brightness(0)invert();width:auto;height:28px;display:block}.policy-page__hero{text-align:center;width:100%;max-width:860px;margin:0 auto;padding:72px 48px 56px}.policy-page__intro{font-family:var(--subtitle);letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin:0 0 16px;font-size:12px;font-weight:700}.policy-page__title{font-family:var(--brand);letter-spacing:-1.5px;color:#fff;margin:0 0 16px;font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.05}.policy-page__meta{font-family:var(--subtitle);color:#ffffff59;margin:0;font-size:13.5px}.policy-page__body{flex:1;padding:0 48px 80px}.policy-page__content{flex-direction:column;gap:40px;max-width:780px;margin:0 auto;display:flex}.policy-page__section{flex-direction:column;gap:14px;display:flex}.policy-page__section-heading{font-family:var(--subtitle);color:#fff;border-top:1px solid #ffffff12;margin:0;padding-top:8px;font-size:18px;font-weight:700}.policy-page__section-body{font-family:var(--subtitle);color:#ffffff9e;margin:0;font-size:15px;line-height:1.75}.policy-page__list-label{font-family:var(--subtitle);color:#ffffffbf;margin:0;font-size:14px;font-weight:600}.policy-page__list{flex-direction:column;gap:10px;margin:0;padding-left:20px;display:flex}.policy-page__list li{font-family:var(--subtitle);color:#ffffff94;font-size:14.5px;line-height:1.65}.policy-page__subsection{background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;flex-direction:column;gap:8px;padding:18px 20px;display:flex}.policy-page__subsection-label{font-family:var(--subtitle);color:#ffffffd9;margin:0;font-size:13.5px;font-weight:700}.policy-page__plan-table{border:1px solid #ffffff14;border-radius:14px;overflow:hidden}.policy-page__plan-table-head{font-family:var(--subtitle);letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;background:#ffffff0d;grid-template-columns:1.4fr 1fr 1fr;padding:12px 20px;font-size:11px;font-weight:700;display:grid}.policy-page__plan-row{font-family:var(--subtitle);border-top:1px solid #ffffff0f;grid-template-columns:1.4fr 1fr 1fr;align-items:center;padding:14px 20px;font-size:14px;display:grid}.policy-page__plan-name{color:#fff;font-weight:600}.policy-page__plan-speed{color:#ffffff80}.policy-page__plan-price{color:var(--primary);font-weight:700}.policy-page__note{font-family:var(--subtitle);color:#ffffff59;margin:0;font-size:12.5px;font-style:italic;line-height:1.6}.policy-page__contact{background:#c8794112;border:1px solid #c879412e;border-radius:14px;flex-direction:column;gap:7px;padding:22px 24px;display:flex}.policy-page__contact p{font-family:var(--subtitle);color:#fff9;margin:0;font-size:14px;line-height:1.6}.policy-page__contact-name{color:#fff!important;margin-bottom:4px!important;font-weight:700!important}.policy-page__contact a{color:var(--primary);text-decoration:none}.policy-page__contact a:hover{text-decoration:underline}.policy-page__contact-footer{color:#ffffff59!important;margin-top:8px!important;font-size:12px!important}.policy-page__footer{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:16px;padding:24px 48px;display:flex}.policy-page__footer-back{font-family:var(--subtitle);color:#ffffff73;font-size:13.5px;font-weight:600;text-decoration:none;transition:color .2s}.policy-page__footer-back:hover{color:var(--primary)}.policy-page__footer-copy{font-family:var(--subtitle);color:#ffffff40;margin:0;font-size:12.5px}.policy-page--404{color:#ffffff80;font-family:var(--subtitle);justify-content:center;align-items:center;gap:20px}@media (width<=768px){.policy-page__header{padding:16px 24px}.policy-page__hero{text-align:left;padding:48px 24px 40px}.policy-page__body{padding:0 24px 64px}.policy-page__footer{flex-direction:column;align-items:flex-start;gap:8px;padding:20px 24px}}@media (width<=480px){.policy-page__header{padding:14px 18px}.policy-page__hero{padding:36px 18px 32px}.policy-page__body{padding:0 18px 52px}.policy-page__plan-table-head,.policy-page__plan-row{grid-template-columns:1.2fr 1fr 1fr;padding:10px 14px;font-size:12px}.policy-page__footer{padding:16px 18px}}.notfound{background:radial-gradient(80% 55% at 50% 20%,#1e0d04 0%,#0a0401 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.notfound__glow{pointer-events:none;background:radial-gradient(#c879411f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)}.notfound__content{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex;position:relative}.notfound__code{font-family:var(--brand);letter-spacing:-6px;color:#0000;-webkit-text-stroke:2px #c8794159;-webkit-user-select:none;user-select:none;margin:0;font-size:clamp(100px,20vw,180px);font-weight:800;line-height:1}.notfound__title{font-family:var(--brand);color:#fff;letter-spacing:-1px;margin:0;font-size:clamp(24px,4vw,40px);font-weight:700}.notfound__body{font-family:var(--subtitle);color:#ffffff73;max-width:380px;margin:0;font-size:16px;line-height:1.65}.notfound__cta{background:linear-gradient(135deg, var(--primary) 0%, #cc8040 100%);color:#fff;font-family:var(--subtitle);letter-spacing:.01em;border-radius:50px;align-items:center;gap:8px;margin-top:12px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .2s,transform .18s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #c879414d}.notfound__cta:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 32px #c8794173}main{padding-top:72px}
