/* 1. Page variables and theme overrides */
:root {
    --mm-bg: #f7faf8;
    --mm-bg-soft: #eef5f1;
    --mm-surface: rgba(255, 255, 255, 0.88);
    --mm-surface-solid: #ffffff;
    --mm-surface-dark: #0d2528;
    --mm-ink: #102b2d;
    --mm-muted: #607375;
    --mm-faint: #879799;
    --mm-border: rgba(22, 75, 76, 0.13);
    --mm-border-strong: rgba(22, 75, 76, 0.22);
    --mm-teal: #087c75;
    --mm-teal-dark: #05655f;
    --mm-blue: #4d9ec8;
    --mm-sky: #d8edf3;
    --mm-green: #67a66f;
    --mm-mint: #dceddf;
    --mm-sand: #f3e9d7;
    --mm-gold: #d3a758;
    --mm-shadow: 0 24px 70px rgba(21, 66, 67, 0.12);
    --mm-shadow-small: 0 12px 34px rgba(21, 66, 67, 0.09);
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 34px;
}

[data-theme="dark"] {
    --mm-bg: #071719;
    --mm-bg-soft: #0b2022;
    --mm-surface: rgba(14, 42, 44, 0.84);
    --mm-surface-solid: #0f292b;
    --mm-surface-dark: #061315;
    --mm-ink: #edf8f6;
    --mm-muted: #a2b9b7;
    --mm-faint: #7f9997;
    --mm-border: rgba(198, 233, 226, 0.12);
    --mm-border-strong: rgba(198, 233, 226, 0.22);
    --mm-teal: #42bdb3;
    --mm-teal-dark: #2ba49b;
    --mm-blue: #68b8df;
    --mm-sky: #15373e;
    --mm-green: #7bc486;
    --mm-mint: #173a2c;
    --mm-sand: #3a3326;
    --mm-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    --mm-shadow-small: 0 12px 34px rgba(0, 0, 0, 0.24);
}

/* 2. Base MapMiles page layout */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

body {
    background: var(--mm-bg);
    color: var(--mm-ink);
    font-family: var(--font-body);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    transition: background 0.3s ease, color 0.3s ease;
}

