:root {
    color-scheme: dark;
    --ink: #0a1526;
    --ink-deep: #07101e;
    --surface: #13243a;
    --surface-raised: #1b3150;
    --court: #244a73;
    --line: rgba(245, 247, 238, 0.11);
    --paper: #f5f7ee;
    --fog: #aebdcb;
    --ball: #d9f45b;
    --ball-ink: #0a1526;
    --clay: #ff6b52;
    --success: #5ad6a0;
    --max-width: 1160px;
    --page-gutter: clamp(20px, 4vw, 56px);
    --serif: Iowan Old Style, Baskerville, Georgia, serif;
    --sans: Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
    --mono: SFMono-Regular, Consolas, Liberation Mono, monospace;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--paper);
    background: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
}

a:hover {
    color: var(--ball);
}

a:focus-visible {
    outline: 3px solid var(--ball);
    outline-offset: 4px;
    border-radius: 4px;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.skip-link {
    position: fixed;
    z-index: 20;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    color: var(--ball-ink);
    background: var(--ball);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    z-index: 10;
    top: 0;
    border-bottom: 1px solid transparent;
    background: rgba(10, 21, 38, 0.84);
    backdrop-filter: blur(18px);
}

.site-header__inner,
.page-shell,
.site-footer__inner {
    width: min(100% - (var(--page-gutter) * 2), var(--max-width));
    margin: 0 auto;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 72px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--paper);
    font-size: 14px;
    font-weight: 780;
    letter-spacing: -0.02em;
    text-decoration: none;
    white-space: nowrap;
}

.brand:hover {
    color: var(--paper);
}

.brand__mark {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(245, 247, 238, 0.12);
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
    color: var(--fog);
    font-size: 13px;
    font-weight: 650;
}

.primary-nav a {
    text-decoration: none;
}

.primary-nav a[aria-current="page"] {
    color: var(--ball);
}

.page-shell {
    padding: 0 0 84px;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
    gap: clamp(44px, 8vw, 108px);
    align-items: center;
    min-height: min(780px, calc(100svh - 72px));
    padding: clamp(72px, 11vw, 150px) 0 clamp(72px, 9vw, 116px);
}

.eyebrow,
.section-label,
.legal-kicker {
    margin: 0 0 14px;
    color: var(--ball);
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

.hero h1 {
    max-width: 650px;
    margin-bottom: 24px;
    font-family: var(--serif);
    font-size: clamp(54px, 7.1vw, 98px);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.91;
}

.hero h1 em {
    color: var(--ball);
    font-weight: inherit;
}

.hero__copy {
    max-width: 510px;
    color: var(--fog);
    font-size: clamp(17px, 1.8vw, 21px);
    letter-spacing: -0.018em;
    line-height: 1.48;
}

.hero__notes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 32px 0 0;
    padding: 0;
    color: var(--fog);
    font-size: 13px;
    list-style: none;
}

.hero__actions,
.availability__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

.app-store-cta {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    align-items: baseline;
    column-gap: 6px;
    min-height: 48px;
    padding: 10px 14px;
    color: var(--ball-ink);
    background: var(--ball);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: -0.01em;
    line-height: 1;
    text-decoration: none;
}

.app-store-cta span {
    grid-column: 1 / 3;
    margin-bottom: 2px;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.app-store-cta strong {
    grid-column: 1 / 3;
    font-size: 17px;
    letter-spacing: -0.045em;
}

.app-store-cta b {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    margin-left: 6px;
    font-size: 16px;
    font-weight: 700;
}

.app-store-cta:hover {
    color: var(--ball-ink);
    background: #e6fa8b;
}

.hero__support {
    color: var(--paper);
    font-size: 14px;
    font-weight: 720;
}

.hero__notes li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero__notes li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ball);
    content: "";
}

.hero-visual {
    position: relative;
    min-height: 490px;
}

.phone {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: min(100%, 360px);
    aspect-ratio: 0.5;
    overflow: hidden;
    border: 7px solid #0a0d13;
    border-radius: 42px;
    background: #0a1526;
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(245, 247, 238, 0.1);
    transform: translate(-50%, -50%) rotate(4deg);
}

