:root {
    color-scheme: dark;
    --ink: #f7f9fc;
    --muted: #9cacc0;
    --muted-light: #c8d2df;
    --night: #07111d;
    --night-soft: #0b1827;
    --panel: #0e1d2e;
    --blue: #1578ff;
    --blue-bright: #2aa7ff;
    --blue-soft: rgba(21, 120, 255, 0.13);
    --green: #2eca68;
    --line: rgba(255, 255, 255, 0.1);
    --shadow: 0 40px 100px rgba(0, 0, 0, 0.38);
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: var(--night);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--night);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    mask-image: linear-gradient(to bottom, black, transparent 75%);
}

a {
    color: inherit;
}

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

.container {
    width: min(100% - 48px, 1180px);
    margin-right: auto;
    margin-left: auto;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 16px;
    left: 16px;
    padding: 10px 14px;
    transform: translateY(-160%);
    border-radius: 8px;
    background: white;
    color: #07111d;
    font-weight: 700;
    text-decoration: none;
}

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

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
}

.header-inner {
    display: flex;
    width: min(100% - 48px, 1180px);
    min-height: 108px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-bottom: 1px solid var(--line);
}

.brand {
    display: block;
    transition: opacity 180ms ease;
}

.brand:hover {
    opacity: 0.8;
}

.brand img {
    width: 76px;
    height: 76px;
    object-fit: contain;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.site-nav a {
    color: var(--muted-light);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: color 180ms ease;
}

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

.site-nav .nav-support {
    padding: 10px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
}

.brand:focus-visible,
.site-nav a:focus-visible,
.button:focus-visible,
.text-link:focus-visible,
.footer-links a:focus-visible {
    border-radius: 5px;
    outline: 2px solid var(--blue-bright);
    outline-offset: 5px;
}

.hero {
    position: relative;
    min-height: 880px;
    overflow: hidden;
    padding: 186px 0 106px;
    background:
        radial-gradient(circle at 79% 34%, rgba(21, 120, 255, 0.22), transparent 27rem),
        linear-gradient(145deg, #07111d 20%, #081726 100%);
}

.hero::after {
    position: absolute;
    right: -13vw;
    bottom: -32vw;
    width: 60vw;
    height: 60vw;
    border: 1px solid rgba(42, 167, 255, 0.09);
    border-radius: 50%;
    content: "";
}

.hero-glow {
    position: absolute;
    top: 10%;
    right: 7%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(27, 132, 255, 0.18);
    filter: blur(110px);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.88fr);
    gap: clamp(60px, 7vw, 100px);
    align-items: center;
}

.product-lockup {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 38px;
}

.product-icon {
    width: 62px;
    height: 62px;
    border-radius: 15px;
    box-shadow: 0 14px 40px rgba(0, 54, 160, 0.35);
}

.eyebrow {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow-blue {
    color: #65baff;
}

.product-name {
    margin: 0;
    font-size: 19px;
    font-weight: 720;
    letter-spacing: -0.02em;
}

h1,
h2,
h3,
p {
    text-wrap: pretty;
}

h1 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(60px, 7vw, 92px);
    font-weight: 680;
    letter-spacing: -0.065em;
    line-height: 0.93;
}

h1 span {
    color: var(--blue-bright);
}

.hero-lede {
    max-width: 630px;
    margin: 34px 0 0;
    color: var(--muted-light);
    font-size: clamp(18px, 1.7vw, 21px);
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 720;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

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

.button-primary {
    background: var(--blue);
    box-shadow: 0 16px 35px rgba(21, 120, 255, 0.25);
    color: white;
}

.button-primary:hover {
    background: #2a88ff;
}

.button-secondary {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.045);
    color: var(--muted-light);
}

.button-secondary:hover {
    border-color: rgba(255, 255, 255, 0.23);
    color: white;
}

.play-icon {
    font-size: 11px;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    margin: 30px 0 0;
    padding: 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 620;
    letter-spacing: 0.02em;
    list-style: none;
}

.trust-list li {
    position: relative;
}

.trust-list li:not(:first-child)::before {
    position: absolute;
    left: -15px;
    color: #31516d;
    content: "•";
}

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

.orbit {
    position: absolute;
    border: 1px solid rgba(83, 174, 255, 0.18);
    border-radius: 50%;
}

.orbit-one {
    top: 3%;
    right: -14%;
    width: 520px;
    height: 520px;
}

.orbit-two {
    top: 16%;
    right: -1%;
    width: 390px;
    height: 390px;
}

.icon-card {
    position: absolute;
    z-index: 2;
    top: 4%;
    right: 3%;
    width: 270px;
    overflow: hidden;
    transform: rotate(4deg);
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 27%;
    box-shadow: var(--shadow);
}

.icon-card img {
    width: 100%;
}

.menu-card {
    position: absolute;
    z-index: 3;
    right: 38%;
    bottom: 0;
    width: 305px;
    overflow: hidden;
    transform: rotate(-2deg);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    background: #020609;
    box-shadow: var(--shadow);
}

.menu-card img {
    width: 100%;
}

.status-pill {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 22%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: rgba(7, 17, 29, 0.82);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    color: var(--muted-light);
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(14px);
}

.status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 5px rgba(46, 202, 104, 0.13);
}

