﻿:root {
    --ws-font-body: var(--ws-font-family, "Calibri", "Carlito", "Noto Sans Ethiopic", "Segoe UI", Arial, sans-serif);
    --ws-font-display: var(--ws-font-family, "Calibri", "Carlito", "Noto Sans Ethiopic", "Segoe UI", Arial, sans-serif);
    --ws-bg-deep: #071321;
    --ws-bg-strong: #0d2036;
    --ws-bg-mid: #102b45;
    --ws-ink-strong: #091426;
    --ws-ink: #0f213b;
    --ws-text: #102540;
    --ws-text-soft: #5d7292;
    --ws-white: #ffffff;
    --ws-line: rgba(118, 146, 182, 0.18);
    --ws-line-strong: rgba(61, 97, 143, 0.26);
    --ws-surface: rgba(255, 255, 255, 0.88);
    --ws-surface-strong: rgba(255, 255, 255, 0.96);
    --ws-surface-muted: rgba(243, 247, 252, 0.9);
    --ws-teal: #1096a5;
    --ws-cyan: #5fc4d4;
    --ws-amber: #f2bb63;
    --ws-amber-strong: #e39b31;
    --ws-green: #1d9168;
    --ws-red: #d95d53;
    --ws-shadow-lg: 0 28px 80px rgba(10, 26, 52, 0.18);
    --ws-shadow-md: 0 20px 48px rgba(12, 29, 51, 0.12);
    --ws-shadow-sm: 0 12px 24px rgba(12, 29, 51, 0.08);
    --ws-radius-xxl: 38px;
    --ws-radius-xl: 28px;
    --ws-radius-lg: 22px;
    --ws-radius-md: 16px;
    --ws-radius-sm: 12px;
    --ws-section-space: clamp(40px, 4.8vw, 72px);
    --ws-shell-pad: clamp(24px, 3vw, 34px);
    --ws-shell-gap: clamp(18px, 2.4vw, 28px);
    --ws-hero-overlay:
        radial-gradient(circle at 18% 18%, rgba(95, 196, 212, 0.18), transparent 34%),
        radial-gradient(circle at 86% 14%, rgba(242, 187, 99, 0.15), transparent 28%),
        linear-gradient(135deg, rgba(9, 24, 45, 0.98), rgba(14, 43, 71, 0.92) 56%, rgba(19, 110, 109, 0.85));
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: var(--ws-font-body);
    color: var(--ws-text);
    line-height: 1.65;
    background:
        radial-gradient(circle at top left, rgba(95, 196, 212, 0.18), transparent 25%),
        radial-gradient(circle at 92% 8%, rgba(242, 187, 99, 0.16), transparent 22%),
        linear-gradient(180deg, #061220 0%, #0a1830 14%, #eef4fb 42%, #f5f7fb 64%, #f8f3ea 100%);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: -1;
}

body::before {
    top: 110px;
    left: -140px;
    width: 380px;
    height: 380px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(95, 196, 212, 0.14), transparent 72%);
    filter: blur(18px);
}

body::after {
    right: -130px;
    bottom: 140px;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(242, 187, 99, 0.15), transparent 72%);
    filter: blur(18px);
}

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

a {
    color: inherit;
}

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

.public-shell {
    overflow-x: clip;
}

.container {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.page-body {
    padding-top: 118px;
}

section {
    position: relative;
    padding: var(--ws-section-space) 0;
}

.fade-up {
    opacity: 1;
    transform: translateY(0);
}

.js .fade-up,
.js .fade-in {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.js .fade-up.visible,
.js .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 999;
    padding: 16px 0 0;
}

.nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 14px 18px 14px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        linear-gradient(135deg, rgba(8, 19, 34, 0.94), rgba(16, 38, 61, 0.92) 58%, rgba(13, 90, 94, 0.85));
    box-shadow: 0 18px 50px rgba(6, 15, 28, 0.26);
    backdrop-filter: blur(18px);
}

.logo a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-family: var(--ws-font-display);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #081321;
    background: linear-gradient(135deg, #ffd28a, #f0b454 58%, #65c7d2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.logo-word {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    font-family: var(--ws-font-display);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.94);
}

.logo-word span {
    color: #f2bb63;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    color: rgba(237, 244, 252, 0.74);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover {
    color: var(--ws-white);
    background: rgba(255, 255, 255, 0.08);
}

.nav-links a.active {
    color: var(--ws-white);
    background: rgba(255, 255, 255, 0.1);
}

.nav-links .btn-outline {
    margin-left: 8px;
}

.nav-utilities {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lang-menu {
    position: relative;
}

.lang-menu-details {
    position: relative;
}

.lang-menu-details[open] {
    z-index: 8;
}

.lang-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 122px;
    min-height: 54px;
    padding: 8px 12px;
    border: 1px solid rgba(155, 214, 185, 0.38);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(242, 253, 247, 0.98), rgba(227, 245, 234, 0.96));
    box-shadow: 0 12px 22px rgba(7, 17, 31, 0.12);
    cursor: pointer;
    list-style: none;
}

.lang-menu-trigger::-webkit-details-marker {
    display: none;
}

.lang-menu-globe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(213, 242, 223, 0.95);
    color: #1e8a55;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.lang-menu-globe svg {
    width: 15px;
    height: 15px;
}

.lang-menu-current {
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #122130;
}

.lang-menu-chevron {
    margin-left: auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid #1d7f51;
    border-bottom: 2px solid #1d7f51;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
}

.lang-menu-details[open] .lang-menu-chevron {
    transform: rotate(225deg) translateY(-1px);
}

.lang-menu-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    display: grid;
    gap: 6px;
    min-width: 122px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 32px rgba(7, 17, 31, 0.14);
    border: 1px solid rgba(196, 224, 207, 0.78);
}

.lang-menu-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: none;
    border-radius: 13px;
    background: transparent;
    color: #182231;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.lang-menu-option:hover {
    background: rgba(221, 245, 229, 0.72);
    color: #1d7f51;
    transform: translateY(-1px);
}

.lang-menu-option.active {
    background: linear-gradient(180deg, rgba(223, 245, 230, 0.98), rgba(210, 238, 220, 0.96));
    color: #197648;
}

.lang-dropdown {
    width: 100%;
    min-height: 48px;
    padding: 0 44px 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: var(--ws-white);
    background: rgba(255, 255, 255, 0.04);
    font-weight: 700;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.lang-dropdown:focus {
    outline: none;
    border-color: rgba(95, 196, 212, 0.56);
    box-shadow: 0 0 0 3px rgba(95, 196, 212, 0.16);
}

.btn-primary,
.btn-outline {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #081321 !important;
    background: linear-gradient(135deg, #ffd28a, #f0b454 52%, #55bfd0);
    box-shadow: 0 14px 28px rgba(13, 32, 54, 0.22);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(13, 32, 54, 0.26);
}

.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--ws-white) !important;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.btn-outline:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.1);
}

.btn-large {
    min-height: 56px;
    padding: 0 28px;
    border-radius: 17px;
    font-size: 1rem;
}

.mobile-menu-btn {
    display: none;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.mobile-menu-btn span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--ws-white);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-btn.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-btn.open span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    width: min(1280px, calc(100% - 48px));
    margin: 14px auto 0;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(9, 21, 37, 0.98), rgba(12, 34, 56, 0.95));
    box-shadow: 0 18px 48px rgba(7, 17, 31, 0.22);
}

.mobile-menu.open {
    display: grid;
    gap: 10px;
}

.mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 14px;
    text-decoration: none;
    color: rgba(242, 247, 252, 0.84);
    background: rgba(255, 255, 255, 0.04);
    font-weight: 600;
}

.mobile-lang-dropdown {
    margin-top: 8px;
}

.footer {
    margin-top: 44px;
    padding: 24px 0 34px;
}

.footer-shell {
    display: grid;
    grid-template-columns: 1.8fr 1fr auto;
    gap: 28px;
    align-items: start;
    padding: 30px 34px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 10% 0, rgba(95, 196, 212, 0.16), transparent 28%),
        linear-gradient(135deg, rgba(8, 19, 34, 0.96), rgba(14, 41, 67, 0.94) 55%, rgba(17, 95, 101, 0.86));
    color: rgba(239, 245, 252, 0.88);
    box-shadow: 0 24px 52px rgba(7, 17, 31, 0.18);
}

.footer-brand {
    display: grid;
    gap: 14px;
    max-width: 520px;
}

.footer-mark {
    font-family: var(--ws-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--ws-white);
}

.footer-brand p,
.footer-copy {
    color: rgba(239, 245, 252, 0.68);
    font-size: 0.95rem;
}

.footer-contact {
    display: grid;
    gap: 6px;
}

.footer-contact strong {
    margin-top: 4px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(239, 245, 252, 0.88);
}

.footer-contact span {
    color: rgba(239, 245, 252, 0.74);
    font-size: 0.92rem;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.footer-links a {
    color: rgba(239, 245, 252, 0.82);
    text-decoration: none;
    font-weight: 600;
}

.footer-copy {
    justify-self: end;
    align-self: end;
    text-align: right;
    max-width: 220px;
}

.ws-home-eyebrow,
.ws-features-eyebrow,
.ws-pricing-eyebrow,
.ws-about-eyebrow,
.ws-demo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(240, 247, 252, 0.88);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ws-home-section-intro > span,
.ws-features-section-intro > span,
.ws-pricing-section-intro > span,
.ws-about-section-intro > span,
.ws-demo-section-intro > span,
.ws-pricing-stage-panel > span,
.ws-pricing-stage-note > span,
.ws-features-stage-topline > span,
.ws-about-stage-card > span,
.ws-home-logo-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(92, 133, 184, 0.18);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(235, 242, 249, 0.96));
    color: #5f7898;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.centered {
    text-align: center;
    margin-inline: auto;
}

.ws-home-section-intro,
.ws-features-section-intro,
.ws-pricing-section-intro,
.ws-about-section-intro,
.ws-demo-section-intro {
    display: grid;
    gap: 16px;
    max-width: 760px;
}

.ws-home-section-intro h2,
.ws-features-section-intro h2,
.ws-pricing-section-intro h2,
.ws-about-section-intro h2,
.ws-demo-section-intro h2 {
    font-family: var(--ws-font-display);
    font-size: clamp(1.9rem, 3vw, 2.95rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    color: var(--ws-ink-strong);
}

.ws-home-section-intro p,
.ws-features-section-intro p,
.ws-pricing-section-intro p,
.ws-about-section-intro p,
.ws-demo-section-intro p {
    font-size: 1.05rem;
    color: var(--ws-text-soft);
}

.ws-home-hero,
.ws-features-hero,
.ws-pricing-hero,
.ws-about-hero,
.ws-demo-hero {
    padding-top: 18px;
}

.ws-home-hero {
    padding-bottom: clamp(56px, 8vw, 124px);
}

.ws-home-hero-grid,
.ws-features-hero-grid,
.ws-pricing-hero-grid,
.ws-about-hero-grid,
.ws-demo-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 34px;
    align-items: stretch;
}

.ws-features-hero-grid,
.ws-pricing-hero-grid,
.ws-about-hero-grid {
    grid-template-columns: minmax(0, 0.97fr) minmax(0, 1.03fr);
}

.ws-home-hero-copy,
.ws-features-hero-copy,
.ws-pricing-hero-copy,
.ws-about-hero-copy,
.ws-demo-hero-copy {
    position: relative;
    padding: 38px 40px 40px;
    border-radius: var(--ws-radius-xxl);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--ws-hero-overlay);
    color: var(--ws-white);
    box-shadow: 0 28px 80px rgba(7, 17, 31, 0.28);
    overflow: hidden;
}

.ws-home-hero-copy::after,
.ws-features-hero-copy::after,
.ws-pricing-hero-copy::after,
.ws-about-hero-copy::after,
.ws-demo-hero-copy::after {
    content: "";
    position: absolute;
    right: -72px;
    bottom: -110px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(242, 187, 99, 0.18), transparent 70%);
    filter: blur(10px);
}

.ws-home-hero-copy h1,
.ws-features-hero-copy h1,
.ws-pricing-hero-copy h1,
.ws-about-hero-copy h1,
.ws-demo-hero-copy h1 {
    margin-top: 18px;
    font-family: var(--ws-font-display);
    font-size: clamp(2.5rem, 4vw, 4.55rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
    color: var(--ws-white);
}

.ws-pricing-hero-copy h1,
.ws-about-hero-copy h1 {
    font-size: clamp(2.45rem, 3.7vw, 4rem);
}

.ws-home-hero-subtitle,
.ws-features-hero-subtitle,
.ws-pricing-hero-subtitle,
.ws-about-hero-subtitle,
.ws-demo-hero-subtitle {
    margin-top: 18px;
    max-width: 720px;
    font-size: 1.05rem;
    color: rgba(241, 246, 252, 0.78);
}

.ws-home-hero-pills,
.ws-features-hero-pills,
.ws-pricing-hero-pills,
.ws-home-cta-pills,
.ws-features-cta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.ws-home-hero-pills span,
.ws-features-hero-pills span,
.ws-pricing-hero-pills span,
.ws-home-cta-pills span,
.ws-features-cta-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(243, 248, 252, 0.86);
    font-size: 0.88rem;
    font-weight: 700;
}

.ws-home-hero-actions,
.ws-features-hero-actions,
.ws-pricing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.ws-home-proof-strip,
.ws-demo-hero-points {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.ws-home-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ws-home-proof-item,
.ws-demo-hero-point {
    display: grid;
    gap: 8px;
    padding: 18px 18px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.08);
}

.ws-home-proof-item strong,
.ws-demo-hero-point strong {
    font-size: 1rem;
    color: var(--ws-white);
}

.ws-home-proof-item span,
.ws-demo-hero-point span {
    font-size: 0.92rem;
    color: rgba(240, 247, 252, 0.72);
}

.ws-home-hero-stage,
.ws-features-hero-stage,
.ws-pricing-stage,
.ws-about-hero-stage,
.ws-demo-form-shell {
    position: relative;
}

.ws-home-hero-stage {
    display: grid;
    align-content: start;
    gap: 16px;
}

.ws-home-stage-panel,
.ws-features-stage-panel,
.ws-pricing-stage-panel,
.ws-pricing-stage-note,
.ws-about-stage-card,
.ws-demo-form-shell,
.ws-home-lane-card,
.ws-home-advantage-card,
.ws-home-platform-metric,
.ws-home-trust-stat,
.ws-features-strip-card,
.ws-features-card,
.ws-features-proof-card,
.ws-pricing-plan,
.ws-pricing-compare-card,
.ws-pricing-addon-card,
.ws-about-value-card,
.ws-about-approach-card,
.ws-demo-process-card {
    padding: 26px;
    border-radius: 28px;
    border: 1px solid var(--ws-line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.92));
    box-shadow: var(--ws-shadow-md);
}

.ws-home-stage-panel,
.ws-features-stage-panel,
.ws-pricing-stage-panel {
    display: grid;
    gap: 16px;
    padding: 28px;
    min-height: 100%;
    border: 1px solid rgba(92, 133, 184, 0.2);
    background:
        radial-gradient(circle at top right, rgba(242, 187, 99, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 245, 251, 0.94));
}

.ws-visual-board {
    display: grid;
    gap: 16px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(67, 104, 150, 0.14);
    background:
        radial-gradient(circle at top right, rgba(95, 196, 212, 0.14), transparent 32%),
        linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(237, 244, 250, 0.94));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.ws-visual-board-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ws-visual-board-toolbar span,
.ws-visual-panel-head span,
.ws-visual-plan-card label,
.ws-visual-lane-card label,
.ws-visual-feature-card label,
.ws-visual-commercial-note span {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ws-text-soft);
}

.ws-visual-board-toolbar strong,
.ws-visual-panel-head strong,
.ws-visual-commercial-note strong {
    font-family: var(--ws-font-display);
    font-size: 1rem;
    line-height: 1.16;
    color: var(--ws-ink-strong);
}

.ws-visual-metric-row,
.ws-visual-split-grid,
.ws-visual-lane-grid,
.ws-visual-quad-grid,
.ws-visual-plan-stack,
.ws-visual-demo-list {
    display: grid;
    gap: 12px;
}

.ws-visual-metric-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.ws-visual-metric-card,
.ws-visual-panel,
.ws-visual-lane-card,
.ws-visual-feature-card,
.ws-visual-plan-card,
.ws-visual-commercial-note {
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(67, 104, 150, 0.12);
    background: rgba(255, 255, 255, 0.82);
}

.ws-visual-metric-card label,
.ws-visual-metric-card span,
.ws-visual-line-item span {
    color: var(--ws-text-soft);
}

.ws-visual-metric-card label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ws-visual-metric-card strong {
    font-family: var(--ws-font-display);
    font-size: 2rem;
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: var(--ws-ink-strong);
}

.ws-visual-metric-card span {
    font-size: 0.84rem;
    font-weight: 600;
}

.ws-visual-metric-card.accent,
.ws-visual-lane-card.accent,
.ws-visual-feature-card.accent,
.ws-visual-plan-card.featured {
    background:
        linear-gradient(180deg, rgba(239, 251, 249, 0.98), rgba(228, 246, 242, 0.92));
    border-color: rgba(29, 145, 104, 0.18);
}

.ws-visual-metric-card.soft {
    background:
        linear-gradient(180deg, rgba(251, 247, 241, 0.98), rgba(247, 239, 229, 0.92));
    border-color: rgba(227, 155, 49, 0.18);
}

.ws-visual-panel-head {
    display: grid;
    gap: 4px;
}

.ws-visual-line-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(67, 104, 150, 0.12);
}

.ws-visual-line-item:first-of-type {
    border-top: none;
    padding-top: 6px;
}

.ws-visual-line-item strong {
    font-size: 0.94rem;
    color: var(--ws-ink-strong);
}

.ws-visual-stack-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: start;
}

.ws-visual-stack-badges span,
.ws-visual-board-footer span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(9, 24, 45, 0.06);
    color: var(--ws-ink);
    font-size: 0.82rem;
    font-weight: 700;
}

.ws-visual-board-platform,
.ws-visual-board-about {
    min-height: 420px;
    align-content: start;
}

