: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;
}

.top-nav a.active {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: var(--blue-2);
    text-decoration-thickness: 2px;
    text-underline-offset: .5rem;
}

.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%;
}

.cartridge-reel {
    display: grid;
    gap: 1.3rem;
}

.cartridge-reel-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.cartridge-reel article {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--paper);
    box-shadow: 0 .8rem 2.2rem rgba(13, 26, 49, .08);
}

.cartridge-reel img {
    width: 100%;
    aspect-ratio: 1.24;
    object-fit: cover;
}

.cartridge-reel article > div {
    display: grid;
    gap: .45rem;
    padding: 1rem;
}

.cartridge-reel p {
    color: var(--muted);
    font-size: .9rem;
}

.cartridge-reel strong {
    color: var(--blue);
    font-size: 1.1rem;
}

.cartuchos-page {
    background: #f5f0e9;
}

.cartuchos-hero {
    position: relative;
    min-height: 41rem;
    overflow: hidden;
    background: var(--dark);
}

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

.cartuchos-hero > img {
    object-fit: cover;
    object-position: 66% center;
}

.cartuchos-hero-shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .57) 35%, rgba(0, 0, 0, .12) 68%, rgba(0, 0, 0, .18)),
        linear-gradient(0deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .04));
}

.cartuchos-hero-copy {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    width: min(76rem, calc(100% - 2rem));
    min-height: 41rem;
    margin: 0 auto;
    padding: 7rem 0 3rem;
}

.cartuchos-hero h1 {
    max-width: 13ch;
}

.cartuchos-hero-copy > p:not(.eyebrow) {
    max-width: 35rem;
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, .9);
    font-size: 1.15rem;
}

.cartuchos-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
    width: min(54rem, 100%);
    margin-top: 2.1rem;
}

.cartuchos-benefits span {
    display: grid;
    grid-template-columns: 2.45rem minmax(0, 1fr);
    gap: .65rem;
    align-items: center;
    color: rgba(255, 255, 255, .9);
    font-size: .86rem;
    font-weight: 850;
}

.cartuchos-benefits .icon {
    width: 2.45rem;
    height: 2.45rem;
    margin: 0;
    border: 1px solid rgba(141, 186, 255, .5);
    border-radius: 50%;
    background: var(--blue-2);
    padding: .45rem;
}

.cartridge-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, .38fr);
    gap: 1rem;
    align-items: stretch;
    margin-top: -2.8rem;
    position: relative;
    z-index: 2;
    padding-top: 0;
}

.include-card,
.delivery-card,
.open-cartridge-panel {
    border: 1px solid rgba(12, 20, 34, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 1.2rem 3rem rgba(38, 23, 10, .14);
}

.include-card {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1.3rem;
}

.include-card .icon {
    width: 3rem;
    height: 3rem;
    margin: 0;
    background: var(--blue);
}

.include-card h2 {
    font-size: clamp(1.35rem, 2.2vw, 2.1rem);
}

.include-card p,
.delivery-card p,
.open-cartridge-panel p {
    color: var(--muted);
}

.delivery-card {
    display: grid;
    align-content: center;
    gap: .45rem;
    padding: 1.3rem;
}

.delivery-card .eyebrow,
.cartuchos-catalog .eyebrow,
.open-cartridge-section .eyebrow,
.cartridge-reel .eyebrow {
    color: var(--blue);
}

.cartuchos-catalog {
    padding-top: 2rem;
}

.cartuchos-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, .33fr);
    gap: 1rem;
    align-items: start;
}

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

.cartucho-card {
    overflow: hidden;
    border: 1px solid rgba(12, 20, 34, .12);
    border-radius: 16px;
    background: #fffdfa;
    box-shadow: 0 1.2rem 3rem rgba(38, 23, 10, .12);
}

.cartucho-card img {
    width: 100%;
    aspect-ratio: 1.34;
    object-fit: cover;
}

.cartucho-body {
    position: relative;
    display: grid;
    gap: .65rem;
    padding: 1.15rem;
}

.cartucho-code {
    position: absolute;
    top: -1.4rem;
    left: 1rem;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--blue);
    color: #ffffff;
    font-weight: 950;
}

.cartucho-body > p:not(.cartucho-code),
.cartucho-body li {
    color: var(--muted);
}

.cartucho-body ul {
    display: grid;
    gap: .35rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .92rem;
}

.cartucho-body li {
    display: flex;
    gap: .45rem;
}

.cartucho-body li::before {
    content: "";
    flex: 0 0 .45rem;
    width: .45rem;
    height: .45rem;
    margin-top: .5rem;
    border-radius: 50%;
    background: var(--blue);
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: .35rem;
    color: var(--blue);
}

.price-row strong {
    font-size: 2rem;
    line-height: 1;
}

.price-row span {
    font-size: .85rem;
    font-weight: 850;
}

.cart-panel {
    position: sticky;
    top: 1rem;
    display: grid;
    gap: 1rem;
    border: 1px solid rgba(12, 20, 34, .12);
    border-radius: 16px;
    background: #fffdfa;
    box-shadow: 0 1.2rem 3rem rgba(38, 23, 10, .12);
    padding: 1rem;
}

.cart-panel-head,
.cart-total {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.cart-panel-head .eyebrow {
    margin: 0;
    color: var(--blue);
}

.cart-items {
    display: grid;
    gap: .7rem;
}

.empty-cart,
.cart-note {
    color: var(--muted);
    font-size: .92rem;
}

.cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5.4rem;
    gap: .7rem;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f7f3ed;
    padding: .75rem;
}

.cart-item div,
.cart-item label {
    display: grid;
    gap: .25rem;
}

.cart-item span,
.cart-item label {
    color: var(--muted);
    font-size: .82rem;
    font-weight: 800;
}

.cart-item input,
.checkout-card input,
.checkout-card textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--ink);
    font: inherit;
    padding: .62rem .7rem;
}

.cart-total {
    border-top: 1px solid var(--line);
    padding-top: .8rem;
}

.cart-total strong {
    color: var(--blue);
    font-size: 1.55rem;
}

.checkout-card {
    display: grid;
    gap: .7rem;
    border-top: 1px solid var(--line);
    padding-top: 1rem;
}

.checkout-card h3 {
    font-size: 1rem;
}

