/* ============================================================
   Abertura Portas Matosinhos — styles.css
   Mobile-first | Design System v1
   ============================================================ */

/* ---- CSS Variables ---- */
:root {
  --yellow: #F6C400;
  --yellow-hover: #E5B600;
  --yellow-shadow: rgba(246, 196, 0, 0.25);
  --navy: #061A2E;
  --navy-deep: #03111F;
  --blue-grey: #5F7485;
  --white: #FFFFFF;
  --off-white: #F7F9FC;
  --text-dark: #0B1623;
  --text-muted: #5B6673;
  --border: #E3E8EF;
  --whatsapp: #25D366;
  --whatsapp-hover: #1ebe5c;
  --radius-btn: 12px;
  --radius-card: 16px;
  --radius-card-lg: 22px;
  --radius-chip: 999px;
  --radius-input: 10px;
  --shadow-card: 0 12px 30px rgba(6, 26, 46, 0.08);
  --shadow-hero-form: 0 24px 60px rgba(0, 0, 0, 0.18);
  --shadow-cta: 0 12px 24px rgba(246, 196, 0, 0.25);
  --font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --transition: 0.22s ease;
  --sticky-bar-height: 64px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  /* Space for sticky bottom bar on mobile */
  padding-bottom: var(--sticky-bar-height);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: var(--font); }
address { font-style: normal; }

/* ---- Container ---- */
.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 20px;
}

/* ---- Typography ---- */
h1, h2, h3 { line-height: 1.1; }

/* ============================================================
   TOP STRIP
   ============================================================ */
.top-strip {
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  padding: 9px 20px;
  display: none; /* Hidden mobile, shown desktop */
}
.top-strip__inner {
  max-width: 1280px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.top-strip__left {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.8);
}
.top-strip__left strong { color: var(--yellow); }
.top-strip__sep { opacity: 0.3; }
.top-strip__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-strip__badge {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(246,196,0,0.12);
  border: 1px solid rgba(246,196,0,0.3);
  color: var(--yellow);
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 11px;
}
.top-strip__phone {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  color: var(--white);
  transition: color var(--transition);
}
.top-strip__phone:hover { color: var(--yellow); }
.top-strip__badge--hours {
  background: rgba(246,196,0,0.15);
  border: 1px solid rgba(246,196,0,0.4);
  color: var(--yellow);
  font-weight: 800;
  letter-spacing: 0.04em;
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(6,26,46,0.06);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 68px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo__icon { flex-shrink: 0; }
.logo__text { display: flex; flex-direction: column; line-height: 1; }
.logo__name {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--navy);
}
.logo__city {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--yellow);
}

/* Nav */
.header__nav { display: none; }
.nav__list {
  display: flex;
  gap: 4px;
  align-items: center;
}
.nav__link {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-dark);
  padding: 6px 10px;
  border-radius: 8px;
  transition: color var(--transition), background var(--transition);
  white-space: nowrap;
}
.nav__link:hover { color: var(--navy); background: var(--off-white); }

/* Header CTAs (2 telefones) */
.header__phones-cta {
  display: none;
  align-items: center;
  gap: 8px;
}
.btn--cta-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 18px;
  min-height: 44px;
  white-space: nowrap;
}
.btn--cta-header svg { flex-shrink: 0; }
.btn--cta-header-2 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 14px;
  min-height: 44px;
  border-radius: var(--radius-btn);
  border: 1.5px solid var(--border);
  color: var(--navy);
  background: var(--white);
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--transition), border-color var(--transition);
}
.btn--cta-header-2:hover {
  background: var(--off-white);
  border-color: var(--navy);
}

/* Hamburger */
.header__hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background var(--transition);
}
.header__hamburger:hover { background: var(--off-white); }
.header__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.header__hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header__hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.header__hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav Open */
.header__nav.is-open {
  display: block;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 16px 20px;
  box-shadow: 0 8px 24px rgba(6,26,46,0.12);
}
.header__nav.is-open .nav__list {
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
}
.header__nav.is-open .nav__link {
  font-size: 15px;
  padding: 12px 14px;
  border-radius: 10px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: var(--radius-btn);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition), color var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
}
.btn:active { transform: scale(0.98); }

.btn--yellow {
  background: var(--yellow);
  color: var(--navy);
  box-shadow: var(--shadow-cta);
}
.btn--yellow:hover {
  background: var(--yellow-hover);
  box-shadow: 0 16px 32px rgba(246, 196, 0, 0.35);
  transform: translateY(-1px);
}

