:root {
  --bg: #fafafa;
  --surface: #ffffff;
  --surface-dark: #0f1f34;
  --line: #e5e5e5;
  --text: #1a1a1a;
  --muted: #666666;
  --primary: #173453;
  --primary-light: #f8f9fa;
  --accent: #c89a54;
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  --radius-sm: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: var(--bg);
}

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

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

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
}

/* Override container for appointment section to allow centering */
body:has(#appointment-request) .container {
  width: 100% !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.surface-card {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.92), rgba(245, 236, 223, 0.82));
  border: 1px solid rgba(110, 89, 57, 0.14);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero {
  padding: 80px 0;
  background: var(--surface);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 60px;
  padding: 20px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark-image {
  width: 60px;
  height: 72px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 18px rgba(23, 52, 83, 0.18));
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #153150;
}

.brand-subtitle {
  margin-top: 4px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6a39;
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.topbar-links a {
  padding: 8px 12px;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.topbar-links a:hover,
.topbar-links a:focus-visible {
  background: rgba(23, 52, 83, 0.08);
  color: var(--accent);
  outline: none;
}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.hero-profile {
  max-width: 400px;
}

.hero-copy {
  max-width: 700px;
}

.hero-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 32px;
  box-shadow: var(--shadow);
}

.profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.headshot-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

.profile-role {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 4px 0;
}

.profile-note {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 8px 0 0 0;
  line-height: 1.5;
}

.profile-signals {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  align-items: center;
}

.profile-signal {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}

.profile-signal strong {
  font-size: 0.9rem;
  color: var(--primary);
}

.profile-signal span {
  font-size: 0.8rem;
  color: var(--muted);
}

.eyebrow {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 16px;
}

.hero-copy h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 24px 0;
  line-height: 1.1;
}

.hero-tagline {
  font-size: 1.3rem;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.5;
}

.hero-subheadline {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 40px;
  line-height: 1.6;
}

.hero-actions {
  margin-bottom: 24px;
}

.hero-action-note {
  font-size: 0.9rem;
  color: var(--muted);
  font-style: italic;
}

.hero h1,
.section-title {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #11233b;
}

.hero h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.96;
}

.hero-tagline {
  margin: 12px 0 0;
  color: var(--accent);
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-headline {
  margin: 18px 0 14px;
  max-width: 16ch;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #16304b;
  text-shadow: 0 3px 18px rgba(255, 249, 239, 0.7);
}

.hero-subheadline,
.section-intro,
.step p,
.story-card p,
.lead-copy p,
.recommendation-copy,
.cta-copy p,
.video-followup p,
.proof-chip span,
.muted {
  color: var(--muted);
}

.hero-trust,
.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-trust {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-trust li {
  display: flex;
  gap: 12px;
}

.hero-trust li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 0.45rem;
  border-radius: 999px;
  flex: 0 0 auto;
  background: linear-gradient(145deg, var(--primary), #ead7ad);
  box-shadow: 0 0 0 5px rgba(200, 154, 84, 0.16);
}

.hero-actions,
.tool-actions,
.scenario-row,
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-stats,
.steps-grid,
.stories-grid,
.results-grid,
.comparison-grid {
  display: grid;
  gap: 12px;
}

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

.hero-assurance {
  position: relative;
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 249, 239, 0.9), rgba(240, 230, 214, 0.84));
  border: 1px solid rgba(110, 89, 57, 0.12);
  box-shadow: 0 14px 30px rgba(18, 31, 51, 0.08);
}

.hero-assurance::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(200, 154, 84, 0.9), rgba(255, 238, 201, 0.28), rgba(131, 96, 43, 0.72));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.hero-assurance-intro {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.hero-assurance-kicker {
  color: #7a5a2d;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-assurance-intro p {
  margin: 0;
  color: #544133;
  font-size: 0.95rem;
}

.hero-assurance-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-assurance-point {
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(110, 89, 57, 0.08);
}

.hero-assurance-point strong {
  display: block;
  margin-bottom: 6px;
  color: #173453;
  font-size: 0.92rem;
}

.hero-assurance-point span {
  color: #65584c;
  font-size: 0.86rem;
  line-height: 1.45;
}

.stat-card,
.proof-chip,
.tool-status,
.tool-sidebar,
.tool-results,
.result-card,
.results-panel,
.comparison-item,
.cta-proof-item,
.video-followup {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(110, 89, 57, 0.1);
}

.stat-card {
  padding: 16px 14px;
  border-radius: 18px;
}

.stat-value,
.result-value {
  display: block;
  font-weight: 800;
  color: #13243a;
}

.stat-value {
  font-size: 1.35rem;
}

.stat-label,
.result-label,
.tool-status-label,
.comparison-item span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-card {
  display: grid;
  gap: 18px;
  align-content: start;
}

.profile-card {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.headshot-img {
  width: 124px;
  height: 124px;
  object-fit: cover;
  border-radius: 24px;
  border: 4px solid rgba(255, 246, 238, 0.95);
  box-shadow: 0 18px 36px rgba(110, 66, 33, 0.18);
}

.profile-card p {
  margin: 0;
}

.profile-name {
  font-size: 1.28rem;
  font-weight: 800;
  color: #11233b;
}

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

.profile-note {
  margin-top: 8px;
  color: #544133;
}

.profile-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.profile-signal {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(110, 89, 57, 0.08);
}

.profile-signal strong {
  color: #173453;
  font-size: 0.88rem;
}

.profile-signal span {
  color: #675d57;
  font-size: 0.8rem;
  line-height: 1.35;
}

.profile-focus {
  margin-top: 12px;
  color: #3f3124;
  font-weight: 700;
  line-height: 1.5;
}

.video-followup,
.proof-chip,
.tool-status,
.tool-sidebar,
.tool-results,
.result-card,
.results-panel,
.comparison-item,
.cta-proof-item {
  border-radius: 18px;
}

.video-followup {
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.9), rgba(243, 236, 225, 0.84));
  border: 1px solid rgba(110, 89, 57, 0.12);
}

.video-followup h3,
.mini-title {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.video-followup-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(23, 52, 83, 0.08);
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.video-followup-copy {
  margin: 0 0 16px;
  color: var(--muted);
}

.video-steps,
.checklist {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.video-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(110, 89, 57, 0.08);
}

.video-step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.video-step strong {
  display: block;
  margin-bottom: 4px;
  color: #173453;
  font-size: 0.96rem;
}

.video-step p {
  margin: 0;
  color: #675d57;
  font-size: 0.9rem;
  line-height: 1.45;
}

.video-highlight {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(200, 154, 84, 0.16), rgba(255, 246, 226, 0.92));
  border: 1px solid rgba(200, 154, 84, 0.18);
}

.video-highlight strong {
  color: #7a5a2d;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.video-highlight span {
  color: #3c3128;
  font-weight: 700;
  line-height: 1.45;
}

.video-followup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.video-followup-placeholder {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(247, 238, 222, 0.96), rgba(236, 224, 201, 0.92));
  border: 1px dashed rgba(131, 96, 43, 0.36);
  box-shadow: 0 10px 20px rgba(131, 96, 43, 0.08);
}

.video-followup-placeholder strong {
  color: #6f552f;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.video-followup-placeholder span {
  color: #3f3124;
  font-weight: 700;
  line-height: 1.45;
}

.checklist li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.checklist li::before {
  content: "✓";
  color: var(--primary);
  font-weight: 800;
}

section {
  padding: 30px 0;
}

.section-title {
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  line-height: 1.02;
}

.overview-shell,
.lead-shell,
.calculator-shell {
  padding: 24px;
}

.overview-shell,
.tool-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.lead-shell {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.lead-shell,
.connections-shell,
.team-shell {
  align-items: stretch;
}

.overview-proof {
  display: grid;
  gap: 14px;
}

.proof-chip {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.9), rgba(239, 230, 213, 0.82));
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--accent);
  font-weight: 800;
}

.steps-grid,
.stories-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.step,
.story-card {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 246, 0.82);
  border: 1px solid rgba(110, 89, 57, 0.12);
  box-shadow: 0 16px 38px rgba(18, 31, 51, 0.08);
}

.step-index {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: #fffaf1;
  font-weight: 800;
}

.step h3,
.story-card h3,
.results-panel h3,
.chart-shell h3,
.lead-form-card h3 {
  margin: 0 0 10px;
}

.step ul,
.story-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step li,
.story-card li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(200, 154, 84, 0.16);
  color: #4c3d2d;
  font-size: 0.92rem;
  font-weight: 700;
}

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

.story-photo {
  height: 210px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #f3e6d0 0%, #d8c2a0 100%);
  border: 1px solid rgba(110, 89, 57, 0.12);
}

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lead-copy,
.cta-copy,
.connections-copy,
.team-copy,
.game-lab-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  align-content: start;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(110, 89, 57, 0.12);
  background:
    radial-gradient(circle at bottom right, rgba(200, 154, 84, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(245, 238, 228, 0.9));
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 30px rgba(18, 31, 51, 0.05);
}

.cta-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  align-self: stretch;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(110, 89, 57, 0.12);
  background:
    radial-gradient(circle at bottom right, rgba(200, 154, 84, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(245, 238, 228, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 30px rgba(18, 31, 51, 0.05);
}

.lead-copy .section-kicker,
.lead-copy .section-title,
.lead-copy > p,
.cta-copy .section-kicker,
.cta-copy .section-title,
.cta-copy > p,
.connections-copy > *,
.team-copy .section-kicker,
.team-copy .section-title,
.team-copy > p,
.game-lab-copy > * {
  margin: 0;
}

.lead-copy .section-title {
  max-width: 18ch;
}

.lead-copy > p,
.cta-copy > p,
.connections-copy p,
.team-copy > p {
  max-width: 58ch;
  line-height: 1.65;
}

.lead-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
  min-height: 240px;
  padding: 16px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(200, 154, 84, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(23, 52, 83, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(244, 235, 221, 0.86));
  border: 1px solid rgba(110, 89, 57, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 28px rgba(18, 31, 51, 0.07);
}

.lead-visual-header {
  display: grid;
  grid-column: 1 / -1;
  gap: 6px;
}

.lead-visual-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a6737;
}

.lead-visual-header strong {
  color: #173453;
  font-size: 1rem;
  line-height: 1.35;
}

.lead-visual-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lead-visual-card {
  display: grid;
  gap: 6px;
  align-content: start;
  padding: 14px 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(110, 89, 57, 0.08);
  box-shadow: 0 10px 18px rgba(18, 31, 51, 0.04);
}

.lead-visual-card span {
  color: #b8823e;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lead-visual-card strong {
  color: #173453;
  font-size: 0.96rem;
}

.lead-visual-card p {
  margin: 0;
  color: #675d57;
  font-size: 0.92rem;
  line-height: 1.55;
}

.lead-social-panel {
  display: grid;
  gap: 14px;
  margin-top: 4px;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(23, 52, 83, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(244, 235, 221, 0.88));
  border: 1px solid rgba(110, 89, 57, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 28px rgba(18, 31, 51, 0.05);
}

.lead-social-header {
  display: grid;
  gap: 6px;
}

.lead-social-header > * {
  margin: 0;
}

.lead-social-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a6737;
}

.lead-social-header strong {
  color: #173453;
  font-size: 1rem;
  line-height: 1.35;
}

.lead-social-header p {
  color: #675d57;
  line-height: 1.6;
}

.lead-social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cta-proof,
.team-points,
.game-lab-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cta-proof {
  align-content: start;
}

.team-points {
  margin-top: 4px;
  align-content: start;
}

.cta-proof-item,
.team-point,
.game-lab-point {
  padding: 14px 16px;
  font-weight: 700;
  color: #4a382d;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 239, 228, 0.84));
  border: 1px solid rgba(110, 89, 57, 0.08);
}

.cta-proof-item:nth-child(3),
.team-point:nth-child(3),
.game-lab-point:nth-child(3) {
  grid-column: 1 / -1;
}

.guide-cta-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 26px;
  background:
    radial-gradient(circle at top right, rgba(200, 154, 84, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255, 250, 243, 0.94), rgba(244, 236, 223, 0.9));
}

.guide-cta-copy p {
  margin: 10px 0 0;
  max-width: 58ch;
  color: #5f5a56;
}

/* Premium Guide Download Button */
.guide-download-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 16px 24px !important;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d4a6f 50%, #3d5a7f 100%) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  border: none !important;
  border-radius: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.3) !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  min-width: 300px !important;
}

.guide-download-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(30, 58, 95, 0.4) !important;
  background: linear-gradient(135deg, #234060 0%, #325070 50%, #426080 100%) !important;
}

.guide-download-btn .btn-logo {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  padding: 4px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.guide-download-btn .btn-text {
  white-space: nowrap !important;
  overflow: visible !important;
}

/* Download Button Logo - Image styling */
.download-btn-logo {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  padding: 4px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  margin-right: 4px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

@media (max-width: 640px) {
  .guide-download-btn {
    padding: 14px 20px !important;
    font-size: 0.9rem !important;
    min-width: auto !important;
    width: 100% !important;
  }
  
  .guide-download-btn .btn-logo,
  .download-btn-logo {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 3px !important;
  }
}

.lead-form-content {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 31, 52, 0.98), rgba(23, 52, 83, 0.96));
  color: #fff9f1;
  box-shadow:
    0 18px 38px rgba(15, 31, 52, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lead-form-content h3 {
  font-size: 1.45rem;
}

.lead-form-content > p,
.privacy-note {
  color: #fff9f1;
}


.form-confidence-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 4px;
}

.form-confidence-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(200, 154, 84, 0.3);
  color: #1c2534;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.lead-form,
.calculator-inputs {
  display: grid;
  gap: 12px;
}

.lead-form {
  margin-top: 18px;
}

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

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

.calculator-inputs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

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

.field-group-full {
  grid-column: 1 / -1;
}

.field-label {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.info-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  border-radius: 999px;
  background: rgba(23, 52, 83, 0.12);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  cursor: help;
  vertical-align: middle;
}

.info-tip::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  width: 220px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(15, 31, 52, 0.96);
  color: #fff8ef;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  box-shadow: 0 12px 24px rgba(15, 31, 52, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 20;
}

.info-tip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: rgba(15, 31, 52, 0.96) transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.16s ease;
  z-index: 20;
}

.info-tip:hover::after,
.info-tip:hover::before,
.info-tip:focus-visible::after,
.info-tip:focus-visible::before {
  opacity: 1;
  visibility: visible;
}

.info-tip:focus-visible {
  outline: 2px solid rgba(200, 154, 84, 0.55);
  outline-offset: 2px;
}

.field-help,
.save-note,
.form-note,
.result-detail {
  font-size: 0.9rem;
}

.form-expectation {
  margin: 10px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(200, 154, 84, 0.3);
  color: #1c2534;
  font-size: 0.88rem;
  line-height: 1.55;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.form-trust-rail {
  display: grid;
  gap: 10px;
  margin: 14px 0 4px;
}

.form-trust-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  padding: 13px 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(200, 154, 84, 0.25);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.form-trust-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(200, 154, 84, 0.25);
  color: #1c2534;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.form-trust-step strong {
  display: block;
  color: #1c2534;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
}

.form-trust-step p {
  margin: 4px 0 0;
  color: #4a5568;
  font-size: 0.84rem;
  line-height: 1.45;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form input,
.lead-form select,
.calculator-inputs input,
.calculator-inputs select {
  width: 100%;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid rgba(123, 87, 61, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 248, 242, 0.96));
  color: var(--text);
  outline: none;
  box-shadow: inset 0 1px 2px rgba(15, 31, 52, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.lead-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 2px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid rgba(200, 154, 84, 0.3);
  border-radius: 12px;
  color: #1c2534;
  font-size: 0.86rem;
  line-height: 1.45;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.lead-consent input {
  margin: 2px 0 0;
  accent-color: #c89a54;
}

.lead-form input:focus,
.lead-form select:focus,
.calculator-inputs input:focus,
.calculator-inputs select:focus {
  border-color: rgba(200, 154, 84, 0.6);
  box-shadow: 0 0 0 4px rgba(200, 154, 84, 0.16), 0 14px 28px rgba(11, 22, 38, 0.08);
  transform: translateY(-1px);
}

.lead-form input::placeholder,
.team-form input::placeholder,
.team-form textarea::placeholder {
  color: rgba(77, 68, 60, 0.52);
}

.lead-form input[aria-invalid="true"],
.lead-form select[aria-invalid="true"],
.team-form input[aria-invalid="true"],
.team-form select[aria-invalid="true"],
.team-form textarea[aria-invalid="true"] {
  border-color: rgba(223, 122, 122, 0.92);
  box-shadow: 0 0 0 4px rgba(223, 122, 122, 0.14);
}

.lead-form input[aria-invalid="false"],
.lead-form select[aria-invalid="false"],
.team-form input[aria-invalid="false"],
.team-form select[aria-invalid="false"],
.team-form textarea[aria-invalid="false"] {
  border-color: rgba(96, 180, 136, 0.68);
}

.field-feedback {
  min-height: 18px;
  margin: -4px 0 0;
  color: #fff9f1;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
}

.field-feedback.error {
  color: #ffd1d1;
}

.field-feedback.success {
  color: #c5f2da;
}

.form-success-card {
  display: none;
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(209, 244, 224, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(197, 242, 218, 0.18), rgba(92, 164, 130, 0.12));
  border: 1px solid rgba(197, 242, 218, 0.26);
  color: #eefcf4;
  box-shadow: 0 16px 28px rgba(17, 46, 38, 0.14);
}

.form-success-card.is-visible {
  display: block;
  animation: formSuccessReveal 320ms ease;
}

.form-success-card strong {
  display: block;
  margin-bottom: 6px;
  color: #f5fff9;
}

.form-success-card p {
  margin: 0;
  color: rgba(245, 255, 249, 0.84);
  line-height: 1.55;
}

@keyframes formCardFloatIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes formSuccessReveal {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero-cta,
.secondary-cta,
.cta-button,
.tool-button,
.tool-button-secondary,
.scenario-chip,
.lead-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hero-cta,
.cta-button,
.tool-button,
.lead-form button {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #255884 55%, var(--primary));
  box-shadow: 0 16px 28px rgba(23, 52, 83, 0.24);
  position: relative;
  overflow: hidden;
}

.secondary-cta,
.tool-button-secondary,
.scenario-chip {
  color: var(--accent);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(110, 89, 57, 0.16);
}

.secondary-cta-download {
  background: rgba(244, 236, 223, 0.92);
}

.secondary-cta-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6f552f;
  background: linear-gradient(145deg, rgba(247, 238, 222, 0.96), rgba(236, 224, 201, 0.92));
  border: 1px dashed rgba(131, 96, 43, 0.36);
  box-shadow: 0 10px 20px rgba(131, 96, 43, 0.08);
  cursor: default;
  opacity: 1;
  white-space: nowrap;
}

.hero-cta:hover,
.secondary-cta:hover,
.cta-button:hover,
.tool-button:hover,
.tool-button-secondary:hover,
.scenario-chip:hover,
.lead-form button:hover,
.hero-cta:focus-visible,
.secondary-cta:focus-visible,
.cta-button:focus-visible,
.tool-button:focus-visible,
.tool-button-secondary:focus-visible,
.scenario-chip:focus-visible,
.lead-form button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(18, 31, 51, 0.18);
  outline: none;
}

.calculator-shell {
  padding: 24px;
}

.tool-intro {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}

.tool-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.tool-capability {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(23, 52, 83, 0.08);
  border: 1px solid rgba(23, 52, 83, 0.08);
  color: #173453;
  font-size: 0.8rem;
  font-weight: 800;
}

.tool-status {
  min-width: 230px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.9), rgba(244, 236, 224, 0.84));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.tool-status strong,
.comparison-item strong {
  display: block;
  margin-top: 6px;
  color: #39291e;
}

