:root {
  --bg: #020204;
  --bg-2: #060608;
  --text: #f2f3f5;
  --muted: #acb0b8;
  --line: rgba(255, 255, 255, 0.2);
  --line-soft: rgba(255, 255, 255, 0.12);
  --surface: rgba(255, 255, 255, 0.05);
  --primary: #f2f3f5;
  --primary-deep: #bfc3cb;
  --shell: 1500px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(60rem 25rem at -5% -8%, rgba(255, 255, 255, 0.04), transparent 65%),
    radial-gradient(72rem 30rem at 110% -10%, rgba(255, 255, 255, 0.03), transparent 68%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 52%, var(--bg) 100%);
  line-height: 1.62;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
.logo {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.025em;
}

.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.035) 0.45px, transparent 0.45px);
  background-size: 3px 3px;
  opacity: 0.35;
}

.shell {
  width: min(var(--shell), calc(100% - 2rem));
  margin: 0 auto;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.topbar {
  position: sticky;
  top: 0.72rem;
  z-index: 40;
  transition: transform 220ms ease, opacity 220ms ease;
}

.nav {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(2, 2, 4, 0.92);
  padding: 0.82rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.topbar.scrolled .nav {
  background: rgba(2, 2, 4, 0.97);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.subpage-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.subpage-label {
  text-align: center;
  color: #a9b0bc;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

.logo {
  text-decoration: none;
  color: #f4f7ff;
  font-size: 1.16rem;
}

.menu {
  display: flex;
  gap: 1.2rem;
}

.menu a {
  color: #c8d2cb;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  position: relative;
}

.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.menu a:hover,
.menu a.is-active {
  color: #ffffff;
}

.menu a:hover::after,
.menu a.is-active::after {
  transform: scaleX(1);
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  padding: 0.66rem 1.03rem;
  transition: transform 160ms ease, filter 160ms ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.btn:focus-visible,
.menu a:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(229, 237, 255, 0.9);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(130deg, #ffffff, #d7dbe3);
  color: #101217;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.btn-outline {
  color: #e1e4ea;
  background: rgba(12, 16, 14, 0.52);
  border-color: var(--line);
}

.hero {
  padding: 5rem 0 2.2rem;
}

.hero-single {
  position: relative;
  min-height: min(78vh, 720px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(4, 4, 6, 0.96), rgba(3, 3, 5, 0.96));
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 2.8rem 1.2rem 3rem;
  isolation: isolate;
}

.kicker {
  color: #c4c8d1;
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  margin-top: 0.8rem;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
  max-width: 16ch;
  font-weight: 700;
}

.lead {
  margin-top: 0.95rem;
  color: var(--muted);
  max-width: 60ch;
  font-size: clamp(1rem, 1vw, 1.13rem);
  line-height: 1.74;
}

.hero-lead {
  max-width: 68ch;
}

.hero-ctas {
  margin-top: 1.15rem;
  display: flex;
  gap: 0.7rem;
  justify-content: center;
}

.hero-meta {
  margin-top: 0.9rem;
  color: #9fa6b1;
  font-size: 0.88rem;
}

.hero-copy.center {
  text-align: center;
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.hero-copy.center .lead {
  margin-inline: auto;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}

.orb-a {
  width: 580px;
  height: 580px;
  left: -120px;
  top: -180px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 68%);
  animation: bob 9s ease-in-out infinite;
}

.orb-b {
  width: 520px;
  height: 520px;
  right: -130px;
  bottom: -200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 70%);
  animation: bob 11s ease-in-out infinite reverse;
}

.orb-c {
  width: 360px;
  height: 360px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -160px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 72%);
  animation: bob 5s ease-in-out infinite;
}

.section {
  padding: 4.2rem 0;
  scroll-margin-top: 90px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.logo-marquee-section {
  padding: 2.8rem 0 1.6rem;
}

.logo-marquee-section h2 {
  margin-top: 0.45rem;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  max-width: 46ch;
}

.logo-marquee {
  margin-top: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.01);
  overflow: hidden;
  padding: 0.78rem;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.56rem;
  align-items: center;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.008);
  padding: 0.6rem;
  min-height: 3.2rem;
  transition: border-color 180ms ease, background 180ms ease;
}

.brand-logo:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
}

.logo-mark {
  width: 1.68rem;
  height: 1.68rem;
  display: block;
  opacity: 0.92;
}

.section-head {
  max-width: 760px;
}

h2 {
  margin-top: 0.55rem;
  font-size: clamp(1.64rem, 3.9vw, 2.85rem);
  line-height: 1.14;
  max-width: 18ch;
}

.story-stack {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.story-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  padding: 1.15rem 1.2rem;
}

.step-id {
  color: #d7dbe2;
  font-family: "Sora", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.story-panel h3 {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.24;
}

.story-panel p {
  margin-top: 0.38rem;
  color: #b6bac2;
  max-width: 72ch;
}

.story-panel ul {
  margin-top: 0.62rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.story-panel li {
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0.23rem 0.56rem;
  font-size: 0.8rem;
  color: #cdd2dc;
  background: transparent;
}

.industry-note {
  margin-top: 0.72rem;
  color: #c3c8d1;
  font-size: 0.9rem;
}

.results-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.result-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.018);
  padding: 1.05rem;
}

.result-value {
  font-family: "Sora", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #f1f3f7;
}

.result-card h3 {
  margin-top: 0.4rem;
  font-size: 1.06rem;
  line-height: 1.3;
}

.result-card p {
  margin-top: 0.4rem;
  color: #b2b8c2;
  font-size: 0.95rem;
}

.package-layout {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 1rem;
}

.work-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.work-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  padding: 1.1rem;
}

