@charset "UTF-8";

:root {
  --bg: #070807;
  --bg-2: #11130f;
  --ink: #fffaf1;
  --muted: #c8c0b2;
  --soft: #f5efe4;
  --line: rgba(255, 250, 241, 0.16);
  --glass: rgba(12, 14, 12, 0.76);
  --glass-strong: rgba(18, 20, 17, 0.9);
  --paper: #fbf7ee;
  --paper-2: #eee6d7;
  --paper-ink: #18130d;
  --teal: #63eadf;
  --green: #a8e56f;
  --amber: #d8a64e;
  --rose: #d9787f;
  --blue: #8c94ff;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  --max: 1180px;
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(120deg, rgba(99, 234, 223, 0.12), transparent 34rem),
    linear-gradient(245deg, rgba(216, 166, 78, 0.12), transparent 32rem),
    linear-gradient(135deg, #070807 0%, #141611 52%, #0c1111 100%);
  color: var(--ink);
  font-family: "IBM Plex Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  animation: pageIn 360ms ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 250, 241, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 241, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), transparent 90%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(49, 224, 207, 0.86);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 0;
  background: transparent;
  pointer-events: none;
}

.nav-shell {
  width: min(var(--max), calc(100% - 32px));
  min-height: 64px;
  margin: 0 auto;
  padding: 8px 10px 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 250, 241, 0.15);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.12), rgba(255, 250, 241, 0.035)),
    rgba(7, 8, 7, 0.78);
  backdrop-filter: blur(24px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 166, 78, 0.48);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(99, 234, 223, 0.11), rgba(216, 166, 78, 0.16)),
    rgba(17, 19, 15, 0.92);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow:
    inset 0 0 22px rgba(216, 166, 78, 0.1),
    0 10px 28px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.brand-text {
  display: grid;
  gap: 0;
  line-height: 1.15;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: 0;
}

.brand-text span {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255, 250, 241, 0.78);
  font-size: 0.92rem;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(255, 250, 241, 0.1);
}

.site-nav a:hover {
  transform: translateY(-1px);
}

.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid rgba(216, 166, 78, 0.58);
  border-radius: 999px;
  background: rgba(216, 166, 78, 0.14);
  color: #fff3dc;
  font-weight: 700;
  font-size: 0.92rem;
}

.header-cta svg,
.btn svg,
.icon-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(7, 8, 7, 0.94), rgba(7, 8, 7, 0.56) 48%, rgba(7, 8, 7, 0.14)),
    linear-gradient(to top, #070807 0%, rgba(7, 8, 7, 0.12) 46%),
    var(--hero-img);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

body[data-page="legal"] .hero {
  min-height: 66vh;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(118deg, rgba(99, 234, 223, 0.11), transparent 34%),
    linear-gradient(30deg, rgba(216, 166, 78, 0.1), transparent 38%),
    rgba(7, 8, 7, 0.06);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30vh;
  background: linear-gradient(to bottom, transparent, var(--bg));
  pointer-events: none;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.34;
  pointer-events: none;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(90deg, transparent 0 42%, rgba(0, 0, 0, 0.42) 58%, #000 78%);
  mask-image: linear-gradient(90deg, transparent 0 42%, rgba(0, 0, 0, 0.42) 58%, #000 78%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 106px 0 40px;
}

.hero-copy {
  max-width: 780px;
  transform: translateZ(0);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #dffcf7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--amber));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 960px;
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 5.1vw, 4.55rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero p {
  max-width: 720px;
  margin-bottom: 30px;
  color: rgba(255, 250, 241, 0.86);
  font-size: clamp(1.06rem, 2vw, 1.25rem);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--amber), #f7cf87);
  color: #1e1710;
  box-shadow: 0 18px 44px rgba(216, 166, 78, 0.25);
}

.btn-secondary {
  border-color: rgba(244, 251, 248, 0.2);
  background: rgba(244, 251, 248, 0.08);
  color: var(--ink);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 780px;
  margin-top: 24px;
}

.hero-trust span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 250, 241, 0.07);
  color: rgba(255, 250, 241, 0.86);
  font-size: 0.9rem;
  font-weight: 750;
}

.intro-flow {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding: 76px 0;
  background:
    linear-gradient(135deg, rgba(99, 234, 223, 0.08), transparent 38%),
    var(--paper);
  color: var(--paper-ink);
}

.intro-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 34px;
  align-items: stretch;
  padding: 0;
}

