@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("site/fonts/saira-latin-600-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("site/fonts/saira-latin-700-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("site/fonts/rubik-latin-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("site/fonts/rubik-latin-500-normal.woff2") format("woff2");
}

:root {
    --navy: #161a38;
    --navy-light: #22274d;
    --brand: #48449d;
    --brand-dark: #39367f;
    --yellow: #ffca2f;
    --white: #ffffff;
    --surface: #f5f6f8;
    --surface-warm: #faf9f5;
    --section-alternate: #f0f1f5;
    --text: #171a2f;
    --muted: #62677a;
    --border: #dfe2e8;
    --success: #1f9c75;
    --site-width: 1240px;
    --shadow-sm: 0 10px 30px rgba(22, 26, 56, 0.08);
    --shadow-lg: 0 28px 70px rgba(22, 26, 56, 0.14);
    --font-body: "Rubik", "Segoe UI", Arial, sans-serif;
    --font-display: "Saira", "Arial Narrow", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background: var(--white);
    font-family: var(--font-body);
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.eyebrow,
.app-promo-kicker,
.training-quick-fact strong,
.training-assistance-card strong {
    font-family: var(--font-display);
}

h1,
h2,
h3,
h4,
h5,
h6,
.home-section-label {
    text-wrap: balance;
}

p,
li,
blockquote,
dd {
    text-wrap: pretty;
}

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

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

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

:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: 3px;
}

.site-container {
    width: min(var(--site-width), calc(100% - 48px));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: -60px;
    left: 16px;
    z-index: 200;
    padding: 10px 16px;
    color: var(--navy);
    background: var(--yellow);
    font-weight: 700;
}

.skip-link:focus {
    top: 12px;
}

.announcement-bar {
    color: var(--white);
    background: var(--brand);
}

.announcement-inner {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.topbar-contact,
.topbar-actions,
.language-switcher,
.topbar-socials,
.topbar-contact a {
    display: flex;
    align-items: center;
}

.topbar-contact {
    gap: 27px;
}

.topbar-contact a {
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.topbar-contact svg {
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.topbar-actions {
    gap: 34px;
}

.language-switcher {
    gap: 7px;
}

.language-switcher button {
    display: grid;
    width: 34px;
    height: 28px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0;
    background: transparent;
    font-size: 23px;
    line-height: 1;
    cursor: pointer;
}

.language-switcher img {
    display: block;
    width: 26px;
    height: 17px;
    border-radius: 1px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button.active {
    border-color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.1);
}

.topbar-socials {
    gap: 8px;
}

.topbar-socials a {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #242533;
    background: var(--white);
    transition:
        color 0.18s ease,
        background 0.18s ease,
        transform 0.18s ease;
}

.topbar-socials svg {
    width: 19px;
    height: 19px;
}

.topbar-socials a:first-child svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.topbar-socials a:nth-child(2) svg,
.topbar-socials a:nth-child(3) svg {
    fill: currentColor;
    stroke: none;
}

.topbar-contact a:hover {
    color: var(--yellow);
}

.topbar-socials a:hover {
    color: var(--navy);
    background: var(--yellow);
    transform: translateY(-1px);
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid rgba(223, 226, 232, 0.9);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    transition: box-shadow 0.2s ease;
}

.main-header.scrolled {
    box-shadow: 0 8px 25px rgba(22, 26, 56, 0.08);
}

.navigation-row {
    display: flex;
    min-height: 82px;
    align-items: center;
    gap: 32px;
}

.site-logo {
    flex: 0 0 auto;
}

.site-logo img {
    width: 66px;
    height: 66px;
    object-fit: contain;
}

.site-menu {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 1.2vw, 18px);
}

.site-menu a,
.account-link {
    color: #3c4053;
    font-size: 17px;
    font-weight: 650;
    white-space: nowrap;
}

.site-menu a {
    position: relative;
    border-radius: 6px;
    padding: 11px 13px;
    transition:
        color 0.2s ease,
        background 0.2s ease;
}

.site-menu a::after {
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    height: 2px;
    background: var(--brand);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.site-menu a:hover::after,
.site-menu a:focus-visible::after {
    transform: scaleX(1);
}

.site-menu a.is-active,
.site-menu a.is-active:hover,
.site-menu a.is-active:focus-visible {
    color: var(--white);
    background: var(--brand);
}

.site-menu a.is-active::after {
    transform: scaleX(0);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.account-link:hover {
    color: var(--brand);
}

.menu-toggle {
    display: none;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 7px;
    padding: 13px 23px;
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease;
}

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

.button-primary {
    color: var(--navy);
    background: var(--yellow);
    box-shadow: 0 8px 22px rgba(255, 202, 47, 0.22);
}

.button-primary:hover {
    background: #ffd34f;
    box-shadow: 0 12px 28px rgba(255, 202, 47, 0.3);
}

.button-secondary {
    color: var(--navy);
    border-color: #c9ccd5;
    background: var(--white);
}

.button-secondary:hover {
    border-color: var(--navy);
}

.button-dark {
    color: var(--white);
    background: var(--navy);
}

.button-dark:hover {
    background: var(--navy-light);
}

.button-small {
    min-height: 42px;
    padding: 10px 17px;
    font-size: 15px;
}

.full-button {
    width: 100%;
}

.eyebrow,
.product-label {
    display: block;
    font-size: clamp(16px, 1.4vw, 19px);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.eyebrow {
    margin-bottom: 18px;
    color: var(--brand);
}

.product-label {
    margin-bottom: 32px;
    color: var(--muted);
}

.product-label.light {
    color: rgba(255, 255, 255, 0.55);
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 88px 0 96px;
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
}

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background-image:
        linear-gradient(rgba(72, 68, 157, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(72, 68, 157, 0.055) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 570px;
    align-items: center;
    grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
    gap: clamp(60px, 7vw, 100px);
}

.hero-section.hero-photo-banner {
    isolation: isolate;
    min-height: clamp(660px, 76vh, 790px);
    padding: 0;
    background: var(--navy);
}

.hero-slideshow,
.hero-slide,
.hero-photo-overlay {
    position: absolute;
    inset: 0;
}

.hero-slideshow {
    z-index: 0;
    overflow: hidden;
    background: var(--navy);
}

.hero-slide {
    opacity: 0;
    background-position: center center;
    background-size: cover;
    transform: scale(1.02);
    transition: opacity 0.9s ease;
}

.hero-slide.is-active {
    z-index: 1;
    opacity: 1;
    animation: hero-photo-ken-burns-out 6s linear forwards;
}

@keyframes hero-photo-ken-burns-out {
    from {
        transform: scale(1.15);
    }

    to {
        transform: scale(1.02);
    }
}

.hero-photo-overlay {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(14, 17, 40, 0.94) 0%,
            rgba(14, 17, 40, 0.78) 43%,
            rgba(14, 17, 40, 0.28) 78%,
            rgba(14, 17, 40, 0.16) 100%
        ),
        linear-gradient(
            180deg,
            rgba(14, 17, 40, 0.08) 40%,
            rgba(14, 17, 40, 0.48) 100%
        );
}

.hero-photo-banner .hero-grid-pattern {
    z-index: 2;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.hero-photo-banner .hero-grid {
    z-index: 3;
    display: flex;
    min-height: clamp(660px, 76vh, 790px);
    align-items: center;
    padding: 82px 0 116px;
}

.hero-banner-content {
    width: min(720px, 64%);
}

.hero-banner-content .eyebrow {
    color: var(--yellow);
    font-size: 14px;
}

.hero-photo-banner .hero-banner-content h1 {
    color: var(--white);
    text-shadow: 0 3px 26px rgba(0, 0, 0, 0.2);
}

.hero-photo-banner .hero-banner-content > p {
    color: rgba(255, 255, 255, 0.8);
}

.hero-banner-content .button-secondary {
    border-color: rgba(255, 255, 255, 0.52);
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.hero-banner-content .button-secondary:hover {
    border-color: var(--white);
    color: var(--navy);
    background: var(--white);
}

.hero-banner-content .hero-assurance span {
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.64);
}

.hero-banner-content .hero-assurance strong {
    color: var(--white);
}

.hero-slideshow-controls {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 38px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-slide-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-slide-dots button {
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 99px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    transition:
        width 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}

.hero-slide-dots button.is-active {
    width: 34px;
    border-color: var(--yellow);
    background: var(--yellow);
}

.hero-slideshow-toggle {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    padding: 8px 13px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(14, 17, 40, 0.24);
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.hero-content h1 {
    max-width: 690px;
    margin: 0;
    color: var(--navy);
    font-size: clamp(52px, 5.2vw, 74px);
    font-weight: 760;
    letter-spacing: -0.052em;
    line-height: 1.04;
}

.hero-content > p {
    max-width: 630px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 36px;
}

.hero-assurance {
    display: grid;
    margin-top: 58px;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.hero-assurance-single {
    grid-template-columns: minmax(260px, 360px);
}

.hero-assurance span {
    border-left: 1px solid var(--border);
    padding-left: 18px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
    text-transform: uppercase;
}

.hero-assurance strong {
    display: block;
    margin-bottom: 5px;
    color: var(--navy);
    font-size: 16px;
    text-transform: none;
}

.platform-preview-stage {
    position: relative;
    min-width: 0;
}

.platform-preview {
    position: relative;
    min-width: 0;
    border: 1px solid #d8dbe3;
    border-radius: 14px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
    transform-origin: center center;
    will-change: transform;
}

.platform-preview-stage.is-visible .platform-preview {
    animation: hero-ken-burns-continuous 8s ease-in-out 0.2s infinite alternate
        both;
}

@keyframes hero-ken-burns-continuous {
    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }
}

.preview-toolbar {
    display: grid;
    min-height: 47px;
    align-items: center;
    border-bottom: 1px solid var(--border);
    padding: 0 17px;
    color: var(--muted);
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 9px;
}

.preview-toolbar > div {
    display: flex;
    gap: 5px;
}

.preview-toolbar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d8dae1;
}

.preview-toolbar i:first-child {
    background: #f4b6ac;
}

.preview-toolbar i:nth-child(2) {
    background: #f7d982;
}

.preview-toolbar i:nth-child(3) {
    background: #9edac5;
}

.preview-toolbar span {
    color: var(--text);
    font-weight: 700;
    text-align: center;
}

.preview-toolbar small {
    text-align: right;
}

.preview-body {
    display: grid;
    min-height: 470px;
    grid-template-columns: 63px 1fr;
}

.preview-sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    border-right: 1px solid var(--border);
    padding-top: 22px;
    background: #fafbfc;
}

.preview-sidebar img {
    width: 31px;
    height: 31px;
    margin-bottom: 18px;
    object-fit: contain;
}

.preview-sidebar span {
    width: 20px;
    height: 7px;
    border-radius: 3px;
    background: #d9dce5;
}

.preview-sidebar span.active {
    width: 30px;
    height: 30px;
    background: var(--brand);
}

.preview-dashboard {
    min-width: 0;
    padding: 25px;
}

.preview-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.preview-heading small,
.preview-heading strong {
    display: block;
}

.preview-heading small {
    color: var(--muted);
    font-size: 8px;
}

.preview-heading strong {
    margin-top: 3px;
    font-size: 14px;
}

.preview-heading > span {
    border-radius: 4px;
    padding: 6px 8px;
    color: #14785c;
    background: #e2f4ed;
    font-size: 7px;
    font-weight: 700;
}

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

.preview-metrics article {
    min-height: 90px;
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 12px;
}

.preview-metrics small,
.preview-metrics strong,
.preview-metrics span {
    display: block;
}

.preview-metrics small {
    color: var(--muted);
    font-size: 7px;
}

.preview-metrics strong {
    margin: 7px 0 4px;
    color: var(--navy);
    font-size: 23px;
    line-height: 1;
}

.preview-metrics span {
    color: var(--success);
    font-size: 6px;
}

.preview-chart {
    margin-top: 11px;
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 13px;
}

.chart-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chart-title strong {
    font-size: 9px;
}

.chart-title small {
    color: var(--muted);
    font-size: 7px;
}

.chart-bars {
    display: flex;
    height: 105px;
    align-items: end;
    justify-content: space-around;
    gap: 9px;
    margin-top: 13px;
    border-bottom: 1px solid var(--border);
    background: repeating-linear-gradient(
        to top,
        #edf0f4 0,
        #edf0f4 1px,
        transparent 1px,
        transparent 27px
    );
}

.chart-bars span {
    width: 18px;
    height: var(--bar);
    border-radius: 3px 3px 0 0;
    background: var(--brand);
}

.chart-bars span:nth-child(6) {
    background: var(--yellow);
}

.preview-events {
    margin-top: 11px;
    border: 1px solid var(--border);
    border-radius: 7px;
}

.preview-events > div {
    display: grid;
    min-height: 42px;
    align-items: center;
    border-bottom: 1px solid var(--border);
    padding: 6px 10px;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
}

.preview-events > div:last-child {
    border-bottom: 0;
}

.preview-events i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
}

.preview-events strong,
.preview-events small {
    display: block;
}

.preview-events strong {
    font-size: 7px;
}

.preview-events small,
.preview-events b {
    color: var(--muted);
    font-size: 6px;
    font-weight: 500;
}

.preview-phone {
    position: absolute;
    right: -33px;
    bottom: -46px;
    width: 178px;
    min-height: 344px;
    border: 7px solid var(--navy);
    border-radius: 25px;
    padding: 26px 14px 16px;
    color: var(--text);
    background: #f8f9fb;
    box-shadow: 0 22px 45px rgba(22, 26, 56, 0.25);
}

.phone-notch {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 54px;
    height: 5px;
    border-radius: 99px;
    background: var(--navy);
    transform: translateX(-50%);
}

.phone-logo {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding-bottom: 11px;
    color: var(--brand);
    font-size: 12px;
    font-weight: 700;
}

.phone-logo > span {
    color: #d9a800;
}

.phone-logo small {
    color: var(--muted);
    font-size: 5px;
    font-weight: 500;
}

.preview-phone > small {
    display: block;
    margin-top: 18px;
    color: var(--muted);
    font-size: 7px;
}

.preview-phone > strong {
    display: block;
    margin: 7px 0 12px;
    color: var(--navy);
    font-size: 25px;
    letter-spacing: -0.04em;
}

.phone-status {
    border-radius: 4px;
    padding: 7px;
    color: #13755a;
    background: #dff4ec;
    font-size: 7px;
    font-weight: 700;
}

.phone-stats {
    display: grid;
    margin-top: 9px;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.phone-stats > span {
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 8px;
    font-size: 10px;
    font-weight: 650;
}

.phone-stats small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 5px;
    font-weight: 500;
}

.preview-phone button {
    width: 100%;
    margin-top: 10px;
    border: 0;
    border-radius: 4px;
    padding: 8px;
    color: var(--navy);
    background: var(--yellow);
    font-size: 6px;
    font-weight: 700;
}

.credibility-bar {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--white);
}

.credibility-bar .site-container {
    display: flex;
    min-height: 84px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.credibility-bar span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.credibility-bar div {
    display: flex;
    align-items: center;
    gap: clamp(28px, 5vw, 70px);
}

.credibility-bar strong {
    color: #9a9ead;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.section {
    padding: 112px 0;
}

.section-heading {
    display: grid;
    align-items: end;
    margin-bottom: 58px;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 90px;
}

.section-heading h2,
.product-copy h2,
.pricing-copy h2,
.service-copy h2,
.insurance-content h2,
.testimonials-heading h2,
.contact-copy h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(40px, 4.8vw, 62px);
    font-weight: 730;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.section-heading > p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.section-solutions {
    background: var(--white);
}

.solution-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.solution-card {
    position: relative;
    display: grid;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 33px;
    background: var(--white);
    grid-template-columns: 48px 1fr auto;
    gap: 25px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.solution-card:hover {
    border-color: #b9b6dc;
    box-shadow: var(--shadow-sm);
    transform: translateY(-3px);
}

.solution-card-featured {
    color: var(--white);
    border-color: var(--navy);
    background: var(--navy);
}

.solution-index {
    position: absolute;
    top: 19px;
    right: 21px;
    color: #a2a6b4;
    font-size: 10px;
    font-weight: 700;
}

.solution-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 7px;
    color: var(--brand);
    background: #efeff8;
}

.solution-card-featured .solution-icon {
    color: var(--navy);
    background: var(--yellow);
}

.solution-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.solution-card small {
    display: block;
    margin: 5px 0 12px;
    color: var(--brand);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.solution-card-featured small {
    color: var(--yellow);
}

.solution-card h3 {
    max-width: 460px;
    margin: 0;
    color: var(--navy);
    font-size: 24px;
    line-height: 1.25;
}

.solution-card-featured h3 {
    color: var(--white);
}

.solution-card p {
    max-width: 480px;
    margin: 15px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
}

.solution-card-featured p {
    color: rgba(255, 255, 255, 0.65);
}

.card-arrow {
    align-self: end;
    color: var(--brand);
    font-size: 20px;
}

.solution-card-featured .card-arrow {
    color: var(--yellow);
}

.section-app {
    color: var(--text);
    background: var(--white);
}

.app-showcase {
    position: relative;
}

.app-promo-panel {
    position: relative;
    display: flex;
    min-height: 610px;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    background-image: url("site/hero.jpg");
    background-position: center;
    background-size: cover;
    box-shadow: var(--shadow-sm);
}

.app-promo-panel::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(14, 17, 40, 0.96) 0%,
        rgba(14, 17, 40, 0.9) 42%,
        rgba(14, 17, 40, 0.46) 68%,
        rgba(14, 17, 40, 0.12) 100%
    );
    content: "";
}

.app-promo-content {
    position: relative;
    z-index: 1;
    width: min(760px, 61%);
    padding: clamp(45px, 7vw, 90px);
}

.app-promo-kicker {
    display: block;
    margin-bottom: 18px;
    color: var(--yellow);
    font-size: clamp(16px, 1.4vw, 19px);
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 1.2;
    text-transform: uppercase;
}

.app-promo-content h2 {
    max-width: 750px;
    margin: 0;
    color: var(--white);
    font-size: clamp(43px, 5vw, 70px);
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.app-promo-content > p:not(.app-language-availability) {
    max-width: 690px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 19px;
    line-height: 1.68;
}

.app-trial-button {
    margin-top: 34px;
    padding-inline: 30px;
    text-transform: uppercase;
}

.app-language-availability {
    position: relative;
    margin: 25px 0 0;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 650;
}

.app-language-availability::before {
    position: absolute;
    top: -1px;
    left: 0;
    color: var(--yellow);
    content: "●";
    font-size: 11px;
}

.app-benefit-box {
    position: relative;
    z-index: 2;
    display: grid;
    width: calc(100% - 80px);
    margin: -56px auto 0;
    color: var(--white);
    background: var(--brand);
    box-shadow: 0 24px 55px rgba(22, 26, 56, 0.2);
    grid-template-columns: repeat(4, 1fr);
}

.app-benefit-box article {
    display: flex;
    min-width: 0;
    min-height: 205px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 27px 24px;
    text-align: center;
}

.app-benefit-box article:last-child {
    border-right: 0;
}

.app-benefit-box svg {
    width: 53px;
    height: 53px;
    margin-bottom: 20px;
    fill: none;
    stroke: var(--yellow);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.app-benefit-box strong {
    max-width: 240px;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.35;
}

.product-intro-grid {
    display: grid;
    align-items: start;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(70px, 10vw, 145px);
}

.section-app .product-copy h2 {
    color: var(--navy);
}

.section-app .eyebrow {
    color: var(--brand);
}

.product-copy > p {
    margin: 25px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.language-list {
    display: flex;
    gap: 8px;
    margin-top: 30px;
}

.language-list span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid #c9ccd6;
    border-radius: 6px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
}

.language-list span:first-child {
    color: var(--navy);
    border-color: var(--yellow);
    background: var(--yellow);
}

.app-feature-list {
    border-top: 1px solid var(--border);
}

.app-feature-list article {
    display: grid;
    min-height: 126px;
    border-bottom: 1px solid var(--border);
    padding: 27px 0;
    grid-template-columns: 48px 1fr;
    gap: 16px;
}

.app-feature-list > article > span {
    color: var(--brand);
    font-size: 11px;
    font-weight: 700;
}

.app-feature-list h3,
.app-feature-list p {
    margin: 0;
}

.app-feature-list h3 {
    color: var(--navy);
    font-size: 20px;
}

.app-feature-list p {
    max-width: 580px;
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
}

.compliance-note {
    margin-top: 35px;
    color: #858a9a;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.section-pricing {
    background: var(--section-alternate);
}

.pricing-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 0.9fr 0.72fr;
    gap: clamp(70px, 11vw, 160px);
}

.pricing-copy > p {
    max-width: 620px;
    margin: 27px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.pricing-policies {
    display: grid;
    margin-top: 42px;
    grid-template-columns: minmax(220px, 0.55fr);
    gap: 16px;
}

.pricing-policies span {
    border-left: 2px solid var(--yellow);
    padding-left: 16px;
    color: var(--muted);
    font-size: 14px;
}

.pricing-policies strong {
    display: block;
    margin-bottom: 4px;
    color: var(--navy);
    font-size: 15px;
}

.professional-price-card {
    overflow: hidden;
    border: 1px solid #d7d9e1;
    border-top: 4px solid var(--brand);
    border-radius: 10px;
    padding: 32px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
}

.price-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding-bottom: 19px;
}

.price-card-header span {
    color: var(--navy);
    font-size: 15px;
    font-weight: 650;
}

.price-card-header small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price-value {
    display: flex;
    align-items: flex-start;
    padding: 30px 0 22px;
}

.price-value sup {
    margin-top: 12px;
    color: var(--navy);
    font-size: 23px;
    font-weight: 650;
}

.price-value strong {
    color: var(--navy);
    font-size: clamp(68px, 7vw, 88px);
    letter-spacing: -0.08em;
    line-height: 0.9;
}

.price-value > span {
    margin: 13px 0 0 18px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.trial-highlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 13px 15px;
    color: var(--navy);
    background: #fff5d3;
}

.trial-highlight strong {
    font-size: 14px;
}

.trial-highlight span {
    color: #796830;
    font-size: 12px;
}

.professional-price-card ul {
    display: grid;
    margin: 25px 0;
    padding: 0;
    gap: 11px;
    list-style: none;
}

.professional-price-card li {
    position: relative;
    padding-left: 23px;
    color: #44485c;
    font-size: 15px;
    line-height: 1.45;
}

.professional-price-card li::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    color: var(--brand);
    content: "✓";
    font-weight: 700;
}

.price-note {
    display: block;
    margin-top: 11px;
    color: var(--muted);
    font-size: 12px;
    text-align: center;
}

.section-service {
    background: var(--white);
}

.section-training {
    padding-bottom: 0;
    background: var(--section-alternate);
}

.service-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 0.92fr;
    gap: clamp(60px, 8vw, 110px);
}

.service-grid-reverse {
    grid-template-columns: 0.92fr 1fr;
}

.service-image {
    position: relative;
}

.service-image > img {
    width: 100%;
    aspect-ratio: 1.12;
    border-radius: 9px;
    object-fit: cover;
    box-shadow: var(--shadow-sm);
}

.image-caption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    min-width: 235px;
    border-left: 4px solid var(--yellow);
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-sm);
}

.image-caption strong,
.image-caption span {
    display: block;
}

.image-caption strong {
    color: var(--navy);
    font-size: 14px;
}

.image-caption span {
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
}

.service-copy > p {
    margin: 25px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.professional-list {
    display: grid;
    margin: 35px 0;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    gap: 0 25px;
    list-style: none;
}

.professional-list li {
    position: relative;
    min-height: 62px;
    border-top: 1px solid var(--border);
    padding: 17px 0 13px 23px;
    color: #44485b;
    font-size: 14px;
    line-height: 1.45;
}

.professional-list li::before {
    position: absolute;
    top: 16px;
    left: 0;
    color: var(--brand);
    content: "✓";
    font-weight: 700;
}

.section-slot {
    overflow: hidden;
}

.partner-grid {
    align-items: stretch;
    grid-template-columns: minmax(0, 1.14fr) minmax(470px, 0.86fr);
    gap: clamp(52px, 6vw, 90px);
}

.partner-photo {
    min-height: 0;
    align-self: stretch;
    overflow: hidden;
    border-radius: 9px;
}

.partner-photo > img {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-position: 54% center;
    box-shadow: 0 24px 65px rgba(22, 26, 56, 0.14);
}

.partner-photo-cta {
    position: absolute;
    right: 26px;
    bottom: 26px;
    z-index: 2;
    min-width: 250px;
    box-shadow: 0 14px 30px rgba(255, 199, 38, 0.28);
}

.partner-copy h2 {
    max-width: 650px;
    font-size: clamp(52px, 5.6vw, 76px);
    line-height: 1;
}

.partner-copy > p {
    max-width: 650px;
    font-size: 19px;
}

.partner-benefits {
    margin: 38px 0 0;
    gap: 14px;
}

.partner-benefits li {
    display: flex;
    min-height: 92px;
    align-items: center;
    border: 1px solid #e0e1e8;
    border-radius: 10px;
    padding: 19px 18px 19px 66px;
    color: var(--navy);
    background: #f8f8fb;
    box-shadow: 0 10px 26px rgba(22, 26, 56, 0.045);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.partner-benefits li::before {
    top: 50%;
    left: 18px;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: var(--navy);
    background: var(--yellow);
    box-shadow: 0 6px 16px rgba(255, 199, 38, 0.28);
    font-size: 15px;
    transform: translateY(-50%);
}

.partner-benefits li:hover {
    border-color: rgba(72, 68, 157, 0.32);
    background: var(--white);
    box-shadow: 0 16px 34px rgba(22, 26, 56, 0.09);
    transform: translateY(-2px);
}

.training-primary-cta {
    margin-top: 30px;
}

.training-carousel {
    --training-slides-per-view: 4;
    margin-top: 48px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.training-carousel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 30px;
}

.training-carousel-heading h3 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(30px, 3.1vw, 42px);
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
}

.training-carousel-controls {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.training-carousel-button {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid #cdd0da;
    border-radius: 7px;
    color: var(--navy);
    background: var(--white);
    font: inherit;
    font-size: 20px;
    font-weight: 650;
    cursor: pointer;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.training-carousel-button.next,
.training-carousel-button:hover {
    border-color: var(--yellow);
    background: var(--yellow);
}

.training-carousel-button:active {
    transform: scale(0.95);
}

.training-carousel-button:focus-visible,
.training-carousel-viewport:focus-visible {
    outline: 3px solid rgba(72, 68, 157, 0.25);
    outline-offset: 3px;
}

.training-carousel-viewport {
    overflow: hidden;
    padding: 5px 2px 16px;
    cursor: grab;
    touch-action: pan-y;
}

.training-carousel-viewport:active {
    cursor: grabbing;
}

.training-carousel-track {
    display: flex;
    gap: 16px;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.training-module-card {
    position: relative;
    display: flex;
    min-height: 166px;
    flex: 0 0 calc((100% - 48px) / 4);
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #dedfe6;
    border-top: 4px solid var(--yellow);
    border-radius: 9px;
    padding: 24px 22px;
    background: linear-gradient(180deg, #fff 0%, #f9f9fc 100%);
    box-shadow: 0 10px 25px rgba(22, 26, 56, 0.055);
}

.training-module-card::after {
    position: absolute;
    right: -13px;
    bottom: -34px;
    color: rgba(72, 68, 157, 0.055);
    content: attr(data-module);
    font-size: 96px;
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 1;
}

.training-module-card span,
.training-module-card h4 {
    position: relative;
    z-index: 1;
}

.training-module-card span {
    margin-bottom: 17px;
    color: var(--brand);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.training-module-card h4 {
    margin: 0;
    color: var(--navy);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
}

.training-carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 12px;
    margin-top: 12px;
}

.training-carousel-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 99px;
    padding: 0;
    background: #c7c9d2;
    cursor: pointer;
    transition:
        width 0.25s ease,
        background 0.25s ease;
}

.training-carousel-dots button.is-active {
    width: 30px;
    background: var(--yellow);
}

.training-quick-facts {
    margin-top: 48px;
    color: var(--white);
    background: var(--brand);
}

.training-quick-facts-grid {
    display: grid;
    min-height: 188px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.training-quick-fact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 34px;
    text-align: center;
}

.training-quick-fact:not(:last-child)::after {
    position: absolute;
    top: 34px;
    right: 0;
    bottom: 34px;
    width: 1px;
    background: rgba(255, 255, 255, 0.17);
    content: "";
}

.training-quick-fact svg,
.training-assistance-card svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.training-quick-fact svg {
    margin-bottom: 13px;
    color: var(--yellow);
}

.training-quick-fact strong,
.training-quick-fact span {
    display: block;
}

.training-quick-fact strong {
    font-size: 20px;
    font-weight: 760;
    line-height: 1.3;
}

.training-quick-fact span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.4;
}

.training-quick-fact .training-open-places {
    color: #58ed67;
    font-size: 22px;
    font-weight: 820;
}

.training-assistance-section {
    padding: 68px 0 92px;
    background: var(--white);
}

.training-assistance-section h3 {
    margin: 0 0 42px;
    color: var(--navy);
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 820;
    letter-spacing: -0.03em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

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

.training-assistance-card {
    display: flex;
    min-height: 230px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 34px 36px;
    text-align: center;
    box-shadow: 0 16px 36px rgba(22, 26, 56, 0.09);
}

.training-assistance-card svg {
    margin-bottom: 18px;
}

.training-assistance-card strong {
    font-size: 23px;
    font-weight: 820;
    line-height: 1.2;
    text-transform: uppercase;
}

.training-assistance-card span {
    max-width: 330px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.45;
}

.training-assistance-card.is-brand {
    color: var(--white);
    background: var(--brand);
}

.training-assistance-card.is-yellow {
    color: var(--navy);
    background: var(--yellow);
}

.section-insurance {
    position: relative;
    isolation: isolate;
    min-height: clamp(690px, 78vh, 820px);
    overflow: hidden;
    padding: 0;
    background: var(--navy);
}

.insurance-slideshow,
.insurance-slide,
.insurance-photo-overlay {
    position: absolute;
    inset: 0;
}

.insurance-slideshow {
    z-index: 0;
    overflow: hidden;
    background: var(--navy);
}

.insurance-slide {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-position: center center;
    background-size: cover;
    transform: scale(1.02);
    transition: opacity 0.9s ease;
}

.insurance-slide.is-active {
    z-index: 1;
    opacity: 1;
    animation: insurance-photo-ken-burns-out 6s linear forwards;
}

@keyframes insurance-photo-ken-burns-out {
    from {
        transform: scale(1.15);
    }

    to {
        transform: scale(1.02);
    }
}

.insurance-photo-overlay {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(14, 17, 40, 0.3) 0%,
            rgba(14, 17, 40, 0.62) 42%,
            rgba(14, 17, 40, 0.94) 70%,
            rgba(14, 17, 40, 0.98) 100%
        ),
        linear-gradient(
            180deg,
            rgba(14, 17, 40, 0.08) 40%,
            rgba(14, 17, 40, 0.5) 100%
        );
}

.insurance-banner-inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: clamp(690px, 78vh, 820px);
    align-items: center;
    justify-content: flex-end;
    padding: 76px 0 108px;
}

.insurance-content {
    width: min(610px, 54%);
    color: var(--white);
}

.insurance-content h2 {
    color: var(--white);
    font-size: clamp(50px, 5vw, 70px);
}

.insurance-content .eyebrow {
    color: var(--yellow);
    font-size: 16px;
}

.insurance-content > p {
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.7;
}

.insurance-benefits {
    display: grid;
    margin: 34px 0 38px;
    grid-template-columns: 1fr 1fr;
    column-gap: 26px;
}

.insurance-benefits article {
    display: grid;
    min-height: 76px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
}

.insurance-benefits svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: var(--yellow);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.insurance-benefits strong {
    color: var(--white);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.insurance-slideshow-controls {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 34px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insurance-slide-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.insurance-slide-dots button {
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 99px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    transition:
        width 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}

.insurance-slide-dots button.is-active {
    width: 34px;
    border-color: var(--yellow);
    background: var(--yellow);
}

.insurance-slideshow-toggle {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    padding: 8px 13px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(14, 17, 40, 0.24);
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.section-testimonials {
    overflow: hidden;
    background: var(--section-alternate);
}

.testimonials-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
}

.testimonials-heading h2 {
    max-width: 800px;
}

.testimonial-navigation {
    display: flex;
    gap: 8px;
}

.carousel-button {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid #bfc3cd;
    border-radius: 6px;
    color: var(--navy);
    background: var(--white);
    font-size: 18px;
    cursor: pointer;
}

.carousel-button:hover {
    color: var(--white);
    border-color: var(--navy);
    background: var(--navy);
}

.testimonial-track {
    display: grid;
    overflow-x: auto;
    padding-bottom: 8px;
    grid-auto-columns: minmax(350px, 1fr);
    grid-auto-flow: column;
    gap: 16px;
    overscroll-behavior-inline: contain;
    scroll-behavior: auto;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-y;
}

.testimonial-track::-webkit-scrollbar {
    display: none;
}

.testimonial-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    user-select: none;
}

.testimonial-card {
    display: flex;
    min-height: 350px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--border);
    border-radius: 9px;
    padding: 30px;
    background: var(--white);
    scroll-snap-align: start;
}

.testimonial-card blockquote {
    margin: 0;
    color: #333749;
    font-size: 16px;
    line-height: 1.75;
}

.testimonial-card > div {
    display: flex;
    align-items: center;
    gap: 13px;
    border-top: 1px solid var(--border);
    padding-top: 19px;
}

.testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card strong,
.testimonial-card small {
    display: block;
}

.testimonial-card strong {
    color: var(--navy);
    font-size: 15px;
}

.testimonial-card small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
}

.section-contact {
    color: var(--text);
    background-color: #f5f5f7;
    background-image: url("site/pattern.png");
}

.contact-grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: clamp(55px, 7vw, 105px);
}

.contact-copy h2 {
    color: var(--navy);
}

.contact-copy .eyebrow {
    color: var(--brand);
}

.contact-copy > p {
    max-width: 530px;
    margin: 22px 0 35px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.contact-copy dl {
    display: grid;
    margin: 0;
    gap: 13px;
}

.contact-detail {
    display: grid;
    align-items: center;
    grid-template-columns: 58px 1fr;
    gap: 17px;
}

.contact-detail-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--navy);
    background: var(--yellow);
}

.contact-detail-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.contact-detail-body {
    min-width: 0;
}

.contact-copy dt {
    margin-bottom: 4px;
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
}

.contact-copy dd {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.contact-copy a:hover {
    color: var(--brand);
}

.contact-form-panel {
    border: 1px solid #e5e6eb;
    border-radius: 0;
    padding: clamp(32px, 4vw, 52px);
    color: var(--text);
    background: var(--white);
    box-shadow: 0 20px 55px rgba(22, 26, 56, 0.07);
}

.form-heading {
    display: block;
    border-bottom: 1px solid var(--border);
    padding-bottom: 21px;
}

.form-heading h2,
.form-heading p {
    margin: 0;
}

.form-heading .eyebrow {
    margin-bottom: 10px;
}

.form-heading h2 {
    color: var(--navy);
    font-size: clamp(27px, 3vw, 38px);
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-transform: uppercase;
}

.form-heading p {
    margin-top: 9px;
    color: var(--muted);
    font-size: 13px;
}

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

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.contact-form label {
    display: grid;
    min-width: 0;
    gap: 6px;
    color: #44485b;
    font-size: 12px;
    font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #cfd2da;
    border-radius: 2px;
    padding: 12px 13px;
    color: var(--text);
    background: var(--white);
    font-size: 15px;
}

.contact-form input,
.contact-form select {
    min-height: 47px;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--brand);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(72, 68, 157, 0.1);
}

.website-field {
    position: absolute;
    left: -9999px;
}

.form-message {
    margin-top: 18px;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 14px;
}

.form-message.success {
    color: #166147;
    background: #e2f4ed;
}

.form-message.error {
    color: #8b2d25;
    background: #fde7e4;
}

.site-footer {
    padding: 0;
    color: var(--text);
    border-top: 0;
    background: #f1f1f4;
}

.footer-contact-banner {
    color: var(--navy);
    background: var(--yellow);
}

.footer-contact-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 116px;
    gap: 35px;
}

