:root {
    --ink: #243041;
    --muted: #5b6575;
    --line: #dfe5ef;
    --soft: #f6f8fb;
    --panel: #ffffff;
    --blue: #3651d4;
    --teal: #0d806a;
    --green: #2f9d66;
    --coral: #cc443b;
}

/* 2026-07-12 homepage UI refresh */
body:not(.site-creation-page) {
    --ink: #102a43;
    --muted: #526d82;
    --line: #d9e2ec;
    --soft: #f6f4ef;
    --panel: #ffffff;
    --blue: #1747c8;
    --teal: #087f72;
    --green: #168b62;
    --coral: #c83d2d;
    color: var(--ink);
    background: #f8f7f3;
}

body:not(.site-creation-page) .skip-link {
    position: fixed;
    z-index: 10000;
    top: 0.7rem;
    left: 0.7rem;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    color: #ffffff;
    background: var(--ink);
    font-weight: 750;
    transform: translateY(-160%);
}

body:not(.site-creation-page) .skip-link:focus {
    transform: translateY(0);
}

body:not(.site-creation-page) :where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}

body:not(.site-creation-page) :where(section, form)[id] {
    scroll-margin-top: 92px;
}

body:not(.site-creation-page) .header {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(16, 42, 67, 0.1);
    background: rgba(255, 255, 255, 0.91);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    box-shadow: none;
}

body:not(.site-creation-page) .header .container {
    min-height: 48px;
}

body:not(.site-creation-page) .nav-list a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0.4rem 0.65rem;
    border-radius: 9px;
    color: #334e68;
    font-size: 0.88rem;
    transition: color 150ms ease, background-color 150ms ease;
}

body:not(.site-creation-page) .nav-list a:hover {
    color: var(--blue);
    background: rgba(23, 71, 200, 0.07);
}

body:not(.site-creation-page) .hamburger {
    width: 48px;
    height: 48px;
    align-items: center;
    border-radius: 10px;
}

body:not(.site-creation-page) .hero {
    padding: 118px 0 54px;
    background:
        radial-gradient(circle at 6% 1%, rgba(215, 244, 91, 0.25), transparent 23rem),
        radial-gradient(circle at 95% 18%, rgba(23, 71, 200, 0.13), transparent 29rem),
        linear-gradient(140deg, #fbfaf7 0%, #eef4f2 100%);
}

body:not(.site-creation-page) .hero::before {
    right: -12rem;
    bottom: -20rem;
    left: auto;
    width: 38rem;
    height: 38rem;
    border: 1px solid rgba(23, 71, 200, 0.1);
    border-radius: 50%;
    background: transparent;
}

body:not(.site-creation-page) .hero .container {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.9fr);
    gap: clamp(2rem, 5vw, 5rem);
}

body:not(.site-creation-page) .hero-content {
    max-width: 700px;
}

body:not(.site-creation-page) .hero-kicker,
body:not(.site-creation-page) .section-kicker {
    color: var(--teal);
    font-size: 0.76rem;
    font-weight: 830;
    letter-spacing: 0.105em;
}

body:not(.site-creation-page) .hero-title {
    max-width: 720px;
    margin-bottom: 1.15rem;
    font-size: clamp(2.7rem, 5.1vw, 4.9rem);
    font-weight: 760;
    letter-spacing: -0.05em;
    line-height: 0.99;
}

body:not(.site-creation-page) .hero-subtitle {
    max-width: 650px;
    margin-bottom: 1.35rem;
    color: #486581;
    font-size: 1.06rem;
    line-height: 1.6;
}

body:not(.site-creation-page) .cta-button,
body:not(.site-creation-page) .form-button,
body:not(.site-creation-page) .price-card-action,
body:not(.site-creation-page) .path-card-link {
    min-height: 48px;
    border-radius: 12px;
    transition: transform 150ms ease, color 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

body:not(.site-creation-page) .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.76rem 1.1rem;
    background: var(--blue);
    box-shadow: 0 10px 24px rgba(23, 71, 200, 0.18);
}

body:not(.site-creation-page) .cta-button:hover {
    background: #113aa8;
    box-shadow: 0 14px 30px rgba(23, 71, 200, 0.22);
}

body:not(.site-creation-page) .cta-button.secondary {
    border-color: rgba(16, 42, 67, 0.24);
    color: var(--ink);
    background: transparent;
    box-shadow: none;
}

body:not(.site-creation-page) .cta-button.secondary:hover {
    border-color: var(--ink);
    color: var(--ink);
    background: rgba(16, 42, 67, 0.06);
}

body:not(.site-creation-page) .cta-button.secondary.dark {
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
}

body:not(.site-creation-page) .hero-points {
    margin-top: 1rem;
    gap: 0.45rem;
}

body:not(.site-creation-page) .hero-points span {
    padding: 0.42rem 0.65rem;
    border-color: rgba(16, 42, 67, 0.12);
    background: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
}

body:not(.site-creation-page) .hero-assurance {
    gap: 0.55rem;
    margin-top: 1rem;
}

body:not(.site-creation-page) .hero-assurance div {
    padding: 0.85rem;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: none;
}

body:not(.site-creation-page) .hero-assurance strong {
    font-size: 0.8rem;
}

body:not(.site-creation-page) .hero-assurance span {
    font-size: 0.73rem;
}

body:not(.site-creation-page) .visual-window {
    border-radius: 22px;
    box-shadow: 0 26px 75px rgba(16, 42, 67, 0.16);
}

body:not(.site-creation-page) .visual-titlebar {
    height: 2.7rem;
    background: #ffffff;
}

body:not(.site-creation-page) .visual-body {
    min-height: 315px;
    padding: 1.4rem;
    background: linear-gradient(145deg, #f8fafc, #eef4f2);
}

body:not(.site-creation-page) .visual-node,
body:not(.site-creation-page) .visual-status div {
    border-radius: 12px;
    background: #ffffff;
}

body:not(.site-creation-page) .quick-problems {
    padding: clamp(4.8rem, 8vw, 7.5rem) 0;
}

body:not(.site-creation-page) .section-title {
    color: var(--ink);
    font-size: clamp(2rem, 4.1vw, 3.65rem);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.03;
}

body:not(.site-creation-page) .section-intro {
    max-width: 760px;
    color: #526d82;
    font-size: 1.02rem;
}

body:not(.site-creation-page) .hero-image-study {
    position: relative;
    width: min(100%, 620px);
    margin: 0;
}

body:not(.site-creation-page) .hero-image-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    border: 1px solid rgba(16, 42, 67, 0.12);
    border-radius: 28px;
    background: #e9e4dc;
    box-shadow: 0 30px 75px rgba(16, 42, 67, 0.2);
    isolation: isolate;
}

