/* ═══════════════════════════════════════════════════════════
   THRive — WordPress Theme CSS v3
   Exact match to uploaded HTML design
   ═══════════════════════════════════════════════════════════ */

:root {
    --bg: #080607;
    --bg-2: #12090a;
    --panel: rgba(255, 255, 255, .06);
    --panel-2: rgba(255, 255, 255, .08);
    --line: rgba(255, 255, 255, .12);
    --text: #fbf8f5;
    --muted: rgba(255, 255, 255, .62);
    --soft: rgba(255, 255, 255, .38);
    --red: #e12828;
    --red-2: #fb2c36;
    --green: #16a34a;
    --cream: #f6f3ee;
    --ink: #17151a;
    --ink-soft: #3a3740;
    --card-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    --radius: 20px;
    --max: 1180px;
}

/* Minimal first-party cookie consent. */
.cookie-consent[hidden] {
    display: none;
}

.cookie-consent {
    position: fixed;
    z-index: 100001;
    left: 50%;
    bottom: max(16px, env(safe-area-inset-bottom));
    width: min(760px, calc(100% - 32px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(12, 8, 10, .97);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
    color: #fff;
    opacity: 0;
    transform: translate(-50%, 10px);
    transition: opacity .18s ease, transform .18s ease;
}

.cookie-consent.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.cookie-consent:focus-visible {
    outline: 2px solid var(--red-2);
    outline-offset: 3px;
}

.cookie-consent-copy {
    min-width: 0;
}

.cookie-consent-copy strong {
    display: block;
    margin-bottom: 5px;
    font: 700 15px/1.3 "Sora", sans-serif;
}

.cookie-consent-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.5;
}

.cookie-consent-copy a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-consent-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(126px, 1fr));
    gap: 8px;
}

.cookie-consent-button {
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font: 700 12px/1.25 "Sora", sans-serif;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease;
}

.cookie-consent-button:hover,
.cookie-consent-button:focus-visible {
    border-color: rgba(255, 255, 255, .48);
    background: rgba(255, 255, 255, .11);
}

.cookie-consent-button:focus-visible,
.footer-cookie-settings:focus-visible {
    outline: 2px solid var(--red-2);
    outline-offset: 2px;
}

.cookie-consent-optional {
    border-color: var(--red-2);
    background: var(--red-2);
}

.cookie-consent-optional:hover,
.cookie-consent-optional:focus-visible {
    border-color: #ff555d;
    background: #e9242e;
}

.footer-cookie-settings {
    min-height: 44px;
    padding: 6px 4px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.footer-cookie-settings:hover {
    color: #fff;
}

@media (max-width: 640px) {
    .cookie-consent {
        bottom: max(12px, env(safe-area-inset-bottom));
        width: calc(100% - 24px);
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
    }

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

@media (prefers-reduced-motion: reduce) {
    .cookie-consent {
        transition: none;
    }
}

/* V3 workbook pricing configurator. */
.pricing-dedicated .pricing-calculator {
    display: block;
    max-width: 1130px;
    margin-top: 30px;
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(10, 7, 9, .76);
}

.pricing-calculator-header {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(220px, .7fr) minmax(220px, .72fr);
    align-items: center;
    gap: 0;
    padding: 22px;
}

.pricing-calculator-header > * {
    min-width: 0;
}

.pricing-calculator-header .pricing-calculator-copy {
    padding: 0 24px 0 0;
}

.pricing-calculator-header .pricing-calculator-controls,
.pricing-calculator-header .pricing-calculator-result {
    min-height: 116px;
    padding: 6px 22px;
}

.pricing-calculator-header .pricing-calculator-result {
    margin: 0;
    border-top: 0;
}

.pricing-calculator-options {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.7fr);
    gap: 18px;
    padding: 20px 22px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .025);
}

.pricing-config-group {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.pricing-config-group legend {
    margin-bottom: 10px;
    padding: 0;
    color: rgba(255, 255, 255, .72);
    font: 800 11px/1.2 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-config-payroll .pricing-addon-option {
    height: calc(100% - 21px);
    min-height: 84px;
}

.pricing-calculator-options .pricing-module-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-calculator-options .pricing-addon-option {
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 10px;
}

.pricing-calculator-options .pricing-addon-label strong {
    font-size: 12.5px;
}

.pricing-module-saving-note {
    display: block;
    margin-top: 9px;
    color: rgba(255, 255, 255, .48);
    font-size: 10.5px;
    line-height: 1.45;
}

.pricing-calculator-breakdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, .18);
}

.pricing-calculator-breakdown > div {
    min-width: 0;
    min-height: 68px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 14px 20px;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.pricing-calculator-breakdown > div:last-child {
    border-right: 0;
}

.pricing-calculator-breakdown span {
    color: rgba(255, 255, 255, .48);
    font: 800 9px/1.2 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-calculator-breakdown strong {
    color: #fff;
    font: 800 15px/1.25 "Sora", sans-serif;
}

.pricing-calculator-breakdown .pricing-breakdown-saving strong {
    color: #79d89c;
}

.pricing-calculator-breakdown [hidden] {
    display: none;
}

.pricing-dedicated .pricing-grid {
    align-items: stretch;
}

.pricing-dedicated .price-card {
    min-height: 680px;
}

.pricing-dedicated .price-card.is-selected {
    box-shadow: 0 18px 50px rgba(0, 0, 0, .32), 0 0 0 1px rgba(255, 255, 255, .06);
}

.pricing-card-status {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    font-weight: 700;
}

.pricing-card-status i {
    color: rgba(255, 255, 255, .32);
}

.pricing-card-status.is-active,
.pricing-card-status.is-active i {
    color: #79d89c;
}

.pricing-dedicated .plan-copy {
    min-height: 108px;
    margin-top: 14px;
}

.pricing-dedicated .pricing-plan-features {
    margin-top: 14px;
}

@media (max-width: 980px) {
    .pricing-calculator-header {
        grid-template-columns: 1fr 1fr;
    }

    .pricing-calculator-header .pricing-calculator-copy {
        grid-column: 1 / -1;
        padding: 0 0 20px;
    }

    .pricing-calculator-header .pricing-calculator-controls {
        padding-left: 0;
        border-left: 0;
    }

    .pricing-calculator-options {
        grid-template-columns: 1fr;
    }

    .pricing-config-payroll .pricing-addon-option {
        min-height: 64px;
    }

    .pricing-dedicated .price-card {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .pricing-dedicated .pricing-calculator {
        width: min(342px, calc(100vw - 48px));
        max-width: min(342px, calc(100vw - 48px));
    }

    .pricing-calculator-header,
    .pricing-calculator-options,
    .pricing-calculator-breakdown {
        grid-template-columns: 1fr;
    }

    .pricing-calculator-header {
        padding: 18px;
    }

    .pricing-calculator-header .pricing-calculator-controls,
    .pricing-calculator-header .pricing-calculator-result {
        min-height: 0;
        margin-top: 16px;
        padding: 16px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-left: 0;
    }

    .pricing-calculator-options {
        padding: 18px;
    }

    .pricing-calculator-options .pricing-module-options {
        grid-template-columns: 1fr;
    }

    .pricing-calculator-breakdown > div {
        min-height: 58px;
        padding: 12px 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .pricing-calculator-breakdown > div:last-child {
        border-bottom: 0;
    }

    .pricing-dedicated .plan-copy {
        min-height: 0;
    }
}

/* Keep pricing choices and their matching cards aligned as one table. */
@media (min-width: 981px) {
    body.page-id-67 .pricing-dedicated .pricing-calculator {
        margin-bottom: 0;
        border-radius: 16px 16px 0 0;
    }

    body.page-id-67 .pricing-calculator-options {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        padding: 0;
    }

    body.page-id-67 .pricing-calculator-options .pricing-config-group {
        padding: 20px 18px;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

    body.page-id-67 .pricing-calculator-options .pricing-config-group:last-child {
        border-right: 0;
    }

    body.page-id-67 .pricing-calculator + .pricing-grid {
        gap: 0;
        margin-top: 0;
    }

    body.page-id-67 .pricing-calculator + .pricing-grid .price-card {
        border-top: 0;
        border-radius: 0;
    }

    body.page-id-67 .pricing-calculator + .pricing-grid .price-card + .price-card {
        margin-left: -1px;
    }

    body.page-id-67 .pricing-grid + .pricing-calculator-breakdown {
        margin-top: 0;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .1);
        border-top: 0;
        border-radius: 0 0 16px 16px;
    }
}

@media (max-width: 980px) {
    body.page-id-67 .pricing-grid + .pricing-calculator-breakdown {
        margin-top: 20px;
        overflow: hidden;
        border-radius: 14px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "DM Sans", system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
}

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

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

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    font-family: "Sora", sans-serif;
    margin: 0;
}

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

.section {
    position: relative;
    overflow: hidden;
}

.center {
    text-align: center;
}

/* ── Eyebrow ── */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red-2);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 14px;
    height: 2px;
    background: var(--red-2);
    border-radius: 2px;
}

/* ── Buttons ── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    padding: 0 22px;
    border-radius: 9px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
}

.btn-primary {
    background: var(--red);
    color: #fff;
    box-shadow: 0 6px 20px rgba(204, 31, 31, .35);
}

.btn-primary:hover {
    background: #c72020;
}

.btn-secondary {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .75);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, .08);
}

.btn-light {
    background: #fff;
    color: var(--red);
}

/* ── Tick ── */
.tick {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.green-label {
    color: var(--green);
    font-size: 10px;
    margin-top: 6px;
}

/* ═══════════════════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════════════════ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(12px);
    background: rgba(8, 6, 7, .82);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    box-shadow: 0 4px 32px rgba(0, 0, 0, .5);
}

.site-header .inner {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    font-family: "Sora", sans-serif;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-img {
    height: 40px;
    width: auto;
}

nav ul {
    display: flex;
    gap: 28px;
}

nav a {
    font-size: 15px;
    color: rgba(255, 255, 255, .78);
    transition: color .2s;
}

nav a:hover {
    color: rgba(255, 255, 255, .8);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.header-phone {
    height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .88);
    font: 800 13px/1 "Sora", sans-serif;
    white-space: nowrap;
    transition: border-color .2s, background .2s, color .2s;
}

.header-phone i {
    color: var(--red-2);
    font-size: 12px;
}

.header-phone:hover {
    border-color: rgba(251, 44, 54, .42);
    background: rgba(251, 44, 54, .1);
    color: #fff;
}

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, .6);
    border-radius: 2px;
    transition: .2s;
}

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.hero {
    background:
        radial-gradient(circle at 78% 18%, rgba(204, 31, 31, .32), transparent 35%),
        radial-gradient(circle at 15% 88%, rgba(204, 31, 31, .10), transparent 22%),
        linear-gradient(135deg, #080607 0%, #180a0a 45%, #0c0607 100%);
    padding: 22px 0 34px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 46px;
    align-items: center;
    padding: 36px 0 30px;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(4px);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px;
    color: rgba(255, 255, 255, .55);
    font-weight: 700;
}

.hero-pill .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 10px rgba(204, 31, 31, .7);
}

.hero h1 {
    font-size: 58px;
    line-height: 1.04;
    letter-spacing: -.05em;
    max-width: 560px;
    margin: 22px 0 20px;
}

.hero h1 .accent {
    color: var(--red-2);
}

.brand-red,
.thrive-word .brand-red {
    color: var(--red-2);
}

.strapline-red {
    color: var(--red-2);
}

.strapline-brand,
.strapline-initial,
.strapline-red {
    font-weight: 700;
}

.hero-strapline {
    max-width: 560px;
    margin: -6px 0 14px;
    color: rgba(255, 255, 255, .9);
    font: 400 16px/1.45 "Sora", sans-serif;
}

.hero p.lead {
    max-width: 510px;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 28px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.hero-notes {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 16px;
    color: rgba(255, 255, 255, .3);
    font-size: 12px;
}

/* Glassmorphism form card */
.hero-form-wrap {
    position: relative;
}

.metric-floating {
    position: absolute;
    right: 12px;
    top: 18px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(12px);
    color: var(--ink);
    border-radius: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .6);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
    z-index: 2;
}

.metric-floating strong {
    display: block;
    font: 800 20px/1 "Sora", sans-serif;
}

.metric-floating small {
    display: block;
    font-size: 10px;
    color: #686470;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-top: 5px;
}

.hero-form {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .42);
    background: linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .09));
    backdrop-filter: blur(21px);
    padding: 34px;
}

.hero-form::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, .22);
    pointer-events: none;
}

.question {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.35;
    color: #fbf8f5;
}

.sub {
    font-size: 19px;
    color: #fbf8f5;
    opacity: .9;
    margin-top: 8px;
}

.option-list {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px;
    border: 1.4px solid #f3f4f6;
    border-radius: 16px;
    background: transparent;
    color: #fbf8f5;
    cursor: pointer;
    width: 100%;
    font-family: inherit;
    transition: border-color .2s, background .2s;
}

.option:hover,
.option.selected {
    border-color: var(--red-2);
    background: rgba(251, 44, 54, .08);
}

.option-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-circle {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: rgba(243, 244, 246, .15);
    display: grid;
    place-items: center;
    font-size: 22px;
}

.option span {
    font-size: 22px;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.widget-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
    padding: 12px;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    border-radius: 8px;
    background: rgba(225, 40, 40, .05);
}

.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-top-color: var(--red);
    border-radius: 50%;
    animation: spin .7s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Logo row */
.logo-marquee {
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    background: rgba(0, 0, 0, .5);
    margin-top: 28px;
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.logo-row div {
    padding: 18px 16px;
    border-right: 1px solid rgba(255, 255, 255, .06);
    font: 700 12px/1.6 "Sora", sans-serif;
    color: rgba(255, 255, 255, .16);
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* ═══════════════════════════════════════════════════════════
   PLATFORM (Features)
   ═══════════════════════════════════════════════════════════ */
.platform {
    background: var(--cream);
    color: var(--ink);
    padding: 90px 0;
}

.platform-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 60px;
    align-items: center;
}

.phone-card {
    position: relative;
    background: linear-gradient(160deg, #2d3147, #111523 70%);
    border-radius: 32px;
    padding: 18px;
    box-shadow: 0 46px 105px rgba(0, 0, 0, .14);
    max-width: 420px;
    border: 1px solid rgba(255, 255, 255, .7);
}

.phone-inner {
    border-radius: 26px;
    background: linear-gradient(180deg, #3b4060, #1f2337);
    padding: 20px;
    color: #fff;
    min-height: 500px;
}

.mini-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 14px;
    margin-top: 14px;
}

.float-card-light {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
    color: var(--ink);
}

.float-top {
    left: -10px;
    top: -16px;
}

.float-bottom {
    right: -28px;
    bottom: 54px;
}

.platform h2,
.visibility h2,
.mobile h2,
.pricing h2,
.faq h2,
.testimonials h2,
.final h2 {
    font-size: 44px;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.platform h2 .accent,
.visibility h2 .accent,
.mobile h2 .accent,
.final h2 .accent {
    color: var(--red-2);
}

.body-copy {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3740;
    max-width: 560px;
}

.checks {
    display: grid;
    gap: 14px;
    margin: 26px 0 28px;
}

.check {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #3a3740;
    font-size: 14px;
}

/* ═══════════════════════════════════════════════════════════
   PAIN (Stats)
   ═══════════════════════════════════════════════════════════ */
.pain {
    padding: 160px 0 88px;
    position: relative;
    z-index: 1;
    background:
        radial-gradient(circle at 6% 6%, rgba(81, 82, 190, .22), transparent 22%),
        radial-gradient(circle at 94% 96%, rgba(204, 31, 31, .09), transparent 16%),
        #080607;
}

.center .body-dark {
    max-width: 520px;
    margin: 18px auto 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.cards-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 52px;
}

.glass-dark {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
    box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
    padding: 28px;
}

.glass-dark::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
}

.glass-dark .big {
    font: 800 52px/1 "Sora", sans-serif;
    color: var(--red-2);
    letter-spacing: -.06em;
    text-shadow: 0 0 48px rgba(204, 31, 31, .5);
}

.glass-dark h3 {
    font-size: 15px;
    margin: 16px 0 12px;
}

.glass-dark p {
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .42);
}

.glass-dark .source {
    margin-top: 14px;
    font-size: 10px;
    color: rgba(255, 255, 255, .18);
    font-style: italic;
}

/* ═══════════════════════════════════════════════════════════
   VISIBILITY
   ═══════════════════════════════════════════════════════════ */
.visibility {
    background:
        radial-gradient(circle at 74% 42%, rgba(204, 31, 31, .28), transparent 24%),
        linear-gradient(160deg, #13090a 0%, #090607 50%, #15090a 100%);
    padding: 92px 0;
}

.mobile {
    background:
        radial-gradient(circle at 50% 8%, rgba(204, 31, 31, .30), transparent 28%),
        radial-gradient(circle at 50% 8%, rgba(204, 31, 31, .15), transparent 45%),
        linear-gradient(160deg, #13090a 0%, #090607 50%, #15090a 100%);
    padding: 92px 0;
}

.visibility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
}

.bullet-list {
    display: grid;
    gap: 9px;
    margin-top: 30px;
}

.bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    padding: 12px 14px;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
}

.dashboard-panel {
    border: 1.6px solid rgba(255, 255, 255, .27);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08));
    box-shadow: 0 52px 118px rgba(0, 0, 0, .14);
    padding: 18px;
    max-width: 480px;
    margin-left: auto;
}

