:root {
    --ink: #101828;
    --navy: #17324d;
    --navy-deep: #0c1d2e;
    --blue: #2762ea;
    --blue-light: #eaf1ff;
    --lime: #b9f227;
    --lime-soft: #efffc9;
    --surface: #f6f8fc;
    --white: #ffffff;
    --muted: #667085;
    --muted-dark: #475467;
    --line: #e4e8f0;
    --cream: #fff7df;
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 34px;
    --shadow-sm: 0 14px 40px rgba(16, 24, 40, .08);
    --shadow-lg: 0 32px 90px rgba(7, 19, 33, .22);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Roboto, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body,
a,
button,
summary {
    -webkit-tap-highlight-color: transparent;
}

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

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.08;
    letter-spacing: -.035em;
}

.shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

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

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

:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 4px;
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    color: var(--white);
    background: rgba(12, 29, 46, .91);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(18px);
}

.header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.brand strong {
    color: var(--lime);
    font-weight: 800;
}

.brand-mark,
.mini-mark,
.availability-mark {
    position: relative;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    background: var(--navy);
    border: 1px solid rgba(185, 242, 39, .24);
    border-radius: 13px;
}

.brand-mark {
    width: 42px;
    height: 42px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span::before,
.brand-mark span::after,
.mini-mark::before,
.mini-mark::after,
.mini-mark span::before,
.mini-mark span::after,
.availability-mark::before,
.availability-mark::after,
.availability-mark span::before,
.availability-mark span::after {
    content: "";
    position: absolute;
    display: block;
    background: var(--lime);
    border-radius: 3px;
}

.brand-mark::before,
.mini-mark::before,
.availability-mark::before {
    width: 23px;
    height: 5px;
    transform: rotate(-42deg);
}

.brand-mark::after,
.mini-mark::after,
.availability-mark::after {
    width: 4px;
    height: 15px;
    transform: translate(-7px, -6px) rotate(-42deg);
}

.brand-mark span::before,
.mini-mark span::before,
.availability-mark span::before {
    width: 4px;
    height: 15px;
    transform: translate(7px, 6px) rotate(-42deg);
}

.brand-mark span::after,
.mini-mark span::after,
.availability-mark span::after {
    width: 3px;
    height: 11px;
    transform: translate(10px, 9px) rotate(-42deg);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

.main-nav a {
    position: relative;
    color: #dce4ed;
    font-size: 14px;
    font-weight: 650;
}

.main-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: var(--lime);
    border-radius: 4px;
    transform: scaleX(0);
    transition: transform .2s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
    transform: scaleX(1);
}

.header-cta {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 8px 16px;
    color: var(--ink);
    background: var(--lime);
    border: 1px solid var(--lime);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}

.header-cta:hover {
    box-shadow: 0 10px 24px rgba(185, 242, 39, .24);
    transform: translateY(-1px);
}

.pulse-dot {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(16, 24, 40, .1);
}

.hero {
    position: relative;
    min-height: 780px;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 74% 50%, rgba(39, 98, 234, .2), transparent 31%),
        linear-gradient(122deg, #0b1b2a 0%, #102a42 52%, #0b1c2c 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: auto -8% -58% 36%;
    height: 680px;
    border: 1px solid rgba(185, 242, 39, .24);
    border-radius: 50%;
    transform: rotate(-11deg);
}

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

.hero-glow-one {
    top: -230px;
    right: -100px;
    width: 580px;
    height: 580px;
    background: rgba(39, 98, 234, .13);
}

.hero-glow-two {
    bottom: -220px;
    left: -180px;
    width: 520px;
    height: 520px;
    background: rgba(185, 242, 39, .06);
}

.hero-grid {
    position: relative;
    z-index: 2;
    min-height: 780px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr);
    align-items: center;
    gap: 54px;
    padding-block: 74px 84px;
}