body::before {
    background-image: linear-gradient(rgba(17, 103, 100, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 103, 100, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    content: '';
    inset: 0;
    mask-image: linear-gradient(to bottom, black, transparent 45%);
    pointer-events: none;
    position: fixed;
    z-index: -2;
}

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

.section-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 24px;
    padding-right: 24px;
}

.section-heading { margin-bottom: 46px; max-width: 720px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .passport-copy h2, .tech-copy h2, .waitlist-copy h2 {
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 4.8vw, 4rem);
    letter-spacing: -0.025em;
    line-height: 1.03;
    margin-bottom: 18px;
}
.section-heading > p:last-child, .passport-copy > p, .tech-copy > p, .waitlist-copy > p {
    color: var(--mm-muted);
    font-size: clamp(1rem, 1.6vw, 1.16rem);
    line-height: 1.75;
}
.eyebrow {
    color: var(--mm-teal);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.skip-to-content {
    background: var(--mm-teal);
    border-radius: 8px;
    color: white;
    font-size: 0.88rem;
    font-weight: 700;
    left: 16px;
    padding: 10px 16px;
    position: fixed;
    text-decoration: none;
    top: -100px;
    transition: top 0.2s ease;
    z-index: 2000;
}
.skip-to-content:focus { top: 10px; }

/* 3. Navbar adjustments */
.site-nav {
    background: color-mix(in srgb, var(--mm-bg) 82%, transparent);
    border-bottom: 1px solid transparent;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    z-index: 1000;
}
.site-nav.scrolled {
    backdrop-filter: blur(20px);
    border-bottom-color: var(--mm-border);
    box-shadow: 0 7px 28px rgba(25, 70, 70, 0.06);
}
.nav-inner {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    min-height: 72px;
    padding: 10px 24px;
}
.nav-logo {
    align-items: center;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    gap: 9px;
    letter-spacing: -0.03em;
    text-decoration: none;
}
.logo-mark {
    align-items: center;
    background: var(--mm-teal);
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(8, 124, 117, 0.2);
    color: white;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}
.logo-mark svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 20px; }
.nav-links { align-items: center; display: flex; gap: 4px; }
.nav-link {
    border-radius: 9px;
    color: var(--mm-muted);
    font-size: 0.84rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
    transition: 0.2s ease;
}
.nav-link:hover { background: var(--mm-bg-soft); color: var(--mm-ink); }
.nav-actions { align-items: center; display: flex; gap: 9px; }
.nav-cta, .button {
    align-items: center;
    border: 0;
    border-radius: 11px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.87rem;
    font-weight: 750;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.nav-cta, .button-primary { background: var(--mm-teal); box-shadow: 0 12px 25px rgba(8, 124, 117, 0.2); color: white; }
.nav-cta:hover, .button-primary:hover { background: var(--mm-teal-dark); transform: translateY(-2px); }
.button-secondary { background: var(--mm-surface); border: 1px solid var(--mm-border-strong); color: var(--mm-ink); }
.button-secondary:hover { background: var(--mm-surface-solid); transform: translateY(-2px); }
.theme-toggle {
    align-items: center;
    background: var(--mm-surface);
    border: 1px solid var(--mm-border);
    border-radius: 10px;
    color: var(--mm-muted);
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}
.theme-toggle svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 18px; }
.theme-toggle .icon-moon { display: none; }
[data-theme="dark"] .theme-toggle .icon-moon { display: block; }
[data-theme="dark"] .theme-toggle .icon-sun { display: none; }
.hamburger { background: transparent; border: 0; cursor: pointer; display: none; flex-direction: column; gap: 5px; padding: 6px; width: 34px; }
.hamburger-line { background: var(--mm-ink); border-radius: 2px; display: block; height: 2px; transition: 0.25s ease; width: 100%; }
.hamburger.open .hamburger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open .hamburger-line:nth-child(2) { opacity: 0; }
.hamburger.open .hamburger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* 4. Hero section */
.hero {
    align-items: center;
    display: grid;
    gap: clamp(42px, 7vw, 88px);
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    min-height: 780px;
    padding-bottom: 70px;
    padding-top: 125px;
    position: relative;
}
.hero-copy { position: relative; z-index: 2; }
.back-to-portfolio { display: block; margin-bottom: 28px; text-decoration: none; width: fit-content; }
.back-to-portfolio::before { content: '← '; }
.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(3.35rem, 6.6vw, 6.4rem);
    letter-spacing: -0.03em;
    line-height: 0.94;
    margin-bottom: 27px;
    max-width: 690px;
}
.hero h1 span { color: var(--mm-teal); }
.hero-lede { color: var(--mm-muted); font-size: clamp(1.04rem, 1.7vw, 1.22rem); line-height: 1.75; max-width: 625px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 29px; }
.hero-actions .button { min-height: 50px; padding: 13px 22px; }
.status-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.status-pills span {
    align-items: center;
    background: var(--mm-surface);
    border: 1px solid var(--mm-border);
    border-radius: 999px;
    color: var(--mm-muted);
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 650;
    gap: 7px;
    padding: 7px 11px;
}
.status-dot { background: #48aa68; border-radius: 50%; box-shadow: 0 0 0 4px rgba(72, 170, 104, 0.13); height: 7px; width: 7px; }
.hero-glow { border-radius: 50%; filter: blur(1px); pointer-events: none; position: absolute; }
.hero-glow-one { background: radial-gradient(circle, rgba(105, 181, 177, 0.22), transparent 68%); height: 520px; right: -180px; top: 90px; width: 520px; }
.hero-glow-two { background: radial-gradient(circle, rgba(99, 166, 111, 0.13), transparent 68%); bottom: 40px; height: 360px; left: -190px; width: 360px; }

/* 5. Hero mockup */
.hero-visual { min-height: 650px; perspective: 1200px; position: relative; }
.screenshot-phone {
    background: #111b1d;
    border: 8px solid #111b1d;
    border-radius: 38px;
    box-shadow: 0 35px 80px rgba(13, 48, 50, 0.24);
    overflow: hidden;
    position: relative;
}
.screenshot-phone::after {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 30px;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.screenshot-phone img { display: block; height: auto; width: 100%; }
.screenshot-phone-hero { left: 50%; position: absolute; top: 4px; transform: rotate(4deg) translateX(-50%); transform-origin: center; width: 310px; z-index: 3; }
.phone {
    background: #0b1719;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 44px;
    box-shadow: 0 45px 90px rgba(11, 49, 51, 0.26), inset 0 0 0 2px #23393b;
    padding: 10px;
    position: absolute;
}
.phone-hero { height: 620px; left: 50%; top: 10px; transform: rotate(4deg) translateX(-50%); width: 310px; z-index: 3; }
.phone-speaker { background: #061011; border-radius: 999px; height: 24px; left: 50%; position: absolute; top: 14px; transform: translateX(-50%); width: 92px; z-index: 4; }
.phone-screen { background: #f2f7f4; border-radius: 35px; color: #183436; height: 100%; overflow: hidden; padding: 42px 14px 12px; position: relative; }
.app-topbar { align-items: center; display: flex; justify-content: space-between; margin: 0 3px 13px; }
.app-topbar > div { display: flex; flex-direction: column; }
.app-greeting { color: #738789; font-size: 9px; }
.app-topbar strong { font-size: 14px; letter-spacing: -0.02em; }
.avatar { align-items: center; background: #0b756f; border-radius: 50%; color: white; display: flex; font-size: 9px; font-weight: 800; height: 29px; justify-content: center; width: 29px; }
.map-card, .progress-card { background: white; border: 1px solid rgba(22, 75, 76, 0.09); border-radius: 16px; box-shadow: 0 9px 25px rgba(17, 68, 68, 0.08); padding: 12px; }
.card-heading { align-items: center; display: flex; justify-content: space-between; }
.card-heading > div { display: flex; flex-direction: column; }
.card-heading span { color: #7b8d8e; font-size: 8px; }
.card-heading strong { font-size: 10px; }
.map-chip { background: #e0f2ef; border-radius: 999px; color: #0b756f !important; font-weight: 700; padding: 4px 7px; }
.world-map { fill: #9bc9b0; height: 112px; margin-top: 4px; width: 100%; }
.world-map path { stroke: white; stroke-width: 3; }
.map-legend { color: #6b7c7e; display: flex; font-size: 7px; gap: 12px; }
.map-legend span { align-items: center; display: flex; gap: 4px; }
.map-legend i { border-radius: 50%; height: 6px; width: 6px; }
.map-legend .visited { background: #65a670; }
.map-legend .wishlist { background: #e2ad5d; }
.mini-stats { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; margin: 8px 0; }
.mini-stats div { background: white; border: 1px solid rgba(22, 75, 76, 0.08); border-radius: 13px; display: flex; flex-direction: column; padding: 10px; }
.mini-stats span { color: #7a8d8e; font-size: 8px; }
.mini-stats strong { font-size: 20px; line-height: 1.2; }
.mini-stats small { color: #5b9b68; font-size: 7px; }
.progress-card { padding: 11px 12px; }
.progress-row { align-items: center; display: grid; font-size: 7px; gap: 6px; grid-template-columns: 42px 1fr 23px; margin-top: 9px; }
.progress-row b { color: #60787a; font-size: 7px; text-align: right; }
.progress-track { background: #e4ece8; border-radius: 99px; height: 5px; overflow: hidden; }
.progress-track i { background: linear-gradient(90deg, #4b9784, #83bb8a); border-radius: inherit; display: block; height: 100%; }
.app-tabbar { background: rgba(255,255,255,0.94); border: 1px solid rgba(22, 75, 76, 0.08); border-radius: 13px; bottom: 12px; display: flex; font-size: 7px; justify-content: space-around; left: 14px; padding: 9px 5px; position: absolute; right: 14px; }
.app-tabbar span { color: #809091; }
.app-tabbar .active { color: #087c75; font-weight: 800; }
.floating-card { align-items: center; backdrop-filter: blur(15px); background: color-mix(in srgb, var(--mm-surface-solid) 92%, transparent); border: 1px solid var(--mm-border); border-radius: 16px; box-shadow: var(--mm-shadow-small); display: flex; gap: 11px; padding: 14px 16px; position: absolute; z-index: 5; }
.floating-card > div { display: flex; flex-direction: column; }
.floating-label { color: var(--mm-faint); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.floating-card strong { font-size: 0.8rem; line-height: 1.4; }
.floating-stat { left: -5px; top: 87px; }
.floating-stat strong { font-size: 1.45rem; }
.floating-stat .positive { color: var(--mm-green); font-size: 0.62rem; }
.floating-passport { right: -3px; top: 182px; }
.floating-achievement { bottom: 74px; left: -7px; }
.passport-seal, .achievement-icon { align-items: center; background: var(--mm-mint); border-radius: 12px; color: var(--mm-teal); display: flex; font-size: 0.72rem; font-weight: 850; height: 38px; justify-content: center; width: 38px; }
.achievement-icon { background: var(--mm-sand); color: var(--mm-gold); font-size: 1rem; }
.orbit { border: 1px dashed rgba(8, 124, 117, 0.2); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.orbit-one { height: 510px; width: 510px; }
.orbit-two { height: 620px; width: 620px; }

/* 6. Status strip */
.status-strip { background: var(--mm-surface-dark); color: #d9e9e6; overflow: hidden; padding: 17px 0; }
.status-track { align-items: center; display: flex; gap: 44px; justify-content: center; margin: auto; max-width: 1400px; padding: 0 24px; }
.status-track span { font-size: 0.73rem; font-weight: 650; white-space: nowrap; }
.status-track span:not(:first-child)::before { color: #70b7ae; content: '◆'; font-size: 0.45rem; margin-right: 44px; }

/* 7. Problem section */
.problem-section { padding-bottom: 120px; padding-top: 125px; }
.problem-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.problem-card { background: var(--mm-surface); border: 1px solid var(--mm-border); border-radius: var(--radius-lg); min-height: 250px; padding: 27px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.problem-card:hover { box-shadow: var(--mm-shadow-small); transform: translateY(-5px); }
.problem-card > span { color: var(--mm-teal); display: block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; margin-bottom: 52px; }
.problem-card h3 { font-size: 1.05rem; letter-spacing: -0.02em; margin-bottom: 10px; }
.problem-card p { color: var(--mm-muted); font-size: 0.86rem; line-height: 1.7; }

/* 8. Features section */
.features-section { background: var(--mm-bg-soft); padding: 100px 0; }
.feature-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }
.feature-card { background: var(--mm-surface); border: 1px solid var(--mm-border); border-radius: var(--radius-lg); min-height: 230px; overflow: hidden; padding: 27px; position: relative; }
.feature-card h3 { font-size: 1.03rem; letter-spacing: -0.02em; margin: 26px 0 9px; }
.feature-card p { color: var(--mm-muted); font-size: 0.84rem; line-height: 1.7; }
.feature-icon { align-items: center; background: var(--mm-mint); border-radius: 12px; color: var(--mm-teal); display: flex; font-size: 1.2rem; font-weight: 700; height: 42px; justify-content: center; width: 42px; }
.feature-icon svg { fill: none; height: 21px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 21px; }
.feature-large { align-items: center; display: grid; gap: 24px; grid-column: span 3; grid-template-columns: auto minmax(250px, 0.68fr) 1fr; min-height: 355px; padding: 34px 36px; }
.feature-large h3 { font-size: 1.45rem; margin: 0 0 10px; }
.feature-large > div:nth-child(2) { align-self: center; max-width: 370px; }
.feature-large > div:nth-child(2) p { font-size: 0.9rem; }
.feature-screenshot {
    align-self: stretch;
    border-radius: 24px;
    height: 300px;
    margin: 0 -8px 0 auto;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.feature-screenshot::after { border: 1px solid rgba(255,255,255,0.22); border-radius: inherit; content: ''; inset: 0; pointer-events: none; position: absolute; }
.feature-map-art { display: block; height: 100%; object-fit: cover; object-position: center center; transition: transform 0.4s ease; width: 100%; }
.feature-large:hover .feature-map-art { transform: scale(1.025); }
.feature-screenshot-map { background-color: #dcebe6; background-image: linear-gradient(rgba(23,92,88,0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(23,92,88,0.055) 1px, transparent 1px), radial-gradient(circle at 90% 0%, rgba(255,255,255,0.72), transparent 44%); background-size: 25px 25px, 25px 25px, auto; }
.feature-screenshot-passport { background-color: #123638; background-image: radial-gradient(circle at 85% 5%, rgba(100,173,164,0.28), transparent 42%), radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px); background-size: auto, 20px 20px; }
.feature-device { background: #0c1718; border: 5px solid #0c1718; border-radius: 25px; box-shadow: 0 20px 36px rgba(7,35,36,0.28); overflow: hidden; position: absolute; transition: transform 0.4s ease; }
.feature-device img { display: block; height: auto; width: 100%; }
.feature-device-map-main { left: 34%; top: -30px; transform: rotate(-2deg); width: 42%; z-index: 2; }
.feature-device-map-side { right: 3%; top: 23px; transform: rotate(7deg); width: 29%; z-index: 1; }
.feature-device-passport-main { left: 44%; top: -34px; transform: rotate(2deg); width: 43%; z-index: 2; }
.feature-device-passport-side { left: 8%; top: 30px; transform: rotate(-7deg); width: 29%; z-index: 1; }
.feature-large:hover .feature-device-map-main { transform: rotate(-2deg) translateY(-5px); }
.feature-large:hover .feature-device-map-side { transform: rotate(7deg) translateY(-3px); }
.feature-large:hover .feature-device-passport-main { transform: rotate(2deg) translateY(-5px); }
.feature-large:hover .feature-device-passport-side { transform: rotate(-7deg) translateY(-3px); }
.feature-callout { align-items: center; background: rgba(255,255,255,0.96); border: 1px solid rgba(255,255,255,0.82); border-radius: 15px; box-shadow: 0 10px 22px rgba(8,49,49,0.16); color: #173b3a; display: flex; gap: 7px; line-height: 1.15; padding: 10px 13px; position: absolute; z-index: 4; }
.feature-callout b { font-size: 0.65rem; white-space: nowrap; }
.feature-callout small { color: #70817f; font-size: 0.48rem; font-weight: 650; }
.feature-callout i { background: #dff1e5; border-radius: 50%; color: #38a060; display: inline-grid; flex: 0 0 auto; font-size: 0.58rem; font-style: normal; height: 18px; place-items: center; width: 18px; }
.feature-callout-map { flex-direction: column; left: 4%; top: 48px; }
.feature-callout-continent { bottom: 26px; right: 3%; }
.feature-callout-continent i { background: #57aa70; height: 7px; width: 7px; }
.feature-callout-private { right: 4%; top: 34px; }
.feature-callout-share { bottom: 25px; left: 3%; }
.feature-map-visual { background-color: var(--mm-sky); background-image: linear-gradient(rgba(8,124,117,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(8,124,117,0.08) 1px, transparent 1px); background-size: 22px 22px; border-radius: 18px; height: 220px; margin: -1px -1px -1px auto; max-width: 460px; overflow: hidden; position: relative; width: 100%; }
.feature-map-visual::before { background: rgba(80, 155, 111, 0.5); border-radius: 52% 48% 62% 38%; content: ''; height: 105px; left: 17%; position: absolute; top: 31%; transform: rotate(-8deg); width: 210px; }
.feature-map-visual::after { background: rgba(80, 155, 111, 0.35); border-radius: 41% 59% 45% 55%; content: ''; height: 70px; position: absolute; right: 12%; top: 20%; transform: rotate(13deg); width: 110px; }
.map-pin { background: var(--mm-teal); border: 3px solid white; border-radius: 50% 50% 50% 0; box-shadow: 0 5px 12px rgba(0,0,0,0.18); height: 19px; position: absolute; transform: rotate(-45deg); width: 19px; z-index: 2; }
.pin-one { left: 35%; top: 37%; }.pin-two { left: 52%; top: 62%; }.pin-three { right: 25%; top: 34%; }
.feature-passport-card { background: var(--mm-surface-dark); color: #f1faf8; }
.feature-passport-card p { color: #a8c1be; }
.passport-lines { align-items: center; display: flex; gap: 12px; height: 100%; justify-content: center; }
.passport-lines i { background: linear-gradient(160deg, #1b5251, #0a3537); border: 1px solid rgba(255,255,255,0.1); border-radius: 17px; box-shadow: 0 16px 30px rgba(0,0,0,0.2); display: block; height: 175px; transform: rotate(-8deg); width: 115px; }
.passport-lines i:nth-child(2) { background: linear-gradient(160deg, #2c706b, #124744); transform: translateY(-12px); }
.passport-lines i:nth-child(3) { transform: rotate(8deg); }

/* 9. Digital passport section */
.passport-section { align-items: center; display: grid; gap: clamp(55px, 8vw, 100px); grid-template-columns: 0.8fr 1.2fr; padding-bottom: 110px; padding-top: 110px; }
.screenshot-phone-passport { justify-self: center; max-height: 620px; width: 320px; }
.screenshot-phone-passport img { transform: translateY(-1px); }
.passport-copy { max-width: 480px; }
.check-list { display: grid; gap: 13px; list-style: none; margin: 30px 0; }
.check-list li { align-items: center; color: var(--mm-muted); display: flex; font-size: 0.89rem; gap: 11px; }
.check-list span { align-items: center; background: var(--mm-mint); border-radius: 50%; color: var(--mm-teal); display: flex; font-size: 0.7rem; height: 24px; justify-content: center; width: 24px; }
.text-link { color: var(--mm-teal); font-size: 0.9rem; font-weight: 750; text-decoration: none; }
.text-link span { display: inline-block; transition: transform 0.2s ease; }
.text-link:hover span { transform: translateX(4px); }
.passport-mockup { display: grid; filter: drop-shadow(0 28px 45px rgba(16, 56, 57, 0.15)); grid-template-columns: 0.74fr 1.26fr; min-height: 490px; perspective: 1000px; }
.passport-cover { background: linear-gradient(145deg, #0c5f5b, #073e41); border-radius: 22px 5px 5px 22px; color: white; display: flex; flex-direction: column; justify-content: space-between; padding: 34px 30px; transform: rotateY(7deg); transform-origin: right; }
.passport-cover-top { align-items: center; display: flex; font-size: 0.68rem; font-weight: 800; gap: 10px; letter-spacing: 0.12em; }
.passport-seal.large { background: rgba(255,255,255,0.12); color: white; height: 42px; width: 42px; }
.passport-globe { border: 1px solid rgba(255,255,255,0.5); border-radius: 50%; height: 120px; margin: auto; position: relative; width: 120px; }
.passport-globe::before, .passport-globe::after, .passport-globe i { border: 1px solid rgba(255,255,255,0.32); border-radius: 50%; content: ''; inset: 13px 35px; position: absolute; }
.passport-globe::after { inset: 35px 13px; }
.passport-globe i:first-child { border-radius: 0; border-width: 1px 0 0; inset: 50% 0 0; }
.passport-cover > div:last-child { display: flex; flex-direction: column; }
.passport-cover > div:last-child strong { font-size: 1rem; letter-spacing: 0.08em; }
.passport-cover > div:last-child span { color: #aad1cd; font-size: 0.65rem; margin-top: 5px; }
.passport-page { background: #fffdf8; border: 1px solid #e7dfcf; border-radius: 4px 22px 22px 4px; color: #173436; display: flex; flex-direction: column; padding: 31px; transform: rotateY(-2deg); transform-origin: left; }
.passport-page-header { align-items: center; border-bottom: 1px solid #ddd8ca; display: flex; justify-content: space-between; padding-bottom: 18px; }
.passport-page-header > div { display: flex; flex-direction: column; }
.passport-page-header span, .passport-primary-stat span, .recent-stamp small { color: #7b8886; font-size: 0.57rem; font-weight: 800; letter-spacing: 0.12em; }
.passport-page-header strong { font-family: Georgia, serif; font-size: 1.1rem; }
.share-placeholder { background: #e2efea; border: 0; border-radius: 8px; color: #0b756f; font-size: 0.65rem; font-weight: 800; padding: 7px 10px; }
.passport-identity { align-items: stretch; display: grid; gap: 16px; grid-template-columns: 86px 1fr; margin: 23px 0; }
.passport-photo { align-items: center; background: #dce9e5; border: 1px solid #c7dad4; border-radius: 11px; color: #0b756f; display: flex; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 700; justify-content: center; }
.passport-primary-stat { background: #f2eee3; border-radius: 11px; display: flex; flex-direction: column; padding: 13px 16px; }
.passport-primary-stat strong { font-size: 2rem; line-height: 1.15; }
.passport-primary-stat small { color: #648069; font-size: 0.62rem; }
.passport-stat-grid { display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); }
.passport-stat-grid div { background: #f5f2e9; border-radius: 9px; display: flex; flex-direction: column; padding: 10px; }
.passport-stat-grid strong { font-size: 1rem; }
.passport-stat-grid span { color: #7b8886; font-size: 0.5rem; }
.recent-stamp { align-items: center; border: 1px dashed #bdc8c1; border-radius: 11px; display: grid; gap: 11px; grid-template-columns: auto 1fr auto; margin-top: 18px; padding: 13px; }
.stamp-icon { align-items: center; background: #dfeee9; border-radius: 50%; color: #0b756f; display: flex; height: 34px; justify-content: center; width: 34px; }
.recent-stamp > div { display: flex; flex-direction: column; }
.recent-stamp > div strong { font-size: 0.76rem; }.recent-stamp > div span { color: #778785; font-size: 0.57rem; }.recent-stamp > b { color: #b39b67; font-family: Georgia, serif; font-size: 0.75rem; }
.passport-footer-line { border-top: 1px solid #ddd8ca; color: #677876; display: flex; font-family: monospace; font-size: 0.45rem; justify-content: space-between; margin-top: auto; padding-top: 13px; }

/* 10. How it works section */
.how-section { background: var(--mm-surface-dark); color: #f1f8f7; padding: 120px 0; }
.how-section .eyebrow { color: #76c8bd; }.how-section .section-heading { max-width: 620px; }
.steps-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.step-card { background: rgba(255,255,255,0.055); border: 1px solid rgba(255,255,255,0.11); border-radius: var(--radius-lg); min-height: 315px; padding: 28px; position: relative; }
.step-number { color: #78aaa5; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.13em; position: absolute; right: 26px; top: 23px; }
.step-icon { align-items: center; background: rgba(95, 193, 179, 0.14); border-radius: 14px; color: #70c2b6; display: flex; font-size: 1.4rem; height: 52px; justify-content: center; margin-bottom: 72px; width: 52px; }
.step-card h3 { font-size: 1.1rem; letter-spacing: -0.02em; margin-bottom: 11px; }
.step-card p { color: #a7bfbc; font-size: 0.86rem; line-height: 1.7; }

/* 11. App preview section */
.preview-section { padding-bottom: 105px; padding-top: 105px; }
.app-screen-grid { display: grid; gap: clamp(22px, 5vw, 70px); grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 65px auto 0; max-width: 850px; }
.app-screen-card { align-items: center; display: flex; flex-direction: column; text-align: center; }
.app-screen-card .screenshot-phone { max-height: 570px; width: min(100%, 300px); }
.app-screen-card .screenshot-phone img { transition: transform 0.35s ease; }
.app-screen-card:hover .screenshot-phone img { transform: scale(1.012); }
.app-screen-card > div:last-child { margin-top: 22px; max-width: 310px; }
.app-screen-card > div:last-child > span { color: var(--mm-teal); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.app-screen-card h3 { font-size: 1.15rem; letter-spacing: -0.025em; margin: 5px 0 7px; }
.app-screen-card p { color: var(--mm-muted); font-size: 0.82rem; line-height: 1.65; }
.landmark-gallery { display: grid; gap: 16px; grid-template-columns: 1.15fr 1fr; grid-template-rows: repeat(2, 250px); margin-top: 60px; }
.landmark-card { border-radius: var(--radius-lg); box-shadow: var(--mm-shadow-small); overflow: hidden; position: relative; }
.landmark-card.landmark-tall { grid-row: span 2; }
.landmark-card::after { background: linear-gradient(to top, rgba(5, 27, 29, 0.9), rgba(5, 27, 29, 0.06) 65%); content: ''; inset: 0; position: absolute; }
.landmark-card img { height: 100%; object-fit: cover; transition: transform 0.5s ease; width: 100%; }
.landmark-card:hover img { transform: scale(1.035); }
.landmark-overlay { bottom: 0; color: white; left: 0; padding: 25px; position: absolute; right: 0; z-index: 1; }
.landmark-overlay > span { color: #a9d9d1; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.landmark-overlay h3 { font-size: 1.25rem; letter-spacing: -0.025em; line-height: 1.2; margin-top: 4px; }
.landmark-overlay p { color: #d4e4e1; font-size: 0.72rem; }
.landmark-overlay b { background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.25); border-radius: 999px; font-size: 0.6rem; padding: 5px 9px; position: absolute; right: 22px; top: 27px; }
.preview-rail { align-items: flex-start; display: flex; gap: clamp(18px, 4vw, 45px); justify-content: center; margin: 80px 0 52px; }
.preview-phone { text-align: center; width: 250px; }
.preview-phone.featured { transform: translateY(-35px); width: 270px; }
.preview-phone.tilt-left { transform: rotate(-3deg); }.preview-phone.tilt-right { transform: rotate(3deg); }
.preview-screen { background: #f1f6f3; border: 9px solid #102729; border-radius: 35px; box-shadow: 0 28px 60px rgba(18, 59, 60, 0.16); color: #173436; height: 480px; overflow: hidden; padding: 35px 14px 15px; position: relative; text-align: left; }
.preview-screen::before { background: #102729; border-radius: 99px; content: ''; height: 19px; left: 50%; position: absolute; top: 10px; transform: translateX(-50%); width: 70px; }
.preview-phone h3 { font-size: 0.95rem; margin-top: 18px; }.preview-phone p { color: var(--mm-muted); font-size: 0.72rem; }
.preview-top { display: flex; flex-direction: column; }.preview-top small { color: #78908e; font-size: 0.55rem; }.preview-top strong { font-size: 0.93rem; }
.preview-world { background: #d9ebe1; border-radius: 16px; height: 145px; margin: 14px 0; overflow: hidden; position: relative; }
.preview-world::before, .preview-world::after { background: #77aa82; border-radius: 50% 40% 60% 30%; content: ''; height: 58px; left: 18px; position: absolute; top: 33px; transform: rotate(-11deg); width: 94px; }.preview-world::after { height: 45px; left: auto; right: 17px; top: 49px; width: 70px; }
.preview-stat-row { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }.preview-stat-row span { background: white; border-radius: 10px; color: #718483; display: flex; flex-direction: column; font-size: 0.52rem; padding: 10px; }.preview-stat-row b { color: #173436; font-size: 1.1rem; }
.preview-list { display: grid; gap: 8px; margin-top: 13px; }.preview-list i { background: white; border-radius: 8px; height: 42px; }
.mini-passport-cover { align-items: center; background: linear-gradient(145deg, #0b6964, #073e41); border-radius: 18px; color: white; display: flex; flex-direction: column; height: 220px; justify-content: center; margin-bottom: 13px; }.mini-passport-cover span { align-items: center; border: 1px solid rgba(255,255,255,0.4); border-radius: 50%; display: flex; font-size: 0.8rem; font-weight: 800; height: 55px; justify-content: center; margin-bottom: 24px; width: 55px; }.mini-passport-cover strong { font-family: Georgia, serif; font-size: 1rem; }.mini-passport-cover small { color: #afd1ce; font-size: 0.56rem; }
.flag-grid { display: grid; gap: 6px; grid-template-columns: repeat(3, 1fr); margin-top: 13px; }.flag-grid i { background: white; border-radius: 8px; font-size: 1.1rem; font-style: normal; padding: 9px; text-align: center; }
.photo-placeholder { align-items: center; background: linear-gradient(145deg, #c3ddd0, #8db5a0); border-radius: 16px; color: white; display: flex; flex-direction: column; height: 180px; justify-content: center; margin: 14px 0; }.photo-placeholder span { font-size: 2rem; }.photo-placeholder small { font-size: 0.6rem; }
.place-row { align-items: center; background: white; border-radius: 9px; display: flex; font-size: 0.55rem; justify-content: space-between; margin-bottom: 8px; padding: 11px; }.place-row b { color: #177b70; font-size: 0.5rem; }
.preview-labels { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }.preview-labels span { background: var(--mm-bg-soft); border: 1px solid var(--mm-border); border-radius: 99px; color: var(--mm-muted); font-size: 0.72rem; font-weight: 650; padding: 7px 12px; }

/* 12. Audience section */
.audience-section { background: var(--mm-bg-soft); padding: 120px 0; }
.audience-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.audience-grid article { background: var(--mm-surface); min-height: 235px; padding: 27px; }
.audience-grid article:first-child { border-radius: 20px 0 0 0; }.audience-grid article:nth-child(4) { border-radius: 0 20px 0 0; }.audience-grid article:nth-child(5) { border-radius: 0 0 0 20px; }.audience-grid article:last-child { border-radius: 0 0 20px 0; grid-column: span 2; }
.audience-grid span { color: var(--mm-teal); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; }.audience-grid h3 { font-size: 1rem; margin: 65px 0 9px; }.audience-grid p { color: var(--mm-muted); font-size: 0.82rem; line-height: 1.65; }

/* 13. Tech section */
.tech-section { align-items: center; display: grid; gap: 70px; grid-template-columns: 0.8fr 1.2fr; padding-bottom: 130px; padding-top: 130px; }
.tech-list { display: flex; flex-wrap: wrap; gap: 10px; }.tech-list span { background: var(--mm-surface); border: 1px solid var(--mm-border); border-radius: 12px; color: var(--mm-muted); font-size: 0.79rem; font-weight: 650; padding: 12px 15px; }

/* 14. Waitlist form */
.waitlist-section { background: linear-gradient(135deg, #0b4f50, #082c31); color: white; overflow: hidden; padding: 100px 0; position: relative; }
.waitlist-section::before { border: 1px solid rgba(255,255,255,0.08); border-radius: 50%; content: ''; height: 630px; position: absolute; right: -170px; top: -250px; width: 630px; }.waitlist-section::after { border: 1px solid rgba(255,255,255,0.06); border-radius: 50%; bottom: -340px; content: ''; height: 600px; left: -220px; position: absolute; width: 600px; }
.waitlist-layout { align-items: center; display: grid; gap: 85px; grid-template-columns: 0.78fr 1.22fr; position: relative; z-index: 1; }.waitlist-copy .eyebrow { color: #86d5ca; }.waitlist-copy > p { color: #b6cdca; }
.waitlist-note { align-items: flex-start; display: flex; gap: 13px; margin-top: 35px; }.waitlist-note > span { align-items: center; background: rgba(130,214,202,0.14); border-radius: 50%; color: #86d5ca; display: flex; flex: 0 0 auto; height: 31px; justify-content: center; width: 31px; }.waitlist-note strong { font-size: 0.86rem; }.waitlist-note p { color: #9ab5b2; font-size: 0.76rem; margin-top: 3px; }
.waitlist-form { background: #fbfdfc; border-radius: var(--radius-lg); box-shadow: 0 30px 70px rgba(0,0,0,0.2); color: #173436; padding: clamp(24px, 4vw, 40px); }.form-row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }.form-field { display: flex; flex-direction: column; margin-bottom: 17px; }.form-field label, .form-field legend { font-size: 0.73rem; font-weight: 750; margin-bottom: 7px; }.form-field label span { color: #81908f; font-weight: 500; }.form-field input, .form-field select, .form-field textarea { appearance: none; background: #f1f6f3; border: 1px solid #d9e5e0; border-radius: 10px; color: #173436; outline: none; padding: 12px 13px; transition: border-color 0.2s ease, box-shadow 0.2s ease; width: 100%; }.form-field textarea { resize: vertical; }.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #4aa39a; box-shadow: 0 0 0 3px rgba(74,163,154,0.12); }.form-field select { background-image: linear-gradient(45deg, transparent 50%, #67807d 50%), linear-gradient(135deg, #67807d 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-repeat: no-repeat; background-size: 5px 5px; }.radio-field { border: 0; flex-direction: row; flex-wrap: wrap; gap: 8px; }.radio-field legend { flex-basis: 100%; }.radio-field label { margin: 0; }.radio-field input { height: 1px; opacity: 0; position: absolute; width: 1px; }.radio-field label span { background: #f1f6f3; border: 1px solid #d9e5e0; border-radius: 9px; color: #536968; cursor: pointer; display: block; font-size: 0.7rem; font-weight: 700; padding: 9px 12px; }.radio-field input:checked + span { background: #e0f1ed; border-color: #56a69e; color: #087c75; }.radio-field input:focus-visible + span { outline: 2px solid #087c75; outline-offset: 2px; }.form-submit { width: 100%; }.form-success { background: #e3f4e7; border: 1px solid #b8dfc1; border-radius: 9px; color: #28633a; display: none; font-size: 0.75rem; margin-top: 14px; padding: 11px 13px; }.form-success.visible { display: block; }

/* 15. FAQ section */
.faq-section { padding-bottom: 95px; padding-top: 95px; }.faq-list { margin: 0 auto; max-width: 850px; }.faq-list details { border-bottom: 1px solid var(--mm-border-strong); }.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 0.95rem; font-weight: 700; justify-content: space-between; list-style: none; padding: 22px 2px; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { align-items: center; border: 1px solid var(--mm-border-strong); border-radius: 50%; color: var(--mm-teal); display: flex; flex: 0 0 auto; font-size: 1rem; font-weight: 400; height: 29px; justify-content: center; transition: transform 0.2s ease; width: 29px; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { color: var(--mm-muted); font-size: 0.87rem; line-height: 1.75; max-width: 730px; padding: 0 2px 23px; }

/* 16. Footer adjustments */
.site-footer { background: var(--mm-surface-dark); color: white; padding-top: 75px; }.footer-grid { align-items: flex-start; display: flex; justify-content: space-between; padding-bottom: 55px; }.footer-brand p { color: #9db5b2; font-size: 0.8rem; margin-top: 13px; }.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }.footer-links a { color: #b4c9c6; font-size: 0.77rem; font-weight: 600; text-decoration: none; }.footer-links a:hover { color: white; }.image-credits { color: #718c88; font-size: 0.58rem; line-height: 1.6; padding-bottom: 18px; }.image-credits a { color: #91aaa6; }.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); color: #839d99; display: flex; font-size: 0.7rem; justify-content: space-between; padding-bottom: 25px; padding-top: 25px; }.footer-bottom a { color: #b4c9c6; text-decoration: none; }.back-to-top { background: var(--mm-teal); border: 0; border-radius: 50%; bottom: 22px; box-shadow: 0 12px 25px rgba(0,0,0,0.18); color: white; cursor: pointer; height: 43px; opacity: 0; pointer-events: none; position: fixed; right: 22px; transform: translateY(12px); transition: 0.25s ease; width: 43px; z-index: 50; }.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* 17. Animations */
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.floating-stat { animation: float 5s ease-in-out infinite; }.floating-passport { animation: float 6s ease-in-out 0.8s infinite; }.floating-achievement { animation: float 5.5s ease-in-out 0.4s infinite; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }

/* 18. Responsive styles */
@media (max-width: 1050px) {
    .hero { grid-template-columns: 1fr 430px; }.hero-visual { transform: scale(0.88); transform-origin: center; }.problem-grid { grid-template-columns: repeat(2, 1fr); }.feature-large { grid-template-columns: auto 0.8fr 1fr; }.feature-screenshot { max-width: 400px; }.passport-section { gap: 45px; grid-template-columns: 0.72fr 1.28fr; }.passport-mockup { min-height: 440px; }.passport-cover { padding: 27px 22px; }.passport-page { padding: 24px; }.audience-grid { grid-template-columns: repeat(3, 1fr); }.audience-grid article:nth-child(4), .audience-grid article:nth-child(5), .audience-grid article:last-child, .audience-grid article:first-child { border-radius: 0; grid-column: auto; }.audience-grid article:last-child { grid-column: span 3; }.waitlist-layout { gap: 50px; }
}

@media (max-width: 820px) {
    .section-shell { padding-left: 20px; padding-right: 20px; }.nav-inner { padding-left: 20px; padding-right: 20px; }.hamburger { display: flex; order: 3; }.nav-links { background: color-mix(in srgb, var(--mm-bg) 96%, transparent); border-bottom: 1px solid var(--mm-border); box-shadow: 0 16px 25px rgba(0,0,0,0.08); display: none; flex-direction: column; left: 0; padding: 13px 20px 18px; position: absolute; right: 0; top: 100%; }.nav-links.open { display: flex; }.nav-link { padding: 10px 12px; width: 100%; }.nav-actions { margin-left: auto; }.nav-cta { display: none; }
    .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 55px; padding-top: 125px; text-align: center; }.hero-copy { margin: auto; max-width: 720px; }.back-to-portfolio { margin-left: auto; margin-right: auto; }.hero h1 { margin-left: auto; margin-right: auto; }.hero-lede { margin: auto; }.hero-actions, .status-pills { justify-content: center; }.hero-visual { height: 620px; margin: -10px auto 0; max-width: 600px; transform: scale(0.92); width: 100%; }.screenshot-phone-passport { max-height: 600px; }.status-track { animation: none; flex-wrap: wrap; gap: 15px 30px; }.status-track span:not(:first-child)::before { margin-right: 30px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }.feature-large { grid-column: span 2; grid-template-columns: auto 1fr; padding: 30px; }.feature-large > :last-child { grid-column: span 2; }.feature-screenshot { margin: 0; max-width: none; }.feature-map-visual { margin-left: 0; max-width: none; }.passport-section { grid-template-columns: 1fr; }.passport-copy { max-width: 650px; }.passport-mockup { margin: auto; max-width: 700px; width: 100%; }.landmark-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 240px; }.landmark-card.landmark-tall { grid-column: span 2; grid-row: auto; }.tech-section, .waitlist-layout { grid-template-columns: 1fr; }.waitlist-copy { max-width: 600px; }
}

@media (max-width: 600px) {
    .section-shell { padding-left: 16px; padding-right: 16px; }.nav-inner { min-height: 64px; padding-left: 16px; padding-right: 16px; }.logo-mark { height: 31px; width: 31px; }.theme-toggle { height: 38px; width: 38px; }.section-heading { margin-bottom: 32px; }.section-heading h2, .passport-copy h2, .tech-copy h2, .waitlist-copy h2 { font-size: clamp(2rem, 10vw, 2.8rem); }.hero { overflow: hidden; padding-top: 105px; }.hero-copy { min-width: 0; width: 100%; }.hero h1 { font-size: clamp(3.05rem, 16vw, 4.5rem); }.hero-lede { font-size: 1rem; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.status-pills { align-items: center; flex-direction: column; }.hero-visual { height: 525px; left: auto; margin-top: -20px; max-width: 100%; min-width: 0; position: relative; transform: none; translate: none; width: 100%; }.screenshot-phone-hero { width: 245px; }.floating-card { transform: scale(0.82); }.floating-stat { left: -35px; top: 78px; }.floating-passport { right: -44px; top: 165px; }.floating-achievement { bottom: 35px; left: -36px; }.orbit-one { height: 390px; width: 390px; }.orbit-two { height: 480px; width: 480px; }.status-strip { margin-top: 0; }.status-track { align-items: flex-start; flex-direction: column; gap: 9px; }.status-track span { white-space: normal; }.status-track span:not(:first-child)::before { margin-right: 10px; }
    .features-section, .passport-section, .preview-section, .waitlist-section, .faq-section { padding-bottom: 75px; padding-top: 75px; }.feature-grid { grid-template-columns: 1fr; }.feature-large { display: grid; grid-column: span 1; grid-template-columns: 1fr; padding: 25px; }.feature-large > :last-child { grid-column: span 1; }.feature-passport-card .feature-icon { margin-bottom: 0; }.feature-screenshot { height: 230px; margin-top: 8px; }.passport-lines { height: 180px; overflow: hidden; }.feature-card { min-height: 210px; }.passport-copy { min-width: 0; width: 100%; }.screenshot-phone-passport { max-height: 570px; width: 280px; }.passport-section { overflow: hidden; }.landmark-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 310px); margin-top: 42px; padding: 0 16px; }.landmark-card.landmark-tall { grid-column: auto; }.preview-section { padding-left: 0; padding-right: 0; }.preview-section .section-heading { padding-left: 16px; padding-right: 16px; }.form-row { grid-template-columns: 1fr; }.waitlist-form { border-radius: 18px; }.footer-grid { flex-direction: column; gap: 35px; }.footer-links { gap: 14px 20px; }.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 390px) {
    .nav-logo > span:last-child { display: none; }.radio-field { flex-direction: column; }.radio-field label span { text-align: center; }
}

:focus-visible { outline: 3px solid color-mix(in srgb, var(--mm-teal) 70%, white); outline-offset: 3px; }
