﻿:root {
  --bg: #030108;
  --surface: #0c0613;
  --text: #fff;
  --muted: #aaa0b4;
  --quiet: #73697d;
  --line: rgba(176, 87, 255, .22);
  --line-strong: rgba(190, 91, 255, .46);
  --accent: #9f3cff;
  --accent-2: #f04bdd;
  --whatsapp: #19d669;
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --page: min(1320px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(137, 45, 255, .18), transparent 32rem),
    radial-gradient(circle at 8% 28%, rgba(158, 48, 255, .07), transparent 25rem),
    linear-gradient(180deg, rgba(255,255,255,.012), transparent 520px),
    var(--bg);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: #05020a; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header, main > section:not(.support), footer { width: var(--page); margin-inline: auto; }
.site-header {
  position: relative;
  z-index: 20;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.site-header.scrolled { position: sticky; top: 0; width: 100%; height: 76px; padding-inline: max(24px, calc((100vw - 1180px) / 2)); background: rgba(5,2,10,.88); backdrop-filter: blur(18px); }
.brand { display: inline-flex; width: 145px; }
.brand img { display: block; width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links > a:not(.button) { position: relative; color: #c4bacb; font-size: 14px; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--accent-2); transition: right .2s ease; }
.nav-links > a:hover { color: white; }
.nav-links > a:hover::after, .nav-links > .nav-active::after { right: 0; }
.nav-toggle { display: none; }

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--whatsapp);
  border-radius: 10px;
  color: #021209;
  background: var(--whatsapp);
  box-shadow: 0 12px 34px rgba(25,214,105,.2), inset 0 1px 0 rgba(255,255,255,.35);
  font: 700 14px/1 var(--font-display);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #42eb86; box-shadow: 0 15px 38px rgba(25,214,105,.25); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-large { min-width: 250px; min-height: 62px; font-size: 16px; }
.button-secondary { border-color: var(--line-strong); color: white; background: rgba(18,7,28,.7); box-shadow: inset 0 0 24px rgba(141,36,240,.08); }
.button-secondary:hover { background: rgba(93,24,144,.28); box-shadow: 0 12px 32px rgba(116,34,180,.16); }
.button-icon { font-size: 17px; }
.eyebrow { margin: 0; color: #ce58ff; font: 700 11px/1.2 var(--font-display); text-transform: uppercase; letter-spacing: .18em; }
h1, h2, h3, p { overflow-wrap: break-word; }
h2 { margin: 0; font: 650 clamp(38px, 4.6vw, 62px)/1.07 var(--font-display); letter-spacing: -.055em; }

.hero { min-height: 700px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 30px; }
.hero h1 { max-width: 650px; margin: 20px 0 0; font: 700 clamp(54px, 6.2vw, 88px)/.98 var(--font-display); letter-spacing: -.068em; }
.hero h1 span, .pricing-hero h1 span { color: transparent; background: linear-gradient(90deg,#8d38ff,#fb54d9 80%); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 42px rgba(141,56,255,.13); }
.hero-lead { max-width: 520px; margin: 30px 0 36px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 12px; }
.hero-points { margin: 44px 0 0; padding: 0; display: flex; gap: 26px; list-style: none; color: #c2b9c8; font-size: 12px; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points span { color: #c24fff; font-size: 16px; }
.hero-art { position: relative; min-width: 0; height: 610px; display: grid; place-items: center; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 42%, var(--bg) 76%); pointer-events: none; }
.hero-art img { position: relative; z-index: 1; width: 120%; max-width: none; filter: saturate(1.08) contrast(1.04); }
.hero-orbit { position: absolute; width: 470px; height: 470px; border: 1px solid rgba(190,75,255,.28); border-radius: 50%; box-shadow: 0 0 120px rgba(111,27,224,.18); }
.hero-float { position: absolute; z-index: 3; padding: 14px 17px; display: grid; gap: 3px; border: 1px solid rgba(192,102,255,.34); border-radius: 12px; background: rgba(11,5,18,.82); box-shadow: 0 18px 45px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.hero-float span { color: var(--quiet); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-float strong { font: 600 13px var(--font-display); }
.hero-float-top { top: 90px; right: -5px; }
.hero-float-bottom { bottom: 100px; left: 12px; }

.brand-strip { padding: 18px 24px 20px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(13,6,21,.7); }
.brand-strip > p { width: fit-content; margin: -26px auto 14px; padding: 0 14px; color: #bd4ef7; background: var(--bg); font: 700 10px var(--font-display); text-transform: uppercase; letter-spacing: .15em; }
.brand-marquee { display: flex; justify-content: center; flex-wrap: wrap; }
.brand-marquee span { padding: 4px 14px; color: #c8c0cd; font-size: 12px; border-right: 1px solid var(--line); }
.brand-marquee span:last-child { border-right: 0; }

.section { padding-block: 118px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 52px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-intro { margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { position: relative; min-height: 350px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(155deg,rgba(86,25,133,.24),transparent 52%),rgba(10,5,16,.86); overflow: hidden; transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.service-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -70px; bottom: -90px; border-radius: 50%; background: radial-gradient(circle,rgba(156,47,255,.2),transparent 65%); }
.service-card:hover { transform: translateY(-6px); border-color: var(--line-strong); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #b64eff; border-radius: 50%; color: #db8cff; font: 500 25px var(--font-display); }
.service-number { position: absolute; top: 31px; right: 28px; color: #5e5368; font: 600 12px var(--font-display); }
.service-label { margin: 0 0 10px; color: #9d55c4; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.service-card h3 { margin: 0 0 12px; font: 650 25px/1.15 var(--font-display); letter-spacing: -.03em; }
.service-card p:last-child { max-width: 270px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.card-arrow { position: absolute; z-index: 2; right: 25px; bottom: 23px; color: white; font-size: 21px; }
.service-giftcards { background: linear-gradient(155deg,rgba(119,28,151,.31),transparent 55%),rgba(10,5,16,.86); }
.service-topups { background: linear-gradient(155deg,rgba(44,30,125,.3),transparent 55%),rgba(10,5,16,.86); }

.catalog-preview { border-top: 1px solid var(--line); }
.catalog-preview-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.catalog-preview-heading .eyebrow, .compact-heading .eyebrow { margin-bottom: 16px; }
.text-link { color: #d5cddd; font-size: 14px; }
.text-link span { margin-left: 7px; color: var(--accent-2); }
.featured-products { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.featured-product { position: relative; min-width: 0; padding: 14px 14px 20px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(150deg,rgba(32,13,46,.72),rgba(7,4,11,.95)); }
.product-visual { height: 135px; display: grid; place-items: center; border-radius: 10px; overflow: hidden; }
.product-visual span { font-size: 42px; text-shadow: 0 0 24px currentColor; }
.product-purple { color: #f4a6ff; background: linear-gradient(135deg,#50107b,#230a3d 55%,#160620); }
.product-blue { color: #8fafff; background: linear-gradient(135deg,#112f78,#0a1438 55%,#07091d); }
.product-teal { color: #9effdf; background: linear-gradient(135deg,#09685e,#073a42 55%,#061821); }
.product-orange { color: #ffd0b5; background: linear-gradient(135deg,#792024,#45101b 55%,#220815); }
.product-type { margin: 18px 0 6px; color: #a662d2; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.featured-product h3 { margin: 0; font: 650 19px var(--font-display); letter-spacing: -.02em; }
.product-detail { margin: 7px 0 20px; color: var(--quiet); font-size: 12px; }
.product-price { padding-top: 15px; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid var(--line); }
.product-price span { color: var(--quiet); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.product-price strong { font: 650 15px var(--font-display); }
.featured-product > a { position: absolute; right: 14px; top: 124px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: white; background: #8c24dc; }
.catalog-action { margin-top: 34px; display: flex; justify-content: center; }

.process { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; border-top: 1px solid var(--line); }
.process-heading .eyebrow { margin-bottom: 20px; }
.process-heading > p:last-child { max-width: 340px; margin: 25px 0 0; color: var(--muted); line-height: 1.65; }
.steps { margin: 0; padding: 0; display: grid; list-style: none; }
.steps li { padding: 24px 0; display: grid; grid-template-columns: 44px 58px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.step-number { color: #723595; font: 500 27px var(--font-display); }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 12px; color: #d27aff; font-size: 24px; }
.steps h3 { margin: 0 0 6px; font: 650 18px var(--font-display); }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.why-rizen { border-top: 1px solid var(--line); }
.compact-heading { max-width: 700px; margin-bottom: 50px; }
.reason-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.reason { min-width: 0; padding: 10px 25px; display: grid; grid-template-columns: 48px 1fr; gap: 15px; border-right: 1px solid var(--line); }
.reason:first-child { padding-left: 0; }
.reason:last-child { padding-right: 0; border-right: 0; }
.reason > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: #d476ff; font-size: 21px; }
.reason h3 { margin: 2px 0 7px; font: 650 15px var(--font-display); }
.reason p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.support { width: min(1180px,calc(100% - 48px)); min-height: 230px; margin: 0 auto 90px; padding: 50px 62px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid var(--line-strong); border-radius: 20px; background: radial-gradient(circle at 92% 20%,rgba(111,38,238,.35),transparent 26%),radial-gradient(circle at 5% 110%,rgba(230,49,255,.25),transparent 35%),linear-gradient(115deg,#24083b,#100718 55%,#160726); overflow: hidden; }
.support-copy .eyebrow { margin-bottom: 17px; }
.support-copy p:last-child { margin: 16px 0 0; color: #c1b7ca; font-size: 16px; }

.hero-copy,
.hero-art,
.brand-strip,
.service-card,
.featured-product,
.support {
  isolation: isolate;
}

footer { padding: 58px 0 24px; display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 50px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-brand p { margin: 20px 0 0; line-height: 1.6; }
.footer-links { display: grid; align-content: start; gap: 11px; }
.footer-links strong { margin-bottom: 5px; color: white; font: 650 13px var(--font-display); }
.footer-links a:hover { color: white; }
.copyright { grid-column: 1/-1; margin: 36px 0 0; padding-top: 20px; border-top: 1px solid rgba(176,87,255,.12); color: #615969; text-align: center; }

/* Pricing */
.pricing-hero { padding: 105px 0 72px; border-bottom: 1px solid var(--line); }
.pricing-hero h1 { max-width: 900px; margin: 22px 0 28px; font: 700 clamp(58px,8vw,105px)/.94 var(--font-display); letter-spacing: -.07em; }
.pricing-lead { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.pricing-summary { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.pricing-summary span { padding: 20px 22px; color: #c8bfce; font-size: 13px; border-right: 1px solid var(--line); }
.pricing-summary span:last-child { border-right: 0; }
.pricing-summary strong { color: white; }
.pricing-catalog { padding: 90px 0 115px; }
.catalog-heading { display: grid; grid-template-columns: 1fr minmax(280px,420px); align-items: end; gap: 40px; margin-bottom: 36px; }
.catalog-heading h2 { margin-top: 14px; }
.search-field span { display: block; margin-bottom: 9px; color: var(--quiet); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.search-field input { width: 100%; height: 52px; padding: 0 17px; border: 1px solid var(--line); border-radius: 9px; outline: none; color: white; background: rgba(14,8,19,.9); font-size: 14px; }
.search-field input:focus { border-color: var(--accent-2); box-shadow: 0 0 0 3px rgba(240,75,221,.08); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.filter-button { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: #bdb2c5; background: transparent; font-size: 12px; cursor: pointer; }
.filter-button:hover, .filter-button.active { color: white; border-color: #9f3cff; background: rgba(131,42,211,.22); }
.price-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.catalog-category-divider {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(176,87,255,.2);
}
.catalog-category-divider:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.catalog-category-divider::after { content: ""; min-width: 24px; height: 1px; flex: 1; background: rgba(176,87,255,.13); }
.catalog-category-divider span { color: #fff; font: 650 18px/1.2 var(--font-display); }
.catalog-category-divider small { color: var(--quiet); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.price-card { min-height: 0; padding: 18px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg,rgba(31,12,44,.68),rgba(6,4,9,.92)); transition: transform .2s ease,border-color .2s ease; }
.price-card:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.price-card-top { display: flex; justify-content: space-between; gap: 16px; }
.price-category, .price-cycle { color: var(--accent-2); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.price-cycle { color: var(--quiet); }
.price-card h3 { margin: 4px 0 0; font: 650 25px var(--font-display); letter-spacing: -.03em; }
.price-option { min-height: 48px; margin: 0 0 21px; color: #d9d0de; line-height: 1.5; }
.price-option span { display: block; color: var(--quiet); font-size: 12px; }
.currency-prices { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.currency-prices > div { padding: 16px 8px 16px 0; }
.currency-prices > div + div { padding-left: 15px; border-left: 1px solid var(--line); }
.currency-prices small { display: block; margin-bottom: 7px; color: var(--quiet); font-size: 9px; letter-spacing: .15em; }
.currency-prices strong { font: 650 16px var(--font-display); }
.not-listed { color: #716978; font: 500 11px var(--font-body); }
.price-note { margin: 14px 0 0; color: #817789; font-size: 11px; line-height: 1.45; }
.price-card-heading { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; margin-bottom: 16px; }
.price-option-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.price-option-row { min-height: 54px; padding: 10px 11px; display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 10px; border: 1px solid rgba(176,87,255,.13); border-radius: 12px; background: rgba(255,255,255,.035); }
.option-main { min-width: 0; }
.option-name { display: block; color: #fff; font: 650 13px/1.25 var(--font-display); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.option-variant { display: block; margin-top: 3px; color: var(--quiet); font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.price-pills { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.price-pill { display: inline-flex; align-items: center; min-height: 26px; padding: 0 9px; border: 1px solid rgba(240,75,221,.18); border-radius: 999px; color: #f5ecfa; background: rgba(240,75,221,.08); font: 700 11px var(--font-display); white-space: nowrap; }
.option-order { min-height: 34px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(54,220,132,.2); border-radius: 999px; color: #dfffea; background: rgba(54,220,132,.07); font: 700 11px var(--font-display); white-space: nowrap; }
.option-order:hover { border-color: rgba(54,220,132,.44); background: rgba(54,220,132,.12); color: white; }
.option-order .order-link-icon { width: 15px; height: 15px; }
.order-link { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; color: #dfffea; font: 650 12px var(--font-display); }
.order-link span { color: var(--whatsapp); font-size: 17px; }
.empty-state { padding: 60px 0; color: var(--muted); text-align: center; }
.pricing-note { width: min(1180px,calc(100% - 48px)); margin: 0 auto 90px; padding: 48px 55px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 55px; border: 1px solid var(--line-strong); border-radius: 18px; background: linear-gradient(125deg,#220737,#50117d 56%,#180423); }
.pricing-note h2 { margin-top: 13px; font-size: clamp(34px,4vw,50px); }
.pricing-note > p { color: rgba(255,255,255,.72); line-height: 1.65; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding: 80px 0 35px; }
  .hero-copy { position: relative; z-index: 3; }
  .hero-art { height: 460px; margin-top: -20px; }
  .hero-art img { width: 100%; }
  .hero-float-top { right: 5%; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1/-1; }
  .featured-products { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr; gap: 55px; }
  .reason-grid { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .reason:nth-child(2) { border-right: 0; }
  .price-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 32px,620px); }
  .site-header { height: 78px; }
  .site-header.scrolled { padding-inline: 16px; }
  .brand { width: 125px; }
  .nav-toggle { width: 46px; height: 42px; padding: 11px; display: grid; align-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 8px; background: rgba(13,7,20,.8); }
  .nav-toggle span { display: block; width: 100%; height: 1px; background: white; }
  .nav-links { display: none; position: fixed; z-index: 30; top: 78px; left: 16px; right: 16px; padding: 24px; flex-direction: column; align-items: stretch; gap: 20px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(8,3,13,.98); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
  .nav-links.open { display: flex; }
  .nav-links > a:not(.button)::after { display: none; }
  .hero { min-height: auto; padding: 66px 0 28px; }
  .hero h1 { font-size: clamp(44px,13vw,62px); }
  .hero-lead { margin: 24px 0 28px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
  .hero-points li:last-child { grid-column: 1/-1; }
  .hero-art { height: 320px; margin-top: 15px; }
  .hero-art img { width: 118%; max-width: none; }
  .hero-orbit { width: 270px; height: 270px; }
  .hero-float { display: none; }
  .brand-strip { width: calc(100% - 16px) !important; padding-inline: 14px; }
  .brand-marquee { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .brand-marquee span { flex: 0 0 auto; }
  .section { padding-block: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-intro { font-size: 15px; }
  h2 { font-size: clamp(36px,11vw,49px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 300px; }
  .catalog-preview-heading { align-items: start; flex-direction: column; gap: 20px; }
  .featured-products { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 15px; }
  .featured-product { min-width: min(82vw,285px); scroll-snap-align: start; }
  .process { gap: 40px; }
  .steps li { grid-template-columns: 34px 52px 1fr; gap: 12px; }
  .step-icon { width: 52px; height: 52px; }
  .reason-grid { grid-template-columns: 1fr; gap: 0; }
  .reason, .reason:first-child, .reason:last-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .support { width: calc(100% - 32px); margin-bottom: 65px; padding: 42px 28px; align-items: stretch; flex-direction: column; }
  .button-large { width: 100%; }
  footer { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1/-1; }
  .pricing-hero { padding: 70px 0 55px; }
  .pricing-hero h1 { font-size: clamp(48px,15vw,72px); }
  .pricing-summary { grid-template-columns: 1fr; }
  .pricing-summary span { border-right: 0; border-bottom: 1px solid var(--line); }
  .pricing-summary span:last-child { border-bottom: 0; }
  .pricing-catalog { padding: 70px 0 90px; }
  .catalog-heading { grid-template-columns: 1fr; align-items: stretch; }
  .price-grid { grid-template-columns: 1fr; }
  .catalog-category-divider { margin-top: 22px; padding-top: 24px; gap: 10px; }
  .catalog-category-divider span { font-size: 16px; }
  .catalog-category-divider small { font-size: 9px; }
  .pricing-note { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 25px; padding: 40px 28px; }
  .pricing-note .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Concept-match refinements */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 981px) {
  :root { --page: min(1320px, calc(100% - 64px)); }
  .site-header {
    height: 96px;
    border-bottom: 0;
  }
  .brand { width: 174px; }
  .nav-links {
    position: static;
    margin-left: auto;
    gap: 44px;
  }
  .nav-links .button {
    white-space: nowrap;
  }
  .nav-links > a:not(.button) {
    color: white;
    font-weight: 700;
  }
  .nav-active::after {
    right: 0 !important;
    height: 2px !important;
  }
  .hero {
    min-height: 610px;
    grid-template-columns: .78fr 1.22fr;
    gap: 36px;
  }
  .hero h1 {
    max-width: 520px;
    margin-top: 0;
    font-size: clamp(54px, 4.8vw, 72px);
    line-height: 1.02;
  }
  .hero-lead {
    max-width: 490px;
    margin: 30px 0 34px;
    font-size: 20px;
    line-height: 1.55;
  }
  .hero-art {
    height: 560px;
    overflow: visible;
  }
  .hero-art::after { display: none; }
  .hero-art img {
    width: 112%;
    margin-left: -2%;
  }
  .hero-points {
    margin-top: 58px;
    gap: 42px;
    font-weight: 700;
    color: white;
  }
  .brand-strip {
    margin-top: -6px;
    padding: 21px 24px 24px;
  }
  .brand-strip > p {
    margin-top: -31px;
    font-size: 12px;
  }
  .brand-marquee span {
    min-width: 92px;
    text-align: center;
    font-weight: 700;
    color: white;
  }
  .section { padding-block: 68px; }
  .section-heading {
    margin-bottom: 46px;
    gap: 180px;
  }
  .section-heading h2 {
    font-size: 42px;
    line-height: 1.1;
  }
  .section-intro {
    max-width: 420px;
    justify-self: end;
    font-size: 16px;
  }
}

.service-grid { gap: 16px; }
.service-card {
  min-height: 350px;
  padding: 28px 30px 30px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(34, 10, 57, .92), rgba(10, 5, 19, .96));
  box-shadow: inset 0 0 60px rgba(138, 48, 255, .08);
}
.service-card::after {
  width: 70%;
  height: 70%;
  right: -10%;
  bottom: -20%;
  background: radial-gradient(circle, rgba(159, 60, 255, .32), transparent 62%);
}
.service-icon {
  width: 74px;
  height: 74px;
  border-width: 2px;
  font-size: 30px;
  background: rgba(86, 25, 133, .34);
  box-shadow: 0 0 28px rgba(159, 60, 255, .28);
}
.service-card h3 {
  position: relative;
  z-index: 3;
  max-width: 210px;
  margin-bottom: 18px;
  font-size: 26px;
}
.service-card p:last-child {
  position: relative;
  z-index: 3;
  max-width: 260px;
  color: #c9bdcf;
}
.service-art {
  position: absolute;
  right: 8px;
  bottom: 26px;
  width: min(58%, 238px);
  height: 176px;
  opacity: .72;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.44));
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease, filter .28s ease;
}

.service-card:hover .service-art {
  opacity: .9;
  transform: translateY(-4px);
  filter: drop-shadow(0 30px 40px rgba(0,0,0,.5));
}

.catalog-preview { padding-top: 4px; }
.catalog-preview-heading {
  align-items: center;
  margin-bottom: 38px;
}
.catalog-preview-heading h2 { font-size: clamp(34px, 3.4vw, 46px); }
.catalog-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
.catalog-pills span {
  min-height: 40px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #e7dfee;
  background: rgba(7, 4, 11, .78);
  font-size: 13px;
  font-weight: 700;
}
.catalog-pills .active {
  border-color: transparent;
  background: linear-gradient(135deg, #9f3cff, #7020b9);
}
.featured-product {
  min-height: 300px;
  padding: 18px;
  border-radius: 13px;
}
.product-visual {
  position: relative;
  height: 127px;
}
.product-visual em {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 9px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  color: #f1dfff;
  font: 700 10px var(--font-body);
  font-style: normal;
}
.product-type {
  margin-top: 19px;
  color: white;
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 800;
}
.featured-product h3 {
  color: #bdb1c8;
  font: 500 14px var(--font-body);
}
.product-price {
  margin-top: 24px;
  align-items: center;
  border-top-color: rgba(176, 87, 255, .14);
}
.product-price strong {
  font-size: 24px;
  color: white;
}
.product-price a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #a638ff, #7119ce);
  color: white;
}
.featured-product > a { position: static; }

.process {
  display: block;
  padding-top: 48px;
}
.process > .eyebrow,
.why-rizen > .eyebrow {
  margin: 0 0 28px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.steps li {
  padding: 0;
  display: grid;
  grid-template-columns: 64px 76px 1fr;
  border-bottom: 0;
}
.step-number {
  color: transparent;
  -webkit-text-stroke: 1px #742aa5;
  font-size: 42px;
  line-height: 1;
}
.step-icon {
  width: 76px;
  height: 76px;
  border-radius: 12px;
  font-size: 34px;
  background: rgba(79, 18, 113, .35);
}
.steps h3 { font-size: 17px; }
.steps p { max-width: 180px; font-size: 11px; }
.why-rizen { padding-top: 0; }
.reason-grid {
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(176,87,255,.14);
  padding-top: 42px;
}
.reason {
  grid-template-columns: 76px 1fr;
  padding-block: 0;
}
.reason > span {
  width: 66px;
  height: 66px;
  font-size: 28px;
  background: rgba(91, 25, 135, .3);
}
.reason h3 { font-size: 16px; }
.reason p { max-width: 160px; }
.support {
  min-height: 206px;
  padding: 46px 96px;
  background:
    radial-gradient(circle at 7% 82%, rgba(247, 70, 221, .45), transparent 24%),
    radial-gradient(circle at 92% 20%, rgba(111, 38, 238, .35), transparent 25%),
    linear-gradient(115deg, #2b0a46, #130719 58%, #140622);
}
.support-copy h2 {
  font-size: clamp(38px, 4vw, 52px);
}
footer {
  grid-template-columns: 1fr 1fr .7fr .7fr;
  border-top: 0;
}

@media (max-width: 980px) {
  .catalog-pills { justify-content: flex-start; }
  .steps { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 54px 64px 1fr; }
  .reason-grid { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-points { color: #c2b9c8; }
  .service-art { opacity: .38; }
  .catalog-pills {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .catalog-pills span { flex: 0 0 auto; }
  .product-price strong { font-size: 19px; }
  .reason-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}

.service-icon,
.step-icon,
.reason-icon {
  display: grid;
  place-items: center;
  overflow: visible;
}
.service-icon {
  color: #eba6ff;
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,.16), transparent 22%),
    linear-gradient(145deg, rgba(142, 44, 225, .48), rgba(23, 7, 35, .78));
}
.step-icon {
  color: #e08cff;
  background:
    radial-gradient(circle at 34% 20%, rgba(255,255,255,.14), transparent 25%),
    linear-gradient(145deg, rgba(105, 28, 150, .42), rgba(18, 6, 29, .9));
  box-shadow: inset 0 0 28px rgba(176, 87, 255, .1);
}
.card-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  color: #f3e6ff;
  transition: transform .2s ease, background .2s ease;
}
.service-card:hover .card-arrow {
  transform: translate(3px, -3px);
  background: rgba(159, 60, 255, .22);
}

/* Lucide icon system */
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon-svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button .button-icon {
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 0 10px rgba(255,255,255,.2));
}

.button-secondary .icon-svg {
  width: 17px;
  height: 17px;
}

.hero-points .icon-svg {
  width: 18px;
  height: 18px;
  color: #cf64ff;
  filter: drop-shadow(0 0 10px rgba(190, 77, 255, .45));
}

.service-icon .icon-svg {
  width: 27px;
  height: 27px;
  color: #f0c5ff;
  filter: drop-shadow(0 0 12px rgba(221, 117, 255, .42));
}

.service-card:hover .service-icon .icon-svg {
  transform: scale(1.05);
}

.product-glyph {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 38% 28%, rgba(255,255,255,.18), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.2),
    0 18px 42px rgba(0,0,0,.34),
    0 0 32px rgba(170, 67, 255, .24);
}

.product-glyph .icon-svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.75;
  filter: drop-shadow(0 0 18px currentColor);
}

.product-price a.icon-button {
  color: white;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.product-price a.icon-button:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 12px 26px rgba(164, 56, 255, .32);
}

.product-price .icon-svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.1;
}

.step-icon .icon-svg {
  width: 28px;
  height: 28px;
  color: #f1c6ff;
  filter: drop-shadow(0 0 14px rgba(224, 140, 255, .45));
}

.reason-icon .icon-svg {
  width: 23px;
  height: 23px;
  color: #efc0ff;
  filter: drop-shadow(0 0 12px rgba(223, 128, 255, .42));
}

@media (max-width: 760px) {
  .product-glyph {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .product-glyph .icon-svg {
    width: 34px;
    height: 34px;
  }

  .step-icon .icon-svg {
    width: 24px;
    height: 24px;
  }
}

/* Responsive hardening */
html,
body {
  max-width: 100%;
}

body {
  min-width: 320px;
}

img,
svg {
  max-width: 100%;
}

.button,
.filter-button,
.order-link {
  min-width: 0;
}

@media (min-width: 981px) {
  .site-header {
    gap: 28px;
  }

  .nav-links {
    position: static;
    left: auto;
    transform: none;
    margin-left: auto;
    gap: clamp(22px, 3vw, 44px);
  }

  .nav-links .button {
    position: static;
    left: auto;
    top: auto;
  }

  .hero-art {
    overflow: hidden;
  }

  .hero-art img {
    width: min(112%, 760px);
    max-width: none;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  :root {
    --page: min(100% - 48px, 1120px);
  }

  .brand {
    width: 150px;
  }

  .nav-links {
    gap: 22px;
  }

  .nav-links > a:not(.button) {
    font-size: 13px;
  }

  .hero {
    grid-template-columns: .9fr 1.1fr;
  }

  .hero h1 {
    font-size: clamp(50px, 5vw, 64px);
  }

  .hero-art img {
    width: 118%;
  }

  .service-card {
    padding: 24px;
  }

  .service-art {
    width: min(54%, 210px);
    opacity: .58;
  }

  .steps {
    gap: 22px;
  }

  .steps li {
    grid-template-columns: 50px 64px 1fr;
  }

  .pricing-note,
  .support {
    padding-inline: 52px;
  }
}

@media (max-width: 980px) {
  .site-header.scrolled {
    width: var(--page);
    padding-inline: 0;
    background: rgba(5,2,10,.92);
  }

  .hero-art {
    overflow: hidden;
  }

  .hero-art img {
    width: min(100%, 720px);
    max-width: none;
  }

  .service-card:last-child {
    grid-column: auto;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card {
    min-height: 330px;
  }

  .service-art {
    width: min(50%, 205px);
    opacity: .5;
  }

  .catalog-preview-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-pills {
    justify-content: flex-start;
  }

  .steps li {
    align-items: flex-start;
  }

  .steps p,
  .reason p {
    max-width: none;
  }

  .steps p {
    font-size: 13px;
  }

  .pricing-note {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pricing-note .button {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: min(100% - 28px, 620px);
  }

  .site-header.scrolled {
    width: 100%;
    padding-inline: 14px;
  }

  .nav-links {
    max-height: calc(100dvh - 98px);
    overflow-y: auto;
  }

  .nav-links a,
  .nav-links .button {
    min-height: 48px;
  }

  .hero {
    gap: 18px;
  }

  .hero h1,
  .pricing-hero h1 {
    letter-spacing: -.045em;
  }

  .hero-art {
    height: clamp(230px, 66vw, 340px);
    margin-inline: -8px;
  }

  .hero-art img {
    width: min(126%, 520px);
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .hero-points li:last-child {
    grid-column: auto;
  }

  .brand-strip {
    width: var(--page) !important;
  }

  .section {
    padding-block: 72px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 320px;
    padding: 24px;
  }

  .service-card h3,
  .service-card p:last-child {
    max-width: min(100%, 285px);
  }

  .service-art {
    right: -18px;
    bottom: 10px;
    width: min(48%, 185px);
    opacity: .32;
  }

  .service-card:hover .service-art {
    opacity: .42;
    transform: none;
  }

  .featured-products {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    scroll-snap-type: none;
  }

  .featured-product {
    min-width: 0;
  }

  .steps li {
    grid-template-columns: 44px 56px 1fr;
  }

  .step-number {
    font-size: 34px;
  }

  .reason {
    grid-template-columns: 58px 1fr;
  }

  .reason > span {
    width: 52px;
    height: 52px;
  }

  .support {
    width: min(100% - 28px, 620px);
  }

  footer {
    width: min(100% - 32px, 620px);
  }

  .catalog-heading {
    gap: 24px;
  }

  .filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .filter-row::-webkit-scrollbar,
  .catalog-pills::-webkit-scrollbar,
  .brand-marquee::-webkit-scrollbar {
    display: none;
  }

  .filter-button {
    flex: 0 0 auto;
    min-height: 42px;
    scroll-snap-align: start;
  }

  .price-card {
    min-height: auto;
  }

  .order-link {
    min-height: 48px;
    align-items: center;
  }
}

@media (max-width: 520px) {
  :root {
    --page: min(100% - 24px, 496px);
  }

  .brand {
    width: 112px;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 18px;
  }

  .button-small {
    min-height: 46px;
  }

  .hero {
    padding-top: 46px;
  }

  .hero h1 {
    font-size: clamp(38px, 11.5vw, 50px);
  }

  .pricing-hero h1 {
    font-size: clamp(42px, 14vw, 60px);
  }

  .hero-lead,
  .pricing-lead {
    font-size: 15px;
    line-height: 1.6;
  }

  h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .brand-strip {
    padding: 16px 12px 18px;
  }

  .brand-strip > p {
    margin-inline: 0;
    text-align: left;
  }

  .service-card {
    min-height: 345px;
    border-radius: 16px;
  }

  .service-icon {
    width: 62px;
    height: 62px;
  }

  .service-card h3 {
    font-size: 24px;
  }

  .service-art {
    width: min(54%, 170px);
    opacity: .26;
  }

  .catalog-pills {
    width: 100%;
  }

  .catalog-pills span {
    flex: 0 0 auto;
    min-height: 38px;
    padding-inline: 15px;
  }

  .steps {
    gap: 22px;
  }

  .steps li {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 0;
  }

  .step-number,
  .step-icon {
    justify-self: start;
  }

  .step-icon {
    width: 58px;
    height: 58px;
  }

  .reason {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .support,
  .pricing-note {
    padding: 34px 22px;
  }

  .support-copy h2,
  .pricing-note h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .pricing-summary span,
  .price-card,
  .currency-prices > div {
    padding-inline: 16px;
  }

  .currency-prices {
    grid-template-columns: 1fr;
  }

  .currency-prices > div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  footer {
    gap: 28px;
  }
}

@media (max-width: 380px) {
  :root {
    --page: min(100% - 20px, 360px);
  }

  .nav-links {
    left: 10px;
    right: 10px;
    padding: 18px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .service-card {
    padding: 22px;
  }

  .service-art {
    opacity: .2;
  }

  .product-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .product-price a.icon-button {
    align-self: flex-end;
  }
}

/* Reactive polish and Suriname marker */
.locale-inline {
  display: inline-flex;
  align-items: center;
  gap: .38em;
  white-space: nowrap;
}

.suriname-icon {
  position: relative;
  width: 1.45em;
  height: 1.45em;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50% 50% 50% 18%;
  background:
    linear-gradient(
      180deg,
      #377e3f 0 25%,
      #fff 25% 35%,
      #b40a2d 35% 65%,
      #fff 65% 75%,
      #377e3f 75% 100%
    );
  box-shadow: 0 0 18px rgba(55, 126, 63, .24), inset 0 1px 0 rgba(255,255,255,.28);
  transform: translateY(.12em) rotate(-45deg);
}

.suriname-icon::after {
  content: "";
  width: .42em;
  height: .42em;
  background: #ecc81d;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 35%);
  filter: drop-shadow(0 0 3px rgba(236, 200, 29, .35));
  transform: rotate(45deg);
}

.service-card,
.featured-product,
.price-card,
.support,
.pricing-note {
  --mx: 50%;
  --my: 50%;
  position: relative;
  overflow: hidden;
}

.service-card::before,
.featured-product::before,
.price-card::before,
.support::before,
.pricing-note::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.13), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.service-card:hover::before,
.featured-product:hover::before,
.price-card:hover::before,
.support:hover::before,
.pricing-note:hover::before {
  opacity: 1;
}

.service-card > *,
.featured-product > *,
.price-card > *,
.support > *,
.pricing-note > * {
  position: relative;
  z-index: 1;
}

.button,
.filter-button,
.card-arrow,
.icon-button,
.order-link,
.nav-links a {
  -webkit-tap-highlight-color: transparent;
}

.button:active,
.filter-button:active,
.icon-button:active,
.order-link:active,
.service-card:active,
.featured-product:active,
.price-card:active {
  transform: translateY(1px) scale(.99);
}

.button,
.filter-button,
.order-link,
.product-price a,
.service-icon,
.reason-icon,
.step-icon,
.product-glyph {
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease,
    color .2s ease,
    opacity .2s ease;
}

.service-card:hover .service-icon,
.featured-product:hover .product-glyph,
.reason:hover .reason-icon,
.steps li:hover .step-icon {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(240, 75, 221, .66);
  box-shadow: 0 0 34px rgba(159, 60, 255, .28), inset 0 1px 0 rgba(255,255,255,.15);
}

.featured-product:hover,
.price-card:hover {
  box-shadow: 0 22px 58px rgba(0,0,0,.28), 0 0 0 1px rgba(240,75,221,.08);
}

.order-link {
  align-items: center;
  gap: 12px;
  border-radius: 10px;
}

.order-link:hover {
  color: white;
}

.order-link:hover .order-link-icon {
  transform: translate(3px, -3px);
}

.order-link-icon {
  width: 18px;
  height: 18px;
  color: var(--whatsapp);
  transition: transform .2s ease, color .2s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible,
.button:focus-visible,
.filter-button:focus-visible,
.order-link:focus-visible,
.service-card:focus-visible,
.featured-product a:focus-visible {
  outline: 2px solid rgba(240, 75, 221, .72);
  outline-offset: 4px;
}

@media (hover: none) {
  .service-card::before,
  .featured-product::before,
  .price-card::before,
  .support::before,
  .pricing-note::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Service-card correction pass */
.suriname-icon {
  width: 1.35em;
  height: .95em;
  border-radius: 2px;
  transform: translateY(.08em);
  box-shadow: 0 0 14px rgba(55, 126, 63, .2), inset 0 1px 0 rgba(255,255,255,.35);
}

.suriname-icon::after {
  width: .36em;
  height: .36em;
  transform: none;
}

.service-card {
  min-height: 378px;
}

.service-card > * {
  position: relative;
  z-index: 2;
}

.service-card .card-arrow {
  position: absolute;
  right: 26px;
  bottom: 25px;
  z-index: 5;
  pointer-events: none;
}

.service-card:focus-visible .card-arrow,
.service-card:hover .card-arrow {
  border-color: rgba(240, 75, 221, .52);
  background: rgba(159, 60, 255, .28);
  box-shadow: 0 0 22px rgba(159, 60, 255, .24);
}

.service-art {
  top: 95px;
  right: 28px;
  bottom: auto;
  width: min(47%, 210px);
  height: 155px;
  opacity: .92;
  z-index: 1;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.44));
}

.service-card:hover .service-art {
  opacity: 1;
  transform: translateY(-5px) scale(1.015);
}

@media (max-width: 1180px) and (min-width: 981px) {
  .service-art {
    right: 20px;
    width: min(45%, 185px);
  }
}

@media (max-width: 980px) {
  .service-card {
    min-height: 360px;
  }

  .service-art {
    top: 90px;
    right: 20px;
    width: min(45%, 190px);
    opacity: .8;
  }
}

@media (max-width: 760px) {
  .service-card {
    min-height: 350px;
  }

  .service-art {
    top: 88px;
    right: 14px;
    width: min(43%, 175px);
    opacity: .48;
  }

  .service-card .card-arrow {
    right: 22px;
    bottom: 22px;
  }
}

@media (max-width: 520px) {
  .service-card {
    min-height: 365px;
  }

  .service-art {
    top: 94px;
    right: -8px;
    width: min(52%, 172px);
    opacity: .32;
  }
}

/* Rendered artwork replacement */
.suriname-icon {
  width: 1.3em;
  height: .9em;
  border-radius: 2px;
  transform: translateY(.08em) rotate(0);
  overflow: hidden;
}

.suriname-icon::after {
  width: .34em;
  height: .34em;
  transform: none;
}

.service-card {
  cursor: pointer;
}

.service-art {
  top: 96px;
  right: 20px;
  width: min(50%, 228px);
  height: 172px;
  opacity: .94;
}

.service-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: saturate(1.12) contrast(1.04);
  user-select: none;
  -webkit-user-drag: none;
}

.service-card .card-arrow {
  position: absolute;
  right: 26px;
  bottom: 25px;
  z-index: 6;
  pointer-events: none;
}

.service-card:hover .service-art {
  opacity: 1;
  transform: translateY(-5px) scale(1.02);
}

.service-card:hover .card-arrow {
  transform: translate(3px, -3px);
}

@media (max-width: 1180px) and (min-width: 981px) {
  .service-art {
    right: 18px;
    width: min(47%, 205px);
  }
}

@media (max-width: 980px) {
  .service-art {
    top: 92px;
    right: 18px;
    width: min(46%, 200px);
    opacity: .82;
  }
}

@media (max-width: 760px) {
  .service-art {
    top: 94px;
    right: 10px;
    width: min(46%, 178px);
    opacity: .5;
  }
}

@media (max-width: 520px) {
  .service-art {
    top: 100px;
    right: -10px;
    width: min(54%, 176px);
    opacity: .34;
  }
}

/* Service artwork layout fix */
.service-card {
  min-height: 360px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
}

.service-card > div:not(.service-icon):not(.service-art) {
  align-self: end;
  max-width: 54%;
  padding-top: 70px;
}

.service-card h3,
.service-card p:last-child {
  max-width: 100%;
}

.service-art {
  top: 74px;
  right: 26px;
  width: min(44%, 206px);
  height: 190px;
  padding: 12px;
  border: 1px solid rgba(190, 91, 255, .18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 45% 42%, rgba(240,75,221,.16), transparent 48%),
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.008));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 22px 44px rgba(0,0,0,.18);
}

.service-art img {
  object-fit: contain;
}

.service-entertainment .service-art {
  top: 76px;
}

.service-giftcards .service-art {
  top: 74px;
}

.service-topups .service-art {
  top: 72px;
}

.service-card .card-arrow {
  right: 24px;
  bottom: 24px;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .service-card > div:not(.service-icon):not(.service-art) {
    max-width: 56%;
  }

  .service-art {
    right: 18px;
    width: min(42%, 186px);
  }
}

@media (max-width: 980px) {
  .service-card > div:not(.service-icon):not(.service-art) {
    max-width: 58%;
  }

  .service-art {
    width: min(40%, 178px);
    opacity: .76;
  }
}

@media (max-width: 760px) {
  .service-card {
    min-height: 340px;
  }

  .service-card > div:not(.service-icon):not(.service-art) {
    max-width: 62%;
    padding-top: 78px;
  }

  .service-art {
    top: 82px;
    right: 16px;
    width: min(36%, 156px);
    height: 160px;
    opacity: .56;
  }
}

@media (max-width: 520px) {
  .service-card {
    min-height: 360px;
  }

  .service-card > div:not(.service-icon):not(.service-art) {
    max-width: 100%;
    padding-top: 130px;
  }

  .service-art {
    top: 82px;
    right: 16px;
    width: min(45%, 158px);
    height: 150px;
    opacity: .42;
  }
}

/* Site upgrade: conversion, pricing, FAQ, and responsive polish */
body {
  background:
    radial-gradient(circle at 78% 8%, rgba(137, 45, 255, .16), transparent 32rem),
    radial-gradient(circle at 8% 28%, rgba(158, 48, 255, .055), transparent 25rem),
    linear-gradient(180deg, rgba(255,255,255,.01), transparent 520px),
    var(--bg);
}

.hero-lead .locale-inline {
  color: #f2edf6;
  font-weight: 700;
}

.hero-points li,
.pricing-summary span {
  min-width: 0;
}

.faq,
.pricing-faq {
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.faq-item {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(176, 87, 255, .2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 16% 0%, rgba(159, 60, 255, .18), transparent 32%),
    linear-gradient(145deg, rgba(20, 9, 30, .88), rgba(7, 4, 11, .94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

.faq-item h3 {
  margin: 0 0 12px;
  font: 700 18px/1.22 var(--font-display);
  letter-spacing: -.025em;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.streaming-spotlight {
  width: var(--page);
  margin: 0 auto;
  padding: 58px 0 24px;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) 1.28fr;
  gap: 34px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.streaming-spotlight h2 {
  margin: 14px 0 16px;
  font-size: clamp(32px, 4vw, 54px);
}

.streaming-spotlight p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.spotlight-card {
  min-height: 82px;
  padding: 14px;
  display: grid;
  grid-template-columns: 46px 1fr 20px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(176, 87, 255, .24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 20%, rgba(240, 75, 221, .16), transparent 34%),
    linear-gradient(145deg, rgba(23, 9, 34, .92), rgba(8, 4, 13, .96));
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.spotlight-card:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 75, 221, .54);
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
}

.spotlight-icon,
.price-card-icon {
  display: grid;
  place-items: center;
  color: #df8cff;
  border: 1px solid rgba(190, 91, 255, .4);
  background: rgba(159, 60, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.spotlight-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
}

.spotlight-card strong,
.spotlight-card small {
  display: block;
}

.spotlight-card strong {
  margin-bottom: 5px;
  font: 700 15px/1.2 var(--font-display);
}

.spotlight-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.price-card {
  min-height: 0;
}

.price-card-icon {
  width: 42px;
  height: 42px;
  margin-top: 0;
  border-radius: 12px;
}

.price-card h3 {
  margin-top: 4px;
}

.price-card .order-link {
  min-height: 44px;
  align-items: center;
  padding-inline: 0;
}

.filter-button.active {
  background: linear-gradient(135deg, #7e26d8, #b83cf1);
  border-color: rgba(234, 173, 255, .6);
  box-shadow: 0 12px 28px rgba(159,60,255,.2);
}

.pricing-note {
  box-shadow: 0 24px 70px rgba(75, 16, 126, .22);
}

@media (max-width: 1180px) {
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .streaming-spotlight {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .faq-grid,
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .faq-item {
    min-height: auto;
  }

  .streaming-spotlight {
    width: var(--page);
  }

  .spotlight-card {
    min-height: 88px;
  }

  .catalog-heading {
    align-items: stretch;
  }

  .price-option-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
  }

  .price-pills {
    justify-content: flex-start;
  }

  .option-order {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .spotlight-card {
    grid-template-columns: 42px 1fr;
  }

  .spotlight-card .order-link-icon {
    display: none;
  }
}

/* Hero artwork final pass: transparent asset, softer edges, better framing */
.hero-art {
  isolation: isolate;
  overflow: visible;
  place-items: center end;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 6% -4% 6% 5%;
  z-index: 0;
  border-radius: 36px;
  background:
    radial-gradient(circle at 55% 42%, rgba(240,75,221,.18), transparent 34%),
    radial-gradient(circle at 68% 56%, rgba(141,56,255,.12), transparent 42%);
  filter: blur(26px);
  opacity: .76;
  pointer-events: none;
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 8% -2% 10% 0;
  z-index: 0;
  border-radius: 42px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.025) 48%, transparent);
  opacity: .45;
  pointer-events: none;
}

.hero-art img {
  position: relative;
  z-index: 1;
  width: min(104%, 760px);
  max-width: none;
  margin-left: 0;
  transform: translateX(2%) translateY(-1%);
  filter: saturate(1.08) contrast(1.04) drop-shadow(0 34px 70px rgba(0,0,0,.34));
  -webkit-mask-image: radial-gradient(ellipse at 55% 48%, #000 48%, rgba(0,0,0,.9) 62%, transparent 83%);
  mask-image: radial-gradient(ellipse at 55% 48%, #000 48%, rgba(0,0,0,.9) 62%, transparent 83%);
}

@media (max-width: 980px) {
  .hero-art {
    place-items: center;
    overflow: visible;
  }

  .hero-art img {
    width: min(104%, 680px);
    transform: translateX(0) translateY(-1%);
  }
}

@media (max-width: 760px) {
  .hero-art {
    overflow: hidden;
  }

  .hero-art img {
    width: min(118%, 520px);
    transform: translateX(0);
  }
}

/* Realistic photo artwork pass */
.hero-art {
  overflow: visible;
  place-items: center end;
}

.hero-art::before {
  inset: 5% -3% 7% 3%;
  border-radius: 36px;
  background:
    radial-gradient(circle at 60% 42%, rgba(183, 60, 255, .22), transparent 38%),
    radial-gradient(circle at 86% 72%, rgba(25, 214, 105, .07), transparent 28%);
  filter: blur(28px);
  opacity: .8;
}

.hero-art::after {
  inset: 5% 0 7% 4%;
  z-index: 2;
  border-radius: 34px;
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(3, 1, 8, .68) 8%, transparent 26%, transparent 70%, rgba(3, 1, 8, .54) 100%),
    linear-gradient(180deg, rgba(3, 1, 8, .2), transparent 28%, transparent 72%, rgba(3, 1, 8, .36));
  opacity: .82;
}

.hero-art img {
  width: min(106%, 860px);
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 56% center;
  border-radius: 28px;
  transform: translateX(4%) translateY(-1%);
  filter: saturate(1.04) contrast(1.02) brightness(.9) drop-shadow(0 34px 76px rgba(0,0,0,.42));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
}

.service-card {
  min-height: 390px;
  padding: 30px;
  display: flex;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(34, 10, 57, .86), rgba(10, 5, 19, .96));
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 1, 10, .96) 0%, rgba(8, 3, 15, .88) 39%, rgba(8, 3, 15, .42) 66%, rgba(8, 3, 15, .18) 100%),
    radial-gradient(circle at 76% 42%, rgba(159, 60, 255, .2), transparent 38%);
  pointer-events: none;
}

.service-card::after {
  z-index: 0;
}

.service-card > div:not(.service-icon):not(.service-art) {
  position: relative;
  z-index: 3;
  max-width: 58%;
  padding-top: 0;
  align-self: end;
}

.service-icon {
  position: relative;
  z-index: 4;
  background: rgba(34, 10, 57, .7);
  backdrop-filter: blur(10px);
}

.service-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: none;
  box-shadow: none;
  opacity: .9;
  filter: none;
  overflow: hidden;
}

.service-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(.9) contrast(1.03) brightness(.62);
  transition: transform .45s ease, filter .3s ease;
}

.service-entertainment .service-art img {
  object-position: 66% center;
}

.service-giftcards .service-art img {
  object-position: 70% center;
}

.service-topups .service-art img {
  object-position: 72% center;
}

.service-card:hover .service-art {
  opacity: .94;
  transform: none;
  filter: none;
}

.service-card:hover .service-art img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.05) brightness(.7);
}

.service-card .card-arrow {
  right: 24px;
  bottom: 24px;
  z-index: 5;
  background: rgba(9, 3, 16, .64);
  backdrop-filter: blur(8px);
}

@media (max-width: 1180px) and (min-width: 981px) {
  .hero-art img {
    width: min(112%, 760px);
    transform: translateX(2%);
  }

  .service-card > div:not(.service-icon):not(.service-art) {
    max-width: 62%;
  }
}

@media (max-width: 980px) {
  .hero-art {
    place-items: center;
  }

  .hero-art::after {
    inset: 4% 0;
  }

  .hero-art img {
    width: min(100%, 720px);
    transform: none;
  }

  .service-card {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .hero-art img {
    width: min(118%, 560px);
  }

  .service-card {
    min-height: 330px;
  }

  .service-card::before {
    background:
      linear-gradient(90deg, rgba(5, 1, 10, .97) 0%, rgba(8, 3, 15, .9) 47%, rgba(8, 3, 15, .42) 100%),
      radial-gradient(circle at 78% 38%, rgba(159, 60, 255, .16), transparent 40%);
  }

  .service-card > div:not(.service-icon):not(.service-art) {
    max-width: 70%;
  }
}

@media (max-width: 520px) {
  .service-card {
    min-height: 350px;
  }

  .service-card > div:not(.service-icon):not(.service-art) {
    max-width: 100%;
  }

  .service-art img {
    object-position: 76% center;
    filter: saturate(.9) contrast(1.03) brightness(.42);
  }
}

/* Services and featured catalog: spacing and interaction pass */
.services {
  padding-top: 64px;
  padding-bottom: 48px;
}

.services .section-heading {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(48px, 8vw, 120px);
  margin-bottom: 34px;
}

.services .section-intro {
  align-self: end;
}

.service-grid {
  gap: 18px;
}

.service-card {
  min-height: 360px;
  padding: 26px;
  border-radius: 14px;
}

.service-card > div:not(.service-icon):not(.service-art) {
  max-width: min(68%, 270px);
  padding-right: 12px;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.service-card p:last-child {
  padding-right: 8px;
  line-height: 1.5;
}

.service-card .card-arrow {
  width: 38px;
  height: 38px;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  font-size: 18px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.service-card:hover .card-arrow,
.service-card:focus-visible .card-arrow {
  transform: translateX(3px);
  border-color: rgba(255,255,255,.6);
  background: rgba(119,32,185,.72);
}

.service-card:focus-visible,
.catalog-pills button:focus-visible,
.catalog-pills a:focus-visible,
.icon-button:focus-visible {
  outline: 2px solid #d98aff;
  outline-offset: 4px;
}

.catalog-preview {
  padding-top: 48px;
  padding-bottom: 72px;
}

.catalog-preview-heading {
  margin-bottom: 30px;
}

.catalog-pills button,
.catalog-pills a {
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #e7dfee;
  background: rgba(7, 4, 11, .78);
  font: 700 13px var(--font-body);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.catalog-pills button:hover,
.catalog-pills a:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  background: rgba(44, 16, 66, .9);
}

.catalog-pills button.active {
  border-color: transparent;
  background: linear-gradient(135deg, #9f3cff, #7020b9);
}

.featured-product[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .services {
    padding-top: 56px;
    padding-bottom: 42px;
  }

  .services .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 30px;
  }

  .services .section-intro {
    max-width: 620px;
    justify-self: start;
  }

  .catalog-preview {
    padding-top: 42px;
    padding-bottom: 64px;
  }
}

@media (max-width: 760px) {
  .hero-art {
    overflow: hidden;
  }

  .service-grid {
    gap: 14px;
  }

  .service-card,
  .service-card:last-child {
    min-height: 320px;
    padding: 24px;
  }

  .service-card > div:not(.service-icon):not(.service-art) {
    max-width: min(74%, 310px);
  }

  .catalog-preview-heading {
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
  }

  .catalog-pills {
    width: calc(100vw - 32px);
    margin-right: calc(50% - 50vw);
    padding: 2px 16px 8px 0;
    scroll-snap-type: x proximity;
  }

  .catalog-pills button,
  .catalog-pills a {
    flex: 0 0 auto;
    min-height: 42px;
    scroll-snap-align: start;
  }
}

@media (max-width: 520px) {
  .services {
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .service-card,
  .service-card:last-child {
    min-height: 330px;
  }

  .service-card > div:not(.service-icon):not(.service-art) {
    max-width: 100%;
    padding-right: 42px;
  }

  .service-card p:last-child {
    max-width: 270px;
  }

  .catalog-preview {
    padding-top: 36px;
  }
}

/* Keep service photography visible on wider layouts. */
@media (min-width: 761px) {
  .service-card::before {
    background:
      linear-gradient(90deg, rgba(5, 1, 10, .94) 0%, rgba(8, 3, 15, .8) 30%, rgba(8, 3, 15, .3) 54%, rgba(8, 3, 15, .08) 100%),
      radial-gradient(circle at 78% 42%, rgba(159, 60, 255, .14), transparent 36%);
  }

  .service-card > div:not(.service-icon):not(.service-art) {
    width: min(52%, 240px);
    max-width: none;
    align-self: flex-start;
    padding-right: 0;
  }

  .service-card h3 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.08;
  }

  .service-card p:last-child {
    max-width: 100%;
    padding-right: 0;
    font-size: 13px;
    line-height: 1.45;
  }
}

/* Multifunctional Rizen mini-site layer */
.hub-page,
.mini-site {
  background:
    linear-gradient(180deg, rgba(255,255,255,.018), transparent 520px),
    radial-gradient(circle at 85% 12%, rgba(25, 214, 105, .09), transparent 26rem),
    radial-gradient(circle at 12% 30%, rgba(159, 60, 255, .1), transparent 30rem),
    #030108;
}

.hub-hero,
.mini-hero {
  width: var(--page);
  min-height: 620px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 48px;
  padding: 72px 0 58px;
}

.hub-copy h1,
.mini-hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  font: 750 clamp(48px, 6vw, 82px)/.98 var(--font-display);
  letter-spacing: -.06em;
}

.hub-panel {
  display: grid;
  gap: 14px;
}

.hub-panel-main {
  min-height: 140px;
  padding: 28px;
  display: grid;
  align-content: end;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    rgba(10, 8, 13, .82);
  box-shadow: 0 20px 60px rgba(0,0,0,.26);
}

.hub-panel-main span,
.division-tag,
.package-card span {
  color: #6df0a0;
  font: 800 10px/1.2 var(--font-display);
  text-transform: uppercase;
  letter-spacing: .16em;
}

.hub-panel-main strong {
  max-width: 420px;
  margin-top: 10px;
  font: 700 24px/1.16 var(--font-display);
  letter-spacing: -.03em;
}

.division-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.division-card {
  position: relative;
  min-height: 500px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: #0c0613;
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.division-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(3,1,8,.02) 0%, rgba(3,1,8,.35) 42%, rgba(3,1,8,.94) 100%);
}

.division-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95) contrast(1.04);
  transition: transform .35s ease;
}

.image-focus-repair {
  object-position: center center;
}

.image-focus-detailing {
  object-position: 58% center;
}

.division-card > *:not(img) {
  position: relative;
  z-index: 2;
}

.division-card:hover {
  transform: translateY(-5px);
  border-color: rgba(109,240,160,.42);
  box-shadow: 0 30px 82px rgba(0,0,0,.34);
}

.division-card:hover img {
  transform: scale(1.04);
}

.division-card h3 {
  margin: 12px 0 10px;
  font: 750 31px/1.05 var(--font-display);
  letter-spacing: -.04em;
}

.division-card p {
  max-width: 340px;
  margin: 0 0 18px;
  color: #d7d0dc;
  line-height: 1.55;
}

.division-card strong {
  color: white;
  font: 800 13px/1 var(--font-display);
}

.mini-hero {
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
}

.mini-hero-media {
  position: relative;
  height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: #0c0613;
  box-shadow: 0 30px 90px rgba(0,0,0,.3);
}

.mini-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(3,1,8,.18) 100%);
}

.mini-hero-media img,
.digital-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.digital-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
  border-bottom: 1px solid var(--line);
}

.digital-hero > img {
  height: 460px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: #0c0613;
  box-shadow: 0 25px 80px rgba(0,0,0,.28);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.package-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02)),
    rgba(11, 8, 14, .86);
}

.package-card h3 {
  margin: 36px 0 10px;
  font: 740 22px/1.12 var(--font-display);
  letter-spacing: -.03em;
}

.package-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.request-section {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: 46px;
  align-items: start;
  border-top: 1px solid rgba(176,87,255,.16);
}

.request-copy {
  position: sticky;
  top: 96px;
}

.request-copy h2 {
  margin-top: 16px;
}

.request-copy p:last-child {
  color: var(--muted);
  line-height: 1.65;
}

.request-form {
  padding: 28px;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02)),
    rgba(8, 6, 10, .92);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.request-form label {
  display: grid;
  gap: 8px;
}

.request-form label span {
  color: #c9c1cf;
  font: 800 11px/1.2 var(--font-display);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  outline: 0;
  color: white;
  background: rgba(255,255,255,.055);
  font: 500 15px/1.35 var(--font-body);
}

.request-form input[type="date"] {
  color-scheme: dark;
  cursor: pointer;
  padding-right: 52px;
}

.request-form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 52px;
  height: 100%;
  opacity: 0;
}

.request-form .date-field {
  position: relative;
}

.request-form .date-field::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 17px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
}

.request-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
  background:
    linear-gradient(45deg, transparent 50%, #d7d0dc 50%) calc(100% - 23px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #d7d0dc 50%, transparent 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
    rgba(255,255,255,.055);
}

.request-form select option {
  color: #fff;
  background: #100718;
}

.request-form select:invalid {
  color: #bcb2c4;
}

.request-form textarea {
  resize: vertical;
}

.appointment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.appointment-rule,
.appointment-status {
  margin: -2px 0 0;
  color: var(--muted);
  font: 500 13px/1.5 var(--font-body);
}

.appointment-status:not(:empty) {
  padding: 11px 13px;
  border: 1px solid rgba(25, 214, 105, .28);
  border-radius: var(--radius-sm);
  color: #c5f9da;
  background: rgba(25, 214, 105, .08);
}

.appointment-status.is-error:not(:empty) {
  border-color: rgba(255, 123, 123, .34);
  color: #ffc7c7;
  background: rgba(230, 78, 78, .09);
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: rgba(109,240,160,.56);
  box-shadow: 0 0 0 3px rgba(25,214,105,.1);
}

.detailing-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.detailing-price-card {
  min-height: 100%;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.018)),
    rgba(8, 6, 10, .92);
  box-shadow: 0 22px 62px rgba(0,0,0,.22);
}

.detailing-price-card.amethyst { border-color: rgba(173, 76, 255, .42); }
.detailing-price-card.sapphire { border-color: rgba(54, 137, 255, .42); }
.detailing-price-card.emerald { border-color: rgba(37, 223, 82, .42); }
.detailing-price-card.diamond { border-color: rgba(235, 235, 235, .32); }

.price-tier {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 14px;
  color: white;
  background: rgba(255,255,255,.08);
  font: 850 22px/1 var(--font-display);
}

.detailing-price-card h3 {
  margin: 18px 0 10px;
  font: 800 24px/1.05 var(--font-display);
  letter-spacing: -.03em;
}

.detailing-price-card p {
  min-height: 76px;
  margin: 0;
  color: #d6cedd;
  line-height: 1.5;
}

.detailing-price-card ul {
  margin: 18px 0 22px;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.detailing-price-card li {
  position: relative;
  padding-left: 16px;
}

.detailing-price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6df0a0;
}

.vehicle-prices {
  margin-top: auto;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.vehicle-prices span {
  min-height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: #d8d1dd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.vehicle-prices span:last-child {
  border-bottom: 0;
}

.vehicle-prices strong {
  color: white;
  font: 850 19px/1 var(--font-display);
  letter-spacing: 0;
}

.compact-service-section {
  padding-top: 0;
}

.compact-packages .package-card {
  min-height: 180px;
}

.pricing-image-section {
  padding-top: 0;
}

.pricing-menu-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(176,87,255,.28);
  border-radius: 20px;
  background: #050208;
  box-shadow: 0 26px 80px rgba(0,0,0,.26);
}

.pricing-menu-image img {
  display: block;
  width: 100%;
  height: auto;
}

.redirect-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.redirect-card {
  width: min(520px, 100%);
  padding: 34px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(12,6,19,.9);
}

.redirect-card img {
  width: 150px;
}

.redirect-card h1 {
  margin: 24px 0 10px;
  font: 740 34px/1.05 var(--font-display);
  letter-spacing: -.04em;
}

.redirect-card p {
  color: var(--muted);
}

.redirect-card .button {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .hub-hero,
  .mini-hero,
  .digital-hero,
  .request-section {
    grid-template-columns: 1fr;
  }

  .hub-hero,
  .mini-hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hub-panel {
    grid-template-columns: 1fr;
  }

  .division-grid,
  .package-grid,
  .detailing-price-grid {
    grid-template-columns: 1fr 1fr;
  }

  .division-card {
    min-height: 430px;
  }

  .request-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .hub-copy h1,
  .mini-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .hub-hero,
  .mini-hero {
    gap: 30px;
    padding-top: 38px;
  }

  .mini-hero-media,
  .digital-hero > img {
    height: 330px;
    border-radius: 16px;
  }

  .division-grid,
  .package-grid,
  .detailing-price-grid {
    grid-template-columns: 1fr;
  }

  .division-card {
    min-height: 360px;
  }

  .package-card {
    min-height: auto;
  }

  .request-form {
    padding: 20px;
  }

  .appointment-grid {
    grid-template-columns: 1fr;
  }
}

/* Rapid premium polish: one authoritative visual layer for the live mini-sites. */
:root {
  --bg: #040207;
  --surface: #0c0910;
  --surface-raised: #121016;
  --surface-soft: rgba(255, 255, 255, .045);
  --text: #fbf9fc;
  --muted: #b2aab8;
  --quiet: #827989;
  --line: rgba(255, 255, 255, .105);
  --line-strong: rgba(196, 104, 255, .34);
  --accent: #a54cff;
  --accent-2: #e759d6;
  --whatsapp: #20d875;
  --focus-ring: rgba(120, 225, 164, .34);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --shadow-card: 0 22px 64px rgba(0, 0, 0, .26);
  --shadow-card-hover: 0 30px 84px rgba(0, 0, 0, .36);
  --ease-premium: cubic-bezier(.2, .75, .25, 1);
  --page: min(1240px, calc(100% - 64px));
}

body {
  min-width: 0;
  background:
    radial-gradient(ellipse at 78% 2%, rgba(89, 27, 132, .13), transparent 34rem),
    radial-gradient(ellipse at 8% 35%, rgba(31, 108, 74, .055), transparent 30rem),
    var(--bg);
}

::selection { color: #fff; background: rgba(165, 76, 255, .58); }
.site-header { height: 88px; border-color: rgba(255, 255, 255, .085); }
.site-header.scrolled { height: 72px; padding-inline: max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid rgba(255, 255, 255, .09); background: rgba(4, 2, 7, .86); box-shadow: 0 12px 38px rgba(0, 0, 0, .18); }
.brand { width: 138px; }
.nav-links { gap: 30px; }
.nav-links > a:not(.button) { color: #d3cdd7; font-weight: 600; }

.button,
.filter-button,
.order-link,
.catalog-pills a,
.catalog-pills button,
.icon-button {
  min-height: 46px;
  border-radius: var(--radius-sm);
  transition: transform .2s var(--ease-premium), border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.button { padding-inline: 22px; box-shadow: 0 12px 30px rgba(32, 216, 117, .16), inset 0 1px 0 rgba(255, 255, 255, .34); }
.button:hover { transform: translateY(-2px); background: #43e78b; box-shadow: 0 16px 40px rgba(32, 216, 117, .23), inset 0 1px 0 rgba(255, 255, 255, .4); }
.button:active,
.filter-button:active,
.order-link:active,
.catalog-pills a:active,
.catalog-pills button:active,
.icon-button:active { transform: translateY(0) scale(.985); }
.button-secondary { border-color: rgba(196, 104, 255, .36); background: rgba(16, 10, 21, .78); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05); }
.button-secondary:hover { border-color: rgba(213, 129, 255, .56); background: rgba(86, 32, 112, .24); box-shadow: 0 14px 34px rgba(78, 24, 112, .16); }

.nav-toggle:focus-visible,
.button:focus-visible,
.filter-button:focus-visible,
.order-link:focus-visible,
.service-card:focus-visible,
.division-card:focus-visible,
.package-card:focus-visible,
.catalog-pills a:focus-visible,
.catalog-pills button:focus-visible,
.icon-button:focus-visible,
.request-form input:focus-visible,
.request-form select:focus-visible,
.request-form textarea:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; }

.eyebrow { color: #d66fff; letter-spacing: .19em; }
h2 { font-size: clamp(36px, 4.2vw, 58px); letter-spacing: -.05em; }
.section { padding-block: clamp(82px, 8vw, 108px); }
.section-heading { gap: clamp(36px, 7vw, 86px); margin-bottom: 46px; }
.section-intro { max-width: 520px; color: #b8afbf; }

.hub-hero,
.mini-hero { min-height: 640px; grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr); gap: clamp(40px, 6vw, 76px); padding-block: 68px 62px; }
.hub-copy h1,
.mini-hero h1 { margin-top: 20px; max-width: 740px; font-size: clamp(50px, 5.55vw, 76px); line-height: .99; letter-spacing: -.058em; text-wrap: balance; }
.hero-lead { margin: 28px 0 32px; max-width: 570px; color: #b8afbf; font-size: 17px; line-height: 1.66; }
.hero-actions { gap: 12px; }
.hub-panel { gap: 12px; }
.hub-panel-main { min-height: 132px; padding: 26px 28px; border-color: rgba(255, 255, 255, .11); border-radius: var(--radius-md); background: linear-gradient(115deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012)), rgba(13, 11, 16, .88); box-shadow: 0 18px 50px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .035); transition: transform .22s var(--ease-premium), border-color .22s ease, background-color .22s ease; }
.hub-panel-main:hover { transform: translateX(-4px); border-color: rgba(109, 240, 160, .3); background-color: rgba(18, 15, 22, .96); }
.hub-panel-main span,
.division-tag,
.package-card span { color: #79e8a5; }
.hub-panel-main strong { font-size: clamp(21px, 2vw, 25px); text-wrap: balance; }

.division-grid { gap: 16px; }
.division-card { min-height: 470px; padding: 26px; border-color: rgba(255, 255, 255, .11); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, .035); transition: transform .28s var(--ease-premium), border-color .24s ease, box-shadow .28s ease; }
.division-card::before { background: linear-gradient(180deg, rgba(4, 2, 7, .015) 0%, rgba(4, 2, 7, .16) 32%, rgba(4, 2, 7, .95) 79%, #040207 100%); }
.division-card::after { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .015); pointer-events: none; }
.division-card img { filter: saturate(.88) contrast(1.04) brightness(.91); transition: transform .5s var(--ease-premium), filter .35s ease; }
.division-card:hover { transform: translateY(-6px); border-color: rgba(177, 91, 237, .4); box-shadow: var(--shadow-card-hover); }
.division-card:hover img { transform: scale(1.035); filter: saturate(.98) contrast(1.04) brightness(.96); }
.division-card h3 { margin: 13px 0 10px; font-size: clamp(27px, 2.4vw, 32px); }
.division-card p { margin-bottom: 20px; color: #d2cbd6; font-size: 15px; }
.division-card strong { display: inline-flex; align-items: center; min-height: 24px; color: #f7f3f9; }

.mini-hero-media,
.digital-hero > img,
.pricing-menu-image { border-color: rgba(255, 255, 255, .11); border-radius: var(--radius-lg); box-shadow: 0 28px 80px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .035); }
.package-grid,
.detailing-price-grid { gap: 16px; }
.package-card,
.detail-card,
.detailing-price-card,
.price-card,
.spotlight-card,
.faq-item,
.request-form { border-color: rgba(255, 255, 255, .105); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)), rgba(12, 9, 15, .92); box-shadow: 0 18px 54px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .025); }
.package-card,
.detailing-price-card,
.price-card,
.spotlight-card { transition: transform .24s var(--ease-premium), border-color .22s ease, box-shadow .24s ease; }
.package-card:hover,
.detailing-price-card:hover,
.price-card:hover,
.spotlight-card:hover { transform: translateY(-4px); border-color: rgba(193, 103, 255, .34); box-shadow: 0 25px 68px rgba(0, 0, 0, .3); }
.request-form { padding: 30px; }
.request-form input,
.request-form select,
.request-form textarea { min-height: 54px; border-color: rgba(255, 255, 255, .13); border-radius: var(--radius-sm); background-color: rgba(255, 255, 255, .04); }

.support { width: min(1240px, calc(100% - 64px)); min-height: 220px; margin-bottom: 82px; border-color: rgba(185, 91, 240, .3); border-radius: var(--radius-lg); background: radial-gradient(circle at 94% 12%, rgba(80, 40, 162, .24), transparent 28%), radial-gradient(circle at 4% 120%, rgba(175, 50, 187, .18), transparent 36%), linear-gradient(115deg, #1b0b28, #0e0914 60%, #12091b); box-shadow: 0 28px 84px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .035); }
footer { gap: 56px; padding-top: 54px; border-color: rgba(255, 255, 255, .085); }
.footer-links { gap: 10px; }
.footer-links a { transition: color .18s ease; }
.footer-links a:hover { color: #fff; }
.reveal { transition: opacity .55s var(--ease-premium), transform .55s var(--ease-premium); }
.hub-hero .reveal,
.mini-hero .reveal,
.digital-hero .reveal { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --page: min(100% - 48px, 1120px); }
  .hub-hero, .mini-hero { gap: 42px; }
  .hub-copy h1, .mini-hero h1 { font-size: clamp(48px, 5.9vw, 68px); }
  .support { width: calc(100% - 48px); }
}

@media (max-width: 980px) {
  .hub-hero,
  .mini-hero,
  .digital-hero,
  .request-section { grid-template-columns: 1fr; }
  .hub-hero,
  .mini-hero { min-height: auto; gap: 38px; padding: 58px 0 52px; }
  .hub-copy { max-width: 760px; }
  .hub-panel { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .hub-panel-main { min-height: 180px; padding: 22px; align-content: space-between; }
  .hub-panel-main strong { font-size: 19px; }
  .division-card { min-height: 430px; }
  .support { padding: 44px; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 32px); }
  body { background: radial-gradient(circle at 76% 4%, rgba(93, 30, 137, .12), transparent 22rem), var(--bg); }
  .site-header { height: 76px; }
  .site-header.scrolled { height: 68px; padding-inline: 16px; }
  .brand { width: 108px; }
  .nav-links { top: 68px; left: 16px; right: 16px; gap: 4px; padding: 14px; border: 1px solid rgba(255, 255, 255, .11); border-radius: var(--radius-md); background: rgba(9, 6, 12, .97); box-shadow: 0 24px 60px rgba(0, 0, 0, .4); }
  .nav-links > a:not(.button) { min-height: 46px; display: flex; align-items: center; padding: 0 12px; border-radius: 10px; }
  .nav-links > a:not(.button):hover { background: rgba(255, 255, 255, .045); }
  .section { padding-block: 76px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .section-intro { font-size: 15px; line-height: 1.65; }
  .hub-hero,
  .mini-hero { gap: 32px; padding: 44px 0 40px; }
  .hub-copy h1,
  .mini-hero h1 { font-size: clamp(40px, 12vw, 56px); line-height: 1; letter-spacing: -.052em; }
  .hero-lead { margin: 23px 0 26px; font-size: 16px; line-height: 1.62; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; min-height: 52px; }
  .hub-panel { grid-template-columns: 1fr; gap: 10px; }
  .hub-panel-main { min-height: 126px; padding: 22px; }
  .hub-panel-main:hover { transform: none; }
  .hub-panel-main strong { max-width: 100%; font-size: 20px; }
  .division-grid,
  .package-grid,
  .detailing-price-grid { grid-template-columns: 1fr; }
  .division-card { min-height: 400px; padding: 22px; border-radius: 20px; }
  .division-card::before { background: linear-gradient(180deg, rgba(4, 2, 7, .03) 0%, rgba(4, 2, 7, .18) 30%, rgba(4, 2, 7, .97) 78%, #040207 100%); }
  .division-card h3 { font-size: 27px; }
  .division-card p { max-width: 100%; font-size: 14px; }
  .division-card:hover { transform: none; }
  .division-card:hover img { transform: none; }
  .mini-hero-media,
  .digital-hero > img { height: 310px; border-radius: 18px; }
  .package-card,
  .detailing-price-card,
  .price-card,
  .spotlight-card,
  .faq-item { padding: 20px; }
  .request-form { padding: 20px; border-radius: 18px; }
  .support { width: calc(100% - 32px); padding: 34px 24px; margin-bottom: 64px; border-radius: 20px; }
  footer { gap: 34px; }
}

@media (max-width: 520px) {
  :root { --page: calc(100% - 28px); }
  .hub-copy h1, .mini-hero h1 { font-size: clamp(38px, 12.3vw, 50px); }
  .division-card { min-height: 380px; }
  .support { width: calc(100% - 28px); }
  .button-large { width: 100%; min-width: 0; }
}

/* Keep the live catalog dense and shoppable on phones instead of turning it into a long single-file list. */
@media (max-width: 760px) {
  .featured-products,
  .price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .featured-product,
  .price-card {
    min-width: 0;
    padding: 14px;
    border-radius: 14px;
  }

  .product-visual { height: 94px; }
  .product-glyph { width: 42px; height: 42px; }
  .featured-product h3,
  .price-card h3 { font-size: 16px; line-height: 1.18; }
  .product-detail,
  .price-card p { font-size: 12px; line-height: 1.45; }
  .product-price { padding-top: 12px; }
  .product-price strong { font-size: 16px; }
  .price-card-heading { grid-template-columns: 34px minmax(0, 1fr); gap: 9px; margin-bottom: 12px; }
  .price-card-icon { width: 34px; height: 34px; border-radius: 10px; }
  .price-card .order-link { min-height: 40px; font-size: 12px; }
}

@media (max-width: 374px) {
  .featured-product,
  .price-card { padding: 12px; }
  .product-visual { height: 82px; }
  .featured-product h3,
  .price-card h3 { font-size: 15px; }
  .product-detail,
  .price-card p { font-size: 11px; }
}

/* Footer signature: a small, living location marker that stays out of the way of the conversion flow. */
.footer-location {
  grid-column: 1 / -1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: -17px;
  padding: 8px 12px 8px 9px;
  color: #d9b7fa;
  border: 1px solid rgba(187, 102, 255, .27);
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(132, 47, 209, .13), rgba(5, 3, 8, .22));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 10px 28px rgba(95, 24, 151, .11);
  font: 700 10px/1 var(--font-body);
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.suriname-flag {
  width: 30px;
  height: 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
  transform-origin: 50% 65%;
  transition: transform .28s var(--ease-premium), box-shadow .28s ease;
}

.suriname-flag svg { width: 100%; height: 100%; display: block; }

.footer-location i {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #1ce286;
  box-shadow: 0 0 0 0 rgba(28, 226, 134, .5);
  animation: suriname-location-pulse 2.6s ease-out infinite;
}

.footer-location:hover {
  border-color: rgba(210, 145, 255, .62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 34px rgba(125, 40, 196, .2);
  transform: translateY(-2px);
}

.footer-location:hover .suriname-flag {
  transform: rotate(-5deg) translateY(-1px);
  box-shadow: 0 7px 16px rgba(0, 0, 0, .38);
}

@keyframes suriname-location-pulse {
  0%, 36% { box-shadow: 0 0 0 0 rgba(28, 226, 134, .48); }
  62% { box-shadow: 0 0 0 7px rgba(28, 226, 134, 0); }
  100% { box-shadow: 0 0 0 0 rgba(28, 226, 134, 0); }
}

@media (max-width: 760px) {
  .footer-location { margin-top: -12px; }
}

@media (hover: none) {
  .hub-panel-main:hover,
  .division-card:hover,
  .package-card:hover,
  .detailing-price-card:hover,
  .price-card:hover,
  .spotlight-card:hover,
  .button:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
