@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#102b3c;--lime:#d2f45a;--muted:#596975;--white:#fff;--paper:#f5f7f8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;color:var(--navy);background:var(--white);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #588600;outline-offset:6px}.header{max-width:1440px;margin:auto;padding:28px 5%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{font-family:Manrope,sans-serif;font-size:34px;font-weight:800;letter-spacing:-1.5px;line-height:1}.brand span{display:block;font-size:10px;letter-spacing:2.1px;margin-top:9px}nav{display:flex;gap:30px;font-size:14px;font-weight:600}nav a:hover{box-shadow:0 2px var(--navy)}.nav-cta{border:1px solid #d7dee2;border-radius:30px;padding:11px 21px;font-size:14px;font-weight:700}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:44px;padding:25px 5% 60px}.hero-copy{padding-top:26px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px;margin:0 0 24px}.eyebrow>span{display:inline-block;width:7px;height:7px;background:#8ba82a;border-radius:50%;margin-right:7px}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.1;letter-spacing:-2px;margin:0;font-weight:600}h1{font-size:clamp(48px,5.3vw,77px)}em{font-style:normal;color:#658519}.intro{color:var(--muted);max-width:420px;margin:27px 0 30px;font-size:17px;line-height:1.7}.button{display:inline-flex;align-items:center;gap:35px;background:var(--navy);color:white;border-radius:7px;padding:17px 23px;font-size:14px;font-weight:600;transition:transform .2s}.button:hover{transform:translateY(-3px)}.button span{font-size:21px}.hero-note{display:flex;align-items:center;gap:15px;margin-top:35px}.hero-note p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.hero-note strong{font-weight:500;color:var(--navy)}.note-icon{font-size:26px;border:1px solid #d8e0e5;border-radius:50%;height:45px;width:45px;display:grid;place-items:center}.hero-visual{position:relative;min-height:600px;overflow:hidden;border-radius:12px;background:#296891}.hero-visual img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:48% center}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#07243b44,transparent 40%,#082737aa)}.photo-top,.photo-caption{position:absolute;z-index:1;left:28px;right:28px;display:flex;justify-content:space-between;gap:20px;color:#fff}.photo-top{top:28px;font-size:10px;letter-spacing:1.5px}.photo-caption{bottom:30px;align-items:center;font-size:22px;line-height:1.4}.round-arrow{background:var(--lime);color:var(--navy);border-radius:50%;min-width:50px;height:50px;display:grid;place-items:center;font-size:28px}.strip{background:var(--navy);color:white;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px max(5%,calc((100vw - 1296px)/2));font-size:15px}.strip>span:first-child{font-size:10px;letter-spacing:1.6px}.strip b{color:var(--lime);margin:0 20px}.section{max-width:1440px;margin:auto;padding:90px 5%}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:40px}h2{font-size:clamp(32px,3.2vw,46px);line-height:1.15;letter-spacing:-1.6px}.section-head p:not(.eyebrow),.faq>div>p:not(.eyebrow){color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--paper);padding:27px 29px;border-radius:10px;transition:transform .2s}.card:hover{transform:translateY(-5px)}.card.lime{background:var(--lime)}.card-top{display:flex;justify-content:space-between;font-size:14px}.card-top span:last-child{font-size:24px}.card-symbol{font-size:58px;line-height:1;margin:30px 0}.card h3{font-size:24px;letter-spacing:-.8px}.card p{font-size:15px;line-height:1.7;margin:18px 0 27px;max-width:300px}.card-link{font-weight:700;font-size:13px}.journey{background:var(--paper);max-width:none;padding-left:max(5%,calc((100vw - 1296px)/2));padding-right:max(5%,calc((100vw - 1296px)/2));display:grid;grid-template-columns:1fr 1.25fr;gap:80px}.journey h2{font-size:52px}.journey-title>p:not(.eyebrow){color:var(--muted);margin-top:25px}.route-tag{display:flex;gap:22px;font-size:10px;letter-spacing:2px;margin-top:45px}.route-tag span{color:#779722}.steps article{display:flex;gap:25px;padding:25px 0;border-bottom:1px solid #dce2e5;scroll-margin-top:35px}.steps article:first-child{padding-top:0}.step-number{background:white;flex:0 0 40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:12px}.steps h3{font-size:21px;letter-spacing:-.5px;margin:7px 0 12px}.steps p{color:var(--muted);font-size:15px;margin:0}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:65px}.questions details{border-bottom:1px solid #dce2e5;padding:21px 0}.questions details:first-child{padding-top:0}summary{font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:22px}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:22px;font-weight:400}details[open] summary:after{content:'−'}details p{color:var(--muted);font-size:15px;max-width:520px}.closing{background:var(--lime);text-align:center;padding:65px 5%}.closing h2{font-size:45px}.closing em{color:var(--navy)}.closing .button{margin-top:30px}footer{max-width:1440px;margin:auto;padding:40px 5%;display:flex;align-items:center;justify-content:space-between;gap:35px}footer p,footer>span{font-size:12px;color:var(--muted)}footer>span{text-align:right}footer>span a{text-decoration:underline;font-size:11px}@media(min-width:1500px){.hero-visual{min-height:640px}}@media(max-width:1000px){nav{gap:17px}.header{gap:16px}.hero{gap:25px}h1{font-size:56px}.hero-visual{min-height:590px}.strip{flex-direction:column;gap:6px}.journey{gap:40px}.card{padding:22px}.card h3{font-size:21px}.faq{gap:30px}}@media(max-width:720px){.header{padding:23px 6%}.brand{font-size:29px}.brand span{font-size:8px}.header nav{display:none}.nav-cta{font-size:12px;padding:9px 14px}.hero{grid-template-columns:1fr;padding:15px 6% 35px;gap:30px}.hero-copy{padding-top:10px}h1{font-size:57px;letter-spacing:-2.5px}.eyebrow{font-size:10px;letter-spacing:1.3px}.intro{font-size:16px;margin-top:23px}.hero-note{margin-top:25px}.hero-visual{min-height:390px}.photo-caption{font-size:20px}.photo-top{font-size:8px}.strip{padding:22px 5%;text-align:center;font-size:12px}.strip b{margin:0 7px}.section{padding:55px 6%}.section-head{display:block}.section-head>p{margin-top:20px}.cards{grid-template-columns:1fr;gap:15px}.card{padding:25px}.card-symbol{margin:20px 0;font-size:44px}.card p{max-width:none;margin-bottom:20px}.journey,.faq{grid-template-columns:1fr;gap:32px}.journey h2{font-size:43px}.route-tag{margin-top:25px}.steps article{gap:17px}.closing{padding:50px 6%}.closing h2{font-size:33px}footer{padding:33px 6%;flex-wrap:wrap;gap:20px}footer p{width:100%;order:3;margin:0}footer>span{text-align:right;max-width:165px;font-size:11px}h2{font-size:33px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* REFINAMIENTO VISUAL — tamaños, superficies y adaptación móvil */
:root { --navy: #102b3c; --paper: #f3f6f7; }
body { background: #fbfcfd; }
button { font: inherit; cursor: pointer; }
button:focus-visible { outline: 3px solid #779d23; outline-offset: 5px; }
.header { padding-top: 24px; padding-bottom: 24px; border-bottom: 1px solid #e4eaed; flex-wrap: wrap; }
.brand { font-size: 1.85rem; }
.brand span { font-size: .75rem; letter-spacing: .12em; }
.header nav { font-size: .875rem; }
.nav-cta { background: var(--navy); color: white; border-color: var(--navy); }
.hero { padding-top: 42px; padding-bottom: 52px; align-items: center; gap: 6%; }
.hero-copy { padding: 12px 0; min-width: 0; }
h1 { font-size: clamp(2.5rem, 4.3vw, 3.85rem); line-height: 1.15; letter-spacing: -.045em; }
h1 em { color: #557211; }
h2, .journey h2, .closing h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); letter-spacing: -.035em; line-height: 1.2; }
.intro { font-size: 1rem; line-height: 1.8; max-width: 440px; }
.eyebrow { font-size: .75rem; letter-spacing: .1em; line-height: 1.7; }
.button { min-height: 48px; font-size: .875rem; border-radius: 999px; padding: 13px 23px; box-shadow: 0 7px 20px #102b3c12; gap: 24px; }
.hero-note p { font-size: .8125rem; }
.hero-visual { min-height: 510px; border-radius: 22px 22px 70px 22px; box-shadow: 0 25px 50px -24px #102b3c80; }
.photo-top { font-size: .75rem; letter-spacing: .08em; flex-wrap: wrap; }
.adventure-button { text-align: left; background: #0a253b9c; backdrop-filter: blur(14px); border: 1px solid #ffffff50; border-radius: 15px; padding: 19px; bottom: 28px; left: 22px; right: 22px; font-size: 1.05rem; transition: background .2s, transform .2s; }
.adventure-button:hover { background: #102b3ced; transform: translateY(-3px); }
.round-arrow { min-width: 44px; height: 44px; font-size: 23px; }
.strip { padding-top: 22px; padding-bottom: 22px; }
.strip > span:first-child { font-size: .75rem; }
.section { padding-top: 76px; padding-bottom: 76px; }
.card { background: white; border: 1px solid #dce5e9; border-radius: 18px; box-shadow: 0 10px 28px #102b3c05; padding: 27px; position: relative; overflow: hidden; }
.card:before { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--navy); }
.card.lime { background: #e6f7b2; border-color: #c5db8d; }
.card.lime:before { background: #779722; }
.card:hover { box-shadow: 0 18px 34px #102b3c12; border-color: #91a6b2; }
.card-symbol { width: 58px; height: 58px; display: grid; place-items: center; background: #edf2f5; border-radius: 14px; font-size: 2rem; margin: 24px 0; }
.lime .card-symbol { background: #ffffff70; }
.card h3 { font-size: 1.25rem; line-height: 1.3; }
.card p, .steps p, details p { font-size: 1rem; }
.card-link { display: block; border-top: 1px solid #102b3c18; padding-top: 18px; font-size: .875rem; }
.journey { background: var(--navy); color: white; }
.journey em { color: var(--lime); }
.journey-title > p:not(.eyebrow), .journey .steps p { color: #c3d1da; }
.journey .eyebrow { color: #d2f45a; }
.route-tag { font-size: .75rem; flex-wrap: wrap; }
.route-tag span { color: var(--lime); }
.steps article { border-color: #ffffff24; }
.step-number { color: var(--navy); background: var(--lime); font-size: .875rem; }
.steps h3 { font-size: 1.2rem; }
.steps article:target { background: #ffffff0c; border-radius: 12px; outline: 1px solid #d2f45a; padding: 22px; }
.questions details { background: white; border: 1px solid #dfe7ea; border-radius: 12px; margin-bottom: 12px; padding: 20px; }
.questions details:first-child { padding-top: 20px; }
.questions details[open] { border-color: #91a956; box-shadow: 0 7px 20px #102b3c06; }
summary { font-size: .9375rem; align-items: center; line-height: 1.6; }
summary:after { flex-shrink: 0; }
.closing { margin: 0 5%; border-radius: 22px; background: #e3f4b4; border: 1px solid #cfdfa5; }
footer p, footer > span, footer > span a { font-size: .75rem; }
.menu-toggle { display: none; border: 1px solid #d4dee4; border-radius: 8px; background: white; padding: 9px 12px; min-height: 44px; color: var(--navy); }

/* FICHA INTERACTIVA DE DESTINOS */
body.dialog-open { overflow: hidden; }
dialog { color: var(--navy); width: min(940px, calc(100% - 36px)); max-height: calc(100dvh - 36px); padding: 30px; border: 1px solid #dde5e9; border-radius: 22px; box-shadow: 0 30px 100px #0005; overscroll-behavior: contain; }
dialog::backdrop { background: #061d30b8; backdrop-filter: blur(6px); }
.dialog-header { display: flex; justify-content: space-between; align-items: start; gap: 18px; }
.dialog-header .eyebrow { margin-bottom: 8px; }
.dialog-header h2 { font-size: 1.85rem; }
.close-dialog { border: 1px solid #dce4e8; background: #f3f6f8; color: var(--navy); border-radius: 50%; flex: 0 0 44px; height: 44px; font-size: 1.6rem; line-height: 1; }
.dialog-intro { color: var(--muted); font-size: 1rem; margin: 14px 0 20px; }
.destination-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 22px; }
.destination-options button { background: #f3f6f8; border: 1px solid #dae3e7; color: var(--navy); border-radius: 12px; padding: 12px 16px; text-align: left; font-weight: 700; font-size: 1rem; }
.destination-options button span { display: block; font-size: .75rem; font-weight: 400; margin-top: 2px; }
.destination-options button[aria-pressed="true"] { background: var(--navy); color: white; border-color: var(--navy); box-shadow: inset 0 -3px var(--lime); }
.destination-detail { display: grid; grid-template-columns: .95fr 1.05fr; gap: 26px; align-items: start; }
.destination-figure { margin: 0; min-width: 0; }
.destination-figure img { width: 100%; height: 340px; object-fit: cover; border-radius: 14px; display: block; background: #e0e8ed; }
.destination-figure figcaption { font-size: .75rem; color: var(--muted); margin-top: 9px; }
.destination-figure a { text-decoration: underline; }
.destination-copy h3 { font-size: 1.7rem; letter-spacing: -.04em; }
.destination-copy .eyebrow { margin-bottom: 8px; color: #607f1e; }
.destination-copy p, .destination-copy li { font-size: 1rem; }
.destination-copy > p { color: var(--muted); margin: 12px 0; }
.destination-copy h4 { font-size: .875rem; margin: 17px 0 7px; }
.destination-copy ul { padding-left: 20px; margin: 0; color: var(--muted); }
.destination-tip { background: #f0f5e6; padding: 13px 15px; border-radius: 10px; border-left: 3px solid #a1c54d; }
.destination-tip p { margin: 4px 0 0; }
.source-link { display: inline-block; margin-top: 15px; font-size: .875rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.image-error { padding: 18px; background: #edf2f5; font-size: .875rem; }
@media (max-width: 1000px) {
  .hero { gap: 30px; }
  .hero-visual { min-height: 480px; }
  .header { gap: 20px; }
}
@media (max-width: 720px) {
  .header { padding: 18px 6%; gap: 12px; }
  .brand { font-size: 1.55rem; }
  .brand span { font-size: .75rem; letter-spacing: .04em; }
  .menu-toggle { display: flex; gap: 10px; align-items: center; margin-left: auto; font-size: .875rem; }
  .header .nav-cta { display: none; }
  .header nav { display: none; width: 100%; flex-direction: column; gap: 0; }
  .header nav.is-open { display: flex; }
  .header nav a { padding: 12px 0; border-bottom: 1px solid #e4eaed; }
  .hero { padding: 30px 6% 35px; gap: 26px; }
  h1 { font-size: clamp(2rem, 8.2vw, 2.65rem); line-height: 1.18; letter-spacing: -.04em; }
  .eyebrow { font-size: .75rem; letter-spacing: .06em; margin-bottom: 17px; }
  .intro { margin: 20px 0 22px; }
  .hero-note { margin-top: 22px; }
  .hero-visual { min-height: 335px; border-radius: 18px 18px 44px 18px; }
  .photo-top { font-size: .75rem; left: 18px; right: 18px; top: 20px; gap: 6px; }
  .photo-top span:last-child { display: none; }
  .adventure-button { left: 14px; right: 14px; bottom: 20px; padding: 15px; font-size: .9375rem; gap: 12px; }
  .strip { font-size: .8125rem; }
  .strip > span:first-child { font-size: .75rem; }
  .strip b { margin: 0 5px; }
  .section { padding: 48px 6%; }
  h2, .journey h2, .closing h2 { font-size: clamp(1.65rem, 6.5vw, 2rem); }
  .card { padding: 23px; }
  .card-symbol { margin: 18px 0; }
  .card h3 { font-size: 1.2rem; }
  .journey, .faq { gap: 28px; }
  .closing { padding: 40px 6%; margin: 0 6%; }
  footer { align-items: start; }
  footer > span { max-width: 100%; text-align: left; }
  dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); padding: 20px 16px; border-radius: 17px; }
  .dialog-header h2 { font-size: 1.45rem; }
  .dialog-header .eyebrow { font-size: .75rem; }
  .destination-options { gap: 7px; }
  .destination-options button { padding: 10px 7px; font-size: .875rem; overflow-wrap: anywhere; }
  .destination-detail { grid-template-columns: 1fr; gap: 18px; }
  .destination-figure img { height: 220px; }
  .destination-copy h3 { font-size: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* BÚSQUEDA DE DESTINOS */
.destination-search-label { display: block; font-size: .875rem; font-weight: 700; margin: 0 0 8px; }
.destination-search-box { display: flex; gap: 9px; }
.destination-search-box input { width: 100%; min-width: 0; font: inherit; font-size: 1rem; color: var(--navy); background: #f5f8fa; border: 1px solid #bccbd3; border-radius: 12px; padding: 13px 16px; }
.destination-search-box input:focus { outline: 2px solid #779d23; outline-offset: 2px; }
.destination-search-box button { background: white; border: 1px solid #cdd8de; color: var(--navy); border-radius: 12px; padding: 0 14px; font-size: .875rem; }
.search-status { font-size: .8125rem; color: var(--muted); margin: 10px 0; }
#destination-results { max-height: 170px; overflow-y: auto; padding: 4px; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #e0e7eb; padding-bottom: 14px; }
.destination-loading, .destination-error { grid-column: 1 / -1; padding: 24px; background: #f3f6f8; border-radius: 12px; }
.destination-error h3 { font-size: 1.2rem; letter-spacing: -.025em; }
.destination-copy .source-note { font-size: .75rem; line-height: 1.6; }
.source-note a { text-decoration: underline; }
.destination-copy > p { overflow-wrap: anywhere; }
@media (max-width: 480px) {
  #destination-results { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 156px; }
  .destination-search-box input { padding: 12px; }
}

/* Fotografías locales en los resultados */
#destination-results button { display: grid; grid-template-columns: 58px minmax(0, 1fr); grid-template-rows: auto auto; align-items: center; column-gap: 10px; padding: 8px; }
#destination-results button img { grid-row: 1 / 3; width: 58px; height: 52px; border-radius: 7px; object-fit: cover; }
#destination-results button strong { font-size: .875rem; line-height: 1.3; align-self: end; overflow-wrap: anywhere; }
#destination-results button span { font-size: .75rem; margin: 3px 0 0; align-self: start; }
@media (max-width: 480px) {
  #destination-results button { grid-template-columns: 42px minmax(0, 1fr); gap: 5px 7px; }
  #destination-results button img { width: 42px; height: 48px; }
}

/* Identidad ALTIVA */
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand .brand-mark { display: block; width: 56px; height: 56px; object-fit: contain; flex-shrink: 0; }
.brand .brand-wordmark { margin: 0; font: inherit; font-size: 1.85rem; letter-spacing: -.05em; }
.brand-wordmark small { display: block; margin-top: 7px; font: 600 .65rem/1.4 'DM Sans', sans-serif; letter-spacing: .12em; }
@media(max-width:720px) {
  .brand { gap: 8px; }
  .brand .brand-mark { width: 45px; height: 45px; }
  .brand .brand-wordmark { font-size: 1.45rem; }
  .brand-wordmark small { font-size: .6rem; letter-spacing: .07em; }
}
