/* ══════════════════════════════════════
   RAFA GUEDES — PERSONAL FIGHTER
   Standalone Styles (no external deps)
   ══════════════════════════════════════ */

/* ── Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'Mona Sans Condensed';
  src: url('66fba0e1b90a255f0cc505ad_MonaS_64ceeb0c9d1a.otf') format('opentype');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Mona Sans Medium';
  src: url('66fba0e1b90a255f0cc505bf_MonaS_68e7f39682b9.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('66fba0e1b90a255f0cc505da_MonaS_cc83a1a90c9f.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}

/* ── Variables ── */
:root {
  --heading-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --body-font: 'Mona Sans Medium', Tahoma, sans-serif;
  --paragraph-font: 'Mona Sans', Arial, sans-serif;
  --purple: #4c00ff;
  --dark-purple: #441ba5;
  --dark: #070708;
  --dark-card: #111113;
  --dark-surface: #18181b;
  --dark-grey: #2c2c2c;
  --white: #ffffff;
  --grey: #696969;
  --light-grey: #9e9898;
  --light-blue: #98aeff;
  --half-opacity-color: #ffffff1a;
  --green-whatsapp: #25D366;
  --accent-glow: rgba(76, 0, 255, 0.3);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Reset ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: var(--body-font);
  background-color: var(--dark); color: var(--white);
  line-height: 1.5; overflow-x: hidden; scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { font: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.accent { color: var(--purple); }

/* ── NAVBAR ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 1rem 0; transition: var(--transition); background: transparent;
  border-bottom: 1px solid transparent;
}
.navbar--scrolled {
  background: rgba(7, 7, 8, 0.98);
  border-bottom: 1px solid rgba(76, 0, 255, 0.15); padding: 0.6rem 0;
}
.nav-container {
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-brand {
  font-family: var(--heading-font); font-size: 1.8rem; font-weight: 800;
  letter-spacing: 0.05em; color: var(--white); text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 0; }
.nav-link {
  font-family: var(--body-font); font-size: 0.9rem; font-weight: 500;
  color: var(--light-grey); padding: 0.6rem 1.2rem; transition: var(--transition);
  text-transform: uppercase; letter-spacing: 0.05em;
}
.nav-link:hover { color: var(--white); background: rgba(255,255,255,0.05); }
.nav-link--cta {
  background: var(--purple) !important; color: var(--white) !important;
  font-weight: 600; padding: 0.6rem 1.6rem;
  transform: skew(-15deg); display: inline-block;
}
.nav-link--cta:hover { background: var(--dark-purple) !important; padding-left: 2rem; padding-right: 2rem; }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px; z-index: 1001;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--white); transition: var(--transition); }
.nav-toggle--active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle--active span:nth-child(2) { opacity: 0; }
.nav-toggle--active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── HERO ── */
.hero {
  min-height: 100vh; display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start; position: relative;
  background: url('../assets/ChatGPT Image 25 de mai. de 2026, 11_03_02.webp') center/cover no-repeat; padding: 8rem 0 4rem;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(7,7,8,0.98) 0%, rgba(7,7,8,0.85) 40%, rgba(7,7,8,0.6) 100%);
}
.hero-content {
  position: relative; z-index: 2; max-width: 1200px;
  margin: 0 auto; padding: 0 1.5rem; width: 100%;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(76,0,255,0.15); border: 1px solid rgba(76,0,255,0.3);
  color: var(--light-blue); padding: 0.5rem 1.2rem;
  font-family: var(--body-font); font-size: 0.85rem; font-weight: 600;
  margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.1em;
  transform: skew(-15deg); animation: fadeInUp 0.8s ease-out;
}
.hero-title {
  font-family: var(--heading-font); font-size: clamp(3.5rem, 8vw, 6rem);
  font-weight: 800; line-height: 1; margin-bottom: 1.5rem;
  letter-spacing: -0.04em; color: var(--white);
  animation: fadeInUp 0.8s ease-out 0.15s both;
}
.hero-subtitle {
  font-family: var(--body-font); font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--light-grey); max-width: 550px; line-height: 1.7;
  margin-bottom: 2rem; animation: fadeInUp 0.8s ease-out 0.3s both;
}
.hero-actions {
  display: flex; gap: 1rem; flex-wrap: wrap;
  margin-bottom: 3rem; animation: fadeInUp 0.8s ease-out 0.45s both;
}
.hero-stats {
  display: flex; align-items: center; gap: 2rem;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}