body:not(.site-creation-page) .hero-image-frame::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 55%, rgba(11, 32, 51, 0.18));
    content: "";
    pointer-events: none;
}

body:not(.site-creation-page) .hero-image-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body:not(.site-creation-page) .hero-image-badge {
    position: absolute;
    z-index: 2;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(11, 32, 51, 0.78);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-size: 0.76rem;
    font-weight: 780;
}

body:not(.site-creation-page) .hero-image-study figcaption {
    margin-top: 0.65rem;
    color: #627d98;
    font-size: 0.74rem;
    text-align: right;
}

.homepage-build-path {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 2rem;
    align-items: center;
    margin: 2.4rem 0 2rem;
    padding: clamp(1.35rem, 3vw, 2.2rem);
    overflow: hidden;
    border-radius: 22px;
    color: #ffffff;
    background:
        radial-gradient(circle at 94% 15%, rgba(215, 244, 91, 0.16), transparent 15rem),
        #102a43;
    box-shadow: 0 22px 60px rgba(16, 42, 67, 0.16);
}

.homepage-build-path::after {
    position: absolute;
    right: -5rem;
    bottom: -8rem;
    width: 18rem;
    height: 18rem;
    border: 1px solid rgba(215, 244, 91, 0.36);
    border-radius: 50%;
    content: "";
}

.build-path-copy,
.build-path-actions {
    position: relative;
    z-index: 1;
}

