:root {
    --ink: #081318;
    --ink-2: #112029;
    --paper: #fbfcf8;
    --surface: #ffffff;
    --mist: #eef5f2;
    --line: #d8e2df;
    --muted: #637278;
    --cyan: #11b8dd;
    --teal: #13a786;
    --amber: #f2b94b;
    --rose: #e76f51;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(8, 19, 24, 0.16);
    --soft-shadow: 0 14px 38px rgba(8, 19, 24, 0.09);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

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

a {
    color: inherit;
}

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

h1,
h2,
h3 {
    text-wrap: balance;
}

h1 {
    max-width: 13ch;
    font-size: clamp(3rem, 7vw, 6.4rem);
    line-height: 0.92;
    letter-spacing: 0;
}

.hero h1 {
    max-width: 14ch;
    font-size: clamp(2.55rem, 5.8vw, 5.45rem);
    line-height: 0.98;
}

h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: 0;
}

h3 {
    font-size: 1.28rem;
    line-height: 1.2;
}

.container {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}

.narrow {
    width: min(860px, calc(100% - 44px));
}

.section {
    padding: 92px 0;
}

.section-tint {
    background: linear-gradient(135deg, #f3faf6 0%, #fbfcf8 58%, #fff7e5 100%);
}

.skip-link {
    position: absolute;
    left: 14px;
    top: -70px;
    z-index: 30;
    padding: 10px 14px;
    background: var(--ink);
    color: var(--white);
}

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

.visually-hidden {
    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: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(216, 226, 223, 0.76);
    background: rgba(251, 252, 248, 0.9);
    backdrop-filter: blur(18px);
}

.header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 210px;
    color: var(--ink);
    text-decoration: none;
}

.brand img {
    width: 148px;
}

.brand span {
    max-width: 78px;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1.1;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-left: auto;
}

.nav-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border-radius: 6px;
    color: #26343a;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 800;
}

.nav-link:hover,
.nav-link.is-active {
    color: #064d42;
    background: #e8f6f1;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--surface);
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--ink);
    content: "";
}

.menu-toggle-lines::before {
    transform: translateY(-7px);
}

.menu-toggle-lines::after {
    transform: translateY(5px);
}

.hero {
    position: relative;
    min-height: calc(100svh - 82px);
    display: flex;
    align-items: flex-end;
    padding: 110px 0 56px;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
}

.hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(8, 19, 24, 0.95) 0%, rgba(8, 19, 24, 0.7) 42%, rgba(8, 19, 24, 0.08) 100%),
        linear-gradient(180deg, rgba(8, 19, 24, 0.05), rgba(8, 19, 24, 0.24));
    content: "";
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0.86;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
}

.hero-copy {
    max-width: 820px;
}

.hero .lead {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.82);
}

.hero-status {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 950px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.hero-status div {
    padding: 22px;
    background: rgba(8, 19, 24, 0.34);
}

.hero-status span {
    display: block;
    margin-bottom: 4px;
    color: var(--amber);
    font-size: clamp(1.4rem, 3vw, 2.25rem);
    font-weight: 950;
    line-height: 1;
}

.hero-status p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 750;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--teal);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero .eyebrow,
.section-dark .eyebrow,
.cta-band .eyebrow {
    color: #7cf0d7;
}

.lead {
    color: var(--muted);
    font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 0;
    border-radius: 6px;
    text-decoration: none;
    font: inherit;
    font-weight: 950;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.button.primary {
    background: var(--teal);
    color: var(--white);
    box-shadow: 0 12px 30px rgba(19, 167, 134, 0.28);
}

.button.secondary {
    background: var(--ink);
    color: var(--white);
}

.button.ghost {
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
}

.button.ghost.dark {
    border-color: rgba(8, 19, 24, 0.26);
    color: var(--ink);
}

.button.quiet {
    background: var(--white);
    color: var(--ink);
}

.section-overview {
    background: var(--paper);
}

.section-heading {
    max-width: 900px;
    margin-bottom: 38px;
}

.section-heading h2 {
    margin-bottom: 0;
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 48px;
    align-items: end;
    max-width: none;
}

.split-heading > p {
    margin: 0;
    color: var(--muted);
    font-size: 1.08rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.service-card,
.value-grid article,
.plan-card,
.support-panel,
.download-box,
.contact-form,
.contact-details,
.story-panel {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--soft-shadow);
}

.service-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 28px;
}

.service-card h3 {
    margin-bottom: 10px;
}

.service-card p {
    margin-bottom: 0;
    color: var(--muted);
}

