.elementor-37 .elementor-element.elementor-element-36a0738{--display:flex;}.elementor-37 .elementor-element.elementor-element-9656cd3{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9656cd3 *//* ── Orbs (CSS-only, instant render) ─────────────────────── */
body::before {
  content: '';
  position: fixed;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234,88,12,0.42) 0%, rgba(234,88,12,0.12) 45%, transparent 70%);
  filter: blur(72px);
  top: -200px; left: -150px;
  z-index: 0;
  pointer-events: none;
  animation: orb1 12s ease-in-out infinite;
  will-change: transform;
}
body::after {
  content: '';
  position: fixed;
  width: 550px; height: 550px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217,119,6,0.36) 0%, rgba(217,119,6,0.1) 45%, transparent 70%);
  filter: blur(72px);
  top: 40vh; right: -150px;
  z-index: 0;
  pointer-events: none;
  animation: orb2 10s ease-in-out infinite;
  will-change: transform;
}
@keyframes orb1 {
  0%   { transform: translate(0,0); }
  33%  { transform: translate(60px,-40px); }
  66%  { transform: translate(-20px,30px); }
  100% { transform: translate(0,0); }
}
@keyframes orb2 {
  0%   { transform: translate(0,0); }
  33%  { transform: translate(-50px,50px); }
  66%  { transform: translate(30px,-20px); }
  100% { transform: translate(0,0); }
}
/* ── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --orange:     #EA580C;
  --orange-2:   #D97706;
  --orange-3:   #F59E0B;
  --bg:         #080d1a;
  --bg-2:       #0c1223;
  --white:      #fafafa;
  --muted:      rgba(250,250,250,0.45);
  --border:     rgba(255,255,255,0.07);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: rgba(234,88,12,0.3); border-radius: 3px; }


/* ── Particles ────────────────────────────────────────────── */
#particles { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.pt {
  position: absolute; border-radius: 50%;
  background: rgba(234,88,12,0.35);
  animation: pt-float 14s ease-in-out infinite;
}
@keyframes pt-float {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  10%  { opacity: 0.5; }
  90%  { opacity: 0.5; }
  100% { transform: translateY(-90px) translateX(18px); opacity: 0; }
}

/* ── Cursor ───────────────────────────────────────────────── */
.cursor-dot {
  position: fixed;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(234,88,12,0.75);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 14px rgba(234,88,12,0.5);
  transition: width .15s, height .15s;
}


/* ── Container ────────────────────────────────────────────── */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

/* ── Section base ─────────────────────────────────────────── */
section { padding: 88px 0; position: relative; z-index: 1; background: transparent; }
.section-label {
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--orange); margin-bottom: 12px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800; letter-spacing: -.03em; line-height: 1.1;
}
.section-header { margin-bottom: 56px; text-align: center; }
.section-header.centered { text-align: center; }

/* ── Gradient text ────────────────────────────────────────── */
.g-text {
  background: linear-gradient(135deg, var(--orange), var(--orange-3), var(--orange-2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── Reveal animation handled at bottom ─────────────────────── */

/* ════════════════════════════════════════════════════════════
   1. HERO
════════════════════════════════════════════════════════════ */
#hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 40px 24px 80px;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border-radius: 100px;
  border: 1px solid rgba(234,88,12,0.3);
  background: rgba(234,88,12,0.07);
  font-size: 12px; color: rgba(255,255,255,0.65);
  margin-bottom: 32px;
  animation: fade-in .8s ease both;
}
.pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }
@keyframes fade-in { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:translateY(0)} }

.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 800; line-height: 1.04;
  letter-spacing: -.04em;
  max-width: 860px; margin: 0 0 24px;
  animation: fade-in .9s .1s ease both;
}

.hero-sub {
  font-size: clamp(15px, 1.8vw, 19px);
  color: var(--muted); max-width: 560px;
  line-height: 1.65; margin: 0 0 44px;
  animation: fade-in .9s .2s ease both;
}

.hero-btns {
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
  animation: fade-in .9s .3s ease both;
}
.btn-primary {
  padding: 14px 32px; border-radius: 12px; border: none;
  background: linear-gradient(135deg, var(--orange), #C2410C);
  color: #fff; font-size: 15px; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: all .2s;
  box-shadow: 0 0 28px rgba(234,88,12,0.3);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(234,88,12,0.45); }
.btn-ghost {
  padding: 14px 32px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.7); font-size: 15px; font-weight: 500;
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: all .2s; backdrop-filter: blur(8px);
}
.btn-ghost:hover { border-color: rgba(234,88,12,0.35); color: var(--white); background: rgba(234,88,12,0.06); }

