:root{--dark:#0f172a;--light-grey:#f1f5f9;--white:#fff;--card-bg:#fff;--text-main:#0f172a;--text-muted:#475569;--shadow-card:0 20px 40px -5px rgba(0,0,0,.05);--shadow-hover:0 30px 60px -10px rgba(59,143,217,.15);--border-color:#e2e8f0}.dark{--dark:#f8fafc;--light-grey:#020617;--white:#0f172a;--card-bg:#1e293b;--text-main:#f1f5f9;--text-muted:#94a3b8;--shadow-card:0 20px 40px -5px rgba(0,0,0,.5);--shadow-hover:0 30px 60px -10px rgba(0,0,0,.6);--border-color:hsla(0,0%,100%,.1)}.hero-section{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:6rem 1rem;position:relative;z-index:1;background-color:#0f172a;clip-path:polygon(0 0,100% 0,100% 95%,0 100%)}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.4),rgba(2,6,23,.7));z-index:0}.hero-section>*{position:relative;z-index:10}@media (min-width:768px){.hero-section{min-height:70vh;padding-top:6rem;padding-bottom:8rem}}.hero-badge{background:hsla(0,0%,100%,.18);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.28);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;color:#fff;display:inline-block}.hero-title{font-family:var(--font-playfair),serif;font-size:2.2rem;line-height:1.1;margin:0 auto 1.5rem;text-shadow:0 10px 40px rgba(0,0,0,.55);max-width:1000px;text-align:center;font-weight:900;letter-spacing:-.02em}@media (min-width:640px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:4.2rem}}.hero-title span{color:#3b8fd9;font-style:italic;display:block}.hero-subtitle{font-size:.95rem;color:#fff;max-width:750px;margin:0 auto;font-weight:500;line-height:1.6;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (min-width:768px){.hero-subtitle{font-size:1.2rem}}.content-overlay{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:0 1.5rem}.steps-container{margin-bottom:3rem;margin-top:2rem;text-align:center}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2.5rem}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{background:var(--card-bg);padding:2rem;border-radius:1.5rem;border:1px solid #e2e8f0;box-shadow:0 10px 30px -5px rgba(0,0,0,.05);transition:transform .3s ease;position:relative;overflow:hidden;text-align:left}.step-card:hover{transform:translateY(-5px);border-color:#3b8fd9}.step-number{position:absolute;top:-15px;right:-10px;font-size:6rem;font-weight:900;color:#cbd5e1;z-index:0;font-family:var(--font-montserrat),sans-serif;opacity:.5}.step-content{position:relative;z-index:1}.step-icon{font-size:1.5rem;color:#3b8fd9;margin-bottom:1.2rem;display:inline-flex;align-items:center;justify-content:center;background:#f0f7ff;width:60px;height:60px;border-radius:16px}.step-title{font-weight:700;font-size:1.2rem;margin-bottom:.5rem;color:var(--text-main)}.step-desc{font-size:.95rem;color:var(--text-muted);line-height:1.6}.cards-grid{display:grid;grid-template-columns:1fr;gap:2.3rem;margin-bottom:3.5rem}@media (min-width:768px){.cards-grid{grid-template-columns:repeat(3,1fr);gap:2.8rem}}@media (min-width:1400px){.cards-grid{grid-template-columns:repeat(3,1fr);gap:3.8rem;margin-bottom:4rem}}.generar-itinerario-section{background:linear-gradient(135deg,rgba(59,143,217,.08),rgba(59,143,217,.15));padding:3rem 1.5rem;border-radius:2.5rem;margin:3rem 0;border:1px solid rgba(59,143,217,.2);box-shadow:inset 0 0 20px hsla(0,0%,100%,.5)}.dark .generar-itinerario-section{background:linear-gradient(135deg,rgba(59,143,217,.15),rgba(15,23,42,.6));border-color:rgba(59,143,217,.3);box-shadow:none}.bottom-info-container{max-width:800px;margin:4rem auto;padding:0 1rem}.faq-header{text-align:center;margin-bottom:2rem}.faq-title{font-family:var(--font-playfair),serif;font-size:2rem;margin-bottom:.5rem;color:var(--text-main)}.contact-form{background:var(--card-bg);padding:2rem;border-radius:1.5rem;box-shadow:var(--shadow-card);border:1px solid var(--border-color);text-align:left}.trust-bar{background:var(--white);border-bottom:1px solid var(--border-color);padding:1.5rem 0;position:relative;z-index:20;margin-top:-3rem;margin-bottom:2rem;border-radius:2rem 2rem 0 0;box-shadow:0 -10px 40px rgba(0,0,0,.05)}@media (max-width:768px){.trust-bar{margin-top:-2rem;padding:1rem 0}}.trust-item{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:.85rem;color:var(--text-main);text-transform:uppercase;letter-spacing:.05em}.trust-icon{color:#3b8fd9}