@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/fonts/barlow-500.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/barlow-600.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/barlow-700.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800; font-display: swap; src: url("assets/fonts/barlow-800.woff2") format("woff2"); }
@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("assets/fonts/dm-sans-variable.woff2") format("woff2"); }

:root {
  --black: #101112;
  --black-soft: #171819;
  --ink: #171819;
  --muted: #5d5e61;
  --line: #dadbdd;
  --paper: #f7f7f5;
  --white: #fff;
  --red: #d4131b;
  --red-dark: #b80e16;
  --gold: #b98a39;
  --shell: min(1240px, calc(100% - 80px));
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.45; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--black); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.topbar { color: #343538; background: var(--white); border-bottom: 1px solid #e7e7e7; font-size: .73rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; gap: 18px; }
.topbar-location { font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.pin-icon { color: var(--red); font-size: 1.2rem; vertical-align: -2px; }
.topbar-note { padding-left: 18px; border-left: 1px solid #cfcfd1; color: #6b6c70; }
.topbar-actions { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.topbar-whatsapp { font-weight: 600; }
.whatsapp-dot, .whatsapp-large { color: #15a45c; font-size: 1.45rem; vertical-align: -3px; }
.topbar-cta { padding: 9px 20px; color: var(--white); background: var(--red); font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.topbar-cta:hover, .button-red:hover { background: var(--red-dark); }
.site-header { position: relative; z-index: 20; color: var(--ink); background: var(--white); }
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 235px; }
.brand-logo { display: block; width: 56px; height: 56px; flex: 0 0 56px; object-fit: cover; border-radius: 50%; background: var(--black); }
.brand-mark { position: relative; display: inline-flex; align-items: center; width: 96px; height: 45px; color: var(--ink); font-family: var(--display); font-size: 3rem; font-style: italic; font-weight: 800; line-height: .7; letter-spacing: -.18em; }
.brand-mark span { position: relative; z-index: 1; transform: skew(-9deg); }
.brand-mark b { color: var(--red); font-weight: 800; transform: skew(-9deg); }
.brand-name { font-family: var(--display); font-size: .87rem; font-weight: 700; line-height: .95; letter-spacing: .18em; }
.brand-name strong { letter-spacing: .24em; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: .84rem; }
.main-nav a { position: relative; padding: 29px 0 25px; }
.main-nav a::after { position: absolute; right: 0; bottom: 17px; left: 0; height: 3px; content: ""; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: transparent; }
.hero { position: relative; min-height: 492px; display: flex; align-items: center; isolation: isolate; overflow: hidden; color: var(--white); background: var(--black); }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.2) 58%, rgba(0,0,0,.03)), linear-gradient(0deg, rgba(0,0,0,.5), transparent 42%); }
.hero-content { position: relative; min-height: 492px; display: flex; flex-direction: column; justify-content: center; padding: 62px 0 50px; }
.hero-brand { margin: 0 0 9px; font-size: .8rem; font-weight: 700; letter-spacing: .22em; }
.hero h1 { max-width: 9ch; margin: 0; font-family: var(--display); font-size: clamp(4rem, 6.5vw, 6.4rem); font-weight: 800; line-height: .84; letter-spacing: -.025em; }
.hero h1 em, .section-intro em, .package-intro em, .results-intro em, .why-band em { color: var(--red); font-style: normal; }
.hero h2 { margin: 15px 0 0; font-family: var(--display); font-size: clamp(1.5rem, 2.4vw, 2.25rem); line-height: 1; letter-spacing: .02em; }
.hero-text { max-width: 400px; margin: 12px 0 0; color: rgba(255,255,255,.85); font-size: .91rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 13px 24px; border: 0; font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: transform .25s var(--ease), background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { color: var(--white); background: var(--red); }
.button-light { color: var(--red); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--black); }
.hero-whatsapp, .cta-whatsapp { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: .78rem; line-height: 1.15; }
.hero-whatsapp strong, .cta-whatsapp strong { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-signature { position: absolute; right: 3%; bottom: 58px; margin: 0; color: var(--white); font-family: cursive; font-size: 1.55rem; line-height: .9; transform: rotate(-7deg); opacity: .92; }
.hero-signature::after { display: block; width: 72px; height: 2px; margin: 8px 0 0 auto; content: ""; background: var(--red); }
.section-light { background: var(--paper); }
.services { padding: 56px 0 58px; background: var(--paper); }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.red-rule { display: block; width: 35px; height: 3px; margin-bottom: 9px; background: var(--red); }
.eyebrow { margin: 0 0 3px; color: #313236; font-size: .68rem; letter-spacing: .17em; text-transform: uppercase; }
.section-intro h2, .package-intro h2, .results-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(2.55rem, 4.2vw, 4rem); font-weight: 800; line-height: .82; letter-spacing: -.01em; }
.intro-side { max-width: 300px; margin: 0 0 7px; color: #686a6e; font-size: .76rem; text-align: right; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { --card-lift: 0px; --card-rx: 0deg; --card-ry: 0deg; overflow: hidden; background: var(--white); box-shadow: 0 8px 22px rgba(17,18,19,.06); transform: perspective(900px) translate3d(0, calc(var(--reveal-y, 18px) + var(--card-lift)), 0) rotateX(var(--card-rx)) rotateY(var(--card-ry)); transform-style: preserve-3d; transition: transform .55s var(--ease), box-shadow .55s var(--ease); will-change: transform; }
.service-card img { height: 147px; object-fit: cover; transition: transform .7s var(--ease), filter .7s ease; }
.service-card:nth-child(3) img { object-position: center 54%; }
.service-card-body { position: relative; min-height: 133px; padding: 20px 16px 16px; }
.service-card h3 { margin: 5px 0 7px; font-family: var(--display); font-size: 1.5rem; line-height: .83; text-transform: uppercase; }
.service-card p { margin: 0; color: #6b6c70; font-size: .71rem; line-height: 1.35; }
.process-section { padding: 78px 0 84px; color: var(--ink); background: var(--white); }
.process-layout { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(46px, 7vw, 96px); }
.process-visual { position: relative; max-width: 480px; padding: 0 28px 28px 0; }
.process-image-frame { position: relative; z-index: 1; overflow: hidden; height: 405px; background: var(--black); }
.process-image-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(145deg, transparent 52%, rgba(0,0,0,.35)); pointer-events: none; }
.process-image-frame img { height: 100%; object-fit: cover; }
.process-visual::before { position: absolute; top: 28px; right: 0; bottom: 0; left: 28px; content: ""; border: 1px solid #d8d9da; }
.process-badge { position: absolute; right: 0; bottom: 0; z-index: 2; display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 11px; width: 205px; min-height: 82px; padding: 14px 16px; color: var(--white); background: var(--red); }
.process-badge span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font-family: var(--display); font-size: 1.45rem; font-weight: 800; }
.process-badge strong { font-family: var(--display); font-size: .85rem; line-height: .95; letter-spacing: .05em; }
.process-copy { max-width: 670px; }
.process-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 4.6rem); font-weight: 800; line-height: .82; letter-spacing: -.01em; }
.process-copy h2 em { color: var(--red); font-style: normal; }
.process-lead { max-width: 470px; margin: 20px 0 0; color: #65666a; font-size: .88rem; }
.process-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; margin-top: 31px; border-top: 1px solid #dcdedf; }
.process-step { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 18px 0 17px; border-bottom: 1px solid #dcdedf; }
.process-step > span { color: var(--red); font-family: var(--display); font-size: 1.45rem; font-weight: 800; line-height: .9; }
.process-step h3 { margin: 0 0 5px; font-family: var(--display); font-size: 1.25rem; line-height: .9; text-transform: uppercase; }
.process-step p { margin: 0; color: #707175; font-size: .68rem; line-height: 1.35; }
.process-button { margin-top: 28px; font-size: .66rem; }
.why-band { color: var(--white); background: linear-gradient(90deg, #171819, #101112 70%, #1d1e20); }
.why-inner { min-height: 150px; display: grid; grid-template-columns: 1.15fr 2fr; align-items: center; gap: 40px; }
.why-band h2 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3.2vw, 2.9rem); line-height: .83; }
.why-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.why-item { min-height: 56px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.32); }
.why-symbol { color: var(--white); font-size: 1.75rem; text-align: center; }
.why-item strong { font-family: var(--display); font-size: 1.03rem; line-height: .9; text-transform: uppercase; }
.packages { padding: 46px 0 52px; background: #fbfbfa; }
.package-layout { display: grid; grid-template-columns: .8fr 2fr; align-items: center; gap: 44px; }
.package-intro p:not(.eyebrow) { max-width: 310px; margin: 19px 0 20px; color: #696a6e; font-size: .77rem; }
.package-intro .button { font-size: .66rem; }
.package-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.package-card { --card-lift: 0px; --card-rx: 0deg; --card-ry: 0deg; min-height: 238px; display: flex; flex-direction: column; padding: 19px 18px 16px; color: var(--ink); background: #f0f0ee; border: 1px solid #ddd; transform: perspective(900px) translate3d(0, calc(var(--reveal-y, 18px) + var(--card-lift)), 0) rotateX(var(--card-rx)) rotateY(var(--card-ry)); transform-style: preserve-3d; transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .35s ease; will-change: transform; }
.package-card h3 { margin: 0; font-family: var(--display); font-size: 2rem; line-height: .88; }
.package-card > span { margin-top: 6px; color: #707175; font-size: .68rem; }
.package-card ul { display: grid; gap: 7px; margin: 19px 0; padding: 0; list-style: none; color: #44464a; font-size: .7rem; }
.package-card li::before { margin-right: 8px; color: var(--red); content: "✓"; font-weight: 800; }
.package-card.bronze { border-top: 6px solid #bb6c35; }
.package-card.gold { border-top: 6px solid var(--gold); }
.package-card.protection { color: var(--white); background: var(--black); border-color: var(--black); border-top: 6px solid var(--red); }
.package-card.protection > span, .package-card.protection ul { color: rgba(255,255,255,.75); }
.package-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 11px; border-top: 1px solid rgba(20,20,20,.18); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.protection .package-link { border-top-color: rgba(255,255,255,.25); }
.package-link span { color: var(--red); font-size: 1.2rem; }
.results { padding: 68px 0 78px; background: #eeeeec; }
.results-layout { display: grid; grid-template-columns: .64fr 1.25fr .66fr; align-items: center; gap: 18px; }
.results-intro p:not(.eyebrow) { max-width: 235px; margin: 18px 0 0; color: #6a6b6f; font-size: .77rem; }
.before-after { position: relative; overflow: hidden; min-height: 215px; aspect-ratio: 16 / 7; background: #202223; }
.ba-stage { position: relative; width: 100%; height: 100%; overflow: hidden; }
.ba-image { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.ba-before { z-index: 1; }
.ba-after { z-index: 2; clip-path: inset(0 0 0 var(--split, 50%)); }
.ba-divider { position: absolute; top: 0; bottom: 0; left: var(--split, 50%); z-index: 4; width: 2px; background: var(--white); box-shadow: 0 0 0 1px rgba(0,0,0,.14); pointer-events: none; transform: translateX(-1px); }
.ba-divider span { position: absolute; top: 50%; left: 50%; display: grid; width: 38px; height: 38px; place-items: center; color: var(--white); background: var(--black); border: 2px solid var(--white); border-radius: 50%; font-size: 1rem; transform: translate(-50%, -50%); }
.ba-range { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: 0; }
.ba-range:focus-visible { opacity: .14; outline: 3px solid var(--red); outline-offset: -3px; }
.ba-label { position: absolute; bottom: 13px; z-index: 4; padding: 5px 12px; color: var(--white); background: rgba(16,17,18,.86); font-family: var(--display); font-size: .8rem; text-transform: uppercase; pointer-events: none; }
.ba-label.before { left: 14px; }
.ba-label.after { right: 14px; background: var(--red); }
.results-note { min-height: 215px; display: flex; flex-direction: column; justify-content: center; padding: 26px; color: var(--white); background: var(--black); }
.results-note h3 { margin: 0; font-family: var(--display); font-size: 1.95rem; line-height: .88; }
.results-note .red-rule { margin-top: 17px; }
.results-note p { max-width: 185px; margin: 0; color: rgba(255,255,255,.74); font-size: .74rem; }
.cta-strip { color: var(--white); background: var(--red); }
.cta-inner { min-height: 105px; display: flex; align-items: center; gap: 34px; }
.cta-inner h2 { margin: 0 auto 0 0; font-family: var(--display); font-size: 2.5rem; line-height: .82; }
.cta-whatsapp { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.6); }
.cta-whatsapp .whatsapp-large { color: var(--white); }
.site-footer { color: var(--white); background: var(--black); }
.footer-main { min-height: 166px; display: grid; grid-template-columns: 1.25fr 1.25fr 1fr .6fr .6fr; align-items: center; gap: 26px; }
.brand-footer { min-width: 0; }
.footer-main nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 16px; font-size: .73rem; }
.footer-main nav a:hover, .footer-social:hover { color: var(--red); }
.footer-location { display: flex; align-items: center; gap: 10px; font-size: .75rem; }
.footer-location small { display: block; margin-top: 3px; color: #96979a; font-size: .64rem; }
.footer-pin { color: var(--red); font-size: 1.8rem; }
.footer-social { font-size: .73rem; }
.footer-social span { color: var(--red); font-size: 1.1rem; }
.footer-phrase { margin: 0; font-family: cursive; font-size: 1.35rem; line-height: .9; text-align: right; transform: rotate(-6deg); }
.footer-phrase em { color: #ff4b52; font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 17px 0; color: #8e8f92; border-top: 1px solid rgba(255,255,255,.15); font-size: .64rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 20px; z-index: 30; display: none; align-items: center; gap: 7px; padding: 12px 15px; color: var(--white); background: #087a42; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.22); font-size: .78rem; font-weight: 800; }
.floating-whatsapp:hover { background: #065b30; }
.reveal { --reveal-y: 18px; opacity: 0; transition: opacity .72s var(--ease), transform .72s var(--ease), box-shadow .55s var(--ease), border-color .35s ease; transition-delay: var(--reveal-delay, 0s); }
.reveal:not(.service-card):not(.package-card) { transform: translate3d(0, var(--reveal-y), 0); }
.reveal.is-visible { opacity: 1; --reveal-y: 0px; }
.reveal.is-visible:not(.service-card):not(.package-card) { transform: translate3d(0, 0, 0); }

@keyframes hero-image-in { from { opacity: .45; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes hero-entry { from { opacity: 0; transform: translate3d(0, 24px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
.hero-image { animation: hero-image-in 1.15s var(--ease) both; will-change: transform, opacity; }
.hero-content > * { opacity: 0; animation: hero-entry .78s var(--ease) both; will-change: transform, opacity; }
.hero-content > :nth-child(1) { animation-delay: .12s; }
.hero-content > :nth-child(2) { animation-delay: .2s; }
.hero-content > :nth-child(3) { animation-delay: .28s; }
.hero-content > :nth-child(4) { animation-delay: .36s; }
.hero-content > :nth-child(5) { animation-delay: .44s; }
.hero-content > :nth-child(6) { animation-delay: .52s; }

@media (hover: hover) {
  .service-card:hover, .package-card:hover { --card-lift: -8px; box-shadow: 0 20px 38px rgba(17,18,19,.16); }
  .service-card:hover img { transform: scale(1.055); filter: saturate(1.08) contrast(1.02); }
  .package-card.bronze:hover { border-color: #bb6c35; }
  .package-card.gold:hover { border-color: var(--gold); }
  .package-card.protection:hover { border-color: var(--red); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .hero-content > *, .hero-image { opacity: 1; animation: none; transform: none; } .reveal { opacity: 1; --reveal-y: 0px; transform: none; } .service-card, .package-card { transform: none; will-change: auto; } }
@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 720px); }
  .main-nav { gap: 17px; }
  .brand { min-width: 210px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout { grid-template-columns: .8fr 1.2fr; gap: 34px; }
  .process-image-frame { height: 350px; }
  .process-steps { grid-template-columns: 1fr; gap: 0; }
  .why-inner { min-height: 0; grid-template-columns: 1fr; gap: 23px; padding: 38px 0; }
  .why-items { gap: 0; }
  .package-layout { grid-template-columns: 1fr; gap: 25px; }
  .package-intro p:not(.eyebrow) { max-width: 600px; }
  .results-layout { grid-template-columns: .9fr 1.4fr; }
  .results-note { grid-column: 1 / -1; min-height: 140px; }
  .results-note p { max-width: 440px; }
  .footer-main { grid-template-columns: 1fr 1fr 1fr; padding: 34px 0; }
  .footer-phrase { text-align: left; }
}
@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); }
  .nav-inner { min-height: 66px; }
  .brand { min-width: 0; gap: 5px; }
  .brand-logo { width: 48px; height: 48px; flex-basis: 48px; }
  .brand-mark { width: 72px; height: 34px; font-size: 2.3rem; }
  .brand-name { font-size: .62rem; letter-spacing: .12em; }
  .brand-name strong { letter-spacing: .17em; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; padding: 8px; cursor: pointer; }
  .menu-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 66px; right: 0; left: 0; display: grid; gap: 0; padding: 8px 16px 18px; background: var(--white); box-shadow: 0 16px 26px rgba(0,0,0,.1); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid #ededed; }
  .main-nav a::after { bottom: 0; }
  .hero, .hero-content { min-height: 610px; }
  .hero-image { object-position: 67% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.28) 88%), linear-gradient(0deg, rgba(0,0,0,.68), transparent 50%); }
  .hero-content { padding: 54px 0 44px; justify-content: flex-end; }
  .hero-brand { font-size: .65rem; letter-spacing: .15em; }
  .hero h1 { font-size: clamp(3.35rem, 15vw, 5.2rem); }
  .hero h2 { max-width: 14ch; font-size: 1.6rem; }
  .hero-text { max-width: 290px; font-size: .78rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 21px; }
  .hero-actions .button { width: min(100%, 300px); }
  .hero-whatsapp { font-size: .74rem; }
  .hero-signature { right: 3%; bottom: 50%; font-size: 1.1rem; }
  .services { padding: 46px 0 45px; }
  .section-intro { display: block; }
  .intro-side { max-width: 300px; margin: 17px 0 0; text-align: left; }
  .section-intro h2, .package-intro h2, .results-intro h2 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .service-card img { height: 105px; }
  .service-card-body { min-height: 145px; padding: 19px 11px 12px; }
  .service-card h3 { font-size: 1.3rem; }
  .service-card p { font-size: .67rem; }
  .process-section { padding: 58px 0 62px; }
  .process-layout { grid-template-columns: 1fr; gap: 39px; }
  .process-visual { max-width: 100%; padding-right: 20px; }
  .process-image-frame { height: 300px; }
  .process-visual::before { top: 20px; left: 20px; }
  .process-badge { width: 190px; min-height: 72px; padding: 11px 13px; }
  .process-copy h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .process-lead { font-size: .78rem; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 0 16px; margin-top: 25px; }
  .process-step { grid-template-columns: 29px 1fr; gap: 8px; padding: 15px 0; }
  .process-step > span { font-size: 1.2rem; }
  .process-step h3 { font-size: 1.08rem; }
  .process-step p { font-size: .63rem; }
  .why-inner { padding: 44px 0 40px; }
  .why-band h2 { font-size: 2.35rem; }
  .why-items { grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .why-item { min-height: 45px; padding: 0 10px; }
  .why-item:nth-child(odd) { padding-left: 0; border-left: 0; }
  .why-item strong { font-size: .95rem; }
  .package-cards { grid-template-columns: 1fr; gap: 11px; }
  .package-card { min-height: 190px; }
  .results { padding-top: 48px; padding-bottom: 62px; }
  .results-layout { grid-template-columns: 1fr; gap: 18px; }
  .results-intro p:not(.eyebrow) { max-width: 300px; }
  .before-after, .ba-stage { min-height: 195px; height: 195px; }
  .results-note { grid-column: auto; min-height: 170px; }
  .cta-inner { min-height: 250px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 18px; }
  .cta-inner h2 { margin: 0; font-size: 2.55rem; }
  .cta-whatsapp { padding-left: 0; border-left: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding: 36px 0; }
  .brand-footer { grid-column: 1 / -1; }
  .footer-main nav { grid-column: 1 / -1; }
  .footer-location { grid-column: 1 / -1; }
  .footer-phrase { margin-left: auto; text-align: right; }
  .footer-bottom { display: grid; gap: 6px; padding: 14px 0 25px; }
  .floating-whatsapp { display: inline-flex; }
}
@media (max-width: 410px) {
  .service-card h3 { font-size: 1.16rem; }
  .service-card p { font-size: .62rem; }
  .why-item strong { font-size: .84rem; }
}
