:root {
    --ink: #07181d;
    --ink-soft: #10282e;
    --ink-muted: #17363d;
    --aqua: #36e0d5;
    --aqua-bright: #64f4e9;
    --aqua-pale: #d9fffb;
    --blue: #58aef5;
    --cream: #f5f5ee;
    --paper: #fbfcf9;
    --line: rgba(7, 24, 29, .14);
    --white-line: rgba(255, 255, 255, .14);
    --muted: #667a7e;
    --shadow: 0 28px 80px rgba(0, 20, 24, .24);
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 38px;
    --page: min(1240px, calc(100vw - 48px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

#features,
#how-it-works,
#platforms,
#faq {
    scroll-margin-top: 66px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

button,
a {
    font-family: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
}

img {
    max-width: 100%;
}

button {
    color: inherit;
}

svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 200;
    padding: 10px 16px;
    color: var(--ink);
    background: var(--aqua);
    border-radius: 10px;
    transform: translateY(-160%);
    transition: transform .2s ease;
}

.skip-link:focus {
    outline: 2px solid white;
    outline-offset: 2px;
    transform: translateY(0);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 22px max(24px, calc((100vw - 1240px) / 2));
    color: white;
    transition: padding .25s ease, background .25s ease, border-color .25s ease;
}

.site-header.is-scrolled {
    padding-top: 12px;
    padding-bottom: 12px;
    background: rgba(7, 24, 29, .9);
    border-bottom: 1px solid var(--white-line);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -.03em;
}

.brand img {
    width: 38px;
    height: 38px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    font-weight: 650;
}

.site-nav > a:not(.button) {
    color: rgba(255, 255, 255, .78);
    transition: color .2s ease;
}

.site-nav > a:not(.button):hover {
    color: white;
}

.menu-button {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    color: white;
    background: rgba(255, 255, 255, .08);
    border: 1px solid var(--white-line);
    border-radius: 12px;
}

.menu-button svg {
    width: 100%;
    height: 100%;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    gap: 12px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 800;
    border: 1px solid transparent;
    border-radius: 999px;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

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

.button:focus-visible,
.text-link:focus-visible,
.site-nav a:focus-visible,
.brand:focus-visible,
.platform-card:focus-visible,
.footer-links a:focus-visible,
.menu-button:focus-visible,
summary:focus-visible {
    outline: 2px solid var(--aqua);
    outline-offset: 4px;
}

.button svg {
    width: 20px;
    height: 20px;
}

.button-small {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
}

.button-dark {
    color: var(--ink);
    background: white;
}

.button-aqua {
    color: var(--ink);
    background: var(--aqua);
}

.button-aqua:hover {
    background: var(--aqua-bright);
}

.section-dark {
    color: white;
    background: var(--ink);
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
    align-items: center;
    min-height: 940px;
    padding: 156px max(24px, calc((100vw - 1240px) / 2)) 112px;
    overflow: hidden;
}

.hero::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to right, black, transparent 72%);
}

.hero-glow {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(10px);
}

.hero-glow-one {
    top: -28%;
    right: -13%;
    width: 820px;
    height: 820px;
    background: radial-gradient(circle, rgba(54, 224, 213, .24), transparent 68%);
}

.hero-glow-two {
    bottom: -42%;
    left: 26%;
    width: 680px;
    height: 680px;
    background: radial-gradient(circle, rgba(88, 174, 245, .14), transparent 67%);
}

.hero-copy,
.hero-product,
.hero-proof {
    position: relative;
    z-index: 2;
}

.hero-copy {
    max-width: 720px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    color: var(--aqua);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.eyebrow-dark {
    color: #168e8b;
}

.live-dot {
    position: relative;
    width: 8px;
    height: 8px;
    background: var(--aqua);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(54, 224, 213, .12);
}

.hero h1,
.statement-section h2,
.section-heading h2,
.detail-copy h2,
.platforms-copy h2,
.faq-heading h2,
.final-copy h2 {
    margin: 0;
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: .96;
}

.hero h1 {
    max-width: none;
    font-size: clamp(52px, 5.8vw, 90px);
    white-space: nowrap;
}

.hero h1 span,
.section-heading h2 span,
.platforms-copy h2 span,
.final-copy h2 span {
    color: var(--aqua);
}

.hero-intro {
    max-width: 610px;
    margin: 32px 0 36px;
    color: rgba(255, 255, 255, .68);
    font-size: clamp(18px, 1.65vw, 22px);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.text-link {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 750;
}

.text-link span {
    display: inline-block;
    margin-left: 5px;
    color: var(--aqua);
    transition: transform .2s ease;
}

.text-link:hover span {
    transform: translateY(3px);
}

.hero-product {
    min-height: 650px;
}

.device {
    position: absolute;
    overflow: hidden;
    background: #f5faf9;
    border: 8px solid #163137;
    box-shadow: 0 50px 100px rgba(0, 0, 0, .48), inset 0 0 0 1px rgba(255, 255, 255, .15);
}

.device-phone {
    top: 8px;
    right: 64px;
    width: 360px;
    height: 690px;
    border-radius: 58px;
    transform: rotate(4deg);
}

.device-camera {
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 4;
    width: 94px;
    height: 25px;
    background: #163137;
    border-radius: 18px;
    transform: translateX(-50%);
}

.phone-screen {
    height: 100%;
    padding: 48px 20px 22px;
    color: var(--ink);
    background: linear-gradient(180deg, #f9fffe, #edf5f4);
}

.app-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 18px;
    font-size: 12px;
    font-weight: 800;
    border-bottom: 1px solid #dbe7e6;
}

.app-topbar > svg {
    width: 16px;
    height: 16px;
    margin-left: auto;
}

.app-logo {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    background: #d7fbf8;
    border-radius: 8px;
}

.app-logo img {
    width: 21px;
}

.app-greeting {
    display: grid;
    gap: 3px;
    margin-top: 22px;
}

.micro-label {
    color: #7d9296;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: .12em;
}

.app-greeting strong {
    font-size: 18px;
    letter-spacing: -.04em;
}

.app-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 16px;
}

.app-summary > div {
    display: grid;
    padding: 12px;
    background: white;
    border: 1px solid #dfe9e8;
    border-radius: 12px;
}

.app-summary span,
.app-chart span,
.app-section-title span {
    color: #73878a;
    font-size: 8px;
    font-weight: 700;
}

.app-summary strong {
    font-size: 20px;
    line-height: 1.25;
}

.app-summary small {
    color: #7c9295;
    font-size: 7px;
}

.app-status {
    display: flex;
    justify-content: space-between;
    margin: 9px 0;
    padding: 10px 12px;
    color: #13746f;
    background: #dff9f4;
    border: 1px solid #b5ece4;
    border-radius: 10px;
    font-size: 8px;
}

.app-status span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 750;
}

.app-status i {
    width: 5px;
    height: 5px;
    background: #1ac8b8;
    border-radius: 50%;
}

.app-chart {
    padding: 13px 13px 0;
    background: white;
    border: 1px solid #dfe9e8;
    border-radius: 12px;
}

.chart-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.chart-title strong {
    font-size: 18px;
    line-height: 1;
}

.app-chart > svg {
    width: 100%;
    height: 93px;
    margin-top: 10px;
    overflow: visible;
}

.chart-fill {
    fill: url(#phoneChart);
    stroke: none;
}

.chart-line {
    stroke: #22bdb3;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.app-stations {
    margin-top: 15px;
}

.app-section-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 10px;
}

.station-row {
    display: grid;
    grid-template-columns: 29px 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 9px 0;
    border-bottom: 1px solid #dfe9e8;
}

.station-row > span:nth-child(2) {
    display: grid;
}

.station-row strong,
.station-row b {
    font-size: 8px;
}

.station-row small {
    color: #7a8e92;
    font-size: 7px;
}

.station-icon {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    color: #119d96;
    background: #dbf7f4;
    border-radius: 8px;
}

.station-icon svg {
    width: 14px;
    height: 14px;
}

.floating-card {
    position: absolute;
    z-index: 5;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 12px;
    color: var(--ink);
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(244, 251, 250, .96));
    border: 1px solid rgba(194, 224, 222, .92);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 15, 20, .24), inset 0 1px 0 rgba(255, 255, 255, .9);
    backdrop-filter: blur(16px);
}

