:root {
    --navy: #0a2e61;
    --navy-2: #103f83;
    --blue: #103f83;
    --blue-dark: #0b2f65;
    --cyan: #7fa5d6;
    --ice: #eff4fa;
    --paper: #f7f9fc;
    --white: #ffffff;
    --ink: #142a45;
    --muted: #637287;
    --line: #dce4ee;
    --success: #12a66a;
    --error: #b42318;
    --shadow: 0 28px 80px rgba(7, 27, 53, .12);
    --radius: 20px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; }
address { font-style: normal; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 16px;
    color: var(--white); background: var(--navy); border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 1000; height: 84px;
    background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(219, 227, 236, .72);
    backdrop-filter: blur(16px); transition: height .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { height: 72px; box-shadow: 0 8px 30px rgba(7, 27, 53, .08); }
.header-inner { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    min-width: max-content;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    line-height: 1;
}
.brand::after { display: none; }
.brand-mark {
    position: relative;
    display: block;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background: transparent url("favicon.svg?v=2") center / contain no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition: transform .22s ease;
}
.brand-mark::before {
    display: none;
}
.brand-mark span {
    display: none;
}
.brand-name {
    display: block;
    color: var(--blue);
    font-size: 25px;
    font-weight: 820;
    letter-spacing: -1.65px;
    text-transform: lowercase;
}
.brand-name span { color: inherit; font-weight: 650; }
.brand:hover .brand-mark,
.brand:focus-visible .brand-mark { transform: translateY(-1px); }
.brand-light .brand-name { color: var(--white); }
.brand-light .brand-name span { color: inherit; }
.main-nav { display: contents; font-weight: 600; font-size: 14px; }
.nav-primary { position: absolute; left: 50%; top: 50%; display: flex; align-items: center; gap: 32px; transform: translate(-50%, -50%); }
.nav-actions { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.main-nav a:not(.button) { position: relative; color: #33465d; }
.main-nav a:not(.button)::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .25s ease;
}
.main-nav a:not(.button):hover::after, .main-nav a:not(.button):focus-visible::after { right: 0; }
.main-nav .nav-support { padding-left: 20px; border-left: 1px solid var(--line); }
.main-nav .nav-language { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); transition: .2s ease; }

.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px;
    padding: 0 25px; color: var(--white); background: var(--blue); border: 1px solid var(--blue);
    border-radius: 8px; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 14px;
    box-shadow: 0 12px 24px rgba(16, 63, 131, .2); cursor: pointer;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 16px 30px rgba(16, 63, 131, .28); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid rgba(16, 63, 131, .3); outline-offset: 3px;
}
.button-small { min-height: 42px; padding-inline: 19px; font-size: 13px; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.contact-hero {
    position: relative; overflow: hidden; padding: 156px 0 82px;
    background: linear-gradient(120deg, #f8fbff 0%, #fff 52%, #f0f7ff 100%);
}
.contact-hero::before {
    content: ""; position: absolute; inset: 0; opacity: .38; pointer-events: none;
    background-image: linear-gradient(rgba(7, 27, 53, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 27, 53, .04) 1px, transparent 1px);
    background-size: 56px 56px; mask-image: linear-gradient(to right, #000, transparent 70%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -170px; top: 25px; background: rgba(127, 165, 214, .12); }
.hero-glow-two { width: 280px; height: 280px; left: 40%; bottom: -220px; background: rgba(16, 63, 131, .12); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .72fr; gap: 88px; align-items: center; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 32px; color: #7c899a; font-size: 13px; }
.breadcrumbs a:hover { color: var(--blue); }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 25px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }
.hero-copy h1, .section-heading h2, .form-intro h2, .locations h2, .faq h2, .closing-cta h2 {
    margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-weight: 700; line-height: 1.08; letter-spacing: -.05em;
}
.hero-copy h1 { max-width: 700px; font-size: clamp(42px, 5vw, 68px); }
.hero-copy h1 em, .closing-cta h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 660px; margin: 28px 0 34px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-actions .text-link { color: var(--navy); font-size: 15px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 14px 26px; margin: 36px 0 0; padding: 23px 0 0; border-top: 1px solid var(--line); list-style: none; color: #526277; font-size: 13px; font-weight: 600; }
.trust-list span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; color: var(--success); background: #e9f8f2; border-radius: 50%; font-size: 10px; }

.contact-card { position: relative; padding: 34px; color: var(--white); background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: 0; top: 0; border-radius: 0 var(--radius) 0 100%; background: linear-gradient(135deg, rgba(127, 165, 214, .12), transparent); }
.card-topline { display: flex; align-items: center; gap: 10px; margin-bottom: 27px; color: #a9bad0; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.status-dot { width: 8px; height: 8px; background: #3ee09b; border-radius: 50%; box-shadow: 0 0 0 6px rgba(62, 224, 155, .1); }
.contact-card h2 { margin: 0 0 9px; font-family: "Manrope", sans-serif; font-size: 28px; letter-spacing: -.04em; }
.contact-card > p { margin: 0 0 27px; color: #aebed0; font-size: 14px; }
.contact-methods { display: grid; }
.contact-method { display: grid; grid-template-columns: 42px 1fr auto; gap: 13px; align-items: center; padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, .11); }
.method-icon { display: grid; place-items: center; width: 40px; height: 40px; color: var(--cyan); background: rgba(127, 165, 214, .1); border-radius: 9px; font-weight: 700; }
.contact-method small, .contact-method strong { display: block; }
.contact-method small { color: #8fa3ba; font-size: 11px; }
.contact-method strong { margin-top: 1px; color: var(--white); font-size: 14px; }
.method-arrow { color: #6f849c; transition: .2s ease; }
.contact-method:hover .method-arrow { color: var(--cyan); transform: translate(2px, -2px); }
.response-note { display: flex; gap: 13px; margin-top: 24px; padding: 17px; background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .08); border-radius: 10px; }
.response-icon { color: var(--cyan); }
.response-note strong, .response-note small { display: block; }
.response-note strong { font-size: 13px; }
.response-note small { color: #8fa3ba; font-size: 11px; }

.solutions-strip { padding: 88px 0 96px; background: var(--white); }
.section-heading.compact { display: flex; align-items: end; justify-content: space-between; margin-bottom: 38px; }
.section-heading.compact .eyebrow { margin-bottom: 9px; }
.section-heading h2, .form-intro h2, .locations h2, .faq h2 { font-size: clamp(32px, 4vw, 48px); }
.solution-links { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.solution-links a { position: relative; min-height: 190px; padding: 26px 23px 22px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); background: var(--white); transition: background .25s ease, color .25s ease; }
.solution-links a:last-child { border-right: 0; }
.solution-links a > span:last-child { position: absolute; right: 21px; top: 22px; color: #9ba9b8; transition: .2s ease; }
.solution-links a:hover { color: var(--white); background: var(--navy); }
.solution-links a:hover > span:last-child { color: var(--cyan); transform: translate(2px, -2px); }
.solution-number { color: var(--blue); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.solution-links strong, .solution-links small { display: block; }
.solution-links strong { margin-bottom: 8px; font-family: "Manrope", sans-serif; font-size: 17px; line-height: 1.3; }
.solution-links small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.solution-links a:hover small { color: #aebed0; }

.form-section { padding: 110px 0; background: var(--paper); }
.form-layout { display: grid; grid-template-columns: .72fr 1.15fr; gap: 88px; align-items: start; }
.form-intro { position: sticky; top: 120px; }
.form-intro > p:not(.eyebrow) { margin: 24px 0 36px; color: var(--muted); font-size: 17px; }
.process-list { display: grid; gap: 22px; margin-top: 32px; }
.process-list > div { display: flex; gap: 17px; align-items: flex-start; }
.process-list > div > span { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; color: var(--blue); border: 1px solid #bfd2e8; border-radius: 50%; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.process-list p { margin: 0; }
.process-list strong, .process-list small { display: block; }
.process-list strong { color: var(--navy); font-size: 14px; }
.process-list small { color: var(--muted); font-size: 12px; }
.form-intro blockquote { margin: 42px 0 0; padding: 22px 0 0 22px; color: #5f6e82; border-top: 1px solid var(--line); border-left: 3px solid var(--cyan); font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 600; }
.form-card { padding: 42px; background: var(--white); border: 1px solid #e0e7ef; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(7, 27, 53, .07); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { margin-bottom: 21px; }
.field label, .consent label { display: block; margin-bottom: 8px; color: #2e4056; font-size: 13px; font-weight: 700; }
.field label span, .consent label span { color: var(--blue); }
.label-row { display: flex; justify-content: space-between; align-items: center; }
.label-row small { color: #8a97a8; font-size: 11px; }
.field input, .field select, .field textarea {
    width: 100%; color: var(--ink); background: #fbfcfe; border: 1px solid #d7e0ea; border-radius: 8px;
    transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input, .field select { height: 51px; padding: 0 14px; }
.field textarea { min-height: 145px; padding: 14px; line-height: 1.55; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #a2adba; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; background: var(--white); border-color: var(--blue); box-shadow: 0 0 0 3px rgba(16, 63, 131, .1); }
.select-wrap { position: relative; }
.select-wrap::after { content: "⌄"; position: absolute; right: 15px; top: 12px; color: var(--muted); pointer-events: none; }
.field select { appearance: none; cursor: pointer; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #e47d76; }
.field-error { display: block; margin-top: 6px; color: var(--error); font-size: 11px; }
.consent { position: relative; display: grid; grid-template-columns: 19px 1fr; gap: 10px; margin: 1px 0 25px; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.consent label { margin: 0; color: var(--muted); font-weight: 500; line-height: 1.5; }
.consent label a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.consent .field-error { grid-column: 2; margin-top: -6px; }
.button-submit { width: 100%; justify-content: space-between; min-height: 57px; border: 0; }
.button-submit.is-loading { opacity: .75; pointer-events: none; }
.form-privacy { margin: 12px 0 0; color: #8c98a7; text-align: center; font-size: 11px; }
.form-alert { margin-bottom: 22px; padding: 13px 15px; color: #7a271a; background: #fef3f2; border: 1px solid #fecdca; border-radius: 8px; font-size: 13px; }
.form-honeypot { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-success { min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.form-success > span:first-child { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 22px; color: var(--success); background: #e9f8f2; border-radius: 50%; font-size: 26px; }
.form-success h3 { margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 30px; }
.form-success p { max-width: 440px; margin: 15px auto 24px; color: var(--muted); }

.locations { padding: 110px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 45px; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.location-card { overflow: hidden; min-height: 300px; border: 1px solid var(--line); border-radius: 16px; }
.location-primary { display: grid; grid-column: 1 / -1; grid-template-columns: 1.15fr 1fr; }
.map-grid { position: relative; overflow: hidden; min-height: 300px; background-color: var(--ice); background-image: linear-gradient(rgba(16, 63, 131, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 63, 131, .08) 1px, transparent 1px); background-size: 36px 36px; }
.map-grid::after { content: "GIRONA"; position: absolute; right: 18px; bottom: 12px; color: rgba(16, 63, 131, .14); font-family: "Manrope", sans-serif; font-size: 38px; font-weight: 800; letter-spacing: .08em; }
.map-road { position: absolute; height: 12px; background: rgba(255, 255, 255, .86); box-shadow: 0 0 0 1px rgba(16, 63, 131, .08); transform-origin: left center; }
.road-one { width: 390px; left: -20px; top: 80px; transform: rotate(25deg); }
.road-two { width: 350px; left: 80px; top: 280px; transform: rotate(-54deg); }
.road-three { width: 300px; left: 30px; top: 195px; transform: rotate(-12deg); }
.map-pin { position: absolute; z-index: 2; left: 50%; top: 48%; width: 40px; height: 40px; background: var(--blue); border: 7px solid rgba(255, 255, 255, .95); border-radius: 50% 50% 50% 5px; box-shadow: 0 8px 24px rgba(16, 63, 131, .28); transform: translate(-50%, -50%) rotate(-45deg); }
.map-pin i { position: absolute; inset: 9px; background: var(--white); border-radius: 50%; }
.location-content, .location-secondary, .location-barcelona { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 40px; }
.location-tag { margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-card h3 { margin: 0 0 12px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 24px; letter-spacing: -.03em; }
.location-card address { margin-bottom: 25px; color: var(--muted); }
.location-secondary { background: var(--navy); border-color: var(--navy); }
.location-secondary h3 { color: var(--white); }
.location-secondary address { color: #aebed0; }
.location-secondary .text-link { color: var(--cyan); }
.location-barcelona { background: var(--ice); border-color: rgba(16, 63, 131, .18); }
.location-barcelona address { color: var(--muted); }

.faq { padding: 110px 0; background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.12fr; gap: 90px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid #cad5e1; }
.accordion details { border-bottom: 1px solid #cad5e1; }
.accordion summary { position: relative; padding: 24px 42px 24px 0; color: var(--navy); list-style: none; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: absolute; right: 5px; top: 21px; display: grid; place-items: center; width: 27px; height: 27px; color: var(--blue); border: 1px solid #b8c7d7; border-radius: 50%; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -5px 45px 24px 0; color: var(--muted); font-size: 14px; }

.closing-cta { position: relative; overflow: hidden; padding: 88px 0; color: var(--white); background: var(--blue); }
.closing-cta::before { content: ""; position: absolute; width: 450px; height: 450px; right: -130px; top: -220px; border: 90px solid rgba(255, 255, 255, .055); border-radius: 50%; }
.closing-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.eyebrow.light { color: #c7d8ec; }
.closing-cta h2 { color: var(--white); font-size: clamp(32px, 4.5vw, 52px); }
.closing-cta h2 em { color: #c7d8ec; }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); box-shadow: 0 15px 35px rgba(7, 27, 53, .18); }
.button-light:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }

.site-footer { padding: 72px 0 25px; color: #aebed0; background: var(--navy); }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 56px; padding-bottom: 52px; }
.footer-brand > p { max-width: 300px; margin: 20px 0 0; font-size: 14px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2 { margin: 0 0 11px; color: var(--white); font-family: "Manrope", sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-column a, .footer-column p { margin: 0; color: #8fa3ba; font-size: 13px; }
.footer-column a:hover { color: var(--cyan); }
.footer-offices > div {
    display: grid; gap: 2px; width: 100%; padding: 10px 12px;
    background: rgba(255, 255, 255, .045); border-left: 2px solid var(--cyan); border-radius: 0 6px 6px 0;
}
.footer-offices > div + div { margin-top: 7px; }
.footer-offices strong { color: #edf4fb; font-size: 12px; font-weight: 700; }
.footer-offices address { color: #8fa3ba; font-size: 12px; line-height: 1.45; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: var(--white); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
    .menu-toggle { display: block; z-index: 2; }
    .main-nav {
        position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        gap: 25px; padding: 90px 36px; color: var(--white); background: var(--navy); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .25s ease;
    }
    .nav-primary, .nav-actions { position: static; display: flex; align-items: flex-start; flex-direction: column; gap: 18px; margin: 0; transform: none; }
    .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .main-nav a:not(.button) { color: var(--white); font-size: 22px; }
    .main-nav .nav-support { padding-left: 0; border-left: 0; }
    .main-nav .button { margin-top: 10px; }
    .menu-toggle[aria-expanded="true"] > span:not(.sr-only) { background: var(--white); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
    .hero-grid { grid-template-columns: 1fr .78fr; gap: 45px; }
    .solution-links { grid-template-columns: repeat(3, 1fr); }
    .solution-links a { border-bottom: 1px solid var(--line); }
    .form-layout, .faq-layout { gap: 48px; }
    .footer-main { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 36px), var(--container)); }
    .contact-hero { padding-top: 135px; }
    .hero-grid, .form-layout, .faq-layout { grid-template-columns: 1fr; }
    .hero-grid { gap: 50px; }
    .form-intro { position: static; }
    .location-grid { grid-template-columns: 1fr; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .site-header { height: 72px; }
    .brand { width: auto; height: auto; gap: 6px; }
    .brand-mark { flex-basis: 40px; width: 40px; height: 40px; border-radius: 13px; }
    .brand-name { font-size: 23px; letter-spacing: -1.45px; }
    .contact-hero { padding: 115px 0 60px; }
    .breadcrumbs { margin-bottom: 24px; }
    .hero-copy h1 { font-size: clamp(38px, 12vw, 52px); }
    .hero-lead { margin-top: 22px; font-size: 17px; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 19px; }
    .hero-actions .button { width: 100%; justify-content: space-between; }
    .hero-actions .text-link { justify-content: center; }
    .trust-list { align-items: flex-start; flex-direction: column; }
    .contact-card { padding: 27px 22px; }
    .solutions-strip, .locations, .faq { padding: 75px 0; }
    .section-heading.compact { align-items: flex-start; flex-direction: column; }
    .solution-links { grid-template-columns: 1fr; }
    .solution-links a { min-height: 125px; border-right: 0; }
    .form-section { padding: 75px 0; }
    .form-layout { gap: 40px; }
    .form-card { padding: 27px 20px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .location-primary { grid-template-columns: 1fr; }
    .map-grid { min-height: 210px; }
    .location-content, .location-secondary, .location-barcelona { padding: 30px 25px; }
    .closing-cta { padding: 70px 0; }
    .closing-inner { align-items: stretch; flex-direction: column; }
    .closing-inner .button { width: 100%; justify-content: space-between; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}

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