:root {
    --font-main: ClanPro-Medium, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@font-face {
    font-family: ClanPro-Medium;
    src: url("https://static.klix.ba/fonts/ClanPro-Medium.woff2") format("woff2"),
         url("https://static.klix.ba/fonts/ClanPro-Medium.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ClanPro-Medium;
    src: url("https://static.klix.ba/fonts/ClanPro-Medium.woff2") format("woff2"),
         url("https://static.klix.ba/fonts/ClanPro-Medium.woff") format("woff");
    font-weight: 500 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #050914;
    --bg2: #0b1220;
    --ink: #111827;
    --muted: #667085;
    --line: rgba(15, 23, 42, .12);
    --card: #ffffff;
    --soft: #f6f8fc;
    --blue: #3b82ff;
    --cyan: #61d8ff;
    --green: #31e3a0;
    --gold: #d7b46a;
    --violet: #8b5cf6;
    --shadow: 0 24px 80px rgba(8, 17, 31, .14);
    --shadow-strong: 0 34px 120px rgba(8, 17, 31, .25);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-main);
    color: var(--ink);
    background:
        radial-gradient(680px 420px at 8% 20%, rgba(59, 130, 255, .08), transparent 65%),
        linear-gradient(180deg, #f8fafc 0%, #eef3f9 100%);
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px clamp(18px, 4vw, 60px);
    background: rgba(5, 9, 20, .76);
    color: #fff;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    color: #07111f;
    font-weight: 900;
    background:
        linear-gradient(135deg, rgba(255,255,255,.72), transparent 32%),
        linear-gradient(135deg, var(--cyan), var(--green));
    box-shadow: 0 14px 40px rgba(49, 227, 160, .25);
}

.brand strong {
    display: block;
    font-size: 17px;
    letter-spacing: -.04em;
}

.brand small {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nav {
    display: flex;
    align-items: center;
    gap: 22px;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    font-weight: 800;
}

.nav a {
    transition: color .18s ease;
}

.nav a:hover {
    color: #fff;
}

.cart-button,
.icon-btn,
button {
    font: inherit;
}

.cart-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 15px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055));
    cursor: pointer;
}

.cart-button strong {
    display: grid;
    place-items: center;
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--green);
    color: #06111f;
    font-size: 12px;
}

.hero {
    display: grid;
    position: relative;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .86fr);
    gap: clamp(28px, 6vw, 80px);
    align-items: center;
    min-height: 790px;
    padding: 92px clamp(18px, 5vw, 86px) 86px;
    color: #fff;
    background:
        radial-gradient(820px 520px at 76% 19%, rgba(59, 130, 255, .30), transparent 66%),
        radial-gradient(560px 360px at 18% 20%, rgba(49, 227, 160, .14), transparent 64%),
        radial-gradient(480px 340px at 95% 88%, rgba(139, 92, 246, .14), transparent 65%),
        linear-gradient(145deg, #030611 0%, #07101f 46%, #0c1a2c 100%);
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .34;
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 88%);
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, #f8fafc);
}

.hero-copy,
.hero-panel {
    position: relative;
    z-index: 1;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9ef7d1;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

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

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

h1 {
    max-width: 820px;
    margin-bottom: 22px;
    font-size: clamp(48px, 7vw, 98px);
    line-height: .9;
    letter-spacing: -.075em;
}

.lead {
    max-width: 680px;
    color: rgba(255, 255, 255, .74);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.7;
}

.hero-actions,
.invoice-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 18px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn.primary {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(255,255,255,.18), transparent 36%),
        linear-gradient(135deg, var(--blue), #164dca);
    box-shadow: 0 18px 48px rgba(59, 130, 255, .34);
}

.btn.ghost {
    color: #fff;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .16);
}

.btn.ghost.dark {
    color: var(--ink);
    border-color: var(--line);
}

.btn.light {
    color: #07111f;
    background: #fff;
}

.btn.small {
    min-height: 42px;
    padding: 0 16px;
    color: #fff;
    background: linear-gradient(135deg, #06111f, #14213b);
    border-radius: 13px;
    font-size: 13px;
}

.btn.full {
    width: 100%;
}

.trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 760px;
    margin-top: 36px;
}

.trust-row span {
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    color: rgba(255, 255, 255, .72);
    background: linear-gradient(180deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .04));
    font-size: 13px;
    font-weight: 800;
}

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

.glass-card {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .052)),
        radial-gradient(420px 260px at 88% 0%, rgba(97, 216, 255, .13), transparent 64%);
    box-shadow: 0 38px 130px rgba(0, 0, 0, .38);
    backdrop-filter: blur(24px);
}

.main-card {
    padding: 26px;
}