.floating-reading {
    right: -2px;
    bottom: 82px;
    width: 194px;
    transform: rotate(2deg);
}

.floating-copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.floating-card small {
    color: #71868a;
    font-size: 8px;
    font-weight: 820;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.floating-card strong {
    overflow: hidden;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -.015em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floating-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.floating-kicker em {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 6px;
    color: #0a8279;
    background: #dcf8f2;
    border-radius: 999px;
    font-size: 7px;
    font-style: normal;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.floating-meta {
    overflow: hidden;
    color: #7b8d90;
    font-size: 8px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floating-reading strong {
    font-size: 25px;
    line-height: 1.05;
    letter-spacing: -.05em;
}

.floating-reading strong span {
    font-size: 12px;
}

.floating-kicker i {
    width: 5px;
    height: 5px;
    background: #1ec4b6;
    border-radius: 50%;
}

.floating-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #cf6258;
    background: #fff0ed;
    border: 1px solid #f7d7d1;
    border-radius: 13px;
}

.floating-icon svg {
    width: 21px;
    height: 21px;
}

.reading-icon {
    color: #108f87;
    background: #def8f4;
    border-color: #beece5;
}

.hero-proof {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 64px;
    border-top: 1px solid var(--white-line);
    border-bottom: 1px solid var(--white-line);
}

.hero-proof span {
    position: relative;
    padding: 18px 24px 18px 42px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
}

.hero-proof span::before {
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-left: -18px;
    content: "";
    background: var(--aqua);
    border-radius: 50%;
    transform: translateY(-50%);
}

.hero-proof span + span {
    border-left: 1px solid var(--white-line);
}

.statement-section {
    padding: 130px max(24px, calc((100vw - 1240px) / 2)) 145px;
    color: var(--ink);
    background: var(--aqua);
}

.statement-kicker {
    margin: 0 0 50px;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.statement-section h2 {
    max-width: 1050px;
    font-size: clamp(62px, 8.4vw, 128px);
}

.statement-section h2 span {
    color: rgba(7, 24, 29, .42);
}

.feature-section {
    padding: 140px max(24px, calc((100vw - 1240px) / 2));
    overflow: hidden;
}

.section-heading {
    display: grid;
    grid-template-columns: 1fr 390px;
    align-items: end;
    margin-bottom: 72px;
}

.section-heading .eyebrow {
    grid-column: 1 / -1;
}

.section-heading h2,
.platforms-copy h2 {
    font-size: clamp(54px, 6vw, 88px);
}

.section-heading > p:last-child,
.platforms-copy > p:last-child {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
}

.feature-showcase {
    position: relative;
    margin: 0 0 72px;
    padding: 26px;
    background: linear-gradient(135deg, #1c4c52, #0e2e34 64%, #145a5d);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.feature-showcase::before {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 20% 20%, rgba(54, 224, 213, .22), transparent 34%);
    border-radius: inherit;
}

.desktop-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #edf3f7;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}

.desktop-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 14px;
    color: #75868b;
    background: #e3ecee;
    border-bottom: 1px solid #cfdddf;
    font-size: 9px;
}

.desktop-bar i {
    width: 7px;
    height: 7px;
    background: #aebdc0;
    border-radius: 50%;
}

.desktop-bar span {
    margin-left: 8px;
}

.desktop-shot {
    position: relative;
}

.desktop-shot > img:first-child {
    display: block;
    width: 100%;
    height: auto;
}

.dashboard-brand-mark {
    position: absolute;
    z-index: 2;
    top: 1.852%;
    left: 1.458%;
    display: block;
    width: 2.396%;
    height: auto;
    pointer-events: none;
}

.showcase-chip {
    position: absolute;
    z-index: 4;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    min-width: 190px;
    padding: 10px 12px;
    color: var(--ink);
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(243, 251, 250, .97));
    border: 1px solid rgba(184, 224, 220, .94);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 18, 22, .24), inset 0 1px 0 rgba(255, 255, 255, .95);
    backdrop-filter: blur(16px);
}

.showcase-chip-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: #0b8c83;
    background: #daf7f2;
    border: 1px solid #bceae3;
    border-radius: 12px;
}

.showcase-chip-icon svg {
    width: 21px;
    height: 21px;
}

.coverage-icon {
    color: #287aa8;
    background: #e5f3fb;
    border-color: #cce5f3;
}

.showcase-chip-copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.showcase-chip small {
    color: #798c90;
    font-size: 8px;
    font-weight: 820;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.showcase-chip strong {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.25;
}

.showcase-chip strong i {
    width: 6px;
    height: 6px;
    background: #16ae86;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(22, 174, 134, .12);
}

.showcase-chip strong em {
    color: #819398;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
}

.chip-one {
    top: 18px;
    right: 48px;
    transform: rotate(.5deg);
}

.chip-one strong {
    color: #108c79;
}

.chip-two {
    bottom: 18px;
    left: 48px;
    transform: rotate(-.5deg);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--white-line);
    border-bottom: 1px solid var(--white-line);
}

.feature-card {
    position: relative;
    min-height: 390px;
    padding: 42px 34px;
}

.feature-card + .feature-card {
    border-left: 1px solid var(--white-line);
}

.feature-number {
    color: rgba(255, 255, 255, .34);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 64px 0 30px;
    color: var(--aqua);
    background: rgba(54, 224, 213, .1);
    border: 1px solid rgba(54, 224, 213, .2);
    border-radius: 16px;
}

.feature-icon svg {
    width: 27px;
    height: 27px;
}

.feature-card h3 {
    margin: 0 0 14px;
    font-size: 26px;
    letter-spacing: -.04em;
}

.feature-card p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 15px;
}

