:root {
  --al-blue: #00679a;
  --al-blue-dark: #064a70;
  --al-sky: #eaf6fb;
  --al-ink: #172733;
  --al-muted: #5d6b74;
  --al-border: #d8e6ed;
  --al-warm: #f8b400;
}

.al-site {
  color: var(--al-ink);
  background: #fff;
}

.al-site *, .al-home-entry *, .al-inline-portal * { box-sizing: border-box; }

.al-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--al-blue);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.al-home-hero, .al-page-hero {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 4rem;
  max-width: 1220px;
  margin: 2rem auto 0;
  padding: 6rem;
  border: 1px solid var(--al-border);
  border-radius: 2.8rem;
  background: radial-gradient(circle at 92% 12%, rgba(248,180,0,.2), transparent 24%), linear-gradient(135deg, #fafdff 0%, #e9f6fb 100%);
  box-shadow: 0 22px 60px rgba(0,103,154,.12);
}

.al-home-hero__copy, .al-page-hero__content { animation: al-enter-left .75s cubic-bezier(.2,.75,.25,1) both; }
.al-home-hero__visual, .al-page-hero__media { animation: al-enter-right .85s .08s cubic-bezier(.2,.75,.25,1) both; }

.al-home-hero h1, .al-page-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--al-ink);
  font-size: clamp(3.8rem, 5.2vw, 6.6rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.al-page-hero h1 { font-size: clamp(3.3rem, 4.4vw, 5.5rem); }
.al-home-hero__lead, .al-page-hero__content > p { max-width: 720px; margin: 2rem 0 0; color: var(--al-muted); font-size: 1.85rem; line-height: 1.65; }
.al-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }
.al-button { display: inline-flex; align-items: center; justify-content: center; min-height: 5rem; padding: 1.2rem 2rem; border: 2px solid transparent; border-radius: 1rem; font-size: 1.55rem; font-weight: 900; text-decoration: none; transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.al-button:hover, .al-button:focus { transform: translateY(-2px); }
.al-button--primary { color: #fff; background: var(--al-blue); box-shadow: 0 12px 25px rgba(0,103,154,.2); }
.al-button--primary:hover, .al-button--primary:focus { background: var(--al-blue-dark); }
.al-button--secondary { color: var(--al-blue-dark); border-color: #acd0df; background: rgba(255,255,255,.72); }
.al-hero-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.al-hero-benefit { min-height: 9rem; padding: 1.4rem 1.6rem; display: flex; flex-direction: column; justify-content: center; gap: .45rem; border: 1px solid #9dc7d9; border-radius: 1.2rem; background: rgba(255,255,255,.82); box-shadow: 0 10px 24px rgba(7,59,88,.07); }
.al-hero-benefit[href] { color: inherit; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.al-hero-benefit[href]:hover, .al-hero-benefit[href]:focus { box-shadow: 0 14px 28px rgba(7,59,88,.12); transform: translateY(-1px); }
.al-hero-benefit--primary { border-color: var(--al-blue); background: var(--al-blue); }
.al-hero-benefit small { color: var(--al-blue); font-size: 1.05rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.al-hero-benefit strong { color: var(--al-ink); font-size: 1.55rem; line-height: 1.3; }
.al-hero-benefit--primary small, .al-hero-benefit--primary strong { color: #fff; }
.al-hero-guarantee { margin: 1rem 0 0 !important; color: #176d47 !important; font-size: 1.3rem !important; font-weight: 900; }
.al-hero-guarantee::before { content: "✓"; margin-right: .55rem; }
.al-site .nav-mega__inner--alicante { grid-template-columns: minmax(18rem, .9fr) minmax(0, 2.3fr) auto; }

.al-home-hero__visual, .al-page-hero__media { position: relative; min-height: 330px; display: grid; place-items: center; }
.al-home-hero__visual::before, .al-page-hero__media::before { content: ""; position: absolute; width: 34rem; height: 34rem; border: 1px solid rgba(0,103,154,.18); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(255,255,255,.35), 0 0 0 8rem rgba(0,103,154,.045); animation: al-ring 7s ease-in-out infinite; }
.al-home-hero__visual img, .al-page-hero__image { position: relative; z-index: 2; width: min(100%, 460px); height: auto; filter: drop-shadow(0 22px 20px rgba(23,39,51,.15)); }
.al-home-hero__visual img, .al-page-hero__image--technician { width: auto; max-width: 78%; max-height: 390px; }
.al-home-hero__radius { position: absolute; z-index: 3; top: 1rem; right: .5rem; padding: 1rem 1.3rem; border-radius: 1rem; color: #173344; background: var(--al-warm); font-size: 1.2rem; line-height: 1.25; transform: rotate(3deg); box-shadow: 0 10px 20px rgba(23,39,51,.14); }
.al-page-hero__logo { position: relative; z-index: 2; max-width: 290px; max-height: 150px; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(23,39,51,.12)); }

.al-section { max-width: 1160px; margin: 0 auto; padding: 7rem 2rem; }
.al-section--intro { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: end; }
.al-section--intro p, .al-section__lead, .al-coverage p, .al-final-cta p { color: var(--al-muted); font-size: 1.6rem; line-height: 1.75; }
.al-section--intro > div > p { margin: 1.7rem 0 0; }
.al-intro-points { display: grid; gap: 1rem; }
.al-intro-points article { padding: 1.5rem 1.7rem; display: grid; gap: .45rem; border: 1px solid var(--al-border); border-radius: 1rem; background: #f8fcfe; }
.al-intro-points strong { color: var(--al-ink); font-size: 1.45rem; }
.al-intro-points span { color: var(--al-muted); font-size: 1.25rem; line-height: 1.55; }
.al-section h2 { margin: 0; color: var(--al-ink); font-size: clamp(3rem, 4vw, 4.6rem); line-height: 1.08; letter-spacing: -.035em; }
.al-section--tint { max-width: none; padding-left: max(2rem, calc((100vw - 1120px)/2)); padding-right: max(2rem, calc((100vw - 1120px)/2)); background: linear-gradient(180deg, #f5fbfd 0%, #eaf6fb 100%); border-block: 1px solid var(--al-border); }
.al-section__heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.al-section__heading > a, .al-text-link { color: var(--al-blue-dark); font-size: 1.45rem; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }

.al-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.al-card { min-height: 230px; padding: 2.5rem; border: 1px solid var(--al-border); border-radius: 1.6rem; background: #fff; box-shadow: 0 10px 28px rgba(7,59,88,.055); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.al-card__eyebrow { color: var(--al-blue); font-size: 1.1rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.al-card h3 { margin: 1.2rem 0 1rem; color: var(--al-ink); font-size: 2.2rem; }
.al-card p { min-height: 6.8rem; margin: 0 0 1.6rem; color: var(--al-muted); font-size: 1.4rem; line-height: 1.6; }
.al-card a { color: var(--al-blue-dark); font-size: 1.35rem; font-weight: 900; text-decoration: none; }
.al-card:hover { transform: translateY(-3px); border-color: #9cc7da; box-shadow: 0 16px 35px rgba(7,59,88,.1); }
.al-brand-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.2rem; }
.al-brand-grid--all { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.al-brand-card { min-height: 155px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .6rem; border: 1px solid var(--al-border); border-radius: 1.3rem; color: var(--al-ink); background: #fff; text-align: center; text-decoration: none; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.al-brand-card__logo { height: 55px; width: 100%; display: grid; place-items: center; }
.al-brand-card img { max-width: 120px; max-height: 50px; object-fit: contain; }
.al-brand-card strong { font-size: 1.4rem; }
.al-brand-card small { color: var(--al-muted); font-size: 1.05rem; }
.al-brand-card:hover, .al-brand-card:focus { transform: translateY(-3px); border-color: var(--al-blue); box-shadow: 0 10px 24px rgba(0,103,154,.11); }

.al-coverage { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: start; }
.al-coverage .local-landing__zones { margin-top: 0; }
.al-coverage .local-landing__zone { border-color: #b9d4e0; background: #f7fcfe; }
.al-final-cta { margin-bottom: 7rem; padding: 5rem; border-radius: 2.2rem; text-align: center; background: var(--al-ink); color: #fff; }
.al-final-cta h2, .al-final-cta p { color: #fff; }
.al-final-cta .al-button { margin-top: 1.5rem; background: var(--al-warm); color: #172733; }
.al-actions--center { justify-content: center; }

.al-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.al-detail-card { padding: 2.4rem; border: 1px solid var(--al-border); border-radius: 1.4rem; background: #fff; box-shadow: 0 10px 28px rgba(7,59,88,.05); }
.al-detail-card > span { display: inline-grid; width: 3.2rem; height: 3.2rem; place-items: center; border-radius: 50%; color: #fff; background: var(--al-blue); font-size: 1.1rem; font-weight: 900; }
.al-detail-card h3 { margin: 1.3rem 0 .8rem; color: var(--al-ink); font-size: 2rem; }
.al-detail-card p { margin: 0; color: var(--al-muted); font-size: 1.4rem; line-height: 1.65; }
.al-detail-card a { color: var(--al-blue-dark); font-weight: 850; }

.al-about-copy { display: grid; gap: 1.4rem; }
.al-info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.3rem; }
.al-info-grid article { padding: 2.2rem; border: 1px solid var(--al-border); border-radius: 1.2rem; background: #fff; }
.al-info-grid strong { display: block; margin-bottom: .8rem; color: var(--al-ink); font-size: 1.65rem; }
.al-info-grid p { margin: 0; color: var(--al-muted); font-size: 1.3rem; line-height: 1.6; }

.al-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.al-contact-card { min-height: 170px; padding: 2.4rem; display: flex; flex-direction: column; justify-content: center; gap: .7rem; border: 1px solid var(--al-border); border-radius: 1.4rem; color: var(--al-ink); background: #fff; text-decoration: none; box-shadow: 0 10px 28px rgba(7,59,88,.05); }
.al-contact-card > span { color: var(--al-blue); font-size: 1.15rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.al-contact-card strong { color: var(--al-ink); font-size: 2rem; line-height: 1.3; overflow-wrap: anywhere; }
.al-contact-card small { color: var(--al-muted); font-size: 1.25rem; line-height: 1.55; }
.al-contact-card--primary { color: #fff; background: var(--al-blue); border-color: var(--al-blue); }
.al-contact-card--primary > span, .al-contact-card--primary strong, .al-contact-card--primary small { color: #fff; }

.al-page-hero { margin-bottom: 5rem; padding: 4.5rem 5rem; }
.al-page-hero + .service__main { padding-top: 0; }
.al-site .service__main { max-width: 1120px; }
.al-site .service__intro, .al-site .service__types, .al-site .service__coverage, .al-site .service__benefits, .al-site .service__cta { scroll-margin-top: 12rem; }
.al-local-intro { margin-top: 1.5rem; padding: 1.5rem; border-left: 4px solid var(--al-warm); background: #fff9e7; }
.al-faq { margin-top: 4rem; }

.al-home-entry { max-width: 1120px; margin: 2rem auto 6rem; padding: 3.2rem; border: 1px solid var(--al-border); border-radius: 2rem; background: linear-gradient(135deg, #fff 0%, #eef8fc 100%); }
.al-home-entry__heading { max-width: 760px; margin-bottom: 2.2rem; }
.al-home-entry h2, .al-inline-portal h2 { margin: 0 0 .9rem; color: var(--al-ink); font-size: 2.6rem; line-height: 1.15; }
.al-home-entry p, .al-inline-portal p { color: var(--al-muted); font-size: 1.45rem; line-height: 1.65; }
.al-home-entry__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.al-home-entry__grid a { padding: 1.6rem; display: flex; flex-direction: column; gap: .4rem; border: 1px solid var(--al-border); border-radius: 1.2rem; color: var(--al-ink); background: #fff; text-decoration: none; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.al-home-entry__grid a:hover, .al-home-entry__grid a:focus { transform: translateY(-2px); border-color: #9cc7da; box-shadow: 0 10px 24px rgba(7,59,88,.09); }
.al-home-entry__grid span { color: var(--al-blue); font-size: 1.15rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.al-home-entry__grid strong { font-size: 1.8rem; }
.al-home-entry__grid small { color: var(--al-muted); font-size: 1.15rem; }

.al-inline-portal { max-width: 1120px; margin: 4rem auto; padding: 2.5rem 3rem; display: flex; align-items: center; justify-content: space-between; gap: 3rem; border: 1px solid var(--al-border); border-radius: 1.6rem; background: #f3fafd; }
.al-inline-portal > div { max-width: 720px; }
.al-inline-portal > a { flex: 0 0 auto; padding: 1.2rem 1.6rem; border-radius: .9rem; color: #fff; background: var(--al-blue); font-size: 1.35rem; font-weight: 900; text-decoration: none; transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.al-inline-portal > a:hover, .al-inline-portal > a:focus { background: var(--al-blue-dark); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,103,154,.18); }

@keyframes al-enter-left {
  from { opacity: 0; transform: translateX(-26px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes al-enter-right {
  from { opacity: 0; transform: translateX(28px) scale(.985); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes al-ring {
  0%, 100% { transform: scale(.98); opacity: .82; }
  50% { transform: scale(1.035); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .al-site *, .al-home-entry *, .al-inline-portal * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media (max-width: 1050px) {
  .al-home-hero, .al-page-hero { grid-template-columns: 1fr; padding: 4.5rem; }
  .al-home-hero__visual, .al-page-hero__media { min-height: 260px; }
  .al-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .al-brand-grid, .al-brand-grid--all { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .al-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .al-home-hero, .al-page-hero { margin: 1rem; padding: 3rem 2rem; border-radius: 1.8rem; }
  .al-home-hero h1, .al-page-hero h1 { font-size: 3.6rem; }
  .al-home-hero__lead, .al-page-hero__content > p { font-size: 1.6rem; }
  .al-hero-benefits { grid-template-columns: 1fr; }
  .al-home-hero__visual, .al-page-hero__media { min-height: 220px; }
  .al-home-hero__visual::before, .al-page-hero__media::before { width: 22rem; height: 22rem; }
  .al-page-hero__logo { max-width: 220px; }
  .al-section { padding: 5rem 1.6rem; }
  .al-section--intro, .al-coverage { grid-template-columns: 1fr; gap: 2.5rem; }
  .al-section__heading { align-items: flex-start; flex-direction: column; }
  .al-card-grid { grid-template-columns: 1fr; }
  .al-detail-grid, .al-contact-grid, .al-info-grid { grid-template-columns: 1fr; }
  .al-card { min-height: 0; }
  .al-card p { min-height: 0; }
  .al-brand-grid, .al-brand-grid--all { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .al-final-cta { margin: 0 1rem 5rem; padding: 3.5rem 2rem; }
  .al-home-entry { margin: 1rem 1rem 4rem; padding: 2rem; }
  .al-home-entry__grid { grid-template-columns: 1fr; }
  .al-inline-portal { margin: 3rem 1rem; padding: 2rem; align-items: flex-start; flex-direction: column; }
  .al-inline-portal > a { width: 100%; text-align: center; }
}

@media (max-width: 430px) {
  .al-actions .al-button { width: 100%; }
}
