:root {
  --ink: #08080b;
  --text: #25232b;
  --muted: #6c6873;
  --purple: #8f5be8;
  --purple-dark: #6f35c9;
  --lime: #e9ff4e;
  --amber: #ffae20;
  --teal: #63d3c4;
  --pink: #f77ac1;
  --paper: #fbfaf7;
  --line: #e7e2da;
  --shadow: 0 28px 80px rgba(21, 17, 28, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  background: var(--paper);
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 9% 15%, rgba(143, 91, 232, 0.07), transparent 23%),
    radial-gradient(circle at 88% 30%, rgba(255, 174, 32, 0.10), transparent 26%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(0, 0, 0, 0.018) 1px, transparent 1px);
  background-size: auto, auto, 44px 44px, 44px 44px;
  z-index: -1;
  animation: backgroundDrift 18s ease-in-out infinite alternate;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }

.local-time-widget {
  position: fixed;
  top: 118px;
  right: clamp(14px, 3vw, 28px);
  z-index: 60;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 0;
  color: #09090c;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.live-dot {
  width: 8px;
  height: 8px;
  background: #39e85f;
  border-radius: 50%;
  box-shadow: none;
  animation: none;
}
.time-value {
  color: #09090c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: center;
  padding: 28px clamp(20px, 5vw, 78px);
  background: rgba(251, 250, 247, 0.84);
  border-bottom: 1px solid rgba(231, 226, 218, 0.7);
  backdrop-filter: blur(20px);
}
.brand {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
}
.brand span { color: var(--purple); }
.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 44px);
  font-size: 14px;
  font-weight: 700;
}
.main-nav a { transition: color 180ms ease; }
.main-nav a:hover { color: var(--purple-dark); }
.header-phone {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: inherit;
}
.header-phone:hover { color: var(--purple-dark); }
.nav-service,
.nav-work {
  position: relative;
}
.nav-service-main::after,
.nav-work-main::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
}
.service-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  display: grid;
  min-width: 230px;
  padding: 10px;
  visibility: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}
