/* ============================================
   1WIN СКАЧАТЬ — ОФИЦИАЛЬНЫЙ САЙТ
   Фирменная цветовая гамма 1win
   Primary: #1b2f6e (dark navy blue)
   Accent:  #2c7ef8 (bright blue)
   Gold:    #f5a623 (золотой CTA)
   Dark:    #0d1526 (фон)
   Light:   #ffffff / #e8eef8
============================================ */

:root {
  --primary:      #1b2f6e;
  --primary-dark: #0d1526;
  --accent:       #2c7ef8;
  --accent-light: #4d94ff;
  --gold:         #f5a623;
  --gold-dark:    #d4891a;
  --text-light:   #ffffff;
  --text-muted:   #a8b8d0;
  --card-bg:      #162040;
  --border:       #253560;
  --success:      #28c76f;
  --font:         'Inter', 'Segoe UI', Arial, sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--primary-dark);
  color: var(--text-light);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
img { max-width: 100%; display: block; }
a { color: var(--accent-light); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold); }
button { touch-action: manipulation; }

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 999;
  background: rgba(13,21,38,.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  padding: 0 20px;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 16px;
}
.logo-wrap { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-wrap img { height: 38px; width: auto; object-fit: contain; }
.logo-text { font-size: 1.4rem; font-weight: 800; color: var(--text-light); letter-spacing: -.5px; }
.logo-text span { color: var(--gold); }
.nav-links { display: flex; list-style: none; gap: 28px; }
.nav-links a { font-size: .9rem; font-weight: 500; color: var(--text-muted); transition: color .2s; }
.nav-links a:hover { color: var(--text-light); }
.btn-cta-header {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--gold); color: #000 !important;
  font-weight: 700; font-size: .9rem;
  padding: 9px 22px; border-radius: 8px;
  transition: background .2s, transform .15s; white-space: nowrap;
}
.btn-cta-header:hover { background: var(--gold-dark); transform: translateY(-1px); }

/* HERO */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0d1526 0%, #1b2f6e 60%, #0d1b40 100%);
  padding: 80px 20px 90px; text-align: center;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% -10%, rgba(44,126,248,.25) 0%, transparent 60%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 860px; margin: 0 auto; }
.hero-badge {
  display: inline-block;
  background: rgba(44,126,248,.15); border: 1px solid var(--accent);
  color: var(--accent-light); font-size: .78rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 30px; margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800;
  line-height: 1.18; margin-bottom: 20px; letter-spacing: -.5px;
}
.hero h1 .hl { color: var(--gold); }
.hero-lead {
  font-size: 1.15rem; color: var(--text-muted);
  max-width: 640px; margin: 0 auto 36px; line-height: 1.7;
}
.hero-btns {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 14px; margin-bottom: 44px;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: #000; font-weight: 700; font-size: 1.05rem;
  padding: 14px 36px; border-radius: 10px;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 6px 28px rgba(245,166,35,.3);
}
.btn-primary:hover { background: var(--gold-dark); color: #000; transform: translateY(-2px); box-shadow: 0 10px 36px rgba(245,166,35,.45); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; border: 2px solid var(--accent);
  color: var(--accent-light); font-weight: 600; font-size: 1.05rem;
  padding: 13px 30px; border-radius: 10px; transition: all .2s;
}
.btn-secondary:hover { background: var(--accent); color: #fff; }
.hero-stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 32px; }
.stat-item { text-align: center; }
.stat-num { font-size: 1.9rem; font-weight: 800; color: var(--gold); line-height: 1; }
.stat-label { font-size: .8rem; color: var(--text-muted); margin-top: 4px; text-transform: uppercase; letter-spacing: .05em; }

/* SECTIONS */
.section { padding: 72px 20px; }
.section:nth-child(even) { background: rgba(27,47,110,.12); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-tag {
  display: inline-block; background: rgba(44,126,248,.12);
  color: var(--accent-light); font-size: .78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  padding: 4px 14px; border-radius: 30px;
  border: 1px solid rgba(44,126,248,.3); margin-bottom: 14px;
}
.section-title { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; margin-bottom: 16px; line-height: 1.22; }
.section-title .hl { color: var(--accent-light); }
.section-lead { font-size: 1.05rem; color: var(--text-muted); max-width: 700px; margin-bottom: 44px; line-height: 1.7; }

/* CARDS */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 44px; }
.card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 14px; padding: 28px 26px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 12px 36px rgba(44,126,248,.15); }
.card-icon { font-size: 2.2rem; margin-bottom: 16px; }
.card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.card p { font-size: .92rem; color: var(--text-muted); line-height: 1.6; }