.intro-flow h2 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.intro-flow p {
  margin-bottom: 0;
  color: #53635d;
}

.finance-path {
  display: grid;
  gap: 12px;
}

.path-step {
  position: relative;
  min-height: 76px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(24, 19, 13, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(24, 19, 13, 0.08);
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.path-step:hover {
  transform: translateX(6px);
  border-color: rgba(216, 166, 78, 0.45);
  background: #fff;
  box-shadow: 0 24px 62px rgba(24, 19, 13, 0.12);
}

.path-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 166, 78, 0.48);
  border-radius: 50%;
  color: #c99f4c;
  background: linear-gradient(180deg, #16231f, #0d1514);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(16, 32, 31, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.path-icon svg {
  width: 22px;
  height: 22px;
}

.path-step strong,
.path-step span {
  display: block;
}

.path-step strong {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  color: var(--paper-ink);
}

.path-step span {
  color: #58645f;
  font-size: 0.92rem;
}

.path-arrow {
  color: #9b6b21;
}

.section {
  padding: 104px 0;
}

.section.tight {
  padding: 72px 0;
}

.section.light {
  background:
    linear-gradient(135deg, rgba(216, 166, 78, 0.12), transparent 32%),
    var(--paper);
  color: var(--paper-ink);
}

.intro-flow .section-kicker,
.section.light .section-kicker,
.section.light .muted,
.section.light .lead {
  color: #3b5550;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

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

.section-head.center {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.lead {
  color: rgba(244, 251, 248, 0.78);
  font-size: 1.12rem;
}

.muted {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.panel,
.service-card,
.step,
.faq details,
.calc-card,
.quote-card,
.promise-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.section.light .panel,
.section.light .service-card,
.section.light .step,
.section.light .faq details,
.section.light .calc-card,
.section.light .quote-card,
.section.light .promise-card {
  border-color: rgba(16, 32, 31, 0.13);
  background: rgba(255, 255, 255, 0.68);
  color: var(--paper-ink);
  box-shadow: 0 18px 55px rgba(18, 42, 36, 0.08);
}

.panel {
  padding: 28px;
}

.service-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(to top, rgba(7, 8, 7, 0.98), rgba(7, 8, 7, 0.56) 52%, rgba(7, 8, 7, 0.16)),
    var(--card-img);
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  transition: opacity 220ms ease, transform 520ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(99, 234, 223, 0.08), rgba(216, 166, 78, 0.08) 58%, transparent);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(49, 224, 207, 0.45);
  background: rgba(255, 255, 255, 0.075);
}

.service-card:hover::before {
  opacity: 0.5;
  transform: scale(1.07);
}

.service-card:hover::after {
  opacity: 1;
}

.service-card p {
  color: var(--muted);
}

.service-card .card-top {
  display: grid;
  gap: 14px;
}

.service-icon,
.mini-icon {
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(99, 234, 223, 0.12);
  color: var(--teal);
}

.service-icon {
  width: 52px;
  height: 52px;
}

.mini-icon {
  width: 42px;
  height: 42px;
}

.service-icon svg,
.mini-icon svg {
  width: 24px;
  height: 24px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f7d198;
  font-weight: 800;
}

.card-link svg {
  width: 18px;
  height: 18px;
}

.trust-section {
  background:
    linear-gradient(145deg, rgba(255, 250, 241, 0.07), rgba(255, 250, 241, 0.02)),
    rgba(255, 250, 241, 0.015);
}

.promise-card {
  min-height: 260px;
  padding: 26px;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.promise-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 166, 78, 0.42);
  background: rgba(255, 255, 255, 0.075);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
}

.check {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(49, 224, 207, 0.35);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(49, 224, 207, 0.1);
}

.check svg {
  width: 16px;
  height: 16px;
}

.step {
  padding: 24px;
}

.step-number {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 178, 95, 0.15);
  color: #ffd29a;
  font-weight: 850;
}

.section.light .step-number {
  color: #714413;
}

.visual-band {
  min-height: 460px;
  display: grid;
  align-items: end;
  padding: 36px;
  overflow: hidden;
  border-radius: var(--radius);
  background-image:
    linear-gradient(to top, rgba(7, 16, 19, 0.92), rgba(7, 16, 19, 0.12)),
    var(--band-img);
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.visual-band p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(244, 251, 248, 0.88);
}

