:root {
    --ink: #171622;
    --ink-soft: #625f6e;
    --muted: #8a8794;
    --purple: #6f3df1;
    --purple-dark: #5625d7;
    --purple-soft: #eee8ff;
    --purple-faint: #f7f4ff;
    --surface: #ffffff;
    --surface-warm: #fbfaf7;
    --surface-soft: #f7f5fb;
    --line: #e8e4ec;
    --line-strong: #dcd7e2;
    --success: #228b56;
    --shadow-sm: 0 6px 18px rgba(45, 35, 70, 0.06);
    --shadow-md: 0 16px 36px rgba(40, 26, 72, 0.10);
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 26px;
    --shell: 1660px;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.58;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

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

button,
input,
select,
textarea {
    font: inherit;
}

svg,
.bi {
    width: 1em;
    height: 1em;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-shell {
    width: min(calc(100% - 40px), var(--shell));
    margin-inline: auto;
}

.section {
    padding: 10px 0;
}

.section--soft {
    background: linear-gradient(180deg, #fff 0%, var(--surface-warm) 100%);
}

.section-pad-top {
    padding-top: 42px;
    padding-bottom: 54px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(232, 228, 236, 0.88);
    backdrop-filter: blur(18px);
}

.site-header__inner {
    min-height: 84px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 42px;
}

.brand-logo {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
    color: #17151d;
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 1;
}

.brand-logo__four {
    color: var(--purple);
}

.primary-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 2.25vw, 40px);
}

.primary-navigation a {
    color: #383541;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible {
    color: var(--purple);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navigation-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.mobile-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: var(--ink);
    cursor: pointer;
}

.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

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

.button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--purple) 0%, var(--purple-dark) 100%);
    box-shadow: 0 9px 22px rgba(111, 61, 241, 0.22);
}

.button--primary:hover {
    box-shadow: 0 13px 26px rgba(111, 61, 241, 0.28);
}

.button--secondary,
.button--quiet {
    color: var(--ink);
    background: #fff;
    border-color: var(--line-strong);
}

.button--secondary:hover,
.button--quiet:hover {
    border-color: #cfc6df;
    box-shadow: var(--shadow-sm);
}

.button--light {
    color: var(--purple-dark);
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.button--small {
    min-height: 42px;
    padding-inline: 17px;
    font-size: 13px;
}

.button--tiny {
    min-height: 32px;
    padding-inline: 12px;
    border-radius: 7px;
    font-size: 11px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(500px, 0.82fr) minmax(720px, 1.18fr);
    gap: 20px;
    align-items: center;
}

.hero-copy {
    max-width: 660px;
    padding-top: 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    color: #363143;
    background: #f2eff8;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 20px 0 22px;
    font-family: var(--serif);
    font-size: clamp(88px, 8vw, 116px);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 0.9;
}

.hero-copy h1 span {
    color: var(--purple);
}

.hero-copy p {
    max-width: 630px;
    margin: 0 0 17px;
    color: #484451;
    font-size: 17.5px;
    line-height: 1.62;
}

.hero-copy__lead {
    font-weight: 500;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 27px;
}

.hero-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.hero-benefit {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #3c3844;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.38;
}

.hero-benefit svg {
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    color: var(--purple);
}

.hero-starter-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    max-width: 610px;
    margin-top: 26px;
    padding: 18px 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, #fff 0%, #fbf9ff 100%);
    box-shadow: var(--shadow-sm);
}

.hero-starter-card .icon-chip {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    background: var(--purple-faint);
    border-radius: 10px;
}

.hero-starter-card strong {
    font-size: 14px;
}

.hero-starter-card p {
    margin: 3px 0 7px;
    color: var(--ink-soft);
    font-size: 13px;
}

.hero-starter-card a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--purple);
    font-size: 12px;
    font-weight: 800;
}

.hero-showcase {
    display: grid;
    gap: 12px;
    min-width: 0;
}

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

.showcase-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #11111a;
    box-shadow: var(--shadow-md);
}

.showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-card--hero {
    aspect-ratio: 1.94 / 1;
}

