/*
Theme Name: Mudanzas Prima Modern
Theme URI: https://mudanzasprima.site/
Author: Mudanzas Prima
Description: Tema ligero y accesible para Mudanzas Prima, con foco local en Dénia y Marina Alta.
Version: 1.0.7
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: mudanzas-prima-modern
*/

:root {
  --mp-navy: #071b3a;
  --mp-blue: #082b73;
  --mp-blue-soft: #153a7f;
  --mp-yellow: #ffd21a;
  --mp-yellow-soft: #ffe15e;
  --mp-paper: #f5f7fa;
  --mp-ice: #eaf0f8;
  --mp-border: #dce4ef;
  --mp-slate: #475569;
  --mp-white: #fff;
  --mp-radius: 12px;
  --mp-shadow: 0 24px 70px rgb(7 27 58 / 12%);
  --mp-shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mp-paper);
  color: var(--mp-navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .mp-site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .mp-heading {
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-stretch: condensed;
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: manual;
}
::selection { background: var(--mp-yellow); color: var(--mp-navy); }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus, .mp-skip-link:focus {
  position: fixed !important; z-index: 999999; top: 10px; left: 10px; width: auto; height: auto;
  margin: 0; padding: 12px 18px; clip: auto; background: var(--mp-yellow); color: var(--mp-navy);
  border-radius: 6px; font-weight: 800;
}
:focus-visible { outline: 3px solid var(--mp-yellow); outline-offset: 4px; }
.mp-shell { width: min(var(--mp-shell), calc(100% - 32px)); margin-inline: auto; }
.mp-section { padding-block: clamp(72px, 8vw, 120px); }
.mp-section--white { background: var(--mp-white); }
.mp-section--paper { background: var(--mp-paper); }
.mp-section--ice { background: var(--mp-ice); }
.mp-section--navy { background: var(--mp-navy); color: var(--mp-white); }
.mp-section--blue { background: var(--mp-blue); color: var(--mp-white); }
.mp-muted { color: var(--mp-slate); }
.mp-text-light { color: #cbd5e1; }
.mp-eyebrow {
  margin-bottom: 12px; color: var(--mp-blue); font-size: 14px; font-weight: 900;
  letter-spacing: .18em; text-transform: uppercase;
}
.mp-section--navy .mp-eyebrow, .mp-section--blue .mp-eyebrow, .mp-hero .mp-eyebrow { color: var(--mp-yellow); }
.mp-title {
  margin-bottom: 0; font-size: clamp(36px, 4.8vw, 56px); font-weight: 900;
  letter-spacing: -.025em; line-height: .95; text-transform: uppercase; text-wrap: balance;
}
.mp-title--xl { font-size: clamp(48px, 6.4vw, 80px); line-height: .98; }
.mp-title--page { max-width: 960px; font-size: clamp(48px, 6.4vw, 80px); line-height: .98; }
.mp-title__accent { display: block; margin-top: 8px; color: var(--mp-yellow); }
.mp-lead { max-width: 700px; color: var(--mp-slate); font-size: clamp(18px, 2vw, 20px); line-height: 1.65; }
.mp-section--navy .mp-lead, .mp-section--blue .mp-lead, .mp-hero .mp-lead { color: #dbe4ef; }
.mp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.mp-button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 25px; border: 1px solid transparent; border-radius: 9px; background: var(--mp-yellow);
  color: var(--mp-navy); font-weight: 850; line-height: 1.2; transition: transform .2s, background-color .2s, color .2s;
}
.mp-button:hover { transform: translateY(-2px); background: var(--mp-yellow-soft); }
.mp-button--dark { background: var(--mp-navy); color: var(--mp-white); }
.mp-button--dark:hover { background: var(--mp-blue-soft); }
.mp-button--outline { border-color: rgb(255 255 255 / 28%); background: rgb(255 255 255 / 5%); color: var(--mp-white); }
.mp-button--outline:hover { background: var(--mp-white); color: var(--mp-navy); }
.mp-button svg, .mp-inline-link svg { width: 18px; height: 18px; flex: 0 0 auto; }
.mp-inline-link { display: inline-flex; align-items: center; gap: 8px; color: var(--mp-blue); font-weight: 800; }
.mp-inline-link:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Header */
.mp-site-header {
  position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgb(255 255 255 / 10%);
  background: rgb(7 27 58 / 96%); color: var(--mp-white); backdrop-filter: blur(12px);
}
.mp-header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.mp-brand { display: inline-flex; flex: 0 0 auto; padding: 8px 12px; border-radius: 6px; background: var(--mp-white); }
.mp-brand img { width: 188px; height: 58px; max-height: 40px; object-fit: contain; }
.mp-nav { display: flex; align-items: center; gap: 25px; }
.mp-nav a { font-size: 14px; font-weight: 750; }
.mp-nav a:hover, .mp-nav .current-menu-item > a, .mp-nav a[aria-current="page"] { color: var(--mp-yellow); }
.mp-nav ul { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.mp-header-cta { min-height: 44px; padding: 9px 18px; }
.mp-menu-toggle {
  display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 8px; background: transparent; color: var(--mp-white); cursor: pointer;
}
.mp-menu-toggle svg { width: 23px; height: 23px; }
.mp-header-tools { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.mp-language-slot { position: relative; width: 44px; height: 44px; flex: 0 0 44px; }
.mp-language-slot[hidden] { display: none; }
.mp-language-slot #gt_float_wrapper { position: relative !important; inset: auto !important; z-index: auto !important; width: 44px; height: 44px; }
.mp-language-slot .gt_float_switcher { width: 44px; height: 44px; overflow: visible; border-radius: 8px; background: transparent; color: var(--mp-white); font-family: inherit; box-shadow: none; }
.mp-language-slot .gt_float_switcher .gt-selected { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgb(255 255 255 / 25%); border-radius: 8px; background: transparent; color: var(--mp-white); cursor: pointer; }
.mp-language-slot .gt_float_switcher .gt-selected .gt-current-lang { display: grid; width: 100%; height: 100%; place-items: center; padding: 0; }
.mp-language-slot .gt_float_switcher img { display: block; width: 23px; height: 17px; margin: 0; border-radius: 2px; object-fit: contain; }
.mp-language-slot .gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code, .mp-language-slot .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow { display: none; }
.mp-language-slot .gt_float_switcher .gt_options { position: absolute; top: calc(100% + 12px) !important; right: 0; bottom: auto !important; left: auto; width: 190px; max-height: min(320px, 60vh); margin: 0; padding: 6px; overflow: auto; border: 1px solid rgb(255 255 255 / 25%); border-radius: 8px; background: var(--mp-navy); color: var(--mp-white); box-shadow: 0 16px 40px rgb(0 0 0 / 25%); }
.mp-language-slot .gt_float_switcher .gt_options a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 5px; color: var(--mp-white); font-size: 15px; line-height: 1.4; }
.mp-language-slot .gt_float_switcher .gt_options a:hover, .mp-language-slot .gt_float_switcher .gt_options a.gt-current { background: var(--mp-blue-soft); color: var(--mp-yellow); }
.mp-menu-toggle:hover, .mp-language-slot .gt_float_switcher .gt-selected:hover { background: rgb(255 255 255 / 8%); }
.mp-language-slot .gt-selected:focus-visible { outline: 3px solid var(--mp-yellow); outline-offset: 4px; }
.mp-mobile-menu { display: none; border-top: 1px solid rgb(255 255 255 / 10%); }
.mp-mobile-menu.is-open { display: block; }
.mp-mobile-menu nav { padding-block: 12px 18px; }
.mp-mobile-menu ul { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.mp-mobile-menu a { padding: 11px 4px; font-weight: 750; }

/* Hero */
.mp-hero { position: relative; overflow: hidden; background: var(--mp-navy); color: var(--mp-white); }
.mp-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 18% 15%, rgb(21 58 127 / 80%), transparent 38%);
}
.mp-hero--page::before { background: radial-gradient(circle at 75% 10%, rgb(21 58 127 / 95%), transparent 40%); }
.mp-hero-grid { position: relative; display: grid; min-height: 690px; align-items: center; gap: 48px; padding-block: 64px; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); }
.mp-hero-copy { position: relative; z-index: 1; max-width: 720px; }
.mp-hero .mp-lead { margin-top: 30px; }
.mp-location-pill {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px; padding: 8px 15px;
  border: 1px solid rgb(255 255 255 / 20%); border-radius: 999px; background: rgb(255 255 255 / 5%);
  color: #e2e8f0; font-size: 14px; font-weight: 700;
}
.mp-location-pill svg { width: 16px; height: 16px; color: var(--mp-yellow); }
.mp-hero-facts { display: flex; flex-wrap: wrap; gap: 16px 30px; margin-top: 38px; padding-top: 26px; border-top: 1px solid rgb(255 255 255 / 15%); color: #dbe4ef; font-size: 14px; }
.mp-hero-facts span, .mp-hero-facts a { display: inline-flex; align-items: center; gap: 8px; }
.mp-hero-facts svg { width: 17px; height: 17px; color: var(--mp-yellow); }
.mp-hero-media { position: relative; }
.mp-hero-media::before { content: ""; position: absolute; z-index: 2; top: -20px; left: -20px; width: 96px; height: 96px; border-top: 8px solid var(--mp-yellow); border-left: 8px solid var(--mp-yellow); }
.mp-hero-image { position: relative; min-height: 540px; overflow: hidden; border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--mp-radius); box-shadow: var(--mp-shadow); }
.mp-hero-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mp-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(7 27 58 / 90%), transparent 65%); }
.mp-image-caption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 30px 36px; }
.mp-image-caption strong { display: block; font-family: "Arial Narrow", Impact, sans-serif; font-size: 32px; line-height: 1; text-transform: uppercase; }
.mp-image-caption p { max-width: 500px; margin: 12px 0 0; color: #dbe4ef; font-size: 15px; }
.mp-page-hero-inner { position: relative; padding-block: clamp(72px, 9vw, 112px); }
.mp-page-hero-inner .mp-lead { margin-top: 28px; }
.mp-page-hero--compact .mp-page-hero-inner { padding-block: clamp(60px, 7vw, 80px); }

/* Cards and layouts */
.mp-section-heading { max-width: 780px; }
.mp-grid { display: grid; gap: 20px; }
.mp-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mp-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mp-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mp-split { display: grid; align-items: center; gap: clamp(42px, 7vw, 80px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mp-split--wide { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; }
.mp-grid > *, .mp-split > *, .mp-hero-grid > *, .mp-contact-grid > *, .mp-footer-grid > *, .mp-service-row > *, .mp-form-grid > *, .mp-fleet-grid > *, .mp-fleet-heading > *, .mp-cta-inner > * { min-width: 0; }
.mp-check-card > h3, .mp-detail-row > p, .mp-contact-card > span, .mp-fleet-photo figcaption strong { min-width: 0; overflow-wrap: anywhere; }
.mp-top-gap { margin-top: 48px; }
.mp-card {
  position: relative; padding: 28px; border: 1px solid var(--mp-border); border-radius: var(--mp-radius);
  background: var(--mp-white); transition: transform .25s, box-shadow .25s, border-color .25s;
}
a.mp-card:hover { transform: translateY(-4px); border-color: var(--mp-blue); box-shadow: 0 18px 42px rgb(7 27 58 / 11%); }
.mp-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.mp-icon-box { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 9px; background: var(--mp-blue); color: var(--mp-yellow); }
.mp-icon-box svg { width: 25px; height: 25px; }
.mp-card-number { color: #d9e1ec; font-family: "Arial Narrow", Impact, sans-serif; font-size: 38px; font-weight: 900; line-height: 1; }
.mp-card h3 { margin: 28px 0 14px; font-size: 30px; line-height: 1; text-transform: uppercase; }
.mp-card p { margin-bottom: 0; color: var(--mp-slate); line-height: 1.7; }
.mp-card .mp-inline-link { margin-top: 22px; font-size: 14px; }
.mp-step-grid { overflow: hidden; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: var(--mp-border); gap: 1px; }
.mp-step { padding: 28px; background: #f8fafc; }
.mp-step-number { color: var(--mp-yellow); font-family: "Arial Narrow", Impact, sans-serif; font-size: 38px; font-weight: 900; line-height: 1; }
.mp-step h3 { margin: 15px 0 10px; font-size: 25px; line-height: 1.05; text-transform: uppercase; }
.mp-step p { margin-bottom: 0; color: var(--mp-slate); }
.mp-check-card { display: flex; min-height: 110px; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--mp-white); border-radius: var(--mp-radius); background: rgb(255 255 255 / 80%); }
.mp-check-dot { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--mp-blue); color: var(--mp-yellow); }
.mp-check-dot svg { width: 20px; height: 20px; }
.mp-check-card h3 { margin: 0; font-size: 24px; line-height: 1; text-transform: uppercase; }
.mp-warehouse-visual { display: grid; min-height: 290px; place-items: center; border: 1px solid rgb(255 255 255 / 15%); border-radius: var(--mp-radius); background: var(--mp-navy); color: var(--mp-yellow); }
.mp-warehouse-visual svg { width: 124px; height: 124px; stroke-width: 1.25; }
.mp-feature-card svg { width: 34px; height: 34px; color: var(--mp-blue); }
.mp-feature-card h3 { margin-top: 22px; font-size: 27px; }
.mp-detail-list { display: grid; gap: 16px; }
.mp-detail-row { display: flex; align-items: flex-start; gap: 16px; padding: 20px; border: 1px solid rgb(255 255 255 / 15%); border-radius: var(--mp-radius); background: rgb(255 255 255 / 5%); }
.mp-detail-row .mp-check-dot { background: var(--mp-yellow); color: var(--mp-navy); }
.mp-detail-row p { margin: 1px 0 0; color: #dbe4ef; }
.mp-town-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.mp-town { display: flex; min-height: 80px; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: #f8fafc; font-size: 14px; font-weight: 800; }
.mp-town svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--mp-blue); }
.mp-service-row { display: grid; align-items: center; gap: 28px; padding: 34px; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: var(--mp-white); grid-template-columns: 72px minmax(0, 1fr) auto; scroll-margin-top: 100px; }
.mp-service-row + .mp-service-row { margin-top: 20px; }
.mp-service-row .mp-icon-box { width: 64px; height: 64px; }
.mp-service-row .mp-icon-box svg { width: 32px; height: 32px; }
.mp-service-index { margin-bottom: 5px; color: var(--mp-blue); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.mp-service-row h2 { margin-bottom: 14px; font-size: 40px; line-height: 1; text-transform: uppercase; }
.mp-service-row p { max-width: 720px; margin-bottom: 6px; color: #334155; }
.mp-service-row .mp-small { color: #64748b; font-size: 14px; }

/* FAQ */
.mp-faq { width: 100%; min-width: 0; border-block: 1px solid var(--mp-border); overflow-wrap: anywhere; }
.mp-faq details + details { border-top: 1px solid var(--mp-border); }
.mp-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font-family: inherit; font-size: 20px; font-weight: 800; line-height: 1.35; text-transform: none; }
.mp-faq summary::-webkit-details-marker { display: none; }
.mp-faq-plus { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--mp-blue); color: var(--mp-yellow); font: 700 20px/1 Arial, sans-serif; transition: transform .2s; }
.mp-faq details[open] .mp-faq-plus { transform: rotate(45deg); }
.mp-faq details p { max-width: 780px; margin: 0; padding: 0 48px 24px 0; color: var(--mp-slate); }

/* CTA */
.mp-cta { background: var(--mp-yellow); color: var(--mp-navy); }
.mp-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding-block: 48px; }
.mp-cta-copy { max-width: 700px; }
.mp-cta h2 { margin-bottom: 14px; font-size: clamp(40px, 5vw, 56px); line-height: .95; text-transform: uppercase; }
.mp-cta p { max-width: 620px; margin-bottom: 0; color: #16325c; }
.mp-cta .mp-actions { flex: 0 0 auto; margin-top: 0; }
.mp-cta .mp-button--outline { border-color: rgb(7 27 58 / 25%); background: transparent; color: var(--mp-navy); }
.mp-cta .mp-button--outline:hover { background: var(--mp-white); }

/* Contact form */
.mp-contact-grid { display: grid; gap: 40px; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); }
.mp-contact-cards { display: grid; align-content: start; gap: 16px; }
.mp-contact-card { display: flex; gap: 16px; padding: 20px; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: var(--mp-white); }
a.mp-contact-card:hover { border-color: var(--mp-blue); }
.mp-contact-card .mp-icon-box { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; margin-top: 0; color: var(--mp-yellow); }
.mp-contact-card .mp-icon-box svg { display: block; width: 20px; height: 20px; color: inherit; stroke: currentColor; }
.mp-contact-card strong { display: block; font-size: 14px; }
.mp-contact-card span { display: block; margin-top: 3px; color: var(--mp-slate); font-size: 14px; }
.mp-form-wrap { padding: 30px; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: var(--mp-white); box-shadow: var(--mp-shadow); }
.mp-form-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mp-field { display: grid; gap: 7px; }
.mp-field--full { grid-column: 1 / -1; }
.mp-field label { font-size: 14px; font-weight: 800; }
.mp-field input, .mp-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #c8d4e3; border-radius: 7px; background: var(--mp-white); color: var(--mp-navy); }
.mp-field textarea { min-height: 128px; resize: vertical; }
.mp-field input:focus, .mp-field textarea:focus { border-color: var(--mp-blue); outline: 3px solid rgb(255 210 26 / 45%); }
.mp-form-note { margin: 14px 0 0; color: #64748b; font-size: 12px; }
.mp-form-status { margin: 12px 0 0; color: var(--mp-blue); font-size: 14px; font-weight: 800; }

/* Legal and generic content */
.mp-prose { max-width: 780px; color: #334155; }
.mp-prose section + section { margin-top: 38px; }
.mp-prose h2 { margin-bottom: 14px; color: var(--mp-navy); font-size: 31px; line-height: 1.05; text-transform: uppercase; }
.mp-prose p { line-height: 1.8; }
.mp-prose a { color: var(--mp-blue); text-decoration: underline; }
.mp-legal-date { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--mp-border); color: #64748b; font-size: 14px; }
.mp-entry-content { max-width: 850px; }
.mp-entry-content > * { max-width: 100%; }
.mp-entry-content a { color: var(--mp-blue); text-decoration: underline; }
.mp-entry-content { font-size: 17px; line-height: 1.8; }
.mp-entry-content h2, .mp-entry-content h3 { margin-top: 42px; color: var(--mp-navy); text-transform: uppercase; }
.mp-entry-content h2 { font-size: 38px; line-height: 1; }
.mp-entry-content h3 { font-size: 29px; line-height: 1.1; }
.mp-entry-content blockquote { margin: 30px 0; padding: 18px 24px; border-left: 5px solid var(--mp-yellow); background: var(--mp-paper); }
.mp-entry-content iframe { max-width: 100%; }
.mp-post-card h2 { margin-top: 14px; }
.mp-post-card h2 a:hover { color: var(--mp-blue); }
.mp-post-meta { margin-bottom: 0; color: #64748b; font-size: 13px; }
.mp-post-image { display: block; overflow: hidden; margin: -28px -28px 22px; border-radius: 11px 11px 0 0; }
.mp-post-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.mp-single-image { overflow: hidden; margin: 28px 0; border-radius: var(--mp-radius); }
.mp-pagination { margin-top: 48px; }
.mp-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.mp-pagination .page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 8px; border: 1px solid var(--mp-border); border-radius: 6px; background: var(--mp-white); }
.mp-pagination .current { background: var(--mp-blue); color: var(--mp-white); }
.mp-not-found { display: grid; min-height: 60vh; place-items: center; padding: 80px 16px; text-align: center; }
.mp-not-found-code { margin-bottom: 5px; color: var(--mp-yellow); font-family: "Arial Narrow", Impact, sans-serif; font-size: 112px; font-weight: 900; line-height: .85; }

/* Footer */
.mp-site-footer { padding-bottom: 0; background: #06152e; color: var(--mp-white); }
.mp-footer-grid { display: grid; gap: 50px; padding-block: 64px; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr) minmax(0, .8fr); }
.mp-footer-about { max-width: 440px; }
.mp-footer-about p { margin: 23px 0 0; color: #cbd5e1; font-size: 14px; line-height: 1.8; }
.mp-footer-since { color: var(--mp-yellow) !important; font-family: "Arial Narrow", Impact, sans-serif; font-size: 25px !important; font-weight: 900; text-transform: uppercase; }
.mp-footer-heading { margin-bottom: 18px; font-size: 21px; text-transform: uppercase; }
.mp-footer-links { display: grid; gap: 12px; color: #cbd5e1; font-size: 14px; }
.mp-footer-links a:hover { color: var(--mp-white); }
.mp-footer-contact a { display: flex; align-items: flex-start; gap: 11px; }
.mp-footer-contact svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 4px; color: var(--mp-yellow); }
.mp-footer-bottom { border-top: 1px solid rgb(255 255 255 / 10%); }
.mp-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; color: #94a3b8; font-size: 12px; }
.mp-footer-legal { display: flex; flex-wrap: wrap; gap: 20px; }
.mp-mobile-actions { display: none; }

@media (max-width: 1200px) {
  .mp-desktop-nav { display: none; }
  .mp-menu-toggle { display: inline-flex; }
  .mp-header-inner { gap: 12px; }
  .mp-header-cta { margin-left: auto; }
}

@media (max-width: 1024px) {
  .mp-hero-grid { min-height: auto; grid-template-columns: minmax(0, 1fr); }
  .mp-hero-copy { padding-top: 20px; }
  .mp-hero-media { margin: 10px 0 20px; }
  .mp-grid--3, .mp-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-split, .mp-split--wide { grid-template-columns: minmax(0, 1fr); }
  .mp-service-row { grid-template-columns: 72px minmax(0, 1fr); }
  .mp-service-row .mp-inline-link { grid-column: 2; }
  .mp-contact-grid { grid-template-columns: minmax(0, 1fr); }
  .mp-footer-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
  .mp-footer-grid > :last-child { grid-column: 1 / -1; }
  .mp-site-footer { padding-bottom: 78px; }
  .mp-mobile-actions {
    position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 4px; padding: 8px; border-top: 1px solid var(--mp-border); background: var(--mp-white); box-shadow: 0 -10px 35px rgb(7 27 58 / 12%);
  }
  .mp-mobile-actions a { display: flex; min-height: 54px; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 7px; color: var(--mp-blue); font-size: 12px; font-weight: 850; }
  .mp-mobile-actions a:last-child { background: var(--mp-yellow); color: var(--mp-navy); }
  .mp-mobile-actions svg { width: 20px; height: 20px; }
  body .qlwapp__container { display: none !important; }
}

@media (max-width: 782px) { body.admin-bar .mp-site-header { top: 46px; } }
@media (max-width: 700px) {
  .mp-header-cta { display: none; }
  .mp-section { padding-block: 56px; }
  .mp-eyebrow { margin-bottom: 10px; font-size: 12px; letter-spacing: .14em; }
  .mp-title { font-size: clamp(30px, 8.2vw, 36px); line-height: 1.04; letter-spacing: -.02em; }
  .mp-title--xl, .mp-title--page { font-size: clamp(40px, 11.4vw, 48px); line-height: .98; }
  h2.mp-title[style] { font-size: clamp(30px, 8.2vw, 36px) !important; }
  .mp-cta h2, .mp-service-row h2, .mp-entry-content h2 { font-size: clamp(30px, 8.2vw, 36px); line-height: 1.08; }
  .mp-card h3, .mp-feature-card h3, .mp-entry-content h3 { font-size: 24px; line-height: 1.12; }
  .mp-step h3 { font-size: 22px; line-height: 1.15; }
  .mp-check-card h3 { font-size: 21px; line-height: 1.15; }
  .mp-lead { font-size: 17px; }
  .mp-top-gap { margin-top: 28px; }
  .mp-split, .mp-split--wide { gap: 28px; }
  .mp-warehouse-visual { min-height: 180px; padding: 24px; }
  .mp-warehouse-visual svg { width: 88px; height: 88px; }
  .mp-faq summary { gap: 12px; padding: 18px 0; font-family: inherit; font-size: 17px; font-weight: 800; line-height: 1.35; text-transform: none; }
  .mp-faq-plus { width: 28px; height: 28px; font-size: 18px; }
  .mp-faq details p { padding: 0 0 20px; font-size: 15px; line-height: 1.7; }
  .mp-hero-grid { gap: 40px; padding-block: 48px; }
  .mp-hero-image { min-height: 430px; }
  .mp-image-caption { padding: 25px; }
  .mp-grid--2, .mp-grid--3, .mp-grid--4, .mp-town-grid { grid-template-columns: minmax(0, 1fr); }
  .mp-town-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-cta-inner { align-items: stretch; flex-direction: column; }
  .mp-cta .mp-actions { flex-direction: column; }
  .mp-service-row { grid-template-columns: minmax(0, 1fr); padding: 26px; }
  .mp-service-row .mp-inline-link { grid-column: 1; }
  .mp-form-grid { grid-template-columns: minmax(0, 1fr); }
  .mp-field--full { grid-column: auto; }
  .mp-footer-grid { grid-template-columns: minmax(0, 1fr); }
  .mp-footer-grid > :last-child { grid-column: auto; }
  .mp-footer-bottom-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .mp-shell { width: min(100% - 24px, var(--mp-shell)); }
  .mp-brand img { width: 142px; height: auto; max-height: 36px; }
  .mp-actions { flex-direction: column; align-items: stretch; }
  .mp-hero-image { min-height: 360px; }
  .mp-hero-media::before { top: -12px; left: -8px; width: 70px; height: 70px; border-width: 6px; }
  .mp-town-grid { grid-template-columns: minmax(0, 1fr); }
  .mp-card, .mp-form-wrap { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Fotografías reales de la flota */
.mp-fleet-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; }
.mp-fleet-intro { max-width: 410px; margin: 0; color: var(--mp-slate); font-size: 17px; line-height: 1.7; }
.mp-fleet-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 42px; }
.mp-fleet-photo { overflow: hidden; margin: 0; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: var(--mp-paper); }
.mp-fleet-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.mp-fleet-photo--facilities { object-position: left center; }
.mp-fleet-photo--van { object-position: right center; }
.mp-fleet-photo figcaption { display: flex; align-items: center; gap: 14px; padding: 20px 22px; }
.mp-fleet-photo figcaption span { color: var(--mp-blue); font-family: "Arial Narrow", Impact, sans-serif; font-size: 30px; font-weight: 900; line-height: 1; }
.mp-fleet-photo figcaption strong { color: var(--mp-navy); font-size: 15px; line-height: 1.45; }
.mp-fleet-links { display: flex; flex-wrap: wrap; gap: 16px 30px; margin-top: 28px; }
@media (max-width: 700px) {
  .mp-fleet-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .mp-fleet-intro { max-width: 100%; }
  .mp-fleet-grid { grid-template-columns: minmax(0, 1fr); margin-top: 30px; }
  .mp-fleet-photo figcaption { padding: 18px 20px; }
}
