:root {
    --wfa-ink: #14231f;
    --wfa-muted: #64726d;
    --wfa-green: #2d7b62;
    --wfa-green-dark: #1f5d49;
    --wfa-green-soft: #e8f3ee;
    --wfa-mint: #c8f4dd;
    --wfa-purple: #720eec;
    --wfa-purple-soft: #eee4ff;
    --wfa-border: #dfe7e3;
    --wfa-surface: #ffffff;
    --wfa-surface-alt: #f5f8f6;
    --wfa-shadow: 0 24px 70px rgba(20, 35, 31, 0.12);
    --wfa-radius-lg: 28px;
    --wfa-radius-md: 20px;
    --wfa-radius-sm: 13px;
}

html {
    scroll-behavior: smooth;
}

body.wfa-standalone-page {
    margin: 0;
    background: #fff;
}

body.wfa-modal-open {
    overflow: hidden;
}

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

.wfa-site {
    min-height: 100vh;
    overflow: hidden;
    color: var(--wfa-ink);
    background: var(--wfa-surface);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.wfa-site button,
.wfa-site input,
.wfa-site select,
.wfa-site textarea {
    font: inherit;
}

.wfa-site button,
.wfa-site a {
    -webkit-tap-highlight-color: transparent;
}

.wfa-site a {
    color: inherit;
    text-decoration: none;
}

.wfa-site svg {
    display: block;
}

.wfa-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.wfa-header {
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    left: 0;
    padding: 26px 0;
}

.wfa-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wfa-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.wfa-brand__mark {
    position: relative;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    overflow: hidden;
    border-radius: 11px;
    background: var(--wfa-ink);
    box-shadow: 0 8px 20px rgba(20, 35, 31, 0.18);
}

.wfa-brand__mark span {
    position: absolute;
    width: 18px;
    height: 7px;
    border: 2px solid var(--wfa-mint);
    border-radius: 999px;
    transform: rotate(-38deg);
}

.wfa-brand__mark span:first-child {
    top: 8px;
    left: 5px;
}

.wfa-brand__mark span:last-child {
    right: 5px;
    bottom: 8px;
}

.wfa-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    font-weight: 650;
}

.wfa-nav > a:not(.wfa-button) {
    color: #46544f;
    transition: color 180ms ease;
}

.wfa-nav > a:not(.wfa-button):hover {
    color: var(--wfa-green);
}

.wfa-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 0 24px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 750;
    letter-spacing: -0.01em;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

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

.wfa-button:focus-visible,
.wfa-site a:focus-visible,
.wfa-site input:focus-visible,
.wfa-site select:focus-visible,
.wfa-site textarea:focus-visible {
    outline: 3px solid rgba(45, 123, 98, 0.24);
    outline-offset: 3px;
}

.wfa-button svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.wfa-button--small {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 14px;
}

.wfa-button--ghost {
    border-color: rgba(20, 35, 31, 0.14);
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(12px);
}

.wfa-button--ghost:hover {
    border-color: rgba(20, 35, 31, 0.26);
    background: #fff;
}

.wfa-site .wfa-button.wfa-button--primary,
.wfa-site .wfa-button.wfa-button--primary:visited,
.wfa-site .wfa-button.wfa-button--primary span {
    color: #fff !important;
}

.wfa-button--primary {
    background: var(--wfa-ink);
    box-shadow: 0 14px 30px rgba(20, 35, 31, 0.18);
}

.wfa-button--primary:hover {
    background: #0d1815;
    box-shadow: 0 18px 34px rgba(20, 35, 31, 0.22);
}

.wfa-button--secondary {
    border-color: #cfd9d4;
    color: var(--wfa-ink);
    background: rgba(255, 255, 255, 0.72);
}

.wfa-button--secondary:hover {
    border-color: #aebdb6;
    background: #fff;
}

.wfa-hero {
    position: relative;
    min-height: 810px;
    overflow: hidden;
    padding: 160px 0 100px;
    background:
        linear-gradient(115deg, #f4f9f6 0%, #eef7f2 46%, #f8f5fd 100%);
}

.wfa-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(20, 35, 31, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 35, 31, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.wfa-hero__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(1px);
    opacity: 0.72;
}

.wfa-hero__glow--one {
    top: -190px;
    right: 5%;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(200, 244, 221, 0.95), rgba(200, 244, 221, 0));
}

