:root {
    --color-primary: #1A3D5D;
    --color-primary-dark: #122c44;
    --color-white: #ffffff;
    --color-surface: #f8f9fa;
    --color-text: #1b1f23;
    --color-muted: #5c6670;
    --color-border: #dbe2e8;
    --shadow-soft: 0 18px 50px rgba(8,22,37,.08);
    --shadow-card: 0 12px 32px rgba(8,22,37,.06);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --container: 1180px;
    --section-space: 88px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--color-text);
    background: var(--color-white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

p,
ul,
ol {
    margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 1rem;
    line-height: 1.12;
    letter-spacing: -.03em;
}

h1 {
    font-size: clamp(2.3rem, 5vw, 4.5rem);
}

h2 {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
}

h3 {
    font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.container {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto;
}

.container.narrow {
    width: min(calc(100% - 32px), 840px);
}

.section {
    padding: var(--section-space) 0;
}

.section-tight {
    padding: 56px 0;
}

.section-muted {
    background: var(--color-surface);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--color-primary);
    margin-bottom: 18px;
}

.eyebrow::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 2px;
    background: rgba(26,61,93,.35);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 700;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-card);
}

.button-primary {
    background: var(--color-primary);
    color: var(--color-white);
}

.button-primary:hover {
    background: var(--color-primary-dark);
}

.button-secondary {
    background: transparent;
    border-color: rgba(26,61,93,.18);
    color: var(--color-primary);
}

.button-light,
.button-light-outline {
    background: #ffffff;
    color: var(--color-primary);
    border: 1px solid rgba(255,255,255,.18);
}

.button-light:hover,
.button-light-outline:hover {
    background: #ffffff;
    color: var(--color-primary-dark);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(16px);
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(219,226,232,.85);
}

.topbar {
    background: var(--color-primary);
    color: rgba(255,255,255,.92);
    font-size: .92rem;
}

.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 42px;
    text-align: center;
    flex-wrap: wrap;
}

.topbar__separator {
    opacity: .4;
}

.header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
    min-height: 88px;
}

.site-branding {
    display: flex;
    align-items: center;
}

.custom-logo-link,
.site-logo-link {
    display: inline-flex;
    align-items: center;
}

.site-logo,
.custom-logo {
    width: auto;
    height: 120px;
    max-height: none;
    object-fit: contain;
}

.site-logo--footer {
    max-height: 64px;
}

.site-nav {
    justify-self: center;
}

.primary-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: var(--color-text);
}

.primary-menu a {
    position: relative;
    padding: 8px 0;
}

.primary-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item a::after {
    transform: scaleX(1);
}

.header-cta {
    white-space: nowrap;
}

.nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    padding: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--color-primary);
    display: block;
    transition: transform .25s ease, opacity .25s ease;
}

.hero {
    position: relative;
    color: var(--color-white);
    overflow: hidden;
    background: linear-gradient(115deg, rgba(9,22,36,.88), rgba(9,22,36,.58)), url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/IMG_0566-2-2048x1365-1.webp') center/cover no-repeat;
}

.hero--thumb-bg {
    background: linear-gradient(115deg, rgba(9,22,36,.78), rgba(9,22,36,.62)), url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/20260409_1437_Image-Generation_remix_01kns3y6p1eed9f4yqpmbfd9bc-1.png') center center/cover no-repeat;
}

.hero__inner {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
    gap: 48px;
    align-items: center;
    min-height: calc(100vh - 130px);
    padding: 72px 0;
}

.hero__inner--centered {
    grid-template-columns: 1fr;
    justify-items: center;
}

.hero__inner--no-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero__inner--no-card .hero__content {
    max-width: 900px;
}

.hero__inner--no-card .hero__card,
.hero__inner--no-card .hero__badge-row,
.hero__inner--no-card .hero__list {
    display: none !important;
}

.hero .eyebrow,
.hero .eyebrow::before {
    color: rgba(255,255,255,.92);
    background: rgba(255,255,255,.3);
}

.hero .eyebrow {
    background: transparent !important;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.hero .eyebrow::before {
    background: rgba(255,255,255,.45);
}

.hero__content p {
    font-size: clamp(1.05rem,1.8vw,1.3rem);
    max-width: 690px;
    color: rgba(255,255,255,.86);
    margin-bottom: 28px;
}

.hero__content--centered {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
}

.hero__content--centered p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero__content--centered .eyebrow {
    justify-content: center;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.hero__actions--centered {
    justify-content: center;
}

.hero__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.hero__list li {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
    font-weight: 600;
}

.hero__card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--radius-xl);
    padding: 18px;
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
}

