:root {
  --bg: #f5f4ef;
  --bg-soft: #ece9df;
  --surface: rgba(255, 255, 252, 0.82);
  --surface-strong: #fbfaf6;
  --ink: #161816;
  --muted: #5c655d;
  --line: rgba(22, 24, 22, 0.1);
  --accent: #9a5c34;
  --accent-soft: #c78761;
  --pine: #22372b;
  --pine-button: #2f4738;
  --pine-button-hover: #24372b;
  --button-text: #f7f4ed;
  --shadow: 0 14px 40px rgba(22, 24, 22, 0.08);
  --radius: 22px;
  --max-width: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 210px;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(199, 135, 97, 0.1), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(34, 55, 43, 0.08), transparent 22%),
    linear-gradient(180deg, #f7f6f1 0%, var(--bg) 100%);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(22, 24, 22, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 24, 22, 0.018) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent 85%);
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding-bottom: 64px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(251, 250, 246, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(14px);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.brand,
.site-nav a,
.button {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
}

.brand img {
  display: block;
  height: 143px;
  width: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.menu-toggle {
  display: none;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(22, 24, 22, 0.18);
  border-radius: 999px;
  background: var(--pine-button);
  color: var(--button-text);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.site-nav a {
  color: var(--button-text);
  font-size: 0.86rem;
  font-weight: 500;
  padding: 10px 14px;
  border: 1px solid rgba(22, 24, 22, 0.18);
  border-radius: 999px;
  background: var(--pine-button);
  box-shadow: 0 6px 16px rgba(22, 24, 22, 0.08);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 252, 0.7);
}

.language-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 7px 10px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.language-button.is-active {
  background: var(--pine);
  color: #f8f5ee;
}

.hero,
.form-hero,
.section,
.insight-band {
  margin-top: 24px;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  padding: 40px 0 20px;
}

.form-hero {
  padding: 36px 0 8px;
}

.hero-copy,
.form-hero-copy,
.hero-panel,
.panel,
.offer-card,
.timeline-step,
.founder-panel,
.cta-card,
.insight-band {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 36px;
}

.form-hero-copy {
  padding: 32px 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.eyebrow,
.card-label,
.timeline-step span,
.mini-card span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--accent);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

h1 {
  margin-top: 12px;
  font-size: clamp(2.7rem, 7vw, 4.9rem);
  max-width: 11ch;
  line-height: 0.98;
}

h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.9rem);
  max-width: 15ch;
  line-height: 1.02;
}

h3 {
  font-size: 1.28rem;
  line-height: 1.15;
}

p,
li {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.hero-text {
  max-width: 58ch;
  margin: 18px 0 0;
  font-size: 1.02rem;
}

.hero-tagline {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 1.68rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--pine-button);
  color: var(--button-text);
}

.button-secondary {
  border: 1px solid rgba(22, 24, 22, 0.18);
  background: var(--pine-button);
  color: var(--button-text);
}

.hero-panel {
  padding: 18px;
}

.hero-card {
  padding: 20px;
  border-radius: 18px;
}

.hero-card-accent {
  background: linear-gradient(135deg, rgba(47, 75, 59, 0.98), rgba(23, 33, 27, 0.92));
}

.hero-card-accent p {
  color: rgba(248, 245, 238, 0.84);
}

.hero-card-accent .card-label {
  color: var(--accent-soft);
}

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

.mini-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 252, 245, 0.84);
}

.mini-card h2 {
  margin-top: 8px;
  font-size: 1.05rem;
  max-width: none;
}

.mini-card p {
  margin-bottom: 0;
}

.insight-band {
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(183, 104, 59, 0.94), rgba(145, 72, 37, 0.96));
}

.insight-band p {
  margin: 0;
  color: #fff9f3;
  font-size: 1.05rem;
  line-height: 1.6;
}