.footer-contact-banner-inner > strong {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-contact-banner-inner > a {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-contact-banner-inner > a:hover {
    color: var(--brand);
}

.footer-phone-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(22, 26, 56, 0.72);
    border-radius: 50%;
}

.footer-phone-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
}

.footer-contact-banner small,
.footer-contact-banner b {
    display: block;
}

.footer-contact-banner small {
    margin-bottom: 2px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-contact-banner b {
    font-size: 20px;
}

.footer-main {
    display: grid;
    align-items: start;
    padding-block: 62px;
    grid-template-columns: 135px minmax(300px, 1.45fr) minmax(220px, 0.75fr);
    gap: clamp(45px, 8vw, 110px);
}

.footer-brand img {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: var(--white);
    object-fit: contain;
}

.footer-about > p {
    max-width: 560px;
    margin: 0 0 19px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

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

.footer-socials a {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid #d8d9df;
    border-radius: 50%;
    color: var(--navy);
    background: var(--white);
}

.footer-socials a:hover {
    color: var(--white);
    border-color: var(--brand);
    background: var(--brand);
}

.footer-socials svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    stroke: none;
}

.footer-socials a[aria-label="Instagram"] rect,
.footer-socials a[aria-label="Instagram"] circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.footer-socials a[aria-label="LinkedIn"] rect,
.footer-socials a[aria-label="LinkedIn"] circle {
    fill: currentColor;
    stroke: none;
}

.site-footer h3 {
    margin: 0 0 18px;
    color: var(--brand);
    font-size: 16px;
}

.site-footer ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 11px;
    list-style: none;
}