.checkout-card label {
    display: grid;
    gap: .28rem;
    color: var(--muted);
    font-size: .86rem;
    font-weight: 850;
}

.checkout-card textarea {
    resize: vertical;
}

.checkout-card noscript span {
    color: var(--muted);
    font-size: .9rem;
    font-weight: 800;
}

.open-cartridge-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, .45fr);
    gap: 1rem;
    padding: 1.5rem;
}

.open-cartridge-panel > div {
    display: grid;
    align-content: start;
    gap: .8rem;
}

.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: 1.55rem 1.45rem;
}

.plans-section .center-head {
    gap: .55rem;
    margin-bottom: .7rem;
}

.plans-section .section-head-left {
    gap: .22rem;
}

.plans-section .section-head-left h2 {
    font-size: clamp(1.42rem, 2.05vw, 2.05rem);
}

.byos-section {
    display: grid;
    gap: 1.35rem;
}

.byos-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr);
    gap: 1rem;
    align-items: stretch;
}

.byos-main-card,
.byos-source-grid article {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 1rem 2.4rem rgba(20, 42, 70, .08);
}

.byos-main-card {
    display: grid;
    gap: 1rem;
    padding: 1.35rem;
}

.byos-badge {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    background: rgba(46, 111, 217, .1);
    color: var(--blue);
    font-size: .78rem;
    font-weight: 950;
    padding: .38rem .65rem;
}

.byos-main-card h3 {
    margin-top: .65rem;
    font-size: clamp(1.75rem, 3vw, 3rem);
}

.byos-main-card p {
    max-width: 42rem;
    color: var(--muted);
    font-size: 1.02rem;
}

.byos-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .55rem;
}

.byos-flow span {
    position: relative;
    display: grid;
    min-height: 4.2rem;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f5f8fc;
    color: var(--ink);
    font-weight: 950;
    padding: .75rem;
    text-align: center;
}

.byos-flow span:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -.48rem;
    z-index: 1;
    content: "→";
    color: var(--blue);
    font-weight: 950;
    transform: translateY(-50%);
}

.byos-explainer {
    border-left: 4px solid var(--blue);
    background: #f5f8fc;
    padding: .85rem 1rem;
}

.byos-benefits {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .48rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.byos-benefits li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .55rem;
    color: #263850;
    line-height: 1.45;
}

.byos-benefits li::before {
    content: "";
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: var(--blue);
    margin-top: .45rem;
}

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

.byos-source-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

.byos-source-grid article {
    display: grid;
    gap: .35rem;
    align-content: start;
    min-height: 7rem;
    padding: 1rem;
}

.byos-source-grid span {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 950;
}

.byos-source-grid strong {
    color: var(--blue);
    font-size: .82rem;
    text-transform: uppercase;
}

.plans-title {
    display: grid;
    gap: .18rem;
    font-size: clamp(2.45rem, 3.8vw, 3.45rem);
}

.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: 3.2rem 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;
}

.project-top {
    position: relative;
    left: auto;
    transform: none;
    margin-inline: auto;
    border-bottom-color: var(--line);
}

.project-top .top-nav a,
.project-top .nav-cta {
    color: var(--ink);
}

.project-top .nav-cta {
    color: #ffffff;
}

.project-hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 2rem;
    align-items: center;
    width: min(76rem, calc(100% - 2rem));
    margin: 0 auto;
    padding: 4.5rem 0 3rem;
}

.project-hero h1 {
    max-width: 12ch;
    color: var(--ink);
}

.project-hero p {
    max-width: 38rem;
    margin-top: 1.2rem;
    color: var(--muted);
    font-size: 1.14rem;
}

.project-hero img {
    width: 100%;
    min-height: 28rem;
    border-radius: 18px;
    box-shadow: 0 1.4rem 4rem var(--shadow);
    object-fit: cover;
}

.project-story-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    width: min(76rem, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem 0 4rem;
}

.project-story-section article,
.story-panel,
.free-hero-card,
.diy-card,
.mini-promo-card {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: 0 1.4rem 4rem rgba(13, 26, 49, .09);
}

.project-story-section article {
    padding: 1.7rem;
}

.project-story-section h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.project-story-section p {
    margin-top: .9rem;
    color: var(--muted);
    font-size: 1.05rem;
}

.project-free-section {
    margin-bottom: 2rem;
}

.project-dark {
    margin-top: 0;
}

.story-panel {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
}

.story-panel .eyebrow,
.section-head-left .eyebrow,
.mini-promo .eyebrow,
.free-hero-card .eyebrow {
    color: var(--blue);
}

.story-panel p {
    color: var(--muted);
    font-size: 1.08rem;
    margin-bottom: 1rem;
}

.free-hero-card {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: .85rem;
    align-items: center;
    background:
        linear-gradient(135deg, #ffffff, #eaf4ff 64%, #ffffff);
    padding: .88rem;
}

.free-hero-card h3 {
    color: var(--blue);
    font-size: clamp(2.55rem, 5vw, 4.2rem);
    line-height: .92;
}

.free-price {
    display: grid;
    gap: .18rem;
}

.free-price span {
    display: block;
}

.free-price small {
    display: block;
    color: var(--ink);
    font-size: clamp(1.22rem, 2.4vw, 2rem);
    font-weight: 950;
    line-height: 1;
}

.free-hero-card p {
    max-width: 35rem;
    margin-top: .48rem;
    color: var(--muted);
    font-size: 1rem;
}

.free-hero-card .button {
    margin-top: .82rem;
}

.free-lead {
    color: var(--ink) !important;
    font-size: 1.08rem !important;
    font-weight: 950;
}

.free-access-visual {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(8, 120, 255, .16);
    border-radius: 16px;
    background:
        radial-gradient(circle at 17% 18%, rgba(8, 120, 255, .18), transparent 28%),
        radial-gradient(circle at 82% 26%, rgba(35, 166, 111, .12), transparent 25%),
        linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(234, 246, 255, .74));
    padding: .78rem;
}

.free-access-visual::before {
    content: "";
    position: absolute;
    left: 14%;
    right: 14%;
    top: 3.65rem;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(8, 120, 255, .32), rgba(35, 166, 111, .26), transparent);
}

