/** @format */

:root {
    --bg: #fafafa;
    --bg-soft: #f5f6f6;
    --surface: #ffffff;
    --text-strong: #111517;
    --text-body: #4d5558;
    --text-muted: #707a7d;
    --brand: #006070;
    --brand-hover: #004f5c;
    --brand-soft: #e7f3f4;
    --border: #e4e8ea;
    --placeholder: #e1e4e6;
    --placeholder-text: #677175;
    --footer: #11191b;
    --radius-xl: 16px;
    --radius-lg: 12px;
    --radius-md: 10px;
    --radius-pill: 999px;
    --space-1: 8px;
    --space-2: 12px;
    --space-3: 15px;
    --space-4: 18px;
    --space-5: 21px;
    --space-6: 28px;
    --space-7: 35px;
    --space-8: 48px;
    --space-9: 62px;
    --space-10: 82px;
}

/* inter-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 100;
    src: url("fonts/inter-v20-latin-100.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-100italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: italic;
    font-weight: 100;
    src: url("fonts/inter-v20-latin-100italic.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    src: url("fonts/inter-v20-latin-200.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: italic;
    font-weight: 200;
    src: url("fonts/inter-v20-latin-200italic.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/inter-v20-latin-300.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: italic;
    font-weight: 300;
    src: url("fonts/inter-v20-latin-300italic.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/inter-v20-latin-regular.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: italic;
    font-weight: 400;
    src: url("fonts/inter-v20-latin-italic.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/inter-v20-latin-500.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: italic;
    font-weight: 500;
    src: url("fonts/inter-v20-latin-500italic.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("fonts/inter-v20-latin-600.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: italic;
    font-weight: 600;
    src: url("fonts/inter-v20-latin-600italic.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/inter-v20-latin-700.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: italic;
    font-weight: 700;
    src: url("fonts/inter-v20-latin-700italic.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url("fonts/inter-v20-latin-800.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: italic;
    font-weight: 800;
    src: url("fonts/inter-v20-latin-800italic.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    src: url("fonts/inter-v20-latin-900.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: italic;
    font-weight: 900;
    src: url("fonts/inter-v20-latin-900italic.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    min-width: 320px;
    padding-top: 68px;
    overflow-x: hidden;
    color: var(--text-body);
    background: var(--bg);
    font-family:
        "Inter",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
}

body.nav-open {
    overflow: hidden;
}

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

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

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

button {
    border: 0;
    font: inherit;
}

h1,
h2,
h3,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.container {
    width: min(calc(100% - 2rem), 1040px);
    margin-inline: auto;
}

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

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    isolation: isolate;
    border-bottom: 1px solid rgba(228, 232, 234, 0.78);
    background: rgba(250, 250, 250, 0.96);
    backdrop-filter: blur(14px);
    transition: background 180ms ease;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.97);
}

.nav-wrap {
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.brand {
    flex: 0 0 auto;
    border-radius: var(--radius-md);
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.52rem;
}

.brand-logo {
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 0;
    object-fit: contain;
}

.brand-typo {
    width: auto;
    height: 19px;
    display: block;
    object-fit: contain;
}

.nav-links {
    display: none;
}

.nav-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--text-strong);
    font-size: 0.88rem;
    font-weight: 600;
}

.nav-links a:hover {
    color: var(--text-strong);
}

.nav-login {
    color: var(--text-strong);
}

.nav-cta {
    margin-left: auto;
    max-width: 150px;
    min-height: 44px;
    padding-inline: 0.72rem;
    font-size: 0.74rem;
}

.nav-toggle {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    gap: 4px;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--text-strong);
}

.btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    padding: 0.68rem 0.95rem;
    border: 1px solid transparent;
    color: var(--text-strong);
    font-size: 0.9rem;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

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

.account-cta {
    font-weight: 600;
}

.btn-primary {
    color: #ffffff;
    background: var(--brand);
}

.btn-primary:hover {
    background: var(--brand-hover);
}

.btn-invert {
    color: var(--brand);
    background: #ffffff;
}

.media-placeholder {
    display: grid;
    place-items: center;
    border: 0;
    border-radius: var(--radius-md);
    background: var(--placeholder);
    overflow: hidden;
}

.media-image {
    display: block;
    object-fit: contain;
    background: var(--surface);
}

.media-logo {
    width: 144px;
    height: 36px;
    max-width: 36vw;
}

.media-product {
    width: 100%;
    aspect-ratio: 1.47835497835 / 1;
    border-radius: var(--radius-xl);
}

.hero-video {
    display: block;
    height: auto;
    object-fit: cover;
}

.media-client-logo {
    width: min(100%, 96px);
    height: 30px;
    justify-self: center;
    background: transparent;
    opacity: 0.83;
}

.media-compare {
    width: 100%;
    aspect-ratio: 680 / 420;
    border-radius: var(--radius-lg);
}

.media-square {
    width: 100%;
    aspect-ratio: 1;
    border-radius: var(--radius-xl);
}

.media-connector {
    display: block;
    width: 42px;
    height: 42px;
    margin-inline: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
    font-size: 0.54rem;
    padding: 0;
}

.media-wide {
    width: 100%;
    aspect-ratio: 1000 / 720;
    border-radius: var(--radius-xl);
}

.media-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-lg);
}

.hero {
    min-height: auto;
    display: grid;
    align-content: start;
    padding-top: clamp(2rem, 5vw, 3.6rem);
    padding-bottom: 0;
}

.hero-layout {
    display: grid;
    gap: clamp(1rem, 3.4vw, 2rem);
    align-items: center;
}

.hero-copy {
    display: grid;
    gap: var(--space-3);
    min-width: 0;
}

.hero h1 {
    max-width: 640px;
    color: var(--text-strong);
    font-size: clamp(1.85rem, 7.2vw, 3.12rem);
    line-height: 1.04;
    font-weight: 600;
}

.hero-subtitle {
    max-width: 560px;
    color: var(--text-strong);
    font-size: clamp(0.98rem, 2.1vw, 1.08rem);
    line-height: 1.42;
    font-weight: 400;
}

.hero-subtitle.muted {
    color: var(--text-body);
    font-weight: 450;
}

.hero-visual {
    width: min(100%, 420px);
    justify-self: center;
}

.cta-stack {
    display: grid;
    gap: var(--space-1);
    justify-items: start;
}

.cta-stack p {
    max-width: none;
    color: var(--text-muted);
    font-size: 0.78rem;
    line-height: 1.35;
    white-space: nowrap;
}

.inline-flag {
    width: 1.25em;
    height: auto;
    display: inline-block;
    margin-left: 0.25rem;
    vertical-align: -0.16em;
}

.cta-stack.centered {
    justify-items: center;
    text-align: center;
}

.client-strip {
    margin-top: calc(clamp(1.6rem, 4vh, 2.6rem) + 16px);
    margin-bottom: 16px;
    display: grid;
    gap: 0;
}

.client-strip > p {
    color: var(--text-strong);
    font-size: clamp(0.98rem, 1.5vw, 1.12rem);
    font-weight: 500;
    line-height: 1.25;
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem var(--space-2);
    align-items: center;
    margin-top: var(--space-5);
    margin-bottom: 0;
}

.section {
    padding-block: clamp(3rem, 7vw, 5rem);
}

#fonctionnalites {
    padding-top: clamp(2.4rem, 5vw, 3.6rem);
}

.section-intro {
    max-width: 680px;
    margin-bottom: clamp(1.3rem, 3vw, 2rem);
}

.section-intro h2,
.authority-intro h2,
.why-copy h2,
.split-copy h2,
.final-cta h2 {
    color: var(--text-strong);
    font-size: clamp(1.34rem, 3vw, 1.86rem);
    line-height: 1.14;
    font-weight: 600;
}

.section-intro p {
    margin-top: var(--space-3);
    color: var(--text-body);
    font-size: 0.94rem;
}

.authority-section {
    margin-top: clamp(2.4rem, 6vw, 4.4rem);
    padding-block: clamp(1.6rem, 3.8vw, 2.6rem);
    background: #ffffff;
}

.authority-grid {
    display: grid;
    gap: clamp(1rem, 2.4vw, 1.6rem);
}

.authority-intro h2 {
    max-width: none;
    font-size: clamp(1.12rem, 2.5vw, 1.52rem);
    font-weight: 600;
    text-align: center;
}

.authority-stats {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.authority-stats p {
    min-width: 0;
    padding: clamp(0.85rem, 2.3vw, 1.18rem) var(--space-3);
    border-bottom: 1px solid var(--border);
    text-align: left;
}

.authority-stats strong {
    display: block;
    color: var(--brand);
    font-size: clamp(1.35rem, 2.8vw, 1.95rem);
    line-height: 1;
    font-weight: 600;
}

.authority-stats span {
    display: block;
    margin-top: 0.45rem;
    color: var(--text-body);
    font-size: 0.86rem;
    line-height: 1.35;
    font-weight: 500;
}

.points-grid,
.ai-grid,
.steps-grid {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(min(100%, 250px), 1fr)
    );
    gap: var(--space-3);
}

.point-card,
.mini-card,
.step-card,
.compare-card,
.price-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--surface);
}

.point-card {
    padding: clamp(1rem, 2.4vw, 1.35rem);
}

.point-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-2);
}

.icon-box {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    color: var(--brand);
}

.icon-box svg {
    width: 25px;
    height: 25px;
}

.icon-box img {
    width: 25px;
    height: 25px;
    display: block;
    object-fit: contain;
}

.icon-box path,
.faq-item path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.point-card h3,
.mini-card h3,
.step-card h3,
.compare-card h3,
.why-list h3,
.sync-box h3 {
    color: var(--text-strong);
    font-size: clamp(1rem, 2.1vw, 1.18rem);
    line-height: 1.22;
    font-weight: 600;
}

.point-card h3 {
    margin: 0;
}

.point-card p,
.mini-card p,
.step-card p,
.compare-card li,
.why-list p,
.sync-box p,
.clean-list li {
    margin-top: var(--space-2);
    color: var(--text-body);
}

.old-new-section,
.connectors-section,
.pricing-section {
    background: var(--bg-soft);
}

.comparison-grid {
    display: grid;
    gap: var(--space-4);
}

.compare-card {
    border: 0;
    padding: var(--space-3);
}

.compare-card.new-way {
    border-color: transparent;
}

.compare-label {
    margin-top: var(--space-4);
    color: var(--text-strong);
    font-size: 1.05rem;
    font-weight: 600;
}

.compare-card h3 {
    margin-top: var(--space-2);
    font-size: clamp(1.16rem, 2.4vw, 1.42rem);
    line-height: 1.16;
}

.compare-card ul {
    margin-top: var(--space-3);
    display: grid;
    gap: var(--space-2);
}

.compare-card li {
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.08rem;
    line-height: 1.35;
}

.compare-card li:has(.old-new-icon) {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding-left: 0;
}

.compare-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand);
}

.compare-card li:has(.old-new-icon)::before {
    content: none;
}

.old-new-icon {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    margin-top: 0.05rem;
}

.old-new-icon-cross circle {
    fill: #d94b4b;
}

.old-new-icon-check circle {
    fill: var(--brand);
}

.why-layout,
.split-layout,
.faq-layout {
    display: grid;
    gap: clamp(1.6rem, 4.8vw, 3rem);
    align-items: center;
}

.why-copy,
.split-copy {
    min-width: 0;
}

.why-list {
    margin-top: var(--space-5);
    display: grid;
    gap: var(--space-5);
}

.why-list article {
    padding-bottom: var(--space-5);
    border-bottom: 1px solid var(--border);
}

.why-list article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.why-item-title {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.why-item-title svg {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
}

.why-item-title span {
    min-width: 0;
}

.billing-toggle {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}

.billing-toggle button {
    min-height: 44px;
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    padding: 0.55rem 0.9rem;
    color: var(--text-body);
    background: var(--surface);
    font-weight: 800;
    cursor: pointer;
}

.billing-toggle button.is-active {
    color: #ffffff;
    border-color: var(--brand);
    background: var(--brand);
}

.connector-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-2);
    align-content: start;
    align-items: start;
    overflow: hidden;
}

.connector-card {
    min-height: 104px;
    display: grid;
    align-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-2);
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
}

.connector-card.is-hidden {
    display: none;
}

.connector-card.connector-extra {
    display: none;
}

.connector-grid.is-expanded
    .connector-card.connector-extra {
    display: grid;
    animation: connectorFadeIn 220ms ease both;
}

.connector-card strong {
    color: var(--text-strong);
    font-size: 1.04rem;
    line-height: 1.2;
    font-weight: 600;
}

.connector-more {
    min-height: 48px;
    width: max-content;
    min-width: 15.5rem;
    max-width: calc(100vw - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: var(--space-5) auto 0;
    padding: 0.65rem 1.08rem;
    border: 1px solid rgba(0, 96, 112, 0.24);
    border-radius: var(--radius-pill);
    color: var(--brand);
    background: var(--surface);
    font-size: 0.92rem;
    line-height: 1.25;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition:
        background 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

.connector-more svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    transform-origin: center;
    transition: transform 260ms ease;
}

.connector-more path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.connector-more.is-expanded svg {
    transform: rotate(180deg);
}

@keyframes connectorFadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sync-box {
    margin-top: var(--space-6);
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    display: grid;
    gap: var(--space-4);
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 1.55rem);
    border-radius: 0;
    color: #ffffff;
    background: var(--brand);
}

.sync-box h3,
.sync-box p,
.sync-box a {
    color: #ffffff;
}

.sync-box .text-link {
    white-space: nowrap;
}

.text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    justify-self: start;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.clean-list {
    margin-top: var(--space-5);
    display: grid;
    gap: var(--space-3);
}

.clean-list li {
    position: relative;
    padding-left: 1.6rem;
    color: var(--text-strong);
    font-weight: 700;
}

.clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
}

.canva-section .split-copy h2 {
    font-size: clamp(1.46rem, 3.4vw, 2rem);
}

.canva-section .clean-list {
    gap: var(--space-4);
}

.canva-section .clean-list li {
    padding-left: 1.75rem;
}

.canva-section .clean-list li::before {
    top: 0.65rem;
}

.canva-section .clean-list h3 {
    color: var(--text-strong);
    font-size: clamp(1.02rem, 2.2vw, 1.22rem);
    line-height: 1.18;
    font-weight: 600;
}

.canva-section .clean-list p {
    margin-top: 0.4rem;
    color: var(--text-body);
    font-size: 0.93rem;
    line-height: 1.5;
    font-weight: 500;
}

.ai-section {
    padding-top: clamp(1.8rem, 4vw, 2.8rem);
    padding-bottom: clamp(2.8rem, 6vw, 4rem);
}

.mini-card {
    padding: var(--space-4);
}

.steps-grid {
    position: relative;
    padding-top: 19px;
}

.steps-section {
    padding-top: clamp(1.7rem, 4vw, 3rem);
}

.step-card {
    position: relative;
    padding: calc(var(--space-3) + 19px) var(--space-3)
        var(--space-3);
}

.step-number {
    position: absolute;
    top: 0;
    left: 50%;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--brand);
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.step-card h3 {
    margin-top: var(--space-4);
}

.pricing-tool {
    position: relative;
    padding: clamp(0.65rem, 1.6vw, 0.9rem)
        clamp(0.9rem, 2.4vw, 1.2rem) clamp(0.9rem, 2.4vw, 1.2rem);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    background: var(--surface);
}

.billing-toggle {
    position: relative;
    isolation: isolate;
    width: min(100%, 15.5rem);
    margin: 0 auto clamp(1.5rem, 3vw, 2.2rem);
    padding: 0.25rem;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
    border: 0;
    border-radius: var(--radius-pill);
    background: var(--bg-soft);
}

.billing-toggle::before {
    content: "";
    position: absolute;
    inset: 0.25rem auto 0.25rem 0.25rem;
    z-index: 0;
    width: calc(50% - 0.25rem);
    border-radius: var(--radius-pill);
    background: var(--brand);
    transition: transform 220ms
        cubic-bezier(0.22, 1, 0.36, 1);
}

.billing-toggle.is-annual::before {
    transform: translateX(100%);
}

.billing-toggle button {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    min-height: 38px;
    border: 0;
    border-radius: var(--radius-pill);
    padding: 0.45rem 0.8rem;
    background: transparent;
    color: var(--text-strong);
    font-weight: 600;
    transition: color 180ms ease;
}

.billing-toggle button.is-active {
    color: #ffffff;
    background: transparent;
}

.pricing-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-3);
}

.price-card {
    display: grid;
    gap: var(--space-2);
    padding: var(--space-3);
    opacity: 1;
}

.plan-name {
    color: var(--text-strong);
    font-size: 0.96rem;
    font-weight: 600;
}

.plan-volume {
    color: var(--text-body);
    font-weight: 700;
}

.plan-price {
    color: var(--text-strong);
    font-size: clamp(1.3rem, 3.4vw, 1.7rem);
    line-height: 1;
    font-weight: 700;
}

.plan-price span {
    font-weight: inherit;
}

.plan-price small {
    color: var(--text-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.plan-price.consult {
    font-size: 1.12rem;
}

.plan-note,
.pricing-shared {
    color: var(--text-muted);
    font-size: 0.86rem;
}

.pricing-shared {
    display: grid;
    gap: var(--space-2);
    margin-block: var(--space-5);
    padding-top: var(--space-5);
    border-top: 1px solid var(--border);
}

.pricing-tool .cta-stack {
    margin-top: var(--space-3);
}

.faq-section {
    background: var(--surface);
}

.faq-layout {
    gap: var(--space-3);
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
}

.faq-layout .section-intro {
    margin-bottom: var(--space-2);
}

.faq-list {
    width: 100%;
    display: grid;
    gap: var(--space-1);
}

.faq-item {
    border: 1px solid rgba(18, 31, 36, 0.1);
    border-radius: var(--radius-md);
    background: transparent;
    overflow: hidden;
}

.faq-item button {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    padding: 1rem;
    color: var(--text-strong);
    background: transparent;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
}

.faq-item svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    color: var(--brand);
    transition: transform 180ms ease;
}

.faq-item.is-open svg {
    transform: rotate(180deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 180ms ease;
}

.faq-answer p {
    min-height: 0;
    overflow: hidden;
    padding-inline: 1rem;
    color: var(--text-body);
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
    padding-bottom: 1rem;
}

.final-cta {
    padding-block: clamp(2.8rem, 6vw, 4.4rem);
    color: #ffffff;
    background: var(--brand);
    text-align: center;
}

.final-cta .container {
    display: grid;
    gap: var(--space-4);
    justify-items: center;
}

.final-cta h2 {
    max-width: 760px;
    color: #ffffff;
}

.final-cta .cta-stack p,
.phone-line {
    color: rgba(255, 255, 255, 0.84);
}

.phone-line {
    font-size: 0.94rem;
    font-weight: 700;
}

.site-footer {
    padding-block: var(--space-5) var(--space-3);
    border-top: 2px solid var(--brand);
    color: var(--text-body);
    background: #ffffff;
}

.footer-inner {
    display: grid;
    gap: var(--space-5);
}

.footer-brand-band {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--space-5);
    padding-bottom: var(--space-5);
    border-bottom: 0.5px solid var(--border);
}

.footer-brand,
.footer-contact {
    display: grid;
    align-content: start;
    gap: 0.35rem;
}

.footer-brand {
    max-width: 520px;
}

.footer-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.62rem;
}

.footer-logo {
    width: 30px;
    height: 30px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    object-fit: contain;
}

.footer-typo {
    width: auto;
    height: 19px;
    display: block;
    object-fit: contain;
}

.footer-brand p,
.footer-contact p {
    margin: 0;
    color: var(--text-muted);
}

.footer-brand p {
    font-size: 15px;
    line-height: 1.55;
}

.footer-kicker,
.footer-schedule {
    color: var(--text-muted);
    font-size: 12.8px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-contact {
    justify-items: start;
    min-width: 220px;
}

.footer-contact p:not(.footer-kicker) {
    font-size: 12.8px;
}

.footer-contact a {
    position: relative;
    width: fit-content;
    color: #000000;
    font-size: 12.8px;
    font-weight: 500;
    text-decoration: none;
}

.footer-contact .footer-phone {
    color: #000000;
    font-size: 12.8px;
    font-weight: 500;
    line-height: 1.35;
}

.footer-contact .footer-write {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: var(--space-5);
}

.footer-link-column {
    display: grid;
    align-content: start;
    gap: 9px;
}

.footer-link-column h2 {
    margin: 0 0 2px;
}

.footer-link-column a,
.footer-legal a {
    position: relative;
    width: fit-content;
    color: #000000;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}

.footer-link-column a::after,
.footer-legal a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background: var(--brand);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.footer-link-column a:hover::after,
.footer-legal a:hover::after {
    transform: scaleX(1);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-2) var(--space-4);
    padding-top: var(--space-5);
    border-top: 0.5px solid var(--border);
    color: var(--text-muted);
    font-size: 12.8px;
}

.footer-bottom p {
    margin: 0;
}

.footer-legal {
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--space-3);
}

.footer-legal a {
    color: #000000;
    text-decoration: none;
}

.footer-contact a:hover,
.footer-link-column a:hover,
.footer-legal a:hover {
    color: #000000;
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 520ms ease,
        transform 520ms ease;
}

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

:focus-visible {
    outline: 3px solid rgba(0, 96, 112, 0.32);
    outline-offset: 3px;
}

@media (max-width: 839px) {
    .nav-links {
        position: fixed;
        inset: 68px 0 auto 0;
        z-index: 40;
        display: grid;
        padding: var(--space-3) 1rem var(--space-5);
        border-bottom: 1px solid var(--border);
        background: #ffffff;
        transform: translateY(-120%);
        opacity: 0;
        pointer-events: none;
        transition:
            transform 180ms ease,
            opacity 180ms ease;
    }

    .nav-links.is-open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .nav-links a {
        min-height: 52px;
        border-bottom: 1px solid var(--border);
        font-size: 1rem;
    }

    .hero {
        min-height: auto;
        align-content: start;
        padding-top: clamp(1.4rem, 6vw, 2.4rem);
        padding-bottom: 0;
    }

    .hero-visual {
        width: min(76%, 300px);
    }

    .media-client-logo {
        width: min(100%, 90px);
        height: 28px;
    }
}

@media (max-width: 420px) {
    .container {
        width: min(calc(100% - 1.5rem), 1040px);
    }

    .nav-wrap {
        gap: 0.5rem;
    }

    .media-logo {
        width: 118px;
        height: 34px;
        max-width: 33vw;
        font-size: 0.58rem;
    }

    .nav-cta {
        max-width: 126px;
        padding-inline: 0.55rem;
        font-size: 0.72rem;
    }

    .hero h1 {
        font-size: clamp(1.72rem, 7.4vw, 2.12rem);
    }

    .hero-layout {
        gap: 0.8rem;
    }

    .hero-copy {
        gap: 0.7rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.34;
    }

    .hero-visual {
        width: min(58%, 195px);
    }

    .cta-stack .btn {
        width: 100%;
    }

    .billing-toggle {
        gap: var(--space-1);
    }

    .billing-toggle {
        gap: 0;
    }

    .billing-toggle button {
        padding-inline: 0.72rem;
        font-size: 0.84rem;
    }
}

@media (min-width: 560px) {
    .logo-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (min-width: 640px) {
    .authority-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .authority-stats p {
        border-bottom: 0;
        border-right: 1px solid var(--border);
    }

    .authority-stats p:last-child {
        border-right: 0;
    }
}

@media (min-width: 760px) {
    .comparison-grid,
    .why-layout,
    .split-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .sync-box {
        grid-template-columns: minmax(0, 820px) auto;
    }

    .sync-box .text-link {
        transform: none;
    }

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

@media (min-width: 840px) {
    body {
        padding-top: 68px;
        font-size: 15.5px;
    }

    .nav-wrap {
        min-height: 68px;
    }

    .nav-links {
        display: flex;
        align-items: center;
        gap: clamp(0.8rem, 1.9vw, 1.35rem);
        margin-left: auto;
    }

    .nav-cta {
        margin-left: 0;
        max-width: none;
        font-size: 0.86rem;
    }

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

    .media-client-logo {
        width: min(100%, 90px);
        height: 28px;
    }

    .nav-toggle {
        display: none;
    }

    .hero {
        min-height: auto;
    }

    .hero-layout {
        grid-template-columns: minmax(0, 0.92fr) minmax(
                320px,
                0.68fr
            );
    }

    .hero-visual {
        width: 100%;
    }

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

@media (min-width: 1024px) {
    .connector-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (orientation: landscape) and (max-height: 540px) {
    body {
        padding-top: 56px;
    }

    .nav-wrap {
        min-height: 56px;
    }

    .nav-links {
        inset: 56px 0 auto 0;
    }

    .hero {
        min-height: auto;
        padding-block: 0.32rem 0;
    }

    .hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(
                168px,
                0.42fr
            );
        gap: var(--space-2);
    }

    .hero-copy {
        gap: 0.45rem;
    }

    .hero h1 {
        max-width: 560px;
        font-size: clamp(1.48rem, 4vw, 1.92rem);
    }

    .hero-subtitle {
        max-width: 600px;
        font-size: 0.8rem;
        line-height: 1.28;
    }

    .cta-stack {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.45rem 0.75rem;
    }

    .cta-stack p {
        font-size: 0.68rem;
    }

    .hero-visual {
        width: min(100%, 255px);
    }

    .client-strip {
        margin-top: calc(1rem + 20px);
        gap: 0;
    }

    .logo-row {
        margin-top: var(--space-3);
    }

    .client-strip > p {
        font-size: 0.95rem;
    }

    .media-client-logo {
        width: min(100%, 88px);
        height: 29px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }

}