.quote-card {
  padding: 30px;
}

.quote-card blockquote {
  margin: 0 0 20px;
  color: rgba(244, 251, 248, 0.9);
  font-size: 1.18rem;
}

.quote-card cite {
  color: var(--muted);
  font-style: normal;
}

.calculator-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: stretch;
}

.calc-card {
  padding: 28px;
  overflow: hidden;
}

.calc-card.results-card {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(145deg, rgba(7, 16, 19, 0.94), rgba(16, 28, 28, 0.78)),
    rgba(255, 255, 255, 0.05);
  color: var(--ink);
}

.section.light .calc-card.results-card {
  border-color: rgba(16, 32, 31, 0.13);
  background:
    linear-gradient(145deg, #0b1516, #172421),
    rgba(255, 255, 255, 0.05);
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(11, 21, 22, 0.22);
}

.calc-inputs {
  display: grid;
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

label {
  color: rgba(244, 251, 248, 0.82);
  font-weight: 700;
}

.section.light label {
  color: #19312f;
}

.field output {
  color: var(--teal);
  font-weight: 850;
  white-space: nowrap;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--teal);
}

input[type="number"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(244, 251, 248, 0.18);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
}

.section.light input[type="number"],
.section.light input[type="text"],
.section.light input[type="email"],
.section.light input[type="tel"],
.section.light textarea,
.section.light select {
  border-color: rgba(16, 32, 31, 0.18);
  background: rgba(255, 255, 255, 0.84);
  color: var(--paper-ink);
}

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

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 0;
}

.result {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(244, 251, 248, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.result::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), transparent);
  opacity: 0.75;
}

.result.primary-result {
  grid-column: 1 / -1;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(63, 227, 211, 0.17), rgba(246, 189, 115, 0.09)),
    rgba(255, 255, 255, 0.06);
}

.section.light .result {
  border-color: rgba(244, 251, 248, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
}

.result span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.84rem;
}

.section.light .result span {
  color: rgba(244, 251, 248, 0.68);
}

.result strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.1;
}

.section.light .result strong {
  color: var(--ink);
}

.chart {
  height: 250px;
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 20px 16px 14px;
  border: 1px solid rgba(244, 251, 248, 0.14);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(to top, rgba(244, 251, 248, 0.08), rgba(244, 251, 248, 0.08) 1px, transparent 1px, transparent 50px),
    rgba(255, 255, 255, 0.045);
}

.section.light .chart {
  border-color: rgba(16, 32, 31, 0.12);
  background:
    repeating-linear-gradient(to top, rgba(16, 32, 31, 0.08), rgba(16, 32, 31, 0.08) 1px, transparent 1px, transparent 50px),
    rgba(255, 255, 255, 0.55);
}

.bar {
  flex: 1 1 0;
  min-width: 8px;
  border-radius: 999px 999px 3px 3px;
  background: linear-gradient(to top, var(--teal), var(--green));
  transform-origin: bottom;
  animation: growBar 700ms ease both;
}

.bar.alt {
  background: linear-gradient(to top, var(--amber), var(--rose));
}

.chart-note,
.calc-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.section.light .chart-note,
.section.light .calc-note {
  color: #526b65;
}

.results-card .calc-note {
  color: rgba(244, 251, 248, 0.7);
}

.insight-stack {
  display: grid;
  gap: 10px;
}

.insight-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(244, 251, 248, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.insight-item span {
  display: block;
  color: rgba(244, 251, 248, 0.68);
  font-size: 0.82rem;
  font-weight: 750;
  text-transform: uppercase;
}

.insight-item p {
  margin: 4px 0 0;
  color: rgba(244, 251, 248, 0.78);
  font-size: 0.94rem;
}

.insight-item strong {
  color: var(--green);
  font-size: 1.18rem;
  white-space: nowrap;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 20px 22px;
}

.faq summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
}

.section.light .faq summary {
  color: var(--paper-ink);
}

.faq p {
  margin: 14px 0 0;
  color: var(--muted);
}

.section.light .faq p {
  color: #465f59;
}

.cta-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(110deg, rgba(49, 224, 207, 0.16), transparent 36%),
    linear-gradient(280deg, rgba(255, 178, 95, 0.14), transparent 35%),
    rgba(255, 255, 255, 0.04);
}

