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

:root {
  --ink: #050a12;
  --ink-deep: #02060c;
  --surface: #0a111d;
  --surface-2: #0d1826;
  --surface-3: #10243a;
  --white: #f2f7fd;
  --copy: #b9c9d9;
  --muted: #71869a;
  --line: rgba(142, 185, 222, 0.17);
  --blue: #2d98ff;
  --blue-light: #7cc8ff;
  --cyan: #b6ebff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink-deep);
  color: var(--white);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.page-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--blue-light);
  font-family: var(--mono);
  font-size: .73rem;
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--blue);
  box-shadow: 0 0 15px rgba(45, 152, 255, .9);
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.section-label {
  color: #5988b4;
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.section-title {
  margin: 17px 0 0;
  color: var(--white);
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .98;
}
.section-title em { color: var(--blue-light); font-style: normal; }
.section-copy {
  color: var(--copy);
  font-size: 1.04rem;
  line-height: 1.72;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 23px;
  border: 1px solid rgba(173, 227, 255, .76);
  border-radius: 12px;
  color: #03101e;
  background: linear-gradient(135deg, #b9ecff, #3d9fff 74%);
  box-shadow: 0 16px 35px rgba(19, 128, 237, .23), inset 0 1px rgba(255,255,255,.75);
  font-size: .93rem;
  font-weight: 800;
  letter-spacing: -.02em;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(19, 128, 237, .34), inset 0 1px rgba(255,255,255,.75); filter: brightness(1.05); }
.primary-button svg { width: 18px; height: 18px; }
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #9bcff6;
  font-size: .9rem;
  font-weight: 700;
  transition: color .2s ease, gap .2s ease;
}
.text-button:hover { color: var(--white); gap: 15px; }
.text-button svg { width: 17px; height: 17px; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 28px 0;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}
.brand-logo { display: block; width: 42px; height: 42px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { color: var(--white); font-size: .94rem; letter-spacing: -.035em; }
.brand-copy small { color: #7394af; font-family: var(--mono); font-size: .54rem; letter-spacing: .12em; }
.header-note { color: #8aa3ba; font-family: var(--mono); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 168px 0 104px;
  background:
    radial-gradient(circle at 70% 28%, rgba(24, 113, 196, .19), transparent 30%),
    linear-gradient(120deg, #040a12 0%, #07111d 60%, #07111b 100%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(121, 190, 245, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(121, 190, 245, .07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.05));
}
.hero::after {
  content: "";
  position: absolute;
  right: -17vw;
  bottom: -18vw;
  width: 55vw;
  height: 55vw;
  border: 1px solid rgba(67, 165, 246, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(43, 145, 231, .035), 0 0 0 160px rgba(43, 145, 231, .02);
}
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); gap: 68px; align-items: center; }
.hero-copy { max-width: 640px; }
.hero h1 {
  margin: 28px 0 25px;
  color: var(--white);
  font-size: clamp(3.55rem, 7vw, 6.7rem);
  font-weight: 700;
  letter-spacing: -.09em;
  line-height: .92;
}
.hero h1 em { display: block; color: var(--blue-light); font-family: var(--serif); font-weight: 400; letter-spacing: -.075em; }
.hero-lead { max-width: 580px; color: var(--copy); font-size: 1.09rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 33px; }
.hero-meta { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); color: #88a0b7; font-family: var(--mono); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 12px rgba(45, 152, 255, .85); }

.hero-product { position: relative; min-height: 535px; display: grid; place-items: center; }
.hero-product::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(24, 135, 255, .22); filter: blur(68px); }
.hero-product::after { content: ""; position: absolute; width: 445px; height: 445px; border: 1px solid rgba(108, 194, 255, .23); border-radius: 50%; transform: rotate(31deg) scaleY(.43); box-shadow: 0 0 40px rgba(58, 166, 255, .14); }
.product-orbit { position: absolute; width: 495px; height: 495px; border: 1px dashed rgba(106, 192, 255, .18); border-radius: 50%; transform: rotate(-18deg) scaleY(.48); }
.product-orbit::after { content: ""; position: absolute; top: -5px; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 20px #1687ff; }
.product-card { position: relative; z-index: 2; width: min(360px, 72%); padding: 16px; border: 1px solid rgba(193, 229, 255, .45); border-radius: 15px; background: linear-gradient(145deg, rgba(17, 38, 60, .92), rgba(3, 9, 16, .97)); box-shadow: 0 38px 85px rgba(0,0,0,.55), 0 0 44px rgba(24, 141, 255, .18); }
.product-card::before { content: ""; position: absolute; top: -1px; left: 26px; right: 26px; height: 2px; background: linear-gradient(90deg, transparent, var(--blue-light), transparent); box-shadow: 0 0 14px var(--blue); }
.product-card-top { display: flex; justify-content: space-between; padding: 0 3px 14px; color: #8dc8f7; font-family: var(--mono); font-size: .56rem; letter-spacing: .12em; }
.product-scene { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1; border: 1px solid rgba(114, 192, 255, .28); border-radius: 10px; background: #020811; isolation: isolate; }
.product-stage { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.product-scene::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(4, 10, 18, .04), rgba(2, 8, 17, .25)); }
.product-cover { position: absolute; z-index: 1; top: 50%; left: 50%; display: block; width: 72%; max-width: none; height: auto; aspect-ratio: 900 / 885; object-fit: contain; object-position: center; border: 1px solid rgba(222, 242, 255, .6); border-radius: 8px; background: #050a12; box-shadow: 0 22px 38px rgba(0, 0, 0, .58), 0 0 28px rgba(45, 152, 255, .22); transform: translate(-50%, -50%); }
.product-card-bottom { display: flex; justify-content: space-between; padding: 14px 3px 0; color: #65829f; font-family: var(--mono); font-size: .55rem; letter-spacing: .12em; }
.product-card-bottom strong { color: var(--blue-light); font-size: .85rem; }
.hero-price { position: absolute; z-index: 4; right: 2%; bottom: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 122px; height: 122px; border: 1px solid rgba(185, 230, 255, .62); border-radius: 50%; color: var(--white); background: radial-gradient(circle at 50% 30%, #1687ff, #0a3760 70%); box-shadow: 0 0 0 7px rgba(36, 146, 244, .12), 0 0 34px rgba(28, 144, 255, .33); transform: rotate(8deg); }
.hero-price small { color: #b1dcfb; font-family: var(--mono); font-size: .53rem; letter-spacing: .11em; }
.hero-price strong { margin-top: 7px; font-size: 1.16rem; letter-spacing: -.05em; }
.hero-price span { margin-top: 3px; color: var(--cyan); font-size: .72rem; font-weight: 700; }

.signal-bar { position: relative; z-index: 2; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(9, 19, 31, .7); }
.signal-bar .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal { padding: 22px 22px; border-right: 1px solid var(--line); color: #aac0d4; font-family: var(--mono); font-size: .68rem; letter-spacing: .11em; line-height: 1.5; text-transform: uppercase; }
.signal:first-child { padding-left: 0; }
.signal:last-child { border-right: 0; }
.signal b { display: block; margin-bottom: 7px; color: var(--blue-light); font-size: .57rem; font-weight: 500; }

.audience { padding: 150px 0 156px; background: var(--ink-deep); }
.audience-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 86px; align-items: start; }
.audience-copy { position: sticky; top: 42px; }
.audience-copy .section-title { max-width: 560px; }
.audience-copy .section-copy { max-width: 500px; margin-top: 28px; }
.audience-rail { border-top: 1px solid var(--line); }
.audience-item { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.audience-index { color: #5a8bb5; font-family: var(--mono); font-size: .72rem; padding-top: 3px; }
.audience-item h3 { margin: 0; color: var(--white); font-size: 1.15rem; letter-spacing: -.04em; }
.audience-item p { max-width: 530px; margin: 9px 0 0; color: var(--copy); font-size: .94rem; line-height: 1.6; }

.content-section { padding: 148px 0 160px; background: linear-gradient(180deg, #07101a, #091522); }
.content-header { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: end; }
.content-header .section-title { max-width: 610px; }
.content-header .section-copy { max-width: 500px; margin: 0 0 3px auto; }
.overview-shot { margin: 73px 0 0; padding: 16px 16px 19px; border: 1px solid rgba(133, 185, 226, .26); border-radius: 16px; background: rgba(4, 11, 19, .8); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.shot-bar { display: flex; justify-content: space-between; padding: 0 8px 15px; color: #7096b7; font-family: var(--mono); font-size: .59rem; letter-spacing: .12em; text-transform: uppercase; }
.shot-bar span:first-child { display: inline-flex; align-items: center; gap: 8px; }
.shot-bar i { width: 5px; height: 5px; border-radius: 50%; background: #4caeff; box-shadow: 0 0 9px #1687ff; }
.overview-shot img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 9px; }
.overview-shot figcaption, .detail-shot figcaption { padding: 14px 4px 0; color: #718ca6; font-family: var(--mono); font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.detail-grid { display: grid; grid-template-columns: minmax(0, .62fr) minmax(0, 1.38fr); gap: 75px; align-items: start; margin-top: 88px; }
.detail-copy { position: sticky; top: 42px; }
.detail-copy h3 { max-width: 430px; margin: 15px 0 15px; color: var(--white); font-size: clamp(1.75rem, 3.2vw, 3.05rem); letter-spacing: -.065em; line-height: 1; }
.detail-copy p { max-width: 400px; color: var(--copy); font-size: .98rem; line-height: 1.7; }
.detail-points { display: grid; gap: 12px; margin-top: 28px; color: #bcd3e5; font-family: var(--mono); font-size: .65rem; letter-spacing: .06em; line-height: 1.5; text-transform: uppercase; }
.detail-points span { display: flex; align-items: center; gap: 10px; }
.detail-points i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 11px rgba(45, 152, 255, .75); }
.detail-shots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.detail-shot { margin: 0; padding: 12px 12px 14px; border: 1px solid rgba(133, 185, 226, .25); border-radius: 14px; background: rgba(3, 9, 16, .7); box-shadow: 0 22px 55px rgba(0,0,0,.22); }
.detail-shot img { display: block; width: 100%; height: 520px; object-fit: contain; object-position: center; border-radius: 8px; background: #020811; }

.topics-section { padding: 143px 0 150px; background: #050b13; }
.topics-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: end; }
.topics-intro .section-title { max-width: 530px; }
.topics-intro .section-copy { max-width: 470px; margin-left: auto; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic { min-height: 215px; padding: 26px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(15, 34, 55, .52), rgba(4, 10, 18, .28)); transition: background .25s ease, transform .25s ease; }
.topic:hover { background: linear-gradient(145deg, rgba(20, 59, 93, .68), rgba(5, 14, 24, .42)); transform: translateY(-4px); }
.topic-number { color: var(--blue-light); font-family: var(--mono); font-size: .67rem; }
.topic h3 { margin: 25px 0 9px; color: var(--white); font-size: 1.17rem; letter-spacing: -.045em; }
.topic p { margin: 0; color: #92a9be; font-size: .9rem; line-height: 1.57; }

.reality-section { padding: 143px 0 153px; background: linear-gradient(150deg, #0b2034, #06101b 65%); }
.reality-section .container { position: relative; }
.reality-section .container::after { content: ""; position: absolute; right: 0; top: -10px; width: 190px; height: 190px; border: 1px solid rgba(102, 190, 255, .18); border-radius: 50%; box-shadow: 0 0 0 28px rgba(66, 164, 244, .03), 0 0 0 56px rgba(66, 164, 244, .02); }
.reality-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 95px; margin-top: 62px; }
.reality-copy h2 { max-width: 540px; margin: 0; color: var(--white); font-size: clamp(2.3rem, 4.6vw, 4.35rem); letter-spacing: -.075em; line-height: .98; }
.reality-copy p { max-width: 480px; margin: 24px 0 0; color: var(--copy); font-size: 1rem; line-height: 1.7; }
.reality-list { border-top: 1px solid rgba(146, 203, 245, .23); }
.reality-item { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(146, 203, 245, .17); }
.reality-item > span { color: var(--blue-light); font-family: var(--mono); font-size: .7rem; padding-top: 3px; }
.reality-item strong { color: var(--white); font-size: 1rem; letter-spacing: -.02em; }
.reality-item p { margin: 7px 0 0; color: #a8bfd2; font-size: .89rem; line-height: 1.55; }

.offer-section { position: relative; padding: 154px 0 85px; background: #040910; }
.offer-section::before { content: ""; position: absolute; inset: 0; opacity: .45; background: radial-gradient(circle at 50% 0%, rgba(35, 145, 243, .2), transparent 42%); }
.offer-section .container { position: relative; z-index: 1; }
.offer-header { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: end; }
.offer-header .section-title { max-width: 680px; }
.offer-header .section-copy { max-width: 400px; margin: 0 0 5px auto; }
.offer-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; margin-top: 70px; padding: 42px; border: 1px solid rgba(110, 194, 255, .38); border-radius: 17px; background: linear-gradient(135deg, rgba(14, 46, 74, .86), rgba(5, 14, 24, .95)); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.offer-card h3 { max-width: 570px; margin: 15px 0 17px; color: var(--white); font-size: clamp(1.8rem, 3.4vw, 3.2rem); letter-spacing: -.07em; line-height: .99; }
.offer-card-lead { max-width: 570px; margin: 0; color: #c3d6e7; font-size: .99rem; line-height: 1.65; }
.offer-list { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.offer-list li { display: flex; align-items: flex-start; gap: 11px; color: #c5d9e9; font-size: .86rem; line-height: 1.48; }
.offer-list svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--blue-light); margin-top: 1px; }
.price-box { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 300px; padding: 25px; border-left: 1px solid rgba(134, 200, 242, .2); text-align: center; }
.price-kicker { color: var(--blue-light); font-family: var(--mono); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.old-price { margin-top: 20px; color: #7c9ab5; font-size: .9rem; }
.price { margin-top: 10px; color: var(--white); font-size: clamp(4rem, 8vw, 6rem); font-weight: 800; letter-spacing: -.11em; line-height: .9; }
.price small { display: block; margin-bottom: 12px; color: var(--blue-light); font-family: var(--mono); font-size: .69rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.price span { color: var(--blue-light); font-size: .42em; letter-spacing: -.06em; }
.price-box .primary-button { width: 100%; margin-top: 26px; }
.price-note { max-width: 265px; margin: 13px 0 0; color: #7892a9; font-size: .72rem; line-height: 1.5; }
.affiliate-note { max-width: 780px; margin: 25px auto 0; color: #627d96; font-family: var(--mono); font-size: .61rem; letter-spacing: .03em; line-height: 1.55; text-align: center; }

.footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 0 32px; border-top: 1px solid rgba(145, 188, 222, .13); color: #6f8aa3; font-size: .76rem; }
.footer-brand { color: var(--white); font-size: .9rem; font-weight: 800; letter-spacing: -.04em; }
.footer-brand span { color: var(--blue-light); }
.footer-link { display: inline-flex; align-items: center; gap: 9px; color: #9acbf0; font-family: var(--mono); font-size: .63rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-link svg { width: 15px; height: 15px; }

@media (max-width: 900px) {
  .hero .container, .audience-grid, .content-header, .detail-grid, .topics-intro, .reality-layout, .offer-header { grid-template-columns: 1fr; }
  .hero .container { gap: 35px; }
  .hero-copy { max-width: 720px; }
  .hero-product { min-height: 500px; }
  .audience-copy, .detail-copy { position: static; }
  .content-header .section-copy, .topics-intro .section-copy, .offer-header .section-copy { margin: 0; }
  .reality-layout { gap: 48px; }
  .offer-card { grid-template-columns: 1fr; gap: 35px; }
  .price-box { border-top: 1px solid rgba(134, 200, 242, .2); border-left: 0; }
}

@media (max-width: 640px) {
  .container, .site-header { width: min(100% - 36px, 1180px); }
  .site-header { padding: 18px 0; }
  .header-note { display: none; }
  .hero { min-height: 0; padding: 122px 0 74px; }
  .hero h1 { margin-top: 21px; font-size: clamp(3.15rem, 15vw, 5rem); }
  .hero-lead { font-size: .96rem; line-height: 1.62; }
  .hero-actions { align-items: stretch; gap: 18px; margin-top: 27px; }
  .primary-button { width: 100%; }
  .text-button { justify-content: center; width: 100%; }
  .hero-meta { gap: 13px; margin-top: 30px; padding-top: 17px; font-size: .56rem; line-height: 1.3; }
  .brand-mark, .brand-logo { width: 38px; height: 38px; }
  .hero-product { min-height: 370px; margin-top: 6px; }
  .hero-product::before { width: 270px; height: 270px; }
  .hero-product::after, .product-orbit { width: 310px; height: 310px; }
  .product-card { width: min(250px, 65%); padding: 11px; }
  .product-card-top, .product-card-bottom { font-size: .42rem; letter-spacing: .07em; }
  .product-card-top { padding-bottom: 10px; }
  .product-card-bottom { padding-top: 10px; }
  .hero-price { right: 0; bottom: 4px; width: 94px; height: 94px; }
  .hero-price strong { font-size: 1rem; }
  .signal-bar .container { grid-template-columns: repeat(2, 1fr); }
  .signal, .signal:first-child { padding: 16px 12px; font-size: .54rem; }
  .signal:nth-child(2) { border-right: 0; }
  .signal:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .audience, .content-section, .topics-section, .reality-section { padding: 92px 0; }
  .offer-section { padding: 95px 0 50px; }
  .section-title { font-size: clamp(2.25rem, 12vw, 3.7rem); }
  .audience-grid, .content-header, .topics-intro { gap: 36px; }
  .audience-item { grid-template-columns: 45px minmax(0, 1fr); gap: 14px; padding: 22px 0; }
  .overview-shot { margin-top: 47px; padding: 9px 9px 13px; }
  .shot-bar { padding: 0 4px 10px; font-size: .48rem; }
  .detail-grid { gap: 45px; margin-top: 58px; }
  .detail-shots { gap: 10px; }
  .detail-shot { padding: 7px 7px 10px; }
  .detail-shot img { height: 340px; }
  .detail-shot figcaption { font-size: .48rem; padding-top: 9px; }
  .topic-grid { grid-template-columns: 1fr; margin-top: 47px; }
  .topic { min-height: 0; padding: 22px; }
  .reality-section .container::after { width: 100px; height: 100px; top: 0; right: -25px; }
  .reality-layout { gap: 39px; margin-top: 43px; }
  .reality-item { grid-template-columns: 37px minmax(0, 1fr); gap: 12px; }
  .offer-header { gap: 34px; }
  .offer-card { margin-top: 45px; padding: 24px 20px; }
  .price-box { min-height: 270px; padding: 18px 4px 4px; }
  .affiliate-note { font-size: .57rem; }
  .footer { flex-wrap: wrap; gap: 13px; padding-top: 22px; }
}

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

/* Conversion-focused visual polish */
.hero-copy { position: relative; }

.hero-offer-line {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-top: 25px;
  padding: 11px 14px;
  border: 1px solid rgba(101, 190, 255, .27);
  border-radius: 12px;
  color: #a9c9df;
  background: linear-gradient(120deg, rgba(19, 63, 101, .35), rgba(8, 20, 33, .58));
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 12px 32px rgba(0,0,0,.12);
  font-size: .78rem;
  line-height: 1.35;
}

.hero-offer-line > span:not(.hero-offer-status) { color: #c5d9e9; }
.hero-offer-line strong { color: #f4fbff; font-weight: 800; }
.hero-offer-line small { color: #83a5bf; font-size: .73rem; }
.hero-offer-status,
.offer-ribbon-status,
.availability-note > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-light);
  font-family: var(--mono);
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero-offer-status i,
.offer-ribbon-status i,
.availability-note i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #61c4ff;
  box-shadow: 0 0 0 4px rgba(83, 169, 255, .11), 0 0 16px rgba(83, 169, 255, .9);
  animation: status-pulse 2.4s ease-in-out infinite;
}

.hero-offer-line + .hero-actions { margin-top: 25px; }

.primary-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.primary-button::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -80%;
  left: -38%;
  width: 25%;
  height: 260%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
  transform: rotate(18deg) translateX(-320%);
  animation: cta-sheen 6.8s ease-in-out infinite;
}

.primary-button svg { position: relative; z-index: 1; }

.hero::before { animation: grid-drift 26s linear infinite; }
.hero-product::before { animation: halo-breathe 6.2s ease-in-out infinite; }
.hero-product::after { animation: ellipse-drift 15s ease-in-out infinite; }
.product-orbit { animation: orbit-rotate 21s linear infinite; }
.product-card { animation: product-float 7s ease-in-out infinite; transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { animation-play-state: paused; transform: translateY(-7px); box-shadow: 0 44px 94px rgba(0,0,0,.58), 0 0 54px rgba(24, 141, 255, .28); }
.hero-price { animation: price-pulse 3.2s ease-in-out infinite; }

.signal {
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.signal:hover {
  color: #eaf6ff;
  background: rgba(22, 135, 255, .07);
  transform: translateY(-2px);
}

.offer-ribbon {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 12px 20px;
  margin-top: 39px;
  padding: 14px 18px;
  border: 1px solid rgba(92, 183, 255, .27);
  border-radius: 14px;
  background: linear-gradient(100deg, rgba(20, 72, 116, .52), rgba(8, 22, 36, .72));
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 15px 40px rgba(0,0,0,.16);
}

.offer-ribbon strong {
  color: #eff9ff;
  font-size: .95rem;
  letter-spacing: -.02em;
}

.offer-ribbon > span:last-child {
  justify-self: end;
  color: #8fb0c8;
  font-size: .78rem;
}

.offer-ribbon + .offer-card { margin-top: 18px; }

.offer-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.offer-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -35%;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b6ebff, transparent);
  box-shadow: 0 0 18px #3d9fff;
  animation: offer-scan 7s ease-in-out infinite;
}

.offer-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -110px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(105, 198, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(45, 152, 255, .025), 0 0 0 72px rgba(45, 152, 255, .018);
  pointer-events: none;
}

.offer-card > * { position: relative; z-index: 1; }

.offer-card:hover {
  border-color: rgba(125, 207, 255, .58);
  box-shadow: 0 35px 88px rgba(0,0,0,.38), 0 0 42px rgba(31, 143, 240, .11);
}

.availability-note {
  display: grid;
  gap: 5px;
  width: 100%;
  margin-top: 18px;
  padding: 10px 12px;
  border-left: 2px solid rgba(83, 169, 255, .65);
  background: rgba(22, 135, 255, .065);
  text-align: left;
}

.availability-note > span { font-size: .61rem; }
.availability-note small { color: #87a6bd; font-size: .72rem; line-height: 1.45; }

@keyframes status-pulse {
  0%, 100% { opacity: .75; transform: scale(.86); }
  50% { opacity: 1; transform: scale(1.12); }
}

@keyframes grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 56px 56px, 56px 56px; }
}

@keyframes halo-breathe {
  0%, 100% { opacity: .72; transform: scale(.94); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes ellipse-drift {
  0%, 100% { transform: rotate(31deg) scaleY(.43) rotate(0deg); }
  50% { transform: rotate(37deg) scaleY(.43) rotate(8deg); }
}

@keyframes orbit-rotate {
  from { transform: rotate(-18deg) scaleY(.48) rotate(0deg); }
  to { transform: rotate(-18deg) scaleY(.48) rotate(360deg); }
}

@keyframes product-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes price-pulse {
  0%, 100% { box-shadow: 0 0 0 7px rgba(36, 146, 244, .12), 0 0 34px rgba(28, 144, 255, .33); }
  50% { box-shadow: 0 0 0 10px rgba(36, 146, 244, .16), 0 0 48px rgba(28, 144, 255, .48); }
}

@keyframes cta-sheen {
  0%, 43% { transform: rotate(18deg) translateX(-320%); }
  64%, 100% { transform: rotate(18deg) translateX(720%); }
}

@keyframes offer-scan {
  0%, 18% { transform: translateX(0); opacity: 0; }
  32%, 70% { transform: translateX(330%); opacity: 1; }
  84%, 100% { transform: translateX(450%); opacity: 0; }
}

@media (max-width: 640px) {
  .hero-offer-line {
    width: 100%;
    align-items: flex-start;
    border-radius: 12px;
  }

  .hero-offer-line small { flex-basis: 100%; }
  .offer-ribbon { grid-template-columns: 1fr; gap: 8px; margin-top: 29px; }
  .offer-ribbon > span:last-child { justify-self: start; }
  .offer-ribbon-status { font-size: .6rem; }
  .offer-ribbon strong { font-size: .9rem; }
  .offer-ribbon > span:last-child { font-size: .73rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero-product::before,
  .hero-product::after,
  .product-orbit,
  .product-card,
  .hero-price,
  .primary-button::after,
  .offer-card::before,
  .hero-offer-status i,
  .offer-ribbon-status i,
  .availability-note i {
    animation: none !important;
  }
}

/* Hero refinement */
.hero {
  min-height: 790px;
  padding-top: 150px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 74% 42%, rgba(23, 130, 225, .23), transparent 29%),
    radial-gradient(circle at 18% 48%, rgba(6, 61, 112, .12), transparent 36%),
    linear-gradient(120deg, #040a12 0%, #07111d 58%, #07111b 100%);
}

.hero .container {
  grid-template-columns: minmax(0, 1.14fr) minmax(400px, .86fr);
  gap: 42px;
}

.hero-copy { max-width: 675px; }
.hero h1 {
  max-width: 660px;
  margin-top: 25px;
  font-size: clamp(3.25rem, 5.8vw, 6rem);
  letter-spacing: -.085em;
  line-height: .93;
}

.hero-title-main,
.hero h1 em {
  display: block;
  text-wrap: balance;
}

.hero h1 em { max-width: 620px; }

.hero-lead {
  max-width: 610px;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.68;
}

.hero-offer-line {
  width: min(100%, 620px);
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 10px 18px;
  margin-top: 26px;
  padding: 14px 16px;
  border-radius: 14px;
}

.hero-offer-status { font-size: .66rem; }
.hero-offer-price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: #f4fbff !important;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -.03em;
}

.hero-offer-price small {
  color: #8fb3cd;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .01em;
}

.hero-offer-note {
  justify-self: end;
  color: #8fb0c8 !important;
  font-size: .74rem;
  text-align: right;
}

.hero-offer-line + .hero-actions {
  margin-top: 23px;
}

.hero-actions {
  gap: 13px;
}

.hero-actions .primary-button,
.hero-actions .text-button {
  min-height: 60px;
}

.hero-actions .primary-button {
  padding-inline: 26px;
  font-size: .98rem;
}

.hero-actions .text-button {
  padding: 0 19px;
  border: 1px solid rgba(157, 202, 237, .22);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.hero-actions .text-button:hover {
  gap: 15px;
  border-color: rgba(157, 202, 237, .48);
  background: rgba(70, 157, 228, .08);
  transform: translateY(-3px);
}

.hero-meta {
  gap: 9px;
  margin-top: 27px;
  padding-top: 18px;
  border-top-color: rgba(142, 185, 222, .2);
  font-size: .67rem;
}

.hero-meta span {
  padding: 8px 10px;
  border: 1px solid rgba(111, 173, 222, .15);
  border-radius: 999px;
  background: rgba(16, 45, 73, .25);
}

.hero-product {
  min-height: 560px;
  margin-top: 9px;
}

.hero-product::before {
  width: 500px;
  height: 500px;
  background: rgba(24, 135, 255, .25);
}

.hero-product::after {
  width: 500px;
  height: 500px;
  border-color: rgba(108, 194, 255, .3);
}

.product-orbit {
  width: 550px;
  height: 550px;
  border-color: rgba(106, 192, 255, .23);
}

.product-card {
  width: min(425px, 94%);
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 42px 96px rgba(0,0,0,.58), 0 0 52px rgba(24, 141, 255, .22);
}

.product-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 2px;
  border: 1px solid rgba(222, 242, 255, .1);
  border-radius: 15px;
  pointer-events: none;
}

.product-scene::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -30%;
  bottom: -30%;
  left: -28%;
  width: 20%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(214, 243, 255, .18), transparent);
  transform: rotate(18deg) translateX(-360%);
  animation: scene-sheen 8s ease-in-out infinite;
}

.product-cover { width: 74%; }

.hero-price {
  right: 0;
  bottom: 18px;
  width: 142px;
  height: 142px;
  transform: rotate(8deg);
}

.hero-price small { font-size: .59rem; }
.hero-price strong { margin-top: 8px; font-size: 1.35rem; }
.hero-price span { font-size: .74rem; }

@keyframes scene-sheen {
  0%, 30% { transform: rotate(18deg) translateX(-360%); opacity: 0; }
  42%, 68% { transform: rotate(18deg) translateX(790%); opacity: 1; }
  82%, 100% { transform: rotate(18deg) translateX(920%); opacity: 0; }
}

@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { max-width: 720px; }
  .hero-product { min-height: 530px; margin-top: 0; }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 117px;
    padding-bottom: 60px;
  }

  .hero h1 {
    margin-top: 21px;
    font-size: clamp(3rem, 14vw, 4.7rem);
    line-height: .91;
  }

  .hero-lead { font-size: .98rem; }

  .hero-offer-line {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px 12px;
    margin-top: 22px;
    padding: 13px 14px;
  }

  .hero-offer-note {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }

  .hero-offer-price { font-size: .97rem; }
  .hero-offer-status { font-size: .6rem; }
  .hero-offer-line + .hero-actions { margin-top: 20px; }
  .hero-actions { gap: 11px; }
  .hero-actions .primary-button,
  .hero-actions .text-button { width: 100%; min-height: 56px; }

  .hero-meta { margin-top: 24px; padding-top: 15px; font-size: .6rem; }
  .hero-meta span { padding: 7px 8px; }

  .hero-product {
    min-height: 425px;
    margin-top: 10px;
  }

  .hero-product::after,
  .product-orbit {
    width: 350px;
    height: 350px;
  }

  .hero-product::before { width: 330px; height: 330px; }
  .product-card { width: min(315px, 86%); padding: 13px; }
  .product-card::after { border-radius: 12px; }
  .hero-price { right: 1%; bottom: 0; width: 108px; height: 108px; }
  .hero-price strong { font-size: 1.08rem; }
  .hero-price small { font-size: .49rem; }
  .hero-price span { font-size: .64rem; }
}

@media (prefers-reduced-motion: reduce) {
  .product-scene::before { animation: none !important; }
}

/* New route section */
.decision-section {
  position: relative;
  overflow: hidden;
  padding: 158px 0 165px;
  background:
    radial-gradient(circle at 78% 18%, rgba(24, 135, 255, .17), transparent 27%),
    radial-gradient(circle at 12% 82%, rgba(11, 78, 133, .12), transparent 32%),
    linear-gradient(145deg, #071522 0%, #04101b 56%, #050a12 100%);
}

.decision-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(121, 190, 245, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 190, 245, .08) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(140deg, #000, rgba(0,0,0,.12) 72%, transparent);
  animation: decision-grid-drift 30s linear infinite;
}

.decision-section::after {
  content: "";
  position: absolute;
  top: -230px;
  right: -160px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(95, 188, 255, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(46, 153, 238, .025), 0 0 0 68px rgba(46, 153, 238, .018);
  transform: rotate(23deg) scaleY(.7);
}

.decision-section .container { position: relative; z-index: 1; }

.decision-topline {
  display: grid;
  grid-template-columns: auto minmax(130px, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(144, 195, 232, .18);
}

.decision-topline-track {
  width: min(100%, 260px);
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: center;
}

.decision-topline-track span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(84, 169, 235, .22), rgba(111, 201, 255, .86));
  box-shadow: 0 0 12px rgba(45, 152, 255, .32);
}

.decision-topline-track i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 1px solid #80d4ff;
  border-radius: 50%;
  background: #0b3455;
  box-shadow: 0 0 13px rgba(71, 181, 255, .7);
}

.decision-topline-note {
  color: #8eafc8;
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .1em;
  text-align: right;
}

.decision-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 74px;
  align-items: end;
  margin-top: 72px;
}

.decision-overline {
  color: #6eb6eb;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.decision-title-block h2 {
  max-width: 760px;
  margin: 19px 0 0;
  color: var(--white);
  font-size: clamp(2.8rem, 5.3vw, 5.05rem);
  font-weight: 700;
  letter-spacing: -.085em;
  line-height: .96;
}

.decision-title-block h2 em {
  color: var(--blue-light);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.075em;
}

.decision-intro-copy {
  max-width: 430px;
  align-self: end;
  padding: 0 0 7px 35px;
  border-left: 1px solid rgba(102, 191, 255, .42);
}

.decision-intro-copy p {
  margin: 0;
  color: #b5cbdc;
  font-size: 1.02rem;
  line-height: 1.72;
}

.decision-anchor {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: #a9dfff;
  font-size: .88rem;
  font-weight: 800;
  transition: color .2s ease, gap .2s ease;
}

.decision-anchor:hover { gap: 15px; color: #fff; }
.decision-anchor svg { width: 18px; height: 18px; }

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  margin-top: 79px;
}

.decision-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 357px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(143, 194, 230, .18);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(15, 38, 60, .8), rgba(4, 12, 21, .88));
  box-shadow: 0 24px 65px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.035);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}

.decision-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -90px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(100, 190, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(45, 152, 255, .02), 0 0 0 44px rgba(45, 152, 255, .018);
}

.decision-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 55%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #8ddcff, transparent);
  opacity: .45;
  animation: card-line-flow 7s ease-in-out infinite;
}

.decision-card > * { position: relative; z-index: 1; }

.decision-card:hover {
  transform: translateY(-8px);
  border-color: rgba(122, 211, 255, .52);
  background: linear-gradient(145deg, rgba(18, 54, 84, .92), rgba(5, 15, 26, .95));
  box-shadow: 0 32px 78px rgba(0,0,0,.32), 0 0 38px rgba(31, 148, 247, .12);
}

.decision-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.decision-card-head > span {
  color: #b3e5ff;
  font-family: var(--mono);
  font-size: .72rem;
}

.decision-card-head small {
  color: #73b9e9;
  font-family: var(--mono);
  font-size: .61rem;
  letter-spacing: .13em;
}

.decision-card-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-top: 47px;
  border: 1px solid rgba(121, 207, 255, .4);
  border-radius: 16px;
  color: #9bdbff;
  background: linear-gradient(145deg, rgba(49, 146, 218, .28), rgba(5, 22, 38, .58));
  box-shadow: 0 0 22px rgba(40, 157, 246, .1), inset 0 1px rgba(255,255,255,.08);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.decision-card-icon svg { width: 27px; height: 27px; }
.decision-card:hover .decision-card-icon { transform: translateY(-4px) rotate(-3deg); border-color: rgba(157, 225, 255, .72); box-shadow: 0 0 30px rgba(40, 157, 246, .22), inset 0 1px rgba(255,255,255,.1); }

.decision-card h3 {
  margin: 25px 0 10px;
  color: var(--white);
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: -.055em;
}

.decision-card p {
  max-width: 330px;
  margin: 0;
  color: #a4bdcf;
  font-size: .94rem;
  line-height: 1.62;
}

.decision-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 21px;
  border-top: 1px solid rgba(146, 196, 230, .15);
  color: #639aca;
  font-family: var(--mono);
  font-size: .59rem;
  letter-spacing: .12em;
}

.decision-card-foot i {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(89, 179, 248, .28), #77caff);
  box-shadow: 0 0 11px rgba(77, 178, 255, .55);
}

@keyframes decision-grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 62px 62px, 62px 62px; }
}

@keyframes card-line-flow {
  0%, 22% { transform: translateX(0); opacity: 0; }
  35%, 68% { transform: translateX(250%); opacity: .8; }
  82%, 100% { transform: translateX(370%); opacity: 0; }
}

@media (max-width: 900px) {
  .decision-intro { grid-template-columns: 1fr; gap: 38px; }
  .decision-intro-copy { max-width: 600px; align-self: start; }
  .decision-grid { grid-template-columns: 1fr; max-width: 620px; margin-right: auto; margin-left: auto; }
}

@media (max-width: 640px) {
  .decision-section { padding: 96px 0 105px; }
  .decision-topline { display: block; padding-bottom: 17px; }
  .decision-topline-track { margin-top: 17px; justify-self: start; }
  .decision-topline-note { display: block; margin-top: 13px; text-align: left; font-size: .58rem; }
  .decision-intro { gap: 33px; margin-top: 48px; }
  .decision-title-block h2 { margin-top: 15px; font-size: clamp(2.5rem, 12.2vw, 4rem); line-height: .96; }
  .decision-intro-copy { padding: 21px 0 0; border-top: 1px solid rgba(102, 191, 255, .35); border-left: 0; }
  .decision-intro-copy p { font-size: .96rem; }
  .decision-grid { gap: 12px; margin-top: 49px; }
  .decision-card { min-height: 323px; padding: 23px; border-radius: 17px; }
  .decision-card-icon { margin-top: 36px; }
  .decision-card h3 { margin-top: 20px; font-size: 1.3rem; }
  .decision-card p { font-size: .91rem; }
}

@media (prefers-reduced-motion: reduce) {
  .decision-section::before,
  .decision-card::after {
    animation: none !important;
  }
}

/* Campaign status card */
.campaign-live-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: 28px;
  align-items: center;
  margin-top: 15px;
  padding: 20px 23px;
  border: 1px solid rgba(95, 189, 255, .3);
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 0%, rgba(45, 152, 255, .14), transparent 44%),
    linear-gradient(105deg, rgba(10, 38, 63, .82), rgba(5, 15, 26, .92));
  box-shadow: 0 18px 45px rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.05);
}

.campaign-live-copy {
  display: grid;
  gap: 7px;
}

.campaign-live-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: #74caff;
  font-family: var(--mono);
  font-size: .64rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.campaign-live-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #71d1ff;
  box-shadow: 0 0 0 4px rgba(80, 182, 255, .1), 0 0 17px rgba(80, 182, 255, .9);
  animation: status-pulse 2.2s ease-in-out infinite;
}

.campaign-live-copy > strong {
  color: #eef9ff;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -.04em;
}

.campaign-live-copy > strong b {
  margin-right: 6px;
  color: #8ed9ff;
  font-size: 1.58rem;
  font-weight: 800;
}

.campaign-live-copy > small {
  color: #89a9bf;
  font-size: .75rem;
  line-height: 1.45;
}

.campaign-countdown {
  padding-left: 27px;
  border-left: 1px solid rgba(129, 195, 235, .2);
}

.campaign-countdown-label {
  display: block;
  color: #86b8d8;
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .12em;
  text-align: right;
}

.campaign-countdown-units {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 11px;
}

.campaign-countdown-units > span {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 0;
  padding: 9px 6px 8px;
  border: 1px solid rgba(110, 190, 241, .18);
  border-radius: 10px;
  background: rgba(2, 12, 22, .4);
}

.campaign-countdown-units b {
  color: #f1fbff;
  font-family: var(--mono);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1;
}

.campaign-countdown-units small {
  color: #76a5c3;
  font-family: var(--mono);
  font-size: .57rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.campaign-live-card[data-ended="true"] {
  border-color: rgba(133, 166, 187, .24);
  filter: saturate(.72);
}

@media (max-width: 900px) {
  .campaign-live-card { grid-template-columns: 1fr; }
  .campaign-countdown { padding: 18px 0 0; border-top: 1px solid rgba(129, 195, 235, .2); border-left: 0; }
  .campaign-countdown-label { text-align: left; }
}

@media (max-width: 640px) {
  .campaign-live-card { gap: 18px; margin-top: 12px; padding: 17px 15px; border-radius: 14px; }
  .campaign-live-copy > strong { font-size: 1rem; line-height: 1.3; }
  .campaign-live-copy > strong b { font-size: 1.35rem; }
  .campaign-live-copy > small { font-size: .7rem; }
  .campaign-countdown { padding-top: 15px; }
  .campaign-countdown-units { gap: 5px; }
  .campaign-countdown-units > span { padding: 8px 3px 7px; }
  .campaign-countdown-units b { font-size: 1.05rem; }
  .campaign-countdown-units small { font-size: .51rem; }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-live-label i { animation: none !important; }
}
