/* ============================================================
   HIGH-PERFORMANCE TEAM — style.css (v4 · redesign premium)
   ============================================================ */

/* ---------- ANIMATIONS ---------- */
@keyframes kenBurns1 { 0%{transform:scale(1) translate(0,0)} 100%{transform:scale(1.15) translate(-2%,-1%)} }
@keyframes kenBurns2 { 0%{transform:scale(1.1) translate(-2%,0)} 100%{transform:scale(1) translate(1%,-2%)} }
@keyframes kenBurns3 { 0%{transform:scale(1) translate(1%,1%)} 100%{transform:scale(1.12) translate(-1%,-1%)} }
@keyframes fadeSlide { 0%{opacity:0;transform:translateY(20px)} 100%{opacity:1;transform:translateY(0)} }
@keyframes pulse { 0%,100%{box-shadow:0 0 0 0 rgba(220,38,38,.4)} 50%{box-shadow:0 0 0 12px rgba(220,38,38,0)} }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
@keyframes floatSpin { 0%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-12px) rotate(8deg)} 100%{transform:translateY(0) rotate(0deg)} }
@keyframes floatSpin2 { 0%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-10px) rotate(-6deg)} 100%{transform:translateY(0) rotate(0deg)} }
@keyframes pulseScale { 0%,100%{transform:scale(1);opacity:.7} 50%{transform:scale(1.15);opacity:1} }
@keyframes heartbeat { 0%,100%{transform:scale(1)} 14%{transform:scale(1.2)} 28%{transform:scale(1)} 42%{transform:scale(1.15)} 56%{transform:scale(1)} }
@keyframes ecgDraw { 0%{stroke-dashoffset:200} 100%{stroke-dashoffset:0} }
@keyframes orbFloat { 0%{transform:translate(0,0) scale(1);opacity:.5} 33%{transform:translate(8px,-16px) scale(1.1);opacity:.8} 66%{transform:translate(-4px,-8px) scale(.95);opacity:.6} 100%{transform:translate(0,0) scale(1);opacity:.5} }
@keyframes glowPulse { 0%,100%{box-shadow:0 0 20px 4px rgba(220,38,38,.3)} 50%{box-shadow:0 0 40px 12px rgba(220,38,38,.5)} }
@keyframes cardShine { 0%{left:-100%} 100%{left:200%} }
@keyframes borderGlow { 0%,100%{border-color:rgba(220,38,38,.3)} 50%{border-color:rgba(220,38,38,.6)} }
@keyframes borderGlowVip { 0%,100%{border-color:rgba(245,158,11,.25);box-shadow:0 0 30px -10px rgba(245,158,11,.2)} 50%{border-color:rgba(245,158,11,.5);box-shadow:0 0 50px -10px rgba(245,158,11,.4)} }
@keyframes borderGlowBlue { 0%,100%{border-color:rgba(6,182,212,.2)} 50%{border-color:rgba(6,182,212,.45)} }
@keyframes particleRise { 0%{transform:translateY(0) scale(1);opacity:.6} 100%{transform:translateY(-80px) scale(0);opacity:0} }
@keyframes badgePulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.05)} }
@keyframes priceCount { 0%{opacity:0;transform:translateY(10px)} 100%{opacity:1;transform:translateY(0)} }
@keyframes slideShow { 0%,30%{opacity:1} 33%,97%{opacity:0} 100%{opacity:1} }
@keyframes slideShow2 { 0%,30%{opacity:0} 33%,63%{opacity:1} 66%,100%{opacity:0} }
@keyframes slideShow3 { 0%,63%{opacity:0} 66%,96%{opacity:1} 100%{opacity:0} }
@keyframes scrollTrack { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; color-scheme: dark; overflow-x: hidden; max-width: 100vw; }
body {
  background: #08080c;
  color: rgba(255,255,255,.88);
  font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  margin: 0; padding: 0;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; transition: color .3s ease; }
