:root {
    color-scheme: light;
    --ink: #151821;
    --muted: #667085;
    --line: #dfe5ef;
    --panel: rgba(255, 255, 255, 0.94);
    --panel-soft: #f7f9fc;
    --blue: #175cd3;
    --blue-strong: #0b4fc4;
    --blue-soft: #eaf2ff;
    --purple: #6e2a8a;
    --purple-soft: #f3eafa;
    --green: #16845b;
    --danger: #c4323b;
    --shadow: 0 24px 70px rgba(26, 38, 66, 0.12);
    --radius-xl: 32px;
    --radius-lg: 22px;
    --radius-md: 15px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f2f5fa;
    color: var(--ink);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at 12% 6%, rgba(31, 103, 220, 0.12), transparent 30rem),
        radial-gradient(circle at 88% 14%, rgba(110, 42, 138, 0.10), transparent 32rem),
        linear-gradient(180deg, #f8faff 0%, #eef3fa 44%, #f8fafc 100%);
}

body.checkout-page {
    background:
        radial-gradient(circle at 20% 10%, rgba(31, 103, 220, 0.14), transparent 35rem),
        #f4f7fb;
}

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

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

a {
    color: inherit;
}

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

.site-header {
    position: sticky;
    z-index: 40;
    top: 0;
    border-bottom: 1px solid rgba(208, 216, 231, 0.78);
    background: rgba(248, 250, 255, 0.88);
    backdrop-filter: blur(18px);
}

.nav-shell {
    width: min(1220px, calc(100% - 32px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.brand-link img {
    width: 66px;
    height: 62px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
}

.brand-link span {
    display: none;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-nav a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border-radius: 10px;
    color: #394150;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
    color: var(--blue-strong);
    background: var(--blue-soft);
}

.main-nav .nav-cta {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--blue-strong));
    box-shadow: 0 10px 24px rgba(23, 92, 211, 0.20);
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible {
    color: #fff;
    background: linear-gradient(135deg, #246fe4, #0a48ad);
}

.mobile-nav-toggle {
    display: none;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
    color: var(--ink);
    font-weight: 800;
}

.site-main {
    overflow: hidden;
}

.section {
    padding: clamp(68px, 8vw, 112px) 0;
}

.section-tight {
    padding: clamp(44px, 6vw, 76px) 0;
}

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

.container-narrow {
    width: min(820px, calc(100% - 32px));
    margin: 0 auto;
}

.hero {
    padding: clamp(64px, 9vw, 126px) 0 clamp(70px, 9vw, 124px);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
    align-items: center;
    gap: clamp(38px, 7vw, 92px);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: var(--blue);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.hero h1,
.product-hero h1 {
    max-width: 830px;
    margin: 0;
    font-size: clamp(2.7rem, 6.3vw, 5.8rem);
    line-height: 0.98;
    letter-spacing: -0.058em;
}

.product-hero h1 {
    font-size: clamp(2.55rem, 5vw, 4.8rem);
}

.hero h1 span,
.product-hero h1 span {
    color: var(--blue);
}

.lead {
    max-width: 760px;
    margin: 24px 0 0;
    color: #566071;
    font-size: clamp(1.06rem, 2vw, 1.27rem);
    line-height: 1.72;
}

.hero-actions,
.product-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, border-color 150ms ease;
}

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

.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(23, 92, 211, 0.23);
    outline-offset: 2px;
}

.button-primary {
    color: #fff;
    background: linear-gradient(135deg, #2469df, #0c4db7);
    box-shadow: 0 15px 32px rgba(23, 92, 211, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
    box-shadow: 0 18px 38px rgba(23, 92, 211, 0.32);
}

.button-secondary {
    border-color: #b9c9e4;
    color: var(--blue-strong);
    background: rgba(255, 255, 255, 0.88);
}

.button-secondary:hover,
.button-secondary:focus-visible {
    border-color: #8da9d8;
    background: #fff;
}

.button-danger {
    color: #fff;
    background: var(--danger);
}

.button[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 28px;
    color: #687386;
    font-size: 0.9rem;
    font-weight: 650;
}

.trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.trust-row span::before {
    content: "\2713";
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-size: 0.72rem;
}

.hero-visual {
    position: relative;
    min-height: 470px;
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 8% 4% 6% 8%;
    border-radius: 44px;
    background: linear-gradient(145deg, #dce8ff, #f2e8fb);
    transform: rotate(4deg);
}

.product-stack {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 470px;
}

.mini-product-card {
    position: absolute;
    width: min(360px, 82%);
    min-height: 235px;
    padding: 28px;
    border: 1px solid rgba(192, 204, 226, 0.86);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
}

.mini-product-card:first-child {
    top: 12px;
    left: 0;
    transform: rotate(-3deg);
}

.mini-product-card:last-child {
    right: 0;
    bottom: 4px;
    transform: rotate(3deg);
}

.mini-product-card img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 18px;
    background: #fff;
}

.mini-product-card h2 {
    margin: 22px 0 6px;
    font-size: 1.55rem;
    letter-spacing: -0.035em;
}

.mini-product-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 38px;
}

.section-heading.centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.55rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.section-heading p {
    margin: 17px 0 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

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

.product-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(201, 210, 227, 0.9);
    border-radius: var(--radius-xl);
    background: var(--panel);
    box-shadow: 0 18px 52px rgba(31, 45, 76, 0.08);
}

.product-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -110px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(34, 105, 223, 0.08);
}

.product-card.roompilot::after {
    background: rgba(110, 42, 138, 0.09);
}

.product-icon {
    position: relative;
    z-index: 1;
    width: 82px;
    height: 82px;
    padding: 10px;
    border: 1px solid #dce5f2;
    border-radius: 21px;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 12px 30px rgba(35, 58, 99, 0.12);
}

.product-card h3 {
    position: relative;
    z-index: 1;
    margin: 24px 0 0;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    letter-spacing: -0.04em;
}

.product-tagline {
    position: relative;
    z-index: 1;
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.65;
}

.feature-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 11px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #3f4858;
    line-height: 1.5;
}

.feature-list li::before {
    content: "";
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin-top: 0.45em;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 0 5px var(--blue-soft);
}

.product-card.roompilot .feature-list li::before {
    background: var(--purple);
    box-shadow: 0 0 0 5px var(--purple-soft);
}

.card-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 30px;
}

.benefit-grid,
.feature-grid,
.metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.benefit-card,
.feature-card,
.metric-card {
    min-width: 0;
    padding: 25px;
    border: 1px solid rgba(204, 214, 231, 0.88);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 36px rgba(35, 49, 82, 0.055);
}

.benefit-card .icon,
.feature-card .icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    color: var(--blue);
    background: var(--blue-soft);
    font-weight: 900;
}

.benefit-card h3,
.feature-card h3 {
    margin: 18px 0 0;
    font-size: 1.14rem;
}