.work-label {
  display: inline-block;
  color: #d6dae2;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0.2rem 0.56rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.work-card h3 {
  margin-top: 0.42rem;
  font-size: 1.14rem;
  line-height: 1.32;
}

.work-context {
  margin-top: 0.56rem;
  color: #9fa8b5;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.work-metric {
  margin-top: 0.42rem;
  color: #eceff4;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.work-copy {
  margin-top: 0.42rem;
  color: #aeb4bf;
  font-size: 0.95rem;
}

.compare-layout {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.compare-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  padding: 1.12rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
  min-height: 100%;
}

.compare-before {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.compare-after {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02));
}

.compare-label {
  display: inline-block;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0.21rem 0.56rem;
  font-size: 0.73rem;
  color: #dce2ed;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.compare-card h3 {
  margin-top: 0.52rem;
  font-size: 1.17rem;
  line-height: 1.32;
  letter-spacing: -0.01em;
}

.compare-card ul {
  margin-top: 0.65rem;
  list-style: none;
  padding: 0;
}

.compare-card li {
  position: relative;
  padding-left: 0.95rem;
  color: #bcc3ce;
  line-height: 1.4;
}

.compare-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: #dbe1ec;
}

.compare-card li + li {
  margin-top: 0.4rem;
}

.compare-metric {
  margin-top: 0.82rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line-soft);
  color: #e7ebf3;
  font-family: "Sora", sans-serif;
  font-size: 0.94rem;
}

.timeline-flow {
  margin-top: 1.15rem;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.timeline-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.timeline-card::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.08));
}

.timeline-week {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0.18rem 0.52rem;
  color: #d5dbe7;
  font-family: "Sora", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-card h3 {
  margin-top: 0.44rem;
  font-size: 1.07rem;
  line-height: 1.3;
}

.timeline-card p {
  margin-top: 0.42rem;
  color: #aeb5c1;
  font-size: 0.93rem;
}

.mini-proof {
  margin-top: 1.05rem;
}

.mini-proof h3 {
  font-size: 1.05rem;
}

.mini-proof .results-grid {
  margin-top: 0.7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-proof .result-card h3 {
  font-size: 1rem;
}

.mini-proof .result-card p {
  font-size: 0.9rem;
}

.faq-list {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.58rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.9rem 1rem;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #e2e6ee;
  position: relative;
  padding-right: 1.1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #9ea6b2;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin-top: 0.5rem;
  color: #b0b7c3;
  max-width: 78ch;
}

.trust-row {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  padding: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.trust-pill {
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  padding: 0.82rem 0.85rem;
  min-height: 100%;
}

.trust-pill h3 {
  font-size: 1.02rem;
  line-height: 1.3;
}

.trust-pill p {
  margin-top: 0.35rem;
  color: #b0b8c4;
  font-size: 0.92rem;
  line-height: 1.45;
}

.fade-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1);
  transition-delay: var(--d, 0ms);
}

.reveal.in-view .fade-item {
  opacity: 1;
  transform: translateY(0);
}

.package {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.015);
  padding: 1.22rem;
  display: flex;
  flex-direction: column;
  min-height: 460px;
}

.package.feature {
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.4);
}

.package.custom {
  background: rgba(255, 255, 255, 0.03);
  border-style: dashed;
}

.package-head {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
}

.package-meta {
  font-size: 0.78rem;
  color: #b2b8c3;
  text-align: right;
}

.label {
  display: inline-block;
  color: #e0e3ea;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package h3 {
  margin-top: 0.62rem;
  font-size: 1.34rem;
  line-height: 1.24;
}

.price {
  margin-top: 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
}

