:root { --ink: #172433; --muted: #536579; --paper: #fffdf9; --sand: #f6efe4; --sun: #e86f32; --sun-dark: #bf4d1e; --ocean: #167d9a; --line: #d9e0e4; --night: #102530; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Nunito Sans", system-ui, sans-serif; line-height: 1.65; }
a { color: var(--ocean); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--sun-dark); }
.site-header { background: var(--night); color: #fff; }
.site-header__inner, .guide-shell { width: min(1120px, calc(100% - 40px)); margin: auto; }
.site-header__inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { color: #fff; text-decoration: none; font-weight: 800; font-size: 1.15rem; letter-spacing: -.02em; }
.site-nav { display: flex; gap: 18px; flex-wrap: wrap; font-size: .92rem; }
.site-nav a { color: #e8f1f4; text-decoration: none; }
.site-nav a:hover { color: #ffd17b; }
.hero { background: linear-gradient(118deg, #0e3c4c, #167d9a 58%, #e47535); color: #fff; padding: 80px 0 72px; }
.eyebrow { display: inline-block; margin: 0 0 14px; color: #ffe0a4; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 0; font-family: "Montserrat", "Nunito Sans", sans-serif; font-size: clamp(2.15rem, 5vw, 4.35rem); letter-spacing: -.055em; line-height: 1.06; }
.hero__lede { max-width: 760px; margin: 23px 0 0; font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.58; color: #f5fbfc; }
.guide-meta { display: flex; gap: 10px 18px; flex-wrap: wrap; margin-top: 28px; font-size: .9rem; color: #e6f2f4; }
.breadcrumbs { padding: 19px 0 5px; font-size: .88rem; color: var(--muted); }
.breadcrumbs a { color: inherit; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: start; gap: 52px; padding: 28px 0 80px; }
article { min-width: 0; }
article > * + * { margin-top: 1.3rem; }
article h2 { margin-top: 3.8rem; padding-top: .35rem; font-family: "Montserrat", "Nunito Sans", sans-serif; font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.2; letter-spacing: -.035em; }
article h3 { margin-top: 2.15rem; font-family: "Montserrat", "Nunito Sans", sans-serif; font-size: 1.2rem; line-height: 1.3; }
article p, article li { max-width: 780px; }
article ul { padding-left: 1.25rem; }
article li + li { margin-top: .5rem; }
.answer, .source-note, .tip { border-radius: 15px; padding: 25px 27px; }
.answer { background: #fff3e8; border-left: 5px solid var(--sun); }
.answer h2, .source-note h2, .tip h2 { margin-top: 0; padding-top: 0; font-size: 1.32rem; }
.source-note { background: #edf7f8; border-left: 5px solid var(--ocean); }
.tip { background: #fff8de; border-left: 5px solid #e3ad1c; }
.choice-grid, .season-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 1.8rem 0; }
.choice-card, .season-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 9px 22px rgba(24, 47, 61, .06); }
.choice-card--gran { border-top: 5px solid #e86f32; }
.choice-card--tenerife { border-top: 5px solid #167d9a; }
.choice-card h3, .season-card h3 { margin-top: 0; }
.comparison { width: 100%; border-collapse: collapse; margin: 1.7rem 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; font-size: .95rem; }
.comparison th, .comparison td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.comparison th { background: var(--night); color: #fff; font-family: "Montserrat", sans-serif; }
.comparison tr:nth-child(even) td { background: #f7faf9; }
.comparison tr:hover td { background: #fff1e6; }
.comparison tr:last-child td { border-bottom: 0; }
.toc { position: sticky; top: 20px; padding: 20px; border-radius: 14px; background: #f3f6f6; font-size: .9rem; }
.toc strong { display: block; margin-bottom: 9px; }
.toc ol { margin: 0; padding-left: 1.1rem; }
.toc li + li { margin-top: .45rem; }
.toc a { color: var(--ink); text-decoration: none; }
.toc a:hover { color: var(--sun-dark); }
.faq { border-top: 1px solid var(--line); padding-top: 4px; }
.faq h3 { margin-bottom: .45rem; }
.faq p { margin-top: 0; }
.related { margin-top: 3rem; padding: 25px; border-radius: 15px; background: var(--night); color: #f6fbfb; }
.related h2 { margin: 0 0 .7rem; padding: 0; font-size: 1.35rem; }
.related a { color: #ffcc79; }
.site-footer { padding: 34px 20px; background: var(--night); color: #d8e4e7; text-align: center; font-size: .9rem; }
.site-footer a { color: #fff; }
@media (max-width: 820px) { .guide-layout { grid-template-columns: 1fr; gap: 15px; } .toc { position: static; order: -1; } }
@media (max-width: 620px) { .site-header__inner { padding: 14px 0; align-items: flex-start; flex-direction: column; } .hero { padding: 60px 0; } .choice-grid, .season-grid { grid-template-columns: 1fr; } .comparison, .comparison tbody, .comparison tr, .comparison th, .comparison td { display: block; } .comparison thead { display: none; } .comparison tr { border-bottom: 1px solid var(--line); padding: 9px 0; } .comparison td { border: 0; padding: 5px 14px; } .comparison td::before { content: attr(data-label); display: block; color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; } .comparison td:first-child { font-weight: 800; } }
