:root {
  --navy: #07142f;
  --navy-2: #0b1f49;
  --ink: #0f1d38;
  --muted: #64718a;
  --blue: #1769ff;
  --cyan: #17c7d7;
  --violet: #7a46f4;
  --coral: #ff5d72;
  --yellow: #ffc83d;
  --green: #17aa72;
  --paper: #f7f9ff;
  --white: #fff;
  --line: #dfe5f2;
  --shadow: 0 24px 70px rgba(19, 42, 92, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }

.utility-bar {
  color: #fff;
  background: linear-gradient(90deg, #020817, #0a1b42 42%, #123774 72%, #0a5968);
  border-bottom: 1px solid rgba(91,216,230,.18);
  box-shadow: inset 0 -1px 0 rgba(255,200,61,.09);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 36px; }
.utility-inner span:first-child { color: #f9d978; }
.utility-inner span + span::before { content: "✦"; margin-right: 36px; color: var(--yellow); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  color: #fff;
  background: linear-gradient(100deg, rgba(2,8,23,.97), rgba(7,25,61,.96) 52%, rgba(12,43,86,.95));
  border-bottom: 1px solid rgba(83,203,225,.24);
  box-shadow: 0 16px 38px rgba(0,0,0,.2), inset 0 -1px 0 rgba(255,200,61,.08);
  backdrop-filter: blur(20px);
}
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, var(--yellow), var(--cyan), transparent); opacity: .48; }
.header-inner { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { min-width: 112px; padding: 7px 13px 7px 7px; display: inline-flex; align-items: center; justify-self: start; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 30px rgba(0,0,0,.16); }
.brand img { width: auto; height: 64px; object-fit: contain; border-radius: 12px; }
.header-product { min-width: 300px; padding: 10px 22px; display: grid; text-align: center; background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(23,105,255,.07)); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.header-product span { display: flex; align-items: center; justify-content: center; gap: 7px; color: #77edf3; font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.header-product span i { width: 7px; height: 7px; background: #32db91; border-radius: 50%; box-shadow: 0 0 0 4px rgba(50,219,145,.12); animation: pulse-dot 1.5s ease-in-out infinite; }
.header-product strong { margin-top: 4px; color: #fff; font-size: 13px; letter-spacing: .01em; }
.header-product small { margin-top: 3px; color: rgba(255,255,255,.46); font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.header-cta,
.primary-cta,
.form-submit,
.mobile-order-bar button {
  --cta-glow: 23, 105, 255;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  animation: cta-glow 2.15s ease-in-out infinite;
}
.header-cta::after,
.primary-cta::after,
.form-submit::after,
.mobile-order-bar button::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: .58;
  top: -75%;
  left: -45%;
  width: 30%;
  height: 250%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent);
  transform: rotate(20deg);
  animation: cta-shine 2.8s ease-in-out infinite;
}
.header-cta {
  --cta-glow: 255, 200, 61;
  justify-self: end;
  min-height: 52px;
  padding: 13px 22px;
  color: var(--navy);
  background: linear-gradient(135deg, #fff0a1, var(--yellow) 58%, #ffaf36);
  border: 1px solid rgba(255,255,255,.42);
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
  font-size: 11px;
}
.header-cta span { margin-left: 8px; font-size: 15px; }
.header-cta:hover, .primary-cta:hover, .form-submit:hover, .mobile-order-bar button:hover { transform: translateY(-2px); filter: saturate(1.1); }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 18%, rgba(122,70,244,.42), transparent 25%),
    radial-gradient(circle at 88% 9%, rgba(23,199,215,.28), transparent 25%),
    radial-gradient(circle at 72% 92%, rgba(255,93,114,.18), transparent 27%),
    linear-gradient(128deg, #020817 0%, #071939 40%, #0c2b5d 70%, #102f63 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .42; background: linear-gradient(115deg, transparent 0 45%, rgba(255,255,255,.035) 45% 46%, transparent 46% 63%, rgba(255,200,61,.04) 63% 64%, transparent 64%); pointer-events: none; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: radial-gradient(rgba(255,255,255,.38) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.hero-orb { position: absolute; z-index: 1; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 330px; height: 330px; left: -165px; top: 50px; border: 1px solid rgba(255,200,61,.32); box-shadow: 0 0 90px rgba(122,70,244,.12); }
.orb-two { width: 220px; height: 220px; right: 6%; bottom: -95px; background: linear-gradient(135deg, rgba(255,93,114,.2), rgba(122,70,244,.08)); }
.hero-grid { position: relative; z-index: 2; min-height: 770px; padding-block: 64px 72px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 42px; }
.hero-copy { position: relative; z-index: 3; padding: 36px 34px 31px; background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.025)); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; box-shadow: 0 28px 80px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.09); backdrop-filter: blur(16px); }
.hero-copy::before { content: ""; position: absolute; left: 28px; right: 28px; top: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--yellow), var(--cyan), transparent); opacity: .8; }
.eyebrow, .section-label {
  margin: 0 0 15px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: #8ff7fb; }
.eyebrow span { width: 28px; height: 2px; background: var(--yellow); }
.product-kicker { width: fit-content; margin: 0 0 17px; padding: 9px 14px; color: #fff; background: linear-gradient(90deg, rgba(23,105,255,.95), rgba(122,70,244,.9)); border: 1px solid rgba(255,255,255,.32); border-radius: 999px; box-shadow: 0 10px 30px rgba(23,105,255,.25), inset 0 1px 0 rgba(255,255,255,.14); font-size: clamp(13px, 1.35vw, 17px); font-weight: 900; letter-spacing: .01em; }
.hero h1,
.product-copy h2,
.section-heading h2,
.quick-title h2,
.gift-copy h2,
.final-offer h2,
.order-panel h2 {
  margin: 0;
  font-size: clamp(45px, 5.5vw, 76px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}
.hero h1 { font-size: clamp(47px, 4.65vw, 65px); letter-spacing: -.06em; text-wrap: balance; }
.hero h1 em { color: transparent; background: linear-gradient(90deg, #ffe57a, var(--yellow) 43%, #ff9c59); background-clip: text; -webkit-background-clip: text; font-style: normal; filter: drop-shadow(0 7px 20px rgba(255,200,61,.12)); }
.product-copy h2 em, .quick-title h2 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 560px; margin: 22px 0 21px; color: rgba(255,255,255,.75); font-size: 15.5px; line-height: 1.68; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.hero-chips span {
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(8px);
}
.hero-chips svg, .order-note svg, .check-grid svg, .form-trust svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.offer-row { margin-top: 26px; padding: 14px 15px 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: linear-gradient(135deg, rgba(4,12,32,.54), rgba(23,105,255,.15)); border: 1px solid rgba(255,255,255,.12); border-radius: 19px; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.price-block { min-width: 152px; display: grid; }
.price-block span, .gift-price span, .final-buy > span { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.price-block strong { color: var(--yellow); font-size: 32px; line-height: 1.18; text-shadow: 0 5px 18px rgba(255,200,61,.16); }
.price-block del { color: rgba(255,255,255,.47); font-size: 13px; }
.primary-cta {
  min-height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  border: 1px solid rgba(255,255,255,.4);
  font-size: 12px;
}
.primary-cta span { font-size: 20px; line-height: 1; }
.primary-cta.coral { --cta-glow: 255, 93, 114; background: linear-gradient(135deg, #ff6a6f, #f63d81); }
.primary-cta.blue { --cta-glow: 23, 105, 255; background: linear-gradient(135deg, #006eff, #5b4be7); }
.primary-cta.yellow { --cta-glow: 255, 200, 61; color: var(--navy); background: linear-gradient(135deg, #ffe063, var(--yellow)); }
.primary-cta.violet-button { --cta-glow: 122, 70, 244; background: linear-gradient(135deg, var(--violet), #be39d8); }
.primary-cta.white { --cta-glow: 255, 255, 255; color: var(--navy); background: #fff; }
.order-note { margin: 13px 2px 0; display: flex; align-items: center; justify-content: center; gap: 6px; color: rgba(255,255,255,.63); font-size: 10px; }
.order-note svg { width: 14px; height: 14px; color: #7cf2d4; }
.hero-trust-row { margin-top: 20px; padding-top: 17px; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 15px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-trust-row span { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.63); font-size: 9px; font-weight: 800; }
.hero-trust-row b { width: 18px; height: 18px; display: grid; place-items: center; color: #071b38; background: linear-gradient(135deg, #79f2d2, #27d09e); border-radius: 50%; font-size: 10px; }
.hero-visual { position: relative; z-index: 2; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 10% -8% -8% 18%; background: conic-gradient(from 190deg, rgba(23,199,215,.22), rgba(122,70,244,.28), rgba(255,200,61,.16), rgba(23,199,215,.22)); border-radius: 48% 52% 44% 56%; filter: blur(32px); opacity: .85; }
.hero-image-wrap {
  position: relative;
  min-height: 586px;
  overflow: hidden;
  background: #124474;
  border: 2px solid rgba(255,255,255,.22);
  border-radius: 34px 96px 34px 34px;
  box-shadow: 0 36px 100px rgba(0,0,0,.42), 0 0 0 8px rgba(255,255,255,.035), 0 0 45px rgba(23,199,215,.11);
}
.hero-image-wrap::before { content: ""; position: absolute; z-index: 2; left: 22px; right: 22px; top: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--yellow), var(--cyan), transparent); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(6,18,45,.32), transparent 45% 73%, rgba(23,199,215,.08)); pointer-events: none; }
.hero-image-wrap img { object-fit: cover; object-position: center; }
.hero-image-wrap > img,
.product-visual > img,
.card-image > img,
.gift-image > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-price-burst {
  position: absolute;
  left: -25px;
  bottom: 38px;
  width: 124px;
  height: 124px;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--navy);
  background: radial-gradient(circle at 33% 28%, #fff4b2, var(--yellow) 48%, #e9a520 100%);
  border: 6px solid #071b3d;
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(0,0,0,.36), 0 0 0 3px rgba(255,255,255,.18), 0 0 32px rgba(255,200,61,.22);
  transform: rotate(-8deg);
}
.hero-price-burst span { font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero-price-burst strong { font-size: 16px; }
.hero-stock {
  position: absolute;
  right: -12px;
  top: 36px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: rgba(7,20,47,.88);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0,0,0,.2);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
}
.hero-stock i { width: 8px; height: 8px; background: #24e290; border-radius: 50%; box-shadow: 0 0 0 5px rgba(36,226,144,.14); animation: pulse-dot 1.8s ease-in-out infinite; }

.confidence-strip { position: relative; z-index: 3; padding-block: 19px; background: linear-gradient(115deg, #edf5ff, #f4efff 52%, #fff5e5); border-bottom: 1px solid rgba(75,91,151,.12); box-shadow: 0 16px 42px rgba(15,29,56,.1); }
.confidence-grid { min-height: 94px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.confidence-grid > div { min-height: 94px; padding: 15px 18px; display: flex; align-items: center; justify-content: center; gap: 13px; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.95); border-radius: 18px; box-shadow: 0 13px 32px rgba(49,58,117,.09), inset 0 1px 0 #fff; backdrop-filter: blur(10px); }
.confidence-grid > div:first-child { padding-left: 18px; }
.confidence-grid > div:last-child { padding-right: 18px; }
.confidence-icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; border-radius: 13px; }
.confidence-icon.violet { background: linear-gradient(135deg, #9d5cff, #6438e5); }
.confidence-icon.coral { background: linear-gradient(135deg, #ff8c73, #ff4d77); }
.confidence-icon.cyan { background: linear-gradient(135deg, #28d9d0, #119fd0); }
.confidence-icon.yellow { color: var(--navy); background: linear-gradient(135deg, #ffe56e, #ffbb30); }
.confidence-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.confidence-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.confidence-grid strong { display: block; color: var(--ink); font-size: 13px; }

.product-showcase { padding-block: 108px; overflow: hidden; background: linear-gradient(180deg, #fff, #f7f9ff); }
.product-grid { display: grid; grid-template-columns: 1fr .94fr; align-items: center; gap: clamp(55px, 7vw, 105px); }
.product-visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: var(--navy);
  border-radius: 42px 42px 42px 150px;
  box-shadow: var(--shadow);
}
.product-visual::before { content: "COLOURS"; position: absolute; z-index: 2; left: 28px; top: 27px; padding: 9px 12px; color: #fff; background: rgba(7,20,47,.72); border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.product-visual img, .card-image img, .gift-image img { object-fit: cover; }
.product-visual img { object-fit: contain; padding: 18px; }
.product-copy h2 { font-size: clamp(42px, 4.6vw, 62px); }
.product-copy h2 em { color: var(--violet); }
.section-intro { margin: 22px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.check-grid span { display: flex; align-items: center; gap: 9px; color: #35425b; font-size: 12px; font-weight: 750; }
.check-grid svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--green); stroke-width: 2.5; }
.inline-buy { margin-top: 34px; padding-top: 28px; display: flex; align-items: center; gap: 25px; border-top: 1px solid var(--line); }
.inline-buy > strong { font-size: 29px; }

.feature-zone {
  position: relative;
  overflow: hidden;
  padding-block: 104px;
  color: #fff;
  background:
    radial-gradient(circle at 7% 18%, rgba(122,70,244,.34), transparent 24%),
    radial-gradient(circle at 93% 76%, rgba(23,199,215,.2), transparent 27%),
    var(--navy);
}
.feature-zone::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 50px 50px; }
.section-heading { position: relative; z-index: 2; margin-bottom: 45px; display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 70px; }
.section-label.light { color: #62e8f2; }
.section-heading h2 { font-size: clamp(43px, 4.7vw, 63px); }
.section-heading > p { margin: 0 0 4px; color: rgba(255,255,255,.61); font-size: 15px; line-height: 1.7; }
.feature-cards { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.card-image { position: relative; min-height: 300px; overflow: hidden; background: #dce7f1; }
.card-image::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(7,20,47,.2)); }
.card-copy { position: relative; min-height: 190px; padding: 26px; color: var(--ink); }
.card-number { position: absolute; right: 24px; top: -21px; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border: 4px solid #fff; border-radius: 50%; font-size: 11px; font-weight: 900; }
.gps-card .card-number { background: var(--violet); }
.call-card .card-number { background: var(--coral); }
.wifi-card .card-number { background: var(--cyan); }
.card-copy h3 { margin: 4px 0 10px; font-size: 21px; letter-spacing: -.025em; }
.card-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.feature-cta-wrap { position: relative; z-index: 2; margin-top: 42px; display: grid; justify-items: center; gap: 10px; }
.feature-cta-wrap small { color: rgba(255,255,255,.5); font-size: 10px; }
.section-price-pill { min-height: 39px; padding: 7px 13px; display: inline-flex; align-items: center; gap: 7px; color: #44516d; background: rgba(255,255,255,.9); border: 1px solid rgba(122,70,244,.2); border-radius: 999px; box-shadow: 0 10px 28px rgba(70,65,169,.12); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.section-price-pill strong { color: var(--coral); font-size: 14px; letter-spacing: 0; }
.section-price-pill.on-dark { color: rgba(255,255,255,.72); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.22); box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.section-price-pill.on-dark strong { color: var(--yellow); }

.quick-order { padding-block: 92px; background: linear-gradient(135deg, #eaf3ff 0%, #f9efff 50%, #fff6e4 100%); }
.quick-order-inner { display: grid; grid-template-columns: .9fr 1.35fr auto; align-items: center; gap: 55px; }
.quick-action { display: grid; justify-items: center; gap: 13px; }
.quick-title h2 { font-size: clamp(37px, 3.8vw, 52px); }
.quick-title h2 em { color: var(--violet); }
.order-steps { display: grid; gap: 11px; }
.order-steps article { min-height: 72px; padding: 12px 18px; display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.95); border-radius: 17px; box-shadow: 0 11px 25px rgba(57,61,125,.08); }
.order-steps article > span { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); border-radius: 12px; font-size: 13px; font-weight: 900; }
.order-steps article:nth-child(2) > span { background: linear-gradient(135deg, var(--coral), #e83d91); }
.order-steps article:nth-child(3) > span { color: var(--navy); background: linear-gradient(135deg, var(--yellow), #ffad38); }
.order-steps strong { display: block; font-size: 13px; }
.order-steps p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }

.gift-section { padding-block: 108px; background: #fff; }
.gift-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 80px; }
.gift-copy h2 { font-size: clamp(48px, 5.2vw, 70px); }
.gift-copy > p:not(.section-label) { margin: 23px 0 25px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.gift-price { margin-bottom: 22px; display: grid; }
.gift-price span { color: var(--muted); }
.gift-price strong { color: var(--coral); font-size: 31px; }
.gift-price del { color: #99a2b4; font-size: 12px; }
.gift-image { position: relative; min-height: 575px; overflow: hidden; background: #ffe5e6; border-radius: 140px 34px 34px 34px; box-shadow: var(--shadow); }
.gift-image::after { content: "FUN + CONNECTION"; position: absolute; right: 22px; bottom: 22px; padding: 10px 14px; color: #fff; background: rgba(7,20,47,.83); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .13em; }

.final-offer { padding-block: 86px; color: #fff; background: linear-gradient(115deg, #6337dd, #1769ff 54%, #0db4c4); }
.final-offer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
.final-offer h2 { font-size: clamp(43px, 4.5vw, 61px); }
.final-offer p:not(.section-label) { max-width: 650px; margin: 15px 0 0; color: rgba(255,255,255,.7); }
.final-buy { min-width: 265px; display: grid; }
.final-buy > strong { color: #fff; font-size: 34px; }
.final-buy del { margin-bottom: 13px; color: rgba(255,255,255,.52); font-size: 12px; }

.site-footer { padding: 68px 0 26px; color: rgba(255,255,255,.64); background: #050f25; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .8fr; gap: 60px; }
.footer-brand { color: #fff !important; font-size: 18px !important; letter-spacing: .08em !important; }
.footer-grid strong { display: block; margin-bottom: 13px; color: #fff; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; text-decoration: none; }
.footer-grid > div:first-child p { max-width: 330px; }
.footer-grid > div:last-child a { display: block; margin-bottom: 4px; color: #fff; font-size: 17px; font-weight: 800; }
.footer-bottom { margin-top: 48px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }

.order-activity {
  position: fixed;
  z-index: 55;
  left: 18px;
  bottom: 20px;
  width: min(375px, calc(100% - 36px));
  min-height: 88px;
  padding: 13px 16px 13px 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  background: linear-gradient(135deg, rgba(7,20,47,.98), rgba(20,43,93,.97));
  border: 1px solid rgba(94,210,255,.48);
  border-left: 5px solid var(--yellow);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(4,13,34,.36), 0 0 24px rgba(23,105,255,.18);
  backdrop-filter: blur(15px);
  transition: opacity 180ms ease, transform 180ms ease;
  animation: activity-start 520ms ease-out both;
}
.order-activity.is-changing { opacity: .18; transform: translateY(7px) scale(.985); }
.activity-dot { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 15px; box-shadow: inset 0 1px 0 rgba(255,255,255,.3); font-size: 10px; font-weight: 950; letter-spacing: .06em; }
.activity-dot.blue { background: linear-gradient(135deg, var(--blue), var(--cyan)); }
.activity-dot.pink { background: linear-gradient(135deg, var(--coral), #df3ebe); }
.activity-dot.yellow { color: var(--navy); background: linear-gradient(135deg, var(--yellow), #ffab35); }
.order-activity small { display: flex; align-items: center; gap: 6px; color: #74e9f1; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.order-activity small b { width: 7px; height: 7px; flex: 0 0 auto; background: #36d58b; border-radius: 50%; box-shadow: 0 0 0 4px rgba(54,213,139,.12); animation: pulse-dot 1.4s ease-in-out infinite; }
.order-activity strong { display: block; margin-top: 5px; color: #fff; font-size: 14px; line-height: 1.2; }
.order-activity p { margin: 4px 0 0; color: #ffe181; font-size: 11px; font-weight: 700; }

.contact-switcher {
  position: fixed;
  z-index: 56;
  right: 18px;
  bottom: 20px;
  min-height: 68px;
  padding: 9px 17px 9px 9px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  background: linear-gradient(135deg, #12b76a, #08a975);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  box-shadow: 0 17px 43px rgba(9,151,102,.32);
  text-decoration: none;
  transition: background 280ms ease, transform 180ms ease;
}
.contact-switcher.call { background: linear-gradient(135deg, #1769ff, #7748ee); box-shadow: 0 17px 43px rgba(63,77,222,.34); }
.contact-switcher:hover { transform: translateY(-2px); }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; background: rgba(255,255,255,.16); border-radius: 50%; }
.contact-icon svg { width: 27px; height: 27px; fill: currentColor; }
.contact-icon [data-contact-call] { display: none; }
.contact-switcher.call .contact-icon [data-contact-whatsapp] { display: none; }
.contact-switcher.call .contact-icon [data-contact-call] { display: block; }
.contact-switcher.call .contact-icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-switcher span:last-child { display: grid; }
.contact-switcher small { color: rgba(255,255,255,.72); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-switcher strong { font-size: 13px; }

.mobile-order-bar { display: none; }
.order-modal { position: fixed; z-index: 100; inset: 0; visibility: hidden; opacity: 0; transition: opacity 200ms ease, visibility 200ms ease; }
.order-modal.is-open { visibility: visible; opacity: 1; }
.modal-scrim { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3,12,31,.82); backdrop-filter: blur(7px); }
.order-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(570px, calc(100% - 32px));
  max-height: calc(100vh - 30px);
  overflow-y: auto;
  padding: 48px 38px 34px;
  background:
    radial-gradient(circle at 100% 0, rgba(23,199,215,.2), transparent 28%),
    radial-gradient(circle at 0 28%, rgba(255,93,114,.14), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f5f2ff 52%, #edf7ff 100%);
  border: 2px solid rgba(122,70,244,.34);
  border-radius: 24px;
  box-shadow: 0 36px 100px rgba(0,0,0,.42), 0 0 0 8px rgba(255,255,255,.08), 0 0 48px rgba(23,105,255,.24);
  transform: translate(-50%, calc(-50% + 22px));
  transition: transform 220ms ease;
}
.order-modal.is-open .order-panel { transform: translate(-50%, -50%); }
.modal-accent { position: absolute; left: 0; top: 0; width: 100%; height: 11px; display: flex; overflow: hidden; background: linear-gradient(90deg, var(--blue), var(--violet), var(--coral), var(--yellow), var(--cyan)); border-radius: 22px 22px 0 0; box-shadow: 0 5px 18px rgba(122,70,244,.28); }
.modal-accent span, .modal-accent i { display: none; }
.order-modal-close { position: absolute; top: 20px; right: 18px; width: 40px; height: 40px; border: 1px solid rgba(122,70,244,.25); border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--violet), var(--blue)); box-shadow: 0 9px 24px rgba(73,74,221,.25); font-size: 23px; line-height: 1; }
.order-panel h2 { font-size: 43px; }
.order-panel > .section-label { width: fit-content; margin-bottom: 12px; padding: 7px 11px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); border-radius: 999px; box-shadow: 0 8px 20px rgba(68,77,220,.2); }
.form-intro { margin: 12px 0 16px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.modal-offer { margin-bottom: 19px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; background: linear-gradient(125deg, var(--blue), var(--violet) 57%, #d942b2); border: 1px solid rgba(255,255,255,.38); border-radius: 14px; box-shadow: 0 12px 30px rgba(69,75,214,.22); }
.modal-offer span { color: rgba(255,255,255,.82); font-size: 11px; font-weight: 800; }
.modal-offer strong { color: var(--yellow); font-size: 14px; }
.input-wrap { margin-bottom: 13px; display: grid; gap: 6px; }
.input-wrap > span { color: #303d65; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.input-wrap input, .input-wrap select { width: 100%; height: 51px; padding: 0 14px; color: var(--ink); background: rgba(255,255,255,.92); border: 1px solid rgba(90,105,170,.3); border-radius: 12px; outline: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); font-size: 13px; }
.input-wrap input:focus, .input-wrap select:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(122,70,244,.12), 0 8px 22px rgba(23,105,255,.1); }
.input-wrap.invalid input, .input-wrap.invalid select { border-color: #d93f58; }
.input-wrap small, .adult-confirm > small { color: #c72e48; font-size: 9px; }
.form-row { display: grid; grid-template-columns: 1.55fr .45fr; gap: 12px; }
.quantity-control { height: 51px; display: grid; grid-template-columns: 43px minmax(82px, 1fr) 43px; overflow: hidden; background: #fff; border: 1px solid rgba(122,70,244,.3); border-radius: 12px; box-shadow: 0 9px 24px rgba(75,73,204,.1); }
.quantity-control button { border: 0; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); font-size: 22px; font-weight: 900; transition: filter 160ms ease, transform 160ms ease; }
.quantity-control button:last-child { background: linear-gradient(135deg, var(--coral), #e4429c); }
.quantity-control button:hover { filter: brightness(1.12); }
.quantity-control button:active { transform: scale(.94); }
.quantity-control select { height: 49px; padding: 0 5px; text-align: center; text-align-last: center; color: var(--navy); background: #fff; border: 0; border-radius: 0; box-shadow: none; font-size: 12px; font-weight: 900; }
.quantity-control select:focus { box-shadow: inset 0 0 0 3px rgba(255,200,61,.5); }
.adult-confirm { margin: 2px 0 16px; padding: 11px 12px; display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; color: #55617e; background: rgba(255,255,255,.62); border: 1px solid rgba(122,70,244,.13); border-radius: 11px; font-size: 10px; line-height: 1.45; }
.adult-confirm input { width: 16px; height: 16px; accent-color: var(--violet); }
.adult-confirm > small { grid-column: 2; }
.form-total { margin-bottom: 13px; padding: 15px 17px; display: flex; justify-content: space-between; align-items: center; color: #fff; background: linear-gradient(125deg, var(--navy), var(--blue) 55%, var(--violet)); border: 1px solid rgba(255,255,255,.35); border-radius: 14px; box-shadow: 0 13px 30px rgba(32,62,167,.22); }
.form-total span { color: rgba(255,255,255,.78); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.form-total strong { color: var(--yellow); font-size: 22px; text-shadow: 0 2px 12px rgba(255,200,61,.25); }
.form-submit { --cta-glow: 255, 93, 114; width: 100%; min-height: 66px; display: grid; place-content: center; color: #fff; background: linear-gradient(135deg, var(--coral), #e93e94 55%, var(--violet)); border: 1px solid rgba(255,255,255,.5); }
.form-submit:disabled { cursor: wait; opacity: .7; }
.form-submit span { font-size: 12px; }
.form-submit small { margin-top: 3px; color: rgba(255,255,255,.72); font-size: 8px; font-weight: 650; }
.form-trust { margin: 11px 0 0; display: flex; align-items: center; justify-content: center; gap: 6px; color: #778398; font-size: 9px; }
.form-trust svg { width: 14px; height: 14px; color: var(--green); }
.form-alert { margin-bottom: 12px; padding: 10px 12px; color: #962e44; background: #fff0f3; border-radius: 9px; font-size: 11px; }
.form-alert.success { color: #0b7050; background: #e9fbf5; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.back-top { display: none; }

@keyframes pulse-dot { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .65; transform: scale(.82); } }
@keyframes activity-start { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cta-glow { 0%,100% { box-shadow: 0 13px 32px rgba(var(--cta-glow), .34), 0 0 0 0 rgba(var(--cta-glow), .3); } 50% { box-shadow: 0 18px 44px rgba(var(--cta-glow), .48), 0 0 0 7px rgba(var(--cta-glow), 0); } }
@keyframes cta-shine { 0%, 52% { left: -45%; } 78%, 100% { left: 120%; } }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: .95fr 1.05fr; gap: 32px; }
  .hero-copy { padding: 31px 27px 28px; }
  .hero-image-wrap { min-height: 530px; }
  .hero h1 { font-size: clamp(44px, 5.7vw, 59px); }
  .header-product { min-width: 270px; padding-inline: 16px; }
  .confidence-grid > div { padding-inline: 16px; }
  .quick-order-inner { grid-template-columns: .9fr 1.3fr; }
  .quick-order-inner > .quick-action { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 680px); }
  .utility-bar { font-size: 9px; letter-spacing: .08em; }
  .utility-inner span:not(:first-child) { display: none; }
  .header-inner { min-height: 82px; grid-template-columns: 1fr auto; gap: 14px; }
  .header-product { display: none; }
  .brand { min-width: 96px; padding: 5px 10px 5px 5px; border-radius: 15px; }
  .brand img { height: 54px; }
  .hero-grid, .product-grid, .section-heading, .quick-order-inner, .gift-grid, .final-offer-inner { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; padding: 48px 0 52px; }
  .hero-copy { max-width: 650px; }
  .hero h1 { font-size: clamp(47px, 10vw, 66px); }
  .hero-image-wrap { min-height: 500px; border-radius: 32px 82px 32px 32px; }
  .hero-price-burst { left: 15px; }
  .hero-stock { right: 14px; }
  .confidence-grid { grid-template-columns: 1fr 1fr; }
  .confidence-grid > div, .confidence-grid > div:first-child, .confidence-grid > div:last-child { min-height: 82px; padding: 13px 14px; justify-content: flex-start; border: 1px solid rgba(255,255,255,.95); }
  .product-showcase, .feature-zone, .gift-section { padding-block: 78px; }
  .product-visual { min-height: 510px; }
  .product-copy { order: -1; }
  .feature-zone .section-heading { gap: 22px; }
  .feature-cards { grid-template-columns: 1fr; gap: 22px; }
  .feature-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .card-image { min-height: 290px; }
  .card-copy { min-height: auto; display: flex; flex-direction: column; justify-content: center; }
  .quick-order-inner { gap: 33px; }
  .gift-grid { gap: 45px; }
  .gift-image { min-height: 500px; }
  .final-offer-inner { gap: 35px; }
  .final-buy { width: min(100%, 350px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .shell { width: calc(100% - 28px); }
  .brand { min-width: 76px; padding: 4px 7px 4px 4px; }
  .brand img { height: 46px; }
  .header-cta { min-height: 47px; padding: 10px 12px; font-size: 8px; letter-spacing: .04em; }
  .section-price-pill { min-height: 36px; }
  .hero-grid { gap: 39px; padding-top: 35px; }
  .hero-copy { padding: 25px 20px 23px; border-radius: 24px; }
  .hero-copy::before { left: 20px; right: 20px; }
  .hero h1 { font-size: clamp(41px, 11.9vw, 54px); }
  .hero-lead { font-size: 15px; }
  .hero-chips { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-chips span:last-child { grid-column: 1 / -1; }
  .offer-row { padding: 15px; align-items: stretch; flex-direction: column; gap: 16px; }
  .offer-row .primary-cta { width: 100%; }
  .order-note { margin-left: 0; }
  .hero-image-wrap { min-height: 405px; border-radius: 25px 64px 25px 25px; }
  .hero-price-burst { width: 103px; height: 103px; bottom: 18px; border-width: 4px; }
  .hero-stock { top: 18px; }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence-grid > div, .confidence-grid > div:first-child, .confidence-grid > div:last-child, .confidence-grid > div:nth-child(odd) { min-height: 72px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.95); }
  .product-copy h2, .section-heading h2, .quick-title h2, .gift-copy h2, .final-offer h2 { font-size: 40px; }
  .product-visual { min-height: 405px; border-radius: 28px 28px 28px 85px; }
  .check-grid { grid-template-columns: 1fr; }
  .inline-buy { align-items: stretch; flex-direction: column; gap: 14px; }
  .inline-buy .primary-cta { width: 100%; }
  .feature-card { grid-template-columns: 1fr; }
  .card-image { min-height: 275px; }
  .card-copy { min-height: 170px; }
  .gift-image { min-height: 390px; border-radius: 78px 24px 24px 24px; }
  .quick-order { padding-block: 70px; }
  .final-offer { padding-block: 70px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .site-footer { padding-bottom: 190px; }
  .mobile-order-bar {
    position: fixed;
    z-index: 60;
    left: 8px;
    right: 8px;
    bottom: 8px;
    min-height: 66px;
    padding: 9px 9px 9px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: rgba(7,20,47,.97);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 15px;
    box-shadow: 0 16px 45px rgba(0,0,0,.35);
    backdrop-filter: blur(15px);
  }
  .mobile-order-bar div { display: grid; }
  .mobile-order-bar span { color: rgba(255,255,255,.56); font-size: 8px; }
  .mobile-order-bar strong { color: var(--yellow); font-size: 17px; }
  .mobile-order-bar button { --cta-glow: 255, 93, 114; min-height: 49px; padding-inline: 19px; color: #fff; background: linear-gradient(135deg, var(--coral), #e44192); border: 1px solid rgba(255,255,255,.45); font-size: 10px; }
  .order-activity { left: 8px; bottom: 84px; width: min(305px, calc(100% - 86px)); min-height: 78px; padding: 10px 11px; gap: 9px; border-radius: 14px; }
  .activity-dot { width: 43px; height: 43px; border-radius: 11px; font-size: 9px; }
  .order-activity small { font-size: 7px; letter-spacing: .07em; }
  .order-activity strong { font-size: 11px; }
  .order-activity p { font-size: 9.5px; }
  .contact-switcher { right: 8px; bottom: 84px; width: 62px; min-height: 62px; padding: 7px; justify-content: center; }
  .contact-switcher span:last-child { display: none; }
  .contact-icon { width: 48px; height: 48px; }
  .order-panel { top: auto; bottom: 0; width: 100%; max-height: 94vh; padding: 35px 19px 23px; border-radius: 22px 22px 0 0; transform: translate(-50%, 100%); }
  .order-modal.is-open .order-panel { transform: translate(-50%, 0); }
  .order-panel h2 { font-size: 38px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