.phone::before {
    position: absolute;
    z-index: 4;
    top: 13px;
    left: 50%;
    width: 35%;
    height: 22px;
    border-radius: 999px;
    background: #050a11;
    content: "";
    transform: translateX(-50%);
}

.phone__screen {
    position: relative;
    min-height: 100%;
    padding: 52px 16px 18px;
    background:
        radial-gradient(circle at 76% 18%, rgba(217, 244, 91, 0.13), transparent 21%),
        #0a1526;
}

.screen-status,
.screen-title-row,
.timeline__header,
.timeline__footer,
.screen-tabs,
.screen-stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.screen-status {
    color: #8c9aad;
    font-family: var(--mono);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.screen-title-row {
    margin: 18px 0 13px;
}

.screen-title-row strong {
    font-size: 20px;
    letter-spacing: -0.05em;
}

.screen-title-row span {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    color: #0a1526;
    background: #d9f45b;
    border-radius: 50%;
    font-size: 14px;
}

.screen-tabs {
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 14px;
}

.screen-tab {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 5px 8px;
    color: #8c9aad;
    border-radius: 7px;
    font-size: 8px;
    font-weight: 800;
}

.screen-tab.is-active {
    color: #0a1526;
    background: #d9f45b;
}

.screen-card {
    margin-bottom: 11px;
    padding: 12px;
    border: 1px solid rgba(245, 247, 238, 0.09);
    border-radius: 14px;
    background: #13243a;
}

.screen-card__meta,
.screen-card__title,
.screen-card__detail {
    display: block;
}

.screen-card__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 10px;
}

.screen-card__meta {
    color: #8c9aad;
    font-family: var(--mono);
    font-size: 7px;
    letter-spacing: 0.08em;
}

.favorite-icon {
    display: inline-block;
    color: #ff6b52;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.screen-card__meta-row + .screen-card__title {
    margin-top: 5px;
}

.screen-card__title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.screen-card__detail {
    margin-top: 2px;
    color: #8c9aad;
    font-size: 9px;
}

.court-mini {
    position: relative;
    height: 126px;
    margin: 12px 0;
    overflow: hidden;
    border: 1px solid rgba(245, 247, 238, 0.19);
    border-radius: 9px;
    background: #244a73;
}

.court-mini::before,
.court-mini::after {
    position: absolute;
    border: 1px solid rgba(245, 247, 238, 0.5);
    content: "";
}

.court-mini::before {
    inset: 14px 21px;
}

.court-mini::after {
    top: 50%;
    right: 21px;
    left: 21px;
    height: 1px;
    border-width: 1px 0 0;
}

.court-mini__service-line {
    position: absolute;
    z-index: 1;
    top: 31px;
    bottom: 31px;
    left: 50%;
    width: 1px;
    background: rgba(245, 247, 238, 0.5);
}

.court-mini__path {
    position: absolute;
    z-index: 2;
    top: 36px;
    left: 53px;
    width: 147px;
    height: 72px;
    border: 2px solid transparent;
    border-top-color: #d9f45b;
    border-radius: 50%;
    transform: rotate(-17deg);
}

.court-mini__ball {
    position: absolute;
    z-index: 3;
    top: 45px;
    right: 54px;
    width: 10px;
    height: 10px;
    border: 2px solid #0a1526;
    border-radius: 50%;
    background: #d9f45b;
    box-shadow: 0 0 0 6px rgba(217, 244, 91, 0.12);
}

.screen-stat-row {
    gap: 10px;
}

.screen-stat-row div {
    flex: 1;
}

.screen-stat-row span,
.screen-stat-row strong {
    display: block;
}

.screen-stat-row span {
    color: #8c9aad;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
}

.screen-stat-row strong {
    margin-top: 1px;
    font-size: 15px;
    letter-spacing: -0.05em;
}

.timeline__header,
.timeline__footer {
    color: #8c9aad;
    font-family: var(--mono);
    font-size: 7px;
}

