@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --ink: #111111;
  --paper: #ffffff;
  --surface: #f6f5f1;
  --line: #e3e0d8;
  --muted: #666666;
  --accent: #b89a6c;
  --accent-dark: #92764f;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(17, 17, 17, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 100;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  clip: auto;
  padding: 0.75rem 1rem;
  background: var(--paper);
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.narrow {
  width: min(820px, calc(100% - 32px));
}

.site-nav {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1160px, calc(100% - 24px));
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 14px 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
}

.logo {
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.site-nav nav {
  display: flex;
  gap: 20px;
  margin-right: auto;
}

.site-nav nav a,
.nav-phone {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.button-dark {
  color: #fff;
  background: var(--ink);
}

.button-gold {
  color: #fff;
  background: var(--accent);
}

.button-light {
  color: var(--ink);
  background: var(--surface);
}

.section {
  padding: clamp(72px, 10vw, 132px) 0;
}

.section-dark {
  color: #fff;
  background: var(--ink);
}

.tinted {
  background: var(--surface);
}

.hero {
  position: relative;
  min-height: 880px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 140px 0 90px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(17, 17, 17, 0.96) 20%, rgba(17, 17, 17, 0.58) 56%, rgba(17, 17, 17, 0.95)),
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: end;
}

.hero-copy h1,
.section-intro h2,
.math h2,
.about h2,
.contact h2,
.split h2 {
  margin: 0;
  font-size: clamp(3.6rem, 10vw, 8.6rem);
  line-height: 0.82;
  text-transform: uppercase;
  font-weight: 950;
}

.hero-copy h1 {
  max-width: 880px;
}

.eyebrow,
.kicker {
  color: var(--accent);
  margin: 0 0 18px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.lede {
  max-width: 690px;
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
}

.quick-form {
  display: flex;
  gap: 12px;
  width: min(760px, 100%);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow);
}

.quick-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 18px;
  outline: 0;
}

.microcopy {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-panel span,
.math-card span {
  display: block;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin: 8px 0 24px;
  font-size: 1.75rem;
  line-height: 1;
  text-transform: uppercase;
}

.signal-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  height: 90px;
  align-items: end;
  margin-bottom: 24px;
}

.signal-bars i {
  display: block;
  border-radius: 4px 4px 0 0;
  background: var(--accent);
}

.signal-bars i:nth-child(1) { height: 36%; opacity: 0.45; }
.signal-bars i:nth-child(2) { height: 58%; opacity: 0.65; }
.signal-bars i:nth-child(3) { height: 76%; opacity: 0.85; }
.signal-bars i:nth-child(4) { height: 100%; }

.section-intro {
  max-width: 820px;
  margin-bottom: 56px;
}

.section-intro.center {
  text-align: center;
  margin-inline: auto;
}

.section-intro h2,
.math h2,
.about h2,
.contact h2,
.split h2 {
  font-size: clamp(2.6rem, 7vw, 5.8rem);
}

.section-intro p:not(.eyebrow),
.math p,
.about p,
.contact p,
.split p {
  color: var(--muted);
  font-size: 1.15rem;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
}

.compare-grid article {
  padding: clamp(28px, 5vw, 64px);
  background: #fff;
}

.compare-grid .inverted {
  color: #fff;
  background: var(--ink);
}

.compare-grid ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0 0 46px;
  list-style: none;
}

.compare-grid li {
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compare-grid li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--accent);
}

