 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background-color: #f5f7fc;
            color: #1a1f36;
            line-height: 1.45;
        }
        .fa-unlock-alt::before, .fa-unlock-keyhole::before {
  content: "\f13e";
  color: #224088;
}
.fa-drivers-license::before, .fa-id-card::before {
  content: "\f2c2";
  color: #224088;
}
.popup-close {
    position: relative;
  top: -24px;
  right: -11px;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  float: right;
}

.popup-close:hover {
    color: #333;
}
        .only_pk{
            display: block;
        }
        .section-info h2{
            font-size: 2rem;
            text-align: center;
        }
        .container.header-inner {
          background: #f1f4fd;
            }
        .social-link.viber {
          background: #665CAC;
           color: white;
       }
       .social-link.telegram {
         background: #26A5E4;
          color: white;
       }
        .social-link.whatsapp {
          background: #4ecd5c;
           color: white;
       }

        .container {
            max-width: 1280px;
            width: 100%;
            margin: 0 auto;
            padding: 0 1rem;
        }

        /* ========== HEADER ========== */
        .header {
            background: white;
            box-shadow: 0 1px 4px rgba(0,0,0,0.05);
            top: 0;
            z-index: 100;
        }

        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px;
        }

        .logo {
            font-size: 26px;
            font-weight: 800;
            background: linear-gradient(135deg, #0a1a4a 0%, #2a4e9e 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .logo img{
            max-width: 180px;
        }

        .contacts {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }

        .phone {
            font-size: 18px;
            font-weight: 600;
            color: #0a1a4a;
            text-decoration: none;
            white-space: nowrap;

            color: white;
            width: 30px;
            height: 30px;
            background: #ffef00;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 18px;
            transition: 0.2s;
        }

        .social-icons {
            display: flex;
            gap: 10px;
        }

        .social-icons a {
            width: 30px;
            height: 30px;
            background: #f0f2f5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 18px;
            transition: 0.2s;
        }

        .social-icons a:hover {
            transform: scale(1.05);
        }

        .btn-primary {
            background: linear-gradient(135deg, #0a1a4a, #2a4e9e);
            color: white;
            border: none;
            padding: 12px 28px;
            border-radius: 10px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            white-space: nowrap;
        }

        .btn-primary:hover {
            opacity: 0.92;
            transform: translateY(-1px);
        }

        /* ========== HERO ========== */
        .hero {
            background: #fff;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 48px;
            padding: 60px 0;
        }
        .hero-mobile{
                display: none;
            }

        .hero-content {
            flex: 1;
            display: grid;
        }

        .hero h1 {
            font-size: 4rem;
            font-weight: 800;
            background: linear-gradient(135deg, #0a1a4a, #1e3a8a);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 20px;
        }
            .bg_blue h2 {
            color: white;
            }

        .hero p {
            font-size: 20px;
            color: #4a5568;
            margin-bottom: 28px;
        }

        .badge-list {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 32px;
        }

        .badge {
            background: white;
            padding: 8px 18px;
            border-radius: 40px;
            font-weight: 500;
            font-size: 16px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .badge::before {
            /*content: "●";*/
            color: #2a4e9e;
            font-size: 10px;
        }

        .hero-image {
            flex: 1;
            background: linear-gradient(145deg, #eef2ff, white);
            background-image: url("../img/task_01kbghrws7e5j8h.png");
            background-size: cover;
            border-radius: 32px;
            padding: 32px;
            text-align: center;
            width: round(384px * var(--zoom, 1), 1px);
            height: round(561px * var(--zoom, 1), 1px);
        }
        .hero-image_footer {
            flex: 1;
            background: linear-gradient(145deg, #eef2ff, white);
            background-image: url("../img/6_1-Photoroom.png");
            background-size: cover;
            border-radius: 32px;
            padding: 32px;
            text-align: center;
            width: round(324px * var(--zoom, 1), 1px);
            height: round(441px * var(--zoom, 1), 1px);
            margin: auto;
        }
        

        .hero-image img {
            max-width: 100%;
            height: auto;
            border-radius: 20px;
        }

        /* ========== STEPS ========== */
        .steps {
            background: white;
            padding: 60px 20px;
            text-align: center;
        }
        .bg_blue{
            background: linear-gradient(135deg, #0a1a4a, #2a4e9e);
        }

        .steps h2 {
            font-size: 36px;
            margin-bottom: 48px;
            color: #0a1a4a;
        }

        .steps-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
        }

        .step-card {
            background: #f8fafc;
            padding: 32px 24px;
            border-radius: 24px;
            flex: 1;
            min-width: 220px;
        }

        .step-num {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #0a1a4a, #2a4e9e);
            border-radius: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-weight: bold;
            font-size: 24px;
        }

        /* ========== INFO CARDS ========== */
        .info-cards {
            display: flex;
            flex-direction: column;
            gap: 24px;
            padding: 10px 0 40px 0;
        }

        .info-card {
            background: white;
            border-radius: 20px;
            padding: 28px 32px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }

        .info-card h3 {
            color: #0a1a4a;
            margin-bottom: 12px;
            font-size: 22px;
            font-weight: 600;
        }

        .info-card p {
            color: #4a5568;
            font-size: 16px;
            line-height: 1.5;
        }

        .info-card.highlight {
            background: #eef2ff;
            border-left: 5px solid #2a4e9e;
        }

        /* ========== BOTTOM BLUE BLOCK (без фото) ========== */
        .bottom-blue-block {
            background: linear-gradient(135deg, #0a1a4a, #1e3a8a);
            border-radius: 28px;
            padding: 48px 40px;
            margin: 20px 0 60px 0;
            text-align: center;
            color: white;
        }

        .bottom-blue-block h3 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 16px;
        }

        .bottom-blue-block p {
            font-size: 18px;
            margin-bottom: 32px;
            opacity: 0.9;
        }

        .bottom-blue-block .btn-white {
            background: white;
            color: #0a1a4a;
            padding: 14px 36px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            border: none;
            transition: 0.2s;
        }

        .bottom-blue-block .btn-white:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 14px rgba(0,0,0,0.2);
        }

        /* ========== CTA ========== */
        .cta {
            background: linear-gradient(135deg, #0a1a4a, #1e3a8a);
            margin: 20px 0 40px 0;
            border-radius: 32px;
            padding: 48px;
            text-align: center;
            color: white;
        }

        .cta h3 {
            font-size: 32px;
            margin-bottom: 16px;
        }

        .cta-buttons {
            display: flex;
            gap: 16px;
            justify-content: center;
            margin-top: 28px;
            flex-wrap: wrap;
        }

        .btn-white {
            background: white;
            color: #0a1a4a;
            padding: 12px 32px;
            border-radius: 40px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            cursor: pointer;
            border: none;
        }

        /* ========== FOOTER ========== */
        .footer {
            background: #0a0f1c;
            color: #94a3b8;
            padding: 40px 0;
            margin-top: 20px;
            font-size: 13px;
        }

        .footer-inner {
            text-align: center;
        }

        .footer-brand {
            font-weight: 700;
            font-size: 16px;
            color: white;
            margin-bottom: 8px;
        }

        .footer-info p {
            margin: 4px 0;
        }

        /* ========== POPUP ========== */
        .popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.6);
            align-items: center;
            justify-content: center;
            z-index: 200;
        }

        .popup-content {
            background: white;
            padding: 32px;
            border-radius: 28px;
            max-width: 440px;
            width: 90%;
            text-align: center;
        }

        .popup-content input {
            width: 100%;
            padding: 14px;
            margin: 12px 0;
            border: 1px solid #ddd;
            border-radius: 12px;
        }

        .close-popup {
            margin-top: 16px;
            background: none;
            border: none;
            color: #666;
            cursor: pointer;
        }

        /* Стили для секций */
        section {
            margin-bottom: 20px;
        }

        .section-hero {
            background: #fff;
            border-radius: 0;
        }

        .section-advantages {
            background: transparent;
        }

        .section-how-to-get {
            background: white;
            border-radius: 32px;
            margin: 20px 0;
        }

        .section-info {
            padding: 0;
        }

        .section-offer {
            margin: 20px 0 60px 0;
        }

        .section-cta {
            margin: 20px 0 40px 0;
        }

        /* ========== АДАПТИВ ========== */
        @media (max-width: 768px) {
            .logo img{
            max-width: 150px;
        }
              .hero-pk{
                display: none;
            }
            .hero h1{
                font-size: 2.5rem;
            }
            .hero-mobile{
                display: block;
            }
            .container.header-inner{
               background: #fff;
            }
             .only_pk{
            display: none;
        }
            .container {
                padding: 0 16px;
            }

            .header-inner {
                /*flex-direction: column;*/
                text-align: center;
            }

            .contacts {
                justify-content: center;
            }

            .phone {
                font-size: 16px;
            }

            .btn-primary {
                padding: 10px 20px;
                font-size: 14px;
            }

            .hero {
                flex-direction: column;
                padding: 40px 0;
                text-align: center;
            }
          
            
            /* Управление порядком элементов в мобильной версии */
            .hero-grid {
                display: flex;
                flex-direction: column;
            }
            
            /* hero-image будет после h1, но перед остальным контентом */
            .hero-content h1 {
                order: 1;
            }
            
            .hero-image {
                order: 2;
                width: round(250px * var(--zoom, 1), 1px);
                height: round(300px * var(--zoom, 1), 1px);
                margin: auto;
            }}
            .hero-content p {
                order: 3;
            }
            
            .badge-list {

                order: 4;
                justify-content: center;
            }
            
            .hero-content .btn-primary {
                order: 5;
            }

            .hero p {
                font-size: 24px;
            }

            .badge-list {
                justify-content: center;
            }

            .info-card {
                padding: 20px;
            }

            .info-card h3 {
                font-size: 18px;
            }

            .bottom-blue-block {
                padding: 32px 24px;
            }

            .bottom-blue-block h3 {
                font-size: 26px;
            }

            .bottom-blue-block p {
                font-size: 16px;
            }

            .cta {
                margin: 20px 0;
                padding: 32px 20px;
            }

            .cta h3 {
                font-size: 24px;
            }

            .section-how-to-get {
                margin: 20px 0;
            }
            
            .section-offer {
                margin: 20px 0 40px 0;
            }
        }

        @media (max-width: 480px) {
            .hero h1 {
                font-size: 34px;
            }

            .step-card {
                min-width: 100%;
            }

            .contacts {
                gap: 12px;
            }

            .social-icons a {
                width: 32px;
                height: 32px;
                font-size: 14px;
            }

            .bottom-blue-block h3 {
                font-size: 22px;
            }
        }

        /*MY_STYLES*/
        /* Hero Section */
        .hero {
            padding: 1rem 0;
        }
        
        .hero-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
            align-items: center;
        }

        @media (min-width: 769px) {
            .hero-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                align-items: center;
            }
            
            /* На десктопе убираем order, чтобы вернуть стандартное расположение */
            .hero-content h1,
            .hero-image,
            .hero-content p,
            .badge-list,
            .hero-content .btn-primary {
                order: unset;
            }
            
            .hero-image {
                margin: 0;
            }
        }

        .hero-content h1 {
            font-weight: bold;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }
        
        .accent-text {
            color: #000;
        }
        
        .hero-content p {
            font-size: 1.25rem;
            opacity: 0.9;
            margin-bottom: 2rem;
            font-weight: bold;
        }
        
        .features {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-bottom: 2rem;
        }
        
        .feature {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        
        .feature i {
            color: #fff;
        }
        
        .hero-button {
            background: linear-gradient(135deg, #000000 0%, #ba8f47 100%);
            color: white;
            padding: 1rem 2rem;
            border-radius: 0.5rem;
            border: none;
            font-size: 1.125rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
            box-shadow: 15px 15px 11px 0 rgba(0, 0, 0, .33);
        }
        
        .hero-button:hover {
            background: #33230a;
        }
        
        .calculator {
            background: white;
            border-radius: 1rem;
            padding: 2rem;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }
        
        .calculator h3 {
            font-size: 1.5rem;
            font-weight: bold;
            color: #1f2937;
            margin-bottom: 1.5rem;
        }
        
        .form-group {
            margin-bottom: 1.5rem;
        }
        
        .form-group label {
            display: block;
            color: #6b7280;
            margin-bottom: 0.5rem;
        }
        
        input[type="range"] {
            width: 100%;
            height: 6px;
            border-radius: 3px;
            background: #e5e7eb;
            color: light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
            outline: none;
        }
        .range-labels {
            display: flex;
            justify-content: space-between;
            color: #6b7280;
            font-size: 0.875rem;
            margin-top: 0.5rem;
        }
        
        .highlight {
            color: #60471d;
            font-weight: bold;
        }
        
        .result-box {
            background: #f9fafb;
            border-radius: 0.5rem;
            padding: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .result-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0.5rem;
        }
        
        .result-amount {
            font-size: 1rem;
            font-weight: bold;
            color: #60471d;
        }
        
        .result-note {
            font-size: 0.875rem;
            color: #6b7280;
        }
        
        .calculator-button {
            width: 100%;
            background: linear-gradient(135deg, #000000 0%, #ba8f47 100%);
            color: white;
            padding: 0.75rem;
            border-radius: 0.5rem;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            box-shadow: 15px 15px 11px 0 rgba(0, 0, 0, .33);
        }
        
        .calculator-button:hover {
            background: #000;
        }
        
        /* Sections */
        section {
            padding: 2rem 0;
        }
        
        .section-title {
            font-size: 1.875rem;
            font-weight: bold;
            text-align: center;
            color: #fff;
            margin-bottom: 3rem;
        }
        
        .section-title_feedback, .section-title_wy_we {
            font-size: 1.875rem;
            font-weight: bold;
            text-align: center;
            color: #000;
            margin-bottom: 3rem;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }
         .footer_hero_big-text {
            font-size: 38px;
            font-weight: 800;
            background: linear-gradient(135deg, #0a1a4a, #1e3a8a);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 20px;
        }