.cta-inner {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.site-footer {
  padding: 58px 0 34px;
  background: #060d0f;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 0.7fr));
  gap: 28px;
}

.footer-grid h3 {
  margin-bottom: 14px;
  font-size: 1rem;
}

.footer-grid p,
.footer-grid a,
.footer-bottom {
  color: var(--muted);
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  width: fit-content;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a:hover {
  color: var(--ink);
  transform: translateX(2px);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
}

.legal-section {
  padding-top: 96px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
}

.legal-summary {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(16, 32, 31, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--paper-ink);
}

.legal-summary strong {
  display: block;
  color: var(--paper-ink);
}

.legal-summary span,
.legal-summary a {
  color: #38534d;
}

.legal-summary a {
  font-weight: 800;
}

.legal-article {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 28px;
}

.legal-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card a {
  color: #0d6f67;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-list,
.cookie-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.legal-list li,
.cookie-list li {
  position: relative;
  padding-left: 24px;
  color: #36514c;
}

.legal-list li::before,
.cookie-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--amber));
  transform: translateY(-50%);
}

.legal-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--amber);
  border-radius: var(--radius);
  background: rgba(216, 166, 78, 0.1);
  color: #2f463f;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 90;
  width: min(980px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.11), rgba(255, 250, 241, 0.035)),
    rgba(7, 13, 15, 0.94);
  color: var(--ink);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.cookie-banner a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-actions .btn {
  min-width: 132px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
}

.booking-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0 96px;
}

.booking-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(63, 227, 211, 0.13), transparent 38%),
    linear-gradient(250deg, rgba(246, 189, 115, 0.18), transparent 42%);
}

.booking-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(340px, 0.68fr);
  gap: 28px;
  align-items: start;
}

.booking-main,
.booking-aside {
  min-width: 0;
}

.booking-main {
  display: grid;
  gap: 22px;
}

.booking-full {
  position: relative;
  width: min(1680px, calc(100% - 32px));
  display: grid;
  gap: 28px;
}

.booking-head {
  margin-bottom: 0;
}

.booking-head .booking-meta {
  justify-content: center;
}

.booking-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.booking-meta span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(16, 32, 31, 0.12);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #24423d;
  font-size: 0.88rem;
  font-weight: 700;
}

.booking-aside {
  display: grid;
  gap: 16px;
}

.booking-intro-card,
.booking-contact-card,
.booking-form {
  border: 1px solid rgba(16, 32, 31, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: var(--paper-ink);
  box-shadow: 0 18px 55px rgba(18, 42, 36, 0.08);
}

.booking-intro-card {
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(234, 242, 238, 0.76)),
    rgba(255, 255, 255, 0.78);
}

.booking-intro-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 1.04;
}

.booking-intro-card .lead {
  font-size: 1rem;
}

.booking-contact-card {
  padding: 26px;
}

.booking-form {
  padding: 24px;
}

.booking-form h3 {
  margin-bottom: 16px;
}

.booking-form .form-grid {
  grid-template-columns: 1fr;
}

.booking-contact-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  max-width: 1180px;
  width: 100%;
  margin-inline: auto;
}

.booking-contact-row .contact-methods {
  grid-template-columns: 1fr;
}

.booking-contact-row .contact-methods.contact-methods-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-methods {
  display: grid;
  gap: 14px;
}

.contact-method {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(16, 32, 31, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
}

.contact-link {
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.contact-link:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 166, 78, 0.38);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(18, 42, 36, 0.08);
}

.contact-method > div,
.contact-method > span:last-child {
  min-width: 0;
}

.contact-method strong,
.contact-method h3 {
  display: block;
  margin: 0 0 2px;
  color: var(--paper-ink);
  font-size: 0.92rem;
  line-height: 1.2;
}

.contact-method h3 {
  margin-bottom: 2px;
  font-size: 1rem;
}

.contact-method-value {
  display: block;
  color: #36514c;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.contact-method-wide {
  grid-column: 1 / -1;
  align-items: start;
}

