@font-face {
    font-family: "ImpactWeb";
    src: url("/assets/fonts/Impact.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --git-navy: #000033;
    --git-navy-2: #050542;
    --git-ink: #101116;
    --git-gray: #696c76;
    --git-light: #f3f4f6;
    --git-line: #dedfe4;
    --git-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

.git-premium {
    overflow: hidden;
    background: #fff;
    color: var(--git-ink);
}

.premium-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}


/* HERO */

.premium-hero {
    min-height: 820px;
    height: 92vh;
    max-height: 980px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 35%, #111164 0, transparent 27%),
        linear-gradient(135deg, #00001e 0%, #000033 48%, #070743 100%);
    color: white;
}

.hero-grid,
.closing-grid {
    position: absolute;
    inset: 0;
    opacity: .13;
    background-image:
        linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(5px);
    pointer-events: none;
}

.hero-glow-one {
    width: 600px;
    height: 600px;
    right: -280px;
    top: -240px;
    background: rgba(90,90,255,.12);
}

.hero-glow-two {
    width: 400px;
    height: 400px;
    left: 35%;
    bottom: -300px;
    background: rgba(255,255,255,.05);
}

.hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 60px;
    align-items: center;
}

.hero-kicker {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
    font-size: 12px;
    letter-spacing: .23em;
    font-weight: 700;
    color: rgba(255,255,255,.65);
}

.kicker-line {
    width: 45px;
    height: 1px;
    background: rgba(255,255,255,.65);
}

.hero-copy h1 {
    margin: 0;
    font-family: "ImpactWeb", Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(64px, 7.5vw, 112px);
    line-height: .89;
    letter-spacing: -.025em;
    font-weight: 400;
}

.hero-copy h1 span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.68);
}

.hero-description {
    width: min(600px, 100%);
    margin: 34px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 18px;
    line-height: 1.7;
}

.hero-actions {
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.premium-button {
    display: inline-flex;
    align-items: center;
    gap: 35px;
    padding: 16px 20px;
    background: white;
    color: var(--git-navy);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform .2s ease;
}

.premium-button:hover {
    transform: translateY(-3px);
    color: var(--git-navy);
}

.text-button {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 3px;
}

.text-button:hover {
    color: white;
}


/* HERO VISUAL */

.hero-visual {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}

.git-emblem {
position: relative;
z-index: 3;
width: 250px;
height: 250px;
border-radius: 50%;
border: 1px solid rgba(255,255,255,.35);
display: grid;
place-items: center;
box-shadow:
0 0 0 28px rgba(255,255,255,.025),
0 0 100px rgba(40,40,255,.15);
}

.emblem-inner {
width: 185px;
height: 185px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--git-navy);
border: 1px solid rgba(255,255,255,.12);
overflow: hidden;
}

.emblem-inner img {
display: block;
width: 78%;
height: auto;
object-fit: contain;
transform: none;
}

.visual-orbit {
position: absolute;
border: 1px solid rgba(255,255,255,.1);
border-radius: 50%;
}

.orbit-one {
width: 380px;
height: 380px;
}

.orbit-two {
width: 500px;
height: 500px;
border-style: dashed;
}

.visual-label {
position: absolute;
z-index: 4;
font-size: 10px;
font-weight: 600;
letter-spacing: .14em;
color: rgba(255,255,255,.72);
white-space: nowrap;
text-transform: uppercase;
}

.label-one {
top: 16%;
right: 2%;
}

.label-two {
top: 31%;
left: 0;
}

.label-three {
bottom: 24%;
right: 0;
}

.label-four {
bottom: 9%;
left: 8%;
}

.hero-bottom {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

.hero-bottom-inner {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: .18em;
    color: rgba(255,255,255,.45);
}

.hero-scroll {
    color: rgba(255,255,255,.75);
}


/* INTRO */

.premium-intro {
    padding: 120px 0;
}

.intro-layout,
.vision-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 70px;
}

.section-index {
    font-size: 11px;
    letter-spacing: .18em;
    color: #8b8d94;
    font-weight: 700;
}