/* btn--navy (2º botão hero, fundo escuro) */
.btn--navy {
  background: rgba(255,255,255,0.12);
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(4px);
}
.btn--navy:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-1px);
}

/* Hero eyebrow: badge horário */
.hero__eyebrow-hours {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(246,196,0,0.18);
  border: 1px solid rgba(246,196,0,0.35);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-left: 6px;
  color: var(--yellow);
}

.btn--outline-navy {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
  min-height: 44px;
}
.btn--outline-navy:hover { background: var(--navy); color: var(--white); }

.btn--outline-yellow {
  background: transparent;
  color: var(--yellow);
  border-color: var(--yellow);
  min-height: 44px;
}
.btn--outline-yellow:hover { background: var(--yellow); color: var(--navy); }

.btn--lg { min-height: 60px; padding: 16px 28px; font-size: 16px; }
.btn--sm { min-height: 44px; padding: 10px 20px; font-size: 14px; }
.btn--full { width: 100%; }
.btn--full-mobile { width: 100%; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background: var(--navy);
  min-height: 560px;
  overflow: hidden;
}
.hero__bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg-image img, .hero__bg-image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__bg-image picture { display: block; width: 100%; height: 100%; }
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(6, 26, 46, 0.92) 0%,
    rgba(6, 26, 46, 0.78) 50%,
    rgba(6, 26, 46, 0.6) 100%
  );
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 48px;
}

.hero__content { flex: 1; }

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 16px;
}

.hero__h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 10px;
}

.hero__headline {
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.2;
}
.hero__headline--accent { color: var(--yellow); }

.hero__sub {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  margin-bottom: 24px;
  max-width: 480px;
}

/* Badges */
.hero__badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 24px;
}
.hero__badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 10px 12px;
  backdrop-filter: blur(4px);
}
.hero__badge svg { color: var(--yellow); flex-shrink: 0; }
.hero__badge span { display: flex; flex-direction: column; line-height: 1.2; }
.hero__badge strong { font-size: 13px; color: var(--white); font-weight: 700; }
.hero__badge small { font-size: 11px; color: rgba(255,255,255,0.6); }

/* CTAs */
.hero__ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

/* Social Proof */
.hero__social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
}
.hero__avatars {
  display: flex;
}
.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--navy);
  margin-left: -8px;
  background: var(--blue-grey);
}
.avatar:first-child { margin-left: 0; }
.avatar--1 { background: #7a9ab5; }
.avatar--2 { background: #5f7485; }
.avatar--3 { background: #4a6275; }
.avatar--4 { background: #3b5266; }
.hero__social-text p {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  line-height: 1.3;
}
.hero__stars { color: var(--yellow); font-size: 14px; letter-spacing: 1px; }
.hero__google { color: var(--yellow); font-weight: 700; }

/* Hero Form Card */
.hero__form-card {
  background: var(--white);
  border-radius: var(--radius-card-lg);
  padding: 28px;
  box-shadow: var(--shadow-hero-form);
  width: 100%;
}
.form-card__title {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-card__sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Form */
/* Form */
.contact-form { position: relative; }

.form-group { margin-bottom: 14px; }
.form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}
.form-required { color: #e53935; }
.form-input-wrap { position: relative; }
.form-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}
.form-icon--top { top: 16px; transform: none; }
.form-input {
  width: 100%;
  height: 48px;
  padding: 0 14px 0 42px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-input);
  font-family: var(--font);
  font-size: 14px;
  color: var(--text-dark);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  appearance: none;
}
.form-input:focus {
  outline: none;
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(246, 196, 0, 0.15);
}
.form-input::placeholder { color: #aab3bc; }
.form-textarea {
  height: auto;
  padding-top: 14px;
  resize: vertical;
  min-height: 80px;
}
/* Honeypot anti-spam — invisível para humanos, visível para bots */
.form-honeypot {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  tab-index: -1;
}

/* Form feedback */
.form-feedback {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 14px;
  border-radius: var(--radius-input);
  margin-top: 10px;
}
.form-feedback--success {
  background: #e8f5e9;
  color: #1b5e20;
  border: 1px solid #a5d6a7;
}
.form-feedback--error {
  background: #fdecea;
  color: #b71c1c;
  border: 1px solid #ef9a9a;
}

/* Spin animation para botão a carregar */
@keyframes spin {
  to { transform: rotate(360deg); }
}
.spin { animation: spin 0.8s linear infinite; }

/* Form security */
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 10px;
  justify-content: center;
}
.form-security svg { flex-shrink: 0; }

/* ============================================================
   SECTIONS (common)
   ============================================================ */
.section { padding: 48px 0; }
.section--light { background: var(--off-white); }
.section--white { background: var(--white); }

.section__title {
  font-size: 26px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 12px;
  text-align: center;
}
.section__title--left { text-align: left; }
.section__sub {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 32px;
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
}
.section__sub--left { text-align: left; margin-inline: 0; }

/* ============================================================
   PROBLEMS GRID
   ============================================================ */
.problems-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.problem-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-card);
  padding: 20px 16px;
  text-align: center;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}
.problem-card:hover {
  border-color: var(--yellow);
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}
.problem-card--cta {
  background: var(--yellow);
  border-color: var(--yellow);
}
.problem-card--cta .problem-card__icon svg { color: var(--navy); stroke: var(--navy); }
.problem-card--cta .problem-card__title,
.problem-card--cta .problem-card__text { color: var(--navy); }
.problem-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(246, 196, 0, 0.1);
  border-radius: 14px;
  margin: 0 auto 12px;
  color: var(--navy);
  transition: background var(--transition);
}
.problem-card:hover .problem-card__icon { background: rgba(246, 196, 0, 0.2); }
.problem-card__icon svg { stroke: var(--navy); }
.problem-card__title { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.problem-card__text { font-size: 12px; color: var(--text-muted); }

/* ============================================================
   WHY / HOW GRID
   ============================================================ */
.why-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.why-list { display: flex; flex-direction: column; gap: 12px; }
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.5;
}
.why-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--yellow);
  border-radius: 50%;
  color: var(--navy);
  margin-top: 1px;
}

