:root{--brand-dark: #0f172a;--brand-blue: #1e293b;--brand-accent: #f97316;--brand-hover: #ea580c;--brand-wa: #16a34a;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--gold: #eab308;--sticky-h: 68px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:var(--gray-800);background:var(--gray-50);line-height:1.6;padding-bottom:var(--sticky-h)}@media(min-width:768px){body{padding-bottom:0}}a{text-decoration:none;color:inherit;transition:color .2s,background .2s,transform .2s,box-shadow .2s}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}.urgency-topbar{background:linear-gradient(90deg,#9a3412,var(--brand-accent),#9a3412);color:#fff;text-align:center;padding:.5rem 1rem;font-size:.82rem;font-weight:700;position:fixed;top:0;width:100%;z-index:1001;display:flex;align-items:center;justify-content:center;gap:.75rem;letter-spacing:.02em}.urgency-topbar a{color:#fef08a;font-weight:900;text-decoration:underline}.pulse-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;display:inline-block;animation:blink-dot 1.2s infinite;flex-shrink:0}@keyframes blink-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@media(max-width:480px){.urgency-topbar{font-size:.72rem;gap:.4rem}}header{background:#fffffff7;position:fixed;width:100%;top:36px;z-index:1000;box-shadow:0 1px 0 var(--gray-200),0 4px 16px #0000000f;backdrop-filter:blur(12px)}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:.85rem 0}.logo{font-size:1.2rem;font-weight:900;color:var(--brand-dark);display:flex;flex-direction:column;line-height:1.2}.logo span{color:var(--brand-accent)}.logo-sub{font-size:.62rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-top:1px}.header-right{display:flex;align-items:center;gap:1rem}.nav-links{display:none;gap:.25rem;font-size:.85rem;font-weight:700;align-items:center}@media(min-width:1024px){.nav-links{display:flex}}.nav-links a{padding:.45rem .85rem;border-radius:.375rem;color:var(--gray-600);letter-spacing:.01em}.nav-links a:hover{color:var(--brand-dark);background:var(--gray-100)}.nav-links a.nav-active{color:var(--brand-accent)}.btn-header-call{background:var(--brand-accent);color:#fff;padding:.55rem 1.2rem;border-radius:999px;font-weight:900;font-size:.88rem;box-shadow:0 4px 12px #f973164d;display:none;align-items:center;gap:.4rem}@media(min-width:768px){.btn-header-call{display:flex}}.btn-header-call:hover{background:var(--brand-hover);color:#fff;transform:translateY(-1px)}.mobile-menu-btn{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none}.mobile-menu-btn span{width:24px;height:2px;background:var(--brand-dark);border-radius:2px;transition:all .25s;display:block}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translateY(9px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translateY(-9px)}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-nav{position:fixed;top:108px;left:-100%;width:80%;max-width:300px;height:calc(100vh - 108px);background:#fff;box-shadow:4px 0 20px #0000001a;transition:left .3s ease;z-index:998;overflow-y:auto;padding:1rem 0}.mobile-nav.active{left:0}.mobile-nav a{display:block;padding:1rem 1.5rem;color:var(--gray-700);border-bottom:1px solid var(--gray-100);font-size:.95rem;font-weight:600}.mobile-nav-call{background:var(--brand-accent)!important;color:#fff!important;font-weight:900!important;text-align:center}footer{background:var(--brand-dark);color:var(--gray-400);padding:4rem 0 1.5rem;font-size:.875rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand h3{color:#fff;font-size:1.1rem;font-weight:900;margin-bottom:.75rem;letter-spacing:.02em}.footer-brand p{line-height:1.7;margin-bottom:1rem}.footer-phone{display:inline-block;color:var(--brand-accent);font-weight:900;font-size:1rem}.footer-phone:hover{color:#fb923c}.footer-col h4{color:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col a{color:var(--gray-400);font-size:.875rem}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);color:var(--gray-500);font-size:.8rem}.footer-bottom a{color:var(--gray-400);text-decoration:underline}.animate-pulse{animation:pulse 2s infinite;display:inline-block}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.sticky-mobile{position:fixed;bottom:0;left:0;width:100%;display:flex;z-index:10001;height:var(--sticky-h);box-shadow:0 -4px 20px #0003}@media(min-width:768px){.sticky-mobile{display:none}}.btn-sticky{flex:1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:#fff;font-weight:900;font-size:1rem;text-transform:uppercase;letter-spacing:.04em}.bg-call{background:var(--brand-accent);animation:sticky-pulse 3s ease-in-out infinite}.bg-wa{background:var(--brand-wa)}@keyframes sticky-pulse{0%,to{background:var(--brand-accent)}50%{background:var(--brand-hover)}}.breadcrumb{background:#fff;padding:.65rem 0;font-size:.82rem;border-bottom:1px solid var(--gray-200);color:var(--gray-500)}.breadcrumb a{color:var(--brand-blue);font-weight:600;text-decoration:underline}.breadcrumb span[aria-current]{color:var(--brand-accent);font-weight:700}.breadcrumb span{margin:0 .4rem}.eyebrow-dark{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-accent);margin-bottom:.6rem}.btn-call{display:inline-flex;align-items:center;background:var(--brand-accent);color:#fff;font-weight:900;font-size:1rem;padding:.9rem 2rem;border-radius:.5rem;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 4px 20px #f9731666;transition:all .2s}.btn-call:hover{background:var(--brand-hover);color:#fff;transform:translateY(-2px);box-shadow:0 6px 28px #f9731680}.btn-wa{display:inline-flex;align-items:center;background:var(--brand-wa);color:#fff;font-weight:800;font-size:1rem;padding:.9rem 1.75rem;border-radius:.5rem;transition:all .2s}.btn-wa:hover{background:#15803d;color:#fff;transform:translateY(-2px)}.final-cta{background:linear-gradient(135deg,#ea580c,#c2410c);padding:5rem 0;color:#fff}.final-cta-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2.5rem}@media(min-width:768px){.final-cta-inner{flex-direction:row;justify-content:space-between;text-align:left}}.final-cta h2{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:900;margin-bottom:.5rem;line-height:1.2}.final-cta p{font-size:1rem;opacity:.88;max-width:440px}.final-cta-btns{display:flex;flex-wrap:wrap;gap:1rem;flex-shrink:0}.btn-final-call{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#c2410c;font-weight:900;font-size:1.05rem;padding:.9rem 2rem;border-radius:.5rem;box-shadow:0 4px 20px #0003;transition:all .2s;white-space:nowrap}.btn-final-call:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000040;color:#9a3412}.btn-final-wa{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;color:#fff;font-weight:800;font-size:1.05rem;padding:.9rem 2rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.3);transition:all .2s;white-space:nowrap}.btn-final-wa:hover{background:#ffffff40;color:#fff}.coverage-section{padding:4rem 0;background:var(--gray-50)}.coverage-grid{display:flex;flex-wrap:wrap;gap:.7rem;margin:2rem 0}.cov-tag{background:#fff;border:1px solid var(--gray-200);color:var(--gray-700);font-size:.875rem;font-weight:600;padding:.5rem 1.1rem;border-radius:.5rem;transition:all .2s}.cov-tag:hover{border-color:var(--brand-accent);color:var(--brand-accent);box-shadow:0 2px 8px #f973161f}.coverage-more{margin-top:.75rem;font-size:.875rem;font-weight:700}.coverage-more a{color:var(--brand-accent);text-decoration:underline}.svc-hero{background:linear-gradient(135deg,#0f172a,#1a2844 55%,#0c1a2e);padding-top:9rem;padding-bottom:5rem;position:relative;overflow:hidden}.svc-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 15% 65%,rgba(249,115,22,.12) 0%,transparent 50%);pointer-events:none}.svc-hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.035) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.svc-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:900px){.svc-hero-inner{grid-template-columns:1fr 280px}}.svc-badge{display:inline-flex;align-items:center;gap:.5rem;background:#f973161f;border:1px solid rgba(249,115,22,.28);color:#fdba74;padding:.38rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:1.5rem}.svc-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:blink-dot 1.2s infinite;flex-shrink:0}.svc-hero-text h1{font-size:clamp(2.2rem,5.5vw,3.5rem);font-weight:900;line-height:1.1;color:#fff;margin-bottom:1.25rem;letter-spacing:-.01em}.svc-accent{background:linear-gradient(90deg,#f97316 20%,#fb923c 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.svc-desc{font-size:1.08rem;color:#94a3b8;line-height:1.75;margin-bottom:2rem;max-width:520px}.svc-desc strong{color:#fff}.svc-btns{display:flex;flex-wrap:wrap;gap:1rem}.svc-checklist{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:1.25rem;padding:2rem;backdrop-filter:blur(10px)}.cl-row{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.9rem;font-weight:600;color:#e2e8f0}.cl-row:last-of-type{border-bottom:none}.cl-check{color:#4ade80;font-weight:900}.cl-price{margin-top:1rem;text-align:center;font-size:.85rem;color:#94a3b8;font-weight:600}.cl-price strong{color:#f97316;font-size:1.5rem;font-weight:900}.content-section{padding:5rem 0;background:#f8fafc}.content-section.bg-white{background:#fff}.narrow{max-width:860px}.content-section h2,.faq-section h2,.pricing-section h2,.process-section h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;color:#0f172a;line-height:1.25;margin-bottom:1rem}.process-section h2{color:#fff}.content-section p,.pricing-section>.container>p{color:#475569;font-size:1rem;line-height:1.75}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.reason-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.75rem;transition:box-shadow .2s,transform .2s}.reason-card:hover{box-shadow:0 8px 24px #00000012;transform:translateY(-3px)}.r-icon{font-size:2rem;display:block;margin-bottom:.75rem}.reason-card h3{font-size:1rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.reason-card p{font-size:.875rem;color:#64748b;line-height:1.65}.process-section{padding:5rem 0;background:#0f172a}.process-section p{color:#94a3b8;font-size:1rem;line-height:1.75}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3rem}.step{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:2rem 1.5rem}.step-num{width:40px;height:40px;background:#f97316;color:#fff;font-size:1.1rem;font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step h3{font-size:.95rem;font-weight:800;color:#fff;margin-bottom:.5rem}.step p{font-size:.85rem;color:#94a3b8;line-height:1.65}.feat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:3rem}.feat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.feat-card:hover{border-color:#f97316;box-shadow:0 4px 12px #f9731614}.feat-card h3{font-size:.95rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.feat-card p{font-size:.85rem;color:#64748b;line-height:1.65}.pricing-section{padding:5rem 0;background:#f8fafc}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:3rem}.price-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;position:relative;transition:box-shadow .2s}.price-card:hover{box-shadow:0 8px 24px #00000014}.price-card.price-featured{border:2px solid #f97316;box-shadow:0 8px 30px #f973161f}.price-badge-top{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f97316;color:#fff;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.3rem .9rem;border-radius:999px;white-space:nowrap}.price-range{font-size:2rem;font-weight:900;color:#f97316;line-height:1;margin-bottom:.5rem}.price-card h3{font-size:1rem;font-weight:800;color:#0f172a;margin-bottom:.6rem}.price-card>p{font-size:.875rem;color:#64748b;line-height:1.6;margin-bottom:1.25rem}.price-feats{list-style:none;display:flex;flex-direction:column;gap:.4rem}.price-feats li{font-size:.82rem;color:#475569;font-weight:600}.price-note{text-align:center;margin-top:2rem;font-size:.8rem;color:#94a3b8;max-width:700px;margin-left:auto;margin-right:auto}.faq-section{padding:5rem 0;background:#fff;border-top:1px solid #e2e8f0}.faq-section h2{margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;transition:border-color .2s}.faq-item[open]{border-color:#f97316}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;cursor:pointer;font-size:.95rem;font-weight:700;color:#0f172a;list-style:none;gap:1rem;background:#fff;transition:background .15s}.faq-q:hover{background:#fef9f5}.faq-item[open] .faq-q{color:#f97316;background:#fff7ed}.faq-q:after{content:"+";font-size:1.25rem;font-weight:300;color:#f97316;flex-shrink:0}.faq-item[open] .faq-q:after{content:"−"}.faq-a{padding:0 1.5rem 1.25rem;font-size:.9rem;color:#475569;line-height:1.75}.related-section{padding:4rem 0;background:#f8fafc;border-top:1px solid #e2e8f0}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.related-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:.4rem;transition:all .2s;color:#0f172a}.related-card:hover{border-color:#f97316;box-shadow:0 4px 16px #f973161a;color:#0f172a}.related-icon{font-size:1.75rem}.related-card strong{font-size:.95rem;font-weight:800}.related-card p{font-size:.82rem;color:#64748b;line-height:1.5;margin:0}.section-title{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:900;color:var(--gray-900);line-height:1.2;margin-bottom:.75rem}.section-subtitle{color:var(--gray-500);font-size:1rem;max-width:600px;margin:0 auto;line-height:1.7}.services-section{padding:5rem 0;background:var(--gray-50)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.service-card{background:#fff;border:1px solid var(--gray-200);border-radius:1rem;padding:1.75rem;transition:all .25s}.service-card:hover{box-shadow:0 10px 30px #00000017;transform:translateY(-3px);border-color:#fdba74}.service-card.urgent{border-top:3px solid var(--brand-accent)}.urgent-tag{display:inline-block;background:#fff7ed;color:#c2410c;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:999px;margin-bottom:1rem;border:1px solid #fed7aa}.icon-circle{font-size:1.75rem;margin-bottom:1rem;display:block}.service-card h3{font-size:1.05rem;font-weight:800;color:var(--gray-900);margin-bottom:.6rem;line-height:1.3}.service-card p{font-size:.875rem;color:var(--gray-500);line-height:1.65;margin-bottom:1.25rem}.btn-card{font-size:.85rem;font-weight:700;color:var(--brand-accent);display:inline-flex;align-items:center;gap:.3rem;transition:gap .2s}.btn-card:hover{gap:.6rem;color:var(--brand-hover)}.btn-card-urgent{color:var(--brand-accent)}.why-section{padding:5rem 0;background:var(--brand-dark)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3rem}.why-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:2rem 1.5rem;transition:background .2s}.why-card:hover{background:#ffffff14}.why-card h3{font-size:1rem;font-weight:800;color:#fff;margin-bottom:.6rem}.why-card p{font-size:.875rem;color:var(--gray-400);line-height:1.65}.barcelona-section{padding:4rem 0;background:var(--gray-50)}.bcn-districts{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin:2rem 0}.district-tag a{display:block;background:#fff;border:1px solid var(--gray-200);color:var(--gray-700);font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s}.district-tag a:hover{border-color:var(--brand-accent);color:var(--brand-accent)}.trust-bar{background:#fff;border-bottom:1px solid var(--gray-200);padding:1rem 0}.trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}.trust-item{font-size:.85rem;font-weight:600;color:var(--gray-600);display:flex;align-items:center;gap:.4rem}.check{color:var(--brand-accent);font-weight:900}