.wfa-hero__glow--two {
    bottom: -260px;
    left: 35%;
    width: 620px;
    height: 620px;
    background: radial-gradient(circle, rgba(238, 228, 255, 0.92), rgba(238, 228, 255, 0));
}

.wfa-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    gap: 72px;
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
}

.wfa-hero__content {
    padding-top: 26px;
}

.wfa-eyebrow,
.wfa-kicker {
    margin: 0 0 22px;
    color: var(--wfa-green-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.wfa-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(45, 123, 98, 0.16);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.66);
    letter-spacing: 0.035em;
    text-transform: none;
}

.wfa-eyebrow__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35a276;
    box-shadow: 0 0 0 5px rgba(53, 162, 118, 0.12);
}

.wfa-hero h1 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(54px, 6vw, 78px);
    font-weight: 810;
    letter-spacing: -0.064em;
    line-height: 0.98;
}

.wfa-hero h1 span {
    position: relative;
    color: var(--wfa-green);
}

.wfa-hero h1 span::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 2px;
    height: 8px;
    border-radius: 999px;
    background: var(--wfa-mint);
    content: "";
    transform: rotate(-1.4deg);
    z-index: -1;
}

.wfa-hero__lead {
    max-width: 600px;
    margin: 30px 0 0;
    color: #53625d;
    font-size: 19px;
    line-height: 1.68;
}

.wfa-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}

.wfa-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin: 28px 0 0;
    padding: 0;
    color: #52615c;
    font-size: 13px;
    font-weight: 650;
    list-style: none;
}

.wfa-proof li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.wfa-proof span {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    color: var(--wfa-green-dark);
    background: var(--wfa-green-soft);
    font-size: 11px;
}

.wfa-hero__visual {
    position: relative;
    min-height: 548px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 34px;
    padding: 38px 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48));
    box-shadow:
        0 35px 90px rgba(40, 73, 62, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(18px);
}

.wfa-visual__badge {
    position: absolute;
    top: 16px;
    right: 18px;
    color: #6d7a75;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.wfa-connector {
    display: grid;
    align-items: center;
    gap: 14px;
    margin: 12px 4px 27px;
    grid-template-columns: 1fr 88px 1fr;
}

.wfa-system-card {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(20, 35, 31, 0.09);
    border-radius: 17px;
    padding: 13px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 11px 28px rgba(20, 35, 31, 0.07);
}

.wfa-system-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: 850;
}

.wfa-system-card--woo .wfa-system-card__icon {
    background: var(--wfa-purple);
}

.wfa-system-card--fortnox .wfa-system-card__icon {
    background: var(--wfa-green);
}

.wfa-system-card span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.wfa-system-card strong {
    overflow: hidden;
    font-size: 13px;
    letter-spacing: -0.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wfa-system-card small {
    margin-top: 2px;
    color: #7b8883;
    font-size: 10px;
}

.wfa-flow {
    position: relative;
    display: grid;
    height: 52px;
    place-items: center;
}

.wfa-flow__line {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background: repeating-linear-gradient(90deg, #9fb1aa 0 5px, transparent 5px 10px);
}

.wfa-flow__pulse {
    position: absolute;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wfa-green);
    box-shadow: 0 0 0 5px rgba(45, 123, 98, 0.12);
    animation: wfa-flow 3s ease-in-out infinite;
}

.wfa-flow__icon {
    z-index: 1;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #dfe7e3;
    border-radius: 50%;
    color: var(--wfa-green);
    background: #fff;
    box-shadow: 0 8px 18px rgba(20, 35, 31, 0.1);
}

.wfa-flow__icon svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

@keyframes wfa-flow {
    0%,
    100% {
        left: 4px;
        opacity: 0;
    }

    15%,
    85% {
        opacity: 1;
    }

    50% {
        left: calc(100% - 12px);
    }
}

.wfa-dashboard-card {
    border: 1px solid rgba(20, 35, 31, 0.08);
    border-radius: 22px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(20, 35, 31, 0.1);
}

.wfa-dashboard-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf1ef;
}