.hero-copy {
    position: relative;
    z-index: 5;
    max-width: 650px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 24px;
    color: var(--lime);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.eyebrow > span:first-child {
    width: 29px;
    height: 2px;
    display: inline-block;
    background: currentColor;
    border-radius: 5px;
}

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

.hero h1 {
    max-width: 700px;
    margin-bottom: 24px;
    font-size: clamp(52px, 5.8vw, 82px);
    font-weight: 880;
    letter-spacing: -.058em;
}

.hero h1 em {
    color: var(--lime);
    font-style: normal;
}

.hero-subtitle {
    margin-bottom: 11px;
    color: #ffffff;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 650;
    line-height: 1.3;
    letter-spacing: -.02em;
}

.hero-promise {
    max-width: 600px;
    margin-bottom: 32px;
    color: #b9c5d1;
    font-size: 18px;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 31px;
}

.button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button-primary {
    color: var(--ink);
    background: var(--lime);
    box-shadow: 0 15px 35px rgba(185, 242, 39, .13);
}

.button-primary:hover {
    box-shadow: 0 18px 38px rgba(185, 242, 39, .23);
    transform: translateY(-2px);
}

.button-primary span {
    font-size: 20px;
}

.button-ghost {
    color: var(--white);
    background: rgba(255, 255, 255, .055);
    border-color: rgba(255, 255, 255, .2);
}

.button-ghost:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-2px);
}

.hero-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 21px;
    margin: 0;
    padding: 0;
    color: #c9d3dc;
    font-size: 13px;
    font-weight: 600;
    list-style: none;
}

.hero-reassurance li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-reassurance span {
    width: 19px;
    height: 19px;
    display: inline-grid;
    place-items: center;
    color: var(--lime);
    background: rgba(185, 242, 39, .1);
    border-radius: 50%;
    font-size: 11px;
}

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

.orbit {
    position: absolute;
    border: 1px solid rgba(185, 242, 39, .22);
    border-radius: 50%;
}

.orbit-one {
    width: 580px;
    height: 580px;
    transform: rotate(-13deg);
}

.orbit-two {
    width: 445px;
    height: 445px;
    border-color: rgba(39, 98, 234, .4);
    transform: rotate(16deg);
}

.phone {
    position: relative;
    z-index: 2;
    width: 334px;
    height: 665px;
    padding: 10px;
    overflow: hidden;
    color: var(--ink);
    background: #06121f;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 47px;
    box-shadow: var(--shadow-lg), inset 0 0 0 2px rgba(255, 255, 255, .09);
    transform: rotate(3.2deg);
}

.phone-hardware {
    position: absolute;
    z-index: 4;
    top: 18px;
    left: 50%;
    width: 102px;
    height: 25px;
    background: #06121f;
    border-radius: 99px;
    transform: translateX(-50%);
}

.phone-screen {
    position: relative;
    height: 100%;
    padding: 19px 18px 0;
    overflow: hidden;
    background: var(--surface);
    border-radius: 38px;
}

.phone-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px 13px;
    color: #1d2939;
    font-size: 10px;
    font-weight: 800;
}

.phone-status {
    letter-spacing: 1px;
}

.phone-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: var(--navy);
    font-size: 12px;
    font-weight: 850;
}

.mini-mark {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    transform: scale(.92);
}

.mini-mark::before,
.mini-mark::after,
.mini-mark span::before,
.mini-mark span::after {
    zoom: .73;
}

.avatar {
    width: 27px;
    height: 27px;
    display: inline-grid;
    place-items: center;
    margin-left: auto;
    color: var(--white);
    background: var(--blue);
    border-radius: 50%;
    font-size: 10px;
}

.phone-kicker {
    margin-bottom: 6px;
    color: var(--blue);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.phone-session-title {
    margin-bottom: 14px;
    color: var(--ink);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.session-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-bottom: 14px;
}

.session-meta span {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7px;
    color: var(--muted);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 11px;
    font-size: 8px;
    line-height: 1.3;
    text-align: center;
}

.session-meta strong {
    color: var(--ink);
    font-size: 11px;
    font-weight: 850;
}

.adaptation-panel {
    margin-bottom: 13px;
    padding: 15px;
    color: var(--white);
    background: var(--navy);
    border-radius: 18px;
}

.panel-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
}

