@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-MediumItalic.otf") format("opentype");
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-ExtraBold.otf") format("opentype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Black.otf") format("opentype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "ITC Avant Garde Std";
    src: url("../fonts/ITCAvantGardeStd-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --blue: #083ea1;
    --blue-deep: #031a48;
    --blue-dark: #001843;
    --cyan: #37cbed;
    --cyan-soft: #e1f7fc;
    --green: #6dc248;
    --text: #57595e;
    --white: #fff;
    --container: 1120px;
    --shadow: 0 18px 45px rgba(8, 48, 125, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: clip;
    color: var(--text);
    background: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 48px)); 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; left: 12px; top: -100px; z-index: 1000;
    padding: 10px 16px; background: #fff; color: var(--blue); border-radius: 6px;
}
.skip-link:focus { top: 12px; }

/* Header */
.site-header { position: relative; z-index: 50; background: #fff; }
.header-inner {
    width: min(1180px, calc(100% - 48px));
    min-height: 154px;
    display: flex;
    align-items: center;
    gap: 68px;
}
.brand { width: 370px; flex: 0 0 auto; margin-left: 29px; }
.brand img { width: 100%; height: auto; }
.main-nav {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
}
.main-nav a { position: relative; padding: 61px 0; white-space: nowrap; }
.main-nav a:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    height: 35px;
    border-right: 2px dotted rgba(55, 203, 237, .78);
    transform: translateY(-50%);
}
.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 49px;
    height: 2px;
    background: var(--cyan);
    transition: right .2s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.main-nav .nav-dinafluid { color: var(--green); font-weight: 800; }
.main-nav .nav-dinafluid span { margin-left: 2px; font-size: 18px; }
.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 10px;
    border: 0;
    background: transparent;
}
.menu-toggle > span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: var(--blue);
    transition: transform .2s ease, opacity .2s ease;
}

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--cyan); }
.hero-slides { position: relative; height: 384px; overflow: hidden; background: var(--cyan); }
.hero-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .65s ease;
}
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-photo {
    position: absolute;
    z-index: 1;
    inset: 0 0 0 auto;
    width: auto;
    max-width: none;
    height: 100%;
    object-fit: contain;
}
.hero-title-panel {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 60.5%;
    height: 58.333%;
    background: var(--blue);
}
.hero-watermark {
    position: absolute;
    z-index: 3;
    right: 4.5%;
    top: -15%;
    width: 460px;
    height: 145%;
    max-width: none;
    opacity: .58;
    object-fit: contain;
    pointer-events: none;
}
.hero-copy {
    position: absolute;
    z-index: 4;
    inset: 0 auto auto 50%;
    width: min(1120px, calc(100% - 48px));
    height: 100%;
    transform: translateX(-50%);
}
.hero h1 {
    position: absolute;
    left: 16px;
    top: 39px;
    width: 680px;
    margin: 0;
    color: #fff;
    font-size: 44.5px;
    line-height: 1.115;
    letter-spacing: -.032em;
    font-weight: 900;
}
.hero p {
    position: absolute;
    left: 16px;
    top: 249px;
    width: 560px;
    margin: 0;
    color: var(--blue);
    font-size: 22.4px;
    line-height: 1.286;
    font-weight: 500;
}
.hero-controls {
    position: absolute;
    z-index: 8;
    right: max(32px, calc((100% - 1120px) / 2));
    bottom: 17px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.hero-controls button {
    position: relative;
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .58);
    transition: width .2s ease, background-color .2s ease;
}
.hero-controls button::after { content: ""; position: absolute; inset: -12px -5px; }
.hero-controls button.is-active { width: 27px; background: #fff; }

/* Shared section details */
.section-dots { position: relative; overflow: hidden; }
.section-dots::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: -90px;
    top: 0;
    width: 410px;
    height: 100%;
    opacity: .72;
    background-image: radial-gradient(circle, rgba(55, 203, 237, .48) 0 2px, transparent 2.4px);
    background-size: 15px 15px;
    mask-image: linear-gradient(90deg, transparent, #000 45%);
    pointer-events: none;
}
.section-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: var(--cyan);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .01em;
}
.section-kicker::before, .section-kicker::after {
    content: "";
    width: 248px;
    border-top: 1px dotted var(--blue);
}
.section-kicker-wide::before, .section-kicker-wide::after {
    width: min(300px, 27vw);
    border-color: var(--cyan);
}

/* Highlights */
.highlights { padding: 42px 0 51px; background: #fff; }
.highlights-grid {
    position: relative;
    z-index: 1;
    width: min(1154px, calc(100% - 48px));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
}
.highlight-card { min-width: 0; text-align: center; }
.highlight-image {
    overflow: hidden;
    aspect-ratio: 1 / 1.02;
    border-radius: 24px 24px 17px 17px;
    background: #e8f8fc;
}
.highlight-image img { width: 100%; height: 100%; object-fit: cover; }
.highlight-card:last-child .highlight-image img { width: 220%; max-width: none; object-position: 16% center; }
.highlight-card h2 {
    margin: 13px 0 0;
    color: var(--blue);
    font-size: 19.2px;
    line-height: 1.04;
    font-weight: 800;
}

/* About */
.about { height: 379px; padding: 0; }
.about-grid {
    position: relative;
    z-index: 1;
    height: 379px;
    display: grid;
    grid-template-columns: 34.286% 16.696% 49.018%;
    align-items: center;
}
.about-visual {
    position: relative;
    width: 640px;
    height: 346px;
    align-self: start;
    overflow: hidden;
    margin-left: calc((100vw - min(var(--container), calc(100vw - 48px))) / -2);
}
.about-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 62, 161, .72), rgba(55, 203, 237, .12) 74%, #fff 100%);
}
.about-visual > img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% center;
    filter: saturate(.92) brightness(1.07);
}
.about-drop {
    position: absolute;
    z-index: 2;
    right: -1%;
    top: -3%;
    width: 66%;
    height: 105%;
    opacity: .78;
    object-fit: contain;
}
.about-claim {
    position: relative;
    z-index: 3;
    width: 285px;
    justify-self: end;
    padding-right: 33px;
    text-align: right;
    color: var(--cyan);
}
.about-claim .about-name {
    display: block;
    color: var(--blue);
    font-size: 39px;
    line-height: 1;
    font-weight: 900;
}
.about-claim p { margin: 4px 0 0; font-size: 22.4px; line-height: 1.286; font-weight: 700; white-space: nowrap; }
.about-claim b { color: var(--blue); font-weight: 900; }
.about-copy {
    position: relative;
    align-self: stretch;
    padding: 64px 0 38px;
    font-size: 19px;
    line-height: 1.245;
}
.about-copy::before, .about-copy::after {
    content: "";
    position: absolute;
    left: -85px;
    width: 330px;
    border-top: 1px dotted var(--blue);
}
.about-copy::before { top: 27px; }
.about-copy::after { bottom: 27px; }
.about-copy .section-kicker {
    position: absolute;
    left: -85px;
    top: 42px;
    justify-content: flex-start;
}
.about-copy .section-kicker::before, .about-copy .section-kicker::after { display: none; }
.about-copy p { margin: 0; }

/* Philosophy */
.philosophy { padding: 12px 0 41px; }
.philosophy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 60px; margin-top: 25px; }
.philosophy-item { min-width: 0; text-align: center; }
.philosophy-item img {
    position: relative;
    width: 163.2px;
    height: 134.4px;
    margin: 5px auto 3.6px;
    object-fit: fill;
}
.philosophy-item:nth-child(1) img { left: 9.3px; }
.philosophy-item:nth-child(2) img { left: -3.2px; }
.philosophy-item:nth-child(3) img { left: -2.9px; }
.philosophy-item h2 {
    margin: 0;
    color: var(--cyan);
    font-size: 44.5px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.035em;
}
.philosophy-item p {
    max-width: 330px;
    margin: 15px auto 0;
    font-size: 19px;
    line-height: 1.245;
}