.section {
  padding: 24px 0 0;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.two-column,
.audience-grid,
.offer-grid,
.cta-section {
  display: grid;
  gap: 16px;
}

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

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

.panel,
.offer-card,
.founder-panel,
.cta-card {
  padding: 24px;
}

.offer-card {
  display: flex;
  flex-direction: column;
}

.offer-card-muted {
  background: rgba(239, 237, 230, 0.78);
  border-color: rgba(22, 24, 22, 0.08);
}

.offer-card-muted h3,
.offer-card-muted p {
  color: rgba(92, 101, 93, 0.78);
}

.offer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 18px;
  min-height: 44px;
  padding: 0 18px;
  color: var(--button-text);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(22, 24, 22, 0.18);
  border-radius: 999px;
  background: var(--pine-button);
  box-shadow: 0 12px 24px rgba(22, 24, 22, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    filter 180ms ease;
  animation: offer-link-pulse 2.1s ease-in-out infinite;
}

.offer-link::after {
  content: "->";
  margin-left: 8px;
  font-size: 0.9em;
  transition: transform 180ms ease;
}

.offer-link-disabled {
  color: #5b5148;
  background: linear-gradient(135deg, #ded7ca, #d1cabd);
  border-color: rgba(91, 81, 72, 0.12);
  box-shadow: none;
  animation: none;
  cursor: default;
}

.offer-link-disabled::after {
  content: "";
  margin-left: 0;
}

.offer-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(22, 24, 22, 0.24);
  background: var(--pine-button-hover);
  filter: saturate(1.05);
}

.offer-link:hover::after {
  transform: translateX(2px);
}

@keyframes offer-link-pulse {
  0%,
  100% {
    box-shadow: 0 12px 24px rgba(22, 24, 22, 0.18);
  }

  50% {
    box-shadow: 0 18px 38px rgba(22, 24, 22, 0.24);
  }
}

ul {
  padding-left: 18px;
  margin: 14px 0 0;
}

.section-contrast {
  padding: 28px;
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(180deg, rgba(227, 222, 209, 0.7), rgba(250, 246, 238, 0.34));
  border: 1px solid rgba(23, 33, 27, 0.08);
}

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

.timeline-step {
  padding: 20px;
}

.timeline-step h3 {
  margin-top: 10px;
  font-size: 1.08rem;
  max-width: none;
}

.founder-section {
  padding-top: 28px;
}

.founder-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  background:
    linear-gradient(135deg, rgba(47, 75, 59, 0.95), rgba(23, 33, 27, 0.92)),
    var(--surface);
}

.founder-intro {
  grid-column: 1 / -1;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(248, 245, 238, 0.14);
}

.founder-panel p {
  margin: 0;
  color: rgba(248, 245, 238, 0.86);
  font-size: 1rem;
  line-height: 1.65;
}

.founder-name,
.contact-name {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.founder-role,
.contact-role {
  margin-top: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(248, 245, 238, 0.7);
}

.cta-section {
  align-items: stretch;
  padding-bottom: 8px;
}

.cta-copy {
  padding: 12px 0 0;
}

.cta-copy p:last-child {
  max-width: 58ch;
}

.cta-card p {
  margin: 0 0 10px;
}

.cta-card a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(22, 24, 22, 0.18);
}

.response-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.response-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
}

.response-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
}

.field-hint {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 153, 51, 0.14);
  border: 1px solid rgba(255, 153, 51, 0.24);
  color: #7a481d;
}

.response-form input,
.response-form select,
.response-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 252, 0.92);
  color: var(--ink);
  font: inherit;
}

.checkbox-list {
  display: grid;
  gap: 10px;
}

.multi-select {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 252, 0.92);
  overflow: hidden;
}

.multi-select-summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
}

.multi-select-summary::-webkit-details-marker {
  display: none;
}

.multi-select-summary::after {
  content: "+";
  float: right;
  color: var(--muted);
  font-weight: 700;
}

.multi-select[open] .multi-select-summary::after {
  content: "-";
}

.multi-select .checkbox-list {
  padding: 0 12px 12px;
}

.checkbox-list label.checkbox-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 252, 0.92);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
}

.checkbox-list label.checkbox-item input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 16px;
}

.checkbox-list label.checkbox-item span {
  display: inline;
  flex: 1 1 auto;
  text-align: left;
  white-space: nowrap;
}

.phone-field {
  display: grid;
  grid-template-columns: 44px 116px 1fr;
  gap: 8px;
  align-items: stretch;
}

.phone-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 252, 0.96), rgba(247, 244, 237, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  overflow: hidden;
}

.phone-flag img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 24px;
  object-fit: contain;
  border-radius: 4px;
}

.response-form input::placeholder,
.response-form textarea::placeholder {
  color: rgba(92, 101, 93, 0.7);
}

.response-form textarea {
  resize: vertical;
}

.response-form-full {
  grid-column: 1 / -1;
}

.response-form-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-status.is-success {
  color: #1f6a42;
}

.form-status.is-error {
  color: #a13d2d;
}

.chatbot-shell {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
}

.chatbot-shell.is-open {
  display: block;
}

.chatbot-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 24, 22, 0.22);
  backdrop-filter: blur(6px);
}

.chatbot-panel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(420px, calc(100% - 24px));
  max-height: min(78vh, 720px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(251, 250, 246, 0.96);
  box-shadow: 0 24px 50px rgba(22, 24, 22, 0.18);
}

.chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.chatbot-close {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 252, 0.9);
  color: var(--ink);
  font: inherit;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.chatbot-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding-right: 4px;
}

.chatbot-message {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 16px;
}

.chatbot-message p {
  margin: 0;
  font-size: 0.94rem;
}

.chatbot-message-bot {
  background: rgba(255, 153, 51, 0.12);
  border: 1px solid rgba(255, 153, 51, 0.2);
}

.chatbot-message-user {
  align-self: flex-end;
  background: rgba(34, 55, 43, 0.92);
}

.chatbot-message-user p {
  color: #f8f5ee;
}