.panel-heading > span:last-child {
    display: flex;
    flex-direction: column;
}

.panel-heading small,
.next-exercise small {
    color: var(--lime);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .12em;
}

.panel-heading strong {
    font-size: 11px;
    letter-spacing: -.01em;
}

.adaptation-spark {
    width: 27px;
    height: 27px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--ink);
    background: var(--lime);
    border-radius: 9px;
}

.adaptation-panel ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.adaptation-panel li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #d8e2eb;
    font-size: 8px;
}

.adaptation-panel li:last-child {
    grid-column: 1 / -1;
}

.adaptation-panel li span {
    color: var(--lime);
}

.next-exercise {
    display: grid;
    grid-template-columns: 57px 1fr;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding: 11px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 15px;
}

.next-exercise > div:last-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.next-exercise small {
    color: var(--blue);
}

.next-exercise strong {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.next-exercise div > span {
    color: var(--muted);
    font-size: 8px;
}

.exercise-figure {
    position: relative;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: linear-gradient(145deg, var(--blue-light), #dfe9ff);
    border-radius: 11px;
}

.exercise-figure::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 24px;
    width: 10px;
    height: 10px;
    background: var(--blue);
    border-radius: 50%;
}

.exercise-figure::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 27px;
    width: 5px;
    height: 23px;
    background: var(--blue);
    border-radius: 4px;
    transform: rotate(-9deg);
    box-shadow: -9px 19px 0 -1px var(--blue), 9px 17px 0 -1px var(--blue);
}

.exercise-figure span::before,
.exercise-figure span::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 27px;
    width: 19px;
    height: 4px;
    background: var(--blue);
    border-radius: 4px;
}

.exercise-figure span::before {
    left: 11px;
    transform: rotate(-27deg);
}

.exercise-figure span::after {
    right: 9px;
    transform: rotate(25deg);
}

.phone-button {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 15px;
    color: var(--ink);
    background: var(--lime);
    border-radius: 12px;
    font-size: 10px;
    font-weight: 900;
}

.phone-button b {
    font-size: 15px;
}

.phone-tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 11px 13px 12px;
    background: var(--white);
    border-top: 1px solid var(--line);
}

.phone-tabs span {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #98a2b3;
    font-size: 13px;
    line-height: 1;
}

.phone-tabs small {
    margin-top: 5px;
    font-size: 6px;
    font-weight: 750;
}

.phone-tabs .active {
    color: var(--blue);
}

.floating-card {
    position: absolute;
    z-index: 6;
    min-width: 205px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    color: var(--ink);
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 15px;
    box-shadow: 0 17px 40px rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
}

.floating-card > span:last-child {
    display: flex;
    flex-direction: column;
}

.floating-card small {
    color: var(--muted);
    font-size: 8px;
    font-weight: 700;
}

.floating-card strong {
    font-size: 11px;
    line-height: 1.3;
}

.floating-icon {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    color: var(--ink);
    background: var(--lime);
    border-radius: 9px;
    font-size: 14px;
    font-weight: 900;
}

.floating-icon-blue {
    color: var(--white);
    background: var(--blue);
}

.floating-card-profile {
    top: 111px;
    left: -22px;
    transform: rotate(-4deg);
}

.floating-card-context {
    right: -31px;
    bottom: 118px;
    transform: rotate(1deg);
}

.proof-strip {
    position: relative;
    z-index: 8;
    color: var(--white);
    background: var(--blue);
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-block: 27px;
}