.benefit-card p,
.feature-card p {
    margin: 9px 0 0;
    color: var(--muted);
    line-height: 1.6;
}

.cta-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(35px, 6vw, 64px);
    border-radius: var(--radius-xl);
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.16), transparent 23rem),
        linear-gradient(135deg, #0e4eb7 0%, #1f67dc 48%, #5d2780 100%);
    box-shadow: 0 26px 70px rgba(23, 70, 154, 0.25);
}

.cta-panel h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.07;
    letter-spacing: -0.045em;
}

.cta-panel p {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.65;
}

.cta-panel .button-primary {
    color: var(--blue-strong);
    background: #fff;
    box-shadow: none;
}

.site-footer {
    padding: 40px 0 54px;
    border-top: 1px solid rgba(207, 216, 231, 0.82);
    background: rgba(247, 249, 253, 0.75);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(130px, 0.6fr));
    gap: 30px;
}

.footer-brand img {
    width: 176px;
    height: auto;
    max-height: 164px;
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
}

.footer-brand p {
    max-width: 430px;
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.6;
}

.footer-column h2 {
    margin: 0 0 14px;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-column a {
    display: block;
    margin: 9px 0;
    color: #596477;
    text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: var(--blue);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: #7a8494;
    font-size: 0.86rem;
}

/* Product pages */
.product-hero {
    padding: clamp(58px, 8vw, 104px) 0 clamp(58px, 7vw, 94px);
}

.product-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: clamp(38px, 7vw, 90px);
}

.product-kicker {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.product-kicker img {
    width: 72px;
    height: 72px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 10px 24px rgba(33, 48, 80, 0.10);
}

.product-kicker div {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.price-card {
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid rgba(190, 204, 226, 0.92);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
}

.price-label {
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.product-price {
    min-height: 61px;
    margin: 8px 0 0;
    font-size: clamp(2.35rem, 5vw, 4rem);
    font-weight: 880;
    letter-spacing: -0.055em;
}

.product-price small {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 650;
    letter-spacing: 0;
}

.price-note {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.55;
}

.price-card .button {
    width: 100%;
    margin-top: 22px;
}

.payment-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.payment-badges img {
    width: auto;
    max-width: 105px;
    height: 28px;
    object-fit: contain;
}

.visual-window {
    overflow: hidden;
    border: 1px solid rgba(190, 202, 223, 0.9);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--shadow);
}

.visual-window-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 16px;
    border-bottom: 1px solid var(--line);
    background: #f7f9fc;
}

.visual-window-bar span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #bac4d3;
}

.visual-window-body {
    padding: 18px;
}

.clone-flow {
    display: grid;
    gap: 13px;
}

.clone-node {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}

.clone-node strong {
    display: block;
    font-size: 0.96rem;
}

.clone-node small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
}

.clone-node .node-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 12px;
    color: var(--blue);
    background: var(--blue-soft);
    font-weight: 900;
}

.status-pill {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    color: #0f6a49;
    background: #e7f7ef;
    font-size: 0.74rem;
    font-weight: 850;
}

.progress-track {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #e6ebf3;
}

.progress-track span {
    display: block;
    width: 72%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--blue), #6c45b8);
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    counter-reset: workflow;
}

.workflow-step {
    counter-increment: workflow;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.85);
}

.workflow-step::before {
    content: "0" counter(workflow);
    display: block;
    color: var(--blue);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.workflow-step h3 {
    margin: 17px 0 0;
    font-size: 1.12rem;
}

.workflow-step p {
    margin: 9px 0 0;
    color: var(--muted);
    line-height: 1.58;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(36px, 7vw, 88px);
}

.split-section.reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.split-copy h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.split-copy p {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.72;
}

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

.check-list li {
    display: flex;
    gap: 12px;
    color: #404a5b;
    line-height: 1.55;
}

.check-list li::before {
    content: "\2713";
    display: grid;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-size: 0.75rem;
    font-weight: 900;
}

.screenshot-frame {
    overflow: hidden;
    border: 1px solid #cfd8e7;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow);
}

.screenshot-frame img {
    display: block;
    width: 100%;
    height: auto;
}

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

.gallery-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(31, 45, 76, 0.08);
}

.gallery-item img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    object-position: top;
}

.gallery-item figcaption {
    padding: 18px 20px 20px;
}

.gallery-item strong {
    display: block;
}

.gallery-item span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    line-height: 1.5;
}

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

.integration-card {
    display: flex;
    min-height: 110px;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}

.integration-card img {
    max-width: 112px;
    max-height: 62px;
    object-fit: contain;
}

.integration-note {
    margin-top: 18px;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.demo-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
    padding: clamp(30px, 5vw, 52px);
    border: 1px solid #bfd0ed;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, #edf4ff, #f7f1fb);
}

.demo-banner h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    letter-spacing: -0.04em;
}

.demo-banner p {
    max-width: 700px;
    margin: 13px 0 0;
    color: var(--muted);
    line-height: 1.65;
}

/* Checkout */
.checkout-shell {
    width: min(1080px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(46px, 7vw, 90px) 0;
}

.checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 28px;
    align-items: start;
}

.checkout-summary,
.checkout-card,
.status-card,
.legal-card {
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 60px rgba(30, 44, 75, 0.10);
}

.checkout-summary,
.checkout-card {
    padding: clamp(28px, 4vw, 42px);
}

.checkout-summary h1,
.checkout-card h1,
.status-card h1,
.legal-card h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.checkout-summary p,
.status-card p,
.legal-card p,
.legal-card li {
    color: var(--muted);
    line-height: 1.68;
}

.order-product {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: var(--panel-soft);
}

.order-product img {
    width: 62px;
    height: 62px;
    padding: 7px;
    border-radius: 15px;
    background: #fff;
    object-fit: contain;
}

.order-product strong {
    display: block;
    font-size: 1.1rem;
}

.order-product span {
    display: block;
    margin-top: 5px;
    color: var(--muted);
}

.order-price-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    font-weight: 800;
}

.order-price-row strong {
    font-size: 1.45rem;
}