.section-process {
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(8, 19, 24, 0.96), rgba(14, 42, 38, 0.92)),
        url("../images/server-room.jpg") center bottom / cover no-repeat;
}

.process-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
    gap: 60px;
    align-items: start;
}

.process-copy {
    position: sticky;
    top: 112px;
}

.process-copy p {
    color: rgba(255, 255, 255, 0.76);
}

.step-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    counter-reset: steps;
    list-style: none;
}

.step-list li {
    position: relative;
    min-height: 112px;
    padding: 24px 24px 24px 82px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(12px);
}

.step-list li::before {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--amber);
    color: var(--ink);
    content: counter(steps);
    counter-increment: steps;
    font-weight: 950;
}

.step-list strong {
    color: var(--white);
}

.section-protection {
    background: var(--mist);
}

.support-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.support-panel {
    min-height: 420px;
    padding: 34px;
    overflow: hidden;
}

.support-panel h2 {
    font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.business-panel {
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(8, 19, 24, 0.9), rgba(17, 32, 41, 0.72)),
        url("../images/server-room.jpg") center bottom / cover no-repeat;
}

.business-panel .check-list li,
.business-panel p {
    color: rgba(255, 255, 255, 0.82);
}

.home-panel {
    background: linear-gradient(135deg, #ffffff, #effaf5);
}

.check-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    color: var(--muted);
}

.check-list li::before {
    position: absolute;
    left: 0;
    top: 0.22em;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--teal);
    content: "";
}

.check-list li::after {
    position: absolute;
    left: 6px;
    top: 0.54em;
    width: 6px;
    height: 3px;
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    content: "";
    transform: rotate(-45deg);
}

.section-dark {
    color: var(--white);
    background: var(--ink);
}

.section-heading.light h2 {
    color: var(--white);
}

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

.testimonial-grid figure {
    margin: 0;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.testimonial-grid blockquote {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.06rem;
}

.testimonial-grid figcaption {
    color: var(--amber);
    font-weight: 950;
}

.cta-band {
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(19, 167, 134, 0.94), rgba(17, 184, 221, 0.84)),
        var(--teal);
}

.cta-inner,
.story-layout,
.contact-layout,
.notes-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 56px;
    align-items: start;
}

.cta-inner {
    align-items: center;
}

.cta-inner p {
    color: rgba(255, 255, 255, 0.84);
}

.page-hero {
    padding: 120px 0 92px;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(8, 19, 24, 0.86), rgba(8, 19, 24, 0.46)),
        url("../images/server-room.jpg") center bottom / cover no-repeat;
}

.page-hero .lead {
    color: rgba(255, 255, 255, 0.78);
}

.content-copy p,
.fine-print p,
.legal-page p,
.download-box p,
.contact-details p {
    color: var(--muted);
}

.story-panel {
    display: grid;
    gap: 1px;
    overflow: hidden;
    padding: 0;
    background: var(--line);
}

.story-panel div {
    padding: 30px;
    background: var(--surface);
}

.story-panel span {
    display: block;
    margin-bottom: 8px;
    color: var(--teal);
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 950;
    line-height: 1;
}