.proof-grid > div {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 42px;
    padding-inline: 25px;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.proof-grid > div:first-child {
    padding-left: 0;
}

.proof-grid > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.proof-grid strong {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.045em;
    white-space: nowrap;
}

.proof-grid span {
    max-width: 150px;
    color: #dfe8ff;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.35;
}

.section {
    padding-block: 112px;
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 54px;
    text-align: center;
}

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

.section-heading h2,
.how-intro h2,
.audience-grid h2,
.safety-card h2,
.faq-intro h2,
.availability h2 {
    margin-bottom: 20px;
    font-size: clamp(38px, 4.3vw, 58px);
    font-weight: 900;
}

.section-heading > p:last-child,
.how-intro > p,
.audience-lead,
.faq-intro > p:last-child {
    color: var(--muted);
    font-size: 18px;
}

.adaptation-section {
    background: var(--surface);
}

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

.adaptation-card {
    position: relative;
    min-height: 500px;
    padding: 31px;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 50px rgba(16, 24, 40, .05);
}

.adaptation-card-blue {
    color: var(--white);
    background: var(--navy);
}

.adaptation-card-lime {
    background: var(--lime);
}

.adaptation-card-cream {
    background: var(--cream);
}

.card-number {
    position: absolute;
    top: 28px;
    right: 30px;
    color: rgba(16, 24, 40, .34);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.adaptation-card-blue .card-number {
    color: rgba(255, 255, 255, .45);
}

.card-art {
    position: relative;
    height: 165px;
    margin: 24px 0 29px;
}

.adaptation-card h3 {
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 880;
}

.adaptation-card p {
    color: var(--muted-dark);
    font-size: 15px;
}

.adaptation-card-blue p {
    color: #bac8d5;
}

.adaptation-card ul {
    display: grid;
    gap: 9px;
    margin: 24px 0 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
}

.adaptation-card li {
    position: relative;
    padding-left: 20px;
}

.adaptation-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--blue);
    font-weight: 900;
}

.adaptation-card-blue li::before {
    color: var(--lime);
}

.card-art-level {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    padding: 21px 30px;
}

.card-art-level::before {
    content: "";
    position: absolute;
    inset: 12px 12px 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
}

.card-art-level i {
    z-index: 2;
    width: 27px;
    background: rgba(255, 255, 255, .14);
    border-radius: 10px 10px 5px 5px;
}

.card-art-level i:nth-child(1) {
    height: 42px;
}

.card-art-level i:nth-child(2) {
    height: 67px;
}

.card-art-level i:nth-child(3) {
    height: 94px;
    background: var(--lime);
    box-shadow: 0 0 0 8px rgba(185, 242, 39, .08);
}

.card-art-level i:nth-child(4) {
    height: 121px;
}

.card-art-body::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 50%;
    width: 44px;
    height: 44px;
    background: var(--navy);
    border-radius: 50%;
    transform: translateX(-50%);
}

.card-art-body::after {
    content: "";
    position: absolute;
    top: 56px;
    left: 50%;
    width: 64px;
    height: 93px;
    background: var(--navy);
    border-radius: 30px 30px 18px 18px;
    transform: translateX(-50%);
}

.card-art-body i {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    background: var(--white);
    border: 6px solid var(--blue);
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(39, 98, 234, .26);
}

.card-art-body i:nth-child(1) {
    top: 50px;
    left: calc(50% - 54px);
}

.card-art-body i:nth-child(2) {
    top: 87px;
    right: calc(50% - 54px);
}

.card-art-body i:nth-child(3) {
    bottom: 4px;
    left: calc(50% - 16px);
}

.card-art-time::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    width: 137px;
    height: 137px;
    background:
        radial-gradient(circle, var(--cream) 48%, transparent 49%),
        conic-gradient(var(--blue) 0 66%, rgba(39, 98, 234, .12) 66% 100%);
    border-radius: 50%;
    transform: translateX(-50%);
}

.card-art-time::after {
    content: "18 min";
    position: absolute;
    top: 61px;
    left: 50%;
    color: var(--navy);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.05em;
    transform: translateX(-50%);
}

.card-art-time i {
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 50%;
    width: 28px;
    height: 11px;
    background: var(--navy);
    border-radius: 4px;
    transform: translateX(-50%);
}

.how-section {
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(39, 98, 234, .12), transparent 44%),
        var(--navy-deep);
}