.proof {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #091522;
}

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

.proof article {
    min-height: 250px;
    padding: 48px clamp(28px, 4vw, 50px);
}

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

.proof-number,
.feature-index {
    color: var(--blue-bright);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.proof h2 {
    margin: 38px 0 12px;
    font-size: 22px;
    letter-spacing: -0.035em;
}

.proof p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.reasons {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% -10%, rgba(21, 120, 255, 0.1), transparent 32rem),
        #f4f7fb;
    color: #0a1420;
}

.reasons .section-intro {
    max-width: 920px;
}

.reasons .section-intro > p:last-child {
    color: #59697a;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.reason-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dce3ec;
    border-radius: 24px;
    background: white;
    box-shadow: 0 24px 70px rgba(35, 58, 83, 0.1);
}

.reason-visual {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-bottom: 1px solid #e1e7ef;
    background: #eaf1fb;
}

.pet-visual {
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 122, 81, 0.17), transparent 11rem),
        linear-gradient(145deg, #eaf3ff, #eef1f7);
}

.document-window {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 66%;
    height: 126px;
    padding: 52px 18px 16px;
    transform: rotate(-3deg);
    border: 1px solid #cbd6e3;
    border-radius: 13px;
    background: white;
    box-shadow: 0 18px 35px rgba(45, 66, 89, 0.16);
}

.document-bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 36px;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border-bottom: 1px solid #e3e8ee;
}

.close-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ff5c57;
    box-shadow: 0 0 0 5px rgba(255, 92, 87, 0.12);
}

.document-title {
    color: #687687;
    font-size: 9px;
    font-weight: 700;
}

.document-line {
    display: block;
    height: 7px;
    margin-bottom: 9px;
    border-radius: 99px;
    background: #dfe6ee;
}

.line-long {
    width: 90%;
}

.line-medium {
    width: 72%;
}

.line-short {
    width: 46%;
}

.keyboard-graphic {
    position: absolute;
    right: -12px;
    bottom: 19px;
    display: grid;
    width: 71%;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    padding: 13px;
    transform: rotate(6deg);
    border: 1px solid #bfcbd8;
    border-radius: 13px;
    background: #d5dee8;
    box-shadow: 0 18px 32px rgba(41, 61, 83, 0.2);
}

.keyboard-graphic span {
    height: 19px;
    border: 1px solid #c4cfd9;
    border-radius: 4px;
    background: #f9fbfd;
    box-shadow: 0 2px 0 #aebac7;
}

.paw {
    position: absolute;
    z-index: 3;
    color: #29384a;
    font-size: 42px;
    filter: grayscale(1);
}

.paw-one {
    right: 50px;
    bottom: 54px;
    transform: rotate(-17deg);
}

.paw-two {
    right: 115px;
    bottom: 14px;
    transform: rotate(16deg) scale(0.8);
}

.danger-badge {
    position: absolute;
    z-index: 4;
    top: 49px;
    right: 20px;
    padding: 7px 11px;
    transform: rotate(4deg);
    border-radius: 999px;
    background: #ff5c57;
    box-shadow: 0 10px 20px rgba(255, 92, 87, 0.25);
    color: white;
    font-size: 10px;
    font-weight: 800;
}

.lock-visual {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 175, 59, 0.22), transparent 9rem),
        #111d2d;
}

.lock-mark {
    position: absolute;
    top: 34px;
    left: 50%;
    width: 82px;
    height: 102px;
    transform: translateX(-50%);
}

.lock-shackle {
    position: absolute;
    top: 0;
    left: 16px;
    width: 50px;
    height: 53px;
    border: 9px solid #f5f8fb;
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
}