/* Stats */
.hero-stats {
  display: flex; gap: 52px; margin-top: 72px; flex-wrap: wrap; justify-content: center;
  animation: fade-in .9s .4s ease both;
}
.stat { text-align: center; }
.stat-val {
  font-size: 42px; font-weight: 700; letter-spacing: -.03em;
  background: linear-gradient(135deg, #fff, rgba(255,255,255,0.55));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}
.stat-lbl { font-size: 12px; color: rgba(255,255,255,0.38); margin-top: 4px; letter-spacing: .02em; }

/* ════════════════════════════════════════════════════════════
   2. PROBLEMA
════════════════════════════════════════════════════════════ */
#problema { background: rgba(255,255,255,0.01); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.problema-intro {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.5);
  max-width: 600px; line-height: 1.65; margin-bottom: 52px;
  margin-left: auto; margin-right: auto; text-align: center;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.pain-card {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 24px 28px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(8px);
  transition: all .25s;
}
.pain-card:hover {
  border-color: rgba(234,88,12,0.25);
  background: rgba(234,88,12,0.04);
}
.pain-icon {
  font-size: 24px; flex-shrink: 0;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: rgba(234,88,12,0.08);
  border: 1px solid rgba(234,88,12,0.15);
}
.pain-text h4 { font-size: 15px; font-weight: 600; margin-bottom: 5px; }
.pain-text p { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* ════════════════════════════════════════════════════════════
   3. SOBRE RHADIANCE
════════════════════════════════════════════════════════════ */
#sobre {
  background: linear-gradient(135deg, rgba(234,88,12,0.04) 0%, rgba(8,13,26,0) 60%);
}
.sobre-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.sobre-photo-wrap {
  position: relative;
}
.sobre-photo-placeholder {
  width: 100%; aspect-ratio: 3/4;
  max-width: 340px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(234,88,12,0.15), rgba(217,119,6,0.08));
  border: 1px solid rgba(234,88,12,0.2);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 12px;
  color: rgba(255,255,255,0.2); font-size: 13px;
  position: relative; overflow: hidden;
}
.sobre-photo-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(234,88,12,0.03) 20px, rgba(234,88,12,0.03) 21px);
}
.photo-icon { font-size: 48px; opacity: .3; }
.sobre-tag {
  position: absolute; bottom: -16px; right: -16px;
  padding: 12px 20px; border-radius: 14px;
  background: linear-gradient(135deg, var(--orange), #C2410C);
  font-size: 13px; font-weight: 700;
  box-shadow: 0 8px 24px rgba(234,88,12,0.4);
}
.sobre-content { }
.sobre-content .section-title { margin-bottom: 20px; }
.sobre-desc {
  font-size: 15px; color: rgba(255,255,255,0.55);
  line-height: 1.75; margin-bottom: 28px;
}
.sobre-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; }
.pill {
  padding: 6px 14px; border-radius: 100px;
  border: 1px solid rgba(234,88,12,0.25);
  background: rgba(234,88,12,0.07);
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7);
  white-space: nowrap;
}

/* ════════════════════════════════════════════════════════════
   4. SERVICIOS
════════════════════════════════════════════════════════════ */
#servicios { }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.svc-card {
  padding: 28px 24px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all .28s ease;
  transform-style: preserve-3d;
}
.svc-card:hover {
  border-color: rgba(234,88,12,0.28);
  background: rgba(234,88,12,0.05);
  box-shadow: 0 16px 48px rgba(234,88,12,0.15);
  transform: translateY(-4px);
}
.svc-icon { font-size: 28px; margin-bottom: 14px; display: inline-block; transition: transform .3s cubic-bezier(.34,1.56,.64,1); }
.svc-card:hover .svc-icon { transform: scale(1.25) rotate(6deg); }
.svc-title { font-size: 16px; font-weight: 600; margin-bottom: 8px; letter-spacing: -.01em; }
.svc-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ════════════════════════════════════════════════════════════
   5. PROCESO