.how-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 92px;
    align-items: start;
}

.how-intro {
    position: sticky;
    top: 120px;
}

.how-intro > p {
    color: #b8c5d1;
}

.quote-card {
    position: relative;
    margin-top: 40px;
    padding: 25px 26px 24px 65px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius-md);
}

.quote-card > span {
    position: absolute;
    top: 6px;
    left: 19px;
    color: var(--lime);
    font-family: Georgia, serif;
    font-size: 58px;
    line-height: 1;
}

.quote-card p {
    margin: 0;
    color: #e5ebf1;
    font-size: 16px;
    font-weight: 650;
    font-style: italic;
}

.steps {
    position: relative;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps::before {
    content: "";
    position: absolute;
    top: 39px;
    bottom: 39px;
    left: 28px;
    width: 1px;
    background: linear-gradient(var(--lime), rgba(185, 242, 39, .1));
}

.steps li {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 24px;
    padding: 0 0 43px;
}

.steps li:last-child {
    padding-bottom: 0;
}

.step-number {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--lime);
    border: 8px solid var(--navy-deep);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 0 0 1px rgba(185, 242, 39, .3);
}

.steps h3 {
    margin: 4px 0 8px;
    color: var(--white);
    font-size: 24px;
    font-weight: 850;
}

.steps p {
    margin: 0;
    color: #aebdca;
    font-size: 16px;
}

.features-section {
    background: var(--white);
}

.section-heading-left {
    max-width: 820px;
    margin-left: 0;
    text-align: left;
}

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

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

.feature-card {
    min-height: 290px;
    padding: 29px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.feature-card:hover {
    border-color: rgba(39, 98, 234, .28);
    box-shadow: var(--shadow-sm);
    transform: translateY(-3px);
}

.feature-card-wide {
    min-height: 330px;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr .8fr;
    align-items: center;
    gap: 50px;
    padding: 45px 52px;
    color: var(--white);
    background: var(--navy);
    border-color: var(--navy);
}

.feature-card-soft {
    background: var(--blue-light);
}

.feature-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 10px;
    color: var(--ink);
    background: var(--lime);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
}

.feature-card h3 {
    margin: 23px 0 13px;
    font-size: 25px;
    font-weight: 870;
}

.feature-card-wide h3 {
    max-width: 540px;
    margin-top: 0;
    color: var(--white);
    font-size: clamp(32px, 4vw, 47px);
}

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

.feature-card-wide p {
    max-width: 590px;
    color: #bdcad6;
    font-size: 17px;
}

.feature-icon {
    position: relative;
    width: 55px;
    height: 55px;
    display: block;
    color: var(--blue);
    background: var(--blue-light);
    border-radius: 16px;
}

.feature-card-soft .feature-icon {
    background: var(--white);
}

.feature-icon::before,
.feature-icon::after {
    content: "";
    position: absolute;
}

.feature-icon-calendar::before {
    inset: 13px 12px 11px;
    border: 3px solid currentColor;
    border-radius: 5px;
}

.feature-icon-calendar::after {
    top: 22px;
    left: 18px;
    width: 5px;
    height: 5px;
    background: currentColor;
    border-radius: 1px;
    box-shadow: 9px 0 currentColor, 0 9px currentColor, 9px 9px currentColor;
}

.feature-icon-progress::before {
    right: 13px;
    bottom: 13px;
    left: 13px;
    height: 26px;
    border-bottom: 3px solid currentColor;
    border-left: 3px solid currentColor;
    border-radius: 0 0 0 3px;
}

.feature-icon-progress::after {
    top: 18px;
    left: 17px;
    width: 24px;
    height: 17px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: skewY(-28deg);
}

.feature-icon-offline::before {
    top: 18px;
    left: 12px;
    width: 31px;
    height: 20px;
    border: 3px solid currentColor;
    border-radius: 18px;
}