.site-footer li,
.footer-institutional a {
    color: var(--muted);
    font-size: 14px;
}

.site-footer a:hover {
    color: var(--brand);
}

.footer-bottom {
    margin-top: 0;
    border-top: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.62);
    background: var(--brand);
    font-size: 9px;
    text-transform: uppercase;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
}

.eyebrow.home-section-label,
.app-promo-kicker.home-section-label {
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.15;
}

.hero-banner-content,
.app-promo-content,
.pricing-copy,
.service-copy,
.insurance-content,
.contact-copy,
.contact-form-panel,
.testimonial-card,
.professional-list li {
    text-align: left;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 70;
    display: grid;
    width: 58px;
    min-width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    padding: 0;
    color: var(--white);
    background: #25d366;
    box-shadow: 0 12px 30px rgba(22, 26, 56, 0.24);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    background: #1fbd5a;
    box-shadow: 0 16px 34px rgba(22, 26, 56, 0.3);
    transform: translateY(-2px);
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
    stroke: none;
}

.narrow-page {
    width: min(800px, calc(100% - 40px));
    min-height: 62vh;
    margin: 0 auto;
    padding: 100px 0;
}

.narrow-page h1 {
    margin: 0 0 22px;
    color: var(--navy);
    font-size: clamp(42px, 6vw, 66px);
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.narrow-page p {
    color: var(--muted);
    font-size: 16px;
}

.notice {
    margin: 25px 0;
    border-left: 3px solid var(--yellow);
    padding: 15px;
    background: #fff5d3;
}

.text-link {
    color: var(--brand);
    font-weight: 700;
}

.reveal {
    transition:
        opacity 0.55s ease,
        transform 0.55s ease;
}

.reveal.is-entering {
    opacity: 0;
    transform: translateY(18px);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .site-container {
        width: min(var(--site-width), calc(100% - 40px));
    }

    .site-menu {
        gap: 8px;
    }

    .site-menu a {
        font-size: 16px;
    }

    .account-link {
        display: none;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 0.83fr) minmax(500px, 1.17fr);
        gap: 50px;
    }

    .preview-phone {
        right: -15px;
    }

    .professional-list {
        grid-template-columns: 1fr;
    }

    .partner-grid {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
        gap: 38px;
    }

    .partner-photo > img {
        height: 100%;
    }

    .partner-copy h2 {
        font-size: clamp(48px, 5.6vw, 62px);
    }

    .partner-benefits li {
        min-height: 78px;
    }

    .training-carousel {
        --training-slides-per-view: 3;
    }

    .training-module-card {
        flex-basis: calc((100% - 32px) / 3);
    }

    .app-benefit-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .app-benefit-box article:nth-child(2) {
        border-right: 0;
    }

    .app-benefit-box article:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 900px) {
    html {
        scroll-padding-top: 74px;
    }

    .announcement-inner {
        min-height: 60px;
        gap: 15px;
    }

    .topbar-contact {
        gap: 15px;
    }

    .topbar-contact a {
        gap: 7px;
        font-size: 12px;
    }

    .topbar-contact svg {
        width: 19px;
        height: 19px;
    }

    .topbar-actions {
        gap: 14px;
    }

    .language-switcher {
        gap: 3px;
    }

    .language-switcher button {
        width: 27px;
        height: 24px;
    }

    .language-switcher img {
        width: 22px;
        height: 15px;
    }

    .topbar-socials a {
        width: 31px;
        height: 31px;
    }

    .topbar-socials svg {
        width: 16px;
        height: 16px;
    }

    .navigation-row {
        min-height: 72px;
    }

    .site-logo img {
        width: 58px;
        height: 58px;
    }

    .menu-toggle {
        display: flex;
        width: 48px;
        align-items: center;
        flex-direction: column;
        gap: 4px;
        margin-left: auto;
        border: 0;
        padding: 7px;
        color: var(--navy);
        background: transparent;
    }

    .menu-toggle span {
        width: 22px;
        height: 2px;
        background: currentColor;
    }

    .menu-toggle strong {
        margin-top: 2px;
        font-size: 8px;
        text-transform: uppercase;
    }

    .site-menu {
        position: absolute;
        top: 72px;
        right: 0;
        left: 0;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        border-bottom: 1px solid var(--border);
        padding: 8px 20px 20px;
        background: var(--white);
        box-shadow: 0 18px 35px rgba(22, 26, 56, 0.12);
    }

    .site-menu.open {
        display: flex;
    }

    .site-menu a {
        border-bottom: 1px solid var(--border);
        padding: 13px 2px;
        font-size: 15px;
    }

    .hero-section {
        padding-top: 70px;
    }

    .hero-grid,
    .section-heading,
    .product-intro-grid,
    .pricing-grid,
    .service-grid,
    .service-grid-reverse,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        gap: 80px;
    }

    .app-promo-content {
        width: min(720px, 76%);
    }

    .platform-preview {
        width: calc(100% - 25px);
    }

    .credibility-bar .site-container {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        padding-block: 20px;
    }

    .section {
        padding: 90px 0;
    }

    .section-training {
        padding-bottom: 0;
    }

    .section-heading {
        align-items: start;
        gap: 26px;
    }

    .section-heading > p {
        max-width: 700px;
    }

    .product-intro-grid,
    .pricing-grid,
    .service-grid {
        gap: 60px;
    }

    .professional-price-card {
        width: min(100%, 600px);
    }

    .service-grid-reverse .service-copy {
        order: 2;
    }

    .service-grid-reverse .service-image {
        order: 1;
    }

    .service-image > img {
        aspect-ratio: 1.5;
    }

    .partner-grid {
        gap: 54px;
    }

    .partner-photo {
        align-self: auto;
    }

    .partner-photo > img {
        height: auto;
        min-height: 540px;
        aspect-ratio: 1.35;
    }

    .partner-copy h2 {
        max-width: 760px;
        font-size: clamp(52px, 8vw, 68px);
    }

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

    .training-carousel {
        --training-slides-per-view: 2;
        padding: 0;
    }

    .training-module-card {
        flex-basis: calc((100% - 16px) / 2);
    }

    .training-quick-fact {
        padding-inline: 20px;
    }

    .training-quick-fact strong {
        font-size: 17px;
    }

    .training-quick-fact span {
        font-size: 14px;
    }

    .training-assistance-card {
        min-height: 215px;
        padding: 28px 22px;
    }

    .training-assistance-card span {
        font-size: 16px;
    }

    .section-insurance,
    .insurance-banner-inner {
        min-height: 820px;
    }

    .insurance-photo-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(14, 17, 40, 0.22) 0%,
                rgba(14, 17, 40, 0.76) 48%,
                rgba(14, 17, 40, 0.97) 100%
            ),
            linear-gradient(
                180deg,
                rgba(14, 17, 40, 0.08) 30%,
                rgba(14, 17, 40, 0.62) 100%
            );
    }

    .insurance-banner-inner {
        padding-top: 70px;
        padding-bottom: 112px;
    }

    .insurance-content {
        width: min(650px, 72%);
    }

    .insurance-slide {
        background-position: 38% center;
    }

    .testimonial-track {
        grid-auto-columns: minmax(330px, 70%);
    }

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

    .footer-institutional {
        grid-column: 2;
    }
}