.dashboard-inner {
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(180deg, #24131a, #110a10);
}

.request-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    padding: 16px;
    background: rgba(0, 0, 0, .25);
}

.field {
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
    padding: 0 12px;
    color: rgba(255, 255, 255, .75);
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
}

.time-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 10px;
}

.time-btn {
    height: 32px;
    border-radius: 8px;
    background: #6d5dfc;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 400;
}

/* ═══════════════════════════════════════════════════════════
   MOBILE
   ═══════════════════════════════════════════════════════════ */
.mobile {
    text-align: center;
    padding-top: 160px !important;
    position: relative;
    z-index: 1;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 52px;
    text-align: left;
}

.feature-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03));
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
}

.feature-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
}

.feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: rgba(204, 31, 31, .15);
    border: 1px solid rgba(204, 31, 31, .22);
    box-shadow: 0 4px 12px rgba(204, 31, 31, .12);
    display: grid;
    place-items: center;
    font-size: 20px;
    margin-bottom: 22px;
}

.feature-card h3 {
    font-size: 15px;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .4);
}

/* ═══════════════════════════════════════════════════════════
   PRICING
   ═══════════════════════════════════════════════════════════ */
.pricing {
    padding: 88px 0 56px;
    background:
        radial-gradient(circle at 88% 8%, rgba(255, 255, 255, .06), transparent 20%),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .05), transparent 25%),
        linear-gradient(160deg, #9e1212 0%, #5c1e1e 25%, #010101 55%, #7a0e0e 100%);
    text-align: left;
}

.toggle {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, .25);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    padding: 3px;
    margin-top: 26px;
    position: relative;
    cursor: pointer;
}

.toggle span {
    padding: 8px 18px;
    font: 700 12px/1 "Sora", sans-serif;
    color: rgba(255, 255, 255, .45);
    border-radius: 6px;
    transition: .2s;
}

.toggle .active {
    background: #fff;
    color: var(--red);
}

.save-pill {
    display: inline-flex;
    margin-left: 12px;
    background: rgba(0, 0, 0, .2);
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 54px;
    align-items: stretch;
}

.price-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
    padding: 26px;
    min-height: 510px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
}

.price-card.popular {
    background: rgba(255, 255, 255, .94);
    color: var(--ink);
    border-color: rgba(255, 255, 255, .61);
    backdrop-filter: blur(23px);
    box-shadow: 0 32px 72px rgba(0, 0, 0, .35), 0 0 0 1px rgba(255, 255, 255, .5);
}

.popular-tag {
    display: inline-block;
    background: var(--red);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 10px 0px;
    width: 40%;
}

.plan {
    font: 700 13px/1 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .65);
    text-align: start;
}

.popular .plan {
    color: var(--red);
}

.price {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-top: 22px;
}

.price .currency {
    font-size: 18px;
    font-weight: 700;
}

.price .amount {
    font: 800 44px/1 "Sora", sans-serif;
    letter-spacing: -.06em;
}

.price .per {
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    margin-left: 2px;
}

.popular .price .per {
    color: #686470;
}

.billing,
.plan-copy {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
}

.popular .billing,
.popular .plan-copy {
    color: #9e99a8;
}

.plan-estimator {
    display: grid;
    align-content: start;
    gap: 10px;
    margin-top: 18px;
    padding: 14px;
    min-height: 138px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 15px;
    background:
        radial-gradient(circle at 90% 12%, rgba(251, 44, 54, .16), transparent 42%),
        rgba(0, 0, 0, .16);
}

.plan-estimator label {
    color: rgba(255, 255, 255, .75);
    font: 800 11px/1 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.plan-estimator-input {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.pricing-dedicated .plan-estimator-input {
    grid-template-columns: 44px minmax(0, 1fr) 44px auto;
}

.pricing-employee-step {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    font: 800 22px/1 "Sora", sans-serif;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease;
}

.pricing-employee-step:hover,
.pricing-employee-step:focus-visible {
    border-color: rgba(251, 44, 54, .72);
    background: rgba(251, 44, 54, .14);
    outline: none;
}

.plan-estimator-input span {
    color: rgba(255, 255, 255, .58);
    font: 800 12px/1 "Sora", sans-serif;
}

.plan-estimator .pricing-employee-count {
    min-height: 44px;
}

.plan-estimator-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.plan-estimator-result span {
    color: rgba(255, 255, 255, .56);
    font: 800 11px/1.2 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.plan-estimator-result strong {
    color: #fff;
    font: 900 22px/1 "Sora", sans-serif;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.plan-estimator-note {
    color: rgba(255, 255, 255, .52);
    font-size: 11px;
    line-height: 1.55;
}

.plan-copy {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 22px;
    min-height: 86px;
    padding-bottom: 18px;
    border-bottom: 0;
    text-align: start;
}

.popular .plan-copy { border-bottom: 0; }

.pricing-home-estimator {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    width: min(760px, 100%);
    min-height: 0;
    margin: 30px auto 0;
    padding: 16px 18px;
    text-align: left;
}

.pricing-home-estimator-copy {
    display: grid;
    gap: 5px;
}

.pricing-home-estimator-copy strong {
    color: #fff;
    font: 700 15px/1.25 "Sora", sans-serif;
}

.pricing-home-estimator-copy span,
.pricing-home-estimator > small {
    color: rgba(255, 255, 255, .54);
    font-size: 12px;
    line-height: 1.45;
}

.pricing-home-estimator-control {
    display: grid;
    gap: 8px;
}

.pricing-home-estimator .plan-estimator-input {
    grid-template-columns: 44px minmax(76px, 94px) 44px;
}

.pricing-home-estimator .pricing-employee-count {
    text-align: center;
}

.pricing-home .pricing-grid {
    margin-top: 30px;
}

@media (max-width: 700px) {
    .pricing-home-estimator {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pricing-home-estimator .plan-estimator-input {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
    }
}

.feature-list {
    display: grid;
    gap: 12px;
    margin: 18px 0 34px;
    flex: 0 0 auto;
}

.feature-list .row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
}

.popular .feature-list .row {
    color: #3a3740;
}

.price-card .btn {
    margin-top: auto;
}

.price-card .cta-note {
    margin-top: 12px;
    text-align: center;
    font-size: 10px;
    color: rgba(255, 255, 255, .3);
}

.popular .cta-note {
    color: #9e99a8;
}

.price-card.plan-payroll {
    border-color: rgba(34, 197, 94, .48);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2), 0 0 0 1px rgba(34, 197, 94, .12);
}

.price-card.plan-modules {
    border-color: rgba(234, 179, 8, .52);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2), 0 0 0 1px rgba(234, 179, 8, .12);
}

.price-card.plan-payroll .plan,
.price-card.plan-payroll .currency,
.price-card.plan-payroll .amount {
    color: #79d89c;
}

.price-card.plan-modules .plan,
.price-card.plan-modules .amount {
    color: #facc15;
}

.price-card.plan-payroll::before {
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, .8), transparent);
}

.price-card.plan-modules::before {
    background: linear-gradient(90deg, transparent, rgba(234, 179, 8, .86), transparent);
}

.trust-row {
    margin-top: 40px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
}

/* Highlight from widget */
.price-card.widget-highlight {
    outline: 2px solid var(--red-2);
    box-shadow: 0 0 40px rgba(251, 44, 54, .2), 0 32px 72px rgba(0, 0, 0, .35) !important;
    transform: translateY(-6px);
    transition: all .4s ease !important;
}

/* ═══════════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════════ */
.faq {
    background: var(--cream);
    color: var(--ink);
    padding: 86px 0 98px;
}

.faq .eyebrow {
    color: var(--red);
}

.faq .eyebrow::before {
    background: var(--red);
}

.faq-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 58px;
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 10px;
}

.faq-item {
    background: rgba(255, 255, 255, .3);
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    padding: 18px 20px;
}

.faq-item.open {
    padding-bottom: 20px;
}

.faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.faq-q .plus {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #ede9e1;
    color: #686470;
    display: grid;
    place-items: center;
    font-weight: 700;
    flex-shrink: 0;
    transition: background .2s, color .2s;
}

.faq-item.open .plus {
    background: var(--red);
    color: #fff;
}

.faq-a {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.65;
    color: #3a3740;
    max-width: 540px;
}

.faq-a p {
    margin: 0 0 8px;
}

.faq-a[hidden] {
    display: none;
}

/* ═══════════════════════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════════════════════ */
.testimonials {
    background:
        linear-gradient(180deg, rgba(225, 40, 40, .045), transparent 34%),
        #fbf6ef;
    color: var(--ink);
    padding: 84px 0 88px;
    border-top: 1px solid rgba(23, 21, 26, .08);
    box-shadow: inset 0 18px 38px rgba(225, 40, 40, .035);
}

.testimonials .eyebrow {
    color: var(--red);
}

.testimonials .eyebrow::before {
    background: var(--red);
}

.testimonial-viewport {
    overflow: hidden;
    margin-top: 42px;
    padding: 4px 0 10px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.testimonial-grid {
    --testimonial-gap: 22px;
    --testimonial-scroll-distance: -1086px;
    display: flex;
    width: max-content;
    gap: var(--testimonial-gap);
    animation-name: none;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--testimonial-duration, calc(var(--testimonial-count, 6) * 8s));
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.testimonial-grid.is-synced {
    animation-name: testimonial-scroll;
}

.testimonial-viewport:hover .testimonial-grid,
.testimonial-viewport:focus-within .testimonial-grid {
    animation-play-state: paused;
}

@keyframes testimonial-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(var(--testimonial-scroll-distance), 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .testimonial-viewport {
        overflow-x: auto;
        -webkit-mask-image: none;
        mask-image: none;
        scrollbar-width: thin;
    }

    .testimonial-grid {
        animation: none;
        width: max-content;
        transform: none;
    }

    .testimonial[aria-hidden="true"] {
        display: none;
    }
}

.testimonial {
    position: relative;
    flex: 0 0 340px;
    width: 340px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .6));
    box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
    padding: 26px;
}

.testimonial::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
}

.stars {
    color: #f59e0b;
    letter-spacing: 2px;
    font-size: 13px;
}

.testimonial p {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3740;
    margin: 18px 0 24px;
}

