.elementor-41 .elementor-element.elementor-element-87b65fe{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ef5b937 *//* ── Reset & Base ── */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #080d1a;
  color: #fafafa;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #080d1a; }
::-webkit-scrollbar-thumb { background: rgba(234,88,12,0.3); border-radius: 3px; }

/* ── Orbs ── */
.orb-container { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(60px); }
.orb-1 { width: 700px; height: 700px; background: radial-gradient(circle, rgba(234,88,12,0.25) 0%, rgba(234,88,12,0.08) 40%, transparent 70%); top: -200px; left: -100px; animation: float-orb-1 20s ease-in-out infinite; }
.orb-2 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(217,119,6,0.22) 0%, rgba(217,119,6,0.06) 40%, transparent 70%); top: 400px; right: -150px; animation: float-orb-2 18s ease-in-out infinite; }
.orb-3 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(245,158,11,0.18) 0%, rgba(245,158,11,0.05) 40%, transparent 70%); bottom: -100px; left: 40%; animation: float-orb-3 22s ease-in-out infinite; }

@keyframes float-orb-1 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(50px,-30px) scale(1.1);} }
@keyframes float-orb-2 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-40px,40px) scale(0.95);} }
@keyframes float-orb-3 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(30px,-50px) scale(1.15);} }

/* ── Particles ── */
#svc-particles { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.particle { position: absolute; border-radius: 50%; background: rgba(234,88,12,0.4); pointer-events: none; }
.particle-small  { width: 4px; height: 4px; animation: float-particle 14s ease-in-out infinite; }
.particle-medium { width: 6px; height: 6px; animation: float-particle 16s ease-in-out infinite; }
.particle-large  { width: 8px; height: 8px; animation: float-particle 12s ease-in-out infinite; }
@keyframes float-particle { 0%{transform:translateY(0) translateX(0);opacity:0;} 10%{opacity:0.6;} 90%{opacity:0.6;} 100%{transform:translateY(-100px) translateX(20px);opacity:0;} }

/* ── Cursor ── */
.cursor-dot { position: fixed; width: 12px; height: 12px; background: rgba(234,88,12,0.6); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); box-shadow: 0 0 15px rgba(234,88,12,0.4); }

/* ── Page ── */
.svc-page { position: relative; z-index: 1; padding: 60px 24px 80px; display: flex; flex-direction: column; align-items: center; }