/* STEPS */
.steps-list { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.step-item {
  display: flex; align-items: flex-start; gap: 20px;
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 12px; padding: 22px 24px; transition: border-color .2s;
}
.step-item:hover { border-color: var(--accent); }
.step-num {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 800; color: #fff;
}
.step-content h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.step-content p { font-size: .9rem; color: var(--text-muted); }

/* FEATURE LIST */
.feature-list {
  list-style: none;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px; margin-bottom: 36px;
}
.feature-list li {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 10px; padding: 14px 18px;
  font-size: .93rem; line-height: 1.5;
}
.feature-list li .check {
  flex-shrink: 0; width: 22px; height: 22px;
  background: rgba(40,199,111,.15); color: var(--success);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: .8rem; font-weight: 800; margin-top: 1px;
}

/* TABLE */
.info-table-wrap { overflow-x: auto; border-radius: 12px; border: 1px solid var(--border); margin-bottom: 36px; }
.info-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.info-table thead th {
  background: var(--primary); padding: 14px 20px; text-align: left;
  font-weight: 700; font-size: .85rem; text-transform: uppercase;
  letter-spacing: .05em; color: var(--text-muted);
  border-bottom: 2px solid var(--border); white-space: nowrap;
}
.info-table tbody tr { border-bottom: 1px solid var(--border); transition: background .15s; }
.info-table tbody tr:last-child { border-bottom: none; }
.info-table tbody tr:hover { background: rgba(44,126,248,.07); }
.info-table tbody td { padding: 14px 20px; vertical-align: middle; }
.info-table tbody td:first-child { font-weight: 600; color: var(--accent-light); }
.badge-yes { display: inline-block; background: rgba(40,199,111,.15); color: var(--success); border-radius: 6px; padding: 2px 10px; font-size: .82rem; font-weight: 600; }
.badge-no  { display: inline-block; background: rgba(255,80,80,.1); color: #ff6b6b; border-radius: 6px; padding: 2px 10px; font-size: .82rem; font-weight: 600; }

/* TWO COL */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.two-col .text-col h3 { font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin: 24px 0 10px; }
.two-col .text-col h3:first-child { margin-top: 0; }
.two-col .text-col p { font-size: .93rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 8px; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--card-bg); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px; font-weight: 600; font-size: .97rem;
  cursor: pointer; background: none; border: none; color: var(--text-light);
  text-align: left; gap: 16px; transition: color .2s;
}
.faq-question:hover { color: var(--accent-light); }
.faq-icon {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(44,126,248,.15); display: flex; align-items: center; justify-content: center;
  font-size: 1rem; transition: transform .3s, background .2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--accent); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s; padding: 0 22px; }
.faq-item.open .faq-answer { max-height: 400px; padding: 0 22px 18px; }
.faq-answer p { font-size: .92rem; color: var(--text-muted); line-height: 1.7; }

/* CTA */
.cta-banner {
  background: linear-gradient(135deg, var(--primary) 0%, #1c3d9e 100%);
  border: 1px solid rgba(44,126,248,.4); border-radius: 20px;
  padding: 52px 40px; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% -30%, rgba(44,126,248,.3) 0%, transparent 60%);
  pointer-events: none;
}
.cta-banner h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 14px; position: relative; }
.cta-banner p { font-size: 1rem; color: var(--text-muted); max-width: 520px; margin: 0 auto 30px; position: relative; }
.cta-banner .btn-primary { position: relative; font-size: 1.1rem; padding: 16px 44px; }

/* FOOTER */
.site-footer { background: var(--primary-dark); border-top: 1px solid var(--border); padding: 40px 20px 28px; text-align: center; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-logo { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; }
.footer-logo img { height: 32px; }
.footer-logo span { font-size: 1.2rem; font-weight: 800; }
.footer-disclaimer { font-size: .8rem; color: var(--text-muted); max-width: 680px; margin: 0 auto 18px; line-height: 1.6; }
.footer-bottom { font-size: .78rem; color: rgba(168,184,208,.5); border-top: 1px solid var(--border); padding-top: 16px; margin-top: 8px; }

/* ============ DOWNLOAD HERO BLOCK ============ */
.dl-block {
  background: linear-gradient(135deg, #0f1e3d 0%, #1b2f6e 100%);
  border: 1px solid rgba(44,126,248,.35);
  border-radius: 20px;
  padding: 40px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.dl-block::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(44,126,248,.18) 0%, transparent 70%);
  pointer-events: none;
}
.dl-block-left { flex: 1; }
.dl-block-title {
  font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; line-height: 1.2;
}
.dl-block-title span { color: var(--gold); }
.dl-block-meta {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px;
}
.dl-tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(44,126,248,.12); border: 1px solid rgba(44,126,248,.25);
  color: var(--text-muted); font-size: .78rem; font-weight: 600;
  padding: 4px 12px; border-radius: 20px;
}
.dl-tag.green { background: rgba(40,199,111,.1); border-color: rgba(40,199,111,.25); color: var(--success); }
.dl-block-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.dl-block-right {
  flex-shrink: 0;
  text-align: center;
}
.dl-rating-big {
  font-size: 3.2rem; font-weight: 800; color: var(--gold); line-height: 1;
}
.dl-stars {
  font-size: 1.3rem; letter-spacing: 2px; color: var(--gold); margin: 4px 0;
}
.dl-rating-count { font-size: .78rem; color: var(--text-muted); }