.section-index span {
    display: block;
    color: var(--git-navy);
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.intro-lead {
    max-width: 850px;
    margin: 0;
    font-size: clamp(34px, 4.2vw, 57px);
    line-height: 1.13;
    letter-spacing: -.035em;
    color: var(--git-navy);
}

.intro-lead strong {
    font-weight: 400;
    color: #777a83;
}

.intro-columns {
    max-width: 800px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 52px;
}

.intro-columns p {
    margin: 0;
    color: var(--git-gray);
    font-size: 16px;
    line-height: 1.75;
}


/* ECOSYSTEM */

.ecosystem-section {
    padding: 115px 0 125px;
    background: var(--git-navy);
    color: white;
    position: relative;
}

.ecosystem-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    margin-bottom: 60px;
}

.light-index {
    color: rgba(255,255,255,.45);
}

.light-index span {
    color: white;
}

.ecosystem-header h2 {
    margin: 25px 0 0;
    font-size: clamp(45px, 5.4vw, 75px);
    line-height: .98;
    letter-spacing: -.04em;
    font-weight: 500;
}

.ecosystem-header h2 span {
    color: rgba(255,255,255,.42);
}

.ecosystem-header > p {
    width: 320px;
    margin: 0 0 7px;
    color: rgba(255,255,255,.55);
    line-height: 1.7;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 1px solid rgba(255,255,255,.14);
}

.brand-card {
    position: relative;
    min-height: 365px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    text-decoration: none;
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
    transition: background .25s ease;
}

.brand-card:hover {
    background: rgba(255,255,255,.07);
    color: white;
}

.card-top {
    display: flex;
    justify-content: space-between;
}

.card-number {
    color: rgba(255,255,255,.4);
    font-size: 12px;
}

.card-arrow {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: .25s ease;
}

.brand-card:hover .card-arrow {
    background: white;
    color: var(--git-navy);
    transform: rotate(45deg);
}

.card-category {
    font-size: 10px;
    letter-spacing: .18em;
    color: rgba(255,255,255,.4);
    margin-bottom: 12px;
}

.card-body h3 {
    margin: 0;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    letter-spacing: -.04em;
}

.card-body h3 span {
    color: rgba(255,255,255,.45);
    font-weight: 300;
}

.card-body p {
    max-width: 440px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.57);
    line-height: 1.65;
}

.card-footer {
    padding-top: 25px;
    font-size: 10px;
    letter-spacing: .17em;
    color: rgba(255,255,255,.4);
}


/* VISION */

.vision-section {
    position: relative;
    padding: 135px 0;
    overflow: hidden;
    background: #f5f5f7;
}

.vision-decoration {
    position: absolute;
    right: -20px;
    bottom: -95px;
    font-family: "ImpactWeb", sans-serif;
    font-size: 330px;
    line-height: 1;
    color: rgba(0,0,51,.035);
    pointer-events: none;
}

.vision-content blockquote {
    max-width: 850px;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--git-navy);
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.vision-content blockquote em {
    font-style: normal;
    color: #85878e;
}

.vision-content > p {
    width: min(590px, 100%);
    margin: 42px 0 0;
    color: var(--git-gray);
    font-size: 17px;
    line-height: 1.75;
}


/* CLOSING */

.premium-closing {
    position: relative;
    min-height: 600px;
    display: grid;
    place-items: center;
    background: #000020;
    color: white;
    text-align: center;
    overflow: hidden;
}

.closing-content {
    position: relative;
    z-index: 2;
    padding: 100px 0;
}

.closing-mark {
    width: 82px;
    height: 82px;
    margin: 0 auto 30px;
    border: 2px solid white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: "ImpactWeb", sans-serif;
    font-size: 40px;
}

.closing-content > p {
    font-size: 10px;
    letter-spacing: .25em;
    color: rgba(255,255,255,.5);
}

.closing-content h2 {
    margin: 25px 0;
    font-family: "ImpactWeb", sans-serif;
    font-size: clamp(55px, 7vw, 90px);
    line-height: .92;
    font-weight: 400;
}

.closing-content h2 span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.65);
}

.closing-line {
    width: 60px;
    height: 1px;
    background: rgba(255,255,255,.35);
    margin: 35px auto;
}

.closing-content small {
    color: rgba(255,255,255,.45);
    letter-spacing: .12em;
}


/* MOBILE */

