:root{
  --navy:#010840;--navy2:#06175d;--ink:#0a174c;--muted:#5d6783;
  --line:#dfe3ef;--soft:#f6f7fb;--soft2:#eef2ff;--white:#fff;
  --wa:#25d366;--shadow:0 14px 40px rgba(1,8,64,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased} :focus-visible{outline:3px solid #3b82f6;outline-offset:3px}.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;color:var(--navy);padding:10px 14px;z-index:999}.skip-link:focus{left:8px}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.container{width:min(1120px,calc(100% - 36px));margin:auto}
.kicker{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.serif,h1,h2{font-family:Georgia,'Times New Roman',serif}.lead{font-size:16px;line-height:1.55;color:var(--muted)}

/* Header */
.site-header{height:78px;background:#fff;display:flex;align-items:center;position:sticky;top:0;z-index:80;border-bottom:1px solid #edf0f6}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{width:231px;height:62px;object-fit:contain}
.site-nav{display:flex;gap:26px;font-size:14px;align-items:center}.site-nav a{position:relative;padding:28px 0}.site-nav a:after{content:"";height:2px;background:var(--navy);position:absolute;left:0;right:100%;bottom:18px;transition:.2s}.site-nav a:hover:after,.site-nav a.active:after{right:0}
.top-wa{background:var(--navy);color:#fff;padding:11px 15px;border-radius:6px;font-size:13px;font-weight:700;display:flex;gap:8px;align-items:center}.top-wa img{width:18px;height:18px;object-fit:contain}
.menu-btn{display:none;background:none;border:0;font-size:27px;color:var(--navy);cursor:pointer}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:7px;font-weight:800;border:0;cursor:pointer;transition:.2s;font-size:14px}.btn:hover{transform:translateY(-1px)}.btn-light{background:#fff;color:var(--navy)}.btn-dark{background:var(--navy);color:#fff}.btn-outline{border:1px solid rgba(255,255,255,.55);color:#fff;background:transparent}.btn-soft{background:var(--soft2);color:var(--navy)}

/* Home hero */
.home-hero{position:relative;min-height:585px;overflow:hidden;color:#fff;background:
linear-gradient(90deg,rgba(1,8,64,.96) 0%,rgba(1,8,64,.90) 35%,rgba(1,8,64,.62) 55%,rgba(1,8,64,.16) 78%,rgba(1,8,64,.06) 100%),
url('../images/mosaico-iberico.webp') center/cover no-repeat}
.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(1,8,64,.03),rgba(1,8,64,.18));pointer-events:none}
.home-grid{min-height:585px;display:flex;align-items:center;position:relative;z-index:2}.home-hero-copy{max-width:650px;padding:58px 0}.home-hero h1{font-size:58px;line-height:1.02;margin:10px 0 18px}.home-hero p{font-size:18px;line-height:1.5;color:#eef2ff;max-width:620px;margin:0 0 24px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-trust{display:flex;gap:28px;margin-top:26px;flex-wrap:wrap}.trust-item{display:flex;gap:10px;align-items:center;font-size:13px;color:#f8f9ff}.trust-icon{width:31px;height:31px;border:1px solid rgba(255,255,255,.45);border-radius:50%;display:grid;place-items:center;font-size:14px}
.country-pills{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 16px}.country-pill{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.04em;padding:8px 11px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(1,8,64,.25);backdrop-filter:blur(3px)}.flag-dot{width:11px;height:11px;border-radius:50%;display:inline-block}.flag-dot.pt{background:linear-gradient(90deg,#046a38 0 40%,#da291c 40%)}.flag-dot.es{background:linear-gradient(#aa151b 0 28%,#f1bf00 28% 72%,#aa151b 72%)}
/* Home sections */
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-box{padding:22px 28px;border-right:1px solid var(--line);display:flex;align-items:center;gap:14px}.trust-box:first-child{padding-left:0}.trust-box:last-child{border-right:0;padding-right:0}.trust-box .ico{font-size:24px}.trust-box b{display:block;font-size:14px;margin-bottom:3px}.trust-box span{font-size:12px;color:var(--muted)}
.services{padding:74px 0 70px}.section-head{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:end;margin-bottom:34px}.section-title{font-size:42px;line-height:1.06;margin:7px 0 0}.section-head .lead{margin:0}
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.service-card{position:relative;border:1px solid var(--line);border-radius:12px;overflow:hidden;min-height:306px;background:#fff;transition:.25s}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.service-main{min-height:345px;color:#fff;background:#06175d}.service-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.service-main:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(1,8,64,.95),rgba(1,8,64,.08) 65%)}.service-body{position:relative;z-index:2;padding:26px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.service-main .service-body{justify-content:flex-end}.service-no{font-size:12px;font-weight:800;letter-spacing:.08em;color:#53648e}.service-main .service-no{color:#fff}.service-card h3{font-family:Georgia,'Times New Roman',serif;font-size:27px;line-height:1.08;margin:8px 0}.service-card p{font-size:14px;line-height:1.5;color:var(--muted);margin:0 0 18px}.service-main p{color:#eef1ff}.service-photo{min-height:345px;color:#fff;background:#06175d}.service-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.service-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(1,8,64,.95),rgba(1,8,64,.10) 66%)}.service-photo .service-body{justify-content:flex-end}.service-photo .service-no{color:#fff}.service-photo p{color:#eef1ff}.service-photo .link{color:#fff}.service-dark{color:#fff;background:linear-gradient(145deg,var(--navy),var(--navy2));border-color:transparent}.service-dark .service-no,.service-dark p{color:#eef1ff}.service-dark .service-icon{background:rgba(255,255,255,.12);color:#fff}.service-dark .link{color:#fff}.link{font-weight:800;font-size:13px;display:inline-flex;gap:8px;align-items:center}.service-icon{width:42px;height:42px;border-radius:10px;background:var(--soft2);display:grid;place-items:center;font-size:18px;font-weight:800;color:var(--navy)}
.split{display:grid;grid-template-columns:1fr 1fr;background:var(--navy);color:#fff;min-height:390px}.split-photo{background:url('../images/panorama-iberico.webp') center/cover no-repeat;min-height:390px;position:relative}.split-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 60%,rgba(1,8,64,.22))}.split-copy{padding:58px max(28px,calc((100vw - 1120px)/2)) 52px 54px;display:flex;flex-direction:column;justify-content:center}.split h2{font-size:39px;line-height:1.06;margin:8px 0 14px}.split p{color:#eef1ff;line-height:1.55;margin:0 0 22px}.bullets{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bullet{display:flex;gap:10px;font-size:13px;line-height:1.35}.bullet span:first-child{font-size:20px}
.process{padding:68px 0;background:var(--soft)}.process-head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:34px}.process-head .section-title{max-width:590px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.proc{background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px;min-height:205px}.proc .n{width:34px;height:34px;background:var(--navy);color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:13px;margin-bottom:25px}.proc b{font-size:15px;display:block;margin-bottom:8px}.proc p{font-size:13px;line-height:1.5;color:var(--muted);margin:0}
.about{padding:74px 0}.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}.about-mark{background:linear-gradient(145deg,var(--navy),var(--navy2));border-radius:18px;min-height:360px;display:grid;place-items:center;padding:42px;overflow:hidden;position:relative}.about-mark:before{content:"";position:absolute;width:350px;height:350px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-130px;top:-150px;box-shadow:0 0 0 64px rgba(255,255,255,.025)}.about-mark img{position:relative;z-index:2;max-width:90%;filter:brightness(0) invert(1)}.about h2{font-size:42px;line-height:1.07;margin:8px 0 16px}.about p{line-height:1.6;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.stat{border:1px solid var(--line);border-radius:9px;padding:16px}.stat b{display:block;margin-bottom:4px}.stat span{font-size:12px;color:var(--muted)}
.faq{padding:66px 0;background:var(--soft)}.faq-grid{display:grid;grid-template-columns:.62fr 1.38fr;gap:50px}.faq h2{font-size:38px;margin:7px 0 12px}.faq-list{display:grid;gap:10px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden}.faq-q{width:100%;border:0;background:#fff;padding:16px 17px;text-align:left;color:var(--ink);font-weight:700;cursor:pointer;display:flex;justify-content:space-between;gap:14px}.faq-a{display:none;padding:0 17px 16px;font-size:13px;line-height:1.55;color:var(--muted)}.faq-item.open .faq-a{display:block}
.cta{padding:0 0 66px;background:var(--soft)}.cta-box{background:linear-gradient(135deg,var(--navy),var(--navy2));border-radius:15px;color:#fff;padding:40px 44px;display:flex;align-items:center;justify-content:space-between;gap:36px}.cta h2{font-size:34px;margin:0 0 8px}.cta p{margin:0;color:#eef1ff;line-height:1.5}

/* Inner service hero */
.service-hero{position:relative;overflow:hidden;background:linear-gradient(112deg,#071c5c,#0a2a78);color:#fff}.service-hero.photo{background:linear-gradient(90deg,#071c5c 0%,#071c5c 40%,rgba(7,28,92,.76) 55%,rgba(7,28,92,.08) 76%),url('../images/hero-espanha.jpg') center/cover no-repeat}.service-hero-inner{min-height:500px;display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center}.service-hero-copy{padding:52px 0}.service-hero h1{font-size:54px;line-height:1.02;margin:10px 0 17px;max-width:700px}.service-hero p{font-size:17px;line-height:1.55;color:#eff2ff;max-width:620px;margin:0 0 22px}.service-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.badge{font-size:12px;border:1px solid rgba(255,255,255,.38);padding:8px 11px;border-radius:999px;color:#fff}.country-visual{position:relative;min-height:380px;display:grid;place-items:center}.country-card{width:min(100%,420px);min-height:320px;border-radius:24px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(8px);display:flex;flex-direction:column;justify-content:space-between;padding:34px;box-shadow:0 30px 70px rgba(0,0,0,.20)}.country-code{font-family:Georgia,'Times New Roman',serif;font-size:92px;line-height:1;font-weight:700;letter-spacing:-.08em;color:rgba(255,255,255,.96)}.country-card small{font-size:11px;text-transform:uppercase;letter-spacing:.13em}.country-card strong{font-family:Georgia,'Times New Roman',serif;font-size:28px;line-height:1.12}.flagbar{height:10px;border-radius:999px;margin-top:14px}.flag-es{background:linear-gradient(90deg,#aa151b 0 28%,#f1bf00 28% 72%,#aa151b 72%)}.flag-pt{background:linear-gradient(90deg,#046a38 0 40%,#da291c 40%)}
.passport-card{width:min(100%,360px);aspect-ratio:1.43/1;border-radius:18px;background:linear-gradient(145deg,#121e6f,#010840);border:1px solid rgba(255,255,255,.22);box-shadow:0 26px 64px rgba(0,0,0,.28);padding:34px;color:#fff;position:relative;transform:rotate(-4deg)}.passport-card.pt{background:linear-gradient(145deg,#0a5b3e,#053828)}.passport-card .pass-title{text-transform:uppercase;letter-spacing:.12em;font-size:12px}.passport-card .pass-country{font-family:Georgia,'Times New Roman',serif;font-size:26px;margin-top:12px}.passport-card .seal{width:72px;height:72px;border:2px solid rgba(255,255,255,.72);border-radius:50%;display:grid;place-items:center;font-size:28px;margin:44px auto 0}.passport-card .bio{position:absolute;left:34px;bottom:30px;font-size:11px;letter-spacing:.16em;color:rgba(255,255,255,.75)}

/* Inner content */
.intro{padding:64px 0}.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px}.intro h2{font-size:40px;line-height:1.08;margin:8px 0 16px}.intro p{line-height:1.6;color:var(--muted)}.checklist{display:grid;gap:12px}.check{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.check:last-child{border-bottom:0}.check i{font-style:normal;width:30px;height:30px;border-radius:50%;background:var(--soft2);display:grid;place-items:center;font-weight:800}.check b{display:block;margin-bottom:4px}.check span{font-size:13px;color:var(--muted);line-height:1.45}
.feature-band{background:var(--navy);color:#fff;padding:62px 0}.feature-head{display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;align-items:end;margin-bottom:28px}.feature-head h2{font-size:39px;margin:7px 0 0}.feature-head p{color:#eef1ff;line-height:1.55;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:22px}.feature .ico{font-size:26px}.feature b{display:block;margin:14px 0 7px}.feature p{margin:0;font-size:13px;line-height:1.5;color:#e9edff}
.service-process{padding:66px 0}.service-process .process-grid{margin-top:30px}.service-process h2{font-size:40px;margin:7px 0 0}.disclaimer{font-size:11px;line-height:1.5;color:#7982a2;margin-top:18px}
.quiz-section{padding:48px 0}.quiz-wrap{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:center}.steps{display:flex;align-items:flex-start;margin-top:24px}.step{flex:1;text-align:center;position:relative;font-size:12px}.step:before{content:"";height:1px;background:#9ba5c4;position:absolute;top:15px;left:-50%;right:50%;z-index:0}.step:first-child:before{display:none}.step-num{width:31px;height:31px;border:1px solid #53648e;border-radius:50%;display:grid;place-items:center;background:#fff;margin:auto;position:relative;z-index:1}.step.active .step-num{background:var(--navy);color:#fff}.step-label{margin-top:5px}.quiz-card{border:1px solid var(--line);border-radius:10px;padding:24px;background:#fff;box-shadow:0 7px 22px rgba(1,8,64,.08);min-height:245px}.quiz-card h3{margin:0 0 6px;font-size:18px}.quiz-card p{font-size:13px;color:var(--muted);margin:0 0 18px}.options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.option{border:1px solid var(--line);padding:14px;border-radius:6px;background:#fff;text-align:left;cursor:pointer;color:var(--ink);font-weight:700;min-height:54px;white-space:normal;overflow-wrap:anywhere;line-height:1.35}.option:hover,.option.selected{border-color:var(--navy);background:#f4f6ff}.quiz-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.quiz-result{padding:18px;border-radius:8px;background:#f5f7ff;border:1px solid #cdd5ef}.quiz-result h3{margin-top:0}.quiz-result p{font-size:14px;line-height:1.5}.quiz-result .legal{font-size:12px;color:var(--muted)}

/* Footer */
footer{background:var(--navy);color:#fff;padding:12px 0 17px}.footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}.footer-logo{width:231px;height:73px;object-fit:contain}.footer-contact{display:flex;align-items:center;gap:28px}.footer-contact a{display:flex;align-items:center;gap:9px;font-size:14px}.footer-contact img{width:28px;height:28px;object-fit:contain}.footer-spacer{height:1px}.wa-float{position:fixed;right:20px;bottom:18px;z-index:90;background:var(--wa);color:#fff;border-radius:28px;padding:10px 15px 10px 11px;display:flex;align-items:center;gap:9px;font-weight:800;box-shadow:0 8px 22px rgba(0,0,0,.2)}.wa-float img{width:30px;height:30px}.wa-float span{font-size:13px}

@media(max-width:900px){
  .site-nav,.top-wa{display:none}.menu-btn{display:block}.site-nav.mobile-open{display:flex;position:absolute;left:0;right:0;top:77px;background:#fff;flex-direction:column;gap:0;border-bottom:1px solid var(--line);box-shadow:0 15px 30px rgba(1,8,64,.08)}.site-nav.mobile-open a{padding:16px 24px;width:100%;border-top:1px solid #f0f1f6}.site-nav.mobile-open a:after{display:none}
  .service-hero-inner{grid-template-columns:1fr;gap:12px;padding:48px 0}.home-hero{min-height:auto;background-position:58% center}.home-grid{min-height:560px}.home-hero-copy{padding:54px 0;max-width:620px}.section-head,.about-grid,.faq-grid,.intro-grid,.quiz-wrap,.feature-head{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.split-photo{min-height:310px}.split-copy{padding:44px}.process-grid{grid-template-columns:1fr 1fr}.feature-grid{grid-template-columns:1fr 1fr}.country-visual{min-height:280px}.footer{grid-template-columns:1fr;justify-items:center}.footer-spacer{display:none}.footer-contact{justify-content:center;flex-wrap:wrap}
}
@media(max-width:640px){
  .site-header{height:70px}.logo{width:189px;height:56px}.site-nav.mobile-open{top:69px}.home-hero h1,.service-hero h1{font-size:42px}.home-hero p,.service-hero p{font-size:16px}.home-hero{background:linear-gradient(90deg,rgba(1,8,64,.94),rgba(1,8,64,.79)),url('../images/mosaico-iberico.webp') 52% center/cover no-repeat}.home-grid{min-height:545px}.trust-strip{display:none}.services,.process,.about,.faq,.intro,.service-process,.quiz-section{padding:52px 0}.section-title,.intro h2,.service-process h2{font-size:34px}.section-head{gap:16px}.services-grid,.process-grid,.feature-grid{grid-template-columns:1fr}.service-main{min-height:355px}.split-copy{padding:38px 22px}.split h2,.feature-head h2{font-size:33px}.bullets{grid-template-columns:1fr}.process-head{align-items:flex-start;flex-direction:column}.about-mark{min-height:250px}.stats{grid-template-columns:1fr}.cta{padding:0 0 52px}.cta-box{padding:34px 24px;align-items:flex-start;flex-direction:column}.cta h2{font-size:31px}.country-card{min-height:280px}.country-code{font-size:76px}.passport-card{width:310px}.options{grid-template-columns:1fr}.footer-logo{width:189px;height:60px}.footer-contact{gap:14px 22px}.wa-float{right:12px;bottom:12px;padding:9px}.wa-float span{display:none}
}

.footer-note{grid-column:1/-1;text-align:center;color:#bfc7e8;font-size:11px;line-height:1.45;margin-top:-4px}.footer-note a{text-decoration:underline}.legal-inline{font-size:12px;color:var(--muted)}