.hero__card--single-image {
    width: min(100%, 760px);
    margin: 8px auto 0;
}

.hero__card--single-image .hero__media img {
    width: 100%;
    max-height: 430px;
    object-fit: cover;
}

.hero__media {
    border-radius: calc(var(--radius-xl) - 6px);
    overflow: hidden;
}

.hero__badge-row {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    margin-top: 18px;
}

.hero__badge {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--radius-md);
    padding: 16px;
}

.hero__badge strong {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 4px;
}

.trust-strip {
    background: var(--color-white);
    border-bottom: 1px solid var(--color-border);
}

.trust-strip__inner {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
    padding: 22px 0;
}

.trust-strip__inner--centered {
    grid-template-columns: repeat(3, minmax(260px, 320px));
    justify-content: center;
}

.trust-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

.trust-item__number {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--color-primary);
    line-height: 1;
    min-width: 72px;
}

.section-heading {
    display: grid;
    gap: 14px;
    margin-bottom: 42px;
    max-width: 760px;
}

.section-heading p {
    color: var(--color-muted);
    font-size: 1.05rem;
}

.section-heading--centered,
.section-heading--centered-mobile {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
}

.section-heading--centered {
    max-width: 860px;
}

.section-heading--centered .eyebrow,
.section-heading--centered-mobile .eyebrow {
    justify-content: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 22px;
}

.services-grid--centered {
    justify-content: center;
}

.services-grid--equal {
    align-items: stretch;
}

.service-card,
.detail-card,
.contact-card,
.process-card,
.value-card,
.faq-card,
.post-card {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-card);
}

.service-card__tag,
.detail-card__tag {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(26,61,93,.08);
    color: var(--color-primary);
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 18px;
}

.service-card--equal {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card--equal ul {
    flex: 1 1 auto;
}

.service-card--equal .button {
    margin-top: auto;
}

.service-card,
.process-card,
.contact-card,
.value-card,
.detail-card,
.faq-card,
.trust-item,
.stat-card {
    text-align: center;
    align-items: center;
}

.service-card__tag,
.detail-card__tag {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.service-card h3,
.process-card h3,
.contact-card h3,
.value-card h3,
.detail-card h3,
.faq-card h3,
.trust-item h3,
.stat-card strong {
    text-align: center;
}

.service-card p,
.process-card p,
.contact-card p,
.value-card p,
.detail-card p,
.faq-card p,
.trust-item p,
.stat-card span {
    color: var(--color-muted);
}

.service-card p {
    text-align: justify;
    text-justify: inter-word;
}

.service-card ul {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 1.4rem;
    padding-left: 22px;
    text-align: left;
    list-style-position: outside;
    color: var(--color-text);
}

.service-card li {
    text-align: left;
}

.service-card .button,
.detail-card .button,
.contact-card .button {
    align-self: center;
}

.service-card .button,
.detail-card .button {
    width: 100%;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 36px;
    align-items: center;
}

.split-layout--single-image {
    grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
}

.image-stack {
    display: grid;
    gap: 18px;
}

.image-stack--single {
    display: block;
}

.image-panel {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    min-height: 320px;
    box-shadow: var(--shadow-soft);
}

.image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-panel__label {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(9,22,36,.82);
    color: var(--color-white);
    border-radius: 999px;
    padding: 10px 16px;
    font-size: .92rem;
    font-weight: 700;
}

.list-check {
    list-style: none;
    padding: 0;
    margin: 24px 0 28px;
    display: grid;
    gap: 14px;
}

.list-check li {
    position: relative;
    padding-left: 30px;
}

.list-check li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-primary);
    box-shadow: 0 0 0 6px rgba(26,61,93,.1);
}

.process-grid,
.values-grid,
.contact-grid,
.faq-grid,
.detail-grid {
    display: grid;
    gap: 22px;
}

.process-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.process-grid--three {
    grid-template-columns: repeat(3, minmax(260px, 320px));
}

.process-grid--centered {
    max-width: 1120px;
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(260px, 320px));
    justify-content: center;
}

.values-grid,
.contact-grid,
.faq-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.detail-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.process-card__step {
    display: inline-flex;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(26,61,93,.08);
    color: var(--color-primary);
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
    margin-top: 36px;
}

.stat-card {
    padding: 24px;
    border-radius: var(--radius-lg);
    background: var(--color-white);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
}