@media (max-width: 900px) {

    .premium-container {
        width: min(100% - 30px, 1200px);
    }

    .premium-hero {
        height: auto;
        max-height: none;
        min-height: 760px;
        padding: 100px 0 100px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        display: none;
    }

    .hero-copy h1 {
        font-size: clamp(58px, 15vw, 90px);
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .intro-layout,
    .vision-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .premium-intro,
    .vision-section {
        padding: 80px 0;
    }

    .intro-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ecosystem-section {
        padding: 80px 0;
    }

    .ecosystem-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .ecosystem-header > p {
        width: 100%;
    }

    .brand-grid {
        grid-template-columns: 1fr;
    }

    .brand-card {
        min-height: 320px;
    }

    .hero-bottom-inner span:first-child,
    .hero-bottom-inner span:last-child {
        display: none;
    }

    .hero-bottom-inner {
        justify-content: center;
    }

    .vision-decoration {
        font-size: 180px;
    }
}

@media (max-width: 520px) {

    .hero-copy h1 {
        font-size: 58px;
    }

    .hero-kicker {
        letter-spacing: .15em;
    }

    .intro-lead {
        font-size: 34px;
    }

    .ecosystem-header h2 {
        font-size: 44px;
    }

    .card-body h3 {
        font-size: 40px;
    }

    .vision-content blockquote {
        font-size: 36px;
    }
}

/* Header GIT */
#header .navbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
}

#header .navbar-section.logo {
display: flex;
align-items: center;
}

.git-navbar-brand {
display: flex;
align-items: center;
gap: 14px;
text-decoration: none;
}

.git-navbar-brand img {
width: 54px;
height: 54px;
object-fit: contain;
}

.git-navbar-brand::after {
content: "Grupo Intertécnica";
font-family: "ImpactWeb", Haettenschweiler, "Arial Narrow Bold", sans-serif;
font-size: 24px;
letter-spacing: .02em;
color: #fff;
white-space: nowrap;
}

.git-main-nav {
display: flex;
align-items: center;
gap: 34px;
}

.git-main-nav a {
display: inline-block;
color: rgba(255,255,255,.86);
text-decoration: none;
font-size: 14px;
font-weight: 600;
}

.git-main-nav a:hover {
color: #fff;
}

/* Identidad visible sin numeración editorial */
.hero-kicker {
font-size: 18px;
font-weight: 700;
letter-spacing: .10em;
color: rgba(255,255,255,.92);
}

.section-index {
gap: 0;
}

/* Eliminar líneas decorativas innecesarias */
.brand-grid {
border-top: none;
border-left: none;
gap: 28px;
}

.brand-card {
border-right: none;
border-bottom: none;
}

.closing-line {
display: none;
}

/* GIT: eliminar adornos heredados de Quark2 */
.git-premium h2::before {
content: none !important;
display: none !important;
}

/* Cierre GIT: logo oficial y nombre legible */
.closing-mark {
width: 110px;
height: 110px;
margin: 0 auto 28px;
border: 1px solid rgba(255,255,255,.28);
border-radius: 50%;
display: grid;
place-items: center;
background: var(--git-navy);
}

.closing-mark img {
display: block;
width: 76%;
height: auto;
object-fit: contain;
}

.closing-content > p {
font-size: 18px;
font-weight: 700;
letter-spacing: .10em;
color: rgba(255,255,255,.9);
}

/* Quitar círculo exterior del logo inferior */
.closing-mark {
border: none;
background: transparent;
}

/* Barra superior GIT */
#header {
background: #000033 !important;
}

#header .navbar {
min-height: 69px;
}

/* Ya no generar el nombre mediante pseudo-elemento */
.git-navbar-brand::after {
content: none;
display: none;
}

.git-brand-text {
display: flex;
flex-direction: column;
justify-content: center;
line-height: 1;
}

.git-brand-text strong {
font-family: "ImpactWeb", Haettenschweiler, "Arial Narrow Bold", sans-serif;
font-size: 24px;
font-weight: 400;
letter-spacing: .02em;
color: #fff;
white-space: nowrap;
}

.git-brand-text small {
margin-top: 5px;
font-size: 10px;
font-weight: 500;
letter-spacing: .10em;
color: rgba(255,255,255,.68);
white-space: nowrap;
}

/* Botones de navegación */
.git-main-nav {
gap: 12px;
}

.git-main-nav a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 38px;
padding: 0 18px;
border: 1px solid rgba(255,255,255,.28);
border-radius: 999px;
background: rgba(255,255,255,.06);
color: #fff;
font-size: 13px;
font-weight: 600;
transition:
background .2s ease,
border-color .2s ease,
transform .2s ease;
}

.git-main-nav a:hover {
background: #fff;
border-color: #fff;
color: #000033;
transform: translateY(-2px);
}

/* Ecosistema: lista moderna */
.brand-list {
display: flex;
flex-direction: column;
gap: 10px;
}

