@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');:root{--primary:#102a43;--primary-2:#173f61;--accent:#b8e03f;--accent-soft:#eaf6be;--bg:#f7f8f4;--surface:#fff;--text:#12202d;--muted:#5c6873;--border:#dce2df;--success:#247a51;--error:#b42318;--radius-sm:.6rem;--radius:1.25rem;--radius-lg:2rem;--shadow:0 18px 50px rgba(16,42,67,.12);--container:1200px;--space:clamp(4.5rem,8vw,8rem)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:6rem}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Plus Jakarta Sans',system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 2rem),var(--container));margin-inline:auto}
.narrow{max-width:860px}
.section{padding-block:var(--space)}
.skip-link{position:fixed;z-index:1000;left:1rem;top:1rem;padding:.7rem 1rem;background:var(--accent);transform:translateY(-160%)}
.skip-link:focus{transform:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus-visible{outline:3px solid #e09f3e;outline-offset:3px}
.site-header{position:sticky;z-index:100;top:0;background:rgba(247,248,244,.9);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:.2s}
.site-header.scrolled{border-color:var(--border);box-shadow:0 5px 25px rgba(16,42,67,.06)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.3rem;letter-spacing:-.04em}
.brand img{width:34px;height:39px;object-fit:contain}
.brand span span{color:#6d9424}
.main-nav{display:flex;align-items:center;gap:1.6rem;font-size:.89rem;font-weight:600}
.main-nav>a:not(.button){position:relative}
.main-nav>a:not(.button):after{content:"";position:absolute;left:0;right:100%;bottom:-.35rem;height:2px;background:var(--accent);transition:.2s}
.main-nav>a:hover:after{right:0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;border:1px solid var(--primary);background:var(--accent);color:var(--primary);border-radius:999px;padding:.9rem 1.25rem;font-weight:800;line-height:1.1;transition:transform .2s,background .2s,box-shadow .2s}
.button:hover{transform:translateY(-2px);background:#c8ec55;box-shadow:0 8px 22px rgba(16,42,67,.14)}
.button-sm{padding:.72rem 1rem;font-size:.82rem}
.button-dark{background:var(--primary);color:#fff}
.button-dark:hover{background:var(--primary-2)}
.button-outline-dark{background:transparent;color:var(--primary)}
.button-full{width:100%;border-radius:.75rem;padding:1rem}
.menu-toggle{display:none;border:0;background:none;width:44px;height:44px;padding:10px}
.menu-toggle span:not(.sr-only){display:block;height:2px;background:var(--primary);margin:5px}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800;color:#426079;margin:0 0 1rem}
.eyebrow span{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent);margin-right:.4rem}
.eyebrow.light{color:#bdd0df}
.lead{font-size:clamp(1.05rem,1.6vw,1.25rem);color:var(--muted);max-width:54ch}
.actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-top:2rem}
.text-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:.2rem}
.text-link:hover{color:#4e7013}
.trust-list{display:flex;gap:1.5rem;list-style:none;padding:0;margin:2.2rem 0 0;font-size:.74rem;font-weight:700;color:#486071}
.trust-list li:before{content:'✓';color:var(--success);margin-right:.4rem}
.section-head{max-width:680px;margin-bottom:3rem}
.section-head h2,.final-inner h2{font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.055em;line-height:1.05;margin:.4rem 0 1rem}
.section-head p{color:var(--muted)}
.section-head.split{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end}
.section-head.split>p{max-width:52ch}
.centered{text-align:center;margin-inline:auto}
.steps{display:grid;grid-template-columns:repeat(4,1fr);padding:0;list-style:none;counter-reset:steps;margin:0 0 2rem}
.steps li{border-top:2px solid var(--border);padding:2rem 1.5rem 0 0;position:relative}
.steps li:before{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:var(--accent);top:-7px;left:0;box-shadow:0 0 0 6px var(--accent-soft)}
.steps span{font-size:.72rem;font-weight:800;color:#678129}
.steps h3{font-size:1.05rem;margin:.7rem 0}
.steps p{font-size:.9rem;color:var(--muted);max-width:25ch}
.benefits{background:var(--primary);color:#fff}
.benefits .section-head p{color:#b9c8d4}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #35516a}
.benefit-grid article{padding:2rem 2rem 1rem 0}
.benefit-grid article+article{border-left:1px solid #35516a;padding-left:2rem}
.benefit-grid span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--accent);color:var(--primary);font-weight:800}
.benefit-grid h3{margin:1.4rem 0 .5rem}
.benefit-grid p{color:#b9c8d4;font-size:.9rem}
.accordion details{border-top:1px solid var(--border)}
.accordion details:last-child{border-bottom:1px solid var(--border)}
.accordion summary{font-size:1.05rem;font-weight:700;cursor:pointer;padding:1.5rem 3rem 1.5rem 0;list-style:none;position:relative}
.accordion summary::-webkit-details-marker{display:none}
.accordion summary span:before,.accordion summary span:after{content:"";position:absolute;right:.7rem;top:50%;width:14px;height:2px;background:var(--primary)}
.accordion summary span:after{transform:rotate(90deg);transition:.2s}
.accordion details[open] summary span:after{transform:rotate(0)}
.accordion details p{color:var(--muted);margin:-.5rem 3rem 1.5rem 0}
.faq-more{text-align:center;margin-top:2rem}
.final-cta{background:var(--accent);padding:4rem 0}
.final-inner{display:flex;align-items:end;justify-content:space-between;gap:2rem}
.final-inner h2{margin:.3rem 0}
.final-inner p{margin:0}
.site-footer{background:#081d2f;color:#fff;padding:4rem 0 6rem}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem}
.brand-footer{font-size:1.6rem}
.footer-grid p{color:#9fb0bd;font-size:.9rem}
.footer-grid h2{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#9fb0bd}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;font-size:.86rem}
.link-button{padding:0;border:0;background:transparent;color:#fff}
.footer-bottom{border-top:1px solid #294055;margin-top:3rem;padding-top:1.5rem;display:flex;justify-content:space-between;color:#8298a9;font-size:.75rem}
.whatsapp{position:fixed;z-index:90;right:1.2rem;bottom:1.2rem;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#082d16;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.cookie-banner{display:none;position:fixed;z-index:200;left:1rem;right:1rem;bottom:1rem;background:#fff;border:1px solid var(--border);border-radius:1rem;box-shadow:var(--shadow);padding:1.2rem;align-items:center;justify-content:space-between;gap:2rem;max-width:1100px;margin:auto}
.cookie-banner.show{display:flex}
.cookie-banner p{font-size:.8rem;color:var(--muted);margin:.25rem 0 0;max-width:65ch}
.cookie-actions{display:flex;gap:.7rem;flex-shrink:0}
.mobile-cta{display:none}
.subhero{padding:6rem 0 4rem;background:var(--primary);color:#fff}
.subhero h1{font-size:clamp(2.7rem,6vw,5.5rem);letter-spacing:-.06em;line-height:1;margin:.5rem 0 1rem;max-width:12ch}
.subhero p{color:#c2d0da;max-width:60ch;font-size:1.1rem}
.content-section{padding:4rem 0 7rem}
.content-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:5rem}
.content-grid aside{font-size:.8rem;color:var(--muted)}
.prose{max-width:760px}
.prose h2{font-size:2rem;letter-spacing:-.04em;margin:2.5rem 0 1rem}
.prose h2:first-child{margin-top:0}
.prose h3{margin-top:2rem}
.prose p,.prose li{color:var(--muted)}
.prose a{text-decoration:underline;font-weight:700}
.notice{padding:1rem;border-left:4px solid var(--accent);background:var(--accent-soft);border-radius:0 .7rem .7rem 0}
.not-found{min-height:75vh;display:grid;place-items:center;text-align:center;padding:2rem}
.not-found strong{font-size:clamp(6rem,20vw,12rem);line-height:1;color:var(--accent);text-shadow:5px 5px 0 var(--primary)}
@media(max-width:900px){.menu-toggle{display:block}
.main-nav{display:none;position:fixed;inset:78px 0 0;background:var(--bg);padding:2rem;flex-direction:column;align-items:stretch;font-size:1.2rem}
.main-nav.open{display:flex}
.main-nav .button{margin-top:1rem}
.steps{grid-template-columns:1fr 1fr;gap:2rem 0}
.benefit-grid{grid-template-columns:1fr 1fr}
.benefit-grid article:nth-child(3){border-left:0;padding-left:0}
.content-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:2fr 1fr 1fr}
.footer-grid>div:last-child{grid-column:2}
.mobile-cta{display:block;position:fixed;z-index:89;left:.75rem;right:.75rem;bottom:.75rem}
.mobile-cta a{display:flex;justify-content:space-between;background:var(--accent);color:var(--primary);border:1px solid var(--primary);padding:.9rem 1.1rem;border-radius:999px;font-weight:800}
.whatsapp{bottom:5.1rem}
.site-footer{padding-bottom:8rem}
.cookie-banner{bottom:5rem}
}
@media(max-width:640px){:root{--space:4.5rem}
.container{width:min(calc(100% - 1.25rem),var(--container))}
.nav-wrap{height:68px}
.main-nav{inset:68px 0 0}
.trust-list{flex-direction:column;gap:.5rem}
.section-head.split{grid-template-columns:1fr}
.steps{grid-template-columns:1fr;padding-left:.5rem}
.steps li{border-top:0;border-left:2px solid var(--border);padding:0 0 2.5rem 2rem}
.steps li:before{top:.3rem;left:-7px}
.benefit-grid{grid-template-columns:1fr;border-top:0}
.benefit-grid article{border-top:1px solid #35516a!important;border-left:0!important;padding:1.5rem 0!important}
.final-inner{align-items:stretch;flex-direction:column}
.final-inner .actions{width:100%}
.final-inner .button{width:100%}
.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
.footer-grid>div:first-child{grid-column:1/-1}
.footer-grid>div:last-child{grid-column:auto}
.footer-bottom{flex-direction:column;gap:.5rem}
.cookie-banner{flex-direction:column;align-items:stretch}
.cookie-actions{flex-direction:column}
.whatsapp{width:48px;height:48px}
.content-grid{gap:2rem}
.subhero{padding:4rem 0}
.subhero h1{font-size:2.8rem}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}
.reveal{opacity:1!important;transform:none!important}
}
/* UrbanGO brand system — colours extracted from the official raster logo. */:root{--brand-green:#2fa476;--brand-green-hover:#278a64;--brand-green-soft:#dff4eb;--brand-blue:#19aed4;--brand-blue-hover:#138bab;--brand-blue-soft:#def5fb;--brand-dark:#343c48;--brand-white:#fff;--primary:var(--brand-dark);--primary-2:#25303c;--accent:var(--brand-green);--accent-soft:var(--brand-green-soft);--background:#f7f9f8;--bg:var(--background);--surface-alt:#eef5f3;--text-primary:#1f2933;--text:var(--text-primary);--text-secondary:#5c6873;--muted:var(--text-secondary);--border:#d9e2df;--border-strong:#adbcb7;--warning:#a15c00;--radius-sm:.5rem;--radius-md:.8rem;--radius-lg:1.25rem;--radius-xl:2rem;--section-spacing:clamp(4.5rem,8vw,8rem);--space:var(--section-spacing);--z-header:30;--z-floating:40;--z-backdrop:80;--z-mobile-menu:90;--z-modal:100}
.site-header{z-index:var(--z-header)}
.brand img{width:44px;height:44px}
.brand span span{color:var(--brand-green)}
.button{background:var(--brand-green);border-color:var(--brand-dark);color:#fff}
.button:hover{background:var(--brand-green-hover);color:#fff}
.text-link:hover{color:var(--brand-green-hover)}
.language-switch{display:flex;align-items:center;gap:.35rem;font-size:.76rem}
.language-switch a{padding:.25rem;border-radius:.3rem}
.language-switch a[aria-current="page"]{background:var(--brand-green-soft);color:var(--brand-green-hover)}
.menu-toggle,.menu-close{display:none;width:44px;height:44px;border:0;background:transparent;color:var(--brand-dark);padding:10px}
.menu-toggle svg,.menu-close svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.menu-backdrop{position:fixed;inset:0;z-index:var(--z-backdrop);background:rgba(0,0,0,.35);opacity:0;transition:opacity .24s}
.menu-backdrop.open{opacity:1}
.mobile-menu{position:fixed;z-index:var(--z-mobile-menu);inset:0 0 0 auto;width:100%;max-width:420px;height:100dvh;background:var(--brand-white);padding:calc(1rem + env(safe-area-inset-top)) 1.25rem calc(1.25rem + env(safe-area-inset-bottom));overflow-y:auto;transform:translateX(100%);visibility:hidden;transition:transform .24s ease,visibility 0s linear .24s;box-shadow:-24px 0 70px rgba(52,60,72,.18)}
.mobile-menu.open{transform:translateX(0);visibility:visible;transition:transform .24s ease}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem}
.mobile-menu-head .menu-close{display:grid;place-items:center}
.mobile-menu-nav{display:grid;border-top:1px solid var(--border)}
.mobile-menu-nav a{min-height:52px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);font-size:1.02rem;font-weight:700}
.mobile-menu-nav a span{color:var(--brand-green)}
.mobile-language{display:grid;gap:.6rem;padding:1.25rem 0;border-bottom:1px solid var(--border)}
.mobile-language strong{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.mobile-language a{padding:.4rem 0}
.mobile-language a[aria-current="page"]{color:var(--brand-green-hover);font-weight:800}
.mobile-menu-actions{display:grid;gap:.9rem;padding-top:1.25rem}
.mobile-menu-actions>a:not(.button){font-weight:700}
body.menu-open .whatsapp,body.menu-open .mobile-cta{visibility:hidden;pointer-events:none}
@media(max-width:1100px){.main-nav{display:none!important}
.menu-toggle{display:grid;place-items:center}
.nav-wrap{height:76px}
}
@media(min-width:1101px){.mobile-menu,.menu-backdrop{display:none!important}
}
@media(max-width:640px){.nav-wrap{height:74px}
.brand img{width:42px;height:42px}
.mobile-menu{max-width:none}
}
@media(prefers-reduced-motion:reduce){.mobile-menu,.menu-backdrop{transition:none}
}
.page-language{position:fixed;z-index:var(--z-floating);top:.8rem;right:1rem;display:flex;gap:.4rem;align-items:center;background:#fff;border:1px solid var(--border);border-radius:999px;padding:.45rem .7rem;box-shadow:0 5px 20px rgba(52,60,72,.1);font-size:.75rem}
.page-language a{cursor:pointer}
.page-language a[aria-current="page"]{color:var(--brand-green-hover);font-weight:800}
/* Centred editorial direction across every route and locale. */main,footer{text-align:center}
.section-head,.section-head.split>*,.steps li,.benefit-grid article,.prose,.content-grid aside{text-align:center}
.section-head,.section-head p,.steps p,.benefit-grid p,.subhero h1,.subhero p,.prose,.prose p,.prose li{margin-left:auto;margin-right:auto}
.trust-list,.final-inner .actions{justify-content:center}
.section-head.split{align-items:center}
.steps li{padding-right:0}
.benefit-grid article{padding-right:1rem}
.benefit-grid article+article{padding-left:1rem}
.footer-grid>div{align-items:center!important}
.footer-grid .brand{justify-content:center}
.footer-bottom{justify-content:center;gap:2rem}
.content-grid{align-items:start}
.content-grid address{text-align:center}
.notice{text-align:center;border-left:0;border-top:4px solid var(--accent);border-radius:.7rem}
.final-inner{text-align:center;align-items:center}
.final-inner>div{flex:1}
.final-inner .actions{flex:1}
.faq-section .accordion,.accordion{text-align:center}
.accordion summary{padding-left:3rem}
.accordion details p{max-width:68ch;margin:-.5rem auto 1.5rem}
@media(max-width:900px){.footer-grid>div:last-child{grid-column:auto}
.footer-grid{justify-items:center}
}
@media(max-width:640px){.final-inner .actions{align-items:center}
.trust-list{align-items:center}
.content-grid aside{text-align:center}
}
.whatsapp svg{width:28px;height:28px;display:block;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.whatsapp .wa-fill{fill:#fff;stroke:none}
.footer-grid{grid-template-columns:1.35fr repeat(3,1fr);align-items:start}
.footer-grid>div{justify-self:center;width:100%}
.footer-grid h2,.footer-grid p{margin-left:auto;margin-right:auto}
.footer-bottom{text-align:center;align-items:center}
@media(max-width:900px){.mobile-cta{left:50%;right:auto;transform:translateX(-50%);width:max-content;max-width:calc(100% - 1.5rem)}
.mobile-cta a{display:inline-flex;align-items:center;justify-content:center;gap:0;padding:.82rem 1.25rem;white-space:nowrap}
.mobile-cta a span{display:none}
}
@media(max-width:640px){.footer-grid{grid-template-columns:1fr;gap:2.25rem}
.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:auto}
.footer-grid>div{max-width:22rem}
.footer-bottom{gap:.7rem}
.site-footer{padding-top:3.5rem}
}
/* True optical centring for every item in the mobile navigation drawer. */.mobile-menu{text-align:center}
.mobile-menu-head{display:grid;grid-template-columns:44px minmax(0,1fr) 44px}
.mobile-menu-head .brand{grid-column:2;justify-self:center}
.mobile-menu-head .menu-close{grid-column:3;justify-self:end}
.mobile-menu-nav a{position:relative;justify-content:center;text-align:center;padding-inline:2rem}
.mobile-menu-nav a span{position:absolute;right:.25rem}
.mobile-language{text-align:center;justify-items:center}
.mobile-menu-actions{justify-items:center}
.mobile-menu-actions .button{width:max-content;max-width:100%;padding-inline:1.25rem}
.mobile-menu-actions>a:not(.button){text-align:center}
@media(max-width:1100px){.content-grid,.section-head.split{grid-template-columns:1fr}
.content-grid{gap:3rem}
.content-grid aside{max-width:36rem;margin-inline:auto}
.content-grid .prose{width:min(100%,52rem);margin-inline:auto}
.section-head.split{gap:1.25rem}
.section-head.split>p{margin-inline:auto}
}
.content-grid{grid-template-columns:1fr;gap:2.5rem;max-width:960px}
.content-grid aside{max-width:44rem;margin-inline:auto;font-size:.84rem}
.content-grid .prose{width:min(100%,54rem);max-width:none;margin-inline:auto}
.content-section{padding:clamp(3.5rem,6vw,6rem) 0}
.site-footer{padding:4.5rem 0 2rem;background:#071d2e}
.footer-grid{grid-template-columns:1.45fr repeat(4,1fr);gap:clamp(1.5rem,3vw,3.5rem);align-items:start}
.footer-grid>div{width:auto;min-width:0}
.footer-about{max-width:18rem}
.footer-grid h2{margin:0 0 .55rem}
.footer-grid a,.footer-grid button{line-height:1.45}
.footer-contact span{color:#7891a4;font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;margin-top:.3rem}
.footer-contact a{font-weight:700;overflow-wrap:anywhere}
.footer-bottom{margin-top:3.5rem;padding-top:1.5rem;justify-content:space-between;gap:1rem}
@media(max-width:1000px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.footer-about{grid-column:1/-1;max-width:28rem}
.footer-bottom{justify-content:center;flex-wrap:wrap}
}
@media(max-width:640px){.footer-grid{grid-template-columns:1fr}
.footer-about{grid-column:auto}
.content-grid{gap:2rem}
}
/* Compact shared footer rhythm across PT and EN routes. */.site-footer{padding:2.5rem 0 1.25rem}
.footer-grid{gap:clamp(1.25rem,2.2vw,2.5rem)}
.footer-grid>div:not(:first-child){gap:.4rem}
.footer-grid h2{margin:0 0 .3rem}
.footer-grid p{margin:.55rem auto 0;line-height:1.5}
.footer-contact span{margin-top:.15rem}
.footer-bottom{margin-top:1.75rem;padding-top:.9rem}
@media(max-width:1000px){.site-footer{padding-top:2.25rem}
.footer-grid{gap:1.5rem 2rem}
.footer-bottom{margin-top:1.5rem}
}
@media(max-width:640px){.site-footer{padding:2rem 0 5.5rem}
.footer-grid{gap:1.35rem}
.footer-bottom{margin-top:1.35rem;padding-top:.8rem;gap:.35rem}
}

/* Structural blues share the cyan hue of the official UrbanGO mark. */
:root{--brand-blue:#19aed4;--brand-blue-950:#062c3a;--brand-blue-900:#083b4c;--brand-blue-800:#0b4e63;--brand-blue-700:#107089;--brand-blue-soft:#e5f5fa;--primary:var(--brand-blue-950);--primary-2:var(--brand-blue-900)}
.site-header{background:rgba(247,249,248,.98)}
.brand{flex-shrink:0;line-height:1}
.brand img{width:172px;height:auto;aspect-ratio:883/201;object-fit:contain}
.main-nav{gap:1.2rem}
.brand-footer{background:none;border:0;border-radius:0;padding:0;width:max-content;max-width:100%;box-shadow:none}
.brand-footer img{width:170px}
.site-footer{background:var(--brand-blue-950);border-top:3px solid var(--brand-green)}
.footer-grid{grid-template-columns:minmax(0,1.5fr) repeat(4,minmax(0,1fr));align-items:start}
.footer-grid>div{width:100%;justify-self:stretch}
.footer-grid>div:not(:first-child){align-items:flex-start!important}
.footer-grid>div,.footer-grid p,.footer-grid h2{text-align:left}
.footer-grid h2,.footer-grid p{margin-inline:0}
.footer-grid a,.footer-grid button{overflow-wrap:anywhere}
.footer-grid button{text-align:inherit;font-size:inherit;line-height:1.45}
.footer-grid p{font-size:.85rem;max-width:280px}
.footer-bottom{border-color:#355b69}
.cookie-banner{border-top:3px solid var(--brand-green);max-width:1100px;padding:1rem 1.2rem;gap:1.25rem;z-index:var(--z-modal)}
.cookie-banner p{font-size:.84rem;line-height:1.55}
.cookie-actions .button-outline-dark{background:transparent;color:var(--primary)}
.cookie-actions .button-dark{background:var(--brand-green);color:#fff}
.cookie-actions .button:hover{background:var(--brand-green-soft);color:var(--brand-blue-950)}
.cookie-banner{flex-direction:column;align-items:stretch;max-width:1000px}
.cookie-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}
.cookie-actions .button{width:100%;min-height:48px;justify-content:center;text-align:center;white-space:normal}
.cookie-actions [data-cookie-settings]{grid-column:1/-1;background:#f3f6f7;border-color:#d6e1e5}
.cookie-actions [data-cookie-reject]{border-color:var(--brand-blue-700)}
.cookie-preferences{width:min(560px,calc(100% - 2rem));max-height:calc(100dvh - 2rem);padding:1.5rem;border:1px solid var(--border);border-radius:1.25rem;color:var(--primary);background:#fff;overflow:auto}
.cookie-preferences::backdrop{background:rgba(6,44,58,.65)}
body.cookie-modal-open{overflow:hidden}
.preferences-heading{display:flex;align-items:center;justify-content:space-between;gap:.8rem}
.preferences-heading h2{margin:0;font-size:1.4rem;line-height:1.25}
.preferences-close{flex:0 0 44px;width:44px;height:44px;border:0;background:var(--brand-blue-soft);border-radius:50%;font-size:1.5rem;color:var(--primary)}
.cookie-preferences p{font-size:.9rem;line-height:1.6}
.cookie-category{border-top:1px solid var(--border);padding:1rem 0}
.cookie-category label{display:flex;align-items:center;gap:.75rem;min-height:44px;cursor:pointer}
.cookie-category input{width:20px;height:20px;flex:0 0 20px;accent-color:var(--brand-green)}
.cookie-category p{margin:.3rem 0 0}
.preferences-actions{display:flex;justify-content:flex-end;gap:.6rem;flex-wrap:wrap}
.preferences-actions .button{font-size:.82rem}
.preferences-actions .button-outline-dark{background:transparent;color:var(--primary)}
.preferences-actions .button-dark{background:var(--primary);color:#fff}
.footer-grid h2{min-height:39px;display:flex;align-items:center;margin:0}
.footer-grid>div:not(:first-child){gap:.4rem}
@media(max-width:1000px){.footer-grid h2{justify-content:center}.footer-grid .footer-about{justify-self:center;margin-inline:auto}}
@media(min-width:641px) and (max-width:900px){.site-footer{padding-bottom:5.5rem}}
@media(max-width:640px){.footer-grid .footer-contact{grid-row:2}.cookie-actions{justify-content:center}.cookie-actions .button{flex:1 1 100%;white-space:normal}.cookie-preferences{padding:1rem}.preferences-actions .button{width:100%}.footer-grid h2{min-height:0;margin-bottom:.3rem}}
@media(max-width:1100px){.brand img{width:160px}}
@media(max-width:1000px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-about{grid-column:1/-1}.footer-grid>div,.footer-grid p,.footer-grid h2{text-align:center}.footer-grid>div:not(:first-child){align-items:center!important}.footer-grid p,.brand-footer{margin-inline:auto}}
@media(max-width:640px){.footer-grid{grid-template-columns:1fr}.footer-about{grid-column:auto}.brand img{width:150px}.brand-footer img{width:170px}.cookie-banner{bottom:1rem;max-height:calc(100dvh - 2rem);overflow:auto;padding:1rem}.cookie-actions{gap:.5rem}.cookie-actions .button{min-height:44px}}

.back-to-top{position:fixed;z-index:90;right:calc(1.2rem + 5px);bottom:calc(1.2rem + 54px + 14px);width:44px;height:44px;padding:8px;border:0;background:none;color:var(--brand-blue-700);cursor:pointer}
.back-to-top[hidden]{display:none}
.back-to-top svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 2px #fff)}
.back-to-top:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}
body.menu-open .back-to-top,body.cookie-banner-open .back-to-top,body.cookie-modal-open .back-to-top,body.footer-visible .back-to-top,body.cookie-banner-open .whatsapp,body.cookie-modal-open .whatsapp,body.footer-visible .whatsapp,body.cookie-banner-open .mobile-cta,body.cookie-modal-open .mobile-cta,body.footer-visible .mobile-cta{visibility:hidden;pointer-events:none}
@media(max-width:900px){.back-to-top{bottom:calc(5.1rem + 54px + 14px)}}
@media(max-width:640px){.back-to-top{right:calc(1.2rem + 2px);bottom:calc(5.1rem + 48px + 14px)}.cookie-actions .button{padding:.65rem .5rem;font-size:.8rem}}
