:root {
    --product-ink: #f7f9fc;
    --product-muted: rgba(230, 234, 240, 0.72);
    --product-line: rgba(255, 255, 255, 0.11);
    --product-panel: rgba(20, 31, 48, 0.72);
    --product-panel-solid: #142033;
    --product-blue: #59b7ed;
    --product-blue-deep: #276fa4;
    --product-mint: #6fe0bf;
    --product-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

main {
    overflow: hidden;
}

.product-section {
    position: relative;
    box-sizing: border-box;
    padding: 7rem 1.5rem;
    background: #0b0f16 !important;
    color: var(--product-ink) !important;
}

.product-section:nth-of-type(even) {
    background: #101824 !important;
}

.product-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.product-eyebrow {
    margin: 0 0 1rem;
    color: var(--product-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.product-section h1,
.product-section h2,
.product-section h3,
.product-section p {
    max-width: none;
}

.product-section h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(3rem, 6.2vw, 5.8rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.product-section h2 {
    margin: 0;
    font-size: clamp(2.2rem, 4.4vw, 4rem);
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.product-section h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.3;
}

.product-section p {
    color: var(--product-muted);
    line-height: 1.75;
}

.product-hero {
    min-height: calc(100svh - var(--header-height));
    padding-top: clamp(5rem, 10vh, 8rem);
    background:
        radial-gradient(circle at 78% 35%, rgba(58, 141, 202, 0.2), transparent 34%),
        radial-gradient(circle at 15% 15%, rgba(111, 224, 191, 0.08), transparent 27%),
        #0b0f16 !important;
}

.product-hero::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    mask-image: linear-gradient(to bottom, black, transparent 82%);
    pointer-events: none;
}

.product-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
}

.product-lead {
    max-width: 650px !important;
    margin: 1.8rem 0 0;
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    margin-top: 2rem;
}

.product-actions a.action,
.section-cta a.action,
.price-action a.action {
    margin-top: 0;
    padding: 0.95rem 1.35rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
}

.product-link {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    color: var(--product-ink);
    font-weight: 700;
    text-decoration: none;
}

.product-link span {
    color: var(--product-blue);
    transition: transform 180ms ease;
}

.product-link:hover span {
    transform: translate(3px, -2px);
}

.product-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-top: 2.2rem;
}

.product-proof span {
    display: inline-flex;
    gap: 0.42rem;
    align-items: center;
    color: rgba(230, 234, 240, 0.82);
    font-size: 0.76rem;
}

.product-proof i {
    color: var(--product-mint);
    font-size: 1.1rem;
}

.portal-preview,
.wizard-preview,
.dashboard-preview,
.mailbox-preview {
    overflow: hidden;
    border: 1px solid var(--product-line);
    border-radius: 22px;
    background: #0c1420;
    box-shadow: var(--product-shadow);
}

.portal-preview {
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.browser-bar {
    display: grid;
    grid-template-columns: 70px 1fr 70px;
    gap: 1rem;
    align-items: center;
    height: 46px;
    padding: 0 1rem;
    border-bottom: 1px solid var(--product-line);
    background: #121d2c;
}

.browser-dots {
    display: flex;
    gap: 5px;
}

.browser-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #465164;
}

.browser-dots span:first-child { background: #fa7a7a; }
.browser-dots span:nth-child(2) { background: #f6c768; }
.browser-dots span:last-child { background: #6ed39c; }

.browser-address {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0.4rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 7px;
    background: rgba(4, 8, 14, 0.48);
    color: rgba(230, 234, 240, 0.65);
    font-size: 0.62rem;
}

.browser-address i {
    color: var(--product-mint);
    font-size: 0.8rem;
}

.portal-canvas {
    min-height: 480px;
    padding: 1.1rem;
    background:
        linear-gradient(180deg, rgba(4, 10, 18, 0.32), rgba(4, 10, 18, 0.74)),
        radial-gradient(circle at 20% 30%, rgba(89, 183, 237, 0.24), transparent 35%),
        linear-gradient(130deg, #1d3c52, #0f1927 52%, #25364a);
}

.portal-nav {
    display: flex;
    gap: 1.1rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.66rem;
}

.portal-mark {
    display: grid;
    width: 32px;
    height: 32px;
    margin-right: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9px;
    place-items: center;
    color: white;
    font-size: 0.66rem;
    font-weight: 700;
}

.portal-card {
    width: min(430px, calc(100% - 2rem));
    margin: 5.4rem auto 1rem;
    padding: 1.7rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(13, 24, 39, 0.76);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(18px);
}

.portal-trust {
    display: flex;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.55rem;
}

.portal-trust span {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.portal-trust i { color: var(--product-mint); font-size: 0.9rem; }
.portal-card .portal-kicker { margin: 0 0 0.45rem; color: var(--product-blue); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.portal-card h2 { max-width: 360px; font-size: 1.55rem; letter-spacing: -0.03em; }
.portal-card > p:not(.portal-kicker) { margin: 0.7rem 0 1.2rem; font-size: 0.74rem; line-height: 1.6; }
.portal-card button,
.wizard-preview button,
.message-compose button {
    border: 0;
    border-radius: 8px;
    background: var(--product-blue-deep);
    color: white;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
}

.portal-card button { padding: 0.7rem 0.95rem; }
.portal-card button span { margin-left: 0.5rem; }

.product-facts {
    padding-block: 1.3rem;
    border-block: 1px solid var(--product-line);
    background: #111b29 !important;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.facts-grid > div {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.8rem 1.5rem;
    border-right: 1px solid var(--product-line);
}

.facts-grid > div:last-child { border-right: 0; }
.facts-grid strong { font-size: 1.15rem; }
.facts-grid span { color: var(--product-muted); font-size: 0.72rem; }

.section-heading {
    width: min(760px, 100%);
    margin: 0 auto 4rem;
    text-align: center;
}

.section-heading > p:last-child {
    margin: 1.2rem auto 0;
    font-size: 1.08rem;
}

.section-heading.compact { margin-bottom: 3rem; }

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.workflow-card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid var(--product-line);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(31, 49, 72, 0.68), rgba(14, 23, 35, 0.82));
}

.workflow-card::after {
    position: absolute;
    right: -50px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(89, 183, 237, 0.09);
    content: "";
    filter: blur(8px);
}

.step-number {
    position: absolute;
    top: 1.6rem;
    right: 1.8rem;
    color: rgba(255, 255, 255, 0.12);
    font-size: 2.5rem;
    font-weight: 700;
}

.feature-symbol {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 1.4rem;
    border: 1px solid rgba(89, 183, 237, 0.25);
    border-radius: 14px;
    background: rgba(89, 183, 237, 0.1);
    place-items: center;
    color: var(--product-blue);
}

.workflow-card p { min-height: 116px; margin: 0.8rem 0 1.25rem; font-size: 0.88rem; }
.workflow-card ul { display: grid; gap: 0.55rem; margin: 0; padding: 0; list-style: none; }
.workflow-card li { position: relative; padding-left: 1.3rem; color: rgba(230, 234, 240, 0.84); font-size: 0.78rem; }
.workflow-card li::before { position: absolute; left: 0; color: var(--product-mint); content: "✓"; }

.section-cta {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
}

.section-cta a.action.secondary {
    border: 1px solid rgba(89, 183, 237, 0.45);
    background: rgba(58, 141, 202, 0.14);
}

.section-cta span { color: var(--product-muted); font-size: 0.76rem; }

.product-showcase {
    padding-block: 8rem;
}

.showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: center;
}

.showcase-grid.reverse .showcase-copy { order: 2; }
.showcase-grid.reverse > [data-product-demo] { order: 1; }
.showcase-copy > p:not(.product-eyebrow) { margin: 1.3rem 0 0; font-size: 1rem; }

.product-showcase-alt .product-shell {
    width: min(1320px, 100%);
}

.product-showcase-alt .showcase-grid {
    grid-template-columns: minmax(560px, 1.25fr) minmax(320px, 0.75fr);
    gap: clamp(3rem, 5vw, 5rem);
}

.product-showcase-alt .showcase-copy h2 {
    font-size: clamp(2.4rem, 4vw, 3.7rem);
}

.feature-checks {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.7rem;
}

.feature-checks span {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    color: rgba(247, 249, 252, 0.88);
    font-size: 0.83rem;
}

.feature-checks i {
    display: grid;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(111, 224, 191, 0.12);
    place-items: center;
    color: var(--product-mint);
    font-size: 0.9rem;
}

.wizard-preview {
    padding: 2rem;
    background: linear-gradient(150deg, #152338, #0e1724);
}

.demo-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid var(--product-line);
}

.demo-title span { font-size: 1.15rem; font-weight: 700; }
.demo-title small { color: var(--product-muted); }

.wizard-steps {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
    align-items: center;
    margin: 1.8rem 0 2rem;
}

.wizard-steps i {
    display: grid;
    width: 32px;
    height: 32px;
    border: 1px solid var(--product-line);
    border-radius: 50%;
    place-items: center;
    color: var(--product-muted);
    font-size: 0.72rem;
    font-style: normal;
}

.wizard-steps i.done,
.wizard-steps i.active { border-color: var(--product-blue); background: var(--product-blue-deep); color: white; }
.wizard-steps b { height: 1px; background: var(--product-line); }
.wizard-preview label { display: block; margin: 1.1rem 0 0.5rem; color: rgba(247, 249, 252, 0.84); font-size: 0.72rem; }

.fake-select,
.fake-textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--product-line);
    border-radius: 9px;
    background: rgba(2, 7, 12, 0.36);
    color: rgba(230, 234, 240, 0.5);
    font-size: 0.74rem;
}

.fake-select { display: flex; justify-content: space-between; padding: 0.75rem; }
.fake-textarea { min-height: 96px; padding: 0.75rem; }
.fake-upload { display: flex; gap: 0.5rem; align-items: center; margin-top: 1rem; color: var(--product-blue); font-size: 0.72rem; }
.fake-upload i { font-size: 1.1rem; }
.demo-footer { display: flex; justify-content: space-between; margin-top: 1.6rem; }
.wizard-preview button { padding: 0.65rem 1rem; }
.wizard-preview button.ghost { border: 1px solid var(--product-line); background: transparent; color: var(--product-muted); }

.dashboard-preview {
    display: grid;
    grid-template-columns: 68px 1fr;
    min-height: 480px;
    background: #1b2635;
    color: #edf3f9;
}

.dashboard-preview aside {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    align-items: center;
    padding: 1rem 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: #202d3e;
}

.dash-brand { display: grid; width: 32px; height: 32px; margin-bottom: 1rem; border-radius: 9px; background: var(--product-blue-deep); place-items: center; color: white; font-size: 0.7rem; font-weight: 700; }
.dashboard-preview aside i { width: 18px; height: 18px; border-radius: 5px; background: rgba(255, 255, 255, 0.16); }
.dashboard-preview aside i:first-of-type { background: var(--product-blue); }
.dash-main { min-width: 0; overflow: hidden; padding: 1.8rem; }
.dash-top { display: flex; align-items: center; justify-content: space-between; }
.dash-top > div { display: flex; flex-direction: column; }
.dash-top small { color: #7f91a6; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; }
.dash-top strong { margin-top: 0.25rem; font-size: 1.35rem; }
.dash-top button { display: inline-flex; gap: 0.4rem; align-items: center; padding: 0.55rem 0.75rem; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 9px; background: rgba(255, 255, 255, 0.035); color: #dce5ef; font: inherit; font-size: 0.62rem; }
.dash-top button span { color: var(--product-blue); font-size: 0.85rem; }
.dash-filters { display: flex; gap: 0.5rem; margin: 1.4rem 0 1.15rem; overflow-x: auto; scrollbar-width: none; }
.dash-filters::-webkit-scrollbar { display: none; }
.dash-filters span { display: inline-flex; gap: 0.35rem; align-items: center; padding: 0.55rem 0.68rem; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 9px; color: #aebccb; font-size: 0.56rem; white-space: nowrap; }
.dash-filters span.active { border-color: rgba(89, 183, 237, 0.65); background: #3a8dca; color: white; }
.dash-filters b { font-size: 0.58rem; }
.dash-table { overflow: hidden; border-top: 1px solid rgba(89, 183, 237, 0.34); }
.dash-table > div { display: grid; grid-template-columns: minmax(78px, 0.8fr) minmax(92px, 0.9fr) minmax(135px, 1.35fr) minmax(56px, 0.55fr) minmax(42px, 0.42fr) minmax(42px, 0.42fr); gap: 0.8rem; align-items: center; min-width: 0; padding: 0.9rem 0.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.07); font-size: 0.64rem; }
.dash-table > div:last-child { border-bottom: 0; }
.dash-table .table-head { padding-block: 0.75rem; color: #7f91a6; font-size: 0.5rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.dash-table span { min-width: 0; }
.dash-table span:first-child { display: flex; flex-direction: column; gap: 0.25rem; }
.dash-table span:first-child b { color: #63aee0; letter-spacing: 0.03em; white-space: nowrap; }
.dash-table em { justify-self: start; padding: 0.34rem 0.55rem; border: 1px solid rgba(205, 119, 120, 0.35); border-radius: 999px; background: rgba(135, 61, 66, 0.22); color: #e8a7aa; font-size: 0.5rem; font-style: normal; text-transform: uppercase; white-space: nowrap; }
.dash-table em.status-open { border-color: rgba(74, 184, 151, 0.4); background: rgba(34, 122, 101, 0.25); color: #91d7c2; }
.dash-table em.status-progress { border-color: rgba(89, 183, 237, 0.38); background: rgba(39, 111, 164, 0.22); color: #90caec; }

.mailbox-preview {
    padding: 1.5rem;
    background: linear-gradient(150deg, #152338, #0e1724);
}

.mailbox-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.2rem; border-bottom: 1px solid var(--product-line); }
.mailbox-head > div { display: flex; gap: 0.7rem; align-items: center; }
.mailbox-head i { display: grid; width: 38px; height: 38px; border-radius: 11px; background: rgba(89, 183, 237, 0.12); place-items: center; color: var(--product-blue); }
.mailbox-head span { display: flex; flex-direction: column; gap: 0.15rem; }
.mailbox-head small { color: var(--product-muted); font-size: 0.58rem; }
.mailbox-head b { font-size: 0.82rem; }
.mailbox-head em { padding: 0.35rem 0.55rem; border-radius: 999px; background: rgba(111, 224, 191, 0.12); color: var(--product-mint); font-size: 0.56rem; font-style: normal; }
.message { width: 76%; margin-top: 1.25rem; }
.message small { color: var(--product-muted); font-size: 0.54rem; }
.message p { margin: 0.35rem 0 0; padding: 0.75rem 0.9rem; border-radius: 4px 12px 12px 12px; background: rgba(255, 255, 255, 0.08); color: rgba(247, 249, 252, 0.9); font-size: 0.7rem; line-height: 1.55; }
.message p.is-typing::after {
    display: inline-block;
    width: 1px;
    height: 0.95em;
    margin-left: 0.18rem;
    background: currentColor;
    vertical-align: -0.08em;
    animation: mailbox-caret 0.68s steps(1, end) infinite;
    content: "";
}

@keyframes mailbox-caret {
    50% { opacity: 0; }
}

.message.sent { margin-left: auto; text-align: right; }
.message.sent p { border-radius: 12px 4px 12px 12px; background: rgba(39, 111, 164, 0.8); text-align: left; }
.message.sent > span { display: inline-flex; gap: 0.35rem; align-items: center; margin-top: 0.45rem; padding: 0.4rem 0.55rem; border: 1px solid var(--product-line); border-radius: 7px; color: var(--product-muted); font-size: 0.55rem; }
.message.sent > span i { font-size: 0.8rem; }
.message-compose { display: flex; gap: 0.7rem; align-items: center; justify-content: space-between; margin-top: 1.6rem; padding: 0.55rem 0.6rem 0.55rem 0.8rem; border: 1px solid var(--product-line); border-radius: 10px; background: rgba(2, 7, 12, 0.3); }
.message-compose > span { color: rgba(230, 234, 240, 0.42); font-size: 0.66rem; }
.message-compose button { padding: 0.55rem 0.8rem; }

.product-security {
    background:
        radial-gradient(circle at 50% 0%, rgba(58, 141, 202, 0.16), transparent 38%),
        #0c121c !important;
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.security-grid article {
    padding: 1.6rem;
    border: 1px solid var(--product-line);
    border-radius: 17px;
    background: rgba(18, 29, 45, 0.72);
}

.security-grid article > i { display: grid; width: 44px; height: 44px; margin-bottom: 1.2rem; border-radius: 13px; background: rgba(111, 224, 191, 0.1); place-items: center; color: var(--product-mint); }
.security-grid article p { margin: 0.65rem 0 0; font-size: 0.78rem; line-height: 1.65; }

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.feature-grid article {
    display: flex;
    gap: 0.9rem;
    min-height: 115px;
    padding: 1.25rem;
    border: 1px solid var(--product-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
}

.feature-grid article > i { flex: 0 0 auto; color: var(--product-blue); font-size: 1.45rem; }
.feature-grid article h3 { font-size: 0.9rem; }
.feature-grid article p { margin: 0.4rem 0 0; font-size: 0.7rem; line-height: 1.55; }

.product-price { padding-block: 6rem; }

.pricing-grid {
    display: grid;
    max-width: 980px;
    margin-inline: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-sizing: border-box;
    padding: clamp(1.6rem, 4vw, 2.35rem);
    overflow: hidden;
    border: 1px solid var(--product-line);
    border-radius: 23px;
    background: rgba(18, 29, 45, 0.78);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.pricing-card.featured {
    border-color: rgba(89, 183, 237, 0.58);
    background: linear-gradient(145deg, rgba(40, 115, 170, 0.28), rgba(18, 29, 45, 0.94) 56%, rgba(111, 224, 191, 0.1));
    box-shadow: 0 24px 70px rgba(6, 15, 28, 0.34);
}

.pricing-card-emphasis {
    position: relative;
    z-index: 1;
    min-height: 100%;
    perspective: 1000px;
    transform: scale(1.035);
    transform-origin: center;
}

.pricing-card-emphasis .pricing-card {
    height: 100%;
}

.pricing-card.featured {
    transform-style: preserve-3d;
    will-change: transform;
}

.featured-shine {
    position: absolute;
    z-index: 0;
    top: -30%;
    bottom: -30%;
    left: -28%;
    width: 18%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(142, 215, 250, 0.12), transparent);
    filter: blur(2px);
    transform: skewX(-16deg);
}

.pricing-card.featured > .pricing-card-head,
.pricing-card.featured > ul,
.pricing-card.featured > .action {
    position: relative;
    z-index: 1;
}

.plan-badge {
    position: absolute;
    z-index: 2;
    top: 1.35rem;
    right: 1.35rem;
    padding: 0.42rem 0.68rem;
    border-radius: 999px;
    background: rgba(111, 224, 191, 0.13);
    color: var(--product-mint);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pricing-card-head > p:last-child {
    min-height: 4.7em;
    margin: 0.9rem 0 0;
    font-size: 0.78rem;
}

.plan-price {
    display: flex;
    gap: 0.65rem;
    align-items: baseline;
    margin-top: 0.4rem;
    color: var(--product-ink);
}

.plan-price strong {
    font-size: clamp(2.8rem, 6vw, 4.25rem);
    font-weight: 700;
    letter-spacing: -0.075em;
    line-height: 1;
    white-space: nowrap;
}

.plan-price span { color: var(--product-muted); font-size: 0.82rem; }
.pricing-card ul { display: grid; gap: 0.8rem; margin: 1.7rem 0 2rem; padding: 1.5rem 0 0; border-top: 1px solid var(--product-line); list-style: none; }
.pricing-card li { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--product-ink); font-size: 0.76rem; line-height: 1.45; }
.pricing-card li i { flex: 0 0 auto; color: var(--product-mint); font-size: 1rem; }
.pricing-card .action { width: 100%; margin-top: auto; box-sizing: border-box; justify-content: center; text-align: center; }

.faq-grid { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.faq-intro { position: sticky; top: calc(var(--header-height) + 2rem); min-width: 0; }
.faq-intro h2 { max-width: 13ch; font-size: clamp(2.1rem, 3vw, 3rem); overflow-wrap: anywhere; }
.faq-intro > p:not(.product-eyebrow) { margin: 1.1rem 0 1.4rem; }
.faq-list { display: grid; min-width: 0; gap: 0.75rem; }
.faq-list details { border: 1px solid var(--product-line); border-radius: 13px; background: rgba(255, 255, 255, 0.025); }
.faq-list summary { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: 1.25rem 1.4rem; cursor: pointer; color: var(--product-ink); font-size: 0.9rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--product-blue); font-size: 1.3rem; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 1.4rem 1.3rem; font-size: 0.8rem; }

.product-final-cta { padding-block: 7rem; text-align: center; background: linear-gradient(150deg, #17324a, #0f1928 62%, #173632) !important; }
.product-final-cta .product-shell { display: flex; flex-direction: column; align-items: center; }
.product-final-cta .product-shell > i { display: grid; width: 64px; height: 64px; margin-bottom: 1.5rem; border: 1px solid rgba(111, 224, 191, 0.28); border-radius: 20px; background: rgba(111, 224, 191, 0.1); place-items: center; color: var(--product-mint); font-size: 2rem; }
.product-final-cta h2 { max-width: 780px; }
.product-final-cta .product-shell > p:not(.product-eyebrow) { max-width: 640px; margin: 1.2rem auto 0; }
.product-final-cta .product-actions { justify-content: center; }
.product-link.light { color: white; }

@media (hover: hover) {
    .pricing-card.featured > .pricing-card-head,
    .pricing-card.featured > ul,
    .pricing-card.featured > .action {
        transform: translateZ(16px);
    }

    .workflow-card,
    .security-grid article,
    .feature-grid article {
        transition: border-color 200ms ease, transform 200ms ease, background-color 200ms ease;
    }

    .workflow-card:hover,
    .security-grid article:hover,
    .feature-grid article:hover {
        border-color: rgba(89, 183, 237, 0.34);
        transform: translateY(-4px);
    }
}

@media (max-width: 1050px) {
    .product-hero-grid,
    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .product-hero-copy { text-align: center; }
    .product-hero-copy h1,
    .product-lead { margin-inline: auto; }
    .product-actions,
    .product-proof { justify-content: center; }
    .portal-preview { width: min(700px, 100%); margin: 0 auto; transform: none; }
    .showcase-copy { width: min(720px, 100%); }
    .showcase-grid.reverse .showcase-copy { order: 1; }
    .showcase-grid.reverse > [data-product-demo] { order: 2; }
    .product-showcase-alt .showcase-grid { grid-template-columns: 1fr; }
    .security-grid,
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .product-section { padding: 5rem 1.1rem; }
    .product-hero { padding-top: 4rem; }
    .product-hero-grid { gap: 3.5rem; }
    .facts-grid { grid-template-columns: repeat(2, 1fr); }
    .facts-grid > div:nth-child(2) { border-right: 0; }
    .facts-grid > div:nth-child(-n + 2) { border-bottom: 1px solid var(--product-line); }
    .workflow-grid { grid-template-columns: 1fr; }
    .workflow-card p { min-height: 0; }
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-card-emphasis { transform: none; }
    .pricing-card-head > p:last-child { min-height: 0; }
    .faq-grid { grid-template-columns: 1fr; }
    .faq-intro { position: static; }
}

@media (max-width: 580px) {
    .product-section h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
    .product-section h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
    .product-actions { flex-direction: column; align-items: stretch; }
    .product-actions a { justify-content: center; text-align: center; }
    .product-proof { display: grid; justify-content: start; text-align: left; }
    .portal-canvas { min-height: 390px; }
    .portal-nav span { display: none; }
    .portal-card { width: auto; margin-top: 3.5rem; padding: 1.25rem; }
    .portal-trust { flex-direction: column; gap: 0.4rem; }
    .browser-bar { grid-template-columns: 45px 1fr; }
    .facts-grid { grid-template-columns: 1fr; }
    .facts-grid > div { border-right: 0; border-bottom: 1px solid var(--product-line); }
    .facts-grid > div:nth-child(3) { border-bottom: 1px solid var(--product-line); }
    .facts-grid > div:last-child { border-bottom: 0; }
    .section-heading { margin-bottom: 2.7rem; text-align: left; }
    .section-cta { flex-direction: column; }
    .wizard-preview,
    .mailbox-preview { padding: 1.15rem; }
    .dashboard-preview { grid-template-columns: 42px 1fr; min-height: 350px; }
    .dash-main { padding: 0.85rem; }
    .dash-filters { margin-block: 1rem 0.8rem; }
    .dash-table > div { grid-template-columns: 0.8fr 1fr 1.3fr; gap: 0.5rem; padding: 0.65rem 0.25rem; }
    .dash-table > div > :nth-child(n + 4) { display: none; }
    .security-grid,
    .feature-grid { grid-template-columns: 1fr; }
    .feature-grid article { min-height: 0; }
    .plan-badge { position: static; align-self: flex-start; margin-bottom: 1rem; }
}
#top-image {
                    background-image: image-set(
                        url('/top-image-product-1920.avif') type('image/avif'),
                        url('/top-image-product-1920.jxl') type('image/jxl'),
                        url('/top-image-product-1920.jpg') type('image/jpeg')
                    );
                    background-size: cover;
                    background-position-y: -100px;
                    height: 700px;
                    align-content: end;
                    background-position: center;
}

@media (max-width: 1200px)
{
# top-image {
        background-image: image-set(
        url('/top-image-product-1200.avif') type('image/avif'),
        url('/top-image-product-1200.jxl') type('image/jxl'),
        url('/top-image-product-1200.jpg') type('image/jpeg')
    );

    height: 500px;
    }
}

@media (max-width: 1000px)
{
# top-image {
        background-image: image-set(
        url('/top-image-product-1000.avif') type('image/avif'),
        url('/top-image-product-1000.jxl') type('image/jxl'),
        url('/top-image-product-1000.jpg') type('image/jpeg')
    );
    }
}

@media (max-width: 800px)
{
# top-image {
    background-image: image-set(
        url('/top-image-product-800.avif') type('image/avif'),
        url('/top-image-product-800.jxl') type('image/jxl'),
        url('/top-image-product-800.jpg') type('image/jpeg')
    );
    }
}