.form-grid {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.field {
    display: grid;
    gap: 8px;
}

.field label,
.field legend {
    color: #313a49;
    font-size: 0.9rem;
    font-weight: 800;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 50px;
    padding: 11px 13px;
    border: 1px solid #bdc8d9;
    border-radius: 11px;
    color: var(--ink);
    background: #fff;
}

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

.provider-option {
    position: relative;
}

.provider-option input {
    position: absolute;
    opacity: 0;
}

.provider-option label {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border: 2px solid #d5dce8;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
}

.provider-option img {
    max-width: 112px;
    max-height: 34px;
}

.provider-option input:checked + label {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px var(--blue-soft);
}

.checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.checkbox-row input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.form-message {
    display: none;
    padding: 13px 14px;
    border-radius: 11px;
    color: #8a1c25;
    background: #fff0f1;
    line-height: 1.5;
}

.form-message.visible {
    display: block;
}

.field-error {
    display: block;
    margin-top: 2px;
    color: #a62235;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.field-invalid input,
.field-invalid select,
.field-invalid textarea {
    border-color: #c9354e !important;
    background: #fff8f9;
    box-shadow: 0 0 0 4px rgba(201, 53, 78, 0.10);
}

.field-invalid.checkbox-row {
    padding: 10px 12px;
    border: 1px solid rgba(201, 53, 78, 0.28);
    border-radius: 12px;
    background: rgba(201, 53, 78, 0.055);
}

.field-invalid .provider-option label {
    border-color: rgba(201, 53, 78, 0.55);
}

.checkout-card .button {
    width: 100%;
}

.secure-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    color: var(--muted);
    font-size: 0.83rem;
}

.status-card,
.legal-card {
    width: min(820px, calc(100% - 32px));
    margin: clamp(50px, 8vw, 100px) auto;
    padding: clamp(30px, 5vw, 56px);
}

.status-icon {
    display: grid;
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    background: var(--green);
    font-size: 1.7rem;
    font-weight: 900;
}

.status-icon.pending {
    background: var(--blue);
}

.status-icon.cancelled {
    background: #9b6b1f;
}

.license-box {
    display: none;
    margin-top: 25px;
    padding: 18px;
    border: 1px solid #b8d9ca;
    border-radius: 15px;
    background: #edf9f3;
}

.license-box.visible {
    display: block;
}

.license-key-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.license-key-row code {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 12px;
    border-radius: 9px;
    background: #fff;
    font-size: 0.93rem;
}

.copy-button {
    min-height: 44px;
    padding: 9px 14px;
    border: 1px solid #aab8cc;
    border-radius: 9px;
    background: #fff;
    font-weight: 800;
    cursor: pointer;
}

.status-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.status-meta div {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--panel-soft);
}

.status-meta span,
.status-meta strong {
    display: block;
}

.status-meta span {
    color: var(--muted);
    font-size: 0.8rem;
}

.status-meta strong {
    margin-top: 5px;
}

.legal-card h2 {
    margin-top: 34px;
    font-size: 1.35rem;
}

.legal-card ul {
    padding-left: 1.2rem;
}

@media (max-width: 980px) {
    .hero-grid,
    .product-hero-grid,
    .split-section,
    .split-section.reverse,
    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy,
    .product-hero-copy {
        max-width: 850px;
    }

    .hero-visual {
        width: min(650px, 100%);
        margin: 0 auto;
    }

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

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

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

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

@media (max-width: 760px) {
    .mobile-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .main-nav {
        position: absolute;
        top: 68px;
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 20px 45px rgba(31, 45, 76, 0.16);
    }

    .main-nav.open {
        display: flex;
    }

    .main-nav a {
        justify-content: flex-start;
    }

    .product-grid,
    .gallery-grid,
    .benefit-grid,
    .feature-grid,
    .metric-grid,
    .workflow-grid {
        grid-template-columns: 1fr;
    }

    .demo-banner {
        grid-template-columns: 1fr;
    }

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

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

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .hero-visual,
    .product-stack {
        min-height: 430px;
    }

    .mini-product-card {
        width: 84%;
    }
}

@media (max-width: 520px) {
    .nav-shell,
    .container,
    .container-narrow,
    .checkout-shell,
    .status-card,
    .legal-card {
        width: min(100% - 22px, 1180px);
    }

    .brand-link img {
        width: 58px;
        height: 55px;
    }

    .hero h1,
    .product-hero h1 {
        font-size: clamp(2.35rem, 13vw, 3.7rem);
    }

    .hero-actions,
    .product-actions,
    .card-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .hero-visual,
    .product-stack {
        min-height: 405px;
    }

    .mini-product-card {
        width: 88%;
        min-height: 205px;
        padding: 22px;
    }

    .mini-product-card img {
        width: 58px;
        height: 58px;
    }

    .integration-grid,
    .provider-options,
    .status-meta,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .license-key-row {
        align-items: stretch;
        flex-direction: column;
    }

    .copy-button {
        width: 100%;
    }
}

.fieldset-reset { border: 0; padding: 0; margin: 0; min-inline-size: 0; }

/* v1.1 multilingual and SEO content */
.language-link{border:1px solid var(--line);min-width:42px}.comparison-table{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(35,49,82,.06)}.comparison-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;border-top:1px solid var(--line)}.comparison-row:first-child{border-top:0}.comparison-row>div{padding:17px 20px}.comparison-row>div+div{border-left:1px solid var(--line)}.comparison-head{font-weight:850;background:#eef4ff}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.capability-grid article{padding:25px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.85)}.capability-grid h3{margin:0;font-size:1.15rem}.capability-grid p{margin:9px 0 0;color:var(--muted);line-height:1.6}.faq-grid{display:grid;gap:12px}.faq-grid details{border:1px solid var(--line);border-radius:15px;background:#fff;padding:0 20px}.faq-grid summary{cursor:pointer;padding:18px 0;font-weight:800}.faq-grid details p{margin:0 0 20px;color:var(--muted);line-height:1.65}.legal-content h1{font-size:clamp(2.4rem,5vw,4rem);letter-spacing:-.045em}.legal-content h2{margin-top:36px}.legal-content p{color:#4f5b6e;line-height:1.75}.roompilot-hero h1 span{color:var(--purple)}
@media(max-width:800px){.comparison-row{grid-template-columns:1fr}.comparison-row>div+div{border-left:0;border-top:1px solid var(--line)}.capability-grid{grid-template-columns:1fr}.language-link{width:100%}}


.footer-logo-link {
    display: inline-flex;
    border-radius: 14px;
}

.footer-logo-link:focus-visible {
    outline: 3px solid rgba(91, 44, 165, 0.32);
    outline-offset: 4px;
}

.footer-bottom a {
    color: inherit;
    font-weight: 750;
    text-underline-offset: 3px;
}

.language-redirect > img {
    width: min(250px, 68vw);
    height: auto;
    margin-inline: auto;
}


/* 1.1.2: separate product capability catalog and discreet footer language choice. */
.feature-catalog-section { background: rgba(238, 244, 255, 0.48); }
.feature-catalog { display: grid; gap: 28px; }
.feature-product { padding: clamp(26px, 4vw, 46px); border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 22px 58px rgba(35,49,82,.08); }
.feature-product-roompilot { border-top: 4px solid var(--purple); }
.feature-product-multena { border-top: 4px solid var(--blue); }
.feature-product-head { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 20px; align-items: start; }
.feature-product-head img { width: 70px; height: 70px; object-fit: contain; border-radius: 16px; }
.feature-product-head h3 { margin: 2px 0 8px; font-size: clamp(1.8rem,3vw,2.6rem); letter-spacing: -.035em; }
.feature-product-head p:last-child { max-width: 850px; margin: 0; color: var(--muted); line-height: 1.65; }
.feature-kicker { margin: 0; color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.feature-product-roompilot .feature-kicker { color: var(--purple); }
.feature-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.feature-group { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel-soft); }
.feature-group h4 { margin: 0 0 13px; font-size: 1.02rem; }
.feature-group ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.feature-group li { position: relative; padding-left: 20px; color: #4f5b6e; line-height: 1.52; }
.feature-group li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.feature-product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.footer-language { display: inline-flex; align-items: center; gap: 7px; color: #788397; font-size: .78rem; }
.footer-language-label { margin-right: 2px; }
.footer-language a { padding: 3px 5px; border-radius: 6px; color: #687386; font-weight: 750; text-decoration: none; }
.footer-language a:hover, .footer-language a:focus-visible, .footer-language a[aria-current="page"] { color: var(--blue-strong); background: rgba(234,242,255,.85); }
@media (max-width: 760px) {
  .feature-product-head { grid-template-columns: 56px minmax(0,1fr); }
  .feature-product-head img { width: 52px; height: 52px; }
  .feature-groups { grid-template-columns: 1fr; }
  .footer-language { width: auto; justify-content: flex-start; }
}

/* 1.1.3: polished homepage capability presentation and robust footer language switcher. */
.home-page .hero {
    position: relative;
    isolation: isolate;
}

.home-page .hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -12vw;
    bottom: -160px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91, 44, 165, 0.12), transparent 68%);
    pointer-events: none;
}

.home-page #products {
    position: relative;
}

