:root {
  --ink: #071326;
  --ink-2: #0b1e39;
  --panel: #0e294d;
  --line: rgba(164, 218, 255, 0.18);
  --cyan: #38d9ff;
  --blue: #147bff;
  --royal: #2954ff;
  --white: #f7faff;
  --muted: #9db4d2;
  --gold: #f9d071;
  --good: #70f0a5;
  --danger: #ff7e9b;
  --max: 1180px;
  --serif: Georgia, serif;
  --sans:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  line-height: 1.62;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(20, 123, 255, 0.23),
      transparent 28rem
    ),
    radial-gradient(
      circle at 82% 18%,
      rgba(56, 217, 255, 0.15),
      transparent 27rem
    ),
    linear-gradient(120deg, #071326, #091b35 52%, #071326);
}
body:after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(117, 199, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 199, 255, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(#0004, transparent 78%);
}
a {
  color: inherit;
  text-decoration: none;
}
.skip {
  position: absolute;
  left: -999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 50;
  background: #fff;
  color: #000;
  padding: 0.7rem;
  border-radius: 0.4rem;
}
.wrap {
  width: min(calc(100% - 2.4rem), var(--max));
  margin: auto;
}
.progress {
  height: 3px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 0;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--gold));
  box-shadow: 0 0 18px var(--cyan);
}
#sky {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.site-header.scrolled {
  background: rgba(7, 19, 38, 0.8);
  border-color: var(--line);
}
.nav {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  display: flex;
  gap: 0.62rem;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.logo-mark {
  width: 34px;
  height: 34px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--cyan);
  box-shadow: 0 0 22px #38d9ff80;
}
.nav-links {
  display: flex;
  gap: 1.35rem;
  align-items: center;
  color: #c9d8ec;
  font-size: 0.88rem;
  font-weight: 700;
}
.nav-links a {
  transition: 0.25s;
}
.nav-links a:hover {
  color: var(--cyan);
}
.menu-btn {
  display: none;
  border: 1px solid var(--line);
  color: #fff;
  background: #10294a;
  padding: 0.55rem 0.7rem;
  border-radius: 0.5rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 0.6rem;
  padding: 0.85rem 1.13rem;
  font-weight: 800;
  font-size: 0.91rem;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    background 0.25s;
  cursor: pointer;
  border: 0;
}
.btn:hover {
  transform: translateY(-3px);
}
.btn-primary {
  background: linear-gradient(120deg, var(--cyan), var(--blue));
  color: #031123;
  box-shadow: 0 8px 30px #1480ff55;
}
.btn-primary:hover {
  box-shadow: 0 10px 38px #38d9ff80;
}
.btn-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: #eaf4ff;
}
.hero {
  padding: 6.3rem 0 4.1rem;
  min-height: 760px;
  position: relative;
  display: grid;
  align-items: center;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.kicker {
  color: var(--cyan);
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
  display: flex;
  gap: 0.55rem;
  align-items: center;
}
h1,
h2,
h3 {
  line-height: 1.03;
  margin: 0 0 1rem;
}
h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  letter-spacing: -0.065em;
  max-width: 850px;
}
h2 {
  font-size: clamp(2.05rem, 4vw, 3.65rem);
  letter-spacing: -0.055em;
}
h3 {
  font-size: 1.16rem;
}
.glow-word {
  display: inline-block;
  position: relative;
  background: linear-gradient(
    105deg,
    #fff 10%,
    #81eaff 44%,
    #fff 59%,
    #67baff 76%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shine 5s linear infinite;
  text-shadow: 0 0 28px #38d9ff18;
}
.was-price {
  color: #9db4d2;
  text-decoration: line-through;
  text-decoration-thickness: 0.09em;
  text-decoration-color: #ff7e9b;
  margin-right: 0.22em;
  font-size: 0.62em;
  vertical-align: middle;
}
.glow-word:after {
  content: "";
  position: absolute;
  inset: 16% -1%;
  background: var(--cyan);
  filter: blur(25px);
  z-index: -1;
  opacity: 0.18;
}
.hero p {
  max-width: 650px;
  color: #c0d1e7;
  font-size: 1.12rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.7rem 0;
}
.proof-line {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  color: #c6d9f2;
  font-size: 0.86rem;
}
.proof-line strong {
  color: #fff;
}
.proof-line span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.spark {
  color: var(--gold);
  text-shadow: 0 0 10px var(--gold);
}
.visual {
  position: relative;
  min-height: 520px;
}
.orbit {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(56, 217, 255, 0.22);
  border-radius: 50%;
  animation: spin 24s linear infinite;
}
.orbit:before,
.orbit:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 24px 7px #38d9ffaa;
}
.orbit:before {
  top: 14%;
  left: 11%;
}
.orbit:after {
  bottom: 10%;
  right: 12%;
  background: var(--gold);
  box-shadow: 0 0 24px 7px #f9d071aa;
}
.radar {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background:
    repeating-radial-gradient(
      circle,
      transparent 0 47px,
      rgba(56, 217, 255, 0.13) 48px 49px
    ),
    conic-gradient(
      from 40deg,
      transparent 0 245deg,
      rgba(56, 217, 255, 0.22) 290deg,
      transparent 340deg
    );
  border: 1px solid rgba(56, 217, 255, 0.3);
  animation: spin 8s linear infinite;
}
.center-card {
  position: absolute;
  inset: 26%;
  border: 1px solid rgba(114, 221, 255, 0.46);
  border-radius: 1.2rem;
  background: linear-gradient(145deg, #123860e0, #0a1e3ce8);
  box-shadow:
    inset 0 0 30px #38d9ff15,
    0 25px 90px #0008;
  display: grid;
  place-items: center;
  text-align: center;
  transform: rotate(-4deg);
}
.center-card .map-pin {
  font-size: 3.2rem;
  line-height: 1;
  filter: drop-shadow(0 0 15px #38d9ff);
}
.center-card b {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}
.float-card {
  position: absolute;
  border: 1px solid rgba(126, 221, 255, 0.3);
  background: rgba(10, 34, 63, 0.83);
  backdrop-filter: blur(14px);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  box-shadow: 0 16px 45px #0008;
  animation: float 4.8s ease-in-out infinite;
}
.float-card b {
  display: block;
  font-size: 0.95rem;
}
.float-card small {
  color: var(--muted);
}
.f1 {
  top: 5%;
  right: 1%;
  animation-delay: -1.2s;
}
.f2 {
  bottom: 11%;
  left: 0;
  animation-delay: -2.6s;
}
.f3 {
  bottom: 1%;
  right: 5%;
  animation-delay: -0.5s;
}
.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--good);
  box-shadow: 0 0 0 0 #70f0a588;
  animation: pulse 2s infinite;
  margin-right: 0.35rem;
}
.section {
  padding: 6.7rem 0;
  position: relative;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.4rem;
}
.section-head p {
  max-width: 560px;
  color: var(--muted);
  margin: 0;
}
.dark-card {
  background: linear-gradient(
    140deg,
    rgba(18, 53, 91, 0.78),
    rgba(8, 27, 53, 0.77)
  );
  border: 1px solid var(--line);
  box-shadow: 0 18px 60px #0004;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.show {
  opacity: 1;
  transform: none;
}
.reality {
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  gap: 1.3rem;
  padding: 1.35rem;
  border-radius: 1.25rem;
}
.expense-list {
  padding: 0.4rem;
}
.expense {
  display: grid;
  grid-template-columns: minmax(115px, 1fr) 2.5fr auto;
  gap: 0.6rem;
  align-items: center;
  margin: 0.8rem 0;
  font-size: 0.86rem;
}
.bar {
  height: 8px;
  background: #071a33;
  border-radius: 10px;
  overflow: hidden;
}
.bar i {
  display: block;
  height: 100%;
  width: var(--w);
  border-radius: inherit;
  background: linear-gradient(90deg, #2954ff, var(--cyan));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s cubic-bezier(0.2, 0.9, 0.2, 1);
}
.show .bar i {
  transform: scaleX(1);
}
.profit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 50% 0, #38d9ff23, transparent 62%), #071b35;
  text-align: center;
}
.profit small {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--muted);
  font-weight: 800;
}
.profit strong {
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 1;
  color: var(--cyan);
  text-shadow: 0 0 35px #38d9ff80;
  margin: 0.75rem 0;
}
.profit p {
  color: #b9cae0;
  font-size: 0.88rem;
}
.grid {
  display: grid;
  gap: 1rem;
}
.cards-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cards-4 {
  grid-template-columns: repeat(4, 1fr);
}
.pain {
  padding: 1.3rem;
  min-height: 210px;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  transition: 0.3s;
}
.pain:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  right: -70px;
  bottom: -85px;
  background: radial-gradient(circle, #ff6d9d42, transparent 65%);
  transition: 0.45s;
}
.pain:hover {
  transform: translateY(-7px);
  border-color: #ff8bae66;
}
.pain:hover:after {
  transform: scale(1.7);
}
.pain .number {
  color: var(--danger);
  font-size: 1.65rem;
  font-weight: 900;
}
.service {
  padding: 1.45rem;
  border-radius: 1rem;
  min-height: 275px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.service:hover {
  transform: translateY(-8px);
  border-color: #38d9ff8c;
  box-shadow: 0 26px 65px #0008;
}
.service .icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: #38d9ff12;
  border: 1px solid #38d9ff55;
  border-radius: 0.65rem;
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
}
.service-visual {
  width: 100%;
  height: 112px;
  margin: -0.35rem 0 1rem;
  border-radius: 0.7rem;
  background-image: url("/assets/service-visuals.png");
  background-size: 300% 200%;
  background-repeat: no-repeat;
  background-color: #06152b;
  border: 1px solid #38d9ff33;
  box-shadow: inset 0 0 32px #38d9ff12;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.service:hover .service-visual {
  transform: scale(1.035);
  box-shadow: 0 0 26px #38d9ff35;
}
.service-visual.strategy { background-position: 0% 0%; }
.service-visual.local { background-position: 50% 0%; }
.service-visual.website { background-position: 100% 0%; }
.service-visual.seo { background-position: 0% 100%; }
.service-visual.ecommerce { background-position: 50% 100%; }
.service-visual.it { background-position: 100% 100%; }
.service p {
  color: var(--muted);
  font-size: 0.9rem;
}
.service a {
  font-size: 0.86rem;
  font-weight: 900;
  color: var(--cyan);
}
.ladder {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
  align-items: end;
}
.rung {
  min-height: 150px;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(12, 35, 65, 0.62);
  position: relative;
  overflow: hidden;
}
.rung:nth-child(2) {
  min-height: 195px;
}
.rung:nth-child(3) {
  min-height: 245px;
}
.rung:nth-child(4) {
  min-height: 300px;
}
.rung:nth-child(5) {
  min-height: 355px;
}
.rung:before {
  content: "";
  position: absolute;
  inset: auto -25% -55% -25%;
  height: 90%;
  background: radial-gradient(ellipse, #38d9ff54, transparent 65%);
  opacity: 0.2;
  transition: 0.55s;
}
.rung.show:before {
  opacity: 1;
  transform: translateY(-25%);
}
.rung small {
  color: var(--cyan);
  font-weight: 900;
  letter-spacing: 0.08em;
}
.rung b {
  display: block;
  font-size: 1.05rem;
  line-height: 1.1;
  margin: 0.65rem 0;
}
.rung p {
  font-size: 0.79rem;
  color: var(--muted);
  margin: 0;
}
.case {
  padding: 1.5rem;
  border-radius: 1rem;
}
.case .label {
  color: var(--cyan);
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
}
.case p {
  color: #bed0e8;
  font-size: 0.92rem;
}
.case .result {
  border-top: 1px solid var(--line);
  padding-top: 0.8rem;
  color: #fff;
  font-size: 0.88rem;
}
.costs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
}
.cost {
  background: #0a213f;
  padding: 1.55rem;
  min-height: 170px;
}
.cost strong {
  display: block;
  color: var(--cyan);
  font-size: 2.2rem;
  letter-spacing: -0.07em;
}
.cost span {
  color: #bcd0e8;
  font-weight: 800;
  font-size: 0.88rem;
}
.about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}
.portrait-placeholder {
  aspect-ratio: 1/1;
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 32%, #76e7ff30, transparent 25%),
    linear-gradient(145deg, #144b78, #081d3d 62%, #030b17);
  border: 1px solid #38d9ff55;
  box-shadow:
    inset 0 0 80px #38d9ff12,
    0 28px 70px #0007;
}
.portrait-placeholder:before {
  content: "GN";
  position: absolute;
  inset: 12%;
  border: 1px solid #70e9ff55;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #dffaff;
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.15em;
  box-shadow: 0 0 55px #38d9ff3d;
  animation: breathe 4s ease-in-out infinite;
}
.portrait-placeholder:after {
  content: "BUSINESS  TECHNOLOGY  MARKETING";
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--cyan);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  font-weight: 900;
}
.apply {
  padding: 3.1rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #124a78, #0a1d3b 54%, #0e1d57);
  overflow: hidden;
}
.offers-section {
  position: relative;
}
.offers-section:before {
  content: "";
  position: absolute;
  inset: 8% 0 auto;
  height: 420px;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 40%, #147bff2b, transparent 66%);
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
}
.offer-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 680px;
  padding: 1.55rem;
  border: 1px solid #63dcff54;
  border-radius: 1.1rem;
  background: linear-gradient(155deg, #123b69e6, #091d3b 58%, #0c1749);
  box-shadow: inset 0 1px #d6faff1c, 0 22px 44px #0005;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.offer-card:hover {
  transform: translateY(-10px) scale(1.01);
  border-color: var(--cyan);
  box-shadow: inset 0 1px #d6faff55, 0 26px 55px #006eff52, 0 0 35px #38d9ff20;
}
.offer-card.featured {
  border-color: #f9d071a8;
  background: linear-gradient(155deg, #184b7a, #101e57 55%, #142960);
  transform: translateY(-14px);
}
.offer-card.featured:hover { transform: translateY(-22px) scale(1.01); }
.offer-beam {
  position: absolute;
  z-index: -1;
  width: 150%;
  height: 55%;
  top: -32%;
  left: -25%;
  background: linear-gradient(90deg, transparent, #b6f8ff4a, #ffffff7a, #52dcff3d, transparent);
  transform: rotate(-22deg);
  animation: offerSweep 5.5s linear infinite;
}
.offer-top { display: flex; gap: .65rem; flex-wrap: wrap; align-items: center; min-height: 2.1rem; }
.offer-tag {
  padding: .3rem .52rem;
  border-radius: 99px;
  color: #0a1932;
  background: linear-gradient(90deg, #f9d071, #fff3b9, #f9d071);
  background-size: 200% 100%;
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .05em;
  animation: shine 2.4s linear infinite, tagPulse 1.6s ease-in-out infinite;
}
.offer-name { color: var(--cyan); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.offer-card h3 { font-size: 1.48rem; line-height: 1.1; margin: 1rem 0 .55rem; }
.offer-lead { color: #c4d8ee; font-size: .89rem; min-height: 4.4rem; margin: 0; }
.offer-price { margin: 1.15rem 0 .85rem; display: flex; align-items: baseline; gap: .45rem; flex-wrap: wrap; }
.old-price { color: #b6c5d8; font-weight: 800; text-decoration: line-through; text-decoration-color: var(--danger); text-decoration-thickness: 2px; }
.offer-price strong { color: var(--cyan); font-size: 2.72rem; line-height: 1; letter-spacing: -.08em; text-shadow: 0 0 24px #38d9ff9c; animation: priceGlow 2.4s ease-in-out infinite; }
.offer-price em { color: #c9d8ec; font-size: .78rem; font-style: normal; font-weight: 800; }
.offer-list { margin: 0 0 1.25rem; padding: 0; list-style: none; display: grid; gap: .68rem; color: #d2e2f5; font-size: .84rem; }
.offer-list li { position: relative; padding-left: 1.25rem; }
.offer-list li:before { content: ""; width: .48rem; height: .48rem; border-radius: 50%; position: absolute; left: 0; top: .48rem; background: var(--good); box-shadow: 0 0 14px var(--good); }
.offer-button { width: 100%; margin-top: auto; text-align: center; }
.offer-card small { color: #a8c0d9; margin-top: .75rem; font-size: .7rem; line-height: 1.4; }
.addon-bar { position: relative; margin-top: 1rem; padding: 1rem 1.2rem; border: 1px solid #38d9ff42; border-radius: .85rem; color: #c6d9ed; background: #0a2446b8; font-size: 1rem; }
.addon-bar b { color: var(--cyan); }
.review-wall-section { overflow: hidden; position: relative; }
.review-wall-section:before { content: ""; position: absolute; width: 70vw; height: 70vw; max-width: 900px; max-height: 900px; top: 4%; left: 50%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, #147bff2d, transparent 67%); pointer-events: none; }
.review-marquee { position: relative; width: 100%; overflow: hidden; padding: .8rem 0; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.review-track { width: max-content; display: flex; gap: 1rem; padding: .35rem .5rem; animation: reviewSlide 42s linear infinite; }
.review-marquee-right .review-track { animation-direction: reverse; animation-duration: 48s; }
.review-track:hover { animation-play-state: paused; }
.review-card { position: relative; width: min(86vw, 390px); min-height: 245px; padding: 1.2rem; border: 1px solid #5fdfff62; border-radius: 1rem; background: linear-gradient(145deg, #113965ed, #091d3be8); box-shadow: inset 0 1px #d8faff1c, 0 16px 36px #0006; overflow: hidden; }
.review-card:before { content: ""; position: absolute; inset: 0; background: linear-gradient(112deg, transparent 33%, #d8fbff21 48%, transparent 62%); background-size: 250% 100%; animation: reviewShine 5s linear infinite; pointer-events: none; }
.review-card.gold { border-color: #f9d07198; background: linear-gradient(145deg, #473b24ef, #10254aef); }.review-card.blue { border-color: #7aa9ff9b; background: linear-gradient(145deg, #182f76ef, #0a1c3eeb); }
.review-badge { position: relative; display: inline-flex; color: var(--cyan); font-size: .59rem; font-weight: 900; letter-spacing: .1em; }.gold .review-badge { color: var(--gold); }
.review-stars { margin: .55rem 0 .6rem; color: var(--gold); font-weight: 900; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; text-shadow: 0 0 13px #f9d07183; }
.review-stars:before { content: "***** "; font-size: 1.08rem; letter-spacing: .02em; }
.review-card p { position: relative; margin: 0; min-height: 105px; color: #eaf5ff; font-size: .91rem; line-height: 1.52; font-weight: 600; }
.review-person { position: relative; display: flex; gap: .65rem; align-items: center; border-top: 1px solid #b9eaff2b; margin-top: .75rem; padding-top: .75rem; }.review-person span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--cyan); color: var(--cyan); border-radius: 50%; font-size: .65rem; font-weight: 900; box-shadow: 0 0 15px #38d9ff55; }.review-person b { display: block; font-size: .72rem; }.review-person small { display: block; color: #acc4df; font-size: .67rem; }
.review-note { display: flex; align-items: center; justify-content: center; gap: .6rem; position: relative; margin: 1.25rem auto 0; max-width: 750px; color: #cfe0f1; font-size: .82rem; text-align: center; }.review-note b { color: var(--white); }
.blueprint-section { position: relative; }.blueprint-section:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, #f9d07125, transparent 30%), radial-gradient(circle at 80% 40%, #38d9ff24, transparent 32%); pointer-events: none; }
.blueprint-box { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(1.5rem, 5vw, 4rem); padding: clamp(1.4rem, 5vw, 4rem); overflow: hidden; border: 1px solid #f9d07173; border-radius: 1.4rem; background: linear-gradient(130deg, #0d2447, #102a56 52%, #081a34); box-shadow: inset 0 1px #fff3b823, 0 26px 60px #0008; }.blueprint-box:after { content: ""; position: absolute; width: 150%; height: 45%; top: -34%; left: -20%; background: linear-gradient(90deg, transparent, #fff6b452, transparent); transform: rotate(-17deg); animation: offerSweep 6s linear infinite; pointer-events: none; }
.blueprint-cover { position: relative; z-index: 1; max-width: 390px; margin: auto; transform: perspective(900px) rotateY(8deg) rotateX(2deg); filter: drop-shadow(0 24px 26px #000a); animation: blueprintFloat 5s ease-in-out infinite; }.blueprint-cover img { display: block; width: 100%; border: 1px solid #f9d071a6; border-radius: .9rem; }
.blueprint-copy { position: relative; z-index: 1; }.blueprint-copy h2 { font-size: clamp(2rem, 4.2vw, 4rem); line-height: 1.02; letter-spacing: -.065em; margin: .4rem 0 .9rem; }.blueprint-copy p { color: #c4d8ed; max-width: 680px; }
.blueprint-price { display: flex; gap: .65rem; align-items: baseline; flex-wrap: wrap; margin: 1.15rem 0; }.blueprint-price span { color: #b6c5d8; font-weight: 800; text-decoration: line-through; text-decoration-color: var(--danger); text-decoration-thickness: 2px; }.blueprint-price strong { color: var(--gold); font-size: 3rem; line-height: 1; letter-spacing: -.08em; text-shadow: 0 0 26px #f9d0719c; animation: priceGlow 2.4s ease-in-out infinite; }.blueprint-price em { color: #fff0b4; font-size: .75rem; font-style: normal; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.blueprint-points { display: grid; gap: .52rem; margin: 1rem 0 1.35rem; color: #e5f2ff; font-size: .86rem; }.blueprint-points span:before { content: ""; display: inline-block; width: .48rem; height: .48rem; margin-right: .65rem; border-radius: 50%; background: var(--good); box-shadow: 0 0 12px var(--good); }.blueprint-buy { min-width: min(100%, 360px); }.blueprint-copy small { display: block; max-width: 560px; margin-top: .8rem; color: #aac2dc; font-size: .72rem; }
@keyframes blueprintFloat { 50% { transform: perspective(900px) rotateY(-5deg) rotateX(-2deg) translateY(-12px); } }
@keyframes reviewSlide { to { transform: translateX(calc(-50% - .5rem)); } }
@keyframes reviewShine { to { background-position: -250% 0; } }
.ai-intent { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 2rem; padding: 3rem; border: 1px solid #38d9ff52; border-radius: 1.25rem; background: linear-gradient(120deg, #0a2344, #112b5a, #0a1c37); overflow: hidden; }
.ai-intent h2 { max-width: 680px; margin: .35rem 0 .75rem; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.03; letter-spacing: -.06em; }
.ai-intent p { color: #bdd1e8; max-width: 650px; }
.prompt-orbit { width: min(100%, 330px); aspect-ratio: 1; justify-self: center; position: relative; border: 1px solid #38d9ff6e; border-radius: 50%; box-shadow: inset 0 0 60px #38d9ff24, 0 0 48px #147bff36; animation: spin 18s linear infinite; }
.prompt-orbit:before,.prompt-orbit:after { content: ""; position: absolute; inset: 15%; border: 1px dashed #70e9ff7d; border-radius: 50%; }
.prompt-orbit:after { inset: 33%; border-style: solid; }
.prompt-orbit span { position: absolute; padding: .36rem .55rem; border-radius: 99px; background: #112f59; border: 1px solid #71e6ff73; color: #e6f8ff; font-size: .68rem; font-weight: 800; white-space: nowrap; animation: counterSpin 18s linear infinite; }
.prompt-orbit span:nth-child(1) { top: -5%; left: 27%; }.prompt-orbit span:nth-child(2) { right: -14%; top: 41%; }.prompt-orbit span:nth-child(3) { bottom: 4%; left: 8%; }.prompt-orbit span:nth-child(4) { top: 42%; left: -18%; }
.prompt-orbit b { position: absolute; inset: 32%; display: grid; place-items: center; text-align: center; color: var(--cyan); font-size: .72rem; letter-spacing: .08em; line-height: 1.5; animation: counterSpin 18s linear infinite; }
.thank-you { min-height: calc(100vh - 74px); padding: 8rem 0; display: grid; place-items: center; }
.thank-you-card { max-width: 760px; text-align: center; padding: clamp(2rem, 6vw, 4.5rem); border: 1px solid #47dfff7a; border-radius: 1.5rem; background: linear-gradient(145deg, #123d6de6, #071932 60%, #12295c); box-shadow: 0 0 80px #147bff45, inset 0 0 90px #38d9ff12; }
.thank-check { width: 76px; height: 76px; margin: 0 auto 1.2rem; border: 2px solid var(--good); border-radius: 50%; display: grid; place-items: center; color: var(--good); font-weight: 900; box-shadow: 0 0 34px #70f0a574; animation: breathe 2.3s ease-in-out infinite; }
.thank-you h1 { font-size: clamp(2.1rem, 5vw, 4.3rem); letter-spacing: -.07em; line-height: 1.03; margin: .5rem 0 1rem; }.thank-you p { color: #c1d5e9; }.thank-points { display: grid; gap: .6rem; text-align: left; margin: 1.6rem 0; }.thank-points span { padding: .65rem .8rem; border-radius: .55rem; background: #061a33a8; color: #dcecff; }.thank-points span:before { content: ""; display: inline-block; width: .5rem; height: .5rem; margin-right: .7rem; border-radius: 50%; background: var(--good); box-shadow: 0 0 11px var(--good); }
.thank-contact { padding: 1rem; border: 1px solid #38d9ff48; border-radius: .75rem; background: #092347a8; font-size: .87rem; }.thank-contact b { color: #fff; }.thank-contact a { color: var(--cyan); font-weight: 800; }
@keyframes offerSweep { from { transform: translateX(-35%) rotate(-22deg); } to { transform: translateX(75%) rotate(-22deg); } }
@keyframes tagPulse { 50% { filter: brightness(1.2); box-shadow: 0 0 16px #f9d071b0; } }
@keyframes priceGlow { 50% { text-shadow: 0 0 37px #38d9ff, 0 0 64px #147bff; } }
@keyframes counterSpin { to { transform: rotate(-360deg); } }
.apply-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}
.apply p {
  color: #c3d5eb;
}
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.form label {
  font-size: 0.78rem;
  font-weight: 800;
  color: #c3d9f2;
  display: grid;
  gap: 0.32rem;
}
.form .full {
  grid-column: 1/-1;
}
.form input,
.form select,
.form textarea {
  font: inherit;
  color: #fff;
  border: 1px solid #9ddcff3e;
  background: #05182e94;
  border-radius: 0.55rem;
  padding: 0.75rem;
  outline: none;
  width: 100%;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px #38d9ff22;
}
.form textarea {
  min-height: 105px;
  resize: vertical;
}
.form select option {
  color: #000;
}
.form-note {
  font-size: 0.72rem;
  color: #b4c9df;
  grid-column: 1/-1;
}
.faq-list {
  display: grid;
  gap: 0.7rem;
}
.faq {
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: #0b2445b5;
  overflow: hidden;
}
.faq button {
  border: 0;
  background: none;
  width: 100%;
  text-align: left;
  color: #f3f9ff;
  padding: 1rem 1.15rem;
  font: 700 0.95rem var(--sans);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}
.faq button:after {
  content: "+";
  font-size: 1.3rem;
  color: var(--cyan);
}
.faq.open button:after {
  content: "";
}
.answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
}
.answer > div {
  overflow: hidden;
}
.faq.open .answer {
  grid-template-rows: 1fr;
}
.answer p {
  color: #b9cce3;
  font-size: 0.9rem;
  padding: 0 1.15rem 1rem;
  margin: 0;
}
.faq-links {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.chip {
  padding: 0.52rem 0.7rem;
  border: 1px solid var(--line);
  background: #0a274c;
  color: #d8edff;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 800;
  transition: 0.2s;
}
.chip:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}
.article-hero,
.page-hero {
  padding: 4.4rem 0 2.3rem;
}
.breadcrumbs {
  font-size: 0.8rem;
  color: #a7bdd5;
  margin-bottom: 1rem;
}
.article-hero h1,
.page-hero h1 {
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  max-width: 1000px;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 2rem;
  padding-bottom: 5rem;
}
.article {
  padding: 1.8rem;
  border-radius: 1rem;
}
.article p,
.article li {
  color: #c7d6e9;
}
.article h2 {
  font-size: 1.9rem;
  margin-top: 2.4rem;
}
.article h3 {
  margin-top: 1.4rem;
}
.article ul {
  padding-left: 1.2rem;
}
.article li {
  margin: 0.5rem 0;
}
.article .search-intent {
  color: var(--cyan);
  font-weight: 800;
  font-size: 0.86rem;
}
.aside {
  position: sticky;
  top: 100px;
  height: max-content;
  padding: 1.2rem;
  border-radius: 1rem;
}
.aside p {
  font-size: 0.86rem;
  color: var(--muted);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.blog-card {
  padding: 1.2rem;
  border-radius: 0.9rem;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  transition: 0.3s;
}
.blog-card:hover {
  transform: translateY(-6px);
  border-color: #38d9ff8a;
}
.blog-card .tag {
  color: var(--cyan);
  font-weight: 900;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.blog-card h2 {
  font-size: 1.25rem;
  letter-spacing: -0.04em;
  margin: 0.7rem 0;
}
.blog-card p {
  font-size: 0.86rem;
  color: var(--muted);
  margin: 0 0 1rem;
}
.blog-card a {
  color: var(--cyan);
  font-size: 0.84rem;
  font-weight: 900;
  margin-top: auto;
}
.topic-nav {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 1.2rem 0 2.4rem;
}
.service-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.service-detail {
  padding: 1.5rem;
  border-radius: 1rem;
}
.service-detail p {
  color: var(--muted);
}
footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 0;
  color: #9db4d2;
  font-size: 0.82rem;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.mobile-nav {
  display: none;
}
@keyframes shine {
  to {
    background-position: -220% 0;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  50% {
    transform: translateY(-13px) rotate(1.5deg);
  }
}
@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px transparent;
  }
}
@keyframes breathe {
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 90px #38d9ff55;
  }
}
@media (max-width: 900px) {
  .hero {
    padding-top: 4.3rem;
    min-height: auto;
  }
  .hero-grid,
  .reality,
  .about,
  .apply-grid {
    grid-template-columns: 1fr;
  }
  .visual {
    min-height: 430px;
    max-width: 580px;
    width: 100%;
    margin: auto;
  }
  .cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cards-3,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
  .offer-card, .offer-card.featured { min-height: auto; transform: none; }
  .offer-card.featured:hover { transform: translateY(-8px) scale(1.01); }
  .ai-intent { grid-template-columns: 1fr; }
  .blueprint-box { grid-template-columns: 1fr; }.blueprint-cover { width: min(100%, 360px); }
  .review-track { animation-duration: 32s; }
  .ladder {
    grid-template-columns: repeat(2, 1fr);
  }
  .rung,
  .rung:nth-child(n) {
    min-height: 160px;
  }
  .rung:last-child {
    grid-column: span 2;
  }
  .article-layout {
    grid-template-columns: 1fr;
  }
  .aside {
    display: none;
  }
  .nav-links {
    display: none;
  }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: #091d39;
    border-bottom: 1px solid var(--line);
  }
  .menu-btn {
    display: block;
  }
  .costs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .wrap {
    width: min(calc(100% - 1.35rem), var(--max));
  }
  .section {
    padding: 4.4rem 0;
  }
  .hero {
    padding: 3.2rem 0;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 15vw, 4rem);
  }
  .visual {
    min-height: 340px;
  }
  .center-card {
    inset: 23%;
  }
  .float-card {
    padding: 0.62rem 0.76rem;
    font-size: 0.78rem;
  }
  .f1 {
    right: -2%;
  }
  .f2 {
    left: -2%;
  }
  .cards-3,
  .cards-4,
  .blog-grid,
  .service-page-grid,
  .costs {
    grid-template-columns: 1fr;
  }
  .ladder {
    grid-template-columns: 1fr;
  }
  .rung:last-child {
    grid-column: auto;
  }
  .form {
    grid-template-columns: 1fr;
  }
  .apply {
    padding: 1.4rem;
  }
  .ai-intent { padding: 1.4rem; }
  .prompt-orbit { width: 260px; }
  .reality {
    padding: 0.8rem;
  }
  .expense {
    grid-template-columns: 88px 1fr auto;
    font-size: 0.74rem;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
  }
  .proof-line {
    gap: 0.55rem 1rem;
  }
  .mobile-hide {
    display: none;
  }
}

/* Local-search motion sections */
.search-hero {
  position: relative;
  min-height: 460px;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: linear-gradient(145deg, #102b4e, #07172d);
  box-shadow: 0 25px 70px #00193680;
  overflow: hidden;
}
.search-bar,
.mini-search {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: #f9fbff;
  color: #1c2a3b;
  border-radius: 999px;
  padding: 0.78rem 1rem;
  box-shadow: 0 8px 25px #0004;
}
.search-bar i,
.mini-search i {
  margin-left: auto;
  font-size: 0.68rem;
  color: #59718e;
  font-style: normal;
}
.search-mark {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 2px solid #147bff;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}
.search-mark:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  right: -6px;
  bottom: -3px;
  background: #147bff;
  transform: rotate(45deg);
  border-radius: 2px;
}
.typed-search {
  font-size: 0.92rem;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #147bff;
  animation:
    typing 3s steps(20) infinite,
    blink 0.6s step-end infinite;
}
.map-preview {
  height: 185px;
  margin: 0.7rem 0;
  border-radius: 0.85rem;
  background: linear-gradient(
    130deg,
    #c9e9d4 0 16%,
    #e9edc9 16% 36%,
    #bfdceb 36% 51%,
    #e9d4bf 51% 70%,
    #cde0c0 70%
  );
  position: relative;
  overflow: hidden;
}
.map-preview:before,
.map-preview:after {
  content: "";
  position: absolute;
  inset: -20%;
  background: repeating-linear-gradient(
    35deg,
    transparent 0 28px,
    #ffffffb5 29px 35px,
    transparent 36px 72px
  );
  transform: rotate(-9deg);
}
.pin {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  background: #e34343;
  border: 2px solid #fff;
  box-shadow: 0 3px 9px #0007;
  transform: rotate(-45deg);
  animation: pinPop 2.5s infinite;
}
.pin:after { content: ""; position: absolute; width: 5px; height: 5px; left: 4px; top: 4px; background: #fff; border-radius: 50%; }
.pin-a {
  top: 30%;
  left: 30%;
}
.pin-b {
  top: 51%;
  left: 58%;
  animation-delay: 0.5s;
}
.pin-c {
  top: 22%;
  left: 73%;
  animation-delay: 1s;
}
.pack-card {
  position: relative;
  z-index: 2;
  margin-top: 0.5rem;
  padding: 0.55rem 0.72rem;
  background: #fff;
  color: #233142;
  border-radius: 0.55rem;
  box-shadow: 0 5px 14px #0004;
  display: grid;
  gap: 0.1rem;
  font-size: 0.75rem;
  animation: slideIn 0.7s both;
}
.pack-card small,
.pack-card em {
  font-size: 0.61rem;
  color: #677d95;
  font-style: normal;
}
.pack-card span {
  color: #bb7800;
}
.winner {
  animation-delay: 0.3s;
  border-left: 4px solid #2e8b57;
}
.second {
  animation-delay: 0.65s;
}
.third {
  animation-delay: 1s;
}
.local-services-section {
  overflow: hidden;
}
.service-marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  padding: 0.9rem 0;
  background: #071a32;
}
.marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee-track span {
  min-width: 235px;
  padding: 1rem;
  border: 1px solid #55cfff55;
  border-radius: 0.7rem;
  background: linear-gradient(130deg, #123861aa, #0a203dbb);
  box-shadow:
    inset 0 0 25px #38d9ff12,
    0 0 22px #38d9ff12;
  font-weight: 850;
  color: #eefdff;
}
.marquee-track small {
  display: block;
  color: var(--muted);
  font-weight: 500;
  margin-top: 0.22rem;
}
.ranking-demo {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 90% 10%, #137dff31, transparent 35%), #091b34;
}
.rank-phone {
  padding: 1rem;
  border-radius: 1rem;
  background: #f7fbff;
  color: #1c2b3e;
  box-shadow: 0 20px 45px #0007;
  transform: rotate(2deg);
}
.rank-row {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding: 0.72rem;
  margin-top: 0.65rem;
  border-radius: 0.6rem;
  background: #eaf2fb;
}
.rank-row strong {
  font-size: 1.45rem;
}
.rank-row b,
.rank-row span {
  display: block;
  font-size: 0.78rem;
}
.rank-row span {
  color: #b17500;
}
.rank-row.seven {
  border-left: 4px solid #e66b7b;
  animation: rankDrop 4s ease-in-out infinite;
}
.rank-row.top {
  border-left: 4px solid #1dbf73;
  animation: rankRise 4s ease-in-out infinite;
}
.rank-note {
  font-size: 0.72rem;
  margin-top: 0.75rem;
  padding: 0.7rem;
  background: #e7f7ed;
  border-radius: 0.55rem;
  color: #286343;
}
.audit-cta {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.5rem, 5vw, 4rem);
  border: 1px solid #39d9ff66;
  border-radius: 1.3rem;
  background: linear-gradient(120deg, #0b2b51, #092040 55%, #101943);
  box-shadow: 0 0 65px #147bff24;
}
.audit-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}
.audit-points span {
  font-size: 0.83rem;
  color: #c9eaff;
}
.audit-points span:before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 0.5rem; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.audit-price {
  display: grid;
  gap: 0.8rem;
  padding: 1.5rem;
  border: 1px solid #7feaff77;
  border-radius: 1rem;
  background: #071a31;
  box-shadow: 0 0 32px #38d9ff24;
  text-align: center;
}
.audit-price strong {
  font-size: 3.6rem;
  line-height: 1;
  color: var(--cyan);
  text-shadow: 0 0 25px #38d9ff66;
}
.audit-price em {
  font-size: 0.78rem;
  color: var(--muted);
  font-style: normal;
}
.booking-card {
  align-self: center;
  padding: 2rem;
  border: 1px solid #56dfff66;
  border-radius: 1rem;
  background: linear-gradient(145deg, #0c315a, #06182e);
  box-shadow: 0 0 35px #38d9ff1f;
  display: grid;
  gap: 1rem;
}
.booking-card small {
  color: var(--muted);
  font-size: 0.78rem;
}
.booking-icon {
  font-size: 1.8rem;
  color: var(--cyan);
  text-shadow: 0 0 24px var(--cyan);
}
.about {
  display: block;
}
.about-copy {
  max-width: 830px;
  margin: auto;
  text-align: center;
}
.about-copy .kicker {
  justify-content: center;
}
@keyframes typing {
  0%,
  15% {
    width: 0;
  }
  55%,
  100% {
    width: 19ch;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes pinPop {
  50% {
    transform: translateY(-9px) scale(1.15);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(55px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes rankDrop {
  50% {
    transform: translateY(7px);
    opacity: 0.7;
  }
}
@keyframes rankRise {
  50% {
    transform: translateY(-7px);
  }
}
@media (max-width: 900px) {
  .search-hero {
    max-width: 620px;
    margin: auto;
  }
  .ranking-demo,
  .audit-cta {
    grid-template-columns: 1fr;
  }
  .rank-phone {
    max-width: 480px;
    margin: auto;
  }
  .about-copy {
    text-align: left;
  }
  .about-copy .kicker {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .search-hero {
    min-height: 420px;
  }
  .ranking-demo,
  .audit-cta {
    padding: 1.2rem;
  }
  .audit-price strong {
    font-size: 3rem;
  }
}


/* connected site footer */
.site-connect {
  position: relative;
  border-top: 1px solid rgba(66, 228, 255, .2);
  border-bottom: 1px solid rgba(66, 228, 255, .1);
  background:
    radial-gradient(circle at 10% 0%, rgba(56,217,255,.12), transparent 34%),
    linear-gradient(180deg, rgba(7,19,38,.98), rgba(5,15,31,.98));
  padding: 1.35rem 0;
}
.site-connect-inner { display: grid; grid-template-columns: minmax(180px,.8fr) minmax(420px,1.5fr) auto; gap: 1rem; align-items: center; }
.site-connect-copy { display: grid; gap: .2rem; }
.site-connect-copy strong { color: #f7fbff; font-size: .92rem; }
.site-connect-copy span { color: #8fa9c8; font-size: .72rem; line-height: 1.45; }
.site-connect-actions { display: flex; gap: .55rem; flex-wrap: wrap; justify-content: center; }
.connect-btn { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: .7rem .9rem; border: 1px solid rgba(126,217,255,.22); border-radius: .7rem; background: rgba(10,35,65,.72); color: #edf9ff; font-size: .75rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.connect-btn:hover { transform: translateY(-2px); border-color: rgba(66,228,255,.62); background: rgba(12,49,90,.94); }
.connect-btn-primary { background: linear-gradient(135deg,#147bff,#20b8ff); border-color: transparent; color: #fff; box-shadow: 0 9px 28px rgba(20,123,255,.2); }
.site-connect-meta { text-align: right; white-space: nowrap; }
.site-connect-meta a { color: #79e7ff; font-size: .74rem; font-weight: 800; text-decoration: none; }
.ai-index-hero h1 { max-width: 900px; }
.ai-index-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 1.2rem; align-items: start; }
.ai-index-card { padding: clamp(1.25rem, 3vw, 2.2rem); }
.ai-index-card h2 { margin-top: 2rem; }
.ai-index-card h2:first-child { margin-top: 0; }
.ai-facts { display: grid; gap: .6rem; margin: 1rem 0 1.8rem; }
.ai-facts div { display: grid; grid-template-columns: 150px 1fr; gap: .8rem; padding: .75rem .85rem; border: 1px solid rgba(126,217,255,.1); border-radius: .7rem; background: rgba(8,29,55,.7); }
.ai-facts dt { color: #8fa9c8; font-weight: 700; }
.ai-facts dd { margin: 0; color: #edf7ff; font-weight: 700; }
.ai-index-side { position: sticky; top: 96px; padding: 1.25rem; }
.ai-index-side h3 { margin: 1.25rem 0 .35rem; }
.ai-link-list li { margin-bottom: .45rem; }
@media (max-width: 900px) {
  .site-connect-inner { grid-template-columns: 1fr; }
  .site-connect-actions { justify-content: flex-start; }
  .site-connect-meta { text-align: left; }
  .ai-index-layout { grid-template-columns: 1fr; }
  .ai-index-side { position: static; }
}
@media (max-width: 620px) {
  .site-connect-actions { display: grid; grid-template-columns: 1fr; }
  .connect-btn { width: 100%; }
  .ai-facts div { grid-template-columns: 1fr; gap: .25rem; }
}


/* social media hub */
.social-hub {
  padding: 1.3rem 0 0.8rem;
  border-top: 1px solid rgba(126,217,255,.12);
  background:
    radial-gradient(circle at 88% 0%, rgba(56,217,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(7,19,38,.9), rgba(8,23,45,.96));
}
.social-hub-inner {
  display: grid;
  grid-template-columns: minmax(220px,.9fr) minmax(0,1.1fr);
  gap: 1rem 1.25rem;
  align-items: center;
}
.social-hub-copy {
  display: grid;
  gap: .28rem;
}
.social-hub-copy strong {
  color: #f5fbff;
  font-size: 1rem;
}
.social-hub-copy span {
  color: #91a9c8;
  font-size: .84rem;
  line-height: 1.6;
}
.social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .7rem;
}
.social-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: .8rem;
  min-height: 68px;
  padding: .9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(126,217,255,.16);
  background: linear-gradient(180deg, rgba(12,35,65,.86), rgba(8,27,51,.92));
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.social-card:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -110%;
  width: 60%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), rgba(56,217,255,.22), transparent);
  transform: skewX(-20deg);
  transition: left .65s ease;
}
.social-card:hover:before { left: 130%; }
.social-card:hover {
  transform: translateY(-3px);
  border-color: rgba(56,217,255,.56);
  box-shadow: 0 16px 34px rgba(0,0,0,.3), 0 0 26px rgba(56,217,255,.18);
}
.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  color: #f2fbff;
  background: radial-gradient(circle at 30% 30%, rgba(56,217,255,.36), rgba(20,123,255,.18) 45%, rgba(255,255,255,.04));
  border: 1px solid rgba(126,217,255,.35);
  box-shadow:
    inset 0 0 22px rgba(56,217,255,.12),
    0 0 18px rgba(56,217,255,.18),
    0 0 40px rgba(20,123,255,.08);
  animation: socialPulse 3.6s ease-in-out infinite;
}
.social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.social-meta {
  display: grid;
  gap: .18rem;
}
.social-meta strong {
  color: #f3fbff;
  font-size: .9rem;
  line-height: 1.05;
}
.social-meta span {
  color: #89a4c5;
  font-size: .74rem;
  line-height: 1.4;
}
.social-card small {
  color: #79e7ff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
}
@keyframes socialPulse {
  50% { box-shadow: inset 0 0 24px rgba(56,217,255,.2), 0 0 24px rgba(56,217,255,.28), 0 0 48px rgba(20,123,255,.16); }
}

/* proof marquee */
.proof-section {
  padding: 1.25rem 0 1rem;
  border-top: 1px solid rgba(126,217,255,.09);
  background:
    radial-gradient(circle at 12% 0%, rgba(56,217,255,.07), transparent 26%),
    linear-gradient(180deg, rgba(6,18,36,.84), rgba(7,19,38,.96));
}
.proof-head {
  display: grid;
  gap: .28rem;
  margin-bottom: .95rem;
}
.proof-head strong {
  color: #f5fbff;
  font-size: 1.08rem;
}
.proof-head span {
  color: #8ea6c5;
  font-size: .9rem;
}
.proof-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.proof-track {
  display: flex;
  gap: .8rem;
  width: max-content;
  animation: proofScroll 52s linear infinite;
}
.proof-marquee:hover .proof-track { animation-play-state: paused; }
.proof-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 235px;
  min-height: 78px;
  padding: 0 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(126,217,255,.16);
  background: linear-gradient(180deg, rgba(10,33,61,.88), rgba(8,26,47,.95));
  color: #edf7ff;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .01em;
  overflow: hidden;
  text-align: center;
  box-shadow: inset 0 0 30px rgba(56,217,255,.04), 0 12px 28px rgba(0,0,0,.18);
}
.proof-logo:before {
  content: "";
  position: absolute;
  inset: auto 10% 0 10%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(56,217,255,.9), transparent);
  animation: lineRun 2.8s ease-in-out infinite;
}
.proof-logo:after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -55%;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.02), rgba(56,217,255,.14), transparent);
  transform: skewX(-18deg);
  animation: logoSweep 6.6s linear infinite;
}
@keyframes proofScroll { to { transform: translateX(calc(-50% - .4rem)); } }
@keyframes lineRun {
  0%,100% { transform: translateX(-65%); opacity: .2; }
  50% { transform: translateX(65%); opacity: 1; }
}
@keyframes logoSweep {
  0% { left: -60%; }
  100% { left: 130%; }
}
@media (max-width: 980px) {
  .social-hub-inner,
  .site-connect-inner { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .social-grid { grid-template-columns: 1fr; }
  .social-card { min-height: 64px; }
  .proof-logo { min-width: 200px; min-height: 70px; font-size: .94rem; }
}


/* George authority section */
.about-authority {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 1.4rem;
  align-items: stretch;
}
.authority-copy,
.authority-proof {
  border: 1px solid rgba(126,217,255,.16);
  border-radius: 1.15rem;
  background: linear-gradient(145deg, rgba(13,42,78,.9), rgba(7,24,47,.95));
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
}
.authority-copy {
  padding: clamp(1.5rem, 4vw, 3rem);
}
.authority-copy h2 { max-width: 860px; }
.authority-copy p {
  color: #bfd2e9;
  font-size: 1rem;
  max-width: 850px;
}
.authority-quote {
  margin: 1.4rem 0;
  padding: 1.2rem 1.3rem;
  border-left: 3px solid var(--cyan);
  border-radius: .8rem;
  background: rgba(56,217,255,.07);
  color: #f4fbff;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.55;
}
.ar .authority-quote {
  border-left: 0;
  border-right: 3px solid var(--cyan);
}
.authority-proof {
  padding: 1.35rem;
  display: grid;
  align-content: center;
  gap: .75rem;
  overflow: hidden;
  position: relative;
}
.authority-proof:before {
  content: "GN";
  position: absolute;
  inset: auto -1rem -2.3rem auto;
  font-size: 8.5rem;
  font-weight: 900;
  color: rgba(56,217,255,.04);
  letter-spacing: -.1em;
}
.authority-stat {
  position: relative;
  z-index: 1;
  padding: 1rem;
  border: 1px solid rgba(126,217,255,.12);
  border-radius: .85rem;
  background: rgba(8,29,55,.72);
}
.authority-stat strong {
  display: block;
  color: #f8fbff;
  font-size: 1.02rem;
  margin-bottom: .2rem;
}
.authority-stat span {
  color: #91a9c8;
  font-size: .84rem;
}
@media (max-width: 860px) {
  .about-authority { grid-template-columns: 1fr; }
}


/* funnel steps section */
.funnel-steps-section .section-head p { max-width: 760px; }
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: stretch;
}
.step-card {
  position: relative;
  padding: 1.5rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(164, 218, 255, 0.18);
  background: linear-gradient(180deg, rgba(10, 35, 65, 0.92), rgba(8, 22, 44, 0.95));
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.step-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(255,255,255,.12), transparent 34%, transparent 68%, rgba(255,255,255,.04));
  pointer-events: none;
}
.step-card-report {
  border-color: rgba(255, 126, 155, 0.4);
  box-shadow: 0 24px 60px rgba(0,0,0,.22), 0 0 0 1px rgba(255,126,155,.08), 0 0 40px rgba(255,126,155,.12);
}
.step-card-report:after {
  content: "";
  position: absolute;
  top: -10%; left: -15%;
  width: 140px; height: 140px;
  background: radial-gradient(circle, rgba(255,126,155,.25), transparent 68%);
}
.step-card-blueprint {
  border-color: rgba(249, 208, 113, 0.3);
}
.step-card-done {
  border-color: rgba(56,217,255,.28);
}
.step-number {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
  color: rgba(255,255,255,.08);
}
.step-label {
  margin-top: .2rem;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .74rem;
  font-weight: 900;
}
.step-card h3 {
  margin-top: .85rem;
  margin-bottom: .7rem;
  font-size: 1.9rem;
}
.step-lead {
  color: #d6e5f7;
  font-size: 1rem;
  min-height: 96px;
}
.step-price-block {
  display: grid;
  gap: .12rem;
  margin: 1rem 0 1rem;
}
.step-price-block small {
  color: #9ab2cf;
  font-size: .82rem;
}
.step-price-block strong {
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: -.08em;
  color: var(--cyan);
  text-shadow: 0 0 20px rgba(56,217,255,.22);
}
.step-card-report .step-price-block strong {
  color: #ff7e9b;
  text-shadow: 0 0 22px rgba(255,126,155,.28);
}
.step-list, .blueprint-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3rem;
  display: grid;
  gap: .82rem;
}
.step-list li, .blueprint-checklist li {
  position: relative;
  padding-left: 1.75rem;
  color: #e6f3ff;
}
.step-list li:before {
  content: "";
  position: absolute;
  left: 0; top: .44rem;
  width: .62rem; height: .62rem;
  border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 12px rgba(112,240,165,.45);
}
.report-list li:before {
  background: #ff7e9b;
  box-shadow: 0 0 12px rgba(255,126,155,.48);
}
.step-list li.highlight, .blueprint-checklist li.highlight {
  color: #fff;
  font-weight: 800;
}
.blueprint-checklist li {
  min-height: 24px;
}
.blueprint-checklist li:before {
  content: "✓";
  position: absolute;
  left: 0; top: -.02rem;
  width: 1.05rem; height: 1.05rem;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: .78rem;
  font-weight: 900;
  color: transparent;
  background: rgba(255,126,155,.12);
  border: 1px solid rgba(255,126,155,.55);
  box-shadow: 0 0 12px rgba(255,126,155,.12);
  transition: transform .3s ease, background .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease;
}
.blueprint-checklist li.done:before {
  background: rgba(112,240,165,.18);
  border-color: rgba(112,240,165,.9);
  color: #70f0a5;
  box-shadow: 0 0 16px rgba(112,240,165,.24);
  transform: scale(1.06);
}
.blueprint-checklist li.done {
  color: #fff;
}
.blueprint-checklist li:not(.done) { color: #d6e5f7; }
@media (max-width: 980px) {
  .step-grid { grid-template-columns: 1fr; }
  .step-lead { min-height: auto; }
}


/* interactive local business process guide */
.process-guide-section { position: relative; }
.process-guide-head { margin-bottom: 1.6rem; }
.process-guide {
  border: 1px solid rgba(126,217,255,.18);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(56,217,255,.08), transparent 30%),
    linear-gradient(180deg, rgba(8,28,54,.96), rgba(5,17,34,.98));
  box-shadow: 0 30px 90px rgba(0,0,0,.3), inset 0 0 60px rgba(56,217,255,.025);
  overflow: hidden;
}
.process-stepper {
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  align-items: center;
  gap: .7rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(126,217,255,.12);
  background: rgba(5,18,36,.72);
}
.process-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 74px;
  padding: .85rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(126,217,255,.12);
  background: rgba(10,35,65,.52);
  color: #dcecff;
  text-align: left;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.process-step:hover { transform: translateY(-2px); border-color: rgba(56,217,255,.4); }
.process-step.active {
  background: linear-gradient(145deg, rgba(20,123,255,.22), rgba(56,217,255,.08));
  border-color: rgba(56,217,255,.62);
  box-shadow: 0 0 26px rgba(56,217,255,.16), inset 0 0 20px rgba(56,217,255,.06);
}
.process-step-num {
  width: 40px; height: 40px; flex: 0 0 40px;
  display: grid; place-items: center;
  border-radius: 50%;
  font-weight: 900;
  color: #061326;
  background: #9db4d2;
  box-shadow: 0 0 0 4px rgba(157,180,210,.08);
  transition: .3s ease;
}
.process-step.active .process-step-num {
  background: linear-gradient(135deg, var(--cyan), #68efff);
  box-shadow: 0 0 0 5px rgba(56,217,255,.1), 0 0 22px rgba(56,217,255,.45);
}
.process-step-copy { display: grid; gap: .12rem; }
.process-step-copy b { font-size: .92rem; }
.process-step-copy small { color: #8da7c7; font-size: .72rem; }
.process-connector { height: 2px; background: rgba(126,217,255,.12); overflow: hidden; border-radius: 99px; }
.process-connector span { display: block; width: 40%; height: 100%; background: linear-gradient(90deg, transparent, var(--cyan), transparent); animation: connectorFlow 2.3s linear infinite; }
@keyframes connectorFlow { from { transform: translateX(-120%); } to { transform: translateX(360%); } }
.process-stage { position: relative; min-height: 520px; }
.process-progress { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: rgba(255,255,255,.035); overflow: hidden; }
.process-progress span { display: block; height: 100%; width: 33.333%; background: linear-gradient(90deg, #ff7e9b, var(--cyan)); box-shadow: 0 0 18px rgba(56,217,255,.42); transition: width .5s cubic-bezier(.2,.8,.2,1); }
.process-panel {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(320px,.88fr);
  gap: 2rem;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  min-height: 520px;
  animation: panelIn .42s ease both;
}
.process-panel[hidden] { display: none; }
@keyframes panelIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.process-eyebrow { color: var(--cyan); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .75rem; }
.process-panel-report .process-eyebrow { color: #ff9ab0; }
.process-panel h3 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.05em; margin-bottom: .8rem; }
.process-panel-copy > p { max-width: 720px; color: #b9cee6; font-size: 1rem; }
.process-benefits { list-style: none; padding: 0; margin: 1.25rem 0 1.45rem; display: grid; gap: .75rem; }
.process-benefits li { position: relative; padding-left: 1.7rem; color: #eaf4ff; }
.process-benefits li:before { content: "✓"; position: absolute; left: 0; top: .05rem; width: 1.08rem; height: 1.08rem; border-radius: 50%; display: grid; place-items: center; color: #70f0a5; background: rgba(112,240,165,.08); border: 1px solid rgba(112,240,165,.45); font-size: .7rem; font-weight: 900; box-shadow: 0 0 12px rgba(112,240,165,.12); }
.process-panel-report .process-benefits li:before { color: #ff9ab0; background: rgba(255,126,155,.08); border-color: rgba(255,126,155,.45); box-shadow: 0 0 12px rgba(255,126,155,.12); }
.process-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem .8rem; margin-bottom: 1.2rem; }
.process-price span { color: #9db4d2; font-size: .82rem; font-weight: 700; }
.process-price strong { color: var(--cyan); font-size: 2.65rem; line-height: 1; letter-spacing: -.07em; text-shadow: 0 0 20px rgba(56,217,255,.28); }
.process-panel-report .process-price strong { color: #ff7e9b; text-shadow: 0 0 20px rgba(255,126,155,.28); }
.process-price em { color: var(--gold); font-size: .75rem; font-style: normal; font-weight: 800; }
.process-cta { min-width: min(100%, 310px); }
.process-panel-report .process-cta { background: linear-gradient(120deg, #ff5278, #ff7e9b); color: white; box-shadow: 0 10px 34px rgba(255,82,120,.25); }
.process-panel-blueprint .process-cta { background: linear-gradient(120deg, #57e39a, #1abf72); color: #041b12; box-shadow: 0 10px 34px rgba(87,227,154,.22); }
.process-visual { position: relative; min-height: 330px; border-radius: 1.15rem; border: 1px solid rgba(126,217,255,.16); background: radial-gradient(circle at 50% 30%, rgba(56,217,255,.11), transparent 42%), rgba(5,19,37,.72); overflow: hidden; box-shadow: inset 0 0 50px rgba(56,217,255,.04); }
/* rank report visual */
.report-visual { border-color: rgba(255,126,155,.3); background: radial-gradient(circle at 48% 36%, rgba(255,126,155,.13), transparent 40%), linear-gradient(145deg,#081a34,#050f20); }
.rank-search { position: absolute; left: 12%; right: 12%; top: 12%; height: 46px; border-radius: 999px; background: #eef7ff; color: #102744; padding: 0 1rem; display:flex; align-items:center; font-size:.82rem; font-weight:800; box-shadow:0 12px 30px #0005; }
.rank-search i { margin-left:auto; width:16px;height:16px;border:3px solid #147bff;border-radius:50%; position:relative; }
.rank-search i:after { content:""; position:absolute; width:7px;height:3px;background:#147bff; right:-6px; bottom:-3px; transform:rotate(45deg); border-radius:2px; }
.rank-card { position:absolute; left:15%; right:15%; height:58px; display:flex; align-items:center; gap:.9rem; padding:0 1rem; border-radius:.8rem; background:rgba(13,39,72,.96); border:1px solid rgba(126,217,255,.15); box-shadow:0 15px 32px #0005; }
.rank-card span { width:42px;height:42px;border-radius:.65rem;display:grid;place-items:center;font-weight:900;background:rgba(56,217,255,.12);color:#9deeff; }
.rank-card b { color:#eaf4ff; font-size:.88rem; }
.rank-one { top:34%; transform:translateX(7%); }
.rank-two { top:55%; transform:translateX(-3%); }
.rank-you { top:76%; border-color:rgba(255,126,155,.55); }
.rank-you span { color:#ff9ab0; background:rgba(255,126,155,.11); }
.report-scan { position:absolute; left:0; right:0; height:2px; top:20%; background:linear-gradient(90deg,transparent,#ff7e9b,transparent); box-shadow:0 0 14px #ff7e9b; animation:reportScan 3.4s ease-in-out infinite; }
@keyframes reportScan { 0%,100% { top:20%; opacity:.25; } 50% { top:88%; opacity:1; } }
/* blueprint visual */
.blueprint-visual { display:grid; place-items:center; background:radial-gradient(circle at 50% 40%, rgba(87,227,154,.15), transparent 40%), linear-gradient(145deg,#071c35,#061326); }
.blueprint-book { width:55%; aspect-ratio:1.25/1; border-radius:1rem; border:1px solid rgba(56,217,255,.45); background:linear-gradient(145deg,#0e3760,#08213e); display:grid; place-items:center; align-content:center; gap:.15rem; transform:rotate(-3deg); box-shadow:0 20px 50px #0007,0 0 30px rgba(56,217,255,.14); animation:bookFloat 4s ease-in-out infinite; }
.blueprint-book b { color:#8cdfff;font-size:.7rem;letter-spacing:.15em; }
.blueprint-book strong { color:white;font-size:1.3rem; }
.blueprint-book span { color:#70f0a5;font-size:.72rem;font-weight:900; }
@keyframes bookFloat { 50% { transform:translateY(-9px) rotate(-1deg); } }
.blueprint-check { position:absolute; right:7%; display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border-radius:.7rem;background:rgba(7,27,49,.94);border:1px solid rgba(112,240,165,.22);box-shadow:0 12px 28px #0005; }
.blueprint-check:nth-of-type(2) { top:18%; }
.blueprint-check:nth-of-type(3) { top:43%; }
.blueprint-check:nth-of-type(4) { top:68%; }
.blueprint-check i { width:25px;height:25px;border-radius:.45rem;display:grid;place-items:center;font-style:normal;color:#70f0a5;border:1px solid #70f0a5;background:rgba(112,240,165,.08);box-shadow:0 0 12px rgba(112,240,165,.18); }
.blueprint-check span { color:#eaf4ff;font-size:.78rem;font-weight:800; }
.blueprint-live-checks li { opacity:.5; transform:translateX(-5px); transition:.35s ease; }
.blueprint-live-checks li.done { opacity:1; transform:none; }
.blueprint-live-checks li.done:before { background:rgba(112,240,165,.18); box-shadow:0 0 18px rgba(112,240,165,.3); }
/* done for you */
.done-visual { display:grid;place-items:center; }
.team-orbit { position:relative; width:240px;height:240px;border:1px solid rgba(56,217,255,.18);border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 35px rgba(56,217,255,.06),0 0 28px rgba(56,217,255,.08);animation:teamSpin 18s linear infinite; }
.team-orbit b { text-align:center;color:white;line-height:1.15;letter-spacing:.04em;animation:teamCounter 18s linear infinite; }
.team-orbit span { position:absolute;padding:.45rem .65rem;border-radius:.65rem;background:#0a2a4b;border:1px solid rgba(56,217,255,.26);color:#9feaff;font-size:.7rem;font-weight:800;box-shadow:0 8px 20px #0004; }
.team-orbit span:nth-child(1){top:-8%;left:38%;}.team-orbit span:nth-child(2){right:-13%;top:27%;}.team-orbit span:nth-child(3){right:-4%;bottom:12%;}.team-orbit span:nth-child(4){left:30%;bottom:-10%;}.team-orbit span:nth-child(5){left:-10%;top:35%;}
@keyframes teamSpin { to { transform:rotate(360deg); } }
@keyframes teamCounter { to { transform:rotate(-360deg); } }
@media (prefers-reduced-motion: reduce) { .process-connector span,.report-scan,.blueprint-book,.team-orbit,.team-orbit b { animation:none!important; } }
@media (max-width: 900px) {
  .process-stepper { grid-template-columns: 1fr; }
  .process-connector { height:24px; width:2px; margin:auto; }
  .process-connector span { width:100%; height:40%; animation:connectorFlowY 2.3s linear infinite; }
  @keyframes connectorFlowY { from { transform:translateY(-120%); } to { transform:translateY(360%); } }
  .process-panel { grid-template-columns:1fr; min-height:auto; }
  .process-visual { min-height:300px; }
}
@media (max-width: 620px) {
  .process-panel { padding:1.1rem; }
  .process-step { min-height:66px; }
  .process-panel h3 { font-size:2rem; }
  .process-visual { min-height:260px; }
  .blueprint-book { width:62%; }
}


/* Hero pitch-video slot */
.hero-media-stack {
  display: grid;
  gap: 1rem;
  align-self: center;
}
.pitch-video-card {
  position: relative;
  padding: .72rem;
  border: 1px solid rgba(56,217,255,.38);
  border-radius: 1.15rem;
  background: linear-gradient(145deg, rgba(15,48,85,.96), rgba(6,20,40,.98));
  box-shadow: 0 24px 65px rgba(0,0,0,.38), 0 0 34px rgba(56,217,255,.1);
  overflow: hidden;
}
.pitch-video-card:before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(115deg, rgba(56,217,255,.1), rgba(56,217,255,.8), rgba(20,123,255,.18), rgba(249,208,113,.48), rgba(56,217,255,.1));
  background-size: 260% 100%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: pitchBorder 5.5s linear infinite;
}
.pitch-video-frame {
  aspect-ratio: 16 / 9;
  min-height: 210px;
  position: relative;
  border-radius: .82rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1.15rem;
  background:
    radial-gradient(circle at 72% 28%, rgba(56,217,255,.2), transparent 28%),
    radial-gradient(circle at 16% 90%, rgba(20,123,255,.22), transparent 32%),
    linear-gradient(140deg, #07172e, #0d3158 52%, #08172d);
  border: 1px solid rgba(126,221,255,.2);
}
.pitch-video-frame:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(117,199,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117,199,255,.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(#0009, transparent 88%);
}
.pitch-video-frame:after {
  content: "";
  position: absolute;
  width: 54%;
  height: 180%;
  top: -40%;
  left: -70%;
  background: linear-gradient(90deg, transparent, rgba(120,229,255,.18), transparent);
  transform: rotate(14deg);
  animation: pitchSweep 4.8s ease-in-out infinite;
}
.pitch-video-scan {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56,217,255,.85), transparent);
  box-shadow: 0 0 14px rgba(56,217,255,.5);
  animation: pitchScan 3.8s ease-in-out infinite;
}
.pitch-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(126,231,255,.58);
  background: rgba(8,32,59,.78);
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 0 rgba(56,217,255,.32), 0 0 40px rgba(56,217,255,.24), inset 0 0 24px rgba(56,217,255,.1);
  animation: pitchPulse 2.2s ease-out infinite;
  z-index: 2;
}
.pitch-video-play span {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #eafaff;
  margin-left: 5px;
  filter: drop-shadow(0 0 8px rgba(56,217,255,.9));
}
.pitch-video-badge {
  position: absolute;
  top: .85rem;
  left: .85rem;
  z-index: 3;
  padding: .45rem .65rem;
  border-radius: 999px;
  background: rgba(5,20,38,.8);
  border: 1px solid rgba(56,217,255,.32);
  color: #7cecff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
}
.pitch-video-message {
  position: relative;
  z-index: 3;
  max-width: 78%;
  display: grid;
  gap: .18rem;
  padding: .75rem .85rem;
  border-radius: .72rem;
  background: linear-gradient(90deg, rgba(4,18,35,.9), rgba(7,28,52,.6));
  border: 1px solid rgba(126,221,255,.14);
  backdrop-filter: blur(9px);
}
.pitch-video-message strong {
  color: #f8fcff;
  font-size: .94rem;
  line-height: 1.25;
}
.pitch-video-message span {
  color: #9db8d4;
  font-size: .72rem;
  line-height: 1.45;
}
.pitch-video-note {
  padding: .6rem .2rem .08rem;
  color: #8fa9c8;
  font-size: .72rem;
  text-align: center;
}
.pitch-video-note .pulse-dot { vertical-align: middle; }
.ar .pitch-video-badge { left: auto; right: .85rem; text-transform: none; letter-spacing: 0; }
.ar .pitch-video-message { text-align: right; margin-left: auto; }
.ar .pitch-video-note { direction: rtl; }
@keyframes pitchBorder { to { background-position: 260% 0; } }
@keyframes pitchSweep {
  0%,15% { left: -70%; opacity: 0; }
  35% { opacity: 1; }
  70%,100% { left: 120%; opacity: 0; }
}
@keyframes pitchScan {
  0%,100% { transform: translateY(0); opacity: .25; }
  50% { transform: translateY(115px); opacity: .85; }
}
@keyframes pitchPulse {
  0% { box-shadow: 0 0 0 0 rgba(56,217,255,.3), 0 0 38px rgba(56,217,255,.22), inset 0 0 24px rgba(56,217,255,.1); }
  75%,100% { box-shadow: 0 0 0 18px rgba(56,217,255,0), 0 0 46px rgba(56,217,255,.28), inset 0 0 24px rgba(56,217,255,.1); }
}
@media (max-width: 900px) {
  .hero-media-stack { max-width: 620px; width: 100%; margin: auto; }
  .pitch-video-frame { min-height: 0; }
}
@media (max-width: 600px) {
  .pitch-video-card { padding: .55rem; }
  .pitch-video-frame { padding: .75rem; }
  .pitch-video-play { width: 58px; height: 58px; }
  .pitch-video-play span { border-top-width: 9px; border-bottom-width: 9px; border-left-width: 15px; }
  .pitch-video-message { max-width: 100%; }
  .pitch-video-message strong { font-size: .82rem; }
  .pitch-video-message span { font-size: .65rem; }
}