.feature-icon-offline::after {
    top: 11px;
    left: 26px;
    width: 3px;
    height: 35px;
    background: var(--blue-light);
    border-right: 3px solid currentColor;
    transform: rotate(-43deg);
}

.feature-icon-audio::before {
    top: 20px;
    left: 14px;
    width: 13px;
    height: 15px;
    background: currentColor;
    clip-path: polygon(0 30%, 38% 30%, 100% 0, 100% 100%, 38% 70%, 0 70%);
}

.feature-icon-audio::after {
    top: 16px;
    right: 13px;
    width: 13px;
    height: 22px;
    border-right: 3px solid currentColor;
    border-radius: 50%;
}

.feature-icon-private::before {
    top: 23px;
    left: 14px;
    width: 27px;
    height: 22px;
    background: currentColor;
    border-radius: 5px;
}

.feature-icon-private::after {
    top: 11px;
    left: 20px;
    width: 15px;
    height: 17px;
    border: 3px solid currentColor;
    border-radius: 10px 10px 0 0;
}

.feature-icon-meal::before {
    top: 12px;
    left: 12px;
    width: 31px;
    height: 31px;
    border: 3px solid currentColor;
    border-radius: 50%;
}

.feature-icon-meal::after {
    top: 19px;
    left: 19px;
    width: 17px;
    height: 17px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.timer-art {
    display: grid;
    justify-items: center;
}

.timer-ring {
    width: 204px;
    height: 204px;
    display: grid;
    place-content: center;
    text-align: center;
    background:
        radial-gradient(circle, var(--navy) 62%, transparent 63%),
        conic-gradient(var(--lime) 0 72%, rgba(255, 255, 255, .13) 72% 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, .035);
}

.timer-ring span {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -.06em;
}

.timer-ring small {
    color: var(--lime);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em;
}

.timer-row {
    display: flex;
    gap: 8px;
    margin-top: 23px;
}

.timer-row i {
    width: 35px;
    height: 5px;
    background: rgba(255, 255, 255, .15);
    border-radius: 10px;
}

.timer-row i:nth-child(-n+3) {
    background: var(--lime);
}

.audience-section {
    color: var(--white);
    background: var(--blue);
}

.audience-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 82px;
    align-items: start;
}

.audience-lead {
    color: #dce7ff;
}

.audience-list {
    display: grid;
}

.audience-list > div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.audience-list > div:first-child {
    padding-top: 0;
}

.audience-list > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.audience-list span {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--lime);
    border-radius: 13px;
    font-size: 11px;
    font-weight: 900;
}

.audience-list p {
    margin: 0;
    color: #dce7ff;
    font-size: 17px;
}

.audience-list strong {
    color: var(--white);
}

.safety-section {
    padding-block: 90px;
    background: var(--surface);
}

.safety-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 44px;
    align-items: center;
    padding: 52px 58px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.safety-mark {
    width: 114px;
    height: 114px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--lime);
    border: 11px solid var(--lime-soft);
    border-radius: 34px;
    font-size: 43px;
    font-weight: 900;
    transform: rotate(-4deg);
}

.safety-card .eyebrow {
    margin-bottom: 14px;
}

.safety-card h2 {
    max-width: 840px;
    margin-bottom: 15px;
    font-size: clamp(31px, 3.5vw, 45px);
}

.safety-card p:last-child {
    max-width: 900px;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 16px;
}

.faq-section {
    background: var(--white);
}

.faq-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 90px;
    align-items: start;
}

.faq-intro {
    position: sticky;
    top: 120px;
}

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

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

.faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    list-style: none;
}

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

.faq-list summary span {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    background: var(--blue-light);
    border-radius: 50%;
}

.faq-list summary span::before,
.faq-list summary span::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 8px;
    width: 12px;
    height: 2px;
    background: var(--blue);
    border-radius: 2px;
    transition: transform .2s ease;
}

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

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

.faq-list details[open] summary {
    color: var(--blue);
}

.faq-list details p {
    max-width: 710px;
    margin: -7px 52px 25px 4px;
    color: var(--muted);
}