.service-dropdown a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--text);
}
.service-dropdown a:hover {
  color: var(--ink);
  background: #f4edff;
}
.nav-service:hover .service-dropdown,
.nav-service:focus-within .service-dropdown,
.nav-work:hover .service-dropdown,
.nav-work:focus-within .service-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.pill-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.pill-cta, .button.dark {
  color: #fff;
  background: #09090c;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}
.button.light {
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfc7bb;
}
.pill-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}
.nav-toggle span {
  display: block;
  height: 3px;
  margin: 7px 0;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  min-height: 740px;
  padding: 36px clamp(20px, 6vw, 92px) 44px;
  overflow: hidden;
}
.script-note {
  margin: 0 0 14px;
  color: var(--purple);
  font-family: Kalam, cursive;
  font-size: clamp(20px, 2vw, 28px);
  transform: rotate(-4deg);
}
.hero h1, .page-hero h1 {
  max-width: 850px;
  margin: 0 0 24px;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: -3px;
}
.hero h1 em, .page-hero h1 em {
  display: block;
  color: var(--purple);
  font-family: Kalam, cursive;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 9px;
}
.hero p:not(.script-note), .section-copy p, .ranking-section p, .page-hero p, .card p, .footer p {
  color: var(--muted);
}
.hero-copy > p:not(.script-note) {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: 18px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 34px; }
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -12px 0 26px;
}
.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #25232b;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(21, 17, 28, 0.06);
}
.hero-proof span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #39e85f;
  border-radius: 50%;
}
.trusted small { display: block; margin-bottom: 18px; color: #98939d; font-weight: 700; }
.trusted div { display: flex; flex-wrap: wrap; gap: 22px; color: #9a969f; font-weight: 900; }

.hero-art {
  position: relative;
  min-height: 560px;
}
.purple-slab {
  position: absolute;
  top: 22px;
  left: 44%;
  width: 210px;
  height: 320px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 24%),
    repeating-linear-gradient(35deg, rgba(255,255,255,.08) 0 2px, transparent 2px 9px),
    linear-gradient(135deg, #9f5af2, #652ec0);
  animation: slabGlow 5.8s ease-in-out infinite;
}
.black-badge {
  position: absolute;
  z-index: 4;
  top: 84px;
  left: 22%;
  display: grid;
  place-content: center;
  width: 142px;
  height: 142px;
  color: #fff;
  background: #060609;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  animation: badgeSpin 16s linear infinite;
}
.laptop {
  position: absolute;
  z-index: 5;
  top: 150px;
  left: 28%;
  width: min(460px, 66vw);
  transform: rotate(-7deg);
}
.screen {
  height: 270px;
  padding: 34px;
  background:
    linear-gradient(110deg, rgba(255,255,255,.9), rgba(255,255,255,.25)),
    repeating-linear-gradient(120deg, rgba(0,0,0,.12) 0 1px, transparent 1px 15px),
    #f7f7f4;
  border: 10px solid #0a0a0c;
  border-radius: 10px;
  box-shadow: 0 28px 50px rgba(0,0,0,.23);
}
.screen strong { display: block; font-size: 38px; line-height: 1; }
.keyboard {
  width: 620px;
  height: 58px;
  margin-left: -170px;
  background: linear-gradient(180deg, #dad8d2, #77746d);
  transform: skewX(-40deg);
  border-radius: 0 0 18px 18px;
}
.plant {
  position: absolute;
  z-index: 7;
  right: 7%;
  bottom: 64px;
  width: 110px;
  height: 128px;
  background: #f3f1ed;
  border-radius: 50% 50% 18px 18px;
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.05);
}
.plant::before {
  content: "";
  position: absolute;
  left: -38px;
  bottom: 98px;
  width: 178px;
  height: 126px;
  background: linear-gradient(135deg, #436d42, #1f4c2f);
  clip-path: polygon(48% 100%, 35% 24%, 48% 54%, 60% 0, 59% 55%, 86% 12%, 67% 67%, 100% 43%, 70% 80%, 22% 56%, 36% 78%, 0 48%, 35% 88%);
  transform-origin: 50% 100%;
  animation: leafSway 4.6s ease-in-out infinite;
}
.plant span {
  position: absolute;
  left: -45px;
  right: -45px;
  bottom: -82px;
  height: 90px;
  background: #5c5a55;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}
.orange-play {
  position: absolute;
  z-index: 3;
  left: 19%;
  bottom: 58px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 230px;
  height: 160px;
  padding-left: 40px;
  background: var(--amber);
  border-radius: 80px 0 0 80px;
}
.orange-play button {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  animation: playPulse 2.4s ease-in-out infinite;
}
.dots {
  position: absolute;
  left: 9%;
  top: 310px;
  width: 245px;
  height: 78px;
  opacity: .42;
  background-image: radial-gradient(#111 2px, transparent 2px);
  background-size: 18px 18px;
}
.spark {
  position: absolute;
  right: 4%;
  top: 128px;
  font-size: 100px;
  line-height: 1;
  animation: sparkleTurn 6s linear infinite;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 14px;
  margin: 0 clamp(18px, 5vw, 72px) 70px;
  padding: 36px 44px;
  color: #fff;
  background: #09090c;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.service-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  transition: transform 220ms ease, background 220ms ease;
}
.service-strip article:hover, .service-strip a:hover {
  transform: translateY(-5px);
}
.service-strip a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 18px;
  align-items: start;
  color: inherit;
}
.service-strip article:last-child { border-right: 0; }
.service-strip h2 { margin: 0; font-size: 17px; line-height: 1.35; letter-spacing: 0; }
.service-strip p { grid-column: 2; margin: 0; color: #d7d4dd; font-size: 13px; line-height: 1.45; }
.icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #08080b;
  border-radius: 9px;
  font-weight: 900;
  animation: iconBob 3.4s ease-in-out infinite;
}
.lime { background: var(--lime); }
.purple { background: var(--purple); }
.amber { background: var(--amber); }
.teal { background: var(--teal); }
.pink { background: var(--pink); }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: -36px clamp(18px, 5vw, 72px) 72px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(21, 17, 28, 0.08);
}
.proof-strip article {
  padding: 24px;
  background: linear-gradient(180deg, #fff, #fbfaf7);
  border-right: 1px solid var(--line);
}
.proof-strip article:last-child {
  border-right: 0;
}
.proof-strip strong {
  display: block;
  margin-bottom: 7px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -2px;
}
.proof-strip strong::after {
  content: attr(data-suffix);
  color: var(--purple);
  font-size: 0.52em;
}
.proof-strip span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.split-section, .ranking-section, .page-hero, .content-section, .contact-section, .conversion-section, .risk-reversal, .faq-section {
  padding: 76px clamp(20px, 6vw, 92px);
}
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 7vw, 110px);
  align-items: center;
}
.project-collage {
  position: relative;
  min-height: 360px;
}
.work-shot {
  position: absolute;
  width: 52%;
  min-height: 270px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.shot-one {
  left: 0;
  top: 0;
  background:
    linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.44)),
    linear-gradient(135deg, #79664d, #15130f 45%, #281f18);
}
.shot-two {
  right: 6%;
  bottom: 0;
  background:
    radial-gradient(circle at 74% 26%, #fff 0 14%, transparent 15%),
    linear-gradient(135deg, #060609, #202025);
}
.project-collage::after {
  content: "W.";
  position: absolute;
  right: 18%;
  top: 41%;
  color: #fff;
  font-size: 82px;
  font-weight: 900;
  transform: rotate(-15deg);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--purple-dark);
  background: #efe4ff;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--purple); }
h2 { margin: 0 0 16px; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -2px; }
.section-copy p { max-width: 560px; margin-bottom: 24px; }

.conversion-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1.25fr);
  gap: 42px;
  align-items: center;
  background: #09090c;
  color: #fff;
}
.conversion-section p:not(.eyebrow),
.revenue-flow p {
  color: #d2ced9;
}
.revenue-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.revenue-flow article {
  position: relative;
  min-height: 220px;
  padding: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0, rgba(143, 91, 232, 0.38), transparent 32%),
    #15131a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}
.revenue-flow article::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--lime));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 600ms ease;
}
.revenue-flow article:hover::before {
  transform: scaleX(1);
}
.revenue-flow span {
  display: inline-flex;
  margin-bottom: 38px;
  color: #b997ff;
  font-size: 12px;
  font-weight: 900;
}
.revenue-flow b {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.ranking-section {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  background: #fff;
  border-block: 1px solid var(--line);
}
.ranking-grid, .card-grid, .blog-grid, .pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.ranking-grid article, .card, .blog-card, .price-card {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.ranking-grid article:hover, .card:hover, .blog-card:hover, .price-card:hover {
  transform: translateY(-6px);
  border-color: rgba(143, 91, 232, 0.38);
  box-shadow: 0 22px 54px rgba(21, 17, 28, 0.12);
}
.ranking-grid b, .card h2, .blog-card h2, .price-card h2 { display: block; margin-bottom: 8px; }
.ranking-grid span { color: var(--muted); }

.risk-reversal {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 38px;
  align-items: center;
  background:
    radial-gradient(circle at 84% 20%, rgba(233, 255, 78, 0.16), transparent 24%),
    linear-gradient(135deg, #fff, #fbfaf7);
  border-block: 1px solid var(--line);
}
.risk-reversal p {
  color: var(--muted);
  max-width: 740px;
}
.audit-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.audit-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
}
.audit-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.audit-card li {
  position: relative;
  padding-left: 26px;
  color: var(--text);
  font-weight: 700;
}
.audit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--purple-dark);
  border-left: 2px solid var(--purple-dark);
  transform: rotate(-45deg);
}

