@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600;700&family=Inter:wght@400;500;600;700&display=swap');

/* =========================================================================
   NUTRILEAD — Design System (Bany + SwiftTrack) 
   [Super Soft, App-Centric & Mescla Dark/Light Rhythm]
========================================================================= */

@font-face { font-family: 'Archive'; src: local('Archive'); font-display: swap; }
@font-face { font-family: 'Hiruko'; src: local('Hiruko'); font-display: swap; }

:root {
  /* Identidade Oficial Nutrilead */
  --nl-dark: #06070E;
  --nl-light: #FFFFFF;
  --nl-blue: #4568DC;
  --nl-purple: #B06AB3;
  
  /* Sistema Base (Refinamento Soft Light) */
  --bg-main: #F4F6FB;
  --bg-card: #FFFFFF;
  --text-main: var(--nl-dark);
  --text-muted: #5A5C69;
  
  --gradient-brand: linear-gradient(135deg, var(--nl-blue), var(--nl-purple));
  
  /* Tipografia */
  --font-display: 'Archive', 'Space Grotesk', sans-serif;
  --font-body: 'Hiruko', 'Inter', sans-serif;
  
  /* Formatos (Extremamente Curvos - App-Centric & Pills) */
  --radius-pill: 9999px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;  
  --radius-xl: 48px;  
  
  /* Sombras (Suaves, Vidradas e Profundas) */
  --shadow-float: 0 12px 32px rgba(6, 7, 14, 0.05);
  --shadow-hover: 0 24px 60px rgba(6, 7, 14, 0.08); 
  --shadow-glow: 0 16px 40px rgba(69, 104, 220, 0.2);
  
  --transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

#cursorGlow { display: none !important; }
section { scroll-margin-top: 0; }

/* Tipografia Core */
.gradient-text {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-tag {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 24px;
  background: white;
  color: var(--nl-blue);
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  box-shadow: var(--shadow-float); 
  border: 1px solid rgba(69, 104, 220, 0.1);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: var(--nl-dark);
}

.section-description { color: var(--text-muted); font-size: 1.15rem; max-width: 650px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 80px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Botões Suaves (Pills) */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 18px 36px; border-radius: var(--radius-pill); font-weight: 600; font-size: 1.05rem;
  transition: all var(--transition); cursor: pointer; border: none; text-decoration: none;
}
.btn-primary { background: var(--gradient-brand); color: white; box-shadow: var(--shadow-glow); }
.btn-primary:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(176, 106, 179, 0.35); }
.btn-secondary { background: white; color: var(--nl-dark); box-shadow: var(--shadow-float); border: 1px solid rgba(0,0,0,0.02); }
.btn-secondary:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

/* --- Menu CSS Removed --- */

/* =========================================================================
   MESCLA ESCURA 1: HERO & SOCIAL PROOF
========================================================================= */
.hero { padding: 100px 0 100px; position: relative; overflow: hidden; background: var(--nl-dark); }
.hero-bg-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 2px, transparent 2px);
  background-size: 40px 40px; 
  mask-image: radial-gradient(ellipse at top center, black 30%, transparent 80%);
}
.hero-glow-1 { position: absolute; width: 600px; height: 600px; background: rgba(69, 104, 220, 0.15); border-radius: 50%; filter: blur(120px); z-index: 0; top: -100px; right: -100px; }
.hero-glow-2 { position: absolute; width: 500px; height: 500px; background: rgba(176, 106, 179, 0.15); border-radius: 50%; filter: blur(120px); z-index: 0; top: 20%; left: -100px; }

.hero-container { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: center; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 24px; background: rgba(255,255,255,0.05); border-radius: var(--radius-pill);
  font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.8); 
  border: 1px solid rgba(255,255,255,0.1); margin-bottom: 32px; backdrop-filter: blur(10px);
}
.badge-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--nl-blue); box-shadow: 0 0 12px rgba(69,104,220,0.8); }

.hero-title { font-family: var(--font-display); font-size: clamp(3.2rem, 5vw, 4.5rem); line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 24px; color: white; }
.hero-subtitle { font-size: 1.25rem; font-weight: 400; color: rgba(255,255,255,0.7); margin-bottom: 40px; max-width: 500px; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; margin-bottom: 48px; }

/* Alteração dos botões no Hero Escuro */
.hero-actions .btn-secondary { background: rgba(255,255,255,0.1); color: white; border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(10px); box-shadow: none; }
.hero-actions .btn-secondary:hover { background: rgba(255,255,255,0.2); }