@media (max-width: 620px) {
    .site-container {
        width: min(var(--site-width), calc(100% - 30px));
    }

    .navigation-row {
        gap: 10px;
    }

    .header-actions {
        gap: 0;
    }

    .header-actions .button {
        min-height: 42px;
        padding: 9px 13px;
        font-size: 12px;
    }

    .announcement-inner {
        min-height: 0;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding-block: 10px;
    }

    .topbar-contact,
    .topbar-actions {
        width: 100%;
        justify-content: center;
    }

    .topbar-contact {
        gap: 12px;
    }

    .topbar-contact a {
        font-size: 10px;
    }

    .topbar-contact svg {
        width: 17px;
        height: 17px;
    }

    .topbar-socials a {
        width: 29px;
        height: 29px;
    }

    .hero-section {
        padding: 58px 0 76px;
    }

    .hero-grid-pattern {
        background-size: 32px 32px;
    }

    .hero-content h1 {
        font-size: 45px;
    }

    .hero-content > p {
        font-size: 16px;
    }

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

    .hero-assurance {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 42px;
    }

    .hero-assurance span {
        min-height: 42px;
    }

    .platform-preview {
        width: calc(100% - 12px);
    }

    .preview-toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .preview-toolbar small {
        display: none;
    }

    .preview-toolbar span {
        text-align: right;
    }

    .preview-body {
        min-height: 410px;
        grid-template-columns: 45px 1fr;
    }

    .preview-sidebar {
        gap: 15px;
    }

    .preview-sidebar img {
        width: 27px;
        height: 27px;
    }

    .preview-dashboard {
        padding: 15px;
    }

    .preview-heading > span,
    .preview-metrics article:nth-child(3),
    .preview-events {
        display: none;
    }

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

    .chart-bars span {
        width: 13px;
    }

    .preview-phone {
        right: -12px;
        bottom: -56px;
        width: 150px;
        min-height: 300px;
        padding: 24px 11px 13px;
    }

    .preview-phone > strong {
        font-size: 21px;
    }

    .credibility-bar div {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        gap: 8px 25px;
    }

    .section {
        padding: 72px 0;
    }

    .section-training {
        padding-bottom: 0;
    }

    .app-promo-panel {
        min-height: 760px;
        align-items: flex-start;
        background-position: 60% center;
    }

    .app-promo-panel::before {
        background: linear-gradient(
            180deg,
            rgba(14, 17, 40, 0.98) 0%,
            rgba(14, 17, 40, 0.93) 58%,
            rgba(14, 17, 40, 0.66) 100%
        );
    }

    .app-promo-content {
        width: 100%;
        padding: 48px 24px 155px;
    }

    .app-promo-kicker {
        font-size: 17px;
    }

    .app-promo-content h2 {
        font-size: 42px;
    }

    .app-promo-content > p:not(.app-language-availability) {
        font-size: 17px;
    }

    .app-benefit-box {
        width: calc(100% - 24px);
        margin-top: -42px;
        grid-template-columns: 1fr;
    }

    .app-benefit-box article,
    .app-benefit-box article:nth-child(2) {
        min-height: 165px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .app-benefit-box article:last-child {
        border-bottom: 0;
    }

    .section-heading h2,
    .product-copy h2,
    .pricing-copy h2,
    .service-copy h2,
    .insurance-content h2,
    .testimonials-heading h2,
    .contact-copy h2 {
        font-size: 39px;
    }

    .solution-cards {
        grid-template-columns: 1fr;
    }

    .solution-card {
        min-height: 250px;
        padding: 27px;
        grid-template-columns: 43px 1fr;
        gap: 18px;
    }

    .solution-icon {
        width: 43px;
        height: 43px;
    }

    .card-arrow {
        display: none;
    }

    .solution-card h3 {
        font-size: 21px;
    }

    .app-feature-list article {
        grid-template-columns: 36px 1fr;
    }

    .pricing-policies,
    .professional-list,
    .insurance-benefits,
    .form-row {
        grid-template-columns: 1fr;
    }

    .professional-price-card {
        padding: 24px;
    }

    .price-value strong {
        font-size: 67px;
    }

    .trial-highlight {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .service-image > img {
        aspect-ratio: 1.08;
    }

    .image-caption {
        right: 12px;
        bottom: 12px;
        left: 12px;
        min-width: 0;
    }

    .training-carousel {
        --training-slides-per-view: 1;
        margin-top: 42px;
        padding: 0;
    }

    .training-carousel-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 22px;
    }

    .training-carousel-heading h3 {
        font-size: 26px;
    }

    .training-module-card {
        min-height: 160px;
        flex-basis: 100%;
    }

    .training-quick-facts {
        margin-top: 48px;
    }

    .training-quick-facts-grid,
    .training-assistance-grid {
        grid-template-columns: 1fr;
    }

    .training-quick-fact {
        min-height: 164px;
    }

    .training-quick-fact:not(:last-child)::after {
        top: auto;
        right: 28px;
        bottom: 0;
        left: 28px;
        width: auto;
        height: 1px;
    }

    .training-assistance-section {
        padding: 58px 0 76px;
    }

    .training-assistance-section h3 {
        margin-bottom: 32px;
        font-size: 28px;
    }

    .training-assistance-grid {
        gap: 14px;
    }

    .training-assistance-card {
        min-height: 205px;
    }

    .section-insurance,
    .insurance-banner-inner {
        min-height: 980px;
    }

    .insurance-photo-overlay {
        background: linear-gradient(
            180deg,
            rgba(14, 17, 40, 0.28) 0%,
            rgba(14, 17, 40, 0.86) 36%,
            rgba(14, 17, 40, 0.98) 100%
        );
    }

    .insurance-slide {
        background-position: 42% center;
    }

    .insurance-banner-inner {
        align-items: flex-end;
        padding-top: 100px;
        padding-bottom: 118px;
    }

    .insurance-content {
        width: 100%;
    }

    .insurance-content > p {
        font-size: 16px;
    }

    .insurance-benefits article {
        min-height: 64px;
    }

    .insurance-benefits strong {
        font-size: 17px;
    }

    .testimonial-track {
        grid-auto-columns: 88%;
    }

    .testimonial-card {
        min-height: 390px;
        padding: 24px;
    }

    .testimonials-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-form-panel {
        padding: 26px 21px;
    }

    .partner-grid {
        gap: 38px;
    }

    .partner-photo > img {
        min-height: 460px;
        aspect-ratio: 0.98;
    }

    .partner-photo-cta {
        right: 14px;
        bottom: 14px;
        left: 14px;
        min-width: 0;
    }

    .partner-copy h2 {
        font-size: clamp(44px, 13vw, 56px);
    }

    .partner-copy > p {
        font-size: 17px;
    }

    .partner-benefits {
        grid-template-columns: 1fr;
    }

    .partner-benefits li {
        min-height: 78px;
    }

    .footer-contact-banner-inner {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
        gap: 18px;
        padding-block: 25px;
    }

    .footer-contact-banner-inner > strong {
        font-size: 15px;
    }

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

    .footer-institutional {
        grid-column: auto;
    }

    .footer-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        min-height: 66px;
        gap: 7px;
    }

    .whatsapp-float {
        right: 12px;
        bottom: 12px;
    }
}