.detail-section {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    align-items: center;
    gap: 80px;
    padding: 140px max(24px, calc((100vw - 1240px) / 2));
    overflow: hidden;
    background: var(--cream);
}

.detail-visual {
    position: relative;
    min-width: 0;
}

.detail-visual::before {
    position: absolute;
    inset: -50px 20% -50px -45vw;
    content: "";
    background: var(--aqua);
    border-radius: 0 44px 44px 0;
}

.detail-window {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    background: white;
    border: 1px solid rgba(7, 24, 29, .1);
    border-radius: 20px;
    box-shadow: var(--shadow);
    transform: rotate(-1.25deg);
}

.detail-window img {
    display: block;
    width: 100%;
    height: auto;
}

.detail-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.detail-copy h2 {
    font-size: clamp(52px, 5.1vw, 72px);
}

.faq-heading h2 {
    font-size: clamp(52px, 5.8vw, 82px);
}

.detail-copy > p:not(.eyebrow) {
    max-width: 520px;
    margin: 30px 0;
    color: var(--muted);
    font-size: 18px;
}

.check-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 750;
}

.check-list svg {
    width: 26px;
    height: 26px;
    padding: 5px;
    color: var(--ink);
    background: var(--aqua);
    border-radius: 50%;
    stroke-width: 2.3;
}