.build-path-label {
    display: block;
    margin-bottom: 0.65rem;
    color: #d7f45b;
    font-size: 0.72rem;
    font-weight: 840;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.homepage-build-path h3 {
    margin-bottom: 0.65rem;
    color: #ffffff;
    font-size: clamp(1.55rem, 3vw, 2.65rem);
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.homepage-build-path p {
    max-width: 720px;
    margin: 0;
    color: #bcccdc;
}

.build-path-actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: flex-end;
}

.build-path-actions > span {
    color: #9fb3c8;
    font-size: 0.75rem;
}

.homepage-build-path .cta-button {
    color: var(--ink);
    background: #d7f45b;
    box-shadow: none;
}

.homepage-build-path .cta-button:hover {
    color: var(--ink);
    background: #e3fa7f;
}

.problem-path-heading {
    display: flex;
    gap: 0.7rem;
    align-items: baseline;
    margin: 0 0 0.9rem;
}

.problem-path-heading span {
    color: var(--teal);
    font-size: 0.72rem;
    font-weight: 830;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.problem-path-heading strong {
    color: var(--ink);
    font-size: 0.92rem;
}

body:not(.site-creation-page) .quick-problem-card,
body:not(.site-creation-page) .security-card,
body:not(.site-creation-page) .process-step,
body:not(.site-creation-page) .price-card,
body:not(.site-creation-page) .contact-form,
body:not(.site-creation-page) .contact-option,
body:not(.site-creation-page) .example-card {
    border-radius: 18px;
}

body:not(.site-creation-page) .path-card {
    padding: 1.5rem;
    border-color: #d9e2ec;
    background: #fbfaf7;
    box-shadow: none;
    transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

body:not(.site-creation-page) .path-card:hover {
    border-color: #9fb3c8;
    box-shadow: 0 16px 38px rgba(16, 42, 67, 0.09);
    transform: translateY(-3px);
}

body:not(.site-creation-page) .path-card-link,
body:not(.site-creation-page) .price-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body:not(.site-creation-page) .homepage-proof {
    border-radius: 16px;
}

body:not(.site-creation-page) .contact {
    background:
        radial-gradient(circle at 10% 100%, rgba(8, 127, 114, 0.34), transparent 28rem),
        radial-gradient(circle at 90% 0, rgba(23, 71, 200, 0.4), transparent 32rem),
        #102a43;
}

body:not(.site-creation-page) .contact .section-title {
    color: #ffffff;
}

body:not(.site-creation-page) .contact-form {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
}

body:not(.site-creation-page) .contact-form input,
body:not(.site-creation-page) .contact-form select,
body:not(.site-creation-page) .contact-form textarea {
    min-height: 48px;
    border-width: 2px;
    border-radius: 10px;
}

body:not(.site-creation-page) .contact-form textarea {
    min-height: 132px;
}

body:not(.site-creation-page) .form-trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

body:not(.site-creation-page) .footer {
    background: #0b2033;
}

@supports (content-visibility: auto) {
    body:not(.site-creation-page) :where(.security-check, .process, .services, .mail-dns, .linux-fire, .product-example, .prices, .about, .impressum, .datenschutz) {
        content-visibility: auto;
        contain-intrinsic-size: auto 900px;
    }
}

@media (max-width: 980px) {
    body:not(.site-creation-page) .hero .container {
        grid-template-columns: 1fr;
    }

    body:not(.site-creation-page) .hero-content {
        max-width: 760px;
    }

    body:not(.site-creation-page) .hero-image-study {
        width: min(100%, 720px);
    }

    body:not(.site-creation-page) .hero-assurance {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body:not(.site-creation-page) .hero-assurance div:not(:first-child) {
        display: block;
    }
}

@media (max-width: 768px) {
    body:not(.site-creation-page) .header {
        padding: 0.55rem 0;
    }

    body:not(.site-creation-page) .nav-list {
        top: 62px;
        gap: 0.25rem;
        padding: 1rem;
        border-top: 1px solid var(--line);
    }

    body:not(.site-creation-page) .nav-list li {
        margin: 0;
    }

    body:not(.site-creation-page) .nav-list a {
        min-height: 48px;
        justify-content: center;
    }

    body:not(.site-creation-page) .hero {
        padding: 88px 0 30px;
        text-align: left;
    }

    body:not(.site-creation-page) .hero-title {
        margin-bottom: 0.9rem;
        font-size: clamp(2.35rem, 11.5vw, 3.8rem);
        line-height: 0.99;
    }

    body:not(.site-creation-page) .hero-subtitle {
        font-size: 0.96rem;
        line-height: 1.5;
    }

    body:not(.site-creation-page) .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    body:not(.site-creation-page) .hero-actions .cta-button {
        width: 100%;
    }

    body:not(.site-creation-page) .hero-points {
        justify-content: flex-start;
    }

    body:not(.site-creation-page) .hero-assurance {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        text-align: left;
    }

    body:not(.site-creation-page) .hero-assurance div,
    body:not(.site-creation-page) .hero-assurance div:not(:first-child) {
        display: block;
        min-width: 0;
        padding: 0.65rem;
    }

    body:not(.site-creation-page) .hero-assurance span {
        display: none;
    }

    body:not(.site-creation-page) .hero-assurance strong {
        margin: 0;
        font-size: 0.7rem;
    }

    body:not(.site-creation-page) .hero-image-study {
        width: 100%;
    }

    body:not(.site-creation-page) .hero-image-frame {
        border-radius: 20px;
    }

    body:not(.site-creation-page) .hero-image-badge {
        right: 0.75rem;
        bottom: 0.75rem;
        min-height: 34px;
        font-size: 0.7rem;
    }

    body:not(.site-creation-page) .section-kicker,
    body:not(.site-creation-page) .section-title,
    body:not(.site-creation-page) .section-intro {
        text-align: left;
    }

    .homepage-build-path {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .build-path-actions {
        align-items: stretch;
    }

    .homepage-build-path .cta-button {
        width: 100%;
    }

    .problem-path-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }
}

@media (prefers-reduced-motion: no-preference) {
    body:not(.site-creation-page) {
        scroll-behavior: smooth;
    }
}

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

/* style.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    color: var(--ink);
    background: var(--soft);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 0.85rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img {
    height: 46px;
    width: auto;
}

.logo-link {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
}

.logo-link:focus-visible {
    outline: 3px solid rgba(54, 81, 212, 0.25);
    outline-offset: 4px;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 0.82rem;
}

.nav-list a {
    text-decoration: none;
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nav-list a:hover {
    color: var(--blue);
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    border: 0;
    padding: 0.35rem;
    background: transparent;
    cursor: pointer;
}

.hamburger:focus-visible {
    outline: 3px solid rgba(54, 81, 212, 0.25);
    outline-offset: 3px;
    border-radius: 6px;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--ink);
    margin: 3px 0;
    transition: 0.3s;
}

.hamburger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.hamburger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Hero Section */
.hero {
    min-height: auto;
    padding: 92px 0 30px;
    background:
        linear-gradient(90deg, rgba(15, 138, 115, 0.08) 0, rgba(15, 138, 115, 0.08) 1px, transparent 1px, transparent 42px),
        linear-gradient(0deg, rgba(54, 81, 212, 0.07) 0, rgba(54, 81, 212, 0.07) 1px, transparent 1px, transparent 42px),
        linear-gradient(135deg, #f8fbff 0%, #eef7f3 100%);
    display: block;
    color: var(--ink);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(239, 91, 79, 0.12), transparent 34%, rgba(54, 81, 212, 0.08) 72%, transparent);
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: 2rem;
    align-items: center;
}

.hero-content {
    max-width: 660px;
}

.hero-kicker {
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    color: var(--teal);
}

.hero-title {
    font-size: clamp(2rem, 3vw, 2.65rem);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.hero-subtitle {
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 1rem;
    color: #4c5869;
}

.hero-actions {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    background: var(--coral);
    color: white;
    padding: 0.78rem 1.08rem;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #b73830;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(239, 91, 79, 0.28);
}

.cta-button.secondary {
    background: transparent;
    border: 2px solid var(--blue);
    color: var(--blue);
}

.cta-button.secondary:hover {
    background: var(--blue);
    color: white;
}

.cta-button.secondary.dark {
    border-color: rgba(255, 255, 255, 0.72);
    color: white;
}

.cta-button.secondary.dark:hover,
.cta-button.secondary.dark:focus {
    background: white;
    border-color: white;
    color: var(--ink);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.75rem;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.hero-points span {
    padding: 0.38rem 0.62rem;
    border: 1px solid rgba(36, 48, 65, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
}

.hero-assurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.58rem;
    margin-top: 0.8rem;
}

.hero-assurance div {
    padding: 0.66rem;
    border: 1px solid rgba(36, 48, 65, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 24px rgba(36, 48, 65, 0.08);
}

.hero-assurance strong,
.hero-assurance span {
    display: block;
}

.hero-assurance strong {
    margin-bottom: 0.18rem;
    color: var(--ink);
    font-size: 0.84rem;
    line-height: 1.25;
}

.hero-assurance span {
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.35;
}

.visual-window {
    overflow: hidden;
    border: 1px solid rgba(36, 48, 65, 0.12);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: 0 24px 60px rgba(36, 48, 65, 0.18);
}

.visual-titlebar {
    display: flex;
    gap: 0.45rem;
    align-items: center;
    height: 2.3rem;
    padding: 0 1rem;
    border-bottom: 1px solid var(--line);
    background: #f9fafc;
}

.visual-titlebar span {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #c8cfda;
}

.visual-titlebar span:first-child {
    background: var(--coral);
}

.visual-titlebar span:nth-child(2) {
    background: #e8b84d;
}

.visual-titlebar span:nth-child(3) {
    background: var(--green);
}

.visual-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 11.5rem;
    gap: 1rem;
    padding: 1.05rem;
}

.visual-stack {
    display: grid;
    align-content: center;
}

.visual-node {
    padding: 0.85rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfcff;
}

.visual-node.active {
    border-color: rgba(15, 138, 115, 0.3);
    background: #f0faf7;
}

.visual-node strong,
.visual-node small {
    display: block;
}

.visual-node strong {
    margin-bottom: 0.25rem;
}

.visual-node small {
    color: var(--muted);
}

.visual-link {
    width: 2px;
    height: 1.2rem;
    margin: 0 auto;
    background: var(--line);
}

.visual-status {
    display: grid;
    gap: 0.8rem;
    align-content: center;
}

.visual-status div {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    padding: 0.65rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.status-dot {
    flex: 0 0 auto;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
}

.status-dot.ok {
    background: var(--green);
}

.status-dot.warn {
    background: #e8b84d;
}

/* Quick Problem Section */
.quick-problems {
    padding: 76px 0;
    background: #ffffff;
}

.quick-problems .section-kicker {
    text-align: center;
}

.quick-problem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
}

.quick-problem-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
    box-shadow: 0 10px 28px rgba(36, 48, 65, 0.08);
}

.quick-problem-card span {
    color: var(--teal);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.quick-problem-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1.28rem;
    line-height: 1.2;
}

.quick-problem-card p {
    margin: 0;
    color: var(--muted);
}

.quick-problem-card strong {
    margin-top: auto;
    color: var(--ink);
}

.path-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.path-card {
    --path-accent: var(--blue);
    position: relative;
    overflow: hidden;
    gap: 0.85rem;
    padding: 1.5rem;
    border-color: rgba(54, 81, 212, 0.16);
    border-radius: 14px;
    background:
        radial-gradient(circle at 100% 0, rgba(54, 81, 212, 0.12), transparent 34%),
        linear-gradient(145deg, #ffffff 0%, #f5f8ff 100%);
    box-shadow: 0 18px 42px rgba(36, 48, 65, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.path-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--path-accent), var(--teal));
}

.path-card-form {
    --path-accent: var(--teal);
    background:
        radial-gradient(circle at 100% 0, rgba(15, 138, 115, 0.13), transparent 34%),
        linear-gradient(145deg, #ffffff 0%, #f2fbf8 100%);
}

.path-card-mail {
    --path-accent: #7357c5;
    background:
        radial-gradient(circle at 100% 0, rgba(115, 87, 197, 0.12), transparent 34%),
        linear-gradient(145deg, #ffffff 0%, #f8f5ff 100%);
}

.path-card:hover,
.path-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(54, 81, 212, 0.34);
    border-color: color-mix(in srgb, var(--path-accent) 44%, white);
    box-shadow: 0 24px 50px rgba(36, 48, 65, 0.15);
}

.path-card-head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.path-card-head .path-card-number {
    color: var(--path-accent);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
}

.path-card-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid rgba(36, 48, 65, 0.14);
    border-color: color-mix(in srgb, var(--path-accent) 24%, white);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--path-accent);
    box-shadow: 0 10px 24px rgba(36, 48, 65, 0.08);
}

.path-card-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.path-card h3 {
    font-size: 1.42rem;
}

.path-card p {
    line-height: 1.55;
}

.path-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--path-accent);
    font-weight: 800;
    text-decoration: none;
}

.path-card-link span {
    color: inherit;
    font-size: 1.05rem;
    text-transform: none;
    transition: transform 0.2s ease;
}

.path-card-link:hover,
.path-card-link:focus {
    text-decoration: underline;
}

.path-card-link:hover span,
.path-card-link:focus span {
    transform: translateX(3px);
}

.homepage-proof {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
    margin-top: 1.25rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(15, 138, 115, 0.2);
    border-radius: 12px;
    background:
        linear-gradient(90deg, rgba(15, 138, 115, 0.08), rgba(54, 81, 212, 0.06)),
        #ffffff;
}

.homepage-proof-kicker {
    display: block;
    margin-bottom: 0.18rem;
    color: var(--teal);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.homepage-proof strong {
    display: block;
    color: var(--ink);
}

.homepage-proof p {
    margin: 0.22rem 0 0;
    color: var(--muted);
    line-height: 1.45;
}

.homepage-proof-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.48rem;
    white-space: nowrap;
}

.quick-next {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.8rem;
    align-items: center;
    margin-top: 1.1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(15, 138, 115, 0.18);
    border-radius: 8px;
    background: #f3fbf8;
}

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

.quick-next strong {
    color: var(--ink);
}

.quick-next span {
    color: var(--muted);
    line-height: 1.4;
}

.text-link {
    color: var(--blue);
    font-weight: 800;
    text-decoration: none;
}

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

/* Security Check Section */
.security-check {
    padding: 86px 0;
    background:
        linear-gradient(90deg, rgba(54, 81, 212, 0.06) 0, rgba(54, 81, 212, 0.06) 1px, transparent 1px, transparent 42px),
        linear-gradient(0deg, rgba(15, 138, 115, 0.06) 0, rgba(15, 138, 115, 0.06) 1px, transparent 1px, transparent 42px),
        #f8fbff;
}

.security-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
    gap: 1.6rem;
    align-items: center;
}

.security-copy .section-title {
    text-align: left;
}

.security-copy p:not(.section-kicker) {
    max-width: 680px;
    color: var(--muted);
    font-size: 1.08rem;
}

.security-offer {
    max-width: 620px;
    margin: 1.2rem 0;
    padding: 1rem;
    border: 1px solid rgba(15, 138, 115, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 28px rgba(36, 48, 65, 0.08);
}

.security-offer strong,
.security-offer span {
    display: block;
}

.security-offer strong {
    margin-bottom: 0.28rem;
    color: var(--ink);
}

.security-offer span {
    color: var(--muted);
}

.security-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.security-panel {
    padding: 1.35rem;
    border: 1px solid rgba(36, 48, 65, 0.12);
    border-radius: 8px;
    background: white;
    box-shadow: 0 18px 42px rgba(36, 48, 65, 0.12);
}

.security-panel h3 {
    margin-bottom: 0.9rem;
    color: var(--ink);
    font-size: 1.25rem;
}

.security-list {
    display: grid;
    gap: 0.72rem;
    list-style: none;
}

.security-list li {
    position: relative;
    padding-left: 1.45rem;
    color: var(--muted);
}

.security-list li::before {
    content: '';
    position: absolute;
    top: 0.58rem;
    left: 0;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background: var(--teal);
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.security-card {
    padding: 1.15rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: 0 10px 28px rgba(36, 48, 65, 0.08);
}

.security-card.featured {
    border-color: rgba(15, 138, 115, 0.32);
    background: #f3fbf8;
}

.security-card span,
.security-card strong {
    display: block;
}

.security-card span {
    color: var(--teal);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.security-card strong {
    margin: 0.35rem 0 0.55rem;
    color: var(--ink);
    font-size: 1.35rem;
}

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

.diagnostic-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
}

.diagnostic-strip div {
    padding: 1rem;
    border: 1px solid rgba(36, 48, 65, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
}

.diagnostic-strip strong,
.diagnostic-strip span {
    display: block;
}

.diagnostic-strip strong {
    margin-bottom: 0.35rem;
    color: var(--ink);
}

.diagnostic-strip span {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.42;
}

.mail-strip div {
    background: #f5fbf8;
}

.linux-strip div {
    background: rgba(255, 255, 255, 0.78);
}

.security-note {
    max-width: 900px;
    margin: 1.15rem auto 0;
    color: var(--muted);
    font-size: 0.95rem;
    text-align: center;
}

/* Process Section */
.process {
    padding: 88px 0;
    background: white;
}

.process .section-kicker {
    text-align: center;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.process-step {
    position: relative;
    padding: 1.75rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
    box-shadow: 0 10px 28px rgba(36, 48, 65, 0.08);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--ink);
    color: white;
    font-weight: 800;
}

.process-step h3 {
    margin-bottom: 0.75rem;
    color: var(--ink);
    font-size: 1.35rem;
}

.process-step p {
    color: var(--muted);
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.5rem;
    color: var(--muted);
    font-size: 0.94rem;
    font-weight: 700;
}

.trust-row span {
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(36, 48, 65, 0.12);
    border-radius: 999px;
    background: white;
}

/* Services Section */
.services {
    padding: 100px 0;
    background: var(--soft);
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--ink);
}

.section-intro {
    max-width: 820px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1.1rem;
    color: var(--muted);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: var(--panel);
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 10px 28px rgba(36, 48, 65, 0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(36, 48, 65, 0.12);
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    background: #eef3ff;
    color: var(--blue);
}

.service-icon svg {
    width: 1.65rem;
    height: 1.65rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-backend {
    background: #eef8f5;
    color: var(--teal);
}

.icon-server,
.icon-flow {
    background: #fff4f1;
    color: var(--coral);
}

.icon-care,
.icon-task {
    background: #eef9f2;
    color: var(--green);
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--ink);
}

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

/* Mail/DNS Section */
.mail-dns {
    padding: 100px 0;
    background:
        linear-gradient(90deg, rgba(54, 81, 212, 0.055) 0, rgba(54, 81, 212, 0.055) 1px, transparent 1px, transparent 44px),
        linear-gradient(0deg, rgba(15, 138, 115, 0.06) 0, rgba(15, 138, 115, 0.06) 1px, transparent 1px, transparent 44px),
        #ffffff;
}

.mail-dns-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 2rem;
    align-items: center;
}

.mail-dns-copy {
    max-width: 760px;
}

.mail-dns-copy .section-title {
    text-align: left;
}

.mail-dns-copy p {
    color: var(--muted);
    font-size: 1.08rem;
}

.mail-dns-offer {
    display: grid;
    gap: 0.35rem;
    max-width: 640px;
    margin-top: 1.1rem;
    padding: 1rem 1.1rem;
    border-left: 4px solid var(--teal);
    border-radius: 8px;
    background: #eef9f5;
    color: var(--ink);
}

.mail-dns-offer strong,
.mail-dns-offer span {
    display: block;
}

.mail-dns-offer strong {
    font-size: 1.05rem;
}

.mail-dns-offer span {
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.45;
}

.mail-dns-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.3rem;
}

.mail-dns-panel {
    padding: 1.5rem;
    border: 1px solid rgba(15, 138, 115, 0.24);
    border-radius: 8px;
    background: #f5fbf8;
    box-shadow: 0 12px 32px rgba(36, 48, 65, 0.1);
}

.mail-dns-panel h3 {
    margin-bottom: 1rem;
    color: var(--ink);
    font-size: 1.35rem;
}

.dns-checklist {
    display: grid;
    gap: 0.7rem;
    list-style: none;
}

.dns-checklist li {
    position: relative;
    padding-left: 1.25rem;
    color: #394556;
    font-weight: 650;
    line-height: 1.42;
}

.dns-checklist li::before {
    content: '';
    position: absolute;
    top: 0.66em;
    left: 0;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--teal);
    transform: translateY(-50%);
}

.mail-dns-steps,
.mail-dns-price-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.mail-dns-steps div,
.mail-dns-price-row div {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
}

.mail-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    border-radius: 50%;
    background: var(--blue);
    color: white;
    font-weight: 800;
}

