@font-face {
  font-family: Manrope;
  src: url('/media/Manrope.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --blue: #3046f3;
  --blue-hover: #2036db;
  --ink: #111638;
  --muted: #555c78;
  --pale: #eef1ff;
  --line: #dbe0ef;
  --white: #fff;
  --font: Manrope, Arial, sans-serif;
  --ease: cubic-bezier(.23, 1, .32, 1);
  --section-space: clamp(64px, 7.5vw, 108px);
  --header-height: 80px;
  --header-blue: #0a2eaa;
  --ribbon-ground: #08247f;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; background: var(--white); color: var(--ink); font: 400 17px/1.7 var(--font); -webkit-font-smoothing: antialiased; }
::selection { color: var(--white); background: var(--blue); }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
a, button, summary { -webkit-tap-highlight-color: #3046f326; touch-action: manipulation; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-weight: 550; letter-spacing: -.048em; line-height: 1.1; }
h3 { font-weight: 600; letter-spacing: -.025em; line-height: 1.3; }
p { color: var(--muted); text-wrap: pretty; }
:where(a, button, summary, input, textarea):focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
[id] { scroll-margin-top: calc(var(--header-height) + 20px); }
.wrap { width: min(1344px, calc(100% - 104px)); margin-inline: auto; }
.eyebrow { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; margin-bottom: 22px; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; padding: 12px 20px; color: #fff; background: var(--blue); }
.skip-link:focus { top: 12px; outline-color: var(--ink); }
.site-header { position: sticky; z-index: 50; top: 0; height: var(--header-height); color: #fff; background: var(--header-blue); background: rgb(10 46 170 / .97); border-bottom: 1px solid #ffffff20; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.site-header .brand { color: #fff; font-size: 27px; }
.site-header .brand-mark { width: 44px; height: 36px; }
.site-header .brand-sub { font-size: 7px; }
.site-header :focus-visible { outline-color: #fff; }
.site-header .mobile-nav :focus-visible { outline-color: var(--blue); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 32px; font-weight: 800; line-height: .95; letter-spacing: -.055em; flex-shrink: 0; }
.brand-mark { width: 52px; height: 42px; object-fit: contain; flex-shrink: 0; }
.site-header .brand-mark, .site-footer .brand-mark { filter: brightness(0) invert(1); }
.brand-sub { display: block; font-size: 8px; font-weight: 500; line-height: 1.8; letter-spacing: .13em; text-transform: uppercase; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 650; }
.main-nav > a:not(.button) { display: flex; align-items: center; min-height: 44px; position: relative; }
.main-nav > a:not(.button)::after { position: absolute; content: ''; inset: auto 0 4px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 180ms var(--ease); }
.main-nav > a[aria-current]::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 54px; gap: 26px; border: 1px solid var(--blue); border-radius: 4px; padding: 15px 20px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 650; line-height: 1.5; transition: background 160ms var(--ease), transform 160ms var(--ease); }
.button > span { white-space: nowrap; }
.button svg { width: 21px; height: 21px; }
.button:active { transform: translateY(1px); }
.nav-cta { min-height: 46px; padding: 12px 16px; font-size: 11px; gap: 18px; }
.site-header .nav-cta { background: #fff; color: var(--header-blue); border-color: #fff; }
.button-white { background: #fff; color: var(--blue); border-color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; border-bottom: 1px solid var(--line); padding-block: 8px; font-size: 13px; font-weight: 650; line-height: 1.6; transition: color 160ms var(--ease), border-color 160ms var(--ease); }
.text-link svg { width: 19px; height: 19px; }
.mobile-navigation, .menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1.02fr; gap: 48px; align-items: center; padding-block: 48px 52px; }
.hero-copy { padding-block: 16px; }
.hero .eyebrow { font-size: 10px; letter-spacing: .065em; margin-bottom: 28px; }
.hero h1 { font-size: clamp(56px, 5.5vw, 82px); font-weight: 550; line-height: 1.075; letter-spacing: -.052em; max-width: 10em; }
.hero-lead { max-width: 520px; font-size: 18px; line-height: 1.75; margin-top: 28px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 25px; margin-top: 30px; }
.hero-actions .text-link { font-size: 12px; gap: 13px; }
.hero-note { font-size: 11px; margin-top: 19px; }
.hero-art { position: relative; overflow: hidden; aspect-ratio: 1.1; min-width: 0; background: #0c27ae; border-radius: 5px; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-art figcaption { position: absolute; inset: auto 24px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; font-size: 10px; font-weight: 600; }
.hero-art figcaption svg { width: 24px; height: 24px; }
.content-section { padding-block: var(--section-space); }
.section-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 34px 100px; }
.section-heading h2 { font-size: clamp(32px, 3.4vw, 49px); max-width: 16ch; }
.section-heading .eyebrow { margin-bottom: 22px; }
.section-copy { max-width: 650px; }
.section-copy > p + p { margin-top: 20px; }
.section-copy > .text-link { margin-top: 22px; }
.section-copy > p { max-width: 65ch; }
.content-items { list-style: none; margin: 0; padding: 0; grid-column: 1 / -1; }
.item-number { display: block; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .025em; line-height: 1.7; padding-top: 5px; font-variant-numeric: tabular-nums; }
.item-copy { min-width: 0; }
.item-copy h3 { font-size: 25px; }
.item-copy p { margin-top: 13px; max-width: 65ch; font-size: 16px; line-height: 1.75; }
.item-label { display: block; margin-top: 15px; font-size: 12px; color: var(--blue); font-weight: 650; }
.item-link { display: flex; align-items: flex-start; gap: 28px; min-width: 0; }
.item-link .item-copy { flex: 1; }
.row-arrow { width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 160ms var(--ease), color 160ms var(--ease), border-color 160ms var(--ease); }
.row-arrow svg { width: 21px; height: 21px; }
.section-statement { padding-block: 42px 50px; }
.section-statement .section-inner { border-top: 1px solid var(--line); padding-top: 36px; grid-template-columns: .65fr 1.35fr; gap: 48px; }
.section-statement .section-heading h2 { font-size: 26px; line-height: 1.35; letter-spacing: -.035em; max-width: 17ch; }
.section-statement .section-copy > p { font-size: 19px; color: var(--ink); max-width: 70ch; line-height: 1.7; }
.section-statement .eyebrow { margin-bottom: 16px; }
.section-rows { padding-top: 64px; }
.rows-items { margin-top: 20px; border-top: 1px solid var(--line); }
.rows-items .content-item { border-bottom: 1px solid var(--line); }
.rows-items .content-item:not(:has(.item-link)), .rows-items .item-link { display: grid; grid-template-columns: 35px 1fr 43px; align-items: start; gap: 28px; padding-block: 34px; }
.rows-items .item-copy { display: grid; grid-template-columns: .86fr 1fr; gap: 16px 42px; align-items: start; }
.rows-items .item-copy h3 { font-size: 26px; }
.rows-items .item-copy p { margin-top: 0; font-size: 16px; max-width: 520px; }
.rows-items .item-label { grid-column: 2; margin-top: 0; }
.rows-items .row-arrow { margin-top: 0; }
.section-directory { background: var(--pale); padding-block: clamp(60px, 6vw, 88px); }
.section-directory .section-inner { grid-template-columns: .92fr 1.08fr; align-items: start; column-gap: 90px; }
.directory-intro .section-heading h2 { max-width: 17ch; }
.directory-intro .section-copy { margin-top: 24px; max-width: 510px; }
.directory-items { grid-column: 2; border-top: 1px solid #cbd3ee; }
.directory-items .content-item { border-bottom: 1px solid #cbd3ee; }
.directory-items .item-link { padding-block: 27px; align-items: flex-start; gap: 26px; }
.directory-items h3 { font-size: 25px; }
.directory-items .item-copy p { font-size: 16px; line-height: 1.75; margin-top: 12px; }
.directory-items .item-label { margin-top: 13px; }
.directory-items .row-arrow { border-color: #bdc7eb; width: 40px; height: 40px; }
.section-steps { background: var(--pale); }
.section-steps .section-inner { grid-template-columns: .9fr 1.1fr; gap: 26px 92px; }
.section-steps .section-heading { grid-column: 1; grid-row: 1; }
.section-steps .section-copy { grid-column: 1; grid-row: 2; align-self: start; }
.section-steps .section-heading h2 { max-width: 14ch; }
.steps-items { grid-column: 2; grid-row: 1 / span 2; }
.steps-items .content-item { display: grid; grid-template-columns: 34px 1fr; gap: 23px; position: relative; padding-bottom: 29px; margin-bottom: 28px; border-bottom: 1px solid #d0d7f1; }
.steps-items .content-item:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.steps-items .content-item .item-link { display: contents; }
.steps-items .item-number { font-size: 11px; padding-top: 9px; position: relative; }
.steps-items .item-number::before { content: ''; display: block; position: absolute; inset: 0 auto auto 0; width: 25px; height: 2px; background: #bdc7ed; transition: background 180ms var(--ease); }
.steps-items .is-active .item-number::before { background: var(--blue); }
.steps-items h3 { font-size: 24px; }
.steps-items p { font-size: 16px; margin-top: 11px; }
.steps-items .row-arrow { grid-column: 2; width: 34px; height: 34px; }
.section-founder .section-inner { grid-template-columns: 1fr 1fr; gap: 70px 108px; }
.section-founder .section-heading h2 { max-width: 15ch; }
.section-founder .section-copy > p:first-child { font-size: 23px; color: var(--ink); line-height: 1.6; letter-spacing: -.025em; }
.section-founder .section-copy > p { font-size: 16px; }
.founder-items { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 70px; padding-top: 32px; }
.founder-items h3 { font-size: 21px; }
.section-grid { background: #f7f8fc; }
.grid-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 64px; margin-top: 15px; }
.grid-items .content-item { border-top: 1px solid var(--line); padding-block: 29px 32px; }
.grid-items .content-item:last-child:nth-child(odd) { grid-column: 1 / -1; }
.grid-items h3 { font-size: 24px; }
.grid-items .item-link { gap: 18px; }
.grid-items .row-arrow { width: 35px; height: 35px; }
.section-split + .section-split { padding-top: 0; }
.section-split .content-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 64px; margin-top: 15px; }
.section-split .content-item { padding-top: 26px; border-top: 1px solid var(--line); }
.faq-section { display: grid; grid-template-columns: .72fr 1fr; gap: 100px; padding-block: 38px var(--section-space); }
.faq-heading h2 { font-size: clamp(34px, 3.5vw, 48px); margin-bottom: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 24px; list-style: none; cursor: pointer; font-size: 15px; line-height: 1.65; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-symbol { font-size: 24px; font-weight: 400; line-height: 1; width: 22px; text-align: center; flex-shrink: 0; transition: transform 180ms var(--ease); }
.faq-list details[open] .faq-symbol { transform: rotate(45deg); }
.faq-answer { padding: 0 32px 25px 0; }
.faq-answer p { font-size: 15px; line-height: 1.8; }
.closing { background: var(--ribbon-ground); color: #fff; padding-block: 80px 54px; overflow: hidden; }
.closing-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 32px; }
.closing-copy { position: relative; z-index: 1; }
.closing .eyebrow { color: #dce5ff; }
.closing h2 { max-width: 18ch; font-size: clamp(39px, 4.2vw, 62px); font-weight: 550; letter-spacing: -.045em; line-height: 1.14; }
.closing-action { display: flex; flex-direction: column; align-items: flex-start; margin-top: 25px; }
.closing-action > p { color: #e9edff; max-width: 450px; font-size: 16px; line-height: 1.75; margin-bottom: 26px; }
.closing-thread { display: block; color: #bfceff; margin-top: 14px; pointer-events: none; }
.closing-note { font-size: 11px; line-height: 1.7; margin-top: 10px; color: #e9edff; }
.closing :focus-visible { outline-color: #fff; }
.closing-art { position: relative; min-width: 0; width: 100%; aspect-ratio: 1.45; overflow: hidden; pointer-events: none; align-self: end; margin-bottom: 14px; mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent), linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent); mask-composite: intersect; -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent), linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent); -webkit-mask-composite: source-in; transition: transform 240ms var(--ease); }
.closing-ribbon { position: absolute; width: 220%; max-width: none; height: auto; left: -84%; bottom: -2%; }
.closing-art.ribbon-float-0 { transform: translateY(8px); }
.closing-art.ribbon-float-1 { transform: translateY(4px); }
.closing-art.ribbon-float-2 { transform: translateY(0); }
.closing-art.ribbon-float-3 { transform: translateY(-4px); }
.closing-art.ribbon-float-4 { transform: translateY(-8px); }
.ribbon-rail { display: none; position: fixed; z-index: 20; left: 0; top: calc(var(--header-height) + 8px); width: 40px; height: calc(100vh - var(--header-height) - 8px); overflow: hidden; pointer-events: none; color: #7c8ab4; }
.ribbon-strand { fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.ribbon-rail.is-on-blue { color: #b5c5f4; }
@media (min-width: 1121px) { .ribbon-rail { display: block; } }
.site-footer { padding-block: 55px 26px; background: var(--ribbon-ground); color: #dce5ff; border-top: 1px solid #ffffff24; }
.site-footer .brand, .site-footer .brand-mark { color: #fff; }
.site-footer :focus-visible { outline-color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.25fr 1.05fr .8fr 1fr; gap: 45px; }
.footer-brand > p { margin-top: 25px; font-size: 18px; line-height: 1.6; color: #fff; letter-spacing: -.025em; }
.footer-brand .footer-location { font-size: 11px; color: #dce5ff; line-height: 1.8; margin-top: 18px; letter-spacing: 0; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.footer-column h2 { color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 15px; }
.footer-column a { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; min-height: 32px; line-height: 1.6; }
.footer-column a svg { width: 13px; height: 13px; }
.footer-column > p { color: #dce5ff; font-size: 11px; margin-top: 18px; line-height: 1.8; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid #ffffff30; padding-top: 26px; margin-top: 42px; font-size: 10px; color: #dce5ff; }
.footer-bottom > div { display: flex; gap: 24px; }
.footer-bottom a { display: inline-flex; min-height: 32px; align-items: center; }
.breadcrumb { font-size: 11px; color: var(--muted); margin-bottom: 48px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; align-items: center; gap: 8px 13px; }
.breadcrumb li { display: flex; align-items: center; gap: 13px; line-height: 1.6; }
.breadcrumb li + li::before { content: '/'; color: #717892; }
.breadcrumb a { display: inline-flex; min-height: 32px; align-items: center; }
.page-hero { padding-block: 25px 62px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: end; gap: 80px; }
.page-hero h1 { font-size: clamp(42px, 4.5vw, 66px); max-width: 17ch; line-height: 1.12; }
.page-hero .eyebrow { margin-bottom: 21px; }
.page-lead { font-size: 19px; line-height: 1.75; max-width: 600px; }
.page-hero-support .button { margin-top: 26px; }
.inner-page .section-statement { padding-block: 68px; }
.inner-page .section-statement .section-inner { border: 0; padding-top: 0; }
.inner-page .section-statement .section-heading h2 { font-size: 35px; line-height: 1.2; max-width: 17ch; }
.inner-page .section-statement .section-copy p { font-size: 19px; }
.inner-page .section-rows { padding-top: var(--section-space); }
.inner-page .section-rows .section-heading h2 { max-width: 18ch; }
.inner-page .faq-section { padding-top: 50px; }
.inner-page .section-split + .faq-section { padding-top: 0; }
.legal-hero .page-hero-grid { display: block; }
.legal-hero h1 { font-size: 58px; max-width: 900px; }
.legal-hero .page-lead { margin-top: 26px; max-width: 810px; }
.legal-section { padding-block: 36px; }
.legal-section:first-of-type { padding-top: 55px; }
.legal-section:last-child { padding-bottom: 80px; }
.legal-section .section-inner { display: block; }
.legal-section .section-heading, .legal-section .section-copy, .legal-section .content-items { max-width: 820px; }
.legal-section .section-heading h2 { font-size: 27px; max-width: none; margin-bottom: 20px; letter-spacing: -.025em; }
.legal-section .section-copy { font-size: 16px; }
.legal-section .content-items { margin-top: 25px; }
.legal-section .content-item + .content-item { margin-top: 22px; }
.legal-section .item-copy h3 { font-size: 21px; }
.legal-section .section-copy a { color: var(--blue); }
.legal-section.section-split + .legal-section.section-split { padding-top: 25px; }
.contact-hero .page-hero-grid { grid-template-columns: 1fr 1fr; }
.contact-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 24px; margin-top: 25px; }
.page-hero-support .contact-hero-actions .button { margin-top: 0; }
.contact-hero-note { font-size: 11px; line-height: 1.7; margin-top: 15px; }
.contact-channels { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-block: 70px 85px; }
.contact-intro h2 { font-size: 42px; }
.contact-intro > p { margin-top: 24px; max-width: 420px; }
.contact-intro .contact-explanation { font-size: 13px; max-width: 370px; margin-top: 27px; }
.contact-option { padding: 37px 40px; background: var(--pale); border-radius: 5px; }
.contact-option-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.contact-option-heading .eyebrow { margin: 0; }
.contact-option-heading > svg { color: var(--blue); }
.contact-option h3 { font-size: 29px; max-width: 19ch; line-height: 1.3; }
.contact-option > p { margin-top: 18px; font-size: 15px; }
.contact-address { display: block; width: fit-content; color: var(--blue); font-size: 16px; margin-top: 27px; overflow-wrap: anywhere; border-bottom: 1px solid #b8c1ef; padding-block: 6px; }
.contact-button { margin-top: 22px; }
.contact-destination { display: block; margin-top: 15px; color: var(--muted); font-size: 11px; }
.whatsapp-option { background: #fff; border: 1px solid var(--line); margin-top: 20px; padding-block: 29px; }
.whatsapp-option h3 { font-size: 24px; }
.whatsapp-option .contact-option-heading { margin-bottom: 18px; }
.whatsapp-option .text-link { margin-top: 17px; }

@media (hover: hover) and (pointer: fine) {
  .main-nav > a:not(.button):hover::after { transform: scaleX(1); }
  .button:hover { background: var(--blue-hover); transform: translateY(-2px); }
  .button-white:hover { background: var(--pale); }
  .site-header .nav-cta:hover { background: var(--pale); color: var(--header-blue); }
  .site-header .mobile-nav .nav-cta:hover { background: var(--blue-hover); color: #fff; }
  .text-link:hover { color: var(--blue); border-color: var(--blue); }
  .item-link:hover h3 { color: var(--blue); }
  .item-link:hover .row-arrow { color: #fff; background: var(--blue); border-color: var(--blue); }
  .footer-column a:hover, .footer-bottom a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
  .breadcrumb a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
  .faq-list summary:hover { color: var(--blue); }
  .contact-address:hover { border-color: var(--blue); }
}
@media (min-width: 1700px) {
  .hero { gap: 58px; padding-block: 64px; }
  .hero h1 { font-size: 88px; }
}
@media (max-width: 1120px) {
  .wrap { width: calc(100% - 64px); }
  .main-nav { gap: 21px; font-size: 11px; }
  .nav-cta { gap: 13px; }
  .hero { gap: 33px; }
  .hero h1 { font-size: clamp(52px, 5.4vw, 67px); }
  .hero-lead { font-size: 17px; }
  .hero-art { aspect-ratio: .97; }
  .hero-actions { gap: 14px 20px; }
  .hero-actions .button { font-size: 12px; padding-inline: 17px; gap: 20px; }
  .section-inner, .section-steps .section-inner, .section-founder .section-inner, .section-directory .section-inner { column-gap: 60px; }
  .rows-items .item-copy { gap: 25px; grid-template-columns: .85fr 1fr; }
  .rows-items .item-copy h3 { font-size: 24px; }
  .rows-items .item-copy p { font-size: 15px; }
  .faq-section { gap: 65px; }
  .closing-grid { gap: 60px; }
  .footer-main { gap: 30px; }
  .page-hero-grid { gap: 55px; }
  .page-hero h1 { font-size: 52px; }
  .page-lead { font-size: 18px; }
  .contact-channels { gap: 55px; }
  .contact-option { padding-inline: 30px; }
}
@media (max-width: 900px) {
  .site-header { height: var(--header-height); }
  .header-inner { gap: 20px; }
  .brand { font-size: 29px; }
  .brand-mark { width: 46px; height: 36px; }
  .main-nav { gap: 17px; }
  .nav-cta { font-size: 10px; padding-inline: 12px; gap: 8px; }
  .nav-cta svg { width: 17px; }
  .hero { gap: 28px; padding-block: 37px 40px; }
  .hero h1 { font-size: 48px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .04em; margin-bottom: 22px; }
  .hero-lead { font-size: 16px; margin-top: 22px; line-height: 1.7; }
  .hero-art { aspect-ratio: .83; }
  .hero-art figcaption { left: 18px; right: 18px; bottom: 18px; font-size: 9px; gap: 12px; }
  .hero-art figcaption svg { width: 20px; }
  .hero-note { font-size: 10px; }
  .section-heading h2 { font-size: 36px; }
  .section-inner, .section-steps .section-inner, .section-founder .section-inner, .section-directory .section-inner { column-gap: 42px; }
  .section-copy { font-size: 16px; }
  .section-statement .section-inner { gap: 32px; grid-template-columns: .8fr 1.2fr; }
  .section-statement .section-copy > p { font-size: 17px; }
  .rows-items .content-item:not(:has(.item-link)), .rows-items .item-link { grid-template-columns: 24px 1fr 37px; gap: 18px; }
  .rows-items .item-copy { grid-template-columns: 1fr; gap: 13px; }
  .rows-items .item-label { grid-column: 1; }
  .rows-items .row-arrow { width: 37px; height: 37px; }
  .grid-items { gap: 0 35px; }
  .grid-items h3 { font-size: 21px; }
  .grid-items .row-arrow { width: 30px; height: 30px; }
  .steps-items .content-item { gap: 17px; grid-template-columns: 26px 1fr; }
  .steps-items h3 { font-size: 22px; }
  .steps-items p { font-size: 15px; }
  .section-founder .section-copy > p:first-child { font-size: 21px; }
  .faq-section { grid-template-columns: .7fr 1fr; gap: 42px; }
  .faq-heading h2 { font-size: 36px; }
  .faq-list summary { font-size: 14px; }
  .closing-grid { gap: 42px; grid-template-columns: 1fr 1fr; }
  .closing h2 { font-size: 41px; }
  .footer-main { grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; display: flex; gap: 55px; align-items: center; padding-bottom: 18px; }
  .footer-brand > p, .footer-brand .footer-location { margin: 0; }
  .footer-bottom > span:last-child { display: none; }
  .page-hero-grid { gap: 35px; }
  .page-hero h1 { font-size: 45px; }
  .page-lead { font-size: 17px; }
  .contact-channels { gap: 35px; grid-template-columns: .8fr 1.2fr; }
  .contact-intro h2 { font-size: 35px; }
  .contact-option { padding-inline: 25px; }
  .contact-option h3 { font-size: 25px; }
  .contact-address { font-size: 14px; }
}
@media (max-width: 760px) {
  :root { --section-space: 60px; --header-height: 76px; }
  html { scroll-padding-top: calc(var(--header-height) + 20px); }
  [id] { scroll-margin-top: calc(var(--header-height) + 20px); }
  .wrap { width: calc(100% - 40px); }
  .site-header { height: var(--header-height); position: sticky; }
  .header-inner { flex-wrap: nowrap; padding-block: 0; gap: 20px; }
  .brand { font-size: 29px; }
  .desktop-nav { display: none; }
  .mobile-navigation { display: block; }
  .menu-toggle { display: flex; align-items: center; gap: 13px; min-height: 44px; padding: 8px 2px 8px 10px; border: 0; color: #fff; background: transparent; font-size: 12px; font-weight: 650; list-style: none; cursor: pointer; }
  .menu-toggle::-webkit-details-marker { display: none; }
  .menu-bars { display: flex; flex-direction: column; gap: 5px; }
  .menu-bars i { width: 20px; height: 1px; background: currentColor; transition: transform 180ms var(--ease); }
  .mobile-navigation[open] .menu-bars i:first-child { transform: translateY(3px) rotate(45deg); }
  .mobile-navigation[open] .menu-bars i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav { position: absolute; left: 0; top: var(--header-height); width: 100%; padding: 18px 20px 25px; border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); max-height: calc(100dvh - var(--header-height)); overflow-y: auto; overscroll-behavior: contain; }
  .mobile-navigation:not([open]) .mobile-nav { display: none; }
  .mobile-navigation[open] .mobile-nav { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .mobile-nav > a:not(.button) { min-height: 51px; font-size: 17px; padding-inline: 3px; }
  .mobile-nav > a:not(.button)::after { display: none; }
  .site-header .mobile-nav .nav-cta { color: #fff; background: var(--blue); border-color: var(--blue); }
  .mobile-nav .button { margin-top: 13px; min-height: 51px; font-size: 13px; padding-inline: 17px; }
  .hero { display: flex; flex-direction: column; gap: 32px; align-items: stretch; padding-block: 34px 30px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .065em; margin-bottom: 23px; }
  .hero h1 { font-size: clamp(43px, 10.9vw, 68px); line-height: 1.08; letter-spacing: -.047em; max-width: 11em; }
  .hero-lead { font-size: 17px; line-height: 1.7; margin-top: 23px; max-width: 560px; }
  .hero-actions { margin-top: 26px; gap: 12px 22px; }
  .hero-actions .button { font-size: 12px; min-height: 52px; padding: 15px 17px; gap: 23px; }
  .hero-actions .text-link { font-size: 12px; }
  .hero-note { margin-top: 17px; font-size: 10px; }
  .hero-art { width: 100%; aspect-ratio: 1.4; }
  .hero-art img { object-position: center; }
  .hero-art figcaption { left: 18px; right: 18px; bottom: 16px; font-size: 9px; }
  .hero-art figcaption svg { width: 21px; }
  .content-section { padding-block: 57px; }
  .section-inner, .section-steps .section-inner, .section-founder .section-inner, .section-directory .section-inner { display: block; }
  .section-heading h2 { font-size: 34px; line-height: 1.15; max-width: 18ch; }
  .section-heading .eyebrow { font-size: 10px; margin-bottom: 18px; }
  .section-copy { margin-top: 23px; font-size: 16px; }
  .section-copy > p + p { margin-top: 17px; }
  .section-copy > .text-link { margin-top: 17px; font-size: 12px; }
  .section-statement { padding-block: 0 30px; }
  .section-statement .section-inner { display: block; padding-top: 28px; }
  .section-statement .section-heading h2 { font-size: 25px; max-width: 24ch; }
  .section-statement .section-copy { margin-top: 18px; }
  .section-statement .section-copy > p { font-size: 16px; line-height: 1.75; }
  .section-rows { padding-top: 35px; }
  .rows-items { margin-top: 31px; }
  .rows-items .content-item:not(:has(.item-link)), .rows-items .item-link { grid-template-columns: 21px 1fr 34px; gap: 13px; padding-block: 27px; }
  .rows-items .item-copy { display: block; }
  .rows-items .item-copy h3 { font-size: 23px; line-height: 1.35; }
  .rows-items .item-copy p { margin-top: 13px; font-size: 16px; line-height: 1.8; }
  .rows-items .item-label { margin-top: 14px; font-size: 11px; }
  .rows-items .row-arrow { width: 34px; height: 34px; margin-top: 2px; }
  .rows-items .row-arrow svg { width: 18px; height: 18px; }
  .item-number { font-size: 10px; padding-top: 6px; }
  .directory-intro .section-heading h2 { max-width: 20ch; }
  .directory-intro .section-copy { margin-top: 22px; }
  .directory-items { margin-top: 32px; }
  .directory-items .item-link { padding-block: 26px; gap: 18px; }
  .directory-items h3 { font-size: 23px; }
  .directory-items .item-copy p { font-size: 16px; line-height: 1.75; }
  .directory-items .row-arrow { width: 34px; height: 34px; margin-top: 1px; }
  .directory-items .row-arrow svg { width: 18px; height: 18px; }
  .section-steps .section-heading h2 { max-width: 17ch; }
  .steps-items { margin-top: 35px; }
  .steps-items .content-item { grid-template-columns: 29px 1fr; gap: 18px; padding-bottom: 25px; margin-bottom: 26px; }
  .steps-items h3 { font-size: 23px; }
  .steps-items p { font-size: 15px; line-height: 1.8; margin-top: 12px; }
  .section-founder .section-heading h2 { max-width: 18ch; }
  .section-founder .section-copy > p:first-child { font-size: 21px; line-height: 1.6; }
  .section-founder .section-copy > p { font-size: 16px; }
  .founder-items { display: block; margin-top: 32px; padding-top: 25px; }
  .founder-items .content-item + .content-item { margin-top: 30px; }
  .grid-items, .section-split .content-items { display: block; margin-top: 30px; }
  .grid-items .content-item { padding-block: 25px 28px; }
  .grid-items h3 { font-size: 23px; }
  .grid-items .item-copy p { font-size: 15px; }
  .grid-items .row-arrow { width: 34px; height: 34px; }
  .section-split .content-item { padding-block: 25px 0; margin-top: 24px; }
  .section-split .item-copy h3 { font-size: 23px; }
  .section-split .item-copy p { font-size: 15px; }
  .faq-section { display: block; padding-block: 8px 60px; }
  .faq-heading h2 { font-size: 34px; margin-bottom: 15px; }
  .faq-heading h2 br { display: none; }
  .faq-heading .text-link { font-size: 12px; }
  .faq-list { margin-top: 28px; }
  .faq-list summary { padding-block: 22px; font-size: 14px; gap: 25px; }
  .faq-answer { padding: 0 12px 23px 0; }
  .faq-answer p { font-size: 14px; }
  .closing { padding-block: 55px 10px; }
  .closing-grid { display: block; }
  .closing-art { max-width: 540px; aspect-ratio: 1.7; margin: 24px auto 0; }
  .closing-ribbon { width: 218%; left: -83%; bottom: -3%; }
  .closing .eyebrow { font-size: 10px; margin-bottom: 22px; }
  .closing h2 { font-size: clamp(36px, 9.5vw, 52px); max-width: 17ch; line-height: 1.16; letter-spacing: -.04em; }
  .closing h2 br { display: none; }
  .closing-action { margin-top: 28px; }
  .closing-action > p { font-size: 15px; line-height: 1.8; margin-bottom: 25px; max-width: 550px; }
  .closing .button { font-size: 13px; }
  .closing-note { font-size: 10px; margin-top: 10px; }
  .site-footer { padding-block: 47px 23px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px 23px; }
  .footer-brand { display: block; padding-bottom: 8px; }
  .footer-brand > p { font-size: 18px; margin-top: 24px; }
  .footer-brand .footer-location { font-size: 11px; margin-top: 15px; }
  .footer-column h2 { font-size: 9px; margin-bottom: 9px; }
  .footer-column a { min-height: 44px; font-size: 11px; }
  .footer-column > p { font-size: 10px; margin-top: 14px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 13px; margin-top: 32px; padding-top: 23px; font-size: 10px; }
  .footer-bottom a { min-height: 44px; }
  .footer-bottom > div { gap: 28px; }
  .page-hero { padding-block: 19px 39px; }
  .breadcrumb { margin-bottom: 31px; font-size: 10px; }
  .breadcrumb ol { gap: 6px 9px; }
  .breadcrumb li { gap: 9px; }
  .breadcrumb li:last-child { max-width: 100%; }
  .page-hero-grid, .contact-hero .page-hero-grid { display: block; }
  .page-hero h1 { font-size: clamp(37px, 9.7vw, 54px); line-height: 1.14; max-width: 18ch; letter-spacing: -.04em; }
  .page-hero .eyebrow { margin-bottom: 19px; font-size: 10px; }
  .page-hero-support { margin-top: 24px; }
  .page-lead { font-size: 17px; line-height: 1.75; }
  .page-hero-support .button { margin-top: 24px; font-size: 12px; }
  .inner-page .section-statement { padding-block: 48px; }
  .inner-page .section-statement .section-heading h2 { font-size: 30px; }
  .inner-page .section-statement .section-copy p { font-size: 17px; }
  .inner-page .section-rows { padding-top: 55px; }
  .inner-page .faq-section { padding-top: 20px; }
  .legal-hero h1 { font-size: 43px; }
  .legal-hero .page-lead { margin-top: 0; }
  .legal-section { padding-block: 26px; }
  .legal-section .section-heading h2 { font-size: 25px; margin-bottom: 0; }
  .legal-section .section-copy { margin-top: 18px; font-size: 15px; }
  .legal-section:last-child { padding-bottom: 60px; }
  .contact-channels { display: flex; flex-direction: column; gap: 35px; padding-block: 41px 55px; }
  .contact-intro h2 { font-size: 33px; }
  .contact-intro h2 br { display: none; }
  .contact-intro > p { margin-top: 19px; font-size: 16px; max-width: 550px; }
  .contact-intro .contact-explanation { font-size: 12px; margin-top: 17px; max-width: 520px; }
  .contact-option { padding: 27px 25px; }
  .contact-option h3 { font-size: 26px; }
  .contact-option > p { font-size: 14px; margin-top: 17px; }
  .contact-option-heading { margin-bottom: 22px; }
  .contact-address { font-size: 14px; margin-top: 22px; }
  .contact-button { font-size: 12px; min-height: 52px; margin-top: 22px; }
  .contact-destination { font-size: 10px; }
  .whatsapp-option h3 { font-size: 25px; }
  .whatsapp-option .text-link { font-size: 12px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 36px); }
  .hero h1 { font-size: 40px; letter-spacing: -.046em; }
  .hero .eyebrow { font-size: 8px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { gap: 10px; }
  .hero-art { aspect-ratio: 1.28; }
  .hero-art figcaption { font-size: 8px; left: 14px; right: 14px; }
  .section-heading h2 { font-size: 31px; }
  .rows-items .content-item:not(:has(.item-link)), .rows-items .item-link { grid-template-columns: 17px 1fr 29px; gap: 11px; }
  .rows-items .item-copy h3 { font-size: 21px; }
  .rows-items .row-arrow { width: 29px; height: 29px; }
  .contact-option { padding-inline: 21px; }
  .contact-address { font-size: 12px; }
  .footer-main { gap: 26px 17px; }
}
/* Secondary standalone actions use the same comfortable touch height. */
@media (max-width: 760px), (pointer: coarse) {
  .site-header .brand { min-height: 44px; }
  .breadcrumb a { min-width: 44px; min-height: 44px; }
  .contact-address {
    display: flex;
    align-items: center;
    min-height: 44px;
    border-bottom: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

/* Unlinked rows have no arrow; keep that space available for their text. */
@media (max-width: 760px) {
  .rows-items .content-item:not(:has(.item-link)) { grid-template-columns: 21px minmax(0, 1fr); }
}
@media (max-width: 360px) {
  .rows-items .content-item:not(:has(.item-link)) { grid-template-columns: 17px minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, .button:active { transform: none; }
  .steps-items .item-number::before { background: var(--blue); }
  .closing-art { transform: none !important; }
}
@media print {
  .site-header, .site-footer, .closing, .hero-actions, .mobile-navigation, .menu-toggle, .ribbon-rail { display: none; }
  .wrap { width: 100%; }
  .content-section { padding-block: 25px; }
  .hero { display: block; }
  .hero-art { max-width: 400px; margin-top: 25px; }
  a { text-decoration: underline; }
  .faq-list details .faq-answer { display: block; }
}