.tool-layout {
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 14px;
}

.tool-sidebar,
.tool-results,
.result-card,
.results-panel {
  padding: 16px;
}

.tool-sidebar {
  background:
    linear-gradient(180deg, rgba(18, 42, 67, 0.98), rgba(19, 52, 83, 0.94));
  color: #fff7ef;
  box-shadow: 0 22px 40px rgba(15, 31, 52, 0.22);
  position: sticky;
  top: 18px;
  align-self: start;
}

.tool-sidebar .mini-title,
.tool-sidebar .field-label,
.tool-sidebar .tool-sidebar-copy,
.tool-sidebar .field-help,
.tool-sidebar .save-note {
  color: #f7eee3;
}

.tool-sidebar .field-help,
.tool-sidebar .tool-sidebar-copy,
.tool-sidebar .save-note {
  color: rgba(247, 238, 227, 0.72);
}

.tool-sidebar-header {
  margin-bottom: 14px;
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tool-sidebar-copy {
  margin: 5px 0 0;
  font-size: 0.88rem;
}

.sidebar-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.sidebar-snapshot-item {
  padding: 10px 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-snapshot-item span {
  display: block;
  color: rgba(247, 238, 227, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sidebar-snapshot-item strong {
  display: block;
  margin-top: 5px;
  color: #fff9f1;
  font-size: 0.92rem;
}

.tool-sidebar .scenario-chip {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff8ef;
}

.tool-sidebar .scenario-chip:hover,
.tool-sidebar .scenario-chip:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.tool-sidebar .calculator-inputs input,
.tool-sidebar .calculator-inputs select {
  background: rgba(255, 251, 245, 0.98);
  border-color: rgba(200, 154, 84, 0.2);
}

.tool-sidebar .tool-button {
  min-width: 100%;
}

.tool-results {
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.84), rgba(247, 241, 232, 0.8));
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.tool-results-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
  margin-bottom: 14px;
}

.tool-results-copy {
  margin: 7px 0 0;
  color: #5f564e;
  font-size: 0.94rem;
}

.secondary-cta-download {
  min-width: 220px;
  font-weight: 900;
  background: linear-gradient(135deg, #f4ecd8, #e4cfaa);
  border: 1px solid rgba(122, 90, 45, 0.2);
  box-shadow: 0 14px 24px rgba(122, 90, 45, 0.12);
}

.confidence-panel {
  min-width: 210px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(200, 154, 84, 0.14), rgba(255, 247, 233, 0.92));
  border: 1px solid rgba(200, 154, 84, 0.18);
}

.confidence-label {
  display: block;
  margin-bottom: 6px;
  color: #7a633c;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.confidence-panel strong {
  color: #16304b;
  font-size: 1rem;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.quick-strip-item {
  padding: 11px 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(123, 87, 61, 0.08);
}

.quick-strip-item span {
  display: block;
  color: #7b6650;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quick-strip-item strong {
  display: block;
  margin-top: 6px;
  color: #173453;
  font-size: 0.98rem;
}

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

.signal-card {
  padding: 13px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(250, 244, 235, 0.82));
  border: 1px solid rgba(123, 87, 61, 0.09);
}

.signal-label {
  display: block;
  color: #7b6650;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.signal-card strong {
  display: block;
  margin-top: 6px;
  color: #173453;
  font-size: 1.04rem;
}

.signal-card p {
  margin: 7px 0 0;
  color: #655a51;
  font-size: 0.86rem;
  line-height: 1.45;
}

.utilization-panel,
.action-card {
  border-radius: 18px;
  border: 1px solid rgba(123, 87, 61, 0.09);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 242, 234, 0.82));
}

.utilization-panel {
  margin-bottom: 14px;
  padding: 15px 16px;
}

.utilization-panel-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.utilization-panel-header strong {
  display: block;
  margin-top: 6px;
  color: #173453;
  font-size: 1.16rem;
}

.utilization-meter-zone {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(23, 52, 83, 0.08);
  color: #173453;
  font-size: 0.78rem;
  font-weight: 800;
}

.utilization-meter-track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(90deg,
      rgba(56, 143, 89, 0.24) 0%,
      rgba(56, 143, 89, 0.24) 20%,
      rgba(200, 154, 84, 0.24) 20%,
      rgba(200, 154, 84, 0.24) 60%,
      rgba(171, 74, 52, 0.24) 60%,
      rgba(171, 74, 52, 0.24) 100%);
}

.utilization-meter-fill {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #173453, #c89a54);
  box-shadow: 0 6px 18px rgba(23, 52, 83, 0.22);
  transition: width 0.24s ease;
}

.utilization-meter-scale {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  color: #7b6650;
  font-size: 0.76rem;
  font-weight: 700;
}

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

.action-card {
  padding: 13px 14px;
}

.action-card strong {
  display: block;
  margin-top: 6px;
  color: #173453;
  font-size: 1.04rem;
}

.action-card p {
  margin: 7px 0 0;
  color: #655a51;
  font-size: 0.86rem;
  line-height: 1.45;
}

.results-panel-compact {
  padding: 14px 16px;
}

.results-panel-feature {
  background: linear-gradient(145deg, rgba(23, 52, 83, 0.07), rgba(200, 154, 84, 0.14));
}

.results-panel-span {
  grid-column: 1 / -1;
}

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

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

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

.comparison-grid-compact {
  gap: 8px;
}

.result-card-highlight {
  background: linear-gradient(145deg, rgba(200, 154, 84, 0.18), rgba(255, 244, 221, 0.94));
  border-color: rgba(200, 154, 84, 0.22);
  box-shadow: 0 16px 30px rgba(200, 154, 84, 0.12);
}

.result-value {
  font-size: clamp(1.15rem, 2.2vw, 1.7rem);
}

.mini-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mini-insights-compact {
  gap: 8px;
}

.mini-insight {
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(123, 87, 61, 0.09);
}

.mini-insight span,
.table-intro,
.chart-subtitle {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.mini-insight strong {
  display: block;
  margin-top: 8px;
  color: #39291e;
  font-size: 1rem;
}

.table-shell,
.chart-shell,
.footer-shell {
  border-radius: 18px;
}

.chart-shell {
  padding: 16px;
}

.table-shell {
  overflow: auto;
  border: 1px solid rgba(123, 87, 61, 0.1);
  background: rgba(255, 255, 255, 0.84);
}

.finsights-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.finsights-table th,
.finsights-table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid rgba(123, 87, 61, 0.1);
  font-size: 0.95rem;
}

.finsights-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff3e3;
  color: #51372a;
}

.finsights-table tbody tr:hover {
  background: rgba(255, 247, 237, 0.88);
}

.milestone-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(23, 52, 83, 0.09);
  color: #173453;
  font-size: 0.82rem;
  font-weight: 800;
}

.table-emphasis {
  font-weight: 800;
  color: #173453;
}

.meaning-note {
  color: #4f4a44;
  font-size: 0.92rem;
  line-height: 1.45;
}

.chart-shell {
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.9), rgba(241, 233, 220, 0.84));
  border: 1px solid rgba(110, 89, 57, 0.1);
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-bottom: 12px;
}

.chart-shell canvas {
  width: 100%;
  height: 280px !important;
}

.cta-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  background: var(--surface);
  background:
    radial-gradient(circle at top right, rgba(200, 154, 84, 0.3), transparent 30%),
    linear-gradient(180deg, #ffffff, #faf8f5);
  gap: 24px;
  padding: 28px;
}

.offers-section {
  padding-top: 12px;
}

.offers-shell {
  padding: 26px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(200, 154, 84, 0.22), transparent 28%),
    radial-gradient(circle at bottom left, rgba(23, 52, 83, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 251, 245, 0.95), rgba(245, 238, 227, 0.88));
  border: 1px solid rgba(110, 89, 57, 0.12);
  box-shadow: 0 16px 36px rgba(18, 31, 51, 0.08);
}

.offers-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.85fr);
  gap: 18px;
  align-items: start;
}

.offers-copy {
  max-width: 62ch;
  color: #5b544d;
  font-size: 1rem;
  line-height: 1.7;
}

.offers-disclosure {
  padding: 18px 18px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(246, 238, 225, 0.86));
  border: 1px solid rgba(123, 87, 61, 0.1);
  box-shadow: 0 12px 24px rgba(18, 31, 51, 0.05);
}

.offers-disclosure strong {
  display: block;
  margin-bottom: 8px;
  color: #173453;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offers-disclosure p {
  margin: 0;
  color: #5f584f;
  font-size: 0.9rem;
  line-height: 1.6;
}

.offers-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.offers-guidance-card {
  padding: 16px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(110, 89, 57, 0.1);
}

.offers-guidance-card span {
  display: block;
  color: #776959;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offers-guidance-card strong {
  display: block;
  margin-top: 7px;
  color: #173453;
  font-size: 1rem;
}

.offers-guidance-card p {
  margin: 8px 0 0;
  color: #615850;
  font-size: 0.9rem;
  line-height: 1.55;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.offer-card {
  display: grid;
  gap: 12px;
  padding: 22px 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 242, 233, 0.88));
  border: 1px solid rgba(110, 89, 57, 0.12);
  box-shadow: 0 14px 28px rgba(18, 31, 51, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.offer-card:hover,
.offer-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(200, 154, 84, 0.25);
  box-shadow: 0 18px 34px rgba(18, 31, 51, 0.09);
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(23, 52, 83, 0.08);
  color: #173453;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-card h3 {
  margin: 0;
  color: #1a3048;
  font-size: 1.18rem;
  line-height: 1.2;
}

.offer-summary {
  margin: 0;
  color: #5e544a;
  line-height: 1.6;
}

.offer-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-points li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: #4d4842;
  line-height: 1.5;
}

.offer-points li::before {
  content: "+";
  color: #b8823e;
  font-weight: 800;
}

.offer-note {
  margin: 0;
  padding: 12px 13px;
  border-radius: 16px;
  background: rgba(246, 238, 225, 0.82);
  color: #625548;
  font-size: 0.88rem;
  line-height: 1.5;
}

.offers-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(23, 52, 83, 0.08), rgba(200, 154, 84, 0.14));
  border: 1px solid rgba(200, 154, 84, 0.18);
}

.offers-footer-copy strong {
  display: block;
  color: #173453;
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offers-footer-copy p {
  margin: 8px 0 0;
  color: #594e43;
  line-height: 1.6;
}

.offers-footer-cta {
  min-width: 240px;
  text-align: center;
}

.connections-section {
  padding-top: 10px;
}

.connections-shell {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(250, 245, 237, 0.9), rgba(242, 233, 220, 0.82));
  border: 1px solid rgba(110, 89, 57, 0.12);
  box-shadow: 0 14px 34px rgba(18, 31, 51, 0.06);
}

.connections-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #173453;
}

.connections-copy p {
  margin: 0;
  color: #675d57;
  font-size: 0.94rem;
  line-height: 1.65;
}

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

.connection-card {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 84px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 241, 232, 0.8));
  border: 1px solid rgba(110, 89, 57, 0.1);
  color: #173453;
  text-align: left;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.connection-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(200, 154, 84, 0.92), rgba(23, 52, 83, 0.92));
}

.connection-card::after {
  content: "↗";
  position: absolute;
  top: 16px;
  right: 16px;
  color: rgba(23, 52, 83, 0.38);
  font-size: 0.95rem;
  font-weight: 800;
}

.connection-platform {
  font-size: 1rem;
  font-weight: 800;
  color: #16304b;
}

.connection-handle {
  color: #6b625a;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.connection-card:hover,
.connection-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(200, 154, 84, 0.24);
  box-shadow: 0 16px 30px rgba(18, 31, 51, 0.1);
  outline: none;
}

.connection-card-tiktok::before {
  background: linear-gradient(180deg, #111111, #25f4ee);
}

.connection-card-youtube::before {
  background: linear-gradient(180deg, #9f0f19, #ff2d2d);
}

.connection-card-instagram::before {
  background: linear-gradient(180deg, #833ab4, #fd1d1d 56%, #fcb045);
}

.connection-card-facebook::before {
  background: linear-gradient(180deg, #1d4ed8, #0f2a6d);
}

.team-section {
  padding-top: 14px;
}

.team-shell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 20px;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(200, 154, 84, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(252, 247, 240, 0.92), rgba(244, 236, 224, 0.84));
  border: 1px solid rgba(110, 89, 57, 0.14);
  box-shadow: 0 16px 36px rgba(18, 31, 51, 0.08);
}

.team-copy p,
.connections-copy p {
  color: #675d57;
}

.team-copy {
  grid-template-rows: auto auto auto 1fr auto;
}

.team-visual {
  margin-top: 10px;
  padding: 12px 10px 0;
  border-top: 1px solid rgba(200, 154, 84, 0.24);
}

.appointment-section {
  padding: 100px 0;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.appointment-section .section-kicker {
  text-align: center;
}

.appointment-section .section-title {
  text-align: center;
}

.appointment-section .section-intro {
  text-align: center;
}

.team-visual img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid rgba(200, 154, 84, 0.26);
  box-shadow:
    0 10px 20px rgba(111, 85, 47, 0.14),
    0 0 0 6px rgba(247, 235, 210, 0.42);
  object-fit: cover;
  filter: drop-shadow(0 10px 20px rgba(111, 85, 47, 0.14));
}

.team-point {
  border-radius: 16px;
  font-size: 0.94rem;
  line-height: 1.45;
}

.team-next-steps {
  display: grid;
  gap: 14px;
  margin-top: 14px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(245, 237, 225, 0.9));
  border: 1px solid rgba(200, 154, 84, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.team-next-steps-intro {
  display: grid;
  gap: 6px;
}

.team-next-steps-intro p {
  margin: 0;
  color: #675d57;
  line-height: 1.6;
}

.team-next-steps-kicker {
  color: #8a6737;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-next-steps-list {
  display: grid;
  gap: 10px;
}

.team-next-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(110, 89, 57, 0.08);
}

.team-next-step-index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(23, 52, 83, 0.96), rgba(200, 154, 84, 0.92));
  color: #fffaf1;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.team-next-step strong {
  display: block;
  margin-bottom: 4px;
  color: #173453;
  font-size: 0.96rem;
}

.team-next-step p {
  margin: 0;
  color: #675d57;
  line-height: 1.55;
}

.team-form-card {
  position: relative;
  padding: 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(214, 172, 97, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(15, 31, 52, 0.96), rgba(23, 52, 83, 0.92));
  color: #fff7ef;
  box-shadow:
    0 18px 38px rgba(15, 31, 52, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  isolation: isolate;
  animation: formCardFloatIn 420ms ease both;
}

.lead-form-card {
  animation: formCardFloatIn 420ms ease both;
}

.team-form-card h3 {
  font-size: 1.45rem;
}

.team-form-card p,
.team-note {
  color: rgba(255, 247, 239, 0.76);
}

.team-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.team-form input,
.team-form select,
.team-form textarea {
  width: 100%;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid rgba(123, 87, 61, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 248, 242, 0.96));
  color: var(--text);
  outline: none;
  box-shadow: inset 0 1px 2px rgba(15, 31, 52, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.team-form input:focus,
.team-form select:focus,
.team-form textarea:focus {
  border-color: rgba(200, 154, 84, 0.6);
  box-shadow: 0 0 0 4px rgba(200, 154, 84, 0.16), 0 14px 28px rgba(11, 22, 38, 0.08);
  transform: translateY(-1px);
}

.team-form textarea {
  resize: vertical;
  min-height: 110px;
  font: inherit;
}

.connect-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
}

.connect-options legend {
  margin-bottom: 8px;
}

.connect-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff7ef;
  font-weight: 700;
}

.connect-choice input {
  accent-color: #c89a54;
}

.field-help-inline {
  color: rgba(255, 247, 239, 0.68);
  font-size: 0.82rem;
  font-weight: 600;
  margin: -4px 0 0;
}

.disclaimer-section {
  padding-top: 12px;
}

.disclaimer-shell {
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(250, 245, 237, 0.78);
  border: 1px solid rgba(110, 89, 57, 0.12);
  box-shadow: 0 12px 32px rgba(18, 31, 51, 0.06);
}

.disclaimer-title {
  margin: 0 0 10px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b4c3c;
}

.disclaimer-shell p {
  margin: 0 0 10px;
  color: #675d57;
  font-size: 0.88rem;
  line-height: 1.55;
}

.disclaimer-shell p:last-child {
  margin-bottom: 0;
}

.site-footer {
  padding: 18px 0 34px;
  color: #6d5647;
  font-size: 0.94rem;
}

.footer-shell {
  padding: 22px 24px;
  background: rgba(251, 246, 238, 0.8);
  border: 1px solid rgba(110, 89, 57, 0.1);
}

.footer-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(123, 87, 61, 0.08);
}

.footer-link-button {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(123, 87, 61, 0.08);
  background: rgba(255, 255, 255, 0.65);
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: none;
  width: min(420px, calc(100vw - 32px));
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(200, 154, 84, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(15, 31, 52, 0.98), rgba(23, 52, 83, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 44px rgba(11, 22, 38, 0.28);
  color: #fff7ef;
}

.cookie-banner.is-visible {
  display: grid;
  gap: 14px;
  animation: formCardFloatIn 220ms ease;
}

.cookie-banner-copy strong {
  display: block;
  color: #fff9f1;
  font-size: 1rem;
}

.cookie-banner-copy p {
  margin: 8px 0 0;
  color: rgba(255, 247, 239, 0.8);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
}

.cookie-banner-btn {
  flex: 1 1 0;
}

.privacy-note.success {
  color: #c5f2da;
}

.privacy-note.error {
  color: #ffd1d1;
}

.team-note.success {
  color: #c5f2da;
}

.team-note.error {
  color: #ffd1d1;
}

.field-optional {
  color: rgba(255, 247, 239, 0.68);
  font-weight: 600;
}

.team-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 247, 239, 0.88);
  font-size: 0.9rem;
  line-height: 1.5;
}

.team-consent input {
  width: auto;
  margin-top: 3px;
  accent-color: #c89a54;
}

.team-form button {
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #d7a764, #b8823e);
  color: #132337;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(200, 154, 84, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
  position: relative;
  overflow: hidden;
}

.lead-form button::after,
.team-form button::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -120%;
  width: 48%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: skewX(-18deg);
  transition: left 0.42s ease;
}

.team-form button:hover,
.team-form button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(200, 154, 84, 0.28);
}

.lead-form button:hover::after,
.lead-form button:focus-visible::after,
.team-form button:hover::after,
.team-form button:focus-visible::after {
  left: 118%;
}

.team-form button:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
  box-shadow: 0 10px 20px rgba(200, 154, 84, 0.16);
}

/* Override legacy encoded glyphs with ASCII-safe symbols. */
.checklist li::before {
  content: "+";
}

.connection-card::after {
  content: "->";
}