.mail-dns-steps strong,
.mail-dns-steps p,
.mail-dns-price-row span,
.mail-dns-price-row strong {
    display: block;
}

.mail-dns-steps strong {
    margin-bottom: 0.35rem;
    color: var(--ink);
}

.mail-dns-steps p {
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.45;
}

.mail-dns-price-row div {
    display: flex;
    min-height: 5.2rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.mail-dns-price-row span {
    color: var(--ink);
    font-weight: 700;
    line-height: 1.25;
}

.mail-dns-price-row strong {
    flex: 0 0 auto;
    color: var(--teal);
    text-align: right;
    white-space: nowrap;
}

.mail-dns-note {
    max-width: 820px;
    margin: 1rem auto 0;
    color: var(--muted);
    text-align: center;
    font-size: 0.94rem;
}

/* Linux Fire Section */
.linux-fire {
    padding: 100px 0;
    background:
        linear-gradient(90deg, rgba(36, 48, 65, 0.055) 0, rgba(36, 48, 65, 0.055) 1px, transparent 1px, transparent 44px),
        linear-gradient(0deg, rgba(47, 157, 102, 0.06) 0, rgba(47, 157, 102, 0.06) 1px, transparent 1px, transparent 44px),
        #f7faf8;
}

.linux-fire-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
    gap: 2rem;
    align-items: center;
}