.compare-grid strong {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.step-grid,
.analysis-grid,
.result-grid,
.service-grid {
  display: grid;
  gap: 22px;
}

.step-grid {
  grid-template-columns: repeat(3, 1fr);
}

.step-grid article,
.analysis-grid article,
.result-grid article,
.service-grid article,
.admin-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.step-grid article {
  padding: 30px;
}

.step-grid span {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 950;
}

.step-grid h3,
.analysis-grid h3,
.result-grid h3 {
  margin: 10px 0;
  text-transform: uppercase;
  line-height: 1.05;
}

.step-grid p,
.analysis-grid p,
.result-grid p {
  color: var(--muted);
}

.analysis-grid {
  grid-template-columns: repeat(3, 1fr);
}

.analysis-grid article {
  min-height: 190px;
  padding: 28px;
}

.math-grid,
.split,
.about-grid,
.contact-grid,
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.math-card {
  padding: clamp(28px, 5vw, 48px);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.math-card > div {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.math-card strong {
  display: block;
  margin-top: 6px;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.math-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 28px 0;
}

.math-card dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.math-card dd {
  margin: 4px 0 0;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 950;
  line-height: 1;
}

.math-card p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 18px;
  padding: 24px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}

.math-card p strong {
  color: var(--accent);
  font-size: 2.6rem;
}

.math-card small {
  color: var(--muted);
}

.result-grid {
  grid-template-columns: 1fr 1fr;
}

.result-grid article {
  overflow: hidden;
}

.result-grid h3,
.result-grid p,
.stats {
  margin-left: 28px;
  margin-right: 28px;
}

.result-grid p {
  margin-bottom: 32px;
}

.result-art {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.55)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1100&q=80") center/cover;
}

.result-grid article:nth-child(2) .result-art {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.55)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1100&q=80") center/cover;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-block: 18px;
}

