:root {
            --bg: #f3f6fb;
            --surface: #ffffff;
            --surface-alt: #f8faff;
            --text: #13233b;
            --text-soft: #596d86;
            --line: #d6e1ee;
            --primary: #0f3e76;
            --primary-soft: #1a4d8f;
            --blue: #2d7cf3;
            --accent: #2d7cf3;
            --cta: #1f6feb;
            --cta-hover: #185dc6;
            --danger: #c0392b;
            --ok: #1f9d63;
            --shadow: 0 10px 32px rgba(8, 34, 71, 0.08);
            --shadow-lg: 0 18px 48px rgba(8, 34, 71, 0.14);
            --radius: 18px;
            --mobile-cta-offset: 0px;
        }

        * { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Outfit', -apple-system, sans-serif;
            background: var(--bg);
            color: var(--text);
            line-height: 1.55;
            overflow-x: hidden;
        }

        .hero {
            background: linear-gradient(145deg, #0b2d57 0%, #124881 55%, #1759a0 100%);
            color: #fff;
            padding: 44px 18px 34px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero:before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 16% 30%, rgba(255,255,255,0.16), transparent 40%);
            pointer-events: none;
        }
        .hero-inner {
            position: relative;
            z-index: 1;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 14px;
        }
        .hero-layout { display: grid; gap: 16px; align-items: stretch; }
        .hero-main {
            min-width: 0;
            display: flex;
            flex-direction: column;
        }
        .hero-compare {
            min-width: 0;
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.22);
            border-radius: 16px;
            padding: 14px;
            backdrop-filter: blur(3px);
            text-align: left;
            display: flex;
            flex-direction: column;
        }
        .hero-compare .comp-stack { grid-template-columns: 1fr; gap: 8px; }
        .hero-compare .comp-card.bad {
            background: rgba(255,255,255,0.88);
            border-color: rgba(255,255,255,0.9);
            color: #12345d;
        }
        .hero-compare .comp-card.good {
            background: linear-gradient(145deg, #0a315f, #185293);
            border-color: rgba(146, 194, 255, 0.35);
            color: #e7f3ff;
        }
        .hero-compare .comp-ok { color: #9ed0ff; }
        .hero-compare .scarcity {
            margin-top: 8px;
            background: rgba(228, 242, 255, 0.92);
            border-color: rgba(182, 214, 247, 0.95);
        }
        .hero-compare .scarcity-title,
        .hero-compare .scarcity-text { color: #0f3e76; }
        .trust-chip {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            width: fit-content;
            background: rgba(255,255,255,0.13);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 999px;
            padding: 7px 16px 7px 13px;
            font-size: 12px;
            margin-bottom: 18px;
        }
        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #7fd3ff;
            box-shadow: 0 0 0 5px rgba(127, 211, 255, 0.18);
            animation: dotPulse 3.2s ease-in-out infinite;
        }
        @keyframes dotPulse {
            0%, 100% { transform: scale(1); box-shadow: 0 0 0 5px rgba(127, 211, 255, 0.16); }
            50% { transform: scale(1.06); box-shadow: 0 0 0 6.5px rgba(127, 211, 255, 0.1); }
        }
        .hero h1 {
            font-size: clamp(32px, 4.5vw, 52px);
            line-height: 1.08;
            font-weight: 800;
            letter-spacing: -0.4px;
        }
        .hero h1 span {
            display: block;
            font-size: clamp(18px, 2.5vw, 24px);
            font-weight: 500;
            color: #dcecff;
            margin-top: 8px;
        }
        .hero-desc {
            max-width: 640px;
            margin: 16px auto 20px;
            color: rgba(236, 244, 255, 0.9);
            font-size: 16px;
            font-weight: 300;
        }
        .hero-pills {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
        }
        .hero-pill {
            min-width: 110px;
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 14px;
            padding: 10px 14px;
        }
        .hero-pill-num { font-size: 26px; font-weight: 700; line-height: 1; }
        .hero-pill-label { font-size: 11px; opacity: 0.8; text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; }
        .hero-meta {
            margin-top: 16px;
            display: flex;
            justify-content: center;
            gap: 14px;
            flex-wrap: wrap;
            font-size: 12px;
            opacity: 0.92;
        }
        .hero-quick-cta {
            margin-top: 18px;
            display: inline-flex;
            border: none;
            border-radius: 12px;
            padding: 12px 20px;
            font-size: 14px;
            font-weight: 700;
            background: #fff;
            color: #0f3e76;
            cursor: pointer;
        }
        .hero-cta-wrap {
            margin-top: 12px;
            padding-top: 0;
            max-width: 460px;
            display: grid;
            gap: 10px;
        }
        .hero-cta-wrap .scarcity {
            margin-top: 0;
            background: rgba(228, 242, 255, 0.95);
            border-color: rgba(182, 214, 247, 0.95);
            text-align: left;
        }
        .hero-cta-wrap .scarcity-title,
        .hero-cta-wrap .scarcity-text { color: #0f3e76; }
        .hero-quick-cta.primary {
            margin-top: 0;
            justify-content: center;
            width: 100%;
            background: linear-gradient(145deg, #2f7ef1, #1d5ea8);
            color: #fff;
            border: 1px solid rgba(166, 208, 255, 0.85);
            box-shadow: 0 14px 30px rgba(15,62,118,0.42), 0 0 0 1px rgba(255,255,255,0.12) inset;
            letter-spacing: 0.2px;
            position: relative;
            overflow: hidden;
        }
        .hero-quick-cta.primary:before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.18) 45%, transparent 70%);
            transform: translateX(-120%);
            transition: transform .65s ease;
        }
        .hero-quick-cta.primary:hover:before,
        .hero-quick-cta.primary:focus-visible:before {
            transform: translateX(120%);
        }
        .hero-quick-cta.primary:hover,
        .hero-quick-cta.primary:focus-visible {
            box-shadow: 0 16px 36px rgba(15,62,118,0.5), 0 0 0 1px rgba(214,234,255,0.45) inset;
            transform: translateY(-1px);
        }
        .hero-quick-cta.primary:focus-visible {
            outline: 2px solid #9ac3ff;
            outline-offset: 2px;
        }
        .hero-quick-cta.primary .cta-icon {
            font-size: 15px;
            line-height: 1;
        }
        .hero-compare .hero-cta-wrap {
            max-width: none;
        }
        body.post-submit-focus::before {
            content: '';
            position: fixed;
            inset: 0;
            z-index: 180;
            background: rgba(8, 24, 44, 0.28);
            backdrop-filter: blur(3px);
            pointer-events: none;
        }
        body.post-submit-focus .form-column {
            position: relative;
            z-index: 220;
        }
        body.post-submit-focus .form-card {
            position: relative;
            z-index: 221;
            box-shadow: 0 20px 56px rgba(8, 34, 71, 0.26);
        }

        .main {
            max-width: 1200px;
            margin: 20px auto 0;
            padding: 0 14px 110px;
        }
        .layout {
            display: grid;
            gap: 18px;
        }
        .content { min-width: 0; }
        .form-column { min-width: 0; }

        .card {
            background: var(--surface);
            border: 1px solid var(--line);
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            padding: 22px 18px;
            margin-bottom: 14px;
        }
        .card-label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.8px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 8px;
        }
        .card-title { font-size: clamp(22px, 2.7vw, 30px); margin-bottom: 8px; line-height: 1.15; }
        .card-desc { color: var(--text-soft); font-size: 15px; margin-bottom: 14px; }

        .features-list { display: grid; gap: 10px; }
        .feat-row {
            display: grid;
            grid-template-columns: 38px 1fr;
            grid-template-rows: auto auto;
            column-gap: 10px;
            row-gap: 0;
            align-items: center;
            padding: 9px 11px;
            border-radius: 14px;
            background: var(--surface-alt);
            border: 1px solid #e8eff8;
            box-shadow: 0 6px 18px rgba(14, 44, 80, 0.06);
        }
        .feat-icon {
            width: 38px; height: 38px; min-width: 38px;
            border-radius: 10px;
            display: grid; place-items: center;
            background: #0f3e76;
            color: #fff;
            font-size: 18px;
            grid-column: 1;
            grid-row: 1 / span 2;
        }
        .feat-icon svg {
            width: 20px;
            height: 20px;
            stroke: #fff;
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        .feat-text {
            font-size: 16px;
            font-weight: 700;
            margin: 0;
            line-height: 1.2;
            grid-column: 2;
            grid-row: 1;
        }
        .feat-text small {
            display: block;
            color: var(--text-soft);
            font-size: 13px;
            font-weight: 400;
            line-height: 1.4;
            margin-top: 3px;
        }

        .comp-stack { display: grid; gap: 10px; }
        .comp-card { border-radius: 14px; padding: 14px; border: 1px solid var(--line); }
        .comp-card.bad { background: #f8fafd; }
        .comp-card.good {
            background: linear-gradient(145deg, #0f3e76, #1d5ea8);
            color: #fff;
            border-color: #2f6db3;
            box-shadow: var(--shadow);
        }
        .comp-card-title { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 9px; }
        .comp-item { font-size: 13px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
        .comp-item:last-child { margin-bottom: 0; }
        .comp-x { color: #8ea0b8; }
        .comp-ok { color: #9ed0ff; }
        .scarcity {
            margin-top: 12px;
            border: 1px solid #c2d7f1;
            background: #eef5ff;
            border-radius: 12px;
            padding: 12px;
        }
        .scarcity-title { font-size: 14px; font-weight: 600; margin-bottom: 8px; }
        .scarcity-bar { height: 7px; border-radius: 999px; overflow: hidden; background: #d2e3f8; }
        .scarcity-fill { height: 100%; background: linear-gradient(90deg, #1d5ea8, #2d7cf3); }
        .scarcity-text { font-size: 11px; color: var(--text-soft); margin-top: 6px; }

        .process-flow {
            display: grid;
            gap: 10px;
        }
        .process-step {
            border: 1px solid var(--line);
            background: var(--surface-alt);
            border-radius: 14px;
            padding: 9px 11px;
            position: relative;
            box-shadow: 0 6px 18px rgba(14, 44, 80, 0.06);
            min-height: 76px;
            display: grid;
            grid-template-columns: 38px 1fr;
            grid-template-rows: auto auto;
            column-gap: 10px;
            row-gap: 0;
            align-items: center;
        }
        .process-icon {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            display: grid;
            place-items: center;
            background: #0f3e76;
            box-shadow: 0 8px 20px rgba(20, 78, 142, 0.22);
            margin: 0;
            color: #fff;
            font-size: 22px;
            font-weight: 800;
            line-height: 1;
            grid-column: 1;
            grid-row: 1 / span 2;
        }
        .step-badge {
            display: none;
        }
        .step-card-title {
            font-size: 16px;
            font-weight: 700;
            margin: 0;
            line-height: 1.2;
            grid-column: 2;
            grid-row: 1;
        }
        .step-card-desc {
            font-size: 13px;
            color: var(--text-soft);
            margin: 0;
            line-height: 1.4;
            min-width: 0;
            grid-column: 2;
            grid-row: 2;
        }
        .info-banner {
            margin-top: 12px;
            border-radius: 12px;
            padding: 12px;
            background: linear-gradient(145deg, #0f3e76, #1d5ea8);
            color: #dfeeff;
            font-size: 13px;
        }
        .info-banner strong { color: #fff; }

        .warn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
        .warn-item {
            border: 1px solid #f0d7d3;
            background: #fff7f6;
            color: #7e4b46;
            border-radius: 10px;
            padding: 10px;
            font-size: 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 6px;
            line-height: 1.4;
        }
        .warn-item span {
            color: var(--danger);
            font-weight: 700;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            background: rgba(192, 57, 43, 0.12);
        }
        .safe-banner {
            margin-top: 10px;
            border-radius: 12px;
            border: 1px solid #bdd7f8;
            background: #ecf4ff;
            padding: 12px;
            text-align: center;
            font-size: 14px;
        }
        .safe-banner strong { color: var(--primary); }

        .reviews-fade {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
        }
        .reviews-fade::before,
        .reviews-fade::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            height: 44px;
            z-index: 2;
            pointer-events: none;
        }
        .reviews-fade::before {
            top: 0;
            background: linear-gradient(180deg, var(--surface) 0%, rgba(255,255,255,0) 100%);
        }
        .reviews-fade::after {
            bottom: 0;
            background: linear-gradient(0deg, var(--surface) 0%, rgba(255,255,255,0) 100%);
        }
        .reviews-slider {
            height: 430px;
            overflow: hidden;
            contain: layout paint;
        }
        .reviews-track {
            display: flex;
            flex-direction: column;
            gap: 10px;
            animation: reviewsDown 34s linear infinite;
            will-change: transform;
            transform: translate3d(0,0,0);
            backface-visibility: hidden;
        }
        .reviews-slider:hover .reviews-track {
            animation-play-state: paused;
        }
        .reviews-track.is-paused {
            animation-play-state: paused;
        }
        @keyframes reviewsDown {
            from { transform: translateY(-50%); }
            to { transform: translateY(0); }
        }
        .review-card { background: var(--surface-alt); border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            background: #dfe9f7;
            border: 1px solid #c9d9ef;
            overflow: hidden;
            display: block;
        }
        .review-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .review-name { font-weight: 600; font-size: 14px; }
        .review-city { font-size: 11px; color: var(--text-soft); }
        .review-stars {
            margin-left: auto;
            color: #fbbc04;
            letter-spacing: 1px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .review-stars::before {
            content: 'G';
            font-weight: 800;
            font-size: 20px;
            line-height: 1;
            background: conic-gradient(
                from 220deg,
                #ea4335 0deg 90deg,
                #fbbc05 90deg 170deg,
                #34a853 170deg 250deg,
                #4285f4 250deg 360deg
            );
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .review-text { font-size: 14px; font-style: italic; }
        .trust-bar { margin-top: 12px; display: flex; gap: 10px; justify-content: space-between; }
        .trust-item { text-align: center; font-size: 11px; color: var(--text-soft); }
        .trust-item strong { display: block; font-size: 12px; color: var(--text); margin-bottom: 2px; }

        .faq-wrap { display: grid; gap: 8px; }
        .faq-item { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--surface-alt); }
        .faq-q { padding: 14px; font-weight: 600; cursor: pointer; position: relative; padding-right: 40px; }
        .faq-q:after { content: '+'; position: absolute; right: 14px; top: 8px; font-size: 22px; color: var(--accent); transition: transform .2s; }
        .faq-item.open .faq-q:after { transform: rotate(45deg); }
        .faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease, padding .25s ease; color: var(--text-soft); font-size: 13px; padding: 0 14px; }
        .faq-item.open .faq-a { max-height: 220px; padding: 0 14px 14px; }
        .faq-full { margin-top: 14px; }

        .form-shell { position: relative; }
        .form-card {
            background: var(--surface);
            border: 1px solid var(--line);
            border-radius: 20px;
            box-shadow: var(--shadow-lg);
            padding: 18px 16px 16px;
        }
        .form-card .card-label { text-align: center; }
        .form-progress-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; position: relative; }
        .prog-line { position: absolute; left: 16%; right: 16%; top: 17px; height: 3px; background: #d8e4f4; border-radius: 999px; }
        .prog-line-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #1d5ea8, #2d7cf3); border-radius: 999px; transition: width .35s ease; }
        .prog-step { display: flex; flex-direction: column; align-items: center; z-index: 1; flex: 1; }
        .prog-circle {
            width: 34px; height: 34px; border-radius: 10px; border: 2px solid #d8e4f4;
            background: #eff4fb; color: #6c7f97; font-size: 13px; font-weight: 700;
            display: grid; place-items: center;
            transition: .25s ease;
        }
        .prog-label { font-size: 10px; color: var(--text-soft); margin-top: 4px; }
        .prog-step.active .prog-circle { background: #2d7cf3; color: #fff; border-color: #2d7cf3; }
        .prog-step.done .prog-circle { background: #0f3e76; color: #d9e9ff; border-color: #0f3e76; }
        .prog-step.active .prog-label { color: #1d5ea8; font-weight: 600; }
        .prog-step.done .prog-label { color: #0f3e76; }
        .prog-percent { text-align: center; color: #1d5ea8; font-size: 12px; font-weight: 600; margin-bottom: 14px; }
        .prog-benefit {
            text-align: center;
            font-size: 11px;
            color: var(--text-soft);
            margin: -10px 0 14px;
        }
        .form-sticky-trust {
            position: sticky;
            top: 10px;
            z-index: 3;
            margin: -4px 0 12px;
            padding: 10px 12px;
            border-radius: 12px;
            border: 1px solid #d7e4f5;
            background: #f3f8ff;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 6px;
            text-align: center;
            font-size: 11px;
            font-weight: 700;
            color: #1b4f8f;
        }
        .form-sticky-trust.is-hidden-step3 { display: none; }
        .trust-mini-item {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            min-width: 0;
        }
        .trust-mini-ico {
            width: 18px;
            height: 18px;
            border-radius: 999px;
            border: 1px solid #b8d0ee;
            background: #fff;
            color: #1b4f8f;
            font-size: 10px;
            line-height: 1;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 18px;
        }

        .form-step { display: none; }
        .form-step.active { display: block; animation: fadeIn .25s ease; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
        .form-step-title { font-size: 23px; text-align: center; margin-bottom: 4px; }
        .form-step-desc { text-align: center; color: var(--text-soft); font-size: 13px; margin-bottom: 16px; }
        .form-group { margin-bottom: 12px; position: relative; }
        .form-group.is-hidden { display: none; }
        .form-label { display: block; font-size: 12px; color: var(--text-soft); margin-bottom: 5px; font-weight: 500; }
        .form-input {
            width: 100%;
            max-width: 100%;
            min-width: 0;
            min-height: 48px;
            padding: 13px 14px;
            padding-right: 40px;
            border: 1.5px solid #cfdced;
            border-radius: 10px;
            font-size: 16px;
            font-family: inherit;
            background: #f8fbff;
            color: var(--text);
            transition: .2s;
        }
        .form-input[type="date"] {
            -webkit-appearance: auto;
            appearance: auto;
            width: 100%;
            max-width: 100%;
            min-width: 0;
            padding-right: 42px;
        }
        .form-input[type="date"]::-webkit-date-and-time-value { text-align: left; }
        .form-input[type="date"]::-webkit-calendar-picker-indicator {
            margin: 0;
            opacity: 1;
            width: 18px;
            height: 18px;
            cursor: pointer;
        }
        .date-input-wrap {
            position: relative;
            width: 100%;
            min-width: 0;
        }
        .date-icon {
            display: none;
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 17px;
            line-height: 1;
            color: #5d7394;
            pointer-events: auto;
            cursor: pointer;
            z-index: 2;
        }
        .date-field .field-check { display: none !important; }
        .form-input:focus { outline: none; border-color: #2d7cf3; box-shadow: 0 0 0 3px rgba(45,124,243,0.14); background: #fff; }
        .form-input.valid { border-color: var(--ok); }
        .form-input.error { border-color: var(--danger); }
        .form-error { display: none; font-size: 11px; color: var(--danger); margin-top: 4px; }
        .form-group.has-error .form-error { display: block; }
        .form-hint { color: var(--text-soft); font-size: 11px; margin-top: 4px; }
        .field-check {
            position: absolute; right: 12px; top: 32px;
            width: 19px; height: 19px; border-radius: 50%;
            display: none; place-items: center;
            background: var(--ok); color: #fff; font-size: 11px;
        }
        .form-group.validated .field-check { display: grid; }
        .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
        .form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
        .upload-pair { grid-template-columns: 1fr 1fr; }
        .form-row .form-group, .form-row-3 .form-group { margin-bottom: 0; }

        .cat-list { display: grid; gap: 8px; }
        .cat-click-hint {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 11px;
            font-weight: 600;
            color: #1d5ea8;
            background: #f3f8ff;
            border: 1px solid #d7e4f5;
            border-radius: 9px;
            padding: 6px 10px;
            margin: -2px 0 10px;
        }
        .cat-item input { display: none; }
        .cat-item label {
            border: 1.5px solid #cfdced;
            background: #f8fbff;
            border-radius: 12px;
            padding: 12px;
            display: grid;
            grid-template-columns: 1fr auto;
            grid-template-rows: auto auto;
            align-items: center;
            min-height: 62px;
            column-gap: 12px;
            row-gap: 2px;
            cursor: pointer;
            transition: .2s;
        }
        .cat-item label:hover {
            border-color: #9ebbe0;
            transform: translateY(-1px);
        }
        .cat-item input:checked + label {
            background: linear-gradient(145deg, #0f3e76, #1d5ea8);
            border-color: #0f3e76;
            color: #fff;
        }
        .cat-item.popular label { position: relative; }
        .cat-item.popular label:after {
            content: 'BELIEBT';
            position: absolute;
            right: 10px;
            top: -8px;
            background: #7fc4ff;
            color: #0a315f;
            border-radius: 7px;
            padding: 2px 6px;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .5px;
        }
        .cat-name {
            font-size: 18px;
            font-weight: 800;
            min-width: 0;
            grid-column: 1;
            grid-row: 1;
            display: flex;
            align-items: center;
        }
        .cat-desc {
            font-size: 13px;
            opacity: 0.76;
            grid-column: 1;
            grid-row: 2;
            display: flex;
            align-items: center;
            min-height: 0;
        }
        .cat-price {
            font-size: 16px;
            font-weight: 700;
            color: #2d7cf3;
            grid-column: 2;
            grid-row: 1 / span 2;
            align-self: center;
            display: flex;
            align-items: center;
        }
        .cat-item input:checked + label .cat-price { color: #a7d3ff; }

        .radio-group { display: flex; gap: 8px; }
        .radio-item { flex: 1; }
        .radio-item input { display: none; }
        .radio-item label {
            display: block; text-align: center; padding: 12px;
            border: 1.5px solid #cfdced; border-radius: 10px;
            background: #f8fbff; cursor: pointer;
        }
        .radio-item input:checked + label {
            background: linear-gradient(145deg, #0f3e76, #1d5ea8);
            color: #fff;
            border-color: #0f3e76;
        }

        .phone-wrapper { position: relative; display: flex; align-items: center; }
        .phone-select {
            position: absolute; left: 4px;
            width: 78px; border: none; background: transparent;
            font-size: 14px; padding: 4px 2px; outline: none; cursor: pointer;
        }
        .phone-wrapper .form-input { padding-left: 88px; }

        .file-upload {
            border: 1.5px solid #cfdced;
            border-radius: 12px;
            padding: 12px;
            display: flex;
            gap: 10px;
            align-items: center;
            background: #f8fbff;
            cursor: pointer;
        }
        .file-upload input { display: none; }
        .file-upload.uploaded { border-color: var(--ok); background: #f1fbf6; }
        .file-upload.error { border-color: var(--danger); background: #fff5f6; }
        .file-upload-icon {
            width: 36px; height: 36px;
            border-radius: 9px;
            display: grid; place-items: center;
            background: #e6effa;
            font-size: 18px;
            color: #4f6f95;
        }
        .file-upload-text { font-size: 14px; }
        .file-upload-desc { font-size: 12px; color: var(--text-soft); }
        .upload-health {
            border: 1px solid #d7e4f5;
            background: #f3f8ff;
            color: #1b4f8f;
            border-radius: 10px;
            font-size: 12px;
            font-weight: 700;
            text-align: center;
            padding: 7px 10px;
            margin: 0 0 8px;
        }
        .upload-missing {
            font-size: 11px;
            color: #9a2230;
            text-align: center;
            min-height: 14px;
            margin: 0 0 8px;
        }
        .s3-topline {
            display: grid;
            grid-template-columns: auto 1fr;
            align-items: center;
            gap: 16px;
            margin: 40px 0;
        }
        .s3-topline-copy { text-align: left; }
        .s3-topline-copy .form-step-title { margin-bottom: 6px; font-size: 20px; line-height: 1.25; text-align: left; }
        .s3-topline-copy .form-step-desc { margin-bottom: 0; font-size: 14px; line-height: 1.55; color: #42546f; text-align: left; }
        .s3-progress-wrap { display: flex; justify-content: center; margin: 0; }
        .s3-progress-ring {
            --p: 0;
            width: 104px;
            height: 104px;
            border-radius: 50%;
            background: conic-gradient(var(--blue) calc(var(--p) * 1%), #dbe7f5 0);
            display: grid;
            place-items: center;
            box-shadow: inset 0 0 0 1px rgba(15,62,118,.08);
        }
        .s3-progress-inner {
            width: 74px;
            height: 74px;
            border-radius: 50%;
            background: #fff;
            display: grid;
            place-items: center;
            font-weight: 800;
            color: var(--blue);
        }
        .s3-progress-ring.is-full {
            animation: s3Pulse 1.2s ease-in-out infinite;
        }
        @keyframes s3Pulse {
            0% { box-shadow: 0 0 0 0 rgba(45,124,243,.38), inset 0 0 0 1px rgba(15,62,118,.08); }
            70% { box-shadow: 0 0 0 10px rgba(45,124,243,0), inset 0 0 0 1px rgba(15,62,118,.08); }
            100% { box-shadow: 0 0 0 0 rgba(45,124,243,0), inset 0 0 0 1px rgba(15,62,118,.08); }
        }
        .s3-security-banner {
            margin: 0 0 12px;
            border: 1px solid #d4e1f3;
            background: #f5f9ff;
            border-radius: 12px;
            padding: 10px 12px;
        }
        .s3-security-head { font-size: 13px; font-weight: 800; color: #0f3e76; display:flex; gap:8px; align-items:center; }
        .s3-security-icon-img { width: 44px; height: 44px; object-fit: contain; display: inline-block; flex: 0 0 auto; }
        .s3-security-desc { margin-top: 6px; font-size: 12px; color: #3b4a60; line-height: 1.45; }
        .s3-disclaimer { font-size: 12px; color: #4f5f77; margin: 6px 0 10px; line-height: 1.45; text-align: center; }
        .s3-inline-rotator { margin: 2px 0 12px; }
        .s3-task-list { display: grid; gap: 10px; margin-top: 8px; }
        .consent-box {
            margin-top: 12px;
            border: 1px solid #d7e4f5;
            background: #f5f9ff;
            border-radius: 12px;
            padding: 12px;
            transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
        }
        .consent-box.has-error {
            border-color: #c0392b;
            background: #fff7f8;
            box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.08);
        }
        .consent-label {
            display: grid;
            grid-template-columns: 22px 1fr;
            column-gap: 10px;
            align-items: flex-start;
            cursor: pointer;
        }
        .consent-label input {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }
        .consent-check {
            width: 22px;
            height: 22px;
            margin-top: 1px;
            border-radius: 7px;
            border: 1.5px solid #9dbbe0;
            background: #fff;
            box-shadow: 0 2px 6px rgba(15, 62, 118, 0.08);
            transition: all .2s ease;
            position: relative;
        }
        .consent-label input:checked + .consent-check {
            border-color: #0f3e76;
            background: linear-gradient(145deg, #0f3e76, #1d5ea8);
        }
        .consent-label input:checked + .consent-check::after {
            content: '';
            position: absolute;
            left: 7px;
            top: 3px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
        .consent-label input:focus-visible + .consent-check {
            outline: 2px solid #9ac3ff;
            outline-offset: 2px;
        }
        .consent-text {
            color: #1f3556;
            font-size: 12px;
            line-height: 1.45;
            font-weight: 500;
        }
        .s3-task {
            border: 1px solid #d8e3f1;
            border-radius: 12px;
            padding: 25px;
            background: #fff;
            display: none;
            text-align: left;
        }
        .s3-task.is-active { display: flex; flex-direction: column; gap: 12px; animation: fadeIn .25s ease; }
        .s3-task.is-completed { display: block; }
        .s3-task-num {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: #eaf1fb;
            color: #0f3e76;
            font-weight: 800;
            font-size: 13px;
            display: grid;
            place-items: center;
            margin-bottom: 0;
        }
        .s3-task-head { display:flex; align-items:center; justify-content:center; gap:8px; margin-bottom: 6px; }
        .s3-task h4 { margin: 0; font-size: 15px; color: #1d1d1f; line-height: 1.2; }
        .s3-task p { margin: 0; font-size: 13px; color: #3f4f67; line-height: 1.5; }
        .s3-task-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 8px; }
        .s3-tile-btn {
            border: none;
            background: linear-gradient(90deg,#1d5ea8,#2d7cf3);
            color: #fff;
            border-radius: 10px;
            padding: 10px 8px;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            box-shadow: 0 8px 18px rgba(45,124,243,.25);
            min-width: 190px;
        }
        .s3-tile-btn span {
            text-align: center;
            line-height: 1.2;
        }
        .s3-tile-btn:hover { transform: translateY(-1px); }
        .s3-hidden-input { display: none; }
        .s3-task-done {
            margin-top: 8px;
            display: none;
            justify-content: space-between;
            align-items: center;
            gap: 8px;
            border-radius: 10px;
            background: #f1fbf6;
            border: 1px solid #b9ebcf;
            padding: 8px 10px;
            font-size: 13px;
            font-weight: 700;
            color: #11653f;
        }
        .s3-task.is-completed .s3-task-actions { display: none; }
        .s3-task.is-completed .s3-task-done { display: flex; }
        .s3-task.is-completed h4,
        .s3-task.is-completed p,
        .s3-task.is-completed .s3-task-num { display: none; }
        .s3-task.is-completed {
            border: none;
            background: transparent;
            padding: 0;
        }
        .s3-task.is-completed .s3-task-done {
            border: none;
            background: transparent;
            border-radius: 0;
            padding: 0;
        }
        .s3-edit-btn {
            border: 1px solid #95c8ac;
            background: #fff;
            color: #245b43;
            border-radius: 8px;
            padding: 4px 10px;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
        }
        .s3-sign-modal { position: fixed; inset: 0; display: none; z-index: 2500; }
        .s3-sign-modal.show { display: block; }
        .s3-sign-backdrop { position: absolute; inset: 0; background: rgba(6,15,27,.5); }
        .s3-sign-card {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: min(680px, 94vw);
            background: #fff;
            border-radius: 14px;
            padding: 14px;
            box-shadow: 0 26px 60px rgba(0,0,0,.28);
        }
        .s3-sign-card h4 { margin: 0 0 6px; font-size: 17px; }
        .s3-sign-card p { margin: 0 0 10px; font-size: 13px; color: #4c5b72; }
        #s3-sign-canvas { width: 100%; height: 220px; border: 1px solid #d6e1ef; border-radius: 10px; background: #fff; touch-action: none; }
        .s3-sign-actions { display:flex; justify-content:flex-end; gap:8px; margin-top:10px; }
        .s3-mobile-only { display: none; }
        @media (max-width: 899px) {
            .s3-topline { grid-template-columns: 78px 1fr; justify-items: start; text-align: left; gap: 10px; margin: 28px 0; align-items: center; }
            .s3-progress-ring { width: 78px; height: 78px; }
            .s3-progress-inner { width: 42px; height: 42px; font-size: 12px; }
            .s3-topline-copy .form-step-title { font-size: 14px; line-height: 1.2; margin-bottom: 3px; }
            .s3-topline-copy .form-step-desc { font-size: 11px; line-height: 1.35; }
            .s3-mobile-only { display: inline-block; }
            .s3-task-actions { justify-content: center; }
            .s3-task h4 { font-size: 14px; }
            .s3-task { text-align: left; padding: 18px; }
            .s3-tile-btn { min-width: 150px; }
        }

        .photo-options { display: flex; gap: 8px; }
        .photo-btn {
            flex: 1; border: 1.5px solid #cfdced; border-radius: 12px;
            background: #f8fbff; color: var(--text);
            padding: 14px 10px; cursor: pointer;
            display: flex; flex-direction: column; align-items: center; gap: 5px;
            font-size: 13px; font-family: inherit;
        }
        .photo-btn-icon { font-size: 22px; }
        .photo-preview { margin-top: 10px; position: relative; display: inline-block; }
        .photo-preview img { width: 96px; height: 96px; object-fit: cover; border-radius: 10px; border: 2px solid #2d7cf3; }
        .photo-preview.error img { border-color: var(--danger); }
        .photo-remove {
            position: absolute; top: -8px; right: -8px; width: 22px; height: 22px;
            border-radius: 50%; border: none; background: var(--danger); color: #fff; cursor: pointer; font-size: 11px;
        }

        .webcam-overlay {
            display: none;
            position: fixed; inset: 0;
            background: rgba(6, 20, 37, 0.95);
            z-index: 9999;
            pointer-events: none;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 14px;
        }
        .webcam-overlay.show { display: flex; pointer-events: auto; }
        .webcam-overlay video {
            width: 280px; height: 280px;
            object-fit: cover;
            border-radius: 50%;
            border: 3px solid #8cc6ff;
        }
        .webcam-overlay canvas { display: none; }
        .webcam-btns { display: flex; gap: 10px; }
        .webcam-btn {
            border: none;
            border-radius: 11px;
            padding: 11px 22px;
            font-size: 15px;
            font-family: inherit;
            font-weight: 600;
            cursor: pointer;
        }
        .webcam-btn.snap { background: #8cc6ff; color: #0a315f; }
        .webcam-btn.cancel { background: transparent; border: 1px solid rgba(255,255,255,0.24); color: #fff; }

        .btn-row { display: flex; gap: 8px; margin-top: 16px; }
        .btn-back {
            flex: 1;
            border: 1.5px solid #cfdced;
            background: #f8fbff;
            color: var(--text);
            border-radius: 11px;
            padding: 14px;
            font-size: 15px;
            font-family: inherit;
            cursor: pointer;
        }
        .btn-primary {
            flex: 2;
            border: none;
            background: linear-gradient(145deg, #0f3e76, #1d5ea8);
            color: #fff;
            border-radius: 11px;
            padding: 14px;
            font-size: 15px;
            font-weight: 700;
            font-family: inherit;
            cursor: pointer;
            box-shadow: 0 8px 20px rgba(15,62,118,0.24);
        }
        .btn-primary:disabled {
            opacity: .5;
            cursor: not-allowed;
            box-shadow: none;
            filter: grayscale(.2);
        }
        .btn-primary.cta-nudge {
            animation: ctaNudge 1.25s ease-in-out infinite;
        }
        @keyframes ctaNudge {
            0% { transform: translateY(0); box-shadow: 0 8px 20px rgba(15,62,118,0.24); }
            35% { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(29,94,168,0.32); }
            70% { transform: translateY(0); box-shadow: 0 8px 20px rgba(15,62,118,0.24); }
            100% { transform: translateY(0); box-shadow: 0 8px 20px rgba(15,62,118,0.24); }
        }
        .submit-recover {
            display: none;
            margin-top: 10px;
            border: 1px solid #f0d7d9;
            background: #fff7f8;
            border-radius: 11px;
            padding: 10px;
            gap: 8px;
            align-items: center;
            justify-content: space-between;
        }
        .submit-recover.show { display: flex; }
        .submit-recover-text { font-size: 12px; color: #8a2d36; line-height: 1.35; }
        .submit-retry-btn { flex: 0 0 auto; padding: 10px 12px; font-size: 13px; box-shadow: none; }
        .post-submit-progress {
            display: none;
            margin: -2px 0 12px;
            padding: 8px 10px;
            border-radius: 12px;
            border: 1px solid #d3e2f4;
            background: #f4f8ff;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        .post-submit-progress.show { display: flex; }
        .post-submit-progress-text {
            font-size: 20px;
            font-weight: 700;
            color: #1b4f8f;
        }
        .post-submit-progress-badge {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            border: 2px solid #2d7cf3;
            background: #2d7cf3;
            color: #fff;
            font-size: 15px;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            letter-spacing: .2px;
        }
        .post-submit-confirmation {
            display: none;
            margin-top: 12px;
            border: 1px solid #d2e2f4;
            border-radius: 14px;
            background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
            padding: 16px 14px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .post-submit-confirmation.show { display: block; }
        .post-submit-title {
            margin: 6px 0 12px;
            font-size: 14px;
            line-height: 1.2;
            color: #0f3e76;
            border: 1px solid #ff5a5a;
            border-radius: 10px;
            padding: 10px 12px;
            background: rgba(255, 234, 234, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 67, 67, 0.42);
            animation: warningGlowPulse 1.6s ease-in-out infinite;
        }
        .post-submit-note {
            margin: 0 0 12px;
            font-size: 12px;
            line-height: 1.45;
            color: #3f5877;
        }
        @keyframes warningGlowPulse {
            0% {
                border-color: #ff7d7d;
                box-shadow: 0 0 0 0 rgba(255, 67, 67, 0.36), 0 0 10px rgba(255, 67, 67, 0.14);
            }
            50% {
                border-color: #ff2f2f;
                box-shadow: 0 0 0 2px rgba(255, 67, 67, 0.22), 0 0 18px rgba(255, 67, 67, 0.36);
            }
            100% {
                border-color: #ff7d7d;
                box-shadow: 0 0 0 0 rgba(255, 67, 67, 0.36), 0 0 10px rgba(255, 67, 67, 0.14);
            }
        }
        .post-submit-benefits {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 12px;
            align-items: center;
            text-align: left;
            border: 1px solid #d5e4f5;
            border-radius: 12px;
            background: #fff;
            padding: 11px 12px;
            margin: 0 0 14px;
        }
        .post-submit-timer-wrap {
            width: 88px;
            height: 88px;
            display: grid;
            place-items: center;
        }
        .post-submit-timer-ring {
            --p: 100;
            --timer-color: #1f9d63;
            width: 88px;
            height: 88px;
            border-radius: 50%;
            background: conic-gradient(var(--timer-color) calc(var(--p) * 1%), #dbe7f5 0%);
            display: grid;
            place-items: center;
            box-shadow: inset 0 0 0 1px rgba(15, 62, 118, 0.1);
            transition: background .35s ease;
        }
        .post-submit-timer-inner {
            width: 66px;
            height: 66px;
            border-radius: 50%;
            background: #fff;
            display: grid;
            place-items: center;
        }
        .post-submit-timer {
            font-size: 20px;
            line-height: 1;
            font-weight: 800;
            letter-spacing: .8px;
            color: #1b4f8f;
            font-variant-numeric: tabular-nums;
        }
        .post-submit-benefits-copy h4 {
            margin: 0 0 6px;
            font-size: 13px;
            color: #0f3e76;
        }
        .post-submit-benefits-copy ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 4px;
        }
        .post-submit-benefits-copy li {
            position: relative;
            padding-left: 20px;
            font-size: 12px;
            color: #385170;
            line-height: 1.35;
        }
        .post-submit-benefits-copy li::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 0;
            color: #1f9d63;
            font-weight: 800;
        }
        .post-submit-actions {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
        }
        .post-submit-actions-title {
            margin: 0 0 8px;
            font-size: 14px;
            line-height: 1.3;
            color: #0f3e76;
        }
        .post-submit-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            border-radius: 12px;
            padding: 11px 14px;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
            box-shadow: 0 10px 22px rgba(15, 62, 118, 0.25);
            animation: confirmBtnPulse 1.35s ease-in-out infinite;
        }
        .post-submit-btn .btn-icon {
            width: 18px;
            height: 18px;
            display: inline-flex;
            flex: 0 0 18px;
            margin-right: 8px;
        }
        .post-submit-btn .btn-icon svg {
            width: 18px;
            height: 18px;
            display: block;
        }
        .post-submit-btn.messenger { background: linear-gradient(145deg, #00b2ff, #006aff); }
        .post-submit-btn.telegram {
            background: linear-gradient(145deg, #2ca5e0, #0b7fcc);
            animation-delay: .2s;
        }
        .post-submit-btn:hover,
        .post-submit-btn:focus-visible {
            transform: translateY(-1px);
            box-shadow: 0 14px 28px rgba(15, 62, 118, 0.32);
        }
        .post-submit-btn:focus-visible {
            outline: 2px solid #9ac3ff;
            outline-offset: 2px;
        }
        .post-submit-confetti {
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 1;
        }
        .post-submit-title,
        .post-submit-note,
        .post-submit-benefits,
        .post-submit-actions-title,
        .post-submit-actions {
            position: relative;
            z-index: 2;
        }
        @keyframes confirmBtnPulse {
            0% {
                transform: translateY(0) scale(1);
                box-shadow: 0 10px 22px rgba(15, 62, 118, 0.25);
            }
            40% {
                transform: translateY(-2px) scale(1.02);
                box-shadow: 0 14px 28px rgba(15, 62, 118, 0.33);
            }
            100% {
                transform: translateY(0) scale(1);
                box-shadow: 0 10px 22px rgba(15, 62, 118, 0.25);
            }
        }

        .form-trust {
            margin-top: 14px;
            padding-top: 12px;
            border-top: 1px solid #deebfa;
            display: flex;
            justify-content: center;
            gap: 14px;
            flex-wrap: wrap;
        }
        .form-trust-item { display: flex; align-items: center; gap: 4px; font-size: 10px; color: var(--text-soft); }
        .rodo-badge {
            display: inline-flex; align-items: center;
            border: 1px solid #b9d6fb;
            background: #eef6ff;
            color: #1a4d8f;
            font-size: 10px;
            font-weight: 700;
            border-radius: 6px;
            padding: 2px 7px;
        }
        .form-footer { text-align: center; margin-top: 10px; font-size: 11px; color: var(--text-soft); }
        .form-trust-rotator {
            margin-top: 12px;
            border: 1px solid #d7e4f5;
            background: #f4f8ff;
            border-radius: 12px;
            padding: 8px 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 42px;
        }
        .trust-rotator-icon {
            width: 26px;
            height: 26px;
            border-radius: 8px;
            background: #e5effc;
            color: #0f3e76;
            display: grid;
            place-items: center;
            font-size: 14px;
            flex-shrink: 0;
            transition: opacity .42s ease, transform .42s ease;
        }
        .trust-rotator-text {
            color: #103a6d;
            font-size: 12px;
            font-weight: 600;
            line-height: 1.2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
            transition: opacity .42s ease, transform .42s ease;
        }
        .form-trust-rotator.is-changing .trust-rotator-icon,
        .form-trust-rotator.is-changing .trust-rotator-text {
            opacity: 0;
            transform: translateY(4px);
        }

        .viewing-now {
            margin-top: 14px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            color: var(--text-soft);
            line-height: 1.2;
        }

        .live-notif {
            position: fixed;
            bottom: 84px;
            left: 12px;
            right: 12px;
            max-width: 320px;
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 12px;
            box-shadow: var(--shadow-lg);
            padding: 10px 12px;
            display: flex;
            gap: 10px;
            align-items: center;
            transform: translateY(130%);
            opacity: 0;
            transition: .25s ease;
            z-index: 120;
        }
        .live-notif.show { transform: translateY(0); opacity: 1; }
        .live-notif-icon {
            width: 28px; height: 28px; border-radius: 50%;
            display: grid; place-items: center;
            background: #e8f2ff;
            color: #1a4d8f;
            font-size: 12px;
        }
        .live-notif-text { font-size: 12px; }
        .live-notif-time { font-size: 10px; color: var(--text-soft); }

        .mobile-cta {
            position: fixed;
            left: 0; right: 0; bottom: 0;
            z-index: 140;
            display: none;
            padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
            background: rgba(255, 255, 255, 0.98);
            border-top: 1px solid #d9e6f6;
            box-shadow: 0 -8px 24px rgba(8,34,71,.1);
        }
        .mobile-cta.show { display: block; }
        .mobile-cta button {
            width: 100%;
            border: none;
            border-radius: 12px;
            padding: 13px;
            font-size: 14px;
            font-weight: 700;
            font-family: inherit;
            background: linear-gradient(145deg, #0f3e76, #1d5ea8);
            color: #fff;
            cursor: pointer;
        }
        .mobile-cta small {
            display: block;
            text-align: center;
            margin-top: 3px;
            color: var(--text-soft);
            font-size: 10px;
        }
        .mobile-reminder-link {
            display: block;
            color: #1a4d8f;
            width: 100%;
            margin-top: 6px;
            text-align: center;
            text-decoration: underline;
            text-underline-offset: 2px;
            font-size: 13px;
            font-weight: 600;
            padding: 2px 0 0;
            cursor: pointer;
        }
        .chat-btns {
            position: fixed;
            right: 14px;
            bottom: calc(16px + var(--mobile-cta-offset));
            z-index: 130;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 6px;
            transition: bottom .25s ease;
        }
        .chat-btns.pushed-up { bottom: calc(16px + var(--mobile-cta-offset)); }
        .chat-label {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 10px;
            padding: 6px 10px;
            font-size: 11px;
            box-shadow: var(--shadow);
        }
        .chat-icons { display: flex; flex-direction: column; gap: 8px; }
        .chat-btn {
            width: 46px; height: 46px;
            border-radius: 12px;
            background: #fff;
            border: 1px solid var(--line);
            display: grid; place-items: center;
            box-shadow: var(--shadow);
            text-decoration: none;
        }
        .chat-btn svg { width: 22px; height: 22px; fill: #1a4d8f; }

        .reminder-open { overflow: hidden; }
        .reminder-modal {
            position: fixed;
            inset: 0;
            z-index: 240;
            display: none;
            pointer-events: none;
        }
        .reminder-modal.show { display: block; pointer-events: auto; }
        .reminder-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(8, 24, 44, 0.72);
            backdrop-filter: blur(3px);
        }
        .reminder-card {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: min(540px, calc(100vw - 24px));
            background: #fff;
            border: 1px solid #d6e1ee;
            border-radius: 18px;
            box-shadow: 0 18px 48px rgba(8, 34, 71, 0.28);
            padding: 20px 18px 18px;
            color: #13233b;
        }
        .reminder-close {
            position: absolute;
            right: 10px;
            top: 10px;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid #d6e1ee;
            background: #f6f9ff;
            color: #355880;
            font-size: 18px;
            line-height: 1;
            cursor: pointer;
        }
        .reminder-badge {
            display: inline-block;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: .08em;
            text-transform: uppercase;
            border-radius: 999px;
            border: 1px solid #c8dbf7;
            background: #eef5ff;
            color: #0f3e76;
            padding: 4px 8px;
            margin-bottom: 8px;
        }
        .reminder-card h3 {
            font-size: 24px;
            line-height: 1.2;
            margin: 0 26px 8px 0;
        }
        .reminder-text {
            margin: 0;
            color: #4d6482;
            font-size: 14px;
            line-height: 1.5;
        }
        .reminder-form {
            margin-top: 14px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .reminder-form label {
            font-size: 12px;
            color: #355880;
            font-weight: 700;
        }
        .reminder-form input,
        .reminder-form select {
            width: 100%;
            border: 1px solid #c8d7ea;
            border-radius: 11px;
            padding: 12px 13px;
            font-size: 14px;
            background: #f9fbff;
            color: #13233b;
            outline: none;
        }
        .reminder-form input:focus,
        .reminder-form select:focus {
            border-color: #2d7cf3;
            box-shadow: 0 0 0 3px rgba(45, 124, 243, 0.12);
            background: #fff;
        }
        .reminder-form button {
            margin-top: 4px;
            border: none;
            background: linear-gradient(145deg, #0f3e76, #2d7cf3);
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            padding: 12px;
            border-radius: 12px;
            cursor: pointer;
        }
        .reminder-form button:disabled {
            opacity: .7;
            cursor: default;
        }
        .reminder-status {
            margin: 2px 0 0;
            min-height: 20px;
            font-size: 12px;
            color: #2b4f78;
        }
        .reminder-status.success { color: #146b49; }
        .reminder-status.error { color: #a63838; }
        .reminder-help {
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1px solid #e2ebf6;
        }
        .reminder-help-text {
            margin: 0 0 10px;
            color: #4d6482;
            font-size: 13px;
            line-height: 1.45;
            text-align: center;
        }
        .reminder-help-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }
        .reminder-help-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px 12px;
            border-radius: 12px;
            text-decoration: none;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
        }
        .reminder-help-btn .icon { display: inline-flex; width: 18px; height: 18px; }
        .reminder-help-btn .icon svg { width: 18px; height: 18px; display: block; }
        .reminder-help-btn.messenger { background: linear-gradient(145deg, #00b2ff, #006aff); }
        .reminder-help-btn.telegram { background: #26a5e4; }
        .footer {
            margin-top: 16px;
            background: #eaf1fb;
            border-top: 1px solid #d0deef;
            text-align: center;
            padding: 18px 16px 86px;
            font-size: 11px;
            color: var(--text-soft);
        }
        .footer a { color: var(--text-soft); text-decoration: none; margin: 0 10px; }

        .loading-overlay {
            position: fixed;
            inset: 0;
            background: rgba(243,246,251,0.96);
            z-index: 220;
            display: none;
            pointer-events: none;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        .loading-overlay.show { display: flex; pointer-events: auto; }
        .loading-spinner {
            width: 40px; height: 40px;
            border: 3px solid #d3e2f7;
            border-top-color: #1d5ea8;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        .loading-text { margin-top: 12px; color: #1d5ea8; font-size: 14px; }
        @keyframes spin { to { transform: rotate(360deg); } }
        .confetti-container { position: fixed; inset: 0; pointer-events: none; z-index: 221; }
        .confetti-piece { position: absolute; width: 8px; height: 8px; opacity: 0; }

        @media (prefers-reduced-motion: reduce) {
            * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
            .reviews-track { animation: none !important; }
            .dot { animation: none !important; }
        }

        @media (min-width: 900px) {
            .hero { text-align: left; padding: 40px 18px 30px; }
            .hero-inner { padding: 0 14px; }
            .hero-layout { grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 24px; align-items: center; }
            .hero-main, .hero-compare { min-height: 380px; }
            .hero-main { justify-content: center; }
            .trust-chip { margin-left: 0; margin-right: 0; }
            .hero-desc { margin-left: 0; margin-right: 0; }
            .hero-pills { justify-content: flex-start; }
            .hero-meta { justify-content: flex-start; }
            .hero-quick-cta { align-self: flex-start; }
            .hero-cta-wrap { max-width: 420px; }
            .hero-quick-cta.primary { border-radius: 11px; padding: 14px; }
            .main { margin-top: 26px; padding-bottom: 48px; }
            .layout { grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: start; gap: 22px; }
            .form-column { position: sticky; top: 18px; align-self: start; }
            .warn-grid { grid-template-columns: 1fr 1fr 1fr 1fr; }
            .faq-wrap { grid-template-columns: 1fr 1fr; }
            .features-list { grid-template-columns: 1fr; }
            .process-flow { grid-template-columns: 1fr 1fr; gap: 12px; }
            .process-step {
                min-height: 76px;
                padding: 9px 11px;
            }
            .step-card-title { font-size: 16px; }
            .step-card-desc { font-size: 13px; line-height: 1.4; }
            .reviews-card { margin-bottom: 28px; }
            .faq-full { margin-top: 22px; }
            .comp-stack { grid-template-columns: 1fr 1fr; }
            .cat-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .footer { padding-bottom: 26px; }
            .chat-btns.pushed-up { bottom: 16px; }
            .chat-icons { flex-direction: row; gap: 10px; }
        }
        @media (max-width: 899px) {
            .main { padding-bottom: 16px; }
            .upload-pair { grid-template-columns: 1fr; }
            .form-sticky-trust {
                display: none;
            }
            .form-row-3 { grid-template-columns: 1fr; }
            .form-input[type="date"] {
                -webkit-appearance: none;
                appearance: none;
                padding-right: 42px;
                font-size: 16px;
            }
            .form-input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; }
            .date-icon { display: block; }
            .hero-compare { margin-top: 6px; }
            .hero-main { text-align: center; }
            .hero-cta-wrap { max-width: none; }
            .form-column { position: static; }
            .trust-chip { margin-left: auto; margin-right: auto; }
            .hero-pills {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 8px;
                width: 100%;
            }
            .hero-pill {
                min-width: 0;
                padding: 10px 8px;
            }
            .hero-pill-num { font-size: 22px; }
            .hero-pill-label { font-size: 10px; }
            .process-flow { grid-template-columns: 1fr; }
            .process-step {
                min-height: auto;
                display: grid;
                grid-template-columns: 40px 1fr;
                grid-template-rows: auto auto;
                column-gap: 12px;
                row-gap: 2px;
                align-items: start;
                padding: 10px;
                border-radius: 12px;
                border: 1px solid #e8eff8;
                background: var(--surface-alt);
                box-shadow: none;
            }
            .process-icon {
                width: 40px;
                height: 40px;
                min-width: 40px;
                border-radius: 10px;
                font-size: 21px;
                box-shadow: none;
                grid-column: 1;
                grid-row: 1 / span 2;
            }
            .feat-row {
                display: grid;
                grid-template-columns: 40px 1fr;
                column-gap: 12px;
                align-items: start;
                padding: 10px;
            }
            .feat-icon {
                width: 40px;
                height: 40px;
                min-width: 40px;
                border-radius: 10px;
            }
            .feat-text { font-size: 15px; line-height: 1.25; }
            .feat-text small { margin-top: 3px; line-height: 1.35; }
            .step-card-title {
                font-size: 15px;
                margin: 0;
                line-height: 1.25;
                grid-column: 2;
                grid-row: 1;
            }
            .step-card-desc {
                margin: 2px 0 0;
                font-size: 13px;
                line-height: 1.35;
                grid-column: 2;
                grid-row: 2;
            }
            .live-notif {
                top: 12px;
                bottom: auto;
                left: 50%;
                right: auto;
                width: min(92vw, 340px);
                max-width: none;
                transform: translate(-50%, -130%);
            }
            .live-notif.show { transform: translate(-50%, 0); }
            .chat-btns {
                right: max(10px, env(safe-area-inset-right));
                bottom: calc(12px + env(safe-area-inset-bottom) + var(--mobile-cta-offset));
                left: auto;
            }
            .chat-btns.pushed-up { bottom: calc(12px + env(safe-area-inset-bottom) + var(--mobile-cta-offset)); }
            .chat-icons {
                flex-direction: row;
                gap: 4px;
            }
            .reviews-slider { height: 360px; }
            .faq-full { margin-top: 18px; }
            .footer { margin-top: 6px; }
            .submit-recover { flex-direction: column; align-items: stretch; }
            .post-submit-benefits {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .post-submit-timer-wrap {
                width: 100%;
            }
            .post-submit-benefits-copy li {
                text-align: left;
            }
            .reminder-card h3 { font-size: 21px; }
            .reminder-help-actions { grid-template-columns: 1fr; }
        }



