/* ============================================================
   Abogado Cannábico — abogadocannabico.com
   Diseño: handoff Claude Design "Rediseño web abogado cannábico"
   ============================================================ */

:root {
  --bg: #24352a;
  --bg-panel: #2c4033;
  --bg-dark: #1c2a20;
  --gold: #d3b077;
  --text: #ecefe6;
  --text-88: rgba(236, 239, 230, .88);
  --text-82: rgba(236, 239, 230, .82);
  --text-78: rgba(236, 239, 230, .78);
  --text-70: rgba(236, 239, 230, .7);
  --text-68: rgba(236, 239, 230, .68);
  --text-65: rgba(236, 239, 230, .65);
  --text-45: rgba(236, 239, 230, .45);
  --border: rgba(236, 239, 230, .14);
  --border-18: rgba(236, 239, 230, .18);
  --font: 'Space Grotesk', sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
a:hover { opacity: .85; }
::selection { background: var(--gold); color: var(--bg-dark); }

img { max-width: 100%; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.kicker {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
}

.btn-primary {
  display: inline-block;
  padding: 16px 34px;
  background: var(--gold);
  color: var(--bg-dark);
  font-weight: 700;
  font-size: 15px;
}

.btn-outline {
  display: inline-block;
  padding: 14px 30px;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-weight: 700;
  font-size: 14.5px;
}

/* ---------- Header ---------- */

.site-header { border-bottom: 1px solid var(--border); }

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand { display: flex; align-items: center; gap: 12px; }

.brand-mark {
  width: 38px;
  height: 38px;
  border: 1.5px solid var(--gold);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}

.brand-name { font-weight: 700; font-size: 16px; letter-spacing: .06em; }

.brand-logo { height: 46px; width: auto; display: block; }

.nav-toggle { display: none; }

.nav-toggle-label {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px 0;
}

.nav-toggle-label span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-88);
}

.site-nav .active { color: var(--gold); font-weight: 700; }

.nav-cta {
  padding: 11px 24px;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
}

/* ---------- Hero ---------- */

.hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  padding-top: 80px;
  padding-bottom: 80px;
  align-items: center;
}

.hero .kicker { margin-bottom: 22px; }

.hero h1 {
  margin: 0 0 28px;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.02em;
}

.hero h1 em { font-style: normal; color: var(--gold); }

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 44px;
}

.hero-phone { font-size: 14px; line-height: 1.45; color: var(--text-70); }

.hero-phone a { font-weight: 700; color: var(--text); font-size: 16px; }

.hero-badges { display: flex; gap: 40px; }

.hero-badges .stars {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: .12em;
  margin-bottom: 6px;
}

.hero-badges .badge-text { font-size: 13px; color: var(--text-65); }

.hero-badges .badge-text b { color: var(--text); font-size: 14.5px; }

.hero-badges .badge-years {
  border-left: 1px solid var(--border-18);
  padding-left: 40px;
}

.hero-badges .years-num {
  color: var(--gold);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 2px;
}

.hero-media { position: relative; }

.hero-media img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(.85);
  display: block;
}

.hero-media .frame {
  position: absolute;
  inset: 0;
  border: 1px solid var(--gold);
  border-radius: 4px;
  transform: translate(14px, 14px);
  pointer-events: none;
}

/* ---------- Conócenos (about strip) ---------- */

.about-strip { border-top: 1px solid var(--border); }

.about-strip .container {
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
}

.about-strip h2 {
  margin: 0 0 22px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.015em;
}

.about-strip p {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-70);
}

.about-strip p:last-of-type { margin-bottom: 24px; }

.link-more {
  color: var(--gold);
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
}

/* ---------- Defensa CBD / THC ---------- */

.defense { border-top: 1px solid var(--border); }

.defense .container {
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.defense .kicker { margin-bottom: 14px; }

.defense h2 {
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.015em;
}

.defense p {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-68);
}

.defense ol {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14.5px;
  counter-reset: pillar;
}

.defense ol li {
  padding: 11px 0;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 14px;
  counter-increment: pillar;
}

.defense ol li:last-child { border-bottom: 1px solid var(--border); }