.lock-body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 64px;
    border-radius: 15px;
    background: #f5f8fb;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.lock-body i {
    position: absolute;
    top: 21px;
    left: 50%;
    width: 12px;
    height: 21px;
    transform: translateX(-50%);
    border-radius: 7px 7px 3px 3px;
    background: #172537;
}

.password-dots {
    position: absolute;
    bottom: 81px;
    display: flex;
    gap: 10px;
}

.password-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffb53b;
}

.lock-warning {
    position: absolute;
    bottom: 27px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 181, 59, 0.28);
    border-radius: 999px;
    background: rgba(255, 181, 59, 0.1);
    color: #ffd58f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lock-warning span {
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 50%;
    background: #ffb53b;
    color: #172537;
}

.key-sweep {
    position: absolute;
    top: 36px;
    right: -22px;
    transform: rotate(90deg);
    color: rgba(255, 255, 255, 0.17);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
}

.restart-visual {
    background:
        radial-gradient(circle at 50% 38%, rgba(21, 120, 255, 0.18), transparent 10rem),
        linear-gradient(145deg, #eaf3ff, #e9edf3);
}

.mac-screen {
    position: absolute;
    top: 26px;
    right: 26px;
    left: 26px;
    display: flex;
    height: 152px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 6px solid #25364a;
    border-bottom-width: 12px;
    border-radius: 15px 15px 8px 8px;
    background: #0a1523;
    box-shadow: 0 20px 34px rgba(34, 53, 75, 0.22);
    color: white;
}

.power-symbol {
    color: #4ba8ff;
    font-size: 40px;
    line-height: 1;
}

.mac-screen strong {
    margin-top: 7px;
    font-size: 10px;
    letter-spacing: 0.02em;
}

.progress-track {
    width: 72px;
    height: 3px;
    margin-top: 13px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.18);
}

.progress-track span {
    display: block;
    width: 48%;
    height: 100%;
    border-radius: inherit;
    background: #4ba8ff;
}

.pressed-key {
    position: absolute;
    z-index: 2;
    right: 32px;
    bottom: 22px;
    display: grid;
    width: 78px;
    height: 52px;
    place-items: center;
    transform: rotate(-5deg);
    border: 1px solid #c6d1de;
    border-radius: 9px;
    background: white;
    box-shadow: 0 8px 0 #b8c3cf, 0 17px 30px rgba(35, 56, 78, 0.18);
    color: #26374a;
    font-size: 9px;
    font-weight: 800;
}

.pressed-key i {
    position: absolute;
    top: -25px;
    color: #ff674f;
    font-size: 20px;
    font-style: normal;
}

.restart-arrow {
    position: absolute;
    bottom: 23px;
    left: 37px;
    color: #1478ff;
    font-size: 48px;
    font-weight: 600;
}

.reason-copy {
    flex: 1;
    padding: 31px 30px 24px;
}

.reason-number {
    color: #0b72f0;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.15em;
}

.reason-copy h3 {
    margin: 18px 0 15px;
    color: #0a1420;
    font-size: clamp(25px, 2.2vw, 32px);
    font-weight: 680;
    letter-spacing: -0.045em;
    line-height: 1.06;
}

.nowrap {
    white-space: nowrap;
}

.reason-copy p {
    margin: 0;
    color: #5d6b7a;
    font-size: 14px;
    line-height: 1.68;
}

.reason-solution {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 10px;
    align-items: center;
    margin: 0 30px 30px;
    padding-top: 22px;
    border-top: 1px solid #e1e7ef;
    color: #26374a;
    font-size: 12px;
    font-weight: 730;
    line-height: 1.45;
}

.reason-solution span {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    background: #e2f8e9;
    color: #1caa50;
    font-size: 12px;
}

.section {
    padding: clamp(96px, 12vw, 156px) 0;
}

.section-intro {
    max-width: 830px;
    margin-bottom: clamp(60px, 8vw, 96px);
}

.section-intro.centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-intro h2,
.companion-copy h2,
.privacy-copy h2,
.closing-card h2 {
    margin: 18px 0 0;
    font-size: clamp(42px, 5.2vw, 68px);
    font-weight: 660;
    letter-spacing: -0.055em;
    line-height: 1;
}

.section-intro > p:last-child {
    max-width: 680px;
    margin: 24px auto 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.demo {
    background:
        radial-gradient(circle at 50% 30%, rgba(21, 120, 255, 0.14), transparent 33rem),
        #07111d;
}

.video-shell {
    padding: 12px;
    border: 1px solid rgba(82, 168, 255, 0.26);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(23, 68, 118, 0.5), rgba(9, 26, 43, 0.75));
    box-shadow: 0 50px 120px rgba(0, 0, 0, 0.42);
}