a:hover { color: #dc2626; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
::selection { background: #dc2626; color: #fff; }

/* ---------- HEADER ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(8,8,12,.85); -webkit-backdrop-filter: blur(20px) saturate(180%); backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between; height: 72px;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.logo-icon { width: 36px; height: 36px; border-radius: 50%; background: #fff; padding: 3px; object-fit: contain; flex-shrink: 0; }
.logo-text { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; letter-spacing: .06em; color: #fff; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.logo-text span { color: #dc2626; }

.nav-desktop { display: flex; align-items: center; gap: 6px; }
.nav-link { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; color: rgba(255,255,255,.85); padding: 8px 16px; text-decoration: none; font-weight: 500; transition: color .3s; }
.nav-link:hover { color: #fff; }
.nav-cta { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 700; color: #fff; padding: 10px 24px; background: #dc2626; border-radius: 6px; text-decoration: none; letter-spacing: .04em; margin-left: 8px; transition: all .3s; }
.nav-cta:hover { background: #b91c1c; transform: translateY(-2px); color: #fff; }

/* Mobile menu */
.menu-btn {
  display: none; flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.1); border-radius: 6px;
  cursor: pointer; background: none; padding: 0;
}
.menu-btn span { display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s ease; }
.menu-btn.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.active span:nth-child(2) { opacity: 0; }
.menu-btn.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile {
  display: none; position: fixed; inset: 0; top: 72px; z-index: 99;
  background: rgba(8,8,12,.97); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  animation: fadeSlide .3s ease both;
}
.nav-mobile.active { display: flex; }
.nav-mobile-inner {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; padding: 40px 24px; width: 100%; height: 100%;
}
.nav-mobile .nav-link { font-size: 18px; padding: 14px 20px; width: 100%; text-align: center; border-bottom: 1px solid rgba(255,255,255,.06); }

/* ---------- SECTIONS ---------- */
.section { max-width: 1200px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }
.sec-eye { font-family: 'Space Grotesk', sans-serif; font-size: 11px; letter-spacing: .18em; color: #dc2626; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; text-align: center; }
.sec-title { font-family: 'Libre Baskerville', serif; font-size: clamp(32px,5vw,48px); font-weight: 400; color: #fff; margin: 0; letter-spacing: -.01em; text-align: center; }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: #08080c; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .18; filter: grayscale(100%) brightness(1.1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(110deg,#08080c 25%,transparent 65%),linear-gradient(to bottom,transparent 50%,#08080c 95%); }
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 140px 32px 100px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: 'Space Grotesk', sans-serif; font-size: 11px; letter-spacing: .18em; color: #dc2626; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; animation: fadeSlide .7s ease both .1s; }
.hero-title { font-family: 'Libre Baskerville', serif; font-size: clamp(44px,7.5vw,82px); font-weight: 400; line-height: .92; color: #fff; margin: 0 0 28px; letter-spacing: -.02em; animation: fadeSlide .7s ease both .2s; }
.hero-title span { background: linear-gradient(135deg,#dc2626,#f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; color: rgba(255,255,255,.88); max-width: 480px; line-height: 1.8; margin: 0 0 40px; animation: fadeSlide .7s ease both .35s; }

/* ---------- BUTTONS ---------- */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 36px; background: linear-gradient(135deg,#dc2626,#b91c1c); color: #fff;
  border-radius: 8px; font-family: 'Space Grotesk', sans-serif; font-size: 14px;
  font-weight: 700; letter-spacing: .04em; text-decoration: none;
  box-shadow: 0 8px 32px -8px rgba(220,38,38,.5); transition: all .3s;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 40px -4px rgba(220,38,38,.6); color: #fff; }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 36px; background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,.15); border-radius: 8px;
  font-family: 'Space Grotesk', sans-serif; font-size: 14px;
  font-weight: 700; letter-spacing: .04em; text-decoration: none; transition: all .3s;
}
.btn-ghost:hover { border-color: #dc2626; color: #dc2626; }

/* ---------- STATS ---------- */
.hero-stats {
  display: flex; align-items: center; gap: 0;
  padding: 28px 36px; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06); border-radius: 16px;
  width: fit-content; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); animation: fadeSlide .7s ease both .55s;
}
.stat { text-align: center; padding: 0 32px; }
.stat-n { font-family: 'Libre Baskerville', serif; font-size: 38px; background: linear-gradient(135deg,#dc2626,#06b6d4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { font-family: 'Space Grotesk', sans-serif; font-size: 10px; color: rgba(255,255,255,.75); margin-top: 4px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.stat-div { width: 1px; height: 52px; background: linear-gradient(to bottom,rgba(255,255,255,.08),transparent); }

/* ---------- BENEFITS ---------- */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card {
  background: linear-gradient(135deg,rgba(255,255,255,.03),rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.06); border-radius: 16px; padding: 36px 28px; transition: all .4s ease;
}
.benefit-card:hover { transform: translateY(-6px); border-color: rgba(220,38,38,.3); box-shadow: 0 20px 48px -12px rgba(220,38,38,.15); }
.benefit-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.benefit-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.benefit-card p { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; color: rgba(255,255,255,.82); line-height: 1.7; margin: 0; }

/* ---------- GALLERY ---------- */
.gallery-grid { margin-top: 64px; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 260px 260px; gap: 16px; }
.gallery-item { border-radius: 20px; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.06); transition: all .5s ease; }
.gallery-item:hover { transform: translateY(-4px); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(40%) brightness(.8); transition: all .7s ease; }
.gallery-item:hover img { filter: grayscale(0%) brightness(1); transform: scale(1.06); }
.gallery-label { font-family: 'Space Grotesk', sans-serif; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.gallery-icon { width: 32px; height: 32px; border-radius: 8px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; }

/* ---------- TEAM ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.prof-card { background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.06); border-radius: 20px; overflow: hidden; transition: all .4s ease; }
.prof-card:hover { transform: translateY(-8px); }
.prof-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: grayscale(70%) brightness(.95); transition: all .6s ease; cursor: pointer; }
.prof-card:hover img { filter: grayscale(0%) brightness(1.05); transform: scale(1.05); }
.prof-badge { position: absolute; top: 16px; left: 16px; font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 5px 12px; border-radius: 4px; }
.prof-body { padding: 24px; }
.prof-name { font-family: 'Libre Baskerville', serif; font-size: 20px; font-weight: 400; color: #fff; margin: 0 0 4px; }
.prof-reg { font-family: 'Space Grotesk', sans-serif; font-size: 11px; color: rgba(255,255,255,.72); letter-spacing: .04em; text-transform: uppercase; margin: 0 0 8px; }

/* ---------- PLANS ---------- */
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.plan-card {
  background: linear-gradient(135deg,rgba(255,255,255,.03),rgba(255,255,255,.01));
  border-radius: 20px; padding: 36px 28px; display: flex; flex-direction: column;
  position: relative; overflow: hidden; transition: all .4s ease;
}
.plan-card:hover { transform: translateY(-10px); }
.plan-card .shine { position: absolute; top: 0; width: 60%; height: 100%; pointer-events: none; }
.plan-card .corner-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.plan-card .particle { position: absolute; border-radius: 50%; pointer-events: none; }

.plan-card.base { border: 1.5px solid rgba(6,182,212,.15); animation: borderGlowBlue 4s ease-in-out infinite; }
.plan-card.base:hover { box-shadow: 0 28px 60px -12px rgba(6,182,212,.25); }
.plan-card.base .shine { left: -100%; background: linear-gradient(90deg,transparent,rgba(6,182,212,.06),transparent); animation: cardShine 6s ease-in-out 2s infinite; }
.plan-card.base .corner-glow { top: -40px; right: -40px; width: 120px; height: 120px; background: radial-gradient(circle,rgba(6,182,212,.12),transparent 70%); animation: pulseScale 3s ease-in-out infinite; }

.plan-card.featured { border: 1.5px solid rgba(220,38,38,.4); animation: borderGlow 3s ease-in-out infinite; box-shadow: 0 0 0 1px rgba(220,38,38,.2),0 16px 44px -14px rgba(220,38,38,.25); }
.plan-card.featured:hover { box-shadow: 0 0 0 1px rgba(220,38,38,.5),0 32px 64px -14px rgba(220,38,38,.4); }
.plan-card.featured .shine { left: -100%; background: linear-gradient(90deg,transparent,rgba(220,38,38,.08),transparent); animation: cardShine 5s ease-in-out 1s infinite; }
.plan-card.featured .corner-glow { top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle,rgba(220,38,38,.15),transparent 70%); animation: pulseScale 3s ease-in-out infinite; }

.plan-card.vip { border: 1.5px solid rgba(255,184,28,.3); animation: borderGlowVip 3.5s ease-in-out infinite; }
.plan-card.vip:hover { box-shadow: 0 32px 64px -12px rgba(255,184,28,.3); }
.plan-card.vip .shine { left: -100%; width: 50%; background: linear-gradient(90deg,transparent,rgba(255,184,28,.1),rgba(255,217,0,.06),transparent); animation: cardShine 4s ease-in-out infinite; }

.plan-badge { display: inline-flex; align-items: center; gap: 5px; font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; padding: 5px 14px; border-radius: 4px; width: fit-content; margin-bottom: 18px; position: relative; z-index: 1; animation: badgePulse 2s ease-in-out infinite; }
.plan-name { font-family: 'Libre Baskerville', serif; font-size: 24px; font-weight: 400; color: #fff; margin: 0 0 10px; }
.plan-quote { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; color: rgba(255,255,255,.78); font-style: italic; line-height: 1.5; margin: 0; }
.plan-price { font-family: 'Libre Baskerville', serif; font-size: 36px; font-weight: 400; }
.plan-price span { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; color: rgba(255,255,255,.7); }
.check-item { display: flex; align-items: flex-start; gap: 10px; }
.check-icon { width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; font-size: 11px; font-weight: 900; }
.check-text { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; color: rgba(255,255,255,.85); }

/* ---------- REVIEWS CAROUSEL ---------- */
.reviews-wrap { overflow: hidden; -webkit-mask-image: linear-gradient(to right,transparent,#000 80px,#000 calc(100% - 80px),transparent); mask-image: linear-gradient(to right,transparent,#000 80px,#000 calc(100% - 80px),transparent); }
.reviews-track { display: flex; gap: 16px; width: max-content; }
.reviews-track.scroll-left { animation: scrollTrack 40s linear infinite; }
.reviews-track.scroll-right { animation: scrollTrack 45s linear infinite reverse; }
.review-card {
  background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px; padding: 24px 28px; min-width: 320px; max-width: 340px; flex-shrink: 0;
}
.review-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Libre Baskerville', serif; font-size: 15px; flex-shrink: 0; }
.review-tag { font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 2px 8px; border-radius: 3px; }
.r-stars { color: #dc2626; font-size: 14px; letter-spacing: 3px; }
.r-text { font-family: Georgia, serif; font-style: italic; font-size: 14px; color: rgba(255,255,255,.82); line-height: 1.7; margin: 0; }
.r-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 700; color: #fff; margin: 0; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.06); border-radius: 14px; overflow: hidden; transition: all .3s ease; cursor: pointer; }
.faq-item:hover { border-color: rgba(220,38,38,.2); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; }
.faq-question span { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 600; color: #fff; }
.faq-toggle { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; color: #dc2626; flex-shrink: 0; transition: transform .3s ease; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-answer { padding: 0 24px 20px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; color: rgba(255,255,255,.82); line-height: 1.7; display: none; }
.faq-item.open .faq-answer { display: block; }

/* ---------- CONTACT ---------- */
.contact-form { background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.06); border-radius: 20px; padding: 40px; transition: border-color .4s ease; position: relative; z-index: 1; }
.contact-form.theme-performance { border-color: rgba(220,38,38,.4); }
.contact-form.theme-nutricao { border-color: rgba(74,222,128,.4); }
.contact-form.theme-saude { border-color: rgba(56,189,248,.4); }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 22px; }
.form-label { font-family: 'Space Grotesk', sans-serif; font-size: 11px; color: rgba(255,255,255,.85); letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.form-input, .form-select, .form-textarea {
  width: 100%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px; padding: 14px 16px; color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 500; outline: none; transition: all .3s;
  color-scheme: dark;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,.1); }
.form-textarea { resize: none; }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,.62); }
.form-select { background-color: #0d0d0d; }
.form-select:invalid, .form-select option[value=""] { color: rgba(255,255,255,.62); }
.form-select option { background-color: #0d0d0d; color: #fff; }

/* Custom dropdown — replaces the native <select> popup so its colors
   don't depend on the browser/OS renderer (which ignored our styling
   on several devices). */
.custom-select { position: relative; }
.custom-select-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px; padding: 14px 16px; color: rgba(255,255,255,.62);
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 500;
  cursor: pointer; outline: none; transition: all .3s;
}
.custom-select-trigger.has-value { color: #fff; }
.custom-select-trigger:focus, .custom-select-trigger[aria-expanded="true"] { border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,.1); }
.custom-select-trigger svg { flex-shrink: 0; transition: transform .25s ease; color: rgba(255,255,255,.5); }
.custom-select-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.custom-select-options {
  position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 20;
  background: #0d0d0d; border: 1px solid rgba(255,255,255,.14); border-radius: 8px;
  padding: 6px; list-style: none; box-shadow: 0 16px 40px -8px rgba(0,0,0,.6);
  max-height: 240px; overflow-y: auto;
}
.custom-select-options[hidden] { display: none; }
.custom-select-options li {
  padding: 12px 14px; border-radius: 6px; color: #fff; font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif; cursor: pointer; transition: background .15s ease;
}
.custom-select-options li:hover,
.custom-select-options li:focus,
.custom-select-options li.active { background: rgba(220,38,38,.18); }

/* ---------- FOOTER ---------- */
.site-footer { background: #060609; border-top: 1px solid rgba(255,255,255,.04); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.04); }
.footer-col-title { font-family: 'Space Grotesk', sans-serif; font-size: 11px; color: #dc2626; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; margin: 0 0 10px; }
.footer-link { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; color: rgba(255,255,255,.78); text-decoration: none; transition: color .3s; display: block; padding: 3px 0; }
.footer-link:hover { color: #dc2626; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.78); text-decoration: none; transition: all .3s; }
.footer-social a:hover { border-color: #dc2626; color: #dc2626; }
.footer-bottom { padding: 20px 0; text-align: center; }
.footer-bottom p { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; color: rgba(255,255,255,.65); margin: 0; }

/* ---------- WHATSAPP BUBBLE ---------- */
.wa-bubble {
  position: fixed; z-index: 90; bottom: 24px; right: 24px;
  width: 60px; height: 60px; border-radius: 10px;
  background: linear-gradient(135deg,#1a1a1a,#000); border: 2px solid #dc2626;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 32px -6px rgba(220,38,38,.4); text-decoration: none;
  animation: pulse 2.5s ease-in-out infinite; transition: all .3s ease;
}
.wa-bubble:hover { transform: translateY(-3px) scale(1.05); }
.wa-bubble svg { width: 28px; height: 28px; fill: #fff; }

/* ============================================================
   RESPONSIVE — mobile-first breakpoint scale
   0–480 mobile · 481–768 tablet · 769–1024 notebook ·
   1025–1440 desktop · 1441+ desktop grande
   (plus 375/320 fine-tuning for small/older phones)
   ============================================================ */

/* Desktop grande: let the shell breathe a bit more */
@media (min-width: 1441px) {
  .section, .header-inner { max-width: 1320px; }
}

/* Notebook / small desktop (769–1024) */
@media (max-width: 1024px) {
  .plans-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .plan-card.featured { grid-column: 1/3; }
  .gallery-grid { grid-template-rows: 220px 220px !important; }
}

@media (max-width: 768px) {
  .nav-desktop { display: none !important; }
  .menu-btn { display: flex !important; }
}
@media (min-width: 769px) {
  .nav-mobile { display: none !important; }
  .menu-btn { display: none !important; }
}

/* Tablet (481–768) */
@media (max-width: 768px) {
  .header-inner { padding: 0 20px; height: 64px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .team-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .plans-grid { grid-template-columns: 1fr !important; max-width: 460px; margin: 0 auto; }
  .plan-card.featured { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr 1fr !important; grid-template-rows: auto auto auto !important; }
  .gallery-grid > div:first-child { grid-row: 1/2 !important; min-height: 240px; }
  .gallery-grid > div:last-child { grid-column: 1/3 !important; }
  .gallery-grid .gallery-item { min-height: 220px; }
  .fern-wrap { grid-template-columns: 1fr !important; text-align: center; padding: 28px 24px !important; }
  .fern-wrap > div:first-child { width: 160px; max-width: 60%; margin: 0 auto; }
  .fern-wrap a { margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr !important; text-align: center; }
  .footer-social { justify-content: center; }
  section[style*="padding:120px"] { padding: 80px 0 !important; }
  section[style*="height:100vh"] { height: 70vh !important; min-height: 480px; }
  .hero { min-height: auto; }
  .hero-content { padding-top: 120px; }
}

/* Celular grande (mobile, ≤480) */
@media (max-width: 480px) {
  .header-inner { padding: 0 16px; height: 60px; }
  .logo-icon { width: 30px; height: 30px; }
  .logo-text { font-size: 11px; }
  .menu-btn { flex-shrink: 0; }
  .benefits-grid { grid-template-columns: 1fr !important; }
  .team-grid { grid-template-columns: 1fr !important; }
  .hero-stats { flex-direction: column !important; gap: 16px !important; width: 100%; padding: 24px !important; }
  .stat { width: 100%; }
  .stat-div { width: 48px !important; height: 1px !important; }
  .hero-btns { flex-direction: column !important; }
  .hero-btns a { width: 100% !important; text-align: center !important; }
  .hero-title { font-size: 42px !important; }
  .hero-content { padding: 100px 20px 56px !important; }
  .hero-sub { max-width: 100%; }
  .section { padding: 0 18px; }
  section[style*="padding:120px"] { padding: 56px 0 !important; }
  section[style*="height:100vh"] { height: 60vh !important; min-height: 420px; }
  .plan-card { padding: 28px 20px !important; }
  .contact-form { padding: 24px 20px !important; }
  .prof-body, .benefit-card { padding: 24px 20px !important; }
  .review-card { min-width: 78vw; max-width: 82vw; padding: 20px !important; }
  .footer-grid { padding-bottom: 32px; gap: 32px !important; }
  .wa-bubble { width: 52px; height: 52px; bottom: 16px; right: 16px; }
  .wa-bubble svg { width: 24px; height: 24px; }
  .wa-tooltip { display: none; }
  /* Prevent iOS Safari auto-zoom on focus (requires >=16px font-size) */
  .form-input, .form-select, .form-textarea { font-size: 16px; }
}

/* Celular (375) */
@media (max-width: 375px) {
  .hero-title { font-size: 34px !important; }
  .footer-grid { gap: 32px !important; }
  .fern-wrap > div:first-child { width: 130px; }
}

/* Celular pequeno (320) */
@media (max-width: 320px) {
  .header-inner { padding: 0 12px; }
  .logo-text { font-size: 10px; }
  .hero-title { font-size: 30px !important; }
  .section { padding: 0 14px; }
  .stat-n { font-size: 32px; }
}

/* Landscape phones: don't let full-viewport-height sections crowd out content */
@media (max-width: 900px) and (orientation: landscape) and (max-height: 480px) {
  .hero { min-height: auto; }
  .hero-content { padding-top: 90px; padding-bottom: 40px; }
  section[style*="height:100vh"] { height: auto !important; min-height: 100vh; }
}

/* ---------- WHATSAPP TOOLTIP ---------- */
.wa-tooltip {
  position: absolute; right: 70px; bottom: 50%; transform: translateY(50%);
  background: #151518; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px; font-weight: 600; padding: 8px 14px; border-radius: 6px;
  white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .25s ease;
  box-shadow: 0 8px 24px -6px rgba(0,0,0,.5);
}
.wa-bubble:hover .wa-tooltip { opacity: 1; }

/* ---------- COOKIE BANNER ---------- */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 95;
  background: rgba(15,15,18,.97); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; max-width: 640px; margin: 0 auto;
  padding: 20px 24px; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  box-shadow: 0 20px 48px -12px rgba(0,0,0,.6);
  animation: fadeSlide .5s ease both;
}
.cookie-inner { display: flex; flex-direction: column; gap: 16px; }
.cookie-text { display: flex; align-items: flex-start; gap: 10px; }
.cookie-icon { font-size: 20px; flex-shrink: 0; }
.cookie-text p { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; color: rgba(255,255,255,.88); line-height: 1.6; margin: 0; }
.cookie-link { color: #dc2626; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; justify-content: flex-end; }
.cookie-actions .btn-primary, .cookie-actions .btn-ghost { padding: 10px 20px; font-size: 12px; }
.cookie-hide { opacity: 0; transform: translateY(12px); transition: all .4s ease; }
@media (max-width: 640px) {
  .cookie-actions { flex-direction: column; }
  .cookie-actions button { width: 100%; }
}
