/* LANDING 4: GUÍA ESPECIALIZADA */
*{margin:0;padding:0;box-sizing:border-box;}
:root{--primary-guide:#7c3aed;--secondary-guide:#dc2626;--accent-guide:#f59e0b;--light-guide:#faf5ff;--white-guide:#fff;--gray-guide:#6b7280;}
body{font-family:system-ui,-apple-system,sans-serif;line-height:1.7;color:var(--primary-guide);background:var(--light-guide);}
.container-guide{max-width:1200px;margin:0 auto;padding:0 20px;}
.guide-header{background:var(--white-guide);box-shadow:0 2px 8px rgba(0,0,0,.1);padding:1.5rem 0;position:sticky;top:0;z-index:999;}
.header-guide{display:flex;justify-content:space-between;align-items:center;}
.logo-guide{display:flex;align-items:center;gap:1rem;}
.icon-guide{font-size:2.5rem;}
.logo-guide h1{font-size:1.8rem;color:var(--primary-guide);font-weight:800;}
.logo-guide h1 span{color:var(--secondary-guide);}
.nav-guide{display:flex;gap:2rem;align-items:center;}
.nav-guide a{text-decoration:none;color:var(--primary-guide);font-weight:600;transition:color .3s;}
.nav-guide a:hover{color:var(--secondary-guide);}
.btn-guide{background:var(--secondary-guide);color:var(--white-guide)!important;padding:0.75rem 2rem;border-radius:8px;font-weight:700;}
.hero-guide{background:linear-gradient(135deg,var(--primary-guide),#6d28d9);color:var(--white-guide);padding:5rem 0;text-align:center;}
.hero-content-guide h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:800;}
.hero-content-guide p{font-size:1.2rem;margin-bottom:2rem;opacity:.95;}
.alert-guide{background:rgba(255,255,255,.15);padding:1rem;border-radius:8px;display:inline-block;margin-bottom:2rem;}
.alert-guide a{color:var(--accent-guide);text-decoration:underline;}
.btn-primary-guide{display:inline-block;background:var(--accent-guide);color:var(--primary-guide);padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;}
section{padding:4rem 0;}
.title-guide{font-size:2.25rem;text-align:center;margin-bottom:3rem;color:var(--primary-guide);font-weight:800;}
.tutorials-guide{background:var(--white-guide);}
.tutorials-grid-guide{display:grid;grid-template-columns:repeat(auto-fit,minmax:280px,1fr));gap:2rem;}
.tutorial-card-guide{background:var(--light-guide);padding:2.5rem 2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s;}
.tutorial-card-guide:hover{transform:translateY(-5px);}
.tutorial-icon-guide{font-size:3rem;margin-bottom:1rem;}
.tutorial-card-guide h3{color:var(--primary-guide);margin-bottom:1rem;font-size:1.5rem;}
.steps-guide{background:var(--light-guide);}
.steps-timeline-guide{display:grid;grid-template-columns:repeat(auto-fit,minmax:200px,1fr));gap:2rem;}
.step-item-guide{background:var(--white-guide);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.08);}
.step-number-guide{width:60px;height:60px;background:var(--secondary-guide);color:var(--white-guide);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;}
.step-item-guide h3{color:var(--primary-guide);margin-bottom:1rem;}
.detailed-guide{background:var(--white-guide);}
.guide-sections-guide{display:grid;grid-template-columns:repeat(auto-fit,minmax:400px,1fr));gap:2rem;}
.guide-section-guide{background:var(--light-guide);padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);}
.guide-section-guide h3{color:var(--primary-guide);margin-bottom:1.5rem;font-size:1.5rem;}
.docs-guide{display:grid;grid-template-columns:repeat(auto-fit,minmax:200px,1fr));gap:1.5rem;}
.doc-category-guide{background:var(--white-guide);padding:1.5rem;border-radius:8px;}
.doc-category-guide h4{color:var(--secondary-guide);margin-bottom:1rem;}
.doc-category-guide ul{list-style:none;padding:0;}
.doc-category-guide li{padding:0.5rem 0;padding-left:1.5rem;position:relative;}
.doc-category-guide li::before{content:'✓';position:absolute;left:0;color:var(--primary-guide);font-weight:bold;}
.costs-guide{display:grid;grid-template-columns:repeat(auto-fit,minmax:150px,1fr));gap:1rem;}
.cost-item-guide{background:var(--white-guide);padding:1.5rem;border-radius:8px;text-align:center;}
.cost-item-guide h4{color:var(--primary-guide);margin-bottom:0.5rem;}
.cost-amount-guide{font-size:1.5rem;font-weight:700;color:var(--secondary-guide);}
.faq-guide{background:var(--light-guide);}
.faq-guide-list{max-width:900px;margin:0 auto;}
.faq-item-guide{background:var(--white-guide);margin-bottom:1rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);}
.faq-q-guide{background:var(--primary-guide);color:var(--white-guide);padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;}
.faq-a-guide{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s;}
.faq-a-guide.active{padding:1.5rem;max-height:400px;}
.cta-guide{background:var(--primary-guide);color:var(--white-guide);text-align:center;padding:4rem 0;}
.cta-content-guide h2{font-size:2.5rem;margin-bottom:1rem;}
.cta-buttons-guide{display:flex;gap:1rem;justify-content:center;margin-top:2rem;}
.btn-cta-guide{background:var(--accent-guide);color:var(--primary-guide);padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;}
.btn-cta-guide.secondary{background:transparent;color:var(--white-guide);border:2px solid var(--white-guide);}
.footer-guide{background:var(--primary-guide);color:var(--white-guide);padding:3rem 0 1.5rem;}
.footer-guide-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem;}
.footer-guide-grid a{color:var(--white-guide);text-decoration:none;opacity:.8;}
.footer-guide-grid ul{list-style:none;padding:0;}
.footer-guide-grid li{margin-bottom:0.5rem;}
.footer-guide-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.7;}
@media (max-width:768px){.header-guide,.nav-guide,.footer-guide-grid{flex-direction:column;grid-template-columns:1fr;gap:1rem;}.hero-content-guide h2{font-size:2rem;}}

