.fn-desk-page {
    --fn-blue: #071827;
    --fn-blue-2: #0e2f4f;
    --fn-blue-3: #123f66;
    --fn-anthracite: #182637;
    --fn-muted: #64758a;
    --fn-border: #d7e4ea;
    --fn-soft: #f3f8fb;
    --fn-soft-2: #e8f4f7;
    --fn-green: #12c7a8;
    --fn-green-dark: #0f8f7d;
    --fn-cyan: #38bdf8;
    --fn-white: #ffffff;
    color: var(--fn-anthracite);
    font-family: inherit;
    line-height: 1.65;
    box-sizing: border-box;
    width: min(1200px, calc(100% - 32px));
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 56px;
}

.fn-desk-page,
.fn-desk-page *,
.fn-desk-site-header,
.fn-desk-site-header *,
.fn-desk-site-footer * {
    box-sizing: border-box;
    letter-spacing: 0;
}

body.fn-desk-prototype-template {
    overflow-x: hidden;
}

body.fn-desk-prototype-template .wp-site-blocks > header,
body.fn-desk-prototype-template .wp-site-blocks > footer,
body.fn-desk-prototype-template header.wp-block-template-part,
body.fn-desk-prototype-template footer.wp-block-template-part {
    display: none !important;
}

body.fn-desk-prototype-template .wp-block-navigation,
body.fn-desk-prototype-template .wp-block-navigation__responsive-container-open,
body.fn-desk-prototype-template .wp-block-navigation__responsive-container {
    display: none !important;
}

body.fn-desk-prototype-template .wp-site-blocks {
    padding-top: 0;
    overflow-x: hidden;
}

body.fn-desk-prototype-template .wp-site-blocks > main,
body.fn-desk-prototype-template main,
body.fn-desk-prototype-template .wp-block-post-content,
body.fn-desk-prototype-template .entry-content {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
    padding-top: 0 !important;
}

body.fn-desk-prototype-template .wp-site-blocks > main,
body.fn-desk-prototype-template main,
body.fn-desk-prototype-template main > *,
body.fn-desk-prototype-template .wp-block-post-content,
body.fn-desk-prototype-template .entry-content {
    width: 100% !important;
    max-width: none !important;
}

body.fn-desk-prototype-template .wp-site-blocks > * + * {
    margin-block-start: 0 !important;
}

body.fn-desk-prototype-template .wp-block-post-title {
    display: none !important;
}

body.fn-desk-prototype-template.post-type-archive-product .wp-site-blocks {
    display: none !important;
}

body.fn-desk-prototype-template.post-type-archive-product .woocommerce-products-header,
body.fn-desk-prototype-template.post-type-archive-product .woocommerce-info {
    display: none;
}

body.fn-desk-prototype-template {
    background: #f7fafc;
}

.fn-desk-page h1,
.fn-desk-page h2,
.fn-desk-page h3 {
    color: var(--fn-blue);
    line-height: 1.18;
    margin: 0 0 16px;
}

.fn-desk-page h1 {
    font-size: 48px;
    font-weight: 760;
    max-width: 900px;
}

.fn-desk-page h2 {
    font-size: 32px;
    font-weight: 760;
}

.fn-desk-page h3 {
    font-size: 20px;
}

.fn-desk-page p {
    margin: 0 0 18px;
    max-width: 780px;
}

.fn-desk-page a {
    color: var(--fn-blue-2);
}

.fn-desk-logo {
    display: inline-block;
    width: 218px;
    max-width: 100%;
    height: auto;
}

.fn-desk-site-header {
    position: relative;
    z-index: 20;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(7, 24, 39, 0.08);
    box-shadow: 0 12px 30px rgba(7, 24, 39, 0.06);
}

.fn-desk-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 20px;
}

.fn-desk-header-logo {
    display: inline-flex;
    flex: 0 0 auto;
    text-decoration: none;
}

.fn-desk-header-logo .fn-desk-logo {
    width: 214px;
}

.fn-desk-header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.fn-desk-header-nav a {
    color: #071827;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 8px;
    line-height: 1;
}

.fn-desk-header-nav a:hover,
.fn-desk-header-nav a:focus {
    color: #063f57;
    background: #e8f4f7;
    text-decoration: none;
}

.fn-desk-mobile-menu {
    display: none;
}

.fn-desk-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 42px;
    align-items: center;
    margin: 34px 0 34px;
    padding: 62px 58px;
    min-height: 480px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(7, 24, 39, 0.98) 0%, rgba(11, 48, 81, 0.98) 55%, rgba(7, 82, 86, 0.98) 100%);
    color: var(--fn-white);
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(7, 24, 39, 0.22);
}