.timeline__track {
    position: relative;
    height: 15px;
    margin: 5px 0;
}

.timeline__track::before {
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: #1b3150;
    content: "";
}

.timeline__track::after {
    position: absolute;
    top: 7px;
    left: 0;
    width: 63%;
    height: 2px;
    border-radius: 999px;
    background: #d9f45b;
    content: "";
}

.timeline__hit {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 63%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff6b52;
    box-shadow: 0 0 0 3px rgba(255, 107, 82, 0.18);
}

.hero-visual__orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(100%, 500px);
    aspect-ratio: 1;
    border: 1px solid rgba(217, 244, 91, 0.25);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.hero-visual__orbit::before,
.hero-visual__orbit::after {
    position: absolute;
    border: 1px solid rgba(245, 247, 238, 0.13);
    content: "";
}

.hero-visual__orbit::before {
    inset: 11%;
    border-radius: 50%;
}

.hero-visual__orbit::after {
    top: 50%;
    right: -9%;
    left: -9%;
    transform: rotate(-20deg);
}

.hero-visual__annotation {
    position: absolute;
    z-index: 3;
    right: -2%;
    bottom: 13%;
    padding: 12px 14px;
    border: 1px solid rgba(245, 247, 238, 0.13);
    border-radius: 9px;
    background: rgba(19, 36, 58, 0.94);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
    transform: rotate(-4deg);
}

.hero-visual__annotation span,
.hero-visual__annotation strong {
    display: block;
}

.hero-visual__annotation span {
    color: var(--fog);
    font-family: var(--mono);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.hero-visual__annotation strong {
    margin-top: 3px;
    color: var(--ball);
    font-size: 16px;
    letter-spacing: -0.05em;
}

.statement {
    display: grid;
    grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1fr);
    gap: 28px;
    padding: 42px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.statement p {
    max-width: 770px;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(29px, 3.5vw, 47px);
    letter-spacing: -0.055em;
    line-height: 1.04;
}

.section {
    padding: clamp(78px, 10vw, 132px) 0;
}

.section-heading {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 28px;
    margin-bottom: 42px;
}

.section-heading h2,
.legal-heading h1 {
    max-width: 760px;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.96;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--line);
}

.feature-card {
    min-height: 310px;
    padding: 26px;
    background: var(--ink);
}

.feature-card__number {
    display: block;
    margin-bottom: 74px;
    color: var(--ball);
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.feature-card h3 {
    margin-bottom: 10px;
    font-size: 21px;
    letter-spacing: -0.045em;
}

.feature-card p {
    max-width: 290px;
    margin-bottom: 0;
    color: var(--fog);
    font-size: 15px;
}

.process-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(36px, 8vw, 110px);
    align-items: start;
}

.process-layout h2,
.privacy-panel h2,
.pro-panel h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(40px, 4.8vw, 62px);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.97;
}

.steps {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
    counter-reset: item;
}

.steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
}

.steps li::before {
    color: var(--ball);
    content: "0" counter(item);
    counter-increment: item;
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.steps h3 {
    margin: 0 0 5px;
    font-size: 18px;
    letter-spacing: -0.03em;
}

.steps p {
    margin-bottom: 0;
    color: var(--fog);
}

.privacy-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    gap: clamp(36px, 6vw, 90px);
    padding: clamp(42px, 6vw, 76px);
    background: var(--surface);
}

.privacy-panel__copy p,
.pro-panel__copy p {
    max-width: 630px;
    margin: 22px 0 0;
    color: var(--fog);
    font-size: 17px;
}

.privacy-facts {
    display: grid;
    gap: 1px;
    align-content: start;
    margin: 0;
    background: rgba(245, 247, 238, 0.12);
}

.privacy-facts div {
    padding: 18px 20px;
    background: var(--surface);
}