.steps-section {
    padding: 140px max(24px, calc((100vw - 1240px) / 2));
    background: white;
}

.section-heading.centered {
    display: block;
    max-width: 900px;
    margin: 0 auto 80px;
    text-align: center;
}

.section-heading.centered .eyebrow {
    justify-content: center;
}

.section-heading.centered h2 {
    color: var(--ink);
}

.section-heading.centered h2 span {
    color: #8aa2a5;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.step-card {
    position: relative;
    min-height: 280px;
    padding: 34px;
    overflow: hidden;
    background: #f2f7f6;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.step-card:nth-child(2) {
    background: var(--aqua-pale);
}

.step-card span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--ink);
    background: var(--aqua);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 850;
}

.step-card h3 {
    margin: 70px 0 10px;
    font-size: 24px;
    letter-spacing: -.04em;
}

.step-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.platforms-section {
    display: grid;
    grid-template-columns: minmax(360px, .7fr) minmax(0, 1.3fr);
    gap: 80px;
    padding: 140px max(24px, calc((100vw - 1240px) / 2));
}

.platforms-copy {
    align-self: start;
    position: sticky;
    top: 130px;
}

.platforms-copy > p:last-child {
    max-width: 430px;
    margin-top: 30px;
}

.platform-grid {
    display: grid;
    gap: 14px;
}