.ws-visual-lane-grid,
.ws-visual-quad-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ws-visual-lane-card strong,
.ws-visual-feature-card strong,
.ws-visual-plan-card strong {
    font-family: var(--ws-font-display);
    font-size: 1.08rem;
    line-height: 1.16;
    color: var(--ws-ink-strong);
}

.ws-visual-board-footer {
    display: flex;
    justify-content: flex-start;
}

.ws-visual-board-pricing {
    gap: 14px;
}

.ws-visual-plan-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ws-visual-plan-card strong {
    font-size: 2.1rem;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.ws-visual-plan-card span {
    color: var(--ws-text-soft);
    font-size: 0.85rem;
    font-weight: 600;
}

.ws-visual-commercial-note strong {
    max-width: 420px;
}

.ws-visual-board-demo {
    background:
        radial-gradient(circle at top right, rgba(242, 187, 99, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(237, 244, 250, 0.94));
}

.ws-home-stage-header,
.ws-features-stage-topline {
    display: grid;
    gap: 6px;
}

.ws-features-card-header {
    display: grid;
    gap: 12px;
    align-content: start;
}

.ws-home-stage-header span,
.ws-features-stage-topline strong,
.ws-pricing-stage-panel strong,
.ws-about-stage-card strong,
.ws-pricing-stage-note strong {
    color: var(--ws-ink-strong);
}

.ws-home-stage-header span,
.ws-features-stage-topline span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ws-text-soft);
}

.ws-home-stage-header strong,
.ws-features-stage-topline strong {
    font-family: var(--ws-font-display);
    font-size: 1.28rem;
    line-height: 1.15;
}

.ws-home-stage-rail,
.ws-features-stage-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ws-features-stage-rail {
    padding-inline: 28px;
    margin-top: 16px;
}

.ws-home-stage-card.mobile {
    grid-column: 1 / -1;
}

.ws-home-stage-card,
.ws-features-stage-card {
    display: grid;
    gap: 8px;
    padding: 20px 20px 18px;
    border-radius: 22px;
    border: 1px solid var(--ws-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--ws-shadow-sm);
}

.ws-home-stage-card.accent,
.ws-features-stage-card.accent,
.ws-features-card.accent,
.ws-pricing-addon-card.accent {
    background:
        linear-gradient(180deg, rgba(245, 252, 250, 0.98), rgba(234, 247, 244, 0.92));
    border-color: rgba(29, 145, 104, 0.18);
}

.ws-home-stage-card strong,
.ws-features-stage-card strong {
    font-family: var(--ws-font-display);
    font-size: 1.05rem;
    line-height: 1.15;
    color: var(--ws-ink-strong);
}

.ws-home-stage-card p,
.ws-features-stage-card p {
    font-size: 0.93rem;
    color: var(--ws-text-soft);
}

.ws-home-stage-card-label {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ws-teal);
}

.ws-product-chip-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ws-product-chip-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(9, 24, 45, 0.06);
    color: var(--ws-text);
    font-size: 0.83rem;
    font-weight: 700;
}

.ws-product-stage-shell {
    position: relative;
    min-height: 420px;
    padding-bottom: 40px;
}

.ws-product-shot.primary {
    position: relative;
    z-index: 2;
}

.ws-product-shot.secondary {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: min(47%, 290px);
    z-index: 3;
}

.ws-mockup-frame {
    position: relative;
    padding: 14px 14px 18px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        linear-gradient(160deg, rgba(8, 19, 34, 0.96), rgba(15, 42, 69, 0.9));
    box-shadow: 0 32px 62px rgba(7, 17, 31, 0.18);
    overflow: hidden;
}

.ws-generated-stage-frame {
    padding: 10px 10px 14px;
}

.ws-mockup-frame.light {
    border-color: rgba(67, 104, 150, 0.18);
    background:
        linear-gradient(160deg, rgba(250, 252, 255, 0.96), rgba(234, 241, 249, 0.92));
    box-shadow: 0 26px 48px rgba(10, 26, 52, 0.12);
}

.ws-mockup-frame.compact {
    padding: 12px 12px 16px;
    border-radius: 26px;
}

.ws-mockup-glow {
    position: absolute;
    inset: auto -8% -22% auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(95, 196, 212, 0.22), transparent 72%);
    filter: blur(10px);
}

.ws-mockup-glow.warm {
    background: radial-gradient(circle, rgba(242, 187, 99, 0.22), transparent 72%);
}

.ws-mockup-chrome {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 20px;
    margin-bottom: 12px;
}

.ws-mockup-chrome span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
}

.ws-mockup-frame.light .ws-mockup-chrome span {
    background: rgba(15, 33, 59, 0.18);
}

.ws-mockup-image {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.ws-generated-stage-image {
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    object-position: center center;
    background: linear-gradient(180deg, rgba(245, 249, 253, 0.92), rgba(235, 242, 249, 0.76));
}

.ws-mockup-badge {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(8, 19, 34, 0.78);
    backdrop-filter: blur(12px);
    color: var(--ws-white);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.top-left {
    top: 18px;
    left: 18px;
}

.top-right {
    top: 18px;
    right: 18px;
}

.bottom-left {
    bottom: 18px;
    left: 18px;
}

.ws-home-lane-grid,
.ws-features-catalog-grid,
.ws-pricing-plan-grid,
.ws-pricing-addon-grid,
.ws-about-values,
.ws-about-approach-grid,
.ws-demo-process-grid,
.ws-pricing-compare-grid {
    display: grid;
    gap: 20px;
}

.ws-home-lane-grid,
.ws-features-catalog-grid,
.ws-pricing-addon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.ws-home-lanes,
.ws-home-buyer,
.ws-home-market,
.ws-home-expansion,
.ws-home-platform,
.ws-home-trust,
.ws-home-cta,
.ws-features-strip,
.ws-features-suite-map,
.ws-features-catalog,
.ws-features-proof,
.ws-features-cta,
.ws-pricing-plans,
.ws-pricing-compare,
.ws-pricing-addons,
.ws-pricing-cta,
.ws-about-story,
.ws-about-approach,
.ws-about-cta,
.ws-demo-process {
    padding-top: 40px;
}

.ws-home-lanes {
    margin-top: 0;
}

.ws-home-section-intro.centered,
.ws-features-section-intro.centered,
.ws-pricing-section-intro.centered,
.ws-about-section-intro.centered,
.ws-demo-section-intro.centered {
    justify-items: center;
    padding-bottom: 8px;
}

.ws-home-lanes .ws-home-section-intro p {
    color: #31495f;
    font-weight: 700;
}

.ws-home-lanes-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    max-width: 900px;
    padding: 14px 18px;
    border-radius: 18px;
    border: 1px solid rgba(91, 124, 168, 0.18);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.9), rgba(235, 243, 250, 0.78));
    color: #22384c !important;
    font-weight: 700 !important;
    box-shadow: 0 16px 30px rgba(10, 26, 52, 0.08);
}

.ws-home-lane-card,
.ws-features-card,
.ws-pricing-addon-card,
.ws-about-value-card,
.ws-about-approach-card,
.ws-demo-process-card {
    display: grid;
    align-content: start;
    gap: 14px;
}

.ws-home-lane-summary > span,
.ws-features-card-header > span,
.ws-pricing-addon-card > span,
.ws-about-value-card > span,
.ws-about-approach-card > span,
.ws-demo-process-card > span,
.ws-pricing-stage-metric label,
.ws-pricing-plan-tier,
.ws-pricing-compare-card > span {
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ws-text-soft);
}

.ws-home-lane-summary strong,
.ws-features-card-header strong,
.ws-pricing-addon-card strong,
.ws-about-value-card strong,
.ws-about-approach-card strong,
.ws-demo-process-card strong {
    font-family: var(--ws-font-display);
    font-size: 1.24rem;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--ws-ink-strong);
}

.ws-home-lane-detail p,
.ws-features-card p,
.ws-pricing-addon-card p,
.ws-demo-process-card p {
    color: var(--ws-text-soft);
}

.ws-pricing-addon-card {
    grid-template-rows: auto auto 1fr auto;
}

.ws-home-lane-tags,
.ws-features-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: start;
}

.ws-home-lane-tags span,
.ws-features-card-tags span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(9, 24, 45, 0.06);
    color: var(--ws-ink);
    font-size: 0.8rem;
    font-weight: 700;
}

.ws-home-lane-grid {
    align-items: start;
    margin-top: 22px;
}

.ws-home-buyer-shell,
.ws-features-suite-shell {
    display: grid;
    gap: 22px;
    padding: var(--ws-shell-pad);
    border-radius: 34px;
    border: 1px solid var(--ws-line);
    background:
        radial-gradient(circle at 12% 16%, rgba(95, 196, 212, 0.12), transparent 26%),
        radial-gradient(circle at 90% 12%, rgba(242, 187, 99, 0.13), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.94));
    box-shadow: var(--ws-shadow-lg);
}

.ws-home-buyer-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.12fr) minmax(250px, 0.82fr);
    gap: 16px;
    align-items: stretch;
}

.ws-home-buyer-card,
.ws-features-suite-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 246px;
    padding: 24px;
    border-radius: 26px;
    border: 1px solid rgba(67, 104, 150, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.94));
    box-shadow: 0 16px 36px rgba(10, 26, 52, 0.09);
    overflow: hidden;
}

.ws-home-buyer-card::before,
.ws-features-suite-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--ws-teal), var(--ws-cyan));
}

.ws-home-buyer-card.problem {
    background:
        radial-gradient(circle at top right, rgba(217, 93, 83, 0.1), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 245, 244, 0.94));
}

.ws-home-buyer-card.problem::before {
    background: linear-gradient(90deg, #d95d53, #f2bb63);
}

.ws-home-buyer-card.outcome,
.ws-features-suite-card.premium {
    background:
        radial-gradient(circle at top right, rgba(29, 145, 104, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 246, 0.94));
}

.ws-home-buyer-card.outcome::before,
.ws-features-suite-card.premium::before {
    background: linear-gradient(90deg, #1096a5, #1d9168);
}

.ws-home-buyer-card.commercial {
    background:
        radial-gradient(circle at top right, rgba(242, 187, 99, 0.16), transparent 31%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 237, 0.94));
}

.ws-home-buyer-card.commercial::before {
    background: linear-gradient(90deg, #e39b31, #d95d53);
}

.ws-home-buyer-card span,
.ws-features-suite-card span {
    color: #0f807b;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ws-home-buyer-card.problem span {
    color: #b84a43;
}

.ws-home-buyer-card.commercial span {
    color: #b36c13;
}

.ws-home-buyer-card strong,
.ws-features-suite-card strong {
    font-family: var(--ws-font-display);
    font-size: 1.22rem;
    line-height: 1.16;
    letter-spacing: -0.03em;
    color: var(--ws-ink-strong);
}

.ws-features-suite-card p {
    color: var(--ws-text-soft);
    font-size: 0.95rem;
    line-height: 1.58;
}

.ws-home-buyer-card ul {
    display: grid;
    gap: 10px;
    list-style: none;
}

.ws-home-buyer-card li {
    position: relative;
    padding-left: 20px;
    color: #31485f;
    font-size: 0.92rem;
    line-height: 1.48;
}

.ws-home-buyer-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.54;
}

.ws-home-buyer-card.problem li::before {
    color: #d95d53;
}

.ws-home-buyer-card.outcome li::before {
    color: #1d9168;
}

.ws-home-buyer-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.ws-home-buyer-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(9, 24, 45, 0.06);
    color: var(--ws-ink);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.ws-features-suite-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ws-home-market-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.55fr);
    gap: 18px;
    padding: var(--ws-shell-pad);
    border-radius: 34px;
    border: 1px solid rgba(112, 147, 186, 0.18);
    background:
        radial-gradient(circle at 12% 8%, rgba(95, 196, 212, 0.16), transparent 26%),
        radial-gradient(circle at 92% 12%, rgba(242, 187, 99, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.94));
    box-shadow: var(--ws-shadow-lg);
}

.ws-home-market-copy {
    display: grid;
    gap: 18px;
}

.ws-home-market-why,
.ws-home-market-card {
    border: 1px solid rgba(67, 104, 150, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.94));
    box-shadow: var(--ws-shadow-sm);
}

.ws-home-market-why {
    display: grid;
    gap: 16px;
    padding: 22px;
    border-radius: 26px;
}

.ws-home-market-why > span,
.ws-home-market-card span,
.ws-command-topbar span,
.ws-command-metrics span,
.ws-command-panel-heading span,
.ws-command-alerts span,
.ws-command-phone span {
    color: #0f807b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ws-home-market-why > strong,
.ws-home-market-card strong,
.ws-command-topbar strong,
.ws-command-panel-heading strong,
.ws-command-alerts strong,
.ws-command-phone strong {
    font-family: var(--ws-font-display);
    color: var(--ws-ink-strong);
}

.ws-home-market-why > strong {
    font-size: 1.28rem;
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.ws-home-market-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ws-home-market-why-grid div {
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(9, 24, 45, 0.045);
}

.ws-home-market-why-grid small {
    color: var(--ws-ink-strong);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ws-home-market-why-grid p {
    color: var(--ws-text-soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.ws-home-market-side,
.ws-home-market-industries {
    display: grid;
    gap: 12px;
}

.ws-home-market-industries {
    grid-template-columns: 1fr;
}

.ws-home-market-card {
    position: relative;
    display: grid;
    gap: 8px;
    min-height: 112px;
    padding: 18px;
    border-radius: 22px;
    overflow: hidden;
}

.ws-home-market-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--ws-teal), var(--ws-cyan));
}

.ws-home-market-card.accent::before,
.ws-home-market-card.premium::before {
    background: linear-gradient(90deg, #1096a5, #1d9168);
}

.ws-home-market-card strong {
    font-size: 1rem;
    line-height: 1.32;
}

.ws-home-market-command {
    grid-column: 1 / -1;
    display: grid;
    gap: 16px;
    min-width: 0;
    min-height: 560px;
    padding: 18px;
    border-radius: 32px;
    border: 1px solid rgba(129, 199, 211, 0.18);
    background:
        radial-gradient(circle at 18% 16%, rgba(95, 196, 212, 0.18), transparent 30%),
        radial-gradient(circle at 84% 12%, rgba(242, 187, 99, 0.16), transparent 26%),
        linear-gradient(145deg, rgba(7, 19, 33, 0.98), rgba(10, 42, 64, 0.96) 52%, rgba(11, 91, 90, 0.92));
    box-shadow: 0 34px 80px rgba(7, 17, 31, 0.24);
    overflow: hidden;
}

.ws-command-topbar,
.ws-command-metrics,
.ws-command-grid,
.ws-command-bottom {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.ws-command-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
}

.ws-command-topbar span,
.ws-command-panel-heading span,
.ws-command-phone span {
    color: rgba(181, 238, 235, 0.86);
}

.ws-command-topbar strong {
    display: block;
    margin-top: 2px;
    color: var(--ws-white);
    font-size: 1.25rem;
    line-height: 1.18;
}

.ws-command-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(249, 253, 255, 0.9);
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
}

.ws-command-live-pill span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #65d99f;
    box-shadow: 0 0 0 6px rgba(101, 217, 159, 0.14);
}

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

.ws-command-metrics article,
.ws-command-flow,
.ws-command-workload,
.ws-command-phone,
.ws-command-alerts article {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 42px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(18px);
}

.ws-command-metrics article {
    display: grid;
    gap: 6px;
    min-height: 112px;
    padding: 16px;
    border-radius: 22px;
}

.ws-command-metrics article.warm span {
    color: #f2bb63;
}

.ws-command-metrics strong {
    font-family: var(--ws-font-display);
    font-size: 2rem;
    line-height: 1;
    color: var(--ws-white);
    letter-spacing: -0.05em;
}

.ws-command-metrics small,
.ws-command-flow small,
.ws-command-lane-stack span,
.ws-command-lane-stack small,
.ws-command-phone small {
    color: rgba(235, 247, 250, 0.68);
}

.ws-command-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    gap: 12px;
}

.ws-command-flow,
.ws-command-workload {
    display: grid;
    gap: 16px;
    min-width: 0;
    padding: 18px;
    border-radius: 26px;
}

.ws-command-panel-heading {
    display: grid;
    gap: 4px;
}

.ws-command-panel-heading strong,
.ws-command-alerts strong,
.ws-command-phone strong {
    color: var(--ws-white);
}

.ws-command-flow-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.ws-command-flow-line::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, rgba(95, 196, 212, 0.12), rgba(95, 196, 212, 0.78), rgba(242, 187, 99, 0.72));
}

.ws-command-flow-line article {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px 8px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
}

.ws-command-flow-line article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(135deg, #5fc4d4, #f2bb63);
    color: #071321;
    font-size: 0.78rem;
    font-weight: 900;
}

.ws-command-flow-line strong,
.ws-command-lane-stack strong {
    color: var(--ws-white);
    font-size: 0.92rem;
}

.ws-command-lane-stack {
    display: grid;
    gap: 10px;
}

.ws-command-lane-stack article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 11px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.ws-command-lane-stack article > div:nth-child(2) {
    min-width: 0;
}

.ws-command-lane-stack article > div:nth-child(2) span {
    display: block;
}

.ws-command-lane-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    color: #061321;
    font-weight: 900;
}