.hero-stat-number {
  font-family: var(--heading-font); font-size: 2.5rem; font-weight: 800;
  color: var(--purple); display: block; text-transform: uppercase;
}
.hero-stat-label {
  font-family: var(--body-font); font-size: 0.75rem; color: var(--light-grey);
  text-transform: uppercase; letter-spacing: 0.15em;
}
.hero-stat-divider { width: 1px; height: 40px; background: var(--half-opacity-color); }
.hero-scroll-indicator {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center;
  gap: 0.5rem; animation: fadeIn 1s ease-out 1s both;
}
.hero-scroll-indicator span {
  font-family: var(--body-font); font-size: 0.7rem; color: var(--grey);
  text-transform: uppercase; letter-spacing: 0.15em;
}
.scroll-arrow {
  width: 20px; height: 20px;
  border-right: 2px solid var(--purple); border-bottom: 2px solid var(--purple);
  transform: rotate(45deg); animation: bounce 2s infinite;
}
.hero::after {
  content: ''; position: absolute; z-index: 1; width: 1px; height: 200px;
  background: var(--purple); transform: skew(-15deg); right: 15%; top: 15%; opacity: 0.4;
}
.hero::before {
  content: ''; position: absolute; z-index: 1; width: 1px; height: 120px;
  background: var(--purple); transform: skew(-15deg); right: 12%; bottom: 20%; opacity: 0.25;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--body-font); font-size: 1rem; font-weight: 500;
  padding: 0.9rem 2.2rem; border: none; cursor: pointer;
  transition: padding .3s, background-color .3s;
  text-decoration: none; text-transform: uppercase; letter-spacing: 0.05em;
  transform: skew(-15deg); position: relative;
}
.btn--primary { background: var(--purple); color: var(--white); }
.btn--primary:hover { background: var(--dark-purple); padding-left: 3rem; padding-right: 3rem; }
.btn--outline { background: transparent; color: var(--white); border: 1px solid var(--purple); }
.btn--outline:hover { background: var(--purple); color: var(--white); padding-left: 3rem; padding-right: 3rem; }
.btn--whatsapp { background: #25D366; color: var(--white); font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; letter-spacing: 0; text-transform: none; border-radius: 30px; display: inline-flex; align-items: center; gap: 0.8rem; padding: 1rem 2rem; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2); transition: all 0.3s ease; transform: none; }
.btn--whatsapp:hover { background: #128C7E; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3); }
.btn--full { width: 100%; justify-content: center; }

/* ── SECTIONS ── */
.section { padding: 6rem 0; position: relative; }
.section--dark { background: var(--dark); }
.section--light { background: #f4f4f5; color: var(--dark); }
.section--accent { background: var(--purple); }
.section-header { text-align: center; margin-bottom: 4rem; position: relative; }
.section-label {
  font-family: var(--body-font); font-size: 1rem; font-weight: 600;
  color: var(--light-blue); text-transform: uppercase; letter-spacing: 0.12em;
  display: block; margin-bottom: 0.5rem;
}
.section-label--dark { color: var(--purple); }
.section-label--white { color: rgba(255,255,255,0.7); }
.section-title {
  font-family: var(--heading-font); font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 800;
  line-height: 1.1; margin-bottom: 1.5rem; letter-spacing: -0.03em;
}
.section-title--dark { color: var(--dark); }
.section-outlined {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 900; text-transform: uppercase;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.05); color: transparent;
  line-height: 1; position: absolute; top: 65%; left: 50%;
  transform: translate(-50%, -50%); pointer-events: none; white-space: nowrap; z-index: 0;
}
.section-outlined--dark { -webkit-text-stroke: 2px rgba(0,0,0,0.04); }
.section-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.15rem; color: rgba(255, 255, 255, 0.85); font-weight: 400;
  line-height: 1.7; margin-bottom: 1.5rem; letter-spacing: -0.01em;
}
.section--light .section-text { color: rgba(0, 0, 0, 0.7); }
.section-text strong { color: var(--light-blue); font-weight: 600; }

/* ── SPLIT (ABOUT) ── */
.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; align-items: center; }
.image-frame { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 24px 50px rgba(0,0,0,0.4); transform: skew(-6deg); }
.image-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transform: skew(6deg) scale(1.15); transition: transform 0.8s ease; }
.image-frame:hover img { transform: skew(6deg) scale(1.2); }
.image-frame__accent {
  position: absolute; inset: 0; border: 2px solid rgba(255,255,255,0.15); border-radius: 16px; pointer-events: none; z-index: 10;
}
.split__content { display: flex; flex-direction: column; }
.split__content .section-outlined {
  position: static; transform: none; font-size: clamp(3rem, 6vw, 4.5rem);
  color: rgba(255,255,255,0.08); -webkit-text-stroke: 0; letter-spacing: 0.05em; line-height: 1;
  order: -1; margin-bottom: 0.5rem; text-align: left;
}
.split__content .section-label { order: 0; margin-bottom: 0.5rem; }
.split__content .section-title { order: 1; margin-bottom: 1.5rem; font-size: clamp(3rem, 5vw, 4rem); }
.split__content .section-text { order: 2; }
.split__content .btn {
  order: 3; align-self: flex-start; border-radius: 30px; transform: none;
  padding: 1rem 2.5rem; margin-top: 1rem; box-shadow: 0 10px 20px rgba(76,0,255,0.3);
}

