:root{--color-primary-navy:#01204e;--color-primary-dark:#001a44;--color-primary-blue:#0160b6;--color-blue-light:#eaf4ff;--color-orange:#e9490d;--color-orange-light:#fff1ea;--color-yellow:#f8ae03;--color-yellow-light:#fff7e0;--color-green:#4a921e;--color-green-light:#eef8e9;--color-gray-dark:#374151;--color-gray:#4b5563;--color-gray-light:#f3f4f6;--color-white:#fff;--color-background:#f7f9fc;--color-text:#111827;--color-success:#16a34a;--shadow-sm:0 8px 24px #01204e14;--shadow-md:0 16px 44px #01204e24;--radius-card:8px;--radius-button:12px;--container:1180px;--header-height:88px}
*{box-sizing:border-box}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--color-background);color:var(--color-text);text-rendering:optimizelegibility;margin:0;font-family:Inter,Manrope,Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}[hidden]{display:none!important}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--color-primary-navy);letter-spacing:0;line-height:1.08}h1{max-width:900px;font-size:clamp(2.35rem,5vw,4.7rem);font-weight:800}h2{font-size:clamp(1.8rem,3.2vw,3rem);font-weight:800}h3{font-size:1.18rem;font-weight:800}p{color:var(--color-gray)}ul,ol{margin-top:0}.container{width:min(100% - 40px, var(--container));margin-inline:auto}.narrow{max-width:900px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;background:var(--color-white);color:var(--color-primary-navy);box-shadow:var(--shadow-sm);border-radius:6px;padding:10px 14px;position:fixed;top:10px;left:10px;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.btn{border-radius:var(--radius-button);text-align:center;overflow-wrap:anywhere;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;max-width:100%;min-height:46px;padding:12px 18px;font-weight:800;line-height:1.1;transition:background-color .16s,color .16s,border-color .16s,transform .16s;display:inline-flex}.btn:hover,.btn:focus-visible{transform:translateY(-1px)}.btn-primary{background:var(--color-orange);color:var(--color-white)}.btn-primary:hover,.btn-primary:focus-visible{background:var(--color-primary-navy);color:var(--color-white)}.btn-secondary{background:var(--color-white);border-color:var(--color-primary-blue);color:var(--color-primary-navy)}.btn-secondary:hover,.btn-secondary:focus-visible{background:var(--color-blue-light)}.btn-ghost{color:var(--color-white);background:#ffffff1a;border-color:#ffffff73}.btn-large{min-height:54px;padding-inline:24px}.text-link{color:var(--accent,var(--color-primary-blue));font-weight:800;display:inline-flex}.section{padding:84px 0}.section-soft{background:var(--color-white)}.section-dark{background:var(--color-primary-navy)}.section-dark h2,.section-dark h3,.section-dark .section-kicker{color:var(--color-white)}.section-dark p{color:#ffffffd1}.section-heading{max-width:760px;margin-bottom:34px}.section-heading h2{margin-bottom:12px}.section-kicker,.eyebrow{color:var(--color-primary-blue);letter-spacing:0;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:12px;font-size:.82rem;font-weight:900;display:inline-flex}.section-kicker:before,.eyebrow:before{content:"";background:var(--color-yellow);border-radius:999px;width:34px;height:3px}.content-block{max-width:980px}.content-block h2{margin-bottom:14px}.content-block h3{margin-top:26px;margin-bottom:8px}.content-block p{font-size:1.04rem}.content-block ul{color:var(--color-gray);gap:10px;padding-left:22px;display:grid}
.site-header{z-index:50;color:var(--color-white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#01204ef5;position:sticky;top:0;box-shadow:0 10px 30px #001a442e}.header-inner{width:min(100% - 32px,1240px);min-height:var(--header-height);align-items:center;gap:28px;margin-inline:auto;display:flex}.brand{flex:none;align-items:center;gap:12px;display:inline-flex}.brand img{object-fit:cover;background:var(--color-white);border-radius:8px;width:58px;height:58px}.brand span{gap:0;display:grid}.brand strong{color:var(--color-white);font-size:1.08rem;line-height:1}.brand small{color:#bfe5ff;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:800}.main-nav{flex:auto;justify-content:center;align-items:center;gap:4px;display:flex}.nav-item{position:relative}.has-dropdown:after{content:"";height:8px;position:absolute;top:100%;left:0;right:0}.nav-link,.nav-button{color:#ffffffe6;background:0 0;border:0;border-radius:8px;align-items:center;min-height:42px;padding:10px 12px;font-weight:800;display:inline-flex}.nav-button{gap:8px}.nav-arrow{border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;transition:transform .18s;transform:rotate(45deg)translateY(-2px)}.nav-button[aria-expanded=true] .nav-arrow{transform:rotate(225deg)translateY(-2px)}.nav-link:hover,.nav-link:focus-visible,.nav-button:hover,.nav-button:focus-visible,.nav-button[aria-expanded=true]{color:var(--color-white);background:#ffffff1a}.dropdown-menu{background:var(--color-white);width:250px;color:var(--color-primary-navy);box-shadow:var(--shadow-md);border-radius:8px;padding:10px;display:none;position:absolute;top:calc(100% + 2px);left:0}.has-dropdown:hover .dropdown-menu,.has-dropdown.is-open .dropdown-menu{display:grid}.dropdown-menu a{color:var(--color-primary-navy);border-radius:6px;padding:10px 12px;font-weight:750}.dropdown-menu a:hover,.dropdown-menu a:focus-visible{background:var(--color-blue-light)}.header-actions{align-items:center;gap:12px;display:flex}.phone-link{white-space:nowrap;color:var(--color-white);font-weight:900}.menu-toggle{background:#ffffff14;border:1px solid #ffffff3d;border-radius:8px;width:44px;height:44px;display:none}.menu-toggle span:not(.sr-only){background:var(--color-white);border-radius:999px;width:20px;height:2px;margin:5px auto;display:block}.site-footer{background:var(--color-primary-dark);color:var(--color-white);padding:70px 0 0}.footer-inner{width:min(100% - 40px, var(--container));grid-template-columns:minmax(260px,.9fr) 1.6fr;gap:52px;margin-inline:auto;display:grid}.footer-logo img{width:64px;height:64px}.footer-brand p{color:#ffffffc2;max-width:430px;margin:18px 0 22px}.footer-cta-row{flex-wrap:wrap;gap:12px;display:flex}.footer-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.footer-grid h2{color:var(--color-white);margin-bottom:14px;font-size:1rem}.footer-grid ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.footer-grid a{color:#ffffffc7}.footer-grid a:hover,.footer-grid a:focus-visible{color:var(--color-white)}.footer-bottom{width:min(100% - 40px, var(--container));color:#ffffffa6;border-top:1px solid #ffffff29;justify-content:space-between;gap:18px;margin:52px auto 0;padding:22px 0;display:flex}.publisher-header{z-index:50;color:var(--color-white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#01204ef5;position:sticky;top:0;box-shadow:0 10px 30px #001a442e}.publisher-header-inner{width:min(100% - 32px,1240px);min-height:var(--header-height);align-items:center;gap:28px;margin-inline:auto;display:flex}.publisher-brand{flex:none;align-items:center;gap:12px;display:inline-flex}.publisher-brand img{object-fit:cover;background:var(--color-white);border-radius:8px;width:58px;height:58px}.publisher-brand span{gap:0;display:grid}.publisher-brand strong{color:var(--color-white);font-size:1.08rem;line-height:1}.publisher-brand small{color:#bfe5ff;letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:800}.publisher-nav{flex:auto;justify-content:center;align-items:center;gap:4px;display:flex}.publisher-nav a{color:#ffffffe6;border-radius:8px;align-items:center;min-height:42px;padding:10px 12px;font-weight:800;display:inline-flex}.publisher-nav a:hover,.publisher-nav a:focus-visible{color:var(--color-white);background:#ffffff1a}.publisher-header-actions{align-items:center;gap:12px;display:flex}.publisher-phone{white-space:nowrap;color:var(--color-white);font-weight:900}.publisher-footer{background:var(--color-primary-dark);color:var(--color-white);padding:70px 0 0}.publisher-footer-inner{width:min(100% - 40px, var(--container));grid-template-columns:minmax(260px,.9fr) 1.4fr;gap:52px;margin-inline:auto;display:grid}.publisher-footer-logo img{width:64px;height:64px}.publisher-footer-brand p{color:#ffffffc2;max-width:430px;margin:18px 0 22px}.publisher-footer-actions{flex-wrap:wrap;gap:12px;display:flex}.publisher-footer-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.publisher-footer-grid h2{color:var(--color-white);margin-bottom:14px;font-size:1rem}.publisher-footer-grid ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.publisher-footer-grid a,.publisher-footer-bottom a{color:#ffffffc7}.publisher-footer-grid a:hover,.publisher-footer-grid a:focus-visible,.publisher-footer-bottom a:hover,.publisher-footer-bottom a:focus-visible{color:var(--color-white)}.publisher-footer-bottom{width:min(100% - 40px, var(--container));color:#ffffffa6;border-top:1px solid #ffffff29;justify-content:space-between;gap:18px;margin:52px auto 0;padding:22px 0;display:flex}
.page-hero{min-height:min(760px, calc(100vh - var(--header-height)));background-image:linear-gradient(90deg, #01204ef0, #0160b694), var(--hero-image);background-position:50%;background-size:cover}.page-hero-overlay{min-height:inherit;align-items:center;padding:86px 0;display:flex}.hero-content{color:var(--color-white)}.hero-content h1{color:var(--color-white);margin-bottom:20px}.page-hero .eyebrow{color:var(--color-white)}.page-hero .eyebrow:before{background:var(--color-orange)}.hero-subtitle{color:#ffffffe6;max-width:760px;margin-bottom:28px;font-size:clamp(1.06rem,1.6vw,1.28rem)}.hero-actions,.cta-actions,.inline-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-badges{flex-wrap:wrap;gap:10px;margin:28px 0 0;padding:0;list-style:none;display:flex}.hero-badges li{color:var(--color-white);background:#ffffff1a;border:1px solid #ffffff38;border-radius:999px;padding:9px 12px;font-size:.92rem;font-weight:800}.breadcrumb{background:var(--color-white);border-bottom:1px solid #e5e7eb}.breadcrumb ol{color:var(--color-gray);flex-wrap:wrap;gap:8px;margin:0;padding:14px 0;font-size:.92rem;list-style:none;display:flex}.breadcrumb li:not(:last-child):after{content:"/";color:#9ca3af;margin-left:8px}.breadcrumb a{color:var(--color-primary-blue);font-weight:800}.trust-band{background:var(--color-white);border-bottom:1px solid #e5e7eb}.trust-grid{grid-template-columns:repeat(4,1fr);gap:12px;padding:20px 0;display:grid}.trust-item{min-height:56px;color:var(--color-primary-navy);align-items:center;gap:10px;font-weight:850;display:flex}.trust-item span{background:var(--color-green-light);width:28px;height:28px;color:var(--color-green);border-radius:50%;flex:none;place-items:center;display:inline-grid}.split-layout{grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);align-items:start;gap:48px;display:grid}.brand-panel,.feature-list-panel,.thanks-panel{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);border:1px solid #e5e7eb;padding:28px}.brand-panel img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%;height:auto;margin-bottom:22px}.summary-box{border-left:5px solid var(--color-primary-blue);background:var(--color-blue-light);border-radius:0 8px 8px 0;margin:26px 0;padding:18px 20px}.summary-box strong{color:var(--color-primary-navy)}.summary-box p{margin:6px 0 0}.check-list{gap:10px;padding:0;list-style:none;display:grid}.check-list li{color:var(--color-gray);padding-left:28px;position:relative}.check-list li:before{content:"✓";color:var(--color-green);font-weight:900;position:absolute;left:0}.services-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.service-card{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);border:1px solid #e5e7eb;overflow:hidden}.service-card-image{aspect-ratio:4/3;background:var(--accent-soft)}.service-card-image img{object-fit:cover;width:100%;height:100%}.service-card-body{padding:46px 20px 22px;position:relative}.service-icon{border:4px solid var(--color-white);background:var(--accent);width:56px;height:56px;color:var(--color-white);border-radius:8px;place-items:center;display:grid;position:absolute;top:-28px;left:20px}.service-card h3{margin-bottom:10px}.service-card p{min-height:104px;margin-bottom:16px}.city-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.city-card{border-radius:var(--radius-card);background-image:linear-gradient(180deg, #01204e1a, #01204edb), var(--city-image);min-height:210px;color:var(--color-white);background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;padding:20px;display:flex;overflow:hidden}.city-card span{color:#bfe5ff;font-weight:800}.city-card strong{font-size:1.45rem}.service-area-map-layout{grid-template-columns:minmax(220px,.56fr) minmax(0,1fr);align-items:center;gap:34px;display:grid}.city-link-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.city-link-item{border-radius:var(--radius-card);background:var(--color-white);min-height:86px;box-shadow:var(--shadow-sm);border:1px solid #dbeafe;gap:4px;padding:16px 16px 16px 34px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;position:relative}.city-link-item:before{content:"";background:var(--color-orange);border-radius:999px;width:8px;height:8px;position:absolute;top:22px;left:15px;box-shadow:0 0 0 6px #e9490d1f}.city-link-item:hover,.city-link-item:focus-visible{border-color:var(--color-primary-blue);box-shadow:var(--shadow-md);transform:translateY(-2px)}.city-link-item span{color:var(--color-primary-blue);font-size:.86rem;font-weight:850}.city-link-item strong{color:var(--color-primary-navy);font-size:1.14rem}.spain-map-card{border-radius:var(--radius-card);box-shadow:var(--shadow-sm);background:radial-gradient(circle at 76% 18%,#0160b61a,#0000 28%),linear-gradient(#fff,#f5f9ff);border:1px solid #dbeafe;padding:22px;overflow:hidden}.spain-map-frame{aspect-ratio:555/430;width:100%;position:relative}.spain-map-img{object-fit:contain;filter:saturate(.72)contrast(1.04);width:100%;height:100%;display:block}.map-city{left:var(--map-left);top:var(--map-top);z-index:2;width:44px;height:44px;color:var(--color-orange);outline:none;justify-content:center;align-items:center;display:flex;position:absolute;transform:translate(-50%,-50%)}.map-city-hit{opacity:.06;background:currentColor;border-radius:999px;position:absolute;inset:0}.map-city-pulse{opacity:.18;background:currentColor;border-radius:999px;width:36px;height:36px;animation:2.2s ease-out infinite mapCityPulse;position:absolute}.map-city-dot{border:3px solid var(--color-white);background:currentColor;border-radius:999px;width:16px;height:16px;transition:transform .16s;position:relative;box-shadow:0 8px 18px #01204e3d}.map-city-label{color:var(--color-primary-navy);white-space:nowrap;pointer-events:none;background:#fffffff5;border:1px solid #dbeafe;border-radius:999px;padding:6px 9px;font-size:.78rem;font-weight:900;line-height:1;transition:color .16s,border-color .16s,transform .16s;position:absolute;top:50%;left:calc(100% - 3px);transform:translateY(-50%);box-shadow:0 8px 18px #01204e24}.map-city-label-left .map-city-label{left:auto;right:calc(100% - 3px)}.map-city:hover,.map-city:focus-visible{color:var(--color-primary-blue)}.map-city:hover .map-city-dot,.map-city:focus-visible .map-city-dot{transform:scale(1.28)}.map-city:hover .map-city-label,.map-city:focus-visible .map-city-label{color:var(--color-orange);border-color:#0160b647}.local-service-area-section{border-top:1px solid #e5edf7}.local-area-map-layout{align-items:stretch}.local-area-list{scrollbar-width:thin;scrollbar-color:#0160b66b #dbeafeb8;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;align-self:stretch;gap:8px;max-height:clamp(330px,42vw,560px);padding-right:4px;overflow-y:auto}.local-area-item{border-radius:6px;grid-template-columns:auto 1fr;align-items:center;gap:8px;min-height:42px;padding:8px 10px;display:grid}.local-area-item:before{display:none}.local-area-item strong{font-size:.86rem;line-height:1.15}.local-area-index{background:var(--color-orange);width:22px;height:22px;color:var(--color-white);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;font-size:.68rem;font-weight:950;line-height:1;display:inline-flex}.local-map-card{align-items:center;min-height:100%;display:flex}.local-map-frame{aspect-ratio:555/430;flex:1;width:100%;position:relative}.local-map-bg{filter:saturate(.72)contrast(1.05);width:100%;height:100%;display:block}.local-map-point{left:var(--local-left);top:var(--local-top);z-index:3;width:40px;height:40px;color:var(--color-orange);outline:none;justify-content:center;align-items:center;text-decoration:none;display:flex;position:absolute;transform:translate(-50%,-50%)}.local-map-pulse{background:var(--color-orange);opacity:.16;border-radius:999px;width:34px;height:34px;animation:2.2s ease-out infinite mapCityPulse;position:absolute}.local-map-dot{border:2px solid var(--color-white);background:var(--color-orange);width:28px;height:28px;color:var(--color-white);text-shadow:0 1px 2px #01204e59;font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;font-size:.78rem;font-weight:950;line-height:1;transition:transform .16s,background .16s;display:inline-flex;position:relative;box-shadow:0 9px 20px #01204e57,0 0 0 1px #01204e33}.local-map-point:hover,.local-map-point:focus-visible{color:var(--color-primary-blue)}.local-map-point:hover .local-map-dot,.local-map-point:focus-visible .local-map-dot{background:var(--color-primary-blue);transform:scale(1.2)}@keyframes mapCityPulse{0%{opacity:.26;transform:scale(.65)}70%{opacity:0;transform:scale(1.45)}to{opacity:0;transform:scale(1.45)}}@media (prefers-reduced-motion:reduce){.map-city-pulse,.local-map-pulse{animation:none}}.steps-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.step-card{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);border:1px solid #e5e7eb;padding:28px}.step-number{color:var(--color-orange);margin-bottom:22px;font-size:2.1rem;font-weight:900;line-height:1;display:inline-flex}.cta-section{padding:54px 0}.cta-dark{background:var(--color-primary-navy)}.cta-dark h2,.cta-dark p{color:var(--color-white)}.cta-light{background:var(--color-white)}.cta-inner{justify-content:space-between;align-items:center;gap:28px;display:flex}.cta-inner h2{margin-bottom:8px}.cta-inner p{margin-bottom:0}.value-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:48px;display:grid}.value-cards{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.value-cards article{border-radius:var(--radius-card);background:#ffffff14;border:1px solid #ffffff29;padding:22px}.faq-list{gap:12px;display:grid}.faq-item{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);border:1px solid #e5e7eb}.faq-item summary{color:var(--color-primary-navy);cursor:pointer;padding:18px 20px;font-weight:850}.faq-item p{margin:0;padding:0 20px 20px}.contact-section{background:linear-gradient(180deg, var(--color-white), var(--color-blue-light))}.contact-layout{grid-template-columns:.75fr 1.25fr;align-items:start;gap:42px;display:grid}.contact-copy h2{margin-bottom:14px}.contact-methods{gap:12px;margin-top:28px;display:grid}.contact-methods a{border-radius:var(--radius-card);background:var(--color-white);border:1px solid #dbeafe;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:16px;display:grid}.contact-method-icon{background:var(--color-blue-light);width:42px;height:42px;color:var(--color-primary-blue);border-radius:8px;place-items:center;display:grid}.contact-method-icon svg{width:22px;height:22px}.contact-methods strong{color:var(--color-primary-navy);display:block}.contact-methods em{color:var(--color-primary-blue);overflow-wrap:anywhere;font-style:normal;font-weight:800;display:block}.contact-form{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-md);border:1px solid #dbeafe;padding:26px}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.form-full{grid-column:1/-1}.contact-form label{color:var(--color-primary-navy);gap:7px;font-weight:800;display:grid}.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--color-text);background:var(--color-white);border:1px solid #cbd5e1;border-radius:8px;padding:12px 13px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--color-primary-blue);outline:3px solid #0160b629}.required-star{color:#dc2626;font-weight:900}.consent-check{background:var(--color-blue-light);color:var(--color-primary-navy);border:1px solid #bfdbfe;border-radius:8px;align-items:flex-start;gap:12px;margin-top:18px;padding:14px;font-weight:750;display:flex}.consent-check input{width:20px;height:20px;accent-color:var(--color-primary-blue);flex:none;margin-top:3px}.form-footer{justify-content:space-between;align-items:center;gap:18px;margin-top:18px;display:flex}.form-footer p{margin:0;font-size:.92rem}.form-status{min-height:24px;margin:14px 0 0;font-weight:800}.form-status.is-error{color:#b91c1c}.form-status.is-success{color:var(--color-success)}.local-links,.service-link-grid{gap:12px;display:grid}.local-links a,.service-link-grid a{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);border:1px solid #e5e7eb;gap:4px;padding:16px;display:grid}.service-link-grid{grid-template-columns:repeat(2,1fr)}.service-link-grid a span{border-radius:999px;width:42px;height:5px}.service-link-grid a .service-link-icon{width:48px;height:48px;color:var(--color-white);border-radius:8px;place-items:center;display:grid}.service-link-grid a .service-link-icon svg{width:24px;height:24px}.service-link-grid a strong{color:var(--color-primary-navy)}.service-link-grid a small{color:var(--color-gray);font-size:.94rem}.thanks-panel{text-align:center;max-width:820px;margin-inline:auto}.thanks-panel .cta-actions{justify-content:center}.mobile-sticky-cta,.sticky-call-button{display:none}.mobile-sticky-cta svg,.city-conversion-actions svg,.lead-phone svg{flex:none}.city-conversion{background:linear-gradient(135deg, var(--color-primary-navy), var(--color-primary-blue))}.city-conversion-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:34px;display:grid}.city-conversion h2,.city-conversion p,.city-conversion .section-kicker{color:var(--color-white)}.city-conversion-copy p{max-width:720px}.city-conversion-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.city-conversion-actions .btn{gap:10px}.city-lead-panel{border-radius:var(--radius-card);color:var(--color-white);box-shadow:var(--shadow-md);background:#ffffff1a;border:1px solid #ffffff2e;padding:24px}.city-lead-panel p{color:#ffffffd1}.lead-phone{color:var(--color-white);align-items:center;gap:10px;margin:14px 0;font-size:1.35rem;font-weight:900;display:inline-flex}.mini-check-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.mini-check-list li{color:#ffffffe6}.mini-check-list li:before{content:"✓";color:var(--color-yellow);margin-right:8px;font-weight:900}.city-proof-layout{grid-template-columns:minmax(300px,.8fr) minmax(0,1fr);align-items:stretch;gap:38px;display:grid}.city-photo-panel{border-radius:var(--radius-card);background-image:linear-gradient(180deg, #01204e14, #01204edb), var(--city-photo);min-height:430px;color:var(--color-white);box-shadow:var(--shadow-sm);background-position:50%;background-size:cover;align-items:flex-end;padding:24px;display:flex}.city-photo-panel span{color:#bfe5ff;font-weight:900;display:block}.city-photo-panel strong{font-size:2.4rem;line-height:1}.city-proof-copy{align-self:center}.local-info-grid{gap:12px;margin-top:24px;display:grid}.local-info-grid article{background:var(--color-white);border-radius:var(--radius-card);border:1px solid #e5e7eb;gap:4px;padding:16px;display:grid}.local-info-grid strong{color:var(--color-primary-navy)}.local-info-grid span{color:var(--color-gray)}.problem-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.problem-grid article,.problem-grid a{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);border:1px solid #e5e7eb;gap:12px;padding:20px;display:grid}.problem-grid svg{color:var(--color-primary-blue)}.problem-grid h3,.problem-grid p{margin-bottom:0}.service-visual-section{background:var(--color-white)}.service-visual-layout{grid-template-columns:minmax(320px,.9fr) minmax(0,1fr);align-items:center;gap:42px;display:grid}.service-visual-image{aspect-ratio:4/3;border-radius:var(--radius-card);box-shadow:var(--shadow-md);background:var(--color-gray-light);overflow:hidden}.service-visual-image img{object-fit:cover;width:100%;height:100%}.icon-feature-list{gap:12px;margin-top:24px;display:grid}.icon-feature-list article,.space-grid article{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);border:1px solid #e5e7eb;grid-template-columns:42px minmax(0,1fr);gap:4px 14px;padding:16px;display:grid}.icon-feature-list svg,.space-grid svg{background:var(--color-blue-light);width:42px;height:42px;color:var(--color-primary-blue);border-radius:8px;grid-row:span 2;padding:10px}.icon-feature-list strong,.space-grid strong{color:var(--color-primary-navy)}.icon-feature-list span,.space-grid span{color:var(--color-gray)}.space-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.not-found-page{min-height:calc(100vh - var(--header-height));background:linear-gradient(90deg,#01204ef0,#0160b6d6),url(/images/multirenova-hero.webp) 50%/cover;align-items:center;padding:86px 0;display:grid}.not-found-layout{grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);align-items:center;gap:48px;display:grid}.not-found-copy{max-width:620px}.not-found-copy .section-kicker{color:var(--color-orange)}.not-found-copy h1{color:var(--color-white);margin-bottom:18px}.not-found-copy p{color:#ffffffd6;max-width:560px;font-size:1.08rem}.not-found-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.not-found-visual{gap:16px;display:grid}.not-found-card{border-radius:var(--radius-card);min-height:150px;box-shadow:var(--shadow-md);background:#fffffff5;border:1px solid #ffffff29;grid-template-columns:170px 1fr;align-items:stretch;display:grid;overflow:hidden}.not-found-card:nth-child(2){margin-left:42px}.not-found-card img{object-fit:cover;width:100%;height:100%;min-height:150px}.not-found-card div{align-content:center;gap:8px;padding:22px;display:grid}.not-found-icon{background:var(--color-blue-light);width:44px;height:44px;color:var(--color-primary-blue);border-radius:8px;place-items:center;display:grid}.not-found-card strong{color:var(--color-primary-navy);font-size:1.18rem}.not-found-card p{color:var(--color-gray);margin:0;line-height:1.42}
@media (max-width:1120px){.header-inner,.publisher-header-inner{gap:16px}.header-cta,.publisher-cta{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.city-grid{grid-template-columns:repeat(3,1fr)}.footer-inner,.publisher-footer-inner{grid-template-columns:1fr}}@media (max-width:920px){:root{--header-height:76px}.site-header,.publisher-header{z-index:80}body{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}body.nav-open{overflow:hidden}.header-inner{min-height:var(--header-height);justify-content:space-between}.publisher-header-inner{min-height:var(--header-height);flex-wrap:wrap;justify-content:space-between;padding:10px 0}.brand img,.publisher-brand img{width:50px;height:50px}.brand span,.publisher-brand span{display:none}.brand strong{font-size:1rem}.brand small{font-size:.66rem}.menu-toggle{z-index:92;display:inline-block;position:relative}.menu-toggle span:not(.sr-only){transition:transform .2s,opacity .2s}.menu-toggle.is-active span:not(.sr-only):first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.is-active span:not(.sr-only):nth-child(2){opacity:0}.menu-toggle.is-active span:not(.sr-only):nth-child(3){transform:translateY(-7px)rotate(-45deg)}.main-nav{top:var(--header-height);width:auto;height:calc(100vh - var(--header-height));height:calc(var(--visual-viewport-height,100vh) - var(--header-height));z-index:88;background:linear-gradient(180deg, var(--color-primary-navy), var(--color-primary-dark));box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;border:0;border-radius:0;align-content:start;gap:8px;padding:22px 18px 92px;transition:transform .26s,opacity .22s,visibility .22s;display:grid;position:fixed;bottom:auto;left:0;right:0;overflow-y:auto;transform:translateY(-10px)}.main-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;gap:6px;transform:translateY(0)}.nav-link,.nav-button{justify-content:space-between;width:100%;min-height:46px;padding-inline:14px}.has-dropdown:after{display:none}.dropdown-menu{width:100%;color:var(--color-white);box-shadow:none;background:#ffffff14;border:1px solid #ffffff1f;margin-top:4px;padding:8px;position:static}.dropdown-menu a{color:var(--color-white);padding:12px 14px}.dropdown-menu a:hover,.dropdown-menu a:focus-visible{background:#ffffff1f}.has-dropdown:hover .dropdown-menu{display:none}.has-dropdown.is-open .dropdown-menu{display:grid}.header-actions,.publisher-header-actions{display:none}.publisher-nav{order:3;justify-content:flex-start;width:100%;padding-bottom:2px;overflow-x:auto}.publisher-nav a{flex:none}.phone-link{border:1px solid #ffffff38;border-radius:8px;align-items:center;min-height:40px;padding:8px 10px;font-size:.92rem;display:inline-flex}.page-hero{min-height:auto}.page-hero-overlay{padding:72px 0}.split-layout,.value-grid,.contact-layout,.cta-inner,.city-conversion-grid,.city-proof-layout,.service-area-map-layout,.service-visual-layout{grid-template-columns:1fr}.cta-inner{display:grid}.trust-grid{grid-template-columns:repeat(2,1fr)}.steps-grid,.value-cards,.footer-grid,.publisher-footer-grid,.problem-grid,.space-grid{grid-template-columns:1fr 1fr}.sticky-call-button{display:none}.mobile-sticky-cta{left:0;right:0;bottom:var(--visual-viewport-offset-bottom,0px);z-index:60;width:100%;inline-size:100%;max-width:none;padding-bottom:env(safe-area-inset-bottom,0px);background:var(--color-primary-navy);grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:fixed;box-shadow:0 -12px 30px #01204e38}.mobile-sticky-cta a{width:100%;min-width:0;min-height:56px;color:var(--color-white);border-right:1px solid #ffffff29;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-weight:900;display:flex}.mobile-sticky-cta svg{width:20px;height:20px}.mobile-sticky-cta .mobile-whatsapp{background:#16883f}.mobile-sticky-cta a:last-child{background:var(--color-orange);border-right:0}.mobile-sticky-cta span{white-space:nowrap;font-size:.92rem;line-height:1.1}}@media (max-width:700px){.container,.footer-inner,.publisher-footer-inner,.footer-bottom,.publisher-footer-bottom{width:min(100% - 28px, var(--container))}.section{padding:58px 0}.hero-actions,.cta-actions,.inline-actions,.form-footer{flex-direction:column;align-items:stretch}.btn{width:100%}.hero-badges{display:grid}.trust-grid,.services-grid,.city-grid,.city-link-list,.steps-grid,.value-cards,.footer-grid,.publisher-footer-grid,.form-grid,.service-link-grid{grid-template-columns:1fr}.local-area-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:320px}.local-area-item{min-height:40px;padding:8px}.local-area-item strong{font-size:.78rem}.problem-grid,.space-grid{grid-template-columns:1fr}.city-conversion-actions{display:grid}.not-found-page{padding:64px 0}.not-found-layout{grid-template-columns:1fr;gap:34px}.not-found-card:nth-child(2){margin-left:0}.city-lead-panel,.city-photo-panel{min-height:auto}.service-card p{min-height:0}.city-card{min-height:170px}.spain-map-card{padding:12px}.map-city{width:38px;height:38px}.map-city-pulse{width:30px;height:30px}.map-city-dot{width:14px;height:14px}.map-city-label{padding:5px 7px;font-size:.68rem}.local-map-point{width:34px;height:34px}.local-map-pulse{width:30px;height:30px}.local-map-dot{width:24px;height:24px;font-size:.7rem}.contact-form{padding:18px}.footer-bottom,.publisher-footer-bottom{display:grid}}@media (max-width:420px){h1{font-size:2.1rem}.brand span{display:none}.phone-link{justify-content:center;width:42px;font-size:0}.phone-link:before{content:"☎";font-size:1.1rem}.mobile-sticky-cta a{gap:6px;padding-inline:8px}.mobile-sticky-cta span{font-size:.86rem}.not-found-actions{display:grid}.not-found-card{grid-template-columns:112px 1fr;min-height:126px}.not-found-card img{min-height:126px}.not-found-card div{padding:14px}.not-found-icon{width:36px;height:36px}.not-found-card strong{font-size:1rem}.not-found-card p{font-size:.86rem}.local-area-list{grid-template-columns:1fr}.local-map-point{width:30px;height:30px}.local-map-pulse{width:26px;height:26px}.local-map-dot{width:22px;height:22px;font-size:.64rem}}
