:root {
    color-scheme: light;
    --bg: #fbfaf4;
    --bg-soft: #eef8f3;
    --ink: #172033;
    --muted: #586176;
    --line: rgba(23, 32, 51, 0.12);
    --surface: rgba(255, 255, 255, 0.9);
    --surface-strong: #ffffff;
    --teal: #0f766e;
    --teal-dark: #0a5b55;
    --gold: #f2b84b;
    --coral: #dd6b54;
    --lavender: #7761b9;
    --blue: #2c7fb8;
    --shadow: 0 24px 70px rgba(23, 32, 51, 0.16);
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.12), transparent 32%),
        linear-gradient(225deg, rgba(242, 184, 75, 0.16), transparent 30%),
        linear-gradient(180deg, var(--bg), var(--bg-soft) 78%, #f8fbff);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(23, 32, 51, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 32, 51, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 70%);
}

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

a {
    color: var(--teal-dark);
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.22em;
}

a:hover {
    color: var(--teal);
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(44, 127, 184, 0.45);
    outline-offset: 4px;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: 12px;
    z-index: 10;
    padding: 10px 14px;
    border-radius: var(--radius);
    background: var(--ink);
    color: white;
    transform: translateY(-140%);
}

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

.site-header,
.hero-section,
.section,
.showcase-section,
.trust-section,
.site-footer {
    width: min(1160px, calc(100% - 32px));
    margin-inline: auto;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0 8px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-size: 1.12rem;
    font-weight: 800;
    text-decoration: none;
}

.brand img {
    border-radius: var(--radius);
    box-shadow: 0 10px 26px rgba(15, 118, 110, 0.18);
}

.nav-links,
.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 14px 20px;
}

.nav-links a,
.site-footer nav a {
    color: var(--muted);
    font-weight: 700;
    text-decoration: none;
}

.nav-links a:hover,
.site-footer nav a:hover {
    color: var(--teal-dark);
}

.hero-section {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    align-items: center;
    gap: 56px;
    min-height: min(680px, calc(100vh - 74px));
    padding: 44px 0 58px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--teal-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.8rem, 6.6vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: 0;
}

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

h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.18;
}

.hero-lede,
.showcase-copy p,
.trust-section p,
.section-heading {
    color: var(--muted);
    font-size: clamp(1.03rem, 2vw, 1.2rem);
    line-height: 1.65;
}

.hero-lede {
    max-width: 660px;
    margin: 24px 0 0;
}

.store-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.store-button {
    min-width: 164px;
    min-height: 62px;
    padding: 11px 14px 12px;
    border: 1px solid rgba(23, 32, 51, 0.18);
    border-radius: var(--radius);
    color: var(--ink);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 26px rgba(23, 32, 51, 0.09);
    cursor: not-allowed;
    opacity: 0.82;
    text-align: left;
}

.store-button span {
    display: block;
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.1;
}

.store-button .store-kicker {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 18px;
}

.hero-links a {
    color: var(--muted);
    font-weight: 700;
}

.hero-art {
    position: relative;
    min-height: 520px;
}

.phone-frame {
    position: absolute;
    inset: 16px 52px 0 auto;
    width: min(390px, 76vw);
    padding: 12px;
    border: 1px solid rgba(23, 32, 51, 0.16);
    border-radius: 32px;
    background: #22304a;
    box-shadow: var(--shadow);
    transform: rotate(2deg);
}

.phone-screen {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border-radius: 22px;
    background: #eef8f3;
}

.mascot {
    position: absolute;
    right: -54px;
    bottom: -42px;
    width: 150px;
    filter: drop-shadow(0 18px 26px rgba(23, 32, 51, 0.22));
}

.floating-card {
    position: absolute;
    display: grid;
    gap: 8px;
    width: 126px;
    padding: 10px;
    border: 1px solid rgba(23, 32, 51, 0.12);
    border-radius: var(--radius);
    background: var(--surface-strong);
    box-shadow: 0 18px 42px rgba(23, 32, 51, 0.16);
    font-size: 0.82rem;
    font-weight: 900;
    text-align: center;
}

.floating-card img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 6px;
}

.card-one {
    left: 0;
    top: 72px;
    transform: rotate(-8deg);
}

.card-two {
    right: 0;
    bottom: 52px;
    transform: rotate(8deg);
}

.section {
    padding: 64px 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.section-heading h2 {
    color: var(--ink);
}

.steps-grid,
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.step-card,
.feature-grid article {
    min-height: 236px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: 0 18px 46px rgba(23, 32, 51, 0.08);
}

.step-number {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 28px;
    border-radius: 50%;
    background: var(--ink);
    color: white;
    font-weight: 900;
}

.step-card p,
.feature-grid p {
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.58;
}

.showcase-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
    gap: 44px;
    padding: 58px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(119, 97, 185, 0.14), transparent 52%),
        rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow);
}