@media (max-width: 980px) {
  .hero-content,
  .overview-shell,
  .lead-shell,
  .offers-intro,
  .guide-cta-shell,
  .tool-layout,
  .cta-shell,
  .connections-shell,
  .team-shell {
    grid-template-columns: 1fr;
  }

  .tool-sidebar {
    position: static;
  }

  .tool-intro {
    align-items: start;
    flex-direction: column;
  }

  .tool-results-header {
    flex-direction: column;
  }

  .hero-stats,
  .offers-guidance,
  .offers-grid,
  .results-grid,
  .comparison-grid,
  .quick-strip,
  .signal-grid,
  .action-grid,
  .dashboard-grid,
  .mini-insights,
  .connections-links,
  .connect-options {
    grid-template-columns: 1fr;
  }

  .hero-assurance-points {
    grid-template-columns: 1fr;
  }

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

  .sidebar-snapshot {
    grid-template-columns: 1fr;
  }

  .utilization-panel-header {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .topbar,
  .hero-actions,
  .tool-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar {
    border-radius: 22px;
  }

  .brand-mark-image {
    width: 56px;
    height: 66px;
  }

  .hero-copy,
  .hero-card,
  .overview-shell,
  .lead-shell,
  .offers-shell,
  .calculator-shell,
  .cta-shell {
    padding: 22px;
  }

  .profile-card,
  .steps-grid,
  .stories-grid,
  .calculator-inputs {
    grid-template-columns: 1fr;
  }

  .story-photo {
    height: 190px;
  }

  .team-shell,
  .team-form-card {
    padding: 22px;
  }

  .lead-copy,
  .cta-copy,
  .connections-copy,
  .team-copy,
  .game-lab-copy {
    padding: 20px;
  }

  .cta-proof,
  .team-points,
  .game-lab-points {
    grid-template-columns: 1fr;
  }

  .cta-proof-item:nth-child(3),
  .team-point:nth-child(3),
  .game-lab-point:nth-child(3) {
    grid-column: auto;
  }

  .lead-visual {
    padding: 16px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .lead-visual-grid {
    grid-template-columns: 1fr;
  }
}

/* FinSights Brand Colors */
:root {
  --deep-navy: #0A0F1F;
  --emerald: #0FAF6C;
  --gold: #D4AF37;
  --soft-white: #F5F7FA;
}

/* Calculator Styles */
.calculator-shell {
  background: var(--deep-navy);
  border: 2px solid #ffffff; /* Pure white border for clear contrast */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  padding: 2rem;
}

.field-group {
  margin-bottom: 1.5rem;
}

.field-label {
  display: block;
  color: var(--soft-white);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

input[type="range"], input[type="number"], select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: var(--soft-white);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

input[type="range"]:focus, input[type="number"]:focus, select:focus {
  box-shadow: 0 0 0 3px var(--emerald);
  outline: none;
  border-color: var(--emerald);
}

.info-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 0.5rem;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.14);
  color: var(--gold);
  cursor: help;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  transition: color 0.3s ease, background 0.3s ease;
  vertical-align: middle;
}

.info-icon::after {
  content: attr(data-tooltip); /* Changed from data-tip to data-tooltip */
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  width: min(240px, 70vw);
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc; /* Light background for contrast */
  color: #1c2534; /* Dark text for readability */
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  z-index: 20;
  border: 1px solid #e2e8f0; /* Subtle border */
}

.info-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%);
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #f8fafc transparent transparent transparent; /* Match background */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
}

.info-icon:hover,
.info-icon:focus-visible {
  color: var(--emerald);
  background: rgba(15, 175, 108, 0.16);
  outline: none;
}

.info-icon:hover::after,
.info-icon:hover::before,
.info-icon:focus-visible::after,
.info-icon:focus-visible::before {
  opacity: 1;
  visibility: visible;
}

.scenario-chip {
  background: var(--soft-white);
  color: var(--deep-navy);
  border: 1px solid var(--gold);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  margin-right: 0.5rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.scenario-chip:hover, .scenario-chip.active {
  background: var(--emerald);
  color: var(--soft-white);
}

.calculate-btn {
  background: var(--emerald);
  color: var(--soft-white);
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  width: 100%;
  box-shadow: 0 4px 12px rgba(15, 175, 108, 0.3);
}

.calculate-btn:hover {
  background: #0e9a5c;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(15, 175, 108, 0.4);
}

.results-card {
  background: linear-gradient(135deg, var(--deep-navy), #0d1425);
  border: 1px solid var(--gold);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gold);
}

.result-item:last-child {
  border-bottom: none;
}

.result-item span {
  font-weight: 500;
}

.result-item strong {
  color: var(--emerald);
  font-size: 1.1rem;
}

.monthly-breakdown, .charts {
  margin-bottom: 2rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--soft-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

th, td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background: var(--emerald);
  color: var(--soft-white);
}

td {
  background: var(--light-gray);
}

.chart {
  margin-bottom: 2rem;
  background: var(--soft-white);
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.results-card, .monthly-breakdown, .charts {
  animation: fadeIn 0.5s ease-out;
}

/* Tooltips */
.tooltip {
  position: absolute;
  background: var(--deep-navy);
  color: var(--soft-white);
  padding: 0.5rem;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  max-width: 200px;
  font-size: 0.9rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .tool-layout {
    flex-direction: column;
  }
  .calculate-btn {
    position: sticky;
    bottom: 0;
    z-index: 10;
    margin-top: 1rem;
  }
  .tool-sidebar, .tool-results {
    padding: 1rem;
  }
}

/* Calculator Layout */
.tool-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  align-items: start;
}

.tool-sidebar {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
}

.tool-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-label {
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-label .info-icon {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--gold), #f4c430);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: var(--deep-navy);
  cursor: help;
  transition: transform 0.2s ease;
}

.form-label .info-icon:hover {
  transform: scale(1.1);
}

input[type="range"],
input[type="number"],
select {
  padding: 12px 16px;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  background: #ffffff;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="range"]:focus,
input[type="number"]:focus,
select:focus {
  outline: none;
  border-color: var(--emerald);
  box-shadow: 0 0 0 4px rgba(15, 175, 108, 0.15), inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--emerald), #0e9a5c);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.scenario-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.scenario-btn {
  padding: 12px 18px;
  background: linear-gradient(135deg, #ffffff, #f9fafb);
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.scenario-btn:hover {
  background: linear-gradient(135deg, var(--emerald), #0e9a5c);
  border-color: var(--emerald);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 175, 108, 0.3);
}

.scenario-btn.active {
  background: linear-gradient(135deg, var(--emerald), #0e9a5c);
  border-color: var(--emerald);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 175, 108, 0.3);
}

/* Enhanced Calculator Styles for Better Visual Quality */
.calculator-shell {
  background: linear-gradient(135deg, var(--deep-navy) 0%, #0d1425 100%);
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.calculator-shell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--emerald), var(--gold));
}

.calculator-title h3 {
  color: var(--soft-white);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.calculator-title p {
  color: rgba(245, 247, 250, 0.85);
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

/* Improved Tool Layout */
.tool-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 32px;
}

.tool-sidebar {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 20px;
}

.tool-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-label {
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.form-label .info-icon {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--gold), #f4c430);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: var(--deep-navy);
  cursor: help;
  transition: transform 0.2s ease;
}

.form-label .info-icon:hover {
  transform: scale(1.1);
}

input[type="range"],
input[type="number"],
select {
  padding: 12px 16px;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  background: #ffffff;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="range"]:focus,
input[type="number"]:focus,
select:focus {
  outline: none;
  border-color: var(--emerald);
  box-shadow: 0 0 0 4px rgba(15, 175, 108, 0.15), inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--emerald), #0e9a5c);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.scenario-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.scenario-btn {
  padding: 12px 18px;
  background: linear-gradient(135deg, #ffffff, #f9fafb);
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.scenario-btn:hover {
  background: linear-gradient(135deg, var(--emerald), #0e9a5c);
  border-color: var(--emerald);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 175, 108, 0.3);
}

.scenario-btn.active {
  background: linear-gradient(135deg, var(--emerald), #0e9a5c);
  border-color: var(--emerald);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 175, 108, 0.3);
}

/* Enhanced Results Section */
.tool-results {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

.result-card {
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.result-label {
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  display: block;
}

.result-value {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  word-break: break-word;
}

.result-card.highlight {
  background: linear-gradient(135deg, var(--emerald) 0%, #0e9a5c 100%);
  border-color: var(--emerald);
  color: #ffffff;
}

.result-card.highlight .result-label {
  color: rgba(255, 255, 255, 0.85);
}

.result-card.highlight .result-value {
  color: #ffffff;
}

.result-card.accent {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-color: #2563eb;
  color: #ffffff;
}

.result-card.accent .result-label {
  color: rgba(255, 255, 255, 0.85);
}

.result-card.accent .result-value {
  color: #ffffff;
}

.results-status {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 1px solid #f59e0b;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 32px;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.1);
}

.results-status p {
  margin: 0;
  color: #78350f;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

/* Enhanced Charts and Table */
.charts-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}

.charts-section-featured {
  margin-bottom: 18px;
}

.charts-section-secondary {
  margin-bottom: 24px;
}

.chart-container {
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.chart-container-featured {
  border-color: rgba(200, 154, 84, 0.28);
  box-shadow: 0 10px 24px rgba(23, 52, 83, 0.08);
}

.chart-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
}

.chart-container h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.chart-teaser {
  margin: -10px 0 18px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}

.chart-toggle-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(23, 52, 83, 0.14);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(23, 52, 83, 0.05), rgba(200, 154, 84, 0.12));
  color: #173453;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  list-style: none;
}

.chart-toggle-button:hover,
.chart-toggle-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(23, 52, 83, 0.08);
  border-color: rgba(200, 154, 84, 0.34);
}

.chart-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #173453;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
}

.chart-toggle-button::-webkit-details-marker {
  display: none;
}

.chart-disclosure {
  margin-bottom: 0;
}

.chart-disclosure[open] .chart-toggle-button {
  margin-bottom: 18px;
}

.chart-disclosure[open] .chart-toggle-icon::before {
  content: "-";
}

.chart-disclosure:not([open]) .chart-toggle-icon::before {
  content: "+";
}

.chart-details-panel {
  display: grid;
  gap: 0;
}

.chart-canvas {
  max-height: 320px;
}

#monthlyTable {
  margin-top: 32px;
  overflow-x: auto;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#monthlyTable table {
  width: 100%;
  border-collapse: collapse;
}

#monthlyTable thead {
  background: linear-gradient(135deg, var(--emerald), #0e9a5c);
  color: #ffffff;
}

#monthlyTable th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#monthlyTable td {
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
  color: #374151;
}

#monthlyTable tbody tr:hover {
  background: rgba(15, 175, 108, 0.05);
}

/* Responsive Enhancements */
@media (max-width: 768px) {
  .tool-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .tool-sidebar {
    order: 2;
    position: static;
  }
  
  .tool-results {
    order: 1;
  }
  
  .results-grid {
    grid-template-columns: 1fr;
  }
  
  .charts-section {
    grid-template-columns: 1fr;
  }
  
  .calculator-shell {
    padding: 1.5rem;
  }
  
  .tool-sidebar,
  .tool-results {
    padding: 20px;
  }
}

/* Join Team Section Styles */
.join-team-section {
  padding: 40px 0;
  background: linear-gradient(135deg, rgba(15, 31, 52, 0.05), rgba(200, 154, 84, 0.03));
}

.join-team-shell {
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.join-team-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.2;
}

.join-team-intro {
  font-size: 1.1rem;
  color: #64748b;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.join-team-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.join-team-form input,
.join-team-form textarea {
  padding: 12px 16px;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  background: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.join-team-form input:focus,
.join-team-form textarea:focus {
  outline: none;
  border-color: var(--emerald);
  box-shadow: 0 0 0 4px rgba(15, 175, 108, 0.1);
}

.join-team-form textarea {
  resize: vertical;
  min-height: 80px;
}

.join-team-btn {
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--emerald), #0e9a5c);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  align-self: center;
  min-width: 200px;
}

.join-team-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 175, 108, 0.3);
}

.join-team-note {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .join-team-shell {
    padding: 24px;
  }
  
  .join-team-title {
    font-size: 2rem;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .join-team-btn {
    width: 100%;
  }
}

.disclosures-page .hero::before {
  background:
    linear-gradient(180deg, rgba(255, 244, 227, 0.76), rgba(15, 31, 52, 0.22)),
    radial-gradient(circle at top right, rgba(23, 52, 83, 0.22), transparent 32%),
    linear-gradient(135deg, #efe4d4 0%, #dfd0bb 100%);
}

.disclosures-hero {
  padding-bottom: 34px;
}

.disclosures-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 22px;
  padding: 30px;
}

.disclosures-hero-copy p {
  max-width: 60ch;
  color: #544133;
  font-size: 1.02rem;
}

.disclosures-hero-copy h1 {
  margin: 10px 0 14px;
  max-width: 14ch;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(2.4rem, 4.6vw, 3.65rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: #12263d;
  text-wrap: balance;
}

.disclosures-review-note {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 31, 52, 0.96), rgba(23, 52, 83, 0.92));
  color: #fff7ef;
  box-shadow: 0 18px 38px rgba(15, 31, 52, 0.24);
}

.disclosures-review-note strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f3d8ad;
}

.disclosures-review-note p {
  margin: 0;
  color: rgba(255, 247, 239, 0.82);
}

.disclosures-main {
  padding-bottom: 36px;
}

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

.disclosure-card {
  padding: 24px;
}

.disclosure-card-wide {
  grid-column: 1 / -1;
}

.disclosure-card h3 {
  margin: 8px 0 10px;
  color: #173453;
  font-size: 1.18rem;
}

.disclosure-lead {
  margin: 10px 0 0;
  color: #544133;
  font-size: 1rem;
}

.disclosure-list,
.disclosure-timeline {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.disclosure-item,
.timeline-row {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(110, 89, 57, 0.1);
  color: #4c453f;
}

.timeline-row strong {
  display: block;
  margin-bottom: 4px;
  color: #173453;
}

.disclosure-bullets {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.disclosure-bullets li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: #4c453f;
}

.disclosure-bullets li::before {
  content: "+";
  color: #173453;
  font-weight: 800;
}

.disclosure-footnote {
  margin-top: 14px;
  color: #70665d;
  font-size: 0.9rem;
}

.disclosures-legal {
  padding: 26px;
}

.disclosures-legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.disclosures-legal-grid > div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(110, 89, 57, 0.1);
}

.disclosures-legal-grid h3 {
  margin: 0 0 8px;
  color: #173453;
  font-size: 1rem;
}

.disclosures-legal-grid p {
  margin: 0;
  color: #544133;
}

@media (max-width: 980px) {
  .disclosures-hero-shell,
  .disclosures-grid,
  .disclosures-legal-grid {
    grid-template-columns: 1fr;
  }
}

/* Premium mobile form treatment */
@media (max-width: 760px) {
  .cookie-banner {
    right: 12px;
    bottom: 12px;
    width: min(100vw - 24px, 420px);
    padding: 16px;
    border-radius: 20px;
  }

  .cookie-banner-actions {
    flex-direction: column;
  }

  .offers-shell {
    border-radius: 24px;
  }

  .offers-disclosure,
  .offers-guidance-card,
  .offer-card,
  .offers-footer {
    border-radius: 20px;
  }

  .offers-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .offers-footer-cta {
    min-width: 100%;
  }

  .lead-section,
  .team-section {
    padding-top: 10px;
  }

  .lead-shell,
  .team-shell {
    gap: 18px;
  }

  .lead-form-card,
  .team-form-card {
    position: relative;
    padding: 24px 18px 20px;
    border-radius: 24px;
    box-shadow:
      0 18px 34px rgba(10, 20, 35, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
  }

  .lead-form-card::before,
  .team-form-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 72px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
    pointer-events: none;
  }

  .lead-form-card h3,
  .team-form-card h3 {
    font-size: 1.36rem;
    line-height: 1.15;
    margin-bottom: 8px;
  }

  .lead-form-card > p,
  .team-form-card > p {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .form-expectation {
    margin-top: 12px;
    padding: 14px 15px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
  }

  .form-confidence-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 16px 0 8px;
  }

  .form-trust-rail {
    gap: 9px;
    margin: 14px 0 6px;
  }

  .form-trust-step {
    grid-template-columns: 40px 1fr;
    gap: 11px;
    padding: 12px 13px;
    border-radius: 16px;
  }

  .form-trust-index {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 0.76rem;
  }

  .form-trust-step strong {
    font-size: 0.9rem;
  }

  .form-trust-step p {
    font-size: 0.8rem;
  }

  .form-confidence-pill {
    padding: 11px 13px;
    border-radius: 16px;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
  }

  .lead-form,
  .team-form {
    gap: 10px;
    margin-top: 16px;
  }

  .field-stack {
    gap: 7px;
  }

  .lead-form input,
  .lead-form select,
  .team-form input,
  .team-form select,
  .team-form textarea {
    min-height: 54px;
    padding: 15px 16px;
    border-radius: 16px;
    font-size: 16px;
  }

  .team-form textarea {
    min-height: 132px;
  }

  .field-label {
    font-size: 0.84rem;
    letter-spacing: 0.06em;
  }

  .field-help-inline,
  .field-feedback {
    padding-left: 2px;
  }

  .field-feedback {
    min-height: 20px;
    margin-top: -2px;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .lead-consent,
  .team-consent {
    padding: 14px 14px;
    border-radius: 16px;
    gap: 12px;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .lead-consent {
    grid-template-columns: 20px 1fr;
  }

  .lead-form button,
  .team-form button {
    width: 100%;
    min-height: 56px;
    margin-top: 6px;
    border-radius: 18px;
    font-size: 0.98rem;
    letter-spacing: 0.02em;
    box-shadow: 0 16px 28px rgba(18, 31, 51, 0.2);
  }

  .form-success-card {
    margin-top: 16px;
    padding: 18px 16px;
    border-radius: 20px;
    box-shadow: 0 16px 28px rgba(17, 46, 38, 0.18);
  }

  .privacy-note,
  .team-note {
    margin-top: 14px;
    padding: 12px 4px 0;
    font-size: 0.85rem;
    line-height: 1.55;
  }
}

@media (max-width: 520px) {
  .footer-link-button {
    width: 100%;
    text-align: center;
  }

  .offers-shell {
    padding: 22px 16px 18px;
  }

  .offer-card {
    padding: 19px 16px;
  }

  .lead-shell,
  .team-shell,
  .connections-shell,
  .cta-shell,
  .calculator-shell {
    gap: 16px;
  }

  .lead-form-card,
  .team-form-card {
    padding: 22px 16px 18px;
    border-radius: 22px;
  }

  .lead-form-card h3,
  .team-form-card h3 {
    font-size: 1.28rem;
  }

  .lead-form input,
  .lead-form select,
  .team-form input,
  .team-form select,
  .team-form textarea {
    padding: 14px 15px;
  }

  .form-confidence-pill,
  .form-trust-step,
  .form-expectation,
  .lead-consent,
  .team-consent,
  .form-success-card {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lead-form-card,
  .team-form-card,
  .form-success-card.is-visible {
    animation: none;
  }

  .lead-form button::after,
  .team-form button::after {
    transition: none;
  }
}

/* Frontend refresh overrides */
:root {
  --page-max: 1180px;
}

.container {
  width: min(var(--page-max), calc(100% - 32px));
}

section {
  padding: 42px 0;
}

.hero {
  padding: 26px 0 56px;
}

.hero::before {
  background:
    linear-gradient(115deg, rgba(255, 247, 234, 0.92), rgba(15, 31, 52, 0.2)),
    radial-gradient(circle at top right, rgba(23, 52, 83, 0.22), transparent 28%),
    url("images/BrandColorexample..jpg") center/cover no-repeat;
}

.topbar {
  padding: 16px 20px;
  margin-bottom: 28px;
  position: sticky;
  top: 14px;
  z-index: 20;
  background: rgba(255, 249, 241, 0.78);
  border: 1px solid rgba(110, 89, 57, 0.12);
  box-shadow: 0 14px 34px rgba(18, 31, 51, 0.08);
}

.topbar-links a:last-child {
  background: rgba(23, 52, 83, 0.08);
  color: var(--accent);
  font-weight: 800;
}

.hero-content {
  gap: 24px;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.hero-copy,
.hero-card {
  padding: 36px;
  background: rgba(255, 250, 243, 0.76);
}

.hero-tagline {
  max-width: 58ch;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
}

.hero-headline {
  max-width: 12ch;
  margin-bottom: 16px;
  font-size: clamp(2.35rem, 4.8vw, 4.2rem);
  line-height: 0.98;
  text-wrap: balance;
}

.hero-subheadline {
  max-width: 60ch;
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 18px;
}

.hero-proof-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(110, 89, 57, 0.12);
  color: #54463b;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero-trust {
  gap: 12px;
  margin-bottom: 22px;
}

.hero-trust li {
  color: #4f4842;
  line-height: 1.6;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-action-note {
  margin: 12px 0 0;
  color: #6a6158;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-stats {
  margin-top: 22px;
  gap: 14px;
}

.stat-card {
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.74);
}

.hero-path {
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(23, 52, 83, 0.08), rgba(200, 154, 84, 0.14)),
    rgba(255, 252, 247, 0.82);
  border: 1px solid rgba(110, 89, 57, 0.12);
}

.hero-path-intro {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.hero-path-kicker {
  color: #7a5a2d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-path-intro p {
  margin: 0;
  color: #5f564e;
}

.hero-path-steps {
  display: grid;
  gap: 10px;
}

.hero-path-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(110, 89, 57, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hero-path-step:hover,
.hero-path-step:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(18, 31, 51, 0.1);
  border-color: rgba(200, 154, 84, 0.22);
  outline: none;
}

.hero-path-index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-path-step strong {
  display: block;
  margin-bottom: 4px;
  color: #173453;
  font-size: 0.96rem;
}

.video-followup {
  padding: 22px;
}

.video-followup-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.video-followup h3 {
  font-size: 1.2rem;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: -0.01em;
}

.overview-shell {
  align-items: center;
}

.journey-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.value-section {
  padding-top: 8px;
}

.value-shell {
  display: grid;
  gap: 22px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(203, 222, 182, 0.32), transparent 26%),
    radial-gradient(circle at bottom left, rgba(247, 223, 176, 0.28), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(242, 237, 225, 0.94));
  border-color: rgba(122, 133, 88, 0.18);
}

.value-intro {
  display: grid;
  gap: 10px;
  max-width: none;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: start;
}

.value-intro > * {
  margin: 0;
}

.value-intro .section-kicker,
.value-intro .section-title,
.value-intro .section-intro {
  grid-column: 1;
}

.value-intro .section-kicker {
  color: #6b7b49;
}

.value-intro .section-title {
  max-width: 15ch;
}

.value-intro .section-intro {
  color: #5d584f;
}

.value-intro-panel {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(245, 240, 229, 0.92));
  border: 1px solid rgba(122, 133, 88, 0.14);
  box-shadow: 0 16px 30px rgba(18, 31, 51, 0.06);
}

.value-intro-panel-copy strong {
  display: block;
  color: #1d3a2f;
  font-size: 1.02rem;
}

.value-intro-panel-copy p {
  margin: 8px 0 0;
  color: #625b52;
  line-height: 1.65;
}

.value-intro-checklist {
  display: grid;
  gap: 10px;
}

.value-intro-check {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(122, 133, 88, 0.1);
  color: #5d584f;
  line-height: 1.55;
}

.value-intro-check::before {
  content: "•";
  margin-right: 8px;
  color: #6b7b49;
  font-weight: 900;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.value-card {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 100%;
  padding: 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 240, 229, 0.92));
  border: 1px solid rgba(122, 133, 88, 0.12);
  box-shadow: 0 14px 28px rgba(18, 31, 51, 0.06);
}

