:root {
  --bg: #fbfbf8;
  --panel: #ffffff;
  --line: rgba(17, 24, 39, 0.08);
  --text: #111111;
  --muted: #5f6368;
  --soft: #7d8288;
  --accent: #111111;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.04);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  color: var(--text);
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .site-header {
  display: none;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: transparent;
}

.page-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 72px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: none;
}

.header-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px 0 18px;
}

.header-shell .brand {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
}

.brand,
.brand:link,
.brand:visited,
.brand:hover,
.brand:active,
.brand:focus {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text) !important;
  text-decoration: none !important;
}

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

.mobile-menu-overlay {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #111111;
}

.mobile-menu-head,
.menu-close {
  display: none;
}

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

.card a,
.card a:link,
.card a:visited,
.card a:hover,
.card a:active,
.card a:focus,
.statement-copy a,
.statement-copy a:link,
.statement-copy a:visited,
.statement-copy a:hover,
.statement-copy a:active,
.statement-copy a:focus,
.footprint-card a,
.footprint-card a:link,
.footprint-card a:visited,
.footprint-card a:hover,
.footprint-card a:active,
.footprint-card a:focus,
.footprint-section .plain-link,
.plain-link:link,
.plain-link:visited,
.plain-link:hover,
.plain-link:active,
.plain-link:focus {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  text-decoration: underline !important;
  text-underline-offset: 0.12em;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

a.brand,
a.brand:link,
a.brand:visited,
a.brand:hover,
a.brand:active,
a.brand:focus {
  color: var(--text) !important;
  text-decoration: none !important;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.section {
  padding: 72px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.05);
  scroll-margin-top: 60px;
}

.hero {
  border-top: none;
  padding-top: 72px;
  padding-bottom: 72px;
}

.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: var(--soft);
  margin: 0 0 16px;
  font-weight: 600;
}

.hero h1,
.section h2 {
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.hero h1 {
  font-size: clamp(3.6rem, 8vw, 6.9rem);
  max-width: 980px;
}

.hero-copy,
.statement-copy p,
.card p,
.industry-list p,
.outcome-grid span,
.process-steps p,
.closing p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.founders-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 32px;
  align-items: start;
}

.founder-image-block {
  display: flex;
  justify-content: center;
  align-self: start;
  flex-shrink: 0;
}

.founder-card {
  overflow: hidden;
}

.founder-card-inline {
  min-height: 100%;
  min-width: 0;
}

.founder-photo {
  display: block;
  background: #f2f2ee;
  flex-shrink: 0;
}

.founder-photo-large {
  width: min(22vw, 210px);
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.section-heading + .statement-copy,
.section-heading + .narrow-copy,
.section-heading + .accordion-list,
.section-heading + .pressure-figure {
  margin-top: 20px;
}

.hero-copy {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: 1.18rem;
}

.hero-copy-secondary {
  margin-top: 16px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-confidential-wrap {
  margin-top: 34px;
}

.confidential-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.02);
}

.confidential-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #111111;
}

.confidential-note {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7d8288;
}

.closing-actions-centered {
  justify-content: center;
  width: 100%;
}

.pricing-cta-footer {
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

.pricing-cta-footer .button {
  display: inline-flex;
  margin: 0 auto;
}

.closing-actions-centered .button {
  margin: 0 auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.98rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.12);
}

.button-secondary {
  background: rgba(17, 17, 17, 0.04);
  color: var(--text);
}

.statement-grid,
.section-heading,
.section-heading.narrow {
  display: grid;
  gap: 28px;
}

.section-heading-centered {
  text-align: center;
  justify-items: center;
}

.section-heading-centered p,
.section-heading-centered h2 {
  margin-left: auto;
  margin-right: auto;
}

.statement-grid {
  grid-template-columns: 1.2fr 1fr;
  align-items: start;
}

.section h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  max-width: 760px;
}

