/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ===== CSS VARIABLES ===== */
:root {
  --blue: #1565C0;
  --blue-dark: #0D47A1;
  --blue-light: #E3F2FD;
  --green: #00897B;
  --green-light: #E0F2F1;
  --text: #212121;
  --text-light: #616161;
  --border: #E0E0E0;
  --bg-light: #F5F7FA;
  --white: #ffffff;
  --shadow: 0 4px 24px rgba(0,0,0,0.09);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.07);
  --radius: 10px;
  --radius-lg: 16px;
}

/* ===== TYPOGRAPHY ===== */
h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 700; line-height: 1.2; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; line-height: 1.3; }
h3 { font-size: clamp(1.1rem, 2vw, 1.3rem); font-weight: 600; }
p { color: var(--text-light); }
.section-title { text-align: center; margin-bottom: 0.5rem; }
.section-sub { text-align: center; color: var(--text-light); font-size: 1.05rem; margin-bottom: 2.5rem; }

/* ===== LAYOUT ===== */
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
section { padding: 64px 0; }
.section-bg { background: var(--bg-light); }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 8px; font-size: 1rem; font-weight: 600;
  cursor: pointer; border: none; transition: all 0.2s; text-decoration: none;
}
.btn-primary {
  background: var(--blue); color: #fff;
  box-shadow: 0 4px 14px rgba(21,101,192,0.35);
}
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(21,101,192,0.45); }
.btn-green {
  background: var(--green); color: #fff;
  box-shadow: 0 4px 14px rgba(0,137,123,0.35);
}
.btn-green:hover { background: #00796B; transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: var(--blue);
  border: 2px solid var(--blue);
}
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-white {
  background: #fff; color: var(--blue); font-weight: 700;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}
.btn-white:hover { background: var(--blue-light); }
.btn-lg { padding: 17px 36px; font-size: 1.1rem; }
.btn-block { width: 100%; }

/* ===== HEADER ===== */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.header-top {
  background: var(--blue);
  color: #fff;
  padding: 6px 0;
  font-size: 0.85rem;
}
.header-top .container {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.header-top a { color: rgba(255,255,255,0.9); }
.header-top a:hover { color: #fff; }
.header-main .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; padding-bottom: 12px; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon {
  width: 44px; height: 44px;
  background: var(--blue); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.4rem; font-weight: 800; flex-shrink: 0;
}
.logo-text { line-height: 1.2; }
.logo-name { font-size: 1.1rem; font-weight: 700; color: var(--blue-dark); }
.logo-sub { font-size: 0.78rem; color: var(--text-light); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  padding: 8px 12px; border-radius: 6px;
  font-size: 0.9rem; font-weight: 500; color: var(--text);
  transition: all 0.15s;
}
.nav a:hover, .nav a.active { color: var(--blue); background: var(--blue-light); }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; }
.phone-num {
  font-size: 1.2rem; font-weight: 700; color: var(--blue-dark);
  white-space: nowrap;
}
.phone-caption { font-size: 0.75rem; color: var(--green); font-weight: 600; }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; transition: 0.3s; }

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #0D47A1 0%, #1565C0 50%, #1976D2 100%);
  color: #fff;
  padding: 72px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero .container { display: flex; align-items: center; gap: 48px; position: relative; }
.hero-content { flex: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50px; padding: 6px 14px; font-size: 0.85rem;
  margin-bottom: 20px; color: rgba(255,255,255,0.95);
}
.hero h1 { color: #fff; margin-bottom: 16px; }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 24px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-num { font-size: 1.7rem; font-weight: 800; color: #fff; }
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.75); }
.hero-form-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 28px; width: 320px; flex-shrink: 0;
  box-shadow: 0 8px 40px rgba(0,0,0,0.2);
}
.hero-form-card h3 { color: var(--text); margin-bottom: 6px; font-size: 1.15rem; }
.hero-form-card p { font-size: 0.88rem; margin-bottom: 18px; }