.brand-row {
display: grid;
grid-template-columns: 230px 1fr auto;
align-items: center;
gap: 36px;
min-height: 120px;
padding: 22px 26px;
border-radius: 20px;
text-decoration: none;
background: transparent;
transition:
background .22s ease,
transform .22s ease,
box-shadow .22s ease;
}

.brand-row:hover {
background: rgba(255,255,255,.07);
box-shadow: 0 14px 40px rgba(0,0,0,.18);
transform: translateY(-2px);
}

.brand-row-logo {
height: 68px;
display: flex;
align-items: center;
justify-content: flex-start;
}

.brand-row-logo img {
display: block;
max-width: 190px;
max-height: 62px;
width: auto;
height: auto;
object-fit: contain;
}

.brand-row-content {
min-width: 0;
}

.brand-row-content .card-category {
margin-bottom: 9px;
font-size: 11px;
letter-spacing: .15em;
color: rgba(255,255,255,.48);
font-weight: 700;
}

.brand-row-content p {
margin: 0;
max-width: 560px;
color: rgba(255,255,255,.72);
font-size: 15px;
line-height: 1.6;
}

.brand-row-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 118px;
height: 42px;
padding: 0 20px;
border: 1px solid rgba(255,255,255,.28);
border-radius: 999px;
color: #fff;
font-size: 13px;
font-weight: 700;
white-space: nowrap;
transition:
background .2s ease,
color .2s ease,
border-color .2s ease;
}

.brand-row:hover .brand-row-button {
background: #fff;
border-color: #fff;
color: #000033;
}

@media (max-width: 900px) {
.brand-row {
grid-template-columns: 1fr;
gap: 16px;
padding: 22px;
}

.brand-row-logo {
height: 58px;
}

.brand-row-logo img {
max-width: 170px;
max-height: 54px;
}

.brand-row-button {
justify-self: start;
}
}

/* Ecosistema GIT - ajuste definitivo */
.brand-list {
display: flex;
flex-direction: column;
gap: 8px;
}

.brand-row {
display: grid;
grid-template-columns: 180px minmax(0,1fr) 145px;
align-items: center;
gap: 32px;
min-height: 105px;
padding: 18px 24px;
border: 1px solid transparent;
border-radius: 18px;
background: transparent;
transition: background .2s ease,
            border-color .2s ease,
            box-shadow .2s ease,
            transform .2s ease;
}

.brand-row:hover {
background: rgba(255,255,255,.10);
border-color: rgba(255,255,255,.14);
box-shadow: 0 14px 34px rgba(0,0,0,.20);
transform: translateY(-2px);
}

.brand-row-logo {
width: 160px;
height: 54px;
display: flex;
align-items: center;
justify-content: flex-start;
overflow: hidden;
}

.brand-row-logo img {
display: block !important;
width: 150px !important;
height: 48px !important;
max-width: 150px !important;
max-height: 48px !important;
object-fit: contain !important;
object-position: left center;
}

.brand-row-content {
min-width: 0;
}

.brand-row-content .card-category {
margin: 0 0 7px;
font-size: 10px;
font-weight: 700;
letter-spacing: .15em;
color: rgba(255,255,255,.48);
}

.brand-row-content p {
margin: 0;
max-width: 610px;
font-size: 15px;
line-height: 1.55;
color: rgba(255,255,255,.76);
text-decoration: none;
}

.brand-row-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 145px;
height: 42px;
padding: 0 16px;
border: 1px solid rgba(255,255,255,.38);
border-radius: 999px;
background: transparent;
color: #fff !important;
text-decoration: none !important;
font-size: 13px;
font-weight: 700;
white-space: nowrap;
transition: background .2s ease,
            color .2s ease,
            border-color .2s ease;
}

.brand-row-button:hover {
background: #fff;
border-color: #fff;
color: #000033 !important;
}

@media (max-width: 900px) {
.brand-row {
grid-template-columns: 1fr;
gap: 14px;
padding: 20px;
}

.brand-row-logo {
width: 150px;
height: 50px;
}

.brand-row-logo img {
width: 140px !important;
height: 46px !important;
}

.brand-row-button {
width: auto;
justify-self: start;
}
}

/* Ecosistema: escala y contraste */
.brand-row {
grid-template-columns: 220px minmax(0,1fr) 160px;
min-height: 132px;
padding: 24px 28px;
gap: 38px;
}

