/*!
 * V8 Classic Landing Critical CSS — ps02 birebir klon
 * Extract: 2026-06-01 (HTML 37KB → 24KB için inline → external)
 * Cache: Cloudflare 1ay edge + browser long-cache
 */
        *, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; }
        html { line-height: 1.5; -webkit-text-size-adjust: 100%; }
        body {
            margin: 0;
            overflow-x: hidden;
            overscroll-behavior-y: contain;
            -webkit-overflow-scrolling: touch;
            font-family: 'Source Sans Pro', system-ui, -apple-system, Segoe UI, sans-serif;
            background: #f3e4dc;
            color: #1a1a1a;
        }
        [x-cloak] { display: none !important; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; }

        /* Yapı */
        .v8-wrap {
            max-width: 520px;
            margin: 0 auto;
            background: #fff;
            min-height: 100vh;
            box-shadow: 0 0 24px rgba(0,0,0,0.06);
        }

        /* Görsel zinciri */
        .v8-image-link { display: block; line-height: 0; }
        .v8-image-link img { width: 100%; height: auto; display: block; }

        /* Sayaç + Stok — ps02 birebir klon */
        .v8-counters-wrap {
            background: #fff;
            padding: 16px 8px 12px;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            gap: 16px;
            flex-wrap: nowrap;
        }
        .v8-cd-block, .v8-st-block { text-align: center; }
        .v8-cd-title {
            font-size: 14px;
            font-weight: 900;
            color: #00346c;
            margin: 0 0 6px;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            line-height: 1.2;
        }
        .v8-cd-row { display: flex; gap: 4px; justify-content: center; }
        .v8-cd-cell, .v8-st-cell {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 0;
        }
        .v8-cd-lbl {
            font-size: 10px;
            font-weight: 700;
            color: #00346c;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            margin-bottom: 3px;
        }
        .v8-cd-num {
            min-width: 52px;
            height: 52px;
            padding: 0 8px;
            background: #ed1c24;
            color: #fff;
            font-size: 26px;
            font-weight: 900;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            line-height: 1;
            font-variant-numeric: tabular-nums;
        }
        .v8-st-num {
            min-width: 52px;
            height: 52px;
            padding: 0 10px;
            background: #00346c;
            color: #fff;
            font-size: 26px;
            font-weight: 900;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            line-height: 1;
            font-variant-numeric: tabular-nums;
        }
        @media (max-width: 380px) {
            .v8-cd-num, .v8-st-num { min-width: 40px; height: 44px; font-size: 19px; padding: 0 4px; }
            .v8-cd-title { font-size: 11px; letter-spacing: 0.2px; }
            .v8-cd-lbl { font-size: 9px; }
            .v8-counters-wrap { gap: 10px; padding: 12px 6px 10px; }
            .v8-cd-row { gap: 2px; }
        }

        /* ═══ YORUM BÖLÜMÜ — ps02 sade tarzı ═══ */
        .v8-reviews {
            background: #fff;
            padding: 16px 12px;
            border-top: 1px solid #e9ecef;
        }
        .v8-reviews-title {
            font-size: 16px;
            font-weight: 800;
            color: #1a1a1a;
            margin: 0 0 4px;
            text-align: center;
        }
        .v8-reviews-subline {
            font-size: 12px;
            color: #6c757d;
            text-align: center;
            margin-bottom: 14px;
        }
        .v8-rev-item {
            display: flex;
            gap: 10px;
            padding: 10px 0;
            border-bottom: 1px solid #f1f3f5;
        }
        .v8-rev-item:last-child { border-bottom: 0; }
        .v8-rev-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #02BCC6;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 15px;
            flex-shrink: 0;
        }
        .v8-rev-body { flex: 1; min-width: 0; }
        .v8-rev-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            margin-bottom: 3px;
        }
        .v8-rev-name {
            font-size: 13px;
            font-weight: 700;
            color: #1a1a1a;
        }
        .v8-rev-time {
            font-size: 11px;
            color: #adb5bd;
        }
        .v8-rev-stars {
            color: #f5a73a;
            font-size: 13px;
            letter-spacing: 1px;
            line-height: 1;
            margin-bottom: 4px;
        }
        .v8-rev-text {
            font-size: 13px;
            color: #495057;
            line-height: 1.4;
        }
        /* Yorum görseli — ps02/tiktok-projeksiyon stili (küçük thumb, tıklanır) */
        .v8-rev-imglink {
            display: inline-block;
            margin-top: 6px;
            line-height: 0;
        }
        .v8-rev-img {
            width: 84px;
            height: 84px;
            object-fit: cover;
            border-radius: 6px;
            border: 1px solid #e9ecef;
            display: block;
            cursor: pointer;
        }
        .v8-rev-img:hover { opacity: 0.85; }
        .v8-rev-verified {
            display: inline-block;
            margin-top: 4px;
            font-size: 10px;
            color: #1a7e3a;
            font-weight: 700;
        }

        /* ========================================
           FORM (ps02 birebir klon)
           ======================================== */
        .v8-form {
            background: #fff;
            padding: 16px 14px 20px;
        }
        .v8-form-title {
            font-size: 22px;
            font-weight: 800;
            color: #1a1a1a;
            margin: 0 0 14px;
            text-align: left;
            letter-spacing: -0.3px;
        }
        .v8-input-wrap {
            background: #f5f5f7;
            border-bottom: 1px solid #d8d8d8;
            margin-bottom: 6px;
        }
        .v8-input {
            width: 100%;
            padding: 14px 12px;
            font-size: 15px;
            border: 0;
            background: transparent;
            color: #1a1a1a;
            -webkit-appearance: none;
            font-family: inherit;
        }
        .v8-input::placeholder { color: #888; }
        .v8-input:focus { outline: none; background: #ebf6f7; }
        textarea.v8-input { min-height: 70px; resize: vertical; line-height: 1.4; }

        /* Ödeme tipi — ps02 tarzı 2 yatay radyo */
        .v8-pm-row {
            display: flex;
            gap: 0;
            margin: 16px 0 14px;
            padding: 6px 0;
        }
        .v8-pm-item {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            padding: 6px 4px;
        }
        .v8-pm-item input[type=radio] {
            width: 20px;
            height: 20px;
            accent-color: #00346c;
            flex-shrink: 0;
            margin: 0;
        }
        .v8-pm-item-label {
            font-size: 14px;
            font-weight: 600;
            color: #1a1a1a;
        }

        /* Bölüm başlığı */
        .v8-section-title {
            font-size: 19px;
            font-weight: 800;
            color: #1a1a1a;
            margin: 8px 0 12px;
            letter-spacing: -0.2px;
        }

        /* ========================================
           PAKET KARTI (ps02 birebir klon)
           ======================================== */
        .v8-package {
            display: flex;
            align-items: stretch;
            background: #fdf6f0;
            border: 2px solid transparent;
            border-radius: 8px;
            margin-bottom: 12px;
            cursor: pointer;
            overflow: hidden;
            position: relative;
            transition: border-color 0.15s;
            min-height: 110px;
        }
        .v8-package.checked {
            border-color: #ed1c24;
        }
        .v8-pkg-radio {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 8px 0 12px;
            flex-shrink: 0;
        }
        .v8-pkg-radio input[type=radio] {
            width: 22px;
            height: 22px;
            accent-color: #00346c;
            margin: 0;
        }
        .v8-pkg-imgs {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            padding: 8px 6px;
            width: 110px;
            position: relative;
        }
        .v8-pkg-imgs img {
            width: 60px;
            height: 60px;
            object-fit: contain;
            display: block;
        }
        /* Adet kadar çoklu görsel — slight overlap, dekoratif rotate */
        .v8-pkg-imgs.qty-2 img:nth-child(2) { margin-left: -22px; transform: rotate(0deg); }
        .v8-pkg-imgs.qty-3 img:nth-child(2) { margin-left: -22px; }
        .v8-pkg-imgs.qty-3 img:nth-child(3) { margin-left: -22px; }
        .v8-pkg-imgs.qty-3 img { width: 52px; height: 52px; }
        .v8-pkg-imgs.qty-4 img,
        .v8-pkg-imgs.qty-5 img,
        .v8-pkg-imgs.qty-6 img { width: 44px; height: 44px; }
        .v8-pkg-imgs.qty-4 img + img,
        .v8-pkg-imgs.qty-5 img + img,
        .v8-pkg-imgs.qty-6 img + img { margin-left: -18px; }

        .v8-pkg-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            min-width: 0;
        }
        .v8-pkg-banner {
            background: #f5a73a;
            color: #fff;
            font-weight: 800;
            font-size: 12px;
            padding: 6px 10px;
            line-height: 1.25;
            letter-spacing: 0.2px;
        }
        .v8-pkg-banner span { display: block; }
        .v8-pkg-body {
            padding: 8px 12px 10px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        /* ps02 birebir: iki fiyat YAN YANA (eski üstü çizili + yeni büyük kırmızı) */
        .v8-pkg-prices {
            display: flex;
            align-items: baseline;
            gap: 10px;
            flex-wrap: wrap;
        }
        .v8-pkg-old-price {
            color: #00346c;
            text-decoration: line-through;
            font-size: 18px;
            font-weight: 700;
            line-height: 1;
        }
        .v8-pkg-price {
            color: #ed1c24;
            font-size: 24px;
            font-weight: 900;
            line-height: 1;
        }
        .v8-pkg-ship {
            font-size: 11px;
            color: #00346c;
            margin-top: 3px;
            font-weight: 700;
        }
        .v8-pkg-ship.free { color: #1a7e3a; }

        @media (max-width: 380px) {
            .v8-pkg-imgs { width: 90px; padding: 8px 4px; }
            .v8-pkg-imgs img { width: 50px; height: 50px; }
            .v8-pkg-imgs.qty-3 img { width: 42px; height: 42px; }
            .v8-pkg-banner { font-size: 11px; padding: 5px 8px; }
            .v8-pkg-price { font-size: 20px; }
            .v8-pkg-old-price { font-size: 15px; }
        }

        /* Submit butonu — ps02 turuncu */
        .v8-submit {
            width: 100%;
            padding: 16px;
            background: #f5a73a;
            color: #fff;
            font-size: 19px;
            font-weight: 800;
            border: 0;
            border-radius: 8px;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 16px;
            box-shadow: 0 4px 0 #d68a1d;
            transition: all 0.1s;
        }
        .v8-submit:active {
            transform: translateY(2px);
            box-shadow: 0 2px 0 #d68a1d;
        }
        .v8-submit:disabled { opacity: 0.6; cursor: not-allowed; }

        /* Trust/Bilgi */
        .v8-trust {
            background: #fff;
            padding: 12px;
            text-align: center;
            font-size: 11px;
            color: #00346c;
            line-height: 1.5;
        }
        .v8-trust strong { color: #ed1c24; }