.showcase-card--small {
    aspect-ratio: 1 / 0.6;
}

.showcase-card--wide {
    aspect-ratio: 3.08 / 0.66;
    background: #c9c6dc;
}

.media-label {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    color: #fff;
    background: rgba(13, 13, 23, 0.54);
    backdrop-filter: blur(8px);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.showcase-card__caption {
    position: absolute;
    inset: auto 20px 18px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.45);
}

.showcase-card__caption strong {
    font-family: var(--serif);
    font-size: 31px;
    font-weight: 500;
}

.showcase-card__caption span {
    font-size: 11px;
    font-weight: 700;
}

.showcase-card__caption--small {
    inset: auto 14px 12px;
}

.showcase-card__caption--small strong {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
}

.showcase-card--hero::after,
.showcase-card--small::after {
    content: "";
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.62));
    pointer-events: none;
}

.showcase-card > * {
    z-index: 1;
}

.showcase-card img {
    z-index: 0;
}


/* Hero trust row ------------------------------------------------------ */
.hero-trust {
    max-width: 610px;
    margin-top: 24px;
}

.hero-trust__label {
    display: block;
    margin-bottom: 11px;
    color: #928e9a;
    font-size: 12px;
    font-weight: 600;
}

.hero-trust__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 25px;
    color: #9a96a2;
}

.trust-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.trust-logo i {
    color: #aaa5b2;
    font-size: 14px;
}

.trust-logo--acme {
    font-family: var(--serif);
}

.trust-logo--loomly,
.trust-logo--nova,
.trust-logo--orbit {
    font-weight: 500;
}

.trust-logo--orbit {
    font-size: 16px;
}

.showcase-card--hero img {
    object-position: center 48%;
}

.showcase-card--wide img {
    object-position: center;
}

.section-heading {
    text-align: center;
}

.section-heading h2,
.industry-heading h2,
.cta-banner h2 {
    margin: 0;
    font-family: var(--serif);
    font-weight: 600;
    letter-spacing: -0.035em;
}

.section-heading h2 {
    font-size: clamp(38px, 3.7vw, 56px);
}

.section-heading p {
    margin: 8px auto 0;
    color: var(--muted);
}

.section-heading--ruled {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 6px;
    margin-bottom: 28px;
}

.section-heading--ruled::before,
.section-heading--ruled::after {
    content: "";
    height: 1px;
    background: var(--line);
}

.section-heading--with-subtitle {
    grid-template-columns: 1fr auto 1fr;
}

.section-heading--with-subtitle h2,
.section-heading--with-subtitle p {
    grid-column: 2;
}

.section-heading--with-subtitle h2 {
    grid-row: 1;
}

.section-heading--with-subtitle p {
    grid-row: 2;
}

.section-heading--with-subtitle::before,
.section-heading--with-subtitle::after {
    grid-row: 1 / span 2;
}

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

.creation-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.creation-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.creation-card__media {
    position: relative;
    aspect-ratio: 0.96 / 1;
    overflow: hidden;
    background: #17141f;
}

.creation-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.round-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #7f46f4, #5e28dc);
    box-shadow: 0 8px 20px rgba(93, 42, 221, 0.26);
}

.creation-card__body {
    position: relative;
    min-height: 135px;
    padding: 20px 18px 24px;
}

.creation-card__body h3 {
    margin: 0 0 10px;
    font-family: var(--serif);
    font-size: clamp(25px, 1.65vw, 30px);
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.creation-card__body p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.55;
}



.creation-card__media--captions::after {
    content: "";
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(180deg, transparent 0%, rgba(12, 10, 18, 0.34) 100%);
    pointer-events: none;
}