.person {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.person .dot {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    font: 700 13px/1 "Sora", sans-serif;
    flex-shrink: 0;
}

.person b {
    display: block;
    font-size: 13px;
}

.person span {
    display: block;
    font-size: 11px;
    color: #686470;
    margin-top: 2px;
}

/* ═══════════════════════════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════════════════════════ */
.final {
    background: #0f0c0d;
    padding: 88px 0 60px;
    background-image:
        radial-gradient(circle at 50% 0%, rgba(204, 31, 31, .40), transparent 32%),
        radial-gradient(circle at 50% 0%, rgba(204, 31, 31, .20), transparent 55%);
}

.final .center-copy {
    max-width: 560px;
    margin: 0 auto;
}

.final h2 .accent {
    color: var(--red-2);
}

.email-form {
    width: min(100%, 470px);
    margin: 30px auto 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    padding: 6px;
    display: flex;
    gap: 8px;
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
}

.email-form input {
    flex: 1;
    background: transparent;
    border: 0;
    outline: none;
    color: #fff;
    padding: 0 14px;
    font-size: 14px;
    font-family: inherit;
}

.email-form input::placeholder {
    color: rgba(255, 255, 255, .25);
}

.final-note {
    text-align: center;
    font-size: 11px;
    color: rgba(255, 255, 255, .25);
    margin-top: 12px;
}

/* ═══════════════════════════════════════════════════════════
   SUPPORT / LEGAL PAGES
   ═══════════════════════════════════════════════════════════ */
.support-page-hero {
    padding: 90px 0 76px;
    background:
        radial-gradient(circle at 82% 12%, rgba(251, 44, 54, .24), transparent 30%),
        radial-gradient(circle at 8% 92%, rgba(251, 44, 54, .1), transparent 28%),
        linear-gradient(145deg, #080607 0%, #17090a 58%, #070506 100%);
}

.support-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.support-page-hero h1 {
    max-width: 760px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.support-page-hero p {
    max-width: 560px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 16px;
    line-height: 1.7;
}

.support-quick-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 24px;
    background:
        radial-gradient(circle at 95% 0%, rgba(251, 44, 54, .2), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.support-quick-card h2 {
    margin: 0 0 18px;
    color: #fff;
    font: 800 24px/1.14 "Sora", sans-serif;
    letter-spacing: -.025em;
}

.support-quick-card a {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 12px;
    background: rgba(255, 255, 255, .045);
    color: #fff;
    font: 800 13px/1.2 "Sora", sans-serif;
}

.support-quick-card i {
    color: var(--red-2);
}

.support-page-body {
    padding: 72px 0 88px;
    background: var(--cream);
    color: var(--ink);
}

.support-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    gap: 24px;
    align-items: start;
}

.support-document,
.support-page-nav {
    border: 1px solid rgba(23, 21, 26, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 24px 70px rgba(44, 31, 21, .08);
}

.support-document {
    padding: clamp(28px, 4vw, 46px);
}

.support-document h2,
.support-document h3 {
    color: var(--ink);
    letter-spacing: -.025em;
}

.support-document h2 {
    margin: 0 0 16px;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.1;
}

.support-document h3 {
    margin: 28px 0 10px;
    font-size: 22px;
    line-height: 1.2;
}

.support-document p,
.support-document li {
    color: #4f4852;
    font-size: 16px;
    line-height: 1.75;
}

.support-document p {
    margin: 0 0 16px;
}

.support-document a {
    color: var(--red);
    font-weight: 800;
}

.support-page-nav {
    position: sticky;
    top: 88px;
    display: grid;
    gap: 8px;
    padding: 20px;
}

.support-page-nav .footer-kicker {
    margin-bottom: 8px;
}

.support-page-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 11px;
    color: #3a3740;
    font: 800 13px/1.2 "Sora", sans-serif;
}

.support-page-nav a:hover,
.support-page-nav a.is-current {
    background: rgba(225, 40, 40, .08);
    color: var(--red);
}

@media (max-width: 820px) {
    .support-page-hero {
        padding: 70px 0 58px;
    }

    .support-page-hero-grid,
    .support-page-grid {
        grid-template-columns: 1fr;
    }

    .support-page-nav {
        position: static;
        order: -1;
    }
}

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
footer {
    background: #090708;
    color: rgba(255, 255, 255, .58);
    padding: 0;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 12% 0%, rgba(204, 31, 31, .16), transparent 32%),
        linear-gradient(180deg, #0c0809 0%, #070506 100%);
}

.footer-shell {
    padding: 36px 0 22px;
}

.footer-brand {
    width: fit-content;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(230px, .86fr) minmax(240px, .84fr) minmax(360px, 1.2fr);
    gap: 18px;
    align-items: stretch;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-contact-block,
.footer-brand-panel,
.footer-services-block {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
        rgba(255, 255, 255, .018);
    padding: 24px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .16);
}

.footer-kicker {
    margin: 0 0 12px;
    color: var(--red-2);
    font: 800 11px/1.2 "Sora", sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.footer-contact-block h2,
.footer-services-block h2 {
    margin: 0 0 12px;
    color: #fff;
    font: 800 21px/1.15 "Sora", sans-serif;
    letter-spacing: 0;
}

.footer-contact-block > p:not(.footer-kicker),
.footer-brand-panel p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    line-height: 1.7;
}

.footer-contact-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.footer-contact-list a {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
    color: #fff;
    font: 800 14px/1.2 "Sora", sans-serif;
}

.footer-contact-list i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(251, 44, 54, .12);
    color: var(--red-2);
    font-size: 13px;
}

.footer-brand-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 236px;
    background:
        radial-gradient(circle at 88% 10%, rgba(251, 44, 54, .14), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
}

.footer-brand-panel .logo-img {
    height: 42px;
}

.footer-brand-panel p {
    max-width: 300px;
    margin-top: 20px;
}

.footer-brand-panel .footer-strapline {
    color: rgba(255, 255, 255, .9);
    font-family: "Sora", sans-serif;
    font-weight: 400;
}

.powered-by-itcs {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-top: 16px;
    padding: 0 14px;
    border: 1px solid rgba(251, 44, 54, .3);
    border-radius: 999px;
    background: rgba(251, 44, 54, .08);
    color: #fff;
    font: 800 12px/1.2 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

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

.footer-service-icons a {
    min-height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 8px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
    color: #fff;
    text-align: center;
}

.footer-service-icons span {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(251, 44, 54, .12);
    color: var(--red-2);
}

.footer-service-icons img {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(251, 44, 54, .18));
}

.footer-service-icons strong {
    max-width: 100%;
    font: 800 11px/1.25 "Sora", sans-serif;
    overflow-wrap: anywhere;
}

.footer-accreditation-band {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 22px;
    padding: 20px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-accreditations {
    display: grid;
    grid-template-columns: repeat(6, minmax(92px, 1fr));
    gap: 18px;
}

.footer-accreditations span {
    min-height: 92px;
    display: grid;
    place-items: center;
    padding: 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.footer-accreditations img {
    max-width: 100%;
    max-height: 78px;
    object-fit: contain;
}

.footer-contact-list a:hover,
.footer-service-icons a:hover,
.footer-legal a:hover {
    color: var(--red-2);
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 13px;
}

.footer-links a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 6px 4px;
    color: rgba(255, 255, 255, .62);
    transition: color .2s;
}

.footer-links a:hover {
    color: rgba(255, 255, 255, .7);
}

.footer-bottom {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto minmax(150px, auto);
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .25);
    font-size: 11px;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-legal a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 6px 4px;
    color: rgba(255, 255, 255, .42);
}

@media (max-width: 980px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .footer-services-block {
        grid-column: 1 / -1;
    }

    .footer-accreditation-band {
        grid-template-columns: 1fr;
        gap: 12px;
    }

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

@media (max-width: 560px) {
    .footer-shell {
        padding: 28px 0 22px;
    }

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

    .footer-brand-panel,
    .footer-contact-block,
    .footer-services-block {
        padding: 20px;
        border-radius: 16px;
    }

    .footer-brand-panel {
        min-height: 0;
    }

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

    .footer-service-icons a {
        min-height: 82px;
    }

    .footer-accreditations {
        grid-template-columns: repeat(3, minmax(74px, 1fr));
        gap: 8px;
        margin-top: 18px;
    }

    .footer-accreditations span {
        min-height: 62px;
        padding: 8px;
    }

    .footer-links {
        justify-content: flex-start;
        gap: 14px 18px;
        margin-top: 20px;
    }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {

    .hero-grid,
    .platform-grid,
    .visibility-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .cards-3,
    .pricing-grid,
    .testimonial-grid,
    .features-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-panel {
        margin-left: 0;
    }

    .metric-floating {
        position: static;
        display: inline-block;
        margin-bottom: 16px;
    }

    nav {
        display: none;
    }

    .logo-row {
        grid-template-columns: repeat(4, 1fr);
    }

    .platform h2,
    .visibility h2,
    .mobile h2,
    .pricing h2,
    .faq h2,
    .testimonials h2,
    .final h2 {
        font-size: 36px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .mobile-toggle {
        display: flex;
    }

    .phone-card {
        max-width: 100%;
    }
}

@media (max-width: 680px) {
    .hero h1 {
        font-size: 40px;
    }

    .question {
        font-size: 24px;
    }

    .sub {
        font-size: 16px;
    }

    .option span {
        font-size: 18px;
    }

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

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-header .inner {
        gap: 16px;
    }

    .email-form {
        flex-direction: column;
    }

    .email-form .btn {
        width: 100%;
    }

    .container {
        width: calc(100% - 24px);
    }
}


/* ═══════════════════════════════════════════════════════════
   PLATFORM SECTION — image overflows into next section
   ═══════════════════════════════════════════════════════════ */
.platform {
    overflow: visible !important;
    /* allow image to bleed out */
    padding-bottom: 0 !important;
}

.platform-grid {
    align-items: flex-end;
    /* anchor copy to bottom, image overflows top */
}

.platform-img-wrap {
    position: relative;
    align-self: flex-end;
    /* Image starts from top and bleeds past the bottom of the cream section */
    margin-bottom: -120px;
    /* overflow amount into next dark section */
    z-index: 2;
}

.platform-screenshot {
    width: 100%;
    height: auto;
    max-width: 480px;
    display: block;
    /* NO box-shadow, NO border-radius — clean image exactly as designed */
    border-radius: 0;
    box-shadow: none;
    filter: none;
}

.platform-copy {
    padding-bottom: 80px;
    /* keep copy vertically centered in cream section */
}

/* ═══════════════════════════════════════════════════════════
   VISIBILITY — image overflows into next section below
   ═══════════════════════════════════════════════════════════ */
.visibility {
    overflow: visible !important;
    padding-bottom: 0 !important;
}

.visibility-grid {
    align-items: flex-end;
}

.visibility-copy {
    padding-bottom: 80px;
}

.visibility-img-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: -120px;
    /* bleed into mobile section below */
    position: relative;
    z-index: 2;
}

.visibility-screenshot {
    width: 100%;
    max-width: 520px;
    display: block;
    border-radius: 0;
    box-shadow: none;
    filter: none;
}

/* ═══════════════════════════════════════════════════════════
   HERO WIDGET CARD — Dark glass (pixel-perfect)
   ═══════════════════════════════════════════════════════════ */
.hero-form {
    display: none !important;
}

.hero-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.hero-widget-card {
    background: rgba(18, 8, 10, 0.88);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .55);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.hero-widget-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent);
    border-radius: 20px 20px 0 0;
    pointer-events: none;
}

.widget-q {
    font-family: "Sora", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #fbf8f5;
    margin: 0 0 8px;
}

.widget-hint {
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    margin: 0 0 22px;
}

.widget-opts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.widget-opt {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 12px;
    color: #fbf8f5;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-family: inherit;
    transition: border-color .2s, background .2s, transform .15s;
}

.widget-opt:hover {
    border-color: rgba(225, 40, 40, .5);
    background: rgba(225, 40, 40, .07);
    transform: translateX(3px);
}

.widget-opt.selected {
    border-color: var(--red);
    background: rgba(225, 40, 40, .1);
}

.wopt-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
}

.wopt-label {
    flex: 1;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.wopt-arrow {
    color: rgba(255, 255, 255, .3);
    font-size: 11px;
}

/* ── Multi-step widget steps ───────────────────────────────── */
.widget-step {
    animation: fadeIn .3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.widget-back {
    background: none;
    border: none;
    color: #fbf8f5;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
    padding: 0;
    font-family: inherit;
    transition: color .2s;
}

.widget-back:hover {
    color: var(--red);
}

.widget-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.widget-form .form-group input,
.widget-form .form-group select {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 10px;
    color: #fbf8f5;
    font-size: 14px;
    font-family: inherit;
    transition: border-color .2s;
}

.widget-form .form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fbf8f5' d='M1 4l5 4 5-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.widget-form .form-group input::placeholder {
    color: rgba(255, 255, 255, .3);
}

.widget-form .form-group select option {
    background: #080607;
    color: #fbf8f5;
}

.widget-form .form-group input:focus,
.widget-form .form-group select:focus {
    outline: none;
    border-color: rgba(225, 40, 40, .5);
    box-shadow: 0 0 0 3px rgba(225, 40, 40, .16);
}

.widget-result-box {
    padding: 18px;
    background: rgba(225, 40, 40, .06);
    border: 1px solid rgba(225, 40, 40, .2);
    border-radius: 10px;
}

.widget-error {
    margin-top: 12px;
    padding: 11px 12px;
    border: 1px solid rgba(251, 44, 54, .34);
    border-radius: 10px;
    background: rgba(251, 44, 54, .1);
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════
   FEATURE CARD ICONS — Red square, white FA icon
   ═══════════════════════════════════════════════════════════ */
.feature-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10px !important;
    background: var(--red) !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(225, 40, 40, .3) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 18px !important;
    font-size: 0 !important;
}

.feature-icon i {
    font-size: 17px !important;
    color: #fff !important;
}

/* ═══════════════════════════════════════════════════════════
   STATS — faded italic second line
   ═══════════════════════════════════════════════════════════ */
.pain-h2 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.pain-h2 .faded {
    opacity: .2;
    font-weight: 400;
    font-style: italic;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — image sections
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .hero-right {
        align-items: flex-start;
    }

    .platform-img-wrap {
        max-width: 100%;
    }

    .visibility-img-wrap {
        justify-content: center;
    }

    .visibility-screenshot {
        max-width: 100%;
    }
}

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

    .site-header nav.open {
        display: block;
    }
}

/* 2026-07 content refresh */
.hero-notes {
    flex-wrap: wrap;
    color: rgba(255, 255, 255, .5);
}

.proof-stat strong em {
    margin-left: 2px;
}

.benefits-block {
    margin-top: 34px;
}

.benefits-block .eyebrow {
    justify-content: center;
    color: rgba(255, 255, 255, .55);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 24px;
}

.benefit-card {
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
    padding: 28px;
    text-align: left;
}

.benefit-card .tick {
    margin-bottom: 14px;
}

.benefit-card h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.benefit-card h4 {
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.benefit-card p {
    color: rgba(255, 255, 255, .48);
    font-size: 14px;
    line-height: 1.65;
}

.benefits-visual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
    margin-top: 24px;
}

.benefits-visual-grid .bullet-list {
    margin-top: 0;
}

.benefits-visual-grid .bullet {
    font-size: 14px;
    line-height: 1.5;
}

.benefits-visual-grid .bullet strong {
    color: #fff;
}

.benefits-img-wrap {
    display: flex;
    justify-content: center;
}

.benefits-screenshot {
    width: 100%;
    height: auto;
    max-width: 480px;
    display: block;
    border-radius: 16px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
}

@media (max-width: 900px) {
    .benefits-visual-grid {
        grid-template-columns: 1fr;
    }

    .benefits-img-wrap {
        order: -1;
    }
}

.mobile-proof {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
}

.mobile-proof .shield {
    color: var(--red-2);
    font-size: 28px;
}

.pricing-note-pill {
    display: inline-flex;
    margin-top: 24px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    padding: 8px 14px;
    color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .06);
    font: 700 12px/1 "Sora", sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pricing-note-qualifier {
    max-width: 680px;
    margin: 10px auto 0;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.pricing-calculator {
    width: 100%;
    max-width: 1130px;
    margin: 30px auto 0;
    padding: 20px;
    display: grid;
    grid-template-columns: 1.25fr .82fr .88fr;
    gap: 0;
    align-items: stretch;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(11, 8, 10, .62);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.pricing-calculator-copy,
.pricing-calculator-controls,
.pricing-calculator-result,
.pricing-calculator-confidence {
    min-width: 0;
    padding: 6px 20px;
}

.pricing-calculator-copy {
    padding-left: 4px;
}

.pricing-calculator-kicker {
    margin: 0 0 10px;
    color: var(--red-2);
    font: 800 11px/1.2 "Sora", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pricing-calculator h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 1.75vw, 28px);
    line-height: 1.16;
    letter-spacing: 0;
}

.pricing-calculator p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
    line-height: 1.65;
}

.pricing-calculator-controls {
    display: grid;
    align-content: center;
    gap: 10px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.pricing-calculator-controls label:first-child {
    color: rgba(255, 255, 255, .78);
    font: 800 12px/1 "Sora", sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pricing-calculator .plan-estimator-input {
    grid-template-columns: 44px minmax(72px, 1fr) 44px;
    gap: 8px;
}

.pricing-calculator .pricing-employee-count {
    min-width: 0;
    padding: 0 10px;
    text-align: center;
}

.pricing-calculator-controls > small,
.pricing-calculator-result small {
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    line-height: 1.45;
}

.pricing-employee-count {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    padding: 0 16px;
    background: rgba(10, 8, 10, .72);
    color: #fff;
    font: 800 18px/1 "Sora", sans-serif;
    outline: none;
}

.pricing-employee-count:focus {
    border-color: rgba(251, 44, 54, .62);
    box-shadow: 0 0 0 3px rgba(251, 44, 54, .18);
}

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

.pricing-module-options label {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .76);
    font: 700 12px/1.3 "DM Sans", sans-serif;
}

.pricing-module-options input {
    accent-color: var(--red-2);
}

.pricing-calculator-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.pricing-calculator-result span {
    color: rgba(255, 255, 255, .68);
    font: 800 11px/1.2 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-calculator-result strong {
    color: #fff;
    font: 900 clamp(27px, 2.4vw, 36px)/1 "Sora", sans-serif;
    letter-spacing: 0;
}

.pricing-calculator-confidence {
    display: grid;
    align-content: center;
    gap: 9px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.pricing-calculator-confidence > strong {
    margin-bottom: 2px;
    color: #fff;
    font: 800 13px/1.35 "Sora", sans-serif;
}

.pricing-calculator-confidence > span {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 7px;
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    line-height: 1.4;
}

.pricing-calculator-confidence i {
    margin-top: 2px;
    color: var(--red-2);
    font-size: 11px;
}

.pricing-calculator-result .pricing-calculator-modules {
    margin: 0 0 6px;
    min-height: 44px;
    color: rgba(255, 255, 255, .7);
}

.pricing-calculator + .pricing-grid {
    margin-top: 34px;
}

@media (max-width: 1040px) {
    .pricing-calculator {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 20px;
    }

    .pricing-calculator-result,
    .pricing-calculator-confidence {
        margin-top: 18px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .pricing-calculator-result {
        grid-column: 1 / -1;
        border-left: 0;
    }
}

@media (max-width: 640px) {
    .pricing-calculator {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .pricing-calculator-copy,
    .pricing-calculator-controls,
    .pricing-calculator-result,
    .pricing-calculator-confidence {
        padding: 0;
        border-left: 0;
    }

    .pricing-calculator-controls,
    .pricing-calculator-result,
    .pricing-calculator-confidence {
        margin-top: 18px;
        padding-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .pricing-module-options {
        grid-template-columns: 1fr;
    }

    .pricing-calculator-result strong {
        font-size: 30px;
    }

    .pricing-calculator-result {
        grid-column: auto;
    }
}

/* Pricing page final mobile containment. */
@media (max-width: 640px) {
    body.page-id-67,
    body.page-id-67 .site,
    body.page-id-67 main {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    body.page-id-67 .site-header .inner,
    body.page-id-67 .features-page-hero-compact .container,
    body.page-id-67 .features-hero-layout,
    body.page-id-67 .features-hero-copy,
    body.page-id-67 .features-hero-panel,
    body.page-id-67 .pricing-dedicated > .container,
    body.page-id-67 .pricing-dedicated .pricing-grid,
    body.page-id-67 .pricing-feature-comparison {
        width: min(342px, calc(100vw - 48px)) !important;
        max-width: min(342px, calc(100vw - 48px)) !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.page-id-67 .features-hero-layout,
    body.page-id-67 .pricing-dedicated .pricing-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    body.page-id-67 .features-page-hero-compact {
        padding-top: 86px !important;
        padding-bottom: 42px !important;
    }

    body.page-id-67 .features-hero-panel,
    body.page-id-67 .pricing-dedicated .price-card,
    body.page-id-67 .pricing-feature-intro,
    body.page-id-67 .pricing-feature-panel,
    body.page-id-67 .pricing-decision-band {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    body.page-id-67 .features-hero-panel {
        justify-self: center !important;
        padding: 16px !important;
    }

    body.page-id-67 .features-hero-panel::after {
        right: -44px !important;
        bottom: -44px !important;
        width: 150px !important;
        height: 150px !important;
    }

    body.page-id-67 .site-header .btn {
        display: none !important;
    }

    body.page-id-67 .header-phone {
        flex: 0 1 auto !important;
        max-width: 132px !important;
        min-width: 0 !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        font-size: 10px !important;
    }

    body.page-id-67 .pricing-dedicated .price-card {
        padding: 18px !important;
    }

    body.page-id-67 .pricing-dedicated .price {
        max-width: 100% !important;
        flex-wrap: wrap !important;
    }

    body.page-id-67 .pricing-dedicated .price .per {
        max-width: 112px !important;
        white-space: normal !important;
    }

    body.page-id-67 .pricing-dedicated .billing,
    body.page-id-67 .pricing-dedicated .plan-copy,
    body.page-id-67 .pricing-dedicated .feature-list .row,
    body.page-id-67 .pricing-feature-title small,
    body.page-id-67 .pricing-feature-body span,
    body.page-id-67 .pricing-decision-band span {
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    body.page-id-67 .plan-estimator {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        padding: 12px !important;
    }

    body.page-id-67 .plan-estimator-input {
        grid-template-columns: 44px minmax(0, 1fr) 44px auto !important;
    }

    body.page-id-67 .plan-estimator-result {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    body.page-id-67 .plan-estimator-result strong {
        white-space: normal !important;
        font-size: 20px !important;
    }

body.page-id-67 .pricing-dedicated .price-card .btn,
    body.page-id-67 .pricing-decision-band .btn {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

@media (min-width: 981px) {
    .pricing-dedicated .price-card {
        min-height: 680px;
    }

    .pricing-dedicated .plan-copy {
        min-height: 108px;
        margin-top: 14px;
    }
}

.price-card .amount[data-monthly="POA"] {
    letter-spacing: 0;
}

.pricing-dedicated {
    padding: 78px 0 64px;
}

.pricing-dedicated > .container {
    max-width: 1130px;
}

.pricing-dedicated h2 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(32px, 3.25vw, 48px);
    line-height: 1.06;
}

.pricing-summary-strip {
    width: min(100%, 850px);
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
}

.pricing-summary-item {
    min-height: 86px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 7px;
    padding: 16px 18px;
    background: rgba(8, 6, 8, .62);
}

.pricing-summary-item strong {
    color: #fff;
    font: 900 26px/1 "Sora", sans-serif;
    letter-spacing: -.04em;
}

.pricing-summary-item span {
    color: rgba(255, 255, 255, .58);
    font: 800 11px/1.25 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-dedicated .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.pricing-dedicated .price-card {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
    text-align: left;
    background:
        radial-gradient(circle at 86% 0%, rgba(251, 44, 54, .16), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .065));
}

.pricing-dedicated .price-card.plan-payroll,
.pricing-dedicated .price-card.plan-modules {
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
}

.pricing-dedicated .price-card.plan-payroll {
    border-color: rgba(34, 197, 94, .42);
}

.pricing-dedicated .price-card.plan-modules {
    border-color: rgba(234, 179, 8, .46);
}

.pricing-dedicated .price-card.plan-payroll::before,
.pricing-dedicated .price-card.plan-modules::before {
    background: linear-gradient(90deg, transparent, rgba(251, 44, 54, .72), transparent);
}

.pricing-dedicated .price-card.plan-payroll .plan,
.pricing-dedicated .price-card.plan-modules .plan {
    color: rgba(255, 255, 255, .68);
}

.pricing-dedicated .price-card.plan-payroll .amount {
    color: #79d89c;
}

.pricing-dedicated .price-card.plan-modules .amount {
    color: #facc15;
}

.pricing-dedicated .price-card.plan-payroll::before {
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, .72), transparent);
}

.pricing-dedicated .price-card.plan-modules::before {
    background: linear-gradient(90deg, transparent, rgba(234, 179, 8, .72), transparent);
}

.pricing-dedicated .price-card.plan-modules .price .amount[data-monthly="POA"] {
    color: #fff;
    font-size: clamp(32px, 3vw, 42px);
}

.pricing-dedicated .price .currency,
.pricing-dedicated .price-card.plan-payroll .currency,
.pricing-dedicated .price-card.plan-modules .currency {
    color: rgba(255, 255, 255, .82);
}

.pricing-dedicated .plan {
    min-height: 30px;
    line-height: 1.25;
}

.pricing-dedicated .price {
    min-height: 60px;
    margin-top: 16px;
    align-items: baseline;
    flex-wrap: wrap;
}

.pricing-from-label {
    flex: 0 0 100%;
    margin-bottom: -8px;
    color: rgba(255, 255, 255, .58);
    font: 800 10px/1 "Sora", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pricing-dedicated .price .amount {
    font-size: clamp(34px, 3.2vw, 46px);
    letter-spacing: -.045em;
}

.pricing-dedicated .price .per {
    max-width: 118px;
    line-height: 1.25;
}

.pricing-dedicated .billing {
    min-height: 36px;
    margin-top: 8px;
    line-height: 1.5;
}

.pricing-dedicated .plan-estimator {
    min-height: 124px;
    margin-top: 16px;
}

.pricing-addon-picker {
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
    padding: 8px 0 0;
    border: 0;
}

.pricing-dedicated .price-card.plan-modules .pricing-addon-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-dedicated .price-card.plan-modules .pricing-addon-picker legend {
    grid-column: 1 / -1;
}

.pricing-addon-picker legend {
    padding: 0 0 10px;
    color: rgba(255, 255, 255, .62);
    font: 800 11px/1 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-addon-option {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(0, 0, 0, .13);
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease;
}

.pricing-addon-option:hover,
.pricing-addon-option:has(input:focus-visible) {
    border-color: rgba(251, 44, 54, .52);
    background: rgba(251, 44, 54, .08);
}

.pricing-addon-option:has(input:checked) {
    border-color: rgba(251, 44, 54, .7);
    background: rgba(251, 44, 54, .12);
}

.pricing-addon-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.pricing-addon-control {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    color: transparent;
    background: rgba(255, 255, 255, .06);
}

.pricing-addon-control i {
    font-size: 11px;
}

.pricing-addon-option input:checked + .pricing-addon-control {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}

.pricing-addon-label {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    text-align: left;
}

.pricing-addon-label strong {
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
}

.pricing-addon-label small {
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    line-height: 1.3;
    white-space: normal;
}

.pricing-dedicated .plan-copy {
    min-height: 92px;
    margin-top: 18px;
    padding-bottom: 8px;
    border-bottom: 0;
}

.pricing-card-config {
    display: flex;
    flex-direction: column;
    min-height: 258px;
}

.pricing-key-features {
    padding-top: 16px;
}

.pricing-card-section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .68);
    font: 800 11px/1 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-card-section-label::after {
    display: none;
}

.pricing-dedicated .pricing-key-features .feature-list {
    gap: 8px;
    margin: 12px 0 4px;
}

.pricing-dedicated .pricing-key-features .feature-list .row {
    color: rgba(255, 255, 255, .72);
}

.pricing-rate-list {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(0, 0, 0, .16);
}

.pricing-rate-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
}

.pricing-rate-row strong {
    color: #fff;
    font: 900 13px/1 "Sora", sans-serif;
    white-space: nowrap;
}

.pricing-dedicated .feature-list {
    gap: 9px;
    margin: 18px 0 26px;
    flex: 0 0 auto;
}

.pricing-dedicated .feature-list .row {
    font-size: 13px;
    line-height: 1.48;
    text-align: left;
}

.pricing-card-features {
    margin: auto 0 20px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 12px;
    background: rgba(0, 0, 0, .14);
    overflow: hidden;
}

.pricing-card-features > summary {
    min-height: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 16px;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    color: #fff;
    cursor: pointer;
    list-style: none;
    font: 800 12px/1.3 "Sora", sans-serif;
}

.pricing-card-features > summary::-webkit-details-marker {
    display: none;
}

.pricing-card-features > summary small {
    display: inline-grid;
    place-items: center;
    min-width: 26px;
    height: 24px;
    padding: 0 7px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: rgba(255, 255, 255, .68);
    background: rgba(255, 255, 255, .055);
    font: 800 10px/1 "Sora", sans-serif;
}

.pricing-card-features > summary i {
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    transition: transform .2s ease, color .2s ease;
}

.pricing-card-features[open] > summary {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.pricing-card-features[open] > summary i {
    transform: rotate(180deg);
    color: #fff;
}

.pricing-card-feature-groups {
    display: grid;
    gap: 10px;
    padding: 12px;
}

.pricing-card-feature-group {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
}

.pricing-card-feature-group > summary,
.pricing-card-feature-heading {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 9px 11px;
    color: #fff;
    text-align: left;
    list-style: none;
    font: 800 11px/1.35 "Sora", sans-serif;
}

.pricing-card-feature-group > summary {
    cursor: pointer;
}

.pricing-card-feature-group > summary::-webkit-details-marker {
    display: none;
}

.pricing-card-feature-group > summary > i {
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    transition: transform .2s ease;
}

.pricing-card-feature-group[open] > summary {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.pricing-card-feature-group[open] > summary > i {
    transform: rotate(180deg);
}

.pricing-card-feature-icon {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: var(--red);
    background: rgba(251, 44, 54, .12);
}

.pricing-card-feature-heading {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 0;
    padding-bottom: 4px;
}

.pricing-card-feature-heading > span:last-child {
    display: grid;
    gap: 3px;
}

.pricing-card-feature-heading strong {
    color: #fff;
    font: 800 11px/1.35 "Sora", sans-serif;
}

.pricing-card-feature-heading small {
    color: rgba(255, 255, 255, .5);
    font-size: 9px;
    line-height: 1.4;
}

.pricing-dedicated .pricing-card-feature-group .feature-list {
    gap: 7px;
    margin: 0;
    padding: 10px 11px 12px;
}

.pricing-dedicated .pricing-card-feature-group.is-open .feature-list {
    padding-top: 8px;
}

.pricing-dedicated .pricing-card-feature-group .feature-list .row {
    font-size: 11px;
    line-height: 1.4;
}

.pricing-plan-features {
    display: grid;
    gap: 8px;
    margin: 18px 0 20px;
}

.pricing-plan-feature {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 11px;
    background: rgba(0, 0, 0, .14);
}

.pricing-plan-feature > summary {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 9px 12px;
    color: #fff;
    cursor: pointer;
    list-style: none;
    text-align: left;
}

.pricing-plan-feature > summary::-webkit-details-marker {
    display: none;
}

.pricing-plan-feature > summary > i {
    color: rgba(255, 255, 255, .5);
    font-size: 10px;
    transition: transform .2s ease;
}

.pricing-plan-feature[open] > summary {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.pricing-plan-feature[open] > summary > i {
    transform: rotate(180deg);
}

.pricing-plan-feature-title {
    display: grid;
    gap: 2px;
}

.pricing-plan-feature-title strong {
    color: #fff;
    font: 800 11px/1.35 "Sora", sans-serif;
}

.pricing-plan-feature-title small {
    color: rgba(255, 255, 255, .45);
    font: 700 9px/1.2 "DM Sans", sans-serif;
}

.pricing-dedicated .pricing-plan-feature .feature-list {
    gap: 7px;
    margin: 0;
    padding: 12px;
}

.pricing-dedicated .pricing-plan-feature .feature-list .row {
    font-size: 11px;
    line-height: 1.4;
}

.pricing-dedicated .price-card .btn {
    margin-top: auto;
    border-color: rgba(251, 44, 54, .72);
    background: linear-gradient(135deg, var(--red), var(--red-2));
    color: #fff;
    box-shadow: 0 14px 32px rgba(251, 44, 54, .22);
}

.pricing-dedicated .price-card .cta-note {
    min-height: 16px;
}

@media (min-width: 641px) {
    body.page-id-67 .pricing-dedicated .pricing-grid {
        align-items: stretch;
        grid-auto-rows: 1fr;
    }

    body.page-id-67 .pricing-dedicated .price-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    body.page-id-67 .pricing-dedicated .plan,
    body.page-id-67 .pricing-dedicated .billing,
    body.page-id-67 .pricing-dedicated .plan-copy,
    body.page-id-67 .pricing-dedicated .feature-list .row {
        line-height: 1.48;
    }

    body.page-id-67 .pricing-dedicated .price-card .btn {
        margin-top: auto;
    }

}

@media (max-width: 640px) {
    .pricing-card-config {
        min-height: 0;
    }

    .pricing-dedicated .price-card.plan-modules .pricing-addon-picker {
        grid-template-columns: 1fr;
    }

    .pricing-card-features {
        margin-top: 18px;
    }
}

.pricing-feature-comparison {
    width: 100%;
    max-width: 1130px;
    margin: 22px auto 0;
    text-align: left;
}

.pricing-package-summary {
    display: grid;
    grid-template-columns: minmax(260px, 1.15fr) minmax(260px, 1fr) auto;
    align-items: center;
    gap: 22px;
    width: 100%;
    max-width: 1130px;
    margin: 20px auto 0;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(0, 0, 0, .26);
    text-align: left;
}

.pricing-package-copy {
    display: grid;
    gap: 5px;
}

.pricing-package-copy > span {
    color: var(--red);
    font: 800 10px/1 "Sora", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pricing-package-copy strong {
    color: #fff;
    font: 800 17px/1.3 "Sora", sans-serif;
}

.pricing-package-copy small {
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.5;
}

.pricing-package-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.pricing-package-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 9px;
    border: 1px solid rgba(251, 44, 54, .28);
    border-radius: 7px;
    background: rgba(251, 44, 54, .08);
    color: rgba(255, 255, 255, .78);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
}

.pricing-package-summary .btn {
    min-width: 168px;
    white-space: nowrap;
}

.pricing-feature-intro {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(270px, .72fr);
    gap: 24px;
    align-items: end;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background:
        radial-gradient(circle at 92% 0%, rgba(251, 44, 54, .14), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045));
    box-shadow: 0 20px 48px rgba(0, 0, 0, .24);
}

.pricing-feature-kicker {
    color: var(--red-2);
    font: 900 11px/1 "Sora", sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pricing-feature-intro h3 {
    margin: 9px 0 0;
    color: #fff;
    max-width: 680px;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.pricing-feature-intro p {
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 14px;
    line-height: 1.6;
}

.pricing-feature-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.pricing-feature-panel {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    overflow: hidden;
    background:
        radial-gradient(circle at 95% 0%, rgba(251, 44, 54, .08), transparent 28%),
        rgba(255, 255, 255, .058);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
}

.pricing-feature-panel[open] {
    border-color: rgba(251, 44, 54, .28);
    background:
        radial-gradient(circle at 95% 0%, rgba(251, 44, 54, .12), transparent 30%),
        rgba(255, 255, 255, .075);
}

.pricing-feature-panel summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 16px 18px;
}

.pricing-feature-panel summary::-webkit-details-marker {
    display: none;
}

.pricing-feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    box-shadow: 0 12px 24px rgba(251, 44, 54, .2);
}

.pricing-feature-title {
    min-width: 0;
}

.pricing-feature-title b {
    display: block;
    color: #fff;
    font: 900 17px/1.22 "Sora", sans-serif;
    letter-spacing: -.015em;
}

.pricing-feature-title small {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.35;
}

.pricing-feature-tag {
    justify-self: end;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    padding: 7px 10px;
    color: rgba(255, 255, 255, .68);
    background: rgba(255, 255, 255, .055);
    font: 900 10px/1 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-feature-chevron {
    color: rgba(255, 255, 255, .48);
    transition: transform .22s ease, color .22s ease;
}

.pricing-feature-panel[open] .pricing-feature-chevron {
    transform: rotate(180deg);
    color: #fff;
}

.pricing-feature-body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px 18px;
    padding: 0 18px 18px 74px;
}

.pricing-feature-body span {
    min-width: 0;
    display: flex;
    gap: 8px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.38;
}

.pricing-feature-body i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--red-2);
    font-size: 11px;
}

.pricing-decision-band {
    margin-top: 14px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(251, 44, 54, .22);
    border-radius: 18px;
    background:
        radial-gradient(circle at 92% 50%, rgba(251, 44, 54, .22), transparent 32%),
        linear-gradient(135deg, rgba(60, 7, 9, .95), rgba(15, 9, 10, .94));
    box-shadow: 0 20px 52px rgba(0, 0, 0, .24);
}

.pricing-decision-band div {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.pricing-decision-band strong {
    color: #fff;
    font: 900 20px/1.2 "Sora", sans-serif;
    letter-spacing: -.015em;
}

.pricing-decision-band span {
    color: rgba(255, 255, 255, .64);
    font-size: 13.5px;
    line-height: 1.5;
}

.pricing-decision-band .btn {
    flex: 0 0 auto;
}

@media (max-width: 980px) {
    .pricing-summary-strip,
    .pricing-dedicated .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-feature-intro {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .pricing-package-summary {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .pricing-package-summary .btn {
        width: 100%;
    }

    .pricing-feature-body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 18px;
    }

    .pricing-dedicated h2 {
        font-size: 38px;
    }

    .pricing-dedicated .plan,
    .pricing-dedicated .billing,
    .pricing-dedicated .plan-copy {
        min-height: 0;
    }

    .pricing-decision-band {
        align-items: stretch;
        flex-direction: column;
    }

    .pricing-decision-band .btn {
        width: 100%;
    }
}

.itcs-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 34px auto 0;
    max-width: 920px;
}

.itcs-service-grid div {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    padding: 18px 14px;
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .72);
    display: grid;
    gap: 10px;
    justify-items: center;
    font-size: 13px;
}

.itcs-service-grid i {
    color: var(--red-2);
    font-size: 20px;
}

.final-contact {
    margin-top: 16px;
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
}

.final-contact a {
    color: #fff;
    font-weight: 800;
}

.demo-form {
    width: min(100%, 760px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.final-cf7-wrap {
    width: min(100%, 820px);
    margin: 32px auto 0;
}

.final-cf7-wrap .wpcf7 {
    width: 100%;
}

.final-cf7-wrap .demo-form {
    width: 100%;
    display: block;
    margin: 0;
}

.final-cf7-wrap .demo-form>p {
    margin: 0;
}

.cf7-demo-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    padding: 10px;
    background: rgba(255, 255, 255, .05);
    box-shadow: 0 20px 52px rgba(0, 0, 0, .18);
}

.cf7-demo-form label {
    display: grid;
    gap: 8px;
    text-align: left;
    color: rgba(255, 255, 255, .62);
    font: 700 12px/1.2 "Sora", sans-serif;
}

.cf7-demo-form label:first-child,
.cf7-submit-row {
    grid-column: span 2;
}

.cf7-demo-form .wpcf7-form-control-wrap {
    display: block;
}

.cf7-demo-form input[type="text"],
.cf7-demo-form input[type="email"],
.cf7-demo-form input[type="tel"] {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: rgba(5, 4, 5, .64);
    color: #fff;
    outline: none;
    padding: 0 14px;
    font-size: 14px;
}

.cf7-demo-form input::placeholder {
    color: rgba(255, 255, 255, .3);
}

.cf7-demo-form .wpcf7-submit {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: var(--red);
    color: #fff;
    font: 800 14px/1 "Sora", sans-serif;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(204, 31, 31, .35);
}

.cf7-demo-form .wpcf7-submit:hover {
    background: #c72020;
}

.final-cf7-wrap .wpcf7-spinner {
    position: absolute;
}

.final-cf7-wrap .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #ff858b;
    font-size: 12px;
}

.final-cf7-wrap .wpcf7-response-output {
    margin: 14px 0 0 !important;
    border-radius: 10px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

.demo-form input[name="company_name"],
.demo-form button {
    grid-column: span 2;
}

.demo-form button[disabled] {
    opacity: .72;
    cursor: wait;
}

@media (max-width: 980px) {
    .benefits-grid,
    .itcs-service-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1100px) {
    .site-header .inner {
        position: relative;
        gap: 12px;
    }

    .site-header nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 10px);
        padding: 14px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 14px;
        background: rgba(8, 6, 7, .98);
        box-shadow: 0 24px 54px rgba(0, 0, 0, .44);
    }

    .site-header nav.open {
        display: block;
    }

    .site-header nav ul {
        display: grid;
        gap: 6px;
    }

    .site-header nav a {
        display: flex;
        min-height: 44px;
        align-items: center;
        padding: 10px 12px;
        border-radius: 10px;
        color: rgba(255, 255, 255, .76);
    }

    .site-header nav a:hover {
        background: rgba(255, 255, 255, .06);
    }

    .header-actions {
        margin-left: auto;
    }
}

@media (max-width: 640px) {
    .benefits-grid,
    .itcs-service-grid {
        grid-template-columns: 1fr;
    }

    .mobile-proof {
        align-items: flex-start;
        text-align: left;
    }

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

    .demo-form input[name="company_name"],
    .demo-form button {
        grid-column: auto;
    }

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

    .cf7-demo-form label:first-child,
    .cf7-submit-row {
        grid-column: auto;
    }

    .site-header .btn {
        padding: 12px 14px;
        font-size: 12px;
    }

    .header-actions .btn {
        display: none;
    }

    .header-phone {
        height: 38px;
        padding: 0 10px;
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    .header-phone {
        padding: 0 8px;
        font-size: 11px;
    }
}

/* Features page */
.features-page-hero {
    padding: 150px 0 80px;
    background:
        radial-gradient(circle at 50% 0%, rgba(204, 31, 31, .36), transparent 34%),
        linear-gradient(160deg, #13090a 0%, #090607 58%, #13090a 100%);
    color: #fff;
}

.features-page-hero .container {
    max-width: 980px;
}

.features-page-hero h1 {
    margin-top: 18px;
    font-size: clamp(44px, 7vw, 82px);
    line-height: .98;
    letter-spacing: 0;
}

.features-page-hero p {
    max-width: 700px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .62);
    font-size: 18px;
    line-height: 1.7;
}

.features-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.features-hero-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 34px;
    max-width: 920px;
}

.features-hero-points span,
.feature-nav-strip a {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .72);
    padding: 13px 14px;
    font: 700 12px/1.25 "Sora", sans-serif;
}

.feature-nav-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.feature-nav-strip a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
}

.feature-nav-strip a:hover {
    border-color: rgba(251, 44, 54, .48);
    color: #fff;
    background: rgba(251, 44, 54, .12);
}

.features-page-section {
    background: var(--cream);
    color: var(--ink);
    padding: 86px 0;
}

.features-page-section.dark {
    background: #0f0c0d;
    color: #fff;
}

.features-page-intro {
    max-width: 760px;
    margin-bottom: 34px;
}

.features-page-intro h2 {
    font-size: clamp(34px, 3.5vw, 42px);
    line-height: 1.13;
    letter-spacing: 0;
}

.features-page-intro p {
    margin-top: 14px;
    color: rgba(35, 31, 32, .68);
    line-height: 1.7;
}

.features-page-section.dark .features-page-intro p {
    color: rgba(255, 255, 255, .56);
}

.feature-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.feature-category-card {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .72);
    padding: 28px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .06);
}

.feature-category-card.feature-lead {
    grid-column: span 2;
}

.features-page-section.dark .feature-category-card {
    border-color: rgba(255, 255, 255, .12);
    background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
    box-shadow: none;
}

.feature-category-card .feature-icon {
    margin-bottom: 18px !important;
}

.feature-kicker {
    display: inline-flex;
    margin: 0 0 6px;
    color: var(--red);
    font: 800 10px/1 "Sora", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.feature-category-card h3 {
    font-size: 21px;
    margin-bottom: 12px;
}

.feature-category-card p {
    color: rgba(35, 31, 32, .62);
    line-height: 1.65;
    margin-bottom: 18px;
}

.features-page-section.dark .feature-category-card p {
    color: rgba(255, 255, 255, .5);
}

.features-page-hero-polished {
    min-height: 640px;
    display: flex;
    align-items: center;
}

.features-dark-showcase,
.features-deep-dark,
.features-final-band {
    background:
        radial-gradient(circle at 85% 4%, rgba(204, 31, 31, .18), transparent 30%),
        linear-gradient(160deg, #10090a 0%, #080607 58%, #14090b 100%);
    color: #fff;
}

.features-deep-dark {
    background:
        radial-gradient(circle at 12% 10%, rgba(204, 31, 31, .16), transparent 28%),
        linear-gradient(160deg, #090607 0%, #0f0c0d 54%, #080607 100%);
}

.features-final-band {
    padding-top: 72px;
    padding-bottom: 84px;
}

.features-page-hero-compact {
    min-height: auto;
    padding: 104px 0 64px;
    text-align: left;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
        radial-gradient(circle at 92% 0%, rgba(204, 31, 31, .18), transparent 28%),
        linear-gradient(160deg, #12090a 0%, #080607 58%, #15090a 100%);
    background-size: 64px 64px, 64px 64px, auto, auto;
    overflow: hidden;
    position: relative;
}

.features-page-hero-compact .container {
    max-width: 1180px;
}

.features-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .78fr);
    gap: 48px;
    align-items: center;
}

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

.features-page-hero-compact h1 {
    max-width: 760px;
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1.09;
    letter-spacing: 0;
}

.features-page-hero-compact p {
    max-width: 680px;
    font-size: 16px;
    line-height: 1.62;
}

.features-hero-panel {
    min-height: 0;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .025)),
        radial-gradient(circle at 82% 18%, rgba(251, 44, 54, .2), transparent 34%);
    box-shadow: 0 32px 84px rgba(0, 0, 0, .44);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
}

.features-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
}

.features-hero-panel::after {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -56px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(251, 44, 54, .24);
    border-radius: 50%;
}

.features-panel-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.features-panel-top span {
    color: var(--red-2);
    font: 800 11px/1 "Sora", sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.features-panel-top strong {
    color: #fff;
    font: 800 28px/1.02 "Sora", sans-serif;
    letter-spacing: -.04em;
}

.features-panel-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.features-panel-flow span {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 12px;
    background: rgba(251, 44, 54, .1);
    border: 1px solid rgba(251, 44, 54, .2);
    color: rgba(255, 255, 255, .82);
    font: 800 12px/1.2 "Sora", sans-serif;
}

.features-panel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 20px;
}

.features-panel-grid div {
    min-height: 92px;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 14px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .1);
}

.features-panel-grid i {
    color: var(--red-2);
    font-size: 18px;
}

.features-panel-grid span {
    color: rgba(255, 255, 255, .66);
    font: 700 11px/1.25 "Sora", sans-serif;
}

.features-panel-note {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    line-height: 1.5;
}

.features-full-section {
    padding: 78px 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .02) 1px, transparent 1px),
        radial-gradient(circle at 86% 0%, rgba(204, 31, 31, .16), transparent 28%),
        linear-gradient(160deg, #0f090a 0%, #080607 58%, #12090a 100%);
    background-size: 72px 72px, 72px 72px, auto, auto;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.features-alt-section {
    background:
        radial-gradient(circle at 10% 12%, rgba(204, 31, 31, .13), transparent 28%),
        linear-gradient(160deg, #080607 0%, #0f0c0d 58%, #080607 100%);
}

.features-full-section .features-page-intro p {
    color: rgba(255, 255, 255, .58);
}

.feature-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.two-col-panels {
    margin-top: 18px;
}

.feature-list-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .028)),
        linear-gradient(180deg, rgba(251, 44, 54, .07), transparent 42%);
    padding: 26px;
    box-shadow: 0 22px 58px rgba(0, 0, 0, .28);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.feature-list-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .26), transparent);
}

.feature-list-panel::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    width: 48px;
    height: 2px;
    border-radius: 999px;
    background: rgba(251, 44, 54, .58);
}

