/* =========================================================
   Andrade Santos França — CSS das PÁGINAS INTERNAS
   (quem-somos, áreas, contato, privacidade, termos, campanhas)
   Carregado após asf.css. Segue o MESMO padrão escuro + dourado
   da home (mesmas variáveis --bg/--card/--ink-on-dark/--glow).
   ========================================================= */
.site-header.is-solid { background: rgba(9,8,7,.92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom-color: rgba(177,132,47,.2); }
body.inner-page { background: var(--bg); }

/* Page hero */
.page-hero { position: relative; overflow: hidden; background: var(--black); color: #f7f4ee; padding: clamp(128px, 17vh, 188px) 0 clamp(56px, 8vh, 92px); text-align: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 380px at 50% -10%, rgba(236,195,117,.20), transparent 62%); pointer-events: none; }
.page-hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(177,132,47,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(177,132,47,.05) 1px, transparent 1px); background-size: 76px 76px; -webkit-mask-image: radial-gradient(circle at 50% 0%, black, transparent 72%); mask-image: radial-gradient(circle at 50% 0%, black, transparent 72%); pointer-events: none; }
.page-hero > .container { position: relative; z-index: 1; animation: pageHeroIn .7s var(--ease) both; }
@keyframes pageHeroIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.breadcrumb { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 0 0 22px; padding: 0; color: rgba(247,244,238,.55); font-size: 13.5px; }
.breadcrumb li { display: inline-flex; align-items: center; gap: 8px; }
.breadcrumb li + li::before { content: "/"; color: var(--gold-bright); opacity: .6; }
.breadcrumb a { color: var(--gold-bright); }
.breadcrumb a:hover { text-decoration: underline; }
.page-hero__title { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: clamp(38px, 6vw, 68px); line-height: 1.04; margin: 0 0 18px; }
.page-hero__title em { font-style: italic; color: var(--gold-bright); }
.page-hero__subtitle { max-width: 640px; margin: 0 auto; color: rgba(247,244,238,.78); font-size: clamp(16px, 2vw, 19px); }
.page-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }

/* Section labels / headers */
.section__label { display: inline-block; margin-bottom: 14px; color: var(--gold-bright); font-family: "Inter", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section { padding: var(--pad) 0; background: var(--bg); color: var(--ink-on-dark); }
.section--alt { background: var(--bg-2); }
.section--dark { background: var(--black); color: #f7f4ee; }
.section__header { max-width: 720px; margin: 0 auto 48px; }
.section__header--center { text-align: center; }
.section__title { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: clamp(30px, 4.4vw, 48px); line-height: 1.06; margin: 0 0 14px; color: var(--ink-on-dark); }
.section__title em, .page-hero__title em, .cta-final__title em { font-style: italic; color: var(--gold-bright); }
.highlight-heading { font-style: italic; color: var(--gold-bright); }
.section__text { color: var(--muted-on-dark); font-size: 17px; }

/* Cards de área */
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.area-card { display: flex; flex-direction: column; padding: 34px 30px; border: 1px solid var(--card-bd); border-radius: 20px; background: var(--card); transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease; }
.area-card:hover { transform: translateY(-6px); box-shadow: var(--glow); border-color: rgba(177,132,47,.4); }
.area-card__icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 20px; border-radius: 15px; background: linear-gradient(150deg, rgba(177,132,47,.2), rgba(177,132,47,.05)); border: 1px solid rgba(177,132,47,.3); color: var(--gold-bright); font-size: 24px; }
.area-card__icon svg { width: 28px; height: 28px; fill: var(--gold-bright); }
.area-card__title { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: 25px; margin-bottom: 10px; color: var(--ink-on-dark); }
.area-card__desc { color: var(--muted-on-dark); font-size: 15.5px; margin-bottom: 18px; }
.area-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.area-card__tag { padding: 6px 12px; border-radius: 99px; background: rgba(177,132,47,.14); border: 1px solid rgba(177,132,47,.28); color: var(--gold-bright); font-size: 13px; font-weight: 600; }
.area-card__link { margin-top: auto; color: var(--gold-bright); font-family: "Inter", sans-serif; font-weight: 700; font-size: 15px; }
.area-card__link:hover { color: #fff; }

/* Cards de valores */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { padding: 32px 28px; border: 1px solid var(--card-bd); border-radius: 20px; background: var(--card); transition: transform .25s var(--ease), box-shadow .25s ease; }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--glow); }
.value-card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 18px; border-radius: 14px; background: rgba(177,132,47,.16); border: 1px solid rgba(177,132,47,.3); color: var(--gold-bright); font-size: 22px; transition: transform .3s var(--ease); }
.value-card:hover .value-card__icon { transform: scale(1.1) rotate(-4deg); }
.value-card__icon svg { width: 26px; height: 26px; fill: var(--gold-bright); }
.value-card h3, .value-card__title { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: 22px; margin-bottom: 8px; color: var(--ink-on-dark); }
.value-card p, .value-card__text { color: var(--muted-on-dark); font-size: 15px; }