.stats span {
  padding: 14px 8px;
  border-radius: var(--radius);
  background: var(--surface);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stats span:nth-child(2) {
  color: var(--accent-dark);
  background: rgba(184, 154, 108, 0.16);
}

.stats span:nth-child(3) {
  color: #fff;
  background: var(--ink);
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
}

.service-grid article {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-grid span {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
}

.portrait {
  border-radius: var(--radius);
  background: var(--surface);
  min-height: 580px;
  overflow: hidden;
}

.portrait img,
.portrait div {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
}

.portrait div {
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(184, 154, 108, 0.22), rgba(17, 17, 17, 0.02)),
    var(--surface);
}

.portrait span {
  font-size: 12rem;
  font-weight: 950;
  color: var(--accent);
}

.gold-line {
  color: var(--accent) !important;
  font-size: 0.85rem !important;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.faq details {
  margin-bottom: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.faq details p {
  color: var(--muted);
}

.contact {
  background:
    linear-gradient(120deg, rgba(17, 17, 17, 0.96), rgba(17, 17, 17, 0.76)),
    url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.lead-form,
.admin-card {
  padding: clamp(22px, 4vw, 36px);
}

.lead-form {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

label {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  outline-color: var(--accent);
}

textarea {
  resize: vertical;
}

.notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: var(--radius);
  font-weight: 800;
}

.notice.success {
  color: #245536;
  background: #e9f8ee;
}

.notice.error {
  color: #7a231f;
  background: #fdebea;
}

.site-footer {
  padding: 52px 0 84px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  align-items: start;
}

.site-footer nav,
.site-footer div:last-child {
  display: grid;
  gap: 10px;
}

.site-footer a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  text-decoration: none;
}

.legal {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #888;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sticky-cta {
  display: none;
}

.admin-body {
  background: var(--surface);
}

.admin-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 28px auto 80px;
}

.auth-card {
  max-width: 480px;
  margin: 12vh auto 0;
}

.admin-top,
.admin-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.admin-top h1,
.admin-card h2 {
  margin: 0;
}

.admin-top nav {
  display: flex;
  gap: 10px;
}

.admin-card {
  margin-bottom: 22px;
  box-shadow: 0 10px 35px rgba(17, 17, 17, 0.05);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.lead-table-wrap {
  overflow-x: auto;
}

.lead-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.lead-table th,
.lead-table td {
  padding: 13px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.lead-table th {
  font-size: 0.72rem;
  text-transform: uppercase;
}

.save-bar {
  position: sticky;
  bottom: 18px;
  width: 100%;
  box-shadow: var(--shadow);
}

.inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: end;
}

@media (max-width: 900px) {
  .site-nav {
    top: 10px;
    gap: 10px;
    padding: 10px;
  }

  .site-nav nav,
  .nav-phone {
    display: none;
  }

  .site-nav .button {
    margin-left: auto;
    padding-inline: 0.9rem;
    font-size: 0.64rem;
  }

  .hero {
    min-height: auto;
    padding-top: 120px;
  }

  .hero-grid,
  .compare-grid,
  .math-grid,
  .split,
  .about-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    display: none;
  }

  .step-grid,
  .analysis-grid,
  .result-grid,
  .service-grid,
  .form-grid,
  .inline-form {
    grid-template-columns: 1fr;
  }

  .quick-form {
    display: grid;
    border-radius: var(--radius);
  }

  .quick-form input {
    min-height: 48px;
  }

  .math-card dl,
  .stats {
    grid-template-columns: 1fr;
  }

  .portrait,
  .portrait img,
  .portrait div {
    min-height: 420px;
  }

  .sticky-cta {
    position: fixed;
    z-index: 45;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: block;
    padding: 15px;
    border-radius: 999px;
    color: #fff;
    background: var(--ink);
    text-align: center;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: var(--shadow);
  }

  .site-footer {
    padding-bottom: 112px;
  }
}

@media (max-width: 520px) {
  .container,
  .narrow,
  .admin-shell {
    width: min(100% - 22px, 1160px);
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 17vw, 4.4rem);
  }

  .section-intro h2,
  .math h2,
  .about h2,
  .contact h2,
  .split h2 {
    font-size: clamp(2.25rem, 13vw, 3.6rem);
  }
}

/* UX Pilot-inspired premium launch treatment */
body:not(.admin-body) {
  background: #ffffff;
  color: #111111;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body:not(.admin-body) .site-nav {
  top: 24px;
  width: min(1190px, 90%);
  padding: 13px 28px;
  border-color: #e5e5e0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
}

body:not(.admin-body) .logo {
  font-size: 1.12rem;
  letter-spacing: -0.035em;
}

body:not(.admin-body) .site-nav nav a,
body:not(.admin-body) .nav-phone {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
}

body:not(.admin-body) .button {
  min-height: 42px;
  padding: 0.95rem 1.55rem;
  border-radius: 999px;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

body:not(.admin-body) .button:hover {
  transform: translateY(-1px);
}

body:not(.admin-body) .button-dark:hover {
  background: var(--accent);
}

body:not(.admin-body) .button-gold:hover {
  background: #ffffff;
  color: #111111;
}

body:not(.admin-body) .hero {
  min-height: 900px;
  align-items: start;
  padding: 218px 0 132px;
}

body:not(.admin-body) .hero-bg {
  background:
    linear-gradient(to bottom, rgba(17,17,17,0.72), rgba(17,17,17,0.14) 48%, rgba(17,17,17,0.94)),
    url("https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_dfafab7da3_4c33cb12dd90f763.png") center/cover;
  opacity: 1;
}

body:not(.admin-body) .hero-grid {
  display: block;
  text-align: center;
}

body:not(.admin-body) .hero-copy {
  max-width: 760px;
  margin: 0 auto;
}

body:not(.admin-body) .eyebrow {
  margin-bottom: 28px;
  font-size: 0.64rem;
  letter-spacing: 0.5em;
}

body:not(.admin-body) .hero-copy h1 {
  max-width: none;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(4.9rem, 12vw, 8.125rem);
  line-height: 0.8;
  letter-spacing: -0.055em;
  font-weight: 800;
  text-wrap: balance;
}

body:not(.admin-body) .lede {
  max-width: 640px;
  margin: 32px auto 52px;
  color: rgba(255,255,255,0.46);
  font-size: clamp(1.12rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.55;
}

body:not(.admin-body) .quick-form {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body:not(.admin-body) .quick-form input {
  min-height: 72px;
  padding: 0 34px;
  border: 1px solid #e5e5e0;
  border-radius: 999px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.34);
  font-size: 1.12rem;
  font-weight: 600;
}

body:not(.admin-body) .quick-form .button {
  min-height: 72px;
  padding-inline: 32px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.25);
}

body:not(.admin-body) .microcopy {
  margin-top: 28px;
  color: rgba(255,255,255,0.32);
  font-size: 0.58rem;
  letter-spacing: 0.36em;
}

body:not(.admin-body) .hero-panel {
  display: none;
}

body:not(.admin-body) .section {
  padding: clamp(96px, 11vw, 132px) 0;
}

body:not(.admin-body) .section-intro {
  max-width: 790px;
  margin-bottom: 78px;
}

body:not(.admin-body) .section-intro h2,
body:not(.admin-body) .math h2,
body:not(.admin-body) .about h2,
body:not(.admin-body) .contact h2,
body:not(.admin-body) .split h2 {
  font-size: clamp(3rem, 6.6vw, 5.25rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 800;
}

body:not(.admin-body) .section-intro p:not(.eyebrow),
body:not(.admin-body) .math p,
body:not(.admin-body) .about p,
body:not(.admin-body) .contact p,
body:not(.admin-body) .split p {
  color: #626262;
  font-size: clamp(1.02rem, 1.8vw, 1.25rem);
  font-weight: 300;
  line-height: 1.68;
}

body:not(.admin-body) .comparison,
body:not(.admin-body) .tinted {
  background: #f7f7f5;
}

body:not(.admin-body) .compare-grid {
  gap: 0;
  overflow: hidden;
  border-color: #e5e5e0;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.04);
}

body:not(.admin-body) .compare-grid article {
  min-height: 488px;
  padding: clamp(42px, 6vw, 76px);
}

body:not(.admin-body) .compare-grid .inverted {
  background: #111111;
}

body:not(.admin-body) .compare-grid li {
  color: #9a9a9a;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
}

body:not(.admin-body) .compare-grid .inverted li {
  color: rgba(255,255,255,0.8);
}

body:not(.admin-body) .compare-grid li::before {
  width: 10px;
  height: 10px;
  vertical-align: 1px;
}

body:not(.admin-body) .compare-grid strong {
  display: block;
  margin-top: 44px;
  color: #cfcfcf;
  font-size: clamp(2.1rem, 4vw, 3rem);
  letter-spacing: -0.05em;
  font-style: italic;
  font-weight: 950;
}

body:not(.admin-body) .compare-grid .inverted strong {
  color: var(--accent);
  font-style: normal;
}

body:not(.admin-body) .reference-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100%, 1480px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid #e5e3dc;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.09);
}

body:not(.admin-body) .reference-compare article {
  min-height: 548px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(56px, 7vw, 94px) clamp(54px, 8vw, 92px) clamp(60px, 7vw, 82px);
  border: 0;
  background: #ffffff;
}

body:not(.admin-body) .reference-compare .inverted {
  background: #111111;
}

body:not(.admin-body) .reference-compare .kicker {
  margin: 0 0 44px;
  color: #9aa3b2;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.42em;
}

body:not(.admin-body) .reference-compare .inverted .kicker {
  color: var(--accent);
}

body:not(.admin-body) .reference-compare ul {
  display: grid;
  align-content: start;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.admin-body) .reference-compare li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 24px;
  align-items: center;
  color: #9aa3b2;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
}

body:not(.admin-body) .reference-compare li::before {
  display: none;
}

body:not(.admin-body) .reference-compare li span {
  color: #9aa3b2;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

body:not(.admin-body) .reference-compare .inverted li {
  color: #eeeeee;
  font-weight: 800;
  letter-spacing: 0.11em;
}

body:not(.admin-body) .reference-compare .inverted li span {
  color: var(--accent);
  font-size: 1.05rem;
  font-weight: 800;
}

body:not(.admin-body) .reference-compare strong {
  display: block;
  margin-top: 58px;
  padding-top: 38px;
  border-top: 1px solid #e6e3dc;
  color: #d1d7df;
  font-size: clamp(1.95rem, 3.4vw, 3.35rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.075em;
  line-height: 0.96;
  text-transform: uppercase;
}

body:not(.admin-body) .reference-compare .inverted strong {
  border-top-color: rgba(255, 255, 255, 0.14);
  color: var(--accent);
  font-style: normal;
  letter-spacing: -0.055em;
}

body:not(.admin-body) .reference-compare sup {
  position: relative;
  top: -0.55em;
  margin-left: 0.08em;
  font-size: 0.28em;
  letter-spacing: 0;
}

body:not(.admin-body) .step-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 44px;
}

body:not(.admin-body) .step-grid article {
  border: 0;
  border-bottom: 1px solid #e5e5e0;
  border-radius: 0;
  padding: 0 0 28px;
  background: transparent;
}

body:not(.admin-body) .step-grid span {
  color: #e5e5e0;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  transition: color 0.35s ease;
}

body:not(.admin-body) .step-grid article:hover span {
  color: var(--accent);
}

body:not(.admin-body) .step-grid h3 {
  margin: 12px 0 14px;
  font-size: 1.1rem;
  letter-spacing: 0.14em;
}

body:not(.admin-body) .analysis-grid {
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(190px, auto);
  gap: 24px;
}

body:not(.admin-body) .analysis-grid article {
  grid-column: span 4;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-color: transparent;
  border-radius: 22px;
  padding: 36px;
  background: #efeee9;
  box-shadow: 0 12px 28px rgba(0,0,0,0.03);
}

body:not(.admin-body) .analysis-grid .feature-card {
  grid-row: span 2;
  min-height: 444px;
}

body:not(.admin-body) .analysis-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  letter-spacing: -0.035em;
}

body:not(.admin-body) .feature-image {
  min-height: 210px;
  margin-top: 28px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(17,17,17,0.06), rgba(184,154,108,0.18)),
    url("https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_709b14830e_863976d7651b6fa5.png") center/cover;
}

