html{
font-size:62.5%
}
.container{
max-width:1200px;
margin:0 auto;
padding:0 1.6rem
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fafafa;
}
.zagolovok {
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin-top: 4rem;
    font-size: 2.6rem;
}
.content {
    margin-top: 3rem;
}
.kupon {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    gap: 0rem;
    background: #fff;
    font-weight: 700;
    padding: 2rem 2rem 2rem 2rem;
    margin-top: 3rem;
}

.rub {
    color: #388E3C;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: left;
    align-items: center;
    background: #fff;
    margin-top: 1rem;
}

.divider {
  width: 1px;
  height: 5rem;
  margin: 0 15px; 
}
.text_kupon {
     display: flex;
     flex-direction: column;
     flex: 1 1 300px; /* растягиваться, сжиматься, базовый размер 300px */
    min-width: 200px;
     background: #fff;
     margin-left: 0; /* убираем возможные отступы */
    padding-left: 0;
}
.text_kupon1 {
    font-size: 2.2rem;

}
.text_kupon2 {
    font-size: 1.8rem;
    color: #333;
    font-weight: 400;
    margin-right: 5rem;

}

.nice-btn {
  display: flex;
  align-items: center;
  padding: 10px 40px;
  background-color: #4CAF50; /* зеленый */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: background-color 0.3s;
  width: auto;
  height: 8rem;
  margin-left: auto;

}
@media (max-width: 844px) {
.nice-btn  {
    display: flex;
    margin-right: auto;
    margin-top: 2rem;
}


}
.nice-btn:hover {
  background-color: #45a049;
  cursor: pointer;
}

.text {
    margin-top: 10rem;
}
.seo_text {
    font-size: 1.6rem;
}
.seo_text2 {
    margin-top: 5rem;
    font-size: 1.6rem;
    
}
.otstup {
    margin-bottom: 2rem;
}
.font{
    font-size: 1.6rem;
}

.h2{
    margin-bottom: 2rem;
    font-size: 2.6rem;
}

th, td {
 
  border: 1px solid #333;     
  padding: 8px 12px; 
          
}

        /* типографика */
        h1 {
            font-size: 3.9rem;
            font-weight: 700;
            letter-spacing: -0.3px;
            background: linear-gradient(135deg, #111827, #2d3a4b);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            margin-bottom: 12px;
            line-height: 1.2;
        }

        .badge-trust {
            display: inline-block;
            background: #eef2ff;
            color: #1e40af;
            font-size: 0.8rem;
            font-weight: 600;
            padding: 6px 14px;
            border-radius: 40px;
            margin-bottom: 20px;
            backdrop-filter: blur(2px);
        }

        .lead-text {
            font-size: 1.05rem;
            color: #334155;
            border-left: 4px solid #ff6b35;
            padding-left: 18px;
            margin: 16px 0 24px 0;
            background: #fef9f5;
            border-radius: 0 20px 20px 0;
            line-height: 1.4;
        }

        .section-title {
            font-size: 1.6rem;
            font-weight: 700;
            margin: 40px 0 16px 0;
            border-bottom: 3px solid #ff6b35;
            display: inline-block;
            padding-bottom: 6px;
        }

        .subhead {
            font-size: 1.3rem;
            font-weight: 600;
            margin: 32px 0 12px 0;
            color: #0f172a;
        }

        /* таблица промокодов */
        .promo-table {
            width: 100%;
            background: #ffffff;
            border-radius: 28px;
            border: 1px solid #e9edf2;
            overflow-x: auto;
            margin: 24px 0 20px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.02);
        }

        .promo-table table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            min-width: 500px;
        }

        .promo-table th {
            background: #f8fafc;
            padding: 16px 18px;
            text-align: left;
            font-weight: 600;
            color: #1e293b;
            border-bottom: 1px solid #e2e8f0;
        }

        .promo-table td {
            padding: 14px 18px;
            border-bottom: 1px solid #edf2f7;
            vertical-align: middle;
        }

        .code-highlight {
            background: #f1f5f9;
            font-family: 'SF Mono', monospace;
            font-weight: 700;
            color: #e05a2a;
            letter-spacing: 0.3px;
            padding: 6px 12px;
            border-radius: 40px;
            font-size: 0.9rem;
            display: inline-block;
            border: 1px solid #e2e8f0;
        }

        .status-active {
            background: #e0f2e9;
            color: #11734c;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 0.8rem;
            display: inline-block;
        }

        .status-check {
            background: #fff3e3;
            color: #b45a2b;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 0.8rem;
        }

        /* карточки советов */
        .cards-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            margin: 28px 0 24px;
        }

        .card {
            flex: 1 1 280px;
            background: #fefefe;
            border-radius: 24px;
            padding: 20px;
            border: 1px solid #eef2f8;
            transition: all 0.2s;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
        }

        .card:hover {
            border-color: #ffd9c6;
            background: #fffbf8;
        }

        .card h3 {
            font-size: 1.35rem;
            margin-bottom: 12px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .expert-block {
            background: #f0f4fe;
            border-left: 6px solid #ff6b35;
            padding: 20px 24px;
            border-radius: 24px;
            margin: 28px 0;
            font-style: normal;
            font-weight: 500;
        }

        .expert-name {
            font-weight: 800;
            margin-top: 12px;
            color: #1e3a8a;
        }

        .steps-list {
            background: #f9fafc;
            padding: 18px 24px;
            border-radius: 28px;
            margin: 20px 0;
            list-style-type: none;
        }

        .steps-list li {
            margin-bottom: 14px;
            padding-left: 28px;
            position: relative;
            font-weight: 500;
        }

        .steps-list li::before {
            content: "✓";
            color: #ff6b35;
            font-weight: bold;
            position: absolute;
            left: 0;
            font-size: 1.2rem;
        }

        .warning-note {
            background: #fff8e7;
            border-radius: 20px;
            padding: 18px 22px;
            border: 1px solid #ffe1b3;
            margin: 20px 0;
        }

        .faq-item {
            border-bottom: 1px solid #eef2f8;
            padding: 18px 0;
        }

        .faq-question {
            font-weight: 700;
            font-size: 1.05rem;
            color: #0f172a;
        }

        .footer-note {
            margin-top: 48px;
            text-align: center;
            font-size: 0.8rem;
            color: #5c6f87;
            border-top: 1px solid #eef2f8;
            padding-top: 28px;
        }

        @media (max-width: 700px) {
            .container {
                padding: 18px 16px;
            }
            h1 {
                font-size: 1.6rem;
            }
            .section-title {
                font-size: 1.4rem;
            }
        }

        button.copy-btn {
            background: none;
            border: 1px solid #cbd5e1;
            padding: 4px 10px;
            border-radius: 30px;
            font-size: 0.7rem;
            margin-left: 8px;
            cursor: pointer;
            transition: 0.1s;
            background: white;
        }

        button.copy-btn:hover {
            background: #ff6b35;
            color: white;
            border-color: #ff6b35;
        }

        .inline-code {
            font-family: monospace;
            background: #f1f5f9;
            padding: 2px 6px;
            border-radius: 12px;
            font-weight: 600;
        }