/* Steps */
.how-works-box {
  background: var(--off-white);
  border-radius: var(--radius-card-lg);
  padding: 28px;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
}
.step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
.step__arrow {
  display: none;
  color: var(--yellow);
  font-size: 24px;
  font-weight: 300;
  align-self: center;
}
.step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  border-radius: 50%;
  flex-shrink: 0;
}
.step__icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(246, 196, 0, 0.1);
  border-radius: 14px;
  color: var(--navy);
}
.step__content { flex: 1; padding-bottom: 24px; }
.step:last-child .step__content { padding-bottom: 0; }
.step__title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.step__text { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* Numbers */
.numbers-box {
  background: var(--navy);
  border-radius: var(--radius-card-lg);
  padding: 28px;
}
.numbers-box__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--yellow);
  margin-bottom: 20px;
  text-align: center;
}
.numbers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.number-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.number-item__value {
  font-size: 28px;
  font-weight: 800;
  color: var(--yellow);
  line-height: 1;
}
.number-item__label {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  line-height: 1.3;
}

/* ============================================================
   SEO BLOCK
   ============================================================ */
.seo-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.seo-block__eyebrow {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.seo-block__title {
  font-size: 32px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 20px;
}
.accent { color: var(--yellow); }
.seo-block__text p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-dark);
  margin-bottom: 16px;
}
.seo-block__text p strong { color: var(--navy); font-weight: 700; }
.seo-block__image img {
  border-radius: var(--radius-card-lg);
  width: 100%;
  object-fit: cover;
}

.seo-mini-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}
.seo-mini-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}
.seo-mini-feature svg { color: var(--yellow); flex-shrink: 0; }
.seo-mini-feature span { display: flex; flex-direction: column; line-height: 1.3; }
.seo-mini-feature small { font-size: 11px; font-weight: 400; color: var(--text-muted); }

/* ============================================================
   AREAS & REVIEWS GRID
   ============================================================ */
.areas-reviews-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Area Chips */
.areas-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.area-chip {
  display: inline-block;
  padding: 7px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-chip);
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  background: var(--white);
  transition: background var(--transition), border-color var(--transition), color var(--transition);
  cursor: default;
}
.area-chip:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--navy);
}

