/* ============================================================
   VELORA STRATEGY — DESIGN SYSTEM PREMIUM
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800&display=swap');

/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  scroll-padding-top: 120px;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header.scrolled {
  padding: 0.6rem 5%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.header-left {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.logo {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.logo span {
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.7;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.nav-links a:hover {
  opacity: 1;
}

.nav-links a.active {
  opacity: 1;
  font-weight: 600;
}

.header-cta {
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.cta-destaque {
  background: #FF6D00 !important;
  color: #ffffff !important;
  padding: 0.7rem 1.8rem;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-destaque:hover {
  background: #FF8E33 !important;
  box-shadow: 0 4px 15px rgba(255, 109, 0, 0.4);
  transform: translateY(-2px);
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* ===== HERO SECTION ===== */
.hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding: 110px 6% 40px;
  gap: 5%;
}

.hero-left {
  flex: 1.1;
  position: relative;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 0.55rem 1.3rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.hero-headline {
  font-family: 'Outfit', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 2;
}

.hero-headline .highlight {
  display: block;
}

.hero-sub {
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 540px;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 2;
}

/* ===== HERO RIGHT (FORM SIDE) ===== */
.hero-right {
  flex: 1;
  max-width: 480px;
}

/* Form Card */
.form-card {
  padding: 2rem;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.form-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.form-subtitle {
  font-size: 0.85rem;
  opacity: 0.65;
  margin-bottom: 1.2rem;
  line-height: 1.4;
}

/* Benefits Checklist */
.form-benefits {
  list-style: none;
  margin-bottom: 1rem;
  padding: 0;
}

.form-benefits li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.35rem 0;
  line-height: 1.4;
}

.form-benefits li .check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  flex-shrink: 0;
  font-weight: 900;
}

/* Form Fields */
.form-row {
  display: flex;
  gap: 0.8rem;
}

.form-row .form-group {
  flex: 1;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  opacity: 0.7;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  border: 2px solid transparent;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  transition: all 0.3s ease;
  outline: none;
}

.form-group input:focus,
.form-group select:focus {
  transform: translateY(-1px);
}

.form-group input::placeholder {
  opacity: 0.4;
}

.form-btn {
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.form-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.form-btn:active {
  transform: translateY(0);
}

/* Trust Row */
.trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 500;
  opacity: 0.55;
}

.trust-item svg {
  width: 14px;
  height: 14px;
}

/* ===== SECTION SHARED STYLES ===== */
.section-container {
  max-width: 1140px;
  margin: 0 auto;
}

.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.8rem;
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.section-sub {
  font-size: 1.05rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3.5rem;
  line-height: 1.7;
  opacity: 0.6;
}

/* ===== AUDIENCE SECTION ("Para Quem É") ===== */
.audience-section {
  padding: 100px 6%;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.audience-card {
  padding: 2.2rem;
  border-radius: 16px;
  transition: all 0.35s ease;
  position: relative;
}

.audience-card:hover {
  transform: translateY(-4px);
}

.audience-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.audience-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.audience-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  opacity: 0.65;
}

/* ===== PROBLEM SECTION ===== */
.problem-section {
  padding: 100px 6%;
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.problem-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.problem-item:hover {
  transform: translateY(-2px);
}

.problem-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.problem-item h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.problem-item p {
  font-size: 0.85rem;
  line-height: 1.55;
  opacity: 0.6;
}

/* ===== DELIVERABLES SECTION ===== */
.deliverables-section {
  padding: 100px 6%;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.deliverable-card {
  padding: 2rem;
  border-radius: 16px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.deliverable-card:hover {
  transform: translateY(-3px);
}

.deliverable-number {
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  opacity: 0.5;
}

.deliverable-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.deliverable-card p {
  font-size: 0.87rem;
  line-height: 1.6;
  opacity: 0.6;
}

.deliverable-format {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ===== METHODOLOGY SECTION ===== */
.methodology-section {
  padding: 100px 6%;
}

.method-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 3rem;
  opacity: 0.5;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}



.method-step {
  text-align: center;
  padding: 0 1.5rem;
  position: relative;
}

.method-step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 auto 1.2rem;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.method-step:hover .method-step-number {
  transform: scale(1.08);
}

.method-step h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.method-step p {
  font-size: 0.82rem;
  line-height: 1.55;
  opacity: 0.55;
}

/* 11-Step Methodology Grid */
.method-grid-11 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.method-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.method-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent);
  box-shadow: 0 10px 30px rgba(0, 191, 255, 0.1);
}

.method-number {
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent);
  opacity: 0.2;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  line-height: 1;
}