.wfa-dashboard-card__header > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wfa-label {
    color: #7c8884;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wfa-dashboard-card__header strong {
    font-size: 16px;
    letter-spacing: -0.03em;
}

.wfa-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 7px 10px;
    color: var(--wfa-green-dark);
    background: var(--wfa-green-soft);
    font-size: 10px;
    font-weight: 750;
}

.wfa-status-pill i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #35a276;
    box-shadow: 0 0 0 4px rgba(53, 162, 118, 0.12);
}

.wfa-stats {
    display: grid;
    gap: 9px;
    padding: 18px 0;
    grid-template-columns: repeat(3, 1fr);
}

.wfa-stats > div {
    display: flex;
    flex-direction: column;
    border: 1px solid #edf1ef;
    border-radius: 14px;
    padding: 13px;
    background: #fbfcfb;
}

.wfa-stats span {
    color: #78857f;
    font-size: 9px;
    font-weight: 700;
}

.wfa-stats strong {
    margin-top: 6px;
    font-size: 22px;
    letter-spacing: -0.04em;
}

.wfa-stats small {
    margin-top: 2px;
    color: #87938e;
    font-size: 9px;
}

.wfa-activity {
    overflow: hidden;
    border: 1px solid #edf1ef;
    border-radius: 14px;
}

.wfa-activity__head,
.wfa-activity__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 13px;
}

.wfa-activity__head {
    color: #8b9692;
    background: #f7f9f8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.wfa-activity__row {
    border-top: 1px solid #edf1ef;
    font-size: 11px;
}

.wfa-order {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.wfa-order i {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 8px;
    color: var(--wfa-green);
    background: var(--wfa-green-soft);
    font-size: 10px;
    font-style: normal;
}

.wfa-success,
.wfa-review {
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 9px;
    font-weight: 800;
}

.wfa-success {
    color: #206247;
    background: #e4f5ec;
}

.wfa-review {
    color: #8a6420;
    background: #fff4d8;
}

.wfa-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(20, 35, 31, 0.08);
    border-radius: 14px;
    padding: 11px 13px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 34px rgba(20, 35, 31, 0.12);
    animation: wfa-float 4.5s ease-in-out infinite;
}

.wfa-floating-card--left {
    bottom: 28px;
    left: -28px;
}

.wfa-floating-card--right {
    right: -24px;
    bottom: 96px;
    animation-delay: -2.2s;
}

.wfa-floating-card__icon {
    display: grid;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    place-items: center;
    border-radius: 10px;
    color: var(--wfa-green-dark);
    background: var(--wfa-green-soft);
    font-size: 12px;
    font-weight: 900;
}

.wfa-floating-card span:last-child {
    display: flex;
    flex-direction: column;
}

.wfa-floating-card strong {
    font-size: 10px;
}

.wfa-floating-card small {
    margin-top: 2px;
    color: #87928e;
    font-size: 8px;
}

@keyframes wfa-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

.wfa-alert {
    position: relative;
    z-index: 5;
    margin: 28px auto;
    border: 1px solid;
    border-radius: 14px;
    padding: 16px 18px;
    font-size: 14px;
}

.wfa-alert strong {
    margin-right: 4px;
}

.wfa-alert--success {
    border-color: #b9e2ce;
    color: #205b45;
    background: #eaf8f1;
}

.wfa-alert--error {
    border-color: #f0cbc7;
    color: #7c332b;
    background: #fff0ee;
}

.wfa-section {
    padding: 112px 0;
}

.wfa-section--features {
    background: #fff;
}

.wfa-section-heading {
    max-width: 770px;
    margin: 0 auto 55px;
    text-align: center;
}

.wfa-section-heading h2 {
    margin: 0;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 800;
    letter-spacing: -0.052em;
    line-height: 1.06;
}

.wfa-section-heading > p:last-of-type {
    max-width: 630px;
    margin: 22px auto 0;
    color: var(--wfa-muted);
    font-size: 17px;
    line-height: 1.7;
}

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