/* Reviews */
.reviews-slider {
  position: relative;
  overflow: hidden;
}
.reviews-track {
  display: flex;
  transition: transform 0.35s ease;
}
.review-card {
  min-width: 100%;
  background: var(--off-white);
  border-radius: var(--radius-card);
  padding: 24px;
  border: 1.5px solid var(--border);
}
.review-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.review-card__google {
  width: 36px;
  height: 36px;
  background: var(--white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  flex-shrink: 0;
}
.review-card__stars { font-size: 18px; color: #FBBC05; letter-spacing: 1px; }
.review-card__text p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-dark);
  font-style: italic;
  margin-bottom: 14px;
}
.review-card__author {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}
.reviews-prev, .reviews-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: var(--white);
  border-radius: 50%;
  border: 1.5px solid var(--border);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), border-color var(--transition);
  box-shadow: var(--shadow-card);
}
.reviews-prev { left: 8px; }
.reviews-next { right: 8px; }
.reviews-prev:hover, .reviews-next:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}
.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.reviews-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  transition: background var(--transition), transform var(--transition);
}
.reviews-dot--active {
  background: var(--yellow);
  transform: scale(1.3);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-situations-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.faq-list { display: flex; flex-direction: column; gap: 4px; margin-bottom: 24px; }
.faq-item {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--white);
  transition: border-color var(--transition);
}
.faq-item:has(.faq-question[aria-expanded="true"]) { border-color: var(--yellow); }

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  gap: 12px;
  min-height: 56px;
  text-align: left;
  transition: background var(--transition), color var(--transition);
}
.faq-question:hover { background: var(--off-white); color: var(--navy); }
.faq-question[aria-expanded="true"] {
  color: var(--navy);
  background: rgba(246, 196, 0, 0.06);
}
.faq-chevron {
  flex-shrink: 0;
  transition: transform var(--transition);
  color: var(--text-muted);
}
.faq-question[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
  color: var(--yellow);
}
.faq-answer {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding var(--transition);
}
.faq-answer:not([hidden]) {
  max-height: 400px;
  padding: 0 18px 18px;
}
.faq-answer[hidden] { display: block !important; }
.faq-answer p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

/* Situations */
.situations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.situation-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-card);
  padding: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.situation-item:hover {
  border-color: var(--yellow);
  box-shadow: 0 4px 12px rgba(246,196,0,0.15);
}
.situation-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(246, 196, 0, 0.1);
  border-radius: 10px;
  color: var(--navy);
}
.situation-item__icon svg { stroke: var(--navy); }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
  background: var(--navy);
  padding: 48px 0;
}
.cta-final__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cta-final__title {
  font-size: 30px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 10px;
}
.cta-final__sub {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 24px;
  line-height: 1.65;
}
.cta-final__sub strong { color: var(--yellow); }
.cta-final__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.cta-final__bullets {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cta-final__bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}
.cta-final__bullets svg { color: var(--yellow); flex-shrink: 0; }
.cta-final__image img {
  border-radius: var(--radius-card-lg);
  width: 100%;
  object-fit: cover;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--navy-deep);
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.trust-strip__inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-strip__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
}
.trust-strip__item strong { color: var(--white); }
.trust-strip__item svg { color: var(--yellow); flex-shrink: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--navy);
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 52px;
  padding-bottom: 40px;
}
.footer__brand-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin: 14px 0 18px;
  max-width: 280px;
}
.footer__socials { display: flex; gap: 10px; }
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  color: var(--white);
  transition: background var(--transition), color var(--transition);
}
.footer__social:hover { background: var(--yellow); color: var(--navy); }

.footer__col-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--yellow);
  margin-bottom: 16px;
}
.footer__links { display: flex; flex-direction: column; gap: 8px; }
.footer__links a {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  transition: color var(--transition);
}
.footer__links a:hover { color: var(--white); }

.footer__nap-name { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.footer__nap-area { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 12px; }
.footer__phones { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; }
.footer__phones a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  transition: color var(--transition);
}
.footer__phones a:hover { color: var(--yellow); }
.footer__hours { font-size: 12px; color: rgba(255,255,255,0.5); }

.footer__zone p { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 14px; }

.footer__bottom {
  background: var(--navy-deep);
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 16px 0;
}
.footer__bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.footer__bottom p { font-size: 12px; color: rgba(255,255,255,0.4); }
.footer__bottom-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__bottom-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  transition: color var(--transition);
}
.footer__bottom-links a:hover { color: var(--white); }
.footer__secure { font-size: 12px; color: rgba(255,255,255,0.4); }

/* ============================================================
   STICKY BOTTOM BAR
   ============================================================ */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  height: var(--sticky-bar-height);
  box-shadow: 0 -4px 20px rgba(6, 26, 46, 0.2);
}
.sticky-bar__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-family: var(--font);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity var(--transition);
  padding: 8px 4px;
}
.sticky-bar__btn span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.sticky-bar__btn small {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}
.sticky-bar__btn:active { opacity: 0.82; }
.sticky-bar__btn--phone {
  background: var(--yellow);
  color: var(--navy);
}
.sticky-bar__btn--phone2 {
  background: var(--navy);
  color: var(--white);
  border-left: 1px solid rgba(255,255,255,0.1);
}

/* ============================================================
   DESKTOP BREAKPOINTS
   ============================================================ */