.contact-method-wide p {
  margin: 0;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.calendly-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.section.light .calendly-panel {
  border-color: rgba(16, 32, 31, 0.13);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 70px rgba(18, 42, 36, 0.14);
}

.calendly-inline-widget {
  width: 100%;
  min-width: 0;
  height: 760px;
}

.calendly-panel-wide .calendly-inline-widget {
  height: calc(100dvh - 80px);
  min-height: 640px;
  max-height: 820px;
}

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

.form-status {
  min-height: 26px;
  color: var(--green);
  font-weight: 700;
}

.profile {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 38px;
  align-items: center;
}

.portrait {
  min-height: 560px;
  border-radius: var(--radius);
  background-image:
    linear-gradient(to top, rgba(7, 16, 19, 0.62), transparent 52%),
    var(--portrait-img);
  background-position: center;
  background-size: cover;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tag {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(244, 251, 248, 0.15);
  border-radius: 999px;
  padding: 0 13px;
  color: rgba(244, 251, 248, 0.78);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
}

.mobile-sticky-cta {
  display: none;
}

.section.light .tag {
  border-color: rgba(16, 32, 31, 0.13);
  color: #38534d;
  background: rgba(255, 255, 255, 0.64);
}

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 540ms ease, transform 540ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.page-leaving {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

@keyframes growBar {
  from {
    transform: scaleY(0.08);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .header-cta {
    display: none;
  }

  .site-nav a {
    padding-inline: 10px;
  }

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

  .booking-layout {
    grid-template-columns: 1fr;
  }

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

}

@media (max-width: 860px) {
  body.nav-open {
    overflow: hidden;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 92px 16px auto;
    display: none;
    max-height: calc(100vh - 96px);
    overflow: auto;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(7, 16, 19, 0.96);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    width: 100%;
    justify-content: flex-start;
    border-radius: var(--radius);
    padding-inline: 14px;
  }

  .legal-section {
    padding-top: 72px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions .btn {
    width: 100%;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-content {
    padding: 116px 0 50px;
  }

  .intro-flow-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .split,
  .calculator-wrap,
  .contact-grid,
  .profile,
  .cta-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .booking-aside {
    grid-template-columns: 1fr;
  }

  .booking-contact-row {
    grid-template-columns: 1fr;
  }

  .booking-contact-row .contact-methods {
    grid-template-columns: 1fr;
  }

  .booking-contact-row .contact-methods.contact-methods-compact {
    grid-template-columns: 1fr;
  }

  .calculator-wrap {
    gap: 16px;
  }

  .cta-inner {
    padding-block: 68px;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 78px;
  }

  .site-header {
    top: 8px;
  }

  .nav-shell,
  .wrap,
  .hero-content,
  .intro-flow-grid {
    width: min(100% - 24px, var(--max));
  }

  .nav-shell {
    min-height: 58px;
    gap: 10px;
    padding: 6px 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-logo img {
    width: 40px;
    height: 40px;
  }

  .brand-text strong {
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .brand-text span {
    display: none;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
  }

  .action-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .action-row .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .hero .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-copy {
    text-shadow: 0 3px 22px rgba(0, 0, 0, 0.75);
  }

  .hero-copy h1,
  .hero-copy p,
  .hero-copy .eyebrow {
    color: var(--ink) !important;
    opacity: 1 !important;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-trust span {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }

  .hero p,
  .lead {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .section {
    padding: 76px 0;
  }

  .section.tight {
    padding: 56px 0;
  }

  .booking-section {
    padding: 74px 0;
  }

  .intro-flow {
    padding: 58px 0;
  }

  .panel,
  .service-card,
  .step,
  .calc-card,
  .quote-card {
    padding: 20px;
  }

  .intro-flow-grid {
    padding: 0;
  }

  .booking-contact-card,
  .booking-intro-card,
  .booking-form {
    padding: 20px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 86px;
    width: auto;
    max-height: calc(100vh - 118px);
    overflow: auto;
    transform: none;
  }

  .calendly-inline-widget {
    height: 680px;
  }

  .calendly-panel-wide .calendly-inline-widget {
    height: 1180px;
  }

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

  .visual-band,
  .portrait {
    min-height: 380px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 250, 241, 0.14);
    background: rgba(7, 8, 7, 0.94);
    backdrop-filter: blur(18px);
  }

  .mobile-sticky-cta a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 250, 241, 0.18);
    border-radius: 999px;
    color: var(--ink);
    font-weight: 850;
  }

  .mobile-sticky-cta a:last-child {
    border-color: rgba(216, 166, 78, 0.65);
    background: var(--amber);
    color: #16110a;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .hero-canvas {
    opacity: 0.32;
  }

}