.feature-list-panel:hover {
    border-color: rgba(251, 44, 54, .28);
    transform: translateY(-2px);
}

.feature-list-panel-wide {
    margin-bottom: 18px;
}

/* Plain image, no background, no frame, no effects. */
.feature-image-panel {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-image-panel img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    width: auto;
}

.feature-list-panel-large.full-width {
    grid-column: 1 / -1;
}

.feature-panel-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.feature-panel-head .feature-icon {
    margin: 0 !important;
    flex: 0 0 auto;
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    background:
        linear-gradient(145deg, rgba(251, 44, 54, .98), rgba(150, 22, 26, .95)) !important;
    box-shadow: 0 14px 34px rgba(225, 40, 40, .28) !important;
}

.feature-panel-head h3 {
    font-size: 22px;
    line-height: 1.18;
}

/* Column flow (not a row grid): each column stacks items with identical spacing,
   so a two-line item never opens uneven gaps across the whole row. */
.feature-check-grid {
    columns: 1;
    column-gap: 24px;
}

.feature-check-grid.two-col-list {
    columns: 2;
}

.feature-check-grid.three-col {
    columns: 4;
}

.feature-check-grid li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    break-inside: avoid;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .73);
    font-size: 14px;
    line-height: 1.55;
}

.feature-check-grid li:last-child {
    margin-bottom: 0;
}

