/* ============================================================
   Both & Schäfer — Sociedade de Advogadas
   Folha de estilos principal
   ============================================================ */

:root {
  --green-900: #10352b;   /* verde escuro principal */
  --green-800: #164034;
  --green-700: #1d5142;
  --gold: #b8925a;        /* dourado / tan */
  --gold-light: #c9a86e;
  --cream: #f5f2ec;       /* fundo creme */
  --gray-100: #eeece7;
  --gray-200: #e2ded6;
  --ink: #23261f;         /* texto escuro */
  --muted: #6d6f68;       /* texto secundário */
  --white: #ffffff;
  --green-950: #0a251f;   /* verde mais profundo (hero) */
  --whatsapp: #25a95a;    /* verde do WhatsApp */
  --whatsapp-dark: #1f9350;
  --radius: 4px;
  --shadow: 0 18px 45px rgba(16, 53, 43, 0.10);
  --serif: "Montserrat", "Segoe UI", sans-serif;
  --sans: "Montserrat", "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; line-height: 1.15; color: var(--ink); letter-spacing: -0.01em; }

.section { padding: 90px 0; }
.section-head { margin-bottom: 48px; }
.center { text-align: center; }
.section-head.center { max-width: 880px; margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 14px;
}
.eyebrow-light { color: var(--gold-light); }

h1 { font-size: clamp(2.3rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.35rem; }

p { color: var(--muted); }

/* ---------- Botões ---------- */
.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: var(--radius);
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}
.btn-primary { background: var(--green-900); color: #fff; }
.btn-primary:hover { background: var(--green-700); }
.btn-gold { background: var(--gold); color: #fff; border: none; }
.btn-gold:hover { background: var(--gold-light); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; border: none; display: inline-flex; align-items: center; gap: 10px; text-transform: none; letter-spacing: 0.01em; }
.btn-whatsapp:hover { background: var(--whatsapp-dark); }
.wa-icon { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }

/* Botão flutuante do WhatsApp */
.wa-float {
  position: fixed; right: 26px; bottom: 26px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--whatsapp); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(37, 169, 90, 0.45); transition: transform 0.2s, background 0.2s;
}
.wa-float:hover { background: var(--whatsapp-dark); transform: scale(1.06); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline-light:hover { background: rgba(255,255,255,0.12); }

.link-arrow { color: var(--gold); font-weight: 500; text-decoration: none; font-size: 0.85rem; letter-spacing: 0.05em; }
.link-arrow::after { content: " →"; }
.link-arrow:hover { color: var(--green-900); }

/* ---------- Placeholders de imagem ---------- */
.img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    repeating-linear-gradient(45deg, rgba(184,146,90,0.08) 0 12px, transparent 12px 24px),
    var(--gray-100);
  border: 1px dashed var(--gold);
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-align: center;
  min-height: 100px;
  border-radius: var(--radius);
  padding: 8px;
  word-break: break-word;
}

/* ---------- Header (transparente sobre o hero) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13, 44, 36, 0.55);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { height: 56px; width: auto; display: block; }
.brand-mark {
  font-family: var(--serif); font-weight: 700; font-size: 1.9rem; color: var(--gold-light);
  letter-spacing: -0.04em; line-height: 1; padding-right: 4px;
}
.logo-placeholder { width: 52px; height: 52px; min-height: 0; font-size: 0.55rem; border-radius: 50%; flex: 0 0 auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--serif); font-size: 1.2rem; color: #fff; font-weight: 700; letter-spacing: 0.06em; }
.brand-text small { font-size: 0.55rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-light); margin-top: 2px; }

.main-nav { display: flex; gap: 26px; }
.main-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  transition: color 0.2s;
}
.main-nav a:hover { color: var(--gold-light); }
.header-cta { padding: 11px 20px; border-radius: 30px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2px; background: #fff; transition: 0.3s; }

/* ---------- Hero (fundo full-width com a foto das advogadas) ---------- */
.hero {
  position: relative;
  color: #fff;
  margin-top: -88px;          /* sobe sob o header transparente */
  padding-top: 88px;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--green-950);
  background-image: url("../images/hero-banner.jpg");
  background-size: cover;
  background-position: 70% center;
}
/* Barra dourada na borda esquerda */
.hero::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0; width: 6px;
  background: var(--gold); z-index: 3;
}
/* Véu escuro à esquerda para leitura do texto */
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8, 30, 25, 0.92) 0%, rgba(8, 30, 25, 0.55) 40%, transparent 68%);
  z-index: 1;
}
.hero-inner { position: relative; z-index: 2; padding: 40px 24px; }
.hero-content { max-width: 780px; }
.hero-content h1 {
  color: #fff; font-weight: 800; font-size: clamp(2.4rem, 5.2vw, 4.1rem);
  line-height: 1.06; letter-spacing: -0.02em; margin-bottom: 34px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 54px; }