/* ============ REVIEWS BLOCK ============ */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-bottom: 36px;
}
.review-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 20px;
  transition: border-color .2s;
}
.review-card:hover { border-color: rgba(44,126,248,.4); }
.review-header {
  display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
}
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 800; flex-shrink: 0;
}
.review-name { font-size: .95rem; font-weight: 700; }
.review-date { font-size: .75rem; color: var(--text-muted); margin-top: 1px; }
.review-stars { font-size: .9rem; color: var(--gold); letter-spacing: 1px; margin-bottom: 10px; }
.review-text { font-size: .88rem; color: var(--text-muted); line-height: 1.6; }
.review-platform {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 12px; font-size: .73rem; color: rgba(168,184,208,.5);
}

/* ============ TRUST BLOCK ============ */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}
.trust-item {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  transition: border-color .2s, transform .2s;
}
.trust-item:hover { border-color: var(--accent); transform: translateY(-3px); }
.trust-icon { font-size: 2rem; margin-bottom: 10px; }
.trust-value { font-size: 1.5rem; font-weight: 800; color: var(--gold); line-height: 1; }
.trust-label { font-size: .78rem; color: var(--text-muted); margin-top: 4px; line-height: 1.4; }

/* ============ TIMER BLOCK ============ */
.bonus-timer {
  background: linear-gradient(135deg, #1a2a50 0%, #1b3a70 100%);
  border: 1px solid rgba(245,166,35,.4);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.timer-label {
  font-size: .85rem; color: var(--text-muted); font-weight: 600;
  text-transform: uppercase; letter-spacing: .06em; white-space: nowrap;
}
.timer-digits {
  display: flex; gap: 10px; align-items: center;
}
.timer-unit {
  text-align: center;
}
.timer-num {
  background: rgba(0,0,0,.3);
  border: 1px solid rgba(245,166,35,.3);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  min-width: 48px;
  display: block;
  text-align: center;
}
.timer-sep { font-size: 1.4rem; font-weight: 800; color: var(--gold); }
.timer-unit-label { font-size: .65rem; color: var(--text-muted); text-align: center; margin-top: 3px; text-transform: uppercase; }
.bonus-timer .btn-primary { margin-left: auto; white-space: nowrap; }

/* ============ ANIMATED STATS ============ */
.stat-num.counting { color: var(--gold); }

/* SCROLL TOP */
#scrollTop {
  position: fixed; bottom: 28px; right: 28px;
  width: 44px; height: 44px; background: var(--accent); color: #fff;
  border: none; border-radius: 50%; font-size: 1.2rem; cursor: pointer;
  opacity: 0; pointer-events: none;
  transition: opacity .3s, transform .2s; z-index: 800;
  display: flex; align-items: center; justify-content: center;
}
#scrollTop.visible { opacity: 1; pointer-events: auto; }
#scrollTop:hover { transform: scale(1.1); }

/* HAMBURGER */
.hamburger { display: none; background: none; border: none; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text-light); margin: 5px 0; border-radius: 2px; transition: all .3s; }
.mobile-nav { display: none; }
.mobile-nav.open {
  display: flex; flex-direction: column;
  background: rgba(13,21,38,.99);
  border-top: 1px solid var(--border);
  padding: 20px;
  gap: 18px;
}
.mobile-nav a { font-size: 1rem; font-weight: 500; color: var(--text-muted); }
.mobile-nav a:hover { color: var(--text-light); }

/* ============================================
   RESPONSIVE — MOBILE FIRST
============================================ */

/* ПЛАНШЕТ */
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; gap: 28px; }
  .nav-links { display: none; }
  .btn-cta-header { display: none; }
  .hamburger { display: block; }
  .cards-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  .hero h1 { font-size: clamp(1.7rem, 4.5vw, 2.6rem); }
  .section-title { font-size: clamp(1.4rem, 3vw, 2rem); }
}