.statement-copy p:first-child {
  margin-top: 0;
}

.statement-emphasis {
  color: var(--text);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.section-proof {
  padding-top: 28px;
  padding-bottom: 28px;
}

.section-image-proof,
.section-image-grid {
  padding-top: 18px;
  padding-bottom: 18px;
}

.section-image-grid-inline {
  padding-top: 0;
  padding-bottom: 32px;
}

.section-image-grid-inline .hospitality-image-grid {
  margin-top: 32px;
}

.section-image-grid-inline + .business-model-grid {
  margin-top: 0;
}

.hospitality-proof-figure,
.hospitality-grid-figure {
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.08);
  background: #f6f4ef;
}

.hospitality-proof-figure img,
.hospitality-grid-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hospitality-proof-figure figcaption {
  display: none;
}

.hospitality-image-grid {
  display: grid;
  gap: 18px;
}

.hospitality-image-stack {
  display: grid;
  gap: 18px;
  align-content: start;
}

.hospitality-image-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.hospitality-image-grid-gallery {
  align-items: start;
}

.hospitality-image-grid-three {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.hospitality-grid-figure {
  min-height: 320px;
}

.hospitality-grid-figure-large {
  min-height: 420px;
}

.hospitality-grid-figure-product {
  min-height: auto;
  height: fit-content;
  align-self: start;
}

.hospitality-grid-figure-product img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center top !important;
}

.agl-proof-band {
  margin: 0;
}

.agl-proof-band__panel {
  padding: 40px 28px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 30px;
  background: linear-gradient(180deg, #fffdf8 0%, #f5efe1 100%);
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.08);
  text-align: center;
}

.agl-proof-band__label {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.agl-proof-band__value {
  font-size: clamp(4.25rem, 12vw, 7rem);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: var(--text);
}

.agl-proof-band__copy {
  margin: 16px auto 0;
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
}

.card-grid,
.outcome-grid,
.process-steps,
.industry-list {
  display: grid;
  gap: 18px;
}

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

.offer-grid {
  align-items: stretch;
}

.offer-card {
  position: relative;
}

.offer-card-featured {
  border-color: rgba(17, 24, 39, 0.14);
}

.offer-step {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--soft);
}

.offer-gated-note {
  margin: 18px 0 0;
  max-width: 34rem;
  color: var(--soft);
  font-size: 0.95rem;
  line-height: 1.6;
}

.offer-gated-note-outside {
  margin: 18px auto 0;
  max-width: 760px;
}

.offer-pricing-note,
.offer-waitlist-note {
  max-width: 34rem;
  color: var(--soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

.offer-pricing-note {
  margin: 16px 0 0;
}

.offer-pricing-note + .offer-waitlist-note {
  margin-top: 12px;
}

.subscription-grid {
  margin-top: 32px;
}

.roles-grid {
  margin-top: 34px;
}

.agent-intro {
  margin-top: 20px;
}

.agent-model-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  margin-top: 34px;
}

.agent-role-featured,
.agent-role-inline {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.agent-role-featured {
  border-radius: 30px;
  padding: 30px;
}

.role-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  color: var(--soft);
  font-weight: 700;
  margin-bottom: 14px;
}

.agent-role-featured h3,
.agent-role-inline span {
  letter-spacing: -0.04em;
}

.agent-role-featured h3 {
  margin: 0 0 14px;
  font-size: 1.7rem;
}

.agent-role-featured p,
.agent-role-inline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.agent-role-list {
  display: grid;
  gap: 12px;
}

.agent-role-inline {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  border-radius: 24px;
  padding: 22px 24px;
  align-items: start;
}

.agent-role-inline span {
  font-size: 1.08rem;
  font-weight: 700;
}

.card,
.process-steps > div,
.outcome-grid > div {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 28px;
}

.walkaway-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.02));
  border-color: rgba(15, 23, 42, 0.12);
}

