/* Punto de Transformación — hoja de estilos compartida */
:root{
  --azul:#093345; --azul-claro:#357280; --beige:#F7F4D5; --arcilla:#D3968C;
  --arcilla-op:#c48478; --marron:#694844; --salvia:#8E9B84; --blanco:#FDFCF7; --radius:6px;
}
*,*::before,*::after{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Manrope',sans-serif; font-weight:300; background:var(--azul); color:var(--beige); line-height:1.8;}
h1,h2,h3{font-family:'Cormorant Garamond',serif; font-weight:400; line-height:1.15;}
img{max-width:100%; display:block;}
a{text-decoration:none; color:inherit;}
.wrap{max-width:1100px; margin:0 auto; padding:0 32px;}
.wrap-narrow{max-width:760px; margin:0 auto; padding:0 32px;}
section{padding:96px 0;}
.eyebrow{font-size:12px; letter-spacing:.2em; text-transform:uppercase; color:var(--arcilla); font-weight:600; margin-bottom:16px; display:block;}
.bg-azul{background:var(--azul); color:var(--beige);}
.bg-azul-claro{background:var(--azul-claro); color:var(--beige);}
.bg-salvia{background:var(--salvia); color:var(--azul);}
.bg-beige{background:var(--beige); color:var(--azul);}
.bg-beige p{color:var(--marron);}
.bg-arcilla{background:var(--arcilla); color:var(--azul);}
.center{text-align:center;}

/* Botones — nunca verde, siempre acento de marca */
.btn{display:inline-flex; align-items:center; gap:8px; font-family:'Manrope',sans-serif; font-size:14px; font-weight:600; padding:13px 28px; border-radius:var(--radius); transition:.2s; cursor:pointer; border:1.5px solid transparent;}
.btn-solid{background:var(--arcilla); color:var(--azul);}
.btn-solid:hover{background:var(--beige);}
.btn-outline-light{background:transparent; color:var(--beige); border-color:var(--beige);}
.btn-outline-light:hover{background:var(--beige); color:var(--azul);}
.btn-outline-dark{background:transparent; color:var(--azul); border-color:var(--azul);}
.btn-outline-dark:hover{background:var(--azul); color:var(--beige);}
.btn-sm{padding:10px 22px; font-size:13px;}

/* Header */
header{position:fixed; top:0; left:0; right:0; z-index:200; background:rgba(9,51,69,.95); backdrop-filter:blur(10px); border-bottom:1px solid rgba(247,244,213,.08);}
.nav-inner{max-width:1100px; margin:0 auto; padding:14px 32px; display:flex; justify-content:space-between; align-items:center;}
.logo-block{line-height:1.3;}
.logo-completo{height:30px; width:auto; display:block;}
.logo-sub{font-size:9.5px; letter-spacing:.22em; text-transform:uppercase; color:var(--arcilla); font-weight:600;}
.nav-links{display:flex; align-items:center; gap:28px;}
.nav-links a{font-size:13px; font-weight:500; color:rgba(247,244,213,.72); transition:.2s;}
.nav-links a:hover, .nav-links a.active{color:var(--beige);}
.nav-links a.btn:hover{color:var(--azul);}
.nav-toggle{display:none; background:none; border:none; cursor:pointer;}
.nav-toggle span{display:block; width:22px; height:1.5px; background:var(--beige); margin:5px 0;}
.nav-mobile{display:none; position:fixed; top:66px; left:0; right:0; background:var(--azul); flex-direction:column; padding:8px 32px 22px; z-index:199; border-bottom:1px solid rgba(247,244,213,.1);}
.nav-mobile.open{display:flex;}
.nav-mobile a{padding:13px 0; border-top:1px solid rgba(247,244,213,.08); font-size:14px;}
.nav-mobile a:first-child{border-top:none;}

/* Hero genérico */
.hero{padding:172px 0 100px;}
.hero-grid{display:grid; grid-template-columns:1.1fr 1fr; gap:60px; align-items:center;}
.hero h1{font-size:clamp(34px,5vw,58px); font-style:italic; font-weight:300; margin-bottom:22px;}
.hero p.lead{font-size:16px; color:rgba(247,244,213,.75); max-width:460px; margin-bottom:32px; line-height:1.85;}
.hero .btn-row{display:flex; gap:14px; flex-wrap:wrap;}
.hero-img-wrap{position:relative;}
.hero-img-wrap::before{content:''; position:absolute; width:88%; height:88%; background:var(--arcilla); border-radius:var(--radius); bottom:-16px; right:-16px; z-index:0;}
.hero-img{position:relative; z-index:1; width:100%; aspect-ratio:4/5; border-radius:var(--radius); overflow:hidden; background:var(--azul-claro);}
.hero-img img{width:100%; height:100%; object-fit:cover;}

/* Cita central */
.quote-block{text-align:center; max-width:680px; margin:0 auto;}
.quote-block p{font-family:'Cormorant Garamond',serif; font-style:italic; font-size:clamp(20px,2.6vw,28px); line-height:1.5;}

/* Intro de sección */
.sec-intro{max-width:620px; margin:0 0 44px;}
.sec-intro.center{margin:0 auto 44px; text-align:center;}
.sec-intro h2{font-size:clamp(26px,3.4vw,36px); font-style:italic; margin-bottom:16px;}

/* Lista simple */
.pq-list{list-style:none; max-width:560px; margin:0 auto;}
.pq-list li{padding:14px 0; border-bottom:1px solid rgba(247,244,213,.12); font-size:14.5px;}
.bg-beige .pq-list li{border-bottom:1px solid rgba(9,51,69,.12);}
.pq-list li:last-child{border-bottom:none;}

/* Pasos numerados */
.steps-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:28px;}
.step-card{padding:0;}
.step-num{font-family:'Cormorant Garamond',serif; font-size:40px; font-style:italic; color:var(--arcilla); margin-bottom:10px; line-height:1;}
.step-card h3{font-size:17px; font-style:italic; margin-bottom:10px;}
.step-card p{font-size:13.5px; color:rgba(247,244,213,.72); line-height:1.75;}
.bg-beige .step-card p{color:var(--marron);}