body:not(.admin-body) .math-card {
  width: min(100%, 640px);
  justify-self: end;
  padding: clamp(44px, 5vw, 58px);
  border-radius: 24px;
  background: #f7f7f5;
  box-shadow: 0 34px 72px rgba(17, 17, 17, 0.13);
}

body:not(.admin-body) .math-grid {
  gap: clamp(72px, 9vw, 126px);
}

body:not(.admin-body) .math h2 {
  max-width: 720px;
  font-size: clamp(4rem, 7vw, 6.45rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 900;
}

body:not(.admin-body) .math .eyebrow {
  margin-bottom: 48px;
  color: #798494;
  letter-spacing: 0.42em;
}

body:not(.admin-body) .math p {
  max-width: 600px;
  margin-top: 48px;
  color: #647184;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.55;
  font-weight: 300;
}

body:not(.admin-body) .math-card > div,
body:not(.admin-body) .math-card-head {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #dedbd4;
}

body:not(.admin-body) .math-card span,
body:not(.admin-body) .math-card dt,
body:not(.admin-body) .math-card small {
  color: #9aa3b2;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

body:not(.admin-body) .math-card-head strong {
  margin-top: 14px;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  letter-spacing: -0.08em;
  font-weight: 900;
}

body:not(.admin-body) .math-card-head em {
  position: absolute;
  right: 0;
  top: 28px;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(184, 154, 108, 0.1);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body:not(.admin-body) .math-card dl {
  gap: 34px;
  margin: 54px 0 50px;
}

body:not(.admin-body) .math-card dt {
  margin-bottom: 24px;
}

body:not(.admin-body) .math-card dl div:nth-child(2) dt {
  color: var(--accent);
}

body:not(.admin-body) .math-card dd {
  font-size: clamp(3.3rem, 4.2vw, 4.7rem);
  letter-spacing: -0.08em;
  font-weight: 900;
}

body:not(.admin-body) .math-card p {
  min-height: 126px;
  margin: 0 0 48px;
  padding: 28px 38px;
  border-radius: 18px;
  background: #111111;
  box-shadow: none;
}

body:not(.admin-body) .math-card p span {
  color: #8c96a5;
  margin-bottom: 8px;
}

body:not(.admin-body) .math-card p strong {
  color: var(--accent);
  font-size: clamp(2.5rem, 4vw, 3.45rem);
  letter-spacing: -0.055em;
}

body:not(.admin-body) .math-card p i {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.18);
  font-size: 3.4rem;
  font-style: normal;
  line-height: 1;
}

body:not(.admin-body) .math-card small {
  display: block;
  color: #d2d7df;
}

body:not(.admin-body) .result-grid {
  gap: 48px;
}

body:not(.admin-body) .result-grid article {
  border: 0;
  border-radius: 0;
  background: transparent;
}

body:not(.admin-body) .result-art {
  margin-bottom: 30px;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.12);
  background:
    linear-gradient(135deg, rgba(17,17,17,0.1), rgba(17,17,17,0.35)),
    url("https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_da5b013549_b48e17dd1e083844.png") center/cover;
}

body:not(.admin-body) .result-grid article:nth-child(2) .result-art {
  background:
    linear-gradient(135deg, rgba(17,17,17,0.1), rgba(17,17,17,0.35)),
    url("https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_49a93a8f52_ffb9196a40e4d3af.png") center/cover;
}

body:not(.admin-body) .result-grid h3,
body:not(.admin-body) .result-grid p,
body:not(.admin-body) .stats {
  margin-left: 0;
  margin-right: 0;
}

body:not(.admin-body) .stats span {
  border-radius: 14px;
  padding: 15px 10px;
  font-size: 0.8rem;
}

body:not(.admin-body) .service-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 28px;
  margin-top: 64px;
}