.stat-card strong {
    display: block;
    font-size: 2rem;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.reviews-shell {
    padding: 28px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
}

.reviews-fallback {
    display: grid;
    gap: 16px;
}

.reviews-fallback__actions {
    margin-top: 8px;
}

.page-hero {
    padding: 96px 0 44px;
    background: linear-gradient(180deg, rgba(26,61,93,.07), rgba(26,61,93,0));
}

.page-hero p {
    color: var(--color-muted);
    font-size: 1.08rem;
    max-width: 760px;
}

.page-hero--services-thumb {
    position: relative;
    padding: 120px 0 90px;
    background: linear-gradient(115deg, rgba(9,22,36,.78), rgba(9,22,36,.62)), url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/20260409_1355_Image-Generation_remix_01kns1g0bpeg1tz6868q03q66h.png') center center/cover no-repeat;
    color: #ffffff;
}

.page-hero--services-thumb .page-hero__content--centered {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.page-hero--services-thumb .eyebrow {
    color: rgba(255,255,255,.92);
    justify-content: center;
}

.page-hero--services-thumb .eyebrow::before {
    background: rgba(255,255,255,.35);
}

.page-hero--services-thumb h1,
.page-hero--services-thumb p {
    color: #ffffff;
}

.anchor-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.anchor-nav a {
    padding: 11px 16px;
    border-radius: 999px;
    border: 1px solid var(--color-border);
    font-weight: 700;
    background: var(--color-white);
}

.generic-content,
.legal-content {
    display: grid;
    gap: 1.25rem;
    color: var(--color-text);
}

.legal-content ul,
.generic-content ul {
    padding-left: 1.2rem;
}

.faq-list {
    display: grid;
    gap: 16px;
}

.faq-item {
    border: 1px solid var(--color-border);
    background: var(--color-white);
    border-radius: var(--radius-lg);
    padding: 0;
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 64px 24px 24px;
    position: relative;
    font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: var(--color-primary);
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item__content {
    padding: 0 24px 24px;
    color: var(--color-muted);
}

.contact-card ul {
    list-style: none;
    padding-left: 0;
}

.contact-card li + li {
    margin-top: 10px;
}

.map-frame {
    width: 100%;
    height: 100%;
    min-height: 440px;
    border: 0;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-soft);
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--color-border);
}

.footer-cta {
    padding: 60px 0;
    background: var(--color-primary);
    color: var(--color-white);
}

.footer-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-cta h2 {
    max-width: 720px;
    margin-bottom: 0;
}

.footer-cta .eyebrow,
.footer-cta .eyebrow::before {
    color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.28);
}

.footer-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.site-footer {
    background: #0f2133;
    color: rgba(255,255,255,.86);
}

.footer-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 28px;
    padding: 54px 0 28px;
}

.footer-column h3 {
    color: var(--color-white);
    font-size: 1.05rem;
    margin-bottom: 16px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li + li {
    margin-top: 10px;
}

.footer-column a,
.footer-social a,
.footer-brand a {
    color: rgba(255,255,255,.82);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 22px 0 34px;
    font-size: .95rem;
}

.footer-social {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.whatsapp-floating {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 45;
    background: #25d366;
    color: #0b2b18;
    font-weight: 800;
    padding: 14px 18px;
    border-radius: 999px;
    box-shadow: 0 20px 40px rgba(11,43,24,.2);
}

.post-list,
.pagination-wrap,
.empty-state {
    display: grid;
    gap: 24px;
}

.empty-state {
    max-width: 700px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* INICIO - antes y después */
#antes-despues .split-layout > div:last-child {
    text-align: center;
}

#antes-despues .section-heading {
    margin-bottom: 18px;
}

#antes-despues .section-heading p {
    margin-bottom: 0;
}

#antes-despues .list-check {
    display: table;
    margin: 12px auto 22px;
    text-align: left;
}

#antes-despues .button {
    display: inline-flex;
    margin: 0 auto;
}

/* CONTACTO */
#contacto .contact-grid {
    align-items: stretch;
}

#contacto .contact-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#contacto .contact-card ul {
    margin: 0 0 22px;
}

#contacto .contact-card .button {
    align-self: center;
}

/* SERVICIOS */
.detail-grid--services {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    gap: 22px;
    align-items: stretch;
}

.detail-card--service {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 26px;
}

.detail-card--service .detail-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    text-align: center;
}

.detail-card--service .detail-card__title {
    font-size: 1.95rem;
    line-height: 1.08;
    text-align: center;
    margin: 0 0 16px;
    max-width: 14ch;
    letter-spacing: -0.02em;
}

.detail-card--service .detail-card__intro {
    text-align: center;
    margin: 0 0 14px;
    max-width: 36ch;
    min-height: auto;
    color: var(--color-muted);
}