════════════════════════════════════════════════════════════ */
#proceso { background: rgba(255,255,255,0.01); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
#proceso .section-header { margin-bottom: 72px; padding-top: 40px; padding-bottom: 0; border-bottom: none; }

.process-steps {
  display: flex; flex-direction: column;
  gap: 40px; max-width: 600px; margin: 0 auto;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px; left: calc(10% + 28px); right: calc(10% + 28px);
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(234,88,12,0.3), var(--orange));
}
@media (max-width: 768px) {
  .process-steps { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .process-steps::before { display: none; }
}
.step { text-align: center; padding: 0 20px; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(234,88,12,0.2), rgba(234,88,12,0.08));
  border: 2px solid rgba(234,88,12,0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; font-family: 'Playfair Display', serif;
  color: var(--orange); margin: 0 auto 20px;
  position: relative; z-index: 1;
  box-shadow: 0 0 0 6px rgba(234,88,12,0.06);
  transition: all .3s;
}
.step:hover .step-num {
  background: linear-gradient(135deg, rgba(234,88,12,0.35), rgba(234,88,12,0.15));
  box-shadow: 0 0 0 8px rgba(234,88,12,0.1), 0 0 24px rgba(234,88,12,0.3);
  transform: scale(1.08);
}
.step-title { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.step-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ════════════════════════════════════════════════════════════
   6. RESULTADOS
════════════════════════════════════════════════════════════ */
#resultados { }
.results-top {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-bottom: 48px;
}
.result-metric {
  text-align: center; padding: 32px 20px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  transition: all .25s;
}
.result-metric:hover {
  border-color: rgba(234,88,12,0.3);
  background: rgba(234,88,12,0.05);
  transform: translateY(-3px);
}
.metric-val {
  font-family: 'Playfair Display', serif;
  font-size: 52px; font-weight: 800; letter-spacing: -.04em;
  background: linear-gradient(135deg, var(--orange), var(--orange-3));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1;
}
.metric-lbl { font-size: 13px; color: var(--muted); margin-top: 8px; font-weight: 500; }

.cases-grid { display: grid; grid-template-columns: 1fr; gap: 16px; width: 100%; }
.case-card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  position: relative; overflow: hidden;
  transition: all .25s;
}
.case-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--orange-3));
  opacity: 0; transition: opacity .25s;
}
.case-card:hover { border-color: rgba(234,88,12,0.2); transform: translateY(-2px); }
.case-card:hover::before { opacity: 1; }
.case-tag {
  display: inline-block; padding: 3px 10px; border-radius: 6px;
  background: rgba(234,88,12,0.1); border: 1px solid rgba(234,88,12,0.2);
  font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 12px;
}
.case-result { font-size: 20px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 8px; font-family: 'Inter', sans-serif; }
.case-desc { font-size: 13px; color: var(--muted); line-height: 1.55; }
.case-placeholder { opacity: .45; }

/* ════════════════════════════════════════════════════════════
   7. SOBRE VOS (FOUNDER)
════════════════════════════════════════════════════════════ */
#founder {
  background: rgba(255,255,255,0.015);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.founder-grid {
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  max-width: 600px; margin: 0 auto; gap: 24px;
}
.founder-photo {
  width: 180px; height: 180px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(234,88,12,0.2), rgba(217,119,6,0.1));
  border: 3px solid rgba(234,88,12,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 64px; flex-shrink: 0;
  box-shadow: 0 0 0 8px rgba(234,88,12,0.07), 0 0 40px rgba(234,88,12,0.15);
  overflow: hidden; position: relative;
}
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder-photo-placeholder {
  font-size: 64px; opacity: .3;
}
.founder-name {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 4px;
}
.founder-role { font-size: 13px; color: var(--orange); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.founder-bio { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.75; max-width: 520px; text-align: center; }
.founder-bio strong { color: rgba(255,255,255,0.85); font-weight: 600; }

/* ════════════════════════════════════════════════════════════
   8. FAQ
════════════════════════════════════════════════════════════ */
#faq { }
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  border-radius: 14px; border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  overflow: hidden; transition: border-color .2s, background .2s;
}
.faq-item:hover { border-color: rgba(234,88,12,0.2); }
.faq-item.open { border-color: rgba(234,88,12,0.3); background: rgba(234,88,12,0.04); }
.faq-item.open:hover { border-color: rgba(234,88,12,0.3); background: rgba(234,88,12,0.04); }
.faq-q {
  width: 100%; padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: none; color: var(--white);
  font-size: 15px; font-weight: 600; font-family: 'Inter', sans-serif;
  text-align: left; cursor: pointer;
  transition: color .2s;
}
.faq-item.open .faq-q { color: rgba(255,255,255,0.95); }
.faq-arrow {
  width: 24px; height: 24px; flex-shrink: 0;
  border-radius: 50%; background: rgba(234,88,12,0.1); border: 1px solid rgba(234,88,12,0.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange); font-size: 14px; transition: transform .3s, background .2s;
}
.faq-item.open .faq-arrow { transform: rotate(45deg); background: rgba(234,88,12,0.2); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  font-size: 14px; color: var(--muted); line-height: 1.7;
  padding: 0 24px;
}
.faq-item.open .faq-a { max-height: 400px; padding: 0 24px 20px; }