/* FAQ acordeón */
.faq-list{max-width:700px; margin:0 auto;}
.faq-item{border-bottom:1px solid rgba(9,51,69,.14);}
.faq-q{width:100%; text-align:left; background:none; border:none; padding:22px 4px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-family:'Cormorant Garamond',serif; font-size:18px; font-style:italic; color:var(--azul);}
.faq-chevron{transition:transform .25s ease; flex-shrink:0; margin-left:16px;}
.faq-item.open .faq-chevron{transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease;}
.faq-a p{font-size:14px; color:var(--marron); padding:0 4px 22px; max-width:600px; line-height:1.8;}
.faq-item.open .faq-a{max-height:240px;}

/* Footer */
footer{background:var(--azul); border-top:1px solid rgba(247,244,213,.1); padding:52px 0 26px;}
.footer-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:36px; margin-bottom:36px;}
.footer-col h4{font-size:11.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--arcilla); margin-bottom:14px; font-weight:700;}
.footer-col a{display:block; font-size:13px; color:rgba(247,244,213,.7); margin-bottom:9px;}
.footer-col a:hover{color:var(--beige);}
.footer-col a.social-link{display:inline-flex; align-items:center; gap:7px;}
.social-icon{width:15px; height:15px; flex-shrink:0;}
.footer-brand p{font-size:12.5px; color:rgba(247,244,213,.55); margin-top:12px; max-width:280px; line-height:1.75;}
.footer-bottom{border-top:1px solid rgba(247,244,213,.1); padding-top:20px; text-align:center; font-size:11.5px; color:rgba(247,244,213,.4);}

@media(max-width:880px){
  .nav-links{display:none;} .nav-toggle{display:flex; flex-direction:column;}
  .hero-grid{grid-template-columns:1fr;} .hero-img-wrap{order:-1; max-width:340px; margin:0 auto;}
  .steps-grid{grid-template-columns:1fr 1fr;}
  .footer-grid{grid-template-columns:1fr; gap:24px;}
}
@media(max-width:600px){
  section{padding:64px 0;} .wrap,.wrap-narrow{padding:0 20px;} .hero{padding:140px 0 60px;}
  .steps-grid{grid-template-columns:1fr;}
}
