: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');
        }

        *,
        *::before,
        *::after {
            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;
        }

        .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:hover {
            transform: translateY(-2px);
        }

        .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;
        }

        .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));
        }

        .section {
            margin-top: 34px;
        }

        .section-frame-card {
            position: relative;
            overflow: hidden;
            border-radius: 42px;
            padding: 48px 42px;
            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;
        }

        .review-hero {
            min-height: auto;
            display: flex;
            align-items: center;
            padding: 28px 0 30px;
        }

        .review-hero-stage {
            position: relative;
            width: 100%;
            min-height: 430px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border-radius: 36px;
            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.30);
        }

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

        .review-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;
        }

        .review-hero-card {
            position: relative;
            z-index: 2;
            width: min(820px, calc(100% - 40px));
            border-radius: 32px;
            padding: 32px 34px;
            background:
                linear-gradient(135deg, rgba(255,255,255,0.66), rgba(255,255,255,0.36));
            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);
        }

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

        .review-hero-card h1 {
            margin: 14px 0 0;
            max-width: 720px;
            color: #101827;
            font-size: clamp(34px, 4.2vw, 52px);
            line-height: 1.02;
            letter-spacing: -0.065em;
            font-weight: 950;
        }

        .review-hero-card p {
            margin: 14px 0 0;
            max-width: 660px;
            color: #526070;
            font-size: 16px;
            line-height: 1.62;
        }

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

        .review-trust-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            border-radius: 999px;
            padding: 0 14px;
            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;
            text-align: center;
        }

        .review-section-head {
            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.48);
            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);
        }

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

        .review-section-head p {
            margin: 12px 0 0;
            max-width: 760px;
            color: #64748b;
            line-height: 1.76;
            font-size: 16px;
        }

        .review-form-grid {
            display: grid;
            grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
            gap: 22px;
            align-items: start;
        }

        .review-info-card,
        .review-form-card {
            border-radius: 30px;
            padding: 28px;
            background: rgba(255,255,255,0.72);
            border: 1px solid rgba(255,255,255,0.78);
            box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

        .review-info-card h3 {
            margin: 0;
            color: #0f172a;
            font-size: 24px;
            line-height: 1.12;
            letter-spacing: -0.04em;
            font-weight: 950;
        }

        .review-info-card p {
            margin: 12px 0 0;
            color: #64748b;
            line-height: 1.7;
        }

        .review-info-list {
            display: grid;
            gap: 12px;
            margin-top: 22px;
        }

        .review-info-item {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            color: #475569;
            font-size: 14px;
            line-height: 1.55;
        }

        .review-info-item span {
            width: 24px;
            height: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            border-radius: 999px;
            background: rgba(0, 80, 176, 0.10);
            color: var(--fc-blue);
            font-weight: 950;
        }

        .review-form-grid-fields {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
        }

        .review-field {
            display: block;
        }

        .review-field-full {
            grid-column: 1 / -1;
        }

        .review-field span,
        .review-stars-label {
            display: block;
            margin-bottom: 8px;
            color: #334155;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.10em;
            text-transform: uppercase;
        }

        .review-field input,
        .review-field textarea {
            width: 100%;
            border: 1px solid rgba(203, 213, 225, 0.98);
            border-radius: 18px;
            background: rgba(248, 250, 252, 0.88);
            color: #0f172a;
            padding: 14px 15px;
            font: inherit;
            font-size: 14px;
            outline: none;
            transition: 0.18s ease;
        }

        .review-field textarea {
            min-height: 140px;
            resize: vertical;
        }

        .review-field input:focus,
        .review-field textarea:focus {
            border-color: rgba(0, 80, 176, 0.62);
            background: #ffffff;
            box-shadow: 0 0 0 4px rgba(0, 80, 176, 0.12);
        }

        .review-stars {
            display: flex;
            align-items: center;
            gap: 5px;
            margin-bottom: 18px;
        }

        .review-star-button {
            border: 0;
            background: transparent;
            padding: 0;
            cursor: pointer;
            font-size: 36px;
            line-height: 1;
            color: #cbd5e1;
            transition: transform .16s ease, color .16s ease;
        }

        .review-star-button:hover {
            transform: translateY(-2px) scale(1.05);
        }

        .review-star-button.is-active {
            color: #f5b301;
        }

        .review-submit {
            width: 100%;
            min-height: 54px;
            border: none;
            border-radius: 999px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 950;
            cursor: pointer;
            background:
                radial-gradient(circle at 18% 0%, rgba(255,255,255,0.48), transparent 32%),
                linear-gradient(135deg, var(--fc-blue), var(--fc-blue-2) 56%, var(--fc-green));
            box-shadow: 0 16px 32px rgba(0, 80, 176, 0.24);
            transition: 0.18s ease;
        }

        .review-submit:hover {
            transform: translateY(-1px);
            box-shadow: 0 20px 38px rgba(0, 80, 176, 0.30);
        }

        .review-error {
            margin-bottom: 16px;
            border-radius: 18px;
            padding: 14px 16px;
            color: #991b1b;
            background: rgba(239, 68, 68, 0.10);
            border: 1px solid rgba(239, 68, 68, 0.18);
            font-size: 14px;
            font-weight: 750;
        }

        .review-toast {
            position: fixed;
            inset: 0;
            z-index: 99998;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: rgba(2, 8, 23, 0.28);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        .review-toast.is-hidden {
            display: none;
        }

        .review-toast-card {
            width: min(440px, 100%);
            border-radius: 30px;
            background: rgba(255,255,255,0.94);
            border: 1px solid rgba(255,255,255,0.78);
            box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
            padding: 34px 30px;
            text-align: center;
        }

        .review-toast-icon {
            width: 62px;
            height: 62px;
            margin: 0 auto 18px;
            border-radius: 999px;
            background:
                radial-gradient(circle at 22% 0%, rgba(255,255,255,0.44), transparent 32%),
                linear-gradient(135deg, var(--fc-blue), var(--fc-blue-2) 56%, var(--fc-green));
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            font-weight: 900;
        }

        .review-toast-card h2 {
            margin: 0;
            color: #0f172a;
            font-size: 24px;
            line-height: 1.15;
            letter-spacing: -0.04em;
            font-weight: 950;
        }

        .review-toast-card p {
            margin: 12px 0 0;
            color: #64748b;
            line-height: 1.6;
            font-size: 14px;
        }

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

            .review-trust-row {
                grid-template-columns: 1fr;
            }
        }

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

            .review-hero {
                min-height: auto;
                padding: 14px 0 22px;
            }

            .review-hero-stage {
                min-height: auto;
                border-radius: 28px;
                padding: 16px 0;
            }

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

            .review-hero-card h1 {
                font-size: clamp(32px, 10vw, 42px);
                line-height: 1.03;
                letter-spacing: -0.07em;
            }

            .review-hero-card p {
                font-size: 14px;
                line-height: 1.55;
            }

            .review-trust-row {
                margin-top: 18px;
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .review-trust-pill {
                min-height: 40px;
                font-size: 11px;
            }

            .section {
                margin-top: 30px;
            }

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

            .review-section-head {
                border-radius: 26px;
                padding: 24px 20px;
            }

            .review-form-grid-fields {
                grid-template-columns: 1fr;
            }

            .review-info-card,
            .review-form-card {
                border-radius: 24px;
                padding: 22px;
            }

            .review-star-button {
                font-size: 32px;
            }
        }

        @media (max-width: 390px) {
            .review-hero-card {
                padding: 22px 18px;
            }

            .review-hero-card h1 {
                font-size: 31px;
            }

            .review-section-head {
                padding: 22px 18px;
            }

            .review-info-card,
            .review-form-card {
                padding: 20px;
            }
        }
.review-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
