:root{--ink:#0a1720;--ink-2:#132a38;--orange:#ff5a1f;--orange-dark:#d83d05;--green:#1f9d63;--paper:#fff;--soft:#f4f1eb;--line:#dfe5e8;--muted:#54646e;--radius:18px;--shadow:0 18px 50px rgba(7,25,35,.12);--wrap:1180px;--test-height:38px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;padding-top:var(--test-height)}
img{max-width:100%;height:auto}
a{color:inherit}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.12;letter-spacing:-.025em}
h1{font-size:clamp(2.65rem,7vw,5.7rem);max-width:880px}
h2{font-size:clamp(2rem,4vw,3.35rem)}
h3{font-size:1.28rem}
.wrap{width:min(calc(100% - 40px),var(--wrap));margin-inline:auto}
.narrow{max-width:820px}
.section{padding:clamp(72px,9vw,120px) 0}
.section-soft{background:var(--soft)}
.section-dark{background:var(--ink);color:#fff}
.skip-link{position:fixed;z-index:1000;left:12px;top:-80px;background:#fff;color:#000;padding:10px 16px;border-radius:8px}
.skip-link:focus{top:6px}
.test-ribbon{position:fixed;z-index:900;top:0;left:0;right:0;height:var(--test-height);display:flex;align-items:center;justify-content:center;gap:12px;padding:7px 20px;text-align:center;background:#ffe7a6;color:#362600;font-size:.83rem;border-bottom:1px solid #e8c35c}
.site-header{position:sticky;z-index:800;top:var(--test-height);background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(10,23,32,.09)}
.header-inner{min-height:82px;display:flex;align-items:center;gap:28px}
.brand{width:220px;flex:0 0 auto;display:block}
.brand img{display:block;width:100%}
.main-nav{display:flex;align-items:center;justify-content:center;gap:22px;margin-left:auto}
.main-nav a{text-decoration:none;font-weight:700;font-size:.91rem;white-space:nowrap}
.main-nav a:hover,.main-nav a:focus-visible{color:var(--orange)}
.language-switcher{position:relative;flex:0 0 auto}
.language-switcher summary{list-style:none;cursor:pointer;display:grid;place-items:center;min-width:44px;height:42px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;font-weight:950}
.language-switcher summary::-webkit-details-marker{display:none}
.language-options{position:absolute;z-index:950;right:0;top:calc(100% + 8px);display:grid;grid-template-columns:repeat(2,1fr);gap:5px;min-width:132px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}
.language-options a{display:grid;place-items:center;padding:7px 9px;border-radius:7px;text-decoration:none;font-weight:900;font-size:.85rem}
.language-options a:hover,.language-options a[aria-current="page"]{background:var(--ink);color:#fff}
.header-call{flex:0 0 auto;padding:10px 15px;border-radius:12px;background:var(--ink);color:#fff;text-decoration:none;text-align:right;line-height:1.15}
.header-call span{display:block;font-size:.72rem;color:#cfd9df;text-transform:uppercase;letter-spacing:.08em}
.header-call strong{display:block;margin-top:4px;font-size:1.07rem}
.menu-button{display:none;border:0;background:var(--ink);color:#fff;border-radius:10px;padding:10px 12px;font-weight:800;gap:8px;align-items:center}
.hero{position:relative;min-height:min(780px,calc(100vh - 120px));display:flex;align-items:center;overflow:hidden;background:var(--ink)}
.hero-media,.hero-shade{position:absolute;inset:0}
.hero-media{background:url('/images/slider/aperturas-24horas.webp') center/cover no-repeat;transform:scale(1.01)}
.hero-shade{background:linear-gradient(90deg,rgba(5,15,22,.96) 0%,rgba(5,15,22,.82) 43%,rgba(5,15,22,.18) 78%,rgba(5,15,22,.06) 100%)}
.hero-content{position:relative;z-index:2;color:#fff;padding-block:100px 115px}
.hero h1{margin-bottom:24px;max-width:780px}
.hero-lead{max-width:690px;font-size:clamp(1.12rem,2vw,1.4rem);color:#e8eef1;margin-bottom:30px}
.eyebrow{margin-bottom:13px;color:var(--orange-dark);font-weight:900;letter-spacing:.11em;text-transform:uppercase;font-size:.78rem}
.eyebrow-light{color:#ffab83}
.hero-actions,.cta-actions{display:flex;gap:13px;flex-wrap:wrap}
.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:14px 22px;border:2px solid transparent;border-radius:12px;text-decoration:none;font-weight:900;line-height:1.15;transition:transform .2s,box-shadow .2s,background .2s}
.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.2)}
.button-primary{background:var(--orange);color:#fff}
.button-primary:hover{background:var(--orange-dark)}
.button-whatsapp{background:var(--green);color:#fff}
.button-light{background:#fff;color:var(--ink)}
.hero-points{display:flex;gap:12px 28px;flex-wrap:wrap;list-style:none;padding:0;margin:34px 0 0;color:#f3f6f7;font-weight:700;font-size:.94rem}
.hero-points li::before{content:'✓';color:#ff9a6b;margin-right:8px}
.section-heading{max-width:780px;margin-bottom:42px}
.section-heading>p:last-child{font-size:1.1rem;color:var(--muted);max-width:680px}
.section-heading.light p{color:#c7d3da}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 30px rgba(9,30,42,.05);display:flex;flex-direction:column;min-height:330px}
.service-card.featured{background:var(--ink);color:#fff;border-color:var(--ink);transform:translateY(-12px)}
.service-card p{color:var(--muted)}
.service-card.featured p{color:#c8d2d8}
.service-card a{margin-top:auto;text-decoration:none;font-weight:900;color:var(--orange-dark)}
.service-card.featured a{color:#ffab83}
.card-number{font-weight:950;font-size:2.8rem;color:#d6dde1;line-height:1;margin-bottom:35px}
.featured .card-number{color:#435866}
.photo-story{overflow:hidden}
.story-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:64px;align-items:center}
.story-image{margin:0;min-height:440px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.story-image img{width:100%;height:100%;min-height:440px;object-fit:cover;object-position:center}
.story-copy>p{font-size:1.08rem;color:var(--muted)}
.inline-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:28px}
.step-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.step-grid li{display:flex;gap:18px}
.step-grid li>span{flex:0 0 46px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--orange);font-weight:950}
.step-grid h3{margin:3px 0 8px}
.step-grid p{color:#bdcbd3}
.coverage-grid,.content-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.75fr);gap:70px;align-items:start}
.coverage-grid>div>p{font-size:1.1rem;color:var(--muted)}
.coverage-card,.side-card{padding:34px;border-radius:var(--radius);background:var(--ink);color:#fff;box-shadow:var(--shadow)}
.coverage-card h3,.side-card h2{font-size:1.7rem}
.side-card p,.side-card li{color:#d4dde2}
.side-card .text-link{color:#ffad88}
.check-list{list-style:none;padding:0;margin:24px 0 0}
.check-list li{position:relative;padding:8px 0 8px 28px}
.check-list li::before{content:'✓';position:absolute;left:0;color:var(--orange);font-weight:950}
.small-note{font-size:.92rem!important;color:var(--muted)!important}
.section-dark .small-note{color:#c7d3da!important}
.property-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.property-grid article{padding:28px;border-radius:16px;background:#fff;border:1px solid var(--line)}
.property-grid p{color:var(--muted);margin-bottom:0}
.photo-gallery{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,230px);gap:18px}
.gallery-card{position:relative;margin:0;border-radius:18px;overflow:hidden;background:#142b39}
.gallery-card.gallery-wide{grid-row:1 / 3}
.gallery-card img{width:100%;height:100%;object-fit:cover}
.gallery-card figcaption{position:absolute;left:18px;bottom:16px;padding:8px 12px;border-radius:9px;background:rgba(5,18,26,.78);color:#fff;font-weight:800;font-size:.9rem}
.localized-photo{margin:0;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.localized-photo img{display:block;width:100%;min-height:310px;object-fit:cover}
.section-dark .coverage-grid>div>p{color:#c7d3da}
.faq details{border-top:1px solid #cdd5d8;padding:22px 0}
.faq details:last-child{border-bottom:1px solid #cdd5d8}
.faq summary{cursor:pointer;font-weight:900;font-size:1.12rem;list-style:none;display:flex;justify-content:space-between;gap:20px}
.faq summary::after{content:'+';color:var(--orange);font-size:1.6rem;line-height:1}
.faq details[open] summary::after{content:'−'}
.faq details p{color:var(--muted);max-width:720px;margin:15px 0 0}
.cta-band{padding:64px 0;background:var(--orange);color:#fff}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}
.cta-band h2{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:13px}
.cta-band p{max-width:690px;margin-bottom:0}
.cta-band .eyebrow{color:#501700;margin-bottom:8px}
.cta-band .button-primary{background:var(--ink)}
.inner-hero{padding:clamp(82px,11vw,148px) 0;background:linear-gradient(110deg,rgba(7,20,29,.98),rgba(16,48,66,.88)),url('/images/backgrounds/page-title.jpg') center/cover;color:#fff}
.inner-hero h1{font-size:clamp(2.6rem,6vw,5rem);margin-bottom:20px}
.inner-hero-content>p:not(.eyebrow){max-width:700px;font-size:1.22rem;color:#d9e2e7;margin-bottom:28px}
.prose{font-size:1.06rem}
.prose h2{font-size:clamp(1.75rem,3vw,2.5rem);margin:50px 0 16px}
.prose h2:first-child{margin-top:0}
.prose p,.prose li{color:#475963}
.side-card ul{padding-left:20px}
.text-link{display:inline-block;margin-top:10px;color:var(--orange-dark);font-weight:900;text-decoration:none}
.factor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.factor-grid article{border:1px solid var(--line);border-radius:16px;padding:26px;background:#fff}
.factor-grid span{font-size:2rem;font-weight:950;color:#c9d2d6}
.factor-grid p{color:var(--muted);margin-bottom:0}
.notice{margin-top:35px;background:#fff2cc;border-left:6px solid #e7a600;border-radius:12px;padding:24px 28px}
.notice p{margin:7px 0 0;color:#544100}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.contact-panel{padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 12px 36px rgba(7,25,35,.08)}
.contact-panel h2{font-size:1.75rem}
.contact-panel p{color:var(--muted)}
.site-footer{background:#07141c;color:#fff;padding:70px 0 95px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px}
.footer-logo{width:240px;filter:brightness(0) invert(1);opacity:.96}
.footer-grid p{color:#aebdc6;max-width:360px}
.footer-grid h2{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:#ff9a6b;margin-bottom:20px}
.footer-grid a{display:block;color:#d5dee3;text-decoration:none;margin:9px 0}
.footer-grid a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:24px;border-top:1px solid #263843;color:#8fa2ae;font-size:.84rem}
.mobile-actions{display:none;position:fixed;z-index:850;left:0;right:0;bottom:0;height:64px;background:#fff;box-shadow:0 -8px 30px rgba(0,0,0,.17)}
.mobile-actions a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:950}
.mobile-actions a:first-child{background:var(--orange);color:#fff}
.mobile-actions a:last-child{background:var(--green);color:#fff}
.toast{position:fixed;z-index:1100;left:50%;bottom:28px;transform:translateX(-50%);max-width:min(92vw,620px);padding:15px 20px;border-radius:12px;background:#101c24;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.28);text-align:center;font-weight:800}

@media(max-width:1050px){
  .header-inner{min-height:72px}
  .brand{width:190px}
  .menu-button{display:flex;margin-left:auto}
  .main-nav{display:none;position:absolute;left:20px;right:20px;top:calc(100% + 8px);padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}
  .main-nav.open{display:flex}
  .main-nav a{padding:11px 8px;border-bottom:1px solid #eef1f2}
  .main-nav a:last-child{border-bottom:0}
  .header-call{display:none}
  .service-grid{grid-template-columns:1fr 1fr}
  .service-card.featured{transform:none}
  .step-grid{grid-template-columns:1fr}
  .factor-grid{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr 1fr}
  .story-grid{grid-template-columns:1fr;gap:38px}
  .story-image,.story-image img{min-height:340px}
  .property-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  :root{--test-height:58px}
  body{padding-bottom:64px}
  .wrap{width:min(calc(100% - 28px),var(--wrap))}
  .test-ribbon{height:var(--test-height);flex-direction:column;gap:0;line-height:1.35;font-size:.76rem}
  .brand{width:168px}
  .hero{min-height:720px;align-items:flex-end}
  .hero-media{background-position:63% center}
  .hero-shade{background:linear-gradient(0deg,rgba(5,15,22,.98) 0%,rgba(5,15,22,.88) 55%,rgba(5,15,22,.25) 100%)}
  .hero-content{padding-block:82px 70px}
  .hero h1{font-size:clamp(2.65rem,14vw,4.2rem)}
  .hero-actions,.cta-actions{flex-direction:column;align-items:stretch}
  .button{width:100%;text-align:center}
  .hero-points{display:grid;gap:8px}
  .service-grid,.coverage-grid,.content-grid,.factor-grid,.contact-grid,.footer-grid,.property-grid{grid-template-columns:1fr}
  .service-card{min-height:0}
  .coverage-grid,.content-grid{gap:38px}
  .photo-gallery{grid-template-columns:1fr;grid-template-rows:repeat(3,240px)}
  .gallery-card.gallery-wide{grid-row:auto}
  .story-image,.story-image img{min-height:280px}
  .cta-band-inner{align-items:stretch;flex-direction:column}
  .footer-grid{gap:34px}
  .footer-bottom{flex-direction:column}
  .site-footer{padding-bottom:80px}
  .mobile-actions{display:flex}
  .toast{bottom:82px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

:root{--ink:#111827;--ink-2:#1e293b;--orange:#f97316;--orange-dark:#d9550b;--green:#159957;--soft:#f5f7f9;--line:#e5e9ed;--muted:#56616b;--radius:16px;--shadow:0 18px 55px rgba(15,23,42,.14);--wrap:1200px;--test-height:0px}
body{font-family:"Segoe UI",Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.6;background:#fff}
h1,h2,h3{letter-spacing:-.035em}
h2{font-size:clamp(2rem,3.5vw,3rem)}
.section{padding:clamp(64px,7vw,92px) 0}
.test-ribbon{inset:auto auto 18px 18px;width:auto;height:auto;min-height:0;display:flex;align-items:flex-start;gap:0;padding:8px 11px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(17,24,39,.92);backdrop-filter:blur(8px);box-shadow:0 8px 26px rgba(15,23,42,.2);color:#fff;font-size:.67rem;line-height:1.25;text-align:left;font-weight:600;pointer-events:none}
.test-ribbon span{color:#d5dce4}
.utility-bar{min-height:40px;background:#111827;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}
.utility-inner{min-height:40px;display:flex;align-items:center;gap:22px}
.utility-service{font-size:.8rem;color:#d6dce4;font-weight:700;letter-spacing:.02em}
.utility-languages{display:flex;align-items:center;gap:7px;margin-left:auto}
.utility-languages a{display:grid;place-items:center;width:25px;height:26px;border-radius:50%;font-size:1.05rem;text-decoration:none;transition:transform .2s,background .2s}
.utility-languages a:hover,.utility-languages a:focus-visible{transform:translateY(-2px) scale(1.12);background:rgba(255,255,255,.12)}
.utility-phone{display:flex;align-items:center;gap:7px;text-decoration:none;font-size:.92rem;font-weight:900;color:#fff}
.utility-phone span{color:#fb923c}
.site-header{top:var(--test-height);background:rgba(255,255,255,.97);box-shadow:0 8px 26px rgba(15,23,42,.06);border:0}
.header-inner{min-height:78px;gap:18px}
.brand{width:205px}
.main-nav{gap:5px}
.main-nav a{padding:10px 9px;border-radius:8px;font-size:.82rem;text-transform:uppercase;letter-spacing:.035em}
.main-nav a:hover,.main-nav a:focus-visible{background:#fff3ea;color:var(--orange-dark)}
.language-switcher summary{height:42px;min-width:65px;border-radius:9px;font-size:.82rem;gap:5px;grid-auto-flow:column}
.language-options{grid-template-columns:repeat(2,1fr);min-width:146px}
.header-whatsapp,.header-call{height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:10px;text-decoration:none;font-weight:900;white-space:nowrap}
.header-whatsapp{padding:0 13px;background:var(--green);color:#fff;font-size:.84rem}
.header-whatsapp span{font-size:.72rem;color:#dff9e9}
.header-call{padding:0 14px;background:var(--orange);color:#fff;line-height:1}
.header-call span,.header-call strong{display:inline;color:#fff;margin:0;font-size:.85rem;text-transform:none;letter-spacing:0}
.header-whatsapp:hover,.header-call:hover{filter:brightness(.94);transform:translateY(-1px)}
.hero{min-height:560px;height:560px;align-items:center;background:#111827}
.hero-slides{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transform:scale(1.025);transition:opacity .75s ease,transform 6s ease}
.hero-slide.is-active{opacity:1;transform:scale(1)}
.hero-slide-1{background-image:url('/images/slider/aperturas-24horas.webp')}
.hero-slide-2{background-image:url('/images/slider/cerrajeros-profesionales.webp')}
.hero-slide-3{background-image:url('/images/slider/cerrajeros24.webp')}
.hero-slide-4{background-image:url('/images/slider/cerrajeros-torrevieja.webp')}
.hero-shade{background:linear-gradient(90deg,rgba(8,14,23,.94) 0%,rgba(8,14,23,.8) 42%,rgba(8,14,23,.24) 72%,rgba(8,14,23,.05) 100%)}
.hero-content{padding:70px 0 86px}
.hero-status{width:max-content;display:flex;align-items:center;gap:9px;margin:0 0 16px;padding:7px 12px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(7,15,24,.45);backdrop-filter:blur(8px);font-size:.82rem;font-weight:800;color:#fff}
.hero-status span{width:9px;height:9px;border-radius:50%;background:#35d07f;box-shadow:0 0 0 5px rgba(53,208,127,.16)}
.hero .eyebrow{margin-bottom:10px;color:#fda66f}
.hero h1{margin:0 0 17px;max-width:720px;font-size:clamp(3.15rem,5.6vw,5.15rem);line-height:.98;text-wrap:balance}
.hero h1 span{color:#fb923c}
.hero-lead{max-width:655px;margin-bottom:25px;font-size:clamp(1.06rem,1.6vw,1.28rem);line-height:1.55}
.hero-actions{gap:11px}
.hero .button{min-height:54px;border-radius:10px;padding:14px 19px}
.hero-points{margin-top:22px;gap:10px 24px;font-size:.86rem}
.hero-points li::before{color:#fb923c}
.hero-controls{position:absolute;z-index:4;left:50%;bottom:22px;transform:translateX(-50%);display:flex;align-items:center;gap:11px;color:#fff}
.hero-arrow{width:36px;height:36px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(10,18,29,.5);color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}
.hero-dots{display:flex;gap:7px}
.hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:width .2s,background .2s}
.hero-dots button.is-active{width:24px;background:#fb923c}
.trust-strip{position:relative;z-index:20;margin-top:-2px;background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border-radius:0 0 16px 16px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.14);overflow:hidden;transform:translateY(-1px)}
.trust-grid article{min-height:104px;display:flex;align-items:center;gap:13px;padding:20px 22px;border-right:1px solid var(--line)}
.trust-grid article:last-child{border-right:0}
.trust-icon{flex:0 0 46px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#fff1e8;color:var(--orange-dark);font-size:.88rem;font-weight:950}
.trust-grid strong,.trust-grid small{display:block}
.trust-grid strong{font-size:.96rem;line-height:1.25}
.trust-grid small{margin-top:4px;color:var(--muted);font-size:.75rem;line-height:1.25}
.localized-trust .trust-grid{grid-template-columns:repeat(3,1fr)}
.localized-trust .trust-grid article{justify-content:center}
.quick-help{padding-top:84px}
.section-heading{margin-bottom:34px}
.section-heading h2{margin-bottom:14px}
.section-heading>p:last-child{font-size:1.02rem}
.eyebrow{font-size:.73rem;letter-spacing:.14em}
.service-grid{gap:16px}
.service-card{min-height:255px;padding:26px;border-radius:14px;border:1px solid #e4e8eb;box-shadow:0 9px 28px rgba(15,23,42,.06);transition:transform .22s,box-shadow .22s,border-color .22s}
.service-card:hover{transform:translateY(-5px);box-shadow:0 17px 38px rgba(15,23,42,.12);border-color:#f4b083}
.service-card.featured{transform:none;background:#17212d;border-color:#17212d}
.service-card.featured:hover{transform:translateY(-5px)}
.card-number{width:42px;height:42px;display:grid;place-items:center;margin-bottom:22px;border-radius:11px;background:#fff1e8;color:var(--orange-dark);font-size:.86rem}
.featured .card-number{background:rgba(249,115,22,.16);color:#ffb17d}
.service-card h3{font-size:1.2rem;margin-bottom:11px}
.service-card p{font-size:.94rem;line-height:1.55}
.service-card a{font-size:.87rem}
.section-soft{background:#f5f7f9}
.story-grid{gap:55px}
.story-image{position:relative;min-height:380px;border-radius:16px;box-shadow:var(--shadow)}
.story-image::after{content:'';position:absolute;inset:auto -13px -13px auto;width:46%;height:46%;border-right:7px solid var(--orange);border-bottom:7px solid var(--orange);border-radius:0 0 19px 0;pointer-events:none}
.story-image img{min-height:380px}
.step-grid li>span{background:var(--orange);box-shadow:0 0 0 7px rgba(249,115,22,.12)}
.coverage-card,.side-card{background:#17212d}
.property-grid article{border-radius:13px;transition:transform .2s,box-shadow .2s}
.property-grid article:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(15,23,42,.09)}
.photo-gallery{gap:14px}
.gallery-card{border-radius:14px}
.gallery-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,17,27,.45),transparent 50%);pointer-events:none}
.gallery-card figcaption{z-index:2}
.cta-band{background:linear-gradient(110deg,#e85d0c,#fb812c)}
.inner-hero{min-height:410px;display:flex;align-items:center;padding:90px 0;background:linear-gradient(90deg,rgba(8,15,24,.94),rgba(8,15,24,.62)),url('/images/backgrounds/page-title.jpg') center/cover}
.inner-hero h1{font-size:clamp(2.75rem,5.3vw,4.65rem)}
.contact-panel{border-radius:14px}
.site-footer{background:#0d151f;padding-top:64px}
.footer-logo{filter:none;width:230px}
.footer-grid h2{color:#fb9a5c}
.mobile-actions{height:68px}
.mobile-actions a:first-child{background:#ee6815}
.mobile-actions a:last-child{background:#159957}

@media(max-width:1160px){
  .header-inner{gap:11px}.brand{width:182px}.main-nav a{padding-inline:7px;font-size:.76rem}.header-whatsapp{padding-inline:10px}.header-call{padding-inline:12px}
}
@media(max-width:1050px){
  .header-inner{min-height:70px}.brand{width:180px}.menu-button{order:5;margin-left:0}.main-nav{top:calc(100% + 7px)}.header-call{display:none}.header-whatsapp{margin-left:auto}.language-switcher{order:3}.header-whatsapp{order:4}.menu-button{order:5}
  .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid article:nth-child(2){border-right:0}.trust-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.localized-trust .trust-grid{grid-template-columns:repeat(3,1fr)}.localized-trust .trust-grid article:nth-child(2){border-right:1px solid var(--line);border-bottom:0}
}
@media(max-width:760px){
  :root{--test-height:0px}.test-ribbon{bottom:78px;left:8px;font-size:.6rem;padding:6px 8px}.utility-inner{gap:8px}.utility-service{display:none}.utility-languages{margin-left:0;gap:2px;overflow-x:auto;scrollbar-width:none}.utility-languages::-webkit-scrollbar{display:none}.utility-languages a{flex:0 0 23px;width:23px;font-size:.92rem}.utility-phone{margin-left:auto;font-size:.8rem}
  .site-header{box-shadow:0 5px 20px rgba(15,23,42,.08)}.header-inner{min-height:66px}.brand{width:154px}.language-switcher,.header-whatsapp{display:none}.menu-button{margin-left:auto;order:5;padding:9px 11px}.menu-button span:last-child{display:none}
  .hero{height:610px;min-height:610px;align-items:center}.hero-slide{background-position:60% center}.hero-slide-3,.hero-slide-4{background-position:56% center}.hero-shade{background:linear-gradient(0deg,rgba(8,14,23,.97) 0%,rgba(8,14,23,.84) 58%,rgba(8,14,23,.28) 100%)}.hero-content{padding:105px 0 92px}.hero-status{font-size:.75rem}.hero h1{font-size:clamp(2.65rem,13vw,3.9rem);line-height:1.01}.hero-lead{font-size:1.02rem}.hero-actions{display:grid;grid-template-columns:1fr}.hero .button{width:100%}.hero-points{font-size:.8rem;display:grid}.hero-controls{bottom:18px;justify-content:center}
  .trust-grid{width:100%;border-radius:0;box-shadow:0 15px 35px rgba(15,23,42,.11)}.trust-grid article{min-height:88px;padding:14px 13px;gap:10px}.trust-icon{width:38px;height:38px;flex-basis:38px;font-size:.76rem}.trust-grid strong{font-size:.83rem}.trust-grid small{font-size:.68rem}
  .localized-trust .trust-grid{grid-template-columns:1fr}.localized-trust .trust-grid article{justify-content:flex-start;border-right:0!important;border-bottom:1px solid var(--line)!important}.localized-trust .trust-grid article:last-child{border-bottom:0!important}
  .quick-help{padding-top:64px}.section{padding:60px 0}.section-heading{margin-bottom:28px}.service-grid{gap:12px}.service-card{min-height:0;padding:23px}.story-image,.story-image img{min-height:255px}.photo-gallery{gap:10px}.inner-hero{min-height:390px;padding:78px 0}.footer-logo{width:210px}
}
@media(max-width:390px){.utility-languages a:nth-child(n+7){display:none}.utility-phone{font-size:.75rem}.brand{width:145px}.trust-grid article{padding-inline:10px}.trust-grid small{display:none}}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}