.platform-card {
    display: grid;
    grid-template-columns: 54px 1fr 24px;
    align-items: center;
    gap: 18px;
    min-height: 100px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid var(--white-line);
    border-radius: 18px;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.platform-card:hover {
    background: rgba(54, 224, 213, .09);
    border-color: rgba(54, 224, 213, .42);
    transform: translateX(5px);
}

.platform-card > span:nth-child(2) {
    display: grid;
}

.platform-card strong {
    font-size: 19px;
    letter-spacing: -.025em;
}

.platform-card small {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

.platform-card > svg {
    width: 22px;
    height: 22px;
    color: var(--aqua);
}

.platform-mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: var(--ink);
    background: var(--aqua);
    border-radius: 15px;
}

.platform-mark svg {
    width: 26px;
    height: 26px;
    stroke-width: 1.8;
}

.platform-note {
    grid-column: 2;
    margin: -52px 0 0;
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
}

.faq-section {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 90px;
    padding: 140px max(24px, calc((100vw - 1240px) / 2));
    background: var(--cream);
}

.faq-heading > p:last-child {
    max-width: 340px;
    color: var(--muted);
    font-size: 17px;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    position: relative;
    padding: 28px 52px 28px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 780;
    letter-spacing: -.02em;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary span,
.faq-list summary span::after {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 18px;
    height: 2px;
    content: "";
    background: var(--ink);
    transform: translateY(-50%);
    transition: transform .2s ease;
}

.faq-list summary span::after {
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
    transform: rotate(0);
}

.faq-list details p {
    max-width: 680px;
    margin: -8px 52px 28px 0;
    color: var(--muted);
}

.final-cta {
    position: relative;
    display: grid;
    min-height: 960px;
    place-items: center;
    padding: 140px 24px;
    overflow: hidden;
    text-align: center;
}

.final-rings,
.final-rings::before,
.final-rings::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(260px, 42vw, 580px);
    height: clamp(260px, 42vw, 580px);
    content: "";
    border: 1px solid rgba(54, 224, 213, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.final-rings::before {
    width: 68%;
    height: 68%;
}

.final-rings::after {
    width: 140%;
    height: 140%;
}

.final-copy {
    position: relative;
    z-index: 2;
}

.final-copy > img {
    width: 72px;
    margin: 0 auto 24px;
    filter: drop-shadow(0 18px 30px rgba(53, 224, 213, .18));
}

.final-copy .eyebrow {
    justify-content: center;
}

.final-copy h2 {
    margin-bottom: 42px;
    font-size: clamp(62px, 8vw, 112px);
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px 32px;
    padding: 42px max(24px, calc((100vw - 1240px) / 2));
    color: white;
    background: #041014;
    border-top: 1px solid var(--white-line);
}

.site-footer .brand img {
    width: 36px;
    height: 36px;
}

.site-footer > p {
    grid-column: 1;
    margin: 0;
    color: rgba(255, 255, 255, .45);
    font-size: 13px;
}

.footer-links {
    grid-row: 1;
    grid-column: 2;
    display: flex;
    gap: 26px;
    font-size: 13px;
    font-weight: 700;
}

.footer-links a {
    color: rgba(255, 255, 255, .66);
}

.footer-links a:hover {
    color: var(--aqua);
}

.site-footer .copyright {
    grid-row: 2;
    grid-column: 2;
    text-align: right;
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .72s ease, transform .72s cubic-bezier(.2, .7, .2, 1);
}

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

@media (max-width: 1080px) {
    .hero {
        grid-template-columns: 1fr 420px;
    }

    .device-phone {
        right: 20px;
        transform: scale(.92) rotate(4deg);
    }

    .section-heading {
        grid-template-columns: 1fr 320px;
    }

    .detail-section {
        gap: 50px;
    }

    .platforms-section {
        gap: 48px;
    }
}

@media (max-width: 900px) {
    :root {
        --page: min(100% - 36px, 760px);
    }

    .site-header {
        padding: 14px 20px;
    }

    .menu-button {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: 68px;
        right: 18px;
        left: 18px;
        display: grid;
        gap: 0;
        padding: 10px;
        visibility: hidden;
        background: rgba(11, 35, 40, .98);
        border: 1px solid var(--white-line);
        border-radius: 18px;
        box-shadow: 0 22px 50px rgba(0, 0, 0, .35);
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s;
    }

    .site-nav.is-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .site-nav > a:not(.button) {
        padding: 13px 14px;
        border-radius: 10px;
    }

    .site-nav .button {
        margin-top: 6px;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 140px 24px 70px;
    }

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

    .hero h1 {
        font-size: clamp(52px, 9.5vw, 82px);
    }

    .hero-product {
        width: 520px;
        max-width: 100%;
        min-height: 680px;
        margin: 60px auto 0;
    }

    .device-phone {
        right: 70px;
    }

    .hero-proof {
        grid-template-columns: 1fr 1fr;
        margin-top: 20px;
    }

    .hero-proof span:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--white-line);
    }

    .hero-proof span:nth-child(4) {
        border-top: 1px solid var(--white-line);
    }

    .statement-section,
    .feature-section,
    .steps-section,
    .platforms-section,
    .faq-section {
        padding: 100px 24px;
    }

    .section-heading {
        display: block;
    }

    .section-heading > p:last-child {
        max-width: 580px;
        margin-top: 24px;
    }

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

    .feature-card {
        min-height: auto;
        padding: 34px 8px;
    }

    .feature-card + .feature-card {
        border-top: 1px solid var(--white-line);
        border-left: 0;
    }

    .feature-icon {
        margin: 36px 0 24px;
    }

    .detail-section {
        grid-template-columns: 1fr;
        gap: 88px;
        padding: 120px 24px 100px;
    }

    .detail-visual {
        width: 100%;
    }

    .detail-window {
        width: 100%;
    }

    .detail-visual::before {
        inset: -38px 14% -38px -24px;
        border-radius: 0 34px 34px 0;
    }

    .steps-grid {
        max-width: 720px;
        margin: 0 auto;
    }

    .step-card {
        min-height: 220px;
    }

    .step-card h3 {
        margin-top: 45px;
    }

    .platforms-section,
    .faq-section {
        grid-template-columns: 1fr;
    }

    .platforms-copy {
        position: static;
    }

    .platform-note {
        grid-column: 1;
        margin: -22px 0 0;
    }

    .faq-section {
        gap: 50px;
    }
}

@media (max-width: 620px) {
    .site-header .brand span {
        font-size: 17px;
    }

    .brand img {
        width: 34px;
        height: 34px;
    }

    .hero {
        padding-top: 120px;
    }

    .hero h1 {
        font-size: clamp(42px, 11.8vw, 58px);
        line-height: .94;
    }

    .hero-intro {
        margin-top: 26px;
        font-size: 17px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-product {
        min-height: 570px;
        margin-top: 30px;
    }

    .device-phone {
        top: 6px;
        right: 50%;
        width: 330px;
        height: 630px;
        border-radius: 52px;
        transform: translateX(50%) scale(.81) rotate(3deg);
        transform-origin: top center;
    }

    .floating-reading {
        right: -4px;
        bottom: 86px;
        width: 184px;
        transform: scale(.86) rotate(2deg);
        transform-origin: right center;
    }

    .hero-proof {
        grid-template-columns: 1fr;
    }

    .hero-proof span + span,
    .hero-proof span:nth-child(3) {
        border-top: 1px solid var(--white-line);
        border-left: 0;
    }

    .statement-section,
    .feature-section,
    .steps-section,
    .platforms-section,
    .faq-section {
        padding: 78px 20px;
    }

    .statement-section h2 {
        font-size: clamp(48px, 15vw, 70px);
    }

    .statement-kicker {
        margin-bottom: 34px;
    }

    .section-heading h2,
    .platforms-copy h2,
    .detail-copy h2,
    .faq-heading h2 {
        font-size: clamp(45px, 13vw, 64px);
    }

    .section-heading {
        margin-bottom: 46px;
    }

    .feature-showcase {
        margin-bottom: 72px;
        margin-right: -20px;
        margin-left: -20px;
        padding: 14px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .showcase-chip {
        min-width: 176px;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
        padding: 9px 10px;
    }

    .showcase-chip-icon {
        width: 36px;
        height: 36px;
    }

    .chip-one {
        top: 10px;
        right: 14px;
    }

    .chip-two {
        bottom: 10px;
        left: 14px;
    }

    .desktop-frame {
        width: 760px;
        border-radius: 14px;
    }

    .detail-section {
        gap: 58px;
        padding: 98px 20px 82px;
    }

    .detail-visual {
        width: 100%;
    }

    .detail-window {
        width: 100%;
        border-radius: 12px;
        transform: none;
    }

    .detail-visual::before {
        inset: -22px 12% -22px -20px;
        border-radius: 0 24px 24px 0;
    }

    .detail-copy > p:not(.eyebrow) {
        font-size: 16px;
    }

    .section-heading.centered {
        margin-bottom: 50px;
        text-align: left;
    }

    .section-heading.centered .eyebrow {
        justify-content: flex-start;
    }

    .step-card {
        padding: 28px;
    }

    .platforms-section {
        gap: 44px;
    }

    .platform-card {
        grid-template-columns: 48px 1fr 20px;
        min-height: 88px;
        padding: 15px;
    }

    .platform-mark {
        width: 48px;
        height: 48px;
        border-radius: 13px;
    }

    .platform-card strong {
        font-size: 16px;
    }

    .faq-list summary {
        padding: 23px 42px 23px 0;
        font-size: 16px;
    }

    .final-cta {
        min-height: 720px;
        padding: 90px 20px;
    }

    .final-copy h2 {
        font-size: clamp(50px, 15vw, 72px);
    }

    .final-copy .button {
        width: 100%;
    }

    .site-footer {
        grid-template-columns: 1fr;
        padding: 38px 20px;
    }

    .footer-links,
    .site-footer .copyright {
        grid-row: auto;
        grid-column: 1;
        text-align: left;
    }

    .footer-links {
        margin: 18px 0 8px;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