.walkaway-list {
  display: grid;
  gap: 1.2rem;
}

.walkaway-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.walkaway-list strong {
  color: var(--ink);
}

.card h3,
.industry-list h3,
.process-steps h3,
.outcome-grid strong {
  margin: 0 0 12px;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.founder-inline-photo {
  margin: 0 0 20px;
  border-radius: 22px;
  overflow: hidden;
  width: fit-content;
  max-width: min(30vw, 300px);
}

.founder-inline-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-proof-figure {
  margin: 28px auto 0;
  max-width: 380px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.06);
}

.footer-proof-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.industry-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.industry-list > div {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.outcomes .section-heading,
.process .section-heading,
#industries .section-heading {
  margin-bottom: 34px;
}

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

.outcome-grid > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.process-steps span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.narrow-copy {
  max-width: 760px;
}

.closing {
  text-align: center;
  padding-bottom: 24px;
}

.closing-application {
  display: grid;
  gap: 28px;
}

.closing-copy {
  text-align: center;
}

.closing-copy h2 {
  max-width: 700px;
  margin: 0 auto 20px;
}

.closing-copy p {
  max-width: 720px;
  margin: 0 auto 28px;
}

.closing-pricing-note {
  margin-top: -6px;
  font-size: 0.96rem;
  color: var(--soft);
}

.closing-process-note {
  max-width: 760px;
  margin: 0 auto 22px;
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--muted);
}

.closing-apply-card {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.compact-hero {
  padding-bottom: 64px;
}

.apply-hero {
  padding-bottom: 52px;
}

.apply-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: start;
}

.apply-intro {
  position: sticky;
  top: 92px;
}

.apply-intro h2,
.apply-card h2 {
  letter-spacing: -0.05em;
  margin: 0 0 16px;
}

.apply-intro p,
.apply-card p,
.field-message,
.form-status {
  color: var(--muted);
  line-height: 1.7;
}

.apply-points {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.apply-points div {
  padding-top: 16px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.apply-points strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.apply-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 32px;
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.06);
  padding: 34px;
}

.apply-card-head p {
  max-width: 38rem;
}

.apply-form {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

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

.field-group label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.field-group input,
.field-group textarea {
  width: 100%;
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #ffffff;
  padding: 0 18px;
  font: inherit;
  color: var(--text);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field-group textarea {
  min-height: 152px;
  padding: 16px 18px;
  resize: vertical;
  line-height: 1.7;
}

.field-group input::placeholder,
.field-group textarea::placeholder {
  color: #9aa0a6;
}

.field-group input:focus,
.field-group textarea:focus {
  outline: none;
  border-color: rgba(17, 24, 39, 0.34);
  box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.06);
}

.field-group input.input-error,
.field-group textarea.input-error {
  border-color: #b42318;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.08);
}

.field-group-question label {
  max-width: 46rem;
  line-height: 1.5;
}

.field-group-question .field-message {
  margin-top: -2px;
}

.consent-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px 18px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.7;
}

.consent-check input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: #111827;
}

.consent-check input.input-error {
  outline: 2px solid rgba(180, 35, 24, 0.22);
  outline-offset: 3px;
}

.consent-note {
  margin: -8px 0 0 50px;
  font-size: 0.9rem;
  color: var(--muted);
}

.field-message {
  min-height: 20px;
  margin: 0;
  font-size: 0.92rem;
  color: #b42318;
}

.form-status {
  min-height: 24px;
  margin: -4px 0 0;
  font-size: 0.96rem;
}

.form-status-error {
  color: #b42318;
}

.form-status-success {
  color: #166534;
}