/* Marcos / timeline */
.milestone { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(244,239,227,.12); }
.milestone__year { font-family: "Cormorant Garamond", serif; font-size: 34px; font-weight: 700; color: var(--gold-bright); }
.milestone__body h3 { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 22px; margin-bottom: 6px; color: var(--ink-on-dark); }
.milestone__body p { color: var(--muted-on-dark); }

/* Checklist */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.checklist__item { position: relative; padding-left: 30px; color: var(--ink-on-dark); }
.checklist__item::before { content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: rgba(31,174,83,.2); }
.checklist__item::after { content: ""; position: absolute; left: 5px; top: 7px; width: 7px; height: 4px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }

/* Destaque */
.highlight-box { padding: 30px; border-radius: 20px; background: linear-gradient(135deg, #15130d, #0c0b0a); color: #f7f4ee; border: 1px solid rgba(177,132,47,.3); box-shadow: var(--glow); }
.highlight-box__title { color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 24px; margin-bottom: 10px; }
.highlight-box__text { color: rgba(247,244,238,.8); }

/* Contato */
.contato-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 56px); align-items: start; }
.contato-info__title, .cta-form__title { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 28px; margin-bottom: 22px; color: var(--ink-on-dark); }
.contato-item { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid var(--card-bd); border-radius: 14px; background: var(--card); margin-bottom: 12px; transition: border-color .2s ease, transform .2s var(--ease); }
.contato-item:hover { border-color: rgba(177,132,47,.4); transform: translateX(4px); }
.contato-item__icon { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border-radius: 12px; background: rgba(177,132,47,.14); color: var(--gold-bright); transition: transform .3s var(--ease); }
.contato-item:hover .contato-item__icon { transform: scale(1.1) rotate(-4deg); }
.contato-item__icon svg { width: 22px; height: 22px; fill: var(--gold-bright); }
.contato-item h3 { color: var(--ink-on-dark); }
.contato-item p { color: var(--muted-on-dark); }
.contato-item address { color: var(--muted-on-dark); font-style: normal; }