body:not(.admin-body) .service-grid article {
  display: block;
  min-height: 120px;
  border: 0;
  background: transparent;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

body:not(.admin-body) .service-grid span {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  position: relative;
}

body:not(.admin-body) .service-grid span::after {
  content: "";
  position: absolute;
  inset: 17px;
  border-radius: 50%;
  background: var(--accent);
}

body:not(.admin-body) .portrait {
  position: relative;
  min-height: 620px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

body:not(.admin-body) .portrait::before {
  content: "";
  position: absolute;
  inset: -16px;
  z-index: 0;
  border-radius: 28px;
  background: #f7f7f5;
}

body:not(.admin-body) .portrait img {
  position: relative;
  z-index: 1;
  min-height: 620px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(0,0,0,0.16);
}

body:not(.admin-body) .faq details {
  border-color: #e5e5e0;
  border-radius: 18px;
  padding: 28px 32px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.03);
}

body:not(.admin-body) .faq summary {
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: -0.02em;
}

body:not(.admin-body) .contact {
  padding: clamp(110px, 15vw, 190px) 0;
  background:
    linear-gradient(to bottom, rgba(17,17,17,0.92), rgba(17,17,17,0.86)),
    url("https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_df51f1d5e4_2a3659d1a994b277.png") center/cover;
}

body:not(.admin-body) .contact h2 {
  color: #ffffff;
  font-size: clamp(4rem, 10vw, 8.75rem);
  line-height: 0.76;
}

body:not(.admin-body) .contact h2 span {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}

body:not(.admin-body) .lead-form {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  box-shadow: 0 32px 90px rgba(0,0,0,0.34);
}

body:not(.admin-body) .site-footer {
  padding-top: 84px;
}

@media (max-width: 900px) {
  body:not(.admin-body) .site-nav {
    top: 12px;
    width: calc(100% - 24px);
    padding: 10px 12px 10px 18px;
  }

  body:not(.admin-body) .hero {
    min-height: 780px;
    padding-top: 150px;
  }

  body:not(.admin-body) .quick-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body:not(.admin-body) .quick-form input,
  body:not(.admin-body) .quick-form .button {
    min-height: 62px;
    width: 100%;
  }

  body:not(.admin-body) .compare-grid,
  body:not(.admin-body) .math-grid,
  body:not(.admin-body) .split,
  body:not(.admin-body) .about-grid,
  body:not(.admin-body) .contact-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .step-grid,
  body:not(.admin-body) .result-grid,
  body:not(.admin-body) .service-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .analysis-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .analysis-grid article,
  body:not(.admin-body) .analysis-grid .feature-card {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
  }

  body:not(.admin-body) .portrait,
  body:not(.admin-body) .portrait img {
    min-height: 500px;
  }

  body:not(.admin-body) .math-card {
    justify-self: stretch;
  }

  body:not(.admin-body) .math-card-head em {
    position: static;
    width: max-content;
    margin-top: 18px;
  }

  body:not(.admin-body) .math-card p {
    display: grid;
    gap: 4px;
  }

  body:not(.admin-body) .math-card p i {
    display: none;
  }
}

@media (max-width: 520px) {
  body:not(.admin-body) .hero-copy h1 {
    font-size: clamp(4rem, 18vw, 5.4rem);
  }

  body:not(.admin-body) .section-intro h2,
  body:not(.admin-body) .math h2,
  body:not(.admin-body) .about h2,
  body:not(.admin-body) .split h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  body:not(.admin-body) .contact h2 {
    font-size: clamp(3.8rem, 18vw, 5.6rem);
  }

  body:not(.admin-body) .compare-grid article {
    min-height: auto;
    padding: 38px 28px;
  }
}