.linux-fire-copy {
    max-width: 760px;
}

.linux-fire-copy .section-title {
    text-align: left;
}

.linux-fire-copy p:not(.section-kicker) {
    color: var(--muted);
    font-size: 1.08rem;
}

.linux-fire-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.25rem;
}

.linux-fire-panel {
    overflow: hidden;
    border: 1px solid rgba(36, 48, 65, 0.16);
    border-radius: 8px;
    background: #182334;
    box-shadow: 0 18px 42px rgba(36, 48, 65, 0.16);
}

.terminal-head {
    display: flex;
    gap: 0.45rem;
    align-items: center;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #101827;
}

.terminal-head span {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #c8cfda;
}

.terminal-head span:first-child {
    background: var(--coral);
}

.terminal-head span:nth-child(2) {
    background: #e8b84d;
}

.terminal-head span:nth-child(3) {
    background: var(--green);
}

.terminal-head strong {
    margin-left: 0.35rem;
    color: #dfe8f7;
    font-size: 0.9rem;
}

.linux-checklist {
    display: grid;
    gap: 0.8rem;
    padding: 1.2rem;
    color: #e9f1fb;
    list-style: none;
}

.linux-checklist li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.45;
}

.linux-checklist li::before {
    content: '';
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: var(--green);
    transform: translateY(-50%);
}

