
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
:root{
  --text:#1d1d1f;
  --muted:#6e6e73;
  --accent:#6366f1;
  --whatsapp:#25d366;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --transition: 0.8s var(--ease);
}
html, body { overflow-x: hidden; width: 100%; position: relative; scroll-behavior:smooth; }
body{font-family:'Inter',sans-serif;color:var(--text);-webkit-font-smoothing:antialiased;background:#f5f5f7;}

/* ── BG GRADIENT SCENE ── */
.bg-scene{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none;}
.bg-scene::before{
  content:'';position:absolute;inset:0;
  background:
    radial-gradient(circle at 10% 10%, #eff6ff 0%, transparent 40%),
    radial-gradient(circle at 90% 5%,  #f5f3ff 0%, transparent 40%),
    radial-gradient(circle at 50% 100%,#f0f9ff 0%, transparent 40%);
  background-color:#f5f5f7;
}
.blob{position:absolute;border-radius:50%;filter:blur(120px);opacity:.2;}
.blob-1{width:600px;height:600px;background:#dbeafe;top:-150px;left:-150px;animation:float 15s ease-in-out infinite;}
.blob-2{width:500px;height:500px;background:#ede9fe;top:30%;right:-100px;animation:float 18s ease-in-out infinite reverse;}
@keyframes float{0%,100%{transform:translateY(0) scale(1);}50%{transform:translateY(-30px) scale(1.05);}}

/* ── ANIMATIONS ── */
@keyframes fadeInBlur {
  from { opacity: 0; filter: blur(15px); transform: translateY(40px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}

/* ── NAV ── */
nav{
  position:fixed;top:0;left:0;z-index:200;
  width:100%; height:80px;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 2rem;
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(0,0,0,0.04);
  transition: background 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}
.logo { display: flex; align-items: center; }
.logo img{ height:44px; transition: filter 0.4s ease, transform 0.3s var(--ease); }
.logo:hover img{ transform: scale(1.04); }
.nav-links{ display:flex; gap:2.5rem; list-style:none; }
.nav-links a{ color:#374151; text-decoration:none; font-size:14px; font-weight:500; transition:color 0.3s ease; }
.nav-links a:hover{ color:#111; }
.nav-cta{
  background: #111827; color:#fff; border:1px solid #111827; padding:0.6rem 1.3rem; border-radius:40px;
  font-family:inherit; font-size:13px; font-weight:600; cursor:pointer;
  transition:all 0.3s ease; text-decoration:none; white-space:nowrap;
}
.nav-cta:hover{ background:#374151; border-color:#374151; }
.menu-toggle{ display: none; background: none; border: none; cursor: pointer; color: var(--text); padding: 8px; z-index: 210; transition: color 0.4s ease; }
.menu-toggle i{ width: 28px; height: 28px; }

/* ── NAV HERO MODE (Homepage only — dark over video, white after scroll) ── */
nav.nav-hero {
  background: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(255,255,255,0.06);
  box-shadow: none;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
nav.nav-hero .logo img { filter: brightness(0) invert(1); }
nav.nav-hero .nav-links a { color: rgba(255,255,255,0.7); }
nav.nav-hero .nav-links a:hover { color: #fff; }
nav.nav-hero .nav-cta { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(8px); }
nav.nav-hero .nav-cta:hover { background: rgba(255,255,255,0.22); }
nav.nav-hero .menu-toggle { color: #fff; }

/* ── VIDEO HERO ── */
.video-hero {
  position: relative; width: 100%; height: 100vh; min-height: 600px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; margin-top: -90px; /* pull up behind fixed nav */
}
.video-hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.video-hero__overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,0.58); z-index: 1;
}
.video-hero__content {
  position: relative; z-index: 2;
  text-align: center; padding: 0 8vw; max-width: 1100px; width: 100%;
  padding-top: 90px; /* compensate for nav height */
}
@keyframes shine {
  to { background-position: 200% center; }
}

/* ── HERO (legacy, unused but kept for safety) ── */
.hero{
  position:relative; z-index:1; min-height:85vh;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; padding:140px 8vw 80px;
}
.hero-badge{
  display:inline-flex; align-items:center; gap:.5rem;
  background:rgba(255,255,255,0.7); border:1px solid rgba(0,0,0,0.05);
  color:var(--muted); padding:.5rem 1.2rem; border-radius:40px;
  font-size:.68rem; font-weight:500; letter-spacing:.08em; text-transform:uppercase;
  margin-bottom:2.5rem; animation: fadeInBlur 1.4s var(--ease) both;
}
.hero h1{
  font-size:clamp(2.5rem,7vw,4.6rem); font-weight:300;
  line-height:1.05; letter-spacing:-.04em; color:var(--text);
  max-width:1100px; margin-bottom:2rem; animation: fadeInBlur 1.4s var(--ease) both 0.2s;
}
.hero h1 em{
  font-style:normal; font-weight:400;
  background: linear-gradient(135deg, #1d1d1f, #6366f1);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero p{
  font-size:1.15rem; color:var(--muted); max-width:680px; margin:0 auto 3.5rem; line-height:1.6; font-weight:300;
  animation: fadeInBlur 1.4s var(--ease) both 0.4s;
}
.hero-btns{ display:flex; gap:1.2rem; justify-content:center; animation: fadeInBlur 1.4s var(--ease) both 0.6s; }

/* ── BUTTONS ── */
.btn-dark{ background:var(--text); color:#fff; border:none; padding:1.1rem 2.6rem; border-radius:40px; font-family:inherit; font-weight:500; font-size:.9rem; cursor:pointer; transition:all 0.4s var(--ease); text-decoration:none; display:inline-block; }
.btn-dark:hover{ transform:translateY(-2px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); }
.btn-glass{
  background:transparent; color:var(--text); border:1px solid rgba(0,0,0,0.1);
  padding:1.1rem 2.6rem; border-radius:40px; font-family:inherit; font-weight:500; font-size:.9rem;
  cursor:pointer; transition:all 0.4s var(--ease); text-decoration:none; display:inline-block;
}
.btn-glass:hover{ background:rgba(0,0,0,0.02); transform: translateY(-2px); }

/* ── INFINITE LOGO MARQUEE ── */
.logos-section{ padding:60px 0 100px; text-align:center; position:relative; z-index:1; overflow:hidden; }
.logos-label{ font-size:0.7rem; color:var(--muted); margin-bottom:4rem; letter-spacing:0.12em; font-weight:500; text-transform:uppercase; display:block; }
.marquee-container{ display: flex; width: 100%; overflow: hidden; position: relative; }
.logos-track{ display: flex; gap: 4rem; min-width: max-content; animation: marquee 30s linear infinite; padding: 0 2rem; }
.marquee-container::after { content:''; position:absolute; inset:0; pointer-events:none; background: linear-gradient(90deg, #f5f5f7, transparent 15%, transparent 85%, #f5f5f7); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── SECTIONS BASE ── */
section{ position:relative; z-index:1; padding:120px 8vw; width: 100%; max-width: 100%; overflow: hidden; scroll-margin-top: 80px; }
.h2{ font-size:clamp(2.2rem,5vw,3.2rem); font-weight:300; letter-spacing:-.04em; line-height:1.05; color:var(--text); margin-bottom:1.6rem; }
.label{ font-size:.7rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); display:block; margin-bottom:1.4rem; }
.section-sub{ color:var(--muted); font-weight:300; max-width:620px; margin-bottom:5rem; font-size:1.15rem; line-height:1.6; }

/* ── SERVICES ── */
#servicos{ background: #ffffff; }
.services-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.8rem; }
.s-card{
  background:#fbfbfd; border:1px solid #f2f2f7; border-radius:36px; padding:2.5rem 2.2rem;
  transition:all 0.6s var(--ease); box-shadow:0 10px 30px rgba(0,0,0,0.02);
  opacity: 0; transform: translateY(30px);
}
.s-card.on{ opacity: 1; transform: translateY(0); }
.s-card.hidden{ display: none; }
.s-card:hover{ background:#ffffff; transform:translateY(-12px); box-shadow:0 30px 60px rgba(0,0,0,0.06); }
.s-icon{
  width:48px; height:48px; background:rgba(255,255,255,0.95); border-radius:16px;
  display:flex; align-items:center; justify-content:center; color:var(--accent); font-size:1.4rem; margin-bottom:1.8rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}
.s-card h3{ font-size:1.2rem; font-weight:400; margin-bottom:0.8rem; color:#1d1d1f; letter-spacing:-0.02em; }
.s-card p{ font-size:0.95rem; color:var(--muted); line-height:1.6; font-weight:300; }

.btn-center{ display:flex; justify-content:center; margin-top:5rem; }
.btn-primary{
  background:#ffffff; color:#1d1d1f; border:1px solid #e2e2e7; padding:1.2rem 3.5rem; border-radius:40px;
  font-weight:500; font-size:1rem; cursor:pointer; transition:0.3s ease;
}
.btn-primary:hover{ background:#f5f5f7; transform:translateY(-3px); box-shadow:0 15px 35px rgba(0,0,0,0.07); }

/* ── PROCESS ── */
.process-section{ background:#000; color:#fff; padding:140px 8vw; }
.process-section .label{ color:rgba(255,255,255,0.4); }
.process-section .h2{ color:#fff; }
.timeline{ display:grid; grid-template-columns:repeat(4,1fr); gap:3rem; margin-top:5rem; position:relative; }
.timeline::before{ content:''; position:absolute; top:24px; left:0; right:0; height:1px; background:rgba(255,255,255,0.15); z-index:0; }
.t-step{ position:relative; z-index:1; }
.t-num{
  width:48px; height:48px; background:var(--accent); border-radius:50%;
  display:flex; align-items:center; justify-content:center; font-weight:600; font-size:1rem; margin-bottom:2rem;
  box-shadow:0 0 25px rgba(99, 102, 241, 0.4);
}
.t-step h3{ font-size:1.2rem; margin-bottom:1rem; font-weight:400; }
.t-step p{ font-size:0.95rem; color:rgba(255,255,255,0.4); line-height:1.6; font-weight:300; }

/* ── FINAL RESULTS (LUXURY EDITORIAL) ── */
#resultados { background: #fbfbfd; padding: 80px 0 40px; }
.res-editorial-final {
  max-width: 1100px; margin: 4rem auto 0; background: #000; border-radius: 48px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1.2fr; color: #fff;
  box-shadow: 0 40px 100px rgba(0,0,0,0.1);
}
.res-ed-img { position: relative; overflow: hidden; background: #111; }
.res-ed-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: 0.6s var(--ease); }
.res-editorial-final:hover .res-ed-img img { transform: scale(1.05); opacity: 1; }
.res-ed-content { padding: 80px 10%; display: flex; flex-direction: column; justify-content: center; }
.res-ed-content .h2 { color: #fff; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.15; margin-bottom: 2rem; font-weight: 300; }
.res-ed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 2rem; }
.res-ed-stat span { font-size: 2.5rem; display: block; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 12px; margin-bottom: 12px; font-weight: 200; color: var(--accent); }
.res-ed-stat p { font-size: 0.7rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.15em; font-weight: 600; }

@media (max-width: 1024px) {
  #resultados { padding: 80px 5vw; }
  .res-editorial-final { grid-template-columns: 1fr; margin-top: 3rem; }
  .res-ed-img { height: 350px; }
  .res-ed-content { padding: 50px 8vw; text-align: center; }
  .res-ed-stat span { font-size: 2.2rem; }
}

@media (max-width: 1024px) {
  #resultados { padding: 60px 5vw; }
  .res-card { grid-template-columns: 1fr; border-radius: 40px; }
  .res-left-img { padding: 2.5rem 1.5rem; order: 2; }
  .res-right-content { padding: 60px 8vw; order: 1; text-align: center; }
  .res-stats-row { justify-items: center; gap: 1.5rem; }
}


/* ── TESTIMONIALS ── */
#clientes{ background: #fbfbfd; padding: 60px 0; overflow: hidden; }
#clientes .reveal { padding: 0 8vw; }
.testi-track-container { 
  display: flex; width: 100%; overflow-x: scroll; position: relative; margin-top: 5rem;
  cursor: grab; -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.testi-track-container::-webkit-scrollbar { display: none; }
.testi-track-container:active { cursor: grabbing; }
.testi-track-container::after, .testi-track-container::before { content: none !important; display: none !important; }
.testi-track { display: flex; gap: 2.5rem; min-width: max-content; padding: 20px 8vw; }
.tcard{ 
  background:#ffffff; border:1px solid rgba(0,0,0,0.03); border-radius:40px; 
  padding:3rem 2.8rem; box-shadow:0 10px 40px rgba(0,0,0,0.03); 
  width: 420px; flex-shrink: 0;
  display: flex; flex-direction: column; justify-content: space-between;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  user-select: none;
}
.tcard:hover { transform:translateY(-10px); box-shadow:0 30px 60px rgba(0,0,0,0.06); border-color: rgba(99, 102, 241, 0.1); }
.t-text{ font-size:1.1rem; line-height:1.7; color:var(--text); margin-bottom:2.5rem; font-weight:400; position: relative; pointer-events: none; }
.t-text::before{ content:'“'; position: absolute; left: -1.5rem; top: -0.5rem; font-size: 3rem; color: var(--accent); opacity: 0.2; font-family: serif; }
.author{ display:flex; align-items:center; gap:1.2rem; pointer-events: none; }
.av{ width:52px; height:52px; border-radius:50%; overflow:hidden; background: linear-gradient(135deg, #f2f2f7, #e2e2e7); display:flex; align-items:center; justify-content:center; font-weight:700; color:var(--muted); font-size:0.85rem; border:2px solid #fff; box-shadow:0 4px 12px rgba(0,0,0,0.06); }
.author-info strong{display:block;font-size:0.95rem;font-weight:600; margin-bottom:2px; color: var(--text);}
.author-info span{font-size:0.78rem;color:var(--muted);}

/* ── BLOG CARDS ── */
#blog { position: relative; }
.blog-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.5s var(--ease);
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
}
.blog-img-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
}
.blog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.blog-card:hover .blog-img-wrap img {
  transform: scale(1.1);
}
.blog-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid rgba(255,255,255,0.1);
}
.blog-content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.2rem;
}
.blog-meta i {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
}
.blog-card h3 {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
}
.blog-card h3 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.blog-card:hover h3 a {
  color: var(--accent);
}
.blog-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 300;
}
.read-more {
  margin-top: auto;
  color: var(--accent);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}
.read-more i {
  width: 18px;
  height: 18px;
}
.blog-card:hover .read-more {
  gap: 12px;
}

@media (max-width: 768px) {
  #blog { padding: 80px 5vw; }
  .blog-grid { gap: 1.5rem; }
  .blog-content { padding: 2rem; }
}

/* ── CONTACT ── */
#contato{ padding:140px 8vw; background: rgba(255, 255, 255, 0.95); }
.cta-wrap{
  max-width:1100px; margin:0 auto; display: flex; flex-direction: column; align-items: center; text-align:center;
  background: linear-gradient(145deg, #0a0a0c 0%, #1a1a1e 100%);
  border: 1px solid rgba(255,255,255,0.05); border-radius:56px; padding:7rem 4rem; 
  box-shadow:0 40px 100px rgba(0,0,0,0.2);
  opacity: 0; transform: translateY(40px); transition: 1.2s var(--ease);
  width: 100%; position: relative; overflow: hidden;
}
.cta-wrap::before {
  content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
  background: radial-gradient(circle at center, rgba(99, 102, 241, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.cta-wrap.on { opacity: 1; transform: translateY(0); }
.cta-wrap .label { color: rgba(255,255,255,0.4); margin-bottom: 1.5rem; }
.cta-wrap h2{ font-size:clamp(2.4rem,6vw,3.8rem); font-weight:300; margin-bottom:2rem; line-height:1.1; letter-spacing:-.04em; color: #fff; }
.cta-wrap .subheadline{ color:rgba(255,255,255,0.6); margin-bottom:4rem; font-size:1.25rem; line-height:1.65; font-weight:300; max-width:680px; }
.cta-wrap .btn-dark { 
  background: rgba(255, 255, 255, 0.95); color: #000; padding: 1.2rem 3.2rem; font-size: 1rem; 
  box-shadow: 0 10px 30px rgba(255,255,255,0.1);
}
.cta-wrap .btn-dark:hover { background: #f0f0f0; transform: translateY(-4px); box-shadow: 0 20px 40px rgba(255,255,255,0.2); }
.aux-text{ font-size:0.85rem; color:rgba(255,255,255,0.3); margin-top:2.5rem; font-weight:300; letter-spacing: 0.02em; }

/* ── FAQ ACCORDION ── */
.faq-container { max-width: 850px; margin: 3rem auto 0; }
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.06); padding: 0; transition: all 0.3s ease; }
.faq-item:hover { background: rgba(0,0,0,0.01); }
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  background: none; border: none; padding: 2rem 1.5rem; text-align: left; cursor: pointer; gap: 2rem;
}
.faq-question h3 { font-size: 1.15rem; font-weight: 400; color: var(--text); transition: color 0.3s ease; margin: 0; }
.faq-question:hover h3 { color: var(--accent); }
.faq-icon { width: 22px; height: 22px; transition: transform 0.4s var(--ease); color: var(--muted); flex-shrink: 0; }
.faq-answer { max-height: 0; overflow: hidden; transition: all 0.5s var(--ease); opacity: 0; padding: 0 1.5rem; }
.faq-item.active { border-bottom-color: var(--accent); background: rgba(99, 102, 241, 0.02); }
.faq-item.active .faq-answer { max-height: 400px; padding-bottom: 2rem; opacity: 1; }
.faq-item.active .faq-icon { transform: rotate(180deg); color: var(--accent); }
.faq-answer p { color: var(--muted); font-size: 1rem; line-height: 1.7; font-weight: 300; }

@media(max-width:768px){
  .faq-question h3 { font-size: 1.05rem; }
  .faq-answer p { font-size: 0.95rem; }
}

/* ── FOOTER ── */
.minimal-footer{
  padding:3.5rem 8vw;
  background: #000;
  color: #fff;
  position: relative; z-index: 10;
}
.f-container{ max-width:1200px; margin:0 auto; }
.f-logo{ margin-bottom:2rem; }
.f-logo img{ height: 32px; opacity: 0.9; }
.f-links{ display: flex; gap: 2.5rem; list-style: none; padding-bottom: 1.8rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.f-links a{ color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.85rem; transition: 0.3s; font-weight: 400; }
.f-links a:hover{ color: #fff; }
.f-bottom{ padding-top: 1.8rem; display: flex; justify-content: space-between; align-items: center; }
.f-copyright{ font-size: 0.8rem; color: rgba(255,255,255,0.6); font-weight: 400; }

/* ── WHATSAPP ── */
.whatsapp-float{
  position: fixed; bottom: 50px; right: 30px; z-index: 999;
  background: var(--whatsapp); color: #fff;
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  transition: all 0.4s var(--ease); text-decoration: none;
  animation: pulse 2s infinite;
}
.whatsapp-float:hover{ transform: scale(1.1) translateY(-5px); box-shadow: 0 15px 35px rgba(37, 211, 102, 0.5); }
@keyframes pulse{ 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); } 70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

/* ── RESPONSIVENESS ── */
@media (max-width: 1200px) {
  nav{ height: 80px; padding: 0 2rem; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(20px); }
  .logo img{ height: 44px; }
  .nav-cta{ display: none; } 
  .menu-toggle{ display: block; }
  .nav-links{
    position: fixed; top: 80px; left: 0; width: 100%; height: 0;
    background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); flex-direction: column; gap: 0;
    overflow: hidden; transition: 0.5s var(--ease);
    border-bottom: 0 solid rgba(0,0,0,0.05);
    padding: 0;
  }
  .nav-links.active{ height: auto; padding: 2rem 0; border-bottom-width: 1px; }
  .nav-links li{ width: 100%; text-align: center; opacity: 0; transition: 0.3s; }
  .nav-links.active li{ opacity: 1; margin: 1.2rem 0; }
  .nav-links a{ font-size: 1.1rem; color: var(--text) !important; font-weight: 500; }
}

@media(max-width:768px){ 
  nav{ height: 70px; padding: 0 1.5rem; background: rgba(255, 255, 255, 0.85); }
  .logo img{ height: 40px; }
  .nav-links{ top: 70px; }
  section{ padding: 50px 4vw !important; width: 100% !important; } 
  #clientes, #contato, #resultados, #servicos, #processo { padding: 40px 4vw !important; }
  #clientes{ padding: 40px 0 !important; }
  #clientes .reveal { padding: 0 4vw; }
  .hero{ padding: 100px 4vw 40px !important; min-height: auto; }
  .hero h1{ font-size: 2.1rem; line-height: 1.15; margin-bottom: 1.5rem; letter-spacing: -0.04em; font-weight: 300; width: 100%; max-width: 320px; text-wrap: balance; }
  .hero p{ font-size: 0.88rem; line-height: 1.5; color: var(--muted); margin-bottom: 2.5rem; max-width: 300px; }
  .hero-btns{ flex-direction: column; width: 100%; gap: 0.8rem; }
  .hero-btns .btn-dark{ width: 100%; padding: 0.95rem; font-size: 0.85rem; border-radius: 30px; }
  .hero-btns .btn-glass{ display: none !important; }
  .h2{ font-size: 1.7rem; line-height: 1.1; margin-bottom: 1.6rem; text-wrap: balance; letter-spacing: -0.04em; font-weight: 300; color: #000; }
  .testi-track { gap: 1.2rem; padding: 20px 4vw; }
  .tcard{ width: 290px; padding: 1.8rem 1.4rem; border-radius: 28px; }
  .t-text{ font-size: 0.9rem; line-height: 1.5; margin-bottom: 1.5rem; }
  .stats-grid{ grid-template-columns: repeat(2, 1fr); gap: 0.8rem; margin-top: 3rem; }
  .stat-card{ padding: 1.5rem 1rem; border-radius: 24px; }
  .stat-num{ font-size: 1.8rem; margin-bottom: 0.4rem; }
  .section-sub{ font-size: 0.85rem; margin-bottom: 2rem; line-height: 1.5; color: var(--muted); }
  .cta-wrap{ padding: 5rem 1.2rem; border-radius: 40px; width: 100% !important; background: linear-gradient(145deg, #000 0%, #111 100%); border: none; }
  .cta-wrap h2{ font-size: 1.85rem; line-height: 1.1; margin-bottom: 1.8rem; font-weight: 300; width: 100%; max-width: 100%; text-wrap: pretty; letter-spacing: -0.02em; }
  .cta-wrap .subheadline{ font-size: 0.92rem; margin-bottom: 3.2rem; line-height: 1.5; color: rgba(255,255,255,0.6); max-width: 280px; margin-left: auto; margin-right: auto; }
  .cta-wrap .btn-dark{ padding: 1.1rem 2.2rem; font-size: 0.9rem; width: auto; min-width: 240px; display: inline-block; border-radius: 40px; }
  .logos-section{ padding: 30px 0 50px; }
  .logos-track{ gap: 2.5rem; animation-duration: 20s; }
  .services-grid{ grid-template-columns: 1fr; gap: 1.2rem; }
  .s-card{ padding: 2.2rem 1.8rem; border-radius: 32px; }
  .timeline{ grid-template-columns: 1fr; gap: 2.5rem; }
  .timeline::before{ content: none; }
  .t-step{ padding: 0; text-align: left; }
  .t-num{ margin-bottom: 1.2rem; }
  .minimal-footer{ padding: 3rem 8vw; }
  .f-logo{ text-align: left; margin-bottom: 2rem; }
  .f-links{ 
    flex-direction: column; gap: 0; width: 100%; border-bottom: none; 
    border-top: 1px solid rgba(255,255,255,0.1); padding: 0;
  }
  .f-links li{ width: 100%; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 1rem 0; list-style: none; }
  .f-links a{ display: block; font-size: 0.85rem; color: rgba(255,255,255,0.6); }
  .f-bottom{ flex-direction: column; align-items: flex-start; gap: 1rem; padding-top: 1.5rem; }
  .f-copyright{ font-size: 0.75rem; color: rgba(255,255,255,0.3); }
  .whatsapp-float{ width: 50px; height: 50px; bottom: 40px; right: 20px; }
}

/* ── BREAKPOINTS ── */
@media(min-width: 769px) and (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(min-width: 1025px) {
  .testi-track-container {
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .timeline { grid-template-columns: repeat(4, 1fr); }
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
}