.access-symbol {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: .38rem;
    min-height: 5.6rem;
    border: 1px solid rgba(8, 120, 255, .07);
    border-radius: 13px;
    background:
        radial-gradient(circle at 50% 26%, rgba(8, 120, 255, .12), transparent 34%),
        rgba(255, 255, 255, .72);
    box-shadow: inset 0 -1rem 1.6rem rgba(8, 120, 255, .04);
    text-align: center;
}

.access-symbol::after {
    content: "";
    position: absolute;
    top: .62rem;
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: #23a66f;
    box-shadow: 0 0 0 .25rem rgba(35, 166, 111, .12);
}

.access-symbol strong {
    color: var(--ink);
    font-size: .92rem;
    font-weight: 950;
    text-transform: uppercase;
}

.access-icon {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: var(--blue);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.access-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='M14 18a9 9 0 0 1 0 12M21 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='M14 18a9 9 0 0 1 0 12M21 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"); }
.access-icon-qr { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8h12v12H8zM28 8h12v12H28zM8 28h12v12H8zM28 28h4v4h-4zM36 28h4v12h-8v-4h4zM28 36h4v4h-4z' 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='M8 8h12v12H8zM28 8h12v12H28zM8 28h12v12H8zM28 28h4v4h-4zM36 28h4v12h-8v-4h4zM28 36h4v4h-4z' fill='black'/%3E%3C/svg%3E"); }
.access-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"); }

.free-access-visual > p {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 25rem;
    margin: -.05rem 0 0;
    color: var(--muted);
    font-size: .92rem;
    font-weight: 800;
    text-align: center;
}

.feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    min-height: 3.7rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, .82);
    color: var(--ink);
    font-weight: 850;
    padding: .85rem;
}

.storage-choice-block {
    display: grid;
    gap: .64rem;
    margin-top: .72rem;
}

.storage-source-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .68rem;
}

.storage-source-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    gap: .5rem;
    align-content: start;
    min-height: 12.8rem;
    overflow: hidden;
    border: 1px solid rgba(8, 120, 255, .18);
    border-radius: 14px;
    background:
        radial-gradient(circle at 80% 9%, rgba(8, 120, 255, .12), transparent 34%),
        linear-gradient(180deg, #ffffff, #f5faff);
    box-shadow: 0 .95rem 2.1rem rgba(20, 42, 70, .065);
    padding: .84rem .78rem .82rem;
    text-align: center;
}

.storage-source-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: .2rem;
    background: linear-gradient(90deg, transparent, var(--blue), rgba(141, 186, 255, .72), transparent);
}

.storage-card-head {
    display: grid;
    justify-items: center;
    gap: .62rem;
    min-width: 0;
}

.storage-source-card strong {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.15;
}

.storage-source-card p {
    min-height: 2.7rem;
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.35;
}

.storage-card-scene {
    position: relative;
    width: 5.55rem;
    height: 4.2rem;
    overflow: hidden;
    border: 1px solid rgba(8, 120, 255, .16);
    border-radius: 14px;
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 255, 255, .9), transparent 30%),
        linear-gradient(135deg, #eaf4ff, #ffffff);
    box-shadow: inset 0 -1rem 1.8rem rgba(8, 120, 255, .06);
}

.storage-card-scene span,
.storage-card-scene::before,
.storage-card-scene::after {
    content: "";
    position: absolute;
    display: block;
}