/* ── Guarantee badges ─────────────────────────────────────── */
.guarantee-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-bottom: 48px;
}
.guarantee-card {
  padding: 28px 24px; border-radius: 20px;
  border: 1px solid rgba(234,88,12,0.2);
  background: linear-gradient(135deg, rgba(234,88,12,0.07), rgba(217,119,6,0.03));
  text-align: center; transition: all .25s;
}
.guarantee-card:hover {
  border-color: rgba(234,88,12,0.4);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(234,88,12,0.12);
}
.guarantee-icon { font-size: 28px; margin-bottom: 12px; display: block; }
.guarantee-title {
  font-size: 15px; font-weight: 700; margin-bottom: 6px;
  color: var(--white);
}
.guarantee-desc { font-size: 12px; color: var(--muted); line-height: 1.55; }

/* ── Contact form ─────────────────────────────────────────── */
.contact-form {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; text-align: left; position: relative; z-index: 1;
}
.contact-form .field-full { grid-column: 1 / -1; }
.contact-form input,
.contact-form textarea {
  width: 100%; padding: 14px 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  color: var(--white); font-size: 14px; font-family: 'Inter', sans-serif;
  outline: none; transition: border-color .2s, background .2s;
  -webkit-appearance: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,0.25); }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(234,88,12,0.5);
  background: rgba(234,88,12,0.04);
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.btn-submit {
  grid-column: 1 / -1;
  padding: 15px 32px; border-radius: 12px; border: none;
  background: linear-gradient(135deg, var(--orange), #C2410C);
  color: #fff; font-size: 15px; font-weight: 700;
  font-family: 'Inter', sans-serif;
  cursor: pointer; transition: all .2s;
  box-shadow: 0 0 28px rgba(234,88,12,0.3);
  letter-spacing: .01em;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(234,88,12,0.45); }
.form-success {
  grid-column: 1 / -1; text-align: center;
  padding: 20px; border-radius: 12px;
  background: rgba(234,88,12,0.08); border: 1px solid rgba(234,88,12,0.2);
  color: var(--orange); font-size: 14px; font-weight: 600;
  display: none;
}
@media (max-width: 580px) {
  .contact-form { grid-template-columns: 1fr; }
  .guarantee-grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════
   9. CTA FINAL
════════════════════════════════════════════════════════════ */
#cta-final { padding: 80px 0; }
.cta-box {
  max-width: 720px; margin: 0 auto; text-align: center;
  padding: 60px 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(234,88,12,0.09), rgba(217,119,6,0.06));
  border: 1px solid rgba(234,88,12,0.18);
  position: relative; overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute; top: -60px; right: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(234,88,12,0.12) 0%, transparent 70%);
  filter: blur(30px);
}
.cta-badge-small {
  display: inline-block; padding: 5px 14px; border-radius: 20px;
  border: 1px solid rgba(234,88,12,0.3); background: rgba(234,88,12,0.1);
  color: var(--orange); font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 22px;
}
.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800; letter-spacing: -.03em; line-height: 1.15; margin-bottom: 14px;
}
.cta-sub {
  font-size: 15px; color: rgba(255,255,255,0.55);
  line-height: 1.65; max-width: 500px; margin: 0 auto 32px;
}
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-wa {
  padding: 15px 32px; border-radius: 12px; border: none;
  background: #25D366; color: #fff;
  font-size: 15px; font-weight: 700;
  cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s;
  box-shadow: 0 0 24px rgba(37,211,102,0.25);
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 0 36px rgba(37,211,102,0.4); }
.btn-email {
  padding: 15px 32px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.75); font-size: 15px; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s;
}
.btn-email:hover { border-color: rgba(234,88,12,0.3); color: var(--white); background: rgba(234,88,12,0.06); }