.wfa-feature-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border: 1px solid var(--wfa-border);
    border-radius: var(--wfa-radius-lg);
    padding: 34px;
    background:
        linear-gradient(155deg, #fff 60%, #f2f8f5 100%);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.wfa-feature-card:hover {
    border-color: #c7d5ce;
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(20, 35, 31, 0.09);
}

.wfa-feature-card__number {
    position: absolute;
    top: 24px;
    right: 28px;
    color: #c9d4cf;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.wfa-feature-card__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 17px;
    color: var(--wfa-green);
    background: var(--wfa-green-soft);
}

.wfa-feature-card__icon svg {
    width: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.wfa-feature-card h3 {
    margin: 46px 0 13px;
    font-size: 23px;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.wfa-feature-card p {
    margin: 0;
    color: var(--wfa-muted);
    font-size: 15px;
    line-height: 1.72;
}

.wfa-section--steps {
    background: var(--wfa-surface-alt);
}

.wfa-steps-layout {
    display: grid;
    align-items: start;
    gap: 100px;
    grid-template-columns: 0.82fr 1.18fr;
}

.wfa-section-heading--left {
    position: sticky;
    top: 56px;
    margin: 0;
    text-align: left;
}

.wfa-section-heading--left > p:last-of-type {
    margin-right: 0;
    margin-left: 0;
}

.wfa-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    border: 0;
    padding: 0;
    color: var(--wfa-green);
    background: transparent;
    cursor: pointer;
    font-weight: 800;
}

.wfa-text-link span {
    transition: transform 180ms ease;
}

.wfa-text-link:hover span {
    transform: translateX(4px);
}

.wfa-steps {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    list-style: none;
}

.wfa-steps li {
    display: grid;
    gap: 24px;
    border-bottom: 1px solid #dce5e0;
    padding: 34px 0;
    grid-template-columns: 58px 1fr;
}

.wfa-steps li:first-child {
    padding-top: 0;
}

.wfa-step-number {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid #c8d7d0;
    border-radius: 15px;
    color: var(--wfa-green-dark);
    background: #fff;
    font-weight: 850;
    box-shadow: 0 9px 20px rgba(20, 35, 31, 0.06);
}

.wfa-steps h3 {
    margin: 1px 0 8px;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.wfa-steps p {
    max-width: 540px;
    margin: 0;
    color: var(--wfa-muted);
    font-size: 15px;
    line-height: 1.7;
}

.wfa-cta {
    padding: 92px 0;
    background: #fff;
}

.wfa-cta__card {
    position: relative;
    display: flex;
    min-height: 285px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
    border-radius: 32px;
    padding: 58px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 20%, rgba(200, 244, 221, 0.18), transparent 34%),
        var(--wfa-ink);
}

.wfa-cta__card::after {
    position: absolute;
    right: -80px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(255, 255, 255, 0.025),
        0 0 0 84px rgba(255, 255, 255, 0.02);
    content: "";
}

.wfa-cta__card > * {
    position: relative;
    z-index: 2;
}

.wfa-cta .wfa-kicker {
    color: var(--wfa-mint);
}

.wfa-cta h2 {
    max-width: 640px;
    margin: 0;
    font-size: clamp(38px, 4vw, 54px);
    letter-spacing: -0.05em;
    line-height: 1.06;
}

.wfa-cta__actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
}

.wfa-button--light {
    color: var(--wfa-ink);
    background: var(--wfa-mint);
}

.wfa-button--light:hover {
    background: #dbf9e9;
}

.wfa-button--outline-light {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    background: transparent;
}

.wfa-button--outline-light:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.07);
}

.wfa-footer {
    border-top: 1px solid var(--wfa-border);
    padding: 34px 0;
    background: #fff;
}

.wfa-footer__inner {
    display: grid;
    align-items: center;
    gap: 22px;
    grid-template-columns: 1fr auto 1fr;
}

.wfa-brand--footer {
    font-size: 15px;
}

.wfa-brand--footer .wfa-brand__mark {
    width: 30px;
    height: 30px;
    border-radius: 10px;
}

.wfa-footer p {
    margin: 0;
    color: var(--wfa-muted);
    font-size: 13px;
    text-align: center;
}