.price span {
  font-size: 0.9rem;
  color: var(--muted);
}

.package ul {
  margin-top: 0.82rem;
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--line-soft);
  padding-top: 0.82rem;
}

.package li {
  position: relative;
  padding-left: 0.95rem;
  color: #c0c5cf;
}

.package li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.57rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: #d9dde5;
}

.package li + li {
  margin-top: 0.44rem;
}

.package-note {
  margin-top: auto;
  padding-top: 1rem;
  color: #a8afb9;
  font-size: 0.86rem;
  line-height: 1.55;
}

.package-cta {
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #e4e8ef;
  text-decoration: none;
  font-weight: 700;
  padding: 0.6rem 0.7rem;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.package-cta:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-1px);
}

.audit-block,
.contact-block {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  backdrop-filter: blur(12px);
  padding: 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 1.2rem;
}

.audit-form,
.contact-form {
  display: grid;
  gap: 0.68rem;
}

.contact-copy h2 {
  margin-top: 0.4rem;
  max-width: 20ch;
}

.contact-copy .lead {
  margin-top: 0.7rem;
  max-width: 54ch;
}

.contact-form {
  align-content: start;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: rgba(3, 7, 17, 0.66);
  padding: 0.9rem;
  gap: 0.62rem;
}

.contact-form-title {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  color: #edf1f8;
}

.contact-form-meta {
  margin: -0.2rem 0 0.28rem;
  color: #aab2c0;
  font-size: 0.86rem;
}

.contact-form-footnote {
  margin: 0.1rem 0 0;
  color: #9aa3b1;
  font-size: 0.78rem;
  line-height: 1.45;
}

.audit-page-wrap {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.2rem;
}

.audit-page-intro h1 {
  margin-top: 0.5rem;
  font-size: clamp(1.7rem, 4.3vw, 3rem);
  max-width: 20ch;
}

.audit-page-intro .lead {
  margin-top: 0.7rem;
  max-width: 52ch;
}

.audit-points {
  margin-top: 0.95rem;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.audit-points li {
  position: relative;
  padding-left: 0.95rem;
  color: #c3c8d2;
}

.audit-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: #d8dde6;
}

.audit-page-form {
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.95rem;
  display: grid;
  gap: 0.68rem;
}

.audit-page-form .btn {
  margin-top: 0.2rem;
}

.custom-page-wrap {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.custom-page-intro h1 {
  margin-top: 0.5rem;
  font-size: clamp(1.7rem, 4.3vw, 3rem);
  max-width: 22ch;
}

.custom-page-intro .lead {
  margin-top: 0.7rem;
  max-width: 58ch;
}

.custom-page-form {
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.95rem;
  display: grid;
  gap: 0.68rem;
}

.custom-page-form .btn {
  margin-top: 0.2rem;
}

.legal-wrap {
  max-width: 900px;
}

.legal-wrap h1 {
  max-width: none;
  margin-bottom: 0.5rem;
}

.legal-updated {
  color: #9da5b3;
  margin-bottom: 1.1rem;
}

.legal-wrap h3 {
  margin-top: 1.1rem;
  font-size: 1.06rem;
}

.legal-wrap p {
  margin-top: 0.4rem;
  color: #c5ccd8;
  max-width: 78ch;
}

.thank-wrap {
  max-width: 980px;
}

.thank-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(8, 10, 15, 0.94);
  padding: 1.4rem;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.34);
}

.thank-card h1 {
  margin-top: 0.65rem;
  max-width: 18ch;
}

.thank-card .lead {
  margin-top: 0.62rem;
  max-width: 60ch;
}

.thank-badge {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.thank-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #d8dee8;
}

.thank-meta {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.thank-meta span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.33rem 0.62rem;
  color: #ccd2dd;
  font-size: 0.82rem;
}

.thank-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.thank-panel {
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.01);
  padding: 0.82rem 0.9rem;
}

.thank-title {
  color: #eef2f8;
  font-weight: 700;
  font-size: 0.94rem;
}

.thank-list {
  margin-top: 0.45rem;
  padding-left: 1.1rem;
  color: #b8c0cc;
  display: grid;
  gap: 0.38rem;
  font-size: 0.92rem;
}

.thank-copy {
  margin-top: 0.45rem;
  color: #b8c0cc;
  font-size: 0.92rem;
}

.thank-inline-cta {
  margin-top: 0.7rem;
  display: inline-flex;
}

.thank-ctas {
  margin-top: 1rem;
}

label {
  display: grid;
  gap: 0.32rem;
  color: #c9ced8;
  font-size: 0.9rem;
  font-weight: 600;
}

input {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(6, 10, 21, 0.76);
  color: var(--text);
  padding: 0.62rem 0.7rem;
  font: inherit;
}