.value-card h3,
.value-card p {
  margin: 0;
}

.value-card h3 {
  color: #1d3a2f;
  font-size: 1.05rem;
}

.value-card p {
  color: #625b52;
  line-height: 1.65;
}

.value-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(105, 128, 76, 0.98), rgba(219, 184, 103, 0.95));
  color: #fffaf1;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.journey-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.84);
  border: 1px solid rgba(110, 89, 57, 0.12);
  color: #173453;
  font-weight: 800;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.journey-link:hover,
.journey-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(200, 154, 84, 0.24);
  box-shadow: 0 14px 28px rgba(18, 31, 51, 0.08);
  outline: none;
}

.guide-cta-shell,
.offers-shell,
.connections-shell,
.team-shell,
.disclaimer-shell {
  box-shadow: 0 18px 40px rgba(18, 31, 51, 0.08);
}

.stories-section .section-intro,
.calculator-title p,
.game-lab-copy p {
  max-width: 64ch;
}

.story-card {
  gap: 16px;
  padding: 24px;
}

.story-card h3 {
  font-size: 1.28rem;
  color: #173453;
}

.game-lab-section {
  padding-top: 12px;
}

.game-lab-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1.28fr);
  gap: 22px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(23, 52, 83, 0.1), transparent 36%),
    radial-gradient(circle at bottom right, rgba(200, 154, 84, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.96), rgba(244, 236, 225, 0.88));
}

.game-lab-copy,
.game-lab-card,
.game-lab-preview {
  border-radius: 24px;
}

.game-lab-copy {
  grid-column: 1 / 2;
  grid-row: 1;
  max-width: none;
}

.game-lab-lead {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #4b4037;
}

