:root {
    --ink: #12212a;
    --muted: #64737b;
    --line: #dbe5e8;
    --paper: #f7faf9;
    --white: #ffffff;
    --teal: #0087c7;
    --coral: #2aa9e0;
    --lime: #d7f0ff;
    --navy: #111827;
    --shadow: 0 24px 80px rgba(18, 33, 42, .14);
}

:root[data-theme="dark"] {
    --ink: #e8f2f7;
    --muted: #9fb1bc;
    --line: #243746;
    --paper: #0c141b;
    --white: #121f28;
    --teal: #32b8ee;
    --coral: #1f9bd4;
    --lime: #19384b;
    --navy: #071018;
    --shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    background: var(--paper);
}

.account-shell { width: min(1180px, calc(100% - 36px)); margin: 48px auto 80px; }
.account-auth { display: grid; grid-template-columns: .75fr 1.25fr; gap: 28px; align-items: start; }
.account-card { padding: clamp(22px, 4vw, 38px); background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 16px 50px rgba(18,33,42,.08); }
.account-card h1,.account-card h2 { margin-top: 0; }
.account-card > input,.account-fields input,.account-fields select { width: 100%; min-height: 48px; margin: 0 0 14px; padding: 11px 13px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.account-card > input { display: block; }
.account-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px 18px; }
.account-fields label { color: var(--muted); font-size: .82rem; font-weight: 700; }
.account-fields .wide { grid-column: 1 / -1; }
.account-heading { display: flex; justify-content: space-between; margin-bottom: 24px; }
.account-profile-disclosure { padding: 0; overflow: hidden; }
.account-profile-disclosure > summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 24px 30px; cursor: pointer; list-style: none; }
.account-profile-disclosure > summary::-webkit-details-marker { display: none; }
.account-profile-disclosure > summary span { display: grid; gap: 4px; }
.account-profile-disclosure > summary strong { color: var(--ink); font-size: 1.35rem; }
.account-profile-disclosure > summary small { color: var(--muted); font-size: .82rem; font-weight: 600; }
.account-profile-disclosure > summary b { flex: 0 0 auto; padding: 9px 14px; color: #176d91; background: #eaf7fc; border: 1px solid #bce2f1; border-radius: 999px; font-size: .78rem; }
.account-profile-disclosure > summary b::after { content: " +"; }
.account-profile-disclosure[open] > summary { border-bottom: 1px solid var(--line); }
.account-profile-disclosure[open] > summary b::after { content: " −"; }
.account-profile-disclosure .account-profile { padding: 28px 30px 32px; }
.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.account-row { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.account-row div { display: grid; gap: 5px; }
.account-row div:last-child { text-align: right; }
.account-row span,.account-row small { color: var(--muted); }
.account-status { text-transform: uppercase; font-size: .75rem; font-weight: 800; }
.account-status-pending,
.account-status-paid { display: inline-flex; align-items: center; justify-content: center; align-self: start; justify-self: end; width: fit-content; min-height: 27px; padding: 5px 10px; border-radius: 999px; line-height: 1.15; }
.account-order-row > div:last-child { align-content: start; justify-items: end; gap: 10px; }
.account-status-pending { color: #9a4b00 !important; background: #fff0d6; }
.account-status-paid { color: #12663d !important; background: #dff7e9; }
.subscription-action { display: grid; justify-items: start; gap: 7px; margin-top: 12px; }
.subscription-action .btn { min-height: 38px; padding: 9px 14px; font-size: .78rem; }
.subscription-status { width: fit-content; margin-top: 10px; padding: 5px 9px; color: #5c2a86 !important; background: #f0e3fb; border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.subscription-status-authorized { color: #12663d !important; background: #dff7e9; }
.subscription-status-paused { color: #9a4b00 !important; background: #fff0d6; }
.subscription-status-cancelled,.subscription-status-canceled { color: #8f1919 !important; background: #fdeaea; }
.account-empty { color: #52636d; line-height: 1.5; }
.customer-subscription-card { position: relative; margin-top: 20px; padding: 20px; overflow: hidden; color: #263842; background: linear-gradient(145deg,#fff 0%,#f5f9fb 100%); border: 1px solid #c9d9e1; border-radius: 16px; box-shadow: 0 12px 28px rgba(18,33,42,.09); }
.customer-subscription-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(180deg,#2aa9e0,#9d36e8); }
.customer-subscription-heading { display: flex !important; justify-content: space-between; gap: 18px; align-items: flex-start; padding-left: 2px; }
.customer-subscription-meta { display: flex !important; flex-wrap: wrap; gap: 8px !important; align-items: center; }
.customer-subscription-meta .subscription-status { margin-top: 0; }
.customer-subscription-meta small { color: #52636d; font-weight: 700; }
.customer-subscription-price { display: grid !important; flex: 0 0 auto; gap: 1px !important; text-align: right; }
.customer-subscription-price b { color: #12212a; font-size: 1.05rem; }
.customer-subscription-price span { color: #64737b; font-size: .72rem; }
.customer-subscription-title { margin: 16px 0 5px; color: #12212a; font-size: 1.03rem; line-height: 1.35; }
.customer-subscription-next { display: flex; gap: 8px; align-items: baseline; margin: 0; color: #52636d; font-size: .84rem; }
.customer-subscription-next strong { color: #12212a; }
.subscription-payment-history { margin-top: 18px; padding-top: 16px; border-top: 1px solid #cfdce3; }
.subscription-payment-history h3 { margin: 0 0 12px; color: #12212a; font-size: 1rem; }
.subscription-payment-history > div { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; padding: 9px 0; color: #455a65; border-top: 1px solid #e0e8ec; font-size: .8rem; }
.subscription-payment-status { padding: 4px 7px; color: #36474f; background: #e5edf1; border-radius: 999px; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.subscription-payment-status.status-processed { color: #12663d; background: #dff7e9; }
.subscription-payment-status.status-recycling { color: #8a4b00; background: #fff0d6; }
.cancel-subscription-form { display: grid; justify-items: start; gap: 10px; margin-top: 20px; padding-top: 17px; border-top: 1px solid #dbe5e8; }
.cancel-subscription { min-height: 44px; padding: 10px 18px; color: #fff; background: linear-gradient(180deg,#e14e56 0%,#b6232d 72%,#8f1720 100%); border: 1px solid #901b24; border-radius: 11px; box-shadow: 0 5px 0 #74141b,0 10px 18px rgba(143,25,25,.22),inset 0 1px 0 rgba(255,255,255,.35); text-shadow: 0 1px 1px rgba(70,0,0,.35); transform: translateY(0); transition: transform .15s ease,box-shadow .15s ease,filter .15s ease; }
.cancel-subscription:hover,.cancel-subscription:focus-visible { color: #fff; filter: brightness(1.07); outline: 3px solid rgba(190,42,51,.2); outline-offset: 3px; transform: translateY(-1px); box-shadow: 0 6px 0 #74141b,0 12px 22px rgba(143,25,25,.27),inset 0 1px 0 rgba(255,255,255,.4); }
.cancel-subscription:active { transform: translateY(4px); box-shadow: 0 1px 0 #74141b,0 4px 8px rgba(143,25,25,.2),inset 0 1px 0 rgba(255,255,255,.25); }
.cancel-subscription-form small { display: block; max-width: 390px; color: #64737b; font-size: .76rem; line-height: 1.5; }
.subscription-disclosure { display: grid; gap: 5px; padding: 14px; color: #3f2b09; background: #fff3d9; border: 1px solid #f1cc7a; border-radius: 9px; font-size: .82rem; line-height: 1.45; }
.subscription-disclosure a { color: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.payment-choice { display: grid; gap: 10px; margin: 8px 0 0; padding: 16px; border: 1px solid rgba(180, 205, 230, .28); border-radius: 10px; }
.payment-choice legend { padding: 0 6px; font-weight: 800; }
.payment-choice label,.subscription-choice { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: 9px !important; }
.payment-choice input[type="radio"],.subscription-choice input[type="checkbox"] {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    min-height: 0;
    margin: 2px 0 0;
    padding: 0;
    accent-color: #1378ef;
}
.subscription-choice { padding: 14px; border: 1px solid rgba(34, 200, 255, .35); border-radius: 10px; }
.subscription-choice small { display: block; }
.order-license-link,.subscription-license-link { display: flex !important; flex-wrap: wrap; gap: 6px 10px !important; align-items: center; width: fit-content; margin-top: 8px; padding: 8px 11px; color: #315463; background: #eaf7fc; border: 1px solid #bce2f1; border-radius: 9px; }
.order-license-link span,.subscription-license-link span { font-size: .72rem; font-weight: 700; }
.order-license-link strong,.subscription-license-link strong { color: #12212a; font-size: .8rem; }
.subscription-license-link { margin: 12px 0 2px; }
.license-installments { color: #52636d; font-size: .74rem; }
.license-usage-input { display: grid !important; gap: 6px !important; color: inherit; font-size: .82rem; font-weight: 800; }
.license-usage-input textarea { margin: 0; }
.license-usage-input small { color: #9fb0bd; font-size: .72rem; font-weight: 500; line-height: 1.45; }
.license-number-field { display: grid !important; gap: 2px !important; }
.license-number-field small,.license-reference-field small { color: #64737b; font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.license-number-field strong { color: #12212a; font-size: .9rem; }
.license-number-field > span { color: #52636d; font-size: .72rem; font-weight: 700; }
.license-state-row { display: flex !important; flex-wrap: wrap; gap: 6px !important; margin-top: 7px; }
.license-state { display: inline-flex; width: fit-content; padding: 5px 9px; border-radius: 999px; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.license-state-active,.license-access-enabled { color: #12663d; background: #dff7e9; }
.license-state-suspended { color: #9a4b00; background: #fff0d6; }
.license-state-cancelled,.license-access-blocked { color: #8f1919; background: #fdeaea; }
.license-reference-field { display: grid !important; grid-template-columns: 1fr auto; gap: 8px 12px !important; align-items: center; margin-top: 8px; padding: 9px 11px; background: #fff6df; border: 1px solid #efd28c; border-radius: 9px; }
.license-reference-field > span { display: grid; gap: 2px; }
.license-reference-field > span strong { color: #3c2c09; font-size: .82rem; }
.license-reference-field details { position: relative; }
.license-reference-field summary { padding: 6px 9px; color: #176d91; background: #eaf7fc; border: 1px solid #bce2f1; border-radius: 7px; cursor: pointer; list-style: none; font-size: .7rem; font-weight: 800; }
.license-reference-field summary::-webkit-details-marker { display: none; }
.license-reference-field details[open] { grid-column: 1 / -1; width: 100%; }
.license-reference-field details[open] summary { width: fit-content; margin: 0 0 7px auto; }
.license-usage-form { display: grid; grid-template-columns: minmax(180px,1fr) auto; gap: 7px 9px; align-items: end; width: 100%; }
.license-usage-form textarea { width: 100%; min-height: 54px; padding: 8px 10px; color: #3c2c09; background: #fffdf7; border: 1px solid #d9bd78; border-radius: 7px; resize: vertical; }
.license-usage-form .btn { min-height: 38px; padding: 8px 11px; font-size: .72rem; }
.subscription-license-panel { display: grid; gap: 9px; margin: 13px 0 4px; }
.subscription-license-item { display: grid; gap: 4px; padding: 11px; background: #f4fafc; border: 1px solid #c9dfe8; border-radius: 11px; }
.subscription-license-item.pending .license-number-field strong { color: #8a5a00; }
.pending-license-card .license-number-field strong { color: #8a5a00; }
@media (max-width: 560px) { .license-reference-field { grid-template-columns: 1fr; } .license-reference-field details,.license-reference-field details[open] { grid-column: 1; } .license-reference-field summary { width: fit-content; } .license-usage-form { grid-template-columns: 1fr; } .license-usage-form .btn { width: 100%; } }
.transfer-instructions { color: #17442d; background: #e7f8ef; border-color: #96d7b5; }
.account-message { margin-bottom: 18px; padding: 14px 18px; color: #14633d; background: #e7f8ef; border-radius: 8px; }
.account-message.error { color: #8f1919; background: #fdeaea; }
.account-message.verification { display: grid; gap: 5px; padding: 18px 20px; color: #174f68; background: #eaf8ff; border: 1px solid #a9dcf2; border-left: 5px solid #17a9e5; box-shadow: 0 10px 28px rgba(23,109,145,.12); }
.account-message.verification strong { font-size: 1rem; }
.account-message.verification span { line-height: 1.5; }
@media (max-width: 760px) { .account-auth,.account-grid,.account-fields { grid-template-columns: 1fr; } .account-fields .wide { grid-column: auto; } .account-row { flex-direction: column; } .account-row div:last-child { text-align: left; } .account-order-row > div:last-child { justify-items: start; } .account-status-pending,.account-status-paid { justify-self: start; } }
@media (max-width: 760px) { .account-profile-disclosure > summary { align-items: flex-start; padding: 20px; } .account-profile-disclosure > summary strong { font-size: 1.08rem; } .account-profile-disclosure > summary small { display: none; } .account-profile-disclosure > summary b { padding: 7px 10px; font-size: .7rem; } .account-profile-disclosure .account-profile { padding: 22px 20px 26px; } }
@media (max-width: 520px) { .customer-subscription-heading { flex-direction: column; } .customer-subscription-price { text-align: left; } .subscription-payment-history > div { grid-template-columns: 1fr auto; } .subscription-payment-status { grid-column: 1 / -1; justify-self: start; } }

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

img,
svg,
video {
    max-width: 100%;
}

main,
header,
section,
footer,
.hero > *,
.product-detail > *,
.cart-section > * {
    min-width: 0;
    max-width: 100%;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px clamp(18px, 4vw, 56px);
    background: rgba(247, 250, 249, .88);
    border-bottom: 1px solid rgba(219, 229, 232, .85);
    backdrop-filter: blur(18px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-logo {
    display: block;
    width: clamp(118px, 14vw, 168px);
    height: auto;
    flex: 0 0 auto;
}

.brand small,
.muted {
    display: block;
    color: var(--muted);
}

.nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: 700;
}

.mobile-nav-toggle {
    display: none;
}

.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
}

.nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
}

.nav-trigger::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.nav-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 30;
    display: grid;
    min-width: 230px;
    overflow: hidden;
    padding: 6px 0;
    color: #f7faf9;
    background: rgba(17, 24, 39, .96);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition: opacity .18s ease, transform .18s ease;
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.nav-menu a {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: .88rem;
    text-transform: uppercase;
}

.nav-menu a:last-child {
    border-bottom: 0;
}

.nav-menu a:hover,
.nav-menu a:focus {
    color: var(--teal);
    background: rgba(255, 255, 255, .08);
}

.cart-pill,
.btn,
.theme-toggle {
    border-radius: 999px;
}

.cart-pill {
    padding: 10px 14px;
    color: var(--white);
    background: var(--ink);
}

.theme-toggle {
    min-height: 38px;
    padding: 8px 13px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    font-weight: 800;
}

.notice {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 20;
    max-width: 360px;
    padding: 14px 18px;
    color: var(--white);
    background: var(--navy);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.notice.error {
    background: #9f1d1d;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: clamp(28px, 6vw, 80px);
    align-items: center;
    min-height: calc(100vh - 80px);
    padding: clamp(38px, 7vw, 88px) clamp(18px, 5vw, 72px);
    background:
        radial-gradient(circle at 92% 18%, rgba(42, 169, 224, .22), transparent 28%),
        linear-gradient(135deg, #eef8fc 0%, #ffffff 48%, #edf3fb 100%);
}

:root[data-theme="dark"] .hero {
    background:
        radial-gradient(circle at 92% 18%, rgba(50, 184, 238, .18), transparent 28%),
        linear-gradient(135deg, #101f29 0%, #0c141b 48%, #111827 100%);
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--teal);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

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

h1 {
    max-width: 820px;
    margin-bottom: 22px;
    font-size: clamp(2.6rem, 6vw, 6.8rem);
    line-height: .94;
    overflow-wrap: anywhere;
}

h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    overflow-wrap: anywhere;
}

.hero-copy > p:not(.eyebrow) {
    max-width: 680px;
    color: var(--muted);
    font-size: 1.16rem;
    line-height: 1.7;
}

.hero-actions,
.section-head,
.product-foot,
.cart-total,
footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.btn,
button {
    border: 0;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
}

.primary {
    color: var(--white);
    background: var(--coral);
    box-shadow: 0 14px 30px rgba(42, 169, 224, .28);
}

.ghost {
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
}

.ghost.dark {
    background: transparent;
}

.hero-panel {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 26px;
    color: var(--white);
    background:
        linear-gradient(160deg, rgba(0, 135, 199, .88), rgba(17, 24, 39, .96)),
        repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, .06) 18px 19px);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.scanner {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(215, 240, 255, .22), transparent);
    animation: scan 5s ease-in-out infinite;
}

@keyframes scan {
    0%, 100% { transform: translateY(-48%); }
    50% { transform: translateY(48%); }
}

.metric,
.feature-card {
    position: relative;
    margin-bottom: 16px;
    padding: 18px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
}

.metric {
    display: flex;
    justify-content: space-between;
}

.metric span,
.feature-card small {
    color: rgba(255, 255, 255, .76);
}

.metric b {
    font-size: 2rem;
}

.metric.strong {
    margin-top: 120px;
    background: rgba(255, 255, 255, .22);
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 130px;
}

.feature-card span {
    width: 54px;
    height: 54px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: inset 0 -14px 0 rgba(0, 135, 199, .16);
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
}

.trust-strip span {
    padding: 22px;
    text-align: center;
    font-weight: 800;
    background: var(--white);
}

.section,
.cart-section,
.software-band,
.visual-categories {
    padding: clamp(50px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.visual-categories {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 52px);
    background: var(--white);
}

.visual-categories article {
    display: grid;
    align-content: start;
    gap: 18px;
}

.visual-categories img {
    width: 100%;
    aspect-ratio: 1.42;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(18, 33, 42, .1);
}

.visual-categories h2 {
    margin-bottom: 0;
    font-size: clamp(2.1rem, 4vw, 3.35rem);
    line-height: .98;
}

.visual-categories p {
    max-width: 46ch;
    color: var(--muted);
    line-height: 1.65;
}

.dark-pill {
    justify-self: start;
    color: var(--white);
    background: var(--ink);
}

.search {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 160px 96px;
    gap: 10px;
    width: min(100%, 620px);
}

input,
select,
textarea {
    min-width: 0;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    font: inherit;
}

textarea {
    min-height: 112px;
    padding: 13px 14px;
    resize: vertical;
}

.search button,
.add {
    color: var(--white);
    background: var(--teal);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.product-card {
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 33, 42, .07);
}

.product-art {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 190px;
    background: linear-gradient(135deg, #dff4ff, #fff 55%, #e8edf3);
}

:root[data-theme="dark"] .product-art {
    background: linear-gradient(135deg, #132938, #121f28 55%, #0f1720);
}

.product-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-art:has(img)::after {
    display: none;
}

.product-art::after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 24px;
    width: 120px;
    height: 120px;
    border: 18px solid rgba(18, 33, 42, .78);
    border-radius: 50%;
    box-shadow: -44px -20px 0 -20px var(--coral), -72px 34px 0 -28px var(--teal);
}

.product-art.software::after {
    width: 150px;
    height: 96px;
    border-radius: 8px;
}

.product-art.printer::after,
.product-art.cnc::after,
.product-art.workstation::after {
    width: 150px;
    height: 100px;
    border-radius: 10px;
}

.product-art.filament::after,
.product-art.scanner3d::after {
    border-width: 24px;
}

.product-art span {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    padding: 8px 10px;
    color: var(--ink);
    font-weight: 800;
    background: var(--lime);
    border-radius: 999px;
}

.product-info {
    padding: 20px;
    overflow-wrap: anywhere;
}

.product-info h3 a:hover {
    color: var(--teal);
}

.product-info > p:first-child {
    color: var(--teal);
    font-weight: 800;
}

.product-info > p {
    color: var(--muted);
    line-height: 1.55;
}

.product-foot {
    margin: 18px 0;
}

.product-foot strong {
    font-size: 1.35rem;
}

.product-recurring {
    display: block;
    margin: -8px 0 16px;
    color: var(--muted);
    font-weight: 800;
}

.product-more {
    display: inline-flex;
    justify-content: center;
}

.product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: clamp(24px, 4vw, 52px);
    margin: 28px 0 48px;
    padding: clamp(20px, 4vw, 42px);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.product-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-content: start;
}

.product-gallery img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--line);
}

.product-gallery img.main {
    grid-column: 1 / -1;
    aspect-ratio: 1.6;
}

.product-detail-copy h2 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: .96;
}

.product-lead {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.subscription-callout {
    display: grid;
    gap: 6px;
    margin: 22px 0;
    padding: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--navy), var(--teal));
    border-radius: 8px;
}

.subscription-callout strong {
    font-size: 1.1rem;
}

.subscription-callout span {
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
}

.product-conditions {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-conditions li {
    position: relative;
    padding-left: 25px;
    color: var(--muted);
    line-height: 1.55;
}

.product-conditions li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--teal);
    font-weight: 900;
}

.detail-price {
    display: grid;
    gap: 5px;
    margin: 24px 0;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.detail-price.compact {
    margin-top: -8px;
}

.detail-price span,
.detail-price small {
    color: var(--muted);
}

.detail-price strong {
    font-size: 1.8rem;
}

.detail-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.detail-actions form {
    margin: 0;
}

.software-band {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 32px;
    align-items: center;
    color: var(--white);
    background: var(--navy);
}

.software-band p:not(.eyebrow) {
    max-width: 760px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.7;
}

.software-grid,
.service-list {
    display: grid;
    gap: 14px;
}

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

.software-grid span,
.service-list article {
    padding: 22px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    font-weight: 800;
}

.service-list {
    grid-template-columns: repeat(3, 1fr);
}

.service-list article {
    background: var(--white);
    border-color: var(--line);
}

.service-list span {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-weight: 400;
    line-height: 1.6;
}

.cart-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 24px;
    background: #edf6fb;
}

:root[data-theme="dark"] .cart-section {
    background: #0f1c25;
}

.cart-table,
.checkout {
    display: grid;
    gap: 12px;
}

.cart-row {
    display: grid;
    grid-template-columns: 1fr 92px 120px;
    gap: 12px;
    align-items: center;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.cart-row span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.cart-row input {
    text-align: center;
}

.cart-total {
    padding: 16px 0;
    font-size: 1.25rem;
}

.checkout {
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.checkout button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.mp-button {
    min-height: 48px;
    color: #fff;
    background: #009ee3;
    border-radius: 8px;
    font-weight: 800;
}

.checkout small {
    color: var(--muted);
    line-height: 1.45;
}

.regional-license-public-page {
    background: #f4f8fb;
}

:root[data-theme="dark"] .regional-license-public-page {
    background: #0c141b;
}

.regional-license-public-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px clamp(18px, 5vw, 72px);
    background: rgba(244, 248, 251, .9);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

:root[data-theme="dark"] .regional-license-public-header {
    background: rgba(12, 20, 27, .9);
}

.regional-license-public-header strong,
.regional-license-footer strong {
    font-size: 1.05rem;
    letter-spacing: .08em;
}

.regional-license-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
    gap: clamp(28px, 6vw, 76px);
    align-items: center;
    min-height: calc(100vh - 78px);
    padding: clamp(42px, 7vw, 90px) clamp(18px, 5vw, 72px);
    background: linear-gradient(135deg, #f6fbfd 0%, #ffffff 52%, #e9f4f9 100%);
}

:root[data-theme="dark"] .regional-license-hero {
    background: linear-gradient(135deg, #101f29 0%, #0c141b 52%, #142633 100%);
}

.regional-license-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(3.2rem, 6.4vw, 6.4rem);
    line-height: .96;
}

.regional-license-hero-copy > p:not(.eyebrow) {
    max-width: 640px;
    color: var(--muted);
    font-size: 1.14rem;
    line-height: 1.75;
}

.regional-license-product-visual {
    display: grid;
    place-items: center;
    min-height: 520px;
    padding: clamp(24px, 5vw, 54px);
    background:
        linear-gradient(145deg, rgba(18, 33, 42, .08), rgba(42, 169, 224, .15)),
        var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.regional-license-product-visual img {
    width: min(100%, 560px);
    max-height: 420px;
    object-fit: contain;
}

.regional-license-info-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
}

.regional-license-info-band article {
    display: grid;
    gap: 8px;
    padding: clamp(24px, 4vw, 42px);
    background: var(--white);
}

.regional-license-info-band span {
    color: var(--teal);
    font-weight: 800;
}

.regional-license-info-band strong {
    font-size: 1.15rem;
}

.regional-license-info-band p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.regional-license-checkout-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: clamp(24px, 5vw, 64px);
    align-items: start;
    padding: clamp(50px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.regional-license-summary {
    min-width: 0;
}

.regional-license-summary h2 {
    max-width: 760px;
}

.regional-license-summary > p:not(.eyebrow) {
    max-width: 720px;
    color: var(--muted);
    line-height: 1.7;
}

.regional-license-checkout label {
    display: grid;
    gap: 7px;
    color: var(--muted);
    font-size: .92rem;
    font-weight: 800;
}

.regional-license-footer {
    background: #101820;
}

/* Licencias regionales: presentación inspirada en el showroom EXOCAD. */
.rl-showcase {
    --rl-bg: #050916;
    --rl-panel: #0b1122;
    --rl-line: rgba(151, 169, 215, .2);
    --rl-purple: #853cff;
    --rl-text: #f7f8ff;
    --rl-muted: #aeb8d2;
    color: var(--rl-text);
    background:
        radial-gradient(circle at 73% 18%, rgba(79, 39, 190, .25), transparent 28rem),
        linear-gradient(180deg, #050814, #070d1c 65%, #050916);
}

.rl-showcase .rl-header {
    min-height: 76px;
    padding: 12px clamp(22px, 3.5vw, 58px);
    color: var(--rl-text);
    background: rgba(3, 6, 15, .92);
    border-color: var(--rl-line);
}

.rl-brand,
.rl-nav,
.rl-header-actions,
.rl-brand span {
    display: flex;
    align-items: center;
}

.rl-brand { gap: 24px; }
.rl-brand img { width: 132px; height: auto; }
.rl-brand span { color: #d5daea; font-size: .76rem; white-space: nowrap; }
.rl-nav { gap: clamp(18px, 2.4vw, 40px); margin-left: auto; }
.rl-nav a { color: #d8ddec; font-size: .82rem; }
.rl-nav a:hover { color: #fff; }
.rl-header-actions { gap: 12px; margin-left: 28px; }
.rl-header-actions .btn { min-height: 42px; padding: 0 18px; font-size: .82rem; }
.rl-showcase .btn.primary { color: #fff; background: linear-gradient(135deg, #8b32ed, #4d1aae); border-color: #914cff; }
.rl-showcase .btn.ghost { color: #fff; background: rgba(6, 10, 24, .7); border-color: rgba(221, 227, 255, .45); }

.rl-showcase .rl-hero {
    min-height: 0;
    padding: clamp(56px, 6vw, 88px) clamp(28px, 5vw, 76px) 42px;
    background:
        linear-gradient(90deg, rgba(5, 9, 22, .98) 0%, rgba(6, 10, 28, .75) 48%, rgba(19, 8, 63, .5) 100%),
        radial-gradient(circle at 70% 70%, rgba(120, 42, 255, .28), transparent 30%);
    border-bottom: 1px solid var(--rl-line);
}

.rl-showcase .rl-hero h1 { margin: 8px 0 20px; font-size: clamp(3.2rem, 5.7vw, 6.1rem); line-height: .9; letter-spacing: -.06em; }
.rl-showcase .rl-hero h1 span { font-size: .72em; letter-spacing: -.045em; }
.rl-showcase .eyebrow { color: #bb77ff; }
.rl-showcase .regional-license-hero-copy > p:not(.eyebrow) { color: var(--rl-muted); font-size: 1.05rem; line-height: 1.55; }
.rl-showcase .regional-license-product-visual {
    min-height: 380px;
    padding: 14px;
    background: radial-gradient(circle, rgba(118, 43, 255, .22), transparent 63%);
    border: 0;
    box-shadow: none;
}
.rl-showcase .regional-license-product-visual img { width: 100%; max-height: 390px; filter: drop-shadow(0 26px 32px rgba(90, 28, 220, .35)); }
.rl-hero-benefits { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; border: 1px solid var(--rl-line); border-radius: 12px; }
.rl-hero-benefits span { padding: 18px 14px; color: #d7dcef; font-size: .78rem; text-align: center; border-right: 1px solid var(--rl-line); }
.rl-hero-benefits span:last-child { border: 0; }

.rl-license-section { padding: 30px clamp(28px, 4.5vw, 72px) 34px; }
.rl-section-title { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; margin: 0 auto 28px; }
.rl-section-title span { height: 1px; background: linear-gradient(90deg, transparent, #7730e8); }
.rl-section-title span:last-child { background: linear-gradient(90deg, #7730e8, transparent); }
.rl-section-title h2 { margin: 0; color: #d9dcef; font-size: .82rem; letter-spacing: .2em; text-align: center; text-transform: uppercase; }
.rl-license-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.rl-license-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 20px; overflow: hidden; background: linear-gradient(155deg, rgba(14, 23, 45, .96), rgba(7, 12, 25, .98)); border: 1px solid var(--rl-line); border-radius: 16px; }
.rl-license-card.active { border-color: #954cff; box-shadow: 0 0 0 1px #7129dd, 0 15px 50px rgba(92, 27, 202, .22); }
.rl-license-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: #4aa35e; }
.rl-card-1::before { background: #853cff; }.rl-card-2::before { background: #1471df; }.rl-card-3::before { background: #dd741d; }
.rl-card-kicker { margin-bottom: 12px; color: #d8dcef; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.rl-license-card img { width: 100%; height: 150px; margin-bottom: 12px; object-fit: contain; filter: drop-shadow(0 14px 20px rgba(0, 0, 0, .38)); }
.rl-license-card h3 { margin: 0 0 10px; color: #fff; font-size: 1.45rem; line-height: 1.1; }
.rl-license-card > p { min-height: 48px; margin: 0 0 12px; color: var(--rl-muted); font-size: .8rem; line-height: 1.45; }
.rl-license-card ul { min-height: 78px; margin: 0 0 16px; padding: 0; list-style: none; }
.rl-license-card li { margin: 6px 0; color: #c8d0e4; font-size: .74rem; line-height: 1.35; }
.rl-license-card li::before { content: "✓"; margin-right: 7px; color: #9c5cff; }
.rl-card-price { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; border-top: 1px solid var(--rl-line); }
.rl-card-price small { color: var(--rl-muted); }.rl-card-price strong { color: #fff; font-size: 1rem; }
.rl-card-monthly { display: flex; align-items: baseline; gap: 5px; margin: 8px 0 16px; }
.rl-card-monthly strong { color: #b76bff; font-size: 1.45rem; }.rl-card-monthly span { color: var(--rl-muted); font-size: .78rem; }
.rl-license-card .btn { justify-content: space-between; margin-top: auto; color: #fff; background: transparent; border-color: rgba(145, 76, 255, .65); }
.rl-featured { position: absolute; top: 0; right: 0; padding: 8px 12px; color: #fff; background: #7130d4; font-size: .64rem; font-weight: 800; text-transform: uppercase; }

.rl-trust-band { display: grid; grid-template-columns: repeat(3, 1fr) 1.35fr; gap: 14px; padding: 0 clamp(28px, 4.5vw, 72px) 36px; }
.rl-trust-band article,.rl-trust-band a { display: grid; gap: 5px; padding: 20px; color: #fff; background: rgba(12, 19, 38, .9); border: 1px solid var(--rl-line); border-radius: 14px; }
.rl-trust-band a { background: linear-gradient(135deg, #3e167c, #25104e); }
.rl-trust-band strong { font-size: .88rem; }.rl-trust-band span { color: var(--rl-muted); font-size: .72rem; }
.rl-showcase .regional-license-checkout-section { margin: 20px clamp(28px, 4.5vw, 72px) 56px; padding: clamp(34px, 5vw, 64px); background: rgba(9, 16, 33, .92); border: 1px solid var(--rl-line); border-radius: 18px; }
.rl-showcase .regional-license-summary > p:not(.eyebrow),.rl-showcase .regional-license-checkout label,.rl-showcase .checkout small { color: var(--rl-muted); }
.rl-showcase .checkout { background: rgba(4, 8, 19, .72); border-color: var(--rl-line); }
.rl-showcase .checkout input,.rl-showcase .checkout textarea { color: #fff; background: #0a1123; border-color: var(--rl-line); }
.rl-showcase .regional-license-footer { color: #fff; border-top: 1px solid var(--rl-line); }

@media (max-width: 1120px) {
    .rl-nav { display: none; }
    .rl-license-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .rl-brand span,.rl-header-actions .rl-whatsapp { display: none; }
    .rl-brand img { width: 112px; }
    .rl-header-actions { margin-left: auto; }
    .rl-showcase .rl-hero { padding-top: 42px; }
    .rl-showcase .rl-hero h1 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
    .rl-hero-benefits { grid-template-columns: repeat(2, 1fr); }
    .rl-hero-benefits span:nth-child(2) { border-right: 0; }.rl-hero-benefits span:nth-child(-n+2) { border-bottom: 1px solid var(--rl-line); }
    .rl-license-grid,.rl-trust-band { grid-template-columns: 1fr; }
    .rl-section-title { grid-template-columns: 1fr; }.rl-section-title > span { display: none; }
    .rl-showcase .regional-license-checkout-section { margin-inline: 18px; padding: 24px 18px; }
}

.catalog-first {
    min-height: calc(100vh - 78px);
    padding-top: clamp(28px, 4vw, 48px);
}

.catalog-first .section-head {
    align-items: flex-end;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.catalog-first h1 {
    margin-bottom: 10px;
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: .92;
}

.catalog-first .section-head p:not(.eyebrow) {
    max-width: 720px;
    margin: 0;
    color: rgba(226, 239, 255, .74);
    font-size: 1.05rem;
    line-height: 1.55;
}

.catalog-first .license-catalog-section-head {
    align-items: center;
}

.license-catalog-heading {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.2vw, 34px);
    min-width: 0;
}

.license-catalog-logo {
    flex: 0 0 auto;
    width: clamp(160px, 13vw, 220px);
    height: auto;
    border-radius: 6px;
}

.catalog-first .license-catalog-heading h1 {
    max-width: none;
    margin-bottom: 8px;
    font-size: clamp(2.15rem, 2.8vw, 3.4rem);
    line-height: 1;
    overflow-wrap: normal;
    white-space: nowrap;
}

.catalog-first .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.catalog-first .product-art {
    min-height: 330px;
}

.catalog-first .product-art:has(img) {
    min-height: 0;
}

.catalog-first .product-art img {
    position: static;
    height: auto;
    object-fit: contain;
}

.catalog-first .product-gallery img {
    object-fit: contain;
    background: #0d1328;
}

.catalog-first .product-info {
    display: grid;
    align-content: start;
}

.catalog-first .product-info > p:nth-of-type(2) {
    min-height: 76px;
}

body:not(.payment-result-page) {
    background:
        radial-gradient(circle at 18% 12%, rgba(0, 135, 199, .24), transparent 28%),
        radial-gradient(circle at 84% 20%, rgba(220, 24, 214, .18), transparent 26%),
        linear-gradient(180deg, #070a16 0%, #0b1023 46%, #071018 100%);
}

.topbar,
.regional-license-public-header {
    color: #f8fbff;
    background: rgba(5, 8, 20, .82);
    border-bottom-color: rgba(59, 130, 246, .22);
}

.brand small,
.muted {
    color: rgba(226, 239, 255, .68);
}

.hero,
.exocad-license-hero {
    color: #f8fbff;
    background:
        linear-gradient(90deg, rgba(4, 8, 21, .92), rgba(7, 10, 22, .66)),
        radial-gradient(circle at 75% 30%, rgba(220, 24, 214, .22), transparent 26%),
        radial-gradient(circle at 20% 72%, rgba(0, 135, 199, .32), transparent 26%),
        #070a16;
}

.hero-copy > p:not(.eyebrow),
.regional-license-hero-copy > p:not(.eyebrow),
.software-band p:not(.eyebrow),
.regional-license-summary > p:not(.eyebrow) {
    color: rgba(226, 239, 255, .78);
}

.eyebrow {
    color: #22c8ff;
}

.hero h1,
.regional-license-hero h1 {
    color: #fff;
    text-shadow: 0 0 30px rgba(220, 24, 214, .22);
}

.hero h1::first-line,
.regional-license-hero h1::first-line {
    color: #fff;
}

.primary,
.search button,
.add {
    color: #fff;
    background: linear-gradient(135deg, #15a7ff, #d918d6);
    box-shadow: 0 14px 34px rgba(217, 24, 214, .25);
}

.ghost,
.theme-toggle,
.mobile-nav-toggle {
    color: #f8fbff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .18);
}

.trust-strip,
.section,
.services {
    color: #f8fbff;
    background: #090e1f;
}

.trust-strip {
    border-top: 1px solid rgba(34, 200, 255, .2);
    border-bottom: 1px solid rgba(217, 24, 214, .18);
}

.trust-strip span,
.product-card,
.product-detail,
.service-list article,
.checkout,
.regional-license-info-band article {
    color: #f8fbff;
    background: rgba(255, 255, 255, .055);
    border-color: rgba(255, 255, 255, .12);
}

.product-card,
.product-detail,
.checkout,
.regional-license-product-visual,
.exocad-bundle-strip a {
    box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.product-art,
.exocad-license-visual {
    background:
        linear-gradient(145deg, rgba(20, 28, 59, .82), rgba(7, 10, 22, .96)),
        radial-gradient(circle at 72% 24%, rgba(217, 24, 214, .28), transparent 28%);
}

.product-art img {
    object-fit: cover;
}

.product-art span {
    color: #fff;
    background: rgba(217, 24, 214, .9);
}

.product-info > p,
.product-lead,
.product-conditions li,
.detail-price span,
.detail-price small,
.service-list span,
.checkout small,
.regional-license-checkout label {
    color: rgba(226, 239, 255, .72);
}

.product-info > p:first-child,
.product-info h3 a:hover,
.product-conditions li::before {
    color: #22c8ff;
}

.product-buy {
    margin-top: 10px;
}

.software-band,
.regional-license-footer {
    background:
        linear-gradient(135deg, rgba(7, 10, 22, .98), rgba(17, 24, 39, .92)),
        radial-gradient(circle at 88% 20%, rgba(217, 24, 214, .2), transparent 24%);
}

.search {
    grid-template-columns: minmax(180px, 1fr) 110px;
}

.exocad-bundle-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: clamp(24px, 4vw, 42px) clamp(18px, 5vw, 72px);
    background: #070a16;
}

.exocad-bundle-strip a {
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 14px;
    color: #f8fbff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
}

.exocad-bundle-strip a.active {
    border-color: rgba(217, 24, 214, .8);
    box-shadow: 0 0 0 1px rgba(217, 24, 214, .42), 0 24px 70px rgba(0, 0, 0, .32);
}

.exocad-bundle-strip img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    background: #0d1328;
}

.exocad-bundle-strip strong,
.exocad-bundle-strip span {
    overflow-wrap: anywhere;
}

.exocad-bundle-strip span {
    color: rgba(226, 239, 255, .72);
    line-height: 1.45;
}

.regional-license-checkout-section {
    color: #f8fbff;
    background: #090e1f;
}

.regional-license-product-visual {
    border-color: rgba(255, 255, 255, .14);
}

.mp-button {
    background: linear-gradient(135deg, #15a7ff, #d918d6);
}

.payment-result-page {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 24px;
    background: radial-gradient(circle at 50% 15%,#edf9ff 0%,#e8f0f4 42%,#dce7ec 100%);
}

.payment-result {
    display: grid;
    justify-items: center;
    gap: 12px;
    width: min(100%, 620px);
    padding: clamp(28px,5vw,46px);
    text-align: center;
    color: #263842;
    background: #fff;
    border: 1px solid #cbdbe3;
    border-top: 5px solid #d7a20c;
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(25,52,66,.18);
}

.payment-result.success {
    border-top-color: #0f8f66;
}

.payment-result.failure {
    border-top-color: #b42318;
}

.payment-result-icon { display: grid; width: 70px; height: 70px; place-items: center; margin-bottom: 2px; color: #936500; background: #fff3ce; border: 1px solid #efd486; border-radius: 50%; box-shadow: 0 9px 22px rgba(147,101,0,.15); font-size: 2rem; font-weight: 900; }
.payment-result.success .payment-result-icon { color: #fff; background: linear-gradient(145deg,#24b37b,#08734f); border-color: #08734f; box-shadow: 0 10px 24px rgba(15,143,102,.25); }
.payment-result.failure .payment-result-icon { color: #fff; background: linear-gradient(145deg,#e15a50,#a51f18); border-color: #a51f18; }
.payment-result .eyebrow { margin: 2px 0 0; color: #0087c7; font-size: .76rem; letter-spacing: .16em; }
.payment-result h1 { max-width: 100%; margin: 0; color: #12212a; font-size: clamp(2rem,6vw,3.2rem); line-height: 1.04; letter-spacing: -.04em; overflow-wrap: normal; word-break: normal; }
.payment-result-message { max-width: 480px; margin: 4px 0; color: #52636d; font-size: 1rem; line-height: 1.6; }
.payment-operation { display: inline-flex; gap: 8px; align-items: center; margin-top: 3px; padding: 8px 12px; color: #52636d; background: #f2f6f8; border: 1px solid #dbe5e8; border-radius: 999px; font-size: .76rem; }
.payment-operation strong { color: #263842; }
.payment-subscription-step { display: grid; grid-template-columns: 1fr auto; gap: 14px 18px; align-items: center; width: 100%; margin-top: 12px; padding: 18px; text-align: left; background: linear-gradient(145deg,#eef9ff,#f8f2ff); border: 1px solid #bcdced; border-radius: 14px; }
.payment-subscription-step > div { display: grid; gap: 4px; }
.payment-subscription-step strong { color: #12212a; }
.payment-subscription-step span { color: #52636d; font-size: .8rem; line-height: 1.45; }
.payment-subscription-step .btn { min-height: 44px; margin: 0; padding: 10px 17px; white-space: nowrap; border-radius: 10px; }
.payment-result .payment-back { min-height: 42px; margin-top: 4px; padding: 9px 16px; color: #315463; background: transparent; border: 1px solid #b8cad3; border-radius: 9px; }
.payment-result .payment-back:hover,.payment-result .payment-back:focus-visible { color: #fff; background: #315463; }
.subscription-result { width: min(100%,680px); gap: 14px; padding: clamp(32px,5vw,52px); }
.subscription-result h1 { max-width: 560px; font-size: clamp(2.15rem,4.5vw,2.85rem); line-height: 1.08; text-wrap: balance; }
.subscription-result .payment-result-message { margin-top: 2px; }
.subscription-result-date { display: inline-grid; grid-template-columns: auto auto; gap: 6px 14px; align-items: baseline; margin: 4px 0 2px; padding: 10px 16px; color: #52636d; background: #f2f8f6; border: 1px solid #c9e2d8; border-radius: 12px; }
.subscription-result-date strong { color: #08734f; font-size: 1.05rem; }
.subscription-result-action { min-width: 190px; margin-top: 4px; }
@media (max-width: 560px) { .payment-result-page { padding: 14px; } .payment-result { padding: 26px 18px; } .payment-subscription-step { grid-template-columns: 1fr; text-align: center; } .payment-subscription-step .btn { width: 100%; } .payment-operation { flex-direction: column; gap: 2px; border-radius: 12px; } }
@media (max-width: 560px) { .subscription-result { gap: 12px; padding: 28px 20px; } .subscription-result h1 { font-size: clamp(2rem,11vw,2.55rem); } .subscription-result-date { grid-template-columns: 1fr; gap: 2px; width: 100%; } .subscription-result-action { width: 100%; } }

footer {
    flex-wrap: wrap;
    padding: 24px clamp(18px, 5vw, 72px);
    color: var(--white);
    background: var(--ink);
}

.footer-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 18px;
    color: #fff;
    background: #25d366;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(37, 211, 102, .22);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color .2s ease, transform .2s ease;
}

.footer-whatsapp:hover {
    color: #fff;
    background: #1fbd5b;
    transform: translateY(-2px);
}

.footer-whatsapp img {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

@media (max-width: 980px) {
    .topbar {
        flex-wrap: wrap;
        gap: 14px;
    }

    .nav {
        flex: 1 1 100%;
        justify-content: center;
    }

    .hero,
    .software-band,
    .cart-section,
    .product-detail,
    .regional-license-hero,
    .regional-license-checkout-section {
        grid-template-columns: 1fr;
    }

    .product-grid,
    .service-list,
    .visual-categories,
    .regional-license-info-band,
    .exocad-bundle-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .hero {
        min-height: auto;
    }

    .hero-panel {
        min-height: 460px;
    }

    .regional-license-hero {
        min-height: auto;
    }

    .regional-license-product-visual {
        min-height: 380px;
    }

    .cart-section {
        align-items: start;
    }

    .checkout {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .topbar,
    .hero-actions,
    footer {
        align-items: stretch;
    }

    .topbar {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 12px 16px;
        width: 100%;
        max-width: 100vw;
    }

    .brand-logo {
        width: 118px;
    }

    .brand span {
        display: none;
    }

    .mobile-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        min-width: 48px;
        min-height: 44px;
        padding: 8px 10px;
        color: var(--ink);
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: 8px;
    }

    .mobile-nav-toggle span {
        display: block;
        width: 4px;
        height: 4px;
        background: currentColor;
        border-radius: 50%;
    }

    .mobile-nav-toggle b {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .nav {
        display: none;
        grid-column: 1 / -1;
        align-items: stretch;
        width: 100%;
        padding-top: 6px;
        gap: 6px;
    }

    .nav.is-open {
        display: grid;
    }

    .nav > a,
    .nav > button,
    .nav .cart-pill,
    .nav .theme-toggle,
    .nav-trigger {
        justify-content: center;
        width: 100%;
        min-height: 44px;
        text-align: center;
    }

    .nav-dropdown,
    .nav-trigger {
        width: 100%;
    }

    .nav-menu {
        position: static;
        width: 100%;
        max-height: 210px;
        margin-top: 4px;
        overflow-y: auto;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .nav-menu a {
        padding: 11px 14px;
        text-align: center;
    }

    .hero {
        min-height: auto;
        padding-top: 42px;
        width: 100%;
    }

    .hero-panel {
        min-height: 380px;
        padding: 18px;
    }

    .metric.strong {
        margin-top: 78px;
    }

    .feature-card {
        margin-top: 72px;
    }

    h1 {
        font-size: clamp(2.35rem, 14vw, 4rem);
    }

    h2 {
        font-size: clamp(1.85rem, 10vw, 2.8rem);
    }

    .hero-copy > p:not(.eyebrow) {
        font-size: 1rem;
        overflow-wrap: anywhere;
    }

    .hero-actions,
    .detail-actions {
        display: grid;
        width: 100%;
    }

    .hero-actions .btn,
    .detail-actions .btn,
    .detail-actions form,
    .detail-actions form button {
        width: 100%;
    }

    .notice {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
    }

    .trust-strip,
    .product-grid,
    .service-list,
    .visual-categories,
    .regional-license-info-band,
    .exocad-bundle-strip,
    .software-grid,
    .search,
    .cart-row {
        grid-template-columns: 1fr;
    }

    .section,
    .cart-section,
    .software-band,
    .visual-categories,
    .regional-license-hero,
    .regional-license-checkout-section {
        padding: 42px 16px;
    }

    .regional-license-public-header {
        padding: 12px 16px;
    }

    .regional-license-public-header .btn {
        min-height: 40px;
        padding: 9px 12px;
    }

    .regional-license-hero h1 {
        font-size: clamp(2.5rem, 13vw, 4rem);
    }

    .regional-license-product-visual {
        min-height: 290px;
        padding: 18px;
    }

    .section-head {
        gap: 18px;
    }

    .catalog-first {
        min-height: auto;
    }

    .catalog-first .section-head {
        align-items: flex-start;
    }

    .catalog-first h1 {
        font-size: clamp(2.25rem, 12vw, 3.7rem);
    }

    .license-catalog-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .license-catalog-logo {
        width: 170px;
    }

    .catalog-first .license-catalog-heading h1 {
        font-size: clamp(2rem, 10vw, 2.8rem);
        white-space: normal;
    }

    .catalog-first .product-grid {
        grid-template-columns: 1fr;
    }

    .search {
        width: 100%;
    }

    .product-grid {
        gap: 14px;
    }

    .product-art {
        min-height: 220px;
    }

    .product-detail {
        margin: 20px 0 34px;
        padding: 16px;
    }

    .product-gallery {
        grid-template-columns: 1fr;
    }

    .product-gallery img.main {
        grid-column: auto;
    }

    .product-gallery img,
    .product-gallery img.main {
        aspect-ratio: 1.35;
    }

    .product-detail-copy h2 {
        font-size: 2.25rem;
    }

    .product-foot,
    .cart-total {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .cart-row {
        gap: 10px;
    }

    .cart-row input {
        max-width: 120px;
    }

    .checkout,
    .payment-result {
        padding: 20px;
    }

    .checkout button,
    .cart-table button {
        width: 100%;
    }

    footer {
        gap: 8px;
        font-size: .9rem;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 390px) {
    .brand-logo {
        width: 104px;
    }

    .hero-panel {
        min-height: 350px;
    }

    .metric {
        gap: 8px;
        padding: 14px;
    }

    .metric b {
        font-size: 1.5rem;
    }

    .feature-card {
        padding: 14px;
    }
}

/* Ajuste final del showroom: estas reglas deben quedar al final para aislarlo del tema general. */
.rl-showcase { overflow-x: hidden; }
.rl-showcase .rl-header {
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 64px;
    padding: 9px max(28px, calc((100vw - 1440px) / 2 + 28px));
    background: rgba(3, 6, 16, .96);
    border-bottom: 1px solid rgba(137, 82, 232, .22);
}
.rl-showcase .rl-brand { gap: 18px; }
.rl-showcase .rl-brand img { width: 118px; }
.rl-showcase .rl-brand span { font-size: .68rem; }
.rl-showcase .rl-nav { gap: clamp(17px, 1.8vw, 30px); }
.rl-showcase .rl-nav a { font-size: .72rem; }
.rl-showcase .rl-header-actions { margin-left: 22px; }
.rl-showcase .rl-header-actions .btn { min-height: 38px; padding-inline: 16px; }
.rl-showcase .rl-whatsapp { gap: 9px; }
.rl-showcase .rl-whatsapp::before { content: ""; flex: 0 0 16px; width: 16px; height: 16px; background: url("img/whatsapp.svg") center/contain no-repeat; filter: brightness(0) invert(1); }
.rl-showcase .rl-header-actions .btn.primary::before { content: "🛒"; margin-right: 7px; font-size: .85rem; }

.rl-showcase .rl-hero {
    grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr);
    gap: 28px;
    width: min(100%, 1440px);
    min-height: 405px;
    margin: 0 auto;
    padding: 42px 28px 22px;
    background:
        linear-gradient(90deg, rgba(5, 9, 22, .98), rgba(5, 9, 24, .64)),
        radial-gradient(circle at 69% 68%, rgba(119, 34, 255, .34), transparent 30%);
}
.rl-showcase .rl-hero h1 { margin: 5px 0 15px; font-size: clamp(3.35rem, 4.4vw, 5rem); line-height: .92; }
.rl-showcase .rl-hero-title { display: flex; width: max-content; max-width: 100%; flex-direction: column; align-items: center; }
.rl-showcase .rl-hero-title .eyebrow { width: 100%; text-align: center; }
.rl-showcase .rl-hero-title h1 { display: flex; max-width: 100%; flex-direction: column; align-items: center; }
.rl-showcase .rl-hero-title h1 br { display: none; }
.rl-showcase .rl-hero h1 span { font-size: .68em; }
.rl-showcase .rl-hero h1 .rl-exocad-logo {
    display: inline-block;
    width: min(100%, 310px);
    aspect-ratio: 730 / 164;
    margin-bottom: 8px;
    background: #6820b8;
    -webkit-mask: url("img/exocad-logo-transparent.png") center / contain no-repeat;
    mask: url("img/exocad-logo-transparent.png") center / contain no-repeat;
    vertical-align: bottom;
}
.rl-showcase .rl-hero .eyebrow { margin-bottom: 5px; font-size: .7rem; letter-spacing: .16em; }
.rl-showcase .regional-license-hero-copy > p:not(.eyebrow) { max-width: 520px; font-size: .92rem; line-height: 1.5; }
.rl-showcase .hero-actions { margin-top: 18px; }
.rl-showcase .hero-actions .btn { min-height: 44px; padding: 11px 23px; font-size: .82rem; }
.rl-showcase .regional-license-product-visual {
    position: relative;
    min-height: 400px;
    padding: 0;
    overflow: visible;
    background:
        radial-gradient(ellipse at 43% 88%, rgba(139, 48, 255, .72), transparent 37%),
        linear-gradient(160deg, rgba(16, 25, 54, .4), rgba(6, 8, 22, .12));
}
.rl-showcase .regional-license-product-visual::after {
    content: "";
    position: absolute;
    left: 6%;
    right: 22%;
    bottom: 8px;
    height: 3px;
    background: #8a33ff;
    border-radius: 50%;
    box-shadow: 0 0 18px 8px rgba(132, 43, 255, .68);
}
.rl-showcase .regional-license-product-visual img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 94%, transparent 100%);
}
.rl-ranking {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 72px;
    display: grid;
    justify-items: center;
    width: 104px;
    padding: 18px 10px;
    text-align: center;
    background: rgba(13, 12, 35, .88);
    border: 1px solid rgba(177, 102, 255, .38);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .34);
}
.rl-ranking span,.rl-ranking small { color: #cbd0e2; font-size: .68rem; line-height: 1.25; }
.rl-ranking strong { color: #cb76ff; font-size: 2rem; line-height: 1.05; }
.rl-ranking b { margin-top: 7px; color: #ffc43c; font-size: .64rem; letter-spacing: .08em; }
.rl-showcase .rl-hero-benefits { position: relative; z-index: 4; margin-top: 20px; border-radius: 10px; }
.rl-showcase .rl-hero-benefits span { position: relative; padding: 14px 8px 14px 30px; font-size: .67rem; }
.rl-showcase .rl-hero-benefits span::before { content: "✓"; position: absolute; left: 12px; color: #bb63ff; font-size: .9rem; }

.rl-showcase .rl-license-section { width: min(100%, 1580px); margin: 0 auto; padding: 28px 28px 34px; }
.rl-showcase .rl-section-title { gap: 24px; margin-bottom: 26px; }
.rl-showcase .rl-section-title h2 { font-size: .82rem; }
.rl-showcase .rl-license-grid { gap: 20px; }
.rl-showcase .rl-license-card {
    min-height: 450px;
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
}
.rl-showcase .rl-license-card::before { height: 4px; }
.rl-showcase .rl-card-kicker { width: 48%; margin-bottom: 7px; font-size: .67rem; }
.rl-showcase .rl-license-card img {
    position: absolute;
    top: 43px;
    right: 12px;
    width: 51%;
    height: 158px;
    margin: 0;
    object-fit: cover;
    object-position: center 38%;
    border-radius: 7px;
}
.rl-showcase .rl-license-card h3 { width: 48%; min-height: 103px; margin: 24px 0 10px; font-size: 1.42rem; }
.rl-showcase .rl-license-card > p { min-height: 38px; margin-bottom: 9px; font-size: .74rem; }
.rl-showcase .rl-license-card ul { min-height: 72px; margin-bottom: 10px; }
.rl-showcase .rl-license-card li { margin: 5px 0; font-size: .71rem; }
.rl-showcase .rl-card-price { justify-content: flex-start; gap: 10px; padding-top: 11px; }
.rl-showcase .rl-card-price small { font-size: .82rem; }
.rl-showcase .rl-card-price strong { font-size: 1.3rem; }
.rl-showcase .rl-card-monthly { margin: 7px 0 14px; }
.rl-showcase .rl-card-monthly strong { font-size: 1.3rem; }
.rl-showcase .rl-card-monthly span { font-size: .82rem; }
.rl-showcase .rl-license-card .btn {
    align-self: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 7px 13px;
    gap: 8px;
    color: #fff;
    font-size: .76rem;
    background: linear-gradient(135deg, #7026d9, #9336ef);
    border: 1px solid #a75cff;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(111, 34, 214, .25);
}
.rl-showcase .rl-license-card .btn:hover { background: linear-gradient(135deg, #8130ed, #a847ff); }
.rl-showcase .rl-featured { padding: 6px 9px; font-size: .56rem; }

.rl-showcase .rl-trust-band {
    width: min(100%, 1440px);
    margin: 0 auto;
    gap: 12px;
    padding: 0 28px 28px;
}
.rl-showcase .rl-trust-band article,.rl-showcase .rl-trust-band a { position: relative; min-height: 72px; padding: 16px 14px 14px 48px; }
.rl-showcase .rl-trust-band article::before,.rl-showcase .rl-trust-band a::before { content: "✓"; position: absolute; left: 16px; top: 18px; display: grid; width: 23px; height: 23px; place-items: center; color: #bf72ff; border: 1px solid #9a46eb; border-radius: 50%; }
.rl-showcase .rl-trust-band strong { font-size: .76rem; }.rl-showcase .rl-trust-band span { font-size: .65rem; }
.rl-showcase .regional-license-checkout-section { width: min(calc(100% - 56px), 1384px); margin-inline: auto; }
.rl-anchor { position: relative; top: -80px; }

@media (max-width: 1120px) {
    .rl-showcase .rl-hero { grid-template-columns: minmax(0, .9fr) minmax(410px, 1.1fr); }
    .rl-ranking { display: none; }
    .rl-showcase .regional-license-product-visual { padding-right: 0; }
}

@media (max-width: 980px) {
    .rl-showcase .rl-hero { grid-template-columns: 1fr; }
    .rl-showcase .regional-license-product-visual { min-height: 280px; }
    .rl-showcase .regional-license-product-visual img { height: 100%; }
}

@media (max-width: 720px) {
    .rl-showcase .rl-header { min-height: 58px; padding: 8px 15px; }
    .rl-showcase .rl-header-actions .btn.primary { display: inline-flex; }
    .rl-showcase .rl-hero { padding: 35px 18px 20px; }
    .rl-showcase .rl-hero h1 .rl-exocad-logo { width: min(100%, 250px); }
    .rl-showcase .regional-license-product-visual { min-height: 235px; }
    .rl-showcase .regional-license-product-visual img { height: 100%; }
    .rl-showcase .rl-license-section { padding-inline: 18px; }
    .rl-showcase .rl-license-card { min-height: 430px; }
    .rl-showcase .rl-trust-band { padding-inline: 18px; }
}

/* Encabezados del acceso de clientes: aislados de los títulos grandes del sitio. */
.customer-account-page .account-auth .account-card > h1,
.customer-account-page .account-auth .account-card > h2 {
    margin: 0 0 28px;
    font-size: clamp(1.8rem, 2.4vw, 2.35rem);
    line-height: 1.15;
    letter-spacing: -.025em;
    text-align: center;
}

.customer-account-page .account-auth .account-card > .btn {
    margin-top: 10px;
}

.customer-account-page .account-auth .account-card > details {
    margin-top: 12px;
    color: #263842;
}

.customer-account-page .account-auth .account-card > details + details {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #dbe5e8;
}

.password-reset-shell { display: grid; place-items: center; min-height: 55vh; }
.password-reset-card { width: min(100%,520px); color: #263842; background: #fff; }
.password-reset-card h1 { margin-top: 0; color: #12212a; }
.password-reset-card > p { color: #52636d; line-height: 1.5; }
.password-reset-card label { display: grid; gap: 7px; margin-top: 14px; color: #455a65; font-weight: 700; }
.password-reset-card input { width: 100%; min-height: 48px; padding: 11px 13px; color: #12212a; background: #f7faf9; border: 1px solid #cbd9df; border-radius: 8px; }
.password-reset-card .btn { margin-top: 20px; }

.customer-account-page .account-auth .account-card > details summary {
    color: #263842;
    font-weight: 700;
    cursor: pointer;
}

.customer-account-page .account-auth .account-card > details .muted {
    margin: 10px 0 12px;
    color: #52636d;
    line-height: 1.45;
}

.customer-account-page .account-auth .account-card > details .btn {
    min-height: 40px;
    padding: 9px 15px;
    color: #153b58;
    background: #eaf5fc;
    border: 1px solid #8dc9e8;
    border-radius: 8px;
}

.customer-account-page .account-auth .account-card > details .btn:hover,
.customer-account-page .account-auth .account-card > details .btn:focus-visible {
    color: #ffffff;
    background: #087eb8;
    border-color: #087eb8;
    outline: 3px solid rgba(8, 126, 184, .24);
    outline-offset: 2px;
}

.customer-account-page .account-heading h1 {
    margin: 4px 0 0;
    color: #f4f8fa;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.customer-account-page .account-profile > h2,
.customer-account-page .account-grid .account-card > h2 {
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    line-height: 1.2;
}

@media (max-width: 760px) {
    .customer-account-page .account-shell {
        width: min(100% - 28px, 560px);
        margin-block: 28px 56px;
    }

    .customer-account-page .account-auth {
        gap: 18px;
    }

    .customer-account-page .account-auth .account-card {
        display: block;
        padding: 24px 18px 28px;
        color: #12212a;
        background: #ffffff;
        border: 1px solid #dbe5e8;
        border-radius: 14px;
        box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
    }

    .customer-account-page .account-auth .account-card > h1,
    .customer-account-page .account-auth .account-card > h2 {
        margin-bottom: 22px;
        color: #12212a;
        font-size: 1.65rem;
        line-height: 1.2;
    }

    .customer-account-page .account-auth .account-fields label {
        color: #52636d;
    }

    .customer-account-page .account-auth .account-card > input,
    .customer-account-page .account-auth .account-fields input,
    .customer-account-page .account-auth .account-fields select {
        color: #12212a;
        background: #f7faf9;
    }

    .customer-account-page .account-auth .account-card > .btn {
        margin-top: 12px;
    }

    .customer-account-page .account-heading h1 {
        color: #f4f8fa;
        font-size: 2rem;
        text-align: center;
    }
}