.wfa-footer small {
    color: #8a9691;
    font-size: 12px;
    text-align: right;
}

.wfa-modal[hidden] {
    display: none;
}

.wfa-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    overflow-y: auto;
    place-items: start center;
    padding: 34px 20px;
}

.wfa-modal__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(8, 16, 14, 0.68);
    backdrop-filter: blur(10px);
    animation: wfa-fade-in 180ms ease both;
}

.wfa-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(820px, 100%);
    border-radius: 28px;
    margin: auto;
    padding: 44px;
    background: #fff;
    box-shadow: 0 40px 100px rgba(8, 16, 14, 0.36);
    animation: wfa-modal-in 220ms ease both;
}

@keyframes wfa-fade-in {
    from {
        opacity: 0;
    }
}

@keyframes wfa-modal-in {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.985);
    }
}

.wfa-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--wfa-border);
    border-radius: 13px;
    color: #53615c;
    background: #fff;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

.wfa-modal__close:hover {
    background: #f3f6f4;
    transform: rotate(3deg);
}

.wfa-modal__close svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.wfa-modal__intro {
    max-width: 620px;
    padding-right: 35px;
}

.wfa-modal__intro .wfa-kicker {
    margin-bottom: 12px;
}

.wfa-modal__intro h2 {
    margin: 0;
    font-size: 38px;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.wfa-modal__intro > p:last-child {
    margin: 13px 0 0;
    color: var(--wfa-muted);
    font-size: 15px;
    line-height: 1.65;
}

.wfa-form {
    margin-top: 34px;
}

.wfa-form fieldset {
    min-width: 0;
    margin: 0;
    border: 0;
    padding: 0;
}

.wfa-form fieldset + fieldset {
    margin-top: 34px;
    border-top: 1px solid var(--wfa-border);
    padding-top: 31px;
}

.wfa-form legend {
    width: 100%;
    margin-bottom: 17px;
    color: var(--wfa-ink);
    font-size: 15px;
    font-weight: 850;
}

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

.wfa-field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}

.wfa-field--wide {
    grid-column: 1 / -1;
}

.wfa-field > span {
    color: #52615c;
    font-size: 12px;
    font-weight: 750;
}

.wfa-field input,
.wfa-field select,
.wfa-field textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d7e0dc;
    border-radius: 12px;
    padding: 0 14px;
    color: var(--wfa-ink);
    background: #fbfcfb;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.wfa-field textarea {
    min-height: 112px;
    padding-top: 12px;
    resize: vertical;
}

.wfa-field input::placeholder,
.wfa-field textarea::placeholder {
    color: #a0aaa6;
}

.wfa-field input:hover,
.wfa-field select:hover,
.wfa-field textarea:hover {
    border-color: #b8c7c0;
}

.wfa-field input:focus,
.wfa-field select:focus,
.wfa-field textarea:focus {
    border-color: var(--wfa-green);
    outline: 0;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(45, 123, 98, 0.09);
}

.wfa-check-grid {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(4, 1fr);
}

.wfa-checkbox {
    position: relative;
    cursor: pointer;
}

.wfa-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wfa-checkbox span {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e0dc;
    border-radius: 11px;
    padding: 8px 10px;
    color: #5b6863;
    background: #fbfcfb;
    font-size: 12px;
    font-weight: 700;
    transition: all 160ms ease;
}

.wfa-checkbox input:checked + span {
    border-color: var(--wfa-green);
    color: var(--wfa-green-dark);
    background: var(--wfa-green-soft);
    box-shadow: inset 0 0 0 1px var(--wfa-green);
}

.wfa-checkbox input:focus-visible + span {
    outline: 3px solid rgba(45, 123, 98, 0.2);
    outline-offset: 2px;
}

.wfa-consent {
    display: grid;
    align-items: start;
    gap: 11px;
    margin-top: 25px;
    cursor: pointer;
    grid-template-columns: 18px 1fr;
}

.wfa-consent input {
    width: 17px;
    height: 17px;
    margin: 3px 0 0;
    accent-color: var(--wfa-green);
}

.wfa-consent span {
    color: #65736e;
    font-size: 12px;
    line-height: 1.6;
}