select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(6, 10, 21, 0.76);
  color: var(--text);
  padding: 0.62rem 0.7rem;
  font: inherit;
}

input::placeholder {
  color: #9197a3;
}

textarea {
  resize: vertical;
  min-height: 92px;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 1px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-feedback {
  min-height: 1.1rem;
  font-size: 0.86rem;
  color: #9fa8b6;
}

.form-feedback.is-error {
  color: #f2adad;
}

.form-feedback.is-success {
  color: #b7ecc3;
}

button[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.audit-form .btn,
.contact-form .btn {
  width: 100%;
}

[data-tilt] {
  transform-style: preserve-3d;
  transition: transform 200ms ease;
}

.package,
.story-panel,
.result-card,
.work-card,
.compare-card,
.timeline-card,
.trust-pill,
.faq-item {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.package:hover,
.story-panel:hover,
.result-card:hover,
.work-card:hover,
.compare-card:hover,
.timeline-card:hover,
.trust-pill:hover,
.faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 16px 30px rgba(4, 8, 20, 0.45);
}

.footer {
  padding: 2.2rem 0 2rem;
}

.footer-panel {
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  padding: 1rem 1rem 0.8rem;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line-soft);
}

.footer-btn {
  white-space: nowrap;
}

.footer-brand {
  font-family: "Sora", sans-serif;
  font-size: 1.04rem;
  color: #e9edf5;
}

.footer-copy {
  margin-top: 0.35rem;
  color: #9ba1ae;
  max-width: 40ch;
}

.footer-title {
  color: #c8ceda;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 0.95rem 0;
}

.footer-col span {
  display: block;
  color: #7f8795;
  font-size: 0.88rem;
  line-height: 1.7;
}

.footer a {
  display: block;
  color: #9ba1ae;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.7;
}

.footer a:hover {
  color: #e1e6ef;
}

.footer-bottom {
  border-top: 1px solid var(--line-soft);
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #9ba1ae;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(7, 8, 12, 0.96);
  backdrop-filter: blur(6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  padding: 0.85rem;
  display: flex;
  gap: 0.85rem;
  align-items: center;
  justify-content: space-between;
}

.cookie-banner p {
  color: #c2c9d5;
  font-size: 0.9rem;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cookie-link {
  color: #d9e0ec;
  font-size: 0.86rem;
  text-decoration: none;
}

.cookie-link:hover {
  color: #ffffff;
}

.cookie-btn {
  padding: 0.46rem 0.84rem;
  font-size: 0.84rem;
}

@keyframes bob {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

@media (max-width: 1080px) {
  .hero-single,
  .story-stack,
  .results-grid,
  .package-layout,
  .work-grid,
  .thank-grid,
  .footer-links,
  .audit-page-wrap,
  .custom-page-wrap,
  .audit-block,
  .contact-block {
    grid-template-columns: 1fr;
  }

  .package {
    min-height: auto;
  }

  .contact-copy h2,
  .contact-copy .lead {
    max-width: none;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .compare-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mini-proof .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .menu { display: none; }
  .nav-actions .subpage-label { display: none; }
  .nav-actions .btn {
    padding-inline: 0.86rem;
    font-size: 0.86rem;
  }
  .hero { padding-top: 4.4rem; }
  .hero-single {
    min-height: auto;
    padding: 2rem 0.95rem 2.2rem;
  }
  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-ctas .btn {
    text-align: center;
  }
  .logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  h1 {
    max-width: 15ch;
    font-size: clamp(1.9rem, 9vw, 2.9rem);
  }
  .section { padding: 3.4rem 0; }
  .thank-card { padding: 1rem; }
  .thank-meta span { font-size: 0.78rem; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cookie-actions { width: 100%; }

  .compare-layout,
  .timeline-flow,
  .trust-row,
  .mini-proof .results-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .shell {
    width: calc(100% - 1.2rem);
  }

  .contact-block {
    padding: 0.95rem;
    gap: 0.95rem;
  }

  .contact-form {
    padding: 0.8rem;
  }

  .nav {
    padding: 0.68rem 0.72rem;
    border-radius: 12px;
  }

  .logo {
    font-size: 1.02rem;
  }

  .topbar {
    top: 0.42rem;
  }

  .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package,
  .story-panel,
  .result-card,
  .work-card,
  .compare-card,
  .timeline-card,
  .trust-pill,
  .thank-panel {
    padding: 0.86rem;
  }

  .cookie-actions {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .reveal,
  .fade-item,
  [data-tilt],
  .btn {
    transition: none;
    transform: none;
    animation: none;
    opacity: 1;
  }

}