.video-shell video {
    width: 100%;
    max-height: 680px;
    border-radius: 17px;
    background: #000;
    object-fit: contain;
}

.video-caption {
    display: flex;
    justify-content: space-between;
    padding: 16px 12px 5px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 720;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.features {
    border-top: 1px solid var(--line);
    background: #091522;
}

.feature-row {
    display: grid;
    grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(56px, 8vw, 112px);
    align-items: center;
    padding: clamp(72px, 9vw, 116px) 0;
    border-top: 1px solid var(--line);
}

.feature-row:first-of-type {
    border-top: 0;
}

.feature-row-reverse .feature-copy {
    order: 2;
}

.feature-row-reverse .media-frame {
    order: 1;
}

.feature-copy h3 {
    margin: 22px 0 22px;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 650;
    letter-spacing: -0.05em;
    line-height: 1.04;
}

.feature-copy > p {
    margin: 0;
    color: var(--muted-light);
    font-size: 17px;
    line-height: 1.7;
}

.feature-list {
    display: grid;
    gap: 13px;
    margin: 30px 0 0;
    padding: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 24px;
}

.feature-list li::before {
    position: absolute;
    top: 0.1em;
    left: 0;
    color: var(--blue-bright);
    content: "✦";
    font-size: 12px;
}

.media-frame {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #000;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.33);
}

.media-frame img {
    width: 100%;
}

.media-frame-portrait {
    width: min(100%, 410px);
    justify-self: center;
    border-radius: 26px;
}

.media-frame-landscape {
    border-radius: 22px;
}

.companion {
    position: relative;
    overflow: hidden;
    background: #0b4fcd;
}

.companion::before {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background: radial-gradient(circle at 25% 45%, #42a5ff, transparent 25rem);
    content: "";
}

.companion-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(60px, 10vw, 140px);
    align-items: center;
}

.companion-art {
    position: relative;
    display: grid;
    min-height: 540px;
    place-items: center;
}

.companion-icon-wrap {
    width: min(100%, 460px);
    overflow: hidden;
    transform: rotate(-4deg);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 28%;
    box-shadow: 0 50px 100px rgba(0, 28, 91, 0.38);
}

.spark {
    position: absolute;
    color: white;
}

.spark-one {
    top: 7%;
    right: 7%;
    font-size: 62px;
}

.spark-two {
    bottom: 7%;
    left: 0;
    font-size: 44px;
}

.companion-copy .eyebrow {
    color: rgba(255, 255, 255, 0.68);
}

.companion-copy h2 {
    max-width: 620px;
}

.companion-copy > p:not(.eyebrow) {
    max-width: 590px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    line-height: 1.7;
}

.mini-feature {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: start;
    max-width: 540px;
    margin-top: 38px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mini-feature > span {
    font-size: 22px;
}

.mini-feature p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

.mini-feature strong {
    color: white;
}

.privacy {
    background:
        radial-gradient(circle at 86% 45%, rgba(45, 206, 104, 0.08), transparent 26rem),
        #f6f8fb;
    color: #0a1420;
}

.privacy-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(70px, 10vw, 140px);
    align-items: center;
}

.privacy-copy h2 {
    max-width: 560px;
}

.privacy-copy > p:not(.eyebrow) {
    max-width: 570px;
    margin: 28px 0 0;
    color: #526172;
    font-size: 18px;
    line-height: 1.75;
}

.text-link {
    display: inline-flex;
    gap: 14px;
    margin-top: 34px;
    color: #0b6ce5;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.text-link:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.privacy-points {
    margin: 0;
    padding: 0;
    border-top: 1px solid #d9e0e8;
    list-style: none;
}

.privacy-points li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    align-items: start;
    padding: 25px 0;
    border-bottom: 1px solid #d9e0e8;
}

.privacy-points .privacy-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: #e6f8ed;
    color: #20a850;
}

.privacy-icon i {
    font-size: 22px;
    line-height: 1;
}

.privacy-points strong,
.privacy-points span {
    display: block;
}

.privacy-points strong {
    margin-bottom: 5px;
    color: #0a1420;
    font-size: 16px;
}

.privacy-points div span {
    color: #637183;
    font-size: 14px;
    line-height: 1.55;
}