.card-top,
.product-meta,
.product-bottom,
.cart-total,
.invoice-top,
.invoice-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.card-top span,
.product-meta span {
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.card-top strong {
    color: var(--green);
}

.database-stack {
    display: grid;
    gap: 13px;
    margin: 26px 0 18px;
}

.data-pack {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 22px;
    background: rgba(255, 255, 255, .065);
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.data-pack:hover {
    transform: translateX(4px);
    border-color: rgba(97, 216, 255, .38);
    background: rgba(255, 255, 255, .095);
}

.data-pack.featured {
    border-color: rgba(49, 227, 160, .32);
    background: linear-gradient(135deg, rgba(49, 227, 160, .14), rgba(255, 255, 255, .065));
}

.pack-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 17px;
    color: #07111f;
    font-weight: 950;
    background: linear-gradient(135deg, var(--cyan), var(--green));
}

.data-pack strong {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-pack span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .61);
    font-size: 13px;
    font-weight: 700;
}

.data-pack em {
    padding: 8px 10px;
    border-radius: 999px;
    color: #a8f8d5;
    background: rgba(49, 227, 160, .1);
    font-style: normal;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
}

.quality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
}

.quality-grid span {
    min-height: 86px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .095);
    border-radius: 20px;
    background: rgba(255, 255, 255, .048);
}

.quality-grid b {
    display: block;
    color: #fff;
    font-size: 13px;
}

.quality-grid em {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
}

.floating-card {
    position: absolute;
    right: -10px;
    bottom: 26px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    color: #fff;
    background: rgba(5, 9, 22, .82);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
    backdrop-filter: blur(18px);
}

.floating-card span {
    display: block;
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 800;
}

.floating-card strong {
    display: block;
    margin-top: 4px;
    font-size: 28px;
    letter-spacing: -.06em;
}

.floating-card small {
    display: block;
    margin-top: 4px;
    color: var(--green);
    font-weight: 850;
}

.industry-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    margin-top: -36px;
    padding: 22px clamp(18px, 5vw, 80px);
    background: rgba(255, 255, 255, .88);
    border-top: 1px solid rgba(255, 255, 255, .72);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.industry-strip button {
    padding: 11px 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #334155;
    background: rgba(255,255,255,.82);
    font-weight: 850;
    cursor: pointer;
}

.industry-strip button.active,
.industry-strip button:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--bg), #162238);
}

.section {
    width: min(1240px, calc(100% - 36px));
    margin: 0 auto;
    padding: 78px 0;
}

.intro {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 34px;
    align-items: start;
}

h2 {
    margin-bottom: 0;
    font-size: clamp(32px, 4vw, 58px);
    line-height: .98;
    letter-spacing: -.06em;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section-head p {
    max-width: 520px;
    color: var(--muted);
    line-height: 1.7;
}

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

.process-grid article,
.compliance-grid article,
.product-card,
.invoice-card,
.cart-panel {
    border: 1px solid var(--line);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,.92));
    box-shadow: var(--shadow);
}

.process-grid article,
.compliance-grid article {
    padding: 26px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.process-grid article:hover,
.compliance-grid article:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-strong);
}

.process-grid b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 16px;
    color: #06111f;
    background: linear-gradient(135deg, var(--cyan), var(--green));
}

.process-grid h3,
.compliance-grid h3 {
    margin-bottom: 10px;
    font-size: 19px;
}

.process-grid p,
.compliance-grid p,
.product-card p {
    color: var(--muted);
    line-height: 1.65;
}

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

.product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    padding: 22px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(420px 220px at 20% 0%, rgba(59, 130, 255, .10), transparent 62%);
    transition: opacity .18s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(59, 130, 255, .22);
    box-shadow: var(--shadow-strong);
}

.product-card:hover::before {
    opacity: 1;
}

.product-card > * {
    position: relative;
    z-index: 1;
}

.product-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 20px;
    color: #06111f;
    font-weight: 900;
    background:
        linear-gradient(135deg, rgba(255,255,255,.72), transparent 35%),
        linear-gradient(135deg, #dff7ff, #bbffe7);
}

.product-meta span {
    color: var(--blue);
}

.product-meta em {
    padding: 7px 10px;
    border-radius: 999px;
    color: #07543b;
    background: #e6fff5;
    font-style: normal;
    font-size: 11px;
    font-weight: 900;
}

.product-card h3 {
    margin: 14px 0 10px;
    font-size: 23px;
    letter-spacing: -.04em;
}

.product-stats {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 10px 0 15px;
}

.product-stats strong {
    font-size: 32px;
    letter-spacing: -.06em;
}

.product-stats span {
    color: var(--muted);
    font-weight: 800;
}

.product-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

.product-card li {
    padding: 8px 10px;
    border-radius: 999px;
    color: #475569;
    background: #eef4fb;
    font-size: 12px;
    font-weight: 800;
}

.product-bottom {
    margin-top: auto;
}

.product-bottom > strong {
    font-size: 28px;
    letter-spacing: -.05em;
}

