@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap');

:root{
  --ink:#151827;
  --ink-2:#34394c;
  --muted:#6b7280;
  --line:#e5e7eb;
  --line-strong:#d7dbe3;
  --surface:#ffffff;
  --soft:#f8f8fc;
  --purple:#5b4cf6;
  --brand:#5b4cf6;
  --brand2:#5b4cf6;
  --purple-2:#7b49ff;
  --teal:#18b8b0;
  --lavender:#f3f0ff;
  --mint:#eefcf9;
  --shadow:0 18px 55px rgba(37,34,74,.08);
  --shadow-lg:0 30px 90px rgba(41,35,90,.14);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.62;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{max-width:100%}
.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}

/* Top strip + navigation */
.topbar{background:linear-gradient(90deg,#5748f5 0%,#654cf7 55%,#714cfb 100%);color:#fff;padding:8px 0;font-size:12px;font-weight:700}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid #e9e9ef}
.navin{height:78px;display:flex;align-items:center;gap:22px}
.logo{display:inline-flex;align-items:center;flex:0 0 auto}
.logo img{display:block;height:48px;width:auto}
.links{display:flex;align-items:center;gap:20px;margin-left:auto;font-size:13px;font-weight:750;color:#3d4252}
.links a{padding:9px 2px;transition:.18s}
.links a:hover{color:var(--purple)}
.nav-order{margin-left:2px;white-space:nowrap}
.mobile-search-button{display:none}

/* Marketplace mega menu */
.marketplace-menu{position:relative;flex:0 0 auto}
.marketplace-menu>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:7px;height:44px;padding:0 13px;border-radius:12px;font-size:13px;font-weight:800;color:#3d4252;border:1px solid transparent;user-select:none}
.marketplace-menu>summary::-webkit-details-marker{display:none}
.marketplace-menu>summary:hover,.marketplace-menu[open]>summary{background:#f7f6ff;border-color:#e6e2ff;color:var(--purple)}
.chev{font-size:11px}
.mega-menu{position:absolute;top:calc(100% + 14px);left:-155px;width:min(920px,calc(100vw - 32px));padding:18px;background:#fff;border:1px solid #e7e7ee;border-radius:20px;box-shadow:0 26px 80px rgba(28,24,67,.17);z-index:60}
.mega-menu:before{content:"";position:absolute;top:-8px;left:205px;width:14px;height:14px;background:#fff;border-left:1px solid #e7e7ee;border-top:1px solid #e7e7ee;transform:rotate(45deg)}
.mega-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:4px 6px 15px;border-bottom:1px solid #ececf2;margin-bottom:10px}
.mega-head small,.mega-head strong{display:block}.mega-head small{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#8a8fa0;font-weight:900}.mega-head strong{font-size:15px;margin-top:2px}.mega-head>a{font-size:12px;font-weight:800;color:var(--purple)}
.mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.mega-group{padding:7px}.mega-title{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#858a9b;font-weight:900;margin:2px 8px 7px}
.mega-link{display:flex;align-items:center;gap:9px;padding:8px;border-radius:11px;font-size:11px;font-weight:750;color:#333849}
.mega-link:hover{background:#f8f7ff;color:#3f32dc}
.mega-icon{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;background:#fff;border:1px solid #e8e8ee;border-radius:9px;box-shadow:0 5px 14px rgba(31,27,70,.04)}
.mega-icon img{width:18px;height:18px;object-fit:contain}

/* Typography and reusable components */
h1,h2,h3{font-family:'Space Grotesk',Manrope,sans-serif;color:var(--ink);line-height:1.08;margin:0 0 16px}
h1{font-size:clamp(46px,5.5vw,74px);letter-spacing:-.055em}
h2{font-size:clamp(30px,3.6vw,47px);letter-spacing:-.035em}
h3{font-size:21px;letter-spacing:-.018em}
p{margin:0 0 16px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#5d6173;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:900}
.eyebrow:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 7px rgba(24,184,176,.10)}
.eyebrow.light{color:#d7d3ff}.eyebrow.light:before{background:#68ded6;box-shadow:0 0 0 7px rgba(104,222,214,.10)}
.lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:720px}
.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:26px}
.btn{appearance:none;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 21px;border-radius:13px;font-weight:850;font-size:14px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.btn.primary,.btn.green{color:#fff;background:linear-gradient(100deg,var(--purple) 0%,var(--purple-2) 100%);box-shadow:0 11px 24px rgba(91,76,246,.20)}
.btn.primary:hover,.btn.green:hover{transform:translateY(-1px);box-shadow:0 15px 32px rgba(91,76,246,.27)}
.btn.alt{background:#fff;color:var(--ink);border:1px solid #dcdde4;box-shadow:0 6px 16px rgba(25,22,60,.025)}
.btn.alt:hover{border-color:#c5c0f7;color:#4d3fec;background:#fbfaff}
.trust{display:flex;gap:22px;flex-wrap:wrap;color:#555b6b;font-size:12px;font-weight:750;margin-top:26px}
.section{padding:78px 0}
.section.soft{background:linear-gradient(180deg,#fafaff 0%,#f8f9fc 100%)}
.head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}
.head>div{max-width:650px}.head p{max-width:650px;color:var(--muted);font-size:14px}
.card,.product-card,.feature-tile,.platform-panel{background:#fff;border:1px solid #e4e5eb;border-radius:22px;box-shadow:0 8px 28px rgba(37,34,74,.035)}
.card{padding:22px;position:relative;overflow:hidden;transition:.2s}
.card:hover,.product-card:hover,.feature-tile:hover{transform:translateY(-2px);border-color:#d2cef7;box-shadow:var(--shadow)}
.card p,.product-card p{color:var(--muted);font-size:14px}
.card .price{font-weight:900;color:var(--ink)}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.chips{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.chip{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#f3f2ff;color:#5148a7;font-size:11px;font-weight:850;border:1px solid #e6e3ff}
.mini{font-size:11px;color:#7b8190}
.note{padding:16px 18px;background:linear-gradient(135deg,#f5f2ff,#f0fbfa);border:1px solid #e1dcff;border-radius:15px;color:#505568}
.search{width:100%;padding:15px 16px;border:1px solid #dbdce5;border-radius:13px;font:inherit;outline:0;background:#fff}.search:focus{border-color:#9f94ff;box-shadow:0 0 0 4px rgba(91,76,246,.08)}

/* Homepage hero - purple/teal PVAGalaxy-like family */
.hero{height:calc(100dvh - 112px);min-height:625px;max-height:820px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 7% 22%,rgba(105,77,255,.14),transparent 30%),radial-gradient(circle at 92% 82%,rgba(34,211,193,.17),transparent 30%),linear-gradient(135deg,#fdfcff 0%,#fff 46%,#f4fffd 100%);border-bottom:1px solid #f0eef8}
.hero-grid{width:100%;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.hero-copy{padding:10px 0}
.hero-copy h1{max-width:730px;font-size:clamp(52px,5.3vw,75px);line-height:.98;letter-spacing:-.065em;margin:26px 0 22px}
.hero-accent{background:linear-gradient(100deg,#6554f8 0%,#7a4bff 42%,#16aaa7 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy .lead{max-width:690px;font-size:17px}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}
.hero-proof>div{padding:14px 15px;border-top:1px solid #dadbe5;background:rgba(255,255,255,.36)}
.hero-proof b,.hero-proof span{display:block}.hero-proof b{font-size:14px}.hero-proof span{font-size:10px;color:#7c8190;margin-top:3px}
.visual{position:relative}
.hero-market{padding:26px;border-radius:28px;background:linear-gradient(145deg,#141527 0%,#16172d 50%,#25204a 100%);box-shadow:0 30px 90px rgba(58,43,142,.22);overflow:visible}
.visual-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.visual-top h2{color:#fff;font-size:31px;margin:10px 0 0}.live-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#fff;background:rgba(255,255,255,.07);font-size:10px;font-weight:850;white-space:nowrap}.live-pill i{width:7px;height:7px;border-radius:50%;background:#5ee0d3;box-shadow:0 0 0 5px rgba(94,224,211,.12)}
.dash{background:#fff;border-radius:18px;padding:12px 18px;margin-top:20px;box-shadow:0 24px 64px rgba(0,0,0,.22)}
.dashrow{display:grid;grid-template-columns:50px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #ececf1}.dashrow:last-child{border-bottom:0}.dashrow b{font-size:13px}.dashrow strong{font-size:13px}
.brand-dot,.product-icon,.service-card-icon{display:grid;place-items:center;background:#fff;border:1px solid #e4e5ec;box-shadow:0 7px 19px rgba(37,34,74,.06)}
.brand-dot{width:46px;height:46px;border-radius:13px}.brand-dot img{width:26px;height:26px;object-fit:contain}
.hero-float{position:absolute;padding:10px 13px;background:#fff;border:1px solid #e5e5eb;border-radius:999px;box-shadow:0 16px 42px rgba(28,24,67,.16);font-size:10px;font-weight:850;z-index:2}.float-one{left:-20px;bottom:44px}.float-two{right:-18px;top:108px}

/* Stats + country cards + merchandising */
.stats{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #e4e5eb;border-radius:20px;background:#fff}.stat{padding:24px;border-right:1px solid #e8e8ee}.stat:last-child{border-right:0}.stat b{display:block;font-size:25px}.stat span{font-size:12px;color:var(--muted)}
.country{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.country-card{min-height:280px;display:flex;flex-direction:column;padding:28px!important;background:linear-gradient(180deg,#fff 0%,#fdfcff 100%)}.country-card:before{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,var(--purple),var(--purple-2),var(--teal))}.country-card .flag{position:absolute;right:26px;top:28px;font-size:31px}.country-card .product-icon{width:62px;height:62px;border-radius:17px;margin-bottom:24px}.country-card .product-icon img{width:35px;height:35px}.country-card h3{font-size:20px}.country-card p{font-size:13px;line-height:1.55}.country-card .price{margin-top:auto;font-size:27px;letter-spacing:-.03em}.country-card .price small{font-size:12px;color:var(--muted);font-weight:750}.mini-order{width:100%;border:0;cursor:pointer;margin-top:16px;min-height:46px;border-radius:12px;color:#fff;font-weight:850;background:linear-gradient(100deg,var(--purple),var(--purple-2));box-shadow:0 10px 24px rgba(91,76,246,.16)}
.merch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{padding:20px;transition:.2s;position:relative;overflow:hidden}.product-top,.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-icon{width:52px;height:52px;border-radius:15px;flex:0 0 auto}.product-icon img{width:29px;height:29px;object-fit:contain}.product-card h3{margin-top:18px}.product-card p{min-height:66px}.tag{padding:7px 9px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.tag.hot{background:#fff0f3;color:#c7284a}.product-bottom{padding-top:15px;margin-top:15px;border-top:1px solid #ececf1}.product-bottom small,.product-bottom b{display:block}.product-bottom small{font-size:9px;color:#898e9d}.product-bottom b{font-size:13px}.rank{position:absolute;right:16px;top:12px;font-family:'Space Grotesk';font-size:30px;color:#eeecff;font-weight:800}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-tile{padding:22px;display:grid;grid-template-columns:58px 1fr;gap:15px;align-items:center}.feature-tile .product-icon{width:58px;height:58px}.feature-tile small{color:var(--purple);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.feature-tile b{font-size:14px}

/* Service page hero */
.subhero{padding:58px 0 44px;background:radial-gradient(circle at 7% 18%,rgba(102,77,255,.095),transparent 25%),radial-gradient(circle at 93% 80%,rgba(39,201,189,.10),transparent 24%),linear-gradient(135deg,#fdfcff,#fff 58%,#f7fffd)}
.subhero-grid{display:grid;grid-template-columns:1fr .70fr;gap:46px;align-items:center}
.breadcrumbs{font-size:12px;color:#777d8d;margin-bottom:18px}.breadcrumbs a:hover{color:var(--purple)}
.subhero h1{font-size:clamp(44px,4.4vw,65px);line-height:1.01;max-width:760px;margin:18px 0}.subhero .lead{font-size:17px;max-width:760px}
.platform-panel{position:relative;overflow:hidden;padding:28px;border-radius:24px;background:linear-gradient(180deg,#fff,#fdfcff);box-shadow:0 18px 55px rgba(39,34,84,.07)}
.platform-panel:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--platform-color,#5b4cf6),var(--platform-color,#5b4cf6),var(--purple-2))}
.platform-logo-large{width:82px;height:82px;border-radius:21px;display:grid;place-items:center;background:var(--platform-soft,#f5f3ff);border:1px solid #e5e3ee;box-shadow:0 10px 28px rgba(31,28,70,.07)}
.platform-logo-large img{width:49px;height:49px;object-fit:contain;filter:none!important}.platform-panel h2{font-size:34px;margin-top:22px}.platform-panel p{color:#5f6575;font-size:15px}.platform-panel .price{font-size:21px!important;font-weight:900!important;color:var(--platform-color,#5b4cf6)!important}

/* Pricing tables on desktop */
.tablewrap{position:relative;overflow:hidden;background:#fff;border:1px solid #dedfe6;border-radius:20px;box-shadow:0 10px 32px rgba(36,32,78,.045);margin-bottom:22px}
.table-brandbar{position:relative;display:flex;align-items:center;gap:14px;min-height:82px;padding:14px 19px;background:linear-gradient(90deg,var(--platform-soft,#f5f3ff),#fff 45%);border-bottom:1px solid #e5e5eb}
.table-brandbar:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--platform-color,#5b4cf6)}
.table-brand-icon{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto;background:#fff;border:1px solid #e1e1e8;box-shadow:0 8px 20px rgba(35,31,79,.07)}
.table-brand-icon img{width:34px;height:34px;object-fit:contain;filter:none!important}.table-brand-copy strong,.table-brand-copy small{display:block}.table-brand-copy strong{font-size:15px}.table-brand-copy small{font-size:11px;color:#777d8d;margin-top:3px}
table{width:100%;border-collapse:collapse}th,td{padding:16px 18px;border-bottom:1px solid #e9e9ee;text-align:left}tr:last-child td{border-bottom:0}th{background:#fafafd;font-size:10px;text-transform:uppercase;letter-spacing:.075em;color:#686e7d;font-weight:900}td{font-size:13px;color:#454a5b}td b{font-size:16px;color:var(--ink)}td:last-child{text-align:right}.th-brand{display:inline-flex;align-items:center;gap:9px}.th-brand img{width:24px;height:24px;object-fit:contain;filter:none!important}.tablewrap td .btn,.tablewrap td button{min-width:128px;min-height:46px;padding:10px 17px;border-radius:12px;font-size:12px}.mobile-package-head{display:none}.desktop-cell-text{display:inline}

/* Text/FAQ/steps/contact */
.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}.prose{max-width:870px}.prose p,.prose li{color:#565c6d}.steps{display:grid;gap:12px}.step{display:grid;grid-template-columns:50px 1fr;gap:14px;padding:18px;border:1px solid #e3e4ea;border-radius:17px;background:#fff}.num{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--purple-2));color:#fff;font-weight:900}.step p{font-size:13px;color:var(--muted);margin:0}.faq details{border-bottom:1px solid #e6e6ec;padding:18px 0}.faq summary{cursor:pointer;font-weight:850}.faq details p{margin-top:12px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-card{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:13px;padding:18px;border:1px solid #e3e4ea;border-radius:18px;background:#fff}.contact-card img{width:28px;height:28px}.contact-card small,.contact-card strong{display:block}.contact-card small{font-size:10px;color:#878c9b}.contact-card strong{font-size:13px}.mail-glyph{font-size:24px;font-weight:900;color:var(--purple)}

/* Order modal */
.order-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:18px}.order-modal.open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(22,20,46,.62);backdrop-filter:blur(8px)}.modal-card{position:relative;width:min(540px,100%);padding:27px;border-radius:24px;background:#fff;border:1px solid rgba(255,255,255,.6);box-shadow:0 34px 110px rgba(28,24,67,.34)}.modal-close{position:absolute;right:15px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f3f2f8;cursor:pointer;font-size:24px;line-height:1;color:#4f5360}.modal-kicker{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--purple);margin-bottom:8px}.modal-card h2{font-size:30px;margin-right:45px}.modal-card>p{font-size:13px;color:#717687}.modal-selection{padding:13px 14px;border:1px solid #e4e2f3;border-radius:13px;background:linear-gradient(135deg,#f8f6ff,#f3fcfb);font-size:12px;margin:16px 0}.modal-options{display:grid;gap:10px}.modal-option{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;min-height:70px;padding:12px 14px;border:1px solid #e3e4e9;border-radius:15px;background:#fff;transition:.18s}.modal-option:hover{border-color:#bbb3ff;background:#fcfbff;transform:translateY(-1px)}.modal-option img{width:29px;height:29px}.modal-option small,.modal-option strong{display:block}.modal-option small{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#878c9b}.modal-option strong{font-size:13px;overflow-wrap:anywhere}.modal-note{font-size:10px;color:#878c9b;margin-top:14px}

/* Footer */
.footer{padding:58px 0 28px;background:#17182a;color:#cfd2dd}.footgrid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:30px}.footer h4{color:#fff;margin:0 0 14px}.footer p{font-size:13px;color:#aeb2c1}.footer a{display:block;margin:9px 0;font-size:12px;color:#c9ccd7}.footer a:hover{color:#fff}.footer .mini{color:#85899a}

@media(max-width:1100px){
  .links{gap:13px}.links a{font-size:12px}.mega-menu{left:-120px;width:min(870px,calc(100vw - 24px))}.mega-menu:before{left:170px}
  .hero-grid{gap:34px}.hero-copy h1{font-size:clamp(48px,5vw,64px)}
}

@media(max-width:900px){
  .topbar{display:none}.wrap{width:min(100% - 30px,1180px)}.navin{height:74px;gap:10px}.logo{margin-right:auto}.logo img{height:46px}
  .links,.nav-order{display:none}.mobile-search-button{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;border:1px solid #e3e4ea;background:#f7f7fb;color:#333748}.mobile-search-button svg{width:24px;height:24px}
  .marketplace-menu{order:3}.marketplace-menu>summary{width:48px;height:48px;padding:0;justify-content:center;border:1px solid #dedfe6;background:#fff;font-size:0}.marketplace-menu>summary:before{content:"☰";font-size:27px;font-weight:500;line-height:1;color:#242838}.marketplace-menu>summary .chev{display:none}
  .marketplace-menu[open]>summary{background:#f7f6ff}
  .mega-menu{position:fixed;left:12px;right:12px;top:82px;width:auto;max-height:calc(100dvh - 94px);overflow:auto;padding:14px;border-radius:17px}.mega-menu:before{display:none}.mega-grid{grid-template-columns:repeat(2,1fr)}
  .hero{height:auto;min-height:auto;max-height:none;padding:58px 0 52px;overflow:visible}.hero-grid{grid-template-columns:1fr}.hero-copy h1{font-size:56px;max-width:760px}.hero-market{display:none}.hero-proof{max-width:720px}
  .grid{grid-template-columns:repeat(2,1fr)}.merch-grid{grid-template-columns:repeat(2,1fr)}.country{grid-template-columns:repeat(2,1fr)}.featured-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid #e8e8ee}
  .subhero{padding:44px 0 38px}.subhero-grid{grid-template-columns:1fr!important;gap:26px}.subhero h1{font-size:50px}.platform-panel{max-width:100%}
  .split{grid-template-columns:1fr}.footgrid{grid-template-columns:1fr 1fr}
}

@media(max-width:620px){
  .wrap{width:min(100% - 32px,1180px)}.navin{height:72px}.logo img{height:44px}.mobile-search-button,.marketplace-menu>summary{width:46px;height:46px;border-radius:13px}
  .mega-menu{top:78px;left:8px;right:8px}.mega-head{align-items:flex-start}.mega-head>a{font-size:10px}.mega-grid{grid-template-columns:1fr 1fr;gap:5px}.mega-group{padding:4px}.mega-title{font-size:8px;margin:2px 5px 5px}.mega-link{font-size:10px;padding:7px 5px;gap:6px}.mega-icon{width:26px;height:26px}.mega-icon img{width:15px;height:15px}
  .hero{padding:56px 0 44px}.eyebrow{font-size:10px}.hero-copy h1{font-size:clamp(46px,12vw,58px);line-height:1.03;margin:24px 0 20px}.hero-copy .lead{font-size:17px;line-height:1.8}.actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}.actions .btn{width:100%;min-height:54px}.hero-proof{grid-template-columns:1fr;margin-top:30px;gap:0}.hero-proof>div{padding:16px 0;background:transparent;border-top:1px solid #dfe0e8}.hero-proof b{font-size:14px}.hero-proof span{font-size:11px}
  .section{padding:58px 0}.head{display:block}.head p{margin-top:10px}.grid,.merch-grid,.country,.featured-grid,.stats,.footgrid,.contact-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid #e8e8ee}.stat:last-child{border-bottom:0}
  .country-card{min-height:0;padding:28px!important}.country-card .product-icon{margin-bottom:26px}.country-card .flag{right:28px}.country-card .price{font-size:30px}.mini-order{min-height:54px;font-size:15px}

  /* Service hero is intentionally one clean column on phones. */
  .subhero{padding:42px 0 34px;background:radial-gradient(circle at 4% 10%,rgba(105,77,255,.11),transparent 24%),radial-gradient(circle at 96% 95%,rgba(31,194,184,.11),transparent 25%),linear-gradient(135deg,#fdfcff,#fff 60%,#f5fffd)}
  .subhero-grid{display:block!important}.breadcrumbs{font-size:12px;margin-bottom:22px}.subhero .eyebrow{margin-bottom:4px}.subhero h1{font-size:43px!important;line-height:1.04;letter-spacing:-.045em;margin:14px 0 18px;max-width:none}.subhero .lead{font-size:16px;line-height:1.8}.subhero .trust{gap:10px 16px;margin-top:20px}.subhero .trust span{font-size:11px}.subhero .platform-panel{margin-top:26px;padding:17px 18px;display:grid;grid-template-columns:64px 1fr;column-gap:14px;row-gap:3px;align-items:center;border-radius:19px}.platform-panel:before{height:4px}.platform-logo-large{width:64px;height:64px;border-radius:17px;grid-row:1/4}.platform-logo-large img{width:39px;height:39px}.platform-panel h2{font-size:22px!important;margin:0}.platform-panel p,.platform-panel .chips{display:none}.platform-panel .price{font-size:15px!important;margin:0!important}.subhero .actions{margin-top:22px}

  /* Product-card pricing inspired by the reference mobile layout. */
  .tablewrap{overflow:visible;border:0;box-shadow:none;background:transparent;margin-bottom:28px}.table-brandbar{min-height:74px;padding:11px 14px;border:1px solid #e0e1e8;border-radius:17px;margin-bottom:12px;background:linear-gradient(90deg,var(--platform-soft,#f5f3ff),#fff)}.table-brandbar:before{width:4px;border-radius:17px 0 0 17px}.table-brand-icon{width:49px;height:49px;border-radius:13px}.table-brand-icon img{width:31px;height:31px}.table-brand-copy strong{font-size:13px}.table-brand-copy small{font-size:9px}
  .tablewrap table{display:block;width:100%;min-width:0}.tablewrap thead{display:none}.tablewrap tbody{display:grid;gap:18px}.tablewrap tr{display:grid;grid-template-columns:1fr;background:#fff;border:1px solid #dedfe5;border-radius:23px;overflow:hidden;box-shadow:0 8px 26px rgba(32,29,70,.03)}.tablewrap td{display:block!important;width:100%;padding:0!important;text-align:left!important;border-bottom:1px solid #ececf1;font-size:13px}.tablewrap td::before{display:none!important}.tablewrap td:first-child{padding:22px 24px!important}.tablewrap td:nth-child(2){padding:24px!important;color:#676d7d;font-size:15px;line-height:1.65}.tablewrap td:nth-child(3){padding:20px 24px!important;display:flex!important;align-items:center;justify-content:space-between!important}.tablewrap td:nth-child(3):before{content:"PRICE"!important;display:block!important;font-size:10px;font-weight:900;letter-spacing:.07em;color:var(--platform-color,#5b4cf6)!important}.tablewrap td:nth-child(3) b{font-size:28px;color:#4f43cf;background:linear-gradient(90deg,#f4f0ff,#eefaf8);border:1px solid #d8d0ff;border-radius:15px;padding:8px 24px;min-width:124px;text-align:center}.tablewrap td:last-child{padding:16px 24px 22px!important;border-bottom:0}.tablewrap td .btn,.tablewrap td button{width:100%;min-height:54px;min-width:0;border-radius:14px;font-size:15px}
  .desktop-cell-text{display:none}.mobile-package-head{display:flex;align-items:center;gap:14px}.row-brand-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:var(--platform-soft,#f5f3ff);border:1px solid #e2e0ea;flex:0 0 auto}.row-brand-icon img{width:33px;height:33px;object-fit:contain;filter:none!important}.package-copy{min-width:0}.package-title{display:block;font-size:19px;line-height:1.2;color:var(--ink);font-weight:900}.available-badge{display:inline-flex;margin-top:8px;padding:5px 9px;border-radius:999px;background:#effaf7;border:1px solid #bde8dd;color:#20856f;font-size:9px;text-transform:uppercase;letter-spacing:.07em;font-weight:900}

  .modal-card{padding:22px 18px;border-radius:21px}.modal-card h2{font-size:26px}.modal-option{grid-template-columns:39px 1fr auto;padding:11px 12px}.modal-option strong{font-size:12px}
  .footer{padding-top:46px}.footgrid{gap:24px}
}

/* 2026-09-12 compact pricing refinement */
.tablewrap{border-radius:17px;margin-bottom:18px;box-shadow:0 7px 22px rgba(36,32,78,.035)}
.table-brandbar{min-height:66px;padding:10px 14px;gap:11px}
.table-brand-icon{width:44px;height:44px;border-radius:12px}
.table-brand-icon img{width:27px;height:27px}
.table-brand-copy strong{font-size:13px}.table-brand-copy small{font-size:10px;margin-top:2px}
th,td{padding:12px 14px}th{font-size:9px}td{font-size:12px}td b{font-size:15px}
.th-brand{gap:7px}.th-brand img{width:20px;height:20px}
.tablewrap td .btn,.tablewrap td button{min-width:108px;min-height:39px;padding:8px 13px;border-radius:10px;font-size:11px}

/* Threads pricing selector: IP Country / Fresh / Aged */
.pricing-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;max-width:620px;padding:5px;margin:0 0 18px;background:#f0f1f5;border:1px solid #e0e1e7;border-radius:15px}
.pricing-tab{appearance:none;border:0;background:transparent;min-height:44px;padding:8px 12px;border-radius:11px;color:#4f5565;font:inherit;font-size:12px;font-weight:850;cursor:pointer;transition:.18s ease}
.pricing-tab:hover{color:var(--purple)}
.pricing-tab.active,.pricing-tab[aria-selected="true"]{background:#fff;color:#171927;box-shadow:0 2px 8px rgba(30,27,66,.08)}
.pricing-panel[hidden]{display:none!important}
.pricing-panel-title{font-size:16px;margin:0 0 10px;color:#1b1e2d}

@media(max-width:620px){
  .pricing-tabs{width:100%;max-width:none;margin-bottom:14px;padding:4px;gap:4px;border-radius:13px}
  .pricing-tab{min-height:40px;padding:7px 5px;border-radius:10px;font-size:10.5px;line-height:1.15}
  .pricing-panel-title{font-size:14px;margin-bottom:9px}

  .tablewrap{margin-bottom:20px}.table-brandbar{min-height:60px;padding:8px 11px;border-radius:14px;margin-bottom:9px}.table-brandbar:before{border-radius:14px 0 0 14px}
  .table-brand-icon{width:42px;height:42px;border-radius:11px}.table-brand-icon img{width:26px;height:26px}.table-brand-copy strong{font-size:12px}.table-brand-copy small{font-size:8.5px}
  .tablewrap tbody{gap:12px}.tablewrap tr{border-radius:17px}.tablewrap td:first-child{padding:15px 16px!important}.tablewrap td:nth-child(2){padding:15px 16px!important;font-size:13px;line-height:1.5}.tablewrap td:nth-child(3){padding:13px 16px!important}.tablewrap td:nth-child(3):before{font-size:9px}.tablewrap td:nth-child(3) b{font-size:22px;border-radius:11px;padding:5px 14px;min-width:96px}.tablewrap td:last-child{padding:11px 16px 15px!important}
  .tablewrap td .btn,.tablewrap td button{min-height:42px;border-radius:11px;font-size:13px;padding:8px 14px}
  .mobile-package-head{gap:11px}.row-brand-icon{width:44px;height:44px;border-radius:12px}.row-brand-icon img{width:28px;height:28px}.package-title{font-size:16px}.available-badge{margin-top:5px;padding:4px 7px;font-size:8px}
}