/* ── METHOD CARDS ── */
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.method-card {
  display: flex; position: relative; overflow: hidden; min-height: 260px;
  background: rgba(255, 255, 255, 0.65); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 24px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.06);
  opacity: 0; transform: translateY(30px); transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.method-card.revealed { opacity: 1; transform: translateY(0); }
.method-card:hover { transform: translateY(-8px); box-shadow: 0 20px 48px rgba(0,0,0,0.12); border-color: #fff; }
.method-card--accent { background: rgba(255, 255, 255, 0.8); }
.method-card--dark { background: rgba(255, 255, 255, 0.4); }
.method-card__number {
  font-family: var(--heading-font); font-size: 6rem; font-weight: 900;
  opacity: 0.08; color: var(--purple); position: absolute; top: -10px; left: -10px; pointer-events: none;
}
.method-card__number--accent { color: var(--dark); }
.method-card__content { flex: 1; padding: 2.5rem 2rem; display: flex; flex-direction: column; justify-content: center; z-index: 2; }
.method-card__title {
  font-family: var(--heading-font); font-size: 1.8rem; font-weight: 800;
  color: var(--dark); margin-bottom: 0.8rem; text-transform: uppercase; line-height: 0.85;
}
.method-card__title--accent { color: var(--purple); }
.method-card__text { font-family: var(--paragraph-font); font-size: 0.95rem; color: var(--grey); line-height: 1.6; }
.method-card__image { width: 220px; flex-shrink: 0; padding: 1rem; display: flex; align-items: center; justify-content: center; }
.method-card__image img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.method-card__image--icon { background: transparent; }
.location-icon, .female-icon { width: 80px; height: 80px; color: var(--purple); filter: drop-shadow(0 4px 8px rgba(76,0,255,0.2)); }
.method-card--dark .location-icon, .method-card--dark .female-icon { color: var(--dark); filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1)); }

/* ── BENEFITS ── */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.benefit-card {
  background: rgba(255, 255, 255, 0.03); padding: 2rem; border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05); text-align: center;
  transition: var(--transition);
  opacity: 0; transform: translateY(30px);
}
.benefit-card.revealed { opacity: 1; transform: translateY(0); }
.benefit-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 24px 48px rgba(76, 0, 255, 0.15);
}
.benefit-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.benefit-title {
  font-family: var(--heading-font); font-size: 1.2rem; font-weight: 700; margin-bottom: 0.8rem; letter-spacing: -0.01em;
}
.benefit-text { font-family: var(--paragraph-font); font-size: 0.95rem; color: var(--light-grey); line-height: 1.6; }

/* ── STEPS ── */
.steps-grid { display: flex; align-items: flex-start; justify-content: center; gap: 1rem; }
.step-card {
  background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
  padding: 2.5rem 2rem; text-align: center; flex: 1; max-width: 320px;
  opacity: 0; transform: translateY(30px); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.step-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(76,0,255,0.2); border-color: rgba(255,255,255,0.2); }