.creation-card__caption-overlay {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    min-width: 72%;
    padding: 14px 16px 15px;
    color: #fff;
    background: rgba(19, 17, 24, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 2px;
    font-family: var(--serif);
    font-size: clamp(22px, 1.7vw, 31px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(3px);
}



/* Light Meet Four showcase ------------------------------------------- */
.four-showcase-section {
    padding: 30px 0 24px;
    background: #fff;
}

.four-showcase {
    position: relative;
    min-height: 470px;
    display: grid;
    grid-template-columns: minmax(310px, 0.72fr) minmax(430px, 1.02fr) minmax(620px, 1.48fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #e2ddec;
    border-radius: 26px;
    background:
        radial-gradient(circle at 10% 18%, rgba(123, 73, 239, 0.13), transparent 29%),
        linear-gradient(118deg, #f9f7ff 0%, #ffffff 46%, #faf9ff 100%);
    box-shadow: 0 20px 54px rgba(48, 34, 78, 0.10);
}

.four-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(111, 61, 241, 0.025), transparent 32%),
        radial-gradient(circle at 86% 18%, rgba(111, 61, 241, 0.07), transparent 28%);
}

.four-showcase__visual,
.four-showcase__copy,
.four-comparison {
    position: relative;
    z-index: 1;
}

.four-showcase__visual {
    min-height: 470px;
    overflow: hidden;
}

.four-showcase__halo {
    position: absolute;
    width: 410px;
    height: 410px;
    left: -72px;
    top: 24px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(120, 72, 238, 0.20) 0%, rgba(120, 72, 238, 0.06) 48%, transparent 70%);
    filter: blur(2px);
}

.four-showcase__image {
    position: absolute;
    left: -24px;
    bottom: -1px;
    width: min(390px, 112%);
    height: calc(100% + 34px);
    max-width: none;
    object-fit: contain;
    object-position: left bottom;
    filter: drop-shadow(0 22px 26px rgba(43, 31, 65, 0.16));
}

.four-showcase__copy {
    align-self: center;
    padding: 46px 34px 42px 18px;
}

.four-showcase__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--success);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.20em;
    text-transform: uppercase;
}

.four-showcase__copy h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(50px, 4.2vw, 72px);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 0.94;
}

.four-showcase__intro {
    max-width: 610px;
    margin: 25px 0 25px;
    color: #514c59;
    font-size: 17px;
    line-height: 1.55;
}

.four-showcase__list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.four-showcase__list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
    color: #34303b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.46;
}

.four-showcase__check {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    color: #1b9a58;
    font-size: 20px;
}