.linux-fire-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.linux-fire-card {
    padding: 1.25rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: 0 10px 28px rgba(36, 48, 65, 0.08);
}

.linux-fire-card.featured {
    border-color: rgba(15, 138, 115, 0.36);
    background: #eef9f5;
}

.linux-price-label {
    display: inline-flex;
    margin-bottom: 0.65rem;
    padding: 0.32rem 0.55rem;
    border: 1px solid rgba(15, 138, 115, 0.18);
    border-radius: 999px;
    background: #f5fbf8;
    color: var(--teal);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.linux-fire-card strong {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--ink);
    font-size: 2rem;
    line-height: 1.1;
}

.linux-fire-card h3 {
    margin-bottom: 0.65rem;
    color: var(--ink);
    font-size: 1.22rem;
}

.linux-fire-card p {
    color: var(--muted);
    line-height: 1.48;
}

.linux-fire-notes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
}

.linux-fire-notes div {
    padding: 1rem;
    border: 1px solid rgba(36, 48, 65, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
}

.linux-fire-notes strong,
.linux-fire-notes span {
    display: block;
}

.linux-fire-notes strong {
    margin-bottom: 0.35rem;
    color: var(--ink);
}

.linux-fire-notes span {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.42;
}

/* Product Example */
.product-example {
    padding: 100px 0;
    background: white;
}

.example-head {
    max-width: 860px;
    margin: 0 auto 2.2rem;
    text-align: center;
}

.example-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
    align-items: stretch;
}

.example-card {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 1.2rem;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfcff;
    box-shadow: 0 10px 28px rgba(36, 48, 65, 0.08);
}

.example-copy {
    max-width: none;
}

.section-kicker {
    margin-bottom: 0.6rem;
    color: var(--teal);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.example-copy h3 {
    margin-bottom: 0.85rem;
    color: var(--ink);
    font-size: 1.45rem;
    line-height: 1.18;
}

.example-label {
    display: inline-flex;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.55rem;
    border: 1px solid rgba(15, 138, 115, 0.18);
    border-radius: 999px;
    background: #f1faf7;
    color: var(--teal);
    font-size: 0.82rem;
    font-weight: 800;
}

.example-copy p {
    margin-bottom: 1rem;
    color: var(--muted);
    font-size: 1rem;
}

.example-panel {
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
}

.cryptonabs-panel {
    background:
        linear-gradient(90deg, rgba(15, 138, 115, 0.06) 0, rgba(15, 138, 115, 0.06) 1px, transparent 1px, transparent 34px),
        linear-gradient(0deg, rgba(54, 81, 212, 0.05) 0, rgba(54, 81, 212, 0.05) 1px, transparent 1px, transparent 34px),
        #ffffff;
}

.example-panel-header {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--ink);
    font-weight: 800;
}

.example-dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 5px rgba(239, 91, 79, 0.16);
}

.data-dot {
    background: var(--teal);
    box-shadow: 0 0 0 5px rgba(15, 138, 115, 0.16);
}

.example-visual {
    display: grid;
    grid-template-columns: 5.4rem 1fr 7.2rem;
    gap: 0.9rem;
    align-items: center;
    margin-bottom: 1.2rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
}

.example-device {
    min-height: 5.4rem;
    display: grid;
    align-content: center;
    gap: 0.4rem;
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfcff;
    text-align: center;
}

.example-device span {
    color: var(--blue);
    font-size: 0.82rem;
    font-weight: 800;
}

.example-device strong {
    color: var(--ink);
    font-size: 0.92rem;
}

.example-transfer {
    position: relative;
    height: 2px;
    background: linear-gradient(90deg, var(--teal), var(--blue));
}

.example-transfer span {
    position: absolute;
    top: 50%;
    right: -0.25rem;
    width: 0.55rem;
    height: 0.55rem;
    border-top: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    transform: translateY(-50%) rotate(45deg);
}

.example-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.2rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
}

.example-flow div {
    min-height: 5.4rem;
    display: grid;
    align-content: center;
    gap: 0.35rem;
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfcff;
    text-align: center;
}

.example-flow span {
    color: var(--teal);
    font-size: 0.82rem;
    font-weight: 800;
}

.example-flow strong {
    color: var(--ink);
    font-size: 0.92rem;
}

.example-list {
    margin-left: 1.2rem;
    color: var(--muted);
}

.example-list li {
    margin-bottom: 0.65rem;
}

/* Prices Section */
.prices {
    padding: 100px 0;
    background: white;
}

.prices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.price-answer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 0.85rem;
    margin: 0 auto 1.5rem;
    padding: 1rem;
    border: 1px solid rgba(36, 48, 65, 0.14);
    border-left: 6px solid var(--blue);
    border-radius: 8px;
    background: #fbfcff;
    text-align: left;
}

.price-answer div {
    min-height: 5.2rem;
    padding: 0.9rem 0.95rem;
    border-radius: 8px;
    background: white;
}

.price-answer strong,
.price-answer span {
    display: block;
}

.price-answer strong {
    margin-bottom: 0.35rem;
    color: var(--ink);
    font-size: 0.95rem;
}

.price-answer span {
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.42;
}

.price-card {
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.price-card.featured {
    background: #eef3ff;
    border-color: var(--blue);
}

.price-label {
    margin-bottom: 0.75rem;
    color: var(--muted);
    font-weight: 700;
    text-transform: uppercase;
}

.price-value {
    color: var(--ink);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
}

.price-unit {
    margin: 0.35rem 0 1rem;
    color: var(--blue);
    font-weight: 700;
}

.price-includes {
    display: grid;
    gap: 0.45rem;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(36, 48, 65, 0.12);
    color: var(--ink);
    list-style: none;
    text-align: left;
    font-size: 0.94rem;
    font-weight: 650;
}

.price-includes li {
    position: relative;
    padding-left: 1.05rem;
}

.price-includes li::before {
    content: '';
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: var(--teal);
    transform: translateY(-50%);
}

.price-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    margin-top: 1.25rem;
    padding: 0.72rem 1rem;
    border: 2px solid var(--blue);
    border-radius: 8px;
    color: var(--blue);
    font-weight: 800;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.price-card-action:hover {
    background: var(--blue);
    color: white;
    transform: translateY(-1px);
}

.price-decision {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.2rem 1.35rem;
    border: 1px solid rgba(36, 48, 65, 0.14);
    border-left: 6px solid var(--coral);
    border-radius: 8px;
    background: #fbfcff;
}

.price-decision strong,
.price-decision span {
    display: block;
}

.price-decision strong {
    margin-bottom: 0.25rem;
    color: var(--ink);
    font-size: 1rem;
}

.price-decision span {
    color: var(--muted);
    line-height: 1.45;
}

.price-more {
    margin-top: 1rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--soft);
}