/* ===== FORMS ===== */
.form-group { margin-bottom: 14px; }
.form-control {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--border); border-radius: 8px;
  font-size: 0.95rem; font-family: inherit;
  transition: border-color 0.2s;
  background: #fff;
}
.form-control:focus { outline: none; border-color: var(--blue); }
.form-control::placeholder { color: #aaa; }
select.form-control { cursor: pointer; }
.form-privacy {
  font-size: 0.75rem; color: #999; text-align: center; margin-top: 10px;
}
.form-privacy a { color: var(--blue); }

/* ===== SERVICES GRID ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.service-card {
  background: #fff; border-radius: var(--radius-lg);
  border: 1.5px solid var(--border);
  padding: 24px; transition: all 0.2s;
  display: flex; flex-direction: column;
}
.service-card:hover {
  border-color: var(--blue); transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.service-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--blue-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 14px;
}
.service-card h3 { color: var(--text); margin-bottom: 8px; font-size: 1.05rem; }
.service-card p { font-size: 0.88rem; flex: 1; margin-bottom: 16px; }
.service-price {
  font-size: 1rem; font-weight: 700; color: var(--blue);
  margin-bottom: 14px;
}
.service-card .btn { font-size: 0.88rem; padding: 10px 16px; }

/* ===== WHY US ===== */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
.benefit-item { text-align: center; padding: 28px 20px; }
.benefit-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--blue-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin: 0 auto 14px;
}
.benefit-item h3 { color: var(--text); margin-bottom: 8px; font-size: 1rem; }
.benefit-item p { font-size: 0.88rem; }