.defense ol li::before {
  content: counter(pillar, decimal-leading-zero);
  color: var(--gold);
  font-weight: 700;
  font-size: 12px;
  padding-top: 2px;
}

.defense .btn-outline { margin-top: 26px; }

/* ---------- Servicios ---------- */

.services { border-top: 1px solid var(--border); }

.services .container { padding-top: 64px; padding-bottom: 64px; }

.services .kicker { margin-bottom: 14px; }

.services h2 {
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.015em;
  max-width: 760px;
  line-height: 1.18;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  border: 1px solid var(--border);
  background: var(--bg-panel);
}

.service-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  filter: saturate(.8);
}

.service-card-body { padding: 24px; }

.service-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
}

.service-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--text-78);
}

.service-card ul li::before { content: '· '; }

/* ---------- CTA banner ---------- */

.cta-banner {
  padding: 48px 56px;
  border: 1px solid var(--gold);
  background: var(--bg-panel);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.cta-banner h2 {
  margin: 0;
  font-size: 27px;
  font-weight: 700;
  max-width: 460px;
  line-height: 1.2;
}

.cta-banner-actions { display: flex; align-items: center; gap: 24px; }

.cta-banner-phone { font-size: 14px; color: var(--text-70); }

.cta-banner-phone a { font-weight: 700; font-size: 17px; color: var(--text); }

/* ---------- Propuesta de valor ---------- */

.value .container { padding-top: 64px; padding-bottom: 64px; }

.value .kicker { margin-bottom: 14px; }

.value h2 {
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.015em;
  max-width: 700px;
  line-height: 1.18;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.value-item { border-top: 2px solid var(--gold); padding-top: 22px; }

.value-item .num {
  font-size: 15px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 10px;
}

.value-item h3 { margin: 0 0 10px; font-size: 19px; font-weight: 700; }

.value-item p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-68);
}

/* ---------- Testimonios ---------- */

.testimonials .container { padding-bottom: 64px; }

.testimonials .kicker { margin-bottom: 14px; }

.testimonials h2 {
  margin: 0 0 36px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.015em;
  max-width: 640px;
  line-height: 1.18;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.testimonial {
  border: 1px solid var(--border);
  background: var(--bg-panel);
  padding: 32px;
}

.testimonial .stars {
  color: var(--gold);
  font-size: 17px;
  letter-spacing: .15em;
  margin-bottom: 14px;
}

.testimonial blockquote {
  margin: 0 0 20px;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--text-82);
}

.testimonial-author { display: flex; align-items: center; gap: 12px; }

.testimonial-author .avatar {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}

.testimonial-author .name { font-weight: 700; font-size: 15px; }

/* ---------- CTA final ---------- */

.cta-final {
  background: var(--bg-dark);
  border-top: 1px solid var(--border);
}

.cta-final .container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.cta-final .kicker { margin-bottom: 16px; }

.cta-final h2 {
  margin: 0 auto 32px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.015em;
  max-width: 700px;
  line-height: 1.15;
}

.cta-final-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

.cta-final-phone { font-size: 16px; font-weight: 700; }

.cta-final-phone a { color: var(--gold); }

/* ---------- Footer ---------- */

.site-footer { border-top: 1px solid var(--border); }

.site-footer .footer-cols {
  padding-top: 56px;
  padding-bottom: 56px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 48px;
  font-size: 14px;
}

.site-footer h4 {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--gold);
}

.site-footer p { margin: 0; line-height: 1.7; color: var(--text-68); }

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-68);
}

.footer-links a[href^="tel"] { color: var(--gold); font-weight: 700; }

.footer-bottom { border-top: 1px solid var(--border); }

.footer-bottom .container {
  padding-top: 18px;
  padding-bottom: 26px;
  font-size: 13px;
  color: var(--text-45);
}

/* ============================================================
   Páginas interiores
   ============================================================ */

/* ---------- Hero de página interior ---------- */

.page-hero { padding-top: 72px; padding-bottom: 56px; }

.page-hero .kicker { margin-bottom: 20px; }

.page-hero h1 {
  margin: 0 0 22px;
  font-size: 52px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -.02em;
}