.hero-actions .btn { padding: 16px 30px; font-size: 0.86rem; text-transform: none; letter-spacing: 0.01em; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.stat strong { display: block; font-family: var(--serif); font-weight: 700; font-size: 2.3rem; color: var(--gold-light); line-height: 1; }
.stat span { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }

/* Em janelas muito altas (monitores verticais / capturas de página inteira),
   o hero não deve crescer junto com o viewport */
@media (min-height: 2200px) {
  .hero { min-height: 820px; }
}

/* ---------- Divisor dourado ---------- */
.divider-gold { display: block; width: 56px; height: 3px; background: var(--gold); margin: 22px 0 24px; }
.center-divider { margin-left: auto; margin-right: auto; margin-top: 18px; }

/* Textura diagonal sutil */
.tex-light {
  background-image: repeating-linear-gradient(-48deg, rgba(20,64,52,0.025) 0 1px, transparent 1px 24px);
}

/* ---------- Sobre / O Escritório ---------- */
.sobre {
  background-color: #efedea;
  background-image: linear-gradient(rgba(239,237,234,0.35), rgba(239,237,234,0.35)), url("../images/textura-fundo.jpg");
  background-size: cover;
  background-position: center;
}
.sobre-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.sobre-media { position: relative; padding-bottom: 70px; padding-left: 24px; }
.sobre-photo-1 {
  display: block; width: 84%; aspect-ratio: 3/4; min-height: 420px; margin-left: auto;
  object-fit: cover; border-radius: var(--radius);
}
.sobre-photo-2 {
  position: absolute; left: 0; bottom: 0; width: 58%; aspect-ratio: 4/3; min-height: 0;
  object-fit: cover; border-radius: var(--radius);
  border: 6px solid #fff; box-shadow: 0 20px 40px rgba(0,0,0,0.18);
}
.badge-anos {
  position: absolute; top: 30px; left: 0; z-index: 3;
  background: var(--gold); color: #fff; width: 132px; height: 132px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px rgba(184,146,90,0.35); text-align: center;
}
.badge-anos .ba-num { font-family: var(--serif); font-weight: 700; font-size: 2.4rem; line-height: 1; }
.badge-anos .ba-label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 6px; line-height: 1.3; }
.sobre-content .eyebrow { color: var(--gold); }
.sobre-content h2 { color: var(--green-800); font-size: clamp(1.7rem, 2.7vw, 2.3rem); }
.sobre-content > p { margin-bottom: 22px; font-size: 1.02rem; color: #55574f; }
.feature-list { list-style: none; margin-top: 34px; }
.feature-list li {
  font-weight: 600; color: var(--green-800); font-size: 1.02rem;
  padding: 15px 0; border-bottom: 1px solid var(--gold);
}
.feature-list li:first-child { border-top: 1px solid var(--gold); }

/* ---------- Equipe ---------- */
.equipe {
  background-color: #f6f5f2;
  background-image: repeating-linear-gradient(-48deg, rgba(20,64,52,0.02) 0 1px, transparent 1px 26px);
}
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card {
  background: #fff; border: 1px solid var(--gray-200); border-radius: 6px; overflow: hidden;
  display: flex; flex-direction: column; box-shadow: 0 8px 24px rgba(16,53,43,0.05);
}
/* Proporção 7/6 + object-position posicionam o corte entre os textos
   gravados nas fotos (marca no topo e nome no terço inferior) */
.team-photo { width: 100%; aspect-ratio: 7/6; min-height: 210px; border-radius: 0; object-fit: cover; object-position: center 15%; }
.team-info { padding: 20px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.team-card h3 { font-size: 1.12rem; margin-bottom: 5px; color: var(--green-800); min-height: 2.6em; display: flex; align-items: flex-start; }
.team-role { font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); font-weight: 600; min-height: 2.4em; }
.team-oab { font-size: 0.8rem; color: var(--muted); margin-top: 6px; font-weight: 500; }
.team-oab::before { content: "▪ "; color: var(--gold); }
.team-div { display: block; height: 1px; background: var(--gray-200); margin: 14px 0; flex: 0 0 auto; }
/* Altura padrão para todos os cards: a bio tem altura fixa e rolagem interna */
.team-bio {
  list-style: none;
  height: 220px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-light) transparent;
}
.team-bio::-webkit-scrollbar { width: 5px; }
.team-bio::-webkit-scrollbar-track { background: transparent; }
.team-bio::-webkit-scrollbar-thumb { background: var(--gold-light); border-radius: 3px; }
.team-bio li { position: relative; padding-left: 14px; font-size: 0.78rem; line-height: 1.5; color: #70726b; margin-bottom: 7px; }
.team-bio li::before { content: "•"; position: absolute; left: 0; color: var(--gold); }

/* ---------- Galeria ---------- */
.galeria { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.gallery-item { width: 100%; aspect-ratio: 16/11; min-height: 240px; object-fit: cover; border-radius: var(--radius); }

/* ---------- Áreas de Atuação ---------- */
.areas {
  background-color: var(--green-950);
  background-image: repeating-linear-gradient(-48deg, rgba(255,255,255,0.022) 0 1px, transparent 1px 26px);
}
.areas .section-head h2 { color: #fff; }
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.area-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.09);
  padding: 34px 30px 30px;
  border-radius: var(--radius);
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.area-card h3 { min-height: 2.5em; display: flex; align-items: center; justify-content: center; }
.area-card p { flex: 1; }
.area-card .link-arrow { margin-top: auto; }
.area-card:hover { background: rgba(184,146,90,0.12); border-color: var(--gold); transform: translateY(-4px); }
.area-card h3 { color: #fff; font-size: 1.22rem; margin-bottom: 12px; }
.area-card p { color: rgba(255,255,255,0.62); font-size: 0.86rem; margin-bottom: 16px; line-height: 1.6; }
.area-card .link-arrow { color: var(--gold-light); }
.area-card .link-arrow:hover { color: #fff; }

/* ---------- Depoimentos ---------- */
.depoimentos {
  background-color: #f1efeb;
  background-image: linear-gradient(rgba(241,239,235,0.35), rgba(241,239,235,0.35)), url("../images/textura-fundo.jpg");
  background-size: cover;
  background-position: center;
}
.depoimentos-head {
  display: flex; align-items: center; justify-content: center; gap: 40px; max-width: 980px;
  position: relative;
}
.depoimentos-head > div:first-child { text-align: center; }
.google-badge { display: flex; flex-direction: column; align-items: center; line-height: 1; text-decoration: none; }
.google-badge:hover .g-sub { color: var(--green-800); }
.reviews-cta { margin-top: 40px; }
.g-logo-img { width: 52px; height: 52px; object-fit: contain; }
.g-sub { font-size: 0.9rem; color: #5f6368; margin-top: 4px; }
.g-stars { color: #fbbc05; letter-spacing: 1px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review-card {
  background: #d9d2c4;
  border-radius: var(--radius);
  padding: 30px 30px 32px;
  display: flex; flex-direction: column;
}
.review-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.review-stars { color: var(--gold); letter-spacing: 3px; }
.g-avatar {
  width: 46px; height: 46px; border-radius: 50%; flex: 0 0 auto;
  background-image: url("../images/rostos-depoimentos.jpg");
  background-size: 400% 400%;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.review-card p { font-style: italic; color: #45463f; margin-bottom: 22px; font-size: 0.92rem; line-height: 1.65; }
.review-div { display: block; height: 1px; background: rgba(0,0,0,0.18); margin: 0 0 16px; margin-top: auto; }
.review-author strong { display: block; font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.review-author span { font-size: 0.8rem; color: #6d6f68; }

/* ---------- Blog ---------- */
.blog { background: var(--cream); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 44px; }
.blog-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.blog-thumb { width: 100%; aspect-ratio: 16/10; min-height: 180px; border-radius: 0; object-fit: cover; }
.blog-body { padding: 26px 26px 30px; }
.blog-date { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.blog-body h3 { margin: 10px 0 10px; font-size: 1.25rem; }
.blog-body p { font-size: 0.9rem; margin-bottom: 16px; }

/* ---------- Banner escritório ---------- */
.banner-escritorio { padding: 0; }
.banner-img { width: 100%; height: 480px; object-fit: cover; display: block; }

/* ---------- FAQ ---------- */
.faq { background: var(--white); }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-question {
  width: 100%; background: none; border: none; text-align: left; cursor: pointer;
  padding: 24px 40px 24px 4px; position: relative;
  font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--ink);
}
.faq-question::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-family: var(--sans); font-size: 1.5rem; color: var(--gold); transition: transform 0.3s;
}
.faq-item.open .faq-question::after { content: "−"; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-answer p { padding: 0 4px 24px; font-size: 0.96rem; }
.faq-item.open .faq-answer { max-height: 320px; }

/* ---------- Contato ---------- */
.contato { background: #f4f4f2; }
.contato-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.predio-img { width: 100%; max-width: 500px; margin: 0 auto; display: block; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.contato-content h2 { color: var(--green-800); }
.contato-content .divider-gold { margin: 18px 0 30px; }
.contato-list { list-style: none; }
.contato-list li { display: flex; gap: 16px; padding: 13px 0; align-items: flex-start; }
.contato-list .ci { flex: 0 0 auto; width: 20px; margin-top: 2px; }
.contato-list .ci svg { width: 18px; height: 18px; fill: var(--gold); display: block; }
.contato-list strong {
  display: block; font-family: var(--sans); font-weight: 600; font-size: 0.72rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: #8d8f87; margin-bottom: 3px;
}
.contato-list p { font-size: 0.95rem; color: #3d3f38; line-height: 1.55; }
.contato-list p a { color: #3d3f38; text-decoration: none; }
.contato-list p a:hover { color: var(--gold); }

/* ---------- Newsletter ---------- */
.newsletter { background: var(--green-900); color: #fff; padding: 80px 0; }
.newsletter-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.newsletter-text h2 { color: #fff; margin-bottom: 12px; }
.newsletter-text p { color: rgba(255,255,255,0.72); font-size: 0.92rem; }
.newsletter-form { display: flex; gap: 0; }
.newsletter-form input {
  flex: 1; padding: 15px 18px; border-radius: var(--radius) 0 0 var(--radius); border: none;
  background: #fff; color: var(--ink); font-family: var(--sans); font-size: 0.9rem;
}
.newsletter-form input::placeholder { color: #9a9c94; }
.newsletter-form .btn { border-radius: 0 var(--radius) var(--radius) 0; }

/* ---------- Footer (fundo bege, logo verde) ---------- */
.site-footer { background: #d5cec0; color: #40423b; padding-top: 70px; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 50px; padding-bottom: 56px; align-items: start; }
.footer-logo { width: 300px; max-width: 100%; height: auto; margin-bottom: 24px; mix-blend-mode: multiply; }
.social { display: flex; gap: 16px; align-items: center; margin-bottom: 24px; }
.social a { display: flex; align-items: center; justify-content: center; }
.social svg { width: 22px; height: 22px; fill: var(--green-800); transition: fill 0.2s; }
.social a:hover svg { fill: var(--gold); }
.social img { width: 22px; height: 22px; object-fit: contain; }
.footer-cnpj { font-size: 0.85rem; color: #6b6d64; }
.footer-links-big { display: flex; flex-direction: column; gap: 18px; }
.footer-links-big a {
  font-family: var(--serif); font-weight: 700; font-size: 1.35rem;
  color: var(--green-800); text-decoration: none; transition: color 0.2s;
}
.footer-links-big a:hover { color: var(--gold); }
.footer-atendimento h4 { color: var(--green-800); font-size: 1.35rem; margin-bottom: 14px; }
.footer-atendimento p { color: #55574f; font-size: 0.9rem; margin-bottom: 10px; }
.footer-atendimento p strong { color: var(--green-800); }
.footer-atendimento ul { list-style: none; }
.footer-atendimento li { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.footer-atendimento li svg { width: 15px; height: 15px; fill: var(--green-800); flex: 0 0 auto; }
.footer-atendimento li a { color: #40423b; text-decoration: none; font-size: 0.9rem; }
.footer-atendimento li a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(64,66,59,0.18); padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-bottom p { color: #77796f; font-size: 0.78rem; }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a { color: #77796f; font-size: 0.78rem; text-decoration: none; }
.footer-legal a:hover { color: var(--green-800); }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 980px) {
  .hero-inner, .sobre-inner, .contato-inner, .newsletter-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { order: -1; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .areas-grid, .reviews-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .badge-anos { right: 16px; bottom: -20px; }

  .main-nav {
    position: fixed; top: 88px; right: 0; width: 260px; height: calc(100vh - 88px);
    background: var(--green-950); flex-direction: column; gap: 0; padding: 20px;
    transform: translateX(100%); transition: transform 0.3s ease; box-shadow: var(--shadow);
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .nav-toggle { display: flex; }
  .header-cta { display: none; }
}

@media (max-width: 620px) {
  .section { padding: 60px 0; }
  .team-grid, .areas-grid, .reviews-grid, .blog-grid, .gallery-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom-inner { justify-content: center; text-align: center; }
  .check-list { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 24px; }
  .newsletter-form { flex-direction: column; }
  .brand-text small { display: none; }
}