.method-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--text-primary);
  padding-right: 2rem;
}

.method-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.method-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  background: var(--accent-glow);
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: auto;
}

/* Info Grid for Objectives/Target Audience */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.info-card {
  background: var(--bg-tertiary);
  border-left: 4px solid var(--accent);
  padding: 2rem;
  border-radius: 0 12px 12px 0;
}

.info-card h3 {
  color: var(--accent);
  font-family: 'Outfit', sans-serif;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.info-card p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.6;
}

.info-list {
  list-style: none;
  margin-top: 1rem;
}

.info-list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

.info-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: bold;
}

/* ===== TRUST / AUTHORITY SECTION ===== */
.trust-section {
  padding: 100px 6%;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.trust-card {
  padding: 2rem;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.trust-card:hover {
  transform: translateY(-3px);
}

.trust-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.trust-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.trust-card p {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.6;
}

/* ===== BENEFITS / IMPACT SECTION ===== */
.benefits-section {
  padding: 100px 6%;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.8rem;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-2px);
}

.benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.benefit-item h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.benefit-item p {
  font-size: 0.84rem;
  line-height: 1.55;
  opacity: 0.6;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  padding: 100px 6%;
}

.faq-container {
  max-width: 740px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 12px;
  margin-bottom: 0.8rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.faq-question:hover {
  opacity: 0.85;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  font-weight: 300;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer-inner {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.88rem;
  line-height: 1.7;
  opacity: 0.6;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

/* ===== FINAL CTA SECTION ===== */
.final-cta {
  padding: 100px 6%;
  text-align: center;
}

.final-cta .section-title {
  margin-bottom: 1rem;
}

.final-cta .section-sub {
  margin-bottom: 2.5rem;
}

.final-cta-btn {
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
}

.final-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* ===== SERVICES GRID (Institutional Page) ===== */
.services-section {
  padding: 100px 6%;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.service-card {
  padding: 2.5rem 2rem;
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.service-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.service-card p {
  font-size: 0.88rem;
  line-height: 1.65;
  opacity: 0.6;
  margin-bottom: 1.5rem;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  transition: gap 0.3s ease;
}

.service-link:hover {
  gap: 0.7rem;
}

/* ===== VISION SECTION (Institutional) ===== */
.vision-section {
  padding: 100px 6%;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.vision-item {
  text-align: center;
  padding: 2rem 1.5rem;
}

.vision-item h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.vision-item p {
  font-size: 0.88rem;
  line-height: 1.6;
  opacity: 0.55;
}

/* ===== FLOATING MOBILE CTA ===== */
.floating-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 5%;
  z-index: 999;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(128, 128, 128, 0.1);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-cta.visible {
  transform: translateY(0);
}

.floating-cta a {
  display: block;
  width: 100%;
  padding: 0.9rem;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  font-size: 0.92rem;
  transition: all 0.3s ease;
}

/* ===== FOOTER ===== */
.footer {
  padding: 3rem 6%;
  text-align: center;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
}

.footer-content {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 0.82rem;
  font-weight: 500;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 0.8;
}

.footer-copy {
  font-size: 0.78rem;
  opacity: 0.35;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes subtlePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered reveal children */
.reveal-children>* {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.reveal-children.visible>*:nth-child(1) {
  transition-delay: 0.05s;
  opacity: 1;
  transform: translateY(0);
}

.reveal-children.visible>*:nth-child(2) {
  transition-delay: 0.12s;
  opacity: 1;
  transform: translateY(0);
}

.reveal-children.visible>*:nth-child(3) {
  transition-delay: 0.19s;
  opacity: 1;
  transform: translateY(0);
}

.reveal-children.visible>*:nth-child(4) {
  transition-delay: 0.26s;
  opacity: 1;
  transform: translateY(0);
}

.reveal-children.visible>*:nth-child(5) {
  transition-delay: 0.33s;
  opacity: 1;
  transform: translateY(0);
}

.reveal-children.visible>*:nth-child(6) {
  transition-delay: 0.40s;
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero {
    flex-direction: column;
    padding: 110px 5% 50px;
    gap: 3rem;
  }

  .hero > img {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.15 !important;
    object-fit: cover !important;
    object-position: top center !important;
    mask-image: linear-gradient(to bottom, black 0%, transparent 90%) !important;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 90%) !important;
  }

  .hero-right {
    max-width: 100%;
    width: 100%;
  }

  .hero-headline {
    font-size: 2.3rem;
  }

  .audience-grid,
  .trust-grid,
  .services-grid,
  .vision-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }



  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .floating-cta {
    display: block;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 100px 5% 30px;
  }

  .hero-headline {
    font-size: 1.9rem;
  }

  .hero-sub {
    font-size: 0.95rem;
  }

  .form-card {
    padding: 1.8rem;
  }

  .form-title {
    font-size: 1.35rem;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .form-group {
    margin-bottom: 0.8rem;
  }

  .method-card {
    padding: 1.5rem;
  }

  .section-title {
    font-size: 1.7rem;
  }

  .audience-grid,
  .problem-grid,
  .deliverables-grid,
  .benefits-grid,
  .trust-grid,
  .services-grid,
  .vision-grid {
    grid-template-columns: 1fr;
  }

  .method-steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .trust-row {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }

  .audience-section,
  .problem-section,
  .deliverables-section,
  .methodology-section,
  .trust-section,
  .benefits-section,
  .faq-section,
  .final-cta,
  .services-section,
  .vision-section {
    padding: 70px 5%;
  }
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: 1.6rem;
  }

  .header-cta {
    font-size: 0.75rem;
    padding: 0.5rem 1.2rem;
  }

  .section-title {
    font-size: 1.45rem;
  }

  .form-card {
    padding: 1.5rem;
  }

  .audience-section,
  .problem-section,
  .deliverables-section,
  .methodology-section,
  .trust-section,
  .benefits-section,
  .faq-section,
  .final-cta,
  .services-section,
  .vision-section {
    padding: 50px 5%;
  }
}

/* ===== GLOBAL FABS ===== */
.global-fabs {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
  align-items: center;
}

.fab-btn,
.fab-whatsapp,
.fab-totop {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.fab-whatsapp {
  background: #25D366;
}

.fab-whatsapp:hover {
  background: #128C7E;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.fab-whatsapp svg {
  width: 30px;
  height: 30px;
}

.fab-totop {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.fab-totop.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fab-totop:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.fab-totop svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .global-fabs {
    bottom: 80px;
    /* Above mobile CTA if present */
    right: 20px;
  }

  .fab-btn,
  .fab-whatsapp,
  .fab-totop {
    width: 48px;
    height: 48px;
  }
}

/* ===== UTILITY ===== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.text-accent {
  color: var(--accent) !important;
}

/* ===== FORM VALIDATION HINTS ===== */
.validation-hint {
  display: none;
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin-top: 0.4rem;
  padding-left: 0.5rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.form-group input:focus + .validation-hint,
.form-group textarea:focus + .validation-hint,
.form-group select:focus + .validation-hint {
  display: block;
}

.form-group input:not(:placeholder-shown):invalid + .validation-hint,
.form-group textarea:not(:placeholder-shown):invalid + .validation-hint {
  color: #ff4d4d;
}

.form-group input:not(:placeholder-shown):valid + .validation-hint,
.form-group textarea:not(:placeholder-shown):valid + .validation-hint {
  color: #00A844;
}