.page-hero p {
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  color: var(--text-70);
  max-width: 860px;
}

/* Variante Sobre nosotros: dos columnas con imagen */
.about-hero {
  padding-top: 72px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 56px;
  align-items: center;
}

.about-hero h1 {
  margin: 0 0 22px;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.02em;
}

.about-hero .lead { margin: 0; font-size: 18px; line-height: 1.6; color: var(--text-70); }

.framed-media { position: relative; }

.framed-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(.85);
  display: block;
}

.framed-media .frame {
  position: absolute;
  inset: 0;
  border: 1px solid var(--gold);
  border-radius: 4px;
  transform: translate(14px, 14px);
  pointer-events: none;
}

/* ---------- Bloque de texto a dos columnas (Quiénes somos) ---------- */

.prose-split { border-top: 1px solid var(--border); }

.prose-split .container {
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
}

.prose-split h2 {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.015em;
}

.prose-split p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-70);
}

.prose-split p:last-child { margin-bottom: 0; }

/* ---------- Áreas (tarjetas numeradas) ---------- */

.areas { border-top: 1px solid var(--border); }

.areas .container { padding-top: 64px; padding-bottom: 64px; }

.areas h2 {
  margin: 0 0 36px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.015em;
  max-width: 760px;
}

.areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.area-card {
  border: 1px solid var(--border);
  background: var(--bg-panel);
  padding: 30px;
}

.area-card .num { font-size: 13px; font-weight: 700; color: var(--gold); margin-bottom: 12px; }

.area-card h3 { margin: 0 0 12px; font-size: 19px; font-weight: 700; }

.area-card p { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--text-70); }

/* ---------- Tres columnas de texto ---------- */

.trio { border-top: 1px solid var(--border); }

.trio .container {
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}

.trio h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--gold);
}

.trio p { margin: 0 0 14px; font-size: 15px; line-height: 1.7; color: var(--text-70); }

.trio p:last-child { margin-bottom: 0; }

/* ---------- Principios (imagen + lista) ---------- */

.principles { border-top: 1px solid var(--border); }

.principles .container { padding-top: 64px; padding-bottom: 64px; }

.principles .kicker { margin-bottom: 14px; }

.principles > .container > h2 {
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.015em;
}

.principles-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.principles-list { display: flex; flex-direction: column; gap: 28px; }

.principles-list > div { border-top: 2px solid var(--gold); padding-top: 20px; }

.principles-list h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; }

.principles-list p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--text-70); }

.principles-grid .framed-media img { height: 420px; }

/* ---------- Filas alternas imagen/texto (Servicios, Defensa CBD/THC) ---------- */

.detail-rows { border-top: 1px solid var(--border); }

.detail-rows .container {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.detail-row {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 56px;
  align-items: center;
}

.detail-row.reverse { grid-template-columns: .82fr 1fr; }

.detail-row + .detail-row {
  border-top: 1px solid var(--border);
  padding-top: 56px;
}

.detail-row .num { font-size: 15px; font-weight: 700; color: var(--gold); margin-bottom: 10px; }

.detail-row h2 {
  margin: 0 0 16px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.015em;
}

.detail-row p { margin: 0 0 20px; font-size: 15px; line-height: 1.75; color: var(--text-70); }

.detail-row p:last-child { margin-bottom: 0; }

.detail-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14.5px;
  color: var(--text-82);
}

.detail-row ul li::before { content: '· '; }

.detail-row img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(.85);
  display: block;
}

.detail-row.compact img { height: 280px; }

/* La imagen va primero visualmente en las filas .reverse */
.detail-row.reverse .media { order: -1; }

/* ---------- Contacto ---------- */

.contact { border-top: 1px solid var(--border); }