.brand-row-logo {
width: 200px;
height: 78px;
}

.brand-row-logo img {
width: 190px !important;
height: 70px !important;
max-width: 190px !important;
max-height: 70px !important;
object-fit: contain !important;
object-position: left center;
}

.brand-row-content .card-category {
font-size: 12px;
margin-bottom: 10px;
}

.brand-row-content p {
font-size: 17px;
line-height: 1.6;
max-width: 680px;
}

.brand-row-button {
width: 150px;
height: 46px;
font-size: 14px;
}

.brand-row-button:hover,
.brand-row:hover .brand-row-button {
background: #fff !important;
border-color: #fff !important;
color: #000033 !important;
}

.brand-row-button:hover *,
.brand-row:hover .brand-row-button * {
color: #000033 !important;
}

@media (max-width: 900px) {
.brand-row {
grid-template-columns: 1fr;
min-height: auto;
}

.brand-row-logo {
width: 180px;
height: 68px;
}

.brand-row-logo img {
width: 170px !important;
height: 62px !important;
}

.brand-row-content p {
font-size: 16px;
}
}

/* Hero: botones redondeados */
.premium-button {
border-radius: 999px;
padding: 16px 24px;
}

.text-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 22px;
border: 1px solid rgba(255,255,255,.30);
border-radius: 999px;
background: rgba(255,255,255,.06);
color: #fff;
text-decoration: none;
transition:
background .2s ease,
border-color .2s ease,
transform .2s ease;
}

.text-button:hover {
background: rgba(255,255,255,.13);
border-color: rgba(255,255,255,.55);
color: #fff;
transform: translateY(-2px);
}

/* Hero: textos orbitando alrededor del logo */
.visual-label {
top: 0 !important;
right: auto !important;
bottom: auto !important;
left: 0 !important;

offset-path: ellipse(43% 37% at 50% 50%);
offset-rotate: 0deg;
animation: git-orbit 42s linear infinite;
will-change: offset-distance;
}

.label-one {
animation-delay: 0s;
}

.label-two {
animation-delay: -10.5s;
}

.label-three {
animation-delay: -21s;
}

.label-four {
animation-delay: -31.5s;
}

@keyframes git-orbit {
from {
offset-distance: 0%;
}
to {
offset-distance: 100%;
}
}

/* Accesibilidad: detener movimiento si el usuario lo solicita */
@media (prefers-reduced-motion: reduce) {
.visual-label {
animation: none;
}
}

/* Contacto */
.contact-section {
padding: 90px 0;
background: #f4f4f6;
color: #000033;
}

.contact-section .section-index {
margin-bottom: 38px;
color: #000033;
}

.contact-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
}

.contact-item {
display: flex;
align-items: center;
gap: 18px;
min-height: 110px;
padding: 24px 26px;
border: 1px solid rgba(0,0,51,.10);
border-radius: 18px;
background: rgba(255,255,255,.72);
transition: transform .2s ease, box-shadow .2s ease;
}

.contact-item:hover {
transform: translateY(-2px);
box-shadow: 0 14px 32px rgba(0,0,51,.08);
}

.contact-icon {
flex: 0 0 48px;
width: 48px;
height: 48px;
display: grid;
place-items: center;
border-radius: 50%;
background: #000033;
color: #fff;
font-size: 21px;
}

.contact-item strong,
.contact-item span,
.contact-item small,
.contact-item a {
display: block;
}

.contact-item strong {
margin-bottom: 6px;
font-size: 13px;
letter-spacing: .05em;
text-transform: uppercase;
color: #000033;
}

.contact-item a,
.contact-item span {
font-size: 17px;
font-weight: 600;
color: #000033;
text-decoration: none;
}

.contact-item a:hover {
text-decoration: underline;
}

.contact-item small {
margin-top: 4px;
font-size: 13px;
color: rgba(0,0,51,.58);
}

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

/* Visión: mejorar lectura del texto inferior */
.vision-content p {
font-size: 18px;
line-height: 1.65;
max-width: 760px;
}


/* Visión: ampliar bloque de texto inferior */
.vision-content > p {
width: min(760px, 100%);
max-width: none;
font-size: 18px;
line-height: 1.65;
}


/* Grupo: espacio entre párrafos */
.intro-columns > div > p + p {
margin-top: 22px;
}


/* Grupo: ajustar tamaño del titular */
.intro-lead {
font-size: clamp(34px, 3.9vw, 52px);
}