.ws-command-lane-icon.core {
    background: linear-gradient(135deg, #5fc4d4, #ffffff);
}

.ws-command-lane-icon.premium {
    background: linear-gradient(135deg, #65d99f, #e9fff4);
}

.ws-command-lane-stack small {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    font-size: 0.72rem;
    font-weight: 900;
}

.ws-command-bottom {
    display: grid;
    grid-template-columns: minmax(200px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
}

.ws-command-phone {
    position: relative;
    display: grid;
    gap: 10px;
    min-height: 180px;
    padding: 28px 16px 16px;
    border-radius: 28px;
}

.ws-command-phone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 66px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
}

.ws-command-phone-map {
    position: relative;
    min-height: 74px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(95, 196, 212, 0.2), rgba(242, 187, 99, 0.16)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 14px);
    overflow: hidden;
}

.ws-command-phone-map i {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #65d99f;
    box-shadow: 0 0 0 7px rgba(101, 217, 159, 0.18);
}

.ws-command-phone-map i:nth-child(1) {
    left: 24%;
    top: 28%;
}

.ws-command-phone-map i:nth-child(2) {
    right: 22%;
    top: 44%;
}

.ws-command-phone-map i:nth-child(3) {
    left: 48%;
    bottom: 18%;
    background: #f2bb63;
    box-shadow: 0 0 0 7px rgba(242, 187, 99, 0.18);
}

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

.ws-command-alerts article {
    display: grid;
    gap: 8px;
    align-content: center;
    min-height: 132px;
    padding: 16px;
    border-radius: 22px;
}

.ws-command-alerts article.warm span {
    color: #f2bb63;
}

.ws-home-lane-card {
    position: relative;
    padding: 0;
    display: block;
    min-height: 272px;
    height: 272px;
    overflow: hidden;
    transition:
        height 0.82s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.42s ease,
        border-color 0.42s ease;
}

.ws-home-lane-card.is-expanded,
.ws-home-lane-card.is-previewing,
.ws-home-lane-card:hover,
.ws-home-lane-card:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 26px 54px rgba(10, 29, 50, 0.14);
    border-color: rgba(29, 145, 104, 0.2);
    z-index: 4;
}

.ws-home-lane-card.accent {
    background:
        linear-gradient(160deg, rgba(241, 251, 249, 0.98), rgba(231, 246, 243, 0.94));
}

.ws-home-lane-card summary {
    list-style: none;
    cursor: pointer;
}

.ws-home-lane-card summary::-webkit-details-marker {
    display: none;
}

.ws-home-lane-summary {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    align-content: start;
    gap: 14px;
    min-height: 272px;
    padding: 24px 24px 20px;
}

.ws-home-lane-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-top: auto;
}

.ws-home-lane-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(9, 24, 45, 0.06);
    color: var(--ws-ink-strong);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.ws-home-lane-toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.ws-home-lane-card.is-expanded .ws-home-lane-toggle::after {
    transform: rotate(225deg) translateY(-1px);
}

.ws-home-lane-card.is-previewing .ws-home-lane-toggle::after {
    transform: rotate(225deg) translateY(-1px);
}

.ws-home-lane-toggle .open-label {
    display: none;
}

.ws-home-lane-card.is-expanded .ws-home-lane-toggle .closed-label {
    display: none;
}

.ws-home-lane-card.is-expanded .ws-home-lane-toggle .open-label {
    display: inline;
}

.ws-home-lane-detail {
    display: grid;
    gap: 16px;
    margin: 0 24px 0;
    padding: 0;
    opacity: 0;
    overflow: visible;
    transform: translateY(26px) scale(0.98);
    transform-origin: top;
    transition:
        opacity 0.34s ease,
        transform 0.72s cubic-bezier(0.19, 1, 0.22, 1),
        padding 0.72s cubic-bezier(0.19, 1, 0.22, 1);
}

.ws-home-lane-detail > * {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 0.38s ease,
        transform 0.56s cubic-bezier(0.19, 1, 0.22, 1);
}

.ws-home-lane-list {
    display: grid;
    gap: 10px;
    padding-left: 18px;
    color: var(--ws-ink);
}

.ws-home-lane-list li {
    color: #31485f;
    font-size: 0.95rem;
    line-height: 1.55;
}

.ws-home-lane-card.is-expanded .ws-home-lane-detail {
    padding: 0 0 24px;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.ws-home-lane-card.is-expanded .ws-home-lane-detail > *,
.ws-home-lane-card.is-previewing .ws-home-lane-detail > * {
    opacity: 1;
    transform: translateY(0);
}

.ws-home-lane-card.is-expanded .ws-home-lane-detail > *:nth-child(2),
.ws-home-lane-card.is-previewing .ws-home-lane-detail > *:nth-child(2) {
    transition-delay: 0.12s;
}

@media (hover: hover) and (pointer: fine) {
    .ws-home-lane-card.is-previewing .ws-home-lane-detail {
        padding: 0 0 24px;
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.ws-home-expansion-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 22px;
    align-items: stretch;
}

.ws-home-expansion-copy,
.ws-home-expansion-board {
    border: 1px solid var(--ws-line);
    box-shadow: var(--ws-shadow-md);
}

.ws-home-expansion-copy {
    display: grid;
    align-content: space-between;
    gap: 26px;
    padding: 30px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(242, 187, 99, 0.2), transparent 34%),
        linear-gradient(145deg, rgba(9, 24, 45, 0.96), rgba(13, 77, 88, 0.92));
    color: var(--ws-white);
    overflow: hidden;
}

.ws-home-expansion-copy .ws-home-section-intro > span {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(245, 249, 252, 0.88);
}

.ws-home-expansion-copy .ws-home-section-intro h2 {
    color: var(--ws-white);
}

.ws-home-expansion-copy .ws-home-section-intro p {
    color: rgba(242, 248, 252, 0.76);
}

.ws-home-expansion-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ws-home-expansion-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 18px;
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 250, 0.92));
}

.ws-home-expansion-card {
    position: relative;
    display: grid;
    gap: 12px;
    min-height: 232px;
    padding: 22px;
    border: 1px solid rgba(67, 104, 150, 0.14);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.94));
    box-shadow: 0 14px 28px rgba(10, 26, 52, 0.08);
    overflow: hidden;
}

.ws-home-expansion-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--ws-teal), var(--ws-amber));
}

.ws-home-expansion-card span,
.ws-features-card.premium .ws-features-card-header > span,
.ws-features-strip-card.premium span {
    color: #0f807b;
}

.ws-home-expansion-card strong {
    font-family: var(--ws-font-display);
    font-size: 1.22rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--ws-ink-strong);
}

.ws-home-expansion-card span {
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ws-home-expansion-card p {
    color: var(--ws-text-soft);
    font-size: 0.95rem;
    line-height: 1.55;
}

.ws-home-expansion-card.hr::before,
.ws-features-card.premium::before {
    background: linear-gradient(90deg, #1096a5, #1d9168);
}

.ws-features-card.premium {
    position: relative;
    overflow: hidden;
}

.ws-features-card.premium::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
}

.ws-home-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 24px;
    align-items: stretch;
}

.ws-home-trust-shell {
    display: grid;
    gap: var(--ws-shell-gap);
    padding: var(--ws-shell-pad);
    border-radius: 34px;
    border: 1px solid var(--ws-line);
    background:
        radial-gradient(circle at top left, rgba(95, 196, 212, 0.12), transparent 26%),
        radial-gradient(circle at bottom right, rgba(242, 187, 99, 0.12), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 252, 0.95));
    box-shadow: var(--ws-shadow-lg);
}

.ws-home-platform-shell {
    display: grid;
    gap: 22px;
    padding: var(--ws-shell-pad);
    border-radius: 34px;
    border: 1px solid var(--ws-line);
    background:
        radial-gradient(circle at top right, rgba(95, 196, 212, 0.12), transparent 24%),
        radial-gradient(circle at bottom left, rgba(242, 187, 99, 0.12), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.95));
    box-shadow: var(--ws-shadow-lg);
}

.ws-home-platform-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: start;
}

.ws-home-platform-copy,
.ws-home-trust-copy {
    display: grid;
    gap: 18px;
}

.ws-home-trust-intro {
    max-width: 640px;
}

.ws-home-trust-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ws-home-trust-highlight {
    display: grid;
    gap: 10px;
    align-content: start;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(67, 104, 150, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 252, 0.94));
    box-shadow: var(--ws-shadow-sm);
}

.ws-home-trust-highlight.accent {
    background: linear-gradient(180deg, rgba(245, 252, 250, 0.98), rgba(233, 247, 243, 0.94));
    border-color: rgba(29, 145, 104, 0.16);
}

.ws-home-trust-highlight span {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ws-teal);
}

.ws-home-trust-highlight strong {
    font-family: var(--ws-font-display);
    font-size: 1rem;
    line-height: 1.32;
    color: var(--ws-ink-strong);
}

.ws-home-platform-metrics,
.ws-home-trust-stats {
    display: grid;
    gap: 14px;
}

.ws-home-platform-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ws-home-platform-metric strong,
.ws-home-trust-stat strong {
    display: block;
    margin-top: 8px;
    font-family: var(--ws-font-display);
    font-size: 1.05rem;
    color: var(--ws-ink-strong);
}

.ws-home-platform-metric span,
.ws-home-trust-stat span {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ws-text-soft);
}

.ws-home-platform-stage,
.ws-about-hero-stage {
    position: relative;
    display: grid;
    gap: 18px;
}

.ws-home-platform-stage {
    align-items: start;
}

.ws-home-platform-stage-foot {
    display: grid;
    gap: 12px;
}

.ws-home-platform-stage::before,
.ws-about-hero-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(95, 196, 212, 0.16), transparent 28%),
        radial-gradient(circle at bottom right, rgba(242, 187, 99, 0.16), transparent 30%);
    pointer-events: none;
}

.ws-home-stage-secondary,
.ws-about-stage-secondary,
.ws-features-stage-secondary,
.ws-pricing-stage-secondary {
    width: min(46%, 280px);
}

.ws-home-platform-note-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.ws-home-platform-frame {
    min-height: 0;
    padding-bottom: 0;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}

.ws-home-platform-frame:hover {
    transform: translateY(-4px);
    border-color: rgba(82, 126, 171, 0.24);
    box-shadow: 0 24px 44px rgba(10, 26, 52, 0.16);
}

.ws-home-platform-frame .ws-generated-stage-image {
    aspect-ratio: 16 / 9;
}

.ws-home-platform-float,
.ws-about-stage-card {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(67, 104, 150, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.94));
    box-shadow: var(--ws-shadow-sm);
    color: var(--ws-ink-strong);
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease, border-color 0.24s ease;
}

.ws-home-platform-float:hover,
.ws-home-platform-float:focus-within,
.ws-home-platform-metric:hover,
.ws-home-platform-metric:focus-within {
    transform: translateY(-4px);
    border-color: rgba(82, 126, 171, 0.22);
    box-shadow: 0 18px 34px rgba(10, 26, 52, 0.12);
}

.ws-home-platform-float.accent {
    background:
        linear-gradient(180deg, rgba(245, 252, 250, 0.98), rgba(234, 247, 244, 0.92));
    border-color: rgba(29, 145, 104, 0.18);
}

.ws-home-platform-float span {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ws-teal);
}

.ws-home-platform-float strong,
.ws-about-stage-card strong {
    font-family: var(--ws-font-display);
    font-size: 0.98rem;
    line-height: 1.16;
    color: var(--ws-ink-strong);
}

.ws-home-platform-float p {
    color: var(--ws-text-soft);
    font-size: 0.9rem;
    line-height: 1.55;
}

.ws-home-platform-float-wide {
    min-height: 0;
}

.ws-about-stage-card {
    max-width: none;
}

.ws-home-logo-shell {
    display: grid;
    gap: 18px;
    align-content: start;
}

.ws-home-logo-heading {
    display: grid;
    gap: 12px;
    padding: var(--ws-shell-pad);
    border-radius: 28px;
    border: 1px solid var(--ws-line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.94));
    box-shadow: var(--ws-shadow-sm);
}

.ws-home-logo-heading strong {
    font-family: var(--ws-font-display);
    font-size: 1.18rem;
    line-height: 1.16;
    color: var(--ws-ink-strong);
}

.ws-home-logo-heading p {
    color: var(--ws-text-soft);
}

.ws-home-logo-cloud {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-content: start;
}

.ws-home-logo-card {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 148px;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(67, 104, 150, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 252, 0.94));
    box-shadow: var(--ws-shadow-sm);
    overflow: hidden;
    transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.26s ease, border-color 0.26s ease;
}

.ws-home-logo-card::before {
    content: "";
    position: absolute;
    inset: auto auto -54px -40px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(95, 196, 212, 0.14), transparent 68%);
    pointer-events: none;
}

.ws-home-logo-card:hover {
    transform: translateY(-5px);
    border-color: rgba(82, 126, 171, 0.22);
    box-shadow: 0 24px 44px rgba(10, 26, 52, 0.14);
}

.ws-home-logo-card.featured {
    background:
        radial-gradient(circle at top right, rgba(95, 196, 212, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(240, 247, 252, 0.95));
}

.ws-home-logo-card.accent {
    background:
        radial-gradient(circle at top right, rgba(242, 187, 99, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 244, 237, 0.95));
}

.logo-item {
    width: 100%;
    max-height: 82px;
    object-fit: contain;
}

.ws-home-testimonial-shell {
    position: relative;
    display: grid;
    gap: 28px;
    padding: var(--ws-shell-pad);
    border-radius: 34px;
    border: 1px solid var(--ws-line);
    background:
        radial-gradient(circle at top right, rgba(95, 196, 212, 0.14), transparent 26%),
        radial-gradient(circle at bottom left, rgba(242, 187, 99, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.95));
    box-shadow: var(--ws-shadow-lg);
    overflow: hidden;
}

.ws-home-testimonial-intro {
    display: grid;
    gap: 14px;
    max-width: 900px;
}

.ws-home-testimonial-intro > span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ws-teal);
}

.ws-home-testimonial-intro h2 {
    font-family: var(--ws-font-display);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    color: var(--ws-ink-strong);
}

.ws-home-testimonial-intro p {
    max-width: 760px;
    color: var(--ws-text-soft);
}

.ws-home-testimonial-note-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ws-home-testimonial-note-row span,
.ws-home-testimonial-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(9, 24, 45, 0.06);
    color: var(--ws-ink);
    font-size: 0.82rem;
    font-weight: 700;
}

.ws-home-testimonial-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 30px;
    align-items: stretch;
}

.ws-home-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-items: start;
}

.ws-home-testimonial-column {
    position: relative;
    display: grid;
    gap: 22px;
    align-content: start;
    padding: 18px 0;
}

.ws-home-testimonial-column::before {
    content: "";
    position: absolute;
    inset: 10px 24px 10px 24px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(95, 196, 212, 0.12), rgba(242, 187, 99, 0.08));
    filter: blur(0.2px);
}

.ws-home-testimonial-column.left::before {
    inset: 18px 34px 0 10px;
}

.ws-home-testimonial-column.right::before {
    inset: 0 10px 18px 34px;
}

.ws-home-testimonial-featured,
.ws-home-testimonial-card {
    display: grid;
    gap: 18px;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(67, 104, 150, 0.16);
    box-shadow: var(--ws-shadow-sm);
}

.ws-home-testimonial-featured {
    position: relative;
    min-height: 100%;
    align-content: start;
    padding: 34px;
    background:
        radial-gradient(circle at top right, rgba(95, 196, 212, 0.18), transparent 28%),
        linear-gradient(145deg, rgba(8, 19, 34, 0.98), rgba(14, 43, 71, 0.92) 54%, rgba(14, 108, 104, 0.84));
    color: var(--ws-white);
    box-shadow: 0 32px 66px rgba(7, 17, 31, 0.24);
    overflow: hidden;
}

.ws-home-testimonial-featured::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -42px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 68%);
    pointer-events: none;
}

.ws-home-testimonial-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 253, 0.95));
    box-shadow: 0 24px 44px rgba(10, 26, 52, 0.1);
    z-index: 1;
    min-height: 100%;
    align-content: start;
    --ws-testimonial-tilt: 0deg;
    transform: rotate(var(--ws-testimonial-tilt));
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ws-home-testimonial-card.accent {
    background:
        linear-gradient(180deg, rgba(245, 252, 250, 0.99), rgba(233, 247, 243, 0.94));
    border-color: rgba(29, 145, 104, 0.16);
}

.ws-home-testimonial-card:hover {
    transform: translateY(-4px) rotate(var(--ws-testimonial-tilt));
    box-shadow: 0 28px 52px rgba(10, 26, 52, 0.14);
}

.ws-home-testimonial-card.offset-up {
    margin-right: 42px;
}

.ws-home-testimonial-card.offset-down {
    margin-left: 42px;
}

.ws-home-testimonial-column.left .ws-home-testimonial-card:first-child {
    --ws-testimonial-tilt: -2.6deg;
}

.ws-home-testimonial-column.left .ws-home-testimonial-card:last-child {
    --ws-testimonial-tilt: 1.9deg;
}

.ws-home-testimonial-column.right .ws-home-testimonial-card:first-child {
    --ws-testimonial-tilt: 2.4deg;
}

.ws-home-testimonial-column.right .ws-home-testimonial-card:last-child {
    --ws-testimonial-tilt: -2.1deg;
}

.ws-home-testimonial-person {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ws-home-testimonial-avatar {
    width: 74px;
    height: 74px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(67, 104, 150, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.94));
    box-shadow: 0 14px 28px rgba(12, 29, 51, 0.1);
}

.ws-home-testimonial-avatar.featured {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 30px rgba(2, 8, 23, 0.24);
}

.ws-home-testimonial-avatar.initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ws-font-display);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--ws-ink-strong);
    background:
        radial-gradient(circle at top right, rgba(242, 187, 99, 0.22), transparent 42%),
        linear-gradient(180deg, rgba(242, 248, 250, 0.98), rgba(232, 243, 246, 0.94));
}

.ws-home-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ws-home-testimonial-person-copy {
    display: grid;
    gap: 4px;
}

.ws-home-testimonial-person-copy span {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ws-teal);
}

.ws-home-testimonial-featured .ws-home-testimonial-person-copy span {
    color: rgba(144, 221, 231, 0.88);
}

.ws-home-testimonial-person-copy strong {
    font-family: var(--ws-font-display);
    font-size: 1.12rem;
    line-height: 1.1;
    color: var(--ws-ink-strong);
}

.ws-home-testimonial-featured .ws-home-testimonial-person-copy strong {
    color: var(--ws-white);
}

.ws-home-testimonial-person-copy small {
    color: var(--ws-text-soft);
    line-height: 1.45;
}

.ws-home-testimonial-featured .ws-home-testimonial-person-copy small {
    color: rgba(232, 241, 248, 0.76);
}

.ws-home-testimonial-stars {
    font-size: 1rem;
    letter-spacing: 0.18em;
    color: var(--ws-amber);
}

.ws-home-testimonial-featured .ws-home-testimonial-stars {
    color: #ffd58b;
}

.ws-home-testimonial-featured blockquote,
.ws-home-testimonial-card blockquote {
    margin: 0;
    font-family: var(--ws-font-display);
    font-size: clamp(1.12rem, 1.6vw, 1.48rem);
    line-height: 1.42;
    letter-spacing: -0.03em;
}