.showcase-media img {
    width: 100%;
    max-height: 540px;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: 0 18px 40px rgba(23, 32, 51, 0.14);
}

.showcase-copy p {
    margin: 22px 0 0;
}

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

.check-list li {
    position: relative;
    padding-left: 28px;
    color: var(--ink);
    font-weight: 800;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal), var(--gold));
}

.feature-grid article {
    min-height: 270px;
}

.feature-grid img {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: var(--radius);
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.12);
}

.feature-grid article:nth-child(2) img {
    box-shadow: 0 10px 24px rgba(221, 107, 84, 0.18);
}

.feature-grid article:nth-child(3) img {
    box-shadow: 0 10px 24px rgba(44, 127, 184, 0.2);
}

.feature-grid article:nth-child(4) img {
    box-shadow: 0 10px 24px rgba(119, 97, 185, 0.2);
}

.trust-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
    gap: 36px;
    overflow: hidden;
    margin-bottom: 76px;
    padding: 42px;
    border: 1px solid rgba(15, 118, 110, 0.2);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.16), transparent 58%),
        #fffdf7;
    box-shadow: 0 20px 60px rgba(15, 118, 110, 0.12);
}

.trust-section h2 {
    max-width: 760px;
}

.trust-section p {
    max-width: 720px;
    margin: 22px 0 0;
}

.trust-list {
    display: grid;
    align-content: start;
    gap: 12px;
    z-index: 1;
}

.trust-list a {
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.78);
    color: var(--ink);
    font-weight: 900;
    text-decoration: none;
}

.trust-list a:hover {
    border-color: rgba(15, 118, 110, 0.36);
    color: var(--teal-dark);
}

.trust-mascot {
    position: absolute;
    left: min(52%, 650px);
    bottom: -58px;
    width: 142px;
    opacity: 0.72;
    pointer-events: none;
}

.site-footer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px 24px;
    align-items: center;
    padding: 28px 0 44px;
    border-top: 1px solid var(--line);
}

.site-footer p {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
}

@media (max-width: 980px) {
    .hero-section,
    .showcase-section,
    .trust-section {
        grid-template-columns: 1fr;
    }

    .hero-section {
        min-height: auto;
        gap: 28px;
        padding-top: 42px;
    }

    .hero-art {
        min-height: 510px;
    }

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

    .showcase-section {
        padding: 28px;
    }

    .trust-mascot {
        left: auto;
        right: 24px;
        width: 110px;
    }
}

@media (max-width: 720px) and (min-width: 521px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .hero-section,
    .section {
        padding-block: 44px;
    }

    .hero-section {
        gap: 24px;
    }

    .hero-art {
        min-height: 420px;
    }

    .phone-frame {
        inset: 8px auto 0 50%;
        width: min(320px, 58vw);
        transform: translateX(-50%) rotate(1deg);
    }

    .mascot {
        right: -32px;
        width: 112px;
    }

    .floating-card {
        width: 112px;
    }

    .card-one {
        left: 8%;
        top: 54px;
    }

    .card-two {
        right: 8%;
        bottom: 42px;
    }
}

@media (max-width: 520px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .hero-section,
    .section {
        padding-block: 44px;
    }

    .hero-section {
        position: relative;
        overflow: hidden;
        padding-block: 34px 38px;
    }

    .hero-art {
        position: absolute;
        right: -28px;
        bottom: 12px;
        z-index: -1;
        width: 148px;
        min-height: 148px;
        opacity: 0.18;
    }

    .phone-frame {
        display: none;
    }

    .mascot {
        position: static;
        width: 148px;
    }

    .floating-card {
        display: none;
    }

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

    .step-card,
    .feature-grid article {
        min-height: auto;
    }

    .trust-section {
        padding: 28px 20px 76px;
    }

    .trust-mascot {
        bottom: -40px;
        width: 98px;
    }

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

    .site-footer nav {
        justify-content: flex-start;
    }
}

@media (max-width: 460px) {
    .site-header,
    .hero-section,
    .section,
    .showcase-section,
    .trust-section,
    .site-footer {
        width: min(100% - 20px, 1160px);
    }

    h1 {
        font-size: 2.72rem;
    }

    h2 {
        font-size: 2rem;
    }

    .store-actions {
        gap: 10px;
    }

    .store-button {
        flex: 1 1 145px;
    }

    .showcase-section {
        padding: 20px;
    }

}