.chatbot-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chatbot-chip {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(22, 24, 22, 0.18);
  border-radius: 999px;
  background: var(--pine-button);
  color: var(--button-text);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.menu-toggle:hover,
.site-nav a:hover,
.button-primary:hover,
.button-secondary:hover,
.chatbot-chip:hover {
  background: var(--pine-button-hover);
  border-color: rgba(22, 24, 22, 0.24);
  box-shadow: 0 10px 22px rgba(22, 24, 22, 0.14);
  filter: saturate(1.04);
}

.menu-toggle:active,
.site-nav a:active,
.button:active,
.chatbot-chip:active,
.offer-link:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(22, 24, 22, 0.12);
  filter: saturate(0.98);
}

.menu-toggle:focus-visible,
.site-nav a:focus-visible,
.button:focus-visible,
.language-button:focus-visible,
.chatbot-chip:focus-visible,
.offer-link:focus-visible {
  outline: 3px solid rgba(255, 153, 51, 0.45);
  outline-offset: 3px;
}

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

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

@media (max-width: 1024px) {
  [id] {
    scroll-margin-top: 150px;
  }

  .site-header {
    position: static;
    border-radius: 28px;
    padding: 16px 18px;
  }

  .brand img {
    height: 120px;
  }

  .header-controls {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }

  .hero,
  .form-hero,
  .two-column,
  .cta-section,
  .founder-panel,
  .timeline,
  .audience-grid,
  .offer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    align-items: start;
  }
}

@media (max-width: 720px) {
  [id] {
    scroll-margin-top: 120px;
  }

  .founder-section {
    scroll-margin-top: 150px;
  }

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

  .site-header {
    position: sticky;
    top: 12px;
    z-index: 12;
    flex-direction: column;
    justify-content: flex-start;
    position: sticky;
    border-radius: 20px;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(251, 250, 246, 0.9);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 34px rgba(22, 24, 22, 0.12);
    align-items: center;
  }

  .brand {
    width: 100%;
    justify-content: center;
    padding-left: 88px;
    padding-right: 88px;
  }

  .brand img {
    height: 104px;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: min(180px, calc(100vw - 40px));
    padding-bottom: 2px;
  }

  .header-controls {
    width: min(92px, calc(100vw - 52px));
    min-width: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 38px;
    min-width: 38px;
    padding: 0;
    font-size: 0;
    background: var(--pine-button);
    border-color: rgba(22, 24, 22, 0.18);
    box-shadow: 0 6px 16px rgba(22, 24, 22, 0.12);
  }

  .menu-toggle::before {
    content: "\2630";
    margin-right: 0;
    font-size: 1rem;
    line-height: 1;
  }

  .header-controls.menu-open .site-nav {
    display: flex;
    align-self: flex-start;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(22, 24, 22, 0.18);
    border-radius: 999px;
    background: var(--pine-button);
    box-shadow: 0 6px 16px rgba(22, 24, 22, 0.08);
    font-size: 0.92rem;
    text-align: left;
    width: 100%;
  }

  .language-switch {
    order: 1;
    align-self: flex-end;
    padding: 3px;
  }

  .language-button {
    padding: 6px 8px;
    font-size: 0.76rem;
  }

  .menu-toggle {
    order: 2;
  }

  .site-nav {
    order: 3;
  }

  .hero,
  .hero-grid,
  .two-column,
  .cta-section,
  .founder-panel,
  .timeline,
  .audience-grid,
  .offer-grid,
  .response-form {
    grid-template-columns: 1fr;
  }

  .phone-field {
    grid-template-columns: 116px 1fr;
  }

  .phone-flag {
    display: none;
  }

  .hero {
    padding-top: 18px;
  }

  .form-hero {
    padding-top: 12px;
  }

  .hero-copy {
    padding: 22px;
  }

  .hero-copy,
  .form-hero-copy,
  .hero-panel,
  .panel,
  .offer-card,
  .timeline-step,
  .founder-panel,
  .cta-card,
  .insight-band {
    padding: 18px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.02;
  }

  h2 {
    max-width: none;
  }

  .hero-text,
  .hero-tagline,
  .cta-copy p:last-child {
    max-width: none;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .response-form-actions {
    align-items: stretch;
  }

  .phone-field {
    grid-template-columns: 1fr;
  }

  .insight-band p {
    font-size: 0.98rem;
  }

  .chatbot-panel {
    right: 10px;
    left: 10px;
    bottom: 10px;
    width: auto;
    max-height: 72vh;
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .page-shell {
    width: min(calc(100% - 16px), var(--max-width));
  }

  .brand img {
    height: 96px;
  }

  .site-nav {
    gap: 6px;
  }

  .hero-copy,
  .form-hero-copy,
  .hero-panel,
  .panel,
  .offer-card,
  .timeline-step,
  .founder-panel,
  .cta-card,
  .insight-band {
    padding: 16px;
  }

  .language-button {
    padding: 8px 10px;
  }
}