.contact .container {
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

.contact h2 {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.015em;
}

.contact-info { display: flex; flex-direction: column; gap: 20px; }

.contact-info .info-card {
  border: 1px solid var(--border);
  background: var(--bg-panel);
  padding: 26px 28px;
}

.contact-info .info-label {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.contact-info .info-value { font-size: 20px; font-weight: 700; }

.contact-info .info-value.phone { font-size: 22px; }

.contact-info .info-note { margin: 8px 0 0; font-size: 14px; line-height: 1.7; color: rgba(236, 239, 230, .62); }

.contact-form {
  border: 1px solid var(--gold);
  background: var(--bg-panel);
  padding: 44px 48px;
}

.contact-form .form-grid { display: flex; flex-direction: column; gap: 18px; }

.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.contact-form .field { display: flex; flex-direction: column; gap: 8px; }

.contact-form label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  color: rgba(236, 239, 230, .75);
}

.contact-form input,
.contact-form textarea {
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid rgba(236, 239, 230, .2);
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  outline: none;
}

.contact-form textarea { resize: vertical; }

.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--gold); }

.contact-form button {
  padding: 16px 34px;
  background: var(--gold);
  color: var(--bg-dark);
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  justify-self: start;
  width: fit-content;
}

.form-status {
  font-size: 14px;
  padding: 12px 16px;
  display: none;
}

.form-status.success { color: var(--gold); border: 1px solid rgba(211, 176, 119, .5); }

.form-status.error { color: #e0a48a; border: 1px solid rgba(224, 164, 138, .4); }

.form-status.is-visible { display: block; }

/* ---------- Páginas legales ---------- */

.legal .container { max-width: 900px; padding-top: 56px; padding-bottom: 64px; }

.legal-prose h2 {
  margin: 44px 0 16px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.25;
}

.legal-prose h3 {
  margin: 34px 0 14px;
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.3;
}

.legal-prose > :first-child { margin-top: 0; }

.legal-prose p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-70);
}

.legal-prose strong { color: var(--text); }

.legal-prose a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-prose ol,
.legal-prose ul {
  margin: 0 0 16px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-70);
}

.legal-prose li { margin-bottom: 8px; }

/* Enlaces legales en el pie */

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap;
}

.footer-legal a { color: var(--text-45); }

.footer-legal a:hover { color: var(--gold); opacity: 1; }

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
  .hero h1 { font-size: 44px; }

  .page-hero h1,
  .about-hero h1 { font-size: 40px; }

  .services-grid,
  .value-grid { grid-template-columns: 1fr 1fr; }

  .trio .container { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 900px) {
  .nav-toggle-label { display: flex; }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--bg-dark);
    border-bottom: 1px solid var(--border);
    padding: 8px 40px 20px;
    z-index: 20;
  }

  .site-nav a { padding: 12px 0; width: 100%; }

  .site-nav .nav-cta {
    width: auto;
    margin-top: 12px;
    padding: 11px 24px;
  }

  .site-header { position: relative; }

  .nav-toggle:checked ~ .site-nav { display: flex; }

  .hero,
  .defense .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-strip .container,
  .prose-split .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-media img { height: 320px; }

  .testimonials-grid { grid-template-columns: 1fr; }

  .about-hero {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .areas-grid { grid-template-columns: 1fr; }

  .principles-grid { grid-template-columns: 1fr; gap: 36px; }

  .principles-grid .framed-media img { height: 320px; }

  .detail-row,
  .detail-row.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  /* En móvil la imagen siempre debajo del texto */
  .detail-row.reverse .media { order: 0; }

  .contact .container { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .container { padding-left: 24px; padding-right: 24px; }

  .site-nav { padding-left: 24px; padding-right: 24px; }

  .brand-logo { height: 38px; }

  .hero { padding-top: 48px; padding-bottom: 48px; }

  .hero h1 { font-size: 36px; }

  .page-hero h1,
  .about-hero h1 { font-size: 34px; }

  .page-hero p,
  .about-hero .lead { font-size: 17px; }

  .hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; }

  .hero-badges { flex-direction: column; gap: 20px; }

  .hero-badges .badge-years { border-left: 0; padding-left: 0; }

  .services-grid,
  .value-grid { grid-template-columns: 1fr; }

  .cta-banner { padding: 32px 28px; }

  .cta-final h2 { font-size: 28px; }

  .contact-form { padding: 28px 24px; }

  .contact-form .form-row { grid-template-columns: 1fr; }

  .site-footer .footer-cols { grid-template-columns: 1fr; gap: 32px; }
}
