:root {
    --black: #07090e;
    --black-soft: #0d1119;
    --panel: #121722;
    --panel-light: #1b2230;
    --blue: #29a8ff;
    --blue-soft: #a8d9ff;
    --orange: #ff5a2e;
    --lime: #9bf05d;
    --paper: #f3f5f7;
    --ink: #111722;
    --muted: #69717f;
    --line-dark: rgba(255, 255, 255, .12);
    --line-light: rgba(17, 23, 34, .12);
    --shell: min(1280px, calc(100vw - 48px));
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--black);
    color: white;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

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

img {
    display: block;
    max-width: 100%;
}

.shell {
    width: var(--shell);
    margin-inline: auto;
}

.speed-header {
    position: absolute;
    z-index: 50;
    inset: 0 0 auto;
    border-bottom: 1px solid var(--line-dark);
}

.header-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.mobileapps-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.04em;
}

.mobileapps-brand > span:last-child > span {
    color: var(--blue);
}

.mobileapps-mark {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--blue), #85dbff);
    color: #04101a;
    font-size: 16px;
    font-weight: 950;
}

.speed-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 750;
}

.header-home {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.header-home:hover {
    border-color: rgba(41, 168, 255, .55);
    background: rgba(255, 255, 255, .07);
    color: white;
}

.speed-nav a,
.language-switch a {
    transition: color .2s ease, background .2s ease;
}

.speed-nav a:hover {
    color: white;
}

.language-switch {
    display: flex;
    gap: 2px;
    padding: 3px;
    border: 1px solid var(--line-dark);
    border-radius: 999px;
    color: rgba(255, 255, 255, .55);
    font-size: 10px;
    font-weight: 900;
}

.language-switch a {
    min-width: 29px;
    min-height: 28px;
    display: grid;
    place-items: center;
    border-radius: 999px;
}

.language-switch a:hover {
    color: white;
}

.language-switch .is-active {
    background: var(--blue);
    color: #03111d;
}

.header-play {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
    transition: background .2s ease, color .2s ease;
}

.header-play:hover {
    background: white;
    color: var(--black);
}

.hero {
    min-height: 900px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 150px 0 80px;
    background:
        radial-gradient(circle at 78% 35%, rgba(41, 168, 255, .22), transparent 29%),
        radial-gradient(circle at 8% 82%, rgba(255, 90, 46, .12), transparent 28%),
        linear-gradient(150deg, #06080c, #0b1019 56%, #0d1724);
}

.hero::before {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    right: -110px;
    bottom: -410px;
    border: 1px solid rgba(41, 168, 255, .14);
    border-radius: 50%;
    box-shadow:
        0 0 0 75px rgba(41, 168, 255, .035),
        0 0 0 150px rgba(41, 168, 255, .025),
        0 0 0 225px rgba(41, 168, 255, .016);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.08fr .78fr;
    gap: 85px;
    align-items: center;
}

.app-identity {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 42px;
}

.app-identity img {
    width: 66px;
    height: 66px;
    border-radius: 17px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
}

.app-identity > div {
    display: grid;
}

.app-identity span {
    color: rgba(255, 255, 255, .45);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.app-identity strong {
    font-size: 21px;
    letter-spacing: -.04em;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 23px;
    height: 1px;
    background: currentColor;
}

.eyebrow-light {
    color: #92ddff;
}

.eyebrow-dark {
    color: #1685cc;
}

.hero h1,
.section-title,
.marine-copy h2,
.privacy-copy h2,
.download-copy h2 {
    margin: 0;
    font-size: clamp(58px, 6.2vw, 90px);
    line-height: .96;
    letter-spacing: -.068em;
    font-weight: 770;
}

.hero h1 em,
.section-title em,
.marine-copy h2 em,
.privacy-copy h2 em,
.download-copy h2 em {
    color: var(--blue);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.hero-lead {
    max-width: 700px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, .64);
    font-size: 18px;
}

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

.button {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 0 23px;
    border-radius: 18px;
    background: white;
    color: #0b1119;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .28);
}

.play-triangle {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid var(--blue);
}

.button > span:last-child {
    display: grid;
    line-height: 1.08;
}

.button small {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.button strong {
    font-size: 15px;
}

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

.text-link span {
    margin-left: 9px;
    color: var(--blue);
}

.hero-facts {
    display: flex;
    gap: 38px;
    margin-top: 53px;
}

.hero-facts > div {
    display: grid;
}

.hero-facts strong {
    font-size: 20px;
    letter-spacing: -.04em;
}

.hero-facts span {
    color: rgba(255, 255, 255, .38);
    font-size: 10px;
}

.hero-stage {
    min-height: 630px;
    position: relative;
    display: grid;
    place-items: center;
}

.gauge-rings {
    position: absolute;
    width: 560px;
    aspect-ratio: 1;
    border: 1px solid rgba(41, 168, 255, .19);
    border-radius: 50%;
    box-shadow:
        inset 0 0 70px rgba(41, 168, 255, .08),
        0 0 0 42px rgba(41, 168, 255, .025),
        0 0 90px rgba(41, 168, 255, .12);
}

.gauge-rings::before,
.gauge-rings::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.gauge-rings::before {
    inset: 44px;
    border: 1px dashed rgba(255, 255, 255, .15);
}

.gauge-rings::after {
    inset: 92px;
    border: 1px solid rgba(255, 90, 46, .14);
}

.phone {
    width: 315px;
    height: 630px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 46px;
    background: #06070a;
    box-shadow: 0 48px 95px rgba(0, 0, 0, .5);
    transform: rotate(2deg);
}

.phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 38px;
}

.gps-badge,
.speed-badge {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    background: rgba(10, 14, 21, .88);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .36);
    backdrop-filter: blur(12px);
}

.gps-badge {
    top: 80px;
    left: -28px;
}

.speed-badge {
    right: -28px;
    bottom: 105px;
}

.gps-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 16px var(--lime);
}

.gps-badge small,
.speed-badge small {
    display: block;
    color: rgba(255, 255, 255, .4);
    font-size: 8px;
    font-weight: 850;
    text-transform: uppercase;
}

.gps-badge strong,
.speed-badge strong {
    display: block;
    font-size: 12px;
}

.mode-strip {
    background: white;
    color: var(--ink);
}

.mode-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.mode-item {
    min-height: 150px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 25px 28px;
    border-left: 1px solid var(--line-light);
}

.mode-item:last-child {
    border-right: 1px solid var(--line-light);
}

.mode-icon {
    width: 46px;
    height: 46px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 15px;
    background: #eaf6ff;
    color: #087bc5;
    font-size: 21px;
}

.mode-item:nth-child(2) .mode-icon {
    background: #effbe7;
    color: #5b9f2d;
}

.mode-item:nth-child(3) .mode-icon {
    background: #fff2e9;
    color: #d65722;
}

.mode-item:nth-child(4) .mode-icon {
    background: #e8f7ff;
    color: #168fd2;
}

.mode-item div {
    display: grid;
}

.mode-item strong {
    font-size: 15px;
}

.mode-item small {
    color: var(--muted);
    font-size: 10px;
}

.precision-section {
    padding: 135px 0;
    background: var(--paper);
    color: var(--ink);
}

.split-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 95px;
    align-items: center;
}

