:root{--bg:#f4f8fd;--surface:#fff;--surface-alt:#edf4fb;--text:#0f243f;--muted:#5b6f87;--line:#d7e2ef;--accent:#1369d4;--accent-2:#11a0a5;--shadow-sm:0 8px 24px rgba(15,52,91,.08);--shadow-md:0 20px 46px rgba(15,52,91,.14);--radius-sm:14px;--radius-md:20px;--radius-lg:28px;--container:min(1180px,92vw);--section-gap:20px;--block-gap:16px}*{box-sizing:border-box}body,html{padding:0;margin:0;background:radial-gradient(80% 80% at 8% 4%,hsla(0,0%,100%,.85) 0,rgba(243,249,255,.6) 45%,rgba(237,245,255,.3) 100%),linear-gradient(160deg,#f3f8ff,#edf4fb);color:var(--text);font-family:Manrope,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.container{width:var(--container);margin:0 auto}.landing-root{padding:18px 0 52px;min-height:100vh;position:relative;overflow:hidden;background:var(--bg);isolation:isolate}.landing-root:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at top left,hsla(0,0%,100%,.3),transparent 48%);z-index:0}.landing-root>*{position:relative;z-index:1}.landing-section{margin:0 0 var(--section-gap)}.landing-section__container{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);padding:26px}.landing-section--transparent .landing-section__container{border:0;box-shadow:none;background:transparent;padding:8px 0}.landing-section--soft .landing-section__container{background:linear-gradient(145deg,#fff,#f4f8fd)}.landing-section--light-blue .landing-section__container{background:linear-gradient(145deg,#f8fcff,#ecf4ff)}.landing-section--dark .landing-section__container{background:linear-gradient(160deg,#10233f,#1a3157);color:#e7f0ff;border-color:hsla(0,0%,100%,.15)}.section-title{font-size:clamp(1.5rem,3vw,2rem);line-height:1.2;margin:0}.section-title-wrap{margin-bottom:14px}.section-subtitle{margin:8px 0 0;color:var(--muted)}.section-divider{height:1px;background:var(--line);margin:10px 0 14px}.btn{border:0;border-radius:var(--radius-sm);color:#fff;padding:12px 18px;font-weight:700;line-height:1;cursor:pointer;transition:transform .2s ease,opacity .2s ease;display:inline-flex;align-items:center;justify-content:center}.btn:hover{transform:translateY(-1px)}.btn--primary{background:linear-gradient(135deg,var(--accent),var(--accent-2))}.btn--secondary{color:var(--text);background:#fff;border:1px solid var(--line)}.btn--dark{background:#0f2643}.form-input,.form-select{border:1px solid var(--line);border-radius:12px;padding:11px 12px;width:100%;background:#fff;color:var(--text);font:inherit;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-input{min-height:46px}.form-input::placeholder{color:#7890ab}.form-select{min-height:46px;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:38px;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% + 1px),calc(100% - 12px) calc(50% + 1px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.form-input:hover,.form-select:hover{border-color:color-mix(in srgb,var(--accent) 38%,var(--line))}.form-input:focus,.form-input:focus-visible,.form-select:focus,.form-select:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 24%,transparent)}.form-label{display:block;font-size:.95rem;margin-bottom:8px;font-weight:600}.header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.brand-name{display:inline-block;font-size:1.5rem;font-weight:800}.header-menu{display:flex;gap:10px;flex-wrap:wrap}.menu-link{padding:8px 10px;border-radius:10px;color:var(--muted)}.menu-link:hover{background:rgba(17,73,144,.08);color:var(--text)}.header-actions{display:flex;align-items:center;gap:10px}.header-cta{white-space:nowrap}.header-burger{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);align-items:center;justify-content:center;gap:4px;flex-direction:column;padding:0;cursor:pointer}.header-burger span{width:16px;height:2px;background:currentColor;border-radius:3px;transition:transform .2s ease,opacity .2s ease}.header-burger.is-open span:first-child{transform:translateY(6px) rotate(45deg)}.header-burger.is-open span:nth-child(2){opacity:0}.header-burger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.social-link{width:50px;height:50px;border-radius:999px;display:grid;place-items:center;border:0;color:var(--muted);background:transparent}.social-link img{width:32px;height:32px;object-fit:contain}.landing-root .social-link{background:transparent!important;border:0!important;box-shadow:none}.landing-root .social-link:active,.landing-root .social-link:focus,.landing-root .social-link:focus-visible,.landing-root .social-link:hover{background:transparent!important;border:0!important;box-shadow:none!important;outline:none}.about-grid,.advantages-grid,.bottom-cta,.calculator-grid,.calculator-meta-grid,.cities-grid,.footer-grid,.hero-grid,.link-cloud-grid,.networks-grid,.rates-grid,.reviews-grid{display:grid;grid-gap:var(--block-gap);gap:var(--block-gap)}.about-grid,.link-cloud-grid{grid-template-columns:1.15fr .85fr}.hero-grid{grid-template-columns:1fr}.hero-title{margin:0;font-size:clamp(2rem,5vw,3.3rem);line-height:1.06}.hero-copy p{color:var(--muted);margin:12px 0}.hero-actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}.hero-promo{position:relative;min-height:250px;border-radius:var(--radius-md);border:1px solid var(--line);overflow:hidden;background:linear-gradient(145deg,rgba(24,114,221,.12),rgba(17,160,165,.08))}.hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.9}.hero-coin-cloud{position:absolute;inset:14px 14px auto auto;width:72%;height:72%;pointer-events:none}.hero-coin{position:absolute;width:54px;height:54px;display:grid;place-items:center;border-radius:999px;font-weight:800;color:#fff;box-shadow:0 14px 28px rgba(8,21,42,.24)}.hero-coin--btc{top:8%;right:24%;background:linear-gradient(145deg,#f7931a,#d46f08)}.hero-coin--usdt{top:28%;right:2%;background:linear-gradient(145deg,#2ca77a,#127a58)}.hero-coin--trx{top:56%;right:28%;background:linear-gradient(145deg,#d22d2d,#851717)}.hero-coin--eth{top:18%;right:46%;background:linear-gradient(145deg,#7286a4,#424e68)}.hero-coin--euro{top:44%;right:48%;background:linear-gradient(145deg,#2b62b2,#16366c)}.hero-coin--usd{top:68%;right:4%;background:linear-gradient(145deg,#46aa39,#256421)}.promo-shape{position:absolute;inset:auto -16% -44% auto;width:75%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(17,160,165,.42),rgba(17,160,165,0))}.promo-card{position:absolute;left:18px;right:18px;bottom:18px;padding:16px;border-radius:14px;background:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.8);box-shadow:var(--shadow-sm)}.promo-card__title{margin:0 0 6px;font-weight:700}.promo-card__text{margin:0;color:var(--muted)}.calculator-grid{grid-template-columns:1fr 1fr .95fr;align-items:start}.calculator-col,.calculator-summary,.city-card,.faq-item,.feature-card,.network-card,.rate-card,.recent-card,.review-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;padding:18px}.calculator-col{background:linear-gradient(160deg,#fff,#f8fbff);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.65)}.calculator-fields,.calculator-meta-item{display:grid;grid-gap:8px;gap:8px}.calculator-summary{background:linear-gradient(160deg,#f3f8ff,#ecf4ff)}.summary-label{margin:0;color:var(--muted);font-size:.9rem}.summary-direction{margin:6px 0 10px;font-size:1.25rem;font-weight:700}.summary-list{margin:0;padding-left:18px}.limits-note,.rate-foot,.recent-meta,.review-head span,.summary-list,.summary-note{color:var(--muted)}.calculator-meta-grid{grid-template-columns:1fr 1fr;margin-top:12px}.calculator-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:16px;flex-wrap:wrap}.error-text{color:#b61a25}.advantages-grid,.cities-grid,.networks-grid,.rates-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rate-pair,.recent-direction{margin:0 0 8px;font-weight:700}.rate-row{display:flex;justify-content:space-between;gap:8px;margin:8px 0}.rate-link{color:inherit}.rate-link:hover{text-decoration:underline}.cta-line{display:flex;gap:10px;flex-wrap:wrap}.about-copy--solo{max-width:940px;margin:0 auto;padding:18px 20px;border-radius:var(--radius-md);border:1px solid var(--line);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 92%,#fff),color-mix(in srgb,var(--surface) 84%,#fff));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2)}.about-copy--solo p{margin:0;line-height:1.62}.about-copy--solo p+p{margin-top:12px;padding-top:12px;border-top:1px dashed color-mix(in srgb,var(--line) 75%,transparent)}.about-copy p,.faq-item p,.feature-card p,.footer-grid p,.network-card p,.process-item p{color:var(--muted)}.process-list{display:grid;grid-gap:10px;gap:10px}.process-item{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;padding:14px}.feature-card h3,.link-cloud-grid h3,.network-card h3,.process-item h3{margin:0 0 8px}.process-item ul{margin:0;color:var(--muted)}.feature-icon{margin:0 0 8px;font-size:1.25rem}.network-tag{margin:0 0 10px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-size:.76rem}.recent-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px}.recent-card{min-width:260px}.pill-cloud{display:flex;flex-wrap:wrap;gap:8px}.pill-link{padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:.92rem}.pill-link:hover{border-color:var(--accent);color:var(--accent)}.list-expand-wrap{margin-top:14px;display:flex;justify-content:center}.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-card{background:hsla(0,0%,100%,.09);border-color:hsla(0,0%,100%,.2)}.review-head{margin:0 0 8px;display:flex;justify-content:space-between;gap:10px}.review-rating{margin:0 0 8px;color:#ffd16d}.city-card{display:flex;align-items:center;gap:8px;transition:border-color .2s ease,transform .2s ease}.city-card:hover{border-color:var(--accent);transform:translateY(-1px)}.city-dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2))}.faq-list{display:grid;grid-gap:10px;gap:10px}.faq-item summary{cursor:pointer;font-weight:700}.bottom-cta{grid-template-columns:1fr 1fr}.bottom-cta__btn{width:100%;min-height:52px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr}.footer-grid h3,.footer-grid h4{margin-top:0}.footer-grid ul{margin:0;padding-left:18px}.footer-grid li{margin-bottom:8px}.section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:24px}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.legal-root{min-height:100vh;padding:32px 0 52px;background:var(--bg);color:var(--text)}.legal-shell{max-width:980px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px}.legal-kicker{margin:0;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.legal-content{color:var(--text)}.legal-content blockquote,.legal-content li,.legal-content p{color:var(--muted)}.legal-content h2,.legal-content h3,.legal-content h4{margin-top:1.2em}.legal-root[data-site-code=site_b],.legal-root[data-site-code=site_d]{background:linear-gradient(180deg,#071121,#0f1830);color:#e8f2ff}.legal-root[data-site-code=site_c]{background:linear-gradient(180deg,#0b0d12,#11141c);color:#f4eedb}.legal-root[data-site-code=site_b] .legal-shell,.legal-root[data-site-code=site_d] .legal-shell{background:rgba(9,22,44,.78);border-color:rgba(96,154,255,.22)}.legal-root[data-site-code=site_c] .legal-shell{background:rgba(14,16,22,.9);border-color:rgba(196,154,49,.22)}.legal-root[data-site-code=site_b] .legal-content,.legal-root[data-site-code=site_b] .legal-shell h1,.legal-root[data-site-code=site_d] .legal-content,.legal-root[data-site-code=site_d] .legal-shell h1{color:#e8f2ff}.legal-root[data-site-code=site_c] .legal-content,.legal-root[data-site-code=site_c] .legal-shell h1{color:#f4eedb}.legal-root[data-site-code=site_b] .legal-content li,.legal-root[data-site-code=site_b] .legal-content p,.legal-root[data-site-code=site_d] .legal-content li,.legal-root[data-site-code=site_d] .legal-content p{color:#95add4}.legal-root[data-site-code=site_c] .legal-content li,.legal-root[data-site-code=site_c] .legal-content p{color:#bcae84}.request-root{min-height:100vh;background:var(--bg)}.request-root[data-site-code=site_b],.request-root[data-site-code=site_d]{background:linear-gradient(180deg,#071121,#0f1830)}.request-root[data-site-code=site_c]{background:linear-gradient(180deg,#0b0d12,#11141c)}.request-not-found{max-width:860px}.request-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.request-actions .btn{min-width:180px}.request-root[data-site-code=site_b] .section,.request-root[data-site-code=site_d] .section{background:rgba(9,22,44,.78);border-color:rgba(96,154,255,.22);color:#e8f2ff}.request-root[data-site-code=site_c] .section{background:rgba(14,16,22,.9);border-color:rgba(196,154,49,.22);color:#f4eedb}.landing-root[data-site-code=site_a]:after{content:"";position:absolute;inset:0;pointer-events:none;background:url(/bg-clouds.svg) 50%/cover no-repeat,radial-gradient(circle at 14% 12%,rgba(121,194,242,.18),transparent 18%),radial-gradient(circle at 82% 16%,rgba(59,142,219,.14),transparent 22%),radial-gradient(circle at 66% 64%,hsla(0,0%,100%,.3),transparent 24%);opacity:.85;z-index:0}.landing-root[data-site-code=site_a] .landing-section--about .landing-section__container,.landing-root[data-site-code=site_a] .landing-section--hero .landing-section__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-root[data-site-code=site_a] .hero-promo{background:linear-gradient(165deg,hsla(0,0%,100%,.7),rgba(219,237,255,.5)),linear-gradient(145deg,rgba(59,142,219,.15),rgba(121,194,242,.08))}.landing-root[data-site-code=site_a] .city-card,.landing-root[data-site-code=site_a] .feature-card,.landing-root[data-site-code=site_a] .rate-card{box-shadow:0 18px 36px rgba(70,122,178,.08)}.landing-root[data-site-code=site_b]{background:radial-gradient(circle at 20% 18%,rgba(42,141,255,.24),transparent 18%),radial-gradient(circle at 80% 22%,rgba(20,63,143,.3),transparent 22%),linear-gradient(180deg,#071121,#0d1d39 46%,#08111f);color:#e8f2ff}.landing-root[data-site-code=site_b]:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:url(/bg-orbit.svg),radial-gradient(circle,rgba(42,141,255,.12) 1px,transparent 0),linear-gradient(hsla(0,0%,100%,.04) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:cover,22px 22px,56px 56px,56px 56px;background-position:50%,0 0,0 0,0 0;opacity:.55;z-index:0}.landing-root[data-site-code=site_b] .landing-section__container{background:rgba(8,20,40,.74);border-color:rgba(96,154,255,.24);box-shadow:0 22px 52px rgba(4,8,16,.38)}.landing-root[data-site-code=site_b] .landing-section--transparent .landing-section__container{background:transparent;border-color:transparent}.landing-root[data-site-code=site_b] .about-copy p,.landing-root[data-site-code=site_b] .brand-kicker,.landing-root[data-site-code=site_b] .faq-item p,.landing-root[data-site-code=site_b] .feature-card p,.landing-root[data-site-code=site_b] .footer-grid p,.landing-root[data-site-code=site_b] .hero-copy p,.landing-root[data-site-code=site_b] .limits-note,.landing-root[data-site-code=site_b] .menu-link,.landing-root[data-site-code=site_b] .network-card p,.landing-root[data-site-code=site_b] .process-item p,.landing-root[data-site-code=site_b] .rate-foot,.landing-root[data-site-code=site_b] .recent-meta,.landing-root[data-site-code=site_b] .review-head span,.landing-root[data-site-code=site_b] .section-subtitle,.landing-root[data-site-code=site_b] .summary-note{color:#90abd3}.landing-root[data-site-code=site_b] .btn--secondary,.landing-root[data-site-code=site_b] .calculator-col,.landing-root[data-site-code=site_b] .calculator-summary,.landing-root[data-site-code=site_b] .city-card,.landing-root[data-site-code=site_b] .faq-item,.landing-root[data-site-code=site_b] .feature-card,.landing-root[data-site-code=site_b] .form-input,.landing-root[data-site-code=site_b] .form-select,.landing-root[data-site-code=site_b] .network-card,.landing-root[data-site-code=site_b] .pill-link,.landing-root[data-site-code=site_b] .process-item,.landing-root[data-site-code=site_b] .rate-card,.landing-root[data-site-code=site_b] .recent-card,.landing-root[data-site-code=site_b] .social-link{background:rgba(10,26,51,.72);color:#e8f2ff;border-color:rgba(96,154,255,.2)}.landing-root[data-site-code=site_b] .form-input::placeholder,.landing-root[data-site-code=site_d] .form-input::placeholder{color:#8ea9cf}.landing-root[data-site-code=site_b] .hero-promo{background:radial-gradient(circle at 50% 50%,rgba(42,141,255,.16),transparent 42%),linear-gradient(160deg,rgba(8,20,40,.9),rgba(9,24,52,.82))}.landing-root[data-site-code=site_b] .promo-shape{width:92%;inset:auto -30% -34% auto;background:radial-gradient(circle,rgba(42,141,255,.35),rgba(42,141,255,0))}.landing-root[data-site-code=site_b] .promo-card{background:rgba(4,14,28,.72);border-color:rgba(96,154,255,.18)}.landing-root[data-site-code=site_c]{background:radial-gradient(circle at 50% 0,rgba(196,154,49,.16),transparent 18%),linear-gradient(180deg,#0b0c11,#0d0f15 40%,#0a0b0f);color:#f4eedb}.landing-root[data-site-code=site_c]:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(196,154,49,.06) 1px,transparent 0),linear-gradient(90deg,rgba(196,154,49,.06) 1px,transparent 0);background-size:32px 32px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 92%);z-index:0}.landing-root[data-site-code=site_c] .landing-section__container{background:rgba(12,13,18,.82);border-color:rgba(196,154,49,.18);box-shadow:0 30px 64px rgba(0,0,0,.45)}.landing-root[data-site-code=site_c] .landing-section--transparent .landing-section__container{background:transparent;box-shadow:none;border:0}.landing-root[data-site-code=site_c] .landing-section--hero .landing-section__container{padding:40px;overflow:hidden;background:radial-gradient(circle at 78% 24%,rgba(196,154,49,.12),transparent 24%),linear-gradient(180deg,rgba(12,13,18,.9),rgba(8,9,12,.98))}.landing-root[data-site-code=site_c] .brand-name,.landing-root[data-site-code=site_c] .feature-card h3,.landing-root[data-site-code=site_c] .footer-grid h3,.landing-root[data-site-code=site_c] .footer-grid h4,.landing-root[data-site-code=site_c] .hero-title,.landing-root[data-site-code=site_c] .link-cloud-grid h3,.landing-root[data-site-code=site_c] .network-card h3,.landing-root[data-site-code=site_c] .process-item h3,.landing-root[data-site-code=site_c] .rate-pair,.landing-root[data-site-code=site_c] .review-head strong,.landing-root[data-site-code=site_c] .section-title,.landing-root[data-site-code=site_c] .summary-direction{color:#fff6dd}.landing-root[data-site-code=site_c] .about-copy p,.landing-root[data-site-code=site_c] .brand-kicker,.landing-root[data-site-code=site_c] .faq-item p,.landing-root[data-site-code=site_c] .feature-card p,.landing-root[data-site-code=site_c] .footer-grid p,.landing-root[data-site-code=site_c] .hero-copy p,.landing-root[data-site-code=site_c] .limits-note,.landing-root[data-site-code=site_c] .menu-link,.landing-root[data-site-code=site_c] .network-card p,.landing-root[data-site-code=site_c] .network-tag,.landing-root[data-site-code=site_c] .process-item p,.landing-root[data-site-code=site_c] .process-item ul,.landing-root[data-site-code=site_c] .rate-foot,.landing-root[data-site-code=site_c] .recent-meta,.landing-root[data-site-code=site_c] .review-head span,.landing-root[data-site-code=site_c] .section-subtitle,.landing-root[data-site-code=site_c] .summary-list,.landing-root[data-site-code=site_c] .summary-note{color:#bcae84}.landing-root[data-site-code=site_c] .header-row{padding-top:6px}.landing-root[data-site-code=site_c] .menu-link:hover,.landing-root[data-site-code=site_c] .pill-link:hover{background:rgba(196,154,49,.08);color:#f1d17b}.landing-root[data-site-code=site_c] .hero-grid{grid-template-columns:1fr}.landing-root[data-site-code=site_c] .hero-promo{min-height:320px;background:linear-gradient(180deg,rgba(22,24,31,.94),rgba(9,10,14,.98)),radial-gradient(circle at 50% 50%,rgba(196,154,49,.16),transparent 45%);border-color:rgba(196,154,49,.2)}.landing-root[data-site-code=site_c] .hero-coin-cloud{inset:8px 8px auto auto;width:78%;height:84%}.landing-root[data-site-code=site_c] .hero-coin{width:58px;height:58px;border:2px solid hsla(0,0%,100%,.1)}.landing-root[data-site-code=site_c] .hero-coin--btc,.landing-root[data-site-code=site_c] .hero-coin--euro,.landing-root[data-site-code=site_c] .hero-coin--usd{box-shadow:0 0 0 1px rgba(196,154,49,.18),0 18px 36px rgba(0,0,0,.35)}.landing-root[data-site-code=site_c] .promo-shape{inset:auto auto -28% -10%;width:88%;background:radial-gradient(circle,rgba(196,154,49,.18),rgba(196,154,49,0))}.landing-root[data-site-code=site_c] .promo-card{background:rgba(16,18,24,.9);border-color:rgba(196,154,49,.16)}.landing-root[data-site-code=site_c] .btn--primary{background:linear-gradient(135deg,#d2ab4d,#8f6d22);color:#16120b}.landing-root[data-site-code=site_c] .btn--secondary,.landing-root[data-site-code=site_c] .calculator-col,.landing-root[data-site-code=site_c] .calculator-summary,.landing-root[data-site-code=site_c] .city-card,.landing-root[data-site-code=site_c] .faq-item,.landing-root[data-site-code=site_c] .form-input,.landing-root[data-site-code=site_c] .form-select,.landing-root[data-site-code=site_c] .network-card,.landing-root[data-site-code=site_c] .pill-link,.landing-root[data-site-code=site_c] .process-item,.landing-root[data-site-code=site_c] .rate-card,.landing-root[data-site-code=site_c] .recent-card,.landing-root[data-site-code=site_c] .social-link{background:rgba(16,18,24,.92);color:#f4eedb;border-color:rgba(196,154,49,.16)}.landing-root[data-site-code=site_c] .form-input::placeholder{color:#9f9065}.landing-root[data-site-code=site_c] .landing-section--calculator .landing-section__container{background:rgba(16,18,24,.97)}.landing-root[data-site-code=site_c] .landing-section--advantages .feature-card{min-height:220px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;color:#fff6dd;border-color:hsla(0,0%,100%,.08)}.landing-root[data-site-code=site_c] .landing-section--advantages .feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.74))}.landing-root[data-site-code=site_c] .landing-section--advantages .feature-card>*{position:relative;z-index:1}.landing-root[data-site-code=site_c] .landing-section--advantages .feature-card:first-child{background:linear-gradient(160deg,rgba(8,10,15,.52),rgba(8,10,15,.92)),radial-gradient(circle at 20% 18%,rgba(196,154,49,.24),transparent 22%)}.landing-root[data-site-code=site_c] .landing-section--advantages .feature-card:nth-child(2){background:linear-gradient(160deg,hsla(0,3%,7%,.58),rgba(8,10,15,.92)),radial-gradient(circle at 70% 22%,hsla(0,0%,100%,.12),transparent 22%)}.landing-root[data-site-code=site_c] .landing-section--advantages .feature-card:nth-child(3){background:linear-gradient(160deg,rgba(8,10,15,.62),rgba(8,10,15,.92)),radial-gradient(circle at 70% 30%,rgba(196,154,49,.2),transparent 24%)}.landing-root[data-site-code=site_c] .landing-section--advantages .feature-card:nth-child(4){background:linear-gradient(160deg,rgba(10,12,18,.62),rgba(8,10,15,.92)),radial-gradient(circle at 25% 70%,hsla(0,0%,100%,.1),transparent 24%)}.landing-root[data-site-code=site_c] .landing-section--advantages .feature-card:nth-child(5){background:linear-gradient(160deg,rgba(10,12,18,.62),rgba(8,10,15,.92)),radial-gradient(circle at 80% 60%,rgba(196,154,49,.22),transparent 24%)}.landing-root[data-site-code=site_c] .landing-section--cities .landing-section__container{min-height:300px;background:radial-gradient(circle at 18% 35%,rgba(196,154,49,.18) 0,rgba(196,154,49,.18) 4px,transparent 5px),radial-gradient(circle at 62% 48%,rgba(196,154,49,.18) 0,rgba(196,154,49,.18) 4px,transparent 5px),radial-gradient(circle at 74% 38%,rgba(196,154,49,.18) 0,rgba(196,154,49,.18) 4px,transparent 5px),linear-gradient(180deg,rgba(12,13,18,.92),rgba(9,10,14,.98))}.landing-root[data-site-code=site_d]{background:radial-gradient(circle at 12% 18%,rgba(106,68,217,.2),transparent 18%),radial-gradient(circle at 86% 20%,rgba(31,111,235,.18),transparent 22%),linear-gradient(180deg,#0f1320,#151b2f 42%,#0e1120);color:#edf1ff}.landing-root[data-site-code=site_d]:after{content:"";position:absolute;inset:0;pointer-events:none;background:url(/bg-electric.svg) 50%/cover no-repeat,linear-gradient(120deg,transparent,transparent 42%,rgba(106,68,217,.08) 0,rgba(106,68,217,.08) 44%,transparent 0,transparent),linear-gradient(60deg,transparent,transparent 62%,rgba(31,111,235,.08) 0,rgba(31,111,235,.08) 64%,transparent 0,transparent);opacity:.78;z-index:0}.landing-root[data-site-code=site_d] .landing-section__container{background:rgba(15,20,34,.74);border-color:rgba(132,104,255,.18);box-shadow:0 24px 54px rgba(6,8,16,.4)}.landing-root[data-site-code=site_d] .landing-section--transparent .landing-section__container{background:transparent;border:0;box-shadow:none}.landing-root[data-site-code=site_d] .about-copy p,.landing-root[data-site-code=site_d] .brand-kicker,.landing-root[data-site-code=site_d] .faq-item p,.landing-root[data-site-code=site_d] .feature-card p,.landing-root[data-site-code=site_d] .footer-grid p,.landing-root[data-site-code=site_d] .hero-copy p,.landing-root[data-site-code=site_d] .limits-note,.landing-root[data-site-code=site_d] .menu-link,.landing-root[data-site-code=site_d] .network-card p,.landing-root[data-site-code=site_d] .process-item p,.landing-root[data-site-code=site_d] .rate-foot,.landing-root[data-site-code=site_d] .recent-meta,.landing-root[data-site-code=site_d] .review-head span,.landing-root[data-site-code=site_d] .section-subtitle,.landing-root[data-site-code=site_d] .summary-list,.landing-root[data-site-code=site_d] .summary-note{color:#9ea9cb}.landing-root[data-site-code=site_d] .btn--secondary,.landing-root[data-site-code=site_d] .calculator-col,.landing-root[data-site-code=site_d] .calculator-summary,.landing-root[data-site-code=site_d] .city-card,.landing-root[data-site-code=site_d] .faq-item,.landing-root[data-site-code=site_d] .feature-card,.landing-root[data-site-code=site_d] .form-input,.landing-root[data-site-code=site_d] .form-select,.landing-root[data-site-code=site_d] .network-card,.landing-root[data-site-code=site_d] .pill-link,.landing-root[data-site-code=site_d] .process-item,.landing-root[data-site-code=site_d] .rate-card,.landing-root[data-site-code=site_d] .recent-card,.landing-root[data-site-code=site_d] .social-link{background:rgba(18,24,40,.78);color:#edf1ff;border-color:rgba(132,104,255,.2)}.landing-root[data-site-code=site_d] .hero-promo{background:linear-gradient(160deg,rgba(17,20,34,.88),rgba(25,30,56,.92)),radial-gradient(circle at 50% 50%,rgba(106,68,217,.2),transparent 46%)}.landing-root[data-site-code=site_b] .about-copy--solo,.landing-root[data-site-code=site_d] .about-copy--solo{background:radial-gradient(circle at 85% 18%,rgba(42,141,255,.16),transparent 45%),linear-gradient(155deg,rgba(8,20,40,.92),rgba(10,27,54,.84));border-color:rgba(96,154,255,.22);box-shadow:inset 0 1px 0 rgba(160,196,255,.14)}.landing-root[data-site-code=site_c] .about-copy--solo{background:radial-gradient(circle at 85% 18%,rgba(196,154,49,.18),transparent 46%),linear-gradient(155deg,rgba(15,17,22,.94),rgba(23,25,32,.88));border-color:rgba(196,154,49,.24);box-shadow:inset 0 1px 0 rgba(216,182,92,.14)}.landing-root[data-site-code=site_d] .promo-card{background:rgba(15,20,34,.84);border-color:rgba(132,104,255,.18)}.landing-root[data-site-code=site_d] .feature-card,.landing-root[data-site-code=site_d] .network-card,.landing-root[data-site-code=site_d] .rate-card{transform:skewY(-1.4deg)}.landing-root[data-site-code=site_d] .feature-card>*,.landing-root[data-site-code=site_d] .network-card>*,.landing-root[data-site-code=site_d] .rate-card>*{transform:skewY(1.4deg)}@media (max-width:900px){.header-row{align-items:center;gap:12px}.header-brand{min-width:0}.header-burger{display:inline-flex;margin-left:auto}.header-actions,.header-menu{display:none;width:100%}.header-menu.is-open{display:flex;flex-direction:column;order:3;gap:4px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.landing-root[data-site-code=site_b] .header-burger,.landing-root[data-site-code=site_d] .header-burger{background:rgba(10,26,51,.76);border-color:rgba(96,154,255,.25);color:#e8f2ff}.landing-root[data-site-code=site_c] .header-burger{background:rgba(16,18,24,.88);border-color:rgba(196,154,49,.28);color:#f4eedb}.landing-root[data-site-code=site_b] .header-menu.is-open,.landing-root[data-site-code=site_d] .header-menu.is-open{background:rgba(10,26,51,.82);border-color:rgba(96,154,255,.25)}.landing-root[data-site-code=site_c] .header-menu.is-open{background:rgba(16,18,24,.92);border-color:rgba(196,154,49,.25)}.landing-root[data-site-code=site_b] .header-menu.is-open .menu-link,.landing-root[data-site-code=site_d] .header-menu.is-open .menu-link{color:#9eb8de}.landing-root[data-site-code=site_c] .header-menu.is-open .menu-link{color:#d8c89e}.header-menu.is-open .menu-link{padding:10px;border-radius:10px}.header-actions.is-open{display:flex;order:4;justify-content:flex-start;margin-top:2px}.header-actions.is-open .header-cta{flex:1 1;justify-content:center}.about-grid,.advantages-grid,.bottom-cta,.calculator-grid,.calculator-meta-grid,.cities-grid,.footer-grid,.grid-2,.hero-grid,.link-cloud-grid,.networks-grid,.rates-grid,.reviews-grid{grid-template-columns:1fr}.landing-section__container{padding:18px}.legal-shell{padding:20px}.landing-root[data-site-code=site_c] .landing-section--calculator .landing-section__container,.landing-root[data-site-code=site_c] .landing-section--hero .landing-section__container{padding:22px}.hero-coin-cloud{width:82%}}