.privacy-facts dt {
    margin-bottom: 4px;
    color: var(--ball);
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.privacy-facts dd {
    margin: 0;
    color: var(--paper);
    font-size: 15px;
    line-height: 1.42;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 26px;
    color: var(--ball);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.text-link::after {
    content: "→";
    font-size: 18px;
    transition: transform 160ms ease;
}

.text-link:hover::after {
    transform: translateX(4px);
}

.pro-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
    gap: clamp(36px, 8vw, 120px);
    padding: clamp(78px, 10vw, 132px) 0;
    border-bottom: 1px solid var(--line);
}

.pro-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.pro-list li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.pro-list span {
    color: var(--paper);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.pro-list small {
    max-width: 190px;
    color: var(--fog);
    font-size: 12px;
    text-align: right;
}

.availability {
    padding: clamp(76px, 9vw, 116px) 0 0;
    text-align: center;
}

.availability h2 {
    max-width: 760px;
    margin: 0 auto 18px;
    font-family: var(--serif);
    font-size: clamp(43px, 5vw, 70px);
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.95;
}

.availability p {
    max-width: 530px;
    margin: 0 auto;
    color: var(--fog);
}

.availability__actions {
    justify-content: center;
    margin-top: 26px;
}

.site-footer {
    margin-top: 88px;
    border-top: 1px solid var(--line);
}

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 96px;
    color: var(--fog);
    font-size: 12px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-links a {
    text-decoration: none;
}

.legal-page {
    max-width: 830px;
    padding-top: clamp(68px, 10vw, 120px);
}

.legal-heading {
    padding-bottom: 46px;
    border-bottom: 1px solid var(--line);
}

.legal-heading p:not(.legal-kicker) {
    max-width: 650px;
    margin: 23px 0 0;
    color: var(--fog);
    font-size: 18px;
}

.legal-content {
    padding-top: 45px;
}

.legal-content section {
    padding: 0 0 37px;
}

.legal-content h2 {
    margin-bottom: 11px;
    font-size: 21px;
    letter-spacing: -0.04em;
}

.legal-content h3 {
    margin: 24px 0 8px;
    font-size: 16px;
}

.legal-content p,
.legal-content li {
    color: var(--fog);
}

.legal-content p:last-child,
.legal-content ul:last-child {
    margin-bottom: 0;
}

.legal-content ul {
    padding-left: 21px;
}

.legal-content li + li {
    margin-top: 7px;
}

.legal-content strong {
    color: var(--paper);
}

.legal-aside {
    margin: 12px 0 35px;
    padding: 17px 19px;
    border-left: 2px solid var(--ball);
    color: var(--fog);
    background: rgba(27, 49, 80, 0.56);
    font-size: 14px;
}

.legal-aside a {
    color: var(--ball);
}

@media (max-width: 860px) {
    .hero,
    .process-layout,
    .privacy-panel,
    .pro-panel {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .hero-visual {
        min-height: 530px;
        max-width: 520px;
        width: 100%;
        margin: 10px auto 0;
    }

    .section-heading,
    .statement {
        grid-template-columns: 1fr;
        gap: 14px;
    }

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

    .feature-card {
        min-height: auto;
    }

    .feature-card__number {
        margin-bottom: 38px;
    }
}

@media (max-width: 620px) {
    .site-header__inner {
        min-height: 64px;
    }

    .primary-nav {
        gap: 13px;
        font-size: 12px;
    }

    .primary-nav a:not(:last-child) {
        display: none;
    }

    .hero {
        gap: 36px;
        padding-top: 62px;
    }

    .hero h1 {
        font-size: clamp(49px, 15vw, 70px);
    }

    .hero-visual {
        min-height: 435px;
    }

    .phone {
        width: 282px;
    }

    .hero-visual__annotation {
        right: 1%;
        bottom: 8%;
    }

    .privacy-panel {
        margin-right: calc(var(--page-gutter) * -1);
        margin-left: calc(var(--page-gutter) * -1);
        padding: 38px var(--page-gutter);
    }

    .pro-list li {
        display: block;
    }

    .pro-list small {
        display: block;
        max-width: none;
        margin-top: 4px;
        text-align: left;
    }

    .site-footer {
        margin-top: 66px;
    }

    .site-footer__inner {
        display: block;
        padding: 25px 0;
    }

    .site-footer__inner p {
        margin-bottom: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