.feature-check-grid li::before {
    content: "✓";
    color: var(--red-2);
    font-weight: 900;
    flex: 0 0 auto;
}

.features-dark-showcase .features-page-intro p,
.features-deep-dark .features-page-intro p,
.features-final-band .features-page-intro p {
    color: rgba(255, 255, 255, .58);
}

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

.feature-showcase-grid.compact {
    grid-template-columns: repeat(3, 1fr);
}

.feature-showcase-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
    color: #fff;
    padding: 26px;
    box-shadow: 0 18px 52px rgba(0, 0, 0, .22);
}

.feature-showcase-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .24), transparent);
}

.feature-showcase-card.is-primary {
    grid-column: span 2;
    border-color: rgba(251, 44, 54, .22);
    background:
        radial-gradient(circle at 92% 8%, rgba(251, 44, 54, .16), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
}

.feature-showcase-card h3 {
    font-size: 24px;
    line-height: 1.18;
    margin-bottom: 12px;
}

.feature-showcase-card p {
    color: rgba(255, 255, 255, .56);
    line-height: 1.62;
    font-size: 14px;
    margin: 0;
}

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

.feature-pills span {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .76);
    padding: 7px 10px;
    font: 700 11px/1 "Sora", sans-serif;
}

.feature-details {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 14px;
}

.feature-details summary {
    cursor: pointer;
    color: #fff;
    font: 800 12px/1.2 "Sora", sans-serif;
    list-style: none;
}

.feature-details summary::-webkit-details-marker {
    display: none;
}

.feature-details summary::after {
    content: "+";
    float: right;
    color: var(--red-2);
    font-size: 16px;
    line-height: 1;
}

.feature-details[open] summary::after {
    content: "-";
}

.feature-details ul {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.feature-showcase-card.is-primary .feature-details ul {
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
}

.feature-details li {
    display: flex;
    gap: 9px;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.42;
}

.feature-details li::before {
    content: "✓";
    color: var(--red-2);
    font-weight: 900;
    flex: 0 0 auto;
}

.feature-category-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-category-card ul.two-col {
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
}

.feature-category-card li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 1.45;
}

.feature-category-card li::before {
    content: "✓";
    color: var(--red-2);
    font-weight: 900;
}