.price-more summary {
    min-height: 52px;
    padding: 0.9rem 1rem;
    color: var(--ink);
    font-weight: 760;
    cursor: pointer;
}

.price-more > div {
    display: grid;
    gap: 0.6rem;
    padding: 0 1rem 1rem;
    color: var(--muted);
}

.price-more p {
    margin: 0;
}

.package-section,
.addons-section {
    margin-top: 2rem;
}


.package-section .section-kicker,
.addons-section .section-kicker {
    text-align: center;
}

.package-section h3,
.addons-section h3 {
    max-width: 760px;
    margin: 0 auto 1.1rem;
    color: var(--ink);
    text-align: center;
    font-size: 1.45rem;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.package-item {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--soft);
}

.package-item strong,
.package-item span {
    display: block;
}

.package-item strong {
    margin-bottom: 0.4rem;
    color: var(--ink);
    font-size: 0.98rem;
}

.package-item span {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.addons-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.addon-item {
    display: flex;
    min-height: 4.8rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfcff;
}

.addon-item span {
    color: var(--ink);
    font-weight: 700;
    line-height: 1.25;
}

.addon-item strong {
    flex: 0 0 auto;
    color: var(--teal);
    text-align: right;
    white-space: nowrap;
}

.addons-note {
    max-width: 820px;
    margin: 1rem auto 0;
    color: var(--muted);
    text-align: center;
    font-size: 0.94rem;
}

.price-note {
    max-width: 860px;
    margin: 2rem auto 0;
    color: var(--muted);
    text-align: center;
}

.secondary-note {
    margin-top: 0.8rem;
    font-weight: 700;
}

/* About Section */
.about {
    padding: 100px 0;
    background: white;
    text-align: center;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about .section-kicker {
    text-align: center;
}

.about-content p {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
    opacity: 0.8;
}

.about-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin: 1.6rem 0 1.8rem;
}

.about-proof span {
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--soft);
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 700;
}

/* Contact Section */
.contact {
    padding: 100px 0;
    background: linear-gradient(135deg, #233044 0%, #0b6f5f 100%);
    color: white;
    text-align: center;
}

.contact .section-title {
    color: white;
}

.contact-text {
    max-width: 600px;
    margin: 0 auto 1.25rem;
    font-size: 1.2rem;
    opacity: 0.9;
}

.contact-note {
    max-width: 760px;
    margin: 0 auto 1rem;
    font-size: 1rem;
    opacity: 0.85;
}

.contact-assurance {
    max-width: 820px;
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    opacity: 1;
}

.contact-text a {
    color: white;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.contact-text a:hover {
    color: #ffd0cb;
}

.contact-choice {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    gap: 1rem;
    max-width: 920px;
    margin: 0 auto 1.15rem;
    text-align: left;
}

.contact-option {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.72rem;
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.11);
}

.contact-option-primary {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.contact-option-kicker {
    color: #bff4e7;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-option h3 {
    margin: 0;
    color: white;
    font-size: 1.32rem;
    line-height: 1.2;
}

.contact-option p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
}

.contact-option .cta-button {
    margin-top: auto;
}

.contact-mail-address {
    color: white;
    font-size: 0.96rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.contact-guide {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    max-width: 920px;
    margin: 0 auto 1.3rem;
    text-align: left;
}

.contact-guide div {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.contact-guide strong,
.contact-guide span {
    display: block;
}

.contact-guide strong {
    margin-bottom: 0.25rem;
    font-size: 0.96rem;
}

.contact-guide span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.4;
}

.quick-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 820px;
    margin: 0 auto 1.3rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.13);
    text-align: left;
}

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

.quick-contact strong {
    margin-bottom: 0.25rem;
}

.quick-contact span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.95rem;
    line-height: 1.45;
}

.quick-contact .cta-button {
    flex: 0 0 auto;
}

.contact-form {
    max-width: 820px;
    margin: 0 auto;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 8px;
    color: var(--ink);
    text-align: left;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.form-intro {
    display: grid;
    grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid var(--line);
}

.form-intro span {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--teal);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.form-intro h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1.28rem;
    line-height: 1.2;
}

.form-intro p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
}

.form-short-note {
    margin: 0 0 1rem;
    color: var(--muted);
    font-weight: 700;
}

.form-route-note {
    display: none;
    margin-bottom: 1rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid #d3e0f0;
    border-radius: 8px;
    background: #eef6ff;
    color: var(--ink);
    font-weight: 700;
}

.form-route-note.active {
    display: block;
}

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

.contact-form label {
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
}

.contact-form label span {
    display: block;
    margin-bottom: 0.35rem;
}

.form-hint {
    margin: -0.25rem 0 1rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid #cfd6e4;
    border-radius: 8px;
    padding: 0.85rem 0.9rem;
    background: white;
    color: var(--ink);
    font: inherit;
}

.contact-form textarea {
    min-height: 10rem;
    resize: vertical;
}

.optional-details {
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid #d9e0ec;
    border-radius: 8px;
    background: #f7f9fc;
}

.optional-details summary {
    cursor: pointer;
    color: var(--ink);
    font-weight: 800;
}

.optional-details summary:focus {
    outline: 3px solid rgba(102, 126, 234, 0.25);
    outline-offset: 3px;
}

.optional-grid {
    margin-top: 1rem;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: 3px solid rgba(102, 126, 234, 0.25);
    border-color: var(--blue);
}

.privacy-check {
    display: flex !important;
    gap: 0.65rem;
    align-items: flex-start;
    color: #444;
    font-weight: 600;
}

.privacy-check input {
    width: auto;
    margin-top: 0.2rem;
}

.privacy-check span {
    margin: 0;
}