.availability {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background: var(--navy-deep);
}

.availability-pattern {
    position: absolute;
    top: -280px;
    right: -180px;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(185, 242, 39, .2);
    border-radius: 50%;
    box-shadow:
        0 0 0 75px rgba(39, 98, 234, .08),
        0 0 0 150px rgba(39, 98, 234, .04);
}

.availability-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 104px;
    text-align: center;
}

.availability-mark {
    width: 82px;
    height: 82px;
    margin-bottom: 28px;
    background: var(--navy);
    border-color: rgba(185, 242, 39, .4);
    border-radius: 25px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .25);
    transform: scale(1.35);
}

.availability h2 {
    max-width: 760px;
}

.availability-inner > p:not(.eyebrow) {
    max-width: 670px;
    color: #b9c6d2;
    font-size: 18px;
}

.coming-soon {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding: 13px 19px;
    color: var(--ink);
    background: var(--lime);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 850;
}

.store-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    margin-top: 20px;
}

.store-button {
    min-width: 190px;
    display: flex;
    flex-direction: column;
    padding: 12px 21px;
    color: var(--white);
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 14px;
    text-align: left;
    transition: background .2s ease, transform .2s ease;
}

.store-button:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-2px);
}

.store-button small {
    color: #b9c6d2;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
}

.store-button strong {
    font-size: 19px;
}

.site-footer {
    color: #d5dee7;
    background: #07131f;
}

.footer-top {
    min-height: 170px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 52px;
    padding-block: 38px;
}

.brand-footer {
    color: var(--white);
}

.footer-top > p {
    max-width: 490px;
    margin: 0;
    color: #8797a6;
    font-size: 13px;
}

.footer-top nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 25px;
}

.footer-top nav a {
    color: #bdc8d3;
    font-size: 12px;
    font-weight: 650;
}

.footer-top nav a:hover {
    color: var(--lime);
}

.footer-bottom {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #667686;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 11px;
}

@media (max-width: 1080px) {
    .main-nav {
        gap: 18px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr) 420px;
        gap: 20px;
    }

    .hero-visual {
        transform: scale(.9);
    }

    .floating-card-profile {
        left: -7px;
    }

    .floating-card-context {
        right: -8px;
    }

    .proof-grid > div {
        padding-inline: 15px;
    }

    .adaptation-card {
        padding: 25px;
    }

    .how-grid,
    .audience-grid {
        gap: 55px;
    }

    .faq-grid {
        gap: 60px;
    }
}