/* Tablet 768px */
@media (min-width: 768px) {
  .container { padding-inline: 24px; }
  .section { padding: 64px 0; }

  .hero__inner { padding-top: 56px; padding-bottom: 60px; }
  .hero__h1 { font-size: 48px; }
  .hero__headline { font-size: 32px; }
  .hero__badges { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .hero__badge small { display: block; }
  .hero__ctas { flex-direction: row; }
  .btn--full-mobile { width: auto; }

  .problems-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .problem-card { padding: 24px 20px; }
  .problem-card__title { font-size: 14px; }
  .problem-card__text { font-size: 13px; }

  .section__title { font-size: 30px; }
  .seo-block__title { font-size: 38px; }
  .steps { flex-direction: row; align-items: flex-start; gap: 8px; }
  .step__arrow { display: flex; }
  .step { flex: 1; flex-direction: column; align-items: center; text-align: center; }
  .step__num { width: 48px; height: 48px; font-size: 20px; }
  .step__icon { display: flex; }
  .step__content { padding-bottom: 0; }

  .situations-grid { grid-template-columns: repeat(4, 1fr); }
  .seo-mini-features { grid-template-columns: repeat(4, 1fr); }

  .cta-final__buttons { flex-direction: row; }
  .cta-final__inner { align-items: center; }
  .cta-final__text { text-align: center; }
  .cta-final__bullets { flex-direction: row; flex-wrap: wrap; justify-content: center; }
}

/* Desktop 1024px */
@media (min-width: 1024px) {
  body { padding-bottom: 0; }

  .top-strip { display: block; }

  .container { padding-inline: 32px; }
  .section { padding: 80px 0; }
  .section--large { padding: 100px 0; }
  .section__title { font-size: 34px; }

  /* Header */
  .header__nav { display: flex; }
  .header__hamburger { display: none; }
  .header__phones-cta { display: flex; }
  .header__inner { height: 76px; }

  /* Hero */
  .hero { min-height: 660px; }
  .hero__overlay {
    background: linear-gradient(
      100deg,
      rgba(6, 26, 46, 0.96) 0%,
      rgba(6, 26, 46, 0.85) 40%,
      rgba(6, 26, 46, 0.4) 70%,
      rgba(6, 26, 46, 0.15) 100%
    );
  }
  .hero__inner {
    flex-direction: row;
    align-items: center;
    gap: 48px;
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .hero__content { flex: 1.2; }
  .hero__h1 {
    font-size: 64px;
    line-height: 1.02;
  }
  .hero__headline { font-size: 38px; }
  .hero__sub { font-size: 17px; }
  .hero__form-card {
    width: 380px;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 8px;
  }

  /* Sticky bar hidden on desktop */
  .sticky-bar { display: none; }

  /* Problems grid: 6 columns */
  .problems-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  .problem-card { padding: 28px 16px; }

  /* Why / How grid: 3 column layout */
  .why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 32px;
    align-items: start;
  }
  .why-content { grid-column: 1; grid-row: 1 / span 2; }
  .how-works-box { grid-column: 2; grid-row: 1; }
  .numbers-box { grid-column: 2; grid-row: 2; }

  /* SEO block: 2 columns */
  .seo-block {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }
  .seo-block__text { flex: 1; }
  .seo-block__image { flex: 0 0 480px; }

  /* Areas / Reviews: 2 columns */
  .areas-reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
  }

  /* FAQ / Situations: 2 columns */
  .faq-situations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
  }

  /* CTA Final */
  .cta-final__inner {
    flex-direction: row;
    align-items: center;
    gap: 56px;
    text-align: left;
  }
  .cta-final__text {
    flex: 1;
    text-align: left;
  }
  .cta-final__buttons { justify-content: flex-start; }
  .cta-final__bullets { flex-direction: column; }
  .cta-final__image { flex: 0 0 380px; }
  .cta-final__title { font-size: 40px; }

  /* Footer: 5 columns */
  .footer__inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr 1fr;
    gap: 40px;
    align-items: start;
  }
  .footer__bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  /* Trust strip */
  .trust-strip__inner { gap: 40px; flex-wrap: nowrap; }
}

/* Wide 1280px */
@media (min-width: 1280px) {
  .hero__h1 { font-size: 72px; }
  .hero__headline { font-size: 42px; }
  .cta-final__title { font-size: 48px; }
  .section__title { font-size: 34px; }
  .seo-block__title { font-size: 44px; }
}

/* ============================================================
   ACCESSIBILITY
   ============================================================ */
:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
  border-radius: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* Print */
@media print {
  .sticky-bar, .header__hamburger, .reviews-prev, .reviews-next { display: none; }
  body { padding-bottom: 0; }
}