.storage-scene-local-network {
    background:
        radial-gradient(circle at 76% 22%, rgba(35, 166, 111, .16), transparent 28%),
        linear-gradient(135deg, #eaf4ff, #ffffff);
}

.storage-scene-local-network span:first-child {
    left: .78rem;
    top: 1.08rem;
    width: 1.9rem;
    height: 2.18rem;
    border-radius: .32rem;
    background: linear-gradient(180deg, #29c29a, #118b7a);
    box-shadow: 0 .42rem .8rem rgba(17, 139, 122, .18);
}

.storage-scene-local-network span:first-child::before {
    content: "";
    position: absolute;
    left: .48rem;
    top: .45rem;
    width: .84rem;
    height: .84rem;
    border: .22rem solid #ffffff;
    border-radius: 50%;
}

.storage-scene-local-network span:nth-child(2) {
    left: 2.42rem;
    bottom: .82rem;
    width: 2rem;
    height: .58rem;
    border-radius: .16rem;
    background: linear-gradient(90deg, #0878ff, #8dbaff);
}

.storage-scene-local-network span:nth-child(3) {
    right: .82rem;
    top: .72rem;
    width: 1.55rem;
    height: 1.24rem;
    border: .22rem solid #23a66f;
    border-top: 0;
    border-radius: .2rem;
}

.storage-scene-local-network span:nth-child(3)::before {
    content: "";
    position: absolute;
    left: -.28rem;
    top: -.56rem;
    width: 1.28rem;
    height: 1.28rem;
    border-left: .22rem solid #23a66f;
    border-top: .22rem solid #23a66f;
    transform: rotate(45deg);
}

.storage-scene-local-network span:nth-child(4),
.storage-scene-local-network::after {
    bottom: .58rem;
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: var(--blue);
}

.storage-scene-local-network span:nth-child(4) {
    right: 1.02rem;
}

.storage-scene-local-network::after {
    right: 2rem;
}

.storage-scene-network {
    background: linear-gradient(135deg, #effdf6, #ffffff);
}

.storage-scene-network span:first-child {
    left: 1.12rem;
    top: .78rem;
    width: 1.72rem;
    height: 1.45rem;
    border-radius: .18rem;
    border: .26rem solid #23a66f;
    border-top: 0;
}

.storage-scene-network span:first-child::before {
    content: "";
    position: absolute;
    left: -.34rem;
    top: -.68rem;
    width: 1.62rem;
    height: 1.62rem;
    border-left: .26rem solid #23a66f;
    border-top: .26rem solid #23a66f;
    transform: rotate(45deg);
}

.storage-scene-network span:nth-child(2),
.storage-scene-network span:nth-child(3) {
    bottom: .48rem;
    width: .46rem;
    height: .46rem;
    border-radius: 50%;
    background: var(--blue);
}

.storage-scene-network span:nth-child(2) { left: .72rem; }
.storage-scene-network span:nth-child(3) { right: .72rem; }

.storage-scene-network::after {
    left: 1.18rem;
    right: 1.18rem;
    bottom: .69rem;
    height: 2px;
    background: rgba(35, 166, 111, .32);
}

.storage-scene-server-object {
    background:
        radial-gradient(circle at 18% 16%, rgba(8, 120, 255, .14), transparent 28%),
        linear-gradient(135deg, #f3f7fb, #ffffff);
}

.storage-scene-server-object span:first-child,
.storage-scene-server-object span:nth-child(2),
.storage-scene-server-object span:nth-child(3) {
    left: .72rem;
    width: 2.2rem;
    height: .58rem;
    border: 1px solid rgba(82, 98, 122, .26);
    border-radius: .16rem;
    background: linear-gradient(90deg, #0878ff, #8dbaff);
}

.storage-scene-server-object span:first-child { top: 1rem; }
.storage-scene-server-object span:nth-child(2) { top: 1.78rem; }
.storage-scene-server-object span:nth-child(3) { top: 2.56rem; }

.storage-scene-server-object span:nth-child(4) {
    right: .88rem;
    top: 1.24rem;
    width: 1.46rem;
    height: 1.22rem;
    border: .18rem solid #7b5ce1;
    border-top-width: .32rem;
    border-radius: .18rem .18rem .42rem .42rem;
}

.storage-scene-server-object::after {
    right: 1.14rem;
    bottom: .7rem;
    width: .24rem;
    height: .24rem;
    border-radius: 50%;
    background: #ff8a21;
    box-shadow: .74rem -.2rem 0 #ff8a21, -.7rem -.08rem 0 #ff8a21;
}

.storage-scene-server-object::before {
    left: 2.72rem;
    right: 1.12rem;
    bottom: .84rem;
    height: 1px;
    background: rgba(123, 92, 225, .36);
    transform: rotate(-7deg);
}

.storage-scene-personal-cloud {
    background:
        radial-gradient(circle at 24% 24%, rgba(66, 133, 244, .18), transparent 32%),
        linear-gradient(135deg, #edf6ff, #ffffff);
}

.storage-scene-personal-cloud span:first-child {
    left: 1.15rem;
    top: 1.54rem;
    width: 3.5rem;
    height: 1.18rem;
    border: .22rem solid #0878ff;
    border-radius: 999px;
}

.storage-scene-personal-cloud span:first-child::before,
.storage-scene-personal-cloud span:first-child::after {
    content: "";
    position: absolute;
    bottom: .35rem;
    border: .22rem solid #0878ff;
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
    background: #ffffff;
}

.storage-scene-personal-cloud span:first-child::before {
    left: .48rem;
    width: 1.02rem;
    height: .86rem;
}

.storage-scene-personal-cloud span:first-child::after {
    left: 1.34rem;
    width: 1.25rem;
    height: 1.12rem;
}

.storage-scene-personal-cloud span:nth-child(2),
.storage-scene-personal-cloud span:nth-child(3),
.storage-scene-personal-cloud::after {
    width: .42rem;
    height: .42rem;
    border-radius: .12rem;
}

.storage-scene-personal-cloud span:nth-child(2) {
    left: .82rem;
    bottom: .72rem;
    background: #34a853;
}

.storage-scene-personal-cloud span:nth-child(3) {
    right: .86rem;
    top: .72rem;
    background: #0061ff;
}

.storage-scene-personal-cloud::after {
    right: 1.08rem;
    bottom: .72rem;
    background: #fbbc04;
}

.storage-scene-object {
    background: linear-gradient(135deg, #f7f3ff, #ffffff);
}

.storage-scene-object span:first-child {
    left: 1.22rem;
    top: .88rem;
    width: 1.62rem;
    height: 1.42rem;
    border: .2rem solid #7b5ce1;
    border-top-width: .38rem;
    border-radius: .2rem .2rem .48rem .48rem;
}

.storage-scene-object span:nth-child(2),
.storage-scene-object span:nth-child(3),
.storage-scene-object::after {
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: #ff8a21;
}

.storage-scene-object span:nth-child(2) {
    left: .58rem;
    bottom: .54rem;
}

.storage-scene-object span:nth-child(3) {
    right: .54rem;
    bottom: .76rem;
}

.storage-scene-object::after {
    right: .86rem;
    top: .56rem;
}

.storage-scene-object::before {
    left: .96rem;
    right: .96rem;
    top: 1.45rem;
    height: 1px;
    background: rgba(123, 92, 225, .38);
    transform: rotate(-10deg);
}

.storage-scene-iplay-cloud {
    background:
        radial-gradient(circle at 72% 28%, rgba(141, 186, 255, .36), transparent 35%),
        linear-gradient(135deg, #e9f4ff, #ffffff);
}

.storage-scene-iplay-cloud span:first-child {
    left: 1rem;
    top: 1.42rem;
    width: 4rem;
    height: 1.22rem;
    border: .22rem solid var(--blue);
    border-radius: 999px;
    background: #ffffff;
}

.storage-scene-iplay-cloud span:first-child::before,
.storage-scene-iplay-cloud span:first-child::after {
    content: "";
    position: absolute;
    bottom: .38rem;
    border: .22rem solid var(--blue);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
    background: #ffffff;
}

.storage-scene-iplay-cloud span:first-child::before {
    left: .48rem;
    width: 1.04rem;
    height: .9rem;
}

.storage-scene-iplay-cloud span:first-child::after {
    left: 1.42rem;
    width: 1.34rem;
    height: 1.18rem;
}

.storage-scene-iplay-cloud span:nth-child(2) {
    left: 2.1rem;
    top: 1.66rem;
    color: var(--blue);
    font-size: .74rem;
    font-weight: 950;
}

.storage-scene-iplay-cloud span:nth-child(2)::before {
    content: "iPlay";
}

.storage-scene-iplay-cloud span:nth-child(3) {
    right: .88rem;
    bottom: .72rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: var(--blue);
}

.source-local-network::before {
    background: linear-gradient(90deg, transparent, #0878ff, #23a66f, transparent);
}

.source-personal-cloud {
    border-color: rgba(8, 120, 255, .28);
    background:
        radial-gradient(circle at 86% 12%, rgba(66, 133, 244, .14), transparent 34%),
        linear-gradient(180deg, #ffffff, #eff7ff);
}

.source-personal-cloud::before {
    background: linear-gradient(90deg, transparent, #4285f4, #34a853, #fbbc04, #0061ff, transparent);
}

.source-server-object::before {
    background: linear-gradient(90deg, transparent, #52627a, #0878ff, #7b5ce1, #ff8a21, transparent);
}

.source-iplay-cloud::before {
    background: linear-gradient(90deg, transparent, var(--blue), var(--blue-2), transparent);
}

.provider-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .38rem;
}

.storage-tech-note {
    justify-self: center;
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    background: rgba(35, 166, 111, .1);
    color: #177551;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1;
    padding: .38rem .55rem;
}

.storage-mini-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .32rem;
}

.storage-mini-chips span {
    display: inline-flex;
    min-height: 1.58rem;
    align-items: center;
    border: 1px solid rgba(123, 92, 225, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: #4d3aa0;
    font-size: .68rem;
    font-weight: 950;
    padding: .26rem .48rem;
}

.provider-chip {
    display: flex;
    align-items: center;
    gap: .38rem;
    min-height: 1.76rem;
    border: 1px solid rgba(8, 120, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    color: var(--ink);
    font-size: .72rem;
    font-weight: 900;
    padding: .32rem .42rem;
}

.provider-chip i {
    position: relative;
    flex: 0 0 .95rem;
    width: .95rem;
    height: .95rem;
    border-radius: .28rem;
}

.provider-google i {
    background: conic-gradient(from 45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc04 0 75%, #ea4335 0);
}

.provider-dropbox i {
    background: #0061ff;
}

.provider-other i {
    background: linear-gradient(135deg, var(--blue), #23a66f);
}

.storage-card-link {
    align-self: end;
    justify-self: center;
    display: inline-flex;
    justify-content: center;
    width: fit-content;
    min-height: 2.05rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--ink);
    font-size: .78rem;
    font-weight: 900;
    padding: .48rem .58rem;
    text-decoration: none;
}

.storage-statement {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .25rem .55rem;
    border: 1px solid rgba(46, 111, 217, .28);
    border-radius: 12px;
    background:
        radial-gradient(circle at 10% 50%, rgba(8, 120, 255, .12), transparent 18%),
        rgba(46, 111, 217, .08);
    padding: .62rem .8rem;
    text-align: center;
}

.storage-statement strong {
    color: var(--ink);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.storage-statement span {
    color: var(--muted);
    font-size: .9rem;
}

.library-actions-block {
    display: grid;
    gap: .7rem;
    justify-items: center;
    border-top: 1px solid var(--line);
    padding-top: 1.1rem;
    text-align: center;
}

.library-actions-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .55rem;
}

.library-actions-grid span {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--ink);
    font-weight: 900;
    padding: .55rem .75rem;
}

.section-head-left {
    display: grid;
    gap: .6rem;
    max-width: 48rem;
}

.section-head-left h2 {
    font-size: clamp(1.9rem, 3.2vw, 3.2rem);
}

.section-head-left p {
    color: var(--muted);
    font-size: 1.05rem;
}

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

.addon-grid article {
    background: #fbfdff;
}

.mini-promo-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, .38fr);
    gap: 1.2rem;
    align-items: stretch;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(235, 244, 255, .96)),
        url("./lifestyle-phone-cd.webp") center / cover;
    padding: 1.6rem;
}

.artist-link {
    display: inline-flex;
    width: fit-content;
    color: var(--blue);
    font-weight: 950;
    margin-top: 1rem;
    text-decoration: none;
}

.artist-link:hover {
    text-decoration: underline;
}

.mini-promo-card p {
    max-width: 44rem;
    margin-top: .85rem;
    color: var(--muted);
    font-size: 1.08rem;
}

.mini-promo-card .button {
    margin-top: 1.2rem;
}

.mini-price {
    display: grid;
    align-content: center;
    border-radius: 14px;
    background: var(--dark);
    color: #ffffff;
    padding: 1.2rem;
}

.mini-price strong {
    font-size: clamp(2.8rem, 7vw, 4.8rem);
    line-height: .9;
}

.mini-price span {
    color: var(--blue-2);
    font-size: 1.35rem;
    font-weight: 950;
    margin-top: .5rem;
}

.mini-price p {
    color: rgba(255, 255, 255, .78);
    font-size: .92rem;
}

.musician-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
    border: 1px solid #b9d5ff;
    border-radius: 14px;
    background: #f7fbff;
    padding: 1.2rem;
}

.musician-callout h3 {
    font-size: 1.2rem;
}

.musician-callout p {
    max-width: 50rem;
    margin-top: .55rem;
    color: var(--muted);
}

.musician-callout .eyebrow {
    color: var(--blue);
}

.musician-callout .fair-use-copy {
    color: #34455d;
    font-size: .9rem;
}

.contact-action {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    align-items: center;
    margin-top: .95rem;
}

.contact-action noscript span {
    color: var(--muted);
    font-size: .9rem;
    font-weight: 800;
}

.contact-button {
    cursor: pointer;
    font-family: inherit;
}

.contact-button:disabled {
    cursor: not-allowed;
    opacity: .62;
}

.diy-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    gap: 1.2rem;
    align-items: center;
    margin-bottom: 1.4rem;
    background:
        radial-gradient(circle at 100% 0, rgba(8, 120, 255, .16), transparent 16rem),
        #ffffff;
    padding: 1.5rem;
}

.diy-card h3 {
    margin-top: .2rem;
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.diy-card p {
    margin-top: .8rem;
    color: var(--muted);
    font-size: 1.05rem;
}

.ready-head {
    margin: 2.4rem 0 1.2rem;
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.mobile-entry {
    display: 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);
    }

    .storage-source-grid {
        grid-template-columns: repeat(2, minmax(0, 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,
    .byos-layout,
    .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,
    .byos-source-grid,
    .byos-benefits,
    .byos-flow,
    .storage-source-grid,
    .cloud-configurator-public .cloud-price-row,
    .cartuchos-benefits,
    .cartridge-intro,
    .open-cartridge-panel {
        grid-template-columns: 1fr 1fr;
    }

    .cartuchos-layout {
        grid-template-columns: 1fr;
    }

    .cartridge-reel-track {
        display: flex;
        gap: .9rem;
        margin-inline: 0;
        overflow-x: auto;
        padding: 0 0 .5rem;
        scroll-snap-type: x mandatory;
    }

    .cartridge-reel-track article {
        flex: 0 0 min(18rem, 78vw);
        scroll-snap-align: start;
    }

    .cartuchos-hero {
        min-height: 38rem;
    }

    .cartuchos-hero > img {
        object-position: 72% center;
    }

    .cartuchos-hero-copy {
        width: calc(100% - 48px);
        min-height: 38rem;
        padding-top: 5.4rem;
    }

    .cartuchos-hero h1 {
        max-width: 10ch;
        font-size: clamp(2.75rem, 10vw, 3.8rem);
    }

    .cartuchos-hero-copy > p:not(.eyebrow) {
        max-width: 25rem;
        font-size: 1rem;
    }

    .cartuchos-benefits {
        width: 100%;
    }

    .cartuchos-layout {
        align-items: stretch;
    }

    .cart-panel {
        position: static;
    }

    .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,
    .cartucho-grid,
    .cartuchos-layout,
    .cartridge-intro,
    .open-cartridge-panel,
    .cartuchos-benefits {
        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;
    }
}

@media (max-width: 820px) {
    .site-top,
    .project-top {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        left: 50%;
        width: calc(100% - 48px);
        transform: translateX(-50%);
        padding: .78rem 0;
    }

    .project-top {
        left: auto;
        transform: none;
        margin-inline: auto;
    }

    .nav-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.75rem;
        padding: .72rem .95rem;
        line-height: 1;
        text-align: center;
    }

    .site-top > .nav-cta,
    .project-top > .nav-cta {
        display: none;
    }

    .mobile-entry {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.75rem;
        border-radius: 8px;
        background: var(--blue);
        color: #ffffff;
        box-shadow: 0 .8rem 1.8rem rgba(8, 120, 255, .28);
        font-size: .82rem;
        font-weight: 900;
        line-height: 1;
        padding: .72rem .95rem;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

    .project-hero,
    .project-story-section,
    .story-panel,
    .free-hero-card,
    .mini-promo-card,
    .musician-callout,
    .diy-card,
    .proof-panel {
        grid-template-columns: 1fr;
    }

    .project-hero {
        width: calc(100% - 48px);
        padding: 2.5rem 0 2rem;
    }

    .project-hero img {
        min-height: 20rem;
    }

    .project-story-section {
        width: calc(100% - 48px);
    }

    .byos-layout,
    .byos-source-grid {
        grid-template-columns: 1fr;
    }

    .byos-benefits,
    .byos-flow {
        grid-template-columns: 1fr;
    }

    .byos-flow span:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -.65rem;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

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

    .byos-actions .button {
        justify-content: center;
        width: 100%;
    }

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

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

@media (max-width: 560px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .site-top,
    .project-top,
    .hero-inner,
    .section,
    .steps-section,
    .dark-feature,
    .final-cta,
    .footer,
    .project-hero,
    .project-story-section {
        width: calc(100% - 48px);
    }

    .cartuchos-hero-copy {
        width: calc(100% - 48px);
        justify-items: start;
        text-align: left;
    }

    .cartridge-reel-track {
        margin-inline: -24px;
        padding: 0 24px .5rem;
    }

    .site-top,
    .project-top {
        display: flex;
        justify-content: space-between;
        left: 24px;
        right: 24px;
        width: auto;
        transform: none;
    }

    .site-top .nav-cta,
    .project-top .nav-cta {
        position: static;
        z-index: 20;
    }

    .project-top {
        left: auto;
        right: auto;
        transform: none;
        margin-inline: auto;
    }

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

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

    .hero-inner {
        justify-items: start;
        padding-top: 5.2rem;
        text-align: left;
    }

    .hero-inner > * {
        max-width: 100%;
    }

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

    .cartuchos-hero > img {
        object-position: 68% center;
    }

    .cartuchos-hero-shade {
        background:
            linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .65) 58%, rgba(0, 0, 0, .28)),
            linear-gradient(0deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .12));
    }

    .hero-shade {
        background:
            linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .6) 58%, rgba(0, 0, 0, .26)),
            linear-gradient(0deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .14));
    }

    .hero h1 {
        width: 100%;
        max-width: 9.6ch;
        font-size: clamp(2.16rem, 10vw, 2.58rem);
        line-height: 1.02;
    }

    .cartuchos-hero h1 {
        width: 100%;
        max-width: 9.8ch;
        font-size: clamp(2.2rem, 10.5vw, 2.8rem);
        line-height: 1.02;
    }

    .hero-lead {
        width: 100%;
        max-width: 19.8rem;
    }

    .hero-actions {
        width: 100%;
        max-width: 21rem;
    }

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

    .center-head,
    .section-head-left,
    .story-panel,
    .feature-copy,
    .today-card > div,
    .proof-panel > div,
    .final-cta > div,
    .cartuchos-hero-copy,
    .include-card,
    .delivery-card,
    .open-cartridge-panel > div {
        max-width: 100%;
        text-align: left;
    }

    .center-head {
        margin-inline: 0;
    }

    .center-head h2,
    .dark-feature h2,
    .today-card h2,
    .proof-panel h2,
    .final-cta h2,
    .project-story-section h2,
    .section-head-left h2 {
        max-width: 100%;
    }

    .center-head p,
    .dark-feature p,
    .today-card p,
    .proof-panel p,
    .final-cta p,
    .story-panel p,
    .mini-promo-card p,
    .project-hero p,
    .project-story-section p,
    .section-head-left p,
    .free-hero-card p,
    .diy-card p,
    .cartuchos-hero-copy > p,
    .include-card p,
    .delivery-card p,
    .cartucho-body p,
    .open-cartridge-panel p {
        max-width: 100%;
    }

    .steps-section,
    .plans-section,
    .dark-feature,
    .story-panel,
    .free-hero-card,
    .mini-promo-card,
    .diy-card,
    .proof-panel {
        padding: 1.35rem;
    }

    .plans-section {
        padding: 1.12rem;
    }

    .free-hero-card {
        gap: .95rem;
    }

    .free-access-visual {
        gap: .32rem;
        padding: .52rem;
    }

    .free-access-visual::before {
        left: 18%;
        right: 18%;
        top: 2.95rem;
    }

    .access-symbol {
        min-height: 5.05rem;
        gap: .22rem;
        padding-inline: .12rem;
    }

    .access-icon {
        width: 2.38rem;
        height: 2.38rem;
    }

    .access-symbol strong {
        font-size: .62rem;
        line-height: 1.12;
    }

    .free-access-visual > p {
        font-size: .78rem;
        line-height: 1.28;
    }

    .plans-title {
        font-size: clamp(1.78rem, 7.6vw, 2.24rem);
        line-height: 1.04;
        overflow-wrap: normal;
    }

    .storage-choice-block {
        gap: .55rem;
        margin-top: .62rem;
    }

    .storage-source-card {
        min-height: 0;
        padding: .66rem .7rem .7rem;
    }

    .storage-card-scene {
        flex-basis: 3.62rem;
        width: 3.62rem;
        height: 2.9rem;
    }

    .provider-row {
        gap: .32rem;
    }

    .provider-chip {
        min-height: 1.78rem;
        font-size: .74rem;
        padding: .32rem .4rem;
    }

    .storage-statement {
        padding: .62rem .68rem;
    }

    .steps-strip article,
    .plans-grid article,
    .use-grid article,
    .product-body,
    .cartucho-body {
        text-align: left;
    }

    .cartridge-intro {
        margin-top: -1.8rem;
    }

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

    .cartuchos-catalog {
        padding-top: 1.6rem;
    }

    .cartucho-card img {
        aspect-ratio: 1.22;
    }

    .cart-item {
        grid-template-columns: minmax(0, 1fr) 5rem;
    }

    .plans-grid,
    .addon-grid,
    .feature-list,
    .byos-benefits,
    .byos-flow,
    .storage-source-grid,
    .cloud-configurator-public .cloud-price-row,
    .proof-columns,
    .closing-points {
        grid-template-columns: 1fr;
    }

    .plans-grid article {
        grid-template-rows: none;
    }

    .plans-grid span {
        line-height: 1.08;
    }

    .free-hero-card h3 {
        font-size: 3.2rem;
    }

    .free-price small {
        font-size: 1.28rem;
    }

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

    .mini-price {
        min-height: 12rem;
    }

    .project-hero {
        padding-top: 1.2rem;
    }

    .project-hero h1 {
        max-width: 100%;
        font-size: clamp(2.35rem, 11vw, 3rem);
    }

    .project-hero img {
        min-height: 16rem;
        border-radius: 14px;
    }

    .image-band figcaption {
        left: 24px;
        right: 24px;
    }

    .footer {
        gap: .75rem;
    }
}

.project-page .project-top {
    position: relative;
    left: auto;
    right: auto;
    width: min(76rem, calc(100% - 2rem));
    margin: 0 auto;
    transform: none;
}

@media (max-width: 820px) {
    .project-page .project-top {
        width: calc(100% - 48px);
    }
}

.plans-section {
    display: grid;
    gap: clamp(.7rem, 1vw, .95rem);
    border: 1px solid rgba(8, 120, 255, .12);
    border-radius: 24px;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, .94), rgba(241, 247, 255, .88) 48%, rgba(255, 255, 255, .92)),
        #ffffff;
    box-shadow: 0 1.4rem 4rem rgba(13, 26, 49, .09);
    padding: clamp(1rem, 1.45vw, 1.32rem);
}

.plans-section .center-head {
    margin-bottom: 0;
}

.free-hero-card {
    grid-template-columns: minmax(19.5rem, .82fr) minmax(28rem, 1.18fr);
    gap: clamp(1.4rem, 2.4vw, 2.4rem);
    overflow: hidden;
    border: 1px solid rgba(8, 120, 255, .16);
    background:
        radial-gradient(circle at 7% 0%, rgba(8, 120, 255, .18), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f1f8ff 100%);
    padding: clamp(1.1rem, 1.7vw, 1.55rem) clamp(1.3rem, 2.1vw, 1.9rem);
}

.free-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-content: center;
    align-items: center;
    gap: .82rem 1rem;
    min-width: 0;
}

.free-copy .eyebrow {
    grid-column: 1 / -1;
    justify-self: start;
    margin: 0;
    border-radius: 999px;
    background: rgba(8, 120, 255, .09);
    color: var(--blue);
    padding: .2rem .52rem;
    letter-spacing: .14em;
    white-space: nowrap;
}

.free-price {
    display: flex;
    align-items: baseline;
    gap: 0;
}

.free-hero-card h3.free-price {
    color: var(--blue);
    font-size: clamp(4.1rem, 6.2vw, 5.75rem);
    line-height: .82;
}

.free-price small {
    display: none;
}

.free-lead {
    max-width: 17.5rem;
    margin: 0 !important;
    color: var(--ink) !important;
    font-size: clamp(1rem, 1.17vw, 1.2rem) !important;
    font-weight: 950;
    line-height: 1.16;
}

.free-support {
    grid-column: 1 / -1;
    max-width: 25rem;
    margin: 0 !important;
    color: var(--muted) !important;
    font-size: clamp(.95rem, 1.12vw, 1.08rem) !important;
    line-height: 1.42;
}

.free-hero-card .button {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: -.05rem;
}

.free-access-visual {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto 1fr;
    align-items: stretch;
    gap: 1rem 0;
    min-height: 10.8rem;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: .05rem 0 0;
}

.free-access-visual h3 {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(1.5rem, 1fr) auto minmax(1.5rem, 1fr);
    align-items: center;
    gap: .9rem;
    color: rgba(7, 95, 208, .78);
    font-size: clamp(.67rem, .8vw, .75rem);
    font-weight: 950;
    letter-spacing: .14em;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}

.free-access-visual h3::before,
.free-access-visual h3::after {
    content: "";
    height: 1px;
    background: rgba(8, 120, 255, .32);
}

.free-access-visual::before,
.free-access-visual::after {
    content: "";
    position: absolute;
    top: 3.25rem;
    bottom: .4rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(8, 120, 255, .16), transparent);
}

.free-access-visual::before {
    left: 33.333%;
    right: auto;
    height: auto;
}

.free-access-visual::after {
    right: 33.333%;
}

.access-symbol {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: 5.35rem auto 1fr;
    justify-items: center;
    align-content: start;
    gap: .38rem;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--ink);
    padding: 0 clamp(.44rem, .85vw, .75rem);
    text-align: center;
}

.access-symbol::after {
    content: none;
}

.access-symbol img {
    align-self: end;
    width: clamp(5rem, 6.7vw, 6.35rem);
    max-width: 100%;
    height: 5.35rem;
    object-fit: contain;
}

.access-symbol strong {
    color: var(--ink);
    font-size: clamp(.69rem, .9vw, .82rem);
    font-weight: 950;
    line-height: 1.12;
    text-transform: uppercase;
}

.access-symbol p {
    max-width: 7.4rem;
    margin: 0;
    color: var(--muted);
    font-size: clamp(.64rem, .78vw, .72rem);
    font-weight: 400;
    line-height: 1.25;
}

.access-symbol:nth-of-type(2) p {
    max-width: 6.35rem;
}

.sources-intro {
    display: grid;
    justify-items: center;
    gap: .25rem;
    padding-top: 0;
    text-align: center;
}

.sources-intro .eyebrow {
    margin: 0;
    color: var(--muted);
    letter-spacing: .13em;
}

.sources-intro h2 {
    font-size: clamp(1.38rem, 1.82vw, 1.62rem);
    line-height: 1.05;
}

.sources-intro p {
    max-width: 47.5rem;
    color: var(--muted);
    font-size: clamp(.88rem, 1.12vw, 1rem);
    line-height: 1.42;
}

.storage-choice-block {
    gap: .75rem;
    margin-top: 0;
}

.storage-source-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.storage-source-card {
    grid-template-rows: 5.125rem auto 1fr auto;
    gap: .38rem;
    min-height: 12.8rem;
    border: 1px solid rgba(21, 60, 104, .13);
    border-radius: 16px;
    box-shadow: 0 .875rem 2.125rem rgba(19, 53, 91, .055);
    padding: .75rem;
    text-align: left;
}

.storage-source-card::before {
    content: "";
    inset: 0;
    height: auto;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, .7), transparent 48%);
}