.step-card.revealed { opacity: 1; transform: translateY(0); }
.step-number {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 5rem; font-weight: 900;
  background: linear-gradient(135deg, #a881ff, var(--purple));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem; line-height: 0.9; letter-spacing: -0.02em;
}
.step-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem; font-weight: 700;
  color: rgba(255,255,255,0.9); margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em;
}
.step-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 1.05rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.step-connector { font-size: 2rem; color: rgba(255,255,255,0.15); padding-top: 3rem; }

/* ── TESTIMONIALS ── */
.testimonials-slider { position: relative; max-width: 700px; margin: 0 auto; min-height: 280px; }
.testimonial-card {
  position: absolute; top: 0; left: 0; right: 0;
  background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 24px; box-shadow: 0 16px 40px rgba(0,0,0,0.3);
  padding: 3rem; opacity: 0; transform: translateX(40px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); pointer-events: none;
}
.testimonial-card--active { opacity: 1; transform: translateX(0); pointer-events: all; }
.testimonial-stars { color: #facc15; font-size: 1.2rem; letter-spacing: 0.15em; margin-bottom: 1rem; }
.testimonial-text {
  font-family: var(--paragraph-font); font-size: 1.05rem; color: var(--light-grey);
  line-height: 1.8; margin-bottom: 1.5rem; font-style: italic;
}
.testimonial-author { display: flex; align-items: center; gap: 1rem; }
.testimonial-avatar {
  width: 48px; height: 48px; min-width: 48px; background: linear-gradient(135deg, var(--purple), var(--dark-purple));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.2rem; color: var(--white); transform: none;
  box-shadow: 0 4px 10px rgba(76,0,255,0.3);
}
.testimonial-name { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 700; font-size: 1.05rem; color: rgba(255,255,255,0.95); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.1rem; }
.testimonial-detail { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.testimonial-dots { display: flex; justify-content: center; gap: 0.6rem; margin-top: 2rem; }
.dot {
  width: 8px; height: 8px; background: rgba(255,255,255,0.2); border-radius: 4px;
  border: none; cursor: pointer; transition: all 0.3s ease; transform: none;
}
.dot--active { background: var(--purple); width: 24px; box-shadow: 0 0 10px rgba(76,0,255,0.4); }

/* ── CONTACT ── */
.contact-wrapper {
  display: grid !important; grid-template-columns: 1fr 1.2fr !important;
  gap: 5rem; align-items: center; width: 100%;
}
.contact-info { display: flex; flex-direction: column; padding-right: 2rem; }
.contact-info .section-outlined { position: static; transform: none; font-size: clamp(2.5rem, 4vw, 3.5rem); color: rgba(255,255,255,0.08); -webkit-text-stroke: 0; line-height: 1; order: -1; margin-bottom: 0.5rem; font-family: var(--heading-font); font-weight: 900; }
.contact-info .section-label { order: 0; margin-bottom: 0.5rem; font-family: var(--body-font); color: rgba(255,255,255,0.6) !important; font-weight: 600; letter-spacing: 0.1em; font-size: 0.85rem; text-transform: uppercase; }
.contact-info .section-title { order: 1; font-size: clamp(2.5rem, 4vw, 3.5rem); margin-bottom: 1.5rem; font-family: var(--heading-font); font-weight: 800; letter-spacing: -0.03em; text-transform: none; line-height: 1.1; }
.contact-info .section-title .accent { color: #a881ff; }
.contact-info .section-text { order: 2; font-family: var(--body-font); font-size: 1.15rem; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 2.5rem; }
.contact-info .section-text strong { color: #fff; font-weight: 600; }
.contact-details { order: 3; display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; }
.contact-item {
  display: flex; align-items: center; gap: 1.2rem;
  font-family: var(--body-font);
  font-size: 1.1rem; font-weight: 500; color: rgba(255,255,255,0.85);
}
.contact-item__icon { 
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; font-size: 1.3rem;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.contact-info .btn--whatsapp { order: 4; align-self: flex-start; }
.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 24px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
  padding: 3rem; width: 100%; max-width: 100%;
}
.contact-form { width: 100%; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; width: 100%; }
.form-title {
  font-family: var(--heading-font); font-size: 1.8rem; font-weight: 700;
  margin-bottom: 1.5rem; text-transform: uppercase; line-height: 0.85;
}
.form-group { margin-bottom: 1.2rem; width: 100%; }
.form-group label {
  display: block; font-family: var(--body-font); font-size: 0.85rem;
  font-weight: 500; color: var(--light-grey); margin-bottom: 0.4rem;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.form-group input, .form-group textarea {
  width: 100%; max-width: 100%; 
  background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; height: auto;
  padding: 0.85rem 1rem; color: var(--white);
  font-family: var(--paragraph-font); font-size: 0.95rem;
  transition: var(--transition); outline: none;
  box-sizing: border-box; display: block; margin-bottom: 0;
}
.form-group input:focus, .form-group textarea:focus {
  border-color: var(--purple); box-shadow: 0 0 0 3px var(--accent-glow);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.25); }

/* ── FOOTER ── */
.footer {
  background: #050507; border-top: 1px solid rgba(255,255,255,0.05); padding: 6rem 0 2rem;
  position: relative; overflow: hidden;
}
.footer::before {
  content: ''; position: absolute; top: -150px; left: 50%; transform: translateX(-50%);
  width: 80%; height: 300px; background: radial-gradient(ellipse at center, rgba(76,0,255,0.12) 0%, transparent 70%); pointer-events: none;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; margin-bottom: 4rem; position: relative; z-index: 1; }
.footer-tagline {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
  color: rgba(255,255,255,0.5); font-size: 1rem; margin-top: 1rem; letter-spacing: 0.02em; font-weight: 400;
}
.footer-links h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem; font-weight: 700; margin-bottom: 1.5rem; color: rgba(255,255,255,0.9); text-transform: uppercase; letter-spacing: 0.1em;
}
.footer-links a, .footer-links span {
  display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem; color: rgba(255,255,255,0.5); margin-bottom: 0.8rem; transition: color 0.3s ease; font-weight: 400;
}
.footer-links a:hover { color: var(--white); }
.footer-bottom { 
  border-top: 1px solid rgba(255,255,255,0.05); padding-top: 2rem; 
  text-align: center; position: relative; z-index: 1;
}
.footer-bottom p { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 0.85rem; color: rgba(255,255,255,0.4); }

/* ── WHATSAPP FLOAT ── */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
  color: #fff;
}
.whatsapp-float svg {
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

/* ── ANIMATIONS ── */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: rotate(45deg) translateY(0); }
  40% { transform: rotate(45deg) translateY(-8px); }
  60% { transform: rotate(45deg) translateY(-4px); }
}

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
  .split { grid-template-columns: 1fr; gap: 2.5rem; }
  .split__media { order: -1; max-width: 500px; margin: 0 auto; }
  .method-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-wrapper { grid-template-columns: 1fr !important; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .steps-grid { flex-direction: column; align-items: center; }
  .step-connector { transform: rotate(90deg); padding: 0; }
}
@media (max-width: 768px) {
  .nav-links {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(7,7,8,0.98); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    flex-direction: column; justify-content: center; gap: 1.5rem;
    opacity: 0; pointer-events: none; transition: var(--transition);
  }
  .nav-links--open { opacity: 1; pointer-events: all; }
  .nav-link { font-size: 1.3rem; padding: 0.8rem 2rem; }
  .nav-link--cta { transform: skew(-15deg); }
  .nav-toggle { display: flex; }
  .hero-title { font-size: clamp(3rem, 12vw, 5rem); }
  .hero-stats { 
    flex-direction: row; align-items: center; justify-content: space-between; gap: 0.5rem; 
    background: rgba(255,255,255,0.03); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 1rem; width: 100%; margin-top: 1rem;
  }
  .hero-stat { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; text-align: center; }
  .hero-stat-number { font-size: 1.5rem; margin-bottom: 0.2rem; }
  .hero-stat-label { font-size: 0.65rem; text-align: center; }
  .hero-stat-divider { width: 1px; height: 30px; margin: 0; background: rgba(255,255,255,0.15); }
  .testimonials-slider { min-height: 400px; }
  .testimonial-card { padding: 2rem; }
  .benefits-grid { grid-template-columns: 1fr; }
  .method-card { flex-direction: column; }
  .method-card__image { width: 100%; height: 200px; }
  .method-card__number { padding: 1rem; }
  .section { padding: 4rem 0; }
  .section-header { margin-bottom: 2.5rem; }
  .hero-scroll-indicator { display: none; }
  .hero::after, .hero::before { display: none; }
  .contact-form-wrapper { padding: 1.5rem; }
  .form-row { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 2.8rem; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; justify-content: center; }
}
