/* FixlyClean Startseite – ausgelagerte Styles, Version 3.0 */
        :root {
            --fc-blue: #0050b0;
            --fc-blue-2: #1976d2;
            --fc-blue-soft: rgba(0, 80, 176, 0.13);
            --fc-green: #70b300;
            --fc-green-2: #4f9c2f;
            --fc-green-soft: rgba(112, 179, 0, 0.16);
            --fc-text: #111827;
            --fc-muted: #64748b;
            --fc-muted-strong: #475569;
            --fc-line: rgba(226, 232, 240, 0.76);
            --fc-white: rgba(255, 255, 255, 0.88);
            --fc-glass: rgba(255, 255, 255, 0.72);
            --fc-shadow: 0 22px 60px rgba(15, 23, 42, 0.10);
            --fc-shadow-soft: 0 14px 34px rgba(15, 23, 42, 0.07);
            --fc-radius: 32px;

            --fc-page-bg: url('/pic/Fixlyclean_window.webp');
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            background: #07111f;
        }

        body {
            position: relative;
            isolation: isolate;
            margin: 0;
            min-height: 100vh;
            overflow-x: hidden;
            font-family: "Inter", sans-serif;
            color: var(--fc-text);
            background: #07111f;
            top: 0 !important;
        }

        body::before {
            content: "";
            position: fixed;
            inset: -40px;
            z-index: 0;
            background-image: var(--fc-page-bg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            filter: brightness(1.3) blur(8px);
            transform: scale(1.06);
            pointer-events: none;
        }

        body::after {
            content: "";
            position: fixed;
            inset: 0;
            z-index: 1;
            background:
                linear-gradient(180deg, rgba(2, 8, 23, 0.30), rgba(2, 8, 23, 0.58)),
                radial-gradient(circle at 22% 18%, rgba(0, 80, 176, 0.24), transparent 34%),
                radial-gradient(circle at 78% 78%, rgba(112, 179, 0, 0.20), transparent 36%);
            pointer-events: none;
        }

        body > header,
        body > .site-header,
        body > .fc-site-header,
        .page-shell {
            position: relative;
            z-index: 2;
        }

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

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

        strong {
            font-weight: 900;
            color: #0f172a;
        }

        .page-shell {
            position: relative;
            z-index: 2;
            overflow: hidden;
        }

        .site-main {
            max-width: 1280px;
            margin: 0 auto;
            padding: 26px 24px 80px;
        }

        .liquid-btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 0 24px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.68);
            font-size: 14px;
            font-weight: 900;
            line-height: 1;
            color: #ffffff;
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            isolation: isolate;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.55),
                inset 0 -18px 28px rgba(255, 255, 255, 0.10),
                0 14px 30px rgba(0, 80, 176, 0.18);
            backdrop-filter: blur(18px) saturate(1.25);
            -webkit-backdrop-filter: blur(18px) saturate(1.25);
            transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
        }

        .liquid-btn::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -2;
            background:
                radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.56), transparent 30%),
                linear-gradient(135deg, rgba(0, 80, 176, 0.95), rgba(25, 118, 210, 0.84) 52%, rgba(112, 179, 0, 0.78));
        }

        .liquid-btn::after {
            content: "";
            position: absolute;
            left: 12%;
            right: 12%;
            top: 4px;
            height: 38%;
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0.04));
            pointer-events: none;
            z-index: -1;
        }

        .liquid-btn:hover {
            transform: translateY(-2px);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.62),
                inset 0 -18px 28px rgba(255, 255, 255, 0.12),
                0 20px 40px rgba(0, 80, 176, 0.25);
        }

        .liquid-btn-green::before {
            background:
                radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.52), transparent 30%),
                linear-gradient(135deg, rgba(112, 179, 0, 0.96), rgba(79, 156, 47, 0.86) 50%, rgba(0, 80, 176, 0.72));
        }

        .liquid-btn-light {
            color: #17324d;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.78),
                inset 0 -18px 28px rgba(0, 80, 176, 0.04),
                0 12px 26px rgba(15, 23, 42, 0.07);
        }

        .liquid-btn-light::before {
            background:
                radial-gradient(circle at 18% 0%, rgba(255,255,255,0.72), transparent 32%),
                linear-gradient(135deg, rgba(255,255,255,0.94), rgba(232, 242, 255, 0.72));
        }

        .hero-clean {
            min-height: calc(100svh - 120px);
            display: flex;
            align-items: center;
            padding: 42px 0 20px;
        }

        .hero-stage {
            position: relative;
            width: 100%;
            min-height: 720px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border-radius: 40px;
            border: 1px solid rgba(255, 255, 255, 0.78);
            box-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
            background: rgba(255, 255, 255, 0.38);
        }

        .hero-stage::before {
            content: "";
            position: absolute;
            inset: -24px;
            background-image: url('/pic/Fixlyclean_window.webp');
            background-size: cover;
            background-position: center;
            filter: blur(9px);
            transform: scale(1.06);
            opacity: 0.72;
            z-index: 0;
        }

        .hero-stage::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 82% 18%, rgba(214, 235, 255, 0.50), transparent 32%),
                radial-gradient(circle at 82% 86%, rgba(218, 239, 183, 0.48), transparent 30%),
                linear-gradient(90deg, rgba(255,255,255,0.76), rgba(255,255,255,0.45));
            z-index: 1;
        }

        .hero-simple-card {
            position: relative;
            z-index: 2;
            width: min(980px, calc(100% - 40px));
            border-radius: 34px;
            padding: 34px 42px 30px;
            background:
                linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.32));
            border: 1px solid rgba(255, 255, 255, 0.82);
            box-shadow: 0 24px 64px rgba(15, 23, 42, 0.15);
            backdrop-filter: blur(16px) saturate(1.12);
            -webkit-backdrop-filter: blur(16px) saturate(1.12);
        }

        .hero-card-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
            gap: 34px;
            align-items: center;
        }

        .hero-kicker {
            display: inline-flex;
            align-items: center;
            width: fit-content;
            border-radius: 999px;
            padding: 7px 12px;
            background: rgba(214, 232, 255, 0.92);
            color: #00468c;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        .hero-simple-card h1 {
            margin: 16px 0 0;
            font-size: clamp(28px, 3.2vw, 44px);
            line-height: 1.06;
            letter-spacing: -0.055em;
            font-weight: 900;
            color: #101827;
        }

        .hero-subtitle {
            margin: 16px 0 0;
            max-width: 590px;
            font-size: 17px;
            line-height: 1.68;
            color: #526070;
        }

        .hero-controls {
            display: grid;
            gap: 14px;
        }

        .type-toggle {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }

        .type-btn,
        .counter-btn {
            border: 1px solid rgba(255,255,255,0.68);
            background:
                radial-gradient(circle at 20% 0%, rgba(255,255,255,0.64), transparent 32%),
                linear-gradient(135deg, rgba(255,255,255,0.86), rgba(236,245,255,0.62));
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.68),
                0 10px 24px rgba(15,23,42,0.07);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            color: #17324d;
            cursor: pointer;
            font-family: inherit;
            font-weight: 900;
            transition: 0.2s ease;
        }

        .type-btn {
            min-height: 48px;
            border-radius: 18px;
            font-size: 14px;
        }

        .type-btn.active {
            color: #ffffff;
            background:
                radial-gradient(circle at 18% 0%, rgba(255,255,255,0.54), transparent 32%),
                linear-gradient(135deg, rgba(0,80,176,0.92), rgba(25,118,210,0.80) 54%, rgba(112,179,0,0.78));
            box-shadow: 0 16px 30px rgba(0,80,176,0.20);
        }

        .counter-row {
            display: grid;
            grid-template-columns: 96px 48px minmax(64px, 1fr) 48px;
            gap: 10px;
            align-items: center;
            border-radius: 22px;
            padding: 10px;
            background: rgba(255,255,255,0.55);
            border: 1px solid rgba(255,255,255,0.70);
        }

        .counter-label {
            font-size: 13px;
            font-weight: 900;
            color: #334155;
        }

        .counter-btn {
            height: 42px;
            border-radius: 15px;
            font-size: 22px;
            line-height: 1;
        }

        .counter-value {
            text-align: center;
            font-size: 16px;
            font-weight: 900;
            color: #0f172a;
        }

        .hero-booking-button {
            width: 100%;
            min-height: 54px;
            margin-top: 2px;
        }

        .trust-checks {
            margin-top: 22px;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 10px;
        }

        .trust-check {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            min-height: 42px;
            border-radius: 999px;
            padding: 0 13px;
            background: rgba(255,255,255,0.62);
            border: 1px solid rgba(255,255,255,0.74);
            box-shadow: 0 10px 24px rgba(15,23,42,0.05);
            color: #334155;
            font-size: 12px;
            font-weight: 850;
            white-space: nowrap;
        }

        .trust-check span {
            color: var(--fc-blue);
            font-weight: 900;
        }

        .fc-scroll-down-wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: -95px;
            margin-bottom: 36px;
            position: relative;
            z-index: 5;
        }

        .fc-scroll-down-btn {
            width: 58px;
            height: 58px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.78);
            background:
                radial-gradient(circle at 30% 20%, rgba(255,255,255,0.65), transparent 34%),
                linear-gradient(135deg, rgba(255,255,255,0.78), rgba(226,242,255,0.68));
            color: #0050b0;
            font-size: 29px;
            line-height: 1;
            font-weight: 900;
            cursor: pointer;
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            animation: fcScrollPulse 3s ease-in-out infinite;
            transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
        }

        .fc-scroll-down-btn:hover {
            transform: translateY(3px) scale(1.04);
            box-shadow: 0 22px 48px rgba(15, 23, 42, 0.28);
        }

        .fc-scroll-down-btn:active {
            transform: translateY(5px) scale(0.98);
        }

        @keyframes fcScrollPulse {
            0% {
                transform: translateY(0) scale(1);
                box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
            }

            50% {
                transform: translateY(3px) scale(1.025);
                box-shadow: 0 22px 46px rgba(0, 91, 178, 0.26);
            }

            100% {
                transform: translateY(0) scale(1);
                box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
            }
        }

        .section {
            margin-top: 58px;
        }

        .section-head {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 24px;
            margin-bottom: 20px;
        }

        .section-title-card {
            position: relative;
            overflow: hidden;
            border-radius: 34px;
            padding: 34px;
            margin-bottom: 28px;
            border: 1px solid rgba(255,255,255,0.78);
            background: rgba(255,255,255,0.44);
            box-shadow: 0 22px 56px rgba(15, 23, 42, 0.09);
            backdrop-filter: blur(18px) saturate(1.12);
            -webkit-backdrop-filter: blur(18px) saturate(1.12);
        }

        .section-title-card::before {
            content: "";
            position: absolute;
            inset: -28px;
            background-image: var(--section-bg);
            background-size: cover;
            background-position: center;
            filter: blur(12px);
            transform: scale(1.10);
            opacity: 0.30;
            z-index: 0;
        }

        .section-title-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 88% 14%, rgba(112,179,0,0.14), transparent 34%),
                radial-gradient(circle at 12% 8%, rgba(0,80,176,0.12), transparent 32%),
                linear-gradient(135deg, rgba(255,255,255,0.88), rgba(255,255,255,0.64));
            z-index: 1;
        }

        .section-title-card > * {
            position: relative;
            z-index: 2;
        }

        .section-title-card .section-desc {
            max-width: 880px;
        }

        .section-title-card .liquid-btn {
            flex-shrink: 0;
        }

        .section-kicker {
            display: inline-flex;
            align-items: center;
            width: fit-content;
            border-radius: 999px;
            padding: 7px 13px;
            background: rgba(218, 239, 183, 0.70);
            color: #477600;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        .section h2 {
            margin: 12px 0 0;
            font-size: clamp(28px, 3.1vw, 44px);
            line-height: 1.06;
            letter-spacing: -0.055em;
            font-weight: 900;
            color: #111827;
        }

        .section-desc {
            margin: 12px 0 0;
            max-width: 820px;
            color: var(--fc-muted);
            line-height: 1.76;
            font-size: 16px;
        }

        .section-frame-card {
            position: relative;
            overflow: hidden;
            border-radius: 42px;
            padding: 48px 42px;
            margin-bottom: 28px;
            border: 1px solid rgba(255, 255, 255, 0.72);
            background: rgba(255, 255, 255, 0.20);
            box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
            backdrop-filter: blur(18px) saturate(1.12);
            -webkit-backdrop-filter: blur(18px) saturate(1.12);
        }

        .section-frame-card::before {
            content: "";
            position: absolute;
            inset: -34px;
            background-image: var(--frame-bg);
            background-size: cover;
            background-position: center;
            filter: brightness(0.78) blur(10px);
            transform: scale(1.08);
            opacity: 0.42;
            z-index: 0;
        }

        .section-frame-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.34), transparent 30%),
                radial-gradient(circle at 88% 82%, rgba(112, 179, 0, 0.16), transparent 34%),
                linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0.10));
            z-index: 1;
        }

        .section-frame-card > * {
            position: relative;
            z-index: 2;
        }

        .section-frame-card .section-title-card {
            margin-bottom: 22px;
        }

        .section-frame-card .link-pill-grid,
        .section-frame-card .image-card-grid,
        .section-frame-card .quick-facts-grid,
        .section-frame-card .benefit-grid,
        .section-frame-card .steps-grid,
        .section-frame-card .faq-grid,
        .section-frame-card .comparison-panel {
            margin-top: 0;
        }

        .intro-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 22px;
        }

        .link-pill-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
            margin-top: 22px;
        }

        .link-pill {
            display: flex;
            align-items: center;
            gap: 10px;
            min-height: 56px;
            border-radius: 20px;
            padding: 12px 15px;
            background: rgba(255,255,255,0.70);
            border: 1px solid rgba(255,255,255,0.78);
            box-shadow: var(--fc-shadow-soft);
            color: #334155;
            font-size: 14px;
            font-weight: 850;
            transition: 0.2s ease;
        }

        .link-pill:hover {
            transform: translateY(-2px);
            color: var(--fc-blue);
        }

        .link-pill span {
            color: var(--fc-blue);
            font-weight: 900;
        }

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

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

        .image-card {
            position: relative;
            overflow: hidden;
            min-height: 235px;
            border-radius: 30px;
            padding: 28px;
            border: 1px solid rgba(255,255,255,0.78);
            box-shadow: var(--fc-shadow-soft);
            background: rgba(255,255,255,0.31);
        }

        .image-card::before {
            content: "";
            position: absolute;
            inset: -24px;
            background-image: var(--card-bg);
            background-size: cover;
            background-position: center;
            filter: blur(2px);
            transform: scale(1.12);
            opacity: 0.44;
            z-index: 0;
        }

        .image-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 18% 0%, rgba(255,255,255,0.42), transparent 28%),
                linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,255,255,0.64));
            z-index: 1;
        }

        .image-card > * {
            position: relative;
            z-index: 2;
        }

        .image-card h3 {
            margin: 0;
            font-size: 21px;
            line-height: 1.2;
            letter-spacing: -0.035em;
            font-weight: 900;
            color: #0f172a;
        }

        .image-card p {
            margin: 12px 0 0;
            color: #526070;
            line-height: 1.68;
            font-size: 15px;
        }

        .image-card-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 20px;
        }

        .mini-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 40px;
            border-radius: 999px;
            padding: 0 15px;
            background: rgba(255,255,255,0.76);
            border: 1px solid rgba(255,255,255,0.82);
            color: #17324d;
            font-size: 13px;
            font-weight: 900;
            box-shadow: 0 10px 22px rgba(15,23,42,0.06);
        }

        .mini-link:hover {
            color: var(--fc-blue);
        }

        .quick-facts-grid,
        .benefit-grid,
        .steps-grid,
        .faq-grid {
            display: grid;
            gap: 16px;
        }

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

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

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

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

        .plain-card {
            border-radius: 28px;
            padding: 26px;
            background: rgba(255,255,255,0.76);
            border: 1px solid rgba(255,255,255,0.78);
            box-shadow: var(--fc-shadow-soft);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

        .plain-card-icon {
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 18px;
            margin-bottom: 17px;
            background:
                radial-gradient(circle at 22% 0%, rgba(255,255,255,0.60), transparent 35%),
                linear-gradient(135deg, rgba(214,232,255,0.92), rgba(218,239,183,0.82));
            color: var(--fc-blue);
            font-size: 23px;
            font-weight: 900;
        }

        .plain-card h3 {
            margin: 0;
            font-size: 19px;
            line-height: 1.22;
            letter-spacing: -0.035em;
            font-weight: 900;
        }

        .plain-card p {
            margin: 11px 0 0;
            color: var(--fc-muted);
            line-height: 1.68;
            font-size: 15px;
        }

        .step-number {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            margin-bottom: 17px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 900;
            background:
                radial-gradient(circle at 20% 0%, rgba(255,255,255,0.48), transparent 34%),
                linear-gradient(135deg, var(--fc-blue), var(--fc-blue-2) 56%, var(--fc-green));
            box-shadow: 0 13px 26px rgba(0,80,176,0.20);
        }

        .comparison-panel {
            border: 1px solid rgba(255,255,255,0.78);
            background: rgba(255,255,255,0.72);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border-radius: 34px;
            padding: 28px;
            box-shadow: var(--fc-shadow-soft);
        }

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

        .compare-card {
            border-radius: 28px;
            padding: 26px;
            background: rgba(248,250,252,0.84);
            border: 1px solid rgba(226,232,240,0.70);
        }

        .compare-card-highlight {
            background:
                radial-gradient(circle at 15% 12%, rgba(255,255,255,0.54), transparent 22%),
                linear-gradient(135deg, rgba(214,232,255,0.90), rgba(255,255,255,0.82));
            border-color: rgba(0,80,176,0.18);
        }

        .compare-card h3 {
            margin: 0 0 15px;
            font-size: 21px;
            line-height: 1.15;
            letter-spacing: -0.035em;
            font-weight: 900;
        }

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

        .check-list li {
            position: relative;
            padding-left: 30px;
            color: #475569;
            line-height: 1.58;
            font-size: 15px;
        }

        .check-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 1px;
            width: 20px;
            height: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            background: rgba(0,80,176,0.10);
            color: var(--fc-blue);
            font-size: 12px;
            font-weight: 900;
        }

        .check-list-muted li::before {
            content: "–";
            background: rgba(100,116,139,0.10);
            color: #64748b;
        }

        .cta-band {
            margin-top: 58px;
            position: relative;
            overflow: hidden;
            border-radius: 36px;
            padding: 38px;
            border: 1px solid rgba(255,255,255,0.72);
            color: #ffffff;
            box-shadow: 0 26px 70px rgba(0,80,176,0.24);
            background:
                radial-gradient(circle at 12% 20%, rgba(255,255,255,0.28), transparent 24%),
                linear-gradient(135deg, var(--fc-blue), var(--fc-blue-2) 56%, var(--fc-green));
        }

        .cta-band h2 {
            margin: 0;
            max-width: 780px;
            font-size: clamp(28px, 3.2vw, 44px);
            line-height: 1.07;
            letter-spacing: -0.055em;
            font-weight: 900;
        }

        .cta-band p {
            margin: 13px 0 0;
            max-width: 820px;
            color: rgba(255,255,255,0.88);
            line-height: 1.72;
        }

        .cta-band strong {
            color: #ffffff;
        }

        .cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 24px;
        }

        @media (max-width: 1100px) {
            .hero-card-grid,
            .comparison-grid {
                grid-template-columns: 1fr;
            }

            .hero-simple-card {
                width: min(820px, calc(100% - 36px));
            }

            .quick-facts-grid,
            .benefit-grid,
            .steps-grid,
            .image-card-grid,
            .image-card-grid-3 {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

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

        @media (max-width: 760px) {
            .site-main {
                padding: 14px 14px 56px;
            }

            .hero-clean {
                min-height: auto;
                padding: 14px 0 18px;
            }

            .hero-stage {
                min-height: auto;
                border-radius: 28px;
                align-items: flex-start;
                padding: 16px 0;
            }

            .hero-stage::before {
                inset: -18px;
                filter: blur(10px);
                transform: scale(1.08);
                opacity: 0.66;
            }

            .hero-stage::after {
                background:
                    radial-gradient(circle at 74% 12%, rgba(214,235,255,0.54), transparent 34%),
                    radial-gradient(circle at 86% 88%, rgba(218,239,183,0.42), transparent 32%),
                    linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,255,255,0.50));
            }

            .hero-simple-card {
                width: calc(100% - 22px);
                border-radius: 26px;
                padding: 22px 18px;
            }

            .hero-card-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .hero-kicker {
                font-size: 9px;
                letter-spacing: 0.14em;
                padding: 7px 10px;
            }

            .hero-simple-card h1 {
                margin-top: 12px;
                font-size: clamp(31px, 9vw, 42px);
                line-height: 1.04;
                letter-spacing: -0.065em;
            }

            .hero-subtitle {
                margin-top: 12px;
                font-size: 15px;
                line-height: 1.55;
            }

            .type-btn {
                min-height: 44px;
            }

            .counter-row {
                grid-template-columns: 78px 42px minmax(52px, 1fr) 42px;
                border-radius: 19px;
                padding: 8px;
                gap: 8px;
            }

            .counter-label {
                font-size: 12px;
            }

            .counter-btn {
                height: 39px;
                border-radius: 14px;
            }

            .hero-booking-button {
                min-height: 50px;
            }

            .trust-checks {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 8px;
                margin-top: 16px;
            }

            .trust-check {
                min-height: 38px;
                font-size: 11px;
                padding: 0 10px;
            }

            .fc-scroll-down-wrap {
                margin-top: -70px;
                margin-bottom: 24px;
            }

            .fc-scroll-down-btn {
                width: 50px;
                height: 50px;
                font-size: 25px;
            }

            .section {
                margin-top: 44px;
            }

            .section-head {
                display: block;
            }

            .section-frame-card {
                border-radius: 30px;
                padding: 22px 14px;
            }

            .section-title-card {
                padding: 24px 20px;
                border-radius: 26px;
                margin-bottom: 20px;
            }

            .section-title-card::before {
                filter: blur(14px);
                opacity: 0.24;
            }

            .intro-actions,
            .cta-actions {
                flex-direction: column;
            }

            .intro-actions .liquid-btn,
            .cta-actions .liquid-btn {
                width: 100%;
            }

            .quick-facts-grid,
            .benefit-grid,
            .steps-grid,
            .image-card-grid,
            .image-card-grid-3,
            .faq-grid,
            .link-pill-grid {
                grid-template-columns: 1fr;
            }

            .image-card,
            .plain-card,
            .comparison-panel,
            .compare-card {
                border-radius: 24px;
                padding: 22px;
            }

            .image-card {
                min-height: 220px;
            }

            .cta-band {
                border-radius: 28px;
                padding: 28px 22px;
            }
        }
.hero-cms-body {
    font-size: 15px;
    margin-top: 10px;
}

.plan-meta-grid {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.plan-meta-row {
    align-items: center;
    border-radius: 18px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 13px 14px;
}

.plan-meta-row.is-interval {
    background: rgba(214, 232, 255, 0.7);
    border: 1px solid rgba(0, 80, 176, 0.1);
}

.plan-meta-row.is-benefit {
    background: rgba(218, 239, 183, 0.7);
    border: 1px solid rgba(112, 179, 0, 0.14);
}

.plan-meta-label {
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.plan-meta-value {
    font-size: 15px;
}

.plan-meta-row.is-benefit .plan-meta-value {
    color: #477600;
}