.game-lab-journey {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.game-lab-journey-step:nth-child(3) {
  grid-column: 1 / -1;
}

.game-lab-journey-step {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(110, 89, 57, 0.1);
  box-shadow: 0 10px 22px rgba(18, 31, 51, 0.05);
}

.game-lab-journey-step strong {
  color: #173453;
  font-size: 0.98rem;
}

.game-lab-journey-step span {
  color: #675d57;
  line-height: 1.5;
}

.game-lab-points {
  margin-top: 0;
}

.game-lab-point {
  border-radius: 18px;
}

.game-lab-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.game-lab-links .cta-button {
  box-shadow: 0 18px 30px rgba(23, 52, 83, 0.2);
}

.game-lab-links .secondary-cta {
  background: rgba(255, 255, 255, 0.9);
}

.game-lab-card {
  grid-column: 2 / 3;
  grid-row: 1;
  align-self: stretch;
  height: 100%;
  display: grid;
  align-content: start;
  padding: 22px;
  background: linear-gradient(180deg, rgba(15, 31, 52, 0.97), rgba(23, 52, 83, 0.92));
  color: #fff7ef;
  box-shadow: 0 20px 38px rgba(15, 31, 52, 0.22);
}

.game-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.game-close-button {
  min-width: 180px;
  justify-content: center;
}

.game-lab-preview {
  grid-column: 2 / 3;
  grid-row: 1;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 16px;
  height: 100%;
  padding: 24px;
  background: linear-gradient(180deg, rgba(15, 31, 52, 0.94), rgba(25, 56, 89, 0.9));
  color: #fff7ef;
  box-shadow: 0 20px 38px rgba(15, 31, 52, 0.18);
}

.game-lab-preview h3 {
  margin: 0;
  color: #fffaf2;
  font-size: 1.5rem;
  line-height: 1.15;
}

.game-story-preview {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.game-story-card {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(247, 223, 176, 0.08), rgba(84, 127, 183, 0.04));
  border: 1px solid rgba(247, 223, 176, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(5, 15, 27, 0.12);
}

.game-story-label {
  color: rgba(247, 223, 176, 0.9);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.game-story-card strong {
  color: #fffaf2;
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.game-story-card p {
  margin: 0;
  color: rgba(255, 247, 239, 0.8);
  line-height: 1.6;
}

.game-preview-points {
  display: grid;
  gap: 10px;
}

.game-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.game-preview-actions > * {
  flex: 1 1 180px;
  justify-content: center;
}

.game-preview-display {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  min-height: clamp(220px, 24vw, 300px);
  align-self: stretch;
  overflow: hidden;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at center, rgba(247, 223, 176, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(8, 20, 35, 0.9), rgba(16, 37, 59, 0.82));
  border: 1px solid rgba(247, 223, 176, 0.16);
  box-shadow: inset 0 0 40px rgba(247, 223, 176, 0.06);
}

.game-preview-display[data-household="family"] {
  background:
    radial-gradient(circle at 28% 24%, rgba(247, 223, 176, 0.18), transparent 18%),
    radial-gradient(circle at 72% 32%, rgba(98, 145, 214, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(8, 20, 35, 0.92), rgba(16, 37, 59, 0.84));
}

.game-preview-display[data-household="single_parent"] {
  background:
    radial-gradient(circle at 22% 22%, rgba(239, 168, 109, 0.18), transparent 18%),
    radial-gradient(circle at 76% 34%, rgba(183, 121, 98, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(31, 20, 28, 0.92), rgba(73, 36, 54, 0.84));
}

.game-preview-display[data-household="fixed_income"] {
  background:
    radial-gradient(circle at 26% 24%, rgba(221, 206, 162, 0.16), transparent 18%),
    radial-gradient(circle at 72% 32%, rgba(126, 160, 143, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(22, 30, 33, 0.92), rgba(32, 56, 50, 0.84));
}

.game-preview-display[data-household="starter"] {
  background:
    radial-gradient(circle at 26% 24%, rgba(118, 168, 238, 0.18), transparent 18%),
    radial-gradient(circle at 74% 32%, rgba(247, 223, 176, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(11, 24, 43, 0.92), rgba(24, 48, 82, 0.84));
}

.game-preview-scene-copy {
  display: grid;
  gap: 8px;
  max-width: 460px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(247, 223, 176, 0.12);
  box-shadow: 0 10px 22px rgba(5, 15, 27, 0.14);
}

.game-preview-scene-label {
  color: rgba(247, 223, 176, 0.88);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.game-preview-scene-copy strong {
  color: #fffaf2;
  font-size: 1.08rem;
  line-height: 1.5;
  max-width: 28ch;
}

.game-preview-visual {
  position: relative;
  min-height: 88px;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(247, 223, 176, 0.08) 48%, rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(247, 223, 176, 0.04);
  opacity: 0.5;
}

.game-preview-aura {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at center, rgba(247, 223, 176, 0.06), transparent 24%);
  animation: game-preview-aura 18s linear infinite;
}

.game-preview-core {
  position: absolute;
  inset: 50% 28px auto auto;
  width: 64px;
  height: 64px;
  transform: translateY(-50%);
}

.game-preview-core-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(247, 223, 176, 0.1);
  box-shadow: none;
}

.game-preview-core-ring:nth-child(1) {
  animation: game-preview-orbit 11s linear infinite;
}

.game-preview-core-ring:nth-child(2) {
  inset: 8px;
  animation: game-preview-orbit-reverse 13s linear infinite;
}

.game-preview-core-ring:nth-child(3) {
  inset: 16px;
  animation: game-preview-orbit 15s linear infinite;
}

.game-preview-pulse {
  position: absolute;
  inset: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff8e7, #efb75c 68%, #8a4e24);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px rgba(240, 181, 90, 0.18);
  animation: game-preview-pulse 5s ease-in-out infinite;
}

.game-preview-bars {
  display: none;
}

.game-preview-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.game-preview-term {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(247, 223, 176, 0.1);
  color: rgba(255, 243, 216, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: none;
}

.game-preview-term:nth-child(2) { animation-delay: 0.4s; }
.game-preview-term:nth-child(3) { animation-delay: 0.8s; }
.game-preview-term:nth-child(4) { animation-delay: 1.2s; }

.game-preview-display[data-household="single_parent"] .game-preview-bar {
  background: linear-gradient(180deg, rgba(255, 209, 163, 0.94), rgba(176, 88, 82, 0.34));
}

.game-preview-display[data-household="fixed_income"] .game-preview-bar {
  background: linear-gradient(180deg, rgba(231, 220, 176, 0.92), rgba(93, 143, 121, 0.34));
}

.game-preview-display[data-household="starter"] .game-preview-bar {
  background: linear-gradient(180deg, rgba(174, 213, 255, 0.94), rgba(83, 124, 201, 0.34));
}

.game-preview-display[data-household="single_parent"] .game-preview-pulse {
  background: radial-gradient(circle at 35% 35%, #fff5ec, #efaa73 68%, #8f473f);
}

.game-preview-display[data-household="fixed_income"] .game-preview-pulse {
  background: radial-gradient(circle at 35% 35%, #fbf8ea, #d0c388 68%, #527864);
}

.game-preview-display[data-household="starter"] .game-preview-pulse {
  background: radial-gradient(circle at 35% 35%, #eef6ff, #7ab1f0 68%, #355c98);
}

.game-lab-preview.is-launching {
  animation: game-preview-launch 0.45s ease forwards;
}

.game-preview-point {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff3d8;
  font-weight: 700;
}

.game-lab-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #f7dfb0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-lab-card h3 {
  margin: 14px 0 10px;
  font-size: 1.42rem;
  line-height: 1.2;
  color: #fffaf2;
}

.game-lab-card p {
  margin: 0;
  color: rgba(255, 247, 239, 0.8);
  line-height: 1.65;
}

.game-progress {
  display: grid;
  gap: 12px;
  margin: 16px 0 18px;
}

.game-branch-banner {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(247, 223, 176, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(247, 223, 176, 0.18);
}

.game-branch-banner.is-shifting {
  animation: game-branch-shift 0.42s ease;
}

.game-branch-banner.is-watch {
  background: linear-gradient(135deg, rgba(216, 160, 74, 0.2), rgba(255, 255, 255, 0.08));
  border-color: rgba(216, 160, 74, 0.28);
}

.game-branch-banner.is-alert {
  background: linear-gradient(135deg, rgba(165, 78, 34, 0.3), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 191, 153, 0.34);
  box-shadow: 0 0 0 1px rgba(255, 191, 153, 0.1);
}

.game-branch-label {
  margin: 0;
  color: rgba(247, 223, 176, 0.82);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-branch-title {
  margin: 0;
  color: #fff7ef;
  font-size: 1rem;
  font-weight: 800;
}

.game-branch-copy {
  margin: 0;
  color: rgba(255, 247, 239, 0.82);
}

.game-status-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin: 0 0 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.game-status-card.is-shifting {
  animation: game-status-shift 0.45s ease;
}

.game-status-card.is-watch {
  background: rgba(216, 160, 74, 0.12);
  border-color: rgba(216, 160, 74, 0.24);
}

.game-status-card.is-alert {
  background: rgba(165, 78, 34, 0.18);
  border-color: rgba(255, 191, 153, 0.26);
}

.game-status-figure {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.game-status-person {
  position: relative;
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 4px 18px 0;
}

.game-status-head {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff4db, #e6c994);
  box-shadow:
    inset 0 -2px 0 rgba(143, 97, 47, 0.12),
    0 5px 10px rgba(5, 15, 27, 0.18);
  animation: game-status-breathe 3.4s ease-in-out infinite;
}

.game-status-brow,
.game-status-eye,
.game-status-mouth {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.game-status-brow {
  top: 7px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(76, 48, 26, 0.9);
  transform-origin: center;
}

.game-status-brow-left {
  left: 9px;
  transform: rotate(8deg);
}

.game-status-brow-right {
  left: 17px;
  transform: rotate(-8deg);
}

.game-status-eye {
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #223242;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.game-status-eye-left {
  left: 10px;
}

.game-status-eye-right {
  left: 16px;
}

.game-status-mouth {
  top: 17px;
  width: 10px;
  height: 5px;
  border: 2px solid rgba(126, 72, 46, 0.9);
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-left-radius: 10px 7px;
  border-bottom-right-radius: 10px 7px;
}

.game-status-arm {
  position: absolute;
  top: 34px;
  width: 12px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 244, 219, 0.96), rgba(214, 177, 114, 0.92));
  box-shadow: inset 0 -2px 0 rgba(143, 97, 47, 0.12);
  transform-origin: top center;
}

.game-status-arm-left {
  left: 10px;
  transform: rotate(20deg);
}

.game-status-arm-right {
  right: 10px;
  transform: rotate(-20deg);
}

.game-status-body {
  width: 44px;
  height: 60px;
  border-radius: 18px 18px 12px 12px;
  background: linear-gradient(180deg, #8ec5a2, #3e7a62);
  transform-origin: center top;
  transition: transform 0.2s ease, background 0.2s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 18px rgba(5, 15, 27, 0.16);
}

.game-status-signal {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 28px;
}

.game-status-bar {
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9be2b8, #4c9a72);
}

.game-status-bar:nth-child(1) {
  height: 14px;
}

.game-status-bar:nth-child(2) {
  height: 22px;
}

.game-status-bar:nth-child(3) {
  height: 28px;
}

.game-status-card.is-watch .game-status-body {
  background: linear-gradient(180deg, #f1d28e, #b38139);
  transform: scaleY(0.94);
}

.game-status-card.is-watch .game-status-brow-left {
  transform: rotate(-8deg);
}

.game-status-card.is-watch .game-status-brow-right {
  transform: rotate(8deg);
}

.game-status-card.is-watch .game-status-mouth {
  top: 18px;
  width: 10px;
  height: 0;
  border: 0;
  border-top: 2px solid rgba(126, 72, 46, 0.9);
  border-radius: 999px;
}

.game-status-card.is-watch .game-status-arm-left {
  transform: rotate(34deg);
}

.game-status-card.is-watch .game-status-arm-right {
  transform: rotate(-34deg);
}

.game-status-card.is-watch .game-status-bar {
  background: linear-gradient(180deg, #f1d28e, #b38139);
}

.game-status-card.is-watch .game-status-bar:nth-child(3) {
  height: 20px;
}

.game-status-card.is-alert .game-status-body {
  background: linear-gradient(180deg, #e89b7a, #8a3f24);
  transform: scaleY(0.88);
}

.game-status-card.is-alert .game-status-head {
  animation-duration: 2.2s;
}

.game-status-card.is-alert .game-status-brow-left {
  transform: rotate(-18deg) translateY(-1px);
}

.game-status-card.is-alert .game-status-brow-right {
  transform: rotate(18deg) translateY(-1px);
}

.game-status-card.is-alert .game-status-mouth {
  top: 16px;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(126, 72, 46, 0.92);
  border-radius: 50%;
  background: rgba(255, 244, 219, 0.18);
}

.game-status-card.is-alert .game-status-arm-left {
  transform: rotate(52deg);
}

.game-status-card.is-alert .game-status-arm-right {
  transform: rotate(-52deg);
}

.game-status-card.is-alert .game-status-bar {
  background: linear-gradient(180deg, #f0b59d, #8a3f24);
}

.game-status-card.is-alert .game-status-bar:nth-child(1) {
  height: 8px;
}

.game-status-card.is-alert .game-status-bar:nth-child(2) {
  height: 13px;
}

.game-status-card.is-alert .game-status-bar:nth-child(3) {
  height: 16px;
}

.game-status-label {
  margin: 0 0 4px;
  color: rgba(247, 223, 176, 0.82);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-status-title {
  margin: 0 0 6px;
  color: #fff7ef;
  font-size: 1rem;
  font-weight: 800;
}

.game-status-text {
  margin: 0;
  color: rgba(255, 247, 239, 0.82);
}

.game-status-emotion {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 223, 176, 0.92);
  font-size: 0.92rem;
  line-height: 1.6;
}

@keyframes game-preview-aura {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.08); }
  100% { transform: rotate(360deg) scale(1); }
}

@keyframes game-preview-orbit {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes game-preview-orbit-reverse {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

@keyframes game-preview-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(0.92); }
  50% { transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes game-preview-bars {
  0%, 100% { transform: scaleY(0.85); opacity: 0.72; }
  50% { transform: scaleY(1.08); opacity: 1; }
}

@keyframes game-preview-float {
  0%, 100% { transform: translateY(0); opacity: 0.82; }
  50% { transform: translateY(-6px); opacity: 1; }
}

@keyframes game-preview-launch {
  0% {
    transform: scale(1);
    opacity: 1;
    filter: saturate(1);
  }
  100% {
    transform: scale(1.04);
    opacity: 0;
    filter: saturate(1.35) blur(6px);
  }
}

@keyframes game-status-shift {
  0% {
    transform: translateY(8px);
    opacity: 0.7;
  }
  60% {
    transform: translateY(-2px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes game-status-breathe {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes game-branch-shift {
  0% {
    transform: translateY(6px);
    opacity: 0.72;
  }
  60% {
    transform: translateY(-1px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.game-households {
  display: grid;
  gap: 14px;
  margin: 16px 0 18px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.game-households-kicker,
.game-household-label {
  margin: 0;
  color: rgba(247, 223, 176, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-households-note,
.game-household-summary,
.game-scenario-household,
.game-result-household {
  color: rgba(255, 247, 239, 0.82);
}

.game-household-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.game-household-option {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff7ef;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.game-household-option:hover,
.game-household-option:focus-visible,
.game-household-option.is-active {
  border-color: rgba(247, 223, 176, 0.42);
  background: rgba(247, 223, 176, 0.14);
  transform: translateY(-1px);
  outline: none;
}

.game-household-spotlight {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(6, 17, 31, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.game-progress-label,
.game-result-kicker {
  margin: 0 0 4px;
  color: rgba(247, 223, 176, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-progress strong,
.game-result h3 {
  color: #fffaf2;
}

.game-result h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.game-progress-meter {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.game-progress-fill {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f7dfb0, #c89a54);
  transition: width 0.24s ease;
}

.game-stage,
.game-result {
  display: grid;
  gap: 16px;
}

.game-lab-preview[hidden],
.game-lab-card[hidden],
.game-stage[hidden],
.game-result[hidden] {
  display: none !important;
}

.game-result {
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(247, 223, 176, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(64, 121, 202, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(8, 20, 35, 0.72), rgba(14, 30, 49, 0.82));
  border: 1px solid rgba(247, 223, 176, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(5, 15, 27, 0.18);
}

.game-scenario-kicker {
  margin: 0;
  color: rgba(247, 223, 176, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-scenario-event {
  margin: -8px 0 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff3d8;
  font-size: 0.96rem;
  font-weight: 800;
}

.game-scenario-skill {
  margin: -2px 0 0;
  color: rgba(247, 223, 176, 0.8);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.game-scenario-household,
.game-result-household {
  margin: -4px 0 0;
  font-size: 0.94rem;
}

.game-scenario-context,
.game-result-copy,
.game-result-score {
  color: rgba(255, 247, 239, 0.84);
}

.game-result-score {
  margin: -6px 0 0;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 223, 176, 0.88);
}

.game-result-copy {
  margin: 0;
  max-width: 60ch;
  font-size: 1.02rem;
  line-height: 1.7;
}

.game-result-household {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.game-result-plan {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.game-result-reflection {
  display: grid;
  gap: 12px;
}

.game-result-pattern,
.game-result-reminder,
.game-result-wakeup {
  margin: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.game-result-pattern {
  color: #fff3d8;
  font-weight: 700;
}

.game-result-focus,
.game-result-action {
  margin: 0;
  min-height: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.game-result-focus {
  color: #fff3d8;
  font-weight: 800;
}

.game-options {
  display: grid;
  gap: 12px;
}

.game-option {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf2;
  text-align: left;
  line-height: 1.55;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
}

.game-option-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7dfb0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.game-option strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  color: #fffaf2;
}

.game-option span:last-child {
  display: block;
  color: rgba(255, 247, 239, 0.75);
  font-size: 0.92rem;
  line-height: 1.55;
}

.game-option:hover,
.game-option:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(247, 223, 176, 0.38);
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.game-option.is-correct {
  border-color: rgba(128, 221, 176, 0.52);
  background: rgba(47, 123, 103, 0.24);
}

.game-option.is-incorrect {
  border-color: rgba(255, 191, 153, 0.56);
  background: rgba(165, 78, 34, 0.22);
}

.game-option.is-muted {
  opacity: 0.64;
}

.game-feedback {
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 247, 239, 0.88);
}

.game-feedback.is-success {
  border-color: rgba(128, 221, 176, 0.32);
  background: rgba(47, 123, 103, 0.22);
}

.game-feedback.is-warning {
  border-color: rgba(255, 191, 153, 0.34);
  background: rgba(165, 78, 34, 0.2);
}

.game-consequence {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(247, 223, 176, 0.12);
  border: 1px solid rgba(247, 223, 176, 0.16);
  color: #fff3d8;
}

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

.game-empathy-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: start;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.game-empathy-label {
  margin: 0;
  color: rgba(247, 223, 176, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-empathy-card strong {
  color: #fff7ef;
  font-size: 1rem;
  line-height: 1.35;
}

.game-empathy-card p {
  margin: 0;
  color: rgba(255, 247, 239, 0.8);
  line-height: 1.6;
}

.game-actions,
.game-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.game-result-actions {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.game-actions .cta-button,
.game-result-actions .cta-button {
  color: #10263f;
  background: linear-gradient(135deg, #f4d68f, #f0b55a 60%, #c7812d);
  box-shadow: 0 18px 28px rgba(240, 181, 90, 0.22);
}

.game-actions .secondary-cta,
.game-result-actions .secondary-cta {
  color: #fffaf2;
  background: rgba(10, 24, 39, 0.56);
  border: 1px solid rgba(247, 223, 176, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.game-actions .cta-button:hover,
.game-actions .cta-button:focus-visible,
.game-result-actions .cta-button:hover,
.game-result-actions .cta-button:focus-visible {
  box-shadow: 0 20px 34px rgba(240, 181, 90, 0.3);
}

.game-actions .secondary-cta:hover,
.game-actions .secondary-cta:focus-visible,
.game-result-actions .secondary-cta:hover,
.game-result-actions .secondary-cta:focus-visible {
  background: rgba(10, 24, 39, 0.72);
  border-color: rgba(247, 223, 176, 0.44);
}

.game-actions > *,
.game-result-actions > * {
  flex: 1 1 180px;
  justify-content: center;
}

.game-next-button {
  min-width: 140px;
}

@media (max-width: 640px) {
  .game-status-card {
    grid-template-columns: 1fr;
  }

  .game-empathy-grid {
    grid-template-columns: 1fr;
  }

  .game-card-header {
    flex-direction: column;
    align-items: stretch;
  }

  .game-preview-display {
    padding: 16px;
  }

  .game-preview-visual {
    min-height: 72px;
  }
}

@media (max-width: 900px) {
  .profile-signals {
    grid-template-columns: 1fr;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.calculator-section {
  padding-top: 16px;
}

.calculator-shell {
  padding: 30px;
  border-radius: 26px;
}

.tool-intro {
  margin-bottom: 10px;
}

.calculator-title h3 {
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1;
}

.tool-capabilities {
  gap: 8px;
  margin-top: 16px;
}

.tool-capability {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 247, 239, 0.92);
}

.tool-layout {
  margin-top: 24px;
}

.lead-section,
.offers-section,
.cta-section,
.team-section,
.connections-section,
.disclaimer-section {
  scroll-margin-top: 20px;
}

.cta-shell {
  gap: 24px;
  padding: 28px;
}

.cta-copy .cta-button {
  margin-top: 8px;
}

.connections-shell {
  padding: 24px 26px;
}

.disclaimer-shell {
  padding: 24px 26px;
}

@media (max-width: 980px) {
  .hero-content,
  .journey-nav,
  .game-lab-shell {
    grid-template-columns: 1fr;
  }

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

  .game-lab-copy {
    padding: 18px;
  }

  .game-lab-journey,
  .game-lab-points {
    grid-template-columns: 1fr;
  }

  .game-lab-journey-step:nth-child(3),
  .game-lab-point:nth-child(3) {
    grid-column: auto;
  }

  .game-lab-preview,
  .game-lab-card {
    height: auto;
  }

  .game-preview-display {
    min-height: 260px;
  }

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

  .cta-proof,
  .team-points {
    grid-template-columns: 1fr;
  }

  .cta-proof-item:nth-child(3),
  .team-point:nth-child(3) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  section {
    padding: 32px 0;
  }

  .topbar-links {
    justify-content: center;
  }

  .hero-copy,
  .hero-card,
  .game-lab-shell,
  .cta-shell,
  .connections-shell,
  .disclaimer-shell {
    padding: 22px;
  }

  .hero-content {
    gap: 18px;
  }

  .hero-headline {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-proof-strip,
  .hero-stats,
  .journey-nav,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .video-followup-actions {
    grid-template-columns: 1fr;
  }

  .hero-path,
  .hero-assurance {
    padding: 18px;
  }

  .hero-path-step {
    grid-template-columns: 38px 1fr;
    padding: 12px 13px;
  }

  .hero-path-index {
    width: 38px;
    height: 38px;
  }

  .hero-proof-strip {
    display: grid;
  }

  .value-shell {
    padding: 22px;
  }

  .tool-capabilities {
    display: grid;
    grid-template-columns: 1fr;
  }

  .game-scenario-event {
    font-size: 0.92rem;
  }

  .game-actions,
  .game-result-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .game-result {
    padding: 18px;
  }
}

/* Landing-page cleanup overrides */
:root {
  --bg: #efe3d2;
  --surface: rgba(255, 251, 245, 0.96);
  --surface-strong: #fffdf9;
  --line: rgba(84, 62, 37, 0.14);
  --text: #1d2633;
  --muted: #5f5952;
  --primary: #bf8b43;
  --accent: #16344f;
  --shadow: 0 18px 42px rgba(18, 31, 51, 0.1);
}

body {
  background:
    radial-gradient(circle at top left, rgba(240, 199, 121, 0.24), transparent 28%),
    radial-gradient(circle at top right, rgba(22, 52, 79, 0.12), transparent 24%),
    linear-gradient(180deg, #fbf5ec 0%, #efe4d4 52%, #e7d8c5 100%);
}

.surface-card,
.hero-copy,
.hero-card,
.guide-cta-shell,
.lead-copy,
.cta-copy,
.connections-copy,
.team-copy,
.game-lab-copy,
.tool-sidebar,
.tool-results,
.result-card,
.step,
.story-card,
.offer-card,
.team-form-card,
.lead-form-card {
  box-shadow: 0 16px 34px rgba(18, 31, 51, 0.08);
}

.surface-card {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.97), rgba(247, 239, 228, 0.92));
  border-color: rgba(84, 62, 37, 0.12);
}

.hero {
  padding: 24px 0 36px;
}

.hero::before {
  background:
    linear-gradient(120deg, rgba(255, 248, 238, 0.94), rgba(255, 248, 238, 0.72)),
    radial-gradient(circle at top right, rgba(22, 52, 79, 0.16), transparent 28%),
    url("images/BrandColorexample..jpg") center/cover no-repeat;
  opacity: 1;
}

.topbar {
  background: rgba(255, 250, 243, 0.88);
  border-color: rgba(84, 62, 37, 0.1);
  box-shadow: 0 12px 28px rgba(18, 31, 51, 0.06);
}

.topbar-links a {
  color: #544c43;
}

.topbar-links a:last-child {
  background: rgba(22, 52, 79, 0.08);
  color: var(--accent);
  font-weight: 800;
}

.hero-content {
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 22px;
}

.hero-copy,
.hero-card {
  padding: 34px;
  background: rgba(255, 251, 245, 0.82);
  border-color: rgba(84, 62, 37, 0.1);
  backdrop-filter: blur(10px);
}

.hero-headline {
  max-width: 12ch;
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  line-height: 0.98;
  text-shadow: none;
}

.hero-subheadline {
  max-width: 58ch;
  font-size: 1.04rem;
  line-height: 1.7;
}

.hero-proof-strip {
  margin: 18px 0 16px;
}

.hero-proof-pill {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(84, 62, 37, 0.1);
  color: #54463b;
}

.hero-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.hero-summary-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(84, 62, 37, 0.1);
}

.hero-summary-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #8a6635;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-summary-card strong {
  display: block;
  margin-bottom: 6px;
  color: #173453;
  font-size: 0.98rem;
}

.hero-summary-card p {
  margin: 0;
  color: #5f5952;
  font-size: 0.92rem;
  line-height: 1.55;
}

.profile-card {
  grid-template-columns: 112px minmax(0, 1fr);
}

.headshot-img {
  width: 112px;
  height: 112px;
}

.profile-signals {
  grid-template-columns: 1fr;
}

.hero-guide-card {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(243, 236, 226, 0.94));
}

.video-followup {
  padding: 20px;
  border-color: rgba(84, 62, 37, 0.1);
}

.video-followup h3 {
  font-size: 1.24rem;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: -0.01em;
}

.video-step,
.proof-chip,
.journey-link,
.offer-card,
.offers-guidance-card,
.cta-proof-item,
.team-point,
.game-lab-journey-step,
.game-lab-point {
  box-shadow: none;
}

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

.journey-link {
  min-height: 56px;
  background: rgba(255, 251, 245, 0.92);
}

.calculator-shell,
.lead-shell,
.offers-shell,
.cta-shell,
.connections-shell,
.disclaimer-shell {
  padding: 28px;
}

.tool-intro {
  margin-bottom: 0;
}

.tool-layout {
  margin-top: 20px;
}

.tool-sidebar {
  background: linear-gradient(180deg, rgba(20, 41, 63, 0.96), rgba(25, 52, 78, 0.92));
}

.tool-results {
  background: rgba(255, 252, 247, 0.9);
}

.result-card {
  background: rgba(255, 255, 255, 0.88);
}

.lead-copy .section-title,
.cta-copy .section-title,
.team-copy .section-title,
.offers-intro .section-title {
  max-width: 16ch;
}

.game-lab-shell {
  background:
    radial-gradient(circle at top left, rgba(22, 52, 79, 0.08), transparent 36%),
    radial-gradient(circle at bottom right, rgba(191, 139, 67, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.97), rgba(245, 238, 228, 0.92));
}

.game-lab-card,
.game-lab-preview {
  box-shadow: 0 18px 36px rgba(15, 31, 52, 0.14);
}

.offers-shell,
.connections-shell,
.team-shell,
.disclaimer-shell {
  box-shadow: 0 18px 40px rgba(18, 31, 51, 0.08);
}

@media (max-width: 980px) {
  .hero-summary,
  .hero-actions,
  .journey-nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero-copy,
  .hero-card,
  .calculator-shell,
  .lead-shell,
  .offers-shell,
  .cta-shell,
  .connections-shell,
  .disclaimer-shell {
    padding: 22px;
  }

  .hero-headline {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .team-next-step {
    grid-template-columns: 1fr;
  }
}

/* Calculator section refresh */
.calculator-shell {
  background:
    radial-gradient(circle at top right, rgba(204, 183, 139, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(244, 238, 228, 0.95));
  border: 1px solid rgba(116, 96, 67, 0.12);
  box-shadow: 0 24px 56px rgba(18, 31, 51, 0.1);
}

.calculator-shell::before {
  height: 3px;
  background: linear-gradient(90deg, #264b63, #c5a46a);
}

.calculator-title h3 {
  color: #1d3147;
  text-shadow: none;
}

.calculator-title p {
  max-width: 68ch;
  color: #655d54;
}

.tool-capability {
  background: rgba(29, 49, 71, 0.06);
  border-color: rgba(29, 49, 71, 0.08);
  color: #29435c;
}

.tool-layout {
  gap: 28px;
}

.tool-sidebar {
  background: linear-gradient(180deg, #21364c 0%, #2a4560 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(18, 31, 51, 0.16);
}

.tool-sidebar .form-label {
  color: rgba(248, 243, 233, 0.88);
}

.tool-sidebar .form-label .info-icon {
  background: linear-gradient(135deg, #d9b15f, #f0ca78);
  color: #24384e;
  box-shadow: none;
}

.tool-sidebar input[type="number"],
.tool-sidebar select {
  border: 1px solid rgba(193, 204, 216, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: #1f2d3d;
  box-shadow: inset 0 1px 2px rgba(15, 31, 52, 0.08);
}

.tool-sidebar input[type="number"]:focus,
.tool-sidebar select:focus {
  border-color: rgba(213, 177, 104, 0.72);
  box-shadow: 0 0 0 4px rgba(213, 177, 104, 0.14);
  transform: none;
}

.tool-sidebar input[type="range"] {
  height: 6px;
  border: none;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.tool-sidebar input[type="range"]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #d9b15f, #b98943);
  box-shadow: 0 4px 10px rgba(15, 31, 52, 0.22);
}

.scenario-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(250, 245, 236, 0.9);
  box-shadow: none;
}

.scenario-btn:hover,
.scenario-btn.active {
  background: linear-gradient(135deg, rgba(217, 177, 95, 0.92), rgba(185, 137, 67, 0.96));
  border-color: rgba(217, 177, 95, 0.92);
  color: #21364c;
  box-shadow: 0 10px 18px rgba(185, 137, 67, 0.18);
}

.tool-button {
  background: linear-gradient(135deg, #d9b15f, #b98943);
  color: #1f3248;
  box-shadow: 0 16px 24px rgba(185, 137, 67, 0.18);
}

.tool-button:hover,
.tool-button:focus-visible {
  box-shadow: 0 18px 28px rgba(185, 137, 67, 0.22);
}

.tool-results {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(247, 242, 233, 0.96));
  border: 1px solid rgba(116, 96, 67, 0.1);
  box-shadow: 0 18px 36px rgba(18, 31, 51, 0.08);
}

.secondary-cta-download {
  background: linear-gradient(180deg, rgba(246, 232, 196, 0.96), rgba(238, 222, 183, 0.92));
  border: 1px solid rgba(197, 164, 106, 0.42);
  color: #1f3750;
  box-shadow: none;
}

.results-grid {
  gap: 16px;
}

.result-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 236, 0.94));
  border: 1px solid rgba(116, 96, 67, 0.1);
  box-shadow: 0 10px 22px rgba(18, 31, 51, 0.05);
}

.result-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(18, 31, 51, 0.08);
}

.result-label {
  color: #6c7687;
}

.result-value {
  color: #16243a;
}

.result-card.highlight {
  background: linear-gradient(180deg, #2b7a62 0%, #23644f 100%);
  border-color: rgba(43, 122, 98, 0.5);
}

.result-card.accent {
  background: linear-gradient(180deg, #365f86 0%, #274867 100%);
  border-color: rgba(54, 95, 134, 0.46);
}

.results-status {
  background: linear-gradient(180deg, rgba(246, 239, 223, 0.98), rgba(240, 230, 207, 0.94));
  border: 1px solid rgba(197, 164, 106, 0.28);
  box-shadow: none;
}

.results-status p {
  color: #5d4b2f;
}

.chart-container,
.chart-container-featured {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(116, 96, 67, 0.08);
  box-shadow: none;
}

.chart-container h4,
.chart-heading h4 {
  color: #1f3750;
}

.chart-teaser {
  color: #6a6158;
}

.chart-toggle-button {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(116, 96, 67, 0.1);
  color: #1f3750;
}

/* Landing page cleanup pass: strengthen hierarchy, reduce noise, and support the updated trust-first architecture. */
body {
  background:
    radial-gradient(circle at top left, rgba(242, 213, 156, 0.36), transparent 32%),
    radial-gradient(circle at top right, rgba(23, 52, 83, 0.12), transparent 28%),
    linear-gradient(180deg, #faf4ea 0%, #eadfce 56%, #ddd3c5 100%);
}

.hero::before {
  opacity: 0.78;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 10;
  background: rgba(252, 247, 239, 0.82);
  box-shadow: 0 18px 40px rgba(18, 31, 51, 0.09);
}

.topbar-links a {
  font-weight: 700;
}

.hero-content {
  gap: 24px;
  align-items: start;
}

.hero-copy,
.hero-card {
  background: rgba(255, 251, 246, 0.78);
  border: 1px solid rgba(84, 62, 37, 0.11);
  box-shadow: 0 24px 54px rgba(18, 31, 51, 0.11);
}

.hero-tagline {
  color: #173453;
}

.hero-trust li {
  font-size: 0.97rem;
}

.stat-card {
  min-height: 100%;
}

.surface-card,
.value-shell,
.team-shell,
.connections-shell,
.disclaimer-shell {
  box-shadow: 0 20px 48px rgba(18, 31, 51, 0.09);
}

.guide-cta-shell,
.value-shell,
.team-shell,
.connections-shell,
.disclaimer-shell,
.calculator-shell,
.lead-shell,
.offers-shell,
.cta-shell {
  border-radius: 26px;
}

.value-shell {
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(200, 154, 84, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.97), rgba(244, 237, 228, 0.93));
  border: 1px solid rgba(84, 62, 37, 0.11);
}

.value-intro {
  max-width: 62ch;
}

.value-grid {
  margin-top: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.value-card {
  min-height: 100%;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(84, 62, 37, 0.09);
}

.value-index {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.tool-sidebar,
.lead-form-card,
.team-form-card {
  box-shadow: 0 22px 42px rgba(15, 31, 52, 0.18);
}

.tool-results-copy,
.privacy-note,
.team-note,
.form-expectation,
.field-help-inline {
  line-height: 1.6;
}

.privacy-note,
.team-note {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.disclaimer-intro,
.disclaimer-detail {
  max-width: 72ch;
}

.footer-shell {
  gap: 12px;
}

@media (max-width: 1100px) {
  .value-intro {
    grid-template-columns: 1fr;
  }

  .value-intro .section-kicker,
  .value-intro .section-title,
  .value-intro .section-intro,
  .value-intro-panel {
    grid-column: auto;
  }

  .value-intro-panel {
    grid-row: auto;
  }

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

@media (max-width: 760px) {
  .topbar {
    position: relative;
    top: 0;
  }

  .value-shell {
    padding: 22px;
  }

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

.appointment-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 18px;
  align-items: start;
}

.appointment-proof-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.appointment-visual-card {
  margin-top: 22px;
  padding: 22px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(200, 154, 84, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(247, 240, 231, 0.9));
  border: 1px solid rgba(123, 87, 61, 0.12);
  box-shadow: 0 18px 36px rgba(23, 52, 83, 0.08);
}

.appointment-visual-header {
  display: grid;
  gap: 8px;
}

.appointment-visual-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(23, 52, 83, 0.08);
  color: #173453;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.appointment-visual-header strong {
  color: #173453;
  font-size: 1.18rem;
  line-height: 1.35;
}

.appointment-visual-media {
  display: grid;
  place-items: center;
  min-height: 290px;
  margin-top: 18px;
  padding: 20px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 246, 228, 0.88)),
    radial-gradient(circle at bottom right, rgba(200, 154, 84, 0.18), transparent 44%);
  border: 1px solid rgba(123, 87, 61, 0.1);
}

.appointment-visual-media img {
  width: min(100%, 340px);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 24px rgba(23, 52, 83, 0.12));
}

.appointment-visual-copy {
  margin-top: 18px;
}

.appointment-visual-copy p {
  margin: 0;
  color: #5f564e;
  line-height: 1.65;
}

.appointment-visual-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.appointment-visual-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(123, 87, 61, 0.1);
  color: #6f552f;
  font-size: 0.8rem;
  font-weight: 800;
}

.appointment-proof-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 241, 232, 0.78));
  border: 1px solid rgba(123, 87, 61, 0.1);
}

.appointment-proof-item strong {
  display: block;
  color: #173453;
  font-size: 1rem;
}

.appointment-proof-item p {
  margin: 7px 0 0;
  color: #5f564e;
  line-height: 1.6;
}

.appointment-form-card {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(22, 48, 75, 0.98), rgba(29, 61, 93, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(15, 31, 52, 0.22);
  color: #fff7ef;
}

.appointment-form-card h3 {
  margin-bottom: 10px;
  color: #fff8ef;
}

.appointment-form-card p,
.appointment-form-card .form-expectation,
.appointment-form-card .privacy-note,
.appointment-form-card .field-help-inline {
  color: rgba(247, 238, 227, 0.82);
}

.appointment-form-card .form-trust-step,
.appointment-form-card .form-confidence-pill,
.appointment-form-card .privacy-note,
.appointment-form-card .form-success-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.appointment-form-card .form-trust-step strong,
.appointment-form-card .form-confidence-pill,
.appointment-form-card .form-success-card strong {
  color: #fff9f1;
}

.appointment-form-card .form-trust-step p,
.appointment-form-card .form-success-card p {
  color: rgba(247, 238, 227, 0.82);
}

/* Final contrast pass for dark form cards across the site. */
.team-form-card h3,
.team-form-card h4,
.appointment-form-card h3,
.appointment-form-card h4,
.lead-form-card h3,
.lead-form-card h4 {
  color: #fffaf4;
}

.team-form-card > p,
.team-form-card .form-expectation,
.team-form-card .privacy-note,
.team-form-card .field-help-inline,
.team-form-card .form-success-card p,
.appointment-form-card > p,
.appointment-form-card .form-expectation,
.appointment-form-card .privacy-note,
.appointment-form-card .field-help-inline,
.appointment-form-card .form-success-card p {
  color: rgba(255, 246, 236, 0.94);
}

.team-form-card .form-expectation,
.appointment-form-card .form-expectation {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.09));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.team-form-card .form-confidence-pill,
.appointment-form-card .form-confidence-pill,
.lead-form-card .form-confidence-pill {
  color: #fffaf3;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.team-form-card .field-label,
.appointment-form-card .field-label,
.lead-form-card .field-label {
  color: #fff8ef;
}

.team-form-card .field-optional,
.appointment-form-card .field-optional,
.lead-form-card .field-optional {
  color: rgba(255, 244, 232, 0.82);
}

.team-form-card .team-consent,
.appointment-form-card .lead-consent,
.lead-form-card .lead-consent {
  color: rgba(255, 246, 236, 0.94);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.team-form input::placeholder,
.team-form textarea::placeholder,
.appointment-form input::placeholder,
.appointment-form textarea::placeholder,
.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #766d66;
  opacity: 1;
}

.team-form-card .field-feedback,
.appointment-form-card .field-feedback,
.lead-form-card .field-feedback {
  color: rgba(255, 246, 236, 0.92);
}

.team-form-card .field-feedback.error,
.appointment-form-card .field-feedback.error,
.lead-form-card .field-feedback.error {
  color: #ffd7d7;
}

.team-form-card .field-feedback.success,
.appointment-form-card .field-feedback.success,
.lead-form-card .field-feedback.success {
  color: #d7f7e5;
}

.appointment-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(200, 154, 84, 0.24);
  background: rgba(255, 251, 245, 0.98);
  color: #1c2534;
}

.appointment-form textarea {
  min-height: 118px;
  resize: vertical;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  outline: none;
  border-color: rgba(200, 154, 84, 0.78);
  box-shadow: 0 0 0 4px rgba(200, 154, 84, 0.12);
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
  color: rgba(72, 61, 50, 0.56);
}

.appointment-form input[aria-invalid="true"],
.appointment-form select[aria-invalid="true"],
.appointment-form textarea[aria-invalid="true"] {
  border-color: rgba(220, 84, 84, 0.75);
}

.appointment-form input[aria-invalid="false"],
.appointment-form select[aria-invalid="false"],
.appointment-form textarea[aria-invalid="false"] {
  border-color: rgba(66, 153, 98, 0.7);
}

.appointment-form .field-label,
.appointment-consent span {
  color: #fff7ef;
}

.appointment-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #255884 55%, var(--primary));
  box-shadow: 0 16px 28px rgba(23, 52, 83, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.appointment-form button:hover,
.appointment-form button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(18, 31, 51, 0.18);
  outline: none;
}

.appointment-form button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

@media (max-width: 980px) {
  .appointment-shell {
    grid-template-columns: 1fr;
  }

  .appointment-visual-media {
    min-height: 220px;
  }
}

/* Professional Section Styles */
.strategy-overview {
  padding: 100px 0;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.calculator-intro {
  padding: 100px 0;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

/* Universal Section Centering */
.container > div {
  text-align: center;
}

.section-kicker {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 20px;
  padding: 8px 16px;
  background: rgba(23, 52, 83, 0.08);
  border-radius: 20px;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 32px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-intro {
  font-size: 1.2rem;
  color: var(--muted);
  margin: 0 auto 40px auto;
  max-width: 600px;
  line-height: 1.6;
}

.text-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}

.text-link:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

/* Elegant Button Styling */
.hero-cta {
  display: inline-block;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--primary) 0%, #1a4268 100%);
  color: white;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(23, 52, 83, 0.3);
  position: relative;
  overflow: hidden;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(23, 52, 83, 0.4);
  background: linear-gradient(135deg, #1a4268 0%, var(--primary) 100%);
}

.secondary-cta {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid var(--primary);
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 16px;
  position: relative;
}

/* Premium PDF Download Button */
.hero-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #8B4513 0%, #D2691E 50%, #CD853F 100%);
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(139, 69, 19, 0.35);
  margin-left: 16px;
  position: relative;
  overflow: hidden;
}

.hero-pdf-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.hero-pdf-btn:hover::before {
  left: 100%;
}

.hero-pdf-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(139, 69, 19, 0.45);
  background: linear-gradient(135deg, #A0522D 0%, #D2691E 50%, #DEB887 100%);
}

.hero-pdf-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.hero-pdf-btn .btn-icon svg {
  width: 20px;
  height: 20px;
}

.hero-pdf-btn .btn-label {
  white-space: nowrap;
}

.secondary-cta:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(23, 52, 83, 0.3);
}

/* Enhanced Hero Styling */
.hero {
  padding: 120px 0 80px 0;
  background: linear-gradient(135deg, var(--surface) 0%, #f8f9fa 100%);
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.hero-profile {
  max-width: 450px;
  text-align: center;
}

/* Enhanced Profile Card */
.profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  padding: 40px;
  background: var(--surface);
  border: 1px solid rgba(23, 52, 83, 0.1);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}

.profile-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent);
  border-radius: 0 0 3px 3px;
}

.headshot-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--surface);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.profile-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  letter-spacing: -0.01em;
}

.profile-role {
  font-size: 0.95rem;
  color: var(--primary);
  margin: 4px 0;
  font-weight: 600;
}

.profile-note {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 12px 0 0 0;
  line-height: 1.6;
  max-width: 280px;
}

.profile-signals {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  align-items: center;
}

.profile-signal {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
  padding: 16px;
  background: rgba(23, 52, 83, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(23, 52, 83, 0.08);
  min-width: 140px;
}

.profile-signal strong {
  font-size: 1rem;
  color: var(--primary);
  font-weight: 700;
}

.profile-signal span {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 500;
}

/* Elegant Footer Styling - Fixed Structure */
.page-footer {
  background: linear-gradient(135deg, #1a2f4a 0%, #0f1f34 100%);
  color: #ffffff !important;
  padding: 80px 0 40px 0;
  margin-top: 100px;
  position: relative;
  clear: both;
  width: 100%;
}

.page-footer * {
  color: #ffffff !important;
}

.page-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  align-items: start;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo {
  width: 120px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  color: #ffffff !important;
  line-height: 1.6;
  max-width: 400px;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-column h4 {
  color: var(--accent);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-column a {
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  position: relative;
  font-size: 0.95rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-column a:hover {
  color: var(--accent);
  transform: translateX(4px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 40px 0 40px;
  color: #ffffff !important;
  font-size: 0.95rem;
  width: 100%;
  box-sizing: border-box;
}

.footer-bottom p {
  margin: 0;
  font-weight: 600;
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-bottom a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}

.footer-bottom a:hover {
  color: white;
}

/* Collapsible Disclaimer Styling */
.disclaimer-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}

.disclaimer-toggle:hover {
  opacity: 0.8;
}

.disclaimer-toggle .disclaimer-title {
  margin: 0;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

.disclaimer-toggle:hover .disclaimer-title {
  color: var(--primary);
}

.toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.disclaimer-toggle[aria-expanded="true"] .toggle-icon {
  transform: rotate(45deg);
  background: var(--accent);
}

.disclaimer-content {
  margin-top: 32px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.disclaimer-content:not([hidden]) {
  opacity: 1;
  max-height: 2000px;
}

/* Steps Section Header Centering */
.steps-section {
  padding: 100px 0;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.steps-header {
  text-align: center;
  margin-bottom: 32px;
}

.steps-header .section-kicker {
  text-align: center;
  display: inline-block;
  margin-bottom: 16px;
}

.steps-header .section-title {
  text-align: center;
  margin: 0;
}

.steps-section .section-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

/* Lead Section Centering and Collapsible Form */
.lead-section {
  padding: 100px 0;
  text-align: center;
}

.lead-section .lead-shell {
  max-width: 800px;
  margin: 0 auto;
}

.lead-section .section-kicker {
  text-align: center;
  display: inline-block;
  margin-bottom: 16px;
}

.lead-section .section-title {
  text-align: center;
  margin: 0 0 24px 0;
}

.lead-section .lead-copy p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.lead-toggle-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.lead-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: var(--primary);
  color: white;
  border: none;
  padding: 20px 32px;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}

.lead-toggle:hover {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(23, 52, 83, 0.3);
}

.lead-toggle h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
}

.lead-toggle .toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.lead-toggle[aria-expanded="true"] .toggle-icon {
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.3);
}

.lead-form-content {
  margin-top: 24px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.lead-form-content:not([hidden]) {
  opacity: 1;
  max-height: 2000px;
}

.lead-form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
}

.lead-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
  border-radius: 0 0 3px 3px;
}

.lead-form-card p {
  text-align: center;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.lead-form-card .form-expectation {
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 32px;
  padding: 16px;
  background: rgba(23, 52, 83, 0.04);
  border-radius: 8px;
  border-left: 3px solid var(--accent);
}

.form-confidence-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
  justify-content: center;
}

.form-confidence-pill {
  padding: 8px 16px;
  background: linear-gradient(135deg, rgba(23, 52, 83, 0.08), rgba(200, 154, 84, 0.08));
  border: 1px solid rgba(23, 52, 83, 0.12);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  transition: all 0.3s ease;
}

.form-confidence-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(23, 52, 83, 0.15);
  border-color: var(--accent);
}

/* Lead Form Footer Section */
.lead-form-footer {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(23, 52, 83, 0.1);
  text-align: center;
  background: linear-gradient(135deg, rgba(23, 52, 83, 0.02), rgba(200, 154, 84, 0.02));
  border-radius: 0 0 16px 16px;
  padding: 32px 40px;
  position: relative;
}

.lead-form-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
  border-radius: 0 0 3px 3px;
}

.lead-form-footer .follow-up-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text);
  margin: 0;
  font-weight: 600;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lead-form .field-label {
  display: block;
  font-weight: 600;
  color: #fff9f1;
  margin-bottom: 8px;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form input[type="tel"],
.lead-form select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--line);
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: var(--surface);
  color: var(--text);
}

.lead-form input[type="text"]:focus,
.lead-form input[type="email"]:focus,
.lead-form input[type="tel"]:focus,
.lead-form select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(23, 52, 83, 0.1);
  transform: translateY(-1px);
}

.lead-form .form-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.lead-form .field-stack {
  display: flex;
  flex-direction: column;
}

.lead-form .field-help-inline {
  font-size: 0.85rem;
  color: rgba(255, 249, 241, 0.8);
  margin-top: 6px;
  font-style: italic;
}

.lead-form .field-feedback {
  font-size: 0.85rem;
  margin-top: 4px;
  color: #fff9f1;
}

.consent-section {
  margin: 24px 0;
  text-align: center;
}

.consent-intro {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lead-form .lead-consent {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 16px 24px;
  background: linear-gradient(135deg, rgba(23, 52, 83, 0.02), rgba(200, 154, 84, 0.02));
  border: 2px solid rgba(23, 52, 83, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.lead-form .lead-consent::before {
  content: '✓';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 24px;
  height: 24px;
  background: var(--accent);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(200, 154, 84, 0.3);
}

.lead-form .lead-consent:hover {
  background: linear-gradient(135deg, rgba(23, 52, 83, 0.05), rgba(200, 154, 84, 0.03));
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(23, 52, 83, 0.2);
}

.lead-form .lead-consent input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0;
  transform: scale(1.4);
  opacity: 0;
  position: absolute;
}

.lead-form .lead-consent span {
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--text);
  font-weight: 500;
}

.lead-form button[type="submit"] {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, var(--primary) 0%, #1a4268 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(23, 52, 83, 0.25);
  position: relative;
  overflow: hidden;
}

/* Form and Button Container */
.form-and-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 32px 0;
  position: relative;
}

.form-and-button-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
  border-radius: 0 0 3px 3px;
}

.form-and-button-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 60px;
  height: 60px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M12 2L22 12L12 22Z" stroke="%23c89a5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 0.1;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.lead-form {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.lead-form::before {
  display: none;
}

.lead-form button[type="submit"]:hover {
  background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(23, 52, 83, 0.35);
}

.lead-form button[type="submit"]:active {
  transform: translateY(0);
}

/* Lead Form Footer Section */
.lead-form-footer {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(23, 52, 83, 0.1);
  text-align: center;
  background: linear-gradient(135deg, rgba(23, 52, 83, 0.02), rgba(200, 154, 84, 0.02));
  border-radius: 0 0 16px 16px;
  padding: 32px 40px;
  position: relative;
}

.lead-form-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
  border-radius: 0 0 3px 3px;
}

.lead-form-footer .follow-up-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 24px 0;
  font-weight: 600;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Professional Submit Button */
.lead-submit-btn {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, var(--primary) 0%, #1a4268 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 8px 24px rgba(23, 52, 83, 0.3);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-width: 280px;
}

.lead-submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.lead-submit-btn:hover::before {
  left: 100%;
}

.lead-submit-btn:hover {
  background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(23, 52, 83, 0.4);
}

.lead-submit-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(23, 52, 83, 0.3);
}

/* Privacy Note Enhancement */
.lead-form .privacy-note {
  text-align: center;
  font-size: 0.95rem;
  color: var(--muted);
  margin-top: 32px;
  line-height: 1.6;
  font-style: italic;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background: rgba(23, 52, 83, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(23, 52, 83, 0.08);
  position: relative;
}

.lead-form .privacy-note::before {
  content: '🔒';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--surface);
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.9rem;
  border: 1px solid rgba(23, 52, 83, 0.1);
}

/* Success Card Enhancement */
.lead-form .form-success-card {
  background: linear-gradient(135deg, rgba(200, 154, 84, 0.1), rgba(23, 52, 83, 0.05));
  border: 1px solid rgba(200, 154, 84, 0.2);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.lead-form .form-success-card strong {
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.lead-form .form-success-card p {
  color: var(--text);
  margin: 0;
  line-height: 1.5;
}

/* Premium Appointment Section - Top Dollar Landing Page Quality */
#appointment-request {
  width: 100% !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 120px 0;
  background: linear-gradient(135deg, var(--surface) 0%, #f8f9fa 50%, var(--surface) 100%);
  position: relative;
}

.appointment-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 900px !important;
  padding: 120px 0 !important;
  background: linear-gradient(135deg, var(--surface) 0%, #f8f9fa 50%, var(--surface) 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

.appointment-shell {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.92), rgba(245, 236, 223, 0.82));
  border: 1px solid rgba(110, 89, 57, 0.14);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 28px;
  margin: 0 auto;
  max-width: 900px;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
  border-radius: 0 0 3px 3px;
}

.cta-section .cta-shell {
  max-width: 900px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid rgba(23, 52, 83, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

.cta-section .cta-shell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.cta-section .section-kicker {
  text-align: center;
  display: inline-block;
  margin-bottom: 24px;
  padding: 12px 24px;
  background: rgba(23, 52, 83, 0.06);
  border-radius: 24px;
  border: 1px solid rgba(23, 52, 83, 0.1);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.cta-section .section-title {
  text-align: center;
  margin: 0 0 32px 0;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--text) 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-section .cta-copy p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px auto;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 500;
}

.appointment-toggle-container {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.appointment-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--primary) 0%, #1a4268 100%);
  color: white;
  border: none;
  padding: 24px 40px;
  border-radius: 16px;
  cursor: pointer;
  text-align: left;
  transition: all 0.4s ease;
  box-shadow: 0 8px 32px rgba(23, 52, 83, 0.25);
  position: relative;
  overflow: hidden;
}

.appointment-toggle::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.appointment-toggle:hover::before {
  left: 100%;
}

.appointment-toggle:hover {
  background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(23, 52, 83, 0.35);
}

.appointment-toggle h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  letter-spacing: -0.01em;
}

.appointment-toggle .toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.appointment-toggle[aria-expanded="true"] .toggle-icon {
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.25);
}

.appointment-visual-content {
  margin-top: 48px;
}

.appointment-visual-content .appointment-visual-header,
.appointment-visual-content .appointment-visual-media,
.appointment-visual-content .appointment-visual-copy,
.appointment-visual-content .appointment-proof-list {
  background: var(--surface);
  border: 1px solid rgba(23, 52, 83, 0.06);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.appointment-visual-content .appointment-visual-header:hover,
.appointment-visual-content .appointment-visual-media:hover,
.appointment-visual-content .appointment-visual-copy:hover,
.appointment-visual-content .appointment-proof-list:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(23, 52, 83, 0.12);
}

.appointment-form-content {
  margin-top: 32px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.appointment-form-content:not([hidden]) {
  opacity: 1;
  max-height: 3000px;
}

.appointment-form-content .appointment-form-card {
  background: linear-gradient(135deg, var(--surface) 0%, #fafafa 100%);
  border: 1px solid rgba(23, 52, 83, 0.08);
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
  position: relative;
}

.appointment-form-content .appointment-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
  border-radius: 0 0 3px 3px;
}

/* Enhanced Step Cards */
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 32px;
  background: var(--surface);
  border: 1px solid rgba(23, 52, 83, 0.08);
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

.step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(23, 52, 83, 0.15);
}

.step-number {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary) 0%, #1a4268 100%);
  color: white;
  font-weight: 700;
  font-size: 1.3rem;
  border-radius: 50%;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(23, 52, 83, 0.3);
}

.step-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 16px 0;
  letter-spacing: -0.01em;
}

.step-content p {
  color: var(--muted);
  margin: 0 0 32px 0;
  line-height: 1.6;
  font-size: 1rem;
}

.step-cta {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(135deg, var(--primary) 0%, #1a4268 100%);
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(23, 52, 83, 0.25);
}

.step-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(23, 52, 83, 0.35);
  background: linear-gradient(135deg, #1a4268 0%, var(--primary) 100%);
}

/* Enhanced Calculator Intro */
.calculator-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.calculator-copy {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.calculator-copy .eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 20px;
  padding: 8px 16px;
  background: rgba(23, 52, 83, 0.08);
  border-radius: 20px;
}

.calculator-copy h1 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 32px 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.calculator-copy .hero-tagline {
  font-size: 1.4rem;
  color: var(--muted);
  margin: 0 0 32px 0;
  line-height: 1.5;
  font-weight: 500;
}

.calculator-copy .hero-subheadline {
  font-size: 1.1rem;
  color: var(--muted);
  margin: 0 0 48px 0;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.calculator-copy .hero-actions {
  text-align: center;
  justify-content: center;
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.calculator-copy .hero-action-note {
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted);
  font-style: italic;
  opacity: 0.8;
}

.section-kicker {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 16px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 24px 0;
  line-height: 1.2;
}

.section-intro {
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 32px;
  max-width: 600px;
}

.text-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-link:hover {
  color: var(--accent);
}

.hero-cta {
  display: inline-block;
  padding: 16px 32px;
  background: var(--primary);
  color: white;
  font-weight: 600;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.hero-cta:hover {
  background: var(--accent);
}

.secondary-cta {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  border: 2px solid var(--primary);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all 0.2s ease;
  margin-left: 16px;
}

.secondary-cta:hover {
  background: var(--primary);
  color: white;
}

/* Fix low-contrast text in appointment section */
.appointment-proof-item p,
.appointment-visual-copy p,
.appointment-form-card > p,
.form-trust-step p {
  color: var(--text) !important;
  opacity: 1 !important;
  font-weight: 500;
  line-height: 1.7;
}

.appointment-proof-item strong,
.form-trust-step strong {
  color: var(--primary) !important;
  font-weight: 700;
}

.appointment-form-card .form-expectation {
  color: var(--text) !important;
  opacity: 0.95 !important;
  font-weight: 500;
}

/* Enhanced Appointment Form Input Visibility */
.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100% !important;
  padding: 16px 18px !important;
  border-radius: 12px !important;
  border: 2px solid rgba(200, 154, 84, 0.5) !important;
  background: #ffffff !important;
  color: #1c2534 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 10 !important;
  min-height: 48px !important;
  margin-bottom: 8px !important;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  outline: none !important;
  border-color: #bf8b43 !important;
  box-shadow: 0 0 0 4px rgba(191, 139, 67, 0.2), 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  background: #ffffff !important;
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
  color: #6b5b4f !important;
  opacity: 0.8 !important;
  font-weight: 400 !important;
}

.appointment-form .field-label {
  color: #1c2534 !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  margin-bottom: 8px !important;
  display: block !important;
  opacity: 1 !important;
}

.appointment-form .field-stack {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 16px !important;
}

.appointment-form .form-split {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  margin-bottom: 16px !important;
}

@media (max-width: 640px) {
  .appointment-form .form-split {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}

/* Ensure form container is visible */
.appointment-form-content {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.appointment-form-content:not([hidden]) {
  opacity: 1 !important;
  max-height: 3000px !important;
  visibility: visible !important;
}

/* Fix Appointment Form Checkbox and Label Visibility */
.appointment-form .lead-consent,
.appointment-form .appointment-consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin: 24px 0 !important;
  padding: 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 12px !important;
  border: 2px solid rgba(200, 154, 84, 0.4) !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 20 !important;
}

.appointment-form .lead-consent input[type="checkbox"],
.appointment-form .appointment-consent input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid #bf8b43 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 30 !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.appointment-form .lead-consent input[type="checkbox"]:checked,
.appointment-form .appointment-consent input[type="checkbox"]:checked {
  background: #bf8b43 !important;
  border-color: #bf8b43 !important;
}

.appointment-form .lead-consent span,
.appointment-form .appointment-consent span {
  color: #1c2534 !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  opacity: 1 !important;
  display: block !important;
  flex: 1 !important;
}

/* Fix form trust steps visibility */
.form-trust-step {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  padding: 16px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(200, 154, 84, 0.3) !important;
  margin-bottom: 12px !important;
}

.form-trust-index {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #bf8b43, #a67c3d) !important;
  color: white !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  border-radius: 10px !important;
  flex-shrink: 0 !important;
}

.form-trust-step strong {
  color: #1c2534 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  display: block !important;
  margin-bottom: 4px !important;
}

.form-trust-step p {
  color: #1c2534 !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  opacity: 1 !important;
}

/* Center calculator header and improve Strategy Guide layout */
.calculator-title {
  text-align: center !important;
  max-width: 800px !important;
  margin: 0 auto 32px auto !important;
  padding: 0 20px !important;
}

.calculator-title h3 {
  text-align: center !important;
  font-size: 2.5rem !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  color: #1d3147 !important;
}

.calculator-title p {
  text-align: center !important;
  max-width: 700px !important;
  margin: 0 auto !important;
  font-size: 1.1rem !important;
  line-height: 1.7 !important;
  color: #4a4a4a !important;
}

/* Remove tool-capabilities styling since elements removed */
.tool-capabilities {
  display: none !important;
}

/* Financial Education Lead Form - Centered Layout & Checkbox Fixes */
.lead-form-wrapper {
  max-width: 600px !important;
  margin: 0 auto !important;
  padding: 24px !important;
}

.lead-form-content {
  overflow: hidden !important;
  transition: max-height 0.4s ease, opacity 0.3s ease !important;
}

.lead-form-content[hidden] {
  display: block !important;
  max-height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.lead-form-content:not([hidden]) {
  max-height: 2000px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lead-form-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 242, 0.96)) !important;
  border: 2px solid rgba(200, 154, 84, 0.3) !important;
  border-radius: 20px !important;
  padding: 32px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
}

/* Center the consent section */
.consent-section {
  margin: 24px 0 !important;
  text-align: center !important;
}

.consent-intro {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #1d3147 !important;
  margin-bottom: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* Fix lead form checkbox visibility */
.lead-consent {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 12px !important;
  border: 2px solid rgba(200, 154, 84, 0.4) !important;
  cursor: pointer !important;
  max-width: 500px !important;
  margin: 0 auto !important;
  text-align: left !important;
}

.lead-consent input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid #bf8b43 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 30 !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.lead-consent input[type="checkbox"]:checked {
  background: #bf8b43 !important;
  border-color: #bf8b43 !important;
}

.lead-consent span {
  color: #1c2534 !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  opacity: 1 !important;
  display: block !important;
  flex: 1 !important;
}

/* Center the form and inputs */
.lead-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.lead-form .field-label {
  color: #fff9f1 !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  margin-bottom: 8px !important;
  display: block !important;
}

.form-and-button-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.lead-form .form-split {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  width: 100% !important;
}

@media (max-width: 640px) {
  .lead-form .form-split {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  
  .lead-form-wrapper {
    padding: 16px !important;
  }
  
  .lead-form-card {
    padding: 24px !important;
  }
}

.lead-form input,
.lead-form select {
  width: 100% !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
  border: 2px solid rgba(200, 154, 84, 0.4) !important;
  background: #ffffff !important;
  color: #1c2534 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.lead-form input:focus,
.lead-form select:focus {
  outline: none !important;
  border-color: #bf8b43 !important;
  box-shadow: 0 0 0 4px rgba(191, 139, 67, 0.15) !important;
}

.lead-form button[type="submit"] {
  width: 100% !important;
  max-width: 400px !important;
  margin: 24px auto 0 auto !important;
  padding: 16px 32px !important;
  background: linear-gradient(135deg, #d9b15f, #b98943) !important;
  color: #1f3248 !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  border: none !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 16px rgba(185, 137, 67, 0.3) !important;
  transition: all 0.3s ease !important;
}

.lead-form button[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(185, 137, 67, 0.4) !important;
}

/* Lead Form Expand Button (Top of Section) */
.lead-expand-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 400px !important;
  margin: 24px auto 32px auto !important;
  padding: 18px 32px !important;
  background: linear-gradient(135deg, #d9b15f, #b98943) !important;
  color: #1f3248 !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  border: none !important;
  border-radius: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(185, 137, 67, 0.35) !important;
  transition: all 0.3s ease !important;
}

.lead-expand-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 28px rgba(185, 137, 67, 0.45) !important;
}

.lead-expand-btn[aria-expanded="true"] .btn-icon {
  transform: rotate(45deg) !important;
}

.lead-expand-btn .btn-icon {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
  transition: transform 0.3s ease !important;
}

/* Updated Lead Form Layout */
.lead-form .name-split {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  margin-bottom: 20px !important;
}

.lead-form .field-stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
}

.lead-form .field-stack:only-child,
.lead-form > .field-stack {
  margin-bottom: 20px !important;
}

/* Submit Button Styling */
.lead-submit-btn {
  width: 100% !important;
  max-width: 400px !important;
  margin: 32px auto 0 auto !important;
  padding: 18px 32px !important;
  background: linear-gradient(135deg, #21364c, #2a4560) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  border: none !important;
  border-radius: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(33, 54, 76, 0.3) !important;
  transition: all 0.3s ease !important;
  display: block !important;
}

.lead-submit-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 24px rgba(33, 54, 76, 0.4) !important;
  background: linear-gradient(135deg, #2a4560, #345070) !important;
}

@media (max-width: 640px) {
  .lead-form .name-split {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .lead-expand-btn,
  .lead-submit-btn {
    max-width: 100% !important;
  }
}

/* Appointment Form - Name Split Layout & Info Line */
.appointment-form .name-split {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  margin-bottom: 20px !important;
}

.appointment-form .form-info-line {
  text-align: center !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #5f5952 !important;
  padding: 16px 0 !important;
  margin: 8px 0 !important;
  border-top: 1px solid rgba(200, 154, 84, 0.3) !important;
  border-bottom: 1px solid rgba(200, 154, 84, 0.3) !important;
}

@media (max-width: 640px) {
  .appointment-form .name-split {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

/* Appointment Submit Button */
.appointment-submit-btn {
  width: 100% !important;
  max-width: 400px !important;
  margin: 32px auto 0 auto !important;
  padding: 18px 32px !important;
  background: linear-gradient(135deg, #21364c, #2a4560) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  border: none !important;
  border-radius: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(33, 54, 76, 0.3) !important;
  transition: all 0.3s ease !important;
  display: block !important;
}

.appointment-submit-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 24px rgba(33, 54, 76, 0.4) !important;
  background: linear-gradient(135deg, #2a4560, #345070) !important;
}

/* ========================================
   COMPREHENSIVE MOBILE OPTIMIZATION
   Premium Responsive Layout - FinSights
   ======================================== */

/* ===== BASE MOBILE STYLES (360px - 414px) ===== */
@media (max-width: 414px) {
  /* Container adjustments for small screens */
  .container {
    width: calc(100% - 32px) !important;
    padding: 0 16px !important;
  }
  
  /* Hero section mobile optimization */
  .hero {
    padding: 60px 0 40px 0 !important;
  }
  
  .hero-content {
    min-height: auto !important;
    padding: 0 8px !important;
  }
  
  /* Brand section mobile */
  .topbar {
    flex-direction: column !important;
    gap: 16px !important;
    padding: 16px 0 !important;
    margin-bottom: 30px !important;
  }
  
  .brand {
    justify-content: center !important;
  }
  
  .brand-mark-image {
    width: 48px !important;
    height: 58px !important;
  }
  
  /* Navigation mobile - horizontal scroll */
  .topbar-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px 16px !important;
    font-size: 0.85rem !important;
  }
  
  .topbar-links a {
    padding: 6px 12px !important;
    background: rgba(23, 52, 83, 0.06) !important;
    border-radius: 20px !important;
    white-space: nowrap !important;
  }
  
  /* Profile card mobile */
  .hero-profile {
    max-width: 100% !important;
    padding: 0 8px !important;
  }
  
  .profile-card {
    padding: 20px !important;
  }
  
  .headshot-img {
    width: 80px !important;
    height: 80px !important;
  }
  
  .profile-signals {
    flex-direction: column !important;
    gap: 12px !important;
  }
  
  /* Section typography mobile */
  .section-title {
    font-size: 1.8rem !important;
    line-height: 1.25 !important;
    margin-bottom: 20px !important;
  }
  
  .section-intro {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    padding: 0 8px !important;
  }
  
  .section-kicker {
    font-size: 0.75rem !important;
    padding: 6px 12px !important;
    margin-bottom: 12px !important;
  }
  
  /* Hero buttons mobile - stack vertically */
  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
  }
  
  .hero-cta,
  .hero-pdf-btn,
  .secondary-cta {
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 !important;
    padding: 14px 24px !important;
    font-size: 0.9rem !important;
  }
  
  /* FREE PDF GUIDE section mobile optimization */
  .guide-cta-section {
    padding: 40px 0 !important;
  }
  
  .guide-cta-shell {
    flex-direction: column !important;
    padding: 20px 16px !important;
    gap: 20px !important;
    text-align: center !important;
  }
  
  .guide-cta-copy {
    width: 100% !important;
  }
  
  .guide-cta-copy p {
    max-width: 100% !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
  }
  
  .guide-download-btn {
    width: 100% !important;
    min-width: auto !important;
    max-width: 100% !important;
    padding: 14px 18px !important;
    font-size: 0.85rem !important;
    gap: 8px !important;
  }
  
  .guide-download-btn .btn-text {
    white-space: normal !important;
    line-height: 1.4 !important;
  }
  
  .download-btn-logo,
  .guide-download-btn .btn-logo {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 2px !important;
  }
  
  /* Steps section mobile */
  .steps-section {
    padding: 40px 0 !important;
  }
  
  .steps-header {
    margin-bottom: 30px !important;
  }
  
  .steps-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  
  .step-card {
    padding: 20px !important;
  }
  
  /* Calculator section mobile */
  .calculator-section {
    padding: 30px 0 40px 0 !important;
  }
  
  .calculator-shell {
    padding: 20px 16px !important;
  }
  
  .calculator-intro {
    padding: 40px 0 !important;
  }
  
  .tool-section {
    padding: 30px 0 !important;
  }
  
  .tool-shell {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 0 8px !important;
  }
  
  .tool-intro {
    padding: 0 8px 20px 8px !important;
  }
  
  .calculator-title {
    padding-bottom: 10px !important;
    margin-bottom: 8px !important;
  }
  
  .calculator-title h3 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
  }
  
  .calculator-title p {
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
    margin-bottom: 8px !important;
  }
  
  .tool-controls {
    padding: 20px !important;
  }
  
  .tool-results {
    padding: 0 8px !important;
  }
  
  .results-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  
  .result-card {
    padding: 16px !important;
  }
  
  /* Lead form mobile */
  .lead-form-section {
    padding: 40px 0 !important;
  }
  
  .lead-form-wrapper {
    padding: 16px !important;
  }
  
  .lead-form-card {
    padding: 20px !important;
    border-radius: 16px !important;
  }
  
  .lead-expand-btn {
    padding: 14px 24px !important;
    font-size: 1rem !important;
    max-width: 100% !important;
  }
  
  .lead-form input,
  .lead-form select {
    padding: 12px 14px !important;
    font-size: 16px !important; /* Prevent zoom on iOS */
  }
  
  .lead-form .form-split {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  
  .lead-consent {
    padding: 12px !important;
    gap: 10px !important;
  }
  
  .lead-consent input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
  }
  
  .lead-consent span {
    font-size: 0.85rem !important;
  }
  
  .lead-submit-btn {
    padding: 14px 24px !important;
    font-size: 1rem !important;
    max-width: 100% !important;
  }
  
  /* Appointment section mobile */
  .appointment-section {
    padding: 40px 0 !important;
  }
  
  .appointment-shell {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  .appointment-content {
    padding: 0 8px !important;
  }
  
  .appointment-form-card {
    padding: 20px !important;
    border-radius: 16px !important;
  }
  
  .appointment-form input,
  .appointment-form select,
  .appointment-form textarea {
    padding: 14px 16px !important;
    font-size: 16px !important; /* Prevent zoom on iOS */
  }
  
  .appointment-form .name-split {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  
  .appointment-submit-btn {
    padding: 14px 24px !important;
    font-size: 1rem !important;
    max-width: 100% !important;
  }
  
  /* Value/Features section mobile */
  .value-section {
    padding: 40px 0 !important;
  }
  
  .value-shell {
    padding: 20px !important;
  }
  
  .value-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .value-card {
    padding: 20px !important;
  }
  
  /* Game Lab section mobile */
  .game-lab-section {
    padding: 40px 0 !important;
  }
  
  .game-lab-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .game-lab-point {
    padding: 16px !important;
  }
  
  /* Trust/Disclaimer sections mobile */
  .trust-section,
  .disclaimer-section {
    padding: 40px 0 !important;
  }
  
  .trust-shell,
  .disclaimer-shell {
    padding: 0 8px !important;
  }
  
  .trust-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .trust-point {
    padding: 16px !important;
  }
  
  /* Footer mobile */
  .footer {
    padding: 30px 0 !important;
  }
  
  .footer-shell {
    flex-direction: column !important;
    gap: 16px !important;
    text-align: center !important;
    padding: 0 16px !important;
  }
  
  .footer-links {
    flex-direction: column !important;
    gap: 8px !important;
  }
  
  /* NEW SECTIONS: Before You Start mobile */
  .before-start-section {
    padding: 30px 0 !important;
  }
  
  .before-start-shell {
    padding: 20px 16px !important;
    border-radius: 18px !important;
  }
  
  .before-start-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .before-start-card {
    padding: 18px !important;
    border-radius: 14px !important;
  }
  
  .before-start-card h3 {
    font-size: 1rem !important;
  }
  
  .before-start-card p {
    font-size: 0.9rem !important;
  }
  
  /* NEW SECTIONS: Who This Fits mobile */
  .fit-qualifier-section {
    padding: 30px 0 !important;
  }
  
  .fit-qualifier-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .fit-card {
    padding: 20px !important;
    border-radius: 16px !important;
  }
  
  .fit-card h3 {
    font-size: 1.1rem !important;
    margin-bottom: 14px !important;
  }
  
  .fit-card li {
    font-size: 0.9rem !important;
    padding-left: 20px !important;
  }
  
  /* NEW SECTIONS: Pressure Points mobile */
  .pressure-section {
    padding: 30px 0 !important;
  }
  
  .pressure-shell {
    padding: 20px 16px !important;
    border-radius: 18px !important;
  }
  
  .pressure-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .pressure-card {
    padding: 18px !important;
    border-radius: 14px !important;
  }
  
  .pressure-card h3 {
    font-size: 1rem !important;
    margin-bottom: 12px !important;
  }
  
  .pressure-feeling p,
  .pressure-solution p {
    font-size: 0.9rem !important;
  }
  
  /* NEW SECTIONS: Reset and Review mobile */
  .reset-section {
    padding: 30px 0 !important;
  }
  
  .reset-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .reset-card {
    padding: 20px !important;
    border-radius: 16px !important;
  }
  
  .reset-card h3 {
    font-size: 1.1rem !important;
  }
  
  .reset-card ol,
  .reset-card ul {
    padding-left: 18px !important;
    gap: 8px !important;
  }
  
  .reset-card li {
    font-size: 0.9rem !important;
  }
  
  .reset-intro {
    font-size: 0.9rem !important;
  }
  
  .reset-insight {
    padding: 18px !important;
    border-radius: 14px !important;
  }
  
  .reset-insight p {
    font-size: 0.95rem !important;
  }
}

/* ===== TABLET BREAKPOINT (415px - 768px) ===== */
@media (min-width: 415px) and (max-width: 768px) {
  .container {
    width: calc(100% - 48px) !important;
    padding: 0 24px !important;
  }
  
  .hero {
    padding: 80px 0 60px 0 !important;
  }
  
  .topbar {
    flex-direction: column !important;
    gap: 20px !important;
    padding: 20px 0 !important;
  }
  
  .topbar-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px 20px !important;
  }
  
  .section-title {
    font-size: 2.2rem !important;
  }
  
  .hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
  }
  
  .hero-cta,
  .hero-pdf-btn,
  .secondary-cta {
    margin: 0 !important;
  }
  
  /* Guide section tablet */
  .guide-cta-shell {
    flex-direction: column !important;
    padding: 24px !important;
    text-align: center !important;
  }
  
  .guide-cta-copy p {
    max-width: 100% !important;
  }
  
  .guide-download-btn {
    width: 100% !important;
    max-width: 400px !important;
  }
  
  /* Calculator tablet */
  .tool-shell {
    grid-template-columns: 1fr !important;
  }
  
  /* Steps tablet */
  .steps-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  /* Value grid tablet */
  .value-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  /* Game lab tablet */
  .game-lab-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  /* Trust grid tablet */
  .trust-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  /* Appointment tablet */
  .appointment-shell {
    grid-template-columns: 1fr !important;
  }
  
  /* NEW SECTIONS: Tablet breakpoint - 2 columns */
  .before-start-grid,
  .fit-qualifier-grid,
  .pressure-grid,
  .reset-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ===== SMALL PHONE BREAKPOINT (up to 360px) ===== */
@media (max-width: 360px) {
  .container {
    width: calc(100% - 24px) !important;
    padding: 0 12px !important;
  }
  
  .section-title {
    font-size: 1.6rem !important;
  }
  
  .brand-name {
    font-size: 1.2rem !important;
  }
  
  .btn-text {
    font-size: 0.8rem !important;
  }
  
  .download-btn-logo,
  .btn-logo {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
  }
  
  .hero-cta,
  .hero-pdf-btn,
  .secondary-cta {
    padding: 12px 20px !important;
    font-size: 0.85rem !important;
  }
  
  .lead-expand-btn,
  .lead-submit-btn,
  .appointment-submit-btn {
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
  }
  
  /* NEW SECTIONS: Small phone optimizations */
  .before-start-section,
  .fit-qualifier-section,
  .pressure-section,
  .reset-section {
    padding: 24px 0 !important;
  }
  
  .calculator-section {
    padding: 20px 0 30px 0 !important;
  }
  
  .calculator-shell {
    padding: 16px 12px !important;
  }
  
  .calculator-title h3 {
    font-size: 1.3rem !important;
    line-height: 1.45 !important;
  }
  
  .calculator-title p {
    font-size: 0.9rem !important;
    line-height: 1.7 !important;
  }
  
  .before-start-shell,
  .pressure-shell {
    padding: 16px 12px !important;
    border-radius: 14px !important;
  }
  
  .before-start-card,
  .fit-card,
  .pressure-card,
  .reset-card {
    padding: 14px !important;
    border-radius: 12px !important;
  }
  
  .before-start-card h3,
  .pressure-card h3,
  .reset-card h3 {
    font-size: 0.95rem !important;
  }
  
  .fit-card h3 {
    font-size: 1rem !important;
  }
  
  .before-start-card p,
  .fit-card li,
  .pressure-feeling p,
  .pressure-solution p,
  .reset-card li,
  .reset-intro {
    font-size: 0.85rem !important;
  }
  
  .reset-insight {
    padding: 14px !important;
    border-radius: 12px !important;
  }
  
  .reset-insight p {
    font-size: 0.9rem !important;
  }
}

/* ===== TOUCH TARGET OPTIMIZATIONS ===== */
@media (hover: none) and (pointer: coarse) {
  /* Ensure minimum 44px touch targets */
  .topbar-links a,
  .hero-cta,
  .hero-pdf-btn,
  .secondary-cta,
  .guide-download-btn,
  .step-cta,
  .lead-expand-btn,
  .lead-submit-btn,
  .appointment-submit-btn,
  .tool-button {
    min-height: 44px !important;
  }
  
  /* Remove hover effects on touch devices */
  .hero-cta:hover,
  .hero-pdf-btn:hover,
  .guide-download-btn:hover {
    transform: none !important;
  }
  
  /* Add active states for touch feedback */
  .hero-cta:active,
  .hero-pdf-btn:active,
  .guide-download-btn:active {
    transform: scale(0.98) !important;
    opacity: 0.9 !important;
  }
}

/* ===== PREVENT HORIZONTAL OVERFLOW ===== */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

img, video, iframe {
  max-width: 100% !important;
  height: auto !important;
}

/* ===== SAFE AREA INSETS FOR MODERN MOBILES ===== */
@supports (padding: max(0px)) {
  .container {
    padding-left: max(16px, env(safe-area-inset-left)) !important;
    padding-right: max(16px, env(safe-area-inset-right)) !important;
  }
}

/* ===== NEW SECTIONS: PDF-ALIGNED STRATEGY CONTENT ===== */

/* Before You Start Section */
.before-start-section {
  padding: 40px 0;
}

.before-start-shell {
  padding: 32px;
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.94), rgba(245, 236, 223, 0.88));
  border: 1px solid rgba(110, 89, 57, 0.12);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(18, 31, 51, 0.06);
}

.before-start-header {
  text-align: center;
  margin-bottom: 32px;
}

.before-start-header .section-intro {
  max-width: 70ch;
  margin: 16px auto 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.before-start-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(110, 89, 57, 0.1);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(18, 31, 51, 0.04);
}

.before-start-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #173453;
}

.before-start-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #5a524a;
  line-height: 1.55;
}

/* Who This Fits Qualifier Section */
.fit-qualifier-section {
  padding: 40px 0;
}

.fit-qualifier-shell {
  max-width: 900px;
  margin: 0 auto;
}

.fit-qualifier-header {
  text-align: center;
  margin-bottom: 32px;
}

.fit-qualifier-header .section-intro {
  max-width: 58ch;
  margin: 16px auto 0;
  color: var(--muted);
}

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

.fit-card {
  padding: 28px;
  border-radius: 20px;
  border: 1px solid rgba(110, 89, 57, 0.12);
}

.fit-card.fits-well {
  background: linear-gradient(180deg, rgba(232, 244, 232, 0.92), rgba(220, 235, 220, 0.86));
}

.fit-card.slow-down {
  background: linear-gradient(180deg, rgba(255, 248, 240, 0.92), rgba(252, 242, 230, 0.86));
}

.fit-card h3 {
  margin: 0 0 18px;
  font-size: 1.25rem;
  color: #173453;
}

.fit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.fit-card li {
  position: relative;
  padding-left: 24px;
  font-size: 0.96rem;
  color: #4a4238;
  line-height: 1.5;
}

.fit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.fit-card.fits-well li::before {
  background: #5a8a5a;
}

.fit-card.slow-down li::before {
  background: #c89a54;
}

/* Real-Life Pressure Points Section */
.pressure-section {
  padding: 40px 0;
}

.pressure-shell {
  padding: 32px;
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.94), rgba(245, 236, 223, 0.88));
  border: 1px solid rgba(110, 89, 57, 0.12);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(18, 31, 51, 0.06);
}

.pressure-header {
  text-align: center;
  margin-bottom: 32px;
}

.pressure-header .section-intro {
  max-width: 70ch;
  margin: 16px auto 0;
  color: var(--muted);
}

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

.pressure-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(110, 89, 57, 0.1);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(18, 31, 51, 0.04);
}

.pressure-card h3 {
  margin: 0 0 16px;
  font-size: 1.1rem;
  color: #173453;
}

.pressure-feeling,
.pressure-solution {
  margin-bottom: 14px;
}

.pressure-feeling strong,
.pressure-solution strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin-bottom: 6px;
}

.pressure-feeling p {
  margin: 0;
  font-size: 0.95rem;
  color: #8a6a4a;
  font-style: italic;
  line-height: 1.5;
}

.pressure-solution p {
  margin: 0;
  font-size: 0.95rem;
  color: #4a4238;
  line-height: 1.55;
}

/* Reset and Review Section */
.reset-section {
  padding: 40px 0;
}

.reset-shell {
  max-width: 900px;
  margin: 0 auto;
}

.reset-header {
  text-align: center;
  margin-bottom: 32px;
}

.reset-header .section-intro {
  max-width: 70ch;
  margin: 16px auto 0;
  color: var(--muted);
}

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

.reset-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(110, 89, 57, 0.1);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(18, 31, 51, 0.05);
}

.reset-card h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  color: #173453;
}

.reset-intro {
  margin: 0 0 18px;
  font-size: 0.95rem;
  color: #6a6258;
  font-style: italic;
}

.reset-card ol,
.reset-card ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.reset-card li {
  font-size: 0.95rem;
  color: #4a4238;
  line-height: 1.55;
}

.reset-insight {
  padding: 24px 28px;
  background: linear-gradient(145deg, rgba(200, 154, 84, 0.12), rgba(255, 248, 240, 0.9));
  border: 1px solid rgba(200, 154, 84, 0.18);
  border-radius: 18px;
  text-align: center;
}

.reset-insight p {
  margin: 0;
  font-size: 1rem;
  color: #4a4238;
  line-height: 1.65;
}

.reset-insight strong {
  color: #7a5a2d;
}

/* Responsive adjustments for new sections */
@media (max-width: 768px) {
  .before-start-grid,
  .fit-qualifier-grid,
  .pressure-grid,
  .reset-grid {
    grid-template-columns: 1fr;
  }
  
  .before-start-shell,
  .pressure-shell {
    padding: 24px;
  }
  
  .fit-card,
  .pressure-card,
  .reset-card {
    padding: 20px;
  }
  
  .reset-insight {
    padding: 20px;
  }
}

/* ===== MOBILE OVERFLOW FIXES - iPhone Size Screens ===== */
@media (max-width: 414px) {
  /* Force all sections to respect viewport width */
  section {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
  
  /* Reset all fixed widths and min-widths */
  .guide-download-btn,
  .hero-cta,
  .hero-pdf-btn,
  .secondary-cta,
  .lead-expand-btn,
  .lead-submit-btn,
  .appointment-submit-btn,
  .tool-button {
    min-width: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Remove max-width constraints on hero CTAs */
  .hero-cta,
  .hero-pdf-btn,
  .secondary-cta {
    max-width: 100% !important;
  }
  
  /* Allow buttons to wrap text */
  .guide-download-btn .btn-text,
  .hero-cta,
  .hero-pdf-btn,
  .btn-text {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  
  /* Reduce section padding further */
  .guide-cta-section,
  .steps-section,
  .lead-form-section,
  .calculator-section,
  .calculator-intro,
  .appointment-section,
  .value-section,
  .game-lab-section,
  .trust-section,
  .disclaimer-section,
  .before-start-section,
  .fit-qualifier-section,
  .pressure-section,
  .reset-section {
    padding: 20px 0 !important;
  }
  
  /* Reduce card/shell padding */
  .guide-cta-shell,
  .calculator-shell,
  .lead-shell,
  .appointment-shell,
  .value-shell,
  .before-start-shell,
  .pressure-shell,
  .fit-qualifier-shell,
  .reset-shell,
  .trust-shell,
  .disclaimer-shell {
    padding: 16px 12px !important;
  }
  
  /* Make all grids single column */
  .steps-grid,
  .value-grid,
  .game-lab-grid,
  .trust-grid,
  .results-grid,
  .before-start-grid,
  .fit-qualifier-grid,
  .pressure-grid,
  .reset-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  
  /* Reduce card padding */
  .step-card,
  .value-card,
  .game-lab-point,
  .trust-point,
  .before-start-card,
  .fit-card,
  .pressure-card,
  .reset-card,
  .result-card {
    padding: 14px !important;
  }
  
  /* Force headings to wrap */
  .section-title,
  .hero-copy h1,
  .calculator-title h3,
  .lead-copy .section-title,
  .guide-cta-copy .section-title,
  .fit-qualifier-header .section-title,
  .pressure-header .section-title,
  .reset-header .section-title {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
    max-width: 100% !important;
  }
  
  /* Fix tool layout */
  .tool-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  
  .tool-sidebar {
    position: static !important;
    width: 100% !important;
    order: 2 !important;
  }
  
  .tool-results {
    order: 1 !important;
    width: 100% !important;
  }
  
  /* Fix form splits */
  .form-split,
  .name-split,
  .lead-form .form-split,
  .appointment-form .name-split {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  
  /* Fix form cards */
  .lead-form-card,
  .appointment-form-card {
    padding: 16px !important;
  }
  
  /* Fix hero content */
  .hero-content,
  .calculator-content {
    width: 100% !important;
    padding: 0 4px !important;
  }
  
  .hero-copy,
  .calculator-copy {
    max-width: 100% !important;
  }
  
  /* Fix profile card */
  .profile-card {
    padding: 16px !important;
  }
  
  .profile-signals {
    width: 100% !important;
  }
  
  /* Fix confidence pills */
  .form-confidence-strip,
  .form-confidence-pill {
    flex-wrap: wrap !important;
    max-width: 100% !important;
  }
  
  /* Fix footer */
  .footer-shell {
    padding: 0 12px !important;
  }
  
  /* ===== MOBILE LEAD FORM CONTRAST FIX ===== */
  /* Simplified solid background for better text visibility */
  .lead-form-content {
    background: linear-gradient(180deg, rgba(15, 31, 52, 0.98), rgba(23, 52, 83, 0.96)) !important;
  }
  
  /* Field labels - light text on dark background */
  .lead-form-content .field-label,
  .lead-form-content .lead-form .field-label {
    color: #fff9f1 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #fff9f1 !important;
    font-weight: 700 !important;
  }
  
  /* Inputs - white background with dark text */
  .lead-form-content .lead-form input,
  .lead-form-content .lead-form select {
    color: #1c2534 !important;
    background: #ffffff !important;
  }
  
  /* Placeholder text */
  .lead-form-content .lead-form input::placeholder {
    color: #6b5b4f !important;
    opacity: 0.8 !important;
  }
  
  /* Inner boxes - solid white backgrounds with dark text */
  .lead-form-content .lead-consent {
    background: #ffffff !important;
    border: 1px solid rgba(200, 154, 84, 0.3) !important;
  }
  .lead-form-content .lead-consent span {
    color: #1c2534 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #1c2534 !important;
  }
  
  .lead-form-content .form-expectation {
    background: #ffffff !important;
    border: 1px solid rgba(200, 154, 84, 0.3) !important;
    color: #1c2534 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #1c2534 !important;
  }
  
  .lead-form-content .form-confidence-pill {
    background: #ffffff !important;
    border: 1px solid rgba(200, 154, 84, 0.3) !important;
    color: #1c2534 !important;
    opacity: 1 !important;
  }
  
  .lead-form-content .form-trust-step {
    background: #ffffff !important;
    border: 1px solid rgba(200, 154, 84, 0.25) !important;
  }
  .lead-form-content .form-trust-step strong {
    color: #1c2534 !important;
  }
  .lead-form-content .form-trust-step p {
    color: #4a5568 !important;
  }
  
  /* Other text elements */
  .lead-form-content .privacy-note,
  .lead-form-content .lead-intro,
  .lead-form-content .consent-intro {
    color: #fff9f1 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #fff9f1 !important;
  }
  
  .lead-form-content .field-feedback {
    color: #fff9f1 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #fff9f1 !important;
  }
  
  /* Ensure expanded state is fully visible */
  .lead-form-content:not([hidden]) {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  /* ===== MOBILE TOOLTIP FIX ===== */
  .info-tip::after {
    width: auto !important;
    min-width: 180px !important;
    max-width: min(280px, calc(100vw - 32px)) !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  
  .info-tip {
    position: relative !important;
  }
}

/* Extra small phones - 360px and below */
@media (max-width: 360px) {
  .container {
    width: calc(100% - 16px) !important;
    padding: 0 8px !important;
  }
  
  .section-title {
    font-size: 1.4rem !important;
  }
  
  .guide-cta-shell,
  .calculator-shell,
  .lead-shell,
  .appointment-shell,
  .before-start-shell,
  .pressure-shell {
    padding: 12px 10px !important;
  }
  
  .step-card,
  .value-card,
  .game-lab-point,
  .trust-point,
  .before-start-card,
  .fit-card,
  .pressure-card,
  .reset-card {
    padding: 12px !important;
  }
}

/* ===== DESKTOP-ONLY LEAD FORM CONTRAST FIX ===== */
@media (min-width: 769px) {
  /* Ensure intro text is fully visible on desktop */
  .lead-form-content .lead-intro,
  .lead-form-content > p.lead-intro {
    color: #fff9f1 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #fff9f1 !important;
    font-weight: 500 !important;
  }
  
  /* Ensure form expectation text is visible */
  .lead-form-content .form-expectation {
    background: #ffffff !important;
    color: #1c2534 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #1c2534 !important;
    border: 1px solid rgba(200, 154, 84, 0.4) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  }
  
  /* Ensure confidence pills are clearly visible */
  .lead-form-content .form-confidence-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 14px 0 !important;
  }
  
  .lead-form-content .form-confidence-pill {
    background: #ffffff !important;
    color: #1c2534 !important;
    border: 1px solid rgba(200, 154, 84, 0.4) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #1c2534 !important;
    font-weight: 700 !important;
    padding: 8px 14px !important;
  }
  
  /* Ensure privacy note is visible */
  .lead-form-content .privacy-note {
    color: rgba(255, 249, 241, 0.9) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: rgba(255, 249, 241, 0.9) !important;
  }
}