.form-trap {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.form-button {
    border: 0;
    border-radius: 999px;
    padding: 0.95rem 1.6rem;
    background: var(--coral);
    color: white;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.form-button:hover,
.form-button:focus {
    background: #b73830;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(239, 91, 79, 0.25);
}

.form-fallback {
    margin: 0;
    color: var(--muted);
}

.form-fallback a {
    color: var(--blue);
    font-weight: 700;
}

/* Legal Sections */
.impressum,
.datenschutz {
    padding: 100px 0;
    background: var(--soft);
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.legal-content h3 {
    font-size: 1.3rem;
    margin: 1.5rem 0 1rem;
    color: var(--ink);
}

.legal-content ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.legal-content a {
    color: var(--blue);
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

/* Footer */
.footer {
    background: var(--ink);
    color: white;
    text-align: center;
    padding: 2rem 0;
}

.footer a {
    color: #9fb0ff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1080px) {
    .quick-problem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .security-copy .section-title,
    .security-copy p:not(.section-kicker) {
        text-align: center;
    }

    .security-offer {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .security-actions {
        justify-content: center;
    }
}

@media (max-width: 900px) {
    .hero-assurance {
        grid-template-columns: 1fr;
    }

    .hero-assurance div:not(:first-child) {
        display: none;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 0.75rem 0;
        right: auto;
        width: 100vw;
        max-width: 100vw;
        overflow-x: clip;
    }

    .header .container {
        width: 100%;
        max-width: 100%;
    }

    .logo-img {
        height: 42px;
    }

    .hamburger {
        display: flex;
        margin-left: auto;
    }

    .nav-list {
        display: none;
        position: fixed;
        left: 0;
        top: 66px;
        flex-direction: column;
        background-color: white;
        width: 100vw;
        text-align: center;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }

    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        margin: 0.5rem 0;
    }

    .hero-title {
        font-size: 1.78rem;
        line-height: 1.08;
        margin-bottom: 0.65rem;
    }

    .hero {
        min-height: auto;
        padding: 82px 0 12px;
        text-align: center;
    }

    .hero .container {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .hero-kicker {
        font-size: 0.78rem;
        margin-bottom: 0.65rem;
    }

    .hero-subtitle {
        font-size: 0.92rem;
        line-height: 1.45;
        margin-bottom: 0.82rem;
    }

    .hero-actions {
        gap: 0.55rem;
        justify-content: center;
    }

    .hero-points {
        justify-content: center;
        gap: 0.35rem;
        margin-top: 0.62rem;
        font-size: 0.78rem;
    }

    .hero-points span {
        padding: 0.3rem 0.5rem;
    }

    .hero-assurance {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 0.72rem;
        text-align: left;
    }

    .hero-assurance div {
        padding: 0.7rem 0.78rem;
    }

    .hero-assurance div:not(:first-child) {
        display: none;
    }

    .cta-button {
        padding: 0.68rem 0.88rem;
    }

    .hero-visual {
        display: none;
    }

    .visual-body {
        grid-template-columns: 1fr;
    }

    .visual-status {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2rem;
    }

    .process {
        padding: 72px 0;
    }

    .quick-problem-grid,
    .quick-next,
    .security-grid,
    .diagnostic-strip,
    .process-grid,
    .contact-choice,
    .contact-guide,
    .quick-contact,
    .mail-dns-layout,
    .mail-dns-steps,
    .mail-dns-price-row,
    .linux-fire-layout,
    .linux-fire-grid,
    .linux-fire-notes,
    .example-showcase-grid,
    .package-grid,
    .addons-grid {
        grid-template-columns: 1fr;
    }

    .quick-problems {
        padding: 62px 0;
    }

    .path-grid {
        gap: 0.9rem;
    }

    .path-card {
        padding: 1.15rem;
        border-radius: 12px;
    }

    .path-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .path-card-icon svg {
        width: 30px;
        height: 30px;
    }

    .path-card h3 {
        font-size: 1.3rem;
    }

    .homepage-proof {
        grid-template-columns: 1fr;
        padding: 1rem;
        text-align: left;
    }

    .homepage-proof-actions {
        align-items: flex-start;
        white-space: normal;
    }

    .process-step {
        padding: 1.35rem;
    }

    .security-check {
        padding: 72px 0;
    }

    .mail-dns {
        padding: 72px 0;
    }

    .linux-fire {
        padding: 72px 0;
    }

    .mail-dns-copy .section-title,
    .linux-fire-copy .section-title {
        text-align: center;
    }

    .mail-dns-copy p,
    .linux-fire-copy p:not(.section-kicker) {
        font-size: 1rem;
        text-align: center;
    }

    .mail-dns-offer {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .mail-dns-actions {
        justify-content: center;
    }

    .linux-fire-actions {
        justify-content: center;
    }

    .mail-dns-price-row div {
        min-height: auto;
    }

    .linux-fire-card strong {
        font-size: 1.75rem;
    }

    .example-visual {
        grid-template-columns: 1fr;
    }

    .example-flow {
        grid-template-columns: 1fr;
    }

    .example-transfer {
        width: 2px;
        height: 2.4rem;
        margin: 0 auto;
        background: linear-gradient(180deg, var(--teal), var(--blue));
    }

    .example-transfer span {
        top: auto;
        right: 50%;
        bottom: -0.25rem;
        transform: translateX(50%) rotate(135deg);
    }

    .section-kicker,
    .example-label,
    .example-copy p {
        text-align: center;
    }

    .example-copy {
        text-align: center;
    }

    .price-value {
        font-size: 1.9rem;
    }

    .price-answer {
        grid-template-columns: 1fr;
        margin-bottom: 1.2rem;
        padding: 0.85rem;
    }

    .price-answer div {
        min-height: auto;
        padding: 0.85rem;
    }

    .price-card-action {
        width: 100%;
    }

    .price-decision {
        align-items: stretch;
        flex-direction: column;
        margin-top: 1.2rem;
        padding: 1rem;
        text-align: left;
    }

    .price-decision .cta-button {
        width: 100%;
    }

    .package-section,
    .addons-section {
        margin-top: 1.5rem;
    }


    .addon-item {
        min-height: auto;
    }

    .legal-content {
        padding: 1rem;
    }

    .contact-text {
        font-size: 1.1rem;
        padding: 0 1rem;
    }

    .contact-form {
        padding: 1rem;
    }

    .form-intro {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .quick-contact {
        align-items: stretch;
        flex-direction: column;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .quick-contact .cta-button {
        width: 100%;
    }

    .contact-option .cta-button {
        width: 100%;
        text-align: center;
    }

    .contact-mail-address {
        overflow-wrap: anywhere;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

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

    .form-button {
        width: 100%;
    }
}