/* Formulário */
.cta-form { padding: 32px; border: 1px solid rgba(177,132,47,.28); border-radius: 22px; background: var(--card); box-shadow: var(--glow); }
.cta-form__sub, .form-card__sub { color: var(--muted-on-dark); }
.form-group { margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-label { display: block; margin-bottom: 8px; color: var(--muted-on-dark); font-size: 14px; font-weight: 600; }
.form-input, .form-textarea, select.form-input { width: 100%; border: 1px solid rgba(177,132,47,.25); border-radius: 12px; background: rgba(255,255,255,.04); color: var(--ink-on-dark); padding: 13px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; font: inherit; }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(244,239,227,.4); }
.form-input:focus, .form-textarea:focus { border-color: var(--gold-bright); box-shadow: 0 0 0 4px rgba(177,132,47,.16); }
.form-input--error { border-color: #e2574c; }
.form-error { color: #ff8478; font-size: 13px; margin-top: 6px; }
.form-privacy { font-size: 12.5px; color: var(--muted-on-dark); }
.form-privacy a { color: var(--gold-bright); }
.alert { padding: 14px 18px; border-radius: 12px; margin-bottom: 18px; font-size: 14.5px; }
.alert--success { background: rgba(31,174,83,.16); border: 1px solid rgba(31,174,83,.4); color: #6fd394; }
.alert--error { background: rgba(226,87,76,.14); border: 1px solid rgba(226,87,76,.4); color: #ff8478; }

/* Conteúdo legal */
.legal-content { max-width: 820px; margin: 0 auto; }
.legal-content h2 { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 28px; margin: 34px 0 12px; color: var(--ink-on-dark); }
.legal-content h3 { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 21px; margin: 24px 0 10px; color: var(--ink-on-dark); }
.legal-content p, .legal-content li { color: var(--muted-on-dark); font-size: 16px; line-height: 1.75; margin-bottom: 14px; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: var(--gold-bright); border-bottom: 1px solid rgba(236,195,117,.4); }

/* Conteúdo de campanha (landing/campanha.blade.php) */
.service-content { padding: var(--pad) 0; background: var(--bg); color: var(--ink-on-dark); }
.service-content__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }

/* FAQ de campanha */
.service-faq { padding: var(--pad) 0; background: var(--bg); color: var(--ink-on-dark); }
.service-faq__list { display: grid; gap: 14px; max-width: 760px; margin: 0 auto; }
.faq__item { border: 1px solid var(--card-bd); border-radius: 16px; background: var(--card); overflow: hidden; transition: border-color .25s ease, transform .25s var(--ease), box-shadow .25s ease; }
.faq__item:hover { border-color: rgba(177,132,47,.35); transform: translateY(-3px); box-shadow: var(--glow); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; margin: 0; padding: 20px 22px; border: none; background: transparent;
  color: var(--ink-on-dark); font-family: "Inter", sans-serif; font-weight: 600; font-size: 16px;
  text-align: left; cursor: pointer; -webkit-appearance: none; appearance: none;
}
.faq__q:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: -2px; }
.faq__chevron { flex-shrink: 0; display: grid; place-items: center; color: var(--gold-bright); transition: transform .25s ease; }
.faq__q[aria-expanded="true"] .faq__chevron { transform: rotate(180deg); }
.faq__a { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .3s ease, opacity .25s ease; }
.faq__a > p { min-height: 0; overflow: hidden; margin: 0; padding: 0 22px 20px; color: var(--muted-on-dark); font-size: 15px; line-height: 1.6; }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; opacity: 1; }
.faq-help { text-align: center; margin-top: 28px; color: var(--muted-on-dark); font-size: 15px; }

/* Aliases de botões (classes antigas) */
.btn--whatsapp { color: #1a1305; background: linear-gradient(135deg, #f6e3b6 0%, var(--gold-2) 45%, var(--gold) 100%); box-shadow: 0 14px 34px rgba(177,132,47,.32); }
.btn--whatsapp:hover { box-shadow: 0 20px 48px rgba(177,132,47,.46); transform: translateY(-2px); }
.btn--primary, .btn--gold { color: #1a1305; background: linear-gradient(135deg, var(--gold-2), var(--gold)); }
.btn--secondary { color: var(--ink-on-dark); background: var(--card); border-color: var(--card-bd); }
.btn--outline, .btn--outline-white { color: #f7f4ee; background: rgba(255,255,255,.05); border-color: rgba(247,244,238,.3); }
.btn--outline:hover, .btn--outline-white:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.btn--outline-gold { color: var(--gold-bright); background: transparent; border: 1px solid rgba(177,132,47,.4); }
.btn--outline-gold:hover { background: rgba(177,132,47,.1); }
.btn--lg { min-height: 56px; padding: 16px 28px; font-size: 16px; }
.btn--xl { min-height: 60px; padding: 18px 30px; font-size: 17px; }
.btn--full { width: 100%; }

/* CTA final (partials/cta-final.blade.php) */
.cta-final { padding: var(--pad) 0; background: var(--black); color: #f7f4ee; position: relative; overflow: hidden; }
.cta-final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 520px at 15% 15%, rgba(177,132,47,.10), transparent 70%); pointer-events: none; }
.cta-final__grid { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.section__label--light { color: var(--gold-bright); }
.cta-final__title { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: clamp(32px, 4.6vw, 50px); line-height: 1.08; margin: 0 0 16px; color: #f7f4ee; }
.cta-final__title em { font-style: italic; color: var(--gold-bright); }
.cta-final__text { color: rgba(247,244,238,.78); font-size: 17px; margin-bottom: 26px; }
.cta-final__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.cta-final__checks { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.cta-final__check { display: inline-flex; align-items: center; gap: 8px; color: rgba(247,244,238,.75); font-size: 14px; }
.cta-final__check svg { flex-shrink: 0; color: var(--gold-bright); }

.form-card { padding: 32px; border: 1px solid rgba(177,132,47,.28); border-radius: 22px; background: var(--card); box-shadow: var(--glow); }
.form-card__title { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 26px; margin-bottom: 6px; color: var(--ink-on-dark); }
.form-card__sub { font-size: 14.5px; margin-bottom: 22px; }

/* Diferenciais (partials/differentials.blade.php) */
.differentials__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.diff-card { padding: 30px 26px; border: 1px solid var(--card-bd); border-radius: 18px; background: var(--card); transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease; }
.diff-card:hover { transform: translateY(-5px); box-shadow: var(--glow); border-color: rgba(177,132,47,.4); }
.diff-card__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px; border-radius: 13px; background: linear-gradient(150deg, rgba(177,132,47,.2), rgba(177,132,47,.05)); border: 1px solid rgba(177,132,47,.3); color: var(--gold-bright); transition: transform .3s var(--ease); }
.diff-card:hover .diff-card__icon { transform: scale(1.1) rotate(-4deg); }
.diff-card__icon svg { width: 24px; height: 24px; }
.diff-card h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: 20px; margin-bottom: 8px; color: var(--ink-on-dark); }
.diff-card p { color: var(--muted-on-dark); font-size: 14.5px; }

/* Processo / timeline (partials/process.blade.php) */
.process__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 72px); align-items: start; }
.process__bullets { display: grid; gap: 20px; margin: 28px 0; }
.process__bullet { display: flex; gap: 16px; }
.process__bullet-icon { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border-radius: 12px; background: rgba(177,132,47,.14); border: 1px solid rgba(177,132,47,.28); color: var(--gold-bright); }
.process__bullet strong { display: block; color: var(--ink-on-dark); font-family: "Inter", sans-serif; font-size: 16px; margin-bottom: 4px; }
.process__bullet p { color: var(--muted-on-dark); font-size: 15px; }

.timeline { display: grid; gap: 24px; position: relative; padding-left: 26px; }
.timeline::before { content: ""; position: absolute; left: 12px; top: 6px; bottom: 6px; width: 1px; background: linear-gradient(rgba(177,132,47,.4), rgba(177,132,47,.05)); }
.timeline__item { position: relative; display: flex; gap: 20px; }
.timeline__num { display: grid; place-items: center; position: relative; z-index: 1; width: 26px; height: 26px; margin-left: -12px; flex: 0 0 auto; border-radius: 50%; background: var(--black); border: 1px solid rgba(177,132,47,.4); color: var(--gold-bright); font-family: "Inter", sans-serif; font-size: 11px; font-weight: 700; }
.timeline__item--active .timeline__num { background: var(--gold); color: #1a1305; border-color: var(--gold); }
.timeline__body h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: 19px; margin-bottom: 4px; color: var(--ink-on-dark); }
.timeline__body p { color: var(--muted-on-dark); font-size: 14.5px; }

/* Sobre o escritório (partials/about.blade.php) */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 64px); align-items: center; }
.about__img-wrap { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid var(--card-bd); box-shadow: var(--glow); }
.about__img-wrap img { width: 100%; height: auto; display: block; }
.about__img-placeholder { width: 100%; aspect-ratio: 580/480; background: var(--card); }
.about__badge { position: absolute; left: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 14px; background: rgba(10,9,8,.9); backdrop-filter: blur(8px); border: 1px solid rgba(177,132,47,.3); color: #f7f4ee; }
.about__badge-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(177,132,47,.2); color: var(--gold-bright); flex-shrink: 0; }
.about__badge strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 17px; color: var(--gold-bright); }
.about__badge span { font-size: 12px; color: rgba(247,244,238,.7); }
.about__text-lg { font-size: 19px; line-height: 1.6; color: var(--ink-on-dark); margin-bottom: 16px; }
.about__text { color: var(--muted-on-dark); font-size: 16px; line-height: 1.75; margin-bottom: 26px; }
.about__vals { display: grid; gap: 18px; margin-bottom: 26px; }
.about__val { display: flex; gap: 14px; }
.about__val-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border-radius: 11px; background: rgba(177,132,47,.14); color: var(--gold-bright); }
.about__val strong { display: block; color: var(--ink-on-dark); font-family: "Inter", sans-serif; font-size: 15.5px; margin-bottom: 2px; }
.about__val p { color: var(--muted-on-dark); font-size: 14.5px; }
.about__seals { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.about__seal { display: inline-flex; align-items: center; gap: 7px; color: var(--muted-on-dark); font-size: 13px; }
.about__seal svg { flex-shrink: 0; color: var(--gold-bright); }

/* Números (partials/numbers.blade.php) */
.numbers { padding: var(--pad) 0; background: var(--black); position: relative; overflow: hidden; }
.numbers::before { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 420px at 50% 0%, rgba(177,132,47,.10), transparent 70%); pointer-events: none; }
.numbers .container { position: relative; }
.section__title--light { color: #f7f4ee; }
.numbers__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.num-card { text-align: center; padding: 30px 18px; border: 1px solid var(--card-bd); border-radius: 18px; background: var(--card); }
.num-card__value { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; font-size: clamp(36px, 4.4vw, 52px); color: var(--gold-bright); }
.num-card__divider { width: 32px; height: 2px; margin: 12px auto; background: rgba(177,132,47,.4); }
.num-card__label { color: rgba(247,244,238,.72); font-size: 14px; }

/* Equipe (partials/professional.blade.php) */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.team-card { padding: 32px 28px; border: 1px solid var(--card-bd); border-radius: 20px; background: var(--card); transition: transform .25s var(--ease), box-shadow .25s ease; }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--glow); }
.team-card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 18px; border-radius: 14px; background: rgba(177,132,47,.16); border: 1px solid rgba(177,132,47,.3); color: var(--gold-bright); transition: transform .3s var(--ease); }
.team-card:hover .team-card__icon { transform: scale(1.1) rotate(-4deg); }
.team-card__title { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: 21px; margin-bottom: 8px; color: var(--ink-on-dark); }
.team-card__desc { color: var(--muted-on-dark); font-size: 15px; }
.team-creds { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(244,239,227,.1); }
.team-cred { display: inline-flex; align-items: center; gap: 8px; color: var(--muted-on-dark); font-size: 13.5px; }
.team-cred svg { flex-shrink: 0; color: var(--gold-bright); }

/* Reveal com atraso */
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }

@media (max-width: 880px) {
  .areas-grid, .values-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .contato-grid { grid-template-columns: 1fr; }
  .cta-final__grid { grid-template-columns: 1fr; }
  .milestone { grid-template-columns: 1fr; gap: 6px; }
  .form-row { grid-template-columns: 1fr; }
  .differentials__grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
  .process__inner { grid-template-columns: 1fr; }
  .about__grid { grid-template-columns: 1fr; }
  .numbers__grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
  .team-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .service-content__grid { grid-template-columns: 1fr; }
}

/* Celular estreito: tudo em coluna única, nada de grid apertado */
@media (max-width: 520px) {
  .differentials__grid, .numbers__grid { grid-template-columns: 1fr; }
  .page-hero__ctas, .cta-final__actions, .service-faq .btn { flex-direction: column; align-items: stretch; }
}
