:root {
    color-scheme: light;
    --bg: #f4f7fb;
    --paper: #ffffff;
    --paper-2: #eef4fb;
    --ink: #0c1422;
    --muted: #52627a;
    --line: #dce5ef;
    --blue: #0878ff;
    --blue-2: #8dbaff;
    --dark: #05070b;
    --dark-soft: #101722;
    --success: #23a66f;
    --shadow: rgba(13, 26, 49, .13);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
    overflow-x: hidden;
}

a {
    color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(8, 120, 255, .55);
    outline-offset: 3px;
}

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

.site-top {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(76rem, calc(100% - 2rem));
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(255, 255, 255, .24);
    padding: 1rem 0;
}

.brand img {
    width: 7.2rem;
    height: auto;
}

.top-nav {
    display: flex;
    justify-content: center;
    gap: 1.45rem;
    flex: 1;
}

.top-nav a,
.nav-cta {
    color: rgba(255, 255, 255, .88);
    font-size: .9rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.top-nav a:hover {
    color: #ffffff;
}

.nav-cta,
.button.primary {
    border-radius: 8px;
    background: var(--blue);
    color: #ffffff;
    box-shadow: 0 .8rem 1.8rem rgba(8, 120, 255, .28);
}

.nav-cta {
    padding: .72rem 1rem;
    min-height: 2.75rem;
}

.hero {
    position: relative;
    min-height: min(78svh, 47rem);
    overflow: hidden;
    background: var(--dark);
}

.hero-image,
.hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    object-fit: cover;
    object-position: 69% center;
}

.hero-shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .54) 42%, rgba(0, 0, 0, .18) 72%, rgba(0, 0, 0, .62)),
        linear-gradient(0deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .06));
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    width: min(76rem, calc(100% - 2rem));
    min-height: min(78svh, 47rem);
    margin-inline: auto;
    padding: 6.6rem 0 3rem;
}

.eyebrow {
    margin: 0 0 .75rem;
    color: var(--blue-2);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
    min-width: 0;
}

h1 {
    margin: 0;
    max-width: 13ch;
    color: #ffffff;
    font-size: clamp(3rem, 4.9vw, 4.9rem);
    line-height: .98;
    letter-spacing: 0;
}

h1 span {
    display: block;
    color: var(--blue-2);
}

h2 {
    margin: 0;
    font-size: clamp(2.15rem, 4.2vw, 4rem);
    line-height: 1;
    letter-spacing: 0;
}

h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.15;
}

p {
    margin: 0;
}

.hero-lead {
    max-width: 34rem;
    margin-top: 1.45rem;
    color: rgba(255, 255, 255, .9);
    font-size: 1.15rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 900;
    padding: .78rem 1.25rem;
    text-decoration: none;
}

.button.ghost-dark {
    border-color: rgba(255, 255, 255, .34);
    color: #ffffff;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(10px);
}

.button.light {
    border-color: var(--line);
    background: #ffffff;
    color: var(--ink);
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 3.4rem;
    color: rgba(255, 255, 255, .82);
    font-size: .82rem;
    font-weight: 750;
}

.trust-row span {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
}

.trust-row span::before {
    content: "";
    width: .65rem;
    height: .65rem;
    border: 2px solid var(--blue-2);
    border-radius: 50%;
}

.section {
    width: min(76rem, calc(100% - 2rem));
    margin-inline: auto;
    padding: 4.7rem 0;
}

.center-head {
    display: grid;
    gap: .75rem;
    max-width: 52rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.center-head .eyebrow {
    color: var(--blue);
}

.center-head p {
    color: var(--muted);
    font-size: 1.08rem;
}

.steps-section {
    margin-top: 1.4rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f3f7fc);
    box-shadow: 0 1.4rem 4rem var(--shadow);
    padding: 2.25rem;
}

.steps-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
}

.steps-strip article {
    position: relative;
    display: grid;
    gap: .58rem;
    min-height: 10.8rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #ffffff;
    padding: 1.1rem .85rem .95rem;
    text-align: center;
}

.steps-strip article > span {
    position: absolute;
    top: .65rem;
    left: .65rem;
    display: grid;
    place-items: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: var(--blue);
    color: #ffffff;
    font-size: .78rem;
    font-weight: 950;
}