.fn-desk-hero-copy h1 strong,
.fn-desk-highlight {
    color: #9ee7dc;
}

.fn-desk-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.35));
    pointer-events: none;
}

.fn-desk-hero::after {
    content: "";
    position: absolute;
    right: -110px;
    top: -160px;
    width: 430px;
    height: 620px;
    background: linear-gradient(180deg, rgba(56, 189, 248, 0.23), rgba(18, 199, 168, 0.12));
    transform: rotate(16deg);
    pointer-events: none;
}

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

.fn-desk-hero-compact {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 58px;
}

.fn-desk-hero h1,
.fn-desk-hero h2,
.fn-desk-hero p {
    color: var(--fn-white);
}

.fn-desk-hero p {
    color: #d7e9f0;
    font-size: 18px;
    line-height: 1.75;
}

.fn-desk-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    margin-bottom: 12px;
    color: var(--fn-green);
    font-size: 14px;
    font-weight: 850;
    text-transform: uppercase;
}

.fn-desk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.fn-desk-actions-center {
    justify-content: center;
}

.fn-desk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 21px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 850;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
}

.fn-desk-btn-primary {
    background: linear-gradient(135deg, #12c7a8, #0d9488);
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(18, 199, 168, 0.24);
}

.fn-desk-btn-primary:hover,
.fn-desk-btn-primary:focus {
    background: linear-gradient(135deg, #0fb99d, #0f766e);
}

.fn-desk-btn-secondary {
    background: #ffffff;
    color: var(--fn-blue) !important;
    box-shadow: 0 10px 24px rgba(7, 24, 39, 0.12);
}

.fn-desk-btn-ghost {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
}

.fn-desk-hero-panel {
    padding: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

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

.fn-desk-dashboard div {
    min-height: 126px;
    padding: 20px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--fn-blue);
    border-top: 5px solid var(--fn-green);
    box-shadow: 0 16px 34px rgba(7, 24, 39, 0.16);
}

.fn-desk-dashboard span {
    display: block;
    color: var(--fn-muted);
    font-weight: 700;
}

.fn-desk-dashboard strong {
    display: block;
    margin-top: 16px;
    font-size: 38px;
    line-height: 1;
}

.fn-desk-band,
.fn-desk-section,
.fn-desk-split,
.fn-desk-cta {
    margin: 34px 0;
}

.fn-desk-signal-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: -12px 0 36px;
}

.fn-desk-signal {
    padding: 18px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid var(--fn-border);
    box-shadow: 0 14px 36px rgba(7, 24, 39, 0.06);
}

.fn-desk-signal strong {
    display: block;
    color: var(--fn-blue);
    font-size: 22px;
    line-height: 1.2;
}

.fn-desk-signal span {
    display: block;
    margin-top: 6px;
    color: var(--fn-muted);
    font-weight: 700;
}

.fn-desk-band {
    padding: 28px;
    border: 1px solid var(--fn-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(7, 24, 39, 0.06);
}

.fn-desk-lead {
    font-size: 19px;
    font-weight: 700;
}

.fn-desk-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.fn-desk-trust-list span {
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--fn-soft-2);
    border: 1px solid var(--fn-border);
    color: var(--fn-blue);
    font-weight: 700;
}

.fn-desk-section {
    padding: 34px 0;
}

.fn-desk-section-head {
    max-width: 760px;
    margin-bottom: 22px;
}

.fn-desk-grid {
    display: grid;
    gap: 20px;
}

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

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

.fn-desk-card,
.fn-desk-price-card {
    padding: 26px;
    border: 1px solid var(--fn-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(7, 24, 39, 0.07);
    border-top: 4px solid var(--fn-cyan);
}

.fn-desk-feature-matrix {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.fn-desk-feature-tile {
    min-height: 168px;
    padding: 20px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid var(--fn-border);
    box-shadow: 0 12px 34px rgba(7, 24, 39, 0.06);
}

.fn-desk-feature-tile span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 10px;
    border-radius: 8px;
    background: #e6fbf7;
    color: #075f56;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.fn-desk-feature-tile h3 {
    font-size: 19px;
}

.fn-desk-feature-tile p {
    color: var(--fn-muted);
    font-size: 16px;
}

.fn-desk-offline-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: center;
    padding: 36px;
    border-radius: 8px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(7, 24, 39, 0.98), rgba(8, 75, 83, 0.96)),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    box-shadow: 0 24px 60px rgba(7, 24, 39, 0.18);
}