.ws-home-testimonial-featured blockquote {
    color: rgba(250, 253, 255, 0.98);
}

.ws-home-testimonial-card blockquote {
    color: var(--ws-ink-strong);
}

.ws-home-testimonial-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ws-home-testimonial-featured .ws-home-testimonial-tags span {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(248, 251, 255, 0.94);
}

.ws-home-testimonial-tags.compact span {
    min-height: 34px;
    font-size: 0.78rem;
}

.ws-home-mobile {
    padding-top: 8px;
}

.ws-home-mobile-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 26px;
    align-items: center;
    padding: var(--ws-shell-pad);
    border-radius: 34px;
    border: 1px solid var(--ws-line);
    background:
        radial-gradient(circle at top right, rgba(95, 196, 212, 0.14), transparent 28%),
        radial-gradient(circle at bottom left, rgba(242, 187, 99, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 252, 0.95));
    box-shadow: var(--ws-shadow-lg);
}

.ws-home-mobile-copy {
    display: grid;
    gap: 14px;
}

.ws-home-mobile-side {
    display: grid;
    gap: 18px;
}

.ws-home-mobile-copy > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(92, 133, 184, 0.18);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(235, 242, 249, 0.96));
    color: #5f7898;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ws-home-mobile-copy h2 {
    font-family: var(--ws-font-display);
    font-size: clamp(1.95rem, 3vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    color: var(--ws-ink-strong);
}

.ws-home-mobile-copy p {
    max-width: 720px;
    color: var(--ws-text-soft);
}

.ws-home-mobile-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ws-home-mobile-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(9, 24, 45, 0.06);
    color: var(--ws-ink);
    font-size: 0.84rem;
    font-weight: 700;
}

.ws-home-mobile-proof-grid {
    display: grid;
    gap: 14px;
}

.ws-home-mobile-proof-card {
    display: grid;
    gap: 10px;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(92, 133, 184, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 246, 252, 0.86));
    box-shadow: 0 18px 32px rgba(10, 29, 50, 0.08);
}

.ws-home-mobile-proof-card.accent {
    background: linear-gradient(135deg, rgba(13, 37, 60, 0.96), rgba(19, 92, 97, 0.88));
    border-color: rgba(84, 194, 210, 0.22);
}

.ws-home-mobile-proof-card span {
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6281a6;
}

.ws-home-mobile-proof-card strong {
    font-family: var(--ws-font-display);
    font-size: 1.18rem;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--ws-ink-strong);
}

.ws-home-mobile-proof-card p {
    color: var(--ws-text-soft);
    font-size: 0.96rem;
}

.ws-home-mobile-proof-card.accent span {
    color: rgba(154, 235, 233, 0.82);
}

.ws-home-mobile-proof-card.accent strong {
    color: rgba(249, 252, 255, 0.98);
}

.ws-home-mobile-proof-card.accent p {
    color: rgba(223, 235, 246, 0.82);
}

.ws-home-mobile-actions {
    display: grid;
    gap: 14px;
    justify-items: stretch;
}

.ws-home-mobile-store-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ws-store-badge-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 96px;
    padding: 16px 18px;
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid rgba(86, 127, 171, 0.14);
    background:
        radial-gradient(circle at top right, rgba(95, 196, 212, 0.14), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 252, 0.94));
    box-shadow: 0 18px 34px rgba(10, 26, 52, 0.1);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ws-store-badge-link:hover {
    transform: translateY(-2px);
    border-color: rgba(29, 145, 104, 0.2);
    box-shadow: 0 22px 38px rgba(10, 26, 52, 0.14);
}

.ws-store-badge {
    width: min(100%, 190px);
    height: auto;
    display: block;
    filter: drop-shadow(0 18px 30px rgba(7, 17, 31, 0.14));
}

.ws-ai-agent {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 980;
    display: grid;
    justify-items: end;
    gap: 12px;
}

.ws-ai-agent-launch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 1px solid rgba(155, 214, 185, 0.3);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(243, 253, 247, 0.98), rgba(226, 245, 234, 0.96));
    box-shadow: 0 20px 36px rgba(7, 17, 31, 0.18);
    cursor: pointer;
}

.ws-ai-agent-launch-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(16, 150, 165, 0.16), rgba(29, 145, 104, 0.2));
    color: #177747;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.ws-ai-agent-launch-icon svg {
    width: 18px;
    height: 18px;
}

.ws-ai-agent-launch-copy {
    display: none;
}

.ws-ai-agent-panel {
    width: min(370px, calc(100vw - 28px));
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 26px;
    border: 1px solid rgba(155, 214, 185, 0.36);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 249, 252, 0.97));
    box-shadow: 0 26px 54px rgba(7, 17, 31, 0.22);
    backdrop-filter: blur(18px);
}

.ws-ai-agent-panel[hidden] {
    display: none !important;
}

.ws-ai-agent-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.ws-ai-agent-header span {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #5a7896;
}

.ws-ai-agent-header strong {
    font-family: var(--ws-font-display);
    font-size: 1.1rem;
    line-height: 1.1;
    color: var(--ws-ink-strong);
}

.ws-ai-agent-close {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 999px;
    background: rgba(9, 24, 45, 0.06);
    color: var(--ws-ink-strong);
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
}

.ws-ai-agent-thread {
    display: grid;
    gap: 10px;
    max-height: 300px;
    overflow: auto;
    padding-right: 4px;
}

.ws-ai-agent-bubble {
    display: grid;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 18px;
    max-width: 92%;
}

.ws-ai-agent-bubble strong {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ws-ai-agent-bubble p {
    font-size: 0.94rem;
    line-height: 1.55;
    white-space: pre-line;
}

.ws-ai-agent-bubble.bot {
    justify-self: start;
    background: linear-gradient(180deg, rgba(232, 247, 239, 0.96), rgba(223, 243, 232, 0.94));
    color: #163046;
}

.ws-ai-agent-bubble.helper {
    background: linear-gradient(180deg, rgba(244, 248, 252, 0.98), rgba(236, 242, 248, 0.96));
    color: #284057;
}

.ws-ai-agent-bubble.action-bubble {
    gap: 10px;
    max-width: 100%;
}

.ws-ai-agent-feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ws-ai-agent-feature-button {
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(104, 146, 188, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--ws-ink);
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ws-ai-agent-feature-button:hover {
    transform: translateY(-1px);
    border-color: rgba(29, 145, 104, 0.22);
    background: rgba(239, 249, 244, 0.96);
    box-shadow: 0 10px 20px rgba(10, 26, 52, 0.08);
}

.ws-ai-agent-bubble.typing {
    width: max-content;
    min-width: 92px;
}

.ws-ai-agent-typing-dots {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ws-ai-agent-typing-dots span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(23, 119, 71, 0.52);
    animation: ws-ai-dot-pulse 1s ease-in-out infinite;
}

.ws-ai-agent-typing-dots span:nth-child(2) {
    animation-delay: 0.14s;
}

.ws-ai-agent-typing-dots span:nth-child(3) {
    animation-delay: 0.28s;
}

.ws-ai-agent-bubble.user {
    justify-self: end;
    background: linear-gradient(180deg, rgba(16, 32, 54, 0.98), rgba(16, 75, 87, 0.9));
    color: rgba(250, 252, 255, 0.96);
}

.ws-ai-agent-bubble.user strong {
    color: rgba(180, 238, 231, 0.9);
}

.ws-ai-agent-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.ws-ai-agent-input {
    min-height: 48px;
    padding: 0 14px;
    border-radius: 16px;
    border: 1px solid rgba(67, 104, 150, 0.14);
    background: rgba(255, 255, 255, 0.9);
    color: var(--ws-ink-strong);
}

.ws-ai-agent-submit,
.ws-ai-agent-demo-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 16px;
    border: none;
    text-decoration: none;
    font-weight: 800;
}

.ws-ai-agent-submit {
    background: linear-gradient(135deg, #f2bb63, #65c7d2);
    color: #081321;
    cursor: pointer;
}

.ws-ai-agent-demo-link {
    width: 100%;
    background: rgba(9, 24, 45, 0.06);
    color: var(--ws-ink-strong);
}

@keyframes ws-ai-dot-pulse {
    0%, 80%, 100% {
        transform: scale(0.72);
        opacity: 0.48;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.ws-home-cta-shell,
.ws-features-cta-shell,
.ws-pricing-cta-shell,
.ws-about-cta-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) auto;
    gap: 24px;
    align-items: end;
    padding: 34px 36px;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--ws-hero-overlay);
    box-shadow: 0 24px 54px rgba(7, 17, 31, 0.24);
    color: var(--ws-white);
}

.ws-home-cta-shell h2,
.ws-features-cta-shell h2,
.ws-pricing-cta-shell h2,
.ws-about-cta-shell h2 {
    margin-top: 16px;
    font-family: var(--ws-font-display);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.ws-home-cta-shell p,
.ws-features-cta-shell p,
.ws-pricing-cta-shell p,
.ws-about-cta-shell p {
    margin-top: 14px;
    max-width: 720px;
    color: rgba(240, 247, 252, 0.78);
}

.ws-home-cta-actions,
.ws-features-cta-actions,
.ws-pricing-cta-actions,
.ws-about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

.ws-features-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ws-features-strip-card {
    display: grid;
    gap: 10px;
}

.ws-features-strip-card span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ws-teal);
}

.ws-features-strip-card strong {
    font-family: var(--ws-font-display);
    font-size: 1.08rem;
    line-height: 1.18;
    color: var(--ws-ink-strong);
}

.ws-features-proof-shell,
.ws-pricing-compare-shell,
.ws-about-story-shell {
    display: grid;
    gap: 26px;
    padding: 30px 32px;
    border-radius: 34px;
    border: 1px solid var(--ws-line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.94));
    box-shadow: var(--ws-shadow-md);
}

.ws-features-proof-shell .ws-features-eyebrow,
.ws-pricing-compare-shell .ws-pricing-eyebrow,
.ws-about-story-shell .ws-about-eyebrow {
    border: 1px solid rgba(92, 133, 184, 0.18);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(235, 242, 249, 0.96));
    color: #5f7898;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ws-features-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ws-features-proof-card {
    display: grid;
    gap: 10px;
}

.ws-features-proof-card span {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6280a5;
}

.ws-features-proof-card strong {
    font-size: 1.08rem;
    line-height: 1.2;
}

.ws-pricing-stage {
    display: grid;
    gap: 18px;
}

.ws-pricing-stage-panel strong {
    font-family: var(--ws-font-display);
    font-size: 1.2rem;
    line-height: 1.15;
}

.ws-pricing-stage-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ws-pricing-stage-metric {
    display: grid;
    gap: 10px;
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: rgba(9, 24, 45, 0.05);
    border: 1px solid rgba(67, 104, 150, 0.12);
}

.ws-pricing-stage-metric strong {
    font-family: var(--ws-font-display);
    font-size: 1rem;
    line-height: 1.2;
    color: var(--ws-ink-strong);
}

.ws-pricing-stage-note {
    display: grid;
    gap: 10px;
    background:
        linear-gradient(180deg, rgba(249, 245, 238, 0.96), rgba(247, 239, 229, 0.92));
    border-color: rgba(227, 155, 49, 0.18);
}

.ws-pricing-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.ws-pricing-plan {
    display: grid;
    gap: 16px;
    align-content: start;
    padding-top: 32px;
}

.ws-pricing-plan.featured {
    position: relative;
    transform: translateY(-8px);
    border-color: rgba(16, 150, 165, 0.24);
    background:
        linear-gradient(180deg, rgba(251, 255, 255, 0.98), rgba(237, 247, 247, 0.94));
}

.ws-pricing-plan.enterprise {
    background:
        linear-gradient(180deg, rgba(249, 247, 242, 0.98), rgba(246, 238, 225, 0.94));
    border-color: rgba(227, 155, 49, 0.2);
}

.ws-pricing-plan-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(16, 150, 165, 0.12);
    color: var(--ws-teal);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ws-pricing-plan-tagline {
    font-family: var(--ws-font-display);
    font-size: 1.18rem;
    line-height: 1.18;
    color: var(--ws-ink-strong);
}

.ws-pricing-plan-price {
    font-family: var(--ws-font-display);
    font-size: clamp(2.6rem, 5vw, 3.4rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    color: var(--ws-ink-strong);
}

.ws-pricing-plan-price span {
    margin-left: 6px;
    font-size: 1rem;
    font-family: var(--ws-font-body);
    letter-spacing: 0;
    color: var(--ws-text-soft);
}

.ws-pricing-plan-blurb,
.ws-pricing-plan-kicker {
    color: var(--ws-text-soft);
}

.ws-pricing-plan-kicker {
    font-size: 0.9rem;
    font-weight: 700;
}

.ws-pricing-plan-list {
    display: grid;
    gap: 12px;
    list-style: none;
}

.ws-pricing-plan-list li {
    position: relative;
    padding-left: 22px;
    color: var(--ws-text);
}

.ws-pricing-plan-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ws-teal), var(--ws-cyan));
}

.ws-pricing-plan-btn {
    width: 100%;
    margin-top: auto;
}

.ws-pricing-plan .btn-outline {
    border-color: rgba(21, 50, 84, 0.12);
    background: rgba(233, 240, 248, 0.86);
    color: var(--ws-ink-strong) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.ws-pricing-plan .btn-outline:hover {
    background: rgba(223, 232, 243, 0.98);
}

.ws-pricing-plan.enterprise .btn-outline {
    background: rgba(246, 238, 225, 0.92);
    border-color: rgba(227, 155, 49, 0.2);
}

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

.ws-pricing-compare-card ul {
    display: grid;
    gap: 12px;
    margin-top: 16px;
    padding-left: 20px;
    color: var(--ws-text-soft);
}

.ws-pricing-compare-card.featured {
    background:
        linear-gradient(180deg, rgba(251, 255, 255, 0.98), rgba(237, 247, 247, 0.94));
}

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

.ws-pricing-addon-price {
    margin-top: auto;
    font-family: var(--ws-font-display);
    font-size: 1.9rem;
    letter-spacing: -0.04em;
    color: var(--ws-ink-strong);
}

.ws-pricing-addon-price span {
    margin-left: 4px;
    font-size: 0.95rem;
    font-family: var(--ws-font-body);
    color: var(--ws-text-soft);
}

.ws-pricing-addon-card.premium {
    position: relative;
    overflow: hidden;
}

.ws-pricing-addon-card.premium {
    background:
        radial-gradient(circle at top right, rgba(29, 145, 104, 0.13), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 249, 246, 0.94));
}

.ws-pricing-addon-card.premium::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
}

.ws-pricing-addon-card.premium::before {
    background: linear-gradient(90deg, #1096a5, #1d9168);
}

.ws-pricing-addon-card.premium > span {
    color: #0f807b;
}

.ws-pricing-addon-price.scoped {
    display: inline-flex;
    align-items: baseline;
    width: fit-content;
    min-height: 42px;
    padding: 4px 14px 6px;
    border-radius: 999px;
    background: rgba(9, 24, 45, 0.07);
    color: var(--ws-ink-strong);
    font-size: 1.12rem;
    letter-spacing: -0.02em;
}

.ws-pricing-addon-price.scoped span {
    color: var(--ws-text-soft);
}

.ws-about-story-shell {
    grid-template-columns: minmax(0, 1fr);
}

.ws-about-values,
.ws-about-approach-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ws-demo-form-shell {
    display: grid;
    gap: 18px;
    align-content: start;
}

.ws-demo-stage-preview .ws-mockup-frame {
    box-shadow: 0 24px 42px rgba(10, 26, 52, 0.14);
}

.ws-demo-form-header {
    display: grid;
    gap: 6px;
}

.ws-demo-form-header span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ws-teal);
}

.ws-demo-form-header strong {
    font-family: var(--ws-font-display);
    font-size: 1.35rem;
    line-height: 1.15;
    color: var(--ws-ink-strong);
}

.alert-success {
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(29, 145, 104, 0.18);
    background: rgba(226, 245, 237, 0.92);
    color: #0e6547;
    font-weight: 700;
}

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

.ws-demo-form label {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--ws-ink);
}

.ws-demo-form input,
.ws-demo-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid rgba(67, 104, 150, 0.18);
    border-radius: 16px;
    background: rgba(245, 248, 252, 0.96);
    color: var(--ws-ink-strong);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ws-demo-form textarea {
    min-height: 128px;
    resize: vertical;
}

.ws-demo-form input:focus,
.ws-demo-form textarea:focus,
.lang-dropdown:focus {
    outline: none;
    border-color: rgba(16, 150, 165, 0.48);
    box-shadow: 0 0 0 4px rgba(95, 196, 212, 0.14);
    background: var(--ws-white);
}

.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: rippleAnim 0.6s linear;
    background-color: rgba(255, 255, 255, 0.48);
}

@keyframes rippleAnim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@media (max-width: 1180px) {
    .nav-links {
        gap: 6px;
    }

    .nav-links a {
        padding-inline: 12px;
        font-size: 0.9rem;
    }

    .ws-home-hero-grid,
    .ws-features-hero-grid,
    .ws-pricing-hero-grid,
    .ws-about-hero-grid,
    .ws-demo-hero-grid,
    .ws-home-market-shell,
    .ws-home-expansion-grid,
    .ws-home-trust-grid {
        grid-template-columns: 1fr;
    }

    .ws-home-platform-grid {
        grid-template-columns: 1fr;
    }

    .ws-home-platform-stage,
    .ws-about-hero-stage {
        min-height: auto;
    }

    .ws-home-proof-strip,
    .ws-pricing-stage-metrics,
    .ws-home-platform-note-grid,
    .ws-features-strip-grid,
    .ws-home-buyer-grid,
    .ws-home-market-why-grid,
    .ws-features-suite-grid,
    .ws-features-proof-grid,
    .ws-about-values,
    .ws-about-approach-grid,
    .ws-pricing-plan-grid,
    .ws-pricing-addon-grid,
    .ws-pricing-compare-grid,
    .ws-visual-metric-row,
    .ws-visual-plan-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws-home-buyer-card.commercial {
        grid-column: 1 / -1;
        min-height: auto;
    }

    .ws-home-testimonial-layout,
    .ws-home-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .ws-home-testimonial-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-block: 0;
    }

    .ws-home-trust-highlights {
        grid-template-columns: 1fr;
    }

    .ws-home-testimonial-column::before {
        display: none;
    }

    .ws-home-testimonial-card.offset-up,
    .ws-home-testimonial-card.offset-down {
        margin: 0;
    }

    .ws-home-testimonial-card {
        --ws-testimonial-tilt: 0deg;
        transform: none;
    }

    .ws-home-testimonial-card:hover {
        transform: translateY(-4px);
    }

    .ws-home-lane-grid,
    .ws-home-mobile-shell {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws-home-stage-card.mobile {
        grid-column: 1 / -1;
    }

    .ws-home-cta-shell,
    .ws-features-cta-shell,
    .ws-pricing-cta-shell,
    .ws-about-cta-shell,
    .footer-shell {
        grid-template-columns: 1fr;
    }

    .footer-copy,
    .ws-home-cta-actions,
    .ws-features-cta-actions,
    .ws-pricing-cta-actions,
    .ws-about-cta-actions {
        justify-self: start;
        text-align: left;
        justify-content: flex-start;
    }
}