.submit-button {
  width: fit-content;
  font-family: inherit;
  font-size: 0.98rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.partnership-cta-shell {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnership-cta-shell .submit-button {
  width: auto;
  min-width: 260px;
}

.diagnostic-nav-inline {
  display: flex;
}

.assessment-flow {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.pressure-figure {
  margin: 28px auto 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.04);
  max-width: 760px;
  overflow: hidden;
}

.pressure-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: contain;
}

.pressure-figure figcaption {
  margin-top: 12px;
  font-size: 0.86rem;
  color: var(--soft);
}

.pressure-figure figcaption a {
  color: inherit;
  text-decoration: none;
}

.pressure-inline-link,
.pressure-inline-link:link,
.pressure-inline-link:visited,
.pressure-inline-link:hover,
.pressure-inline-link:active,
.pressure-inline-link:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.accordion-list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.accordion-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  padding: 0 22px;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.04);
}

.accordion-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item summary::after {
  content: '+';
  font-size: 1.25rem;
  line-height: 1;
  color: var(--soft);
}

.accordion-item[open] summary::after {
  content: '–';
}

.accordion-content {
  padding: 0 0 22px;
}

.accordion-content p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.accordion-content p + p {
  margin-top: 18px !important;
}

.assessment-step {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 28px;
  padding: 24px 26px;
}

.assessment-step span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.assessment-step h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.assessment-step ul,
.result-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
}

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

.result-card-featured {
  border-color: rgba(17, 24, 39, 0.14);
}

.pricing-block {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.pricing-block span {
  display: block;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pricing-block strong {
  font-size: 2rem;
  letter-spacing: -0.05em;
}

@media (max-width: 1120px) {
  .hospitality-image-grid-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .statement-grid,
  .card-grid,
  .industry-list,
  .outcome-grid,
  .process-steps,
  .agent-model-grid,
  .results-grid,
  .apply-layout,
  .founders-grid,
  .hospitality-image-grid-three {
    grid-template-columns: 1fr;
  }

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

  .founder-image-block {
    justify-content: flex-start;
    align-self: start;
  }

  .founder-inline-photo {
    width: 100%;
    max-width: 100%;
  }

  .founder-photo-large {
    width: min(48vw, 220px);
    max-width: 100%;
  }

  .apply-intro {
    position: static;
  }

  .page-shell,
  .header-shell {
    width: min(100% - 32px, 1160px);
  }

  .hospitality-grid-figure,
  .hospitality-grid-figure-large {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .desktop-nav {
    display: none;
  }

  .header-shell {
    width: calc(100% - 32px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px 0 14px;
  }

  .agent-role-inline {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .apply-card {
    padding: 26px 22px;
    border-radius: 26px;
  }

  .submit-button {
    width: 100%;
  }

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

  .mobile-menu-overlay.is-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    padding: 0 0 env(safe-area-inset-bottom, 0) 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
    z-index: 99999 !important;
    overflow-y: auto !important;
  }

  .mobile-menu-overlay.is-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: -1;
  }

  .mobile-menu-overlay .mobile-menu-head,
  .mobile-menu-overlay .mobile-menu-links {
    display: none;
  }

  .mobile-menu-overlay.is-open .mobile-menu-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 32px);
    margin: 0 auto;
    flex: 0 0 auto;
    padding: 10px 0 14px;
  }

  .mobile-menu-brand {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--text);
    text-decoration: none;
  }

  .menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    color: #111111;
    font-size: 2.4rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    flex: 0 0 auto;
  }

  .mobile-menu-overlay.is-open .mobile-menu-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: calc(100% - 32px) !important;
    margin: 0 auto;
    flex: 0 0 auto;
    padding: 24px 0 calc(56px + env(safe-area-inset-bottom, 0));
  }

  .mobile-menu-overlay.is-open a {
    display: block !important;
    width: 100% !important;
    font-size: 2.05rem !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    color: #111111 !important;
    position: relative !important;
    z-index: 1 !important;
    text-decoration: none !important;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 56px 0;
  }

  .hero {
    padding-top: 42px;
    padding-bottom: 72px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .hero-copy {
    font-size: 1rem;
  }
}