.checkout-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    width: min(1220px, calc(100% - 36px));
    padding: 40px;
    border-radius: 32px;
    color: #fff;
    background:
        radial-gradient(620px 220px at 80% 0%, rgba(49, 227, 160, .16), transparent 65%),
        linear-gradient(135deg, #06101e, #13294a);
    box-shadow: var(--shadow-strong);
}

.checkout-band p {
    max-width: 760px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
}

.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
}

.cart-drawer.open {
    display: block;
}

.cart-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, .58);
    backdrop-filter: blur(6px);
}

.cart-panel {
    position: absolute;
    top: 18px;
    right: 18px;
    bottom: 18px;
    width: min(520px, calc(100% - 36px));
    padding: 24px;
    overflow: auto;
}

.cart-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.icon-btn {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    font-size: 26px;
    background: #f1f5f9;
    cursor: pointer;
}

.cart-items {
    display: grid;
    gap: 10px;
}

.cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #f8fafc;
}

.cart-item strong {
    display: block;
}

.cart-item span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.cart-item button {
    border: 0;
    color: #e11d48;
    background: transparent;
    cursor: pointer;
    font-weight: 900;
}

.cart-total {
    margin: 18px 0;
    padding: 18px;
    border-radius: 18px;
    color: #fff;
    background: var(--bg);
}

.cart-total strong {
    font-size: 28px;
}

.checkout-form {
    display: grid;
    gap: 12px;
}

label {
    display: grid;
    gap: 8px;
    color: #334155;
    font-size: 13px;
    font-weight: 900;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px 15px;
    font: inherit;
    outline: none;
    background: #fff;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(47, 107, 255, .1);
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px clamp(18px, 5vw, 80px);
    color: #fff;
    background: var(--bg);
}

.footer p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
}

.invoice-body {
    min-height: 100vh;
    background: radial-gradient(600px 320px at 20% 0%, rgba(47, 107, 255, .16), transparent 60%), #f8fafc;
}

.invoice-shell {
    width: min(980px, calc(100% - 32px));
    margin: 0 auto;
    padding: 44px 0;
}

.invoice-card {
    padding: clamp(22px, 4vw, 42px);
}

.invoice-card .brand small {
    color: var(--muted);
}

.status-pill {
    padding: 10px 14px;
    border-radius: 999px;
    color: #07543b;
    background: #e6fff5;
    font-weight: 900;
    font-size: 12px;
}

.invoice-title {
    align-items: end;
    margin: 34px 0;
}

.invoice-title h1 {
    margin: 8px 0 8px;
    color: var(--ink);
    font-size: clamp(38px, 5vw, 64px);
}

.invoice-title p,
.muted,
.fine-print {
    color: var(--muted);
}

.invoice-title > strong {
    font-size: clamp(42px, 7vw, 78px);
    letter-spacing: -.07em;
}

.invoice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.invoice-grid article,
.invoice-note {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #f8fafc;
}

.invoice-grid h2,
.invoice-note h2 {
    margin-bottom: 12px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.wallet {
    overflow-wrap: anywhere;
    padding: 12px;
    border-radius: 14px;
    background: #fff;
    font-weight: 800;
}

.invoice-table-wrap {
    overflow: auto;
    margin: 24px 0;
    border: 1px solid var(--line);
    border-radius: 22px;
}

.invoice-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
}

.invoice-table th,
.invoice-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid var(--line);
}