.section-title {
    font-size: clamp(48px, 5vw, 72px);
}

.section-copy > p:not(.eyebrow) {
    max-width: 580px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: 17px;
}

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

.check-list li {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    color: #3f4855;
    font-size: 14px;
}

.check-list i {
    width: 24px;
    height: 24px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: #dff2ff;
    color: #087bc5;
    font-style: normal;
    font-weight: 950;
}

.screen-scene {
    min-height: 680px;
    position: relative;
    display: grid;
    place-items: center;
}

.screen-scene::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(41, 168, 255, .18), rgba(41, 168, 255, 0) 67%);
}

.screen-card {
    width: 330px;
    height: 660px;
    position: relative;
    overflow: hidden;
    border: 10px solid #11151c;
    border-radius: 44px;
    background: #11151c;
    box-shadow: 0 40px 80px rgba(16, 29, 43, .25);
}

.screen-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.metric-card {
    position: absolute;
    right: 0;
    bottom: 95px;
    z-index: 3;
    min-width: 210px;
    padding: 18px;
    border-radius: 20px;
    background: #111722;
    color: white;
    box-shadow: 0 24px 55px rgba(15, 24, 35, .27);
}

.metric-card small {
    color: rgba(255, 255, 255, .42);
    font-size: 9px;
    text-transform: uppercase;
}

.metric-card strong {
    display: block;
    margin-top: 3px;
    font-size: 26px;
    letter-spacing: -.05em;
}

.journeys-section {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    background:
        radial-gradient(circle at 18% 42%, rgba(255, 90, 46, .13), transparent 28%),
        linear-gradient(145deg, #080b11, #0c1421);
}

.journeys-heading {
    max-width: 760px;
}

.journeys-heading p:last-child {
    max-width: 650px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .6);
    font-size: 17px;
}