.detail-card--service .detail-card__list {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 18px;
    padding-left: 20px;
    text-align: left;
    list-style-position: outside;
    min-height: auto;
}

.detail-card--service .detail-card__list li {
    margin-bottom: 6px;
    text-align: left;
}

.detail-card--service .button {
    width: 100%;
    margin-top: auto;
    align-self: stretch;
}

@media (max-width: 1100px) {
    .services-grid,
    .trust-strip__inner,
    .stats-row,
    .process-grid,
    .detail-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .hero__inner,
    .split-layout,
    .split-layout--single-image {
        grid-template-columns: 1fr;
    }

    .hero__inner {
        min-height: auto;
    }

    .trust-strip__inner--centered,
    .process-grid--centered,
    .process-grid--three {
        grid-template-columns: repeat(2, minmax(260px, 320px));
    }
}

@media (max-width: 980px) {
    .header__inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 16px;
        min-height: 78px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .header-cta {
        display: none;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255,255,255,.98);
        border-bottom: 1px solid var(--color-border);
        padding: 10px 16px 18px;
        display: none;
    }

    .site-header.nav-is-open .site-nav {
        display: block;
    }

    .site-header.nav-is-open .nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .site-header.nav-is-open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .site-header.nav-is-open .nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .primary-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .primary-menu li {
        width: 100%;
    }

    .primary-menu a {
        display: block;
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid var(--color-border);
    }

    .footer-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 760px) {
    :root {
        --section-space: 68px;
    }

    .services-grid,
    .trust-strip__inner,
    .process-grid,
    .values-grid,
    .contact-grid,
    .faq-grid,
    .detail-grid,
    .stats-row,
    .hero__badge-row,
    .footer-main,
    .trust-strip__inner--centered,
    .process-grid--centered,
    .process-grid--three,
    .services-grid--centered,
    .detail-grid--services {
        grid-template-columns: 1fr;
    }

    .hero__actions,
    .anchor-nav,
    .footer-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
    }

    .page-hero {
        padding-top: 78px;
    }

    .page-hero--services-thumb {
        padding: 96px 0 72px;
    }

    .map-frame {
        min-height: 340px;
    }

    .whatsapp-floating {
        right: 14px;
        left: 14px;
        bottom: 14px;
        text-align: center;
        justify-content: center;
    }

    .section-heading--centered-mobile {
        text-align: center;
        align-items: center;
    }

    .section-heading--centered-mobile .eyebrow {
        justify-content: center;
    }

    .detail-card--service .detail-card__title,
    .detail-card--service .detail-card__intro,
    .detail-card--service .detail-card__list {
        min-height: auto;
        max-width: 100%;
    }
}
.page-hero--about-thumb {
    position: relative;
    padding: 120px 0 90px;
    background:
        linear-gradient(115deg, rgba(9, 22, 36, 0.76), rgba(9, 22, 36, 0.60)),
        url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/GARATGE-THUMB-3-1.webp') center center/cover no-repeat;
    color: #ffffff;
}

