.language-switcher[data-astro-cid-a2mxz4y6]{display:inline-flex;gap:.25rem;border:1px solid var(--line);border-radius:8px;background:#fff;padding:.2rem}a[data-astro-cid-a2mxz4y6]{border-radius:6px;color:var(--muted);font-size:.82rem;font-weight:800;padding:.35rem .5rem;text-decoration:none}a[data-astro-cid-a2mxz4y6].active{background:var(--brand);color:#fff}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:#fbfaf7f0;backdrop-filter:blur(12px)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;min-height:72px;align-items:center;gap:1rem}.brand[data-astro-cid-3ef6ksr2]{display:inline-flex;min-width:0;align-items:center;gap:.7rem;color:var(--brand-strong);text-decoration:none;white-space:nowrap}.brand[data-astro-cid-3ef6ksr2] strong[data-astro-cid-3ef6ksr2]{overflow:hidden;text-overflow:ellipsis}.brand[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:8px;background:var(--brand);color:#fff;font-weight:800}.nav[data-astro-cid-3ef6ksr2]{display:flex;flex:1;justify-content:center;gap:.85rem;font-size:.94rem;font-weight:650}.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--muted);text-decoration:none}.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--brand)}.city-switcher[data-astro-cid-3ef6ksr2]{display:inline-flex;gap:.35rem;border-left:1px solid var(--line);padding-left:.85rem}.city-switcher[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active-city{color:var(--brand-strong);font-weight:800}@media(max-width:980px){.header-inner[data-astro-cid-3ef6ksr2]{flex-wrap:wrap;padding:.75rem 0}.nav[data-astro-cid-3ef6ksr2]{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:.25rem}}@media(max-width:768px){.header-inner[data-astro-cid-3ef6ksr2]{min-height:64px;flex-wrap:nowrap;justify-content:space-between;gap:.75rem;padding:.65rem 0}.brand[data-astro-cid-3ef6ksr2]{flex:1 1 auto}.nav[data-astro-cid-3ef6ksr2]{display:none}}@media(max-width:420px){.brand[data-astro-cid-3ef6ksr2]{gap:.55rem}.brand[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{width:38px;height:38px}}.site-footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--line);background:var(--surface);padding:34px 0}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:minmax(220px,1fr) repeat(2,auto);gap:2rem}p[data-astro-cid-sz7xmlte]{max-width:520px;margin:.5rem 0 0;color:var(--muted)}.footer-section[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{color:var(--text);font-size:.82rem;letter-spacing:0;margin:0 0 .65rem;text-transform:uppercase}.footer-section[data-astro-cid-sz7xmlte] nav[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;align-content:start;gap:.75rem 1rem}a[data-astro-cid-sz7xmlte]{color:var(--brand);font-weight:700;text-decoration:none}@media(max-width:640px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:1.35rem}}:root{--bg: #fbf7ef;--bg-warm: #fffdf7;--surface: #ffffff;--surface-raised: #fffaf0;--surface-soft: #f2eadf;--surface-blue: #eaf4f7;--text: #1f2e2d;--muted: #66726e;--muted-strong: #4e5d59;--line: #e0d5c6;--line-strong: #c9b9a6;--brand: #166b60;--brand-strong: #0f453f;--brand-soft: #d8eee8;--accent: #d85f35;--accent-strong: #a23f24;--accent-soft: #ffe3d3;--hero-eyebrow: #d8eee8;--sky: #327d9b;--sky-soft: #d7edf4;--yellow: #f7c95f;--shadow: 0 18px 42px rgba(31, 46, 45, .1);--shadow-soft: 0 10px 26px rgba(31, 46, 45, .07);--radius: 8px;--radius-small: 6px;--space-section: clamp(3.25rem, 7vw, 5.75rem);color-scheme:light}*{box-sizing:border-box}body{margin:0;overflow-x:hidden;background:linear-gradient(180deg,#d7edf485 0,#fbf7ef00 420px),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;text-rendering:optimizeLegibility}a{color:inherit;text-underline-offset:.16em}img,svg{display:block;max-width:100%}.container{width:min(1160px,calc(100% - 32px));margin-inline:auto}.section{padding:var(--space-section) 0}.section-tight{padding:clamp(2rem,5vw,3.5rem) 0}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--radius);background:var(--brand);color:#fff;box-shadow:var(--shadow-soft);font-weight:700;line-height:1.1;padding:.78rem 1.05rem;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.button:hover{background:var(--brand-strong);transform:translateY(-1px)}.button.secondary,.button-secondary{border-color:var(--line-strong);background:var(--surface);box-shadow:none;color:var(--brand)}.button.secondary:hover,.button-secondary:hover{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-strong)}.eyebrow{margin:0 0 .9rem;color:var(--brand-strong);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero .eyebrow{color:var(--hero-eyebrow)}.hero{position:relative;overflow:hidden;background:linear-gradient(95deg,#0f453fe6,#166b60c2 52%,#327d9bb3),url(/images/valencia-family-guide.svg);background-position:center;background-size:cover;color:#fff;padding:clamp(4.2rem,8vw,6.9rem) 0 clamp(3.4rem,7vw,5rem)}.hero:after{position:absolute;right:max(2rem,calc((100vw - 1160px)/2));bottom:-42px;width:min(340px,36vw);height:92px;border:1px solid rgba(255,255,255,.26);border-radius:var(--radius);background:#ffffff29;content:""}.hero .container,.category-hero .container{position:relative;z-index:1}.hero h1,.category-hero h1{max-width:760px;margin:0;font-size:clamp(2.25rem,6.4vw,4.75rem);line-height:1;letter-spacing:0}.hero p,.category-hero p{max-width:680px;margin:1.05rem 0 0;font-size:clamp(1.02rem,2vw,1.2rem)}.hero .button{margin-top:1.45rem}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.intro{max-width:760px}.intro h2,.section-heading{margin:0 0 .75rem;font-size:clamp(1.65rem,3.8vw,2.55rem);line-height:1.15;letter-spacing:0}.intro p,.muted{color:var(--muted)}.category-card{display:flex;min-height:210px;flex-direction:column;padding:1.25rem;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.category-card:hover{border-color:var(--brand);box-shadow:0 20px 44px #166b6024;transform:translateY(-2px)}.category-card span{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--accent-soft);color:var(--brand-strong);font-size:1.35rem}.category-card h3{margin:1rem 0 .4rem}.category-card p{margin:0;color:var(--muted)}.cta-band{border-block:1px solid var(--line);background:linear-gradient(135deg,#d8eee8b8,#ffe3d3a3),var(--surface-soft)}.trust-note{border-left:4px solid var(--accent);background:#fff;padding:1rem}.section-intro{max-width:680px;margin:.35rem 0 1.35rem;color:var(--muted);font-size:1rem}.category-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#d8eee8db,#d7edf4b3 58%,#ffe3d394),var(--surface-soft);padding:clamp(3.2rem,7vw,5.2rem) 0}.category-hero .eyebrow{color:var(--brand-strong)}.category-hero p{color:var(--muted-strong)}main{min-height:60vh}:focus-visible{outline:3px solid rgba(216,95,53,.72);outline-offset:3px}@media(max-width:860px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.container{width:min(100% - 24px,1160px)}.hero{padding:3.5rem 0 3rem}.hero:after{display:none}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.button{width:100%}}