.home-page .product-grid {
    gap: clamp(22px, 3vw, 34px);
}

.home-page .product-card {
    border-color: rgba(190, 203, 225, 0.92);
    box-shadow: 0 22px 64px rgba(31, 45, 76, 0.10);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-page .product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(132, 160, 206, 0.9);
    box-shadow: 0 30px 76px rgba(31, 45, 76, 0.14);
}

.home-page .product-card.roompilot {
    background: linear-gradient(160deg, rgba(255,255,255,.98), rgba(249,244,253,.96));
}

.home-page .feature-catalog-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 0 10%, rgba(31, 103, 220, 0.10), transparent 34rem),
        radial-gradient(circle at 100% 72%, rgba(110, 42, 138, 0.10), transparent 36rem),
        linear-gradient(180deg, rgba(238, 244, 255, 0.72), rgba(247, 249, 253, 0.94));
}

.home-page .feature-catalog-section::before {
    content: "";
    position: absolute;
    top: 110px;
    left: 50%;
    width: min(1180px, calc(100% - 32px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(126, 150, 190, .36), transparent);
}

.home-page .feature-catalog-section .section-heading {
    max-width: 920px;
    margin-bottom: clamp(38px, 5vw, 58px);
}

.home-page .feature-catalog {
    gap: clamp(34px, 5vw, 58px);
}

.home-page .feature-product {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(191, 203, 224, .94);
    border-top: 0;
    border-radius: 32px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 30px 86px rgba(34, 48, 80, .13);
}

.home-page .feature-product::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: -90px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    opacity: .34;
    pointer-events: none;
}

.home-page .feature-product-multena::before {
    background: radial-gradient(circle, rgba(36,105,223,.25), transparent 68%);
}

.home-page .feature-product-roompilot::before {
    background: radial-gradient(circle, rgba(110,42,138,.25), transparent 68%);
}

.home-page .feature-product-head {
    position: relative;
    z-index: 1;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 26px;
    padding: clamp(30px, 4vw, 48px);
    border-bottom: 1px solid rgba(205, 215, 231, .8);
}

