:root {
  --apple-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Helvetica Neue", Arial, sans-serif;
}

body.offer-page,
body.home-modern,
body.swiftshot-modern {
  --blue: #0b66f0;
  --green: #60a5fa;
  --spark: #facc15;
  --blue-pale: #dceeff;
  font-family: var(--apple-font);
  font-feature-settings: "kern", "liga", "calt";
  text-rendering: geometricPrecision;
}

.offer-page .topbar {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset;
}

.offer-page .brand {
  letter-spacing: 0;
}

.offer-page h1,
.offer-page h2,
.swiftshot-modern h1,
.swiftshot-modern h2 {
  font-family: var(--apple-font);
  font-weight: 850;
  letter-spacing: 0;
}

.offer-page .button,
.swiftshot-modern .btn-neumorphic,
.swiftshot-modern .button {
  border-radius: 12px;
  box-shadow:
    0 14px 34px rgba(2, 6, 23, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.offer-page .button:hover,
.swiftshot-modern .btn-neumorphic:hover {
  transform: translateY(-1px);
  box-shadow:
    0 18px 44px rgba(2, 6, 23, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
}

.offer-page .card,
.swiftshot-modern .price-card,
.swiftshot-modern .feature-item,
.swiftshot-modern .lead-box {
  border-radius: 14px;
  box-shadow:
    0 20px 60px rgba(2, 6, 23, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
}

.offer-page input,
.offer-page select,
.offer-page textarea,
.swiftshot-modern input,
.swiftshot-modern select,
.swiftshot-modern textarea {
  border-radius: 12px;
  min-height: 48px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.offer-page input:focus,
.offer-page select:focus,
.offer-page textarea:focus,
.swiftshot-modern input:focus,
.swiftshot-modern select:focus,
.swiftshot-modern textarea:focus {
  border-color: rgba(11, 102, 240, 0.75);
  box-shadow: 0 0 0 4px rgba(11, 102, 240, 0.14);
  outline: none;
}

.offer-visual-section {
  padding: 18px 0 58px;
}

.offer-visual-grid {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.offer-glass,
.offer-slider-card,
.offer-kpi-strip {
  border: 1px solid var(--line, rgba(15, 23, 42, 0.14));
  border-radius: 18px;
  overflow: hidden;
}

.offer-glass {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.52)),
    radial-gradient(circle at 14% 16%, rgba(11, 102, 240, 0.12), transparent 18rem);
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.13);
  padding: 18px;
}

.offer-dark .offer-glass {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 18% 12%, rgba(70, 135, 255, 0.22), transparent 18rem);
  border-color: rgba(255, 255, 255, 0.12);
}

.offer-window {
  background: rgba(7, 12, 22, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  color: #f8fafc;
  overflow: hidden;
}

.offer-window-top {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
}

.offer-dot {
  border-radius: 999px;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.offer-dot.red { background: #ff5f57; }
.offer-dot.yellow { background: #ffbd2e; }
.offer-dot.green { background: #28c840; }

.offer-window-body {
  display: grid;
  gap: 13px;
  padding: 18px;
}

.flow-row,
.draft-row,
.walk-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  padding: 12px;
}

.flow-icon,
.draft-icon,
.walk-icon {
  align-items: center;
  background: rgba(70, 135, 255, 0.18);
  border-radius: 10px;
  color: #93c5fd;
  display: grid;
  font-weight: 850;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.flow-copy strong,
.draft-copy strong,
.walk-copy strong {
  display: block;
  font-size: 0.9rem;
}

.flow-copy span,
.draft-copy span,
.walk-copy span {
  color: rgba(248, 250, 252, 0.67);
  display: block;
  font-size: 0.78rem;
  margin-top: 3px;
}

.flow-status {
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 999px;
  color: #86efac;
  font-size: 0.7rem;
  font-weight: 850;
  padding: 5px 8px;
}

.offer-slider-card {
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 22px 64px rgba(2, 6, 23, 0.09);
  padding: 22px;
}

.offer-dark .offer-slider-card {
  background: rgba(255, 255, 255, 0.055);
}

.offer-slider-card h3 {
  font-size: 1rem;
  margin: 0 0 18px;
}

.metric-slider {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
}

.metric-slider:last-child {
  margin-bottom: 0;
}

.metric-slider label {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 0.78rem;
  justify-content: space-between;
  letter-spacing: 0;
}

.metric-slider label span:last-child {
  color: var(--blue, #0b66f0);
}

.slider-track {
  background: rgba(148, 163, 184, 0.24);
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.slider-fill {
  background: linear-gradient(90deg, var(--blue, #0b66f0), var(--green, #22c55e));
  border-radius: inherit;
  height: 100%;
  width: var(--value, 70%);
}

.offer-kpi-strip {
  background: rgba(255, 255, 255, 0.58);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
}

.offer-kpi {
  padding: 16px;
}

.offer-kpi strong {
  display: block;
  font-size: 1.35rem;
}

.offer-kpi span {
  color: var(--muted, #64748b);
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
  margin-top: 4px;
}

.voice-wave {
  align-items: end;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(28, 1fr);
  height: 132px;
  padding: 16px 10px;
}

.voice-wave i {
  background: linear-gradient(180deg, #86efac, #2f6df6);
  border-radius: 999px;
  display: block;
  height: var(--h, 50%);
}

.draft-preview {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  color: #0f172a;
  padding: 18px;
}

.draft-line {
  background: rgba(15, 23, 42, 0.13);
  border-radius: 999px;
  height: 9px;
  margin: 10px 0;
}

.draft-line.short { width: 54%; }
.draft-line.mid { width: 76%; }
.draft-line.long { width: 94%; }

.site-map {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
    radial-gradient(circle at 24% 34%, rgba(217,119,6,0.55), transparent 9px),
    radial-gradient(circle at 70% 58%, rgba(34,197,94,0.58), transparent 10px),
    radial-gradient(circle at 48% 78%, rgba(11,102,240,0.55), transparent 9px),
    #0b1220;
  background-size: 52px 52px, 52px 52px, auto, auto, auto, auto;
  border-radius: 14px;
  margin-bottom: 14px;
  position: relative;
}

.site-map::before,
.site-map::after {
  background: rgba(255, 255, 255, 0.55);
  content: "";
  height: 2px;
  left: 19%;
  position: absolute;
  right: 24%;
  top: 49%;
  transform: rotate(15deg);
}

.site-map::after {
  left: 43%;
  right: 28%;
  top: 69%;
  transform: rotate(-22deg);
}

.swiftshot-modern .demo-video,
.home-modern .homepage-demo-video {
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(2, 6, 23, 0.28);
}

.swiftshot-modern .text {
  color: #94a3b8;
}

.swiftshot-modern .em {
  color: #f8fafc;
  font-weight: 800;
}

.swiftshot-modern .scenario {
  border-radius: 14px;
}

.swiftshot-modern .scenario .em,
.swiftshot-modern .scenario-msg strong {
  color: #f8fafc;
}

.swiftshot-modern .scenario-time,
.swiftshot-modern .scenario-speaker {
  color: #94a3b8;
}

.swiftshot-modern .demo-caption,
.home-modern .homepage-demo-note {
  border-left: none;
  border-top: 1px solid rgba(220, 238, 255, 0.12);
  padding-left: 0;
  padding-top: 0.85rem;
}

.app-logo-lockup {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.app-logo-mark {
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
  flex: 0 0 auto;
  height: 72px;
  width: 72px;
}

.app-logo-copy {
  display: grid;
  gap: 4px;
}

.app-logo-copy strong {
  color: var(--ink, #0f172a);
  font-size: 1.08rem;
  font-weight: 850;
}

.app-logo-copy span {
  color: var(--muted, #64748b);
  font-size: 0.9rem;
  line-height: 1.35;
}

.swiftshot-modern .app-logo-lockup {
  margin-bottom: 28px;
}

.swiftshot-modern .app-logo-copy strong {
  color: #f8fafc;
}

.swiftshot-modern .app-logo-copy span {
  color: #94a3b8;
}

.swiftshot-modern .big-quote {
  color: var(--blue-pale, #dceeff);
}

.swiftshot-modern .btn-neumorphic-filled {
  background: linear-gradient(145deg, #60a5fa, #0b66f0);
  color: #fff;
}

@media (max-width: 860px) {
  .offer-visual-grid,
  .offer-kpi-strip {
    grid-template-columns: 1fr;
  }

  .offer-visual-section {
    padding-top: 0;
  }

  .app-logo-mark {
    height: 58px;
    width: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .offer-page .button,
  .swiftshot-modern .btn-neumorphic {
    transition: none;
  }
}

/* Shared offer-page brand layer.
   These pages are standalone, so this layer aligns their chrome, type, and
   primary colors without replacing page-specific product visuals. */
body.offer-page {
  --offer-blue: #0b66f0;
  --offer-blue-dark: #084fb9;
  --offer-ink: #101827;
  --offer-muted: #536274;
  --offer-line: rgba(15, 23, 42, 0.12);
  --offer-panel: #ffffff;
  --offer-soft: #f8fbff;
  --offer-dark: #07111f;
  --offer-dark-panel: rgba(255, 255, 255, 0.07);
  --offer-dark-line: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 38rem, #ffffff 100%),
    #ffffff;
  color: var(--offer-ink);
  font-family: var(--apple-font);
  font-feature-settings: "kern", "liga", "calt";
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body.offer-page.offer-dark,
body.offer-page.realtor-offer {
  background:
    radial-gradient(circle at 82% 10%, rgba(11, 102, 240, 0.22), transparent 34rem),
    linear-gradient(180deg, #07111f 0%, #0a1020 56rem, #07111f 100%);
  color: #f8fafc;
}

body.offer-page h1,
body.offer-page h2,
body.offer-page h3,
body.offer-page .headline {
  font-family: var(--apple-font);
  font-weight: 850;
  letter-spacing: 0;
}

body.offer-page .brand,
body.offer-page .logo {
  font-family: var(--apple-font);
  font-weight: 850;
  letter-spacing: 0;
}

body.offer-page > nav,
body.offer-page > .nav,
body.offer-page .topbar,
body.offer-page .site-nav {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--offer-line);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.offer-page.offer-dark > nav,
body.offer-page.offer-dark > .nav,
body.offer-page.offer-dark .topbar,
body.offer-page.offer-dark .site-nav,
body.offer-page.realtor-offer > nav {
  background: rgba(7, 17, 31, 0.82);
  border-bottom-color: var(--offer-dark-line);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
}

body.offer-page .topbar .nav {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.offer-page .nav a,
body.offer-page nav a:not(.button),
body.offer-page .site-nav-links a {
  color: var(--offer-muted);
  font-family: var(--apple-font);
  font-weight: 750;
  letter-spacing: 0;
  text-decoration: none;
}

body.offer-page.offer-dark .nav a,
body.offer-page.offer-dark nav a:not(.button),
body.offer-page.offer-dark .site-nav-links a,
body.offer-page.realtor-offer nav a:not(.button) {
  color: rgba(226, 232, 240, 0.78);
}

body.offer-page .nav a:hover,
body.offer-page nav a:not(.button):hover,
body.offer-page .site-nav-links a:hover {
  color: var(--offer-blue);
}

body.offer-page .eyebrow,
body.offer-page .label {
  color: var(--offer-blue);
  font-family: var(--apple-font);
  font-weight: 850;
  letter-spacing: 0.12em;
}

body.offer-page.offer-dark .eyebrow,
body.offer-page.offer-dark .label,
body.offer-page.realtor-offer .label {
  color: #93c5fd;
}

body.offer-page .lead,
body.offer-page .text,
body.offer-page .muted,
body.offer-page .section-head p {
  color: var(--offer-muted);
}

body.offer-page.offer-dark .lead,
body.offer-page.offer-dark .text,
body.offer-page.offer-dark .muted,
body.offer-page.realtor-offer .text {
  color: rgba(226, 232, 240, 0.78);
}

body.offer-page .button,
body.offer-page .cta,
body.offer-page .hero-cta,
body.offer-page .submit,
body.offer-page .nav-cta {
  background: var(--offer-blue);
  border: 1px solid var(--offer-blue);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(11, 102, 240, 0.22);
  color: #ffffff;
  font-family: var(--apple-font);
  font-weight: 850;
  letter-spacing: 0;
}

body.offer-page .button:hover,
body.offer-page .cta:hover,
body.offer-page .hero-cta:hover,
body.offer-page .submit:hover,
body.offer-page .nav-cta:hover {
  background: var(--offer-blue-dark);
  border-color: var(--offer-blue-dark);
  color: #ffffff;
}

body.offer-page .button.secondary,
body.offer-page .hero-actions .button:not(:first-child),
body.offer-page .actions .button.secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  color: var(--offer-ink);
}

body.offer-page.offer-dark .button.secondary,
body.offer-page.offer-dark .hero-actions .button:not(:first-child),
body.offer-page.offer-dark .actions .button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  color: #f8fafc;
}

body.offer-page .card,
body.offer-page .panel,
body.offer-page .scenario,
body.offer-page .compare-col {
  border-radius: 14px;
}

body.offer-page.realtor-offer .hero-grid {
  grid-template-columns: minmax(0, 1fr) 260px;
  max-width: 1120px;
  padding-top: 72px;
}

body.offer-page.realtor-offer h1 {
  font-size: clamp(2.3rem, 5.8vw, 4.8rem);
  line-height: 1.02;
}

body.offer-page.realtor-offer .scenario,
body.offer-page.realtor-offer .compare-col {
  background: transparent;
  border: none;
}

body.offer-page.offer-legal {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 28rem, #ffffff 100%),
    #ffffff;
  color: var(--offer-ink);
}

body.offer-page.offer-legal .site-nav {
  background: rgba(7, 17, 31, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

body.offer-page.offer-legal .site-nav .logo,
body.offer-page.offer-legal .site-nav-links a {
  color: rgba(248, 250, 252, 0.78);
}

body.offer-page.offer-legal .site-nav .logo {
  color: #ffffff;
}

body.offer-page.offer-legal .hero-overlay h1 {
  font-family: var(--apple-font);
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 1.04;
  max-width: 860px;
}

body.offer-page.offer-legal .hero-overlay .hero-sub {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--apple-font);
  font-size: 1rem;
  letter-spacing: 0;
}

body.offer-page.offer-legal .page,
body.offer-page.offer-legal .page * {
  font-family: "Courier Prime", "Courier New", monospace;
}

body.offer-page.offer-legal .page {
  max-width: min(8.5in, calc(100% - 32px));
  width: 100%;
}

@media (max-width: 860px) {
  body.offer-page.realtor-offer .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  body.offer-page.realtor-offer .robot {
    justify-self: center;
    max-width: 210px;
  }

  body.offer-page.offer-legal .hero-overlay h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }
}

@media (max-width: 640px) {
  body.offer-page > nav,
  body.offer-page > .nav,
  body.offer-page .topbar,
  body.offer-page .site-nav {
    box-shadow: none;
  }

  body.offer-page.offer-legal .page {
    max-width: calc(100% - 20px);
    padding-inline: 16px;
  }

  body.offer-page.offer-legal .legal-table {
    table-layout: fixed;
  }

  body.offer-page.offer-legal .legal-table th,
  body.offer-page.offer-legal .legal-table td {
    overflow-wrap: anywhere;
    padding: 6px;
    word-break: normal;
  }
}
