:root{
  --navy:#071d3d;
  --navy-2:#0b2850;
  --gold:#d9aa32;
  --gold-2:#efc64e;
  --cream:#f7f3eb;
  --offwhite:#fbfaf7;
  --white:#fff;
  --ink:#11294e;
  --muted:#68768b;
  --line:rgba(17,41,78,.12);
  --shadow:0 18px 50px rgba(7,29,61,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--offwhite);font-family:"DM Sans",Arial,sans-serif;line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1120px,calc(100% - 48px));margin:auto}
.site-header{height:86px;background:var(--navy);border-bottom:1px solid rgba(217,170,50,.55);position:sticky;top:0;z-index:1000}
.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:64px;height:64px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700;color:#fff}
.main-nav>a{position:relative;padding:31px 0 26px;opacity:.96}
.main-nav>a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:2px;background:var(--gold);transition:.25s}
.main-nav>a:hover::after,.main-nav>a.active::after{right:0}
.main-nav>a.active{color:var(--gold-2)}
.nav-cta{background:var(--gold);color:#0b1c36!important;padding:14px 20px!important;border-radius:9px;box-shadow:0 8px 24px rgba(217,170,50,.2)}
.nav-cta:hover{transform:translateY(-1px)}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px 0}

.hero{position:relative;min-height:610px;background:var(--navy);overflow:hidden;color:#fff}
.hero-art{position:absolute;inset:0 0 0 52%;z-index:0}
.hero-art::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 0%,rgba(7,29,61,.78) 18%,rgba(7,29,61,.15) 70%,rgba(7,29,61,.18))}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-grid{position:relative;z-index:1;min-height:610px;display:grid;grid-template-columns:52% 48%;align-items:center}
.hero-copy{padding:66px 42px 64px 0;max-width:680px}
.eyebrow{display:block;color:var(--gold-2);font-size:11px;letter-spacing:3px;font-weight:800;margin-bottom:16px}
.hero h1,.section-title h2,.intro-main h2,.valuation-copy h2,.final-cta h2{font-family:"Playfair Display",Georgia,serif;letter-spacing:-1.2px}
.hero h1{font-size:clamp(52px,5.4vw,78px);line-height:.98;margin:0 0 22px;font-weight:600}
.hero h1 em,.section-title h2 em,.intro-main h2 em,.valuation-copy h2 em,.final-cta h2 em{font-style:normal;color:var(--gold-2)}
.hero h2{font-size:24px;line-height:1.25;margin:0 0 20px;max-width:650px}
.gold-rule{width:52px;height:3px;background:var(--gold);margin:20px 0 22px}
.hero p{font-size:15px;max-width:630px;margin:0 0 11px;color:rgba(255,255,255,.91)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;padding:14px 20px;font-weight:800;font-size:14px;transition:.22s;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:var(--gold);color:#0b1c36}
.btn-outline{border-color:rgba(255,255,255,.8);color:#fff;background:rgba(7,29,61,.25)}
.btn-outline-dark{border-color:var(--ink);color:var(--ink);background:transparent}
.hero-note{margin-top:24px!important;font-size:13px!important;color:#fff!important}

.section{padding:100px 0}
.light{background:#fff}
.offwhite{background:var(--cream)}
.navy{background:var(--navy);color:#fff}
.split-intro{display:grid;grid-template-columns:1.35fr .65fr;gap:72px;align-items:center}
.intro-main h2,.valuation-copy h2{font-size:clamp(40px,4vw,58px);line-height:1.05;margin:0 0 25px}
.intro-main p,.valuation-copy p{color:#5e6c81;font-size:16px;max-width:720px}
.quote-strip{margin-top:28px;padding:20px 22px;border-left:3px solid var(--gold);background:#f1ede4;display:flex;gap:14px;align-items:flex-start}
.quote-strip span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#132846;font-weight:900}
.quote-strip strong{font-size:15px;line-height:1.45}
.side-message{border-left:1px solid var(--line);padding-left:34px}
.side-message h3{font-family:"Playfair Display",Georgia,serif;font-size:32px;line-height:1.15;margin:0 0 15px}
.side-message p{color:var(--muted);font-size:15px}

.section-title{max-width:820px;margin-bottom:48px}
.section-title.center{text-align:center;margin-left:auto;margin-right:auto}
.section-title h2{font-size:clamp(38px,4vw,58px);line-height:1.08;margin:0 0 18px}
.section-title p{color:var(--muted);font-size:16px;margin:0 auto;max-width:760px}
.light-text .section-title p,.section-title.light-text p{color:rgba(255,255,255,.72)}
.card-grid{display:grid;gap:20px}
.card-grid.four{grid-template-columns:repeat(4,1fr)}
.card-grid.three{grid-template-columns:repeat(3,1fr)}
.dark-card{padding:30px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);border-radius:2px;min-height:270px}
.dark-card:hover{border-color:rgba(217,170,50,.55);transform:translateY(-3px);transition:.25s}
.card-number{color:var(--gold-2);font-weight:800;font-size:12px;letter-spacing:2px}
.card-symbol{font-family:Georgia,serif;font-size:32px;color:var(--gold-2);margin:18px 0 8px}
.dark-card h3{font-size:20px;line-height:1.25;margin:0 0 12px}
.dark-card p{color:rgba(255,255,255,.68);font-size:14px;margin:0}

.feature-card{background:#fff;border:1px solid var(--line);padding:32px;min-height:220px;box-shadow:0 10px 30px rgba(7,29,61,.04)}
.feature-icon{font-size:30px;color:var(--gold);margin-bottom:15px}
.feature-card h3{font-family:"Playfair Display",Georgia,serif;font-size:28px;margin:0 0 10px}
.feature-card p{color:var(--muted);margin:0}
.center-note{text-align:center;margin:38px auto 0;max-width:800px;color:#58677b;font-size:15px}
.center-note strong{color:var(--ink)}

.question-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.question-card{background:#fff;border:1px solid var(--line);padding:30px}
.question-card>span{color:var(--gold);font-weight:800;letter-spacing:2px;font-size:12px}
.question-card h3{font-family:"Playfair Display",Georgia,serif;font-size:25px;line-height:1.2;margin:14px 0 10px}
.question-card p{color:var(--muted);margin:0;font-size:14px}

.valuation{background:#f1eadc}
.valuation-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}
.small-note{font-size:13px!important;color:#7b7468!important;margin-top:28px}
.valuation-card{background:var(--navy);color:#fff;padding:38px;box-shadow:var(--shadow)}
.valuation-card>span{font-size:11px;letter-spacing:2px;color:var(--gold-2);font-weight:800}
.valuation-price{display:block;font-family:"Playfair Display",Georgia,serif;font-size:54px;color:#fff;line-height:1;margin:18px 0}
.valuation-card p{color:rgba(255,255,255,.7);font-size:14px;margin-bottom:25px}

.process{background:#fff}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.step{position:relative;padding:28px 22px;border-top:2px solid var(--gold);background:#fbfaf7}
.step>span{font-family:"Playfair Display",Georgia,serif;color:var(--gold);font-size:31px}
.step h3{font-size:19px;line-height:1.2;margin:12px 0 8px}
.step h4{font-size:13px;line-height:1.35;margin:0 0 12px;color:var(--ink)}
.step p{font-size:13px;color:var(--muted);margin:0 0 14px}
.step strong{font-size:12px;line-height:1.4;display:block}
.memory-strip{margin-top:30px;padding:20px 24px;background:var(--navy);color:#fff;display:flex;gap:16px;align-items:flex-start}
.memory-strip strong{color:var(--gold-2);white-space:nowrap;font-size:12px;letter-spacing:1px}
.memory-strip span{font-size:14px;color:rgba(255,255,255,.75)}

.trust .section-title{margin-bottom:42px}

.faq-section{background:#fff}
.faq-wrap{max-width:900px}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-question{width:100%;background:none;border:0;text-align:left;padding:22px 8px;font-weight:800;color:var(--ink);display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px}
.faq-question span{font-size:24px;color:var(--gold);font-weight:400;transition:.2s}
.faq-item.open .faq-question span{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-answer p{padding:0 45px 22px 8px;color:var(--muted);font-size:14px;margin:0}

.location{background:var(--cream)}
.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:stretch}
.location-info{background:#fff;padding:38px;border:1px solid var(--line)}
.location-info h3{font-family:"Playfair Display",Georgia,serif;font-size:33px;margin:0 0 8px}
.location-info p{color:var(--muted)}
.location-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.map-card{min-height:420px;background:#ddd;overflow:hidden}
.map-card iframe{width:100%;height:100%;min-height:420px;border:0}

.final-cta{background:var(--navy);color:#fff;padding:90px 0;text-align:center}
.final-cta-inner{max-width:780px}
.final-cta h2{font-size:clamp(42px,5vw,65px);line-height:1.02;margin:0 0 18px}
.final-cta p{color:rgba(255,255,255,.72);max-width:650px;margin:8px auto}
.final-cta .btn{margin-top:25px}
.final-slogan{margin-top:24px;font-size:13px;color:rgba(255,255,255,.65)}
.final-slogan strong{color:#fff}

.site-footer{background:#04152f;color:#fff;padding:60px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}
.footer-brand img{width:72px;height:72px;object-fit:contain;margin-bottom:15px}
.footer-brand p,.site-footer p{color:rgba(255,255,255,.62);font-size:14px}
.site-footer h3{font-size:13px;color:var(--gold-2);letter-spacing:1px;margin:8px 0 16px}
.site-footer a{display:block;color:rgba(255,255,255,.76);font-size:14px;margin:8px 0}
.site-footer a:hover{color:#fff}
.footer-bottom{margin-top:35px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;font-size:12px;color:rgba(255,255,255,.5)}
.footer-bottom a{margin:0}

.whatsapp-float{position:fixed;right:22px;bottom:22px;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#20c66b;color:#fff;font-size:22px;box-shadow:0 10px 25px rgba(0,0,0,.2);z-index:1100}

.reveal{opacity:1;transform:none}
.js-ready .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.js-ready .reveal.is-visible{opacity:1;transform:none}

@media (max-width:1000px){
  .main-nav{gap:15px;font-size:13px}
  .card-grid.four{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:800px){
  .site-header{height:76px}
  .brand img{width:58px;height:58px}
  .menu-toggle{display:block}
  .main-nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--navy);padding:16px 24px 22px;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid rgba(217,170,50,.4)}
  .main-nav.open{display:flex}
  .main-nav>a{padding:13px 0}
  .main-nav>a:not(.nav-cta)::after{display:none}
  .nav-cta{text-align:center;margin-top:8px}
  .hero{min-height:auto}
  .hero-art{inset:auto 0 0 0;height:430px;opacity:.5}
  .hero-art::after{background:linear-gradient(180deg,var(--navy) 0%,rgba(7,29,61,.75) 45%,rgba(7,29,61,.2) 100%)}
  .hero-grid{display:block;min-height:auto}
  .hero-copy{padding:72px 0 360px;max-width:none}
  .hero h1{font-size:52px}
  .split-intro,.valuation-grid,.location-grid{grid-template-columns:1fr;gap:35px}
  .side-message{border-left:0;border-top:1px solid var(--line);padding:25px 0 0}
  .card-grid.three,.card-grid.four{grid-template-columns:1fr}
  .question-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column}
}
@media (max-width:560px){
  .container{width:min(100% - 30px,1120px)}
  .section{padding:72px 0}
  .hero h1{font-size:44px}
  .hero h2{font-size:20px}
  .hero-copy{padding-bottom:320px}
  .hero-art{height:380px}
  .hero-actions .btn{width:100%}
  .steps{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .location-buttons .btn{width:100%}
  .valuation-price{font-size:48px}
}


/* MI VISA GDL — FOOTER MAESTRO V4 */
.site-footer{background:#04152f;color:#fff;padding:60px 0 20px}
.site-footer .container{width:min(1120px,calc(100% - 48px));margin:auto}
.site-footer .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}
.site-footer .footer-brand img{width:72px;height:72px;object-fit:contain;margin-bottom:15px}
.site-footer p{color:rgba(255,255,255,.62);font-size:14px}
.site-footer h3{font-size:13px;color:#efc64e;letter-spacing:1px;margin:8px 0 16px}
.site-footer a{display:block;color:rgba(255,255,255,.76);font-size:14px;margin:8px 0;text-decoration:none}
.site-footer a:hover{color:#fff}
.site-footer .footer-bottom{margin-top:35px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;font-size:12px;color:rgba(255,255,255,.5)}
.site-footer .footer-bottom a{margin:0}
@media (max-width:1000px){.site-footer .footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.site-footer .footer-grid{grid-template-columns:1fr}.site-footer .footer-bottom{flex-direction:column}}




/* =========================================================
   MI VISA GDL — FOOTER MAESTRO V5
   Igualado visualmente al footer de la página principal
   ========================================================= */

.footer{
    background:#071A35 !important;
    color:#ffffff !important;
    padding:110px 0 45px !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
    width:100%;
}

.footer .container{
    width:min(1120px,calc(100% - 48px));
    max-width:1120px;
    margin:0 auto;
    padding:0;
}

.footer-grid{
    display:grid !important;
    grid-template-columns:2fr 1fr 1fr 1.3fr !important;
    gap:80px !important;
    align-items:flex-start !important;
    text-align:left !important;
}

.footer-logo{
    width:95px !important;
    height:auto !important;
    max-width:95px !important;
    display:block !important;
    margin:0 0 25px 0 !important;
    object-fit:contain;
}

.footer-text{
    color:#DCE7F5 !important;
    max-width:320px !important;
    line-height:2 !important;
    margin:0 0 30px !important;
    font-size:1rem !important;
}

.footer-col h3{
    color:#ffffff !important;
    margin:0 0 25px !important;
    font-size:1.2rem !important;
    line-height:1.3 !important;
}

.footer-col ul{
    list-style:none !important;
    padding:0 !important;
    margin:0 !important;
}

.footer-col li{
    margin:0 0 15px !important;
    padding:0 !important;
}

.footer-col a{
    color:#DCE7F5 !important;
    text-decoration:none !important;
    transition:.30s !important;
    font-size:1rem !important;
}

.footer-col a:hover{
    color:#D4AF37 !important;
}

.footer-col p{
    color:#DCE7F5 !important;
    line-height:1.9 !important;
    margin:0 0 20px !important;
    font-size:1rem !important;
}

.footer-social{
    display:flex !important;
    gap:18px !important;
    flex-wrap:wrap !important;
}

.footer-social a{
    display:inline-block !important;
}

.footer-divider{
    margin:60px auto 40px !important;
    width:100% !important;
    height:1px !important;
    background:rgba(255,255,255,.08) !important;
}

.footer-bottom{
    text-align:center !important;
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    color:inherit !important;
}

.footer-frase{
    font-size:1.25rem !important;
    font-weight:700 !important;
    color:#D4AF37 !important;
    margin:0 0 25px !important;
    line-height:1.4 !important;
}

.footer-links{
    display:flex !important;
    justify-content:center !important;
    gap:20px !important;
    margin:0 0 25px !important;
    flex-wrap:wrap !important;
}

.footer-links a{
    color:#DCE7F5 !important;
    text-decoration:none !important;
}

.footer-links a:hover{
    color:#D4AF37 !important;
}

.footer-links span{
    color:#DCE7F5 !important;
}

.footer .copyright{
    color:#92A7C3 !important;
    line-height:1.8 !important;
    font-size:.95rem !important;
    margin:0 !important;
}

@media(max-width:1100px){
    .footer-grid{
        grid-template-columns:1fr 1fr !important;
        gap:55px !important;
        text-align:left !important;
    }
}

@media(max-width:768px){
    .footer{
        padding:85px 0 40px !important;
    }
    .footer-grid{
        grid-template-columns:1fr !important;
        gap:45px !important;
        text-align:center !important;
    }
    .footer-logo{
        margin:0 auto 25px !important;
    }
    .footer-text{
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .footer-social{
        justify-content:center !important;
    }
    .footer-col ul{
        text-align:center !important;
    }
    .footer-col p{
        text-align:center !important;
    }
}