.home-page .feature-product-multena .feature-product-head {
    background: linear-gradient(135deg, #edf4ff 0%, #f8fbff 60%, #f1f6ff 100%);
    border-top: 5px solid var(--blue);
}

.home-page .feature-product-roompilot .feature-product-head {
    background: linear-gradient(135deg, #f7effb 0%, #fff 58%, #f3eafa 100%);
    border-top: 5px solid var(--purple);
}

.home-page .feature-product-head img {
    width: 88px;
    height: 88px;
    padding: 10px;
    border: 1px solid rgba(193, 205, 225, .9);
    border-radius: 23px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 16px 38px rgba(38, 55, 91, .13);
}

.home-page .feature-product-head h3 {
    margin-top: 4px;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.home-page .feature-product-head p:last-of-type {
    max-width: 920px;
    font-size: 1.04rem;
}

.feature-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.feature-product-badges span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 11px;
    border: 1px solid rgba(167, 186, 217, .72);
    border-radius: 999px;
    color: #42516a;
    background: rgba(255,255,255,.72);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .01em;
}

.home-page .feature-groups {
    position: relative;
    z-index: 1;
    gap: 18px;
    margin: 0;
    padding: clamp(26px, 4vw, 42px);
    counter-reset: feature-group;
    background: linear-gradient(180deg, rgba(250,252,255,.96), rgba(246,249,253,.9));
}

.home-page .feature-product-multena .feature-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-page .feature-product-roompilot .feature-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .feature-group {
    position: relative;
    min-height: 100%;
    padding: 25px 24px 24px;
    border-color: rgba(204, 214, 230, .92);
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 32px rgba(35, 49, 82, .055);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    counter-increment: feature-group;
}

.home-page .feature-group:hover {
    transform: translateY(-2px);
    border-color: rgba(151, 174, 211, .9);
    box-shadow: 0 18px 40px rgba(35, 49, 82, .09);
}

.home-page .feature-group::after {
    content: "0" counter(feature-group);
    position: absolute;
    top: 19px;
    right: 20px;
    color: #a1adbf;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.home-page .feature-group h4 {
    max-width: calc(100% - 42px);
    margin-bottom: 16px;
    color: #202635;
    font-size: 1.05rem;
    line-height: 1.35;
}

.home-page .feature-group li {
    padding-left: 22px;
    color: #536074;
    font-size: .94rem;
    line-height: 1.55;
}

.home-page .feature-group li::before {
    top: .02em;
    display: grid;
    width: 16px;
    height: 16px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-size: .62rem;
}

.home-page .feature-product-actions {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 clamp(26px, 4vw, 42px) clamp(30px, 4vw, 42px);
    background: linear-gradient(180deg, rgba(246,249,253,.9), rgba(255,255,255,.96));
}

.site-footer {
    padding-bottom: 34px;
}

.footer-bottom {
    align-items: center;
    gap: 24px;
}

.footer-meta {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.footer-company {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.footer-company::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #a2adbd;
}

.footer-language {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    padding: 5px 6px 5px 12px;
    border: 1px solid rgba(207, 216, 231, .95);
    border-radius: 999px;
    color: #788397;
    background: rgba(255,255,255,.78);
    box-shadow: 0 5px 16px rgba(35,49,82,.045);
    font-size: .76rem;
}

.footer-language-label {
    margin: 0;
    font-weight: 700;
    white-space: nowrap;
}

.footer-language-options {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 2px;
    border-radius: 999px;
    background: #edf1f7;
}

.footer-language a {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    color: #667085;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.footer-language a:hover,
.footer-language a:focus-visible {
    color: var(--blue-strong);
    background: rgba(255,255,255,.7);
}

.footer-language a[aria-current="page"] {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--blue-strong));
    box-shadow: 0 4px 10px rgba(23,92,211,.22);
}

@media (max-width: 1080px) {
    .home-page .feature-product-roompilot .feature-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .home-page .feature-product-head {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
        padding: 26px 22px;
    }

    .home-page .feature-product-head img {
        width: 62px;
        height: 62px;
        border-radius: 17px;
    }

    .home-page .feature-product-multena .feature-groups,
    .home-page .feature-product-roompilot .feature-groups {
        grid-template-columns: 1fr;
    }

    .home-page .feature-groups {
        padding: 22px;
    }

    .home-page .feature-product-actions {
        padding: 0 22px 26px;
    }

    .footer-bottom {
        align-items: flex-start;
    }

    .footer-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .footer-company::before {
        display: none;
    }

    .footer-language {
        width: auto;
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .feature-product-badges {
        gap: 6px;
    }

    .feature-product-badges span {
        font-size: .71rem;
    }

    .footer-language {
        max-width: 100%;
        flex-wrap: wrap;
        border-radius: 16px;
    }
}


/* Legal notice and privacy modals */
.legal-modal {
  width: min(860px, calc(100vw - 32px));
  max-height: min(88vh, 920px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: var(--text, #121722);
  background: #fff;
  border: 1px solid rgba(55, 79, 120, 0.18);
  border-radius: 26px;
  box-shadow: 0 30px 90px rgba(24, 39, 72, 0.28);
}

.legal-modal::backdrop {
  background: rgba(15, 25, 48, 0.58);
  backdrop-filter: blur(5px);
}

html.legal-modal-open,
html.legal-modal-open body {
  overflow: hidden;
}

.legal-modal-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-height: min(88vh, 920px);
}

.legal-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px 22px;
  border-bottom: 1px solid rgba(55, 79, 120, 0.14);
  background: linear-gradient(135deg, rgba(237, 243, 255, 0.95), rgba(255, 255, 255, 0.98));
}

.legal-modal-header h2 {
  margin: 5px 0 0;
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  line-height: 1.05;
}

.legal-modal-close {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  font: inherit;
  font-size: 1.8rem;
  line-height: 1;
  color: #172033;
  background: #fff;
  border: 1px solid rgba(55, 79, 120, 0.2);
  border-radius: 14px;
  cursor: pointer;
}

.legal-modal-close:hover,
.legal-modal-close:focus-visible {
  color: #fff;
  background: #1f63d7;
  border-color: #1f63d7;
  outline: none;
}

.legal-modal-body {
  overflow: auto;
  padding: 28px 30px 34px;
  overscroll-behavior: contain;
}

.legal-copy {
  color: #44516a;
}

.legal-copy h3 {
  margin: 26px 0 8px;
  color: #121722;
  font-size: 1.08rem;
}

.legal-copy h3:first-of-type {
  margin-top: 8px;
}

.legal-copy p,
.legal-copy li {
  line-height: 1.68;
}

.legal-copy ul {
  padding-left: 1.25rem;
}

.legal-copy a {
  overflow-wrap: anywhere;
}

.legal-updated {
  margin: 0 0 18px;
  color: #6c7890;
  font-size: 0.9rem;
}

.footer-column a[data-legal-open],
.checkout-legal-links a[data-legal-open] {
  cursor: pointer;
}

.checkout-legal-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 28px;
  color: #66738b;
  font-size: 0.88rem;
}

.checkout-legal-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 16px 20px;
  border-top: 1px solid rgba(55, 79, 120, 0.16);
}

.checkout-legal-footer a {
  color: inherit;
}

.checkout-legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
}