.journey-visual {
    height: 560px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    border: 1px solid var(--line-dark);
    border-radius: 36px;
    background: #030713;
    box-shadow: 0 50px 100px rgba(0, 0, 0, .42);
}

.journey-visual img {
    width: 140%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    transform: translateX(-28.5%);
}

.journey-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 7, 13, .48), transparent 35%, transparent);
    pointer-events: none;
}

.marine-section {
    position: relative;
    overflow: hidden;
    padding: 135px 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(104, 210, 255, .28), transparent 30%),
        linear-gradient(145deg, #063254, #0878b8 62%, #0b99cf);
}

.marine-section::after {
    content: "";
    position: absolute;
    width: 580px;
    height: 580px;
    right: -220px;
    bottom: -290px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 65px rgba(255, 255, 255, .025), 0 0 0 130px rgba(255, 255, 255, .018);
}

.marine-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
    align-items: center;
}

.marine-phone {
    width: 340px;
    height: 680px;
    overflow: hidden;
    justify-self: center;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 46px;
    background: #071018;
    box-shadow: 0 45px 90px rgba(0, 31, 55, .45);
    transform: rotate(-2deg);
}

.marine-phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 38px;
}

.marine-copy h2 {
    font-size: clamp(50px, 5.5vw, 78px);
}

.marine-copy h2 em {
    color: #b6e9ff;
}

.marine-copy > p:not(.eyebrow) {
    max-width: 610px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
}

.marine-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-top: 35px;
}

.marine-points span {
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 13px;
    background: rgba(3, 39, 64, .26);
    font-size: 12px;
    font-weight: 750;
}

.screens-section {
    padding: 135px 0;
    background: var(--paper);
    color: var(--ink);
}

.section-heading {
    display: grid;
    grid-template-columns: 1.05fr .75fr;
    gap: 100px;
    align-items: end;
}

.section-heading > p {
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 16px;
}

.screens-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 58px;
}

.screenshot {
    margin: 0;
}

.screenshot-frame {
    height: 570px;
    overflow: hidden;
    border: 7px solid #151a22;
    border-radius: 32px;
    background: #151a22;
    box-shadow: 0 25px 48px rgba(17, 28, 42, .15);
}

.screenshot-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.screenshot figcaption {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 18px 5px 0;
}

.screenshot figcaption span {
    color: #1685cc;
    font-size: 10px;
    font-weight: 900;
}

.screenshot figcaption strong {
    font-size: 13px;
}

.privacy-section {
    padding: 125px 0;
    background: #0a0d13;
}

.privacy-grid {
    display: grid;
    grid-template-columns: .32fr 1fr .75fr;
    gap: 70px;
    align-items: center;
}

.privacy-number {
    color: var(--blue);
    font-size: 190px;
    font-weight: 850;
    line-height: .8;
    letter-spacing: -.1em;
}

.privacy-copy h2 {
    font-size: clamp(48px, 5vw, 72px);
}

.privacy-copy p:last-child {
    max-width: 630px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, .58);
}

.privacy-points {
    display: grid;
}

.privacy-points div {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--line-dark);
}

.privacy-points span {
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
}

.privacy-points strong {
    font-size: 13px;
}

.download-section {
    padding: 120px 0;
    background: white;
    color: var(--ink);
}

.download-grid {
    display: grid;
    grid-template-columns: .6fr 1fr;
    gap: 95px;
    align-items: center;
}

.download-identity {
    min-height: 420px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    background:
        radial-gradient(circle at 50% 50%, rgba(41, 168, 255, .25), transparent 40%),
        #0a0d13;
}

.download-identity::before {
    content: "";
    position: absolute;
    width: 370px;
    height: 370px;
    border: 1px dashed rgba(255, 255, 255, .17);
    border-radius: 50%;
}

.download-identity img {
    width: 190px;
    position: relative;
    z-index: 2;
    border-radius: 42px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .5);
}

.download-copy h2 {
    font-size: clamp(52px, 5.5vw, 80px);
}

.download-copy h2 em {
    color: #1685cc;
}

.button-dark {
    margin-top: 35px;
    background: var(--black);
    color: white;
}

.disclaimer-section {
    padding: 42px 0;
    background: #e7ebef;
    color: var(--ink);
}

.disclaimer-grid {
    display: grid;
    grid-template-columns: .22fr 1fr;
    gap: 45px;
}