.wfa-form__submit {
    width: 100%;
    margin-top: 23px;
}

.wfa-form__note {
    margin: 11px 0 0;
    color: #929d98;
    font-size: 11px;
    text-align: center;
}

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

@media (max-width: 1080px) {
    .wfa-hero {
        min-height: auto;
    }

    .wfa-hero__grid {
        gap: 55px;
        grid-template-columns: 1fr;
    }

    .wfa-hero__content {
        max-width: 760px;
    }

    .wfa-hero__visual {
        width: min(680px, 100%);
        margin: 0 auto;
    }

    .wfa-steps-layout {
        gap: 65px;
    }
}

@media (max-width: 820px) {
    .wfa-nav > a:not(.wfa-button) {
        display: none;
    }

    .wfa-hero {
        padding-top: 135px;
    }

    .wfa-hero h1 {
        font-size: clamp(48px, 12vw, 68px);
    }

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

    .wfa-feature-card {
        min-height: 0;
    }

    .wfa-steps-layout {
        grid-template-columns: 1fr;
    }

    .wfa-section-heading--left {
        position: static;
    }

    .wfa-cta__card {
        align-items: flex-start;
        flex-direction: column;
    }

    .wfa-cta__actions {
        width: 100%;
        flex-direction: row;
    }

    .wfa-cta__actions .wfa-button {
        flex: 1;
    }

    .wfa-footer__inner {
        justify-items: center;
        grid-template-columns: 1fr;
    }

    .wfa-footer small {
        text-align: center;
    }
}

@media (max-width: 620px) {
    .wfa-shell {
        width: min(100% - 28px, 1180px);
    }

    .wfa-header {
        padding: 18px 0;
    }

    .wfa-brand {
        font-size: 15px;
    }

    .wfa-brand__mark {
        width: 31px;
        height: 31px;
    }

    .wfa-nav .wfa-button {
        min-height: 38px;
        padding: 0 14px;
    }

    .wfa-hero {
        padding: 118px 0 76px;
    }

    .wfa-eyebrow {
        max-width: 100%;
        font-size: 11px;
    }

    .wfa-hero h1 {
        font-size: clamp(43px, 13vw, 58px);
    }

    .wfa-hero__lead {
        font-size: 16px;
    }

    .wfa-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .wfa-hero__actions .wfa-button {
        width: 100%;
    }

    .wfa-proof {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .wfa-hero__visual {
        min-height: auto;
        border-radius: 24px;
        padding: 31px 16px 74px;
    }

    .wfa-connector {
        gap: 8px;
        grid-template-columns: 1fr 50px 1fr;
    }

    .wfa-system-card {
        align-items: flex-start;
        padding: 10px;
        flex-direction: column;
    }

    .wfa-system-card__icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 10px;
        font-size: 14px;
    }

    .wfa-system-card strong {
        font-size: 11px;
    }

    .wfa-system-card small {
        font-size: 8px;
    }

    .wfa-dashboard-card {
        padding: 15px;
    }

    .wfa-dashboard-card__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .wfa-stats {
        grid-template-columns: 1fr;
    }

    .wfa-stats > div {
        display: grid;
        align-items: center;
        gap: 8px;
        grid-template-columns: 1fr auto auto;
    }

    .wfa-stats strong {
        margin-top: 0;
        font-size: 17px;
    }

    .wfa-floating-card--left {
        bottom: 17px;
        left: 9px;
    }

    .wfa-floating-card--right {
        right: 8px;
        bottom: 55px;
    }

    .wfa-floating-card {
        padding: 8px 9px;
    }

    .wfa-section {
        padding: 78px 0;
    }

    .wfa-section-heading {
        margin-bottom: 38px;
    }

    .wfa-section-heading h2 {
        font-size: 37px;
    }

    .wfa-section-heading > p:last-of-type {
        font-size: 15px;
    }

    .wfa-feature-card {
        border-radius: 22px;
        padding: 27px;
    }

    .wfa-feature-card h3 {
        margin-top: 35px;
    }

    .wfa-steps li {
        gap: 17px;
        grid-template-columns: 46px 1fr;
    }

    .wfa-step-number {
        width: 42px;
        height: 42px;
    }

    .wfa-steps h3 {
        font-size: 19px;
    }

    .wfa-cta {
        padding: 60px 0;
    }

    .wfa-cta__card {
        min-height: 0;
        border-radius: 24px;
        padding: 36px 25px;
    }

    .wfa-cta h2 {
        font-size: 38px;
    }

    .wfa-cta__actions {
        flex-direction: column;
    }

    .wfa-modal {
        align-items: end;
        padding: 0;
    }

    .wfa-modal__dialog {
        max-height: calc(100vh - 20px);
        overflow-y: auto;
        border-radius: 25px 25px 0 0;
        padding: 34px 20px 28px;
    }

    .wfa-modal__close {
        top: 15px;
        right: 15px;
    }

    .wfa-modal__intro h2 {
        font-size: 32px;
    }

    .wfa-form__grid {
        grid-template-columns: 1fr;
    }

    .wfa-field--wide {
        grid-column: auto;
    }

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

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

    .wfa-site *,
    .wfa-site *::before,
    .wfa-site *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


.wfa-modal__dialog--login {
    width: min(520px, 100%);
    padding: 48px;
}

.wfa-login-brand {
    display: flex;
    margin-bottom: 25px;
}

.wfa-login-brand .wfa-brand__mark {
    width: 45px;
    height: 45px;
    border-radius: 14px;
}

.wfa-modal__intro--login {
    padding-right: 25px;
}

.wfa-modal__intro--login h2 {
    font-size: 42px;
}

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

.wfa-login-form .wfa-form__submit {
    margin-top: 2px;
}

.wfa-password-field {
    position: relative;
    display: block;
}

.wfa-password-field input {
    padding-right: 54px;
}

.wfa-password-field button {
    position: absolute;
    top: 50%;
    right: 9px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 0;
    border-radius: 10px;
    color: #71807a;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
}

.wfa-password-field button:hover {
    color: var(--wfa-green);
    background: var(--wfa-green-soft);
}

.wfa-password-field button svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.wfa-field small {
    margin-top: -2px;
    color: #87938e;
    font-size: 11px;
}

.wfa-login-form__options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: -2px;
    font-size: 12px;
}