/* ── Hero ── */
.svc-hero { text-align: center; max-width: 700px; margin-bottom: 64px; }
.section-label { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #EA580C; margin-bottom: 12px; display: block; }
.page-title { font-family: 'Playfair Display', serif; font-size: clamp(36px,5vw,58px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 16px; }
.gradient-text { background: linear-gradient(135deg,#EA580C,#F59E0B,#D97706); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.page-subtitle { font-size: clamp(15px,1.8vw,17px); color: rgba(255,255,255,0.5); line-height: 1.6; max-width: 540px; margin: 0 auto; }

/* ── Offers ── */
.offers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; width: 100%; max-width: 960px; margin-bottom: 80px; }
.offer-card { padding: 36px 32px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); backdrop-filter: blur(10px); display: flex; flex-direction: column; position: relative; transition: border-color 0.3s, box-shadow 0.3s; }
.offer-clarity { border-color: rgba(234,88,12,0.2); }
.offer-clarity:hover { border-color: rgba(234,88,12,0.4); box-shadow: 0 8px 40px rgba(234,88,12,0.12); }
.offer-launch:hover { border-color: rgba(255,255,255,0.12); box-shadow: 0 8px 40px rgba(255,255,255,0.04); }
.offer-step { font-family: 'Playfair Display', serif; font-size: 64px; font-weight: 800; color: rgba(234,88,12,0.1); line-height: 1; margin-bottom: 8px; letter-spacing: -0.04em; }
.offer-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #EA580C; background: rgba(234,88,12,0.1); border: 1px solid rgba(234,88,12,0.25); padding: 4px 12px; border-radius: 20px; margin-bottom: 20px; width: fit-content; }
.offer-badge-dim { color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.08); }
.offer-icon { font-size: 32px; margin-bottom: 12px; }
.offer-name { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 4px; }
.offer-tagline { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #EA580C; margin-bottom: 16px; }
.offer-desc { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 24px; }
.offer-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; flex: 1; }
.offer-list li { font-size: 13px; color: rgba(255,255,255,0.7); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.check { color: #EA580C; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.reintegro-box { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; border-radius: 10px; background: rgba(234,88,12,0.06); border: 1px solid rgba(234,88,12,0.15); font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; margin-bottom: 24px; }
.reintegro-box strong { color: #fafafa; }
.reintegro-icon { font-size: 16px; flex-shrink: 0; }
.offer-cta-wrap { margin-top: auto; }
.offer-btn { display: block; text-align: center; padding: 13px 24px; border-radius: 12px; background: linear-gradient(135deg,#EA580C,#C2410C); color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; transition: all 0.2s; box-shadow: 0 0 24px rgba(234,88,12,0.25); }
.offer-btn:hover { transform: translateY(-2px); box-shadow: 0 0 36px rgba(234,88,12,0.4); }
.offer-btn-dim { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.5); box-shadow: none; border: 1px solid rgba(255,255,255,0.08); }
.offer-btn-dim:hover { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); box-shadow: none; }

/* ── Flow ── */
.flow-section { width: 100%; max-width: 760px; margin-bottom: 80px; text-align: center; }
.flow-title { font-family: 'Playfair Display', serif; font-size: clamp(24px,3vw,36px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; }
.flow-subtitle { font-size: 15px; color: rgba(255,255,255,0.4); margin-bottom: 48px; }
.flow-steps { display: flex; flex-direction: column; gap: 0; width: 100%; }
.flow-item { display: flex; align-items: flex-start; gap: 20px; padding: 24px 28px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); width: 100%; text-align: left; transition: border-color 0.25s; }
.flow-item:hover { border-color: rgba(234,88,12,0.25); }
.flow-item-launch { border-color: rgba(234,88,12,0.12); }
.flow-item-launch:hover { border-color: rgba(234,88,12,0.35); }
.flow-num { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 800; color: rgba(234,88,12,0.35); flex-shrink: 0; line-height: 1; margin-top: 2px; min-width: 32px; }
.flow-num-check { color: rgba(34,197,94,0.6); font-size: 20px; margin-top: 4px; }
.flow-num-launch { color: rgba(234,88,12,0.7); }
.flow-content { flex: 1; }
.flow-content h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.01em; }
.flow-content p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.6; }
.flow-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.flow-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; border: 1px solid rgba(234,88,12,0.2); color: rgba(234,88,12,0.7); background: rgba(234,88,12,0.05); }
.flow-tag-green { border-color: rgba(34,197,94,0.2); color: rgba(34,197,94,0.7); background: rgba(34,197,94,0.05); }
.flow-arrow { font-size: 18px; color: rgba(234,88,12,0.25); padding: 6px 0; text-align: center; }

/* ── Process ── */
.process-section { width: 100%; max-width: 960px; margin-bottom: 80px; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; margin-top: 48px; }
.process-card { padding: 24px 20px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); text-align: left; transition: border-color 0.25s, box-shadow 0.25s; }
.process-card:hover { border-color: rgba(234,88,12,0.25); box-shadow: 0 4px 20px rgba(234,88,12,0.08); }
.process-n { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: #EA580C; font-family: monospace; margin-bottom: 12px; }
.process-card h3 { font-size: 14px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; }
.process-card p { font-size: 12px; color: rgba(255,255,255,0.4); line-height: 1.6; }

/* ── FAQs ── */
.faqs-section { width: 100%; max-width: 960px; margin-bottom: 80px; }
.faqs-section-title { font-family: 'Playfair Display', serif; font-size: clamp(24px,3vw,36px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; text-align: center; }
.faqs-section-sub { font-size: 14px; color: rgba(255,255,255,0.4); text-align: center; margin-bottom: 48px; }
.faqs-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.faq-block { padding: 28px 32px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); backdrop-filter: blur(10px); }
.faq-block-title { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #EA580C; margin-bottom: 20px; display: block; }
.faq-general-block { padding: 0 32px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); backdrop-filter: blur(10px); }
.faq-general-title { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); padding: 20px 32px 16px; display: block; }

