:root{--red:#e32f35;--dark:#282b72;--ink:#292d69;--cream:#f5f3ef;--line:#d9d9d7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}svg{width:1.2em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.topbar{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,6vw,90px);background:#fff;position:relative;z-index:10;border-bottom:1px solid #eee}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:43px;height:43px;background:white;transform:skew(-9deg);display:grid;place-items:center;position:relative;overflow:hidden}.brand-mark:after{content:"";position:absolute;width:35px;height:6px;background:var(--red);transform:rotate(-35deg);bottom:5px;left:7px}.brand-mark span{font-size:26px;font-style:italic;font-weight:900;color:var(--dark);transform:skew(9deg)}.brand-copy{display:flex;flex-direction:column;line-height:.88;letter-spacing:.03em}.brand-copy strong{font-size:10px;letter-spacing:.18em}.brand-copy b{font-size:21px}nav{display:flex;gap:32px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}nav a:hover{color:var(--red)}.top-call{display:flex;align-items:center;gap:8px;color:var(--red);font-weight:800}.hero{min-height:690px;background:var(--dark);color:white;position:relative;overflow:hidden;display:flex;align-items:center;padding:90px clamp(24px,8vw,125px)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 52%,#45498f 0,transparent 38%),linear-gradient(110deg,transparent 60%,rgba(255,255,255,.025) 60%)}.hero-lines{position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:3%;top:50%;transform:translateY(-50%);box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018)}.hero-content{max-width:680px;position:relative;z-index:2}.eyebrow{color:#e32f35;text-transform:uppercase;letter-spacing:.23em;font-size:12px;font-weight:800;display:block;margin-bottom:22px}.eyebrow.dark{color:var(--red)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(58px,7.2vw,104px);line-height:.89;letter-spacing:-.065em;margin-bottom:30px;font-weight:900}h1 em{color:var(--red);font-style:normal}.hero-content>p{color:#b8bec4;font-size:18px;line-height:1.75;max-width:590px}.hero-actions{display:flex;gap:16px;margin-top:38px}.button{min-height:56px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.11em;transition:.2s}.button-primary{background:var(--red);color:white}.button-primary:hover{background:#f02a3d;transform:translateY(-2px)}.button-ghost{border:1px solid #596069;color:white}.hero-car{width:570px;height:230px;position:absolute;right:-25px;bottom:100px;opacity:.92;filter:drop-shadow(0 28px 30px #15173f)}.car-body{position:absolute;width:100%;height:112px;bottom:40px;border-radius:90px 160px 30px 34px;background:linear-gradient(160deg,#f4f4f3,#697078 55%,#2f337a 56%);transform:skewX(-3deg)}.car-roof{position:absolute;width:325px;height:105px;left:130px;bottom:120px;border-radius:170px 140px 5px 0;background:linear-gradient(150deg,#e8e8e6,#62686e);clip-path:polygon(20% 0,75% 0,100% 100%,0 100%)}.car-roof:after{content:"";position:absolute;inset:12px 22px 5px 50px;background:#20245e;clip-path:polygon(18% 0,74% 0,100% 100%,0 100%)}.wheel{position:absolute;width:86px;height:86px;background:#171946;border:13px solid #262960;border-radius:50%;bottom:2px;box-shadow:inset 0 0 0 10px #83898d,inset 0 0 0 17px #282b70}.wheel-one{left:80px}.wheel-two{right:80px}.headlight{position:absolute;width:75px;height:22px;background:#f5f5ca;right:12px;bottom:110px;border-radius:90% 10%;box-shadow:0 0 35px rgba(255,255,200,.4)}.experience{position:absolute;right:6vw;bottom:38px;display:flex;align-items:center;gap:12px;z-index:2}.experience strong{font-size:48px;color:var(--red)}.experience span{color:#d6d7ee;text-transform:uppercase;font-size:10px;letter-spacing:.18em;line-height:1.5}.trust-strip{min-height:84px;display:flex;justify-content:center;align-items:center;gap:34px;background:var(--red);color:white;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800}.trust-strip i{width:5px;height:5px;background:white;transform:rotate(45deg);opacity:.7}.section{padding:110px clamp(24px,8vw,125px)}.section-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:90px;align-items:end;margin-bottom:55px}h2{font-size:clamp(38px,4.5vw,65px);letter-spacing:-.05em;line-height:.98;margin-bottom:0}.section-heading>p,.insurer-intro{color:#687078;line-height:1.8;max-width:550px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{padding:35px 30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:390px;display:flex;flex-direction:column;position:relative;transition:.25s}.service-card:hover{background:var(--dark);color:white;transform:translateY(-4px)}.service-number{font-size:11px;color:#999;font-weight:800}.service-icon{width:74px;height:74px;border:2px solid var(--red);margin:38px 0 30px;border-radius:50%;display:grid;place-items:center;background:white;transition:.25s}.service-icon svg{width:48px;height:48px;stroke:var(--dark);stroke-width:2;fill:none}.service-icon svg .accent{stroke:var(--red);stroke-width:3}.service-card:hover .service-icon{transform:scale(1.06);border-color:white}.service-card:hover .service-icon svg{stroke:var(--dark)}.service-card h3{font-size:25px;margin-bottom:14px}.service-card p{font-size:14px;line-height:1.7;color:#777f86}.service-card a{display:flex;align-items:center;gap:10px;margin-top:auto;color:var(--red);text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.12em}.about{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:var(--dark);color:white}.about-visual{position:relative;overflow:hidden;background:#3a3e82}.garage-art{position:absolute;inset:0;background:linear-gradient(155deg,transparent 0 35%,rgba(255,255,255,.07) 35% 36%,transparent 36%),repeating-linear-gradient(90deg,#3a3e82 0 90px,#303473 90px 92px)}.lift{position:absolute;width:70%;height:55%;left:15%;bottom:0;border-left:13px solid #20235d;border-right:13px solid #20235d}.lift:before{content:"";position:absolute;height:15px;background:#1f225a;left:-60px;right:-60px;bottom:55%}.mini-car{position:absolute;width:72%;height:120px;background:var(--red);left:14%;bottom:120px;border-radius:80px 110px 24px 24px;clip-path:polygon(10% 34%,24% 2%,68% 0,86% 34%,100% 50%,95% 100%,5% 100%,0 52%)}.mini-car:before,.mini-car:after{content:"";position:absolute;background:#171946;width:70px;height:70px;border-radius:50%;bottom:-25px}.mini-car:before{left:50px}.mini-car:after{right:50px}.about-badge{position:absolute;z-index:2;top:45px;left:45px;width:110px;height:110px;background:var(--red);display:flex;flex-direction:column;justify-content:center;align-items:center}.about-badge strong{font-size:10px;text-transform:uppercase;letter-spacing:.2em}.about-badge span{font-size:32px;font-weight:900}.about-copy{padding:100px clamp(40px,8vw,115px)}.about-copy h2{max-width:600px;margin-bottom:30px}.about-copy>p{color:#aeb4b9;line-height:1.85}.about-copy ul{list-style:none;padding:0;margin:35px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:18px}.about-copy li:before{content:"✓";color:var(--red);font-weight:900;margin-right:10px}.insurers{text-align:center;background:var(--cream)}.insurers h2{margin-bottom:22px}.insurer-intro{margin:0 auto 48px}.insurer-row{display:grid;grid-template-columns:repeat(4,1fr);max-width:1050px;margin:auto}.insurer-row div{padding:32px 20px;border:1px solid #d7d4cf;margin-left:-1px;font-size:24px;font-weight:900;color:#444b51}.locations{padding:110px clamp(24px,8vw,125px);background:#282b72;color:white;display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;align-items:stretch}.locations-title{padding-right:35px}.locations-title h2{margin-bottom:25px}.locations-title p{color:#d2d3e7;line-height:1.7}.location-card{padding:38px;border:1px solid #55599a;position:relative}.location-index{color:var(--red);font-size:12px;font-weight:900;margin-bottom:48px}.location-card h3{font-size:26px}.location-card>p{min-height:80px;color:#e1e2f1;line-height:1.65;display:flex;gap:12px}.location-card>p svg{flex:0 0 20px;color:var(--red);margin-top:2px}.phone-list{display:flex;flex-direction:column;gap:8px;font-size:21px;font-weight:800;margin:25px 0}.map-link{border-top:1px solid #55599a;padding-top:20px;color:var(--red);display:flex;justify-content:space-between;text-transform:uppercase;font-size:11px;letter-spacing:.14em;font-weight:800}.cta{background:var(--red);color:white;padding:70px clamp(24px,8vw,125px);display:flex;align-items:center;justify-content:space-between;gap:50px}.cta .eyebrow{color:white;opacity:.75;margin-bottom:12px}.cta h2{font-size:clamp(38px,4vw,58px)}.cta p{margin:18px 0 0;opacity:.8}.button-light{background:white;color:var(--red);flex:0 0 auto}footer{padding:50px clamp(24px,8vw,125px);display:flex;align-items:center;gap:50px;justify-content:space-between;color:#747b80;font-size:12px}.footer-brand{color:var(--ink)}footer p{margin:0}.mobile-call{display:none}@media(max-width:1000px){nav{display:none}.hero-car{opacity:.28;right:-190px}.service-grid{grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr}.about-visual{min-height:500px}.locations{grid-template-columns:1fr 1fr}.locations-title{grid-column:1/-1}.section-heading{gap:40px}.insurer-row{grid-template-columns:1fr 1fr}}@media(max-width:650px){body{padding-bottom:65px}.topbar{height:72px;padding:0 18px}.brand-mark{width:38px;height:38px}.brand-copy b{font-size:18px}.top-call{display:none}.hero{min-height:670px;padding:75px 22px}.hero-content>p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-car{width:430px;right:-235px;bottom:115px}.experience{display:none}.trust-strip{overflow:hidden;justify-content:flex-start;padding:0 24px;white-space:nowrap}.trust-strip span:nth-of-type(n+3),.trust-strip i:nth-of-type(n+2){display:none}.section{padding:78px 22px}.section-heading{grid-template-columns:1fr;gap:24px}.service-grid{grid-template-columns:1fr}.service-card{min-height:330px}.about-visual{min-height:380px}.about-copy{padding:70px 24px}.about-copy ul{grid-template-columns:1fr}.insurer-row{grid-template-columns:1fr 1fr}.insurer-row div{font-size:17px}.locations{grid-template-columns:1fr;padding:78px 22px}.locations-title{grid-column:auto}.cta{padding:65px 22px;flex-direction:column;align-items:flex-start}.cta .button{width:100%}footer{flex-direction:column;align-items:flex-start;gap:18px}.mobile-call{position:fixed;display:flex;z-index:30;bottom:0;left:0;right:0;height:64px;background:var(--red);color:white;align-items:center;justify-content:center;gap:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}}

.brand-logo {
  display: block;
  width: clamp(210px, 24vw, 350px);
  height: 68px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.insurer-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1220px;
  align-items: stretch;
}

.insurer-row .insurer-logo {
  min-height: 155px;
  padding: 24px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.insurer-logo img {
  width: 100%;
  height: 92px;
  object-fit: contain;
}

.footer-logo {
  height: 58px;
  width: 290px;
}

@media (max-width: 1000px) {
  .insurer-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .brand-logo { width: 205px; height: 54px; }
  .insurer-row { grid-template-columns: 1fr 1fr; }
  .insurer-row .insurer-logo { min-height: 120px; padding: 18px 12px; }
  .insurer-logo img { height: 76px; }
  .insurer-logo:last-child { grid-column: 1 / -1; }
  .footer-logo { width: 250px; height: 58px; }
}

.hero-photo{position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,23,63,.97) 0%,rgba(21,23,63,.88) 45%,rgba(21,23,63,.2) 100%),url("/photos/fachada-asturias.png") center/cover no-repeat}.hero-content{position:relative;z-index:3}.hero-car{display:none}.hero-lines{z-index:2}.service-card:has(.service-photo){padding-top:0}.service-photo{width:calc(100% + 60px);height:150px;object-fit:cover;margin:0 -30px 22px}.service-card:has(.service-photo) .service-icon{margin:20px 0 24px}.about-photo{width:100%;height:100%;object-fit:cover;display:block}.about-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(40,43,114,.15),transparent 60%);pointer-events:none}.gallery-section{padding:110px clamp(24px,8vw,125px);background:#fff}.gallery-heading{display:grid;grid-template-columns:1.25fr 1fr;gap:70px;align-items:end;margin-bottom:45px}.gallery-heading .eyebrow{grid-column:1/-1;margin-bottom:-35px}.gallery-heading p{color:#687078;line-height:1.8;max-width:560px}.photo-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:250px;gap:16px}.photo-gallery figure{margin:0;position:relative;overflow:hidden;background:#282b72}.photo-gallery .gallery-wide{grid-column:span 2;grid-row:span 2}.photo-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s}.photo-gallery figure:hover img{transform:scale(1.035)}.photo-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:35px 22px 18px;background:linear-gradient(transparent,rgba(20,22,65,.88));color:white;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800}
@media(max-width:1000px){.gallery-heading{grid-template-columns:1fr;gap:25px}.gallery-heading .eyebrow{grid-column:auto;margin-bottom:-5px}.photo-gallery{grid-template-columns:1fr 1fr}.photo-gallery .gallery-wide{grid-column:1/-1;grid-row:auto;height:380px}}
@media(max-width:650px){.hero-photo{background:linear-gradient(180deg,rgba(21,23,63,.88),rgba(21,23,63,.93)),url("/photos/fachada-asturias.png") center/cover no-repeat}.service-photo{height:185px}.gallery-section{padding:78px 22px}.photo-gallery{grid-template-columns:1fr;grid-auto-rows:230px}.photo-gallery .gallery-wide{grid-column:auto;height:auto}.about-photo{min-height:380px}}

.developer-credit{min-height:58px;padding:14px 24px;background:#20235d;color:#dfe0f3;display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px;letter-spacing:.04em}.developer-credit strong{color:#fff}.developer-credit a{display:inline-flex;align-items:center;gap:7px;color:#fff;font-weight:800}.developer-credit a:hover{color:#72df8c}.developer-credit svg{width:21px;height:21px;stroke:#25d366;stroke-width:1.8}
@media(max-width:650px){.developer-credit{padding:16px 18px;flex-wrap:wrap;text-align:center;gap:7px 10px}}