@media (max-width: 900px) {
    .hero-section.hero-photo-banner,
    .hero-photo-banner .hero-grid {
        min-height: 720px;
    }

    .hero-photo-banner .hero-grid {
        padding: 72px 0 112px;
    }

    .hero-banner-content {
        width: min(760px, 88%);
    }

    .hero-photo-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(14, 17, 40, 0.94) 0%,
                rgba(14, 17, 40, 0.76) 62%,
                rgba(14, 17, 40, 0.38) 100%
            ),
            linear-gradient(
                180deg,
                rgba(14, 17, 40, 0.12) 35%,
                rgba(14, 17, 40, 0.58) 100%
            );
    }
}

@media (max-width: 620px) {
    .hero-section.hero-photo-banner,
    .hero-photo-banner .hero-grid {
        min-height: 740px;
    }

    .hero-photo-banner .hero-grid {
        padding: 62px 0 105px;
    }

    .hero-banner-content {
        width: 100%;
    }

    .hero-banner-content h1 {
        font-size: clamp(42px, 13vw, 54px);
    }

    .hero-banner-content .hero-assurance {
        gap: 11px;
        margin-top: 34px;
    }

    .hero-banner-content .hero-assurance span {
        min-height: 0;
    }

    .hero-slideshow-controls {
        bottom: 24px;
    }

    .hero-slide {
        background-position: 62% center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .platform-preview-stage .platform-preview {
        animation: none !important;
        transform: none !important;
    }

    .hero-slide {
        transition-duration: 0.9s !important;
    }

    .hero-slide.is-active {
        animation: hero-photo-ken-burns-out 6s linear forwards !important;
    }

    .training-carousel-track {
        transition-duration: 0.7s !important;
    }
}
/* Checkout e área do cliente — CJ2-R0.3.29 */
.checkout-page,.customer-area{padding:72px 24px;background:#f5f6fa}.checkout-shell{max-width:1180px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:start}.checkout-intro h1,.customer-heading h1{color:#171a38;margin:12px 0}.checkout-price{margin:28px 0;padding:24px;border-radius:16px;background:#171a38;color:#fff}.checkout-price strong{display:block;font:700 48px/1 "Saira",sans-serif;color:#f6c800}.checkout-price span{display:block;margin-top:8px}.checkout-benefits{list-style:none;padding:0;margin:24px 0}.checkout-benefits li{position:relative;padding:10px 0 10px 30px}.checkout-benefits li:before{content:"✓";position:absolute;left:0;color:#159657;font-weight:700}.checkout-form,.account-login,.customer-panel{background:#fff;border-radius:18px;padding:32px;box-shadow:0 14px 40px rgba(19,25,55,.08)}.checkout-form h2,.customer-panel h2{margin-top:0;color:#171a38}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.form-field-wide{grid-column:1/-1}.form-field span{font-weight:700;color:#252a46}.form-field input,.form-field select,.seat-assignment select{width:100%;min-height:46px;border:1px solid #ccd1dd;border-radius:8px;padding:10px 12px;font:inherit;background:#fff}.checkout-consent{display:flex;gap:10px;align-items:flex-start;margin:20px 0}.checkout-consent input{margin-top:4px}.checkout-submit{width:100%;justify-content:center}.checkout-security{font-size:14px;color:#62687a;text-align:center;margin:16px 0 0}.form-alert{padding:14px 16px;margin-bottom:20px;border-radius:10px;background:#fff0f0;color:#8c1d1d;border:1px solid #f2c5c5}.form-alert ul{margin:8px 0 0;padding-left:20px}.notice-success{background:#eaf8ef!important;color:#176b38!important}.checkout-result{text-align:center}.result-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 20px;border-radius:50%;background:#159657;color:#fff;font-size:40px}.account-login{max-width:520px;margin:28px auto;text-align:left}.customer-area{max-width:1220px;margin:auto}.customer-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:30px}.account-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}.account-card{padding:24px;background:#171a38;color:#fff;border-radius:14px}.account-card>span,.account-card>small{display:block;color:#cbd0e2}.account-card>strong{display:block;color:#f6c800;font-size:26px;margin:10px 0}.account-card .text-link{color:#fff;border:0;background:none;padding:10px 0;cursor:pointer}.customer-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:24px}.license-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:16px 0;border-bottom:1px solid #e3e6ed}.license-row>div span{display:block;color:#686e7e;margin-top:4px}.seat-assignment{display:flex;gap:8px;align-items:center}.seat-assignment select{min-width:180px}.button-outline{background:transparent;border:1px solid #171a38;color:#171a38}.customer-panel .text-link{border:0;background:none;cursor:pointer}.quantity-form{display:flex;align-items:center;gap:8px;margin-top:12px}.quantity-form input{width:72px;min-height:38px;border-radius:6px;border:1px solid #555d7b;padding:5px 8px}.quantity-form .text-link{color:#fff;background:none;border:0;cursor:pointer}
.form-field small{color:#62687a;font-size:13px;line-height:1.45}.form-field .quantity-stepper{display:grid;grid-template-columns:46px minmax(72px,1fr) 46px;gap:8px;font-weight:400}.quantity-stepper input{text-align:center;font-weight:700;-moz-appearance:textfield}.quantity-stepper input::-webkit-inner-spin-button,.quantity-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-stepper button{min-height:46px;border:1px solid #ccd1dd;border-radius:8px;background:#f5f6fa;color:#171a38;font:inherit;font-size:24px;font-weight:700;line-height:1;cursor:pointer}.quantity-stepper button:hover,.quantity-stepper button:focus-visible{border-color:#171a38;background:#fff4bf}.quantity-stepper button:disabled{opacity:.45;cursor:not-allowed}.checkout-consent>span>span{font-weight:400;color:inherit}
.password-input{position:relative;display:block;font-weight:400!important}.password-input input{padding-right:48px}.password-input button{position:absolute;top:50%;right:5px;width:38px;height:38px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:7px;background:transparent;color:#555d7b;cursor:pointer}.password-input button:hover,.password-input button:focus-visible{background:#f1f2f7;color:#171a38}.password-input svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.password-input button.is-revealing svg{stroke:#2456d7}.checkout-verification{max-width:620px;text-align:center}.verification-email{display:inline-block;margin:5px 0 18px;padding:9px 14px;border-radius:9px;background:#edf0f8;font-weight:700}.verification-form{max-width:390px;margin:25px auto 12px}.verification-form .button{width:100%;justify-content:center}.verification-code{text-align:center;font-size:28px!important;font-weight:700!important;letter-spacing:8px}.verification-resend{margin:8px auto;border:0;background:transparent;color:#2456d7;cursor:pointer;text-decoration:underline}.customer-private-body{min-height:100vh;background:#f5f6fa}.customer-private-header{position:sticky;z-index:50;top:0;border-bottom:1px solid #dfe2eb;background:#fff}.customer-private-header-inner{width:min(100% - 36px,1220px);min-height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.customer-private-brand{display:flex;align-items:center;gap:14px;color:#171a38;font-weight:700;text-decoration:none}.customer-private-brand img{width:58px;height:58px;object-fit:contain}.customer-private-actions{display:flex;align-items:center;gap:20px}.customer-private-actions form{margin:0}.customer-private-actions .button-outline{background:#fff}.customer-private-body .customer-area{padding-top:48px}
@media(max-width:650px){.customer-private-header-inner{width:min(100% - 24px,1220px);min-height:72px}.customer-private-brand img{width:48px;height:48px}.customer-private-brand span{font-size:14px}.customer-private-actions{gap:8px}.customer-private-actions .language-switcher{display:none}}
.form-field-full{grid-column:1/-1}.checkout-quantity-field .quantity-stepper{max-width:330px}.customer-private-nav{width:min(100% - 36px,1220px);margin:auto;display:flex;gap:4px;overflow-x:auto}.customer-private-nav a{display:block;padding:12px 16px;border-bottom:3px solid transparent;color:#555d7b;font-weight:700;text-decoration:none;white-space:nowrap}.customer-private-nav a:hover,.customer-private-nav a.active{border-bottom-color:#f6c800;color:#171a38}.customer-section-page>p{max-width:820px;color:#62687a}.customer-data-form{display:grid;gap:24px;margin-top:28px}.customer-data-form>.button{justify-self:start}.form-grid-three{grid-template-columns:repeat(3,1fr)}.customer-list-panel{margin-top:24px}.management-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid #e3e6ed}.management-row:last-child{border-bottom:0}.management-row strong,.management-row span{display:block}.management-row span{margin-top:4px;color:#686e7e}.customer-action-list{display:grid;gap:10px;margin-top:22px}.customer-action-list .button{justify-content:center}.license-row>div small{display:block;margin-top:5px;color:#8a6a00;font-weight:700}.login-recovery-link{display:inline-block;margin:-4px 0 15px}.customer-panel-wide{min-width:0}
@media(max-width:850px){.form-field-full{grid-column:auto}.form-grid-three{grid-template-columns:1fr}.customer-private-nav{width:min(100% - 24px,1220px)}.customer-private-nav a{padding:10px 12px}.management-row{align-items:flex-start;flex-direction:column}.management-row .button{width:100%;justify-content:center}}
@media(max-width:850px){.checkout-shell,.customer-grid{grid-template-columns:1fr}.account-cards{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-field-wide{grid-column:auto}.license-row{align-items:flex-start;flex-direction:column}.seat-assignment{width:100%;flex-direction:column;align-items:stretch}.checkout-page,.customer-area{padding:48px 16px}.checkout-form,.customer-panel{padding:22px}}

/* CJ2-R0.3.33 — licenças, vínculos e aquisição adicional */
.account-card-license-purchase {
    gap: .45rem;
}

.license-purchase-form {
    display: grid;
    gap: .65rem;
    margin-top: .4rem;
}

.license-purchase-form label {
    display: grid;
    gap: .3rem;
    font-size: .82rem;
    font-weight: 700;
}

.license-purchase-form input {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(23, 26, 56, .2);
    border-radius: 10px;
    padding: .65rem .75rem;
    background: #fff;
}

.panel-intro {
    margin-top: -.25rem;
    color: #5f6478;
}

.license-summary {
    display: grid;
    gap: .15rem;
}

.license-lock-message {
    color: #9a6400;
    font-weight: 700;
}

.license-locked-action {
    max-width: 320px;
    display: grid;
    gap: .25rem;
    text-align: right;
}

.license-locked-action > span {
    font-size: .82rem;
    font-weight: 700;
    color: #9a6400;
}

.license-locked-action small {
    color: #666b7c;
    line-height: 1.45;
}

.license-locked-action a {
    color: inherit;
    font-weight: 700;
}

.admin-license-filter form {
    display: flex;
    gap: .75rem;
    align-items: end;
    flex-wrap: wrap;
}

.admin-license-filter .form-field {
    flex: 1 1 360px;
}

.admin-license-list {
    display: grid;
    gap: 1rem;
}

.admin-license-row {
    display: grid;
    grid-template-columns: minmax(180px, .8fr) minmax(220px, 1fr) minmax(260px, 1.3fr);
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid rgba(23, 26, 56, .12);
}

.admin-license-main,
.admin-license-driver {
    display: grid;
    gap: .2rem;
}

.admin-license-main strong {
    font-size: 1.05rem;
    color: #171a38;
}

.admin-license-main span,
.admin-license-driver span {
    font-weight: 700;
}

.admin-license-main small,
.admin-license-driver small {
    color: #696e80;
    overflow-wrap: anywhere;
}

.admin-license-release {
    display: grid;
    gap: .55rem;
}

.legal-page h2 {
    margin-top: 1.6rem;
    font-size: 1.25rem;
}

.legal-page p {
    line-height: 1.75;
}

.checkout-result form {
    display: flex;
    justify-content: center;
}

@media (max-width: 900px) {
    .admin-license-row {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .license-locked-action {
        max-width: none;
        text-align: left;
    }
}

/* CJ2-R0.3.34 — acesso ao APP, próprio condutor e Diário de bordo. */
.check-field {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(23, 26, 56, .14);
    border-radius: 12px;
    background: #f8f9fc;
    cursor: pointer;
}

.check-field input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: .15rem;
    accent-color: #f4bf18;
}

.check-field span,
.check-field strong,
.check-field small {
    display: block;
}

.check-field strong {
    color: #171a38;
}

.check-field small {
    margin-top: .2rem;
    color: #6c7086;
    line-height: 1.4;
}

.self-driver-field {
    margin-bottom: 1.25rem;
    border-color: rgba(244, 191, 24, .55);
    background: rgba(244, 191, 24, .09);
}

.app-access-panel {
    display: grid;
    gap: 1rem;
    margin: 1.4rem 0;
    padding: 1.2rem;
    border: 1px solid rgba(23, 26, 56, .13);
    border-radius: 14px;
    background: linear-gradient(145deg, #f8f9fc, #fff);
}

.app-access-panel h3,
.app-access-panel p {
    margin: 0;
}

.app-access-panel h3 {
    color: #171a38;
    font-size: 1.05rem;
}

.app-access-panel p {
    margin-top: .3rem;
    color: #6c7086;
    line-height: 1.5;
}

.management-row small {
    display: block;
    margin-top: .25rem;
    color: #6c7086;
}

.journey-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(23, 26, 56, .1);
}

.journey-row:last-child {
    border-bottom: 0;
}

.journey-row-main,
.journey-row-main strong,
.journey-row-main span,
.journey-row-main small {
    display: block;
}

.journey-row-main strong {
    color: #171a38;
    font-size: 1rem;
}

.journey-row-main span {
    margin-top: .2rem;
    font-weight: 700;
}

.journey-row-main small {
    margin-top: .25rem;
    color: #6c7086;
}

.journey-row-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .55rem;
}

.journey-status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: .35rem .65rem;
    border-radius: 999px;
    background: #eef0f6;
    color: #50556b;
    font-size: .78rem;
    font-weight: 700;
}

.journey-status-open {
    background: rgba(244, 191, 24, .2);
    color: #6d5200;
}

.journey-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.25rem 0;
}

.journey-summary-card {
    min-width: 0;
}

.journey-summary-card span,
.journey-summary-card strong,
.journey-summary-card small {
    display: block;
}

.journey-summary-card span {
    color: #6c7086;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.journey-summary-card strong {
    margin-top: .45rem;
    color: #171a38;
    font-size: 1rem;
}

.journey-summary-card small {
    margin-top: .25rem;
    color: #6c7086;
}

.journey-events-list {
    display: grid;
    gap: .7rem;
}

.journey-event-row {
    display: grid;
    grid-template-columns: minmax(160px, .8fr) minmax(180px, 1fr) minmax(120px, .7fr);
    gap: 1rem;
    align-items: center;
    padding: .8rem 0;
    border-bottom: 1px solid rgba(23, 26, 56, .09);
}

.journey-event-row:last-child {
    border-bottom: 0;
}

.journey-event-row small {
    color: #6c7086;
}

.empty-state {
    padding: 1.4rem;
    border: 1px dashed rgba(23, 26, 56, .2);
    border-radius: 12px;
    text-align: center;
    background: #fafbfe;
}

.empty-state strong {
    color: #171a38;
}

.empty-state p {
    margin: .35rem 0 0;
    color: #6c7086;
}

.customer-pagination {
    margin-top: 1.2rem;
}

@media (max-width: 980px) {
    .journey-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .journey-row-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .journey-summary-grid {
        grid-template-columns: 1fr;
    }

    .journey-event-row {
        grid-template-columns: 1fr;
        gap: .25rem;
    }

    .journey-row-actions .button {
        width: 100%;
        text-align: center;
    }
}

/* CJ2-R0.3.38 — padronização visual dos botões e negrito mais suave */
.button,
a.button,
button[type="submit"],
.text-link,
.verification-resend {
    font-size: 13px !important;
    font-weight: 650 !important;
    letter-spacing: .02em;
    text-transform: uppercase !important;
}

.button-small {
    font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

strong,
b,
.eyebrow,
.home-section-label,
.customer-private-brand,
.customer-private-nav a {
    font-weight: 650 !important;
}

/* CJ2-R0.3.39 — revisão tipográfica global e negritos suavizados */
html,
body {
    font-synthesis: none;
}

body {
    font-weight: 400;
}

input,
select,
textarea,
option,
.contact-form input,
.contact-form select,
.contact-form textarea,
.form-field input,
.form-field select,
.form-field textarea,
.quantity-stepper input,
.license-purchase-form input,
.license-purchase-form select,
.seat-assignment select {
    font-weight: 400 !important;
    letter-spacing: normal;
}

input::placeholder,
textarea::placeholder {
    font-weight: 400 !important;
    opacity: .78;
}

label,
legend,
dt,
th,
.contact-form label,
.form-field > span,
.license-purchase-form label,
.check-field,
.customer-section-page label {
    font-weight: 500 !important;
}

strong,
b,
.account-link,
.topbar-contact a,
.site-menu a,
.customer-private-brand,
.customer-private-nav a,
.text-link,
.product-label,
.home-section-label,
.app-promo-kicker,
.price-card-header span,
.price-card-header small,
.training-module-card span,
.journey-row-main span,
.journey-summary-card span,
.license-lock-message,
.license-locked-action > span,
.license-locked-action a,
.admin-license-driver span {
    font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-content h1,
.contact-copy h2,
.training-carousel-heading h3,
.training-assistance-section h3,
.training-module-card h4,
.form-heading h2 {
    font-weight: 600 !important;
}

.eyebrow,
.section-kicker,
.app-promo-kicker,
.home-section-label,
.preview-toolbar span,
.preview-heading > span,
.phone-status,
.solution-index,
.solution-card small,
.app-feature-list > article > span,
.contact-copy dt,
.footer-contact-banner-inner > strong {
    font-weight: 500 !important;
}

.button,
a.button,
button[type="submit"],
.button-small,
.text-link,
.verification-resend,
.quantity-stepper button,
.hero-slideshow-toggle,
.insurance-slideshow-toggle {
    font-weight: 500 !important;
}

.badge,
.status-badge,
.journey-status,
.license-status,
.account-card > strong,
.checkout-price strong,
.price-value,
.timer {
    font-weight: 600 !important;
}


.contact-detail-icon svg.icon-whatsapp-filled,
.footer-phone-icon svg.icon-whatsapp-filled {
    display: block;
    fill: currentColor;
    stroke: none;
}

.contact-detail-icon svg.icon-whatsapp-filled {
    width: 27px;
    height: 27px;
}

.footer-phone-icon svg.icon-whatsapp-filled {
    width: 27px;
    height: 27px;
}