@media (max-width: 980px) {
    .page-body {
        padding-top: 102px;
    }

    .nav-links,
    .nav-utilities {
        display: none;
    }

    .mobile-menu-btn {
        display: inline-flex;
        margin-left: auto;
    }

    .ws-product-shot.secondary,
    .ws-home-stage-secondary,
    .ws-about-stage-secondary,
    .ws-features-stage-secondary,
    .ws-pricing-stage-secondary {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 18px;
    }

    .ws-product-stage-shell {
        min-height: auto;
        padding-bottom: 0;
    }

    .ws-home-stage-rail,
    .ws-features-stage-rail,
    .ws-home-platform-note-grid,
    .ws-features-strip-grid,
    .ws-home-buyer-grid,
    .ws-command-metrics,
    .ws-command-grid,
    .ws-command-bottom,
    .ws-command-alerts,
    .ws-home-lane-grid,
    .ws-home-expansion-board,
    .ws-home-mobile-shell,
    .ws-features-suite-grid,
    .ws-features-catalog-grid,
    .ws-pricing-plan-grid,
    .ws-pricing-addon-grid,
    .ws-pricing-compare-grid,
    .ws-about-values,
    .ws-about-approach-grid,
    .ws-demo-process-grid,
    .ws-home-proof-strip,
    .ws-visual-metric-row,
    .ws-visual-split-grid,
    .ws-visual-lane-grid,
    .ws-visual-quad-grid,
    .ws-visual-plan-stack {
        grid-template-columns: 1fr;
    }

    .ws-command-flow-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws-command-flow-line::before {
        display: none;
    }

    .ws-home-buyer-card.commercial {
        grid-column: auto;
    }

    .ws-home-mobile-actions {
        justify-items: start;
    }

    .ws-features-stage-rail {
        padding-inline: 0;
        margin-top: 0;
    }

    .ws-ai-agent {
        right: 16px;
        bottom: 16px;
    }
}

@media (max-width: 768px) {
    .ws-home-hero {
        padding-bottom: 28px;
    }

    .container {
        width: min(100% - 28px, 1280px);
    }

    section {
        padding: 26px 0;
    }

    .nav {
        min-height: 70px;
        padding: 12px 14px 12px 16px;
        border-radius: 24px;
    }

    .logo-mark {
        width: 38px;
        height: 38px;
        border-radius: 13px;
        font-size: 0.86rem;
    }

    .logo-word {
        font-size: 1rem;
    }

    .mobile-menu,
    .nav {
        width: calc(100% - 28px);
    }

    .mobile-menu {
        margin-top: 10px;
    }

    .ws-home-hero-copy,
    .ws-features-hero-copy,
    .ws-pricing-hero-copy,
    .ws-about-hero-copy,
    .ws-demo-hero-copy,
    .ws-home-stage-panel,
    .ws-features-stage-panel,
    .ws-pricing-stage-panel,
    .ws-pricing-stage-note,
    .ws-demo-form-shell,
    .ws-home-lane-card,
    .ws-home-buyer-shell,
    .ws-home-buyer-card,
    .ws-home-market-shell,
    .ws-home-market-why,
    .ws-home-market-card,
    .ws-home-market-command,
    .ws-home-expansion-copy,
    .ws-home-expansion-board,
    .ws-home-expansion-card,
    .ws-home-platform-shell,
    .ws-home-platform-metric,
    .ws-home-trust-stat,
    .ws-features-strip-card,
    .ws-features-suite-shell,
    .ws-features-suite-card,
    .ws-features-card,
    .ws-features-proof-card,
    .ws-pricing-plan,
    .ws-pricing-compare-card,
    .ws-pricing-addon-card,
    .ws-about-value-card,
    .ws-about-approach-card,
    .ws-demo-process-card,
    .ws-home-platform-stage,
    .ws-home-testimonial-shell,
    .ws-home-testimonial-featured,
    .ws-home-testimonial-card,
    .ws-home-trust-shell,
    .ws-home-logo-heading,
    .ws-home-logo-card,
    .ws-about-hero-stage,
    .ws-home-cta-shell,
    .ws-features-cta-shell,
    .ws-pricing-cta-shell,
    .ws-about-cta-shell,
    .ws-features-proof-shell,
    .ws-pricing-compare-shell,
    .ws-about-story-shell,
    .footer-shell,
    .ws-home-mobile-shell {
        padding: 22px;
        border-radius: 26px;
    }

    .ws-home-lane-card {
        padding: 0;
    }

    .ws-home-lane-summary {
        padding: 22px 22px 18px;
    }

    .ws-home-lane-card[open] .ws-home-lane-detail,
    .ws-home-lane-card.is-previewing .ws-home-lane-detail,
    .ws-home-lane-card:hover .ws-home-lane-detail,
    .ws-home-lane-card:focus-within .ws-home-lane-detail {
        margin: 0 22px 0;
        padding: 0 0 22px;
    }

    .ws-home-hero-copy h1,
    .ws-features-hero-copy h1,
    .ws-pricing-hero-copy h1,
    .ws-about-hero-copy h1,
    .ws-demo-hero-copy h1 {
        font-size: clamp(2rem, 12vw, 3.05rem);
    }

    .ws-pricing-plan-price {
        font-size: 2.7rem;
    }

    .ws-pricing-stage-metrics {
        grid-template-columns: 1fr;
    }

    .ws-home-testimonial-layout,
    .ws-home-testimonial-column,
    .ws-home-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .ws-home-testimonial-featured {
        padding: 26px;
    }

    .ws-home-logo-card {
        min-height: 132px;
        padding: 18px;
    }

    .logo-item {
        max-height: 72px;
    }

    .ws-home-testimonial-person {
        align-items: flex-start;
        gap: 12px;
    }

    .ws-home-market-command {
        min-height: 0;
        gap: 12px;
    }

    .ws-home-testimonial-avatar {
        width: 60px;
        height: 60px;
        border-radius: 18px;
    }

    .ws-home-testimonial-featured blockquote,
    .ws-home-testimonial-card blockquote {
        font-size: 1.03rem;
        line-height: 1.5;
    }

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

    .ws-ai-agent-launch {
        min-height: 54px;
        padding: 9px 12px 9px 9px;
        border-radius: 18px;
    }

    .ws-ai-agent-launch-icon {
        width: 34px;
        height: 34px;
    }

    .ws-ai-agent-panel {
        width: min(340px, calc(100vw - 24px));
        padding: 16px;
        border-radius: 22px;
    }
}

@media (max-width: 560px) {
    .page-body {
        padding-top: 96px;
    }

    .btn-primary,
    .btn-outline,
    .btn-large {
        width: 100%;
    }

    .ws-home-hero-actions,
    .ws-features-hero-actions,
    .ws-pricing-hero-actions,
    .ws-home-cta-actions,
    .ws-features-cta-actions,
    .ws-pricing-cta-actions,
    .ws-about-cta-actions {
        flex-direction: column;
    }

    .ws-home-testimonial-note-row,
    .ws-home-testimonial-tags {
        flex-direction: column;
        align-items: flex-start;
    }

    .ws-home-testimonial-note-row span,
    .ws-home-testimonial-tags span {
        width: 100%;
        justify-content: flex-start;
    }

    .ws-home-mobile-pills {
        flex-direction: column;
        align-items: stretch;
    }

    .ws-home-mobile-store-grid {
        grid-template-columns: 1fr;
    }

    .ws-home-logo-cloud {
        grid-template-columns: 1fr;
    }

    .ws-home-mobile-pills span,
    .ws-store-badge-link,
    .ws-store-badge {
        width: 100%;
        max-width: 100%;
    }

    .ws-home-lane-action {
        flex-direction: column;
        align-items: flex-start;
    }

    .ws-home-lane-toggle {
        width: 100%;
        justify-content: center;
    }

    .ws-command-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 12px;
        border-radius: 18px;
    }

    .ws-command-topbar strong {
        font-size: 1.02rem;
    }

    .ws-command-live-pill {
        align-self: flex-start;
    }

    .ws-command-metrics,
    .ws-command-grid,
    .ws-command-bottom,
    .ws-command-alerts {
        gap: 10px;
    }

    .ws-command-metrics article,
    .ws-command-flow,
    .ws-command-workload,
    .ws-command-phone,
    .ws-command-alerts article {
        border-radius: 20px;
    }

    .ws-command-metrics article {
        min-height: 86px;
        padding: 14px;
    }

    .ws-command-metrics strong {
        font-size: 1.55rem;
        letter-spacing: 0;
    }

    .ws-command-flow,
    .ws-command-workload {
        gap: 10px;
        padding: 14px;
    }

    .ws-command-flow-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ws-command-flow-line article {
        justify-items: start;
        gap: 6px;
        padding: 10px;
        text-align: left;
    }

    .ws-command-flow-line article > span {
        width: 30px;
        height: 30px;
        font-size: 0.7rem;
    }

    .ws-command-lane-stack article {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
        padding: 10px;
    }

    .ws-command-lane-stack small {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .ws-command-phone {
        min-height: 0;
        gap: 8px;
        padding: 24px 14px 14px;
    }

    .ws-command-phone-map {
        min-height: 52px;
    }

    .ws-command-alerts {
        grid-template-columns: 1fr;
    }

    .ws-command-alerts article {
        min-height: 0;
        gap: 4px;
        padding: 12px 14px;
    }

    .ws-ai-agent {
        right: 14px;
        bottom: 12px;
        left: auto;
        justify-items: end;
    }

    .ws-ai-agent-launch {
        width: 58px;
        height: 58px;
        min-height: 58px;
        padding: 0;
        border-radius: 999px;
    }

    .ws-ai-agent-panel {
        width: 100%;
    }

    .ws-ai-agent-panel {
        width: min(340px, calc(100vw - 24px));
    }

    .ws-ai-agent-form {
        grid-template-columns: 1fr;
    }

    .ws-home-hero-copy,
    .ws-features-hero-copy,
    .ws-pricing-hero-copy,
    .ws-about-hero-copy,
    .ws-demo-hero-copy {
        padding: 24px 22px 26px;
    }

    .ws-mockup-badge {
        max-width: calc(100% - 36px);
        font-size: 0.7rem;
        letter-spacing: 0.1em;
    }
}

/* Public home: calm, product-led enterprise SaaS presentation */
.ws-saas-home {
    color: #14233a;
    background: #f6f8fb;
}

.ws-saas-home section {
    padding: clamp(72px, 8vw, 112px) 0;
}

.ws-saas-hero {
    min-height: 760px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 14%, rgba(45, 189, 174, 0.24), transparent 30%),
        radial-gradient(circle at 8% 78%, rgba(37, 114, 192, 0.18), transparent 32%),
        linear-gradient(135deg, #071725 0%, #0b2940 53%, #0a4d55 100%);
}

.ws-saas-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to right, transparent, #000 52%, #000);
}

.ws-saas-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(540px, 1.14fr);
    gap: clamp(44px, 6vw, 84px);
    align-items: center;
}

.ws-saas-hero-copy {
    max-width: 630px;
}

.ws-saas-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8fe0d7;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ws-saas-eyebrow > span {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #50d6c6;
    box-shadow: 0 0 0 6px rgba(80, 214, 198, 0.13);
}

.ws-saas-eyebrow.light {
    color: #a7ebe4;
}

.ws-saas-hero-copy h1 {
    max-width: 680px;
    margin: 22px 0 24px;
    font-family: var(--ws-font-display);
    color: #fff;
    font-size: clamp(3.25rem, 5.2vw, 5.25rem);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 1.01;
}

.ws-saas-hero-copy > p {
    max-width: 610px;
    color: rgba(231, 241, 248, 0.76);
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    line-height: 1.78;
}

.ws-saas-hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.ws-saas-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.ws-saas-text-link span {
    color: #67d8cc;
    font-size: 1.25rem;
}

.ws-saas-text-link:hover {
    gap: 14px;
    color: #a8ebe4;
}

.ws-saas-text-link.dark {
    margin-top: 10px;
    color: #14314a;
}

.ws-saas-text-link.dark:hover {
    color: #0b8078;
}

.ws-saas-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 34px;
    color: rgba(226, 238, 246, 0.74);
    font-size: 0.84rem;
    font-weight: 700;
}

.ws-saas-assurance span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ws-saas-assurance i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #8ce2d9;
    background: rgba(103, 216, 204, 0.12);
    font-size: 0.67rem;
    font-style: normal;
}

.ws-saas-hero-product {
    position: relative;
    padding: 36px 34px 64px 0;
}

.ws-saas-browser {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: #f5f8fb;
    box-shadow: 0 42px 90px rgba(0, 9, 18, 0.48);
    transform: perspective(1500px) rotateY(-2.5deg) rotateX(1deg);
    transform-origin: center;
}

.ws-saas-browser::after {
    content: "";
    position: absolute;
    inset: 45px 0 auto;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.17), transparent);
}

.ws-saas-browser-bar {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    border-bottom: 1px solid #dae3ec;
    background: #fff;
}

.ws-saas-browser-bar > span,
.ws-saas-proof-window-bar span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #c8d2df;
}

.ws-saas-browser-bar > span:first-child,
.ws-saas-proof-window-bar span:first-child {
    background: #f2aa75;
}

.ws-saas-browser-bar > span:nth-child(2),
.ws-saas-proof-window-bar span:nth-child(2) {
    background: #f1cf69;
}

.ws-saas-browser-bar > span:nth-child(3),
.ws-saas-proof-window-bar span:nth-child(3) {
    background: #68c6b2;
}

.ws-saas-browser-bar div {
    min-width: 0;
    width: 48%;
    margin: 0 auto;
    padding: 5px 12px;
    overflow: hidden;
    border-radius: 7px;
    color: #7a8999;
    background: #f3f6f8;
    font-size: 0.62rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ws-saas-browser-viewport {
    max-height: 600px;
    overflow: hidden;
    background: #eaf1f6;
}

.ws-saas-browser-viewport img {
    width: 129.4%;
    max-width: none;
    height: auto;
    margin-left: -29.4%;
}

.ws-saas-float-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 224px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 48px rgba(4, 19, 33, 0.27);
    backdrop-filter: blur(14px);
}

.ws-saas-float-card-top {
    top: 10px;
    right: 86px;
}

.ws-saas-float-card-bottom {
    left: -32px;
    bottom: 6px;
}

.ws-saas-float-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #08786f;
    background: #dff7f1;
    font-weight: 800;
}

.ws-saas-float-icon.amber {
    color: #9a621a;
    background: #fff0d6;
}

.ws-saas-float-card div {
    display: grid;
    gap: 2px;
}

.ws-saas-float-card small {
    color: #718197;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ws-saas-float-card strong {
    color: #15263a;
    font-size: 0.78rem;
    line-height: 1.3;
}

.ws-saas-hero-mobile {
    position: absolute;
    right: -26px;
    bottom: 28px;
    z-index: 5;
    width: clamp(178px, 15.5vw, 210px);
    filter: drop-shadow(0 28px 34px rgba(0, 9, 18, 0.38));
}

.ws-saas-hero-mobile-label {
    position: absolute;
    top: 30px;
    left: -88px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: #123047;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(0, 9, 18, 0.2);
    backdrop-filter: blur(12px);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.ws-saas-hero-phone {
    overflow: hidden;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 34px;
    background: linear-gradient(145deg, #f7fafc, #ced8e1);
    box-shadow:
        inset 0 0 0 2px rgba(14, 33, 49, 0.13),
        0 0 0 1px rgba(4, 18, 30, 0.22);
    transform: rotate(1.5deg);
}

.ws-saas-hero-phone img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
    background: #eef4f4;
}

.ws-public-product-pair {
    position: relative;
}

.ws-public-mobile-shot {
    position: absolute;
    z-index: 6;
    width: clamp(166px, 14vw, 196px);
    filter: drop-shadow(0 25px 30px rgba(0, 9, 18, 0.34));
}

.ws-public-mobile-shot-label {
    position: absolute;
    top: 28px;
    left: -82px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: #123047;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 11px 25px rgba(0, 9, 18, 0.2);
    backdrop-filter: blur(12px);
    font-size: 0.64rem;
    font-weight: 850;
    line-height: 1.15;
    white-space: nowrap;
}

.ws-public-mobile-shot-frame {
    overflow: hidden;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 31px;
    background: linear-gradient(145deg, #f8fafc, #cbd6df);
    box-shadow:
        inset 0 0 0 2px rgba(14, 33, 49, 0.12),
        0 0 0 1px rgba(4, 18, 30, 0.22);
    transform: rotate(1.25deg);
}

.ws-public-mobile-shot-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 25px;
    background: #eef4f4;
}

.ws-public-mobile-shot-hero {
    right: -26px;
    bottom: 28px;
}

.ws-public-proof-pair {
    padding: 14px 24px 34px 14px;
}

.ws-public-proof-pair .ws-saas-proof-window {
    margin: 0;
}

.ws-public-mobile-shot-proof {
    right: 0;
    bottom: 0;
    width: clamp(126px, 11vw, 148px);
}

.ws-public-mobile-shot-proof .ws-public-mobile-shot-label {
    top: 23px;
    left: -64px;
}

.ws-saas-home .ws-saas-trust {
    padding: 30px 0;
    border-bottom: 1px solid #e7ebf1;
    background: #fff;
}

.ws-saas-trust-shell {
    display: grid;
    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.5fr);
    gap: 38px;
    align-items: center;
}