.storage-source-art,
.storage-source-card h3,
.storage-source-card p,
.storage-source-card .storage-card-link {
    position: relative;
    z-index: 1;
}

.storage-source-art {
    display: grid;
    place-items: center;
    height: 5rem;
    border-radius: 12px;
}

.storage-source-art img {
    width: min(100%, 13.45rem);
    height: 5.25rem;
    object-fit: contain;
}

.source-personal-cloud .storage-source-art {
    align-content: center;
    gap: .12rem;
}

.source-personal-cloud .storage-source-art img {
    height: 4.25rem;
}

.provider-strip {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: rgba(16, 32, 51, .55);
    font-size: .625rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.provider-strip span::before {
    content: "";
    display: inline-block;
    width: .375rem;
    height: .375rem;
    margin-right: .18rem;
    border-radius: 50%;
    vertical-align: 1px;
}

.provider-strip span:nth-child(1)::before {
    background: #34a853;
}

.provider-strip span:nth-child(2)::before {
    background: #0061ff;
}

.provider-strip span:nth-child(3)::before {
    background: #9bb9d5;
}

.storage-source-card h3 {
    color: var(--ink);
    font-size: clamp(.94rem, 1.14vw, 1.06rem);
    line-height: 1.08;
}

.storage-source-card p {
    min-height: 0;
    color: var(--muted);
    font-size: .77rem;
    line-height: 1.34;
}

.storage-card-link {
    align-self: end;
    justify-self: start;
    min-height: auto;
    border: 0;
    background: transparent;
    color: var(--blue);
    font-size: .78rem;
    font-weight: 950;
    padding: 0;
}

.storage-statement {
    min-height: 2.75rem;
    gap: .25rem .75rem;
    border: 1px solid rgba(8, 120, 255, .16);
    border-radius: 16px;
    background:
        linear-gradient(90deg, rgba(8, 120, 255, .1), rgba(28, 174, 122, .08)),
        rgba(255, 255, 255, .72);
    padding: .5rem .88rem;
}

.storage-statement strong {
    font-size: clamp(.94rem, 1.22vw, 1.12rem);
    line-height: 1.15;
}

@media (max-width: 1120px) {
    .storage-source-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .free-hero-card {
        grid-template-columns: 1fr;
    }

    .free-copy {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .free-copy .eyebrow,
    .free-hero-card .button {
        justify-self: center;
    }

    .free-copy .eyebrow {
        font-size: .72rem;
        letter-spacing: .11em;
    }

    .free-lead {
        max-width: 27.5rem;
    }
}

@media (max-width: 560px) {
    .plans-section {
        gap: 1rem;
        padding: 1.12rem;
    }

    .free-hero-card {
        gap: 1rem;
        padding: 1rem;
    }

    .free-hero-card h3.free-price {
        font-size: clamp(3.75rem, 16vw, 5rem);
    }

    .free-lead {
        font-size: clamp(1.35rem, 6.1vw, 1.5rem) !important;
    }

    .free-access-visual {
        gap: .75rem 0;
        min-height: 0;
        border: 1px solid rgba(8, 120, 255, .12);
        border-radius: 16px;
        background: rgba(255, 255, 255, .48);
        padding: .88rem .38rem;
    }

    .free-access-visual h3 {
        display: block;
    }

    .free-access-visual::before,
    .free-access-visual::after {
        top: 3.25rem;
        bottom: 1rem;
    }

    .access-symbol {
        grid-template-rows: 4.75rem auto 1fr;
        gap: .38rem;
        padding-inline: .25rem;
    }

    .access-symbol img {
        width: clamp(4.38rem, 20vw, 5.38rem);
        height: 4.75rem;
    }

    .access-symbol strong {
        font-size: .66rem;
    }

    .access-symbol p {
        font-size: .66rem;
        line-height: 1.22;
    }

    .sources-intro {
        text-align: center;
    }

    .storage-source-grid {
        grid-template-columns: 1fr;
    }

    .storage-source-card {
        grid-template-rows: 5.5rem auto auto auto;
        padding: .88rem;
    }

    .storage-source-art {
        height: 5.5rem;
    }
}