.hero-stats { display: flex; gap: 40px; align-items: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 32px; }
.stat-item { display: flex; flex-direction: column; }
.stat-number { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: white; line-height: 1; }
.stat-suffix { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--nl-blue); margin-left: 2px; }
.stat-label { font-size: 0.9rem; color: rgba(255,255,255,0.6); margin-top: 4px; font-weight: 500; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.2); border-radius: var(--radius-pill); }

/* Hero Visual (Cartão de Vidro App-Centric no Dark Mode) */
.hero-visual { perspective: 1200px; }
.hero-card {
  background: white; border-radius: var(--radius-xl); padding: 32px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1);
  transform: rotateY(-6deg) rotateX(4deg) translateY(0); transition: var(--transition);
}
.hero-card:hover { transform: rotateY(0) rotateX(0) translateY(-12px); box-shadow: 0 40px 120px rgba(69,104,220,0.3); }

.mock-search-bar { display: flex; align-items: center; gap: 16px; background: var(--bg-main); padding: 18px 24px; border-radius: var(--radius-pill); color: var(--text-muted); font-size: 0.95rem; font-weight: 500; margin-bottom: 24px; border: 1px solid rgba(0,0,0,0.02); }
.mock-map { height: 220px; background: #E8F0FE; border-radius: var(--radius-md); position: relative; margin-bottom: 24px; overflow: hidden; }
.map-gradient { position: absolute; inset: 0; background-image: radial-gradient(#CBD5E1 1px, transparent 1px); background-size: 20px 20px; opacity: 0.5; }
.map-pin { position: absolute; z-index: 2; transform: translate(-50%, -100%); }
.map-pin svg path:first-child { fill: var(--nl-blue); }
.map-pin-1 { top: 50%; left: 50%; filter: drop-shadow(0 12px 24px rgba(69, 104, 220, 0.4)); animation: bounceSoft 3s ease-in-out infinite; }
@keyframes bounceSoft { 0%, 100% { transform: translate(-50%, -100%); } 50% { transform: translate(-50%, -105%); } }

/* Cartões Mockados do Google Maps */
.g-local-card { background: white; border-radius: var(--radius-sm); border: 1px solid rgba(0,0,0,0.08); padding: 16px; margin-bottom: 12px; font-family: var(--font-body); box-shadow: var(--shadow-float); }
.g-card-main { display: flex; justify-content: space-between; gap: 16px; align-items:flex-start; margin-bottom: 16px; }
.g-card-info { flex: 1; }
.g-title { font-family: var(--font-body); font-size: 1.15rem; font-weight: 600; color: #1a0dab; margin: 0 0 4px 0; }
.g-title-muted { font-family: var(--font-body); font-size: 1rem; font-weight: 500; color: #4b5563; margin: 0 0 4px 0; }
.g-rating-row { display: flex; align-items: center; gap: 4px; margin-bottom: 4px; }
.g-score { font-size: 0.9rem; font-weight: 600; color: var(--text-main); }
.g-score-muted { font-size: 0.85rem; color: #6b7280; }
.g-stars { display: flex; align-items: center; }
.g-stars svg { width: 14px; height: 14px; }
.g-reviews-count { font-size: 0.85rem; color: #6b7280; margin-left: 2px; }
.g-category { font-size: 0.85rem; color: #4b5563; margin-bottom: 2px; }
.g-status { font-size: 0.85rem; color: #4b5563; }
.g-open { color: #188038; font-weight: 500; }
.g-card-image { width: 72px; height: 72px; border-radius: var(--radius-sm); background: linear-gradient(135deg, #E5E7EB, #F3F4F6); flex-shrink: 0; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="%239CA3AF" stroke-width="1.5"><rect x="3" y="3" width="18" height="18" rx="2" ry="2" /><circle cx="8.5" cy="8.5" r="1.5" /><path d="M21 15l-5-5L5 21" /></svg>'); background-position: center; background-repeat: no-repeat; }
.g-card-actions { display: flex; gap: 8px; border-top: 1px solid rgba(0,0,0,0.06); padding-top: 12px; }
.g-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 0; border: 1px solid rgba(0,0,0,0.1); border-radius: 99px; background: white; font-size: 0.85rem; font-weight: 600; color: var(--text-main); cursor: pointer; transition: all 0.2s ease; }
.g-btn:hover { background: #F3F4F6; }
.g-btn svg { width: 16px; height: 16px; color: #1a73e8; }
.g-local-competitor { padding: 12px 16px; box-shadow: none; border: 1px dashed rgba(0,0,0,0.1); background: rgba(255,255,255,0.4); margin-bottom: 0; }
.g-local-competitor .g-card-main { margin-bottom: 0px; }

/* Social Proof (Extensão do Fundo Escuro) */
.social-proof { padding: 40px 0 80px; background: var(--nl-dark); position: relative; }
.social-proof-label { text-align: center; color: rgba(255,255,255,0.4); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; margin-bottom: 40px; }
.logo-carousel { overflow: hidden; white-space: nowrap; mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
.logo-track { display: inline-flex; gap: 100px; animation: slideLogos 40s linear infinite; }
@keyframes slideLogos {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 50px)); }
}
.logo-item { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: rgba(255,255,255,0.2); text-transform: uppercase; }

/* =========================================================================
   MESCLA CLARA 1: ABOUT
========================================================================= */
.about { background: var(--bg-main); padding: 140px 0; border-radius: var(--radius-xl) var(--radius-xl) 0 0; margin-top: -40px; position: relative; z-index: 10; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-features { display: flex; flex-direction: column; gap: 40px; margin-top: 48px; }
.feature-item { display: flex; gap: 24px; align-items: flex-start; }
.feature-icon { width: 64px; height: 64px; border-radius: 50%; background: white; color: var(--nl-blue); box-shadow: var(--shadow-float); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-item h3 { font-size: 1.25rem; color: var(--nl-dark); margin-bottom: 8px; }
.feature-item p { color: var(--text-muted); line-height: 1.6; }

/* About Visual (App-Centric Soft Card) */
.about-card { background: white; border-radius: var(--radius-xl); padding: 48px; box-shadow: var(--shadow-hover); border: 1px solid rgba(0,0,0,0.02); }
.about-card-header { display: flex; gap: 8px; margin-bottom: 40px; background: var(--bg-main); width: fit-content; padding: 10px 16px; border-radius: var(--radius-pill); }
.card-dot { width: 14px; height: 14px; border-radius: 50%; }
.card-dot-red { background: #FF5F56; } .card-dot-yellow { background: #FFBD2E; } .card-dot-green { background: #27C93F; }

.chart-label { font-family: var(--font-display); font-weight: 700; color: var(--nl-dark); margin-bottom: 24px; font-size: 1.2rem; }
.chart-bars { display: flex; align-items: flex-end; gap: 32px; height: 220px; padding-bottom: 32px; border-bottom: 2px solid rgba(0,0,0,0.03); }
.chart-bar-group { display: flex; flex-direction: column; align-items: center; gap: 16px; flex: 1; height: 100%; justify-content: flex-end; }
.chart-bar { width: 100%; max-width: 100px; height: var(--bar-height); background: var(--bg-main); border-radius: var(--radius-md) var(--radius-md) 0 0; position: relative; overflow: hidden; }
.bar-fill { position: absolute; bottom: 0; left: 0; right: 0; height: 0; transition: height 1.5s cubic-bezier(0.25, 1, 0.5, 1); border-radius: var(--radius-md) var(--radius-md) 0 0; }
.bar-before { background: #E5E7EB; }
.bar-after { background: var(--gradient-brand); }
.is-visible .bar-fill { height: 100%; }
.bar-label { font-weight: 600; color: var(--text-muted); }
.chart-metric { display: flex; align-items: center; gap: 16px; margin-top: 32px; background: var(--bg-main); padding: 24px; border-radius: var(--radius-lg); }
.metric-up { color: var(--nl-blue); font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; background: var(--gradient-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height:1; }
.metric-desc { color: var(--text-muted); font-weight: 500; }

/* =========================================================================
   MESCLA ESCURA 2: SERVICES
========================================================================= */
.services { padding: 140px 0; background: var(--nl-dark); }
.services .section-tag { background: rgba(255,255,255,0.05); color: white; border: 1px solid rgba(255,255,255,0.1); box-shadow: none; }
.services .section-title { color: white; }
.services .section-description { color: rgba(255,255,255,0.6); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.service-card { background: rgba(255,255,255,0.02); border-radius: var(--radius-xl); padding: 48px 32px; transition: var(--transition); border: 1px solid rgba(255,255,255,0.05); position: relative; }
.service-card:hover { transform: translateY(-8px); background: rgba(255,255,255,0.05); box-shadow: 0 32px 80px rgba(0,0,0,0.5); border-color: rgba(255,255,255,0.1); }
.service-card-featured { background: rgba(69, 104, 220, 0.05); box-shadow: 0 32px 80px rgba(0,0,0,0.5); border: 1px solid rgba(69, 104, 220, 0.3); }
.service-badge { position: absolute; top: 24px; right: 24px; background: white; color: var(--nl-dark); font-size: 0.75rem; font-weight: 700; padding: 8px 16px; border-radius: var(--radius-pill); text-transform: uppercase; letter-spacing: 0.05em; box-shadow: var(--shadow-float); }
.service-icon { width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,0.05); color: white; display: flex; align-items: center; justify-content: center; margin-bottom: 32px; transition: var(--transition); border: 1px solid rgba(255,255,255,0.1); }
.service-card:hover .service-icon { transform: scale(1.1); color: var(--nl-blue); border-color: var(--nl-blue); }
.service-card-featured .service-icon { background: var(--gradient-brand); color: white; border: none; box-shadow: var(--shadow-glow); }
.service-card-featured:hover .service-icon { color: white; transform: scale(1.1); }
.service-title { font-family: var(--font-display); font-size: 1.4rem; color: white; margin-bottom: 16px; }
.service-desc { color: rgba(255,255,255,0.6); margin-bottom: 32px; }
.service-list { list-style: none; padding: 0; }
.service-list li { color: rgba(255,255,255,0.9); font-weight: 500; margin-bottom: 12px; display: flex; align-items: center; gap: 12px; }
.service-list li::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--nl-blue); }

/* =========================================================================
   MESCLA CLARA 2: RESULTS & TESTIMONIALS
========================================================================= */
.results { padding: 140px 0; background: var(--bg-main); border-radius: var(--radius-xl) var(--radius-xl) 0 0; margin-top: -40px; position: relative; z-index: 10; }
.process-timeline { max-width: 900px; margin: 0 auto 100px; position: relative; }
.timeline-line { position: absolute; left: 36px; top: 0; bottom: 0; width: 2px; background: rgba(0,0,0,0.05); }
.process-step { display: flex; gap: 40px; margin-bottom: 56px; position: relative; }
.step-number { width: 72px; height: 72px; border-radius: 50%; background: white; color: var(--nl-blue); font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; z-index: 2; flex-shrink: 0; box-shadow: var(--shadow-float); }
.step-content { background: white; padding: 40px; border-radius: var(--radius-xl); flex: 1; box-shadow: var(--shadow-float); border: 1px solid rgba(0,0,0,0.01); transition: var(--transition); }
.process-step:hover .step-content { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.step-content h3 { font-family: var(--font-display); font-size: 1.6rem; margin-bottom: 16px; color: var(--nl-dark); }
.step-content p { color: var(--text-muted); font-size: 1.1rem; }

/* Metrics - Floating Soft Cards */
.results-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.metric-card { background: white; border-radius: var(--radius-lg); padding: 48px 24px; text-align: center; box-shadow: var(--shadow-float); transition: var(--transition); border: 1px solid rgba(0,0,0,0.02); }
.metric-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.metric-icon { font-size: 3rem; margin-bottom: 24px; display: inline-block; }
.metric-value { font-family: var(--font-display); font-size: 3.8rem; font-weight: 700; background: var(--gradient-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; margin-bottom: 8px; }
.metric-suffix { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--nl-purple); }
.metric-label { color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.85rem; }

/* Testimonials (Super Organic) */
.testimonials { padding: 140px 0; background: var(--bg-main); position: relative; z-index: 2; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.testimonial-card { background: white; padding: 48px 40px; border-radius: var(--radius-xl); transition: var(--transition); box-shadow: var(--shadow-float); border: 1px solid rgba(0,0,0,0.02); }
.testimonial-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-8px); }
.testimonial-stars { color: #FBBF24; margin-bottom: 32px; font-size: 1.2rem; letter-spacing: 4px; }
.testimonial-text { font-size: 1.15rem; color: var(--nl-dark); font-weight: 500; margin-bottom: 40px; line-height: 1.6; }
.author-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--gradient-brand); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-display); font-size: 1.2rem; box-shadow: var(--shadow-glow); }
.author-name { font-weight: 700; font-size: 1.1rem; color: var(--nl-dark); }

/* FAQ (Pilled Expanders) */
.faq { padding: 140px 0 200px; background: white; border-radius: var(--radius-xl) var(--radius-xl) 0 0; margin-top: -40px; position: relative; z-index: 10; }
.faq .container { max-width: 800px; }
.faq-list { display: flex; flex-direction: column; gap: 16px; }
.faq-item { background: var(--bg-main); border-radius: var(--radius-pill); box-shadow: none; overflow: hidden; transition: var(--transition); border: 1px solid rgba(0,0,0,0.02); }
.faq-item.active { border-radius: var(--radius-lg); box-shadow: var(--shadow-float); background: white; }
.faq-question { width: 100%; padding: 24px 40px; display: flex; justify-content: space-between; align-items: center; text-align: left; font-size: 1.15rem; font-weight: 600; color: var(--nl-dark); font-family: var(--font-display); cursor: pointer; border: none; background: transparent; }
.faq-item.active .faq-question { color: var(--nl-blue); border-bottom: 1px solid rgba(0,0,0,0.03); padding-bottom: 24px; }
.faq-chevron { transition: var(--transition); color: var(--text-muted); background: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-float); }
.faq-item.active .faq-chevron { transform: rotate(180deg); color: white; background: var(--nl-blue); }
.faq-answer { max-height: 0; overflow: hidden; transition: var(--transition); padding: 0 40px; color: var(--text-muted); font-size: 1.05rem; }
.faq-item.active .faq-answer { max-height: 400px; padding: 32px 40px; }

/* =========================================================================
   MESCLA ESCURA 3: CONTACT & FOOTER
========================================================================= */
.contact { padding: 140px 0; background: var(--nl-dark); border-radius: var(--radius-xl) var(--radius-xl) 0 0; margin-top: -80px; position: relative; z-index: 20; color: white; }
.contact .section-title { color: white; }
.contact .section-description { color: rgba(255,255,255,0.7); }
.contact .section-tag { background: rgba(255,255,255,0.1); color: white; border: none; box-shadow: none; }

.contact-wrapper { max-width: 1000px; margin: 0 auto; background: rgba(255,255,255,0.02); color: white; border-radius: var(--radius-xl); padding: 80px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); }
.contact-glow { position: absolute; width: 600px; height: 600px; background: var(--gradient-brand); filter: blur(140px); border-radius: 50%; top: -200px; right: -200px; opacity: 0.15; pointer-events: none; }

.form-group label { color: rgba(255,255,255,0.9); font-weight: 500; margin-bottom: 8px; display: block; padding-left: 16px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 18px 24px; border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: white;
  font-family: var(--font-body); font-size: 1.05rem; transition: var(--transition);
}
.form-group textarea { border-radius: var(--radius-md); resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--nl-blue); background: rgba(255,255,255,0.1); box-shadow: 0 0 0 4px rgba(69, 104, 220, 0.2); }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.3); }

.btn-full { width: 100%; padding: 22px; font-size: 1.15rem; border-radius: var(--radius-pill); margin-top: 16px; border: none; }

/* Footer Minimalista (Landing Page) Escuro */
.footer-lp { background: var(--nl-dark); padding: 20px 0 80px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-lp-container { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; text-align: center; color: rgba(255,255,255,0.5); font-size: 0.95rem; font-weight: 500; }
.footer-lp-links { display: flex; gap: 32px; align-items: center; }
.footer-lp-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-weight: 600; transition: var(--transition); padding: 8px 16px; border-radius: var(--radius-pill); background: rgba(255,255,255,0.05); }
.footer-lp-links a:hover { color: white; background: rgba(69, 104, 220, 0.2); }

/* Whatsapp Float */
.whatsapp-float {
  position: fixed; bottom: 32px; right: 32px; width: 68px; height: 68px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 16px 40px rgba(37, 211, 102, 0.4);
  z-index: 1000; transition: var(--transition);
}
.whatsapp-float:hover { transform: scale(1.1) translateY(-4px); }

/* Intersections */
[data-animate] { opacity: 0; transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
[data-animate="fade-up"] { transform: translateY(60px); }
[data-animate="fade-left"] { transform: translateX(60px); }
[data-animate="fade-right"] { transform: translateX(-60px); }
[data-animate].is-visible { opacity: 1; transform: translate(0, 0); }

/* Media Queries */
@media (max-width: 1024px) {
  .hero-container, .about-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-actions, .hero-stats, .feature-item { justify-content: center; text-align: left; }
  .hero-visual { max-width: 600px; margin: 0 auto; }
  .services-grid, .results-metrics, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-wrapper { padding: 48px 32px; border-radius: var(--radius-lg); }
}

@media (max-width: 768px) {
  .services-grid, .results-metrics, .testimonials-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 2.8rem; }
  .form-row { grid-template-columns: 1fr; }
  .step-content { padding: 32px 24px; }
  .metric-card { padding: 40px 24px; }
  .testimonial-card { padding: 40px 24px; }
  .faq-question { padding: 20px 24px; }
  .faq-answer { padding: 0 24px; }
  .faq-item.active .faq-answer { padding: 24px; }
}