.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 38px;
  background: #fff;
}
.faq-grid {
  display: grid;
  gap: 14px;
}
.faq-grid article {
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.faq-grid h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.faq-grid p {
  margin: 0;
  color: var(--muted);
}

.cta-band {
  margin: 78px clamp(20px, 6vw, 92px);
  padding: clamp(44px, 6vw, 80px);
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 16% 22%, rgba(143,91,232,.5), transparent 26%),
    linear-gradient(135deg, #08080b, #17131f);
  border-radius: 18px;
}
.cta-band .script-note { color: #b88cff; }
.cta-band h2 { max-width: 820px; margin-inline: auto; }
.cta-band .button { background: #fff; color: #09090c; }

.page-hero {
  min-height: 420px;
  background:
    radial-gradient(circle at 84% 20%, rgba(143,91,232,.15), transparent 26%),
    linear-gradient(180deg, #fff, var(--paper));
}
.page-hero p { max-width: 760px; font-size: 18px; }
.areas-hero {
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(233, 255, 78, 0.18), transparent 24%),
    radial-gradient(circle at 14% 78%, rgba(143, 91, 232, 0.42), transparent 28%),
    linear-gradient(135deg, #09090c, #17131f);
}
.areas-hero .script-note {
  color: #b88cff;
}
.areas-hero p:not(.script-note) {
  color: #ddd8e6;
}
.areas-hero .button.light {
  color: #09090c;
  background: #fff;
}
.content-section { background: #fff; border-block: 1px solid var(--line); }
.service-hub-hero {
  position: relative;
  overflow: hidden;
}
.service-hub-hero::after {
  content: "";
  position: absolute;
  right: clamp(20px, 7vw, 110px);
  bottom: 42px;
  width: min(38vw, 420px);
  height: min(38vw, 420px);
  background:
    radial-gradient(circle at 50% 50%, rgba(143, 91, 232, 0.2), transparent 54%),
    conic-gradient(from 20deg, var(--lime), var(--purple), var(--teal), var(--amber), var(--lime));
  border-radius: 50%;
  opacity: 0.22;
  filter: blur(1px);
  animation: sparkleTurn 16s linear infinite;
}
.section-intro {
  max-width: 860px;
  margin-bottom: 30px;
}
.section-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}
.service-suite-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.suite-card {
  position: relative;
  min-height: 285px;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(143, 91, 232, 0.18), transparent 32%),
    var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}
.suite-card::after {
  content: "Open ->";
  position: absolute;
  right: 22px;
  bottom: 20px;
  color: var(--purple-dark);
  font-size: 13px;
  font-weight: 900;
}
.suite-card:hover {
  transform: translateY(-8px);
  border-color: rgba(143, 91, 232, 0.45);
  box-shadow: var(--shadow);
}
.suite-number {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 900;
}
.suite-card b {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  letter-spacing: -1px;
}
.suite-card p {
  margin-bottom: 18px;
  color: var(--muted);
}
.suite-card small {
  display: block;
  padding-top: 14px;
  color: var(--text);
  border-top: 1px solid var(--line);
  font-weight: 800;
}
.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  min-height: 590px;
  padding: 76px clamp(20px, 6vw, 92px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 20%, rgba(143, 91, 232, 0.16), transparent 26%),
    linear-gradient(180deg, #fff, var(--paper));
}
.service-hero h1 {
  max-width: 820px;
  margin: 0 0 22px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -3px;
}
.service-hero p:not(.script-note) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}
.service-visual {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 24px;
  min-height: 390px;
  background: #09090c;
  border-radius: 24px;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.service-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
  border-radius: 18px;
}
.service-visual span {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  font-size: 19px;
  font-weight: 900;
  animation: serviceCardFloat 5s ease-in-out infinite;
}
.service-visual span:nth-child(2) { animation-delay: .2s; }
.service-visual span:nth-child(3) { animation-delay: .4s; }
.service-visual span:nth-child(4) { animation-delay: .6s; }
.web-visual span:nth-child(1), .seo-visual span:nth-child(2), .marketing-visual span:nth-child(3), .commerce-visual span:nth-child(4), .brand-visual span:nth-child(1), .care-visual span:nth-child(2) {
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
}
.commerce-visual span:nth-child(3), .marketing-visual span:nth-child(1), .brand-visual span:nth-child(3) {
  background: linear-gradient(135deg, var(--amber), #f06d18);
  color: #09090c;
}
.seo-visual span:nth-child(4), .care-visual span:nth-child(4) {
  background: linear-gradient(135deg, var(--teal), #2ba99a);
  color: #09090c;
}
.service-subnav {
  position: sticky;
  top: 92px;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 12px clamp(20px, 6vw, 92px);
  background: rgba(251, 250, 247, 0.9);
  border-block: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.service-subnav a {
  padding: 9px 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.service-subnav a:hover {
  color: #fff;
  background: #09090c;
}
.service-snapshot,
.service-modern-grid,
.seo-map,
.campaign-board,
.store-grid,
.brand-system,
.ops-board,
.service-choice {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: 36px;
  align-items: start;
  padding: 76px clamp(20px, 6vw, 92px);
}
.service-snapshot {
  grid-template-columns: repeat(3, 1fr);
  background: #09090c;
}
.service-snapshot article {
  min-height: 180px;
  padding: 24px;
  color: #fff;
  background: #15131a;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
}
.service-snapshot b {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
.service-snapshot p,
.service-modern-grid p,
.seo-map p,
.campaign-board p,
.store-grid p,
.brand-system p,
.ops-board p,
.service-choice p {
  color: var(--muted);
}
.service-snapshot p {
  color: #d6d2dd;
}
.feature-stack,
.search-lanes,
.campaign-steps,
.store-checkout,
.brand-tiles,
.ops-grid,
.choice-grid {
  display: grid;
  gap: 14px;
}
.feature-stack article,
.search-lanes article,
.campaign-steps article,
.store-checkout article,
.brand-tiles article,
.ops-grid article,
.choice-grid article {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(21, 17, 28, 0.06);
}
.feature-stack span,
.campaign-steps span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 900;
}
.feature-stack b,
.search-lanes b,
.campaign-steps b,
.store-checkout b,
.brand-tiles b,
.ops-grid b,
.choice-grid b {
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
}
.feature-stack p,
.campaign-steps p {
  margin: 0;
}
.search-lanes,
.campaign-steps,
.brand-tiles,
.ops-grid {
  grid-template-columns: repeat(2, 1fr);
}
.store-checkout {
  grid-template-columns: 1fr;
}
.store-checkout article {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
}
.choice-grid {
  grid-template-columns: repeat(2, 1fr);
}
.choice-grid span,
.search-lanes span,
.store-checkout span,
.brand-tiles span,
.ops-grid span {
  color: var(--muted);
  font-weight: 700;
}
.seo-map,
.store-grid,
.ops-board {
  background: var(--paper);
}
.campaign-board,
.brand-system {
  background: #fff;
}
.work-reference { width: 100%; border-radius: 14px; box-shadow: var(--shadow); }
.work-cards { margin-top: 24px; }
.featured-work {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(233, 255, 78, 0.16), transparent 24%),
    radial-gradient(circle at 14% 78%, rgba(143, 91, 232, 0.38), transparent 30%),
    #09090c;
}
.featured-work .eyebrow {
  color: #d8c4ff;
  background: rgba(255,255,255,.1);
}
.featured-work h2 {
  max-width: 760px;
}
.featured-work p {
  color: #ddd8e6;
  max-width: 700px;
}
.featured-work .button.light {
  color: #09090c;
  background: #fff;
}
.featured-work-media {
  margin: 0;
  padding: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}
.featured-work-media img {
  width: 100%;
  border-radius: 12px;
}
.featured-work-media figcaption {
  margin-top: 10px;
  color: #ddd8e6;
  font-size: 13px;
  font-weight: 800;
}
.card-grid.three, .blog-grid.three, .pricing-grid.three { grid-template-columns: repeat(3, 1fr); }
.card h2, .blog-card h2, .price-card h2 { font-size: 24px; letter-spacing: -1px; }
.card ul, .price-card ul { margin: 16px 0 0; padding-left: 18px; color: var(--muted); }
.card .text-link { display: inline-block; margin-top: 14px; color: var(--purple-dark); font-weight: 900; }
.card .text-link::after { content: " ->"; }
.price { display: block; margin: 12px 0; font-size: 34px; font-weight: 900; }
.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 34px;
}
.service-facts {
  display: grid;
  gap: 14px;
}
.service-facts article {
  padding: 22px;
  color: #fff;
  background: #09090c;
  border-radius: 14px;
}
.service-facts b { display: block; font-size: 22px; }
.service-rich {
  background: var(--paper);
}
.service-rich .card-grid {
  margin-top: 24px;
}
.service-rich h2 {
  max-width: 900px;
}
.service-rich .card p {
  margin-bottom: 0;
}
.legal-copy {
  max-width: 980px;
  margin-inline: auto;
}
.legal-copy h2 {
  margin-top: 34px;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -1px;
}
.legal-copy h2:first-child {
  margin-top: 0;
}
.legal-copy p {
  color: var(--muted);
  font-size: 17px;
}
.legal-copy a {
  color: var(--purple-dark);
  font-weight: 800;
}
.contact-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 38px;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.contact-form label { display: grid; gap: 7px; color: var(--text); font-weight: 800; font-size: 13px; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8d0c7;
  border-radius: 9px;
  padding: 0 14px;
  background: #fffdf9;
}
.contact-form textarea { min-height: 140px; padding-top: 12px; resize: vertical; }
.full { grid-column: 1 / -1; }
.form-result { grid-column: 1 / -1; padding: 14px; border-radius: 9px; background: #efffe9; color: #255219; font-weight: 800; }

.footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px;
  padding: 52px clamp(20px, 6vw, 92px);
}
.footer h3 { margin: 0 0 12px; font-size: 13px; text-transform: uppercase; }
.footer a:not(.brand), .footer p { display: block; margin: 0 0 8px; color: var(--muted); font-weight: 700; }
.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.footer-legal a,
.footer-legal span {
  margin: 0;
  color: #8c8793;
  font-size: 12px;
  font-weight: 700;
}

.cookie-notice {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: 22px;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  max-width: 560px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.cookie-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.cookie-notice a {
  color: var(--purple-dark);
  font-size: 13px;
  font-weight: 900;
}
.cookie-notice button {
  min-height: 38px;
  padding: 0 16px;
  color: #fff;
  background: #09090c;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.puzzle-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: 76px clamp(20px, 6vw, 92px);
  background:
    radial-gradient(circle at 85% 14%, rgba(143, 91, 232, 0.18), transparent 28%),
    linear-gradient(180deg, #fff, var(--paper));
}
.puzzle-hero h1 {
  max-width: 820px;
  margin: 0 0 20px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -3px;
}
.puzzle-hero p:not(.script-note) {
  max-width: 690px;
  color: var(--muted);
  font-size: 18px;
}
.puzzle-scorecard {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: #09090c;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.puzzle-scorecard article {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
}
.puzzle-scorecard span {
  color: #d6d2dd;
  font-weight: 800;
}
.puzzle-scorecard strong {
  font-size: 22px;
}
.puzzle-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(300px, 0.65fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  padding: 76px clamp(20px, 6vw, 92px);
  background: #fff;
  border-block: 1px solid var(--line);
}
.puzzle-panel {
  padding: clamp(16px, 3vw, 28px);
  background:
    radial-gradient(circle at 12% 8%, rgba(233, 255, 78, 0.24), transparent 28%),
    #09090c;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.puzzle-banner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
}
.puzzle-banner span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.puzzle-banner strong {
  font-size: 14px;
  text-align: right;
}
.puzzle-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(84px, 1fr));
  gap: 12px;
  outline: none;
}
.puzzle-board:focus-visible {
  box-shadow: 0 0 0 4px rgba(143, 91, 232, .38);
  border-radius: 18px;
}
.puzzle-tile {
  aspect-ratio: 1;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 12px;
  color: #09090c;
  background: linear-gradient(135deg, #fff, #efe4ff);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.puzzle-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0,0,0,.24);
}
.puzzle-tile b {
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1;
}
.puzzle-tile span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.puzzle-tile.is-empty {
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  cursor: default;
}
.puzzle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.puzzle-guide {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.puzzle-guide p {
  color: var(--muted);
}
.puzzle-mini-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 22px;
}
.puzzle-mini-list span {
  padding: 11px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
}
.puzzle-tip {
  margin-top: 20px;
  padding: 18px;
  background: #09090c;
  color: #fff;
  border-radius: 14px;
}
.puzzle-tip b {
  display: block;
  margin-bottom: 8px;
}
.puzzle-tip p {
  margin: 0;
  color: #e9e5f1;
}
.puzzle-seo-copy {
  background: var(--paper);
}

.reveal { opacity: 0; transform: translateY(24px) scale(0.98); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

body.log-sentinel-page {
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f1eb 46%, #fbfaf7 100%);
}
.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(30px, 5vw, 84px);
  align-items: center;
  min-height: 720px;
  padding: 54px clamp(20px, 6vw, 92px) 56px;
  overflow: hidden;
}
.product-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(56px, 8vw, 118px);
  line-height: 0.86;
  letter-spacing: -3px;
}
.product-subtitle {
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}
.product-proof { max-width: 680px; margin-top: -10px; }
.sentinel-console {
  position: relative;
  min-height: 520px;
  padding: 18px;
  color: #eef6ee;
  background: linear-gradient(135deg, rgba(99, 211, 196, 0.18), transparent 36%), linear-gradient(145deg, #0d1114 0%, #111827 52%, #25153c 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: 0 38px 96px rgba(15, 12, 24, 0.26);
}
.product-screenshot {
  position: relative;
  margin: 0;
  padding: 12px;
  background: #0d1114;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 26px;
  box-shadow: 0 38px 96px rgba(15, 12, 24, 0.24);
  transform: rotate(1deg);
}
.product-screenshot::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.product-screenshot img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.product-screenshot figcaption {
  padding: 10px 6px 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sentinel-console::before {
  content: "";
  position: absolute;
  inset: 20px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 30px 30px;
  border-radius: 22px;
}
.sentinel-console::after {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(233, 255, 78, 0.16) 48%, transparent 100%);
  border-radius: 22px;
  opacity: 0.8;
  transform: translateY(-115%);
  animation: sentinelScan 5.4s ease-in-out infinite;
}
.console-topbar, .console-grid, .console-report { position: relative; z-index: 1; }
.console-topbar { display: flex; align-items: center; gap: 9px; padding: 8px 8px 20px; }
.console-topbar span { width: 11px; height: 11px; border-radius: 50%; background: #ff6b64; }
.console-topbar span:nth-child(2) { background: #ffd166; }
.console-topbar span:nth-child(3) { background: #63d3c4; }
.console-topbar b {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.console-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.health-panel, .alert-panel, .console-report {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}
.health-panel {
  display: grid;
  grid-row: span 2;
  align-content: center;
  min-height: 252px;
  padding: 26px;
}
.health-panel small, .alert-panel small, .console-report small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.health-panel strong {
  display: block;
  margin: 10px 0 4px;
  color: #e9ff4e;
  font-size: 86px;
  line-height: 0.95;
  letter-spacing: -4px;
}
.health-panel span, .alert-panel span { color: rgba(255, 255, 255, 0.68); }
.alert-panel {
  min-height: 118px;
  padding: 18px;
  transition: transform 220ms ease, background 220ms ease;
}
.alert-panel:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
}
.alert-panel b { display: block; margin: 7px 0 4px; color: #fff; font-size: 17px; }
.alert-panel.critical { box-shadow: inset 4px 0 0 #ff5a63; }
.alert-panel.high { box-shadow: inset 4px 0 0 #ffae20; }
.alert-panel.low { box-shadow: inset 4px 0 0 #63d3c4; }
.console-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 18px;
}
.console-report b { display: block; margin-top: 4px; font-size: 20px; }
.console-report a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: #09090c;
  background: #e9ff4e;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}
.product-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 6vw, 92px) 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--line);
  box-shadow: var(--shadow);
}
.product-strip article { min-height: 150px; padding: 28px; background: #fff; }
.product-strip strong {
  display: block;
  margin-bottom: 16px;
  color: var(--purple-dark);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.product-strip span {
  display: block;
  color: var(--text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}
.product-feature-band, .report-preview-section, .buyer-section, .access-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: 76px clamp(20px, 6vw, 92px);
}
.product-feature-band h2, .report-preview-section h2, .buyer-section h2, .access-section h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -2px;
}
.feature-ledger { display: grid; gap: 12px; }
.feature-ledger article {
  display: grid;
  grid-template-columns: minmax(160px, 0.38fr) 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(21, 17, 28, 0.06);
}
.feature-ledger b { color: var(--ink); font-size: 16px; }
.feature-ledger span, .report-copy p, .buyer-section p, .access-section p { color: var(--muted); }
.report-preview-section { align-items: center; color: #fff; background: #0d1114; }
.report-preview-section .eyebrow, .report-preview-section .report-copy p { color: rgba(255, 255, 255, 0.7); }
.report-card-preview {
  padding: 28px;
  color: #09090c;
  background: #fbfaf7;
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}
.report-card-preview > span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  color: #fff;
  background: #6f35c9;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.report-card-preview strong {
  display: block;
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -2px;
}
.report-meter { height: 16px; margin-bottom: 22px; overflow: hidden; background: #e8e0d7; border-radius: 999px; }
.report-meter i { display: block; height: 100%; background: linear-gradient(90deg, #ffae20, #e9ff4e, #63d3c4); border-radius: inherit; }
.report-card-preview ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.report-card-preview li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.report-card-preview small { color: var(--muted); text-align: right; }
.report-browser-preview {
  overflow: hidden;
  min-height: 520px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}
.report-browser-preview > div {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  color: #09090c;
  background: #f2eee8;
  border-bottom: 1px solid #ded8cf;
}
.report-browser-preview span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b64;
}
.report-browser-preview span:nth-child(2) { background: #ffd166; }
.report-browser-preview span:nth-child(3) { background: #63d3c4; }
.report-browser-preview b {
  margin-left: 8px;
  color: #46424b;
  font-size: 12px;
}
.report-browser-preview iframe {
  width: 100%;
  height: 560px;
  border: 0;
  transform: scale(0.86);
  transform-origin: top left;
  width: 116.5%;
}
.buyer-section { align-items: center; }
.buyer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.buyer-grid span {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 18px;
  color: #15131a;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(21, 17, 28, 0.06);
}
.access-section { align-items: center; padding-top: 46px; }
.product-access-card { background: linear-gradient(145deg, #fff 0%, #f5edff 100%); }
.sentinel-motion-story {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 64px clamp(20px, 6vw, 92px);
}
.sentinel-motion-story h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -2px;
}
.sentinel-motion-story p:not(.eyebrow) {
  color: var(--muted);
}
.motion-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.motion-track::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  left: 28px;
  height: 4px;
  background: linear-gradient(90deg, #8f5be8, #ffae20, #63d3c4, #e9ff4e);
  border-radius: 999px;
  transform: translateY(-50%);
}
.motion-track article {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: 18px;
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-radius: 20px;
  animation: stepRise 4.8s ease-in-out infinite;
}
.motion-track article:nth-child(2) { animation-delay: 0.35s; }
.motion-track article:nth-child(3) { animation-delay: 0.7s; }
.motion-track article:nth-child(4) { animation-delay: 1.05s; }
.motion-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 38px;
  color: #09090c;
  background: #e9ff4e;
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(21, 17, 28, 0.16);
}
.motion-track b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}
.motion-track small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-7deg); } 50% { transform: translateY(-12px) rotate(-7deg); } }
.laptop { animation: floaty 5s ease-in-out infinite; translate: var(--tilt-x, 0) var(--tilt-y, 0); transition: translate 240ms ease-out; }
@keyframes backgroundDrift { from { background-position: 0 0, 0 0, 0 0, 0 0; } to { background-position: 22px 16px, -18px 20px, 44px 22px, 22px 44px; } }
@keyframes livePulse { 70% { box-shadow: 0 0 0 10px rgba(57, 232, 95, 0); } 100% { box-shadow: 0 0 0 0 rgba(57, 232, 95, 0); } }
@keyframes slabGlow { 50% { filter: saturate(1.25) brightness(1.08); transform: translateY(-8px); } }
@keyframes badgeSpin { to { rotate: 360deg; } }
@keyframes leafSway { 0%, 100% { transform: rotate(-2deg); } 50% { transform: rotate(4deg); } }
@keyframes playPulse { 50% { transform: scale(1.08); box-shadow: 0 0 0 12px rgba(255,255,255,.28); } }
@keyframes sparkleTurn { to { transform: rotate(360deg); } }
@keyframes iconBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes serviceCardFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes sentinelScan {
  0%, 18% { transform: translateY(-115%); opacity: 0; }
  24% { opacity: 0.8; }
  52% { transform: translateY(115%); opacity: 0.8; }
  62%, 100% { transform: translateY(115%); opacity: 0; }
}
@keyframes stepRise {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .hero, .split-section, .ranking-section, .contact-section, .conversion-section, .risk-reversal, .faq-section, .service-hero, .service-modern-grid, .seo-map, .campaign-board, .store-grid, .brand-system, .ops-board, .service-choice, .puzzle-hero, .puzzle-section { grid-template-columns: 1fr; }
  .product-hero, .product-feature-band, .report-preview-section, .buyer-section, .access-section, .sentinel-motion-story { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; }
  .proof-strip, .revenue-flow, .service-snapshot, .service-suite-grid, .product-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-art { min-height: 520px; }
  .service-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-strip article { border-right: 1px solid rgba(255,255,255,.1); }
  .card-grid.three, .blog-grid.three, .pricing-grid.three { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 780px) {
  .site-header { grid-template-columns: auto auto; padding: 20px; }
  .local-time-widget { top: auto; right: 14px; bottom: 14px; }
  .nav-toggle { display: block; justify-self: end; }
  .main-nav, .pill-cta, .header-phone { display: none; }
  .site-header.is-open .main-nav, .site-header.is-open .pill-cta, .site-header.is-open .header-phone {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .site-header.is-open .service-dropdown {
    position: static;
    min-width: 0;
    visibility: visible;
    opacity: 1;
    padding: 6px 0 0 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }
  .hero { min-height: auto; padding-top: 34px; }
  .hero h1, .page-hero h1 { font-size: 46px; letter-spacing: -2px; }
  .hero-art { min-height: 430px; transform: scale(.82); transform-origin: top left; width: 122%; }
  .service-strip, .proof-strip, .revenue-flow, .service-snapshot, .service-suite-grid, .product-strip, .console-grid, .motion-track, .search-lanes, .campaign-steps, .brand-tiles, .ops-grid, .choice-grid, .ranking-grid, .card-grid, .blog-grid, .pricing-grid, .card-grid.three, .blog-grid.three, .pricing-grid.three, .footer, .contact-form, .buyer-grid {
    grid-template-columns: 1fr;
  }
  .product-hero {
    min-height: auto;
    padding-top: 42px;
  }
  .product-hero h1 {
    font-size: 54px;
    letter-spacing: -2px;
  }
  .sentinel-console {
    min-height: auto;
    border-radius: 22px;
  }
  .product-screenshot {
    transform: none;
  }
  .health-panel {
    min-height: 190px;
  }
  .health-panel strong {
    font-size: 68px;
  }
  .product-feature-band, .report-preview-section, .buyer-section, .access-section, .sentinel-motion-story {
    padding: 54px 20px;
  }
  .motion-track::before {
    top: 28px;
    bottom: 28px;
    left: 38px;
    width: 4px;
    height: auto;
    transform: none;
  }
  .motion-track article {
    min-height: auto;
    padding-left: 68px;
  }
  .motion-track span {
    position: absolute;
    top: 18px;
    left: 14px;
    margin: 0;
  }
  .feature-ledger article {
    grid-template-columns: 1fr;
  }
  .report-card-preview li {
    display: grid;
  }
  .report-card-preview small {
    text-align: left;
  }
  .report-browser-preview {
    min-height: 430px;
  }
  .report-browser-preview iframe {
    height: 470px;
    transform: scale(0.72);
    width: 139%;
  }
  .service-hero {
    min-height: auto;
    padding-top: 48px;
  }
  .service-visual {
    min-height: 320px;
  }
  .service-subnav {
    position: static;
    justify-content: flex-start;
  }
  .store-checkout article {
    grid-template-columns: 1fr;
  }
  .puzzle-board {
    grid-template-columns: repeat(3, minmax(76px, 1fr));
  }
  .puzzle-mini-list {
    grid-template-columns: 1fr;
  }
  .service-strip {
    gap: 18px;
    padding: 24px;
  }
  .service-strip article {
    padding: 16px;
  }
  .service-strip a {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 5px 18px;
    min-height: 68px;
    align-items: center;
  }
  .service-strip .icon {
    width: 60px;
    height: 60px;
    grid-row: 1 / span 2;
  }
  .service-strip h2 {
    align-self: end;
    font-size: 18px;
    letter-spacing: 0;
  }
  .service-strip p {
    align-self: start;
    font-size: 15px;
    line-height: 1.35;
  }
  .hero-actions .button { width: 100%; }
  h2 { font-size: 36px; }
  .cookie-notice {
    right: 14px;
    bottom: 48px;
    left: 14px;
    grid-template-columns: 1fr;
  }
}