.fn-desk-offline-panel h2,
.fn-desk-offline-panel h3,
.fn-desk-offline-panel p {
    color: #ffffff;
}

.fn-desk-offline-panel .fn-desk-check-list li::before {
    border-color: var(--fn-green);
}

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

.fn-desk-process-step {
    position: relative;
    padding: 24px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid var(--fn-border);
    box-shadow: 0 14px 38px rgba(7, 24, 39, 0.06);
}

.fn-desk-process-step::before {
    counter-increment: process;
    content: counter(process);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    border-radius: 8px;
    background: var(--fn-blue);
    color: #ffffff;
    font-weight: 900;
}

.fn-desk-product-strip {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 20px;
    align-items: stretch;
}

.fn-desk-product-panel {
    padding: 30px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid var(--fn-border);
    border-top: 5px solid var(--fn-green);
    box-shadow: 0 18px 46px rgba(7, 24, 39, 0.07);
}

.fn-desk-card p,
.fn-desk-price-card p {
    color: var(--fn-muted);
}

.fn-desk-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: #e6fbf7;
    color: var(--fn-green-dark);
}

.fn-desk-card-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fn-desk-link {
    display: inline-flex;
    margin-top: 6px;
    font-weight: 800;
    text-decoration: none;
}

.fn-desk-link:hover,
.fn-desk-link:focus {
    text-decoration: underline;
}

.fn-desk-link-muted {
    color: var(--fn-muted);
    cursor: default;
}

.fn-desk-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
    padding: 34px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid var(--fn-border);
    box-shadow: 0 18px 46px rgba(7, 24, 39, 0.06);
}

.fn-desk-solution-box {
    padding: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--fn-blue), #0a4d57);
    color: #ffffff;
}

.fn-desk-solution-box h2,
.fn-desk-solution-box p {
    color: #ffffff;
}

.fn-desk-check-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.fn-desk-check-list li {
    position: relative;
    padding-left: 30px;
}

.fn-desk-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 8px;
    border-left: 3px solid var(--fn-green);
    border-bottom: 3px solid var(--fn-green);
    transform: rotate(-45deg);
}

.fn-desk-muted {
    padding: 30px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid var(--fn-border);
}

.fn-desk-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.fn-desk-price-card strong {
    display: inline-flex;
    margin: 6px 0 14px;
    padding: 7px 10px;
    border-radius: 8px;
    color: #075f56;
    background: #dff8f3;
}

.fn-desk-cta {
    padding: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--fn-blue), #0a4d57);
    color: #ffffff;
    text-align: center;
}

.fn-desk-cta h2,
.fn-desk-cta p {
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.fn-desk-cta-small {
    margin-top: 28px;
    padding: 28px;
}

.fn-desk-narrow {
    max-width: 900px;
}

.fn-desk-faq {
    display: grid;
    gap: 12px;
}

.fn-desk-faq details {
    border: 1px solid var(--fn-border);
    border-radius: 8px;
    background: #ffffff;
}

.fn-desk-faq summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--fn-blue);
    font-weight: 800;
}

.fn-desk-faq details p {
    padding: 0 20px 20px;
    margin: 0;
    color: var(--fn-muted);
}

.fn-desk-legal-note,
.fn-desk-alert,
.fn-desk-checkout-note {
    padding: 16px 18px;
    border-radius: 8px;
    margin: 18px 0;
}

.fn-desk-legal-note {
    border: 1px solid #f0dca4;
    background: #fff7df;
    color: #674b00;
}

.fn-desk-alert-success {
    border: 1px solid rgba(0, 168, 134, 0.32);
    background: rgba(0, 168, 134, 0.1);
    color: var(--fn-green-dark);
}

.fn-desk-alert-error {
    border: 1px solid #e4a7a7;
    background: #fff0f0;
    color: #8a1f1f;
}

.fn-desk-form-wrap,
.fn-desk-contact-form {
    width: 100%;
}

.fn-desk-contact-form {
    display: grid;
    gap: 18px;
}

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

.fn-desk-contact-form label,
.fn-desk-fieldset {
    color: var(--fn-blue);
    font-weight: 800;
}

.fn-desk-contact-form input[type="text"],
.fn-desk-contact-form input[type="email"],
.fn-desk-contact-form input[type="tel"],
.fn-desk-contact-form textarea {
    width: 100%;
    min-height: 46px;
    margin-top: 6px;
    padding: 11px 12px;
    border: 1px solid var(--fn-border);
    border-radius: 8px;
    color: var(--fn-anthracite);
    background: #ffffff;
}