.ws-saas-trust-shell > p {
    max-width: 340px;
    color: #6f7e90;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.6;
    text-transform: uppercase;
}

.ws-saas-logo-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ws-saas-logo-card {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border: 1px solid #edf0f4;
    border-radius: 15px;
    background: #fff;
}

.ws-saas-logo-card img {
    max-width: 128px;
    max-height: 43px;
    object-fit: contain;
    filter: saturate(0.72);
}

.ws-saas-capabilities {
    background:
        radial-gradient(circle at 92% 12%, rgba(35, 168, 156, 0.08), transparent 26%),
        #f6f8fb;
}

.ws-saas-section-heading {
    max-width: 720px;
    margin: 0 auto clamp(40px, 5vw, 62px);
    text-align: center;
}

.ws-saas-section-heading > span,
.ws-saas-flow-copy > span,
.ws-saas-final-shell > div > span {
    color: #0b8379;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ws-saas-section-heading h2,
.ws-saas-flow-copy h2,
.ws-saas-enterprise-copy h2,
.ws-saas-final-shell h2 {
    margin: 14px 0 16px;
    font-family: var(--ws-font-display);
    color: #0c1e31;
    font-size: clamp(2.15rem, 3.5vw, 3.55rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.ws-saas-section-heading p,
.ws-saas-flow-copy > p,
.ws-saas-enterprise-copy > p,
.ws-saas-final-shell > div > p {
    color: #65758a;
    font-size: 1.02rem;
    line-height: 1.75;
}

.ws-saas-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ws-saas-capability-card {
    min-height: 248px;
    padding: 28px;
    border: 1px solid #e5eaf0;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 32px rgba(23, 45, 69, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ws-saas-capability-card:hover {
    transform: translateY(-4px);
    border-color: #ccd9e4;
    box-shadow: 0 20px 42px rgba(23, 45, 69, 0.09);
}

.ws-saas-feature-icon {
    width: 47px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #155f9a;
    background: #e7f2fb;
}

.ws-saas-feature-icon.teal {
    color: #087e74;
    background: #e0f5f1;
}

.ws-saas-feature-icon.amber {
    color: #a36715;
    background: #fff1d8;
}

.ws-saas-feature-icon.violet {
    color: #6c58a7;
    background: #eeebfa;
}

.ws-saas-feature-icon.blue {
    color: #286bb4;
    background: #e8f0fb;
}

.ws-saas-feature-icon.green {
    color: #297a53;
    background: #e5f5eb;
}

.ws-saas-feature-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ws-saas-capability-card h3 {
    margin: 22px 0 10px;
    font-family: var(--ws-font-display);
    color: #122438;
    font-size: 1.15rem;
    letter-spacing: -0.025em;
}

.ws-saas-capability-card p {
    color: #6d7b8e;
    font-size: 0.91rem;
    line-height: 1.7;
}

.ws-saas-product-proof {
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 8%, rgba(70, 199, 184, 0.14), transparent 26%),
        linear-gradient(150deg, #081b2b, #0c2f45 62%, #0b5558);
}

.ws-saas-section-heading-light > span {
    color: #75ddd2;
}

.ws-saas-section-heading-light h2 {
    color: #fff;
}

.ws-saas-section-heading-light p {
    color: rgba(228, 239, 247, 0.68);
}

.ws-saas-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ws-saas-proof-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 28px 58px rgba(0, 10, 20, 0.2);
}

.ws-saas-proof-window {
    margin: 14px 14px 0;
    overflow: hidden;
    border-radius: 17px;
    background: #eaf1f5;
}

.ws-saas-proof-window-bar {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 13px;
    border-bottom: 1px solid #dce3e9;
    background: #fff;
}

.ws-saas-proof-window-bar span {
    width: 7px;
    height: 7px;
}

.ws-saas-proof-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.ws-saas-proof-image img {
    width: 129.4%;
    max-width: none;
    height: auto;
    margin-left: -29.4%;
}

.ws-saas-proof-copy {
    padding: 28px 30px 32px;
}

.ws-saas-proof-copy > span {
    color: #7adbd1;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ws-saas-proof-copy h3 {
    margin: 10px 0 12px;
    font-family: var(--ws-font-display);
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    letter-spacing: -0.035em;
    line-height: 1.25;
}

.ws-saas-proof-copy p {
    color: rgba(227, 239, 247, 0.68);
    font-size: 0.91rem;
    line-height: 1.7;
}

.ws-saas-flow {
    background: #fff;
}

.ws-saas-flow-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
    gap: clamp(54px, 8vw, 110px);
    align-items: center;
}

.ws-saas-flow-copy {
    max-width: 510px;
}

.ws-saas-flow-steps {
    position: relative;
    display: grid;
    gap: 0;
    list-style: none;
}

.ws-saas-flow-steps::before {
    content: "";
    position: absolute;
    top: 38px;
    bottom: 38px;
    left: 27px;
    width: 1px;
    background: #d7e3e7;
}

.ws-saas-flow-steps li {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;
    padding: 21px 0;
}

.ws-saas-flow-steps li > span {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbe2df;
    border-radius: 18px;
    color: #087b72;
    background: #eff9f7;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.ws-saas-flow-steps h3 {
    margin: 1px 0 6px;
    font-family: var(--ws-font-display);
    color: #13263a;
    font-size: 1.16rem;
    letter-spacing: -0.025em;
}

.ws-saas-flow-steps p {
    color: #6c7b8c;
    font-size: 0.91rem;
    line-height: 1.65;
}

.ws-saas-enterprise {
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 10%, rgba(66, 198, 182, 0.2), transparent 25%),
        linear-gradient(135deg, #0c2236, #0d4651);
}

.ws-saas-enterprise-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
    gap: clamp(48px, 7vw, 94px);
    align-items: center;
}

.ws-saas-enterprise-copy h2 {
    color: #fff;
}

.ws-saas-enterprise-copy > p {
    color: rgba(228, 239, 247, 0.69);
}

.ws-saas-enterprise-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ws-saas-enterprise-grid article {
    min-height: 174px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ws-saas-enterprise-grid strong {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    font-family: var(--ws-font-display);
    font-size: 1.03rem;
    letter-spacing: -0.02em;
}

.ws-saas-enterprise-grid p {
    color: rgba(225, 237, 245, 0.65);
    font-size: 0.86rem;
    line-height: 1.65;
}

.ws-saas-home .ws-saas-final {
    padding: clamp(70px, 7vw, 94px) 0 38px;
    background: #f6f8fb;
}

.ws-saas-final-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 44px;
    align-items: center;
    padding: clamp(34px, 5vw, 62px);
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 10%, rgba(96, 219, 205, 0.19), transparent 30%),
        linear-gradient(135deg, #0a1c2d, #0e3f4d);
    box-shadow: 0 26px 58px rgba(16, 40, 60, 0.16);
}

.ws-saas-final-shell > div:first-child {
    max-width: 720px;
}

.ws-saas-final-shell > div > span {
    color: #83dfd5;
}

.ws-saas-final-shell h2 {
    color: #fff;
    font-size: clamp(2rem, 3vw, 3rem);
}

.ws-saas-final-shell > div > p {
    max-width: 620px;
    color: rgba(227, 239, 247, 0.68);
}

.ws-saas-final-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 210px;
}

@media (max-width: 1120px) {
    .ws-saas-hero-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
        gap: 38px;
    }

    .ws-saas-hero-copy h1 {
        font-size: clamp(3rem, 5vw, 4.4rem);
    }

    .ws-saas-float-card-top {
        right: 72px;
    }

    .ws-saas-float-card-bottom {
        left: -12px;
    }

    .ws-saas-hero-mobile {
        right: -8px;
        width: 182px;
    }

    .ws-public-mobile-shot-hero {
        right: -8px;
        width: 182px;
    }

    .ws-public-mobile-shot-security {
        left: -8px;
    }
}

@media (max-width: 960px) {
    .ws-saas-hero-grid,
    .ws-saas-flow-shell,
    .ws-saas-enterprise-shell {
        grid-template-columns: 1fr;
    }

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

    .ws-saas-hero-product {
        width: min(760px, 100%);
        margin: 0 auto;
        padding-right: 30px;
    }

    .ws-saas-hero-mobile {
        right: 4px;
        bottom: 30px;
        width: 184px;
    }

    .ws-public-mobile-shot-hero {
        right: 4px;
        bottom: 30px;
        width: 184px;
    }

    .ws-saas-trust-shell {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ws-saas-trust-shell > p {
        max-width: none;
        text-align: center;
    }

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

    .ws-saas-flow-copy {
        max-width: 680px;
    }

    .ws-saas-flow-steps {
        max-width: 680px;
    }

    .ws-saas-enterprise-grid {
        max-width: 760px;
    }

    .ws-saas-final-shell {
        grid-template-columns: 1fr;
    }

    .ws-saas-final-actions {
        width: min(430px, 100%);
        flex-direction: row;
    }
}

@media (max-width: 720px) {
    .ws-saas-home section {
        padding: 68px 0;
    }

    .ws-saas-hero {
        min-height: 0;
    }

    .ws-saas-hero-copy h1 {
        margin-top: 18px;
        font-size: clamp(2.55rem, 11vw, 3.45rem);
        letter-spacing: -0.055em;
    }

    .ws-saas-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .ws-saas-browser {
        transform: none;
    }

    .ws-saas-browser-viewport {
        max-height: 480px;
    }

    .ws-saas-float-card {
        display: none;
    }

    .ws-saas-hero-product {
        padding-right: 0;
        padding-bottom: 14px;
    }

    .ws-saas-hero-mobile {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(176px, 48vw);
        margin: -98px 10px 0 auto;
    }

    .ws-saas-hero-mobile-label {
        top: -36px;
        right: 0;
        left: auto;
        min-height: 28px;
        padding: 0 10px;
        font-size: 0.62rem;
    }

    .ws-public-mobile-shot-hero {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(176px, 48vw);
        margin: -98px 10px 0 auto;
    }

    .ws-public-mobile-shot-hero .ws-public-mobile-shot-label {
        top: -36px;
        right: 0;
        left: auto;
    }

    .ws-public-proof-pair {
        padding: 12px 16px 28px 12px;
    }

    .ws-public-mobile-shot-proof {
        right: 0;
        width: min(124px, 34vw);
    }

    .ws-public-mobile-shot-proof .ws-public-mobile-shot-label {
        top: 20px;
        left: -54px;
    }

    .ws-public-demo-preview-pair {
        padding-right: 16px;
        padding-bottom: 24px;
    }

    .ws-public-mobile-shot-demo {
        width: min(124px, 34vw);
    }

    .ws-saas-logo-row,
    .ws-saas-capability-grid,
    .ws-saas-proof-grid,
    .ws-saas-enterprise-grid {
        grid-template-columns: 1fr;
    }

    .ws-saas-logo-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws-saas-capability-card {
        min-height: 0;
    }

    .ws-saas-flow-steps li {
        gap: 16px;
    }

    .ws-saas-final-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .ws-saas-hero-copy h1 {
        font-size: 2.4rem;
    }

    .ws-saas-assurance {
        display: grid;
    }

    .ws-saas-browser-bar div {
        width: 58%;
    }

    .ws-saas-browser-viewport {
        max-height: 390px;
    }

    .ws-saas-hero-mobile {
        width: min(164px, 48vw);
        margin-top: -72px;
    }

    .ws-public-mobile-shot-hero {
        width: min(164px, 48vw);
        margin-top: -72px;
    }

    .ws-public-mobile-shot-label {
        min-height: 27px;
        padding: 0 9px;
        font-size: 0.58rem;
    }

    .ws-public-mobile-shot-proof,
    .ws-public-mobile-shot-demo {
        width: min(112px, 33vw);
    }

    .ws-saas-proof-copy,
    .ws-saas-capability-card,
    .ws-saas-enterprise-grid article {
        padding: 22px;
    }

    .ws-saas-final-shell {
        padding: 30px 24px;
        border-radius: 24px;
    }

    .ws-saas-flow-steps li {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .ws-saas-flow-steps li > span {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .ws-saas-flow-steps::before {
        left: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ws-saas-browser,
    .ws-saas-capability-card,
    .ws-saas-text-link {
        transition: none;
        transform: none;
    }
}

/* Shared public pages: features, pricing, about, and demo */
.ws-public-page {
    overflow: clip;
}

.ws-public-page .ws-saas-hero {
    min-height: 690px;
}

.ws-public-quick-nav {
    border-bottom: 1px solid #e6ebf0;
    background: #fff;
}

.ws-saas-home .ws-public-quick-nav {
    padding: 24px 0;
}

.ws-public-quick-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ws-public-quick-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 11px 16px;
    border: 1px solid #e4eaf0;
    border-radius: 14px;
    color: #263b50;
    background: #f9fbfc;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.ws-public-quick-nav a:hover {
    border-color: #b9d9d5;
    color: #087970;
    background: #f0f9f7;
}

.ws-public-quick-nav a span {
    color: #0b8178;
    font-size: 0.69rem;
    letter-spacing: 0.08em;
}

.ws-public-card-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #1b6095;
    background: #e7f2fb;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ws-public-card-label.teal {
    color: #087e74;
    background: #e0f5f1;
}

.ws-public-card-label.amber {
    color: #956011;
    background: #fff0d5;
}

.ws-public-card-label.violet {
    color: #66539f;
    background: #eeebfa;
}

.ws-public-card-label.blue {
    color: #286bb4;
    background: #e8f0fb;
}

.ws-public-card-label.green {
    color: #28744f;
    background: #e4f4ea;
}

.ws-public-premium {
    background:
        radial-gradient(circle at 92% 10%, rgba(41, 177, 163, 0.13), transparent 29%),
        #f0f5f7;
}

.ws-public-premium-shell {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(48px, 7vw, 92px);
    align-items: center;
}

.ws-public-premium-shell .ws-saas-section-heading {
    margin: 0;
    text-align: left;
}

.ws-public-premium-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ws-public-premium-grid article {
    min-height: 260px;
    padding: 30px;
    border: 1px solid #dfe8ec;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px rgba(17, 45, 62, 0.07);
}

.ws-public-premium-grid article > span {
    color: #0a8278;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ws-public-premium-grid h3 {
    margin: 15px 0 12px;
    color: #122438;
    font-family: var(--ws-font-display);
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    line-height: 1.3;
}

.ws-public-premium-grid p {
    color: #6b7b8c;
    font-size: 0.91rem;
    line-height: 1.72;
}

.ws-public-values-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ws-public-about-trust {
    border-top: 1px solid #edf0f3;
}

/* Pricing */
.ws-public-pricing-overview {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 38px 80px rgba(0, 12, 24, 0.38);
}

.ws-public-pricing-overview-head {
    display: grid;
    gap: 5px;
    padding: 24px 26px 20px;
    border-bottom: 1px solid #e7ecf1;
}

.ws-public-pricing-overview-head span {
    color: #0b8279;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ws-public-pricing-overview-head strong {
    color: #10243a;
    font-family: var(--ws-font-display);
    font-size: 1.15rem;
    letter-spacing: -0.025em;
}

.ws-public-pricing-overview-list {
    display: grid;
    gap: 1px;
    padding: 10px;
    background: #edf1f4;
}

.ws-public-pricing-overview-list article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 17px;
    background: #fff;
}

.ws-public-pricing-overview-list article:first-child {
    border-radius: 14px 14px 0 0;
}

.ws-public-pricing-overview-list article:last-child {
    border-radius: 0 0 14px 14px;
}

.ws-public-pricing-overview-list article.featured {
    position: relative;
    z-index: 1;
    border: 1px solid #9ed7d0;
    border-radius: 14px;
    background: #eff9f7;
    box-shadow: 0 8px 22px rgba(21, 118, 106, 0.1);
}

.ws-public-pricing-overview-list article > div {
    display: grid;
    gap: 3px;
}

.ws-public-pricing-overview-list article > div span {
    color: #1b3047;
    font-weight: 800;
}

.ws-public-pricing-overview-list article > div small {
    color: #78879a;
    font-size: 0.76rem;
}

.ws-public-pricing-overview-list article > strong {
    color: #10243a;
    font-family: var(--ws-font-display);
    font-size: 1.5rem;
}

.ws-public-pricing-overview-list article > strong small {
    color: #758497;
    font-family: var(--ws-font-body);
    font-size: 0.69rem;
    font-weight: 700;
}

.ws-public-pricing-overview-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 17px 25px 20px;
    color: #647487;
    background: #f9fafb;
    font-size: 0.76rem;
    line-height: 1.55;
}

.ws-public-pricing-overview-note > span {
    width: 22px;
    height: 22px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #087a71;
    background: #def3ef;
    font-size: 0.7rem;
    font-weight: 800;
}

.ws-public-plans {
    background: #f6f8fb;
}

.ws-public-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.ws-public-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 540px;
    padding: 31px;
    border: 1px solid #dfe6ed;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(20, 43, 66, 0.06);
}

.ws-public-plan-card.featured {
    border-color: #79c9bf;
    box-shadow: 0 24px 54px rgba(18, 107, 98, 0.14);
}

.ws-public-plan-card.enterprise {
    border-color: #cfdde8;
    background: linear-gradient(160deg, #f8fbfd, #edf4f7);
}

.ws-public-plan-badge {
    position: absolute;
    top: -14px;
    right: 26px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    background: #0a8379;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ws-public-plan-head {
    display: grid;
    gap: 15px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e8edf1;
}

.ws-public-plan-head > span {
    color: #496074;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ws-public-plan-head > strong {
    color: #10243a;
    font-family: var(--ws-font-display);
    font-size: 2.65rem;
    letter-spacing: -0.055em;
    line-height: 1;
}

.ws-public-plan-head > strong small {
    margin-left: 4px;
    color: #78879a;
    font-family: var(--ws-font-body);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0;
}

.ws-public-plan-card > p {
    min-height: 72px;
    margin: 22px 0 18px;
    color: #69798b;
    font-size: 0.88rem;
    line-height: 1.68;
}

.ws-public-plan-limit {
    margin-bottom: 20px;
    padding: 11px 13px;
    border-radius: 12px;
    color: #17685f;
    background: #edf8f6;
    font-size: 0.79rem;
    font-weight: 800;
}

.ws-public-plan-card ul {
    display: grid;
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.ws-public-plan-card li {
    position: relative;
    padding-left: 23px;
    color: #42566b;
    font-size: 0.85rem;
    line-height: 1.5;
}

.ws-public-plan-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0b877d;
    font-weight: 900;
}

.ws-public-plan-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 19px;
    border-top: 1px solid #e8edf1;
    color: #0a776f;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
}