/* ===== HOW IT WORKS ===== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px; position: relative;
}
.step-card {
  text-align: center; padding: 28px 20px;
  background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 700;
  margin: 0 auto 14px;
}
.step-card h3 { color: var(--text); margin-bottom: 8px; font-size: 1rem; }
.step-card p { font-size: 0.85rem; }

/* ===== PRICES TABLE ===== */
.prices-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.price-tab {
  padding: 8px 20px; border-radius: 50px; font-size: 0.9rem; font-weight: 600;
  border: 2px solid var(--border); cursor: pointer; background: #fff;
  transition: all 0.15s;
}
.price-tab.active, .price-tab:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.price-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.price-table th { background: var(--blue); color: #fff; padding: 14px 16px; text-align: left; font-size: 0.9rem; font-weight: 600; }
.price-table td { padding: 13px 16px; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover td { background: var(--blue-light); }
.price-amount { font-weight: 700; color: var(--blue); white-space: nowrap; }

/* ===== REVIEWS ===== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.review-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 22px; box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border);
}
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.reviewer-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem; flex-shrink: 0;
}
.reviewer-name { font-weight: 600; color: var(--text); font-size: 0.95rem; }
.reviewer-date { font-size: 0.78rem; color: #999; }
.review-stars { color: #FFA726; font-size: 0.9rem; margin-bottom: 8px; }
.review-text { font-size: 0.88rem; color: var(--text-light); line-height: 1.55; }
.review-source { font-size: 0.75rem; color: #bbb; margin-top: 10px; }

/* ===== RATING BLOCK ===== */
.rating-block {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  border-radius: var(--radius-lg); padding: 36px;
  color: #fff; display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
  margin-bottom: 40px;
}
.rating-num { font-size: 4rem; font-weight: 800; line-height: 1; }
.rating-stars { color: #FFD54F; font-size: 1.4rem; margin: 4px 0; }
.rating-count { font-size: 0.9rem; color: rgba(255,255,255,0.8); }
.rating-platforms { display: flex; flex-wrap: wrap; gap: 14px; }
.rating-platform {
  background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px; padding: 8px 16px; font-size: 0.85rem; text-align: center;
}
.rating-platform strong { display: block; font-size: 1rem; }

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, #0D47A1 0%, #1565C0 100%);
  color: #fff; text-align: center; padding: 72px 0;
}
.cta-section h2 { color: #fff; margin-bottom: 14px; }
.cta-section p { color: rgba(255,255,255,0.85); font-size: 1.1rem; margin-bottom: 32px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== AREAS ===== */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}
.area-tag {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 8px; padding: 10px 14px;
  text-align: center; font-size: 0.88rem; font-weight: 500;
  color: var(--text); transition: all 0.15s;
}
.area-tag:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-light); }

/* ===== FAQ ===== */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border: 1.5px solid var(--border); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 18px 20px; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  font-size: 0.97rem; font-weight: 600; color: var(--text); font-family: inherit;
  transition: background 0.15s;
}
.faq-question:hover { background: var(--blue-light); }
.faq-icon { color: var(--blue); font-size: 1.3rem; flex-shrink: 0; transition: transform 0.3s; }
.faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: all 0.3s; }
.faq-answer p { font-size: 0.9rem; padding-bottom: 16px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-item.open .faq-answer { max-height: 300px; }

/* ===== GALLERY ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.gallery-item {
  border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4/3; position: relative;
  background: var(--bg-light);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.gallery-item:hover img { transform: scale(1.05); }
.before-after {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.ba-item { border-radius: var(--radius); overflow: hidden; position: relative; }
.ba-label {
  position: absolute; top: 10px; left: 10px;
  background: rgba(0,0,0,0.65); color: #fff;
  border-radius: 4px; padding: 3px 10px; font-size: 0.78rem; font-weight: 600;
}

/* ===== SVG ILLUSTRATIONS ===== */
.illustration-wrap { display: flex; align-items: center; justify-content: center; }
.hero-illustration { width: 100%; max-width: 340px; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background: linear-gradient(135deg, #0D47A1 0%, #1565C0 100%);
  color: #fff; padding: 52px 0 48px;
}
.page-hero h1 { color: #fff; margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,0.85); font-size: 1.05rem; max-width: 600px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-bottom: 16px; font-size: 0.83rem; }
.breadcrumb a { color: rgba(255,255,255,0.7); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(255,255,255,0.5); }

/* ===== TRUST BADGES ===== */
.trust-row {
  display: flex; align-items: center; flex-wrap: wrap; gap: 20px;
  padding: 20px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.trust-badge { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; }
.trust-badge-icon { font-size: 1.3rem; }

/* ===== FOOTER ===== */
.site-footer {
  background: #1a1a2e; color: rgba(255,255,255,0.8);
  padding: 56px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px; margin-bottom: 40px;
}
.footer-logo { margin-bottom: 14px; }
.footer-logo-name { font-size: 1.05rem; font-weight: 700; color: #fff; }
.footer-logo-sub { font-size: 0.78rem; color: rgba(255,255,255,0.5); }
.footer-desc { font-size: 0.88rem; margin-bottom: 18px; line-height: 1.6; }
.footer-contacts .phone { font-size: 1.2rem; font-weight: 700; color: #fff; }
.footer-contacts .hours { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-top: 4px; }
.footer-col h4 { color: #fff; font-size: 0.95rem; font-weight: 600; margin-bottom: 14px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul a { font-size: 0.88rem; color: rgba(255,255,255,0.7); transition: color 0.15s; }
.footer-col ul a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0; font-size: 0.8rem; color: rgba(255,255,255,0.45);
}
.footer-bottom .container {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px;
}
.footer-legal { font-size: 0.78rem; color: rgba(255,255,255,0.35); }

/* ===== MODAL ===== */
.modal-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.55); z-index: 9999;
  align-items: center; justify-content: center; padding: 20px;
}
.modal-overlay.open { display: flex; }
.modal {
  background: #fff; border-radius: var(--radius-lg);
  padding: 36px; max-width: 420px; width: 100%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.modal-close {
  position: absolute; top: 16px; right: 16px;
  background: none; border: none; font-size: 1.5rem;
  cursor: pointer; color: #999; line-height: 1;
}
.modal h3 { margin-bottom: 6px; }
.modal p { font-size: 0.9rem; margin-bottom: 20px; }

/* ===== FLOATING PHONE ===== */
.floating-phone {
  position: fixed; bottom: 24px; right: 24px; z-index: 888;
  display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
}
.float-btn {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; cursor: pointer; border: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  transition: transform 0.2s;
}
.float-btn:hover { transform: scale(1.1); }
.float-wa { background: #25D366; color: #fff; }
.float-call { background: var(--blue); color: #fff; }
.float-label {
  background: #fff; color: var(--text);
  font-size: 0.78rem; font-weight: 600;
  padding: 5px 10px; border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  white-space: nowrap;
}

/* ===== SUCCESS MESSAGE ===== */
.form-success {
  text-align: center; padding: 24px 0; display: none;
}
.form-success .success-icon { font-size: 3rem; margin-bottom: 12px; color: var(--green); }
.form-success h3 { color: var(--text); margin-bottom: 8px; }

/* ===== ABOUT PAGE ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-nums { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.about-num-item {
  background: var(--blue-light); border-radius: var(--radius);
  padding: 20px; text-align: center;
}
.about-num-item .num { font-size: 2rem; font-weight: 800; color: var(--blue); }
.about-num-item .label { font-size: 0.82rem; color: var(--text-light); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.team-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 24px; text-align: center;
  box-shadow: var(--shadow-sm); border: 1.5px solid var(--border);
}
.team-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--blue-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin: 0 auto 12px;
}
.team-card h4 { color: var(--text); font-size: 0.95rem; }
.team-card p { font-size: 0.82rem; margin-top: 4px; }
.cert-list { display: flex; flex-wrap: wrap; gap: 10px; }
.cert-item {
  border: 1.5px solid var(--border); border-radius: 8px;
  padding: 10px 16px; font-size: 0.88rem; display: flex; align-items: center; gap: 8px;
}

/* ===== CONTACTS PAGE ===== */
.contacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 32px; box-shadow: var(--shadow-sm); border: 1.5px solid var(--border);
}
.contact-item { display: flex; gap: 14px; margin-bottom: 24px; }
.contact-item-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--blue-light); display: flex; align-items: center;
  justify-content: center; font-size: 1.2rem; flex-shrink: 0;
}
.contact-item-text strong { display: block; font-size: 0.85rem; color: var(--text-light); margin-bottom: 3px; }
.contact-item-text a { color: var(--text); font-weight: 600; font-size: 1.05rem; }
.contact-item-text a:hover { color: var(--blue); }
.map-placeholder {
  background: #e8ecf0;
  border-radius: var(--radius-lg); height: 320px;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-light); font-size: 0.9rem; flex-direction: column; gap: 8px;
  overflow: hidden;
}

/* ===== MOBILE NAV ===== */
.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 2000;
  background: #fff; flex-direction: column;
  padding: 20px;
}
.mobile-nav.open { display: flex; }
.mobile-nav-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.mobile-nav-close { background: none; border: none; font-size: 1.6rem; cursor: pointer; }
.mobile-nav ul li { border-bottom: 1px solid var(--border); }
.mobile-nav ul a { display: block; padding: 14px 4px; font-size: 1rem; font-weight: 500; color: var(--text); }
.mobile-nav .phone-big { font-size: 1.4rem; font-weight: 700; color: var(--blue); margin-top: 24px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero .container { gap: 32px; }
  .hero-form-card { width: 280px; }
}
@media (max-width: 768px) {
  section { padding: 48px 0; }
  .nav { display: none; }
  .burger { display: block; }
  .hero .container { flex-direction: column; }
  .hero-form-card { width: 100%; max-width: 480px; }
  .hero-stats { justify-content: center; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-grid { grid-template-columns: 1fr; }
  .contacts-grid { grid-template-columns: 1fr; }
  .rating-block { flex-direction: column; align-items: flex-start; gap: 20px; }
  .cta-actions { flex-direction: column; align-items: center; }
  .header-phone { display: none; }
  .before-after { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.3rem; }
  .hero { padding: 48px 0 40px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .about-nums { grid-template-columns: 1fr 1fr; }
  .float-label { display: none; }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-in { animation: fadeInUp 0.5s ease forwards; }

/* ===== PULSE ANIMATION on phone ===== */
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(21,101,192,0.4); }
  50% { box-shadow: 0 0 0 10px rgba(21,101,192,0); }
}
.btn-pulse { animation: pulse 2s infinite; }
