/*
Theme Name: Aerobic Sport Center
Theme URI: https://academiaaerobicsportcenter.com.br/
Author: Construindo sua Marca
Description: Tema institucional exclusivo da Academia Aerobic Sport Center, com imagens gerenciáveis pelo painel do WordPress.
Version: 1.0.2
Text Domain: aerobic-sport-center
*/

:root {
  --red: #e21f26;
  --red-dark: #b70f16;
  --ink: #0b0b0c;
  --charcoal: #151516;
  --graphite: #222225;
  --silver: #9d9da2;
  --paper: #f4f1eb;
  --white: #ffffff;
}

* { box-sizing: border-box; min-width: 0; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { width: 100%; max-width: 100%; margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
main { width: 100%; max-width: 100vw; overflow-x: clip; }
.internal-page { min-height: calc(100vh - 96px); background: var(--paper); padding: 100px 0 120px; }
.internal-content { max-width: 980px; }
.internal-content h1 { max-width: 900px; margin: 0 0 50px; color: var(--ink); font-size: clamp(50px,7vw,88px); line-height: .95; }
.entry-content { color: #3d3d40; font-family: Arial,Helvetica,sans-serif; font-size: 16px; line-height: 1.85; }
.entry-content h2, .entry-content h3 { margin: 48px 0 18px; font-family: Georgia,'Times New Roman',serif; font-weight: 400; line-height: 1.15; }
.entry-content h2 { font-size: 38px; }
.entry-content h3 { font-size: 27px; }
.entry-content p, .entry-content ul, .entry-content ol { margin: 0 0 22px; }
.entry-content a { color: var(--red); text-decoration: underline; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

.site-header { height: 96px; padding: 0 4.5vw; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 32px; background: rgba(10,10,11,.96); color: #fff; position: relative; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand img { width: 210px; max-height: 68px; object-fit: contain; }
.nav { display: flex; justify-content: center; gap: clamp(20px, 2.6vw, 42px); }
.nav .nav-list { display: flex; justify-content: center; gap: clamp(20px, 2.6vw, 42px); margin: 0; padding: 0; list-style: none; }
.nav a { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; position: relative; }
.nav a::after { content: ""; height: 2px; width: 0; background: var(--red); position: absolute; left: 0; bottom: -9px; transition: width .25s ease; }
.nav a:hover::after { width: 100%; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border-radius: 3px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 18px; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 10px 35px rgba(226,31,38,.25); }
.button-primary:hover { background: var(--red-dark); }
.button-small { min-height: 48px; background: #fff; color: #111; }
.menu-toggle { display: none; }

.hero { height: min(820px, calc(100vh - 96px)); min-height: 650px; background: #090909; color: white; position: relative; isolation: isolate; }
.hero-image, .banner-image { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -3; }
.hero-image { background-image: var(--hero-desktop); background-position: center; filter: contrast(1.02) saturate(.92); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.88) 35%, rgba(5,5,5,.2) 67%, rgba(5,5,5,.08) 100%); z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.6), transparent 36%); z-index: -1; }
.hero-content { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-bottom: 95px; }
.eyebrow, .section-index { display: flex; align-items: center; gap: 14px; font-size: 10px; font-weight: 800; letter-spacing: .24em; }
.eyebrow span { width: 34px; height: 2px; background: var(--red); }
h1, h2, blockquote { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { font-size: clamp(68px, 7vw, 112px); line-height: .85; letter-spacing: -.055em; max-width: 760px; margin: 28px 0; }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.hero-content > p { max-width: 600px; color: #c7c7ca; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 28px; }
.text-link { font-size: 10px; font-weight: 800; letter-spacing: .13em; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.55); }
.text-link span { margin-left: 18px; }
.text-link.dark { border-color: #333; }
.hero-stats { position: absolute; bottom: 0; right: 0; width: min(63%, 890px); min-height: 112px; display: grid; grid-template-columns: repeat(3,1fr); background: rgba(18,18,19,.92); backdrop-filter: blur(16px); border-top: 1px solid rgba(255,255,255,.12); }
.hero-stats div { padding: 24px 30px; display: flex; align-items: center; gap: 16px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-stats strong { color: var(--red); font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.hero-stats span { font-size: 9px; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; color: #aaa; }

.section { padding: 130px 0; }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.about-photo { height: 670px; position: relative; }
.about-photo::before { content: ""; position: absolute; left: -18px; top: -18px; width: 75px; height: 75px; border-left: 2px solid var(--red); border-top: 2px solid var(--red); z-index: 2; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.04); }
.photo-badge { position: absolute; right: -40px; bottom: 45px; width: 210px; padding: 27px; background: var(--red); color: white; display: flex; flex-direction: column; }
.photo-badge strong { font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.photo-badge span { margin-top: 8px; font-size: 9px; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.section-index { color: #6e6e72; margin-bottom: 27px; }
.section-index.light { color: #999; }
h2 { font-size: clamp(48px, 5vw, 74px); line-height: .98; letter-spacing: -.045em; margin: 0; }
.about-copy .lead { font-family: Georgia, serif; font-size: 22px; line-height: 1.55; margin: 34px 0 20px; }
.about-copy > p:not(.lead) { color: #66666a; font-size: 15px; line-height: 1.8; }
.signature-line { display: flex; align-items: flex-start; gap: 17px; padding: 25px 0; margin: 27px 0 14px; border-top: 1px solid #d5d0c8; border-bottom: 1px solid #d5d0c8; }
.pulse-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--red); margin-top: 4px; box-shadow: 0 0 0 7px rgba(226,31,38,.12); }
.signature-line p { margin: 0; font-size: 12px; line-height: 1.6; letter-spacing: .04em; }

.programs { background: var(--ink); color: #fff; }
.programs-heading { display: grid; grid-template-columns: 1.2fr .6fr; gap: 80px; align-items: end; margin-bottom: 75px; }
.programs-heading p { color: #929298; font-size: 14px; line-height: 1.8; margin: 0 0 10px; }
.program-list { border-top: 1px solid #37373a; }
.program-card { min-height: 172px; display: grid; grid-template-columns: 100px 1fr 1fr 60px; gap: 32px; align-items: center; border-bottom: 1px solid #37373a; transition: background .25s, padding .25s; }
.program-card:hover { background: #171718; padding: 0 20px; }
.program-number { font-family: Georgia, serif; font-size: 23px; color: var(--red); }
.program-card small { color: #757579; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.program-card h3 { font-family: Georgia, serif; font-size: 38px; font-weight: 400; margin: 10px 0 0; }
.program-card p { color: #919195; font-size: 13px; line-height: 1.7; max-width: 390px; }
.program-card > a { width: 48px; height: 48px; border: 1px solid #48484c; border-radius: 50%; display: grid; place-items: center; font-size: 20px; transition: .25s; }
.program-card:hover > a { background: var(--red); border-color: var(--red); transform: rotate(45deg); }

.differentials { background: #fff; }
.differentials-title { display: grid; grid-template-columns: 1fr .55fr; gap: 100px; align-items: end; }
.differentials-title p { color: #707074; font-size: 15px; line-height: 1.8; }
.benefit-grid { margin-top: 75px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.benefit-grid article { padding: 36px 28px 42px; border-right: 1px solid #ddd; }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.benefit-grid h3 { font-family: Georgia, serif; font-size: 23px; font-weight: 400; line-height: 1.15; min-height: 80px; }
.benefit-grid p { color: #747478; font-size: 12px; line-height: 1.7; }

.gallery-section { background: #151516; color: #fff; }
.gallery-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 90px; align-items: end; margin-bottom: 65px; }
.gallery-heading p { margin: 0 0 8px; color: #98989c; font-size: 14px; line-height: 1.8; }
.gallery-carousel { position: relative; }
.gallery-viewport { width: 100%; overflow: hidden; }
.gallery-grid { display: flex; gap: 18px; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.gallery-card { flex: 0 0 calc((100% - 36px)/3); height: 430px; padding: 0; border: 0; background: #222; color: #fff; position: relative; overflow: hidden; cursor: pointer; text-align: left; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .4s ease; filter: saturate(.78); }
.gallery-card:hover img { transform: scale(1.035); filter: saturate(1); }
.gallery-card::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent,rgba(0,0,0,.75)); }
.gallery-card > span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 19px; display: flex; justify-content: space-between; align-items: center; }
.gallery-card b { color: var(--red); font-family: Georgia,serif; font-size: 23px; font-weight: 400; }
.gallery-card i { font-style: normal; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.gallery-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 32px; }
.gallery-controls button { width: 48px; height: 48px; border: 1px solid #55555a; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: .25s; }
.gallery-controls button:hover { background: var(--red); border-color: var(--red); }
.gallery-controls span { color: #88888d; font-size: 9px; letter-spacing: .16em; }
@keyframes galleryIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: none; } }
.lightbox { position: fixed; inset: 0; z-index: 100; padding: 50px 90px; display: grid; place-items: center; background: rgba(0,0,0,.94); backdrop-filter: blur(8px); }
.lightbox[hidden], .reviews-page[hidden] { display: none !important; }
.lightbox img { max-width: min(1400px,90vw); max-height: 86vh; object-fit: contain; box-shadow: 0 25px 90px rgba(0,0,0,.5); }
.lightbox-close { position: absolute; top: 24px; right: 28px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #555; background: #111; color: #fff; font-size: 28px; cursor: pointer; }
.lightbox-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid #555; background: #111; color: #fff; cursor: pointer; }
.lightbox-arrow.left { left: 25px; }
.lightbox-arrow.right { right: 25px; }

.banner { height: 730px; position: relative; color: white; isolation: isolate; overflow: hidden; }
.banner-image { background-image: var(--banner-desktop); background-position: center; }
.banner-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.55) 50%,rgba(0,0,0,.1)); z-index: -2; }
.banner-content { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.banner-content > span { font-size: 10px; font-weight: 800; letter-spacing: .22em; color: #bbb; }
.banner h2 { margin: 25px 0 40px; font-size: clamp(58px, 6vw, 88px); }

.testimonials { background: var(--paper); }
.reviews-heading { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; margin-bottom: 65px; }
.google-score { min-width: 300px; padding: 20px 22px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 15px; border: 1px solid #d4d0c9; background: rgba(255,255,255,.48); transition: .25s; }
.google-score:hover { transform: translateY(-3px); background: #fff; }
.google-g, .google-mini { font-family: Arial,sans-serif; font-weight: 900; color: #4285f4; }
.google-g { font-size: 30px; }
.google-score div { display: flex; flex-direction: column; gap: 3px; }
.google-score strong { font-family: Georgia,serif; font-size: 22px; font-weight: 400; }
.google-score strong span { color: #f5b400; font-family: Arial,sans-serif; font-size: 11px; letter-spacing: .08em; }
.google-score small { color: #77777b; font-size: 9px; letter-spacing: .08em; }
.google-score b { font-size: 19px; }
.reviews-viewport { overflow: hidden; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; animation: reviewsIn .45s ease both; }
.review-card { min-height: 390px; padding: 37px 34px; background: #fff; border-top: 4px solid var(--red); display: flex; flex-direction: column; box-shadow: 0 18px 55px rgba(40,30,20,.055); }
.review-top { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 13px; }
.review-avatar { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; font-family: Georgia,serif; font-size: 21px; }
.review-stars { color: #f5b400; font-size: 12px; letter-spacing: .12em; }
.google-mini { font-size: 17px; }
.review-card blockquote { flex: 1; margin: 42px 0 35px; font-size: clamp(25px,2.2vw,34px); line-height: 1.25; letter-spacing: -.025em; }
.review-person { padding-top: 20px; border-top: 1px solid #e1ded8; display: flex; flex-direction: column; gap: 6px; }
.review-person strong { font-size: 12px; }
.review-person small { color: #8a8a8e; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.reviews-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 34px; }
.testimonial-controls { display: flex; gap: 18px; align-items: center; margin-top: 45px; }
.testimonial-controls button { border: 1px solid #c9c5bf; width: 48px; height: 48px; border-radius: 50%; background: transparent; cursor: pointer; transition: .25s; }
.testimonial-controls button:hover { background: var(--red); color: #fff; border-color: var(--red); }
.testimonial-controls span { font-size: 10px; letter-spacing: .15em; color: #6c6c70; }
@keyframes reviewsIn { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }

.contact { background: #202023; color: white; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 130px; align-items: center; }
.contact h2 { font-size: clamp(54px, 6vw, 86px); }
.contact p { max-width: 560px; color: #aaaab0; font-size: 16px; line-height: 1.8; margin: 30px 0; }
.contact-info { border-top: 1px solid #4b4b4e; }
.contact-info > div { padding: 25px 0; border-bottom: 1px solid #4b4b4e; display: grid; grid-template-columns: 120px 1fr; gap: 20px; }
.contact-info small { font-size: 8px; font-weight: 800; letter-spacing: .2em; color: var(--red); }
.contact-info strong { font-size: 13px; line-height: 1.6; font-weight: 500; }
.contact-info > a { display: inline-block; margin-top: 28px; font-size: 9px; font-weight: 800; letter-spacing: .14em; border-bottom: 1px solid #777; padding-bottom: 12px; }

footer { background: #09090a; color: white; padding: 55px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 60px; }
.footer-grid img { width: 190px; }
.footer-grid p { color: #8a8a8f; font-family: Georgia,serif; font-size: 16px; line-height: 1.6; }
.footer-grid > div { display: flex; gap: 25px; }
.footer-grid a { font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.footer-bottom { margin-top: 45px; padding-top: 22px; border-top: 1px solid #28282a; display: flex; justify-content: space-between; color: #66666a; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 50; width: 58px; height: 58px; border-radius: 50%; background: #23ca65; color: white; display: grid; place-items: center; font-size: 11px; font-weight: 900; box-shadow: 0 15px 35px rgba(0,0,0,.25); transition: transform .25s; }
.whatsapp-float svg { width: 31px; height: 31px; }
.whatsapp-float:hover { transform: scale(1.08); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 180px 1fr auto; height: 82px; }
  .brand img { width: 170px; }
  .nav { position: absolute; top: 82px; left: 0; right: 0; background: #111; display: none; flex-direction: column; padding: 35px; gap: 28px; }
  .nav.open { display: flex; }
  .menu-toggle { display: flex; width: 42px; height: 42px; background: transparent; border: 0; flex-direction: column; justify-content: center; gap: 5px; justify-self: end; }
  .menu-toggle span { width: 25px; height: 1px; background: white; display: block; }
  .header-cta { display: none; }
  .hero { height: auto; min-height: 760px; }
  .hero-stats { width: 100%; }
  .about-grid, .programs-heading, .differentials-title, .gallery-heading, .contact-grid { gap: 55px; }
  .review-card { min-height: 360px; padding: 30px 25px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid #ddd; }
}

@media (max-width: 720px) {
  .container { width: auto; max-width: none; margin-left: 18px; margin-right: 18px; }
  .internal-page { min-height: calc(100vh - 82px); padding: 65px 0 80px; }
  .internal-content h1 { margin-bottom: 35px; font-size: 43px; }
  .entry-content { font-size: 15px; line-height: 1.75; }
  .entry-content h2 { font-size: 31px; }
  .site-header { width: 100%; max-width: 100%; overflow: hidden; padding: 0 18px; display: flex; align-items: center; justify-content: center; }
  .brand { width: 190px; max-width: calc(100vw - 36px); overflow: visible; display: flex; align-items: center; justify-content: center; }
  .brand img { width: 185px; max-width: 100%; margin: 0 auto; }
  .menu-toggle, .nav { display: none !important; }
  .hero { width: 100%; max-width: 100%; height: 760px; min-height: 760px; padding: 0; overflow: hidden; }
  .hero-image { background-image: var(--hero-mobile); background-position: center top; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,5,5,1) 0%, rgba(5,5,5,.98) 43%, rgba(5,5,5,.5) 60%, rgba(5,5,5,.04) 82%, rgba(5,5,5,.08) 100%); }
  .hero-content { width: auto; max-width: calc(100% - 36px); height: 100%; justify-content: flex-start; padding-top: 315px; padding-bottom: 130px; }
  .eyebrow { font-size: 7px; letter-spacing: .19em; }
  .eyebrow span { width: 24px; }
  h1 { width: 100%; max-width: 100%; font-size: clamp(42px, 12vw, 52px); line-height: .92; margin: 13px 0 12px; overflow-wrap: normal; }
  .hero-content > p { width: 100%; max-width: 330px; font-size: 11.5px; line-height: 1.5; margin: 0; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 7px; margin-top: 14px; }
  .hero-actions .text-link { padding: 9px 0; }
  .button { max-width: 100%; min-height: 48px; padding: 0 15px; gap: 12px; font-size: 8px; white-space: normal; text-align: center; }
  .hero-stats { grid-template-columns: repeat(3,1fr); min-height: 124px; height: 124px; }
  .hero-stats div { flex-direction: column; align-items: flex-start; justify-content: center; padding: 12px 10px; gap: 4px; }
  .hero-stats strong { font-size: 25px; line-height: 1; }
  .hero-stats span { font-size: 6.5px; line-height: 1.45; }
  .section { width: 100%; max-width: 100%; overflow: hidden; padding: 72px 0; }
  .about-grid, .programs-heading, .differentials-title, .gallery-heading, .contact-grid { grid-template-columns: 1fr; }
  .about-photo { height: 510px; }
  .photo-badge { right: -5px; width: 170px; }
  h2, .contact h2 { max-width: 100%; font-size: 42px; line-height: .98; overflow-wrap: break-word; }
  .about-copy .lead { font-size: 19px; }
  .programs-heading { gap: 25px; margin-bottom: 40px; }
  .program-card { grid-template-columns: 40px 1fr 44px; gap: 14px; min-height: 150px; }
  .program-card p { display: none; }
  .program-card h3 { font-size: 29px; }
  .program-card > a { grid-column: 3; grid-row: 1; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { border-right: 0; border-bottom: 1px solid #ddd; }
  .benefit-grid h3 { min-height: auto; }
  .gallery-heading { gap: 25px; margin-bottom: 38px; }
  .gallery-grid { display: flex; gap: 14px; }
  .gallery-card { display: block; flex-basis: 100%; height: 390px; }
  .lightbox { padding: 70px 18px; }
  .lightbox-arrow { width: 44px; height: 44px; top: auto; bottom: 18px; transform: none; }
  .banner { width: 100%; max-width: 100%; height: 650px; overflow: hidden; }
  .banner-image { background-image: var(--banner-mobile); background-position: center top; }
  .banner-overlay { background: linear-gradient(0deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.92) 43%,rgba(0,0,0,.3) 62%,rgba(0,0,0,.05) 100%); }
  .banner-content { width: auto; max-width: calc(100% - 36px); justify-content: flex-start; padding-top: 318px; }
  .banner-content > span { font-size: 7px; letter-spacing: .19em; }
  .banner h2 { max-width: 100%; margin: 15px 0 22px; font-size: 43px; line-height: .94; }
  .reviews-heading { grid-template-columns: 1fr; gap: 35px; margin-bottom: 40px; }
  .google-score { min-width: 0; width: 100%; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 305px; }
  .review-card blockquote { font-size: 28px; margin: 30px 0; }
  .reviews-footer { align-items: flex-end; gap: 20px; }
  .reviews-footer .text-link { max-width: 190px; line-height: 1.6; }
  .contact-grid { gap: 65px; }
  .contact-info > div { grid-template-columns: 90px 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; justify-items: center; text-align: center; }
  .footer-grid img { margin: 0 auto; }
  .footer-grid p { max-width: 300px; margin: 0 auto; }
  .footer-grid > div { justify-content: center; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 10px; text-align: center; }
  footer { width: 100%; max-width: 100%; overflow: hidden; }
  .whatsapp-float { right: 16px; bottom: 16px; }
}

@media (max-width: 380px) {
  .container { margin-left: 15px; margin-right: 15px; }
  .site-header { padding-left: 15px; padding-right: 15px; }
  .brand { width: 180px; max-width: calc(100vw - 30px); }
  .brand img { width: 175px; }
  .hero-content, .banner-content { max-width: calc(100% - 30px); }
  h1 { font-size: 40px; }
  h2, .contact h2 { font-size: 38px; }
  .banner h2 { font-size: 39px; }
  .eyebrow { font-size: 6.5px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content > * { animation: rise .7s both; }
  .hero-content > *:nth-child(2) { animation-delay: .08s; }
  .hero-content > *:nth-child(3) { animation-delay: .16s; }
  .hero-content > *:nth-child(4) { animation-delay: .24s; }
  @keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
}