.invoice-table th {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.fine-print {
    margin: 28px 0 0;
    font-size: 13px;
    line-height: 1.6;
}

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

    .hero,
    .intro,
    .checkout-band {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

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

    .trust-row,
    .product-grid,
    .process-grid,
    .compliance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .site-header {
        padding: 14px;
    }

    .brand strong {
        font-size: 15px;
    }

    .hero {
        padding: 54px 18px;
    }

    .trust-row,
    .quality-grid,
    .product-grid,
    .process-grid,
    .compliance-grid,
    .invoice-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 56px 0;
    }

    .section-head,
    .footer,
    .invoice-title {
        display: block;
    }

    .product-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .data-pack {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .data-pack em {
        grid-column: 2;
        width: max-content;
    }

    .floating-card {
        position: static;
        margin-top: 14px;
    }

    .product-bottom .btn {
        width: 100%;
    }

    .checkout-band {
        padding: 28px;
    }

    .cart-panel {
        inset: 10px;
        width: auto;
    }
}

@media print {
    .invoice-actions {
        display: none;
    }

    body {
        background: #fff;
    }

    .invoice-card {
        box-shadow: none;
    }
}

/* Simple light 2026 refresh */
:root {
    --bg: #f7f9fc;
    --bg2: #eef4fb;
    --ink: #101828;
    --muted: #667085;
    --line: rgba(16, 24, 40, .10);
    --card: #ffffff;
    --soft: #f5f8fc;
    --blue: #2563eb;
    --cyan: #0ea5e9;
    --green: #10b981;
    --shadow: 0 18px 44px rgba(16, 24, 40, .08);
    --shadow-strong: 0 24px 64px rgba(16, 24, 40, .12);
}

body {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 42%, #eef4fb 100%);
}

.site-header {
    color: var(--ink);
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 30px rgba(16, 24, 40, .04);
}

.brand-mark {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #13b981);
    box-shadow: none;
}

.brand strong {
    font-size: 16px;
}

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

.nav {
    color: #344054;
    font-size: 13px;
    font-weight: 750;
}

.nav a:hover {
    color: var(--blue);
}

.cart-button {
    color: var(--ink);
    border-color: var(--line);
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
}

.cart-button strong {
    color: #fff;
    background: var(--blue);
}

.hero {
    min-height: auto;
    padding: 74px clamp(18px, 5vw, 76px) 64px;
    color: var(--ink);
    background:
        radial-gradient(760px 420px at 88% 8%, rgba(37, 99, 235, .10), transparent 62%),
        radial-gradient(520px 320px at 8% 18%, rgba(16, 185, 129, .08), transparent 65%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.hero::before,
.hero::after {
    display: none;
}

.eyebrow {
    color: var(--blue);
    font-size: 11px;
    letter-spacing: .13em;
}

h1 {
    max-width: 680px;
    font-size: clamp(38px, 5.2vw, 72px);
    line-height: .98;
    letter-spacing: -.055em;
}

h2 {
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.lead {
    max-width: 590px;
    color: #475467;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.65;
}

.btn {
    min-height: 48px;
    border-radius: 14px;
    font-size: 14px;
}

.btn.primary {
    background: #2563eb;
    box-shadow: 0 14px 28px rgba(37, 99, 235, .18);
}

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

.trust-row {
    max-width: 640px;
    margin-top: 28px;
}

.trust-row span {
    color: #344054;
    border-color: var(--line);
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 24, 40, .045);
}

.hero-panel {
    min-height: auto;
}

.glass-card {
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 24px 70px rgba(16, 24, 40, .10);
    backdrop-filter: none;
}

.card-top span {
    color: var(--muted);
}

.card-top strong {
    color: var(--blue);
}

.data-pack {
    border-color: var(--line);
    background: #f8fbff;
}

.data-pack:hover {
    border-color: rgba(37, 99, 235, .22);
    background: #fff;
}

.data-pack.featured {
    border-color: rgba(37, 99, 235, .18);
    background: #f4f8ff;
}

.data-pack strong,
.quality-grid b {
    color: var(--ink);
}

.data-pack span,
.quality-grid em {
    color: var(--muted);
}

.data-pack em {
    color: #075e45;
    background: #e9fbf4;
}

.pack-icon {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #10b981);
}

.quality-grid span {
    border-color: var(--line);
    background: #fbfdff;
}

.floating-card {
    color: var(--ink);
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 44px rgba(16, 24, 40, .12);
    backdrop-filter: none;
}

.floating-card span {
    color: var(--muted);
}

.floating-card small {
    color: var(--green);
}

.industry-strip {
    margin-top: 0;
    background: #fff;
    border-top: 1px solid var(--line);
    backdrop-filter: none;
}

.industry-strip button {
    color: #344054;
    background: #fff;
}

.industry-strip button.active,
.industry-strip button:hover {
    color: #fff;
    background: #2563eb;
}

.section {
    padding: 64px 0;
}

.section-head p,
.process-grid p,
.compliance-grid p,
.product-card p {
    font-size: 14px;
}

.process-grid article,
.compliance-grid article,
.product-card,
.invoice-card,
.cart-panel {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(16, 24, 40, .065);
}

.process-grid article:hover,
.compliance-grid article:hover,
.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 48px rgba(16, 24, 40, .10);
}

.process-grid b,
.product-icon {
    color: #fff;
    background: #2563eb;
}

.product-card h3 {
    font-size: 20px;
}

.product-stats strong {
    font-size: 26px;
}

.product-bottom > strong {
    font-size: 23px;
}

.product-card li {
    color: #475467;
    background: #f2f5f8;
    font-size: 11px;
}

.checkout-band {
    color: var(--ink);
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 54px rgba(16, 24, 40, .08);
}

.checkout-band p {
    color: var(--muted);
}

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

.btn.light {
    color: #fff;
    background: #2563eb;
}

.footer {
    color: var(--ink);
    background: #fff;
    border-top: 1px solid var(--line);
}

.footer p {
    color: var(--muted);
}

@media (max-width: 980px) {
    .hero {
        padding-top: 48px;
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: clamp(34px, 11vw, 46px);
    }

    .hero {
        padding: 40px 18px 44px;
    }
}