/* МОБИЛЬНЫЙ — до 600px */
@media (max-width: 600px) {

  /* DOWNLOAD BLOCK */
  .dl-block { flex-direction: column; padding: 24px 16px; gap: 20px; }
  .dl-block-right { display: flex; align-items: center; gap: 16px; }
  .dl-rating-big { font-size: 2.4rem; }
  .dl-block-title { font-size: 1.2rem; }
  .bonus-timer { flex-direction: column; align-items: flex-start; gap: 12px; }
  .bonus-timer .btn-primary { width: 100%; justify-content: center; margin-left: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }

  /* HEADER */
  .nav-inner { height: 52px; padding: 0; }
  .site-header { padding: 0 14px; }
  .logo-wrap img { height: 30px; }

  /* HERO */
  .hero { padding: 40px 14px 50px; }
  .hero-badge { font-size: .7rem; padding: 4px 10px; margin-bottom: 14px; }
  .hero h1 { font-size: 1.65rem; line-height: 1.22; margin-bottom: 14px; letter-spacing: -.3px; }
  .hero-lead { font-size: .95rem; margin-bottom: 24px; }
  .hero-btns { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 30px; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; font-size: .97rem; padding: 13px 20px; }
  .hero-stats { gap: 16px; }
  .stat-num { font-size: 1.5rem; }
  .stat-label { font-size: .7rem; }

  /* SECTIONS */
  .section { padding: 40px 14px; }
  .section-tag { font-size: .7rem; }
  .section-title { font-size: 1.4rem; line-height: 1.25; margin-bottom: 12px; }
  .section-lead { font-size: .92rem; margin-bottom: 28px; }

  /* CARDS */
  .cards-grid { grid-template-columns: 1fr; gap: 14px; margin-bottom: 28px; }
  .card { padding: 20px 18px; border-radius: 12px; }
  .card-icon { font-size: 1.8rem; margin-bottom: 10px; }
  .card-title { font-size: 1rem; }
  .card p { font-size: .88rem; }

  /* STEPS */
  .steps-list { gap: 12px; margin-bottom: 24px; }
  .step-item { padding: 16px 14px; gap: 14px; border-radius: 10px; }
  .step-num { width: 36px; height: 36px; font-size: .95rem; flex-shrink: 0; }
  .step-content h3 { font-size: .93rem; }
  .step-content p { font-size: .85rem; }

  /* FEATURE LIST */
  .feature-list { grid-template-columns: 1fr; gap: 10px; margin-bottom: 24px; }
  .feature-list li { padding: 12px 14px; font-size: .88rem; }

  /* TABLES — горизонтальный скролл на мобиле */
  .info-table-wrap { border-radius: 10px; margin-bottom: 24px; -webkit-overflow-scrolling: touch; }
  .info-table { font-size: .8rem; }
  .info-table thead th { padding: 10px 12px; font-size: .72rem; }
  .info-table tbody td { padding: 10px 12px; }

  /* TWO COL */
  .two-col { gap: 20px; }

  /* FAQ */
  .faq-list { gap: 8px; }
  .faq-question { padding: 14px 16px; font-size: .9rem; }
  .faq-answer { padding: 0 16px; }
  .faq-item.open .faq-answer { padding: 0 16px 14px; }
  .faq-answer p { font-size: .88rem; }
  .faq-icon { width: 22px; height: 22px; font-size: .85rem; }

  /* CTA */
  .cta-banner { padding: 28px 16px; border-radius: 14px; }
  .cta-banner h2 { font-size: 1.3rem; margin-bottom: 10px; }
  .cta-banner p { font-size: .9rem; margin-bottom: 20px; }
  .cta-banner .btn-primary { width: 100%; font-size: .97rem; padding: 13px 20px; }

  /* MOBILE NAV */
  .mobile-nav.open { padding: 16px 14px; gap: 14px; }
  .mobile-nav a { font-size: .97rem; }

  /* FOOTER */
  .site-footer { padding: 28px 14px 20px; }
  .footer-logo img { height: 26px; }
  .footer-disclaimer { font-size: .75rem; }
  .footer-bottom { font-size: .72rem; }

  /* SCROLL TOP — убрать подальше от края */
  #scrollTop { bottom: 16px; right: 16px; width: 40px; height: 40px; font-size: 1rem; }

  /* INLINE СТИЛИ — переопределяем для мобилки */
  .btn-secondary[style] { width: 100% !important; display: flex !important; justify-content: center !important; }
  h3[style*="font-size:1.3rem"] { font-size: 1.1rem !important; }
  h3[style*="font-size:1.2rem"] { font-size: 1.05rem !important; }
}

/* МАЛЕНЬКИЕ ТЕЛЕФОНЫ — до 380px */
@media (max-width: 380px) {
  .hero h1 { font-size: 1.4rem; }
  .section-title { font-size: 1.25rem; }
  .btn-primary, .btn-secondary { font-size: .9rem; padding: 12px 16px; }
  .stat-num { font-size: 1.3rem; }
  .hero-stats { gap: 10px; }
  .info-table { font-size: .75rem; }
  .info-table thead th { padding: 8px 10px; font-size: .68rem; }
  .info-table tbody td { padding: 8px 10px; }
}