.disclaimer-grid strong {
    font-size: 13px;
}

.disclaimer-grid p {
    margin: 0;
    color: #66707c;
    font-size: 11px;
}

.speed-footer {
    padding: 72px 0 25px;
    background: #06080c;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr .45fr .45fr;
    gap: 80px;
}

.footer-main > div:first-child p {
    max-width: 320px;
    color: rgba(255, 255, 255, .38);
    font-size: 13px;
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 10px;
    color: rgba(255, 255, 255, .42);
    font-size: 11px;
}

.footer-links > span {
    margin-bottom: 4px;
    color: white;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.footer-links p {
    margin: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .25);
    font-size: 10px;
}

@media (max-width: 1080px) {
    .header-inner {
        gap: 17px;
    }

    .speed-nav {
        gap: 17px;
    }

    .hero-grid {
        grid-template-columns: 1fr .66fr;
        gap: 45px;
    }

    .gauge-rings {
        width: 470px;
    }

    .split-grid,
    .marine-grid {
        gap: 55px;
    }

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

    .screenshot-frame {
        height: 720px;
    }

    .privacy-grid {
        grid-template-columns: .22fr 1fr .75fr;
        gap: 40px;
    }
}

@media (max-width: 820px) {
    :root {
        --shell: min(100% - 32px, 680px);
    }

    .speed-nav {
        display: none;
    }

    .language-switch {
        margin-left: auto;
    }

    .hero {
        padding-top: 130px;
    }

    .hero-grid,
    .split-grid,
    .marine-grid,
    .section-heading,
    .privacy-grid,
    .download-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        gap: 55px;
    }

    .hero-stage {
        min-height: 680px;
    }

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

    .mode-item:nth-child(3),
    .mode-item:nth-child(4) {
        border-top: 1px solid var(--line-light);
    }

    .section-heading,
    .privacy-grid {
        gap: 38px;
    }

    .marine-grid {
        gap: 60px;
    }

    .marine-phone {
        order: 2;
    }

    .privacy-number {
        font-size: 140px;
    }

    .download-grid {
        gap: 55px;
    }
}

@media (max-width: 560px) {
    .header-inner {
        min-height: 72px;
        gap: 10px;
    }

    .mobileapps-brand {
        font-size: 16px;
    }

    .mobileapps-mark {
        width: 34px;
        height: 34px;
    }

    .header-home {
        width: 34px;
        min-height: 34px;
        justify-content: center;
        padding: 0;
    }

    .header-home-label {
        display: none;
    }

    .header-play {
        display: none;
    }

    .hero {
        min-height: 0;
        padding: 108px 0 65px;
    }

    .hero h1 {
        font-size: 49px;
    }

    .hero-lead {
        font-size: 16px;
    }

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

    .hero-facts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 40px;
    }

    .hero-stage {
        min-height: 600px;
    }

    .gauge-rings {
        width: 430px;
    }

    .phone {
        width: 285px;
        height: 570px;
    }

    .gps-badge {
        left: 0;
    }

    .speed-badge {
        right: 0;
    }

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

    .mode-item,
    .mode-item:nth-child(2) {
        min-height: 105px;
        border-top: 1px solid var(--line-light);
        border-right: 1px solid var(--line-light);
    }

    .precision-section,
    .journeys-section,
    .marine-section,
    .screens-section,
    .privacy-section,
    .download-section {
        padding: 88px 0;
    }

    .section-title,
    .marine-copy h2,
    .privacy-copy h2,
    .download-copy h2 {
        font-size: 43px;
    }

    .screen-scene {
        min-height: 620px;
    }

    .screen-card {
        width: 290px;
        height: 580px;
    }

    .metric-card {
        right: 0;
        bottom: 55px;
    }

    .journey-visual {
        height: 440px;
        border-radius: 25px;
    }

    .journey-visual img {
        width: 190%;
        transform: translateX(-44%);
    }

    .marine-phone {
        width: 290px;
        height: 580px;
    }

    .marine-points {
        grid-template-columns: 1fr;
    }

    .screens-grid {
        display: flex;
        width: calc(100vw - 14px);
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .screens-grid::-webkit-scrollbar {
        display: none;
    }

    .screenshot {
        width: min(78vw, 310px);
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .screenshot-frame {
        height: 610px;
    }

    .download-identity {
        min-height: 340px;
    }

    .download-identity img {
        width: 150px;
    }

    .disclaimer-grid,
    .footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