.feature-cta-band {
    margin-top: 42px;
    border-radius: 22px;
    padding: 32px;
    background: #161112;
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.feature-cta-band.red {
    background:
        radial-gradient(circle at 88% 0%, rgba(251, 44, 54, .22), transparent 32%),
        linear-gradient(135deg, #1a0b0d, #0b0708);
    border: 1px solid rgba(251, 44, 54, .22);
}

.feature-module-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.feature-module-strip div {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 18px;
    background: rgba(255, 255, 255, .045);
}

.feature-module-strip b {
    display: block;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    margin-bottom: 6px;
}

.feature-module-strip span {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 1.45;
}

.feature-cta-band h3 {
    font-size: 26px;
    margin-bottom: 8px;
}

.feature-cta-band p {
    color: rgba(255, 255, 255, .58);
    line-height: 1.6;
}

@media (max-width: 980px) {
    .features-hero-points,
    .feature-module-strip {
        grid-template-columns: 1fr 1fr;
    }

    .features-hero-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .features-hero-panel {
        min-height: auto;
        max-width: 560px;
    }

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

    .feature-category-card.feature-lead {
        grid-column: auto;
    }

    .feature-showcase-grid,
    .feature-showcase-grid.compact {
        grid-template-columns: 1fr 1fr;
    }

    .feature-showcase-card.is-primary {
        grid-column: auto;
    }

    .feature-check-grid.three-col {
        columns: 2;
    }

    .feature-cta-band {
        display: grid;
    }
}

@media (max-width: 640px) {
    .features-page-hero {
        padding-top: 116px;
        padding-bottom: 58px;
    }

    .features-page-hero h1 {
        font-size: 42px;
    }

    .features-page-hero-compact {
        padding-top: 92px;
        padding-bottom: 48px;
    }

    .features-page-hero-compact h1 {
        font-size: 46px;
        line-height: 1.09;
    }

    .features-page-hero-compact p {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.58;
    }

    .features-page-hero-compact .features-page-actions {
        margin-top: 24px;
    }

    .features-hero-panel {
        padding: 18px;
        border-radius: 18px;
    }

    .features-panel-top strong {
        font-size: 24px;
    }

    .features-panel-flow,
    .features-panel-grid {
        grid-template-columns: 1fr 1fr;
    }

    .features-panel-grid div {
        min-height: 82px;
    }

    .features-page-intro h2 {
        font-size: 36px;
    }

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

    .features-hero-points,
    .feature-module-strip,
    .feature-category-card ul.two-col,
    .feature-showcase-grid,
    .feature-showcase-grid.compact,
    .feature-showcase-card.is-primary .feature-details ul,
    .feature-list-grid,
    .feature-check-grid.two-col-list,
    .feature-check-grid.three-col {
        columns: 1;
    }

    .feature-list-panel-large.full-width {
        grid-column: auto;
    }
}

/* Bottom demo form redesign */
.final {
    padding: 72px 0 !important;
    background:
        radial-gradient(circle at 18% 18%, rgba(204, 31, 31, .22), transparent 30%),
        linear-gradient(135deg, #10090a 0%, #080607 62%, #16090b 100%) !important;
}

.final-panel {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .78fr);
    gap: 42px;
    align-items: center;
}

.final-copy {
    max-width: 620px;
    text-align: left;
}

.final-copy .eyebrow {
    justify-content: flex-start;
    color: var(--red-2);
}

.final-copy h2 {
    margin-top: 16px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: 0;
}

.final-copy h1 {
    margin-top: 16px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: 0;
}

.final-copy p {
    max-width: 560px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .62);
    font-size: 17px;
    line-height: 1.65;
}

.final-trust-list {
    display: grid;
    gap: 12px;
    margin-top: 26px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
}

.final-trust-list div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.final-trust-list span {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(34, 197, 94, .16);
    color: #79d89c;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    font-size: 10px;
}

.final-copy .final-contact {
    margin-top: 28px;
    color: rgba(255, 255, 255, .62);
}

.final-form-card {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: #fbf8f5;
    color: #17151a;
    padding: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

.form-card-header {
    margin-bottom: 20px;
    text-align: left;
}

.form-kicker {
    display: inline-flex;
    color: var(--red);
    font: 800 11px/1 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.form-card-header h3 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 0;
}

.form-card-header p {
    margin-top: 8px;
    color: #6f6872;
    font-size: 14px;
    line-height: 1.55;
}

.final-form-card .final-note {
    margin-top: 16px;
    color: #7b747c;
    text-align: left;
}

.final-form-card .wpcf7,
.final-form-card .demo-form {
    width: 100%;
    margin: 0;
}

.final-form-card .demo-form {
    display: block;
}

.final-form-card .demo-form>p {
    margin: 0;
}

.final-form-card .cf7-demo-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.final-form-card .cf7-demo-form label,
.final-form-card .cf7-demo-form label:first-child,
.final-form-card .cf7-submit-row {
    grid-column: auto;
}

.final-form-card .cf7-demo-form label {
    display: grid;
    gap: 7px;
    margin: 0 0 16px;
    align-content: start;
    color: #302b33;
    font: 800 12px/1.2 "Sora", sans-serif;
}

.final-form-card .cf7-demo-form .wpcf7-form-control-wrap {
    display: block;
}

.final-form-card .cf7-submit-row {
    margin-top: 2px;
}

.final-form-card .cf7-demo-form input[type="text"],
.final-form-card .cf7-demo-form input[type="email"],
.final-form-card .cf7-demo-form input[type="tel"] {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd6d0;
    border-radius: 10px;
    background: #fff;
    color: #17151a;
    outline: none;
    padding: 0 14px;
    font-size: 15px;
}

.final-form-card .cf7-demo-form input::placeholder {
    color: #9d949c;
}

.cf7-demo-form input:focus-visible,
.final-form-card .cf7-demo-form input:focus-visible,
.email-form input:focus-visible {
    outline: 3px solid rgba(251, 44, 54, .34);
    outline-offset: 2px;
    border-color: rgba(251, 44, 54, .72);
}

.final-form-card .cf7-demo-form .wpcf7-submit {
    width: 100%;
    min-height: 52px;
    border-radius: 10px;
    background: var(--red);
    color: #fff;
}

.final-form-card .cf7-demo-form .wpcf7-submit:hover {
    background: #c72020;
}

.final-form-card .wpcf7-spinner {
    position: absolute;
}

.final-form-card .wpcf7-response-output {
    margin: 14px 0 0 !important;
    border-radius: 10px;
    color: #17151a;
    font-size: 13px;
}

.final-form-card .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #b91c1c;
    font-size: 12px;
}

@media (max-width: 980px) {
    .final-panel {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .final-copy {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .final {
        padding: 58px 0 !important;
    }

    .final-copy h1,
    .final-copy h2 {
        font-size: 36px;
    }

    .final-form-card {
        padding: 22px;
        border-radius: 18px;
    }
}

/* PDF feedback pass: readability, repeated panels and compact footer */
.site-header nav a {
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    font-weight: 700;
}

.site-header nav a:hover,
.site-header nav a:focus {
    color: #fff;
}

.hero .lead,
.center .body-dark,
.glass-dark p {
    color: rgba(255, 255, 255, .68);
}

.visibility {
    background:
        radial-gradient(circle at 88% 12%, rgba(251, 44, 54, .14), transparent 28%),
        linear-gradient(180deg, #fbf6ef 0%, #f5eee6 100%) !important;
    color: var(--ink);
    padding-top: 82px;
}

.visibility h2 {
    color: var(--ink);
    letter-spacing: 0;
}

.visibility-copy p {
    color: #4b454f !important;
    font-size: 16px !important;
}

.visibility .eyebrow {
    color: var(--red);
}

.visibility .eyebrow::before {
    background: var(--red);
}

.visibility .bullet {
    background: rgba(255, 255, 255, .78);
    border-color: rgba(23, 21, 26, .09);
    color: #3a3440;
    box-shadow: 0 10px 28px rgba(23, 21, 26, .06);
}

.visibility .tick {
    background: #16a34a;
    color: #fff;
}

.visibility-img-wrap {
    margin-bottom: -84px;
}

.testimonials {
    padding: 72px 0 78px;
}

.testimonial-viewport {
    margin-top: 32px;
}

.features-page-hero-compact {
    background:
        radial-gradient(circle at 92% 0%, rgba(204, 31, 31, .18), transparent 28%),
        linear-gradient(160deg, #12090a 0%, #080607 58%, #15090a 100%) !important;
    background-size: auto !important;
}

.features-full-section .features-page-intro,
.features-final-band .features-page-intro {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(280px, .72fr);
    gap: 16px 44px;
    align-items: center;
}

.features-full-section .features-page-intro .eyebrow,
.features-final-band .features-page-intro .eyebrow {
    grid-column: 1 / -1;
}

.features-full-section .features-page-intro .feature-image-panel {
    grid-column: 2;
    grid-row: 2 / span 2;
    justify-self: start;
    align-self: center;
    width: min(360px, 100%);
}

.features-full-section .features-page-intro h2,
.features-full-section .features-page-intro p,
.features-final-band .features-page-intro h2,
.features-final-band .features-page-intro p {
    grid-column: 1;
    margin-top: 0;
}

.features-full-section:not(.features-alt-section),
.features-final-band {
    background:
        linear-gradient(180deg, #fbf6ef 0%, #f5eee6 100%) !important;
    color: var(--ink);
}

.features-full-section:not(.features-alt-section) .features-page-intro h2,
.features-final-band .features-page-intro h2 {
    color: var(--ink);
    letter-spacing: 0;
    max-width: 620px;
}

.features-full-section:not(.features-alt-section) .features-page-intro p,
.features-final-band .features-page-intro p {
    color: #4f4852;
}

.features-full-section:not(.features-alt-section) .feature-list-panel,
.features-final-band .feature-showcase-card,
.features-final-band .feature-cta-band {
    border-color: rgba(23, 21, 26, .1);
    background: rgba(255, 255, 255, .78);
    color: var(--ink);
    box-shadow: 0 18px 42px rgba(23, 21, 26, .08);
}

.features-full-section:not(.features-alt-section) .feature-list-panel::before,
.features-final-band .feature-showcase-card::before {
    background: linear-gradient(90deg, transparent, rgba(23, 21, 26, .12), transparent);
}

.features-full-section:not(.features-alt-section) .feature-panel-head h3,
.features-full-section:not(.features-alt-section) .feature-check-grid li,
.features-final-band .feature-showcase-card h3,
.features-final-band .feature-showcase-card p,
.features-final-band .feature-details summary,
.features-final-band .feature-details li {
    color: #302b33;
}

.features-full-section:not(.features-alt-section) .feature-check-grid li,
.features-final-band .feature-details li {
    color: #4f4852;
}

.feature-panel-head {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.feature-panel-head > div:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
}

.feature-panel-head p:empty {
    display: none;
    margin: 0;
}

.feature-panel-head h3 {
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0;
}

.features-final-band .features-page-actions .btn-secondary {
    border-color: rgba(23, 21, 26, .18);
    background: rgba(255, 255, 255, .86);
    color: var(--ink);
}

.features-final-band .features-page-actions .btn-secondary:hover {
    border-color: rgba(225, 40, 40, .35);
    background: #fff;
    color: var(--red);
}

.features-hero-panel {
    min-height: 0;
}

.features-panel-top {
    align-items: flex-start;
}

.features-panel-top strong {
    letter-spacing: 0;
}

.footer-shell {
    padding: 34px 0 20px;
}

.footer-main {
    grid-template-columns: minmax(180px, .58fr) minmax(210px, .64fr) minmax(540px, 1.78fr);
    align-items: start;
}

.footer-brand-panel,
.footer-contact-block,
.footer-services-block {
    border-radius: 14px;
    padding: 20px;
}

.footer-brand-panel {
    min-height: 0;
    justify-content: flex-start;
    gap: 16px;
}

.footer-brand-panel .logo-img {
    height: 34px;
}

.footer-brand-panel p {
    margin-top: 0;
}

.powered-by-itcs {
    margin-top: 0;
    min-height: 30px;
    padding: 0 12px;
    letter-spacing: .04em;
}

.footer-service-icons {
    grid-template-columns: repeat(6, minmax(76px, 1fr));
    gap: 10px;
}

.footer-service-icons a {
    min-height: 78px;
    gap: 7px;
    padding: 10px 8px;
    border-radius: 12px;
}

.footer-service-icons span {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
}

.footer-service-icons img {
    max-width: 21px;
    max-height: 21px;
}

.footer-service-icons i {
    color: var(--red-2);
    font-size: 17px;
    line-height: 1;
}

.footer-service-icons strong {
    font-size: 10px;
    line-height: 1.2;
}

.footer-accreditation-band {
    grid-template-columns: minmax(150px, auto) 1fr;
    padding: 16px 0 18px;
}

.footer-accreditations {
    grid-template-columns: repeat(6, minmax(54px, 1fr));
}

.footer-accreditations span {
    min-height: 58px;
    padding: 8px;
}

.footer-accreditations img {
    max-height: 44px;
}

.footer-accreditations strong {
    color: rgba(255, 255, 255, .82);
    font: 800 11px/1.25 "Sora", sans-serif;
    text-align: center;
}

.footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
}

@media (max-width: 980px) {
    .footer-service-icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .visibility {
        padding-top: 58px;
    }

    .visibility-img-wrap {
        margin-bottom: 0;
    }

    .testimonial {
        flex-basis: 82vw;
        width: 82vw;
    }

    .testimonial-grid {
        --testimonial-gap: 14px;
    }

    .features-full-section .features-page-intro,
    .features-final-band .features-page-intro {
        display: block;
    }

    .features-full-section .features-page-intro p,
    .features-final-band .features-page-intro p {
        margin-top: 14px;
    }

    .feature-image-panel {
        margin-top: 18px;
        padding: 12px;
        width: 100%;
    }

    .feature-image-panel-core img,
    .feature-image-panel-modules img {
        max-height: 260px;
        width: auto;
    }

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

/* Dedicated page feedback pass */
.features-page-hero-compact.thryve-nav-page-hero,
.features-page-hero-compact.features-page-hero-visual {
    padding: clamp(92px, 10vw, 116px) 0 clamp(50px, 6vw, 70px);
}

.features-page-hero-compact .features-hero-layout {
    grid-template-columns: minmax(0, .98fr) minmax(300px, .72fr);
    gap: clamp(28px, 4vw, 48px);
}

.features-page-hero-compact h1 {
    max-width: 720px;
    font-size: clamp(38px, 4.7vw, 56px);
    line-height: 1.07;
    text-wrap: balance;
}

.features-page-hero-compact p {
    max-width: 640px;
    color: rgba(255, 255, 255, .68);
}

.features-hero-panel {
    justify-self: end;
    max-width: 440px;
    padding: 24px;
}

.features-panel-top {
    display: grid;
    grid-template-columns: minmax(72px, max-content) minmax(0, 1fr);
    align-items: start;
}

.features-panel-top strong {
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

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

.features-panel-grid div {
    min-height: 76px;
}

.features-panel-note {
    display: none;
}

.features-full-section .features-page-intro,
.features-final-band .features-page-intro {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(280px, .78fr);
    gap: 10px 42px;
    align-items: end;
    margin-bottom: 30px;
}

.features-full-section .features-page-intro .eyebrow,
.features-final-band .features-page-intro .eyebrow {
    grid-column: 1 / -1;
}

.features-full-section .features-page-intro h2,
.features-final-band .features-page-intro h2 {
    grid-column: 1;
    margin: 0;
    font-size: clamp(32px, 3.4vw, 42px);
    line-height: 1.1;
    text-wrap: balance;
}

.features-full-section .features-page-intro p,
.features-final-band .features-page-intro p {
    grid-column: 2;
    margin: 0;
    max-width: 560px;
    line-height: 1.62;
}

.features-page-intro .feature-image-panel {
    display: none !important;
}

.feature-list-panel {
    padding: 24px;
}

.feature-panel-head {
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.feature-panel-head > div:last-child {
    gap: 3px;
}

.feature-kicker {
    margin: 0;
    line-height: 1.1;
}

.feature-panel-head h3 {
    font-size: clamp(20px, 2vw, 23px);
    line-height: 1.12;
}

.feature-check-grid.three-col {
    columns: 3;
}

@media (max-width: 980px) {
    .features-page-hero-compact .features-hero-layout {
        grid-template-columns: 1fr;
    }

    .features-hero-panel {
        justify-self: start;
        width: 100%;
        max-width: 560px;
    }

    .features-full-section .features-page-intro,
    .features-final-band .features-page-intro {
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: start;
    }

    .features-full-section .features-page-intro h2,
    .features-full-section .features-page-intro p,
    .features-final-band .features-page-intro h2,
    .features-final-band .features-page-intro p {
        grid-column: 1;
    }

    .feature-list-grid,
    .feature-showcase-grid,
    .feature-showcase-grid.compact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .features-page-hero-compact.thryve-nav-page-hero,
    .features-page-hero-compact.features-page-hero-visual {
        padding-top: 88px;
        padding-bottom: 44px;
    }

    .features-page-hero-compact h1 {
        font-size: clamp(32px, 10vw, 40px);
        line-height: 1.08;
    }

    .features-page-hero-compact p {
        font-size: 15px;
    }

    .features-hero-panel {
        padding: 18px;
        border-radius: 18px;
    }

    .features-panel-top {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .features-panel-grid,
    .features-panel-flow,
    .features-hero-points,
    .feature-module-strip,
    .feature-category-card ul.two-col,
    .feature-showcase-card.is-primary .feature-details ul,
    .feature-list-grid,
    .feature-showcase-grid,
    .feature-showcase-grid.compact {
        grid-template-columns: 1fr;
    }

    .feature-check-grid.two-col-list,
    .feature-check-grid.three-col {
        columns: 1;
    }

    .feature-list-panel {
        padding: 20px;
    }

    .feature-panel-head {
        align-items: flex-start;
    }

    .feature-cta-band {
        padding: 22px;
    }
}

body.page-id-49,
body.page-id-67,
body.page-id-68,
body.page-id-69,
body.page-id-70 {
    overflow-x: hidden;
}

body.page-id-49 .features-page-hero-compact,
body.page-id-67 .features-page-hero-compact,
body.page-id-68 .features-page-hero-compact,
body.page-id-69 .features-page-hero-compact,
body.page-id-70 .features-page-hero-compact,
body.page-id-49 .features-full-section,
body.page-id-49 .features-final-band {
    overflow-x: hidden;
}

body.page-id-49 .features-page-hero-compact .container,
body.page-id-49 .features-hero-layout,
body.page-id-49 .features-hero-copy,
body.page-id-49 .features-hero-panel,
body.page-id-49 .features-full-section .container,
body.page-id-49 .features-page-intro,
body.page-id-49 .feature-list-panel,
body.page-id-49 .feature-cta-band,
body.page-id-67 .features-page-hero-compact .container,
body.page-id-67 .features-hero-layout,
body.page-id-67 .features-hero-copy,
body.page-id-67 .features-hero-panel,
body.page-id-68 .features-page-hero-compact .container,
body.page-id-68 .features-hero-layout,
body.page-id-68 .features-hero-copy,
body.page-id-68 .features-hero-panel,
body.page-id-69 .features-page-hero-compact .container,
body.page-id-69 .features-hero-layout,
body.page-id-69 .features-hero-copy,
body.page-id-69 .features-hero-panel,
body.page-id-70 .features-page-hero-compact .container,
body.page-id-70 .features-hero-layout,
body.page-id-70 .features-hero-copy,
body.page-id-70 .features-hero-panel {
    min-width: 0;
    max-width: 100%;
}

body.page-id-49 .features-page-hero-compact h1,
body.page-id-49 .features-page-intro h2,
body.page-id-49 .feature-panel-head h3,
body.page-id-49 .feature-showcase-card h3,
body.page-id-49 .feature-cta-band h3,
body.page-id-67 .features-page-hero-compact h1,
body.page-id-68 .features-page-hero-compact h1,
body.page-id-69 .features-page-hero-compact h1,
body.page-id-70 .features-page-hero-compact h1 {
    overflow-wrap: anywhere;
}

@media (max-width: 640px) {
    body.page-id-49 .container,
    body.page-id-67 .container,
    body.page-id-68 .container,
    body.page-id-69 .container,
    body.page-id-70 .container {
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
    }

    body.page-id-49 .site-header .inner,
    body.page-id-67 .site-header .inner,
    body.page-id-68 .site-header .inner,
    body.page-id-69 .site-header .inner,
    body.page-id-70 .site-header .inner {
        gap: 8px;
        min-width: 0;
    }

    body.page-id-49 .logo-img,
    body.page-id-67 .logo-img,
    body.page-id-68 .logo-img,
    body.page-id-69 .logo-img,
    body.page-id-70 .logo-img {
        height: 34px;
    }

    body.page-id-49 .header-phone,
    body.page-id-67 .header-phone,
    body.page-id-68 .header-phone,
    body.page-id-69 .header-phone,
    body.page-id-70 .header-phone {
        max-width: calc(100vw - 138px);
        height: 34px;
        gap: 5px;
        padding: 0 8px;
        font-size: 10px;
    }

    body.page-id-49 .header-phone i,
    body.page-id-67 .header-phone i,
    body.page-id-68 .header-phone i,
    body.page-id-69 .header-phone i,
    body.page-id-70 .header-phone i {
        font-size: 10px;
    }

    body.page-id-49 .features-page-intro h2 {
        font-size: clamp(29px, 8.6vw, 34px);
        width: 100%;
        max-width: calc(100vw - 20px);
        white-space: normal;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    body.page-id-49 .features-full-section .features-page-intro,
    body.page-id-49 .features-final-band .features-page-intro,
    body.page-id-49 .feature-list-panel,
    body.page-id-49 .feature-cta-band {
        width: 100%;
        max-width: calc(100vw - 20px);
    }
}

@media (max-width: 640px) {
    .footer-main {
        grid-template-columns: 1fr !important;
        width: 100%;
        max-width: 100%;
        gap: 14px;
    }

    .footer-brand-panel,
    .footer-contact-block,
    .footer-services-block {
        grid-column: auto !important;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 18px;
    }

    .footer-service-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100%;
        max-width: 100%;
    }

    .footer-service-icons a {
        width: auto;
        min-width: 0;
    }

    .footer-accreditation-band {
        grid-template-columns: 1fr !important;
        width: 100%;
        max-width: 100%;
    }

    .footer-accreditations {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: 100%;
        max-width: 100%;
    }

    .footer-bottom {
        grid-template-columns: 1fr !important;
        justify-items: start;
        text-align: left;
    }
}

@media (max-width: 360px) {
    .footer-service-icons {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    body.page-id-67 {
        overflow-x: hidden;
    }

    body.page-id-67 .features-page-hero-compact,
    body.page-id-67 .pricing-dedicated {
        overflow-x: hidden;
    }

    body.page-id-67 .pricing-dedicated {
        padding: 58px 0 52px;
    }

    body.page-id-67 .features-page-hero-compact .container,
    body.page-id-67 .features-hero-layout,
    body.page-id-67 .features-hero-panel,
    body.page-id-67 .pricing-dedicated > .container,
    body.page-id-67 .pricing-dedicated .pricing-grid {
        width: min(100%, calc(100vw - 28px));
        max-width: min(100%, calc(100vw - 28px));
        min-width: 0;
    }

    body.page-id-67 .pricing-dedicated .price-card,
    body.page-id-67 .pricing-feature-comparison {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.page-id-67 .pricing-dedicated .price-card {
        padding: 20px;
        overflow: hidden;
    }

    body.page-id-67 .pricing-dedicated .price,
    body.page-id-67 .pricing-dedicated .billing,
    body.page-id-67 .pricing-dedicated .plan-copy,
    body.page-id-67 .pricing-dedicated .feature-list,
    body.page-id-67 .pricing-dedicated .feature-list .row,
    body.page-id-67 .pricing-feature-title,
    body.page-id-67 .pricing-feature-title small,
    body.page-id-67 .pricing-feature-body span {
        max-width: 100%;
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    body.page-id-67 .pricing-dedicated .price-card .btn,
    body.page-id-67 .pricing-decision-band .btn {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding-left: 14px;
        padding-right: 14px;
    }

    body.page-id-67 .features-page-hero-compact h1,
    body.page-id-67 .pricing-dedicated h2 {
        max-width: 100%;
        font-size: clamp(30px, 8.4vw, 34px);
        line-height: 1.08;
        letter-spacing: -.02em;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
    }

    body.page-id-67 .pricing-dedicated h2 {
        max-width: 310px;
        font-size: clamp(27px, 7.5vw, 31px);
        margin-left: auto;
        margin-right: auto;
    }

    body.page-id-67 .pricing-dedicated > .container > p {
        max-width: 320px;
        overflow-wrap: anywhere;
    }

    body.page-id-67 .pricing-note-pill {
        max-width: 330px;
        white-space: normal;
        justify-content: center;
        text-align: center;
        line-height: 1.35;
        padding: 9px 12px;
    }

    body.page-id-67 .pricing-feature-intro {
        padding: 18px;
        grid-template-columns: 1fr;
    }

    body.page-id-67 .pricing-feature-intro h3 {
        font-size: clamp(24px, 6.9vw, 28px);
    }

    body.page-id-67 .pricing-feature-panel summary {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 12px;
        padding: 14px;
    }

    body.page-id-67 .pricing-feature-tag {
        grid-column: 2 / -1;
        justify-self: start;
        white-space: normal;
    }

    body.page-id-67 .pricing-feature-body {
        grid-template-columns: 1fr;
        padding: 0 14px 16px;
    }

    body.page-id-67 .pricing-decision-band {
        padding: 18px;
        max-width: 100%;
        overflow: hidden;
    }

    body.page-id-67 .header-phone {
        max-width: none;
        height: auto;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        font-size: 9px;
        letter-spacing: 0;
        white-space: nowrap;
        min-width: 0;
    }
}

/* Global CTA consistency */
.btn,
.cf7-demo-form .wpcf7-submit,
.final-form-card .cf7-demo-form .wpcf7-submit,
.demo-form button[type="submit"] {
    min-height: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 10px;
    font: 800 14px/1 "Sora", sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.btn-primary,
.cf7-demo-form .wpcf7-submit,
.final-form-card .cf7-demo-form .wpcf7-submit,
.demo-form button[type="submit"] {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
    box-shadow: 0 8px 22px rgba(204, 31, 31, .34);
}

.btn-primary:hover,
.btn-primary:focus,
.cf7-demo-form .wpcf7-submit:hover,
.cf7-demo-form .wpcf7-submit:focus,
.final-form-card .cf7-demo-form .wpcf7-submit:hover,
.final-form-card .cf7-demo-form .wpcf7-submit:focus,
.demo-form button[type="submit"]:hover,
.demo-form button[type="submit"]:focus {
    background: #c72020;
    border-color: #c72020;
    color: #fff;
    box-shadow: 0 10px 26px rgba(204, 31, 31, .38);
}

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100000;
    padding: 10px 14px;
    color: #111;
    background: #fff;
    border-radius: 4px;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

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

.btn-secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .82);
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .32);
    color: #fff;
}

.header-phone,
.header-phone:hover,
.header-phone:focus,
body.page-id-49 .header-phone,
body.page-id-67 .header-phone,
body.page-id-68 .header-phone,
body.page-id-69 .header-phone,
body.page-id-70 .header-phone {
    height: 44px;
    min-height: 44px;
    max-width: none;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, .88);
}

.header-phone:hover,
.header-phone:focus {
    color: #fff;
}

.header-phone i,
body.page-id-49 .header-phone i,
body.page-id-67 .header-phone i,
body.page-id-68 .header-phone i,
body.page-id-69 .header-phone i,
body.page-id-70 .header-phone i {
    color: var(--red-2);
}

@media (max-width: 640px) {
    .header-phone,
    body.page-id-49 .header-phone,
    body.page-id-67 .header-phone,
    body.page-id-68 .header-phone,
    body.page-id-69 .header-phone,
    body.page-id-70 .header-phone {
        height: 44px;
        min-height: 44px;
        padding: 0 6px;
        font-size: 11px;
        gap: 5px;
    }

    .btn,
    .cf7-demo-form .wpcf7-submit,
    .final-form-card .cf7-demo-form .wpcf7-submit,
    .demo-form button[type="submit"] {
        min-height: 48px;
        height: 48px;
    }
}

/* Pricing, Customers and FAQ hero panel polish */
.thryve-nav-page-hero .features-hero-panel {
    width: min(100%, 500px);
    max-width: 500px;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .03)),
        radial-gradient(circle at 100% 0%, rgba(251, 44, 54, .18), transparent 36%),
        linear-gradient(160deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
    border-color: rgba(255, 255, 255, .16);
}

.thryve-nav-page-hero .features-hero-panel::before {
    height: 2px;
    background: linear-gradient(90deg, rgba(251, 44, 54, .9), rgba(255, 255, 255, .22), transparent);
}

.thryve-nav-page-hero .features-hero-panel::after {
    right: -72px;
    bottom: -72px;
    width: 220px;
    height: 220px;
    border-color: rgba(251, 44, 54, .26);
}

.thryve-nav-page-hero .features-panel-top {
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.thryve-nav-page-hero .features-panel-top span {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--red-2);
}

.thryve-nav-page-hero .features-panel-top strong {
    display: block;
    max-width: 420px;
    color: #fff;
    font-size: clamp(25px, 2.3vw, 34px);
    line-height: 1.05;
    text-wrap: balance;
}

.thryve-nav-page-hero .features-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.thryve-nav-page-hero .features-panel-grid div {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border-radius: 14px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .028)),
        rgba(255, 255, 255, .025);
}

.thryve-nav-page-hero .features-panel-grid i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(251, 44, 54, .12);
    color: var(--red-2);
    font-size: 15px;
}

.thryve-nav-page-hero .features-panel-grid span {
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    line-height: 1.28;
}

.thryve-nav-page-hero .features-panel-note {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 18px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(251, 44, 54, .24);
    border-radius: 14px;
    background: rgba(251, 44, 54, .08);
    color: rgba(255, 255, 255, .72);
    font: 700 12px/1.45 "Sora", sans-serif;
}

.thryve-nav-page-hero .features-panel-note::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--red-2);
    box-shadow: 0 0 0 5px rgba(251, 44, 54, .1);
}

@media (max-width: 980px) {
    .thryve-nav-page-hero .features-hero-panel {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .thryve-nav-page-hero .features-hero-panel {
        width: 100%;
        max-width: 100%;
        padding: 18px;
        border-radius: 18px;
    }

    .thryve-nav-page-hero .features-panel-top strong {
        font-size: 24px;
    }

    .thryve-nav-page-hero .features-panel-grid {
        grid-template-columns: 1fr;
    }

    .thryve-nav-page-hero .features-panel-grid div {
        min-height: 66px;
    }
}

/* Footer alignment feedback */
.footer-main {
    align-items: stretch;
}

.footer-brand-panel,
.footer-contact-block,
.footer-services-block {
    height: 100%;
}

.footer-contact-block {
    display: flex;
    flex-direction: column;
}

.footer-contact-list {
    margin-top: auto;
}

.footer-accreditation-band {
    grid-template-columns: minmax(150px, auto) 1fr;
    align-items: center;
    gap: 24px;
    padding: 22px 0 20px;
}

.footer-accreditations {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
}

.footer-accreditations span {
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.footer-accreditations img {
    max-width: 104px;
    max-height: 46px;
    object-fit: contain;
}

@media (max-width: 640px) {
    .footer-accreditation-band {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .footer-accreditations {
        display: flex;
        gap: 16px 20px;
    }

    .footer-accreditations img {
        max-width: 96px;
        max-height: 40px;
    }
}

/* Features page mockup visuals */
body.page-id-49 .features-page-hero-visual .features-hero-layout {
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1fr);
    gap: clamp(30px, 4.5vw, 58px);
    align-items: center;
}

body.page-id-49 .features-page-hero-visual .features-hero-panel {
    min-height: clamp(360px, 34vw, 430px);
    display: grid;
    place-items: center;
    padding: clamp(18px, 3vw, 34px);
    border-radius: 30px;
    background:
        radial-gradient(circle at 52% 18%, rgba(251, 44, 54, .18), transparent 38%),
        linear-gradient(160deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015));
    overflow: hidden;
}

body.page-id-49 .features-page-hero-visual .features-hero-panel > :not(.feature-image-panel) {
    display: none;
}

body.page-id-49 .features-page-hero-visual .features-hero-panel .feature-image-panel {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
}

body.page-id-49 .features-page-hero-visual .features-hero-panel .feature-image-panel img {
    width: min(116%, 720px);
    max-width: none;
    max-height: none;
    height: auto;
    transform: translateY(0);
    filter: drop-shadow(0 34px 64px rgba(0, 0, 0, .38));
}

body.page-id-49 .features-full-section .features-page-intro .feature-image-panel {
    grid-column: 2;
    grid-row: 2 / span 2;
    width: min(410px, 100%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    justify-self: end;
    align-self: center;
    margin: 0;
    overflow: visible;
}

body.page-id-49 .features-full-section .features-page-intro .feature-image-panel img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto;
    filter: drop-shadow(0 28px 48px rgba(23, 21, 26, .22));
}

body.page-id-49 .features-alt-section .features-page-intro .feature-image-panel img {
    filter: drop-shadow(0 34px 58px rgba(0, 0, 0, .38));
}

body.page-id-49 .features-full-section:not(.features-final-band) .features-page-intro {
    grid-template-columns: minmax(0, .96fr) minmax(320px, .58fr);
    gap: 12px clamp(36px, 5vw, 70px);
}

body.page-id-49 .features-full-section:not(.features-final-band) .features-page-intro h2 {
    grid-column: 1;
    grid-row: 2;
}

body.page-id-49 .features-full-section:not(.features-final-band) .features-page-intro p {
    grid-column: 1;
    grid-row: 3;
    max-width: 590px;
    margin-top: 4px;
}

body.page-id-49 .features-full-section:not(.features-final-band) .features-page-intro .feature-image-panel {
    grid-column: 2;
    grid-row: 2 / span 2;
}

@media (max-width: 980px) {
    body.page-id-49 .features-page-hero-visual .features-hero-layout {
        grid-template-columns: 1fr;
    }

    body.page-id-49 .features-page-hero-visual .features-hero-panel {
        width: min(680px, 100%);
        min-height: clamp(300px, 58vw, 460px);
        justify-self: center;
    }

    body.page-id-49 .features-full-section .features-page-intro .feature-image-panel {
        grid-column: 1;
        grid-row: auto;
        width: min(440px, 100%);
        justify-self: center;
        margin-top: 16px;
    }

    body.page-id-49 .features-full-section:not(.features-final-band) .features-page-intro {
        grid-template-columns: 1fr;
    }

    body.page-id-49 .features-full-section:not(.features-final-band) .features-page-intro h2,
    body.page-id-49 .features-full-section:not(.features-final-band) .features-page-intro p {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 640px) {
    body.page-id-49 .features-page-hero-visual .features-hero-panel {
        min-height: 280px;
        border-radius: 24px;
        padding: 16px;
    }

    body.page-id-49 .features-page-hero-visual .features-hero-panel .feature-image-panel img {
        width: min(112%, 520px);
        transform: translateY(0);
    }

    body.page-id-49 .features-full-section .features-page-intro .feature-image-panel {
        width: min(350px, 100%);
        margin-top: 10px;
    }
}

@media (max-width: 980px) {
    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro {
        grid-template-columns: minmax(0, 1fr) !important;
        align-items: start !important;
    }

    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro h2,
    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro p,
    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro h2 {
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel {
        width: min(360px, 100%) !important;
        justify-self: center !important;
        margin-top: 14px !important;
    }
}

/* Features product showcase presentation */
body.page-id-49 section.features-full-section:not(.features-final-band) {
    padding: clamp(76px, 7vw, 108px) 0;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro {
    display: block !important;
    position: relative;
    max-width: none;
    min-height: clamp(276px, 22vw, 304px);
    margin-bottom: clamp(24px, 3vw, 30px);
    padding: clamp(34px, 3.8vw, 46px);
    padding-right: min(48%, 540px);
    border-radius: 30px;
    overflow: hidden;
    isolation: isolate;
}

body.page-id-49 section.features-full-section:not(.features-alt-section):not(.features-final-band) > .container > .features-page-intro {
    border: 1px solid rgba(23, 21, 26, .08);
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .92), rgba(255, 249, 241, .72)),
        linear-gradient(180deg, rgba(251, 44, 54, .055), transparent 55%);
    box-shadow: 0 26px 70px rgba(44, 31, 21, .1);
}

body.page-id-49 section.features-alt-section > .container > .features-page-intro {
    border: 1px solid rgba(255, 255, 255, .1);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
        linear-gradient(180deg, rgba(251, 44, 54, .09), transparent 58%);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(251, 44, 54, .34), transparent);
    z-index: -1;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .eyebrow,
body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro h2,
body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro p {
    grid-column: 1;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .eyebrow {
    display: inline-flex;
    width: fit-content;
    margin: 0;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro h2 {
    width: min(620px, 100%);
    max-width: 620px;
    margin: 12px 0 0 !important;
    font-size: clamp(34px, 3.25vw, 44px);
    line-height: 1.08;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro p {
    width: min(590px, 100%);
    max-width: 590px;
    margin: 14px 0 0 !important;
    font-size: 15.5px;
    line-height: 1.75;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel {
    position: absolute;
    top: 50%;
    right: clamp(32px, 5vw, 72px);
    transform: translateY(-50%);
    width: min(350px, 100%);
    height: clamp(240px, 20vw, 280px);
    max-height: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: clamp(20px, 2.4vw, 30px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018)),
        linear-gradient(155deg, #12090a 0%, #251012 58%, #080607 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .25);
    overflow: hidden;
}

body.page-id-49 section.features-full-section:not(.features-alt-section):not(.features-final-band) > .container > .features-page-intro .feature-image-panel {
    box-shadow: 0 30px 70px rgba(54, 26, 24, .18);
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel::before {
    content: "";
    position: absolute;
    inset: clamp(18px, 2.6vw, 28px);
    border: 1px solid rgba(251, 44, 54, .22);
    border-radius: 20px;
    transform: rotate(-4deg);
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel::after {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(251, 44, 54, .4), transparent);
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel img {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 96%;
    max-height: 100%;
    height: auto;
    filter: drop-shadow(0 28px 46px rgba(0, 0, 0, .42));
}

body.page-id-49 section.features-alt-section > .container > .features-page-intro .feature-image-panel {
    border-color: rgba(255, 255, 255, .16);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .02)),
        linear-gradient(155deg, #1a0b0d 0%, #3a171a 52%, #10090a 100%);
}

body.page-id-49 section.features-alt-section > .container > .features-page-intro .feature-image-panel-modules img {
    max-height: 116%;
    max-width: 118%;
    transform: scale(1.14);
}

body.page-id-49 section.features-full-section:not(.features-final-band) .feature-list-panel {
    border-radius: 22px;
}

body.page-id-49 section.features-full-section:not(.features-final-band) .feature-list-grid {
    gap: 22px;
}

body.page-id-49 section.features-full-section:not(.features-final-band) .two-col-panels {
    margin-top: 22px;
}

body.page-id-49 section.features-full-section:not(.features-modules-section):not(.features-final-band) {
    padding-bottom: clamp(34px, 4vw, 50px) !important;
}

body.page-id-49 section.features-modules-section {
    padding-top: clamp(34px, 4vw, 50px) !important;
}

body.page-id-49 section.features-full-section:not(.features-final-band) .feature-cta-band {
    margin-top: 34px;
}

@media (max-width: 980px) {
    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro {
        display: block !important;
        min-height: 0;
        padding-right: 24px;
        margin-bottom: 28px;
        padding: 24px;
        border-radius: 24px;
    }

    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .eyebrow,
    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro h2,
    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro p,
    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
    }

    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro h2 {
        font-size: clamp(30px, 8vw, 36px);
        margin-top: 10px !important;
    }

    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro p {
        margin-top: 12px !important;
    }

    body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: min(360px, 100%) !important;
        height: min(360px, 86vw);
        justify-self: center;
        margin: 22px auto 0 !important;
        padding: 20px;
    }

    body.page-id-49 section.features-alt-section > .container > .features-page-intro .feature-image-panel-modules img {
        max-height: 116%;
        max-width: 118%;
        transform: scale(1.14);
    }
}

/* Footer accreditation centering */
.footer-accreditation-band {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
    gap: 18px;
}

.footer-accreditation-band .footer-kicker {
    margin: 0;
}

.footer-accreditations {
    width: min(1040px, 100%);
    grid-template-columns: repeat(6, minmax(98px, 1fr));
    gap: clamp(16px, 2vw, 30px);
    justify-content: center;
    justify-items: center;
    margin-inline: auto;
}

.footer-accreditations span {
    min-height: 96px;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-accreditations img {
    max-height: 82px;
}

.footer-accreditations strong {
    display: block;
    color: rgba(255, 255, 255, .86);
    font: 800 11px/1.25 "Sora", sans-serif;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .footer-accreditations {
        grid-template-columns: repeat(3, minmax(82px, 1fr));
    }

    .footer-accreditations img {
        max-height: 70px;
    }
}

@media (max-width: 460px) {
    .footer-accreditations {
        grid-template-columns: repeat(2, minmax(92px, 1fr));
    }
}

/* Features page: keep body titles, remove body mockup image/placeholder space */
body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro {
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
    padding-right: 0 !important;
    margin-bottom: clamp(22px, 2.8vw, 30px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro h2,
body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro p {
    display: block !important;
    width: min(760px, 100%) !important;
    max-width: 760px !important;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro p {
    margin-top: 12px !important;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel {
    display: none !important;
}

body.page-id-49 section.features-full-section:not(.features-alt-section):not(.features-final-band) > .container > .features-page-intro::before,
body.page-id-49 section.features-full-section:not(.features-alt-section):not(.features-final-band) > .container > .features-page-intro::after,
body.page-id-49 section.features-alt-section > .container > .features-page-intro::before,
body.page-id-49 section.features-alt-section > .container > .features-page-intro::after {
    content: none !important;
    display: none !important;
}

/* Features-page content layout. */
body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro {
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
    padding-right: 0 !important;
    margin-bottom: clamp(22px, 2.8vw, 30px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro h2 {
    width: min(680px, 100%) !important;
    max-width: 680px !important;
    margin: 12px 0 0 !important;
    font-size: clamp(30px, 2.6vw, 38px) !important;
    line-height: 1.12 !important;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro p {
    width: min(650px, 100%) !important;
    max-width: 650px !important;
    margin: 12px 0 0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro::before,
body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro::after,
body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel,
body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel::before,
body.page-id-49 section.features-full-section:not(.features-final-band) > .container > .features-page-intro .feature-image-panel::after {
    content: none !important;
    display: none !important;
}

/* Pricing page mobile hardening: keep every pricing element inside the viewport. */
@media (max-width: 640px) {
    body.page-id-67,
    body.page-id-67 .site,
    body.page-id-67 .pricing-dedicated {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body.page-id-67 .site-header .inner {
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
        min-width: 0;
        gap: 8px;
        justify-content: space-between;
    }

    body.page-id-67 .site-header .btn {
        display: none;
    }

    body.page-id-67 .header-phone,
    body.page-id-67 .header-phone:hover,
    body.page-id-67 .header-phone:focus {
        flex: 0 1 auto;
        max-width: 132px;
        min-width: 0;
        overflow: hidden;
        text-overflow: clip;
        white-space: nowrap;
        font-size: 10px;
    }

    body.page-id-67 .pricing-dedicated > .container,
    body.page-id-67 .pricing-dedicated .pricing-grid,
    body.page-id-67 .pricing-feature-comparison {
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    body.page-id-67 .pricing-dedicated .price-card,
    body.page-id-67 .pricing-feature-intro,
    body.page-id-67 .pricing-feature-panel,
    body.page-id-67 .pricing-decision-band {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    body.page-id-67 .pricing-dedicated .price-card {
        padding: 20px;
    }

    body.page-id-67 .pricing-dedicated .billing,
    body.page-id-67 .pricing-dedicated .plan-copy,
    body.page-id-67 .pricing-dedicated .feature-list .row,
    body.page-id-67 .pricing-feature-title small,
    body.page-id-67 .pricing-feature-body span,
    body.page-id-67 .pricing-decision-band span {
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    body.page-id-67 .pricing-dedicated .price {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }

    body.page-id-67 .pricing-dedicated .price .per {
        max-width: 116px;
        white-space: normal;
    }

    body.page-id-67 .pricing-dedicated .price-card .btn,
    body.page-id-67 .pricing-decision-band .btn {
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
    }
}

/* Release responsive hardening. */
.widget-privacy-note {
    margin: 0;
    color: rgba(255, 255, 255, .56);
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
}

.widget-privacy-note a {
    color: rgba(255, 255, 255, .84);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pricing-dedicated .pricing-calculator-result strong,
.pricing-dedicated .price .amount,
.pricing-dedicated [data-pricing-top-estimate] {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 1100px) {
    .platform-img-wrap {
        align-self: center;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .footer-services-block {
        grid-column: 1 / -1;
    }
}

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

@media (max-width: 760px) {
    .footer-accreditations {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .widget-form .form-group input,
    .widget-form .form-group select,
    .final-form-card .cf7-demo-form input[type="text"],
    .final-form-card .cf7-demo-form input[type="email"],
    .final-form-card .cf7-demo-form input[type="tel"] {
        font-size: 16px;
    }

    .site-header .inner {
        gap: 8px;
    }

    .site-header .btn {
        display: none;
    }

    .header-actions {
        min-width: 0;
    }

    .header-phone,
    .header-phone:hover,
    .header-phone:focus {
        flex: 0 1 132px;
        max-width: 132px;
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
        font-size: 10px;
        min-height: 44px;
        padding: 0 6px;
    }

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

    .footer-links a,
    .footer-legal a {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        padding: 6px 4px;
    }

    .pricing-dedicated .pricing-calculator-result strong,
    .pricing-dedicated .price .amount {
        font-size: 30px;
    }
}

@media (max-width: 460px) {
    .footer-accreditations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Keep desktop pricing cards aligned. */
@media (min-width: 981px) {
    body.page-id-67 .pricing-dedicated .price-card {
        min-height: 680px;
    }

    body.page-id-67 .pricing-dedicated .plan-copy {
        min-height: 108px;
        margin-top: 14px;
    }
}

/* Homepage plan handoff and personalised pricing journey. */
#pricing {
    scroll-margin-top: 78px;
}

.wopt-label strong,
.wopt-label small {
    display: block;
}

.wopt-label strong {
    color: #fff;
    font: inherit;
}

.wopt-label small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .46);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.pricing-home-preview {
    padding: 78px 0;
    background:
        radial-gradient(circle at 12% 50%, rgba(225, 40, 40, .1), transparent 30%),
        #0b0708;
}

.pricing-home-preview-inner {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(44px, 7vw, 88px);
    text-align: left;
}

.pricing-home-preview-copy h2 {
    max-width: 500px;
    margin: 16px 0 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.06;
}

.pricing-home-preview-copy > p {
    max-width: 540px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 16px;
    line-height: 1.65;
}

.pricing-home-preview-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 26px;
}

.pricing-home-preview-actions span {
    color: rgba(255, 255, 255, .46);
    font-size: 12px;
}

.pricing-home-preview-points {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.pricing-home-preview-points > div {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 2px 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.pricing-home-preview-icon {
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(251, 44, 54, .32);
    border-radius: 8px;
    color: #ff4b53;
    background: rgba(251, 44, 54, .09);
}

.pricing-home-preview-points strong {
    color: #fff;
    font: 700 16px/1.35 "Sora", sans-serif;
}

.pricing-home-preview-points small {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 1.5;
}

.pricing-personalised-intro {
    display: grid;
    grid-template-columns: minmax(160px, .45fr) minmax(0, 1.5fr);
    gap: 4px 22px;
    padding: 16px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-left: 3px solid var(--red-2);
    background: rgba(251, 44, 54, .08);
    text-align: left;
}

.pricing-personalised-intro[hidden] {
    display: none;
}

.pricing-personalised-intro > span {
    grid-row: 1 / span 2;
    align-self: center;
    color: #ff5960;
    font: 800 10px/1.3 "Sora", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-personalised-intro > span i {
    margin-right: 7px;
}

.pricing-personalised-intro strong {
    color: #fff;
    font: 700 15px/1.35 "Sora", sans-serif;
}

.pricing-personalised-intro small {
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
    line-height: 1.45;
}

body.page-id-67 .pricing-calculator-options {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr) minmax(0, .95fr);
    align-items: stretch;
}

body.page-id-67 .pricing-calculator-options .pricing-module-options {
    grid-template-columns: 1fr;
}

body.page-id-67 .pricing-config-core .pricing-addon-option,
body.page-id-67 .pricing-config-payroll .pricing-addon-option {
    height: auto;
    min-height: 64px;
}

body.page-id-67 .pricing-config-description {
    margin: 14px 2px 0;
    color: rgba(255, 255, 255, .56);
    font-size: 12px;
    line-height: 1.55;
    text-align: left;
}

body.page-id-67 .pricing-core-fixed {
    cursor: default;
}

body.page-id-67 .pricing-core-fixed:hover {
    transform: none;
}

@media (max-width: 980px) {
    .pricing-home-preview-inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    body.page-id-67 .pricing-calculator-options {
        grid-template-columns: 1fr;
    }

    body.page-id-67 .pricing-config-core .pricing-addon-option,
    body.page-id-67 .pricing-config-payroll .pricing-addon-option {
        min-height: 76px;
    }
}

@media (max-width: 640px) {
    #pricing {
        scroll-margin-top: 64px;
    }

    .pricing-home-preview {
        padding: 58px 0;
    }

    .pricing-home-preview-inner {
        gap: 34px;
    }

    .pricing-home-preview-copy h2 {
        font-size: 34px;
    }

    .pricing-home-preview-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .pricing-home-preview-actions .btn {
        width: 100%;
    }

    .pricing-personalised-intro {
        grid-template-columns: 1fr;
        padding: 16px 18px;
    }

    .pricing-personalised-intro > span {
        grid-row: auto;
        margin-bottom: 4px;
    }
}

/* Final connected pricing-table sizing: one width and one spacing rhythm. */
body.page-id-67 .pricing-dedicated .pricing-calculator,
body.page-id-67 .pricing-dedicated .pricing-grid,
body.page-id-67 .pricing-dedicated .pricing-calculator-breakdown,
body.page-id-67 .pricing-dedicated .pricing-package-summary {
    width: 100%;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}

body.page-id-67 .pricing-dedicated .pricing-config-group > legend {
    float: left;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
}

body.page-id-67 .pricing-dedicated .pricing-config-group > legend + * {
    clear: both;
}

@media (min-width: 981px) {
    body.page-id-67 .pricing-dedicated .pricing-calculator-options,
    body.page-id-67 .pricing-dedicated .pricing-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-header {
        padding: 26px 28px;
    }

    body.page-id-67 .pricing-dedicated .pricing-personalised-intro {
        padding: 18px 28px;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-options .pricing-config-group,
    body.page-id-67 .pricing-dedicated .price-card {
        padding: 24px;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator + .pricing-grid,
    body.page-id-67 .pricing-dedicated .pricing-grid + .pricing-calculator-breakdown {
        margin-top: 0;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-breakdown > div {
        padding: 16px 24px;
    }

    body.page-id-67 .pricing-dedicated .pricing-package-summary {
        margin-top: 20px;
        padding: 22px 24px;
    }
}

@media (max-width: 980px) {
    body.page-id-67 .pricing-dedicated .pricing-calculator,
    body.page-id-67 .pricing-dedicated .pricing-grid,
    body.page-id-67 .pricing-dedicated .pricing-calculator-breakdown,
    body.page-id-67 .pricing-dedicated .pricing-package-summary {
        width: 100%;
        max-width: 100%;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-options .pricing-config-group {
        padding: 20px;
    }
}

@media (max-width: 640px) {
    body.page-id-67 .pricing-dedicated .pricing-calculator,
    body.page-id-67 .pricing-dedicated .pricing-grid,
    body.page-id-67 .pricing-dedicated .pricing-calculator-breakdown,
    body.page-id-67 .pricing-dedicated .pricing-package-summary {
        width: 100%;
        max-width: 100%;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-options .pricing-config-group,
    body.page-id-67 .pricing-dedicated .price-card,
    body.page-id-67 .pricing-dedicated .pricing-package-summary {
        padding: 18px;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-breakdown > div {
        padding: 13px 18px;
    }
}

/* Tablet hero choices: compact, balanced options without an oversized form card. */
@media (min-width: 761px) and (max-width: 1100px) {
    body.home .hero {
        padding-top: 34px !important;
    }

    .hero .hero-grid {
        gap: 24px;
        padding: 24px 0 22px;
    }

    .hero .hero-left {
        width: min(100%, 860px);
        margin-inline: auto;
    }

    .hero h1 {
        max-width: 840px;
    }

    .hero .hero-strapline {
        max-width: 760px;
    }

    .hero p.lead {
        max-width: 650px;
    }

    .hero .hero-right {
        align-items: center;
    }

    .hero .hero-widget-card {
        width: min(100%, 860px);
    }

    .hero .widget-step[data-step="1"] .widget-opts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }

    .hero .widget-step[data-step="2"] .widget-opts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .hero .widget-step[data-step="1"] .widget-opt,
    .hero .widget-step[data-step="2"] .widget-opt {
        min-width: 0;
        min-height: 76px;
    }

    .hero .widget-step[data-step="1"] .wopt-label,
    .hero .widget-step[data-step="2"] .wopt-label {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 760px) {
    .hero .hero-right {
        align-items: stretch;
    }

    .hero .hero-widget-card {
        width: 100%;
    }
}

/* Tablet and mobile pricing: one connected, synchronised comparison surface. */
@media (max-width: 980px) {
    body.page-id-67 .pricing-dedicated .pricing-calculator {
        overflow: hidden;
        border-bottom: 0;
        border-radius: 18px 18px 0 0;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-options,
    body.page-id-67 .pricing-dedicated .pricing-grid {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 12px !important;
        align-items: stretch;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
        padding: 16px !important;
        scroll-padding-inline: 16px;
        scrollbar-width: none;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-options {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    body.page-id-67 .pricing-dedicated .pricing-grid {
        margin-top: 0 !important;
        border: 1px solid rgba(255, 255, 255, .14);
        border-top-color: rgba(255, 255, 255, .1);
        border-radius: 0 0 18px 18px;
        background: rgba(11, 8, 10, .62);
        box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-options::-webkit-scrollbar,
    body.page-id-67 .pricing-dedicated .pricing-grid::-webkit-scrollbar {
        display: none;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-options:focus-visible,
    body.page-id-67 .pricing-dedicated .pricing-grid:focus-visible {
        outline: 2px solid var(--red-2);
        outline-offset: 3px;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-options .pricing-config-group,
    body.page-id-67 .pricing-dedicated .pricing-grid .price-card {
        flex: 0 0 calc(100% - 44px) !important;
        width: calc(100% - 44px) !important;
        max-width: calc(100% - 44px) !important;
        min-width: 0 !important;
        margin: 0 !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    body.page-id-67 .pricing-dedicated .pricing-grid .price-card {
        height: auto;
        overflow: hidden !important;
    }
}

@media (min-width: 761px) and (max-width: 980px) {
    body.page-id-67 .pricing-dedicated .pricing-calculator-header {
        grid-template-columns: minmax(220px, 1.15fr) minmax(190px, .8fr) minmax(180px, .7fr);
        padding: 22px;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-header .pricing-calculator-copy {
        grid-column: auto;
        padding: 0 20px 0 0;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-header .pricing-calculator-controls,
    body.page-id-67 .pricing-dedicated .pricing-calculator-header .pricing-calculator-result {
        min-height: 116px;
        margin-top: 0;
        padding: 6px 18px;
        border-top: 0;
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-header .pricing-calculator-result {
        grid-column: auto;
        border-left: 1px solid rgba(255, 255, 255, .1);
    }

    body.page-id-67 .pricing-dedicated .pricing-calculator-options .pricing-module-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