.ws-public-plan-action:hover {
    color: #07564f;
}

.ws-public-addon-price {
    display: block;
    margin-top: 22px;
    color: #10243a;
    font-family: var(--ws-font-display);
    font-size: 1.4rem;
}

.ws-public-addon-price small {
    color: #7b8898;
    font-family: var(--ws-font-body);
    font-size: 0.7rem;
}

.ws-public-addon-price.scoped {
    font-size: 1.05rem;
}

/* Demo */
.ws-saas-home .ws-public-demo-hero {
    position: relative;
    padding: clamp(72px, 7vw, 104px) 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 15%, rgba(45, 189, 174, 0.2), transparent 28%),
        radial-gradient(circle at 94% 76%, rgba(37, 114, 192, 0.18), transparent 30%),
        linear-gradient(135deg, #071725 0%, #0a2d42 58%, #0a4c53 100%);
}

.ws-public-demo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 72px 72px;
}

.ws-public-demo-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
    gap: clamp(48px, 7vw, 96px);
    align-items: start;
}

.ws-public-demo-copy {
    padding-top: 22px;
}

.ws-public-demo-copy h1 {
    margin: 22px 0 22px;
    color: #fff;
    font-family: var(--ws-font-display);
    font-size: clamp(3rem, 4.6vw, 4.65rem);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 1.02;
}

.ws-public-demo-copy > p {
    max-width: 590px;
    color: rgba(229, 240, 247, 0.74);
    font-size: 1.05rem;
    line-height: 1.78;
}

.ws-public-demo-benefits {
    display: grid;
    gap: 17px;
    margin: 32px 0 36px;
    padding: 0;
    list-style: none;
}

.ws-public-demo-benefits li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 13px;
}

.ws-public-demo-benefits li > span {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #8de3d9;
    background: rgba(89, 213, 199, 0.12);
    font-size: 0.75rem;
    font-weight: 900;
}

.ws-public-demo-benefits strong {
    display: block;
    margin: 1px 0 4px;
    color: #fff;
    font-size: 0.91rem;
}

.ws-public-demo-benefits p {
    color: rgba(224, 237, 245, 0.63);
    font-size: 0.82rem;
    line-height: 1.55;
}

.ws-public-demo-preview {
    max-width: 510px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 19px;
    background: #eef3f6;
    box-shadow: 0 26px 60px rgba(0, 8, 17, 0.34);
}

.ws-public-demo-preview-pair {
    width: min(548px, 100%);
    padding: 0 28px 28px 0;
}

.ws-public-demo-preview-pair .ws-public-demo-preview {
    max-width: none;
}

.ws-public-mobile-shot-demo {
    right: 0;
    bottom: 0;
    width: clamp(124px, 11vw, 146px);
}

.ws-public-mobile-shot-demo .ws-public-mobile-shot-label {
    top: 22px;
    left: -68px;
}

.ws-public-demo-preview .ws-saas-browser-bar {
    min-height: 40px;
}

.ws-public-demo-preview .ws-saas-browser-viewport {
    max-height: 270px;
}

.ws-public-demo-form-shell {
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 42px 90px rgba(0, 10, 20, 0.37);
}

.ws-public-demo-form-header {
    margin-bottom: 26px;
}

.ws-public-demo-form-header > span {
    color: #0b8379;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ws-public-demo-form-header h2 {
    margin: 10px 0 9px;
    color: #10243a;
    font-family: var(--ws-font-display);
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    letter-spacing: -0.045em;
    line-height: 1.15;
}

.ws-public-demo-form-header p {
    color: #6b7b8c;
    font-size: 0.88rem;
    line-height: 1.6;
}

.ws-public-demo-alert {
    margin-bottom: 20px;
    padding: 13px 15px;
    border: 1px solid;
    border-radius: 12px;
    font-size: 0.84rem;
    line-height: 1.5;
}

.ws-public-demo-alert.success {
    border-color: #b8ded3;
    color: #176553;
    background: #edf8f4;
}

.ws-public-demo-alert.error {
    border-color: #efc2c2;
    color: #923d3d;
    background: #fff3f3;
}

.ws-public-demo-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
}

.ws-public-field {
    min-width: 0;
}

.ws-public-field.full {
    grid-column: 1 / -1;
}

.ws-public-field label {
    display: block;
    margin-bottom: 7px;
    color: #354b60;
    font-size: 0.78rem;
    font-weight: 800;
}

.ws-public-field label span {
    color: #0a8379;
}

.ws-public-field input,
.ws-public-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #d4dee7;
    border-radius: 11px;
    outline: none;
    color: #172a3e;
    background: #fbfcfd;
    font: inherit;
    font-size: 0.88rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ws-public-field textarea {
    min-height: 126px;
    resize: vertical;
    line-height: 1.55;
}

.ws-public-field input::placeholder,
.ws-public-field textarea::placeholder {
    color: #9aa6b3;
}

.ws-public-field input:focus,
.ws-public-field textarea:focus {
    border-color: #4caea4;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(51, 164, 153, 0.12);
}

.ws-public-demo-submit {
    width: 100%;
    margin-top: 22px;
}

.ws-public-demo-note {
    margin-top: 13px;
    color: #8190a0;
    font-size: 0.71rem;
    line-height: 1.5;
    text-align: center;
}

.ws-public-demo-process {
    background: #fff;
}

@media (max-width: 1120px) {
    .ws-public-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws-public-plan-card {
        padding: 27px;
    }

    .ws-public-demo-grid {
        grid-template-columns: minmax(0, 0.75fr) minmax(520px, 1.25fr);
        gap: 38px;
    }
}

@media (max-width: 960px) {
    .ws-public-page .ws-saas-hero {
        min-height: 0;
    }

    .ws-public-quick-nav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws-public-premium-shell,
    .ws-public-demo-grid {
        grid-template-columns: 1fr;
    }

    .ws-public-premium-shell .ws-saas-section-heading {
        max-width: 680px;
    }

    .ws-public-pricing-overview {
        width: min(680px, 100%);
        margin: 0 auto;
    }

    .ws-public-plan-grid {
        grid-template-columns: 1fr;
        width: min(680px, 100%);
        margin: 0 auto;
    }

    .ws-public-plan-card {
        min-height: 0;
    }

    .ws-public-plan-card > p {
        min-height: 0;
    }

    .ws-public-demo-copy {
        max-width: 720px;
        padding-top: 0;
    }

    .ws-public-demo-preview {
        max-width: 680px;
    }

    .ws-public-demo-form-shell {
        width: min(720px, 100%);
    }
}

@media (max-width: 720px) {
    .ws-saas-home .ws-public-quick-nav {
        padding: 18px 0;
    }

    .ws-public-quick-nav-grid,
    .ws-public-premium-grid,
    .ws-public-values-grid {
        grid-template-columns: 1fr;
    }

    .ws-public-quick-nav a {
        min-height: 48px;
    }

    .ws-public-premium-grid article {
        min-height: 0;
    }

    .ws-public-demo-copy h1 {
        font-size: clamp(2.55rem, 11vw, 3.45rem);
    }

    .ws-public-demo-form-grid {
        grid-template-columns: 1fr;
    }

    .ws-public-field.full {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .ws-public-pricing-overview-head,
    .ws-public-pricing-overview-note {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ws-public-pricing-overview-list article {
        padding: 16px 13px;
    }

    .ws-public-plan-card,
    .ws-public-premium-grid article {
        padding: 24px;
        border-radius: 21px;
    }

    .ws-public-demo-copy h1 {
        font-size: 2.45rem;
    }

    .ws-public-demo-preview .ws-saas-browser-viewport {
        max-height: 210px;
    }

    .ws-public-demo-form-shell {
        padding: 25px 20px;
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ws-public-quick-nav a,
    .ws-public-field input,
    .ws-public-field textarea {
        transition: none;
    }
}

/* Enterprise refinement: restrained navigation, type, surfaces, and actions */
.page-body {
    padding-top: 82px;
}

.header {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(7, 20, 33, 0.94);
    box-shadow: 0 8px 28px rgba(3, 12, 22, 0.14);
    backdrop-filter: blur(18px);
}

.nav {
    min-height: 82px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.logo a {
    gap: 10px;
}

.logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: #062b2d;
    background: #61cfc1;
    box-shadow: none;
}

.logo-word {
    font-size: 1.03rem;
}

.logo-word span {
    color: #67d5c8;
}

.nav-links {
    gap: 2px;
}

.nav-links a {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 9px;
    color: rgba(232, 241, 247, 0.72);
    font-size: 0.88rem;
}

.nav-links a:hover,
.nav-links a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.nav-links .btn-outline {
    margin-left: 12px;
}

.nav-utilities {
    gap: 9px;
}

.lang-menu-trigger {
    min-width: 100px;
    min-height: 44px;
    gap: 8px;
    padding: 6px 10px;
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
}

.lang-menu-globe {
    width: 26px;
    height: 26px;
    color: #70d7cb;
    background: rgba(96, 208, 195, 0.11);
    box-shadow: none;
}

.lang-menu-current {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
}

.lang-menu-chevron {
    width: 7px;
    height: 7px;
    border-color: #70d7cb;
}

.btn-primary,
.btn-outline {
    min-height: 44px;
    padding: 0 19px;
    border-radius: 10px;
    font-size: 0.88rem;
    box-shadow: none;
}

.btn-primary {
    border-color: #60cec0;
    color: #062a2c !important;
    background: #60cec0;
}

.btn-primary:hover {
    background: #73d9cd;
    border-color: #73d9cd;
    box-shadow: 0 10px 24px rgba(22, 139, 128, 0.2);
}

.btn-outline {
    border-color: rgba(255, 255, 255, 0.18);
    background: transparent;
}

.btn-large {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 11px;
    font-size: 0.94rem;
}

.ws-saas-hero,
.ws-saas-home .ws-public-demo-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(44, 182, 167, 0.16), transparent 31%),
        linear-gradient(135deg, #071624 0%, #0a293a 64%, #0b4145 100%);
}

.ws-saas-hero::before,
.ws-public-demo-hero::before {
    opacity: 0.08;
}

.ws-saas-hero,
.ws-public-page .ws-saas-hero {
    min-height: 650px;
}

.ws-saas-hero-copy h1 {
    font-size: clamp(2.95rem, 4.25vw, 4.55rem);
    letter-spacing: -0.055em;
    line-height: 1.04;
}

.ws-saas-hero-copy > p {
    font-size: clamp(0.98rem, 1.2vw, 1.1rem);
    line-height: 1.72;
}

.ws-saas-browser {
    border-radius: 16px;
    box-shadow: 0 30px 70px rgba(0, 9, 18, 0.38);
    transform: none;
}

.ws-saas-float-card {
    min-width: 210px;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(4, 19, 33, 0.2);
}

.ws-saas-float-card-bottom {
    display: none;
}

.ws-saas-capability-card,
.ws-public-premium-grid article,
.ws-public-plan-card,
.ws-saas-proof-card,
.ws-saas-enterprise-grid article,
.ws-public-pricing-overview,
.ws-public-demo-form-shell {
    border-radius: 17px;
}

.ws-saas-capability-card,
.ws-public-premium-grid article,
.ws-public-plan-card {
    box-shadow: 0 10px 28px rgba(23, 45, 69, 0.045);
}

.ws-saas-capability-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 34px rgba(23, 45, 69, 0.075);
}

.ws-saas-final-shell {
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(16, 40, 60, 0.13);
}

.footer-shell {
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(7, 17, 31, 0.14);
}

.ws-public-demo-copy h1 {
    font-size: clamp(2.9rem, 4.15vw, 4.35rem);
    letter-spacing: -0.055em;
    line-height: 1.04;
}

.ws-public-demo-form-shell {
    box-shadow: 0 30px 70px rgba(0, 10, 20, 0.3);
}

.ws-public-demo-submit {
    color: #062a2c !important;
}

.ws-public-plan-card.featured {
    box-shadow: 0 16px 38px rgba(18, 107, 98, 0.1);
}

@media (max-width: 980px) {
    .page-body {
        padding-top: 72px;
    }

    .nav {
        min-height: 72px;
    }

    .mobile-menu {
        margin-top: 0;
        border-radius: 0 0 18px 18px;
        box-shadow: 0 18px 38px rgba(4, 14, 25, 0.22);
    }
}

@media (max-width: 720px) {
    .ws-saas-hero,
    .ws-public-page .ws-saas-hero {
        min-height: 0;
    }

    .ws-saas-hero-copy h1,
    .ws-public-demo-copy h1 {
        font-size: clamp(2.35rem, 10.2vw, 3.1rem);
        letter-spacing: -0.05em;
    }

    .ws-saas-home section {
        padding: 64px 0;
    }

    .ws-saas-browser,
    .ws-public-demo-preview {
        border-radius: 14px;
    }
}

@media (max-width: 480px) {
    .logo-mark {
        width: 36px;
        height: 36px;
    }

    .logo-word {
        font-size: 0.96rem;
    }

    .mobile-menu-btn {
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }

    .ws-saas-hero-copy h1,
    .ws-public-demo-copy h1 {
        font-size: 2.35rem;
    }
}

/* Security and trust */
.ws-saas-home .ws-security-hero {
    position: relative;
    min-height: 660px;
    padding: 104px 0 98px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 86% 9%, rgba(57, 190, 174, 0.18), transparent 29%),
        radial-gradient(circle at 8% 90%, rgba(42, 115, 157, 0.13), transparent 27%),
        linear-gradient(135deg, #071624 0%, #0a2738 63%, #0a3b3e 100%);
}

.ws-security-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.08;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.26) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to right, transparent 0%, #000 58%, #000 100%);
}

.ws-security-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.91fr) minmax(480px, 1.09fr);
    align-items: center;
    gap: clamp(54px, 7vw, 104px);
}

.ws-security-hero-copy h1 {
    max-width: 780px;
    margin: 22px 0 24px;
    color: #fff;
    font-family: var(--ws-font-display);
    font-size: clamp(3rem, 4.45vw, 4.7rem);
    font-weight: 700;
    letter-spacing: -0.058em;
    line-height: 1.03;
}

.ws-security-hero-copy > p {
    max-width: 650px;
    margin: 0;
    color: rgba(229, 240, 247, 0.77);
    font-size: clamp(1rem, 1.16vw, 1.08rem);
    line-height: 1.78;
}

.ws-security-hero-copy .ws-saas-text-link,
.ws-security-access .ws-saas-text-link {
    color: #85e0d5;
}

.ws-security-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.ws-security-assurance span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(125, 220, 209, 0.23);
    border-radius: 8px;
    color: rgba(235, 247, 248, 0.82);
    background: rgba(83, 189, 177, 0.08);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.ws-security-hero-visual {
    position: relative;
    padding: 0 0 30px;
}

.ws-security-hero-visual .ws-saas-browser {
    border: 1px solid rgba(255, 255, 255, 0.17);
    background: #f7f9fb;
    box-shadow: 0 34px 76px rgba(0, 8, 18, 0.42);
}

.ws-public-mobile-shot-security {
    left: -24px;
    bottom: 35px;
    width: clamp(154px, 13vw, 182px);
}

.ws-public-mobile-shot-security .ws-public-mobile-shot-label {
    right: -78px;
    left: auto;
}

.ws-security-permission-image {
    height: 455px;
    overflow: hidden;
    background: #f4f7f9;
}

.ws-security-permission-image img {
    display: block;
    width: 100%;
    height: auto;
}

.ws-security-control-card {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    width: min(320px, 78%);
    padding: 17px 18px;
    border: 1px solid rgba(35, 117, 111, 0.18);
    border-radius: 12px;
    color: #17364a;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 40px rgba(3, 18, 29, 0.25);
}

.ws-security-control-icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    color: #083638;
    background: #7ad9ce;
    font-weight: 900;
}

.ws-security-control-card small,
.ws-security-control-card strong {
    display: block;
}

.ws-security-control-card small {
    margin-bottom: 3px;
    color: #648092;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ws-security-control-card strong {
    font-size: 0.86rem;
    line-height: 1.38;
}

.ws-security-principles {
    padding: 112px 0;
    background: #f4f7f8;
}

.ws-security-principle-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 56px;
    overflow: hidden;
    border: 1px solid #dce6e9;
    border-radius: 17px;
    background: #dce6e9;
}

.ws-security-principle-grid article {
    min-height: 246px;
    padding: 36px;
    background: #fff;
}

.ws-security-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 30px;
    margin-bottom: 34px;
    border-radius: 7px;
    color: #116e69;
    background: #e5f5f2;
    font-size: 0.71rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.ws-security-principle-grid h3 {
    margin: 0 0 13px;
    color: #102f43;
    font-family: var(--ws-font-display);
    font-size: 1.2rem;
    letter-spacing: -0.02em;
}

.ws-security-principle-grid p {
    max-width: 570px;
    margin: 0;
    color: #607789;
    font-size: 0.9rem;
    line-height: 1.72;
}

.ws-security-access {
    padding: 116px 0;
    color: #fff;
    background: #0a2232;
}

.ws-security-access-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: center;
    gap: clamp(64px, 8vw, 124px);
}