.four-comparison {
    align-self: center;
    margin: 30px 30px 30px 12px;
    padding: 25px;
    border: 1px solid #ddd7e8;
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow:
        0 16px 36px rgba(42, 29, 71, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.four-comparison__models {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
    align-items: stretch;
    gap: 14px;
}

.four-model {
    min-width: 0;
    padding: 20px;
    border-radius: 15px;
}

.four-model--selected {
    border: 1px solid #ebe7f0;
    background: #fbfafc;
}

.four-model--recommended {
    border: 1px solid #d8eadf;
    background: linear-gradient(145deg, #f8fff9 0%, #f4fbf6 100%);
}

.four-model__label {
    display: block;
    min-height: 20px;
    margin-bottom: 13px;
    color: #746f7b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.four-model--recommended .four-model__label {
    color: #258a54;
}

.four-model h3 {
    min-height: 58px;
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.18;
}

.four-model ul {
    min-height: 72px;
    display: grid;
    align-content: start;
    gap: 9px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.four-model li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #595560;
    font-size: 15px;
    line-height: 1.4;
}

.four-model li i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #777180;
}

.four-model--recommended li i {
    color: #26965a;
}

.four-model__price {
    display: block;
    color: #18151f;
    font-family: var(--serif);
    font-size: 47px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.four-model__estimate {
    display: block;
    margin-top: 6px;
    color: #88828e;
    font-size: 13px;
}

.four-comparison__vs {
    align-self: center;
    justify-self: center;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd7e7;
    border-radius: 50%;
    color: #625d69;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(43, 29, 72, 0.08);
}

.four-comparison__note {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 16px;
    border: 1px solid #cfe4d6;
    border-radius: 12px;
    color: #26794c;
    background: #f5fbf7;
    font-size: 14px;
    text-align: center;
}

.four-comparison__note i {
    flex: 0 0 auto;
    font-size: 18px;
}

.four-comparison__disclaimer {
    margin: 13px 4px 0;
    color: #77727d;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 1380px) {
    .four-showcase {
        grid-template-columns: minmax(270px, 0.68fr) minmax(390px, 1fr) minmax(540px, 1.36fr);
    }

    .four-showcase__copy {
        padding-inline: 4px 24px;
    }

    .four-showcase__copy h2 {
        font-size: 54px;
    }

    .four-showcase__intro {
        font-size: 16px;
    }

    .four-showcase__list li {
        font-size: 14px;
    }

    .four-comparison {
        margin-right: 22px;
        padding: 20px;
    }

    .four-model {
        padding: 17px;
    }

    .four-model h3 {
        font-size: 18px;
    }
}

@media (max-width: 1120px) {
    .four-showcase {
        grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
        min-height: 0;
    }

    .four-showcase__visual {
        min-height: 430px;
    }

    .four-showcase__copy {
        padding: 42px 35px 36px 10px;
    }

    .four-comparison {
        grid-column: 1 / -1;
        margin: 0 24px 24px;
    }
}

@media (max-width: 760px) {
    .four-showcase-section {
        padding-block: 22px;
    }

    .four-showcase {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .four-showcase__visual {
        min-height: 330px;
        order: 2;
    }

    .four-showcase__image {
        left: 50%;
        bottom: -48px;
        width: 330px;
        height: 390px;
        transform: translateX(-50%);
        object-position: center bottom;
    }

    .four-showcase__halo {
        left: 50%;
        top: -10px;
        width: 340px;
        height: 340px;
        transform: translateX(-50%);
    }

    .four-showcase__copy {
        order: 1;
        padding: 34px 24px 14px;
        text-align: center;
    }

    .four-showcase__copy h2 {
        font-size: clamp(44px, 13vw, 58px);
    }

    .four-showcase__intro {
        margin-inline: auto;
        font-size: 15px;
    }

    .four-showcase__list {
        max-width: 560px;
        margin-inline: auto;
        text-align: left;
    }

    .four-comparison {
        order: 3;
        grid-column: auto;
        margin: 0 14px 14px;
        padding: 15px;
    }

    .four-comparison__models {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .four-comparison__vs {
        width: 40px;
        height: 40px;
        margin: -4px auto;
    }

    .four-model h3,
    .four-model ul {
        min-height: 0;
    }

    .four-model__price {
        font-size: 40px;
    }

    .four-comparison__note {
        align-items: flex-start;
        font-size: 12px;
        text-align: left;
    }
}


.wallet-grid {
    display: grid;
    grid-template-columns: 1.12fr 1.36fr 0.96fr 0.96fr;
    gap: 16px;
}

.wallet-card {
    min-height: 365px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.wallet-card h3 {
    margin: 0 0 14px;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.wallet-card p,
.wallet-card li {
    color: #595662;
    font-size: 16px;
    line-height: 1.55;
}

.wallet-card__kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--purple);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wallet-card__intro {
    margin: 0 0 17px;
}

.wallet-card ul {
    margin: 0;
    padding-left: 19px;
}

.wallet-card--primary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    background: linear-gradient(145deg, #5930ce 0%, #7b49ef 100%);
    border-color: transparent;
}

.wallet-card--primary .wallet-card__kicker {
    color: rgba(255, 255, 255, 0.72);
}

.wallet-card--primary p,
.wallet-card--primary li {
    color: rgba(255,255,255,0.90);
}

.wallet-card--primary ul {
    display: grid;
    gap: 8px;
}

.wallet-card__footer {
    margin-top: 24px;
}

.wallet-card__footer p {
    max-width: 350px;
    margin: 0 0 17px;
    font-size: 14px;
}

.wallet-card__footer strong {
    color: #fff;
}

.wallet-card--experiment {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.wallet-card__experiment-copy > p {
    max-width: 610px;
    margin: 0;
}

.wallet-card__experiment-stat {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-top: 19px;
}

.wallet-card__experiment-stat > strong {
    color: var(--purple);
    font-family: var(--serif);
    font-size: 55px;
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.05em;
}

.wallet-card__experiment-stat > span {
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.wallet-card__experiment-stat small {
    color: #77727e;
    font-size: 12px;
    font-weight: 500;
}

.wallet-card__try-panel {
    margin-top: auto;
    padding: 17px;
    border: 1px solid #e2daf7;
    border-radius: 12px;
    background: linear-gradient(135deg, #faf8ff 0%, #f4efff 100%);
}

.wallet-card__try-title {
    display: block;
    margin-bottom: 12px;
    color: #51465f;
    font-size: 13px;
    font-weight: 800;
}

.wallet-card__try-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.wallet-card__try-grid div {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 6px;
    border: 1px solid rgba(111, 61, 241, 0.12);
    border-radius: 10px;
    color: #5b35c8;
    background: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.wallet-card__try-grid i {
    font-size: 20px;
}

.wallet-card__try-grid span {
    color: #4f4858;
    font-size: 12px;
    font-weight: 700;
}

.wallet-card__label {
    display: block;
    color: #77727e;
    font-size: 14px;
}

.wallet-card__balance {
    display: block;
    margin: 5px 0 15px;
    font-family: var(--serif);
    font-size: 43px;
    line-height: 1;
}

.wallet-card__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 21px;
}

.text-link {
    color: var(--purple);
    font-size: 13px;
    font-weight: 700;
}

.mini-ledger {
    margin: 0;
}

.mini-ledger div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 7px 0;
    color: #5d5965;
    font-size: 13px;
}

.mini-ledger dd {
    margin: 0;
    color: var(--ink);
    font-weight: 700;
}

.mini-ledger__total {
    margin-top: 7px;
    border-top: 1px solid var(--line);
    color: var(--ink) !important;
    font-weight: 800;
}

.wallet-card--shield {
    display: flex;
    flex-direction: column;
}

.check-list {
    display: grid;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.check-list li {
    display: grid;
    grid-template-columns: 19px 1fr;
    gap: 9px;
    align-items: start;
    margin: 0;
}

.check-list i {
    color: var(--purple);
    margin-top: 3px;
}

.wallet-card--shield img {
    width: 155px;
    margin: auto auto 0;
}

.pricing-disclaimer {
    margin: 14px 0 0;
    color: #77727e;
    text-align: center;
    font-size: 12px;
}

.steps-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps-grid::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 10%;
    right: 10%;
    border-top: 1px dashed #cfc8da;
}

.step-card {
    position: relative;
    min-height: 230px;
    padding: 0 23px 22px;
    border-right: 1px solid var(--line);
}

.step-card:last-child {
    border-right: 0;
}

.step-card__number {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--purple);
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 7px 18px rgba(111, 61, 241, 0.22);
}

.step-card__header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 52px;
    margin-bottom: 18px;
}

.step-card__header img {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin: 0;
    background: #fff;
}

.step-card h3 {
    margin: 0 0 8px;
    font-size: 21px;
}

.step-card p {
    margin: 0;
    color: #595662;
    font-size: 15px;
    line-height: 1.55;
}

.industry-heading {
    margin-bottom: 28px;
    text-align: center;
}

.industry-heading span {
    color: var(--purple);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.industry-heading h2 {
    margin-top: 3px;
    font-size: clamp(34px, 4vw, 52px);
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.industry-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.industry-card img {
    width: 100%;
    aspect-ratio: 1.38 / 1;
    object-fit: cover;
}

.industry-card div {
    min-height: 136px;
    padding: 14px 13px 16px;
}

.industry-card h3 {
    margin: 0 0 6px;
    font-size: 21px;
}

.industry-card p {
    margin: 0;
    color: #595662;
    font-size: 15px;
    line-height: 1.5;
}

.cta-section {
    padding: 18px 0 28px;
}

.cta-banner {
    position: relative;
    min-height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 36px 340px 36px 300px;
    border: 1px solid #e3dcf5;
    border-radius: var(--radius-lg);
    background-image: url('../img/home/cta-background.webp');
    background-position: center;
    background-size: cover;
}

.cta-banner__four {
    position: absolute;
    left: 40px;
    bottom: -30px;
    width: 245px;
    max-height: 285px;
    object-fit: contain;
    object-position: bottom;
}

.cta-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.cta-banner h2 {
    font-size: clamp(30px, 3vw, 45px);
}

.cta-banner p {
    margin: 6px 0 20px;
    color: var(--ink-soft);
}

.cta-banner__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer {
    padding: 58px 0 30px;
    background: #fbfaff;
    border-top: 1px solid var(--line);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.45fr repeat(4, 1fr);
    gap: 48px;
}

.brand-logo--footer {
    font-size: 30px;
}

.site-footer__brand p {
    margin: 10px 0 20px;
    color: #77727e;
    font-size: 14px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-links a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #373342;
    border-radius: 50%;
}

.social-links a:hover {
    color: var(--purple);
    background: var(--purple-soft);
}

.site-footer__column {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.site-footer__column h3 {
    margin: 0 0 8px;
    font-size: 15px;
}

.site-footer__column a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    color: #5d5965;
    font-size: 14px;
}

.site-footer__column a:hover {
    color: var(--purple);
}

.site-footer__bottom {
    margin-top: 38px;
    padding-top: 22px;
    color: #77727e;
    border-top: 1px solid var(--line);
    text-align: center;
    font-size: 12px;
}

@media (max-width: 1380px) {
    .site-header__inner {
        gap: 20px;
    }

    .primary-navigation {
        gap: 18px;
    }

    .hero-grid {
        grid-template-columns: minmax(440px, 0.88fr) minmax(620px, 1.12fr);
        gap: 38px;
    }

    .hero-copy h1 {
        font-size: 76px;
    }

    .creation-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .creation-card:nth-child(4),
    .creation-card:nth-child(5) {
        grid-column: span 1;
    }

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

    .industry-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cta-banner {
        padding-right: 80px;
    }
}

@media (max-width: 1120px) {
    .site-header__inner {
        grid-template-columns: auto auto 1fr;
    }

    .mobile-menu-button {
        display: inline-flex;
        justify-self: end;
        grid-column: 3;
        grid-row: 1;
    }

    .site-header__actions {
        display: none;
    }

    .primary-navigation {
        position: absolute;
        top: 84px;
        left: 24px;
        right: 24px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: #fff;
        box-shadow: var(--shadow-md);
    }

    .navigation-toggle:checked ~ .primary-navigation {
        display: flex;
    }

    .navigation-toggle:focus-visible + .mobile-menu-button {
        outline: 3px solid rgba(111, 61, 241, 0.28);
        outline-offset: 3px;
    }

    .primary-navigation a {
        padding: 12px;
        border-radius: 8px;
    }

    .primary-navigation a:hover {
        background: var(--purple-faint);
    }

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

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

    .hero-showcase {
        width: 100%;
        max-width: 920px;
    }

    .hero-trust {
        max-width: 680px;
    }

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

    .steps-grid::before {
        display: none;
    }

    .step-card {
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 22px;
        background: #fff;
    }

    .step-card__header {
        margin-bottom: 16px;
    }

    .site-footer__grid {
        grid-template-columns: 1.6fr repeat(2, 1fr);
    }

    .site-footer__brand {
        grid-row: span 2;
    }
}

@media (max-width: 760px) {
    .site-shell {
        width: min(calc(100% - 28px), var(--shell));
    }

    .section,
    .section-pad-top {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .brand-logo {
        font-size: 24px;
    }

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

    .hero-copy p {
        font-size: 15px;
    }

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

    .showcase-row {
        grid-template-columns: 1fr;
    }

    .showcase-card--small {
        aspect-ratio: 1.65 / 0.9;
    }

    .showcase-card--wide {
        aspect-ratio: 2 / 0.75;
    }

    .section-heading--ruled,
    .section-heading--with-subtitle {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .section-heading--ruled::before,
    .section-heading--ruled::after {
        display: none;
    }

    .section-heading--with-subtitle h2,
    .section-heading--with-subtitle p {
        grid-column: 1;
    }

    .creation-grid,
    .wallet-grid,
    .industry-grid {
        grid-template-columns: 1fr;
    }

    .creation-card__media {
        aspect-ratio: 1.5 / 0.82;
    }

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

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

    .cta-banner {
        min-height: 420px;
        align-items: flex-start;
        padding: 44px 24px 190px;
    }

    .cta-banner__four {
        left: 50%;
        bottom: -84px;
        width: 225px;
        transform: translateX(-50%);
        opacity: 0.96;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media (max-width: 480px) {
    .hero-actions,
    .cta-banner__actions {
        flex-direction: column;
    }

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

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

    .wallet-card__experiment-stat {
        align-items: flex-start;
        flex-direction: column;
    }

    .wallet-card__try-grid {
        grid-template-columns: 1fr 1fr;
    }

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

@media (max-width: 760px) {
    .hero-trust__logos {
        gap: 13px 18px;
    }

    .trust-logo {
        font-size: 13px;
    }
}

@media (max-width: 760px) {
    .creation-card__body {
        min-height: auto;
        padding: 20px 18px 24px;
    }

    .creation-card__body h3 {
        font-size: 28px;
    }

    .creation-card__body p {
        font-size: 15px;
    }

    .creation-card__caption-overlay {
        bottom: 22px;
        min-width: 66%;
        font-size: clamp(23px, 7vw, 32px);
    }
}


@media (max-width: 1380px) {
    .wallet-card {
        min-height: 345px;
    }
}

@media (max-width: 760px) {
    .wallet-card {
        min-height: 0;
    }

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

@media (max-width: 480px) {
    .wallet-card__try-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .step-card__header {
        gap: 13px;
    }

    .step-card__number {
        width: 46px;
        height: 46px;
    }

    .step-card__header img {
        width: 44px;
        height: 44px;
    }
}


/* Final readability and lower-resolution refinements ---------------- */
.hero-trust__logos a {
    color: #77727e;
    font-size: 14px;
    font-weight: 600;
}

.hero-trust__logos a:hover,
.hero-trust__logos a:focus-visible {
    color: var(--purple);
}

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

    .creation-card:nth-child(5) {
        grid-column: 1 / -1;
        width: min(100%, calc(50% - 8px));
        justify-self: center;
    }

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

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 44px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .four-showcase {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .four-showcase__copy {
        order: 1;
        padding: 40px 34px 20px;
        text-align: center;
    }

    .four-showcase__intro {
        max-width: 720px;
        margin-inline: auto;
    }

    .four-showcase__list {
        max-width: 690px;
        margin-inline: auto;
        text-align: left;
    }

    .four-showcase__visual {
        order: 2;
        min-height: 360px;
    }

    .four-showcase__image {
        left: 50%;
        bottom: -42px;
        width: 370px;
        height: 430px;
        transform: translateX(-50%);
        object-position: center bottom;
    }

    .four-showcase__halo {
        left: 50%;
        top: -6px;
        width: 390px;
        height: 390px;
        transform: translateX(-50%);
    }

    .four-comparison {
        order: 3;
        grid-column: auto;
        margin: 0 20px 20px;
    }
}

@media (max-width: 760px) {
    .section,
    .section-pad-top {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .primary-navigation {
        left: 14px;
        right: 14px;
    }

    .section-heading h2,
    .industry-heading h2 {
        font-size: clamp(36px, 11vw, 46px);
    }

    .site-footer {
        padding: 44px 0 24px;
    }

    .site-footer__grid {
        gap: 30px 26px;
    }

    .brand-logo--footer {
        font-size: 28px;
    }
}

@media (max-width: 620px) {
    .creation-grid,
    .industry-grid {
        grid-template-columns: 1fr;
    }

    .creation-card:nth-child(5) {
        grid-column: auto;
        width: 100%;
    }

    .four-showcase__copy {
        padding-inline: 22px;
    }

    .four-showcase__visual {
        min-height: 330px;
    }

    .four-showcase__image {
        width: 330px;
        height: 390px;
    }

    .four-comparison {
        margin-inline: 12px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .site-footer__column h3 {
        font-size: 16px;
    }

    .site-footer__column a {
        min-height: 32px;
        font-size: 15px;
    }

    .site-footer__bottom {
        font-size: 12px;
    }
}