.page-hero--about-thumb .page-hero__content--centered {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.page-hero--about-thumb .eyebrow {
    color: rgba(255, 255, 255, 0.92);
    justify-content: center;
}

.page-hero--about-thumb .eyebrow::before {
    background: rgba(255, 255, 255, 0.35);
}

.page-hero--about-thumb h1,
.page-hero--about-thumb p {
    color: #ffffff;
}

.page-hero--about-thumb h1 {
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 1.08;
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
}

.split-layout--about {
    align-items: center;
}

.about-copy--centered {
    text-align: center;
}

.about-copy--centered .eyebrow {
    justify-content: center;
}

.about-copy--centered h2 {
    text-align: center;
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    line-height: 1.1;
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
}

.about-copy--centered p {
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.about-copy--centered .list-check {
    display: table;
    margin: 18px auto 24px;
    text-align: left;
}

.about-copy--centered .button {
    display: inline-flex;
    margin: 0 auto;
}

@media (max-width: 760px) {
    .page-hero--about-thumb {
        padding: 96px 0 72px;
    }

    .about-copy--centered h2,
    .page-hero--about-thumb h1 {
        max-width: 100%;
    }
}
.page-hero--faq-thumb {
    position: relative;
    padding: 120px 0 90px;
    background:
        linear-gradient(115deg, rgba(9, 22, 36, 0.76), rgba(9, 22, 36, 0.60)),
        url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/GARATGE-THUMB-2-1.webp') center center/cover no-repeat;
    color: #ffffff;
}

.page-hero--faq-thumb .page-hero__content--centered {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.page-hero--faq-thumb .eyebrow {
    color: rgba(255, 255, 255, 0.92);
    justify-content: center;
}

.page-hero--faq-thumb .eyebrow::before {
    background: rgba(255, 255, 255, 0.35);
}

.page-hero--faq-thumb h1,
.page-hero--faq-thumb p {
    color: #ffffff;
}

.page-hero--faq-thumb h1 {
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.08;
}

@media (max-width: 760px) {
    .page-hero--faq-thumb {
        padding: 96px 0 72px;
    }

    .page-hero--faq-thumb h1 {
        max-width: 100%;
    }
}
.page-hero--contact-thumb {
    position: relative;
    padding: 120px 0 90px;
    background:
        linear-gradient(115deg, rgba(9, 22, 36, 0.76), rgba(9, 22, 36, 0.60)),
        url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/GARATGEMOVIL-LOGO-white.webp') center center/cover no-repeat;
    color: #ffffff;
}

.page-hero--contact-thumb .page-hero__content--centered {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.page-hero--contact-thumb .eyebrow {
    color: rgba(255, 255, 255, 0.92);
    justify-content: center;
}

.page-hero--contact-thumb .eyebrow::before {
    background: rgba(255, 255, 255, 0.35);
}

.page-hero--contact-thumb h1,
.page-hero--contact-thumb p {
    color: #ffffff;
    text-align: center;
}

.page-hero--contact-thumb h1 {
    max-width: 12ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.08;
}

.contact-grid--centered-cards {
    align-items: stretch;
}

.contact-card--centered {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-card--centered .contact-card__inner {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.contact-card--centered h2 {
    text-align: center;
    margin-bottom: 22px;
}

.contact-card--centered p {
    text-align: center;
}

.contact-card--centered ul {
    margin: 0 0 22px;
    text-align: center;
}

.contact-card--centered li {
    text-align: center;
}

.contact-card--centered .hero__actions {
    justify-content: center;
}

.contact-card--centered .button {
    align-self: center;
}

@media (max-width: 760px) {
    .page-hero--contact-thumb {
        padding: 96px 0 72px;
    }

    .page-hero--contact-thumb h1 {
        max-width: 100%;
    }
}
.footer-cta {
    background: var(--color-primary);
    color: var(--color-white);
    border-top: 0;
    border-bottom: 0;
}

.footer-cta .eyebrow,
.footer-cta .eyebrow::before {
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.28);
}

.footer-cta h2,
.footer-cta p,
.footer-cta a {
    color: var(--color-white);
}

.footer-cta .button-primary {
    background: var(--color-white);
    color: var(--color-primary);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-cta .button-primary:hover {
    background: var(--color-white);
    color: var(--color-primary-dark);
    border-color: rgba(255, 255, 255, 0.3);
}

.footer-cta .button-secondary {
    background: transparent;
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.footer-cta .button-secondary:hover {
    color: var(--color-white);
    border-color: rgba(255, 255, 255, 0.45);
}
.site-logo--footer {
    max-height: 120px;
    width: auto;
}
.detail-card--service#tapiceria,
.detail-card--service#lavado,
.detail-card--service#mecanica,
.detail-card--service#restauracion {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: none;
}

.detail-card--service#tapiceria {
    background: url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/tapiceria-y-limpieza-profunda.webp') center center/cover no-repeat;
}

.detail-card--service#lavado {
    background: url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/lavado-integral.webp') center center/cover no-repeat;
}

.detail-card--service#mecanica {
    background: url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/mecanica-y-puesta-a-punto.webp') center center/cover no-repeat;
}

.detail-card--service#restauracion {
    background: url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/restauracion-y-detailing.webp') center center/cover no-repeat;
}

.detail-card--service#tapiceria::before,
.detail-card--service#lavado::before,
.detail-card--service#mecanica::before,
.detail-card--service#restauracion::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.82);
    z-index: 0;
}

.detail-card--service#tapiceria > *,
.detail-card--service#lavado > *,
.detail-card--service#mecanica > *,
.detail-card--service#restauracion > * {
    position: relative;
    z-index: 1;
}
#experiencia {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(9,22,36,.78), rgba(9,22,36,.62)),
        url('https://webgaratgemovil0035.live-website.com/wp-content/uploads/2026/04/por-que-elegirnos.webp') center center/cover no-repeat;
}

#experiencia .section-heading h2,
#experiencia .section-heading p {
    color: #ffffff;
}

#experiencia .eyebrow {
    color: rgba(255,255,255,.92);
}

#experiencia .eyebrow::before {
    background: rgba(255,255,255,.35);
}
