@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:dark;font-family:Manrope,sans-serif;line-height:1.5;font-weight:400;color:#f5f0fb;background:#090711;--page: #090711;--panel: rgba(24, 18, 30, .84);--panel-soft: rgba(255, 255, 255, .08);--ink: #f7f2fc;--soft-ink: #bfb6cf;--line: rgba(255, 255, 255, .08);--violet: #8f80bc;--violet-deep: #43394f;--lavender: #e6ddf2;--peach: #d2b59f;--cream: #fff8f1;--shadow: 0 28px 80px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,rgba(134,103,185,.16),transparent 24%),linear-gradient(180deg,#ffffff05,#fff0),var(--page)}a{color:inherit;text-decoration:none}button,input{font:inherit}#root{min-height:100vh}.page{position:relative;overflow-x:clip;isolation:isolate}.page__ambient{position:fixed;inset:0;z-index:-2;overflow:hidden;pointer-events:none;background:#090711}.page__ambient-layer{position:absolute;inset:0;opacity:1;filter:saturate(1) brightness(1) blur(0)}.page__ambient-layer video{position:absolute;top:50%;left:50%;width:100vw;height:100vh;object-fit:cover;transform:translate(-50%,-50%);transform-origin:center;will-change:transform}@media(min-aspect-ratio:1 / 1){.page__ambient-layer video{width:100vh;height:100vw;transform:translate(-50%,-50%) rotate(90deg) scale(1.02)}}@media(max-aspect-ratio:1 / 1){.page__ambient-layer video{width:100vw;height:100vh;transform:translate(-50%,-50%) scale(1.02)}}.page__ambient-tint{position:absolute;inset:0;background:radial-gradient(circle at 20% 18%,rgba(96,63,140,.05),transparent 26%),radial-gradient(circle at 82% 72%,rgba(183,151,127,.05),transparent 24%),linear-gradient(180deg,#08050e0f,#08050e24)}.page__grid{position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.28;background:linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),rgba(128,105,168,.07) calc(25% - 1px),rgba(128,105,168,.07) 25%,transparent 25%,transparent 50%,rgba(128,105,168,.07) 50%,rgba(128,105,168,.07) calc(50% + 1px),transparent calc(50% + 1px),transparent 75%,rgba(128,105,168,.07) 75%,rgba(128,105,168,.07) calc(75% + 1px),transparent calc(75% + 1px)),linear-gradient(180deg,#8069a80d,#8069a800 22%)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .65s ease,transform .65s ease;transition-delay:var(--reveal-delay, 0ms)}.reveal--visible{opacity:1;transform:translateY(0)}.site-shell{position:relative;width:min(1440px,calc(100vw - 32px));margin:0 auto;padding:12px 0 64px}.ticker,.topbar,.hero,.section-light,.section-dark{border:1px solid var(--line);box-shadow:var(--shadow)}.ticker{overflow:hidden;margin-bottom:12px;border-radius:22px;background:linear-gradient(90deg,#311c4575,#42295c52);-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%)}.ticker__track{display:flex;gap:28px;width:max-content;padding:11px 0;animation:tickerMove 28s linear infinite}.ticker__track span{position:relative;white-space:nowrap;color:#f4eefe;font-size:.92rem}.ticker__track span:after{content:"•";margin-left:28px;color:#ffffff61}@keyframes tickerMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.topbar{position:sticky;top:12px;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:14px 16px;border-radius:28px;background:linear-gradient(135deg,#130b1c94,#2d18426b);backdrop-filter:blur(24px) saturate(145%);-webkit-backdrop-filter:blur(24px) saturate(145%);box-shadow:0 18px 44px #1f10302e,inset 0 1px #ffffff1a}.brand{display:flex;align-items:center;gap:12px}.brand img{width:44px;height:44px;object-fit:contain}.brand__copy{display:flex;flex-direction:column}.brand__copy strong{font-size:.98rem;color:#fff}.brand__copy small{color:#ffffffb8;font-size:.9rem}.nav,.hero__actions,.hero__stats,.contact-points{display:flex;gap:12px;flex-wrap:wrap}.nav a{color:#ffffffbf;transition:color .18s ease}.nav a:hover{color:#fff}.nav-cta,.button{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:999px;border:1px solid var(--line);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.nav-cta:before,.button:before{content:"";position:absolute;inset:0;transform:translate(-120%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);transition:transform .48s ease;z-index:-1}.nav-cta:hover,.button:hover{transform:translateY(-2px);box-shadow:0 24px 48px #c4a08842}.nav-cta:hover:before,.button:hover:before{transform:translate(120%)}.nav-cta,.button--primary{color:#1f1523;font-weight:800;border-color:transparent;background:linear-gradient(135deg,#ddd2ff,#cda995);box-shadow:inset 0 1px #ffffff8f,0 20px 42px #bf927a42}.nav-cta:after,.button--primary:after{content:"";position:absolute;top:-28%;left:-48%;width:52%;height:180%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.98),rgba(255,255,255,.68),rgba(255,255,255,.18),transparent);transform:rotate(15deg);filter:blur(.2px);opacity:0;animation:buttonShine 2.2s ease-in-out infinite}@keyframes buttonShine{0%,to{left:-48%;opacity:0}8%{opacity:0}18%{opacity:.48}42%{left:132%;opacity:1}44%{opacity:0}}.button--ghost{background:#ffffff14;backdrop-filter:blur(16px) saturate(125%);-webkit-backdrop-filter:blur(16px) saturate(125%);color:#f5efff}.eyebrow{display:inline-flex;margin-bottom:14px;letter-spacing:.18em;text-transform:uppercase;font-size:.74rem;color:#ffffffb8}.eyebrow--light{color:#8568b8}.hero,.section-light,.section-dark{position:relative;overflow:hidden;margin-bottom:22px;border-radius:36px}.hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);gap:18px 24px;align-items:start;min-height:calc(100svh - 154px);padding:22px;background:radial-gradient(circle at 20% 18%,rgba(160,130,219,.08),transparent 22%),radial-gradient(circle at 86% 84%,rgba(203,177,158,.08),transparent 22%),linear-gradient(135deg,#0a080ea8,#1c142294);backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%)}.hero:after{content:"";position:absolute;inset:0;background:url(/media/brand-bg-dark.png) center/cover;opacity:.08;pointer-events:none}.hero__main,.hero__media,.section-heading,.market-section__lower,.contact-scene,.contact-form-card{position:relative;z-index:1}.hero__main{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "stats";align-content:start;gap:18px;min-width:0}.hero__copy{grid-area:copy;display:grid;align-content:start;gap:12px;min-width:0}.hero__headline-row{display:grid;grid-template-columns:minmax(0,1fr) 130px;gap:18px;align-items:start}.hero h1,.contact-form-card h2{margin:0 0 14px;color:#fff;letter-spacing:-.04em}.hero h1{margin:0;max-width:none;font-family:Cormorant Garamond,serif;font-size:clamp(2.35rem,3.8vw,4.05rem);line-height:.9}.hero__lead,.section-heading p,.hero-stat p,.insight-card p,.strategy-card p,.support-card p,.roadmap__item p,.contact-form-card p,.meter-card p{color:#ffffffbd}.hero__lead{max-width:50rem;margin:0;font-size:.98rem;line-height:1.5}.hero__actions{margin:2px 0 0}.hero__stats{grid-area:stats;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-self:end}.hero-stat{position:relative;overflow:hidden;min-height:0;padding:12px 16px 14px;border-radius:24px;border:1px solid rgba(255,255,255,.09);background:#ffffff14;backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%);transition:transform .2s ease,border-color .2s ease}.hero-stat:hover,.hero-card:hover,.insight-card:hover,.strategy-card:hover,.support-card:hover,.meter-card:hover,.roadmap__item:hover,.map-city-card:hover,.polaroid:hover{transform:translateY(-4px)}.hero-stat:before,.insight-card:before,.strategy-card:before,.support-card:before,.roadmap__item:before,.map-city-card:before{content:"";position:absolute;top:-35%;left:-55%;width:42%;height:170%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.88),rgba(255,255,255,.34),transparent);transform:rotate(16deg) translate(0);opacity:0;pointer-events:none}.hero-stat:hover:before,.insight-card:hover:before,.strategy-card:hover:before,.support-card:hover:before,.roadmap__item:hover:before,.map-city-card:hover:before{opacity:.65;animation:cardShine .86s ease}@keyframes cardShine{0%{transform:rotate(16deg) translate(0)}to{transform:rotate(16deg) translate(360%)}}.hero-stat strong{display:block;margin:6px 0;color:#fff;font-size:1.2rem}.hero-stat span{display:inline-block;color:#e9defd}.hero-stat p{margin:0;font-size:.94rem;line-height:1.42}.hero__media{display:grid;align-content:start;min-width:0;position:relative;padding-top:10px}.hero-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 4px 0 12px}.hero-card{position:relative;overflow:hidden;min-height:180px;border-radius:28px;border:1px solid rgba(255,255,255,.1);background:#ffffff17;backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%);box-shadow:0 20px 48px #00000038;transition:transform .22s ease,border-color .22s ease}.hero-polaroid{position:relative;width:100%;padding:10px 10px 12px;border-radius:8px;background:#fffffff5;box-shadow:0 24px 44px #0000003d;pointer-events:auto}.hero-polaroid--grid{align-self:start}.hero-polaroid--one{transform:rotate(-5deg)}.hero-polaroid--two{transform:rotate(4deg)}.hero-polaroid--three{transform:rotate(3deg)}.hero-polaroid--four{transform:rotate(-4deg)}.hero-polaroid__media{display:block;width:100%;aspect-ratio:1 / 1;border-radius:4px;background-position:center;background-size:cover}.hero-polaroid__media--brand{background:linear-gradient(135deg,#1008182e,#4427610f),url(/media/brand-card-1.png) center/cover}.hero-polaroid__media--clinic{background:linear-gradient(135deg,#1008182e,#4427610f),url(/media/brand-card-2.png) center/cover}.hero-polaroid__media--service{background:linear-gradient(135deg,#1008182e,#4427610f),url(/media/brand-card-3.png) center/cover}.hero-polaroid__media--texture{background:linear-gradient(135deg,#10081842,#44276114),url(/media/brand-bg-split.png) center/cover}.hero-polaroid strong{display:block;margin-top:8px;color:#21122d;font-size:.82rem;font-weight:700;line-height:1.1}.hero-sticker{display:grid;place-items:center;width:130px;min-width:130px;aspect-ratio:1;padding:16px;border-radius:50%;background:linear-gradient(135deg,#ede4ff,#cfb9aa);box-shadow:0 22px 54px #00000047;color:#3d2748;text-align:center;flex:0 0 auto;animation:floatSticker 5.8s ease-in-out infinite}.hero-sticker strong{font-size:1.28rem;line-height:1}.hero-sticker span{font-size:.66rem;line-height:1.26}@keyframes floatSticker{0%,to{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-10px) rotate(-4deg)}}.section-light{padding:30px;background:radial-gradient(circle at 20% 10%,rgba(127,101,170,.08),transparent 18%),linear-gradient(135deg,#100c14a8,#1b171d9e);backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%)}.section-dark{padding:30px;background:radial-gradient(circle at 15% 18%,rgba(155,124,219,.1),transparent 18%),linear-gradient(135deg,#110c15ad,#2118259e);backdrop-filter:blur(20px) saturate(125%);-webkit-backdrop-filter:blur(20px) saturate(125%)}.section-dark:after{content:"";position:absolute;inset:0;background:url(/media/brand-bg-dark.png) center/cover;opacity:.09;pointer-events:none}.section-header{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;align-items:start;margin-bottom:28px}.section-header__title h2,.contact-form-card h2{font-family:Cormorant Garamond,serif;font-weight:600;font-size:clamp(2.25rem,3.35vw,3.75rem);line-height:.9;letter-spacing:-.04em;color:var(--ink)}.section-header__title h2{max-width:none}.section-header__description{max-width:48rem;justify-self:start;align-self:start;min-width:0}.section-header__description p,.contact-form-card p{color:var(--soft-ink);font-size:1rem;line-height:1.68;margin:0}.section-header--dark .section-header__title h2{color:#fff}.section-header--dark .section-header__description p{color:#ffffffb8}.insight-grid,.support-grid,.roadmap{display:grid;gap:16px}.insight-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin:22px 0}.market-section__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.92fr);gap:24px;align-items:start;margin-bottom:22px}.market-section__intro h2{max-width:none;margin:0;font-family:Cormorant Garamond,serif;font-weight:600;font-size:clamp(2rem,3vw,3.2rem);line-height:.9;letter-spacing:-.04em;color:#fff}.market-section__intro{display:grid;gap:14px;align-content:start}.market-section__aside{display:grid;gap:0;align-content:start}.market-section__description{max-width:44rem;margin:0;color:var(--soft-ink);font-size:1rem;line-height:1.62}.insight-card,.strategy-card,.support-card,.meter-card,.roadmap__item,.map-city-card,.contact-form-card,.contact-note,.polaroid{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.insight-card{position:relative;overflow:hidden;min-height:220px;padding:22px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}.insight-card strong{display:block;margin-bottom:10px;color:#b89eff;font-size:2.35rem;line-height:1}.insight-card span{display:block;margin-bottom:8px;color:var(--ink);font-weight:700}.insight-card p{color:var(--soft-ink)}.market-section__lower{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:20px;align-items:stretch}.visual-card{overflow:hidden;min-height:340px;border-radius:30px;background:linear-gradient(135deg,#0b0712d1,#34164f7a),url(/media/brand-bg-split.png) center/cover}.visual-card--square{background:linear-gradient(135deg,#1008183d,#44276114),url(/media/brand-card-2.png) center/cover}.meters-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:16px;border-radius:30px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}.meter-card{position:relative;overflow:hidden;display:grid;justify-items:center;gap:14px;padding:16px 14px;border-radius:24px;background:linear-gradient(180deg,#ffffff0d,#ffffff08);backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}.meter-card__ring{position:relative;display:grid;place-items:center;width:138px;aspect-ratio:1}.meter-card__ring svg{width:100%;height:100%;transform:rotate(-90deg);overflow:visible}.meter-card__track{fill:none;stroke:#ffffff1f;stroke-width:14}.meter-card__progress{fill:none;stroke-width:14;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(225,212,255,.18)) drop-shadow(0 0 18px rgba(226,184,158,.1))}.meter-card--active .meter-card__progress{animation:meterPulse 2.8s ease-in-out 2s infinite}.meter-card__ring span{position:relative;z-index:1;color:var(--ink);font-size:1.88rem;font-weight:700}.meter-card p{margin:0;color:var(--soft-ink);font-size:.98rem;line-height:1.45;text-align:center}@keyframes meterPulse{0%,to{filter:drop-shadow(0 0 8px rgba(225,212,255,.18)) drop-shadow(0 0 18px rgba(226,184,158,.1))}50%{filter:drop-shadow(0 0 10px rgba(236,226,255,.24)) drop-shadow(0 0 22px rgba(231,198,177,.16))}}.why-section{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:24px;align-items:start}.why-section__intro{display:grid;align-content:start;gap:14px;padding-top:10px}.why-section__intro h2{max-width:none;margin:0;font-family:Cormorant Garamond,serif;font-weight:600;color:#fff;font-size:clamp(2.25rem,3.35vw,3.75rem);line-height:.9;letter-spacing:-.04em}.why-section__intro p{max-width:30rem;margin:0;color:var(--soft-ink);font-size:1rem;line-height:1.62}.strategy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.strategy-card{position:relative;overflow:hidden;display:grid;align-content:start;gap:14px;padding:22px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:#ffffff14;backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%)}.strategy-card__logo{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:#ffffff0f;box-shadow:inset 0 1px #ffffff14}.strategy-card__logo img{width:32px;height:32px;opacity:.84}.strategy-card h3{margin:0 0 12px;color:#fff;font-size:1.16rem;line-height:1.14}.support-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.support-card{position:relative;overflow:hidden;display:grid;grid-template-rows:156px 1fr;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%);min-height:100%}.support-card__media{min-height:156px;background-size:cover;background-position:center}.support-card__body{padding:18px 18px 20px}.support-card h3{margin:0 0 10px;color:#d7c7ff;font-size:1.2rem;line-height:1.15}.support-card p{color:var(--soft-ink);font-size:.95rem;line-height:1.55}.calculator__layout{display:grid;grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);gap:28px;align-items:start}.calculator__intro{display:grid;align-content:start;gap:10px;padding:8px 0}.calculator__intro h2{max-width:none;margin:0;font-family:Cormorant Garamond,serif;font-weight:600;color:#fff;font-size:clamp(2.25rem,3.65vw,3.9rem);line-height:.9;letter-spacing:-.04em}.calculator__side{display:grid;gap:18px}.calculator__description{max-width:38rem;margin:0;color:var(--soft-ink);font-size:1rem;line-height:1.62}.calculator__controls,.calculator__results{padding:20px;border-radius:30px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}.calculator__controls{display:grid;gap:14px}.range-control{display:grid;gap:10px;color:var(--ink)}.range-control input{--range-fill: 50%;width:100%;appearance:none;-webkit-appearance:none;background:transparent}.range-control input::-webkit-slider-runnable-track{height:12px;border-radius:999px;background:linear-gradient(180deg,#ffffff5c,#ffffff1a 38%,#fff0),linear-gradient(90deg,rgba(152,136,208,.98) 0%,rgba(236,210,191,.98) var(--range-fill),rgba(255,255,255,.08) var(--range-fill),rgba(255,255,255,.04) 100%);box-shadow:inset 0 0 0 1px #ffffff14,inset 0 1px 2px #ffffff1f,inset 0 1px 10px #ffffff14,0 0 24px #d6c4ff14}.range-control input::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;margin-top:-6px;border-radius:50%;border:0;background:radial-gradient(circle at 30% 30%,#fff,#eadfd2 62%,#c8a896);box-shadow:0 0 0 4px #e1d7ff2e,0 10px 24px #e8d3c259}.range-control input::-moz-range-track{height:12px;border-radius:999px;border:0;background:linear-gradient(180deg,#ffffff5c,#ffffff1a 38%,#fff0),linear-gradient(90deg,rgba(152,136,208,.98) 0%,rgba(236,210,191,.98) var(--range-fill),rgba(255,255,255,.08) var(--range-fill),rgba(255,255,255,.04) 100%);box-shadow:inset 0 0 0 1px #ffffff14,inset 0 1px 2px #ffffff1f,inset 0 1px 10px #ffffff14}.range-control input::-moz-range-thumb{width:24px;height:24px;border:0;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#eadfd2 62%,#c8a896);box-shadow:0 0 0 4px #e1d7ff2e,0 10px 24px #e8d3c259}.calculator__results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.calculator__results article{min-height:128px;padding:16px;border-radius:22px;background:linear-gradient(180deg,#ffffff0d,#ffffff08);backdrop-filter:blur(14px) saturate(125%);-webkit-backdrop-filter:blur(14px) saturate(125%)}.calculator__results span{color:var(--soft-ink)}.calculator__results strong{display:block;margin-top:14px;color:var(--ink);font-size:1.72rem;line-height:1.08}.geography{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:24px;align-items:start}.geography>.section-header{display:block;margin-bottom:0;padding:12px 8px 12px 0}.geography .section-header__title h2{max-width:none;font-size:clamp(2.25rem,3.35vw,3.75rem);line-height:.9}.geography .section-header__description{max-width:34rem;margin-top:18px;justify-self:start}.map-card{padding:20px;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:#ffffff14;backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%)}.map-card__field{position:relative;min-height:420px;overflow:hidden;border-radius:26px;background:linear-gradient(135deg,#0a0512d1,#140c1ebd)}.map-card__field:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0a051233,#0a05120d),url(/media/russia-map.svg) center / 86% auto no-repeat;opacity:.3;filter:grayscale(1) brightness(1.8) contrast(.8);pointer-events:none}.map-pin{position:absolute;transform:translate(-50%,-50%);z-index:1}.map-pin__dot{display:block;width:16px;height:16px;border-radius:999px;background:linear-gradient(135deg,var(--peach),var(--lavender));box-shadow:0 0 0 8px #a98adb29,0 0 24px #ffb88b4d;animation:pulseDot 2.2s ease-in-out infinite,blinkDot 1.9s ease-in-out infinite}.map-pin:after{content:"";position:absolute;inset:-12px;border-radius:999px;background:radial-gradient(circle,rgba(235,210,255,.22),transparent 70%);animation:pinHalo 2.6s ease-in-out infinite}@keyframes pulseDot{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes blinkDot{0%,to{opacity:.9;box-shadow:0 0 0 7px #a98adb1f,0 0 18px #ffb88b38}50%{opacity:1;box-shadow:0 0 0 12px #a98adb3d,0 0 30px #ffb88b61}}@keyframes pinHalo{0%,to{opacity:.3;transform:scale(.82)}50%{opacity:.82;transform:scale(1.08)}}.map-card__cities{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.map-city-card{position:relative;overflow:hidden;min-height:100%;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff14;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%)}.map-city-card strong{display:block;margin-bottom:4px;color:#fff}.map-city-card span{color:#ffffffb8}.roadmap{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.roadmap__item{position:relative;overflow:hidden;display:grid;grid-template-rows:auto 1fr;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}.roadmap__top{display:grid;gap:14px;min-height:108px;padding:18px}.roadmap__top--violet{background:linear-gradient(135deg,#7a6da0e0,#9586abc7)}.roadmap__top--graphite{background:linear-gradient(135deg,#5a4e66f0,#786a84d1)}.roadmap__index{display:inline-flex;width:54px;height:54px;align-items:center;justify-content:center;border-radius:18px;background:#ffffffe6;color:#321c44;font-weight:800}.roadmap__top h3{margin:0;color:#fff;font-size:1.18rem;line-height:1.1}.roadmap__item p{margin:0;padding:16px 18px 18px;color:var(--soft-ink);font-size:.95rem;line-height:1.55}.video-review__layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:22px;align-items:start}.video-review__player{overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:#ffffff0f;backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%);box-shadow:0 24px 54px #00000038}.video-review__player iframe{display:block;width:100%;aspect-ratio:16 / 9;border:0}.video-review__aside{display:grid;align-content:stretch}.video-review__note{height:100%;min-height:100%;padding:24px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:#ffffff0f;backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}.video-review__note span{display:inline-flex;margin-bottom:14px;letter-spacing:.16em;text-transform:uppercase;font-size:.74rem;color:#d7c7f7}.video-review__note strong{display:block;margin-bottom:12px;color:#fff;font-size:1.36rem;line-height:1.15}.video-review__note p{margin:0;color:#ffffffbd;font-size:.98rem;line-height:1.6}.contact-section{display:grid;grid-template-columns:minmax(180px,.34fr) minmax(0,1.66fr);gap:18px;align-items:start}.contact-scene{position:relative;display:grid;align-content:center;gap:18px;min-height:320px;padding:8px}.contact-scene:before{content:"";position:absolute;inset:10% 16% auto auto;width:180px;height:180px;border-top:3px solid rgba(239,149,192,.76);border-right:3px solid rgba(239,149,192,.76);border-radius:50% 50% 50% 0;transform:rotate(16deg);opacity:.75}.contact-note{position:absolute;top:10px;left:4px;max-width:196px;padding:12px 14px;border-radius:30px;border:1px solid rgba(188,157,209,.64);background:#ffffff38;backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%);color:#ece3fb;font-size:.88rem;line-height:1.34}.polaroid-stack{position:relative;width:min(248px,100%);margin:100px auto 0;height:208px}.polaroid{position:absolute;width:146px;padding:8px 8px 12px;border-radius:8px;background:#fff;box-shadow:0 24px 48px #32164829;transition:transform .22s ease,box-shadow .22s ease}.polaroid--one{left:6px;bottom:24px;transform:rotate(-9deg)}.polaroid--two{right:0;top:0;transform:rotate(8deg)}.polaroid--one:hover{transform:rotate(-12deg) translateY(-10px);box-shadow:0 30px 60px #3216483d}.polaroid--two:hover{transform:rotate(12deg) translateY(-10px);box-shadow:0 30px 60px #3216483d}.polaroid__media{display:block;width:100%;height:112px;border-radius:4px;object-fit:cover;background:url(/media/brand-bg-split.png) center/cover}.polaroid__media--brand{background:linear-gradient(135deg,#100818cc,#4427614d),url(/media/logo-wide.png) center / 78% no-repeat,url(/media/brand-bg-split.png) center/cover}.polaroid__media--square{background:linear-gradient(135deg,#1008183d,#44276114),url(/media/brand-card-3.png) center/cover}.polaroid strong{display:block;margin-top:8px;color:var(--ink);font-size:.92rem}.contact-form-card{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:22px;align-items:start;padding:20px 20px 18px;border-radius:34px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;backdrop-filter:blur(20px) saturate(125%);-webkit-backdrop-filter:blur(20px) saturate(125%)}.contact-form-card__intro{display:grid;align-content:start;gap:12px}.contact-form-card h2{max-width:13ch;margin:0;font-size:clamp(2rem,2.55vw,2.7rem)}.contact-points{margin:6px 0 0;display:flex;flex-wrap:wrap;gap:8px}.contact-points span{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border-radius:999px;background:#ffffff0f;color:#dfd2ff;font-size:.88rem}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.checkbox-row,.button--submit{grid-column:1 / -1}.contact-form label{display:grid;gap:6px}.contact-form label span{color:var(--ink);font-weight:600;font-size:.95rem}.contact-form input{width:100%;min-height:50px;padding:0 14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--ink);outline:none;transition:border-color .18s ease,box-shadow .18s ease;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%)}.contact-form input:focus{border-color:#8f6ee875;box-shadow:0 0 0 4px #8f6ee81f}.checkbox-row{grid-template-columns:auto 1fr;align-items:center}.checkbox-row input{width:18px;min-height:18px}.checkbox-row span{font-weight:500;color:var(--soft-ink);font-size:.92rem}.button--submit{width:100%;min-height:52px;margin-top:2px}.hero-polaroid{transition:transform .22s ease,box-shadow .22s ease}.hero-polaroid--one:hover{transform:rotate(-12deg) translateY(-8px);box-shadow:0 30px 56px #00000057}.hero-polaroid--two:hover{transform:rotate(8deg) translateY(-8px);box-shadow:0 30px 56px #00000057}.hero-polaroid--three:hover{transform:rotate(7deg) translateY(-8px);box-shadow:0 30px 56px #00000057}.hero-polaroid--four:hover{transform:rotate(-8deg) translateY(-8px);box-shadow:0 30px 56px #00000057}@media(max-width:1220px){.site-shell{width:min(100vw - 24px,100%)}.topbar{gap:14px;padding:14px 15px}.brand img{width:40px;height:40px}.brand__copy strong{font-size:.94rem}.brand__copy small{font-size:.84rem}.nav{gap:10px}.nav a{font-size:.95rem}.why-section,.calculator__layout,.geography,.contact-section,.market-section__top,.section-header,.video-review__layout{grid-template-columns:1fr}.insight-grid,.support-grid,.strategy-grid,.roadmap,.calculator__results,.map-card__cities{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:calc(100svh - 146px)}.hero__copy,.market-section__intro,.why-section__intro,.calculator__intro,.section-header__title{max-width:56rem}.hero h1,.section-header__title h2,.market-section__intro h2,.why-section__intro h2,.calculator__intro h2{max-width:none}.hero__media{width:100%;justify-self:stretch}.hero-gallery{padding:0}.contact-scene{min-height:420px}.section-header__description{justify-self:start;max-width:42rem}.calculator__intro h2{max-width:10ch}.contact-form-card{grid-template-columns:1fr}.contact-section{gap:22px}}@media(max-width:980px){.site-shell{width:min(100vw - 20px,100%)}.topbar{gap:12px 18px;padding:13px 14px;border-radius:24px}.nav{gap:8px 12px;justify-content:center}.nav a{font-size:.92rem}.nav-cta .button{min-height:46px;padding-inline:22px}.hero,.section-light,.section-dark{padding:24px;border-radius:30px}.hero{grid-template-columns:1fr;min-height:auto;gap:22px}.hero h1{font-size:clamp(3.3rem,8.2vw,5rem)}.hero__lead,.section-header__description p,.market-section__description,.calculator__description,.why-section__intro p,.geography .section-header__description,.contact-form-card p{font-size:.97rem;line-height:1.58}.hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-gallery{gap:14px}.hero__media{width:min(100%,860px);justify-self:center}.hero-card{min-height:160px;border-radius:24px}.hero-sticker{width:112px;min-width:112px}.section-header{gap:16px;margin-bottom:22px}.section-header__title h2,.market-section__intro h2,.why-section__intro h2,.calculator__intro h2,.contact-form-card h2{font-size:clamp(2.6rem,6.2vw,4rem)}.insight-card,.strategy-card,.support-card,.roadmap__item,.map-card,.calculator__controls,.calculator__results,.contact-form-card{border-radius:24px}.meters-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px}.meter-card{gap:10px;padding:14px 12px}.meter-card__ring{width:124px}.calculator__controls,.calculator__results{padding:18px}.map-card__field{min-height:360px}.support-card{grid-template-rows:140px 1fr}.support-card__media{min-height:140px}.roadmap__top{min-height:96px;padding:16px}.roadmap__item p{padding:14px 16px 16px}.contact-section{gap:18px}.contact-scene{min-height:240px;padding:0 4px}.contact-form-card{grid-template-columns:1fr}}@media(max-width:760px){.site-shell{width:min(100vw - 14px,100%);padding-bottom:42px}.topbar{top:8px;padding:14px;border-radius:22px}.nav,.nav-cta{display:none}.brand{gap:10px}.brand img{width:38px;height:38px}.brand__copy strong{font-size:.9rem}.brand__copy small{font-size:.8rem}.hero,.section-light,.section-dark{padding:20px;border-radius:24px}.hero h1{max-width:none;font-size:clamp(2.8rem,13vw,4.35rem)}.hero__headline-row{grid-template-columns:1fr;gap:12px}.hero-sticker{justify-self:start}.section-header__title h2,.contact-form-card h2{max-width:none;font-size:clamp(2.3rem,11vw,3.3rem)}.insight-grid,.support-grid,.roadmap,.calculator__results,.strategy-grid,.meters-panel,.map-card__cities,.contact-form,.hero__stats{grid-template-columns:1fr}.hero-gallery{grid-template-columns:1fr 1fr;padding:0;gap:12px}.hero-card{min-height:140px}.hero-polaroid{padding:8px 8px 10px}.hero-polaroid strong{font-size:.78rem}.visual-card,.map-card__field{min-height:320px}.page__ambient-layer{opacity:.9}.calculator__intro h2{max-width:none;font-size:clamp(2.2rem,11vw,3.4rem)}.market-section__intro h2,.why-section__intro h2{max-width:none;font-size:clamp(2.3rem,11vw,3.35rem)}.meters-panel{gap:14px;padding:12px}.meter-card{gap:8px;padding:14px 12px 16px}.meter-card__ring{width:116px}.meter-card__ring span{font-size:1.66rem}.meter-card p{font-size:.92rem}.insight-card,.strategy-card,.support-card,.roadmap__item,.map-city-card,.contact-form-card,.contact-note{min-height:0}.support-card{grid-template-rows:128px 1fr}.support-card__media{min-height:128px}.calculator__controls,.calculator__results,.map-card,.video-review__note,.contact-form-card{padding:16px}.map-card__field{min-height:280px;border-radius:22px}.map-card__cities{gap:10px}.map-city-card{padding:13px 14px;border-radius:16px}.roadmap__top{min-height:0;padding:16px 16px 14px}.roadmap__top h3{font-size:1.08rem}.roadmap__item p{padding:14px 16px 16px;font-size:.92rem}.video-review__player,.video-review__note{border-radius:22px}.contact-section{gap:14px}.contact-note{position:relative;top:auto;left:auto;max-width:none}.contact-scene:before{display:none}.polaroid-stack{width:100%;height:420px;margin-top:0}.polaroid{width:min(70vw,206px)}.polaroid--one{left:8px;bottom:0}.polaroid--two{right:10px;top:80px}.contact-form-card{grid-template-columns:1fr}}@media(max-width:560px){.site-shell{width:min(100vw - 10px,100%);padding-top:8px}.ticker{border-radius:18px}.ticker__track{gap:20px;padding:9px 0}.ticker__track span{font-size:.84rem}.topbar{top:6px;margin-bottom:12px;padding:12px;border-radius:18px}.hero,.section-light,.section-dark{padding:18px;border-radius:22px;margin-bottom:16px}.hero h1{font-size:clamp(2.55rem,12.5vw,3.75rem);line-height:.92}.hero__lead,.section-header__description p,.market-section__description,.calculator__description,.why-section__intro p,.contact-form-card p,.contact-points span,.range-control,.support-card p,.roadmap__item p,.map-city-card span{font-size:.9rem}.hero__actions{gap:10px}.button,.button--ghost,.button--submit{width:100%;justify-content:center}.hero-gallery{grid-template-columns:1fr}.hero-card{min-height:156px}.hero-sticker{width:104px;min-width:104px;padding:12px}.hero-sticker strong{font-size:1.44rem}.hero-sticker span{font-size:.62rem}.hero-stat,.insight-card,.strategy-card,.support-card__body,.roadmap__top,.roadmap__item p,.map-city-card,.video-review__note,.contact-form-card,.calculator__controls,.calculator__results{padding-left:14px;padding-right:14px}.section-header,.market-section__top,.market-section__lower,.why-section,.calculator__layout,.video-review__layout,.contact-section,.geography{gap:16px}.section-header__title h2,.market-section__intro h2,.why-section__intro h2,.calculator__intro h2,.contact-form-card h2{font-size:clamp(2.05rem,10vw,2.85rem);line-height:.94}.meters-panel{padding:10px}.meter-card__ring{width:108px}.meter-card__ring span{font-size:1.52rem}.visual-card,.map-card__field{min-height:240px}.roadmap__index{width:48px;height:48px;border-radius:16px}.contact-scene{min-height:0;padding:0}.contact-form{gap:8px 10px}.contact-form input{min-height:46px;border-radius:16px}.polaroid-stack{height:360px}.polaroid{width:min(72vw,184px)}}