/* ── Footer placeholder ───────────────────────────────────── */
.footer-note {
  text-align: center; padding: 28px 24px;
  font-size: 12px; color: rgba(255,255,255,0.15);
  border-top: 1px solid rgba(255,255,255,0.05);
  position: relative; z-index: 1;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .sobre-grid { grid-template-columns: 1fr; gap: 40px; }
  .sobre-photo-wrap { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: 1fr; gap: 32px; }
  .process-steps::before { display: none; }
  .results-top { grid-template-columns: repeat(3, 1fr); }
  .cases-grid { grid-template-columns: 1fr; }
  .founder-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
@media (max-width: 620px) {
  .pain-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .results-top { grid-template-columns: 1fr; }
  .cta-box { padding: 40px 24px; }
  .nav-links { display: none; }
}

/* ── Elementor overrides ──────────────────────────────────── */

/* Force background and font */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #080d1a !important; color: #fafafa !important; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important; }

/* Widget container reset */
.elementor-widget-html { padding: 0 !important; margin: 0 !important; }
.elementor-widget-container { padding: 0 !important; margin: 0 !important; }

/* Container always centered */
.container {
  width: 100% !important;
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
}

/* Sections full width */
section { width: 100% !important; box-sizing: border-box !important; }

/* Grids full width */
.pain-grid, .services-grid,
.results-top, .sobre-grid,
.contact-form, .guarantee-grid {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Sobre grid — two columns, properly aligned */

/* Founder grid centered */
.founder-grid {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

/* FAQ list centered */
.faq-list {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

/* CTA box centered */
.cta-box {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Scroll reveal - initial hidden state */
[data-reveal], .svc-card, .pain-card, .step,
.result-metric, .case-card, .faq-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
[data-reveal].is-visible, .svc-card.is-visible, .pain-card.is-visible,
.step.is-visible, .result-metric.is-visible, .case-card.is-visible,
.faq-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* These always visible */
.sobre-grid, .founder-grid, .process-steps {
  opacity: 1;
  transform: none;
}

/* Sobre section alignment */
#sobre .section-label { text-align: left; }
#sobre .section-title { text-align: left; }
#sobre .sobre-desc { text-align: left; }

#problema .section-header { text-align: center; }
#problema .section-label { text-align: center; display: block; }
#problema .section-title { text-align: center; }
#problema .problema-intro { text-align: center; margin-left: auto; margin-right: auto; }

/* Particles */
.p-dot {
  position: fixed;
  border-radius: 50%;
  background: rgba(234, 88, 12, 0.55);
  pointer-events: none;
  z-index: 0;
  animation: p-float linear infinite;
  opacity: 0;
}
@keyframes p-float {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  10%  { opacity: 0.7; }
  90%  { opacity: 0.5; }
  100% { transform: translateY(-120px) translateX(15px); opacity: 0; }
}

/* ── FAQ Elementor override ───────────────────────────────── */
.faq-item,
.faq-item *,
.faq-item.open,
.faq-item.open *,
.faq-item:focus,
.faq-item:focus-within,
.faq-item.open:hover {
  background-color: unset !important;
  accent-color: unset !important;
}
.faq-item {
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  background: rgba(255,255,255,0.02) !important;
  overflow: hidden !important;
}
.faq-item:hover {
  border-color: rgba(234,88,12,0.2) !important;
  background: rgba(255,255,255,0.02) !important;
}
.faq-item.open {
  border-color: rgba(234,88,12,0.3) !important;
  background: rgba(234,88,12,0.04) !important;
}
.faq-item.open:hover {
  border-color: rgba(234,88,12,0.3) !important;
  background: rgba(234,88,12,0.04) !important;
}
.faq-q {
  background: none !important;
  background-color: transparent !important;
  color: #fafafa !important;
}
.faq-item.open .faq-q {
  background: none !important;
  background-color: transparent !important;
  color: rgba(255,255,255,0.95) !important;
}/* End custom CSS */