.ws-security-access-copy h2 {
    max-width: 650px;
    margin: 24px 0 20px;
    color: #fff;
    font-family: var(--ws-font-display);
    font-size: clamp(2.2rem, 3.25vw, 3.45rem);
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.ws-security-access-copy > p {
    max-width: 590px;
    margin: 0 0 25px;
    color: rgba(224, 237, 244, 0.72);
    font-size: 0.96rem;
    line-height: 1.78;
}

.ws-security-boundary-list {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ws-security-boundary-list article {
    display: grid;
    grid-template-columns: 105px minmax(150px, 0.63fr) minmax(0, 1.37fr);
    align-items: start;
    gap: 20px;
    padding: 27px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ws-security-boundary-list span {
    color: #75d7cb;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ws-security-boundary-list strong {
    color: #fff;
    font-size: 0.92rem;
    line-height: 1.45;
}

.ws-security-boundary-list p {
    margin: 0;
    color: rgba(221, 234, 241, 0.67);
    font-size: 0.84rem;
    line-height: 1.65;
}

.ws-security-accountability {
    padding: 112px 0;
    background: #fff;
}

.ws-security-accountability-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(400px, 0.76fr);
    align-items: center;
    gap: clamp(70px, 9vw, 140px);
}

.ws-security-heading-left {
    margin: 0;
    text-align: left;
}

.ws-security-heading-left h2,
.ws-security-heading-left p {
    margin-right: 0;
    margin-left: 0;
}

.ws-security-evidence-card {
    overflow: hidden;
    border: 1px solid #dbe6e9;
    border-radius: 17px;
    background: #f7fafb;
    box-shadow: 0 20px 50px rgba(26, 55, 73, 0.08);
}

.ws-security-evidence-head {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 61px;
    padding: 0 24px;
    border-bottom: 1px solid #dfe8eb;
    color: #17384b;
    background: #fff;
    font-size: 0.84rem;
}

.ws-security-evidence-head span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #37a99e;
    box-shadow: 0 0 0 5px #e3f4f1;
}

.ws-security-evidence-card dl {
    margin: 0;
    padding: 8px 24px;
}

.ws-security-evidence-card dl > div {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 20px;
    padding: 17px 0;
    border-bottom: 1px solid #e2eaed;
}

.ws-security-evidence-card dl > div:last-child {
    border-bottom: 0;
}

.ws-security-evidence-card dt,
.ws-security-evidence-card dd {
    margin: 0;
}

.ws-security-evidence-card dt {
    color: #7a8d9b;
    font-size: 0.75rem;
    font-weight: 700;
}

.ws-security-evidence-card dd {
    color: #29485a;
    font-size: 0.82rem;
    font-weight: 750;
}

.ws-security-responsibility {
    padding: 0 0 112px;
    background: #fff;
}

.ws-security-responsibility-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(60px, 8vw, 120px);
    padding: 52px 56px;
    border: 1px solid #dce6e9;
    border-radius: 17px;
    background: #f3f7f7;
}

.ws-security-responsibility-shell > div > span {
    display: block;
    margin-bottom: 16px;
    color: #167970;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ws-security-responsibility-shell h2 {
    margin: 0;
    color: #123247;
    font-family: var(--ws-font-display);
    font-size: clamp(1.75rem, 2.45vw, 2.55rem);
    letter-spacing: -0.04em;
    line-height: 1.13;
}

.ws-security-responsibility-shell ul {
    display: grid;
    gap: 17px;
    align-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ws-security-responsibility-shell li {
    position: relative;
    padding-left: 28px;
    color: #516b7c;
    font-size: 0.9rem;
    line-height: 1.65;
}

.ws-security-responsibility-shell li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    color: #16877c;
    font-weight: 900;
}

@media (max-width: 1180px) and (min-width: 981px) {
    .nav-links a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .nav-links .btn-outline {
        margin-left: 5px;
    }

    .ws-security-hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
        gap: 50px;
    }
}

@media (max-width: 980px) {
    .ws-security-hero-grid,
    .ws-security-access-shell,
    .ws-security-accountability-grid,
    .ws-security-responsibility-shell {
        grid-template-columns: 1fr;
    }

    .ws-security-hero-grid,
    .ws-security-accountability-grid {
        gap: 62px;
    }

    .ws-security-hero-copy {
        max-width: 720px;
    }

    .ws-security-hero-visual {
        width: min(760px, 100%);
    }

    .ws-security-access-shell {
        gap: 54px;
    }

    .ws-security-accountability-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
        align-items: start;
        gap: 50px;
    }

    .ws-security-responsibility-shell {
        gap: 38px;
    }
}

@media (max-width: 760px) {
    .ws-saas-home .ws-security-hero,
    .ws-security-principles,
    .ws-security-access,
    .ws-security-accountability {
        padding: 78px 0;
    }

    .ws-security-hero-copy h1 {
        font-size: clamp(2.45rem, 11vw, 3.45rem);
    }

    .ws-security-hero-visual {
        padding-bottom: 58px;
    }

    .ws-public-mobile-shot-security {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        width: min(138px, 38vw);
        margin: -86px 14px 78px auto;
    }

    .ws-public-mobile-shot-security .ws-public-mobile-shot-label {
        top: -34px;
        right: 0;
    }

    .ws-security-permission-image {
        height: 330px;
    }

    .ws-security-control-card {
        right: 14px;
        left: 14px;
        bottom: 0;
        width: auto;
    }

    .ws-security-principle-grid {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }

    .ws-security-principle-grid article {
        min-height: 0;
        padding: 28px;
    }

    .ws-security-step {
        margin-bottom: 25px;
    }

    .ws-security-boundary-list article {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ws-security-accountability-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ws-security-responsibility {
        padding-bottom: 78px;
    }

    .ws-security-responsibility-shell {
        padding: 36px 28px;
    }
}

@media (max-width: 480px) {
    .ws-security-hero-copy h1 {
        font-size: 2.38rem;
    }

    .ws-security-assurance {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ws-security-assurance span {
        justify-content: center;
    }

    .ws-security-permission-image {
        height: 250px;
    }

    .ws-security-control-card {
        padding: 14px;
    }

    .ws-security-principle-grid article {
        padding: 25px 22px;
    }

    .ws-security-evidence-card dl,
    .ws-security-evidence-head {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ws-security-evidence-card dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .ws-security-responsibility-shell {
        padding: 31px 22px;
    }
}

/* Public legal and trust centre */
.footer-shell {
    grid-template-columns: minmax(0, 1.55fr) minmax(180px, 0.72fr) minmax(110px, 0.42fr) auto;
}

.footer-legal-links {
    display: grid;
    align-content: start;
    gap: 12px;
}

.footer-legal-links::before {
    content: "Legal";
    color: rgba(239, 245, 252, 0.48);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-legal-links a {
    color: rgba(239, 245, 252, 0.82);
    font-weight: 600;
    text-decoration: none;
}

.footer-links a:hover,
.footer-legal-links a:hover,
.footer-links a[aria-current="page"],
.footer-legal-links a[aria-current="page"] {
    color: #fff;
}

.ws-public-demo-note a {
    color: inherit;
    font-weight: 800;
    text-underline-offset: 3px;
}

.ws-legal-page {
    --ws-legal-ink: #10243a;
    --ws-legal-muted: #5b6d7d;
    --ws-legal-line: #dce6e9;
    color: var(--ws-legal-ink);
    background:
        radial-gradient(circle at 88% 8%, rgba(91, 187, 176, 0.1), transparent 25%),
        linear-gradient(180deg, #f8fbfa 0, #fff 420px);
}

.ws-legal-hero {
    position: relative;
    overflow: hidden;
    padding: 104px 0 92px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 18%, rgba(67, 207, 181, 0.28), transparent 29%),
        radial-gradient(circle at 8% 92%, rgba(50, 133, 166, 0.25), transparent 32%),
        linear-gradient(128deg, #071a2d 0%, #0b3543 55%, #126f68 100%);
}

.ws-legal-hero::after {
    position: absolute;
    right: -130px;
    bottom: -250px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.025), 0 0 0 108px rgba(255, 255, 255, 0.018);
    content: "";
    pointer-events: none;
}

.ws-legal-hero--terms {
    background:
        radial-gradient(circle at 80% 18%, rgba(105, 183, 221, 0.24), transparent 29%),
        radial-gradient(circle at 8% 92%, rgba(73, 166, 137, 0.22), transparent 32%),
        linear-gradient(128deg, #08192a 0%, #15384d 58%, #245f66 100%);
}

.ws-legal-hero--cookies {
    background:
        radial-gradient(circle at 81% 15%, rgba(242, 196, 109, 0.2), transparent 27%),
        radial-gradient(circle at 8% 92%, rgba(92, 196, 185, 0.22), transparent 32%),
        linear-gradient(128deg, #071b2b 0%, #17434b 58%, #39746b 100%);
}

.ws-legal-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
    gap: 72px;
    align-items: center;
}

.ws-legal-kicker {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #bdebe1;
    background: rgba(255, 255, 255, 0.07);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ws-legal-hero h1 {
    max-width: 830px;
    margin: 0;
    color: #fff;
    font-family: var(--ws-font-display);
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.058em;
}

.ws-legal-hero h1 + p {
    max-width: 730px;
    margin: 28px 0 0;
    color: rgba(239, 249, 248, 0.78);
    font-size: clamp(1.05rem, 1.4vw, 1.22rem);
    line-height: 1.72;
}

.ws-legal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ws-legal-meta span {
    padding: 8px 12px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.79rem;
    font-weight: 700;
}

.ws-legal-principle-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(7, 24, 37, 0.38);
    box-shadow: 0 24px 60px rgba(1, 12, 22, 0.2);
    backdrop-filter: blur(14px);
}

.ws-legal-principle-card strong {
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 1rem;
}

.ws-legal-principle-card ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ws-legal-principle-card li {
    position: relative;
    padding-left: 25px;
    color: rgba(239, 249, 248, 0.76);
    font-size: 0.91rem;
    line-height: 1.55;
}

.ws-legal-principle-card li::before {
    position: absolute;
    top: 0.38em;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #83d7c7;
    border-radius: 50%;
    content: "";
}

.ws-legal-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: clamp(48px, 7vw, 104px);
    align-items: start;
    padding-top: 88px;
    padding-bottom: 118px;
}

.ws-legal-toc {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 5px;
    padding: 22px;
    border: 1px solid var(--ws-legal-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 42px rgba(22, 57, 70, 0.06);
}

.ws-legal-toc strong {
    margin: 0 0 10px;
    color: #18344b;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ws-legal-toc a {
    padding: 8px 9px;
    border-radius: 9px;
    color: #657786;
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1.25;
    text-decoration: none;
}

.ws-legal-toc a:hover,
.ws-legal-toc a:focus-visible {
    color: #0b685f;
    background: #ecf7f4;
}

.ws-legal-content {
    min-width: 0;
    max-width: 920px;
}

.ws-legal-section {
    scroll-margin-top: 126px;
    padding-bottom: 64px;
}

.ws-legal-section + .ws-legal-section {
    padding-top: 64px;
    border-top: 1px solid var(--ws-legal-line);
}

.ws-legal-section-number {
    display: block;
    margin-bottom: 13px;
    color: #188b7c;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.ws-legal-section h2 {
    max-width: 790px;
    margin: 0 0 22px;
    color: var(--ws-legal-ink);
    font-family: var(--ws-font-display);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.07;
    letter-spacing: -0.045em;
}

.ws-legal-section h3 {
    margin: 0 0 9px;
    color: #17354b;
    font-size: 1rem;
}

.ws-legal-section p {
    margin: 0 0 18px;
    color: var(--ws-legal-muted);
    font-size: 1rem;
    line-height: 1.78;
}

.ws-legal-section p a,
.ws-legal-section li a {
    color: #0b7569;
    font-weight: 750;
    text-underline-offset: 3px;
}

.ws-legal-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 27px 0 24px;
}

.ws-legal-info-card {
    padding: 24px;
    border: 1px solid var(--ws-legal-line);
    border-radius: 16px;
    background: #fbfdfc;
}

.ws-legal-info-card p {
    margin: 0;
    font-size: 0.91rem;
    line-height: 1.65;
}

.ws-legal-data-list {
    display: grid;
    margin-top: 28px;
    border-top: 1px solid var(--ws-legal-line);
}

.ws-legal-data-list > div {
    display: grid;
    grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1fr);
    gap: 28px;
    padding: 22px 0;
    border-bottom: 1px solid var(--ws-legal-line);
}

.ws-legal-data-list strong {
    color: #18394e;
    font-size: 0.92rem;
}

.ws-legal-data-list span {
    color: var(--ws-legal-muted);
    font-size: 0.92rem;
    line-height: 1.67;
}

.ws-legal-table-wrap {
    margin: 28px 0 24px;
    overflow-x: auto;
    border: 1px solid var(--ws-legal-line);
    border-radius: 17px;
    background: #fff;
}

.ws-legal-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 620px;
}

.ws-legal-table th,
.ws-legal-table td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--ws-legal-line);
    text-align: left;
    vertical-align: top;
}

.ws-legal-table th {
    color: #17384d;
    background: #f1f8f6;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ws-legal-table td {
    color: var(--ws-legal-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.ws-legal-table tr:last-child td {
    border-bottom: 0;
}

.ws-legal-cookie-table code {
    color: #0f5e58;
    font-size: 0.82rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.ws-legal-bullets {
    display: grid;
    gap: 14px;
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.ws-legal-bullets li {
    position: relative;
    padding-left: 25px;
    color: var(--ws-legal-muted);
    line-height: 1.7;
}

.ws-legal-bullets li::before {
    position: absolute;
    top: 0.67em;
    left: 1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #32a393;
    box-shadow: 0 0 0 5px #e4f5f1;
    content: "";
}

.ws-legal-callout {
    display: grid;
    gap: 7px;
    margin: 28px 0;
    padding: 22px 24px;
    border: 1px solid #cce7e1;
    border-left: 4px solid #2c9d8e;
    border-radius: 13px;
    color: #4e6c72;
    background: #f1faf7;
    font-size: 0.92rem;
    line-height: 1.62;
}

.ws-legal-callout strong {
    color: #15564f;
}

.ws-legal-callout--warning {
    border-color: #e9dfc5;
    border-left-color: #c89535;
    background: #fffaf0;
}

.ws-legal-callout--warning strong {
    color: #765518;
}

.ws-legal-authority-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 6px;
    padding: 12px 16px;
    border: 1px solid #cfe4e0;
    border-radius: 11px;
    color: #0b6f64;
    background: #f7fbfa;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.ws-legal-contact-card {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 28px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(132deg, #0c2d3d, #14685f);
    box-shadow: 0 22px 46px rgba(11, 54, 67, 0.16);
}

.ws-legal-contact-card span,
.ws-legal-contact-card strong,
.ws-legal-contact-card p,
.ws-legal-contact-card a:not(.btn-primary) {
    display: block;
}

.ws-legal-contact-card span {
    margin-bottom: 7px;
    color: #95d7ca;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.ws-legal-contact-card strong {
    color: #fff;
    font-size: 1.05rem;
}

.ws-legal-contact-card p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    line-height: 1.55;
}

.ws-legal-contact-card a:not(.btn-primary) {
    margin-top: 7px;
    color: #fff;
}

.ws-legal-contact-card .btn-primary {
    flex: 0 0 auto;
    color: #082a2b;
    background: #fff;
}

@media (max-width: 1120px) {
    .footer-shell,
    .ws-legal-hero-grid {
        grid-template-columns: 1fr;
    }

    .footer-copy {
        justify-self: start;
        text-align: left;
    }

    .ws-legal-principle-card {
        max-width: 720px;
    }
}

@media (max-width: 900px) {
    .ws-legal-hero {
        padding: 82px 0 76px;
    }

    .ws-legal-hero-grid {
        gap: 42px;
    }

    .ws-legal-layout {
        grid-template-columns: 1fr;
        gap: 46px;
        padding-top: 62px;
        padding-bottom: 90px;
    }

    .ws-legal-toc {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws-legal-toc strong {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .ws-legal-hero h1 {
        font-size: 2.7rem;
    }

    .ws-legal-principle-card,
    .ws-legal-toc,
    .ws-legal-info-card,
    .ws-legal-contact-card {
        padding: 22px;
    }

    .ws-legal-toc,
    .ws-legal-card-grid {
        grid-template-columns: 1fr;
    }

    .ws-legal-data-list > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ws-legal-section {
        padding-bottom: 48px;
    }

    .ws-legal-section + .ws-legal-section {
        padding-top: 48px;
    }

    .ws-legal-contact-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Keep public heroes close to the fixed navigation without crowding it. */
.page-body > .ws-saas-home > .ws-saas-hero,
.page-body > .ws-saas-home > .ws-security-hero {
    min-height: 600px;
    padding: clamp(40px, 4vw, 56px) 0 clamp(56px, 6vw, 80px);
}

.page-body > .ws-saas-home > .ws-public-demo-hero,
.page-body > .ws-legal-page > .ws-legal-hero {
    padding-top: clamp(40px, 4vw, 56px);
    padding-bottom: clamp(56px, 6vw, 80px);
}

@media (max-width: 980px) {
    .page-body > .ws-saas-home > .ws-saas-hero,
    .page-body > .ws-saas-home > .ws-security-hero {
        min-height: 0;
    }

    .page-body > .ws-saas-home > .ws-saas-hero,
    .page-body > .ws-saas-home > .ws-security-hero,
    .page-body > .ws-saas-home > .ws-public-demo-hero,
    .page-body > .ws-legal-page > .ws-legal-hero {
        padding-top: 44px;
        padding-bottom: 64px;
    }
}

@media (max-width: 620px) {
    .page-body > .ws-saas-home > .ws-saas-hero,
    .page-body > .ws-saas-home > .ws-security-hero,
    .page-body > .ws-saas-home > .ws-public-demo-hero,
    .page-body > .ws-legal-page > .ws-legal-hero {
        padding-top: 34px;
        padding-bottom: 52px;
    }
}

/* Public accessibility foundations */
.skip-link {
    position: fixed;
    top: 10px;
    left: 12px;
    z-index: 2200;
    padding: 11px 15px;
    border: 2px solid #f2c46d;
    border-radius: 9px;
    color: #071624;
    background: #fff;
    box-shadow: 0 12px 30px rgba(2, 12, 22, 0.28);
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform 0.16s ease;
}

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

.page-body:focus {
    outline: none;
}

:where(a, button, input, textarea, select, summary):focus-visible {
    outline: 3px solid #f2c46d;
    outline-offset: 3px;
}

.ws-public-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .js .fade-up,
    .js .fade-in {
        opacity: 1 !important;
        transform: none !important;
    }
}