.fn-desk-fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--fn-border);
    border-radius: 8px;
}

.fn-desk-fieldset legend {
    padding: 0 6px;
}

.fn-desk-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600 !important;
    color: var(--fn-anthracite) !important;
}

.fn-desk-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.fn-desk-site-footer {
    margin-top: 42px;
    padding: 42px 20px;
    background: #071827;
    color: #d9e7ee;
}

.fn-desk-footer-inner {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 28px;
    max-width: 1180px;
    margin: 0 auto;
}

.fn-desk-footer-inner p {
    max-width: 430px;
}

.fn-desk-footer-inner nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 18px;
}

.fn-desk-footer-inner a {
    color: #ffffff;
    text-decoration: none;
}

.fn-desk-footer-inner a:hover,
.fn-desk-footer-inner a:focus {
    text-decoration: underline;
}

.fn-desk-article {
    max-width: 860px;
    padding-top: 28px;
}

@media (max-width: 900px) {
    .fn-desk-page {
        width: min(100% - 28px, 1180px);
    }

    .fn-desk-page h1 {
        font-size: 36px;
    }

    .fn-desk-page h2 {
        font-size: 26px;
    }

    .fn-desk-hero,
    .fn-desk-split,
    .fn-desk-footer-inner,
    .fn-desk-header-inner {
        grid-template-columns: 1fr;
    }

    .fn-desk-header-inner {
        display: grid;
        justify-items: start;
        gap: 14px;
    }

    .fn-desk-header-nav {
        justify-content: flex-start;
        max-width: 100%;
    }

    .fn-desk-hero {
        padding: 42px 28px;
    }

    .fn-desk-grid-2,
    .fn-desk-grid-3,
    .fn-desk-price-grid,
    .fn-desk-form-grid,
    .fn-desk-signal-row,
    .fn-desk-feature-matrix,
    .fn-desk-process,
    .fn-desk-product-strip,
    .fn-desk-offline-panel {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 560px) {
    .fn-desk-site-header {
        position: sticky;
        top: 0;
        z-index: 40;
        box-shadow: 0 14px 30px rgba(7, 24, 39, 0.08);
    }

    .fn-desk-header-inner {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 10px;
        padding: 12px 18px;
    }

    .fn-desk-header-logo .fn-desk-logo {
        width: 158px;
    }

    .fn-desk-page h1 {
        font-size: 30px;
    }

    .fn-desk-page h2 {
        font-size: 23px;
    }

    .fn-desk-hero {
        padding: 32px 18px;
    }

    .fn-desk-actions,
    .fn-desk-btn {
        width: 100%;
    }

    .fn-desk-header-nav {
        display: none;
    }

    .fn-desk-mobile-menu {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        display: block;
        width: 100%;
        margin-left: 0;
        z-index: 60;
    }

    .fn-desk-mobile-menu summary {
        list-style: none;
        cursor: pointer;
        border-radius: 8px;
        border: 1px solid var(--fn-border);
        background: #f3f8fb;
        color: #071827;
        font-size: 15px;
        font-weight: 900;
        line-height: 1;
        padding: 12px 14px;
        text-align: left;
        width: 100%;
    }

    .fn-desk-mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .fn-desk-mobile-menu[open] summary {
        background: #0f3a52;
        border-color: #0f3a52;
        color: #fff;
    }

    .fn-desk-mobile-menu nav {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 8px);
        display: grid;
        width: auto;
        padding: 10px;
        border: 1px solid var(--fn-border);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 24px 50px rgba(7, 24, 39, 0.18);
    }

    .fn-desk-mobile-menu a {
        color: #071827;
        font-size: 15px;
        font-weight: 850;
        text-decoration: none;
        padding: 13px 12px;
        border-radius: 7px;
    }

    .fn-desk-mobile-menu a:hover,
    .fn-desk-mobile-menu a:focus {
        background: #e8f4f7;
        color: #063f57;
        text-decoration: none;
    }

    .fn-desk-dashboard {
        grid-template-columns: 1fr;
    }

    .fn-desk-split,
    .fn-desk-band,
    .fn-desk-muted,
    .fn-desk-cta,
    .fn-desk-offline-panel {
        padding: 24px 18px;
    }

    .fn-desk-footer-inner nav {
        grid-template-columns: 1fr;
    }
}