/* ── FAQ item — patrón idéntico a home ── */
.faq-item {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.02);
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
  margin-bottom: 8px;
}
.faq-item:last-child { margin-bottom: 0; }
.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: 18px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none !important; background-color: transparent !important;
  border: none; outline: none;
  -webkit-appearance: none; appearance: none;
  -webkit-tap-highlight-color: transparent;
  color: #fafafa; font-size: 14px; font-weight: 600;
  font-family: 'Inter', sans-serif; text-align: left; cursor: pointer;
  transition: color 0.2s;
}
.faq-q:hover { color: rgba(255,255,255,0.85); }
.faq-q:focus, .faq-q:focus-visible, .faq-q:active { outline: none !important; box-shadow: none !important; background: transparent !important; background-color: transparent !important; }
.faq-q:-moz-focusring { outline: none; }
.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: #EA580C; font-size: 14px;
  transition: transform 0.3s, background 0.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 0.35s ease, padding 0.35s ease;
  font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7;
  padding: 0 20px;
}
.faq-item.open .faq-a { max-height: 300px; padding: 0 20px 18px; }

/* ── 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-q:hover, .faq-q:focus, .faq-q:focus-visible, .faq-q:active { background: transparent !important; background-color: transparent !important; outline: none !important; box-shadow: none !important; }
.faq-item.open .faq-q { background: none !important; background-color: transparent !important; color: rgba(255,255,255,0.95) !important; }

/* ── CTA ── */
.svc-cta { width: 100%; max-width: 700px; }
.svc-cta-box { padding: 56px 48px; border-radius: 24px; background: linear-gradient(135deg,rgba(234,88,12,0.08),rgba(217,119,6,0.06)); border: 1px solid rgba(234,88,12,0.15); text-align: center; }
.cta-badge-pill { display: inline-block; padding: 5px 16px; border-radius: 20px; border: 1px solid rgba(234,88,12,0.3); background: rgba(234,88,12,0.1); color: #EA580C; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 24px; }
.svc-cta-box h2 { font-family: 'Playfair Display', serif; font-size: clamp(24px,3.5vw,36px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px; line-height: 1.2; }
.svc-cta-box p { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.6; margin-bottom: 32px; max-width: 480px; margin-left: auto; margin-right: auto; }
.btn-cta-main { display: inline-block; padding: 16px 40px; border-radius: 12px; background: linear-gradient(135deg,#EA580C,#C2410C); color: #fff; text-decoration: none; font-size: 16px; font-weight: 700; transition: all 0.2s; box-shadow: 0 4px 20px rgba(234,88,12,0.35); margin-bottom: 28px; }
.btn-cta-main:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(234,88,12,0.5); }
.cta-features { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.cta-features span { font-size: 13px; color: rgba(255,255,255,0.5); }

/* ── Animations ── */
.fade-up { opacity: 0; transform: translateY(24px); animation: fadeUp 0.7s ease forwards; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.d1 { animation-delay: 0.05s; }
.d2 { animation-delay: 0.15s; }
.d3 { animation-delay: 0.25s; }
.d4 { animation-delay: 0.35s; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .offers-grid, .faqs-blocks { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .svc-cta-box { padding: 36px 24px; }
  .faq-general-block { padding: 0 20px; }
}

@media (max-width: 600px) {
  .process-grid { grid-template-columns: 1fr; }
  .offer-card, .faq-block { padding: 28px 20px; }
}/* End custom CSS */