.gallery {
    background: #07111d;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.gallery-grid figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #03090f;
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 1.294 / 1;
    object-fit: cover;
}

.gallery-grid figcaption {
    padding: 18px 20px;
    border-top: 1px solid var(--line);
    color: var(--muted-light);
    font-size: 13px;
    font-weight: 650;
}

.closing {
    padding-top: 0;
}

.closing-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    padding: clamp(36px, 5vw, 64px);
    overflow: hidden;
    border: 1px solid rgba(75, 163, 255, 0.22);
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 20%, rgba(21, 120, 255, 0.22), transparent 20rem),
        var(--panel);
}

.closing-icon {
    width: 120px;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.closing-card h2 {
    font-size: clamp(34px, 4vw, 52px);
}

.closing-card > div > p:last-child {
    margin: 18px 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.closing-actions {
    display: grid;
    gap: 12px;
    min-width: 155px;
}

.site-footer {
    border-top: 1px solid var(--line);
    background: #050d16;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 44px;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 34px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-brand img {
    width: 66px;
    height: 66px;
    object-fit: contain;
}

.footer-brand p,
.copyright {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: flex-end;
}

.footer-links a {
    color: var(--muted-light);
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
}

.footer-links a:hover {
    color: white;
}

.copyright {
    grid-column: 1 / -1;
    padding-top: 26px;
    border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
    .hero {
        padding-bottom: 80px;
    }

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

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

    .hero-visual {
        width: min(100%, 620px);
        min-height: 590px;
        margin: 0 auto;
    }

    .feature-row,
    .feature-row-reverse,
    .companion-grid,
    .privacy-grid {
        grid-template-columns: 1fr;
    }

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

    .reason-card {
        display: grid;
        grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    }

    .reason-visual {
        height: 100%;
        min-height: 320px;
        grid-row: 1 / span 2;
    }

    .reason-solution {
        align-self: end;
    }

    .feature-row-reverse .feature-copy,
    .feature-row-reverse .media-frame {
        order: initial;
    }

    .feature-copy {
        max-width: 680px;
    }

    .media-frame-landscape {
        width: 100%;
    }

    .companion-art {
        order: 2;
        min-height: 480px;
    }

    .companion-copy {
        max-width: 700px;
    }

    .closing-card {
        grid-template-columns: 100px 1fr;
    }

    .closing-icon {
        width: 100px;
    }

    .closing-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 180px));
    }
}

@media (max-width: 720px) {
    .container,
    .header-inner {
        width: min(100% - 34px, 1180px);
    }

    .header-inner {
        min-height: 88px;
    }

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

    .site-nav {
        gap: 16px;
    }

    .site-nav a:not(.nav-support) {
        display: none;
    }

    .hero {
        min-height: auto;
        padding: 142px 0 72px;
    }

    .product-lockup {
        margin-bottom: 30px;
    }

    h1 {
        font-size: clamp(52px, 16vw, 72px);
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .trust-list {
        flex-direction: column;
        gap: 10px;
    }

    .trust-list li:not(:first-child)::before {
        display: none;
    }

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

    .icon-card {
        right: 1%;
        width: 210px;
    }

    .menu-card {
        right: auto;
        left: 0;
        width: 255px;
    }

    .status-pill {
        right: 0;
        bottom: 14%;
    }

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

    .proof article {
        min-height: 0;
    }

    .proof article + article {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .proof h2 {
        margin-top: 24px;
    }

    .reason-card {
        display: flex;
    }

    .reason-visual {
        width: 100%;
        height: 260px;
        min-height: 0;
    }

    .section {
        padding: 86px 0;
    }

    .video-caption {
        gap: 8px;
        flex-direction: column;
    }

    .feature-row {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 72px 0;
    }

    .companion-art {
        min-height: 370px;
    }

    .companion-icon-wrap {
        width: min(88vw, 360px);
    }

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

    .closing-card {
        grid-template-columns: 76px 1fr;
        gap: 24px;
        border-radius: 20px;
    }

    .closing-icon {
        width: 76px;
        border-radius: 19px;
    }

    .closing-actions {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 430px) {
    .hero-visual {
        min-height: 420px;
    }

    .icon-card {
        width: 175px;
    }

    .menu-card {
        width: 215px;
    }

    .status-pill {
        bottom: 10%;
    }

    .privacy-points li {
        grid-template-columns: 42px 1fr;
        gap: 15px;
    }

    .closing-card {
        grid-template-columns: 1fr;
    }
}

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

    * {
        transition: none !important;
    }
}