@media (max-width: 900px) {
    .main-nav {
        display: none;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        padding-top: 75px;
    }

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

    .hero-copy .eyebrow,
    .hero-actions,
    .hero-reassurance {
        justify-content: center;
    }

    .hero-promise {
        margin-inline: auto;
    }

    .hero-visual {
        min-height: 660px;
        margin-top: -20px;
        transform: scale(.94);
    }

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

    .proof-grid > div {
        padding: 17px 25px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .proof-grid > div:nth-child(2) {
        border-right: 0;
    }

    .proof-grid > div:nth-child(3),
    .proof-grid > div:nth-child(4) {
        border-bottom: 0;
    }

    .proof-grid > div:first-child {
        padding-left: 25px;
    }

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

    .adaptation-card {
        min-height: 0;
        display: grid;
        grid-template-columns: 180px 1fr;
        column-gap: 28px;
    }

    .adaptation-card .card-art {
        grid-row: 1 / span 4;
        height: 205px;
        margin: 24px 0 0;
    }

    .adaptation-card h3 {
        margin-top: 72px;
    }

    .how-grid,
    .audience-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .how-intro,
    .faq-intro {
        position: static;
    }

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

    .feature-card-wide {
        grid-template-columns: 1fr 260px;
    }

    .timer-ring {
        width: 174px;
        height: 174px;
    }

    .safety-card {
        grid-template-columns: 92px 1fr;
        gap: 28px;
        padding: 39px;
    }

    .safety-mark {
        width: 90px;
        height: 90px;
        border-width: 9px;
        border-radius: 27px;
        font-size: 35px;
    }

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

    .footer-top > p {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 640px) {
    .shell {
        width: min(100% - 30px, 1180px);
    }

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

    .brand {
        gap: 9px;
        font-size: 16px;
    }

    .brand-mark {
        width: 36px;
        height: 36px;
        border-radius: 11px;
        transform: scale(.91);
    }

    .header-cta {
        min-height: 36px;
        padding: 7px 11px;
        font-size: 10px;
    }

    .header-cta .pulse-dot {
        display: none;
    }

    .hero {
        min-height: auto;
    }

    .hero-grid {
        min-height: auto;
        padding-block: 58px 30px;
    }

    .hero h1 {
        font-size: clamp(44px, 13vw, 61px);
    }

    .hero-subtitle {
        font-size: 19px;
    }

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

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

    .button {
        width: 100%;
    }

    .hero-reassurance {
        align-items: flex-start;
        flex-direction: column;
        width: fit-content;
        margin-inline: auto;
    }

    .hero-visual {
        min-height: 590px;
        margin: -16px -30px -28px;
        transform: scale(.8);
    }

    .floating-card-profile {
        left: 0;
    }

    .floating-card-context {
        right: 0;
    }

    .proof-grid {
        grid-template-columns: 1fr;
        padding-block: 12px;
    }

    .proof-grid > div,
    .proof-grid > div:first-child,
    .proof-grid > div:nth-child(3),
    .proof-grid > div:nth-child(4) {
        padding: 14px 5px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .proof-grid > div:last-child {
        border-bottom: 0;
    }

    .proof-grid strong {
        min-width: 75px;
    }

    .proof-grid span {
        max-width: none;
    }

    .section {
        padding-block: 78px;
    }

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

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

    .section-heading h2,
    .how-intro h2,
    .audience-grid h2,
    .faq-intro h2,
    .availability h2 {
        font-size: 36px;
    }

    .section-heading > p:last-child,
    .how-intro > p,
    .audience-lead,
    .faq-intro > p:last-child {
        font-size: 16px;
    }

    .adaptation-card {
        display: block;
        padding: 25px;
    }

    .adaptation-card .card-art {
        height: 160px;
        margin: 25px 0;
    }

    .adaptation-card h3 {
        margin-top: 0;
    }

    .how-grid {
        gap: 55px;
    }

    .quote-card {
        padding-left: 57px;
    }

    .steps li {
        grid-template-columns: 52px 1fr;
        gap: 16px;
    }

    .steps::before {
        left: 25px;
    }

    .step-number {
        width: 52px;
        height: 52px;
    }

    .steps h3 {
        font-size: 21px;
    }

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

    .feature-card {
        min-height: 250px;
    }

    .feature-card-wide {
        display: block;
        padding: 31px 26px;
    }

    .timer-art {
        margin-top: 40px;
    }

    .audience-grid {
        gap: 37px;
    }

    .audience-list > div {
        grid-template-columns: 39px 1fr;
        gap: 13px;
    }

    .audience-list span {
        width: 39px;
        height: 39px;
    }

    .safety-section {
        padding-block: 65px;
    }

    .safety-card {
        display: block;
        padding: 29px 25px;
    }

    .safety-mark {
        width: 70px;
        height: 70px;
        margin-bottom: 28px;
        border-width: 7px;
        border-radius: 21px;
        font-size: 27px;
    }

    .faq-grid {
        gap: 35px;
    }

    .faq-list summary {
        padding-block: 21px;
        font-size: 16px;
    }

    .faq-list details p {
        margin-right: 3px;
    }

    .availability-inner {
        padding-block: 83px;
    }

    .availability-mark {
        transform: scale(1.1);
    }

    .footer-top {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
        padding-block: 45px;
    }

    .footer-top > p {
        order: 2;
    }

    .footer-top nav {
        order: 3;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        min-height: 82px;
        gap: 3px;
    }
}

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

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