.steps-strip h3 {
    align-self: end;
    font-size: .95rem;
}

.steps-strip p {
    color: var(--muted);
    font-size: .78rem;
}

.icon {
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 1.15rem auto .35rem;
    background: var(--ink);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.icon.account { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='15' r='8' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='M9 42c2-10 9-16 15-16s13 6 15 16' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='15' r='8' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='M9 42c2-10 9-16 15-16s13 6 15 16' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.icon.music { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 33V10l20-4v23' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='14' cy='35' r='7' fill='none' stroke='black' stroke-width='4'/%3E%3Ccircle cx='34' cy='31' r='7' fill='none' stroke='black' stroke-width='4'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 33V10l20-4v23' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='14' cy='35' r='7' fill='none' stroke='black' stroke-width='4'/%3E%3Ccircle cx='34' cy='31' r='7' fill='none' stroke='black' stroke-width='4'/%3E%3C/svg%3E"); }
.icon.upload { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 31H12a8 8 0 0 1 0-16 13 13 0 0 1 25 3 7 7 0 0 1-1 14h-3' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='m18 27 6-6 6 6M24 22v18' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 31H12a8 8 0 0 1 0-16 13 13 0 0 1 25 3 7 7 0 0 1-1 14h-3' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='m18 27 6-6 6 6M24 22v18' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.icon.edit { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 39h30M13 32l2-9L32 6l7 7-17 17-9 2z' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 39h30M13 32l2-9L32 6l7 7-17 17-9 2z' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.icon.link { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 29l12-12M20 12l2-2a10 10 0 1 1 14 14l-2 2M28 36l-2 2a10 10 0 1 1-14-14l2-2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 29l12-12M20 12l2-2a10 10 0 1 1 14 14l-2 2M28 36l-2 2a10 10 0 1 1-14-14l2-2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.icon.nfc { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 18a9 9 0 0 1 0 12M22 13a17 17 0 0 1 0 22M29 8a25 25 0 0 1 0 32' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 18a9 9 0 0 1 0 12M22 13a17 17 0 0 1 0 22M29 8a25 25 0 0 1 0 32' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.icon.tag { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 24 24 7h15v15L22 39 7 24z' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3Ccircle cx='33' cy='15' r='2' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 24 24 7h15v15L22 39 7 24z' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3Ccircle cx='33' cy='15' r='2' fill='black'/%3E%3C/svg%3E"); }
.icon.play { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='18' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='m20 16 13 8-13 8z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='18' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='m20 16 13 8-13 8z' fill='black'/%3E%3C/svg%3E"); }
.icon.phone { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='14' y='5' width='20' height='38' rx='5' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='M21 37h6' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='14' y='5' width='20' height='38' rx='5' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='M21 37h6' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.icon.lock { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9' y='21' width='30' height='20' rx='3' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='M16 21v-6a8 8 0 0 1 16 0v6' fill='none' stroke='black' stroke-width='4'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9' y='21' width='30' height='20' rx='3' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='M16 21v-6a8 8 0 0 1 16 0v6' fill='none' stroke='black' stroke-width='4'/%3E%3C/svg%3E"); }
.icon.heart { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 41S7 31 7 17a9 9 0 0 1 16-5 9 9 0 0 1 16 5c0 14-15 23-15 24z' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 41S7 31 7 17a9 9 0 0 1 16-5 9 9 0 0 1 16 5c0 14-15 23-15 24z' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.icon.playlist { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14h18M10 24h18M10 34h12M35 12v18' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='33' cy='34' r='5' fill='none' stroke='black' stroke-width='4'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14h18M10 24h18M10 34h12M35 12v18' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='33' cy='34' r='5' fill='none' stroke='black' stroke-width='4'/%3E%3C/svg%3E"); }
.icon.photos { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='12' width='32' height='26' rx='4' fill='none' stroke='black' stroke-width='4'/%3E%3Ccircle cx='18' cy='21' r='3' fill='black'/%3E%3Cpath d='m12 35 9-9 6 6 5-5 8 8' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='12' width='32' height='26' rx='4' fill='none' stroke='black' stroke-width='4'/%3E%3Ccircle cx='18' cy='21' r='3' fill='black'/%3E%3Cpath d='m12 35 9-9 6 6 5-5 8 8' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.icon.video { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7' y='12' width='28' height='24' rx='4' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='m35 20 7-4v16l-7-4M19 19l8 5-8 5z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7' y='12' width='28' height='24' rx='4' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='m35 20 7-4v16l-7-4M19 19l8 5-8 5z' fill='black'/%3E%3C/svg%3E"); }
.icon.gift { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 20h32v21H8zM6 13h36v7H6zM24 13v28M16 13c-5-4-4-9 1-9 4 0 7 9 7 9M32 13c5-4 4-9-1-9-4 0-7 9-7 9' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 20h32v21H8zM6 13h36v7H6zM24 13v28M16 13c-5-4-4-9 1-9 4 0 7 9 7 9M32 13c5-4 4-9-1-9-4 0-7 9-7 9' fill='none' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.icon.artist { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 30a9 9 0 0 1 14 0M13 39c3-7 7-10 11-10s8 3 11 10M16 16a8 8 0 0 1 16 0v5a8 8 0 0 1-16 0zM8 22h6M34 22h6' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 30a9 9 0 0 1 14 0M13 39c3-7 7-10 11-10s8 3 11 10M16 16a8 8 0 0 1 16 0v5a8 8 0 0 1-16 0zM8 22h6M34 22h6' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.icon.event { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9' y='11' width='30' height='28' rx='4' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='M16 7v8M32 7v8M9 20h30M17 28h4M27 28h4M17 34h4' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9' y='11' width='30' height='28' rx='4' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='M16 7v8M32 7v8M9 20h30M17 28h4M27 28h4M17 34h4' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.icon.presentation { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='9' width='32' height='23' rx='3' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='M24 32v8M17 40h14M16 17h16M16 24h10' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='9' width='32' height='23' rx='3' fill='none' stroke='black' stroke-width='4'/%3E%3Cpath d='M24 32v8M17 40h14M16 17h16M16 24h10' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }

.info-note {
    width: min(42rem, 100%);
    max-width: 100%;
    margin: 1.2rem auto 0;
    border-radius: 12px;
    background: #e7f1ff;
    color: #1d477c;
    font-size: .92rem;
    font-weight: 800;
    padding: .7rem 1.1rem;
    text-align: center;
    overflow-wrap: normal;
}

.dark-feature {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 1.5rem;
    width: min(76rem, calc(100% - 2rem));
    margin: 1.2rem auto 0;
    border-radius: 18px;
    background:
        radial-gradient(circle at 70% 20%, rgba(8, 120, 255, .24), transparent 20rem),
        linear-gradient(135deg, #05070b, #0b1524 58%, #111018);
    color: #ffffff;
    overflow: hidden;
    padding: 2.4rem;
}

.dark-feature h2 {
    max-width: 13ch;
    color: #ffffff;
}

.dark-feature p {
    color: rgba(255, 255, 255, .78);
    margin-top: 1rem;
}

.feature-copy {
    align-self: center;
    min-width: 0;
}

.feature-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .85rem;
    align-items: stretch;
}

.feature-media img {
    width: 100%;
    height: 100%;
    min-height: 18rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 12px;
    object-fit: cover;
}

.today-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(22rem, .86fr);
    gap: 2rem;
    align-items: center;
    border-radius: 18px;
    background: var(--paper);
    box-shadow: 0 1.4rem 4rem var(--shadow);
    padding: 1rem;
    overflow: hidden;
}

.today-card > img {
    width: 100%;
    height: 30rem;
    border-radius: 12px;
    object-fit: cover;
}

.today-card > div {
    min-width: 0;
    padding: 1rem 1.3rem 1rem 0;
}

.today-card .eyebrow {
    color: var(--blue);
}

.today-card p {
    margin: 1rem 0;
    color: var(--muted);
    font-size: 1.08rem;
}

.mini-flow {
    display: grid;
    gap: .55rem;
    margin: 0 0 1.2rem;
    padding: 0;
    list-style: none;
    counter-reset: flow;
}

.mini-flow li {
    counter-increment: flow;
    display: flex;
    align-items: center;
    gap: .6rem;
    color: var(--ink);
    font-weight: 800;
}

.mini-flow li::before {
    content: counter(flow);
    display: grid;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    background: var(--blue);
    color: #ffffff;
    font-size: .78rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}

.product-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff, #f4f7fb);
    box-shadow: 0 1rem 2.8rem rgba(13, 26, 49, .09);
}

.product-card img {
    width: 100%;
    aspect-ratio: 1.08;
    object-fit: cover;
    object-position: center;
}

.product-card:first-child img {
    object-position: center 18%;
}

.product-card:nth-child(3) img {
    object-position: center 16%;
}

.product-body {
    padding: 1.25rem;
}

.status-pill {
    display: inline-flex;
    margin-bottom: .85rem;
    border-radius: 999px;
    background: #e9f2ff;
    color: #165db5;
    font-size: .75rem;
    font-weight: 900;
    padding: .35rem .65rem;
}

.product-body p {
    margin-top: .35rem;
    color: var(--muted);
}

.product-body ul {
    display: grid;
    gap: .45rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: .92rem;
}

.product-body li {
    display: flex;
    gap: .5rem;
}

.product-body li::before {
    content: "";
    flex: 0 0 .85rem;
    width: .85rem;
    height: .85rem;
    margin-top: .2rem;
    border: 2px solid var(--blue);
    border-radius: 50%;
}

.image-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1rem;
    background: var(--dark);
}

.image-band figure {
    position: relative;
    min-height: 18rem;
    margin: 0;
    overflow: hidden;
}

.image-band img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.96);
}

.image-band figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .68), transparent 62%);
}

.image-band figcaption {
    position: absolute;
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.4rem;
    z-index: 1;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 950;
    line-height: 1.08;
}

.use-grid,
.proof-columns,
.closing-points {
    display: grid;
    gap: 1rem;
}

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

.use-grid article,
.proof-columns article,
.closing-points article {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--paper);
    box-shadow: 0 .8rem 2.2rem rgba(13, 26, 49, .07);
    padding: 1.1rem;
}

.use-grid article {
    display: grid;
    align-content: start;
    gap: .55rem;
}

.use-grid .icon {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 .25rem;
    background: var(--blue);
}

.plans-section {
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #eef6ff);
    box-shadow: 0 1.4rem 4rem var(--shadow);
    padding: 2.55rem 2rem;
}

.plans-title {
    display: grid;
    gap: .18rem;
}

.plans-title span {
    display: block;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 1rem;
}

.plans-grid article {
    display: grid;
    align-content: start;
    grid-template-rows: auto auto 1fr auto auto;
    gap: .55rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--paper);
    padding: 1.1rem;
}

.plans-grid strong {
    font-size: 1.05rem;
}

.plans-grid span {
    color: var(--blue);
    font-size: 1.45rem;
    font-weight: 950;
}

.plans-grid p,
.plans-note {
    color: var(--muted);
}

.plans-grid .fair-use-copy {
    align-self: end;
    min-height: 3.5rem;
    border-top: 1px solid var(--line);
    color: #34455d;
    font-size: .86rem;
    padding-top: .65rem;
}

.plans-grid .fair-use-copy a,
.configurator-note a {
    color: var(--blue);
    font-weight: 900;
}

.plans-grid .button {
    align-self: end;
}

.plans-note {
    max-width: 52rem;
    margin: 1.2rem auto 0;
    text-align: center;
}

.plans-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .85rem;
    margin-top: 1.4rem;
}

.cloud-configurator-public {
    display: grid;
    gap: .9rem;
    max-width: 52rem;
    margin: 1.35rem auto 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
    padding: 1.2rem;
}

.configurator-head {
    display: grid;
    gap: .35rem;
}

.configurator-head p,
.configurator-note {
    color: var(--muted);
    font-size: .92rem;
}

.cloud-configurator-public label {
    display: grid;
    gap: .55rem;
    color: var(--muted);
    font-weight: 850;
}

.cloud-configurator-public input {
    width: 100%;
    accent-color: var(--blue);
}

.cloud-configurator-public > strong {
    color: var(--blue);
    font-size: 2rem;
    line-height: 1;
}

.cloud-configurator-public .preset-row {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: .5rem;
}

.cloud-configurator-public .preset-row button {
    min-height: 2.65rem;
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f5f8fc;
    color: var(--ink);
    cursor: pointer;
    font-weight: 850;
    padding: .55rem .45rem;
}

.cloud-configurator-public .preset-row button.active {
    border-color: var(--blue);
    background: rgba(8, 120, 255, .1);
    color: var(--blue);
}

.cloud-configurator-public .cloud-price-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
}

.cloud-configurator-public .cloud-price-row span {
    display: grid;
    gap: .25rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f5f8fc;
    color: var(--muted);
    padding: .8rem;
}

.cloud-configurator-public b {
    color: var(--ink);
}

.cloud-configurator-public .cycle-row {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.cloud-configurator-public .cycle-row label {
    display: inline-flex;
    align-items: center;
    width: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f5f8fc;
    color: var(--ink);
    padding: .55rem .75rem;
}

.final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.cloud-configurator-public .cycle-row input {
    width: auto;
}

.legal-page {
    background: #f4f7fb;
}

.legal-shell {
    width: min(54rem, calc(100% - 2rem));
    margin: 0 auto;
    padding: 3rem 0 5rem;
}

.legal-brand img {
    width: 7rem;
    margin-bottom: 2rem;
}

.legal-shell h1 {
    max-width: 100%;
    color: var(--ink);
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1;
}

.legal-shell h2 {
    color: var(--ink);
    font-size: 1.45rem;
    line-height: 1.15;
}

.legal-shell section {
    border-top: 1px solid var(--line);
    margin-top: 1.6rem;
    padding-top: 1.6rem;
}

.legal-shell p {
    color: var(--muted);
    margin-top: .65rem;
}

.legal-note {
    border: 1px solid #b9d5ff;
    border-radius: 10px;
    background: #eaf3ff;
    color: #1d477c;
    font-weight: 800;
    padding: .85rem 1rem;
}

.use-grid p,
.proof-panel p {
    margin-top: .5rem;
    color: var(--muted);
}

.proof-panel,
.final-cta {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    align-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #eef5ff);
    box-shadow: 0 1.4rem 4rem var(--shadow);
    padding: 2rem;
    overflow: hidden;
}

.proof-panel .eyebrow {
    color: var(--blue);
}

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

.final-cta {
    width: min(76rem, calc(100% - 2rem));
    margin: 0 auto 3rem;
}

.final-cta p {
    max-width: 32rem;
    margin: .75rem 0 1.4rem;
    color: var(--muted);
    font-size: 1.08rem;
}

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

.closing-points article {
    display: grid;
    align-content: center;
    min-height: 9rem;
    text-align: center;
}

.closing-points .icon {
    margin: 0 auto 1rem;
    background: var(--ink);
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(76rem, calc(100% - 2rem));
    margin-inline: auto;
    border-top: 1px solid var(--line);
    color: var(--muted);
    padding: 2rem 0 3rem;
}

.footer img {
    width: 6.8rem;
}

.footer p {
    max-width: 48rem;
    font-size: .92rem;
}

.footer a {
    color: var(--blue);
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 1120px) {
    .steps-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

    .product-grid .product-card:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 820px) {
    .site-top {
        position: absolute;
        width: calc(100% - 1rem);
        padding: .75rem 0;
    }

    .top-nav {
        display: none;
    }

    .brand img {
        width: 6rem;
    }

    .nav-cta {
        padding: .62rem .78rem;
        font-size: .82rem;
    }

    .hero,
    .hero-inner {
        min-height: 39rem;
    }

    .hero-image {
        object-position: 74% center;
    }

    .hero-shade {
        background:
            linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .54)),
            linear-gradient(0deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .1));
    }

    .hero-inner {
        padding-top: 5.4rem;
    }

    h1 {
        max-width: 11ch;
        font-size: clamp(2.75rem, 11vw, 3.55rem);
    }

    .hero-lead {
        max-width: 22rem;
        font-size: 1rem;
    }

    .trust-row {
        display: none;
    }

    .steps-section {
        width: min(100% - 1rem, 76rem);
        padding: 1.4rem .75rem;
    }

    .steps-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dark-feature,
    .today-card,
    .proof-panel,
    .final-cta {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .dark-feature {
        width: min(100% - 1rem, 76rem);
        padding: 1.1rem;
    }

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

    .feature-media img {
        min-height: 14rem;
    }

    .today-card > img {
        height: 19rem;
    }

    .today-card > div {
        padding: .3rem;
    }

    .image-band {
        grid-template-columns: 1fr;
    }

    .proof-columns,
    .closing-points,
    .plans-grid,
    .cloud-configurator-public .cloud-price-row {
        grid-template-columns: 1fr 1fr;
    }

    .cloud-configurator-public .preset-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .hero,
    .hero-inner {
        min-height: 33.5rem;
    }

    .hero-image {
        object-position: 76% center;
    }

    .hero-inner {
        width: min(100% - 1rem, 76rem);
        padding-top: 4.85rem;
        padding-bottom: 1.6rem;
    }

    h1 {
        max-width: 10.8ch;
        font-size: clamp(2.28rem, 11vw, 2.72rem);
        line-height: 1;
    }

    h2 {
        font-size: 1.82rem;
        max-width: 100%;
        line-height: 1.04;
    }

    .button {
        width: 100%;
        min-height: 2.85rem;
        padding: .7rem 1rem;
    }

    .hero-actions {
        max-width: 21rem;
        gap: .62rem;
        margin-top: 1.2rem;
    }

    .hero-lead {
        max-width: 20rem;
        margin-top: .95rem;
        font-size: .96rem;
    }

    .section {
        width: min(100% - 1rem, 76rem);
        padding: 2.7rem 0;
    }

    .plans-section {
        padding: 1.55rem .85rem;
    }

    .plans-section .center-head {
        gap: .5rem;
        margin-bottom: 1.15rem;
    }

    .plans-section .center-head p {
        font-size: .96rem;
    }

    .info-note {
        width: min(20rem, 100%);
        font-size: .86rem;
        line-height: 1.25;
    }

    .center-head,
    .feature-copy,
    .today-card > div,
    .proof-panel > div,
    .final-cta > div {
        width: 100%;
        max-width: calc(100vw - 2.4rem);
        min-width: 0;
    }

    .dark-feature h2,
    .today-card h2,
    .center-head h2,
    .proof-panel h2,
    .final-cta h2 {
        max-width: 13ch;
    }

    .dark-feature p,
    .today-card p,
    .proof-panel p,
    .final-cta p {
        max-width: 31ch;
    }

    .product-grid,
    .use-grid,
    .plans-grid,
    .cloud-configurator-public .cloud-price-row,
    .proof-columns,
    .closing-points {
        grid-template-columns: 1fr;
    }

    .steps-strip {
        grid-template-columns: 1fr;
        gap: .65rem;
    }

    .steps-strip article {
        grid-template-columns: 2.4rem minmax(0, 1fr);
        align-items: start;
        min-height: 0;
        gap: .65rem;
        padding: .8rem .8rem .8rem 2.75rem;
        text-align: left;
    }

    .steps-strip article > span {
        top: 50%;
        transform: translateY(-50%);
    }

    .steps-strip .icon {
        width: 2.1rem;
        height: 2.1rem;
        margin: 0;
    }

    .steps-strip h3 {
        grid-column: 2;
        align-self: auto;
        font-size: .94rem;
    }

    .steps-strip p {
        grid-column: 2;
        min-width: 0;
        max-width: 100%;
        font-size: .78rem;
        line-height: 1.28;
        overflow-wrap: anywhere;
    }

    .plans-grid article {
        gap: .45rem;
        padding: .9rem;
    }

    .plans-grid span {
        font-size: 1.25rem;
    }

    .plans-grid .fair-use-copy {
        min-height: 0;
    }

    .cloud-configurator-public {
        padding: .9rem;
    }

    .cloud-configurator-public .preset-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-grid .product-card:last-child {
        grid-column: auto;
    }

    .product-card img {
        aspect-ratio: 1.1;
    }

    .final-cta {
        width: min(100% - 1rem, 76rem);
        padding: 1.2rem;
    }
}

@media (max-width: 390px) {
    .site-top {
        width: calc(100% - .75rem);
    }

    .brand img {
        width: 5.35rem;
    }

    .nav-cta {
        padding: .55rem .62rem;
        font-size: .78rem;
    }

    .hero,
    .hero-inner {
        min-height: 32rem;
    }

    .hero-actions {
        max-width: 19rem;
    }

    .dark-feature,
    .today-card,
    .proof-panel,
    .final-cta {
        border-radius: 12px;
    }
}
