
@import url("../vendor/fontawesome/css/all.min.css");

:root{
 --bg:#090a0d;--surface:#121419;--soft:#181b21;--lav:#201c13;--lav2:#2b2414;
 --ink:#f7f8fa;--text:#e2e5e9;--muted:#a5abb4;--line:#2b3038;
 --brand:#ffc400;--gold:#e4a900;--orange:#ff7a00;--brand-hover:#ffd740;--brand-active:#e6a800;--selected:#30270f;--disabled:#5e6269;
 --violet:var(--brand);--violet2:var(--orange);--blue:var(--gold);--rose:#ef5d78;--green:#34c77b;--amber:var(--gold);
 --shadow:0 18px 48px rgba(0,0,0,.34);--radius:18px;--max:1180px;
 --font-display:clamp(2.5rem,5vw,3.5rem);--font-section:clamp(1.65rem,3vw,2rem);--font-card:1.125rem;--font-body:0.9375rem;--font-description:0.875rem;--font-meta:0.75rem;--font-label:0.75rem;
 --leading-display:1.08;--leading-heading:1.25;--leading-body:1.7;
}

/* Encabezados editoriales: la columna visual queda reservada para el próximo rediseño. */
body .home-hero-grid>.home-case-visual,
body .split-hero>.travel-illustration,
body .split-hero>.orientation-visual,
body .split-hero>.destination-stack,
body .split-hero>.country-photo,
body .detail-hero-grid>.country-photo,
body .center-hero-grid>.featured-article{
 display:none!important;
}
body .home-hero-grid,
body .split-hero,
body .detail-hero-grid,
body .center-hero-grid{
 grid-template-columns:minmax(0,760px)!important;
 justify-content:start;
}
body .home-hero-grid>div:first-child,
body .split-hero>div:first-child,
body .detail-hero-grid>div:first-child,
body .center-hero-grid>div:first-child{
 width:100%;
 max-width:760px;
}
[data-theme="dark"]{--bg:#090a0d;--surface:#121419;--soft:#181b21;--lav:#201c13;--lav2:#2b2414;--ink:#f7f8fa;--text:#e2e5e9;--muted:#a5abb4;--line:#2b3038;--shadow:0 18px 48px rgba(0,0,0,.34)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Poppins,system-ui,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.container{width:min(var(--max),calc(100% - 56px));margin:auto}.icon-svg{width:22px;height:22px;display:inline-block;vertical-align:middle;flex:none}:focus-visible{outline:3px solid color-mix(in srgb,var(--violet) 55%,transparent);outline-offset:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.site-header{height:78px;position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 94%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{height:100%;display:flex;align-items:center;gap:28px}.brand{display:block;min-width:160px}.brand-word{display:block;font-size:24px;font-weight:800;letter-spacing:-1.4px;line-height:.95}.brand-word span{color:var(--violet)}.brand small{font-size:7px;font-weight:600;letter-spacing:.08em;margin-left:74px;color:var(--muted)}.desktop-nav{display:flex;gap:26px;margin-left:auto}.nav-link{font-size:13px;font-weight:600;position:relative}.nav-link.active{color:var(--violet)}.nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:-25px;height:2px;background:var(--violet)}.header-actions{display:flex;gap:9px;align-items:center}.btn{height:44px;padding:0 18px;border-radius:9px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:600;font-size:12px;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--violet),var(--violet2));color:white;box-shadow:0 8px 20px rgba(92,46,232,.15)}.btn-outline{border-color:#9b7cf5;background:var(--surface);color:var(--ink)}.btn-white{background:white;color:#3b208e;border-color:white}.btn-lg{height:48px;padding:0 23px}.btn.full{width:100%}.header-btn{height:41px;padding:0 14px;font-size:11px}.header-btn .icon-svg{width:15px}.theme-toggle,.menu-toggle{width:37px;height:37px;border:0;border-radius:50%;background:var(--soft);color:var(--ink);cursor:pointer}.menu-toggle{display:none}.mobile-menu{display:none;background:var(--surface);padding:18px 28px;border-bottom:1px solid var(--line)}.mobile-menu a{display:block;padding:10px 0;font-weight:600}
.section{padding:72px 0}.section-tight{padding:34px 0}.breadcrumb{display:flex;gap:9px;align-items:center;padding-top:24px;color:var(--muted);font-size:12px}.breadcrumb strong{color:var(--ink)}.eyebrow,.section-label{font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--violet)}h1,h2,h3,p{margin-top:0}h1{font-size:54px;line-height:1.09;letter-spacing:-2.2px;margin:14px 0 20px}h1 span{color:var(--violet)}h2{font-size:26px;line-height:1.18;letter-spacing:-.7px}h3{font-size:17px;line-height:1.3}.muted{color:var(--muted)}.centered{text-align:center}.regular-title{font-weight:500;font-size:20px!important}.gold-rule{width:40px;height:2px;background:#e5b833;margin:18px 0}.pill{padding:5px 9px;background:var(--lav);border-radius:999px;font-size:10px;color:var(--violet);font-weight:600}
.home-hero{padding-top:48px}.home-hero-grid{display:grid;grid-template-columns:40% 60%;gap:24px;align-items:center}.home-hero-copy p,.split-hero>div:first-child>p,.detail-hero-grid>div:first-child>p{max-width:520px;color:var(--muted);font-size:14px}.hero-actions{display:flex;gap:13px;margin-top:28px}
.home-case-visual{height:420px;position:relative}.soft-map{position:absolute;right:0;top:15px;width:440px;height:230px;background-image:radial-gradient(circle,rgba(94,49,235,.3) 1px,transparent 1.4px);background-size:7px 7px;mask-image:radial-gradient(ellipse at center,#000 30%,transparent 72%)}.case-demo{position:absolute;left:16px;top:0;width:390px;height:390px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:var(--shadow);padding:25px}.case-demo-top{font-size:9px;color:var(--muted);display:flex;gap:8px;align-items:center}.case-demo-top .icon-svg{width:16px;color:var(--violet)}.case-code{font-size:24px;font-weight:700;margin-top:10px}.case-meta{font-size:12px}.case-state-label{font-size:9px;color:var(--muted);margin-top:17px}.case-state{display:flex;justify-content:space-between;align-items:center}.case-state strong{color:var(--violet);font-size:15px}.case-state span{font-size:9px;background:var(--soft);padding:4px 8px;border-radius:6px}.case-flow{margin-top:14px;width:57%}.flow-row{display:flex;gap:9px;margin:8px 0}.flow-dot{width:21px;height:21px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:9px;flex:none}.flow-row.done .flow-dot{background:var(--green);color:#fff;border-color:var(--green)}.flow-row.current .flow-dot{background:var(--violet);color:white;border-color:var(--violet)}.flow-row b{font-size:9px;display:block}.flow-row small{font-size:7.5px;color:var(--muted);display:block}.flow-row.done small{color:var(--green)}.flow-row.current small{color:var(--violet)}.case-update{position:absolute;right:15px;bottom:17px;width:148px;border:1px solid var(--line);border-radius:10px;padding:13px}.case-update b,.case-update span{font-size:8.5px;display:block}.case-update hr{border:0;border-top:1px solid var(--line);margin:12px 0}.case-update p{font-size:7.6px;color:var(--muted);display:flex;gap:6px;margin:0}.case-update .icon-svg{width:15px;color:var(--violet)}.travel-illustration{position:absolute;inset:0;pointer-events:none}.map-dots{position:absolute;right:0;top:0;width:320px;height:220px;background-image:radial-gradient(circle,rgba(92,46,232,.25) 1px,transparent 1.4px);background-size:7px 7px;mask-image:radial-gradient(ellipse at center,#000 28%,transparent 72%)}.route{position:absolute;border:1px dashed rgba(92,46,232,.35);border-radius:50%}.route-a{right:22px;top:80px;width:260px;height:110px;transform:rotate(-12deg)}.route-b{right:58px;top:125px;width:180px;height:70px;transform:rotate(14deg)}.airplane{position:absolute;right:25px;top:45px;color:var(--violet);transform:rotate(20deg)}.airplane .icon-svg{width:45px;height:45px}.doc-sheet{position:absolute;right:48px;bottom:48px;width:142px;height:180px;background:white;border:1px solid var(--line);border-radius:14px;transform:rotate(8deg);box-shadow:var(--shadow)}.passport-css{position:absolute;right:105px;bottom:38px;width:150px;height:205px;background:linear-gradient(145deg,#111a3d,#273161);border-radius:16px;transform:rotate(-8deg);box-shadow:0 25px 42px rgba(16,22,56,.24);color:#e5bc43;padding:25px 18px;text-align:center}.passport-globe{font-size:48px}.passport-css b{font-size:11px;letter-spacing:.05em}.passport-css small{display:block;margin-top:32px;font-size:8px;letter-spacing:.12em}
.process-box{border:1px solid var(--line);border-radius:15px;background:var(--surface);padding:24px 28px}.process-box>h2{margin-bottom:24px}.process-grid{display:grid;position:relative}.process-grid.five{grid-template-columns:repeat(5,1fr)}.process-grid.six{grid-template-columns:repeat(6,1fr)}.process-grid.seven{grid-template-columns:repeat(7,1fr)}.process-grid:before{content:"";position:absolute;left:7%;right:7%;top:25px;border-top:1px dashed #bdaef0}.process-step{text-align:center;padding:0 13px;position:relative}.process-step>.icon-svg{width:48px;height:48px;padding:11px;border-radius:50%;background:var(--lav);color:var(--violet);position:relative;z-index:2}.process-step .number{position:absolute;left:8px;top:56px;color:var(--violet);font-weight:700;font-size:14px}.process-step h3{font-size:12px;margin:11px 0 6px}.process-step p{font-size:9px;color:var(--muted);line-height:1.6}.process-grid.compact .process-step h3{font-size:10px}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.section-head h2{margin:7px 0 0}.section-head>a{font-size:10px;color:var(--violet);font-weight:600}.service-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-feature{min-height:220px;border:1px solid var(--line);border-radius:14px;padding:24px 27px;display:flex;flex-direction:column}.service-feature.lavender{background:linear-gradient(135deg,var(--surface),color-mix(in srgb,var(--lav) 55%,var(--surface)))}.service-feature.peach{background:linear-gradient(135deg,var(--surface),#fff8f2)}.service-feature.pink{background:linear-gradient(135deg,var(--surface),#fff6f9)}.service-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin-bottom:13px}.service-icon .icon-svg{width:25px}.service-icon.purple{background:var(--lav);color:var(--violet)}.service-icon.orange{background:#fff0e1;color:var(--orange)}.service-icon.rose{background:#ffe7ef;color:var(--rose)}.service-icon.blue{background:#eaf2ff;color:var(--blue)}.service-icon.green{background:#e8f8ef;color:var(--green)}.service-icon.amber{background:#fff5e4;color:var(--amber)}.service-feature h3{margin:0 0 2px}.service-feature>span{font-size:10px;color:var(--violet)}.service-feature p{font-size:10px;color:var(--muted);line-height:1.7;margin:16px 0}.service-feature>a,.mini-service>a{font-size:10px;color:var(--violet);font-weight:600;margin-top:auto}
.destination-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.destination-kicker{display:inline-flex;gap:8px;padding:6px 9px;border-radius:8px;background:var(--lav);color:var(--violet);font-size:10px;font-weight:700}.destination-heading h2{font-size:40px;margin:14px 0 8px;letter-spacing:-1.5px}.destination-heading h2 span{color:var(--violet)}.destination-heading p{font-size:12px;color:var(--muted);max-width:470px}.destination-heading>a{color:var(--violet);font-size:11px;font-weight:600}.destination-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.destination-card{height:350px;border-radius:16px;overflow:hidden;position:relative;color:#fff;padding:28px;background-image:linear-gradient(90deg,rgba(10,18,47,.98),rgba(10,18,47,.82) 42%,rgba(10,18,47,.16)),var(--bg);background-size:cover;background-position:center}.country-top{display:flex;align-items:center;gap:15px}.country-top b{width:36px;height:36px;border-radius:7px;display:grid;place-items:center;background:rgba(76,37,190,.68);font-size:11px}.country-top span{font-size:30px}.destination-card h3{font-size:25px;margin:18px 0 8px}.destination-card i{display:block;width:35px;height:2px;background:#7448ff;margin-bottom:13px}.destination-card ul{list-style:none;padding:0;margin:0}.destination-card li{font-size:12px;margin:8px 0}.destination-card li:before{content:"✓";color:#61dfa1;margin-right:10px}.destination-card>a{position:absolute;left:28px;bottom:28px;border:1px solid rgba(255,255,255,.8);padding:9px 14px;border-radius:8px;font-size:11px;font-weight:600}
.tracking-home{min-height:145px;border:1px solid #ddd4ff;border-radius:15px;background:linear-gradient(90deg,var(--soft),var(--lav));display:grid;grid-template-columns:42% 1px 58%;align-items:center;padding:24px 30px}.tracking-copy{display:flex;gap:20px;align-items:center}.tracking-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:white;background:linear-gradient(135deg,var(--violet),var(--violet2));flex:none}.tracking-icon .icon-svg{width:28px}.tracking-copy h2{font-size:21px;margin:4px 0 7px}.tracking-copy p{font-size:10px;color:var(--muted);margin:0}.vertical-divider{height:84px;background:#ded7ed}.tracking-inline{padding-left:33px}.tracking-inline label{font-size:10px;font-weight:600}.tracking-inline>div{display:flex;gap:10px;margin:7px 0}.tracking-inline input,.track-search-left input{height:45px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);padding:0 15px;width:270px;outline:none}.tracking-inline small{font-size:8px;color:var(--muted);display:flex;align-items:center;gap:6px}.tracking-inline small .icon-svg{width:13px}
.article-grid{display:grid;gap:14px}.article-grid.five{grid-template-columns:repeat(5,1fr)}.article-grid.four{grid-template-columns:repeat(4,1fr)}.article-grid.three{grid-template-columns:repeat(3,1fr)}.article-grid.two{grid-template-columns:repeat(2,1fr)}.article-card{border:1px solid var(--line);border-radius:11px;overflow:hidden;background:var(--surface)}.article-card img{width:100%;height:105px;object-fit:cover}.article-card>div{padding:11px 12px 14px}.article-card span{font-size:8px;color:var(--violet);font-weight:700}.article-card h3{font-size:11px;margin:5px 0 8px}.article-card p{font-size:8.5px;color:var(--muted);line-height:1.55}.article-card a{font-size:9px;color:var(--violet);font-weight:600}.wide-cta{min-height:104px;border-radius:13px;padding:20px 28px;background:linear-gradient(110deg,#5b2bdc,#6734ef 60%,#f06a7a 135%);color:#fff;display:flex;align-items:center;gap:20px}.cta-orb{width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.14);display:grid;place-items:center}.cta-orb .icon-svg{width:28px}.wide-cta h2{font-size:17px;margin:0 0 4px}.wide-cta p{font-size:9.5px;color:#eee8ff;margin:0}.wide-cta .btn{margin-left:auto;min-width:260px}
.filter-panel{border:1px solid var(--line);border-radius:15px;padding:18px;background:var(--surface)}.filter-row{display:flex;flex-wrap:wrap;gap:9px}.filter-row+ .filter-row{margin-top:10px}.filter{height:39px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);padding:0 14px;font-size:10px;font-weight:600;display:inline-flex;gap:7px;align-items:center;cursor:pointer}.filter .icon-svg{width:16px}.filter.active{background:var(--violet);border-color:var(--violet);color:#fff}.service-country{margin:32px 0 44px}.directory-title{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:15px}.directory-title h2{font-size:16px;margin:0}.directory-title p{font-size:9.5px;color:var(--muted);margin:3px 0 0}.directory-title>a{font-size:10px;color:var(--violet);font-weight:600}.directory-grid{display:grid;gap:14px}.directory-grid.six{grid-template-columns:repeat(6,1fr)}.directory-grid.four{grid-template-columns:repeat(4,1fr)}.mini-service{min-height:245px;border:1px solid var(--line);border-radius:13px;padding:18px 16px;background:var(--surface);display:flex;flex-direction:column}.mini-service .service-icon{width:43px;height:43px}.mini-service h3{font-size:13px;margin:4px 0}.mini-service>span{font-size:9px;color:var(--violet)}.mini-service p{font-size:9px;line-height:1.6;color:var(--muted);margin:13px 0}
.split-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.split-hero h1,.detail-hero-grid h1{font-size:48px}.orientation-visual,.destination-stack{height:330px;position:relative}.orientation-card{position:absolute;left:0;top:30px;width:310px;padding:22px;border-radius:15px;background:var(--soft);border:1px solid var(--line);display:flex;gap:15px}.orientation-card>.icon-svg{width:42px;height:42px;padding:10px;border-radius:50%;background:var(--violet);color:#fff}.orientation-card h3{font-size:15px;margin:0 0 7px}.orientation-card p{font-size:10px;color:var(--muted)}.orientation-card a{font-size:10px;color:var(--violet);font-weight:600}
.services-orientation-cta{position:relative;inset:auto;width:100%;min-height:120px;align-items:center;padding:24px 28px;background:linear-gradient(110deg,var(--surface),#19160f);border-color:var(--line)}.services-orientation-cta>div{flex:1}.services-orientation-cta h3{margin:0 0 5px}.services-orientation-cta p{margin:0}.services-orientation-cta>a{color:#151008;margin-left:auto;white-space:nowrap}
.detail-hero-grid{display:grid;grid-template-columns:42% 58%;gap:38px;align-items:center}.hero-checks{margin-top:22px}.country-photo{position:relative;border-radius:17px;overflow:hidden;background-size:cover;background-position:center}.hero-photo{height:370px}.peru-photo{background-image:url("../img/peru-card-photo.png")}.usa-photo{background-image:url("../img/usa-card-photo.png")}.mexico-photo{background-image:url("../img/mexico-card-photo.png")}.info-float{position:absolute;right:20px;top:20px;width:210px;background:rgba(255,255,255,.94);color:#11142d;border-radius:14px;padding:16px;box-shadow:var(--shadow)}.info-float>div{display:flex;gap:9px;align-items:center;padding:8px 0}.info-float .icon-svg{width:20px;color:var(--violet)}.info-float span{display:flex;flex-direction:column}.info-float small{font-size:8px;color:#777}.info-float b{font-size:10px}
.dual-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.info-card,.plain-card{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:25px}.info-card{display:flex;gap:18px}.info-card>.icon-svg{width:45px;height:45px;padding:10px;border-radius:50%;color:var(--violet);background:rgba(255,255,255,.7)}.lavender{background:linear-gradient(135deg,var(--surface),var(--lav))}.peach{background:linear-gradient(135deg,var(--surface),#fff8ee)}.plain-card h2,.info-card h2{font-size:18px;margin-bottom:10px}.plain-card p,.info-card p{font-size:11px;color:var(--muted);line-height:1.7}.check-list,.doc-list,.x-list{list-style:none;padding:0;margin:15px 0}.check-list li,.doc-list li,.x-list li{position:relative;padding-left:24px;margin:10px 0;font-size:10.5px;color:var(--text)}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--violet);font-weight:700}.doc-list li:before{content:"▧";position:absolute;left:0;color:var(--violet)}.x-list li:before{content:"×";position:absolute;left:0;color:var(--rose);font-weight:700}.note{margin-top:20px;padding:11px;border-radius:8px;background:var(--soft);font-size:9px;color:var(--muted)}.timing-card{display:flex;gap:18px}.timing-card>.icon-svg{width:45px;height:45px;color:var(--violet)}.faq-preview{border:1px solid var(--line);border-radius:14px;padding:24px;background:var(--surface)}.accordion{border:1px solid var(--line);border-radius:9px;margin:8px 0;overflow:hidden;background:var(--surface)}.accordion button{width:100%;padding:12px 14px;border:0;background:transparent;color:var(--ink);display:flex;justify-content:space-between;text-align:left;font-size:10.5px;font-weight:600;cursor:pointer}.accordion>div{display:none;padding:0 14px 13px;font-size:9.5px;color:var(--muted)}.accordion.open>div{display:block}
.destination-page-hero .value-row,.about-hero .value-row,.contact-hero .value-row,.advisory-hero .value-row,.tracking-page-hero .value-row{margin-top:24px}.value-row{display:flex;flex-wrap:wrap;gap:20px}.value-row span{display:flex;gap:7px;align-items:center;font-size:10px;font-weight:600}.value-row .icon-svg{width:18px;color:var(--violet)}.destination-stack .travel-illustration{opacity:.85}.stack-card{position:absolute;width:180px;height:170px;border-radius:14px;padding:20px;color:#fff;background-size:cover;display:flex;align-items:flex-end;gap:9px;box-shadow:var(--shadow)}.stack-card.one{left:30px;bottom:20px;background-image:linear-gradient(0deg,rgba(13,20,51,.75),transparent),url("../img/peru-card-photo.png");transform:rotate(-5deg)}.stack-card.two{left:180px;bottom:30px;background-image:linear-gradient(0deg,rgba(13,20,51,.75),transparent),url("../img/usa-card-photo.png");z-index:2}.stack-card.three{right:0;bottom:15px;background-image:linear-gradient(0deg,rgba(13,20,51,.75),transparent),url("../img/mexico-card-photo.png");transform:rotate(5deg)}.country-large-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.country-large{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:var(--surface)}.country-image{height:190px;background-size:cover;background-position:center}.country-large-body{padding:22px}.country-large-body h2{font-size:22px}.country-large-body p{font-size:10px;color:var(--muted)}.country-large-body ul{padding-left:18px;font-size:10px;color:var(--text)}.country-large-body li{margin:8px 0}.other-destinations{border:1px solid var(--line);background:var(--soft);border-radius:15px;padding:25px;display:flex;justify-content:space-between;align-items:center}.other-destinations>div:first-child{display:flex;gap:15px}.other-destinations .icon-svg{width:50px;height:50px;padding:12px;border-radius:50%;background:var(--lav);color:var(--violet)}.small-countries{display:flex;gap:10px;flex-wrap:wrap}.small-countries span{padding:10px 13px;background:var(--surface);border:1px solid var(--line);border-radius:9px;font-size:10px}
.wizard-layout{display:grid;grid-template-columns:1fr 310px;gap:22px;align-items:start}.wizard-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.wizard-progress span{width:70px;height:55px;border-radius:50px;background:var(--soft);display:grid;place-items:center;text-align:center;font-size:10px;font-weight:700}.wizard-progress span small{font-size:8px}.wizard-progress span.active{background:var(--violet);color:#fff}.wizard-progress i{height:1px;background:var(--line);flex:1}.wizard-card{border:1px solid var(--line);border-radius:15px;padding:28px;background:var(--surface)}.hidden{display:none!important}.step-title{display:flex;gap:14px;align-items:center;margin-bottom:20px}.step-title>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--lav);color:var(--violet);font-weight:700}.step-title h2{margin:0}.step-title p{font-size:10px;color:var(--muted);margin:2px 0}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px}.choice-grid button{height:68px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);font-weight:600;cursor:pointer}.choice-grid button.selected{border-color:var(--violet);box-shadow:0 0 0 3px rgba(92,46,232,.08)}.wizard-actions{display:flex;justify-content:space-between;margin-top:20px}.form-control{width:100%;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);padding:12px 14px;outline:none}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid .full{grid-column:1/-1}.wizard-summary{position:sticky;top:95px;border:1px solid var(--line);border-radius:15px;padding:24px;background:var(--surface)}.wizard-summary h3{display:flex;gap:8px}.wizard-summary h3 .icon-svg{color:var(--violet)}.wizard-summary>div{padding:14px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column}.wizard-summary small{color:var(--muted);font-size:9px}.wizard-summary strong{font-size:11px;margin-top:4px}.summary-note{border:0!important;background:var(--soft);padding:14px!important;border-radius:10px;margin-top:12px;display:flex!important;gap:10px!important}.summary-note .icon-svg{color:var(--violet)}.review-box{background:var(--soft);border-radius:10px;padding:18px;font-size:11px;line-height:1.8}.info-security{min-height:110px;border-radius:15px;background:linear-gradient(90deg,var(--soft),var(--lav));display:flex;align-items:center;gap:20px;padding:25px}.info-security>.icon-svg{width:54px;height:54px;padding:12px;border-radius:50%;background:var(--violet);color:#fff}.info-security h2{margin:0 0 5px}.info-security p{font-size:10px;color:var(--muted);margin:0}
.tracking-search-box{border:1px solid var(--line);border-radius:15px;padding:28px;display:grid;grid-template-columns:1.1fr 1fr;gap:30px}.track-search-left{display:flex;gap:22px}.track-search-left>div:last-child{flex:1}.track-search-left form{display:flex;gap:10px;margin:18px 0 10px}.track-search-left>a{font-size:10px;color:var(--violet)}.track-benefits{background:var(--soft);border-radius:13px;padding:22px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.fake-mail{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:15px;display:grid;gap:7px;margin-top:18px}.fake-mail span{font-size:9px}.fake-mail strong{font-size:15px;color:var(--violet)}
.expediente-layout{display:grid;grid-template-columns:250px 1fr;gap:24px}.exp-side{display:grid;gap:16px;align-content:start}.exp-code-card{background:linear-gradient(145deg,#171748,#211e67);color:white;border-radius:14px;padding:23px}.exp-code-card small{display:block}.exp-code-card strong{display:block;font-size:21px;margin:7px 0 14px}.exp-code-card button{background:transparent;color:white;border:1px solid rgba(255,255,255,.45);border-radius:8px;padding:8px 12px}.plain-card dl{margin:0}.plain-card dt{font-size:8px;color:var(--muted);margin-top:14px}.plain-card dd{font-size:11px;font-weight:600;margin:2px 0}.plain-card>a{font-size:10px;color:var(--violet);font-weight:600}.status-pill{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:9px;font-weight:600}.status-pill.green{background:#e8f8ef;color:#188851}.exp-title{display:flex;justify-content:space-between;align-items:center;min-height:110px}.exp-title h1{font-size:38px;margin-bottom:6px}.exp-title p{font-size:11px;color:var(--muted)}.exp-title .travel-illustration{position:relative;width:220px;height:100px}.exp-title .passport-css{width:75px;height:102px;padding:10px;right:35px;bottom:0}.exp-title .passport-globe{font-size:20px}.exp-title .passport-css b{font-size:5px}.exp-title .passport-css small{font-size:4px;margin-top:10px}.exp-title .doc-sheet{width:65px;height:90px;right:15px;bottom:0}.exp-title .map-dots{height:90px;width:150px}.exp-title .airplane{display:none}.progress-card{display:grid;grid-template-columns:190px 1fr auto;gap:24px;align-items:center}.progress-card strong{display:block;font-size:26px;color:var(--violet)}.progress-line{height:8px;background:#e7e4ee;border-radius:999px;overflow:hidden}.progress-line span{display:block;height:100%;background:linear-gradient(90deg,var(--violet),var(--violet2));border-radius:999px}.exp-steps{display:grid;grid-template-columns:repeat(6,1fr);position:relative;margin-top:20px}.exp-steps:before{content:"";position:absolute;left:7%;right:7%;top:18px;height:2px;background:#e5e2ed}.exp-steps>div{text-align:center;position:relative}.exp-steps span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--surface);border:2px solid var(--line);margin:auto;position:relative;z-index:2}.exp-steps .done span{background:var(--green);color:white;border-color:var(--green)}.exp-steps .current span{background:var(--violet);color:white;border-color:var(--violet)}.exp-steps b{font-size:9px;display:block;margin-top:10px}.exp-steps small{font-size:8px;color:var(--muted)}.exp-two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;margin-top:20px}.timeline>div{padding-left:22px;position:relative;margin:18px 0}.timeline>div>span{position:absolute;left:0;top:5px;width:9px;height:9px;border-radius:50%;background:var(--violet)}.timeline b{font-size:10px}.timeline small{display:block;color:var(--muted);font-size:8px}.timeline p{font-size:9px;color:var(--muted)}.requirements{margin-top:16px}.requirements>div{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid var(--line);font-size:9px}.requirements span{color:var(--rose)}
.center-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.center-hero h1{font-size:48px}.center-hero p{font-size:12px;color:var(--muted)}.search-large{display:flex;margin-top:22px}.search-large input{height:50px;flex:1;border:1px solid #b69ffc;border-right:0;border-radius:9px 0 0 9px;background:var(--surface);color:var(--ink);padding:0 14px}.search-large button{width:52px;border:0;border-radius:0 9px 9px 0;background:var(--violet);color:#fff}.popular-searches{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-top:13px}.popular-searches small{font-size:8px}.popular-searches span{border:1px solid var(--line);border-radius:999px;padding:5px 8px;font-size:8px}.featured-article{height:300px;border-radius:16px;background:linear-gradient(135deg,#5b2be0,#32148f);color:#fff;display:grid;grid-template-columns:58% 42%;overflow:hidden}.featured-article>div:first-child{padding:30px}.featured-article span{font-size:9px;color:#ffe277;font-weight:700}.featured-article h2{font-size:23px;margin:12px 0}.featured-article p{font-size:10px;color:#eee8ff}.featured-photo{height:100%}.browse-box{border:1px solid var(--line);border-radius:15px;padding:22px}.browse-destinations{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px}.browse-destinations article{border:1px solid var(--line);border-radius:12px;padding:15px;min-height:150px;position:relative;overflow:hidden}.mini-photo{position:absolute;right:0;top:0;width:48%;height:100%;background-size:cover;background-position:center;opacity:.9}.browse-destinations h3,.browse-destinations p{position:relative;width:55%}.browse-destinations h3{font-size:14px}.browse-destinations p{font-size:9px;color:var(--muted)}.topic-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:9px}.topic-grid span{border:1px solid var(--line);border-radius:10px;padding:12px 9px;display:flex;gap:6px;align-items:center;font-size:9px;font-weight:600}.topic-grid .icon-svg{width:18px;color:var(--violet)}.center-content-grid{display:grid;grid-template-columns:1.4fr .75fr;gap:20px}.updates-panel{border:1px solid var(--line);border-radius:14px;padding:20px}.update-list a{display:grid;grid-template-columns:1fr auto;gap:3px;padding:13px 0;border-bottom:1px solid var(--line)}.update-list a>span{font-size:8px;color:var(--violet);grid-column:1}.update-list a>b{font-size:9px}.update-list a>small{font-size:8px;color:var(--muted);grid-row:1/3;grid-column:2;align-self:center}.content-promo{border-radius:14px;min-height:230px;background:linear-gradient(135deg,#15143b,#322073);color:#fff;padding:26px;position:relative;overflow:hidden}.content-promo>div:first-child{width:55%;position:relative;z-index:2}.content-promo span{font-size:9px;color:#ffe16d}.content-promo h2{font-size:21px}.content-promo .check-list li{color:white}.content-promo .travel-illustration{right:0;left:auto;width:48%}.content-promo .passport-css{right:75px}
.article-page-grid{display:grid;grid-template-columns:1fr 270px;gap:26px}.article-body-main h1{font-size:47px}.article-lead{font-size:13px;color:var(--muted);max-width:700px}.article-meta{display:flex;gap:20px;font-size:9px;color:var(--muted);margin:18px 0}.article-meta span{display:flex;gap:6px;align-items:center}.article-meta .icon-svg{width:15px}.article-hero-photo{height:310px;border-radius:15px;background-size:cover;background-position:center}.article-alert{margin:20px 0;padding:14px;border-radius:9px;background:var(--lav);font-size:9px;display:flex;gap:9px}.article-alert .icon-svg{width:18px;color:var(--violet)}.article-body-main section{padding:13px 0}.article-body-main section h2{font-size:23px}.article-body-main section>p{font-size:11px;color:var(--text);line-height:1.8}.article-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.article-info-grid>div{border:1px solid var(--line);border-radius:10px;padding:14px}.article-info-grid .icon-svg{color:var(--violet)}.article-info-grid h3{font-size:10px}.article-info-grid p{font-size:8.5px;color:var(--muted)}.article-service-cta{display:flex;align-items:center;justify-content:space-between;padding:18px;border-radius:10px;background:#fff8eb;border:1px solid #f4dfb9;margin:25px 0}.article-service-cta h3{margin:0}.article-service-cta p{font-size:9px;color:var(--muted);margin:3px 0 0}.article-sidebar{display:grid;gap:16px;align-content:start}.toc{position:sticky;top:95px}.toc a{display:block;padding:8px 0;font-size:9px;color:var(--text)}
.tracking-explain{border:1px solid var(--line);border-radius:15px;padding:26px;display:grid;grid-template-columns:1fr 1fr .7fr;gap:24px;align-items:center}.big-code{font-size:28px;color:var(--violet);font-weight:700;letter-spacing:.05em;margin:18px 0}.tracking-mock{border:1px solid var(--line);border-radius:12px;padding:20px;background:var(--surface)}.tracking-mock>div:not(.progress-line){display:flex;justify-content:space-between;font-size:9px;padding:10px 0}.tracking-benefit-list{display:grid;gap:12px}.tracking-benefit-list span{display:flex;gap:8px;font-size:10px;align-items:center}.tracking-benefit-list .icon-svg{color:var(--violet)}.about-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.about-cards .plain-card>.icon-svg{color:var(--violet);width:35px}.about-lower{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:18px}.flag-row{display:flex;gap:12px;font-size:28px;margin:18px 0}
.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.contact-card>.icon-svg{width:38px;height:38px;color:var(--violet);padding:8px;background:var(--lav);border-radius:50%}.contact-card h3{margin:12px 0 5px}.contact-card strong{display:block;font-size:11px}.contact-card a{display:inline-block;margin-top:10px}.contact-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:20px}.contact-layout aside{display:grid;gap:16px}.faq-contact{min-height:130px;border-radius:15px;background:var(--soft);display:flex;align-items:center;justify-content:space-between;padding:26px}.faq-contact>div{display:flex;gap:18px;align-items:center}.faq-contact>div>.icon-svg{width:55px;height:55px;color:var(--violet)}
.faq-category-row{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.faq-category-row button{min-height:85px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);font-size:9px;font-weight:600}.faq-category-row button.active{border-color:var(--violet);box-shadow:0 0 0 2px rgba(92,46,232,.07)}.faq-layout{display:grid;grid-template-columns:1fr 310px;gap:20px}.faq-group{border:1px solid var(--line);border-radius:14px;padding:14px;background:var(--surface);margin-bottom:12px}.faq-group.collapsed{padding:15px}.faq-group-head{display:flex;justify-content:space-between;align-items:center;padding:3px 4px 13px}.faq-group-head>div{display:flex;gap:10px;align-items:center}.faq-group-head .icon-svg{color:var(--violet)}.faq-group-head h2{font-size:15px;margin:0}.faq-group-head p{font-size:8.5px;color:var(--muted);margin:2px 0}.faq-group-head>a{font-size:9px;color:var(--violet)}.faq-sidebar{display:grid;gap:14px;align-content:start}.double-cta{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:14px;background:var(--soft)}.double-cta>div{padding:22px 28px}.double-cta>div+div{border-left:1px solid var(--line)}.double-cta h3{margin:0}.double-cta p{font-size:9px;color:var(--muted)}
.site-footer{border-top:1px solid var(--line);padding:38px 0 18px;background:var(--surface)}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(5,1fr);gap:25px}.footer-brand p{font-size:9px;color:var(--muted);line-height:1.7}.footer-grid h4{font-size:10px;margin:0 0 10px}.footer-grid a,.footer-grid span{display:block;font-size:8.7px;color:var(--muted);margin:6px 0}.social-row{display:flex;gap:13px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:25px;padding-top:17px;font-size:8px;color:var(--muted)}
.form-status{margin-top:12px;padding:11px 13px;border-radius:9px;font-size:10px;background:#fff0f3;color:#a32145;border:1px solid #ffd3df}.form-status.loading{background:var(--lav);color:var(--violet);border-color:#ddd1ff}.form-status.success{background:#e8f8ef;color:#188851;border-color:#c5eed6}.btn:disabled{opacity:.65;cursor:wait;transform:none}.dynamic-icon{font-size:23px}.success-state{text-align:center;padding:50px}.success-state p{color:var(--muted);max-width:520px;margin:0 auto 22px}
.topic-filter{border:1px solid var(--line);border-radius:10px;padding:12px 9px;background:var(--surface);color:var(--ink);font-size:9px;font-weight:600;cursor:pointer;text-align:left}.browse-destinations article{cursor:pointer}.empty-state{grid-column:1/-1;text-align:center;border:1px dashed var(--line);border-radius:13px;background:var(--soft);padding:35px}.empty-state p{font-size:10px;color:var(--muted)}.empty-state .hero-actions{justify-content:center}.whatsapp-card{grid-column:1/-1;max-width:560px;margin:auto;width:100%}.whatsapp-card p{font-size:10px;color:var(--muted)}
.field-help{display:flex;justify-content:space-between;gap:15px;margin-top:7px;color:var(--muted);font-size:8px}.consent-check{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:14px;background:var(--soft);border:1px solid var(--line);border-radius:10px;font-size:9px}.consent-check input{margin-top:2px}.consent-check a{color:var(--violet);text-decoration:underline}
.brand{display:flex;align-items:center;width:190px;min-width:190px}.brand-logo{display:block;width:100%;height:auto;max-height:58px;object-fit:contain;object-position:left center}.footer-brand .brand{width:220px;min-width:0;margin-bottom:14px}@media(max-width:650px){.brand{width:142px;min-width:142px}.brand-logo{max-height:46px}.footer-brand .brand{width:185px}}

/* Turis APP visual system: dark-only identity and unified typography */
html{color-scheme:dark}body{font-size:var(--font-body);line-height:var(--leading-body);background:var(--bg);color:var(--ink)}
p,li,dd,input,textarea,select{font-size:var(--font-body);line-height:var(--leading-body)}
h1,.split-hero h1,.detail-hero-grid h1,.center-hero h1,.article-body-main h1,.exp-title h1{font-size:var(--font-display);font-weight:700;line-height:var(--leading-display);letter-spacing:-.035em}
h2,.destination-heading h2,.article-body-main section h2,.country-large-body h2{font-size:var(--font-section);font-weight:700;line-height:var(--leading-heading);letter-spacing:-.02em}
h3,.plain-card h3,.service-feature h3,.mini-service h3,.article-card h3,.orientation-card h3,.faq-group-head h2{font-size:var(--font-card);font-weight:650;line-height:1.35}
.eyebrow,.section-label,.pill,.destination-kicker,.article-card span,.update-list a>span{font-size:var(--font-label);font-weight:700;line-height:1.35;letter-spacing:.06em;color:var(--brand)}
.muted,.home-hero-copy p,.split-hero>div:first-child>p,.detail-hero-grid>div:first-child>p,.plain-card p,.info-card p,.service-feature p,.mini-service p,.article-card p,.orientation-card p,.destination-heading p,.center-hero p,.article-lead,.article-body-main section>p{font-size:var(--font-description);line-height:var(--leading-body);color:var(--muted)}
.breadcrumb,.article-meta,.popular-searches small,.footer-bottom,.field-help,.wizard-summary small,.timeline small,.exp-steps small,.fake-mail span{font-size:var(--font-meta);line-height:1.5}
.nav-link,.btn,.header-btn,.filter,.choice-grid button,.accordion button,.topic-filter{font-size:.8125rem;line-height:1.35}
.section-head>a,.service-feature>a,.mini-service>a,.destination-heading>a,.directory-title>a,.track-search-left>a,.article-card a,.plain-card>a,.toc a,.faq-group-head>a{font-size:.8125rem;line-height:1.45}
.value-row span,.check-list li,.doc-list li,.x-list li,.tracking-benefit-list span,.tracking-mock>div:not(.progress-line),.requirements>div,.timeline b,.timeline p,.wizard-summary strong,.review-box,.note,.article-alert,.article-info-grid p,.article-service-cta p,.wide-cta p,.tracking-copy p,.info-security p,.browse-destinations p,.update-list a>b,.accordion>div,.footer-grid a,.footer-grid span,.footer-brand p{font-size:.75rem;line-height:1.6}
.case-demo-top,.case-state-label,.case-state span,.flow-row b,.flow-row small,.case-update b,.case-update span,.case-update p,.process-step p,.process-grid.compact .process-step h3,.article-info-grid h3,.plain-card dt{font-size:.6875rem;line-height:1.5}
.process-step h3{font-size:.8125rem}.process-step .number{font-size:.875rem}.case-state strong,.fake-mail strong{font-size:.9375rem}.case-code{font-size:1.5rem}
.site-header{background:rgba(9,10,13,.92);border-color:var(--line)}.mobile-menu{background:var(--surface)}.nav-link.active,.section-head>a,.service-feature>a,.mini-service>a,.directory-title>a,.track-search-left>a,.article-card a,.plain-card>a{color:var(--brand)}.nav-link.active:after{background:linear-gradient(90deg,var(--brand),var(--orange))}
.btn-primary{background:linear-gradient(135deg,var(--brand),var(--orange));color:#141006;box-shadow:0 10px 26px rgba(255,166,0,.18)}.btn-primary:hover{background:linear-gradient(135deg,var(--brand-hover),#ff9418)}.btn-outline{background:transparent;border-color:#625329;color:var(--ink)}.btn-outline:hover{border-color:var(--brand);background:var(--selected)}.btn-white{background:#f8f8f4;color:#17130a;border-color:#f8f8f4}.btn:disabled{background:var(--soft);border-color:var(--line);color:var(--disabled)}
.filter.active,.wizard-progress span.active,.step-title>span,.tracking-icon,.info-security>.icon-svg,.orientation-card>.icon-svg,.search-large button{background:linear-gradient(135deg,var(--brand),var(--orange));border-color:var(--brand);color:#151008}.choice-grid button.selected,.faq-category-row button.active{border-color:var(--brand);background:var(--selected);box-shadow:0 0 0 3px rgba(255,196,0,.1)}
.service-feature,.mini-service,.plain-card,.info-card,.process-box,.filter-panel,.wizard-card,.wizard-summary,.tracking-search-box,.article-card,.faq-group,.faq-preview,.accordion,.browse-box,.updates-panel,.country-large,.tracking-mock{background:var(--surface);border-color:var(--line)}
.service-feature.lavender,.service-feature.peach,.service-feature.pink,.lavender,.peach,.tracking-home,.info-security,.faq-contact,.double-cta{background:linear-gradient(135deg,var(--surface),var(--soft))}.service-icon.purple,.service-icon.orange,.service-icon.rose,.service-icon.blue,.service-icon.green,.service-icon.amber{background:var(--selected);color:var(--brand)}
.wide-cta,.featured-article,.content-promo,.exp-code-card{background:linear-gradient(120deg,#17140d,#2b210b 58%,#713406 140%)}.destination-card{background-image:linear-gradient(90deg,rgba(7,8,10,.98),rgba(12,13,16,.86) 45%,rgba(10,10,10,.25)),var(--bg)}.destination-card i{background:linear-gradient(90deg,var(--brand),var(--orange))}.country-top b{background:rgba(255,174,0,.2);color:var(--brand)}
.soft-map,.map-dots{background-image:radial-gradient(circle,rgba(255,196,0,.28) 1px,transparent 1.4px)}.route{border-color:rgba(255,196,0,.38)}.airplane{color:var(--brand)}.passport-css{background:linear-gradient(145deg,#13151a,#252932);color:var(--brand)}.doc-sheet{background:#e9e9e4;border-color:#8a8d93}
.process-grid:before{border-color:#6c5720}.process-step>.icon-svg{background:var(--selected);color:var(--brand)}.progress-line,.exp-steps:before{background:#30343b}.progress-line span{background:linear-gradient(90deg,var(--brand),var(--orange))}.exp-steps .current span{background:var(--brand);border-color:var(--brand);color:#17120a}.timeline>div>span{background:var(--brand)}
.tracking-inline input,.track-search-left input,.form-control,.search-large input{min-height:48px;background:#0d0f13;border-color:#343943;color:var(--ink);font-size:.875rem}.tracking-inline input::placeholder,.track-search-left input::placeholder,.form-control::placeholder,.search-large input::placeholder{color:#858c96}.search-large input{border-color:#665623}.article-service-cta{background:#211c11;border-color:#5c4a1b}.article-alert,.note,.summary-note,.review-box,.consent-check{background:var(--soft);border-color:var(--line)}
.article-card img{height:150px}.service-feature,.mini-service{height:auto}.mini-service{min-height:280px}.accordion button{min-height:48px}.accordion>div{padding:0 14px 16px}.footer-grid h4{font-size:.8125rem}.footer-grid a,.footer-grid span,.footer-brand p{color:var(--muted)}
.info-float{background:rgba(18,20,25,.96);color:var(--ink);border:1px solid var(--line)}.info-float small{color:var(--muted)}.info-card>.icon-svg{background:var(--selected);color:var(--brand)}
.form-status{font-size:.8125rem;background:#28151a;color:#ff9fb2;border-color:#65313c}.form-status.loading{background:var(--selected);color:var(--brand);border-color:#665623}.form-status.success,.status-pill.green{background:#10291d;color:#67dea0;border-color:#245b40}
.status-pill{font-size:.75rem;line-height:1.35}.exp-steps b{font-size:.75rem;line-height:1.4}.exp-steps small{font-size:.75rem;line-height:1.45}.home-hero-grid{grid-template-columns:42% 58%}

/* Component refinement: hierarchy, interaction, media and responsive rhythm */
:where(a,button,input,textarea,select):focus-visible{outline:3px solid rgba(255,196,0,.34);outline-offset:3px}
.btn{min-height:44px;border-radius:10px;padding-inline:20px;font-weight:700;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.btn-lg{min-height:50px;padding-inline:24px}.btn:active{transform:translateY(0) scale(.98)}
.section-head>a,.directory-title>a,.article-card a,.mini-service>a,.faq-group-head>a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 12px;border:1px solid #4b4227;border-radius:8px;background:#17150f;color:var(--brand);font-weight:700;text-decoration:none;transition:.2s ease}
.section-head>a:hover,.directory-title>a:hover,.article-card a:hover,.mini-service>a:hover,.faq-group-head>a:hover{background:var(--selected);border-color:var(--brand);transform:translateY(-1px)}
.service-feature,.mini-service,.article-card,.country-large,.contact-card,.about-cards .plain-card{box-shadow:0 14px 34px rgba(0,0,0,.14);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.service-feature:hover,.mini-service:hover,.article-card:hover,.country-large:hover,.contact-card:hover,.about-cards .plain-card:hover{transform:translateY(-4px);border-color:#51482d;box-shadow:0 18px 42px rgba(0,0,0,.28)}
.article-card img{height:auto;aspect-ratio:16/9;object-fit:cover;display:block;transition:transform .35s ease}.article-card:hover img{transform:scale(1.025)}.article-card>div{padding:18px}.article-card h3{margin:8px 0 12px}.article-card p{margin-bottom:16px}
.featured-article,.country-photo,.article-hero-photo,.country-image{background-size:cover;background-position:center}.featured-photo,.mini-photo{background-size:cover;background-position:center}.hero-photo{min-height:390px;height:auto;aspect-ratio:16/10}.article-hero-photo{height:auto;aspect-ratio:16/8}.country-image{height:auto;aspect-ratio:16/9}
.updates-panel{padding:24px;border-color:#3a3f48;background:linear-gradient(150deg,var(--surface),#17150f)}.updates-panel .section-head{align-items:flex-start;margin-bottom:14px}.updates-panel .section-head h2{font-size:1.5rem;line-height:1.2;letter-spacing:-.02em;max-width:230px}.update-list a{padding:16px 2px;transition:background .2s ease,padding .2s ease}.update-list a:hover{padding-inline:10px;background:rgba(255,196,0,.055)}.update-list a>b{font-size:.8125rem;line-height:1.45}.update-list a>small,.update-list a>span{font-size:.6875rem}
.tracking-home,.tracking-search-box{border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,var(--surface),#17150f);box-shadow:0 18px 42px rgba(0,0,0,.18)}.tracking-home{min-height:180px;padding:30px 34px}.tracking-search-box{padding:30px}.tracking-icon{width:58px;height:58px;box-shadow:0 10px 24px rgba(255,153,0,.14)}.tracking-copy h2,.track-search-left h2,.track-benefits h2{font-size:1.25rem;line-height:1.3}.tracking-inline small{font-size:.75rem;line-height:1.5}.track-benefits{border:1px solid var(--line)}
.process-box,.faq-preview,.browse-box,.updates-panel,.tracking-mock,.wizard-card,.wizard-summary{box-shadow:0 16px 38px rgba(0,0,0,.16)}
.icon-svg{stroke-width:1.8;flex:none}.service-icon,.contact-card>.icon-svg,.process-step>.icon-svg{border:1px solid rgba(255,196,0,.17)}
.section+.section.section-tight{padding-top:26px}.breadcrumb{min-height:52px;padding-top:14px}.empty-state{min-height:220px;display:grid;place-content:center}
.split-hero>.travel-illustration{position:relative;inset:auto;width:100%;height:370px;overflow:visible}.split-hero>.travel-illustration .passport-css{bottom:28px}.split-hero>.travel-illustration .doc-sheet{bottom:38px}
.browse-destinations article{display:grid;grid-template-columns:minmax(0,1fr) 46%;grid-template-rows:auto 1fr;grid-template-areas:"title image" "copy image";column-gap:16px;align-items:center;padding:18px;overflow:hidden}.browse-destinations h3{grid-area:title;width:auto;margin:0 0 8px}.browse-destinations p{grid-area:copy;width:auto;margin:0;align-self:start}.browse-destinations .mini-photo{grid-area:image;position:relative;inset:auto;width:100%;height:100%;min-height:130px;border-radius:9px}.browse-destinations article:hover{border-color:#51482d;background:#17150f}
.about-cards{align-items:stretch}.about-cards .plain-card{min-height:0;padding:24px}.about-cards .plain-card h3{margin-top:10px}.about-cards .plain-card p{margin-bottom:0}
@media(max-width:1000px){.updates-panel .section-head h2{max-width:none}.hero-photo{min-height:330px}.article-hero-photo{aspect-ratio:16/9}.tracking-home{grid-template-columns:1fr}.vertical-divider{display:none}.tracking-inline{padding:22px 0 0}}
@media(max-width:650px){.section-head,.directory-title{align-items:flex-start;flex-direction:column}.tracking-home,.tracking-search-box{padding:22px}.tracking-copy{align-items:flex-start}.article-card>div{padding:16px}.hero-photo{min-height:260px;aspect-ratio:4/3}.updates-panel{padding:20px}.exp-steps b,.exp-steps small{font-size:.75rem}.contact-card,.plain-card,.info-card{padding:20px}}

/* Home reconstruction based on the approved original composition */
body[data-page="home"] .home-hero{padding:54px 0 28px}
body[data-page="home"] .home-hero-grid{grid-template-columns:minmax(0,46%) minmax(0,54%);gap:46px;align-items:center}
body[data-page="home"] .home-hero-copy h1{font-size:clamp(2.45rem,4.2vw,3.35rem);line-height:1.1;max-width:590px;margin:12px 0 18px}
body[data-page="home"] .home-hero-copy>p{max-width:580px;font-size:.9375rem}
body[data-page="home"] .gold-rule{margin:20px 0;width:52px;background:linear-gradient(90deg,var(--brand),var(--orange))}
body[data-page="home"] .hero-actions{margin-top:26px}
.hero-destinations{margin-top:34px}.hero-destinations>small{display:block;margin-bottom:13px;color:var(--muted);font-size:.6875rem;font-weight:700;letter-spacing:.08em}.hero-destinations>div{display:flex;align-items:center;gap:0}.hero-destinations a{display:flex;align-items:center;gap:9px;padding:0 18px;color:var(--text);font-size:.8125rem;font-weight:600}.hero-destinations a:first-child{padding-left:0}.hero-destinations a+a{border-left:1px solid var(--line)}
.country-flag{width:27px!important;height:27px!important;min-width:27px;display:inline-grid!important;place-items:center;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.3);background:#fff}.country-flag img{width:100%;height:100%;object-fit:cover;display:block}
body[data-page="home"] .home-case-visual{height:462px}
body[data-page="home"] .home-case-visual>.travel-illustration{display:none}
body[data-page="home"] .soft-map{inset:-35px -30px auto auto;width:520px;height:330px;opacity:.48}
body[data-page="home"] .case-demo{left:auto;right:0;top:6px;width:min(100%,510px);height:438px;padding:26px 28px;border-color:#373c46;background:linear-gradient(145deg,#14171d,#0f1116);box-shadow:0 28px 65px rgba(0,0,0,.34)}
body[data-page="home"] .case-flow{width:58%}
body[data-page="home"] .case-update{width:175px;right:18px;bottom:20px;padding:15px}
body[data-page="home"] .case-update b,body[data-page="home"] .case-update span{font-size:.6875rem}
body[data-page="home"] .process-home{padding:22px 0 0}
body[data-page="home"] .process-box{border-radius:16px 16px 0 0;padding:26px;background:linear-gradient(145deg,#12151b,#101218);border-bottom-color:#242933}
body[data-page="home"] .process-box>.section-label,body[data-page="home"] .process-box>h2{text-align:left}
body[data-page="home"] .process-box>h2{font-size:1.45rem;margin:5px 0 24px}
body[data-page="home"] .process-grid.five{grid-template-columns:repeat(4,1fr)}
body[data-page="home"] .process-grid:before{display:none}
body[data-page="home"] .process-grid.five .process-step:last-child{display:none}
body[data-page="home"] .process-step{text-align:left;padding:0 24px;display:grid;grid-template-columns:48px 1fr;column-gap:12px;align-items:start}
body[data-page="home"] .process-step:first-child{padding-left:0}
body[data-page="home"] .process-step+.process-step{border-left:1px solid var(--line)}
body[data-page="home"] .process-step>.icon-svg{grid-row:1/4;width:50px;height:50px;padding:11px;border-radius:11px;background:linear-gradient(145deg,#242019,#17191f);border:1px solid #51431d;color:var(--brand);box-shadow:0 10px 24px rgba(0,0,0,.22)}
body[data-page="home"] .process-step .number{position:static;grid-column:2;font-size:.875rem;color:var(--brand);letter-spacing:.04em}
body[data-page="home"] .process-step .number:before{content:"0"}
body[data-page="home"] .process-step h3{grid-column:2;margin:1px 0 7px;font-size:.9375rem}
body[data-page="home"] .process-step p{grid-column:2;margin:0;font-size:.75rem}
body[data-page="home"] #servicios{padding:0}
body[data-page="home"] #servicios>.container{padding:26px;border:1px solid var(--line);border-top:0;border-bottom-color:#242933;background:#101218}
body[data-page="home"] #servicios .section-head{margin-bottom:16px}
body[data-page="home"] #servicios .section-head h2{font-size:1.45rem;margin-top:5px}
body[data-page="home"] .service-feature{min-height:190px;padding:18px;display:grid;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto auto 1fr auto;column-gap:13px;align-items:start;background:linear-gradient(145deg,#171b24,#12151b)}
body[data-page="home"] .service-feature .service-icon{grid-column:1;grid-row:1/3;width:46px;height:46px;margin:0;border-radius:10px;background:linear-gradient(145deg,#242019,#17191f);border:1px solid #51431d;color:var(--brand);box-shadow:0 10px 24px rgba(0,0,0,.2)}
body[data-page="home"] .service-feature .service-icon .icon-svg{width:24px;height:24px}
body[data-page="home"] .service-feature h3{grid-column:2;grid-row:1;font-size:1rem;margin:3px 0 2px}
body[data-page="home"] .service-feature>span{grid-column:2;grid-row:2;font-size:.6875rem}
body[data-page="home"] .service-feature p{grid-column:1/-1;grid-row:3;margin:16px 0 12px}
body[data-page="home"] .service-feature>a{grid-column:1/-1;grid-row:4;justify-self:start}
body[data-page="home"] .destination-home{padding:0 0 16px}
body[data-page="home"] .destination-home>.container{padding:26px;border:1px solid var(--line);border-top:0;border-radius:0 0 16px 16px;background:#101218}
body[data-page="home"] .destination-heading{align-items:flex-end;margin-bottom:16px}
body[data-page="home"] .destination-kicker{padding:0;background:transparent;font-size:.6875rem;letter-spacing:.08em}
body[data-page="home"] .destination-heading h2{font-size:1.45rem;margin:5px 0 0;letter-spacing:-.02em}
body[data-page="home"] .destination-card{height:310px;padding:20px;border:1px solid #303640;background-image:linear-gradient(90deg,rgba(7,8,10,.96) 0%,rgba(8,10,13,.76) 48%,rgba(7,8,10,.18) 100%),var(--bg);background-size:cover;background-position:center}
body[data-page="home"] .destination-card .country-top{gap:12px}
body[data-page="home"] .destination-card .country-flag{width:27px!important;height:27px!important;min-width:27px;border-radius:50%;border-color:rgba(255,255,255,.35);background:#fff}
body[data-page="home"] .destination-card .country-flag img{width:100%;height:100%;object-fit:cover}
body[data-page="home"] .destination-card h3{font-size:1.2rem;margin:0}
body[data-page="home"] .destination-card i{margin:12px 0 10px}
body[data-page="home"] .destination-card li{font-size:.75rem;margin:6px 0}
body[data-page="home"] .destination-card>a{left:20px;bottom:18px;padding:0;border:0;color:var(--brand)}
body[data-page="home"] .tracking-home{min-height:150px;padding:24px 44px;grid-template-columns:40% 1px 60%;border-color:#343943;background:linear-gradient(110deg,#111318 0%,#121418 48%,#19160f 100%)}
body[data-page="home"] .tracking-copy{display:block;padding-right:38px}
body[data-page="home"] .tracking-home .vertical-divider{width:1px;height:110px;background:rgba(255,183,0,.2)}
body[data-page="home"] .tracking-inline{padding-left:64px}
body[data-page="home"] #centro,body[data-page="home"] #centro+section{display:none}
@media(max-width:1000px){body[data-page="home"] .home-hero-grid{grid-template-columns:1fr}.hero-destinations>div{flex-wrap:wrap;row-gap:14px}body[data-page="home"] .process-grid.five{grid-template-columns:repeat(2,1fr);row-gap:26px}body[data-page="home"] .process-step:nth-child(3){border-left:0;padding-left:0}body[data-page="home"] .service-feature-grid,body[data-page="home"] .destination-cards{grid-template-columns:1fr 1fr}body[data-page="home"] .destination-card:last-child{grid-column:1/-1}body[data-page="home"] .tracking-home{grid-template-columns:1fr}body[data-page="home"] .tracking-home .vertical-divider{display:none}body[data-page="home"] .tracking-copy{padding-right:0}body[data-page="home"] .tracking-inline{padding:22px 0 0}}
@media(max-width:650px){body[data-page="home"] .home-hero{padding-top:38px}body[data-page="home"] .home-hero-copy h1{font-size:2.35rem}.hero-destinations a{padding:0 11px}.hero-destinations a:nth-child(3){border-left:0;padding-left:0;width:100%}body[data-page="home"] .home-case-visual{height:390px}body[data-page="home"] .case-demo{width:100%;height:380px;padding:20px}body[data-page="home"] .case-update{display:none}body[data-page="home"] .case-flow{width:100%}body[data-page="home"] .process-grid.five{grid-template-columns:1fr}body[data-page="home"] .process-step,body[data-page="home"] .process-step:nth-child(3){padding:0;border-left:0}body[data-page="home"] .process-step+.process-step{border-top:1px solid var(--line);padding-top:20px}body[data-page="home"] #servicios>.container,body[data-page="home"] .destination-home>.container,body[data-page="home"] .process-box{padding:20px}body[data-page="home"] .service-feature-grid,body[data-page="home"] .destination-cards{grid-template-columns:1fr}body[data-page="home"] .destination-card:last-child{grid-column:auto}body[data-page="home"] .tracking-home{padding:22px}}
@media(min-width:1001px) and (max-width:1350px){.header-inner{gap:18px}.brand{width:165px;min-width:165px}.desktop-nav{gap:17px}.nav-link{font-size:.75rem}.header-actions{gap:7px}.header-btn{padding-inline:12px}}
@media(max-width:650px){h1,.split-hero h1,.detail-hero-grid h1,.center-hero h1,.article-body-main h1,.exp-title h1{font-size:clamp(2.15rem,11vw,2.75rem)}h2,.destination-heading h2,.article-body-main section h2,.country-large-body h2{font-size:1.5rem}.section{padding:48px 0}.service-feature,.mini-service{min-height:0}.article-card img{height:190px}.field-help{flex-direction:column}.wizard-progress{overflow-x:auto;gap:8px}.wizard-progress i{min-width:20px}}
@media(max-width:1000px){.desktop-nav{display:none}.menu-toggle{display:block}.header-actions .header-btn{display:none}.home-hero-grid,.split-hero,.detail-hero-grid,.center-hero-grid,.article-page-grid,.expediente-layout,.wizard-layout,.faq-layout,.contact-layout,.tracking-search-box,.tracking-explain{grid-template-columns:1fr}.home-case-visual{margin-top:20px}.service-feature-grid,.destination-cards,.country-large-grid,.about-cards,.contact-cards{grid-template-columns:1fr 1fr}.directory-grid.six,.directory-grid.four{grid-template-columns:repeat(3,1fr)}.process-grid.seven{grid-template-columns:repeat(4,1fr)}.process-grid.six{grid-template-columns:repeat(3,1fr)}.process-grid.five{grid-template-columns:repeat(3,1fr)}.process-grid:before{display:none}.article-grid.five{grid-template-columns:repeat(3,1fr)}.topic-grid{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}.wizard-summary,.toc{position:static}.center-content-grid,.dual-cards,.exp-two-col,.about-lower{grid-template-columns:1fr}.faq-category-row{grid-template-columns:repeat(4,1fr)}}
@media(max-width:650px){.container{width:calc(100% - 28px)}.site-header{height:68px}.brand{min-width:128px}.brand-word{font-size:19px}.brand small{margin-left:58px;font-size:5px}.section{padding:50px 0}.section-tight{padding:25px 0}h1{font-size:38px}.home-hero-grid{grid-template-columns:1fr}.home-case-visual{height:390px}.case-demo{width:82%;height:370px;padding:18px}.travel-illustration{opacity:.65}.service-feature-grid,.destination-cards,.country-large-grid,.about-cards,.contact-cards,.directory-grid.six,.directory-grid.four,.article-grid.five,.article-grid.four,.article-grid.three,.article-grid.two,.support-grid,.browse-destinations,.article-info-grid,.topic-grid,.form-grid,.choice-grid,.faq-category-row,.double-cta{grid-template-columns:1fr}.destination-heading{align-items:flex-start;flex-direction:column}.destination-heading h2{font-size:34px}.destination-card{height:390px}.tracking-home{grid-template-columns:1fr}.vertical-divider{display:none}.tracking-inline{padding:20px 0 0}.tracking-inline>div,.track-search-left form{flex-direction:column}.tracking-inline input,.track-search-left input{width:100%}.wide-cta{flex-direction:column;align-items:flex-start}.wide-cta .btn{margin-left:0;min-width:0;width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:8px}.process-grid.seven,.process-grid.six,.process-grid.five{grid-template-columns:1fr 1fr}.other-destinations{flex-direction:column;align-items:flex-start;gap:20px}.center-content-grid{grid-template-columns:1fr}.featured-article{grid-template-columns:1fr}.featured-photo{display:none}.progress-card{grid-template-columns:1fr}.exp-steps{grid-template-columns:repeat(2,1fr);gap:18px}.exp-steps:before{display:none}.faq-contact{flex-direction:column;align-items:flex-start;gap:18px}.double-cta>div+div{border-left:0;border-top:1px solid var(--line)}}
@media(max-width:650px){.services-orientation-cta{align-items:flex-start;flex-wrap:wrap}.services-orientation-cta>a{width:100%;margin:8px 0 0;text-align:center}.services-orientation-cta>.icon-svg{flex:none}}

/* Directorio de Perú: composición basada en el diseño final con la paleta de Turis APP */
.peru-service-country .directory-title>div:first-child{display:flex;align-items:center;gap:14px}.peru-service-country .directory-title .country-flag{width:38px!important;height:38px!important;min-width:38px}.peru-service-country .directory-title h2{font-size:1rem}.peru-service-country .directory-title p{font-size:.7rem}.peru-service-country .directory-grid{gap:13px}.peru-service-card{position:relative;min-height:380px;padding:16px;overflow:hidden}.peru-service-card .service-available{position:static;align-self:flex-start;display:flex;align-items:center;gap:6px;max-width:100%;margin:0 0 11px;padding:5px 9px;border:1px solid rgba(69,215,135,.25);border-radius:20px;background:rgba(25,103,62,.18);color:#83e6aa;font-size:.56rem;font-weight:700;line-height:1.2;white-space:normal}.peru-service-card .service-available b{width:6px;height:6px;min-width:6px;border-radius:50%;background:#45d787;box-shadow:0 0 8px rgba(69,215,135,.55)}.peru-service-card .service-icon{width:52px;height:52px;border-radius:11px;margin-bottom:15px;background:linear-gradient(145deg,#30270d,#1f1b0d);border:1px solid #4b3d12;color:var(--brand)}.peru-service-card .service-icon svg{width:27px;height:27px}.peru-service-card h3{font-size:.95rem;margin:0 0 4px}.peru-service-card>span{font-size:.64rem;color:var(--brand)}.peru-service-card p{font-size:.7rem;line-height:1.6;margin:14px 0;flex:1}.mini-service-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:auto}.mini-service-actions a{display:flex;align-items:center;justify-content:center;min-height:34px;padding:6px;border:1px solid #4b4227;border-radius:7px;background:#11130f;color:var(--brand);font-size:.64rem;font-weight:700}.peru-service-card>a.procedure-link{width:100%;margin-top:12px;min-height:42px;border:0;border-top:1px solid #30343b;border-radius:0;background:transparent;padding:12px 4px 4px;color:var(--brand);justify-content:flex-start}
@media(max-width:1000px){.peru-service-card{min-height:330px}}
@media(max-width:650px){.peru-service-country .directory-title>div:first-child{align-items:flex-start}.peru-service-card{min-height:0}.peru-service-country .directory-grid{grid-template-columns:1fr}}

/* Los iconos del directorio conservan siempre su caja y proporción. */
.peru-service-card .service-icon{width:60px;height:60px;min-width:60px;min-height:60px;flex:0 0 60px;display:grid;place-items:center;overflow:hidden;border-radius:13px}
.peru-service-card .service-icon svg{display:block;width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;flex:none;aspect-ratio:1/1;overflow:visible;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
@media(max-width:650px){.peru-service-card .service-icon{width:56px;height:56px;min-width:56px;min-height:56px;flex-basis:56px}.peru-service-card .service-icon svg{width:30px;height:30px;min-width:30px;min-height:30px;max-width:30px;max-height:30px}}

/* Centrado óptico de los glifos de Font Awesome dentro de sus cuadros. */
.service-icon>i{display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:1;transform:translateY(2px)}
.service-icon>i::before{display:block;line-height:1}
.peru-service-card .service-icon>i{width:32px;height:32px;font-size:32px}
@media(max-width:650px){.peru-service-card .service-icon>i{width:30px;height:30px;font-size:30px}}

/* Alineación unificada para todos los iconos Font Awesome de la interfaz. */
i.icon-svg{display:inline-grid;place-items:center;line-height:1;text-align:center;vertical-align:middle}
i.icon-svg::before{display:block;grid-area:1/1;line-height:1;margin:0;transform:translateY(1px)}
.service-icon>i{transform:none}
.service-icon>i::before{transform:translateY(1px)}

/* Sistema tipográfico global: Poppins ligera, clara y con jerarquía consistente. */
:root{
 --weight-regular:400;
 --weight-medium:500;
 --weight-semibold:600;
 --type-page-title:clamp(2.35rem,4.6vw,3.35rem);
 --type-section-title:clamp(1.55rem,2.6vw,1.95rem);
 --type-card-title:1rem;
 --type-card-meta:.6875rem;
 --type-card-copy:.8125rem;
 --type-tag:.6875rem;
 --type-button:.8125rem;
}
body{font-weight:var(--weight-regular)}
strong,b{font-weight:var(--weight-semibold)}
h1,.split-hero h1,.detail-hero-grid h1,.center-hero h1,.article-body-main h1,.exp-title h1{
 font-size:var(--type-page-title);
 font-weight:var(--weight-semibold);
 line-height:1.12;
 letter-spacing:-.03em;
}
h2,.destination-heading h2,.article-body-main section h2,.country-large-body h2{
 font-size:var(--type-section-title);
 font-weight:var(--weight-semibold);
 line-height:1.25;
 letter-spacing:-.018em;
}
h3,.plain-card h3,.service-feature h3,.mini-service h3,.article-card h3,.orientation-card h3,.faq-group-head h2{
 font-size:var(--type-card-title);
 font-weight:var(--weight-medium);
 line-height:1.4;
 letter-spacing:-.01em;
}
.service-feature h3,.mini-service h3,.article-card h3,.country-large h2,.contact-card h3,.about-cards h3{
 font-weight:var(--weight-medium);
}
.service-feature>span,.mini-service>span,.article-card span,.country-large-body>span{
 font-size:var(--type-card-meta);
 font-weight:var(--weight-medium);
 line-height:1.45;
 letter-spacing:.01em;
}
.service-feature p,.mini-service p,.article-card p,.plain-card p,.info-card p,.orientation-card p,.country-large p,.contact-card p{
 font-size:var(--type-card-copy);
 font-weight:var(--weight-regular);
 line-height:1.7;
}
.eyebrow,.section-label,.destination-kicker,.hero-destinations>small{
 font-size:var(--type-tag);
 font-weight:var(--weight-medium);
 line-height:1.4;
 letter-spacing:.075em;
}
.pill,.status-pill,.service-available,.destination-kicker,.filter,.topic-filter,.update-list a>span{
 font-size:var(--type-tag);
 font-weight:var(--weight-medium);
}
.featured-article span,.content-promo span,.popular-searches span,.wizard-progress span,.step-title>span,.topic-grid span{
 font-weight:var(--weight-medium);
}
.nav-link,.mobile-menu a{font-weight:var(--weight-medium)}
.btn,.header-btn,button,.filter,.choice-grid button,.accordion button,.topic-filter{
 font-size:var(--type-button);
 font-weight:var(--weight-medium);
 letter-spacing:0;
}
.section-head>a,.directory-title>a,.service-feature>a,.mini-service>a,.destination-heading>a,.track-search-left>a,.article-card a,.plain-card>a,.toc a,.faq-group-head>a,.mini-service-actions a,.procedure-link{
 font-size:var(--type-button);
 font-weight:var(--weight-medium);
}
.process-step .number,.process-step h3,.case-code,.case-state strong,.flow-row b,.tracking-inline label,.value-row span,.update-list a>b,.footer-grid h4{
 font-weight:var(--weight-medium);
}
.hero-destinations a,.destination-card>a,.country-top b,.big-code,label,dt{
 font-weight:var(--weight-medium);
}
.peru-service-card .service-available{font-weight:var(--weight-medium)}
.peru-service-card h3{font-size:1rem;font-weight:var(--weight-medium);line-height:1.4}
.peru-service-card>span{font-size:var(--type-card-meta);font-weight:var(--weight-medium)}
.peru-service-card p{font-size:.75rem;font-weight:var(--weight-regular);line-height:1.7}
.mini-service-actions a,.peru-service-card>a.procedure-link{font-weight:var(--weight-medium)}
@media(max-width:650px){
 h1,.split-hero h1,.detail-hero-grid h1,.center-hero h1,.article-body-main h1,.exp-title h1{font-size:clamp(2.05rem,10vw,2.65rem)}
 h2,.destination-heading h2,.article-body-main section h2,.country-large-body h2{font-size:1.45rem}
}

/* Iconos de acción: una sola familia, proporción y alineación en todo el sitio. */
.fa-text-icon{
 display:inline-grid;
 place-items:center;
 width:1em;
 height:1em;
 margin-inline:.35em 0;
 font-size:.9em;
 line-height:1;
 vertical-align:-.06em;
 flex:0 0 auto;
}
.breadcrumb .fa-text-icon{margin-inline:.1em;color:var(--muted);font-size:.78em}
.menu-toggle .fa-text-icon,.theme-toggle .fa-text-icon{margin:0;font-size:1rem;vertical-align:0}
.check-list .fa-text-icon,.doc-list .fa-text-icon,.x-list .fa-text-icon{margin:0}
.btn .fa-text-icon,.section-head>a .fa-text-icon,.directory-title>a .fa-text-icon,.procedure-link .fa-text-icon,.article-card a .fa-text-icon,.service-feature>a .fa-text-icon,.mini-service>a .fa-text-icon{
 margin-left:.5rem;
 font-size:.9em;
 vertical-align:0;
}

/* Carrusel del directorio de servicios de Perú: cuatro tarjetas por vista. */
.peru-service-country .directory-grid[data-card-carousel]{
 display:flex;
 grid-template-columns:none;
 gap:14px;
 width:100%;
 overflow-x:auto;
 overflow-y:hidden;
 padding:2px 1px 12px;
 scroll-behavior:smooth;
 scroll-snap-type:x mandatory;
 scrollbar-width:none;
 overscroll-behavior-inline:contain;
}
.peru-service-country .directory-grid[data-card-carousel]::-webkit-scrollbar{display:none}
.peru-service-country .directory-grid[data-card-carousel]>.peru-service-card{
 flex:0 0 calc((100% - 42px)/4);
 width:calc((100% - 42px)/4);
 min-width:0;
 scroll-snap-align:start;
 scroll-snap-stop:always;
}
.card-carousel-shell{position:relative}
.card-carousel-controls{position:absolute;right:-23px;top:50%;z-index:5;display:flex;align-items:center;transform:translateY(-50%)}
.card-carousel-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.card-carousel-next{
 width:46px;
 height:46px;
 padding:0;
 border:1px solid #625329;
 border-radius:10px;
 display:grid;
 place-items:center;
 background:linear-gradient(135deg,var(--brand),var(--orange));
 color:#141006;
 cursor:pointer;
 transition:transform .2s ease,filter .2s ease,opacity .2s ease;
}
.card-carousel-next i{font-size:1rem;line-height:1}
.card-carousel-next:hover{filter:brightness(1.08);transform:translateY(-1px)}
.card-carousel-next:active{transform:scale(.96)}
.card-carousel-next:disabled{opacity:.38;cursor:not-allowed;filter:none;transform:none}
@media(max-width:650px){
 .peru-service-country{position:relative}
 .peru-service-country .directory-grid[data-card-carousel]{
  gap:10px;
  padding:2px 1px 10px;
 }
 .peru-service-country .directory-grid[data-card-carousel]>.peru-service-card{
  flex:0 0 calc((100% - 30px)/4);
  width:calc((100% - 30px)/4);
  padding:12px 9px;
 }
 .peru-service-card .service-available{padding:4px 6px;font-size:.5rem}
 .peru-service-card .service-icon{width:46px;height:46px;min-width:46px;min-height:46px;flex-basis:46px}
 .peru-service-card .service-icon>i{width:26px;height:26px;font-size:26px}
 .peru-service-card h3{font-size:.72rem;line-height:1.35;overflow-wrap:anywhere}
 .peru-service-card>span{font-size:.54rem;overflow-wrap:anywhere}
 .peru-service-card p{font-size:.61rem;line-height:1.55;overflow-wrap:anywhere}
 .peru-service-card .mini-service-actions{grid-template-columns:1fr;gap:5px}
 .peru-service-card .mini-service-actions a{min-width:0;padding:5px 3px;font-size:.55rem;overflow-wrap:anywhere}
 .peru-service-card>a.procedure-link{font-size:.58rem;line-height:1.35;padding-inline:1px;overflow-wrap:anywhere}
 .card-carousel-controls{right:-9px}
}
.process-step>i.icon-svg,.orientation-card>i.icon-svg,.info-card>i.icon-svg,.other-destinations i.icon-svg,.info-security>i.icon-svg,.contact-card>i.icon-svg{display:grid;place-items:center}

/* Servicios V2: composición renovada, jerarquía clara y acciones no superpuestas. */
body[data-page="services"] .breadcrumb{padding-top:18px}
body[data-page="services"] .hero-compact{padding:34px 0 54px}
body[data-page="services"] .hero-compact .split-hero{
 grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
 gap:72px;
 min-height:430px;
 padding:48px 54px;
 border:1px solid var(--line);
 border-radius:24px;
 background:radial-gradient(circle at 82% 30%,rgba(255,166,0,.1),transparent 32%),linear-gradient(145deg,#11141a,#0d0f13);
 overflow:hidden;
}
body[data-page="services"] .hero-compact h1{margin:14px 0 22px;font-size:clamp(2.65rem,4.5vw,3.6rem);max-width:650px}
body[data-page="services"] .hero-compact p{font-size:.9375rem;max-width:610px}
body[data-page="services"] .orientation-visual{height:330px}
body[data-page="services"] main>.section:nth-of-type(2){padding:0 0 28px}
body[data-page="services"] .services-orientation-cta{
 min-height:136px;
 display:grid;
 grid-template-columns:56px minmax(0,1fr) auto;
 gap:22px;
 padding:28px 32px;
 border-radius:18px;
 background:linear-gradient(115deg,#15181e 0%,#171710 70%,#201a0d 100%);
 box-shadow:0 18px 42px rgba(0,0,0,.2);
}
body[data-page="services"] .services-orientation-cta>.icon-svg{
 width:56px;height:56px;padding:15px;border-radius:14px;background:var(--selected);color:var(--brand);border:1px solid #51431d;
}
body[data-page="services"] .services-orientation-cta h3{font-size:1.125rem;margin-bottom:7px}
body[data-page="services"] .services-orientation-cta p{font-size:.8125rem}
body[data-page="services"] .services-orientation-cta>a{margin:0;min-width:205px}
body[data-page="services"] main>.section:nth-of-type(3){padding:28px 0 62px}
body[data-page="services"] .service-directory{
 padding:32px;
 border:1px solid var(--line);
 border-radius:22px;
 background:linear-gradient(145deg,#101216,#0c0e12);
 box-shadow:0 24px 58px rgba(0,0,0,.22);
}
body[data-page="services"] .service-country{margin:0;padding:0}
body[data-page="services"] .service-country+.service-country{margin-top:48px;padding-top:42px;border-top:1px solid var(--line)}
body[data-page="services"] .directory-title{align-items:center;margin-bottom:24px}
body[data-page="services"] .directory-title h2{font-size:1.125rem;letter-spacing:.01em}
body[data-page="services"] .directory-title p{font-size:.75rem;margin-top:5px}
body[data-page="services"] .directory-title>a{min-height:42px;padding:9px 15px}
body[data-page="services"] .service-model-country .directory-title>div:first-child{display:flex;align-items:center;gap:14px}
body[data-page="services"] .service-model-country .directory-title .country-flag{width:38px!important;height:38px!important;min-width:38px}
body[data-page="services"] .card-carousel-shell{
 display:grid;
 grid-template-columns:minmax(0,1fr) 42px;
 gap:12px;
 align-items:center;
 position:relative;
}
body[data-page="services"] .card-carousel-controls{
 position:static;
 inset:auto;
 display:grid;
 place-items:center;
 transform:none;
 min-width:42px;
 border:0;
 gap:8px;
}
body[data-page="services"] .card-carousel-prev,
body[data-page="services"] .card-carousel-next{
 width:40px;
 height:40px;
 min-width:40px;
 padding:0;
 border:1px solid #4b4227;
 border-radius:9px;
 background:transparent;
 color:var(--brand);
 box-shadow:none;
}
body[data-page="services"] .card-carousel-prev:hover,
body[data-page="services"] .card-carousel-next:hover{background:var(--selected);border-color:var(--brand);color:var(--brand)}
body[data-page="services"] .service-model-country .directory-grid[data-card-carousel]{display:flex;grid-template-columns:none;gap:16px;padding:1px 1px 5px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}
body[data-page="services"] .service-model-country .directory-grid[data-card-carousel]::-webkit-scrollbar{display:none}
body[data-page="services"] .service-model-country .directory-grid[data-card-carousel]>.service-model-card{
 flex:0 0 calc((100% - 48px)/4);
 width:calc((100% - 48px)/4);
 min-width:0;
 scroll-snap-align:start;
}
body[data-page="services"] .service-model-card{
 position:relative;
 min-height:430px;
 padding:20px;
 border-radius:16px;
 background:linear-gradient(155deg,#171a20,#111318);
 box-shadow:none;
}
body[data-page="services"] .service-model-card .service-available{position:static;align-self:flex-start;display:flex;align-items:center;gap:6px;width:max-content;max-width:100%;padding:5px 9px;border:1px solid rgba(69,215,135,.25);border-radius:20px;background:rgba(25,103,62,.18);color:#83e6aa;font-size:.56rem;font-weight:500;line-height:1.2;white-space:nowrap}
body[data-page="services"] .service-model-card .service-available b{width:6px;height:6px;min-width:6px;border-radius:50%;background:#45d787;box-shadow:0 0 8px rgba(69,215,135,.55)}
body[data-page="services"] .service-model-card .service-unavailable{border-color:#4a4639;background:#24231e;color:#aaa38e}
body[data-page="services"] .service-model-card .service-unavailable b{background:#8f8978;box-shadow:none}
body[data-page="services"] .service-model-card .service-icon{width:52px;height:52px;border-radius:11px;background:linear-gradient(145deg,#30270d,#1f1b0d);border:1px solid #4b3d12;color:var(--brand)}
body[data-page="services"] .service-model-card .service-icon svg{width:27px;height:27px}
body[data-page="services"] .service-model-card:hover{transform:none;border-color:#5c4d25;box-shadow:inset 0 1px rgba(255,255,255,.025)}
body[data-page="services"] .service-model-card .service-available{order:0;margin-bottom:16px}
body[data-page="services"] .service-model-card .service-icon{order:1;margin-bottom:18px}
body[data-page="services"] .service-model-card h3{order:2;font-size:1.05rem;margin-bottom:5px}
body[data-page="services"] .service-model-card>span{order:3;font-size:.6875rem}
body[data-page="services"] .service-model-card>p{order:4;margin:17px 0 22px;font-size:.775rem;line-height:1.7}
body[data-page="services"] .service-model-card .mini-service-actions{
 order:5;
 margin-top:auto;
 padding-top:17px;
 border-top:1px solid var(--line);
 gap:9px;
}
body[data-page="services"] .service-model-card .mini-service-actions a,
body[data-page="services"] .service-model-card .mini-service-actions button{min-height:38px;font-size:.6875rem}
body[data-page="services"] .service-model-card>a.procedure-link,
body[data-page="services"] .service-model-card>button.procedure-link{
 order:6;
 min-height:44px;
 margin-top:10px;
 padding:10px 4px 0;
 border-top:0;
 font-size:.75rem;
}
body[data-page="services"] .service-action-disabled{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--muted);font-family:inherit;font-weight:500;cursor:not-allowed;opacity:.48;pointer-events:none}
body[data-page="services"] .service-model-card>button.procedure-link{justify-content:flex-start;width:100%}
body[data-page="services"] main>.section:nth-last-of-type(2) .wide-cta{
 min-height:150px;padding:30px 34px;border:1px solid #4c3d18;border-radius:18px;
}
body[data-page="services"] main>.section:last-of-type{padding:58px 0 78px}
body[data-page="services"] main>.section:last-of-type .section-head{margin-bottom:26px}
body[data-page="services"] main>.section:last-of-type .article-grid{grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:20px}
@media(max-width:1000px){
 body[data-page="services"] .hero-compact .split-hero{grid-template-columns:1fr;padding:40px;min-height:0}
 body[data-page="services"] .orientation-visual{display:none}
 body[data-page="services"] .service-directory{padding:26px}
 body[data-page="services"] .service-model-country .directory-grid[data-card-carousel]>.service-model-card{flex-basis:calc((100% - 16px)/2);width:calc((100% - 16px)/2)}
}
@media(max-width:650px){
 body[data-page="services"] .hero-compact{padding:22px 0 38px}
 body[data-page="services"] .hero-compact .split-hero{padding:28px 22px;border-radius:18px}
 body[data-page="services"] .hero-compact h1{font-size:2.35rem}
 body[data-page="services"] .services-orientation-cta{grid-template-columns:46px minmax(0,1fr);padding:22px;gap:15px}
 body[data-page="services"] .services-orientation-cta>.icon-svg{width:46px;height:46px;padding:12px}
 body[data-page="services"] .services-orientation-cta>a{grid-column:1/-1;width:100%;margin-top:5px}
 body[data-page="services"] .service-directory{padding:20px 14px;border-radius:18px}
 body[data-page="services"] .directory-title{align-items:flex-start;gap:16px;margin-bottom:20px}
 body[data-page="services"] .directory-title>a{width:100%}
 body[data-page="services"] .card-carousel-shell{grid-template-columns:minmax(0,1fr) 40px;gap:8px}
 body[data-page="services"] .card-carousel-controls{min-width:40px}
 body[data-page="services"] .card-carousel-prev,
 body[data-page="services"] .card-carousel-next{width:38px;height:38px;min-width:38px}
 body[data-page="services"] .service-model-country .directory-grid[data-card-carousel]>.service-model-card{
  flex-basis:88%;width:88%;padding:19px;min-height:410px;
 }
 body[data-page="services"] .service-model-card .service-available{font-size:.58rem;padding:5px 8px}
 body[data-page="services"] .service-model-card h3{font-size:1rem}
 body[data-page="services"] .service-model-card>span{font-size:.66rem}
 body[data-page="services"] .service-model-card>p{font-size:.75rem}
 body[data-page="services"] .service-model-card .mini-service-actions{grid-template-columns:1fr 1fr}
 body[data-page="services"] .service-model-card .mini-service-actions a,
 body[data-page="services"] .service-model-card .mini-service-actions button{font-size:.66rem}
 body[data-page="services"] .service-model-card>a.procedure-link,
 body[data-page="services"] .service-model-card>button.procedure-link{font-size:.72rem}
 body[data-page="services"] .service-country+.service-country{margin-top:38px;padding-top:34px}
}

/* Sistema visual unificado 2026: Inicio es la fuente de verdad para todo TurisApp. */
:root{
 --space-section:clamp(64px,8vw,96px);
 --space-section-tight:clamp(40px,5vw,64px);
 --control-height:46px;
 --control-radius:10px;
 --card-radius:18px;
 --card-padding:clamp(20px,2.4vw,28px);
 --surface-elevated:linear-gradient(150deg,#15181e 0%,#101216 100%);
}
body{font-size:15px;color:var(--text);letter-spacing:-.005em}
body[data-page="home"] #centro,body[data-page="home"] #centro+section{display:block}
.section{padding:var(--space-section) 0}.section-tight{padding:var(--space-section-tight) 0}
.breadcrumb{padding-top:24px;color:var(--muted);font-size:.75rem}
h1,h2,h3,p{overflow-wrap:break-word}
p{line-height:1.7}
.section-head,.destination-heading,.directory-title{gap:28px;align-items:flex-end;margin-bottom:30px}
.section-head>div>p,.destination-heading p{max-width:620px;margin:.65rem 0 0;color:var(--muted);font-size:.875rem}
.section-head>a,.destination-heading>a,.directory-title>a{
 min-height:var(--control-height);padding:0 17px;border:1px solid #554719;border-radius:var(--control-radius);
 display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--brand);background:#12130f;
 transition:border-color .2s ease,background .2s ease,transform .2s ease;
}
.section-head>a:hover,.destination-heading>a:hover,.directory-title>a:hover{border-color:var(--brand);background:var(--selected);transform:translateY(-1px)}
.btn{min-height:var(--control-height);height:auto;padding:0 19px;border-radius:var(--control-radius);font-size:.8125rem;line-height:1.25}
.btn-lg{min-height:50px;padding:0 23px}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--orange));color:#171006;box-shadow:0 10px 24px rgba(255,156,0,.16)}
.btn-outline{border-color:#554719;background:#11130f;color:var(--brand)}
.btn-outline:hover{border-color:var(--brand);background:var(--selected)}
.btn-white{background:#fff;color:#161616;border-color:#fff}
.plain-card,.info-card,.article-card,.service-feature,.mini-service,.country-large,.faq-preview,.wizard-card,.contact-card,.about-cards>article{
 border-color:var(--line);border-radius:var(--card-radius);background:var(--surface-elevated);box-shadow:0 18px 46px rgba(0,0,0,.16);
}

/* Hero y nueva comunicación de marca. */
.home-hero{padding:clamp(64px,8vw,104px) 0 72px;background:radial-gradient(circle at 78% 28%,rgba(255,177,0,.09),transparent 31%)}
.home-hero-grid{min-height:540px;align-items:center}
.home-hero-copy{max-width:760px}.home-hero-copy h1{max-width:760px;margin:18px 0 20px}
.home-hero-copy>p{max-width:650px!important;font-size:1rem!important;line-height:1.75!important}
.hero-service-line{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0 0}
.hero-service-line span{padding:7px 11px;border:1px solid #39352b;border-radius:999px;background:#11130f;color:#d4d7dc;font-size:.72rem}
.hero-actions{margin-top:25px}.hero-destinations{margin-top:40px}

/* Beneficios: contenido escaneable en lugar de un bloque de texto. */
.brand-benefits{padding-top:20px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.benefit-card{min-height:218px;padding:25px;border:1px solid var(--line);border-radius:var(--card-radius);background:var(--surface-elevated);transition:transform .2s ease,border-color .2s ease}
.benefit-card:hover{transform:translateY(-3px);border-color:#51451f}
.benefit-card>i{width:50px;height:50px;display:grid;place-items:center;border:1px solid #514414;border-radius:12px;background:#29220d;color:var(--brand);font-size:1.25rem}
.benefit-card h3{margin:20px 0 9px;font-size:1rem}.benefit-card p{margin:0;color:var(--muted);font-size:.8rem}

/* Destinos de Inicio: imagen legible, contenido estable y acciones coherentes. */
.destination-home{background:linear-gradient(180deg,transparent,rgba(255,180,0,.025),transparent)}
.destination-heading h2{font-size:var(--type-section-title);margin:10px 0 0;letter-spacing:-.025em}
.destination-cards{gap:20px}
.destination-card{
 height:370px;padding:26px;border:1px solid #323740;border-radius:var(--card-radius);
 background-image:linear-gradient(90deg,rgba(9,11,15,.98) 0%,rgba(9,11,15,.86) 52%,rgba(9,11,15,.28) 100%),var(--bg);
 background-position:center;background-size:cover;box-shadow:0 20px 48px rgba(0,0,0,.25);
}
.country-top{gap:11px}.country-top b{width:34px;height:34px;border-radius:8px;background:#30270f;color:var(--brand)}
.country-top .country-flag{width:27px;height:27px}.destination-card h3{margin:0;font-size:1.18rem;font-weight:500}
.destination-card>i{width:32px;margin:17px 0 15px;background:var(--brand)}
.destination-card li{font-size:.78rem;margin:9px 0;color:#e4e6e9}.destination-card li:before{color:var(--brand)}
.destination-card>a{left:26px;bottom:25px;min-height:42px;padding:0 14px;display:inline-flex;align-items:center;border-color:#5b4b1b;color:var(--brand);background:rgba(12,14,15,.72)}
body[data-page="home"] .destination-card>a{
 left:26px;bottom:24px;min-height:42px;padding:0 14px;border:1px solid #5b4b1b;border-radius:var(--control-radius);
 display:inline-flex;align-items:center;background:rgba(12,14,15,.82);color:var(--brand);
}
body[data-page="home"] .destination-card>a:hover{border-color:var(--brand);background:var(--selected)}

/* Página de destinos: cards con estructura equivalente a Inicio. */
body[data-page="destinations"] .country-large-grid{gap:20px;align-items:stretch}
body[data-page="destinations"] .country-large{display:flex;min-width:0;flex-direction:column;overflow:hidden}
body[data-page="destinations"] .country-image{height:220px;position:relative;background-position:center;transition:transform .35s ease}
body[data-page="destinations"] .country-large:hover .country-image{transform:scale(1.015)}
body[data-page="destinations"] .country-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(10,11,14,.8))}
body[data-page="destinations"] .country-image .country-flag{position:absolute;left:22px;bottom:18px;z-index:2;width:38px;height:38px;border:2px solid rgba(255,255,255,.72);box-shadow:0 7px 20px rgba(0,0,0,.28)}
body[data-page="destinations"] .country-large-body{display:flex;flex:1;flex-direction:column;padding:24px}
.country-card-heading{display:flex;align-items:center;gap:11px}.country-card-heading>span{color:var(--brand);font-size:.72rem;font-weight:600}
body[data-page="destinations"] .country-large-body h2{margin:0;font-size:1.25rem}
body[data-page="destinations"] .country-large-body p{font-size:.8rem;min-height:44px}
body[data-page="destinations"] .country-large-body ul{margin:12px 0 22px;padding:0;list-style:none;font-size:.75rem}
body[data-page="destinations"] .country-large-body li{position:relative;padding-left:18px;margin:9px 0}
body[data-page="destinations"] .country-large-body li:before{content:"";position:absolute;left:1px;top:.48em;width:6px;height:6px;border-radius:50%;background:var(--brand)}
body[data-page="destinations"] .country-large-body .btn{width:100%;margin-top:auto}
.other-destinations{border-radius:var(--card-radius);background:var(--surface-elevated)}

/* CTA final de viajes. */
.wide-cta{border:1px solid #4d411d;background:radial-gradient(circle at 88% 10%,rgba(255,196,0,.13),transparent 30%),linear-gradient(120deg,#17191d,#14140e);color:var(--ink)}
.travel-cta{min-height:170px}.travel-cta .cta-orb{border:1px solid #5b4b18;background:#29220d;color:var(--brand)}
.travel-cta .section-label{display:block;margin-bottom:7px}.travel-cta p{max-width:650px;color:var(--muted);font-size:.8rem}
.travel-cta-actions{margin-left:auto;display:flex;flex-direction:column;align-items:stretch;gap:11px;min-width:310px}
.travel-phone{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--brand);font-size:.78rem;font-weight:500}

/* Ajustes responsive globales: reorganizar, no comprimir. */
@media(max-width:1000px){
 .benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .destination-cards,.country-large-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .destination-card:last-child,.country-large:last-child{grid-column:1/-1}
 .travel-cta{align-items:flex-start;flex-wrap:wrap}.travel-cta-actions{width:100%;margin-left:78px}
}
@media(max-width:760px){
 .container{width:min(var(--max),calc(100% - 32px))}
 .section-head,.destination-heading,.directory-title{align-items:flex-start;flex-direction:column;gap:18px}
 .section-head>a,.destination-heading>a,.directory-title>a{width:100%}
 .home-hero{padding:46px 0 50px}.home-hero-grid{min-height:0}.home-hero-copy h1{font-size:clamp(2.2rem,11vw,3rem)}
 .hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}
 .hero-destinations>div{gap:12px}.hero-destinations a{padding-right:12px}
 .benefit-grid,.destination-cards,.country-large-grid{grid-template-columns:1fr}
 .destination-card:last-child,.country-large:last-child{grid-column:auto}
 .benefit-card{min-height:0}.destination-card{height:350px}
 body[data-page="destinations"] .country-image{height:190px}
 .wide-cta{padding:24px;align-items:flex-start;flex-direction:column}.wide-cta .btn{width:100%;margin-left:0}
 .travel-cta-actions{min-width:0;width:100%;margin:0}.travel-cta-actions .btn{white-space:normal;text-align:center}
 .other-destinations{align-items:flex-start;flex-direction:column;gap:20px}
}
@media(max-width:430px){
 .container{width:min(var(--max),calc(100% - 24px))}
 .hero-service-line span{font-size:.66rem}.hero-destinations>div{align-items:flex-start;flex-direction:column}
 .hero-destinations a{border-right:0!important;padding:3px 0!important}
 .destination-card{height:340px;padding:22px}body[data-page="home"] .destination-card>a{left:22px;bottom:22px}
 .benefit-card{padding:21px}
}

/* Corrección de escala y comportamiento: acciones compactas basadas en Inicio. */
:root{--control-height:42px}
.btn{min-height:42px;padding:0 17px;border-radius:9px}
.btn-lg{min-height:46px;padding:0 21px}
.header-btn{min-height:41px;height:41px;padding-inline:14px}
.section-head>a,.destination-heading>a,.directory-title>a{
 min-height:38px;padding:0 13px;border-radius:8px;font-size:.72rem;
}
body[data-page="home"] .destination-card>a{
 min-height:38px;padding:0 12px;border-radius:8px;font-size:.72rem;
}
.benefit-card,.article-card,.service-feature,.mini-service,.country-large,.plain-card,.info-card{
 transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.benefit-card:hover,.article-card:hover,.service-feature:hover,.mini-service:hover,.country-large:hover,.plain-card:hover,.info-card:hover{
 transform:translateY(-3px);border-color:#51451f;box-shadow:0 20px 42px rgba(0,0,0,.22);
}

/* Servicios: misma geometría para cards activas e inactivas. */
body[data-page="services"] .service-model-card{
 height:430px;min-height:430px;overflow:hidden;
 transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
body[data-page="services"] .service-model-card:hover{
 transform:translateY(-4px);border-color:#625329;box-shadow:0 18px 38px rgba(0,0,0,.22);
}
body[data-page="services"] .directory-title>a{min-height:38px;height:38px;padding:0 13px}
body[data-page="services"] .service-model-card>p{min-height:66px;margin-bottom:18px}
body[data-page="services"] .service-model-card .mini-service-actions{
 min-height:40px;margin-top:auto;padding-top:0;border-top:0;align-items:stretch;
}
body[data-page="services"] .service-model-card .mini-service-actions a,
body[data-page="services"] .service-model-card .mini-service-actions button{
 min-height:36px;height:36px;padding:0 9px;
}
body[data-page="services"] .service-model-card>a.procedure-link,
body[data-page="services"] .service-model-card>button.procedure-link{
 min-height:43px;height:43px;margin-top:12px;padding:11px 4px 0;border:0;border-top:1px solid var(--line);border-radius:0;
 display:flex;align-items:center;justify-content:center;width:100%;text-align:center;color:var(--brand);
}
body[data-page="services"] .service-model-card>button.procedure-link.service-action-disabled{
 min-height:43px;height:43px;padding:11px 4px 0;border-top:1px solid var(--line);border-radius:0;
 justify-content:center;color:var(--muted);opacity:.48;
}
body[data-page="services"] main>.section:nth-last-of-type(2) .wide-cta{min-height:128px;padding:24px 28px}
body[data-page="services"] main>.section:nth-last-of-type(2) .wide-cta .btn{
 min-width:0;min-height:42px;background:linear-gradient(135deg,var(--brand),var(--orange));border-color:transparent;color:#171006;
}

/* Seguimiento: distribución equilibrada sin aumentar artificialmente márgenes. */
body[data-page="home"] .tracking-home{min-height:138px;padding:22px 32px;grid-template-columns:minmax(0,39%) 1px minmax(0,61%)}
body[data-page="home"] .tracking-home .vertical-divider{height:92px}
body[data-page="home"] .tracking-inline{padding-left:42px}
body[data-page="home"] .tracking-inline>div{align-items:stretch;gap:10px;margin:7px 0 8px}
body[data-page="home"] .tracking-inline input{height:42px;flex:1;min-width:0;width:auto}
body[data-page="home"] .tracking-inline .btn{min-height:42px;white-space:nowrap}

/* Contacto: composición compacta, útil y alineada con la página de Inicio. */
body[data-page="contact"] .contact-hero{padding:58px 0 42px;background:radial-gradient(circle at 78% 25%,rgba(255,177,0,.07),transparent 27%)}
body[data-page="contact"] .btn-primary{color:#171006}
body[data-page="contact"] .contact-hero .split-hero{min-height:360px;align-items:center}
body[data-page="contact"] .contact-hero h1{max-width:680px;margin:14px 0 18px}
body[data-page="contact"] .contact-hero p{font-size:.9rem;max-width:600px}
body[data-page="contact"] .contact-hero+.section{padding:0 0 24px}
body[data-page="contact"] .contact-cards{display:grid;grid-template-columns:1fr;margin:0}
body[data-page="contact"] .whatsapp-card{
 min-height:0;padding:22px 24px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:3px 16px;align-items:center;
}
body[data-page="contact"] .whatsapp-card .service-icon{grid-row:1/3;width:48px;height:48px;margin:0;border-radius:11px}
body[data-page="contact"] .whatsapp-card h3{grid-column:2;margin:0}
body[data-page="contact"] .whatsapp-card strong,body[data-page="contact"] .whatsapp-card p{grid-column:2;margin:0}
body[data-page="contact"] .whatsapp-card p{font-size:.75rem;color:var(--muted)}
body[data-page="contact"] .whatsapp-card .btn{grid-column:3;grid-row:1/3;margin:0;min-width:150px}
body[data-page="contact"] .contact-hero+.section+.section{padding:24px 0 42px}
body[data-page="contact"] .contact-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px;align-items:stretch}
body[data-page="contact"] .contact-form{padding:26px}
body[data-page="contact"] .contact-form h2{font-size:1.25rem;margin:0 0 6px}
body[data-page="contact"] .contact-form>p{margin:0 0 20px}
body[data-page="contact"] .form-control{min-height:44px;padding:10px 13px;border-radius:8px;background:#0e1014}
body[data-page="contact"] textarea.form-control{min-height:132px;resize:vertical}
body[data-page="contact"] .contact-layout aside{gap:12px}
body[data-page="contact"] .contact-layout aside .plain-card{padding:20px 22px}
body[data-page="contact"] .contact-layout aside h2{font-size:1rem;margin:0 0 6px}
body[data-page="contact"] .contact-layout aside p{margin:0 0 13px}
body[data-page="contact"] .faq-contact{min-height:104px;padding:22px 26px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(135deg,var(--surface),var(--soft))}
body[data-page="contact"] .faq-contact>div>.icon-svg{width:42px;height:42px}
body[data-page="contact"] .faq-contact h2{font-size:1.15rem;margin:0 0 4px}
body[data-page="contact"] .faq-contact p{margin:0}

@media(max-width:1000px){
 body[data-page="contact"] .contact-layout{grid-template-columns:1fr}
 body[data-page="home"] .tracking-home{grid-template-columns:1fr;padding:22px 26px}
 body[data-page="home"] .tracking-inline{padding:18px 0 0}
}
@media(max-width:650px){
 .section-head>a,.destination-heading>a,.directory-title>a{width:auto;max-width:100%}
 body[data-page="services"] .service-model-card{height:auto;min-height:390px}
 body[data-page="services"] .service-model-card>p{min-height:0}
 body[data-page="contact"] .contact-hero{padding:38px 0 30px}
 body[data-page="contact"] .contact-hero .split-hero{min-height:0}
 body[data-page="contact"] .whatsapp-card{grid-template-columns:44px 1fr;padding:20px}
 body[data-page="contact"] .whatsapp-card .service-icon{width:44px;height:44px}
 body[data-page="contact"] .whatsapp-card .btn{grid-column:1/-1;grid-row:auto;width:100%;margin-top:14px}
 body[data-page="contact"] .contact-form{padding:22px 18px}
 body[data-page="contact"] .form-grid{grid-template-columns:1fr}
 body[data-page="contact"] .faq-contact{padding:20px;align-items:flex-start}
 body[data-page="contact"] .faq-contact .btn{width:100%}
}