.story-panel p {
    margin: 0;
    color: var(--muted);
    font-weight: 760;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.value-grid article {
    padding: 28px;
}

.value-grid p {
    margin-bottom: 0;
    color: var(--muted);
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 32px;
}

.plan-card.featured {
    border-color: rgba(19, 167, 134, 0.42);
    box-shadow: var(--shadow);
    transform: translateY(-14px);
}

.plan-card.featured::before {
    position: absolute;
    inset: 0;
    border-top: 7px solid var(--teal);
    border-radius: 8px;
    content: "";
    pointer-events: none;
}

.plan-card .button {
    width: 100%;
    margin-top: auto;
}

.plan-label {
    display: inline-flex;
    margin: 0 0 10px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #fff4d5;
    color: #75520b;
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
}

.price {
    margin: 8px 0 0;
    font-size: clamp(3.2rem, 7vw, 5.2rem);
    font-weight: 950;
    line-height: 0.95;
}

.price span {
    font-size: 1.6rem;
    vertical-align: super;
}

.price-note {
    margin: 0 0 18px;
    color: var(--teal);
    font-weight: 900;
}

.notes-grid {
    align-items: start;
}

.fine-print {
    display: grid;
    gap: 12px;
}

.fine-print p {
    margin: 0;
    padding: 20px;
    border-left: 4px solid var(--teal);
    background: var(--surface);
}

.contact-layout {
    align-items: start;
}

.contact-details,
.contact-form,
.download-box {
    padding: 32px;
}

.contact-list {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.contact-list li {
    display: grid;
    gap: 4px;
    padding: 16px 0;
    border-top: 1px solid var(--line);
}

.contact-list span {
    color: var(--teal);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.contact-form {
    display: grid;
    gap: 13px;
}

.contact-form label {
    font-weight: 900;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fcfefc;
    color: var(--ink);
    font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 3px solid rgba(19, 167, 134, 0.18);
    border-color: var(--teal);
}

.contact-form textarea {
    resize: vertical;
}

.form-consent {
    color: var(--muted);
    font-size: 0.92rem;
}

.form-message {
    padding: 14px;
    border-radius: 6px;
    font-weight: 850;
}

.form-message p {
    margin: 0;
}

.form-message.success {
    background: #e6f8ef;
    color: #125b3b;
}

.form-message.error {
    background: #fff0ed;
    color: #8a2d1c;
}

.honeypot {
    position: absolute;
    left: -9999px;
}

.download-box {
    text-align: center;
}

.download-box .action-row {
    justify-content: center;
}

.download-form {
    display: grid;
    gap: 14px;
    text-align: left;
}

.download-form h2,
.download-form p {
    text-align: center;
}

.download-form label {
    font-weight: 900;
}

.download-form input {
    width: 100%;
    min-height: 52px;
    padding: 13px 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fcfefc;
    color: var(--ink);
    font: inherit;
}

.download-form input:focus {
    outline: 3px solid rgba(19, 167, 134, 0.18);
    border-color: var(--teal);
}

.lockout-note {
    font-weight: 850;
}

.protected-downloads {
    text-align: left;
}

.protected-downloads h2,
.protected-downloads > p {
    text-align: center;
}

.download-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0;
}

.download-list div {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--mist);
}

.download-list p {
    margin: 0;
}

.legal-page h2 {
    margin-top: 36px;
    font-size: 1.45rem;
}

.site-footer {
    padding: 66px 0 28px;
    color: rgba(255, 255, 255, 0.74);
    background: #071115;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 34px;
}

.footer-brand img {
    width: 170px;
    margin-bottom: 16px;
    padding: 8px;
    border-radius: 6px;
    background: var(--white);
}

.site-footer h2 {
    margin-bottom: 13px;
    color: var(--white);
    font-size: 1rem;
}

.site-footer p {
    margin-bottom: 8px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-contact-link {
    color: #7cf0d7;
    font-weight: 900;
}

.cookie-banner {
    position: fixed;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 40;
    max-width: 860px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(8, 19, 24, 0.96);
    color: var(--white);
    box-shadow: var(--shadow);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner h2 {
    margin-bottom: 4px;
    font-size: 1rem;
}

.cookie-banner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.cookie-banner a {
    color: #7cf0d7;
    font-weight: 850;
}

.cookie-banner .button {
    min-width: 150px;
}

@media (max-width: 1020px) {
    .header-inner {
        flex-wrap: wrap;
        gap: 14px;
        padding: 12px 0;
    }

    .brand img {
        width: 140px;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .site-nav {
        order: 4;
        width: 100%;
        display: none;
        grid-template-columns: 1fr;
        margin-left: 0;
        padding-top: 8px;
    }

    .site-nav[data-open="true"] {
        display: grid;
    }

    .nav-link {
        width: 100%;
    }

    .hero {
        min-height: auto;
        padding: 96px 0 46px;
    }

    .hero-status,
    .service-grid,
    .value-grid,
    .plan-grid,
    .testimonial-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split-heading,
    .process-layout,
    .support-panels,
    .story-layout,
    .contact-layout,
    .notes-grid,
    .cta-inner {
        grid-template-columns: 1fr;
    }

    .process-copy {
        position: static;
    }

    .plan-card.featured {
        transform: none;
    }
}

@media (max-width: 660px) {
    .container,
    .narrow {
        width: min(100% - 28px, 1180px);
    }

    .section {
        padding: 64px 0;
    }

    .brand span {
        display: none;
    }

    .hero {
        padding: 78px 0 30px;
    }

    .hero-status,
    .service-grid,
    .value-grid,
    .plan-grid,
    .testimonial-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-status div,
    .service-card,
    .plan-card,
    .support-panel,
    .contact-details,
    .contact-form,
    .download-box {
        padding: 24px;
    }

    .action-row,
    .footer-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .page-hero {
        padding: 82px 0 62px;
    }

    .cookie-banner {
        left: 14px;
        right: 14px;
        bottom: 14px;
        grid-template-columns: 1fr;
    }
}