/* Services */
.services { position: relative; padding: 10px 0 70px; overflow: hidden; }
.service-intro {
    max-width: 930px;
    margin: 22px auto 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
}
.service-intro h2 {
    margin: 0;
    color: var(--cyan);
    text-align: right;
    font-size: 39px;
    line-height: 1.108;
    font-weight: 500;
}
.service-intro h2 > span { font-size: 1.09em; }
.service-intro h2 strong { color: var(--blue); font-weight: 900; white-space: nowrap; }
.service-intro p { max-width: 344px; margin: 0; font-size: 19px; line-height: 1.245; }
.process-layout { position: relative; min-height: 1010px; margin-top: 12px; }
.process-visual {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 46px;
    width: 717px;
    transform: translateX(-50%) translateX(-11px);
}
.process-graphic { width: 100%; height: auto; }
.process-logo {
    position: absolute;
    z-index: 2;
    left: 51%;
    top: 60.05%;
    width: 288px;
    transform: translate(-50%, -50%);
}
.process-step { position: absolute; z-index: 3; width: 180px; color: var(--text); }
.process-step .step-number {
    position: absolute;
    z-index: -1;
    color: #d8f7fc;
    font-size: 143px;
    line-height: .8;
    font-weight: 700;
    transform-origin: center;
}
.process-step h3 { margin: 0 0 5px; color: var(--blue); font-size: 21px; line-height: 1; font-weight: 900; }
.process-step p { margin: 0; font-size: 14px; line-height: 1.23; }
.step-1 { left: -4px; top: 474px; text-align: right; }
.step-1 .step-number { right: 3px; top: -119px; transform: scale(.95, .97); }
.step-2 { left: 92px; top: 822px; text-align: right; }
.step-2 .step-number { left: 97px; top: -125px; transform: scaleX(1.156); }
.step-3 { left: 53.714%; top: 859px; transform: translateX(-50%); text-align: center; }
.step-3 .step-number { left: calc(50% - 151px); top: -6px; transform: translateX(-50%) scale(1.159, .97); }
.step-4 { right: 119px; top: 824px; }
.step-4 .step-number { right: 88px; top: -126px; transform: scale(1.255, .985); }
.step-5 { right: 12px; top: 474px; }
.step-5 .step-number { right: 97px; top: -120px; transform: scale(1.157, 1); }
.step-6 { right: 77px; top: 156px; }
.step-6 .step-number { right: 94px; top: -120px; transform: scaleX(1.205); }
.service-promise {
    margin: 28px auto 0;
    text-align: center;
    color: var(--cyan);
    font-size: 34.3px;
    line-height: 30.4px;
    font-weight: 400;
    transform: scaleY(.965);
    transform-origin: center top;
}
.service-promise strong { color: var(--blue); font-size: 30.4px; font-weight: 900; }

/* Sectors */
.sectors { padding: 8px 0 41px; background: var(--cyan-soft); }
.sectors .container { position: relative; z-index: 1; }
.sectors-grid {
    display: grid;
    width: 1142px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 25px 22px;
    margin-top: 28px;
    margin-left: 2px;
}
.sector-card {
    grid-column: span 2;
    overflow: hidden;
    border-radius: 18px 18px 16px 16px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(23, 62, 170, .05);
}
.sector-card:nth-child(5) { grid-column: 2 / span 2; transform: translateX(-12px); }
.sector-card:nth-child(6) { grid-column: 4 / span 2; transform: translateX(-12px); }
.sector-card:nth-child(7) { grid-column: 6 / span 2; transform: translateX(-12px); }
.sector-card img { width: 100%; aspect-ratio: 1.77 / 1; object-fit: cover; }
.sector-card h2 {
    display: grid;
    min-height: 51px;
    place-items: center;
    margin: 0;
    padding: 7px 10px;
    text-align: center;
    color: var(--blue);
    font-size: 19.2px;
    line-height: .9;
    font-weight: 800;
}

/* DinaFluid */
.dinafluid {
    position: relative;
    min-height: 525px;
    overflow: hidden;
    color: #fff;
    background: url('../img/hero-bg.png') center / cover no-repeat;
}
.dinafluid-overlay { display: none; }
.dinafluid-mark {
    display: none;
    position: absolute;
    right: -5%;
    top: -4%;
    width: 57%;
    height: 108%;
    opacity: .62;
    background: #488c66;
    -webkit-mask: url('../img/marca-dinafluid.png') center / contain no-repeat;
    mask: url('../img/marca-dinafluid.png') center / contain no-repeat;
    transform: rotate(-2deg);
    transform-origin: center;
}
.dinafluid-inner { position: relative; z-index: 2; min-height: 525px; padding: 0; }
.dinafluid-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}
.dinafluid-logo { width: 265px; height: auto; margin: -18px 0 5px; }
.dinafluid h2 {
    margin: 0;
    font-family: "ITC Avant Garde Std", "Montserrat", Arial, sans-serif;
    font-size: 44.5px;
    line-height: 1.2;
    letter-spacing: -.025em;
    font-weight: 700;
}
.dinafluid-lead { margin: 14px 0 10px; color: var(--green); font-family: "ITC Avant Garde Std", "Montserrat", Arial, sans-serif; font-size: 14.2px; font-weight: 700; line-height: 1.27; }
.temp-pills {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}
.temp-pills span {
    flex: 0 0 auto;
    margin-left: -16px;
    padding: 9px 16px;
    border-radius: 999px;
    color: #fff;
    background: var(--blue);
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}
.temp-pills b { flex: 0 0 auto; font-size: 17px; line-height: 1; white-space: nowrap; }
.cert-strip { width: 475px; height: auto; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    min-width: 250px;
    padding: 17px 24px;
    border-radius: 9px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s ease, filter .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); filter: brightness(1.04); }
.button span { font-size: 25px; line-height: 0; }
.button-green {
    position: absolute;
    left: 568px;
    top: 134px;
    width: 280px;
    min-width: 280px;
    height: 61px;
    padding: 0;
    color: transparent;
    background: transparent;
    font-family: "ITC Avant Garde Std", "Montserrat", Arial, sans-serif;
}
.button-green span { visibility: hidden; }
.button-green:hover, .button-green:focus-visible { transform: none; filter: none; }
.button-green:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.button-cyan { background: #72d8ee; }

/* Diagnosis */
.diagnosis { position: relative; padding: 24px 0 37px; background: #fff; }
.diagnosis-card {
    width: min(1155px, calc(100% - 48px));
    min-height: 238px;
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr) 240px;
    align-items: center;
    gap: 0;
}
.diagnosis-image {
    position: relative;
    z-index: 0;
    width: 459px;
    height: 238px;
    overflow: hidden;
    border-radius: 17px;
}
.diagnosis-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0 62%, rgba(255, 255, 255, .92) 91%, #fff 100%);
}
.diagnosis-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    filter: saturate(.68) brightness(1.18) contrast(.84);
}
.diagnosis-copy { position: relative; z-index: 1; min-width: 0; }
.diagnosis-copy h2 {
    margin: 0;
    color: var(--blue);
    font-size: 39px;
    line-height: 1.128;
    font-weight: 700;
    letter-spacing: -.025em;
    white-space: nowrap;
}
.diagnosis-copy h2 strong { font-weight: 900; }
.diagnosis-copy h2 span { color: var(--cyan); }
.diagnosis-copy p { max-width: 530px; margin: 22px 0 0; font-size: 19px; line-height: 1.245; }
.diagnosis .button { position: relative; z-index: 1; min-width: 220px; justify-self: end; }
.diagnosis .button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