.wfa-login-form__options > a {
    color: var(--wfa-green-dark);
    font-weight: 750;
}

.wfa-login-form__options > a:hover {
    text-decoration: underline;
}

.wfa-remember {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5f6d68;
    cursor: pointer;
}

.wfa-remember input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--wfa-green);
}

.wfa-modal__switch {
    margin: 17px 0 0;
    color: #7b8883;
    font-size: 12px;
    text-align: center;
}

.wfa-modal__switch button {
    border: 0;
    padding: 0;
    color: var(--wfa-green-dark);
    background: transparent;
    cursor: pointer;
    font-weight: 800;
}

.wfa-modal__switch button:hover {
    text-decoration: underline;
}

.wfa-inline-error {
    margin-top: 20px;
    border: 1px solid #f0cbc7;
    border-radius: 12px;
    padding: 12px 14px;
    color: #7c332b;
    background: #fff0ee;
    font-size: 12px;
    font-weight: 650;
}

@media (max-width: 620px) {
    .wfa-modal__dialog--login {
        padding: 34px 20px 28px;
    }

    .wfa-modal__intro--login h2 {
        font-size: 34px;
    }

    .wfa-login-form__options {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
    }
}


/* Official integration logos */
.wfa-system-card__icon--logo {
    overflow: hidden;
    border: 1px solid rgba(20, 35, 31, .08);
    padding: 5px;
    background: #fff !important;
}

.wfa-system-card__icon--logo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: contain;
    background: #fff;
}

.wfa-system-card__icon--logo i {
    display: none;
    color: var(--wfa-ink);
    font-style: normal;
    font-weight: 850;
}

.wfa-system-card__icon--logo img:not([src]),
.wfa-system-card__icon--logo img[src=""] {
    display: none;
}

.wfa-system-card__icon--logo img:not([src]) + i,
.wfa-system-card__icon--logo img[src=""] + i {
    display: block;
}