@media (max-width: 640px) {
  .legal-modal {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 20px;
  }

  .legal-modal-panel {
    max-height: calc(100vh - 16px);
  }

  .legal-modal-header {
    padding: 22px 20px 18px;
  }

  .legal-modal-body {
    padding: 22px 20px 28px;
  }

  .checkout-legal-footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* Privacy and cookie preferences */
.footer-cookie-settings {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible {
  color: var(--blue-strong);
  text-decoration: underline;
  outline: none;
}

.cookie-banner {
  position: fixed;
  z-index: 10000;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  width: min(920px, calc(100vw - 48px));
  padding: 22px;
  color: #172033;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(55, 79, 120, 0.2);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(18, 33, 65, 0.24);
  backdrop-filter: blur(12px);
}

.cookie-banner-copy strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.08rem;
}

.cookie-banner-copy p {
  margin: 0;
  color: #55627a;
  line-height: 1.55;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-banner-actions .button {
  min-height: 46px;
  padding: 11px 18px;
  white-space: nowrap;
}

.cookie-settings-text-button {
  min-height: 46px;
  padding: 10px 12px;
  color: #225db9;
  background: transparent;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.cookie-settings-text-button:hover,
.cookie-settings-text-button:focus-visible {
  background: #eef4ff;
  outline: none;
}

.cookie-settings-modal {
  width: min(720px, calc(100vw - 32px));
  max-height: min(88vh, 820px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: #172033;
  background: #fff;
  border: 1px solid rgba(55, 79, 120, 0.18);
  border-radius: 26px;
  box-shadow: 0 30px 90px rgba(24, 39, 72, 0.28);
}

.cookie-settings-modal::backdrop {
  background: rgba(15, 25, 48, 0.58);
  backdrop-filter: blur(5px);
}

html.cookie-modal-open,
html.cookie-modal-open body {
  overflow: hidden;
}

.cookie-settings-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  max-height: min(88vh, 820px);
}

.cookie-settings-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px 22px;
  border-bottom: 1px solid rgba(55, 79, 120, 0.14);
  background: linear-gradient(135deg, rgba(237, 243, 255, 0.95), rgba(255, 255, 255, 0.98));
}

.cookie-settings-header h2 {
  margin: 5px 0 0;
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  line-height: 1.05;
}

.cookie-settings-close {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #172033;
  background: #fff;
  border: 1px solid rgba(55, 79, 120, 0.2);
  border-radius: 14px;
  font: inherit;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-settings-close:hover,
.cookie-settings-close:focus-visible {
  color: #fff;
  background: #1f63d7;
  border-color: #1f63d7;
  outline: none;
}

.cookie-settings-body {
  overflow: auto;
  padding: 26px 30px;
  overscroll-behavior: contain;
}

.cookie-settings-body > p {
  margin: 0 0 20px;
  color: #55627a;
  line-height: 1.6;
}

.cookie-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(55, 79, 120, 0.16);
  border-radius: 18px;
}

.cookie-category + .cookie-category {
  margin-top: 12px;
}

.cookie-category strong {
  display: block;
  margin-bottom: 5px;
  color: #172033;
  font-size: 1.02rem;
}

.cookie-category p {
  margin: 0;
  color: #66738b;
  line-height: 1.52;
}

.cookie-category.is-required > span {
  padding: 6px 10px;
  color: #267452;
  background: #e5f6ed;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}

.cookie-category-toggle {
  position: relative;
  cursor: pointer;
}

.cookie-category-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.cookie-switch {
  position: relative;
  width: 54px;
  height: 30px;
  background: #ccd4e0;
  border-radius: 999px;
  transition: background .18s ease;
}

.cookie-switch::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  content: '';
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(20, 35, 65, .24);
  transition: transform .18s ease;
}

.cookie-category-toggle input:checked + .cookie-switch {
  background: #1f63d7;
}

.cookie-category-toggle input:checked + .cookie-switch::after {
  transform: translateX(24px);
}

.cookie-category-toggle input:focus-visible + .cookie-switch {
  outline: 3px solid rgba(31, 99, 215, .28);
  outline-offset: 3px;
}

.cookie-settings-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 30px 26px;
  border-top: 1px solid rgba(55, 79, 120, 0.14);
}

@media (max-width: 820px) {
  .cookie-banner {
    grid-template-columns: 1fr;
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  .cookie-banner-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .cookie-banner {
    padding: 18px;
    border-radius: 18px;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-banner-actions .button,
  .cookie-settings-text-button {
    width: 100%;
  }

  .cookie-settings-modal {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 20px;
  }

  .cookie-settings-panel {
    max-height: calc(100vh - 16px);
  }

  .cookie-settings-header,
  .cookie-settings-body,
  .cookie-settings-actions {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cookie-category {
    grid-template-columns: 1fr;
  }

  .cookie-category.is-required > span,
  .cookie-switch {
    justify-self: start;
  }

  .cookie-settings-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Store services, support and customer hub */
.field-help {
  display: block;
  margin-top: 7px;
  color: var(--muted, #667085);
  font-size: .84rem;
  line-height: 1.45;
}

.service-details {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(91, 44, 165, .16);
  border-radius: 16px;
  background: rgba(91, 44, 165, .035);
}

.service-details[hidden],
.subdomain-input[hidden] {
  display: none !important;
}

.subdomain-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
}

.subdomain-input input {
  min-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.subdomain-input span {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(47, 55, 75, .2);
  border-left: 0;
  border-radius: 0 10px 10px 0;
  background: #f4f5f8;
  color: #596273;
  font-size: .88rem;
  white-space: nowrap;
}

.order-service-row,
.order-total-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 16px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(47, 55, 75, .12);
}

.order-service-row small {
  grid-column: 2;
  color: var(--muted, #667085);
}

.order-total-row {
  font-size: 1.08rem;
}

.order-total-row strong {
  color: #4d2391;
  font-size: 1.35rem;
}

.field-full {
  grid-column: 1 / -1;
}

.support-content {
  max-width: 900px;
}

.support-form {
  margin-top: 30px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(47, 55, 75, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(32, 37, 54, .08);
}

.support-form textarea {
  resize: vertical;
}

.support-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-message.success {
  border-color: rgba(19, 128, 76, .25);
  background: rgba(19, 128, 76, .08);
  color: #0c6d3e;
}

.admin-page {
  min-height: 100vh;
  background: #f5f6fa;
}

.admin-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 10px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(47, 55, 75, .1);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}

.admin-header .brand-link {
  width: 132px;
}

.admin-header > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.admin-shell {
  width: min(1500px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 70px;
}

.admin-login {
  display: grid;
  min-height: 68vh;
  place-items: center;
}

.admin-login-card {
  width: min(460px, 100%);
  padding: 34px;
  border: 1px solid rgba(47, 55, 75, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(31, 35, 50, .1);
}

.admin-login-card form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.admin-title-row,
.admin-panel-heading,
.admin-ticket-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.admin-title-row h1 {
  margin-bottom: 0;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.admin-metric {
  display: grid;
  gap: 7px;
  padding: 22px;
  border: 1px solid rgba(47, 55, 75, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(31, 35, 50, .055);
}

.admin-metric span,
.admin-metric small,
.admin-table small,
.admin-table a,
.muted {
  color: #687184;
}

.admin-metric strong {
  font-size: 1.75rem;
}

.admin-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.admin-tabs button {
  padding: 10px 16px;
  border: 1px solid rgba(47, 55, 75, .12);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.admin-tabs button.active {
  border-color: #5b2ca5;
  background: #5b2ca5;
  color: #fff;
}

.admin-panel {
  padding: 22px;
  border: 1px solid rgba(47, 55, 75, .1);
  border-radius: 22px;
  background: #fff;
}

.admin-table-wrap {
  overflow-x: auto;
  margin-top: 16px;
}

.admin-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  font-size: .9rem;
}

.admin-table th,
.admin-table td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(47, 55, 75, .09);
  text-align: left;
  vertical-align: top;
}

.admin-table td {
  max-width: 260px;
}

.admin-table td > strong,
.admin-table td > a,
.admin-table td > small,
.admin-table td > span {
  display: block;
  margin-bottom: 4px;
}

.status-pill {
  display: inline-flex !important;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef0f5;
  color: #4d5669;
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.status-licensed,
.status-provisioned,
.status-completed {
  background: #e5f7ee;
  color: #087142;
}

.status-failed,
.status-provisioning_failed {
  background: #fdecec;
  color: #a62929;
}

.status-pending,
.status-paid,
.status-licensing,
.status-awaiting_setup {
  background: #fff4d9;
  color: #8a5b00;
}

.error-text {
  color: #a62929 !important;
}

.button-small {
  min-height: 34px;
  padding: 7px 12px;
  font-size: .82rem;
}

.admin-ticket-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.admin-ticket {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(47, 55, 75, .1);
  border-radius: 16px;
  background: #fafbfc;
}

.admin-ticket-head > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-ticket-message {
  padding: 14px;
  border-radius: 12px;
  background: #fff;
  line-height: 1.6;
}

.empty-state {
  padding: 30px !important;
  color: #687184;
  text-align: center !important;
}

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

@media (max-width: 680px) {
  .subdomain-input {
    grid-template-columns: 1fr;
  }

  .subdomain-input input {
    border-radius: 10px 10px 0 0;
  }

  .subdomain-input span {
    min-height: 42px;
    border: 1px solid rgba(47, 55, 75, .2);
    border-top: 0;
    border-radius: 0 0 10px 10px;
  }

  .admin-header,
  .admin-title-row,
  .admin-panel-heading,
  .admin-ticket-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-header > div {
    width: 100%;
    justify-content: space-between;
  }

  .admin-metrics {
    grid-template-columns: 1fr;
  }

  .admin-shell {
    width: min(100% - 20px, 1500px);
    padding-top: 24px;
  }
}

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

.service-package-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(47, 55, 75, .11);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(31, 35, 50, .06);
}

.service-package-card.featured {
  border-color: rgba(91, 44, 165, .35);
  background: linear-gradient(145deg, rgba(91,44,165,.07), #fff 55%);
}

.service-package-card > span {
  display: inline-flex;
  margin-bottom: 20px;
  color: #5b2ca5;
  font-weight: 900;
  letter-spacing: .08em;
}

.service-package-card code {
  overflow-wrap: anywhere;
}

.service-package-action {
  margin-top: 28px;
}

@media (max-width: 840px) {
  .service-package-grid {
    grid-template-columns: 1fr;
  }
}

.status-meta small {
  display: block;
  margin-top: 5px;
  color: var(--muted, #667085);
  font-size: .78rem;
  overflow-wrap: anywhere;
}

/* v1.4 billing and invoice UI */
.billing-fields{display:grid;gap:16px;padding:18px;border:1px solid var(--line);border-radius:16px;background:rgba(244,247,252,.72)}
.billing-fields>legend{padding:0 7px;margin-left:-7px}
.invoice-download-link{display:inline-flex;margin-top:5px;font-size:.86rem;font-weight:800;color:var(--purple);text-decoration:underline;text-underline-offset:3px}

/* Sales journeys for product pages */
.sales-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 15%, rgba(118, 75, 184, 0.12), transparent 31%),
        radial-gradient(circle at 10% 78%, rgba(36, 105, 223, 0.10), transparent 29%);
}

.sales-hero .product-hero-grid {
    align-items: center;
}

.sales-hero h1 {
    font-size: clamp(2.45rem, 4.55vw, 4.35rem);
}

.sales-hero .product-hero-copy {
    align-self: center;
}

.hero-purchase-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 24px;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 650;
}

.hero-purchase-line .hero-price {
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 880;
    letter-spacing: -0.025em;
}

.hero-purchase-line .hero-price small,
.journey-card-footer [data-product-price] small {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
}

.hero-purchase-line a {
    color: var(--blue-strong);
    font-weight: 820;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.hero-journey-card {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: clamp(26px, 4vw, 38px);
    border: 1px solid rgba(181, 198, 225, 0.95);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 70px rgba(28, 44, 78, 0.14);
    backdrop-filter: blur(16px);
}

.journey-card-label {
    margin: 0;
    color: var(--blue);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.hero-journey-list {
    display: grid;
    gap: 0;
    margin: 25px 0 0;
    padding: 0;
    counter-reset: hero-journey;
    list-style: none;
}

.hero-journey-list li {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0 13px;
    min-height: 67px;
    padding-bottom: 15px;
    counter-increment: hero-journey;
}

.hero-journey-list li::before {
    content: counter(hero-journey);
    position: relative;
    z-index: 1;
    display: grid;
    width: 32px;
    height: 32px;
    grid-row: 1 / span 2;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), #6c45b8);
    font-size: 0.75rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(23, 92, 211, 0.20);
}

.hero-journey-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 31px;
    bottom: -1px;
    left: 15px;
    width: 2px;
    background: linear-gradient(#b9cbea, #e4eaf4);
}

.hero-journey-list strong {
    align-self: end;
    color: var(--ink);
    font-size: 1rem;
}

.hero-journey-list span {
    grid-column: 2;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.87rem;
    line-height: 1.45;
}

.journey-card-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.journey-card-footer [data-product-price] {
    color: var(--ink);
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.journey-card-footer .button {
    min-height: 46px;
    padding: 10px 16px;
}

.technical-journey-card .hero-journey-list li::before {
    background: linear-gradient(135deg, #5b2ca5, #2469df);
}

.sales-journey-section {
    scroll-margin-top: 88px;
    background: linear-gradient(180deg, rgba(239, 245, 255, 0.72), rgba(255, 255, 255, 0));
}

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

.journey-stage {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 42px rgba(31, 45, 76, 0.07);
}

.journey-stage::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -50px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(36, 105, 223, 0.055);
}

.journey-stage-accent {
    border-color: #b9ccef;
    background: linear-gradient(145deg, #f3f7ff, #fbf7ff);
    box-shadow: 0 18px 48px rgba(49, 76, 137, 0.11);
}

.journey-stage-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.journey-stage-number {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), #6c45b8);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.journey-stage-label {
    color: var(--blue);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-align: right;
    text-transform: uppercase;
}

.journey-stage h3 {
    position: relative;
    z-index: 1;
    margin: 22px 0 0;
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.journey-stage p {
    position: relative;
    z-index: 1;
    margin: 11px 0 0;
    color: var(--muted);
    line-height: 1.62;
}

.journey-stage ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    color: #465165;
    font-size: 0.9rem;
    list-style: none;
}

.journey-stage li {
    display: flex;
    gap: 8px;
    line-height: 1.45;
}

.journey-stage li::before {
    content: "→";
    flex: 0 0 auto;
    color: var(--blue);
    font-weight: 900;
}

.multena-stage-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.multena-stage-grid .journey-stage {
    padding: 23px;
}

.multena-stage-grid .journey-stage h3 {
    font-size: 1.12rem;
}

.journey-proof-grid,
.workflow-risk-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 22px;
}

.sales-proof-card,
.workflow-risk-card {
    padding: clamp(25px, 4vw, 36px);
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 44px rgba(31, 45, 76, 0.07);
}

.sales-proof-label {
    margin: 0;
    color: var(--blue);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.sales-proof-card h3,
.workflow-risk-card h3 {
    margin: 13px 0 0;
    font-size: clamp(1.35rem, 2.5vw, 1.9rem);
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.booking-basket {
    background: linear-gradient(145deg, #ffffff, #f6f9ff);
}

.booking-basket-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 15px;
    padding: 13px 0 0;
    border-top: 1px solid var(--line);
    color: #475265;
}

.booking-basket-row strong {
    color: var(--blue-strong);
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.booking-basket-total {
    margin-top: 18px;
    padding: 17px 17px 0;
    border: 0;
    border-radius: 14px;
    background: var(--blue-soft);
}

.sales-outcome-card {
    background: linear-gradient(145deg, #f8fbff, #fff);
}

.workflow-risk-card > ul:not(.check-list) {
    display: grid;
    gap: 11px;
    margin: 22px 0 0;
    padding: 0;
    color: #5d6677;
    list-style: none;
}

.workflow-risk-card > ul:not(.check-list) li {
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.workflow-risk-manual {
    border-color: #e2c7cb;
    background: linear-gradient(145deg, #fff, #fff7f7);
}

.workflow-risk-manual > ul li::before {
    content: "×";
    color: #b64554;
    font-weight: 900;
}

.workflow-risk-controlled {
    border-color: #bcdcca;
    background: linear-gradient(145deg, #fff, #f4fbf7);
}

.journey-cta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 22px;
    padding: 24px 26px;
    border: 1px solid #bfd0ed;
    border-radius: 20px;
    background: linear-gradient(135deg, #edf4ff, #f8f3fc);
}

.journey-cta-bar strong,
.journey-cta-bar span {
    display: block;
}

.journey-cta-bar strong {
    font-size: 1.08rem;
}

.journey-cta-bar span {
    margin-top: 5px;
    color: var(--muted);
    line-height: 1.45;
}

.journey-cta-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
}

@media (max-width: 1180px) {
    .multena-stage-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .hero-journey-card {
        width: min(720px, 100%);
    }

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

    .journey-cta-bar {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .journey-stage-grid,
    .multena-stage-grid,
    .journey-proof-grid,
    .workflow-risk-grid {
        grid-template-columns: 1fr;
    }

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

    .journey-card-footer .button {
        width: 100%;
    }

    .journey-cta-actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .journey-cta-actions .button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .hero-purchase-line {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-journey-card,
    .journey-stage,
    .sales-proof-card,
    .workflow-risk-card {
        border-radius: 18px;
    }

    .booking-basket-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}


/* v1.5.4 multilingual content, integrations and Barlow Semi Condensed headings */
.footer-language-options { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 3px; }
.footer-language a { white-space: nowrap; }
.solution-cluster { background: linear-gradient(180deg, rgba(244,248,255,.72), rgba(255,255,255,0)); }
.solution-link-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.solution-link-card { position: relative; display: grid; gap: 8px; min-height: 150px; padding: 25px 58px 25px 25px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.95); box-shadow: 0 14px 42px rgba(31,45,76,.07); text-decoration: none; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.solution-link-card:hover,.solution-link-card:focus-visible { transform: translateY(-2px); border-color: #a9bfe3; box-shadow: 0 18px 48px rgba(31,45,76,.11); }
.solution-link-card strong { color: var(--ink); font-size: 1.12rem; line-height: 1.28; }
.solution-link-card span { color: var(--muted); line-height: 1.58; }
.solution-link-card b { position: absolute; right: 24px; top: 24px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--blue-strong); background: var(--blue-soft); }
.integration-cluster { background: linear-gradient(180deg, rgba(248,244,255,.65), rgba(255,255,255,0)); }
.integration-link-card { align-content: start; }
.integration-card-icons { display: flex; align-items: center; gap: 10px; min-height: 38px; margin-bottom: 4px; }
.integration-card-icons img { width: auto; height: 34px; max-width: 100px; object-fit: contain; }
.integration-hero-assets { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.integration-hero-logo { display: grid; min-width: 58px; height: 54px; padding: 9px 12px; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.9); }
.integration-hero-logo img { width: auto; max-width: 94px; height: 32px; object-fit: contain; }
.integration-scope-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.integration-scope-list li { position: relative; padding-left: 24px; color: var(--muted); line-height: 1.5; }
.integration-scope-list li::before { content: "\2713"; position: absolute; left: 0; color: #22845b; font-weight: 900; }
.integration-boundary-card { border-color: #dfd2ee; background: linear-gradient(145deg,#fff,#faf7ff); }
.custom-adapter-note { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 24px 26px; border: 1px solid #c9d6eb; border-radius: 20px; background: linear-gradient(135deg,#f4f8ff,#faf6ff); }
.custom-adapter-note strong { color: var(--ink); font-size: 1.08rem; }
.custom-adapter-note p { max-width: 880px; margin: 6px 0 0; color: var(--muted); line-height: 1.55; }
.custom-adapter-note .button { flex: 0 0 auto; }
.custom-adapter-note-large { margin-top: 0; }
.intent-hero .product-hero-grid { align-items: stretch; }
.intent-proof-card { align-self: stretch; }
.intent-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.intent-chip { display: inline-flex; padding: 7px 11px; border: 1px solid #cbd8ec; border-radius: 999px; color: #4c5c74; background: rgba(255,255,255,.78); font-size: .79rem; font-weight: 760; }
.support-assurance { display: grid; gap: 8px; margin-top: 28px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.82); color: var(--muted); }
.support-assurance strong { color: var(--ink); }
.checkout-status .status-details { width: min(680px,100%); margin: 28px auto; }
.checkout-status .status-details > div { display: grid; grid-template-columns: minmax(120px,.6fr) 1.4fr; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); text-align: left; }
.checkout-status dt { color: var(--muted); font-weight: 750; }
.checkout-status dd { margin: 0; color: var(--ink); font-weight: 780; overflow-wrap: anywhere; }
@media (max-width: 900px) { .solution-link-grid { grid-template-columns: 1fr; } .custom-adapter-note { align-items: flex-start; flex-direction: column; } .footer-language-options { justify-content: flex-start; } }
@media (max-width: 620px) { .footer-language { align-items: flex-start; flex-direction: column; } .footer-language-options { width: 100%; } .footer-language a { padding: 5px 7px; } .checkout-status .status-details > div { grid-template-columns: 1fr; gap: 4px; } }

/* Rocketboot heading typography — Barlow Semi Condensed, served locally by the frontend image. */
@font-face {
    font-family: "Barlow Semi Condensed";
    src: url("/assets/fonts/barlow-semi-condensed-latin-ext-500-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
    font-family: "Barlow Semi Condensed";
    src: url("/assets/fonts/barlow-semi-condensed-latin-500-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
    font-family: "Barlow Semi Condensed";
    src: url("/assets/fonts/barlow-semi-condensed-latin-ext-600-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
    font-family: "Barlow Semi Condensed";
    src: url("/assets/fonts/barlow-semi-condensed-latin-600-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
    font-family: "Barlow Semi Condensed";
    src: url("/assets/fonts/barlow-semi-condensed-latin-ext-700-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
    font-family: "Barlow Semi Condensed";
    src: url("/assets/fonts/barlow-semi-condensed-latin-700-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:where(
    h1, h2,
    .page-title, .section-title,
    [data-heading="major"]
) {
    font-family: "Barlow Semi Condensed", "Arial Narrow", "Aptos Narrow", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.015em !important;
    text-decoration: none !important;
    text-transform: initial !important;
    overflow-wrap: normal;
    word-break: normal;
}
:where(
    h3, h4, h5, h6,
    .heading, .card-title, .modal-title, .faq-title,
    [data-heading]:not([data-heading="major"]),
    .solution-link-card > strong,
    .faq-grid summary
) {
    font-family: "Barlow Semi Condensed", "Arial Narrow", "Aptos Narrow", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.01em !important;
    text-decoration: none !important;
    text-transform: initial !important;
    overflow-wrap: normal;
    word-break: normal;
}
:where(
    .eyebrow,
    .product-kicker > div,
    .feature-kicker,
    .journey-card-label,
    .journey-stage-label,
    .sales-proof-label
) {
    font-family: "Barlow Semi Condensed", "Arial Narrow", "Aptos Narrow", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.16 !important;
    letter-spacing: 0.08em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}