/* Footer */
.site-footer { position: relative; color: #fff; background: linear-gradient(110deg, #123ba2 0%, #4776c8 50%, #37cbed 100%); }
.footer-grid {
    min-height: 173px;
    display: grid;
    grid-template-columns: 27.946% 26.339% 24.732% 20.983%;
    align-items: center;
    gap: 0;
    font-size: 11.2px;
    line-height: 1.57;
}
.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 13px;
}
.footer-brand-logo { display: block; }
.footer-brand img {
    width: 286px;
    height: auto;
    aspect-ratio: 959 / 350;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
}
.footer-legal span { margin: 0 4px; }
.footer-legal a:hover { text-decoration: underline; }
.footer-copy strong, .footer-contact strong { display: block; margin-bottom: 18px; font-size: 12px; }
.footer-copy p { margin: 0; font-weight: 700; }
.footer-contact { display: flex; flex-direction: column; margin: 0; font-style: normal; font-weight: 700; }
.footer-contact a:hover { text-decoration: underline; }
.site-footer a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.footer-social small { display: block; margin-bottom: 3px; font-size: 8px; font-style: italic; font-weight: 500; }
.linkedin-wordmark { color: #fff; font-size: 29px; font-weight: 700; letter-spacing: -.04em; }
.linkedin-wordmark span { display: inline-block; margin-left: 2px; padding: 0 2px; border: 2px solid #fff; border-radius: 2px; line-height: .84; }

/* Tablet */
@media (max-width: 1023px) {
    .container { width: min(100% - 48px, var(--container)); }
    .header-inner { width: min(100% - 48px, 1180px); min-height: 84px; gap: 24px; }
    .brand { width: 205px; margin-left: 0; }
    .menu-toggle { display: block; position: relative; z-index: 4; margin-left: auto; }
    .main-nav {
        position: absolute;
        z-index: 3;
        left: 0;
        right: 0;
        top: 100%;
        display: grid;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 24px;
        background: #fff;
        box-shadow: var(--shadow);
        font-size: 15px;
        visibility: hidden;
        transition: max-height .25s ease, padding .25s ease, visibility 0s linear .25s;
    }
    .main-nav.is-open {
        max-height: 540px;
        padding-block: 12px 20px;
        visibility: visible;
        transition-delay: 0s;
    }
    .main-nav a { min-height: 46px; padding: 13px 0; border-bottom: 1px solid #edf3fb; }
    .main-nav a::before { display: none; }
    .main-nav a::after { bottom: 7px; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    .hero-slides { height: clamp(390px, 48vw, 440px); }
    .hero-title-panel { width: 61%; }
    .hero-copy { width: calc(100% - 48px); }
    .hero h1 { left: 0; top: 42px; width: 61%; font-size: clamp(36px, 4.8vw, 44px); }
    .hero p { left: 0; top: 250px; width: 55%; font-size: clamp(17px, 2.2vw, 20px); }
    .hero-watermark { right: 1%; width: 42%; }
    .hero-controls { right: 24px; gap: 0; }
    .hero-controls button { flex: 0 0 44px; width: 44px; height: 44px; background: transparent; }
    .hero-controls button::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 9px;
        height: 9px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .58);
        transform: translate(-50%, -50%);
        transition: width .2s ease, background-color .2s ease;
    }
    .hero-controls button::after { inset: 0; }
    .hero-controls button.is-active { width: 44px; background: transparent; }
    .hero-controls button.is-active::before { width: 27px; background: #fff; }

    .highlights { padding-block: 36px 44px; }
    .highlights-grid { width: calc(100% - 48px); grid-template-columns: repeat(6, 1fr); gap: 24px 14px; }
    .highlight-card { grid-column: span 2; }
    .highlight-card:nth-child(4) { grid-column: 2 / span 2; }
    .highlight-card:nth-child(5) { grid-column: 4 / span 2; }
    .highlight-card h2 { font-size: 16px; }

    .about { height: auto; }
    .about-grid { height: auto; min-height: 470px; grid-template-columns: 42% 58%; }
    .about-visual { grid-row: 1 / 3; width: auto; height: auto; align-self: stretch; margin-left: -24px; }
    .about-claim { width: auto; justify-self: stretch; align-self: end; padding: 36px 0 12px 28px; text-align: left; }
    .about-claim .about-name { font-size: 35px; }
    .about-claim p { font-size: 20px; white-space: normal; }
    .about-copy { min-height: 280px; padding: 55px 0 35px 28px; font-size: 16px; }
    .about-copy::before, .about-copy::after { left: 28px; width: 280px; }
    .about-copy .section-kicker { left: 28px; top: 34px; }

    .section-kicker { font-size: 13px; }
    .section-kicker::before, .section-kicker::after { width: min(180px, 22vw); }
    .philosophy { padding-bottom: 48px; }
    .philosophy-grid { gap: 24px; }
    .philosophy-item img { left: auto !important; width: 145px; height: auto; margin: 0 auto 8px; }
    .philosophy-item h2 { font-size: clamp(30px, 4vw, 38px); }
    .philosophy-item p { font-size: 15px; }

    .services { padding-bottom: 56px; }
    .service-intro { max-width: 760px; gap: 32px; }
    .service-intro h2 { font-size: 34px; }
    .service-intro h2 strong { white-space: normal; }
    .service-intro p { font-size: 16px; }
    .process-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; min-height: 0; padding-top: 20px; }
    .process-visual { position: relative; grid-column: 1 / -1; left: auto; top: auto; width: min(580px, 82%); margin: 0 auto 12px; transform: none; }
    .process-logo { width: clamp(125px, 40%, 230px); }
    .process-step {
        position: relative;
        inset: auto !important;
        width: auto;
        min-height: 170px;
        padding: 34px 20px 22px 82px;
        text-align: left;
        transform: none !important;
        border-radius: 16px;
        background: #f7fdff;
    }
    .process-step .step-number { z-index: 0; left: 16px !important; right: auto !important; top: 38px !important; transform: none !important; font-size: 80px; }
    .process-step > div { position: relative; z-index: 1; }
    .process-step h3 { font-size: 19px; }
    .process-step p { font-size: 13px; }
    .service-promise { font-size: 25px; line-height: 1.12; }
    .service-promise strong { font-size: inherit; }

    .sectors { padding-block: 46px; }
    .sectors-grid { width: auto; grid-template-columns: repeat(3, 1fr); gap: 22px 17px; margin-left: 0; }
    .sector-card, .sector-card:nth-child(n) { grid-column: auto; transform: none; }
    .sector-card:last-child { grid-column: 2; }
    .sector-card h2 { min-height: 56px; font-size: 16px; }

    .dinafluid {
        min-height: 560px;
        background: url('../img/hero-bg.png') center / cover no-repeat;
    }
    .dinafluid-overlay {
        display: block;
        position: absolute;
        inset: 0;
        background: transparent;
    }
    .dinafluid-mark { display: none; }
    .dinafluid-inner { min-height: 560px; display: grid; grid-template-columns: minmax(0, 1fr) 200px; gap: 28px; align-items: center; }
    .dinafluid-copy {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        clip-path: none;
        white-space: normal;
    }
    .dinafluid h2 { font-size: 42px; }
    .temp-pills { max-width: 100%; }
    .cert-strip { width: min(475px, 100%); }
    .button-green {
        position: static;
        width: auto;
        min-width: 200px;
        height: auto;
        padding: 17px 18px;
        gap: 18px;
        align-self: start;
        margin-top: 130px;
        color: #fff;
        background: var(--green);
        white-space: nowrap;
    }
    .button-green span { visibility: visible; }
    .dinafluid-mark { right: -13%; width: 67%; }

    .diagnosis { padding-block: 30px; }
    .diagnosis-card { width: calc(100% - 48px); min-height: 0; grid-template-columns: 39% minmax(0, 1fr); gap: 26px; }
    .diagnosis-image { width: 100%; height: auto; aspect-ratio: 1.65 / 1; }
    .diagnosis-image::after { display: none; }
    .diagnosis-copy h2 { font-size: clamp(30px, 4vw, 38px); white-space: normal; }
    .diagnosis-copy p { margin-top: 16px; font-size: 15px; }
    .diagnosis .button { grid-column: 2; justify-self: start; margin-top: 8px; }

    .footer-grid { min-height: 0; grid-template-columns: 1fr 1fr; gap: 30px 50px; padding-block: 36px; font-size: 12px; }
    .footer-brand { margin-left: 0; }
    .footer-brand img { width: 265px; }
}

/* Mobile */
@media (max-width: 767px) {
    .container { width: calc(100% - 32px); }
    .header-inner { width: calc(100% - 32px); min-height: 74px; }
    .brand { width: 180px; }

    .hero-slides {
        --mobile-photo: clamp(198px, 61.73vw, 250px);
        display: grid;
        height: auto;
        min-height: 0;
    }
    .hero-slide {
        position: relative;
        inset: auto;
        grid-area: 1 / 1;
        display: grid;
        grid-template-rows: var(--mobile-photo) auto auto;
        visibility: hidden;
    }
    .hero-slide.is-active { visibility: visible; }
    .hero-photo { position: relative; inset: auto; grid-row: 1; width: 100%; height: var(--mobile-photo); object-fit: cover; }
    .hero-slide:nth-child(1) .hero-photo { object-position: 70% center; }
    .hero-slide:nth-child(2) .hero-photo { object-position: 45% center; }
    .hero-slide:nth-child(3) .hero-photo { object-position: 52% center; }
    .hero-slide:nth-child(4) .hero-photo { object-position: 50% center; }
    .hero-slide:nth-child(5) .hero-photo { object-position: 60% center; }
    .hero-slide:nth-child(6) .hero-photo { object-position: 70% center; }
    .hero-title-panel { display: none; }
    .hero-watermark { right: -4%; top: -6%; width: 65%; height: var(--mobile-photo); opacity: .55; }
    .hero-copy { display: contents; }
    .hero h1 {
        position: relative;
        inset: auto;
        grid-row: 2;
        width: auto;
        padding: 22px 16px 24px;
        background: var(--blue);
        font-size: clamp(30px, 8.6vw, 40px);
        line-height: 1.04;
    }
    .hero p {
        position: relative;
        inset: auto;
        grid-row: 3;
        width: auto;
        padding: 18px 16px 62px;
        background: var(--cyan);
        font-size: clamp(15px, 4.25vw, 18px);
        line-height: 1.48;
    }
    .hero p br { display: none; }
    .hero-controls { right: 16px; bottom: 6px; }

    .highlights { padding-block: 28px 36px; }
    .highlights-grid { width: calc(100% - 32px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
    .highlight-card { grid-column: auto; }
    .highlight-card:nth-child(4) { grid-column: auto; }
    .highlight-card:nth-child(5) { grid-column: 1 / -1; width: calc(50% - 7px); justify-self: center; }
    .highlight-card h2 { font-size: 14px; }

    .about-grid { display: block; min-height: 0; }
    .about-visual { height: 270px; margin: 0 -16px 26px; }
    .about-claim { padding: 0 0 28px; text-align: center; }
    .about-claim .about-name { font-size: 34px; }
    .about-claim p { font-size: 19px; }
    .about-copy { min-height: 0; padding: 54px 0 36px; font-size: 15px; }
    .about-copy::before, .about-copy::after { left: 0; width: 58%; }
    .about-copy .section-kicker { left: 0; top: 33px; }
    .about-copy p + p { margin-top: 12px; }

    .section-kicker::before, .section-kicker::after { width: 68px; }
    .philosophy { padding-bottom: 40px; }
    .philosophy-grid { grid-template-columns: 1fr; gap: 30px; }
    .philosophy-item img { width: 124px; height: auto; }
    .philosophy-item h2 { font-size: clamp(31px, 8.8vw, 35px); }
    .philosophy-item p { max-width: 330px; font-size: 15px; }

    .service-intro { grid-template-columns: 1fr; gap: 18px; }
    .service-intro h2 { text-align: center; font-size: 33px; }
    .service-intro p { text-align: center; font-size: 15px; }
    .service-intro p { max-width: none; }
    .process-layout { grid-template-columns: 1fr; }
    .process-visual { width: min(340px, 100%); }
    .process-step {
        min-height: 0;
        padding: 21px 4px 21px 64px;
        border-top: 1px dotted rgba(8, 62, 161, .48);
        border-radius: 0;
        background: transparent;
    }
    .process-step .step-number { left: 4px !important; top: 24px !important; font-size: 68px; }
    .process-step h3 { font-size: 18px; }
    .process-step p { font-size: 14px; }
    .service-promise { margin-top: 20px; font-size: 20px; }
    .service-promise br { display: none; }

    .sectors { padding-block: 38px; }
    .sectors-grid { grid-template-columns: 1fr 1fr; gap: 16px 14px; }
    .sector-card:last-child { grid-column: 1 / -1; width: calc(50% - 7px); justify-self: center; }
    .sector-card h2 { min-height: 52px; font-size: 14px; }

    .dinafluid { min-height: 0; background-position: 66% center; }
    .dinafluid-inner { min-height: 0; display: block; padding-block: 38px 42px; }
    .dinafluid-logo { width: 210px; margin: -12px 0 5px; }
    .dinafluid h2 { font-size: clamp(31px, 9vw, 38px); line-height: 1.12; }
    .dinafluid-lead { font-size: 13px; }
    .dinafluid-lead br { display: none; }
    .temp-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        border-radius: 24px;
    }
    .temp-pills span {
        width: 100%;
        margin-left: 0;
    }
    .cert-strip { width: 100%; max-width: 475px; }
    .button-green { margin-top: 24px; min-width: 235px; }
    .dinafluid-mark { right: -28%; top: 36%; width: 92%; height: 67%; opacity: .5; }

    .diagnosis { padding-block: 26px; }
    .diagnosis-card { display: block; width: calc(100% - 32px); }
    .diagnosis-image { margin-bottom: 24px; aspect-ratio: 1.55 / 1; }
    .diagnosis-copy h2 { font-size: clamp(29px, 8.5vw, 36px); }
    .diagnosis-copy p { font-size: 15px; }
    .diagnosis .button { margin-top: 22px; }

    .footer-grid { grid-template-columns: 1fr; gap: 23px; padding-block: 38px; font-size: 12px; }
    .footer-brand img { width: min(215px, 100%); }
    .footer-copy strong, .footer-contact strong { margin-bottom: 9px; }
    .footer-contact, .footer-copy { overflow-wrap: normal; }
}

@media (max-width: 479px) {
    .diagnosis .button { width: 100%; }
}

@media (max-width: 359px) {
    .container, .header-inner, .highlights-grid, .diagnosis-card { width: calc(100% - 24px); }
    .brand { width: 168px; }
    .hero-copy { left: 12px; width: calc(100% - 24px); }
    .about-visual { margin-inline: -12px; }
    .philosophy-item h2 { font-size: 34px; }
}

/* Reflujo progresivo entre móvil y tableta. */
@media (min-width: 480px) and (max-width: 679px) {
    .highlights-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .highlight-card { grid-column: span 2; }
    .highlight-card:nth-child(4) { grid-column: 2 / span 2; }
    .highlight-card:nth-child(5) {
        grid-column: 4 / span 2;
        width: auto;
    }

    .sectors-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sector-card:nth-child(n) { grid-column: auto; }
    .sector-card:last-child {
        grid-column: 2;
        width: 100%;
    }
}

@media (min-width: 560px) and (max-width: 767px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 600px) and (max-width: 767px) {
    .about-grid {
        display: grid;
        grid-template-columns: 42% 58%;
    }
    .about-visual {
        grid-row: 1 / 3;
        height: auto;
        margin: 0 0 0 -16px;
    }
    .about-claim {
        align-self: end;
        padding: 32px 0 14px 26px;
        text-align: left;
    }
    .about-copy { padding: 54px 0 34px 26px; }
    .about-copy::before,
    .about-copy::after,
    .about-copy .section-kicker { left: 26px; }

    .process-layout { grid-template-columns: 1fr 1fr; }
    .process-visual { grid-column: 1 / -1; }

    .diagnosis-card {
        display: grid;
        grid-template-columns: 40% minmax(0, 1fr);
        gap: 24px;
    }
    .diagnosis-image { margin: 0; }
    .diagnosis .button {
        grid-column: 2;
        justify-self: start;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .philosophy-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
    .philosophy-item img { width: 108px; }
    .philosophy-item h2 { font-size: 27px; }
    .philosophy-item p { font-size: 13px; }
}

@media (min-width: 680px) and (max-width: 767px) {
    .hero-slides {
        display: block;
        height: clamp(330px, 48vw, 369px);
    }
    .hero-slide {
        position: absolute;
        inset: 0;
        display: block;
        visibility: hidden;
    }
    .hero-slide.is-active { visibility: visible; }
    .hero-photo {
        position: absolute;
        inset: 0 0 0 auto;
        width: auto;
        max-width: none;
        height: 100%;
        object-fit: contain;
    }
    .hero-title-panel {
        display: block;
        top: 0;
        width: 61%;
        height: 58.333%;
    }
    .hero-copy {
        position: absolute;
        display: block;
        left: 50%;
        width: calc(100% - 48px);
        height: 100%;
        transform: translateX(-50%);
    }
    .hero h1 {
        position: absolute;
        left: 0;
        top: 36px;
        width: 61%;
        padding: 0;
        background: transparent;
        font-size: clamp(31px, 4.8vw, 36px);
    }
    .hero p {
        position: absolute;
        left: 0;
        top: 62%;
        width: 55%;
        padding: 0;
        background: transparent;
        font-size: clamp(15px, 2.2vw, 17px);
        line-height: 1.36;
    }
    .hero-watermark { right: 1%; width: 42%; height: 145%; }

    .dinafluid-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 180px;
        gap: 20px;
    }
    .button-green {
        align-self: start;
        width: 100%;
        min-width: 0;
        margin-top: 118px;
        padding-inline: 12px;
        gap: 14px;
        white-space: nowrap;
    }
}

@media (min-width: 680px) and (max-width: 1023px) {
    .highlights-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 12px;
    }
    .highlight-card,
    .highlight-card:nth-child(4),
    .highlight-card:nth-child(5) {
        grid-column: auto;
        width: auto;
    }
    .highlight-card h2 { font-size: clamp(12px, 1.55vw, 16px); }

    .sectors-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 20px 16px;
    }
    .sector-card:nth-child(-n + 4) { grid-column: span 2; }
    .sector-card:nth-child(5) { grid-column: 2 / span 2; }
    .sector-card:nth-child(6) { grid-column: 4 / span 2; }
    .sector-card:nth-child(7) { grid-column: 6 / span 2; }
    .sector-card:last-child { width: auto; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .service-intro {
        grid-template-columns: 1fr;
        max-width: 650px;
        gap: 16px;
    }
    .service-intro h2,
    .service-intro p {
        max-width: none;
        text-align: center;
    }
    .process-step {
        min-height: 0;
        padding: 22px 8px 22px 68px;
        border-top: 1px dotted rgba(8, 62, 161, .48);
        border-radius: 0;
        background: transparent;
    }
    .process-step .step-number {
        left: 6px !important;
        top: 26px !important;
        font-size: 70px;
    }
    .service-promise {
        margin-top: 22px;
        font-size: 22px;
    }
}

/*
 * Reproducción fiel del arte original en escritorio.
 * La cabecera y el carrusel conservan texto HTML visible y escalable.
 */
@media (min-width: 1024px) {
    .site-header,
    .hero-slides,
    .highlights,
    .about,
    .philosophy,
    .services,
    .sectors,
    .dinafluid,
    .diagnosis,
    .site-footer {
        width: 100%;
        min-height: 0;
        height: auto;
        padding: 0;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .section-dots::after { display: none; }

    /* Cabecera: 1600 × 192 */
    .site-header {
        aspect-ratio: 1600 / 192;
        background-image: none;
    }
    .header-inner {
        position: absolute;
        left: 50%;
        top: 0;
        width: 92.1875%;
        height: 100%;
        min-height: 0;
        margin: 0;
        padding: 0;
        gap: 5.3125vw;
        transform: translateX(-50%);
    }
    .brand {
        display: block;
        width: 28.90625vw;
        height: auto;
        margin: 0 0 0 2.265625vw;
    }
    .brand img {
        width: 100%;
        height: auto;
        opacity: 1;
    }
    .main-nav {
        height: 100%;
        gap: 0;
        color: var(--blue);
        font-size: 1.25vw;
    }
    .main-nav a,
    .main-nav .nav-dinafluid {
        flex: 0 0 auto;
        height: auto;
        padding: 4.765625vw 0;
        color: inherit;
    }
    .main-nav .nav-dinafluid {
        width: 7.8vw;
        color: transparent;
        background-image: url('../img/header-desktop-art-lossless.webp');
        background-repeat: no-repeat;
        background-position: -79.125vw -.90625vw;
        background-size: 100vw 12vw;
    }
    .main-nav .nav-dinafluid span { visibility: hidden; }
    .main-nav a:not(:last-child)::before {
        right: -1.40625vw;
        height: 2.734375vw;
    }
    .main-nav a::after { bottom: 3.828125vw; }
    .site-header a:focus-visible {
        outline: 3px solid var(--cyan);
        outline-offset: -3px;
    }
    .menu-toggle { display: none; }

    /* Carrusel: 1600 × 480 */
    .hero-slides {
        aspect-ratio: 1600 / 480;
        background: var(--cyan);
    }
    .hero-photo {
        width: 48.5%;
        height: 100%;
        object-fit: cover;
    }
    .hero-watermark { width: 35.9375vw; }
    .hero-copy { width: 87.5%; }
    .hero h1 {
        left: 1.25vw;
        top: 3.046875vw;
        width: 53.125vw;
        font-size: 3.4765625vw;
    }
    .hero p {
        left: 1.25vw;
        top: 19.453125vw;
        width: 43.75vw;
        font-size: 1.75vw;
    }
    .hero-controls { opacity: 1; }
    .hero-controls button:focus-visible {
        outline: 3px solid #fff;
        outline-offset: 3px;
    }

    /* Capacidades: cinco imágenes independientes y títulos HTML. */
    .highlights {
        position: relative;
        aspect-ratio: 1600 / 464;
        background-image: none;
    }
    .highlights::before {
        content: "";
        position: absolute;
        z-index: 0;
        left: -3%;
        bottom: -10%;
        width: 29%;
        height: 72%;
        opacity: .48;
        background-image: radial-gradient(circle, rgba(55, 203, 237, .5) 0 .22vw, transparent .27vw);
        background-size: 1.75vw 1.75vw;
        -webkit-mask-image: linear-gradient(90deg, #000, transparent 82%);
        mask-image: linear-gradient(90deg, #000, transparent 82%);
        pointer-events: none;
    }
    .highlights-grid {
        position: absolute;
        left: 4.7%;
        top: 11%;
        width: 90.6%;
        height: auto;
        margin: 0;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: .9vw;
        opacity: 1;
        pointer-events: auto;
    }
    .highlight-image {
        aspect-ratio: 1 / 1;
        border-radius: 2vw 2vw 1.55vw 1.55vw;
    }
    .highlight-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .highlight-card:last-child .highlight-image {
        border: .55vw solid #fff;
        border-radius: 2.35vw 2.35vw 1.9vw 1.9vw;
        box-shadow: 0 .25vw .8vw rgba(8, 62, 161, .05);
    }
    .highlight-card:last-child .highlight-image img {
        width: 220%;
        max-width: none;
        object-position: 16% center;
    }
    .highlight-card h2 {
        margin-top: 1.65vw;
        font-size: 1.5vw;
        line-height: 1.04;
    }
    .highlights.section-dots::after {
        display: block;
        right: -3%;
        top: -9%;
        width: 49%;
        height: 118%;
        opacity: .58;
        background-image: radial-gradient(circle, rgba(55, 203, 237, .5) 0 .22vw, transparent .27vw);
        background-size: 1.75vw 1.75vw;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 52%);
        mask-image: linear-gradient(90deg, transparent, #000 52%);
    }

    /* Quiénes somos: composición viva con fotografía y textos HTML. */
    .about {
        aspect-ratio: 1600 / 427;
        background-image: none;
    }
    .about-grid {
        position: absolute;
        inset: 0;
        display: grid;
        width: 100%;
        height: 100%;
        min-height: 0;
        margin: 0;
        grid-template-columns: 28.75% 21.25% 50%;
        align-items: stretch;
        opacity: 1;
        pointer-events: auto;
    }
    .about-visual {
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        height: 100%;
        margin: 0;
        overflow: hidden;
    }
    .about-visual > img:first-child {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: saturate(.76) brightness(1.17) contrast(.92);
    }
    .about-visual::before {
        content: "";
        position: absolute;
        z-index: 1;
        inset: 0;
        background-image:
            radial-gradient(circle, rgba(255, 255, 255, .94) 0 .28vw, transparent .32vw),
            radial-gradient(circle, rgba(255, 255, 255, .86) 0 .11vw, transparent .15vw);
        background-position: .55vw .65vw, 1.2vw 1.05vw;
        background-size: 2.8vw 2.8vw, 1.75vw 1.75vw;
        -webkit-mask-image: linear-gradient(90deg, #000 0 62%, transparent 94%);
        mask-image: linear-gradient(90deg, #000 0 62%, transparent 94%);
        pointer-events: none;
    }
    .about-visual::after {
        z-index: 2;
        background: linear-gradient(90deg, transparent 0 58%, rgba(255, 255, 255, .58) 80%, #fff 100%);
    }
    .about-drop {
        z-index: 3;
        right: 7%;
        top: -3%;
        width: 46%;
        height: 103%;
        opacity: .78;
        object-fit: contain;
    }
    .about-claim {
        grid-column: 2;
        z-index: 4;
        width: 100%;
        padding: 4.85vw 1vw 0 0;
        align-self: stretch;
        justify-self: stretch;
        text-align: right;
    }
    .about-claim .about-name {
        font-size: 3.046875vw;
    }
    .about-claim p {
        margin-top: .3vw;
        font-size: 1.75vw;
        line-height: 1.286;
        white-space: nowrap;
    }
    .about-copy {
        grid-column: 3;
        z-index: 4;
        min-width: 0;
        padding: 2.35vw 7.5vw 1.8vw 1.7vw;
        font-size: 1.45vw;
        line-height: 1.245;
    }
    .about-copy::before,
    .about-copy::after {
        display: none;
    }
    .about-copy .section-kicker {
        position: static;
        justify-content: flex-start;
        margin-bottom: 1.05vw;
        color: var(--cyan);
        font-size: 1.25vw;
    }
    .about.section-dots::after {
        display: block;
        right: -2%;
        top: 0;
        width: 40%;
        height: 100%;
        opacity: .58;
        background-image: radial-gradient(circle, rgba(55, 203, 237, .5) 0 .24vw, transparent .28vw);
        background-size: 1.9vw 1.9vw;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 48%);
        mask-image: linear-gradient(90deg, transparent, #000 48%);
    }

    /* Filosofía: iconos originales y textos HTML. */
    .philosophy {
        position: relative;
        aspect-ratio: 1600 / 459;
        background-image: none;
    }
    .philosophy::before {
        content: "";
        position: absolute;
        z-index: 0;
        left: -2%;
        top: -8%;
        width: 16%;
        height: 72%;
        opacity: .48;
        background-image: radial-gradient(circle, rgba(55, 203, 237, .48) 0 .18vw, transparent .23vw);
        background-size: 1.55vw 1.55vw;
        -webkit-mask-image: linear-gradient(90deg, #000, transparent 88%);
        mask-image: linear-gradient(90deg, #000, transparent 88%);
        pointer-events: none;
    }
    .philosophy::after {
        content: "";
        position: absolute;
        z-index: 0;
        left: 38%;
        bottom: .35vw;
        width: 24%;
        border-top: .14vw dotted var(--blue);
        pointer-events: none;
    }
    .philosophy > .container {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .philosophy .section-kicker-wide {
        position: absolute;
        left: 50%;
        top: 0;
        width: 100%;
        gap: 1vw;
        color: var(--cyan);
        font-size: 1.25vw;
        transform: translateX(-50%);
    }
    .philosophy .section-kicker-wide::before,
    .philosophy .section-kicker-wide::after {
        width: 22.5vw;
        height: 3.25vw;
        border-top: .14vw dotted var(--cyan);
    }
    .philosophy .section-kicker-wide::before {
        border-left: .14vw dotted var(--cyan);
        border-top-left-radius: 3vw;
    }
    .philosophy .section-kicker-wide::after {
        border-right: .14vw dotted var(--cyan);
        border-top-right-radius: 3vw;
    }
    .philosophy .section-kicker-wide span {
        position: relative;
        align-self: flex-start;
    }
    .philosophy .section-kicker-wide span::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 1.9vw;
        height: 2.65vw;
        border-left: .14vw dotted var(--cyan);
        transform: translateX(-50%);
    }
    .philosophy-grid {
        position: absolute;
        left: 0;
        top: 4.5vw;
        width: 100%;
        margin: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }
    .philosophy-item img {
        left: auto !important;
        width: 12.75vw;
        height: auto;
        margin: 0 auto;
    }
    .philosophy-item h2 {
        margin: 0;
        font-size: 3.4765625vw;
        line-height: 1;
    }
    .philosophy-item p {
        max-width: 26.5vw;
        margin-top: 1.15vw;
        font-size: 1.484375vw;
        line-height: 1.245;
    }

    /* Servicio: introducción HTML y diagrama original como imagen. */
    .services {
        aspect-ratio: 1600 / 1690;
        background-image: url('../img/services-desktop-art.webp');
    }
    .services::before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 13vw;
        background: #fff;
        pointer-events: none;
    }
    .services > .container {
        position: absolute;
        z-index: 2;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .services > .container > .section-kicker {
        position: absolute;
        left: 50%;
        top: 1.65vw;
        width: auto;
        color: var(--cyan);
        font-size: 1.25vw;
        transform: translateX(-50%);
    }
    .services > .container > .section-kicker::before,
    .services > .container > .section-kicker::after {
        display: none;
    }
    .service-intro {
        position: absolute;
        left: 50%;
        top: 4.55vw;
        width: 72.65625vw;
        max-width: none;
        margin: 0;
        grid-template-columns: 1fr 1fr;
        gap: 3.515625vw;
        transform: translateX(-50%);
    }
    .service-intro h2 {
        font-size: 3.046875vw;
        line-height: 1.108;
    }
    .service-intro p {
        max-width: 26.875vw;
        font-size: 1.484375vw;
        line-height: 1.245;
    }
    .services .process-layout,
    .services .service-promise {
        opacity: 0;
        pointer-events: none;
    }

    /* Sectores: fotografías independientes y títulos HTML. */
    .sectors {
        position: relative;
        aspect-ratio: 1600 / 655;
        background-color: var(--cyan-soft);
        background-image: none;
    }
    .sectors > .container {
        position: absolute;
        z-index: 1;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 1;
        pointer-events: auto;
    }
    .sectors > .container > .section-kicker {
        position: absolute;
        left: 50%;
        top: 1.9375vw;
        color: var(--cyan);
        font-size: 1.25vw;
        line-height: 1;
        transform: translateX(-50%);
    }
    .sectors > .container > .section-kicker::before,
    .sectors > .container > .section-kicker::after {
        display: none;
    }
    .sectors-grid {
        position: absolute;
        left: 6.375%;
        top: 4.1875vw;
        width: 89.3125%;
        margin: 0;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 1.9375vw;
    }
    .sector-card {
        grid-column: span 2;
        border-radius: 1.9375vw 1.9375vw 1.5vw 1.5vw;
        box-shadow: none;
    }
    .sector-card:nth-child(5),
    .sector-card:nth-child(6),
    .sector-card:nth-child(7) {
        transform: translateX(-.90625vw);
    }
    .sector-card img {
        aspect-ratio: 334 / 186;
    }
    .sector-card h2 {
        min-height: 4.0625vw;
        padding: .45vw .7vw;
        font-size: 1.5vw;
        line-height: .9;
    }
    .sectors.section-dots::after {
        display: block;
        right: -2.5%;
        top: 0;
        width: 56%;
        height: 100%;
        opacity: .58;
        background-image: radial-gradient(circle, rgba(55, 203, 237, .5) 0 .22vw, transparent .27vw);
        background-size: 1.75vw 1.75vw;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 46%);
        mask-image: linear-gradient(90deg, transparent, #000 46%);
    }

    /* DinaFluid: fondo fotográfico, recursos gráficos y textos HTML. */
    .dinafluid {
        aspect-ratio: 1600 / 656;
        background-image: url('../img/hero-bg.png');
        background-position: center;
        background-size: cover;
    }
    .dinafluid-overlay,
    .dinafluid-mark { display: none; }
    .dinafluid-inner {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 0;
        margin: 0;
        padding: 0;
    }
    .dinafluid-copy {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        overflow: visible;
        clip-path: none;
        white-space: normal;
    }
    .dinafluid-logo {
        position: absolute;
        left: 6.5vw;
        top: 0;
        width: 21.125vw;
        max-width: none;
        height: auto;
        margin: 0;
    }
    .dinafluid h2 {
        position: absolute;
        left: 7.75vw;
        top: 9.95vw;
        width: 39vw;
        margin: 0;
        font-size: 3.4765625vw;
        line-height: 1.15;
    }
    .dinafluid-lead {
        position: absolute;
        left: 7.75vw;
        top: 23.375vw;
        width: 44vw;
        margin: 0;
        font-size: 1.125vw;
        line-height: 1.25;
    }
    .temp-pills {
        position: absolute;
        left: 7.75vw;
        top: 26.9375vw;
        width: 37.5vw;
        max-width: none;
        margin: 0;
        padding: .5625vw 1.25vw;
        gap: 1.125vw;
        border-width: .0625vw;
        font-size: .875vw;
    }
    .temp-pills span {
        display: grid;
        width: 9.25vw;
        min-height: 2.5vw;
        place-items: center;
        margin-left: -1.125vw;
        padding: .45vw .85vw;
        font-size: .8125vw;
        line-height: .95;
        white-space: normal;
    }
    .temp-pills b {
        font-size: 1.125vw;
    }
    .cert-strip {
        position: absolute;
        left: 7.75vw;
        top: 31.55vw;
        width: 31.25vw;
        max-width: none;
        height: auto;
    }
    .button-green {
        position: absolute;
        left: 49.65%;
        top: 25.2%;
        width: 22.1%;
        min-width: 0;
        height: 11.7%;
        margin: 0;
        padding: 0 1.5vw;
        gap: 4vw;
        border-radius: 1.35vw;
        color: #fff;
        background: var(--green);
        font-size: 1.125vw;
    }
    .button-green span {
        visibility: visible;
        font-size: 2.25vw;
    }
    .button-green:hover,
    .button-green:focus-visible { transform: none; filter: none; }
    .button-green:focus-visible {
        outline: 3px solid #fff;
        outline-offset: 3px;
    }

    /* Diagnóstico: fotografía independiente y contenido HTML. */
    .diagnosis {
        aspect-ratio: 1600 / 374;
        background-image: none;
    }
    .diagnosis-card {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 0;
        margin: 0;
    }
    .diagnosis-image {
        position: absolute;
        left: 4.875%;
        top: 8.02%;
        width: 35.94%;
        height: 79.68%;
        border-radius: 1.45vw;
        opacity: .82;
    }
    .diagnosis-image::after {
        display: block;
        background: linear-gradient(90deg, transparent 0 60%, rgba(255, 255, 255, .88) 88%, #fff 100%);
    }
    .diagnosis-copy {
        position: absolute;
        left: 31.625%;
        top: 19.5%;
        width: 44%;
        opacity: 1;
        pointer-events: auto;
    }
    .diagnosis-copy h2 {
        font-size: 3.046875vw;
        line-height: 1.08;
        white-space: normal;
    }
    .diagnosis-copy p {
        max-width: 42vw;
        margin-top: 2.15vw;
        font-size: 1.484375vw;
        line-height: 1.32;
    }
    .diagnosis .button {
        position: absolute;
        left: 75.1%;
        top: 35.3%;
        width: 16.3%;
        min-width: 0;
        height: 15.2%;
        margin: 0;
        padding: 0 1.45vw;
        gap: 2.1vw;
        border-radius: 1.05vw;
        color: #fff;
        background: #5bcfe7;
        font-size: .9375vw;
    }
    .diagnosis .button span {
        visibility: visible;
        font-size: 2vw;
    }
    .diagnosis .button:hover,
    .diagnosis .button:focus-visible { filter: brightness(1.04); }

    /* Pie: degradado y contenido HTML, conservando únicamente el logotipo. */
    .site-footer {
        aspect-ratio: 1600 / 216;
        background-image: linear-gradient(100deg, #1245aa 0%, #5688bd 52%, #04bfdc 100%);
    }
    .footer-grid {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        margin: 0;
        padding: 0 7.5%;
        grid-template-columns: 27% 28% 27% 18%;
        gap: 0;
        color: #fff;
        font-size: .8125vw;
        line-height: 1.55;
    }
    .footer-brand {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin: 0 0 0 .8125vw;
        align-items: flex-start;
        justify-content: center;
    }
    .footer-legal {
        margin-top: .2vw;
        flex-wrap: nowrap;
        white-space: nowrap;
        font-size: .5625vw;
    }
    .footer-legal span { margin: 0 .25vw; }
    .footer-brand img {
        flex: 0 0 auto;
        width: 22.25vw;
        max-width: none;
        height: auto !important;
        aspect-ratio: 959 / 350;
        object-fit: contain;
        object-position: left center;
        opacity: 1;
    }
    .footer-copy,
    .footer-contact,
    .footer-social {
        opacity: 1;
        transform: translateY(.8vw);
    }
    .footer-copy strong,
    .footer-contact strong {
        margin-bottom: 1.125vw;
        font-size: .8125vw;
        opacity: 1;
    }
    .footer-contact {
        height: 100%;
        justify-content: center;
        color: #fff;
    }
    .footer-contact a { color: #fff; }
    .footer-social small { font-size: .5vw; }
    .linkedin-wordmark { font-size: 1.8125vw; }
    .linkedin-wordmark span {
        border-width: .125vw;
        border-radius: .125vw;
    }
}

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



/* Contacto */
.contact-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(105deg, var(--blue-deep) 0%, #245bb2 58%, var(--cyan) 100%);
}

.contact-hero::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    right: max(-100px, calc((100vw - var(--container))/2 - 145px));
    top: 50%;
    transform: translateY(-50%);
    border: 74px solid rgba(255,255,255,.09);
    border-radius: 50%;
}

.contact-hero-inner {
    position: relative;
    z-index: 1;
    padding-block: clamp(58px, 6vw, 90px);
}

.contact-eyebrow {
    display: block;
    margin-bottom: 9px;
    color: var(--cyan);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.contact-hero .contact-eyebrow {
    color: #99ebff;
}

.contact-hero h1 {
    margin: 0;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: .96;
    font-weight: 900;
    letter-spacing: -.035em;
}

.contact-hero p {
    max-width: 720px;
    margin: 20px 0 0;
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.55;
    font-weight: 500;
}

.contact-section {
    padding-block: clamp(46px, 6vw, 82px);
    background: #f0f4f8;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr);
    gap: 34px;
    align-items: start;
}

.contact-form-card,
.contact-info-box {
    background: #fff;
    border: 1px solid #dfe7ef;
    border-radius: 16px;
    padding: clamp(24px, 3vw, 36px);
    box-shadow: 0 18px 42px rgba(13, 34, 64, .08);
}

.contact-form-card h2,
.contact-info-box h2 {
    margin: 0 0 26px;
    color: var(--blue-deep);
    font-size: clamp(25px, 2.3vw, 31px);
    line-height: 1.05;
    font-weight: 900;
}

.contact-info-box h2 {
    margin-bottom: 12px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    margin-bottom: 17px;
}

.form-group label {
    display: block;
    margin-bottom: 7px;
    color: var(--blue-deep);
    font-size: 12px;
    font-weight: 800;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #cbd8e5;
    border-radius: 8px;
    padding: 13px 14px;
    color: #263c58;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.form-group textarea {
    min-height: 145px;
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--cyan);
    box-shadow: 0 0 0 3px rgba(53,194,231,.15);
}

.form-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 5px 0 22px;
}

.form-check input {
    flex: 0 0 auto;
    margin-top: 4px;
    accent-color: var(--blue);
}

.form-check label {
    color: #6d7784;
    font-size: 11px;
    line-height: 1.55;
}

.hp-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.contact-submit {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--cyan);
    font-weight: 800;
    font-size: 14px;
    transition: transform .18s ease, filter .18s ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
    transform: translateY(-1px);
    filter: brightness(.95);
}

.contact-submit span {
    font-size: 23px;
    line-height: 1;
}

.form-status {
    margin: 0 0 22px;
    padding: 13px 15px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.form-status.ok {
    background: #eaf9e4;
    color: #247311;
}

.form-status.error {
    background: #ffeded;
    color: #9b1c1c;
}

.contact-info-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-intro {
    margin: 0 0 10px;
    color: #6d7784;
    font-size: 13px;
    line-height: 1.65;
}

.contact-card {
    display: flex;
    gap: 14px;
    padding: 19px 0;
    border-bottom: 1px solid #e2e8ef;
}

.contact-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-card-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--blue);
    background: var(--cyan-light);
    font-size: 20px;
    font-weight: 800;
}

.contact-card h3 {
    margin: 1px 0 5px;
    color: var(--blue-deep);
    font-size: 13px;
    font-weight: 900;
}

.contact-card p {
    margin: 0;
    color: #6d7784;
    font-size: 12px;
    line-height: 1.6;
}

.contact-card a {
    color: var(--blue-deep);
    font-weight: 700;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-col {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .contact-hero-inner {
        padding-block: 46px;
    }

    .contact-hero::after {
        width: 260px;
        height: 260px;
        border-width: 46px;
        right: -95px;
    }

    .contact-section {
        padding-block: 30px;
    }

    .contact-form-card,
    .contact-info-box {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-hero p {
        max-width: 90%;
        font-size: 13px;
    }
}

/* Legal pages */
.legal-hero {
    padding: clamp(46px, 6vw, 76px) 0 clamp(28px, 4vw, 42px);
    background: #f0f4f8;
    text-align: center;
}
.legal-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.legal-hero h1 {
    margin: 0;
    color: var(--blue-deep);
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.035em;
}
.legal-hero p {
    max-width: 780px;
    margin: 18px auto 0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}
.legal-section {
    padding: 0 0 clamp(50px, 7vw, 84px);
    background: #f0f4f8;
}
.legal-card {
    background: #fff;
    border: 1px solid #dfe7ef;
    border-radius: 16px;
    padding: clamp(24px, 4vw, 42px);
    box-shadow: 0 18px 42px rgba(13, 34, 64, .08);
    color: var(--text);
    font-size: 14px;
    line-height: 1.75;
}
.legal-card h2 {
    margin: 34px 0 14px;
    color: var(--blue-deep);
    font-size: clamp(22px, 2.2vw, 27px);
    line-height: 1.2;
    font-weight: 900;
}
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 {
    margin: 24px 0 10px;
    color: var(--blue-deep);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
}
.legal-card p { margin: 0 0 14px; }
.legal-card ul { margin: 0 0 18px 20px; padding: 0; }
.legal-card li { margin-bottom: 9px; }
.legal-card strong { color: var(--blue-deep); }
.legal-card a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.legal-table-wrap {
    overflow-x: auto;
    margin: 22px 0;
    border: 1px solid #dfe7ef;
    border-radius: 12px;
}
.legal-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.legal-table th,
.legal-table td {
    padding: 13px 14px;
    border-bottom: 1px solid #dfe7ef;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.5;
}
.legal-table th { background: #f4f7fb; color: var(--blue-deep); font-weight: 900; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-date {
    margin-top: 34px !important;
    padding-top: 20px;
    border-top: 1px solid #dfe7ef;
    color: var(--blue-deep);
    font-weight: 700;
}
.form-check a { text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 640px) {
    .legal-hero { padding: 42px 0 28px; }
    .legal-card { border-radius: 12px; }
}

/* Cookie banner */
.cookie-banner {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
    display: none;
}
.cookie-banner.show { display: block; }
.cookie-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 24px 28px;
    border: 1px solid rgba(9, 36, 73, .08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(6, 30, 70, .22);
}
.cookie-copy { max-width: 760px; }
.cookie-copy h3 {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 20px;
    font-weight: 900;
}
.cookie-copy p {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    line-height: 1.6;
}
.cookie-copy a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cookie-actions {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.cookie-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 18px 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}
.cookie-actions .btn-green {
    color: #fff;
    background: var(--green);
}
.cookie-actions .btn-green:hover,
.cookie-actions .btn-green:focus-visible {
    filter: brightness(.95);
}
.cookie-actions .btn-cookie-outline {
    color: var(--blue);
    background: #fff;
    border-color: #cfd7e3;
}
.cookie-actions .btn-cookie-outline:hover,
.cookie-actions .btn-cookie-outline:focus-visible {
    color: var(--green);
    background: #f4f7fb;
    border-color: var(--green);
}

@media (max-width: 900px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
    .cookie-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    .cookie-copy { max-width: none; }
    .cookie-actions { width: 100%; }
    .cookie-actions .btn {
        flex: 1;
        min-width: 120px;
    }
}

@media (max-width: 560px) {
    .cookie-actions { flex-direction: column; }
    .cookie-actions .btn { width: 100%; }
}

/* ==========================================================================
   Ajuste de escala visual
   Reduce el peso visual general sin alterar la estructura ni el responsive.
   Mantiene las composiciones originales y evita que tipografías y controles
   crezcan de forma desmesurada en escritorio.
   ========================================================================== */

@media (min-width: 1024px) {
    body {
        font-size: 15px;
    }

    /* Header */
    .brand {
        width: 26.5vw;
    }

    .main-nav {
        font-size: 1.08vw;
    }

    .main-nav .nav-dinafluid span {
        font-size: 1.12vw;
    }

    /* Hero */
    .hero h1 {
        width: 49vw;
        font-size: 3.02vw;
        line-height: 1.1;
    }

    .hero p {
        width: 40vw;
        font-size: 1.52vw;
        line-height: 1.32;
    }

    /* Capacidades */
    .highlights-grid {
        left: 6.5%;
        width: 87%;
        gap: 1.05vw;
    }

    .highlight-card h2 {
        margin-top: 1.3vw;
        font-size: 1.3vw;
        line-height: 1.08;
    }

    /* Quiénes somos */
    .about-claim {
        padding-top: 4.45vw;
    }

    .about-claim .about-name {
        font-size: 2.68vw;
    }

    .about-claim p {
        font-size: 1.52vw;
        line-height: 1.32;
    }

    .about-copy {
        padding-top: 2.55vw;
        font-size: 1.26vw;
        line-height: 1.34;
    }

    .about-copy .section-kicker {
        font-size: 1.08vw;
    }

    /* Filosofía */
    .philosophy .section-kicker-wide {
        font-size: 1.08vw;
    }

    .philosophy-item img {
        width: 11.4vw;
    }

    .philosophy-item h2 {
        font-size: 3.02vw;
    }

    .philosophy-item p {
        max-width: 24vw;
        margin-top: .95vw;
        font-size: 1.28vw;
        line-height: 1.32;
    }

    /* Servicio */
    .services > .container > .section-kicker {
        font-size: 1.08vw;
    }

    .service-intro {
        width: 68vw;
        gap: 3vw;
    }

    .service-intro h2 {
        font-size: 2.68vw;
        line-height: 1.12;
    }

    .service-intro p {
        max-width: 25vw;
        font-size: 1.28vw;
        line-height: 1.32;
    }

    /* Sectores */
    .sectors > .container > .section-kicker {
        font-size: 1.08vw;
    }

    .sectors-grid {
        left: 8%;
        width: 84%;
        gap: 1.7vw;
    }

    .sector-card h2 {
        min-height: 3.65vw;
        font-size: 1.3vw;
        line-height: 1;
    }

    /* DinaFluid */
    .dinafluid-logo {
        width: 19vw;
    }

    .dinafluid h2 {
        width: 36vw;
        font-size: 3.02vw;
        line-height: 1.16;
    }

    .dinafluid-lead {
        width: 40vw;
        font-size: .98vw;
        line-height: 1.32;
    }

    .temp-pills {
        width: 34.5vw;
        font-size: .78vw;
    }

    .temp-pills span {
        width: 8.6vw;
        font-size: .72vw;
    }

    .temp-pills b {
        font-size: .98vw;
    }

    .cert-strip {
        width: 28.5vw;
    }

    .button-green {
        width: 20%;
        font-size: .98vw;
    }

    .button-green span {
        font-size: 1.9vw;
    }

    /* Diagnóstico */
    .diagnosis-copy h2 {
        font-size: 2.68vw;
        line-height: 1.1;
    }

    .diagnosis-copy p {
        max-width: 38vw;
        margin-top: 1.75vw;
        font-size: 1.28vw;
        line-height: 1.34;
    }

    .diagnosis .button {
        width: 15%;
        font-size: .82vw;
    }

    .diagnosis .button span {
        font-size: 1.7vw;
    }

    /* Evita crecimiento excesivo en pantallas grandes */
    .main-nav {
        font-size: min(1.08vw, 17px);
    }

    .hero h1 {
        font-size: min(3.02vw, 48px);
    }

    .hero p {
        font-size: min(1.52vw, 24px);
    }

    .highlight-card h2,
    .sector-card h2 {
        font-size: min(1.3vw, 20px);
    }

    .about-claim .about-name,
    .service-intro h2,
    .diagnosis-copy h2 {
        font-size: min(2.68vw, 43px);
    }

    .about-claim p {
        font-size: min(1.52vw, 24px);
    }

    .about-copy,
    .philosophy-item p,
    .service-intro p,
    .diagnosis-copy p {
        font-size: min(1.28vw, 20px);
    }

    .philosophy-item h2,
    .dinafluid h2 {
        font-size: min(3.02vw, 48px);
    }

    .section-kicker,
    .about-copy .section-kicker,
    .philosophy .section-kicker-wide,
    .services > .container > .section-kicker,
    .sectors > .container > .section-kicker {
        font-size: min(1.08vw, 17px);
    }

    .dinafluid-lead,
    .button-green {
        font-size: min(.98vw, 15px);
    }

    .temp-pills {
        font-size: min(.78vw, 12px);
    }

    .temp-pills span {
        font-size: min(.72vw, 11px);
    }

    .temp-pills b {
        font-size: min(.98vw, 15px);
    }

    .diagnosis .button {
        font-size: min(.82vw, 13px);
    }

    /* El footer ya fue ajustado expresamente, se mantiene su escala. */
}

/* Contacto: misma reducción de densidad visual */
@media (min-width: 901px) {
    .contact-hero-inner {
        padding-block: clamp(48px, 4.8vw, 72px);
    }

    .contact-hero h1 {
        font-size: clamp(38px, 4.3vw, 60px);
    }

    .contact-hero p {
        max-width: 680px;
        margin-top: 16px;
        font-size: clamp(14px, 1.15vw, 17px);
    }

    .contact-section {
        padding-block: clamp(38px, 4.8vw, 64px);
    }

    .contact-grid {
        gap: 28px;
    }

    .contact-form-card,
    .contact-info-box {
        padding: clamp(22px, 2.4vw, 30px);
    }

    .contact-form-card h2,
    .contact-info-box h2 {
        margin-bottom: 22px;
        font-size: clamp(23px, 2vw, 28px);
    }

    .form-group {
        margin-bottom: 14px;
    }

    .form-group input,
    .form-group textarea {
        padding: 11px 12px;
        font-size: 13px;
    }

    .form-group textarea {
        min-height: 125px;
    }

    .contact-submit {
        min-height: 48px;
        font-size: 13px;
    }

    .contact-card {
        padding: 16px 0;
    }

    .contact-card-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 18px;
    }
}

/* Páginas legales y cookies: escala ligeramente más contenida en escritorio */
@media (min-width: 901px) {
    .legal-hero {
        padding: clamp(40px, 5vw, 64px) 0 clamp(24px, 3.2vw, 34px);
    }

    .legal-hero h1 {
        font-size: clamp(34px, 4.2vw, 50px);
    }

    .legal-section {
        padding-bottom: clamp(44px, 5.8vw, 68px);
    }

    .legal-card {
        padding: clamp(22px, 3.2vw, 34px);
        font-size: 13px;
        line-height: 1.7;
    }

    .legal-card h2 {
        font-size: clamp(21px, 1.9vw, 25px);
    }

    .cookie-inner {
        gap: 22px;
        padding: 20px 24px;
    }

    .cookie-copy h3 {
        font-size: 18px;
    }

    .cookie-copy p {
        font-size: 13px;
    }

    .cookie-actions .btn {
        min-height: 50px;
        padding: 15px 19px;
        border-radius: 12px;
        font-size: 14px;
    }
}


/* Ajuste final: section-kicker más contenido */
.section-kicker {
    font-size: 14px;
    gap: 10px;
}

.section-kicker::before,
.section-kicker::after {
    width: 210px;
}

@media (max-width: 1023px) {
    .section-kicker {
        font-size: 12px;
    }

    .section-kicker::before,
    .section-kicker::after {
        width: min(150px, 20vw);
    }
}

@media (max-width: 767px) {
    .section-kicker {
        font-size: 11px;
        gap: 8px;
    }

    .section-kicker::before,
    .section-kicker::after {
        width: 55px;
    }
}
