#tecnigama-landing, .niveles-tecnigama {
    --black: #07090C;
    --coal: #0D1117;
    --coal-2: #131A22;
    --white: #F4F2ED;
    --grey: #98A2AE;
    --hair: rgba(244,242,237,0.12);
    --amber: #F5A623;
    --amber-2: #FFC857;
    --flame: #FF5C1F;

    --ease-out: cubic-bezier(0.23, 1, 0.32, 1);

    --display: 'Archivo', sans-serif;
    --serif: 'Instrument Serif', serif;
    --body: 'Instrument Sans', sans-serif;
    --mono: 'IBM Plex Mono', monospace;

    --container: min(1240px, calc(100vw - 40px));

    font-family: var(--body);
    background: var(--black);
    color: var(--white);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

#tecnigama-landing * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#tecnigama-landing img {
    display: block;
    max-width: none;
}

#tecnigama-landing .marca-word {
    color: var(--marca-color);
}

#tecnigama-landing .container {
    width: var(--container);
    margin-inline: auto;
}

#tecnigama-landing h1,
#tecnigama-landing h2 {
    font-family: var(--display);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 0.96;
}

#tecnigama-landing h1 {
    font-size: clamp(52px, 8.6vw, 124px);
    font-weight: 870;
    font-stretch: 118%;
}

#tecnigama-landing h2 {
    font-size: clamp(34px, 4.8vw, 64px);
    font-weight: 850;
    font-stretch: 114%;
}

#tecnigama-landing .serif-accent {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: var(--amber-2);
}

#tecnigama-landing .eyebrow {
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--amber);
    display: flex;
    align-items: center;
    gap: 12px;
}

#tecnigama-landing .eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--amber);
}

#tecnigama-landing .lead {
    color: var(--grey);
    font-size: clamp(17px,1.5vw,20px);
    max-width: 56ch;
}

/* ================= BOTONES ================= */

#tecnigama-landing .btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--display);
    font-weight: 750;
    font-stretch: 108%;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 999px;
    white-space: nowrap;
    transition: transform 160ms var(--ease-out), background-color 180ms ease, color 180ms ease, box-shadow 250ms ease;
}

#tecnigama-landing .btn:active {
    transform: scale(0.97);
}

#tecnigama-landing .btn-call {
    background: linear-gradient(135deg, var(--flame), #E8420A);
    color: #fff;
    font-size: clamp(17px,1.6vw,20px);
    padding: 19px 34px;
    box-shadow: 0 12px 40px -8px rgba(255,92,31,.55), inset 0 1px 0 rgba(255,255,255,.25);
}

#tecnigama-landing .btn-glass {
    background: rgba(20,26,34,.72);
    color: var(--white);
    font-size: 16px;
    padding: 19px 30px;
    border: 1px solid var(--hair);
}

#tecnigama-landing .btn-wa {
    background: #1FAF53;
    color: #fff;
    font-size: 16px;
    padding: 15px 26px;
    box-shadow: 0 10px 32px -10px rgba(31,175,83,.55);
}

@media (hover:hover) and (pointer:fine) {
    #tecnigama-landing .btn-wa:hover {
        background: #179C47;
    }
}

#tecnigama-landing .btn-pulse {
    animation: tg-cta-breathe 2.4s var(--ease-out) infinite;
}

@keyframes tg-cta-breathe {
    0% {
        box-shadow: 0 12px 40px -8px rgba(255,92,31,.55), inset 0 1px 0 rgba(255,255,255,.25), 0 0 0 0 rgba(255,92,31,.55);
    }
    70% {
        box-shadow: 0 12px 40px -8px rgba(255,92,31,.55), inset 0 1px 0 rgba(255,255,255,.25), 0 0 0 16px rgba(255,92,31,0);
    }
    100% {
        box-shadow: 0 12px 40px -8px rgba(255,92,31,.55), inset 0 1px 0 rgba(255,255,255,.25), 0 0 0 0 rgba(255,92,31,0);
    }
}

@media (prefers-reduced-motion: reduce) {
    #tecnigama-landing .btn-pulse {
        animation: none;
    }
}

@media (hover:hover) and (pointer:fine) {
    #tecnigama-landing .btn-call:hover {
        box-shadow: 0 16px 54px -6px rgba(255,92,31,.75), inset 0 1px 0 rgba(255,255,255,.25);
    }
    #tecnigama-landing .btn-glass:hover {
        background: rgba(244,242,237,.14);
    }
}

#tecnigama-landing .btn .ico {
    width: 20px;
    height: 20px;
    flex: none;
}

/* ================= HEADER ================= */

#tecnigama-landing header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(7,9,12,.94);
    border-bottom: 1px solid var(--hair);
}

#tecnigama-landing .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

#tecnigama-landing .logo {
    font-family: var(--display);
    font-weight: 850;
    font-stretch: 116%;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    line-height: 1.05;
}

#tecnigama-landing .logo small {
    display: block;
    font-family: var(--mono);
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 0.2em;
    color: var(--amber);
    line-height: 1.3;
    text-transform: uppercase;
}

#tecnigama-landing .nav-links {
    display: flex;
    gap: 34px;
}

#tecnigama-landing .nav-links a {
    font-family: var(--body);
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #DCDAD3;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
    transition: color 150ms ease;
}

#tecnigama-landing .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--amber);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms var(--ease-out);
}

@media (hover:hover) {
    #tecnigama-landing .nav-links a:hover {
        color: var(--white);
    }
    #tecnigama-landing .nav-links a:hover::after {
        transform: scaleX(1);
    }
}

#tecnigama-landing .nav .btn-call {
    font-size: 15px;
    padding: 12px 24px;
}


/* ================= HERO EN BUCLE ================= */

#tecnigama-landing .loop-hero {
    position: relative;
    height: 100svh;
    overflow: hidden;
}

#tecnigama-landing .loop-hero video,
#tecnigama-landing .loop-hero > img.bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: var(--black);
}

#tecnigama-landing .loop-hero--up .loop-copy {
    justify-content: flex-start;
    padding-top: 13svh;
}

#tecnigama-landing .loop-hero--up .scrub-shade {
    background:
        linear-gradient(to bottom, rgba(7,9,12,.82) 0%, rgba(7,9,12,.45) 30%, transparent 55%),
        linear-gradient(to top, rgba(7,9,12,.6) 0%, transparent 20%);
}

#tecnigama-landing .loop-copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
    padding: 0 24px;
}

#tecnigama-landing .loop-copy h1 {
    font-size: clamp(40px, 7vw, 96px);
    text-shadow: 0 4px 40px rgba(0,0,0,.65);
}

#tecnigama-landing .loop-copy .eyebrow {
    display: inline-block;
    text-align: center;
    line-height: 1.8;
    color: var(--amber-2);
    background: rgba(7,9,12,.58);
    border: 1px solid rgba(244,242,237,.13);
    padding: 8px 20px;
    border-radius: 999px;
    text-shadow: none;
}

#tecnigama-landing .loop-copy .eyebrow::before {
    content: none;
}

#tecnigama-landing .loop-copy .cta-note {
    color: #C9CFD6;
    text-shadow: 0 1px 4px rgba(0,0,0,.95), 0 2px 20px rgba(0,0,0,.85);
}

#tecnigama-landing .scrub-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to bottom, rgba(7,9,12,.55) 0%, transparent 18%),
        linear-gradient(to top, rgba(7,9,12,.7) 0%, transparent 22%);
}

#tecnigama-landing .loop-msgs {
    display: grid;
}

#tecnigama-landing .loop-msg {
    grid-area: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 650ms var(--ease-out), transform 650ms var(--ease-out);
    pointer-events: none;
}

#tecnigama-landing .loop-msg.is-active {
    opacity: 1;
    transform: none;
}

#tecnigama-landing .cta-note {
    font-family: var(--mono);
    font-size: 11.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--grey);
    margin-top: 14px;
    text-shadow: 0 2px 14px rgba(0,0,0,.8);
}

#tecnigama-landing .cta-note.cta-action {
    color: var(--amber-2);
    font-size: 13px;
    margin-top: 16px;
    text-shadow: 0 1px 4px rgba(0,0,0,.95), 0 2px 18px rgba(0,0,0,.85);
}

#tecnigama-landing .cta-note.cta-hours {
    font-size: 11px;
    margin-top: 8px;
    opacity: .85;
}

#tecnigama-landing .cine-hint {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.3em;
    color: var(--grey);
    text-transform: uppercase;
    transition: opacity 400ms ease;
    animation: tg-hint-bob 2.2s ease-in-out infinite;
}

@keyframes tg-hint-bob {
    0%, 100% {
        transform: translate(-50%,0);
    }
    50% {
        transform: translate(-50%,8px);
    }
}

/* ================= AVISO DE LLAMADA (escritorio) ================= */

#tecnigama-landing .call-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
}

#tecnigama-landing .call-modal[hidden] {
    display: none;
}

#tecnigama-landing .call-modal-back {
    position: absolute;
    inset: 0;
    background: rgba(4,6,9,.72);
}

#tecnigama-landing .call-modal-card {
    position: relative;
    text-align: center;
    background: var(--coal-2);
    border: 1px solid var(--hair);
    border-radius: 24px;
    padding: 44px 48px 40px;
    max-width: min(92vw, 500px);
    box-shadow: 0 40px 120px -30px rgba(0,0,0,.8);
    transform: scale(0.96);
    opacity: 0;
    transition: opacity 200ms var(--ease-out), transform 200ms var(--ease-out);
}

#tecnigama-landing .call-modal.open .call-modal-card {
    transform: none;
    opacity: 1;
}

#tecnigama-landing .call-modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    color: var(--grey);
    transition: color 150ms ease, transform 160ms var(--ease-out);
}

#tecnigama-landing .call-modal-close:active {
    transform: scale(0.9);
}

@media (hover:hover) {
    #tecnigama-landing .call-modal-close:hover {
        color: var(--white);
    }
}

#tecnigama-landing .call-modal-num {
    display: block;
    margin-top: 16px;
    font-family: var(--display);
    font-weight: 870;
    font-stretch: 118%;
    font-size: clamp(40px, 6vw, 64px);
    letter-spacing: -0.01em;
    line-height: 1;
    color: var(--amber-2);
    text-decoration: none;
    text-shadow: 0 0 50px rgba(255,200,87,.35);
}

#tecnigama-landing .call-modal-hours {
    margin-top: 14px;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--grey);
}

#tecnigama-landing .call-modal-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

#tecnigama-landing .call-modal-actions .btn {
    font-size: 15px;
    padding: 14px 24px;
}

/* ================= INTRO (tras el hero) ================= */

#tecnigama-landing .intro {
    padding: clamp(64px, 9vh, 110px) 0 clamp(64px, 9vh, 100px);
}

#tecnigama-landing .hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 52px;
    border-top: 1px solid var(--hair);
}

#tecnigama-landing .hstat {
    padding: 20px 40px 0 0;
    margin-right: 40px;
    border-right: 1px solid var(--hair);
}

#tecnigama-landing .hstat:last-child {
    border-right: 0;
}

#tecnigama-landing .hstat b {
    font-family: var(--display);
    font-weight: 850;
    font-stretch: 114%;
    font-size: clamp(26px,2.6vw,36px);
    letter-spacing: -0.01em;
    color: var(--white);
    display: block;
    line-height: 1;
}

#tecnigama-landing .hstat b em {
    font-style: normal;
    color: var(--amber);
}

#tecnigama-landing .hstat span {
    font-size: 13.5px;
    color: var(--grey);
}

@media (max-width:700px) {
    #tecnigama-landing .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 26px;
    }
    #tecnigama-landing .hstat {
        padding: 14px 6px 0 10px;
        margin: 0;
    }
    #tecnigama-landing .hstat:first-child {
        padding-left: 0;
    }
    #tecnigama-landing .hstat b {
        font-size: 17px;
        white-space: nowrap;
    }
    #tecnigama-landing .hstat span {
        font-size: 11.5px;
        line-height: 1.45;
        display: block;
        margin-top: 3px;
    }
}

/* ================= MARQUEE ================= */

#tecnigama-landing .marquee {
    background: var(--amber);
    color: #1A1205;
    overflow: hidden;
    padding: 13px 0;
    transform: rotate(-1.2deg) scale(1.02);
    position: relative;
    z-index: 3;
    margin-top: -8px;
    box-shadow: 0 20px 60px -20px rgba(245,166,35,.4);
}

#tecnigama-landing .marquee-track {
    display: flex;
    width: max-content;
    animation: tg-marquee 30s linear infinite;
    will-change: transform;
}

#tecnigama-landing .marquee.idle .marquee-track {
    animation-play-state: paused;
}

#tecnigama-landing .marquee-track span {
    font-family: var(--display);
    font-weight: 800;
    font-stretch: 112%;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 22px;
}

#tecnigama-landing .marquee-track span::after {
    content: "✦";
    font-size: 11px;
}

@keyframes tg-marquee {
    to {
        transform: translateX(-50%);
    }
}

/* ================= SECCIONES ================= */

#tecnigama-landing section {
    position: relative;
}

#tecnigama-landing .section-pad {
    padding: clamp(32px, 8vh, 150px) 0;
}

#tecnigama-landing .section-head {
    max-width: 820px;
    margin-bottom: clamp(40px,6vh,70px);
}

#tecnigama-landing .section-head .eyebrow {
    margin-bottom: 20px;
}

#tecnigama-landing .section-head p {
    margin-top: 20px;
}

/* ================= SERVICIOS (cards) ================= */

#tecnigama-landing .cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

@media (max-width:980px) {
    #tecnigama-landing .cards {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:600px) {
    #tecnigama-landing .cards {
        grid-template-columns: 1fr;
    }
}

#tecnigama-landing .card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/5;
    text-decoration: none;
    display: block;
    border: 1px solid var(--hair);
    isolation: isolate;
}

#tecnigama-landing .card img,
#tecnigama-landing .card video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms var(--ease-out), filter 700ms var(--ease-out);
    z-index: 0;
}

#tecnigama-landing .card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(5,7,10,.92) 8%, rgba(5,7,10,.25) 45%, rgba(5,7,10,.05) 70%);
}

#tecnigama-landing .card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 26px 24px;
}

#tecnigama-landing .card h3 {
    font-family: var(--display);
    font-weight: 840;
    font-stretch: 114%;
    font-size: clamp(22px,2vw,28px);
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: var(--white);
}

#tecnigama-landing .card p {
    margin-top: 8px;
    color: #C3CAD3;
    font-size: 14px;
    line-height: 1.5;
    max-width: 34ch;
}

#tecnigama-landing .card .go {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.14em;
    color: var(--amber);
}

#tecnigama-landing .card.is-current {
    border-color: var(--marca-color);
}

@media (hover:hover) and (pointer:fine) {
    #tecnigama-landing .card:hover img {
        transform: scale(1.06);
        filter: brightness(1.08);
    }
}

/* ================= BANDA PARALLAX + CONTADORES ================= */

#tecnigama-landing .band {
    position: relative;
    min-height: 78svh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#tecnigama-landing .band-media {
    position: absolute;
    inset: 0;
}

#tecnigama-landing .band-media img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    will-change: transform;
}

#tecnigama-landing .band-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(7,9,12,.94) 30%, rgba(7,9,12,.55) 60%, rgba(7,9,12,.3) 100%);
}

#tecnigama-landing .band-inner {
    position: relative;
    z-index: 2;
    padding: 90px 0;
}

#tecnigama-landing .band h2 {
    max-width: 14ch;
}

#tecnigama-landing .counters {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 54px;
}

#tecnigama-landing .counter {
    padding: 0 48px 0 0;
    margin-right: 48px;
    border-right: 1px solid var(--hair);
}

#tecnigama-landing .counter:last-child {
    border-right: 0;
}

#tecnigama-landing .counter b {
    display: block;
    font-family: var(--display);
    font-weight: 870;
    font-stretch: 118%;
    font-size: clamp(46px, 5.4vw, 84px);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--white);
}

#tecnigama-landing .counter b i {
    font-style: normal;
    color: var(--amber);
}

#tecnigama-landing .counter span {
    display: block;
    margin-top: 8px;
    color: var(--grey);
    font-size: 14px;
}

/* ================= SÍNTOMAS FRECUENTES ================= */

#tecnigama-landing .errors-bg {
    background: radial-gradient(ellipse 80% 60% at 50% 0%, #141B25 0%, var(--black) 70%);
}

#tecnigama-landing .error-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
}

@media (max-width:980px) {
    #tecnigama-landing .error-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

#tecnigama-landing .error-chip {
    background: rgba(244,242,237,.04);
    border: 1px solid var(--hair);
    border-radius: 16px;
    padding: 24px 22px;
    transition: transform 220ms var(--ease-out), background-color 220ms ease, border-color 220ms ease;
}

#tecnigama-landing .error-chip .what {
    display: block;
    color: var(--white);
    font-size: 14.5px;
    line-height: 1.5;
    font-weight: 600;
}

@media (hover:hover) and (pointer:fine) {
    #tecnigama-landing .error-chip:hover {
        transform: translateY(-4px);
        background: rgba(244,242,237,.07);
        border-color: rgba(245,166,35,.4);
    }
}

/* ================= TÉCNICO + PROCESO ================= */

#tecnigama-landing .duo {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: clamp(28px,4vw,70px);
    align-items: center;
}

@media (max-width:920px) {
    #tecnigama-landing .duo {
        grid-template-columns: 1fr;
    }
}

#tecnigama-landing .duo-photo {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4/5;
    border: 1px solid var(--hair);
}

#tecnigama-landing .duo-photo img {
    width: 100%;
    height: 112%;
    object-fit: cover;
    object-position: center 12%;
}

#tecnigama-landing .duo-photo .tag {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: rgba(7,9,12,.82);
    border: 1px solid var(--hair);
    border-radius: 14px;
    padding: 14px 18px;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.12em;
    color: var(--amber-2);
}

#tecnigama-landing .steps {
    margin-top: 44px;
    display: grid;
    gap: 0;
}

#tecnigama-landing .step {
    display: flex;
    gap: 24px;
    padding: 26px 0;
    border-top: 1px solid var(--hair);
    align-items: baseline;
}

#tecnigama-landing .step .n {
    font-family: var(--display);
    font-weight: 870;
    font-stretch: 118%;
    font-size: 40px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--amber);
    flex: none;
    width: 64px;
}

#tecnigama-landing .step h3 {
    font-family: var(--display);
    font-weight: 800;
    font-stretch: 112%;
    font-size: 20px;
    text-transform: uppercase;
}

#tecnigama-landing .step p {
    margin-top: 6px;
    color: var(--grey);
    font-size: 15px;
}

#tecnigama-landing .step p strong {
    color: var(--white);
    font-weight: 600;
}

/* ================= OPINIONES ================= */

#tecnigama-landing .review-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

@media (max-width:920px) {
    #tecnigama-landing .review-grid {
        grid-template-columns: 1fr;
    }
}

#tecnigama-landing .review {
    background: rgba(244,242,237,.04);
    border: 1px solid var(--hair);
    border-radius: 20px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#tecnigama-landing .review .stars {
    color: var(--amber);
    letter-spacing: 4px;
    font-size: 15px;
}

#tecnigama-landing .review p {
    font-size: 15.5px;
    line-height: 1.65;
    color: #D8DCE2;
}

#tecnigama-landing .review p.quote::before {
    content: "\201C";
    font-family: var(--serif);
    font-size: 34px;
    color: var(--amber);
    display: block;
    line-height: 0.4;
    margin-bottom: 14px;
}

#tecnigama-landing .review footer {
    font-family: var(--mono);
    font-size: 11.5px;
    color: var(--grey);
    letter-spacing: 0.1em;
    margin-top: auto;
}

#tecnigama-landing .review h3 {
    font-family: var(--display);
    font-weight: 800;
    font-stretch: 112%;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: var(--white);
}

#tecnigama-landing .review .name {
    font-size: 12.5px;
    color: var(--grey);
    margin-top: -10px;
}

/* ================= DESPACHO DEL TÉCNICO (diagnóstico exprés) ================= */

#tecnigama-landing .dispatch {
    position: fixed;
    inset: 0;
    z-index: 85;
    display: grid;
    place-items: center;
    padding: 18px;
}

#tecnigama-landing .dispatch[hidden] {
    display: none;
}

#tecnigama-landing .dispatch-back {
    position: absolute;
    inset: 0;
    background: rgba(4,6,9,.88);
}

#tecnigama-landing .dispatch-panel {
    position: relative;
    width: min(94vw, 620px);
    background: #0A0F14;
    border: 1px solid var(--hair);
    border-radius: 24px;
    padding: clamp(28px, 5vw, 46px);
    box-shadow: 0 40px 120px -30px rgba(0,0,0,.85), inset 0 0 60px rgba(245,166,35,.04);
    transform: scale(0.96);
    opacity: 0;
    transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out);
}

#tecnigama-landing .dispatch.open .dispatch-panel {
    transform: none;
    opacity: 1;
}

#tecnigama-landing .dispatch-line {
    font-family: var(--mono);
    font-size: clamp(14px, 2.6vw, 18px);
    letter-spacing: 0.07em;
    line-height: 1.6;
    min-height: 1.6em;
    color: var(--amber-2);
    text-shadow: 0 0 16px rgba(255,200,87,.4);
    overflow-wrap: break-word;
}

#tecnigama-landing .dispatch-line + .dispatch-line {
    margin-top: 10px;
}

#tecnigama-landing .dispatch-line.typing::after {
    content: "_";
    margin-left: 2px;
    animation: tg-caret-blink 0.8s steps(1) infinite;
}

@keyframes tg-caret-blink {
    50% {
        opacity: 0;
    }
}

#tecnigama-landing .dispatch-chips {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin-top: 24px;
}

#tecnigama-landing .dispatch-chip {
    background: rgba(244,242,237,.04);
    border: 1px solid var(--hair);
    border-radius: 14px;
    padding: 16px 18px;
    text-align: left;
    cursor: pointer;
    font-family: var(--mono);
    font-size: 14px;
    letter-spacing: 0.04em;
    color: var(--white);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 350ms var(--ease-out), transform 350ms var(--ease-out), border-color 180ms ease, background-color 180ms ease;
}

#tecnigama-landing .dispatch-chip.in {
    opacity: 1;
    transform: none;
}

#tecnigama-landing .dispatch-chip:active {
    transform: scale(0.97);
}

@media (hover:hover) and (pointer:fine) {
    #tecnigama-landing .dispatch-chip:hover {
        border-color: rgba(245,166,35,.55);
        background: rgba(245,166,35,.08);
    }
}

#tecnigama-landing .dispatch-result {
    margin-top: 24px;
}

#tecnigama-landing .dispatch-radar {
    width: 54px;
    height: 54px;
    margin: 0 0 18px;
    position: relative;
}

#tecnigama-landing .dispatch-radar i {
    position: absolute;
    inset: 0;
    border: 2px solid var(--amber);
    border-radius: 50%;
    opacity: 0;
    animation: tg-radar-ping 1.6s var(--ease-out) infinite;
}

#tecnigama-landing .dispatch-radar i:nth-child(2) {
    animation-delay: 0.5s;
}

#tecnigama-landing .dispatch-radar::after {
    content: "";
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    background: var(--amber);
    box-shadow: 0 0 18px rgba(245,166,35,.8);
}

@keyframes tg-radar-ping {
    0% {
        transform: scale(0.4);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

#tecnigama-landing .dispatch-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 400ms var(--ease-out), transform 400ms var(--ease-out);
}

#tecnigama-landing .dispatch-actions.in {
    opacity: 1;
    transform: none;
}

#tecnigama-landing .dispatch-actions .btn {
    font-size: 15px;
    padding: 14px 24px;
}

@media (prefers-reduced-motion: reduce) {
    #tecnigama-landing .dispatch-radar i {
        animation: none;
        opacity: 0.4;
    }
    #tecnigama-landing .dispatch-line.typing::after {
        animation: none;
    }
}

/* ================= TE LLAMAMOS (formulario) ================= */

#tecnigama-landing .callback {
    background: radial-gradient(ellipse 80% 60% at 50% 100%, #141B25 0%, var(--black) 70%);
}

#tecnigama-landing .callback-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: clamp(28px,4vw,70px);
    align-items: center;
}

@media (max-width:920px) {
    #tecnigama-landing .callback-grid {
        grid-template-columns: 1fr;
    }
}

#tecnigama-landing .callback-card {
    background: rgba(244,242,237,.04);
    border: 1px solid var(--hair);
    border-radius: 24px;
    padding: 36px 34px;
}

#tecnigama-landing .cb-label {
    display: block;
    font-family: var(--mono);
    font-size: 11.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--grey);
    margin-bottom: 10px;
}

#tecnigama-landing .cb-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

#tecnigama-landing .cb-row input {
    flex: 1;
    min-width: 200px;
    background: rgba(7,9,12,.6);
    border: 1.5px solid var(--hair);
    border-radius: 999px;
    padding: 17px 24px;
    font-family: var(--body);
    font-size: 18px;
    color: var(--white);
    outline: none;
    transition: border-color 180ms ease;
}

#tecnigama-landing .cb-row input:focus {
    border-color: var(--amber);
}

#tecnigama-landing .cb-row input.bad {
    border-color: var(--flame);
}

#tecnigama-landing .cb-row input::placeholder {
    color: #5C6670;
}

#tecnigama-landing .cb-error {
    margin-top: 10px;
    font-size: 13.5px;
    color: var(--flame);
}

#tecnigama-landing .cb-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

#tecnigama-landing .chip {
    background: transparent;
    border: 1px solid var(--hair);
    border-radius: 999px;
    padding: 8px 16px;
    font-family: var(--body);
    font-size: 13.5px;
    color: var(--grey);
    cursor: pointer;
    transition: all 160ms var(--ease-out);
}

#tecnigama-landing .chip:active {
    transform: scale(0.96);
}

@media (hover:hover) {
    #tecnigama-landing .chip:hover {
        color: var(--white);
        border-color: #54677A;
    }
}

#tecnigama-landing .chip.on {
    background: var(--amber);
    border-color: var(--amber);
    color: #1A1205;
    font-weight: 600;
}

#tecnigama-landing .cb-legal {
    margin-top: 18px;
    font-size: 12px;
    color: #5C6670;
}

#tecnigama-landing .cb-legal a {
    color: var(--grey);
}

#tecnigama-landing .cb-success {
    text-align: center;
    padding: 18px 6px 6px;
}

#tecnigama-landing .cb-success b {
    display: block;
    font-family: var(--display);
    font-weight: 800;
    font-stretch: 112%;
    font-size: 26px;
    text-transform: uppercase;
    color: var(--amber-2);
    margin-bottom: 8px;
}

#tecnigama-landing .cb-success span {
    color: var(--grey);
    font-size: 14.5px;
}

#tecnigama-landing .callback-card.done > *:not(.cb-success) {
    display: none;
}

#tecnigama-landing .callback-card:not(.done) .cb-success {
    display: none;
}

#tecnigama-landing .call-modal-alt {
    display: inline-block;
    margin-top: 20px;
    font-size: 13.5px;
    color: var(--grey);
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (hover:hover) {
    #tecnigama-landing .call-modal-alt:hover {
        color: var(--white);
    }
}

/* ================= CTA FINAL ================= */

#tecnigama-landing .final {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: radial-gradient(ellipse 70% 90% at 50% 110%, rgba(255,92,31,.28) 0%, transparent 60%),
                radial-gradient(ellipse 80% 60% at 50% 0%, #10161E 0%, var(--black) 75%);
}

#tecnigama-landing .final h2 {
    max-width: 16ch;
    margin-inline: auto;
}

#tecnigama-landing .phone-huge {
    display: inline-block;
    margin-top: 34px;
    font-family: var(--display);
    font-weight: 870;
    font-stretch: 120%;
    font-size: clamp(44px, 9vw, 120px);
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--amber-2);
    text-decoration: none;
    text-shadow: 0 0 80px rgba(255,200,87,.45);
    transition: transform 160ms var(--ease-out);
}

#tecnigama-landing .phone-huge:active {
    transform: scale(0.97);
}

#tecnigama-landing .final .hours {
    margin-top: 24px;
    font-family: var(--mono);
    font-size: 13px;
    letter-spacing: 0.14em;
    color: var(--grey);
    text-transform: uppercase;
}

#tecnigama-landing .coverage {
    margin-top: 46px;
    padding-top: 30px;
    border-top: 1px solid var(--hair);
    color: var(--grey);
    font-size: 14.5px;
    max-width: 700px;
    margin-inline: auto;
}

#tecnigama-landing .coverage b {
    color: var(--white);
}

/* ================= FOOTER ================= */

#tecnigama-landing .tg-footer {
    background: #000;
    padding: 44px 0;
    color: #5C6670;
    font-size: 13px;
    line-height: 1.7;
}

#tecnigama-landing .tg-footer .disclaimer {
    max-width: 900px;
    border-left: 2px solid var(--amber);
    padding-left: 18px;
    margin-bottom: 26px;
    color: #828D99;
}

#tecnigama-landing .tg-footer .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.08em;
}

/* ================= REVEALS ================= */

#tecnigama-landing .reveal {
    opacity: 0;
    transform: translateY(30px);
}

#tecnigama-landing.reduced .reveal {
    opacity: 1;
    transform: none;
}

/* ================= FLOAT CALL (móvil) ================= */

#tecnigama-landing .float-call {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 70;
    display: none;
    gap: 10px;
    transform: translateY(140%);
    transition: transform 300ms var(--ease-out);
}

#tecnigama-landing .float-call.show {
    transform: none;
}

#tecnigama-landing .float-call .btn-call {
    padding: 17px;
    font-size: 18px;
}

@media (max-width:700px) {
    #tecnigama-landing .float-call {
        display: flex;
    }
}

@media (prefers-reduced-motion: reduce) {
    #tecnigama-landing .marquee-track {
        animation: none;
    }
}


/* =====================================================================
   NIVELES TECNIGAMA · Nivel 0 (índice de ciudades) y Nivel 1 (ciudad +
   selección de marca), bajo el selector compartido .niveles-tecnigama.
   ---------------------------------------------------------------------
   app/views/front/templates/niveles/nivel-0.html.twig
   app/views/front/templates/niveles/nivel-1.html.twig

   Reutiliza la identidad Tecnigama (tipografía, color, header/footer)
   sobre la estructura y clases de "niveles" (nivel-hero, nivel-section-title,
   nivel-divider, nivel-offer-box, nivel-header-cta, section.boxes, etc.).

   Header, footer, hero, sección info y offer-box son EXACTAMENTE iguales
   en los dos niveles: una sola regla cubre a ambos. Solo se separa lo
   que de verdad cambia por nivel:
     - el fondo del hero (id #nivel-0 / #nivel-1)
     - la rejilla final: fichas de ciudad (nivel-city-card, Nivel 0)
       frente a fichas de marca (nivel-brand-card, Nivel 1)
     - la miga de pan (solo en Nivel 1)

   Nivel 2 sigue con el tema clásico compartido (niveles.css) y no usa
   .niveles-tecnigama, así que nada de esto le afecta.
   Los tokens de color/tipografía (--black, --amber-2, --display...) son
   los mismos del bloque de variables de arriba, extendido a .niveles-tecnigama.
   ===================================================================== */

.niveles-tecnigama section {
    position: relative;
}

/* -------- Header -------- */

.niveles-tecnigama header.niveles-header.tecnigama-header {
    background: rgba(7,9,12,.92) !important;
    box-shadow: none;
    border-bottom: 1px solid var(--hair);
}

.niveles-tecnigama header.niveles-header.tecnigama-header.solid {
    background: rgba(7,9,12,.96) !important;
}

.niveles-tecnigama .tecnigama-logo {
    font-family: var(--display);
    font-weight: 800;
    font-stretch: 116%;
    font-size: 20px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: var(--white) !important;
    text-decoration: none;
    line-height: 1.05;
}

.niveles-tecnigama .tecnigama-logo small {
    display: block;
    font-family: var(--mono);
    font-weight: 400;
    font-size: 9px;
    letter-spacing: .2em;
    color: var(--amber);
    text-transform: uppercase;
}

.niveles-tecnigama header .comp-cta-phone {
    background: linear-gradient(135deg, var(--flame), #E8420A) !important;
    color: #fff !important;
    border-radius: 999px;
    box-shadow: 0 10px 30px -8px rgba(255,92,31,.5);
}

.niveles-tecnigama header .comp-cta-phone:hover {
    background: linear-gradient(135deg,#FF7238,var(--flame)) !important;
}

.niveles-tecnigama header .comp-cta-phone .cta-phone-icon {
    margin-right: 6px;
    flex: none;
}

/* -------- Hero -------- */

.niveles-tecnigama .nivel-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.niveles-tecnigama #nivel-0.nivel-hero {
    background-image:
        linear-gradient(100deg, rgba(7,9,12,.88) 38%, rgba(7,9,12,.62) 68%, rgba(7,9,12,.8) 100%),
        url("/images/tecnigama/nivel0-hero.webp");
}

.niveles-tecnigama #nivel-1.nivel-hero {
    background-image:
        linear-gradient(100deg, rgba(7,9,12,.88) 38%, rgba(7,9,12,.62) 68%, rgba(7,9,12,.8) 100%),
        url("/images/tecnigama/nivel1-hero.webp");
}

.niveles-tecnigama #nivel-2.nivel-hero {
    background-image:
        linear-gradient(100deg, rgba(7,9,12,.88) 38%, rgba(7,9,12,.62) 68%, rgba(7,9,12,.8) 100%),
        url("/images/tecnigama/nivel2-hero.webp");
}

.niveles-tecnigama .nivel-hero-overlay p.pretitulo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--amber-2) !important;
    font-family: var(--mono);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.niveles-tecnigama .nivel-hero-overlay p.pretitulo::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--amber-2);
}

.niveles-tecnigama .nivel-hero-overlay h1 {
    font-family: var(--display);
    font-weight: 850;
    font-stretch: 118%;
    color: var(--white) !important;
    letter-spacing: -.01em;
}

.niveles-tecnigama .nivel-hero-overlay h1 .nivel-accent {
    color: var(--white);
    font-weight: inherit;
}

.niveles-tecnigama .nivel-hero-overlay .small-title {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    color: var(--amber-2);
    letter-spacing: 0;
    text-transform: none;
    display: block;
}

.niveles-tecnigama .nivel-hero-lead {
    color: var(--white) !important;
    font-size: 18px;
    line-height: 1.5;
    max-width: 680px;
    margin: 18px 0 28px;
}

.niveles-tecnigama .tg-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--amber-2);
    font-family: var(--mono);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.niveles-tecnigama .tg-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--amber-2);
}

.niveles-tecnigama .nivel-header-cta:hover {
    background: linear-gradient(135deg,#FF7238,var(--flame)) !important;
    color: #fff !important;
}

.niveles-tecnigama .nivel-hero-overlay .nivel-header-cta {
    background: linear-gradient(135deg, var(--flame), #E8420A);
    color: #fff;
    border-radius: 999px;
    font-family: var(--display);
    font-weight: 750;
    font-stretch: 108%;
    text-transform: uppercase;
    letter-spacing: .01em;
    box-shadow: 0 14px 40px -10px rgba(255,92,31,.55);
    transition: transform 160ms var(--ease-out), box-shadow 250ms ease;
}

.niveles-tecnigama .nivel-hero-overlay .nivel-header-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 50px -8px rgba(255,92,31,.7);
    color: #fff;
}

/* -------- Miga de pan (Nivel 1) -------- */

.niveles-tecnigama .nivel-breadcrumb {
   
    font-family: var(--body);
}

.niveles-tecnigama .nivel-breadcrumb:hover {
    color: var(--amber-2) !important;
}

/* -------- Sección info (imagen + texto) -------- */

.niveles-tecnigama section.img-texto {
    background: radial-gradient(ellipse 80% 60% at 50% 0%, #141B25 0%, var(--black) 70%);
    padding: clamp(32px,8vh,110px) 0;
}

.niveles-tecnigama section.img-texto img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border: 1px solid var(--hair);
    box-shadow: 0 30px 80px -30px rgba(0,0,0,.65);
}

.niveles-tecnigama section.img-texto .nivel-section-title {
    font-family: var(--display);
    font-weight: 850;
    font-stretch: 114%;
    color: var(--white) !important;
    letter-spacing: -.01em;
    line-height: 1.2;
}

.niveles-tecnigama section.img-texto .nivel-section-title span {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    color: var(--amber-2) !important;
    text-transform: none;
    display: block;
}

.niveles-tecnigama section.img-texto .nivel-divider {
    background: var(--amber-2);
    height: 3px;
    width: 64px;
    border-radius: 2px;
    margin: 16px 0 22px;
}

.niveles-tecnigama section.img-texto ul li {
    color: var(--white);
    padding: 0;
}

.niveles-tecnigama section.img-texto li i.fa-check:before {
    background: none !important;
    color: var(--amber-2) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 16px;
}

.niveles-tecnigama section.img-texto .nivel-offer-box {
    background: var(--black);
    border: 1px solid rgba(255,200,87,.5) !important;
    border-radius: 20px;
    padding: 24px;
    margin-top: 22px;
}

.niveles-tecnigama section.img-texto .nivel-offer-box p {
    color: var(--white) !important;
    font-size: 16px;
}

.niveles-tecnigama section.img-texto .nivel-offer-box p strong {
    color: var(--amber-2) !important;
    font-family: var(--mono);
    font-weight: 500;
}

.niveles-tecnigama section.img-texto .nivel-offer-box .nivel-header-cta {
    background: linear-gradient(135deg, var(--flame), #E8420A);
    color: #fff;
    font-size: 18px;
    border-radius: 999px;
    font-family: var(--display);
    font-weight: 750;
    box-shadow: 0 12px 34px -10px rgba(255,92,31,.55);
}

.niveles-tecnigama section.img-texto .nivel-offer-box .nivel-header-cta .cta-phone-icon {
    margin-right: 8px;
    flex: none;
}

.niveles-tecnigama section.img-texto .nivel-offer-box .nivel-header-cta:hover {
    color: #fff;
}

/* -------- Selección final (ciudades en Nivel 0, marcas en Nivel 1) -------- */

.niveles-tecnigama section.seleccion {
    background: radial-gradient(83.33% 62.5% at 50% -33.33%, #141B25 35.58%, #121922 46.15%, #000 100%);
    padding: clamp(32px,8vh,110px) 0;
}

.niveles-tecnigama section.seleccion .nivel-section-title {
    font-family: var(--display);
    font-weight: 850;
    color: var(--white) !important;
    letter-spacing: -.01em;
    max-width: 890px;
}

.niveles-tecnigama section.seleccion .nivel-section-title span:not(.nombre-marca) {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    color: var(--amber-2) !important;
    text-transform: none;
}

.niveles-tecnigama section.seleccion .nivel-divider {
    background: var(--amber-2);
    height: 3px;
    width: 64px;
    border-radius: 2px;
    margin: 16px auto 22px;
}

.niveles-tecnigama section.seleccion > .container > p {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.niveles-tecnigama .section.boxes .nivel-city-card.box {
    background: rgba(61,61,61,.50);
    border: 1px solid rgba(255,200,87,.45);
    border-radius: 16px;
    padding: 22px 16px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
    text-decoration: none !important;
}

.niveles-tecnigama .section.boxes .nivel-city-card.box:hover {
    transform: translateY(-4px);
    border-color: var(--amber-2);
    box-shadow: 0 12px 32px rgba(0,0,0,.35);
}

.niveles-tecnigama .section.boxes .nivel-city-card h3 {
    font-family: var(--display);
    font-weight: 800;
    color: var(--amber-2) !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.niveles-tecnigama .section.boxes .nivel-city-card .nivel-city-phone {
    font-family: var(--body);
    font-weight: 600;
    color: var(--white) !important;
    font-size: 15px;
}

.niveles-tecnigama .section.boxes .nivel-brand-card {
    border: 1px solid rgba(255,200,87,.75);
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.niveles-tecnigama .section.boxes .nivel-brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
    color: inherit;
}

.niveles-tecnigama .section.boxes .nivel-brand-card h3 {
    font-family: var(--display);
    font-weight: 800;
    letter-spacing: .01em;
}

.niveles-tecnigama .section.boxes .nivel-ed-card {
    background: rgba(61,61,61,.50);
    border: 1px solid rgba(255,200,87,.5);
    border-radius: 16px;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.niveles-tecnigama .section.boxes .nivel-ed-card:hover {
    transform: translateY(-4px);
    border-color: var(--amber-2);
    box-shadow: 0 12px 32px rgba(0,0,0,.25);
    color: inherit !important;
}

.niveles-tecnigama .section.boxes .nivel-ed-card .nivel-ed-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.niveles-tecnigama .section.boxes .nivel-ed-card .nivel-ed-icon {
    width: 24px;
    height: 24px;
    color: var(--amber-2);
    filter: none;
}

.niveles-tecnigama .section.boxes .nivel-ed-card div {
    align-items: center;
    text-align: center;
}

.niveles-tecnigama .section.boxes .nivel-ed-card span {
    font-family: var(--body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--grey);
}

.niveles-tecnigama .section.boxes .nivel-ed-card h3 {
    font-family: var(--display);
    font-weight: 800;
    font-size: 18px;
    color: var(--white) !important;
    text-transform: uppercase;
}

.niveles-tecnigama .section.boxes .nivel-ed-card:hover span,
.niveles-tecnigama .section.boxes .nivel-ed-card:hover h3 {
    color: var(--white) !important;
}

/* -------- Footer -------- */

.niveles-tecnigama footer.niveles-footer {
    background: #000 !important;
    padding-bottom: 40px;
}

.niveles-tecnigama footer.niveles-footer .container {
    border-top: 1px solid white;
    padding-top: 40px;
}

.niveles-tecnigama footer.niveles-footer .disclaimer {
    text-align: left;
    border-left: 2px solid var(--amber);
    padding-left: 18px;
    color: #828D99 !important;
    font-size: 13px;
    line-height: 1.7;
    max-width: 900px;
    margin-bottom: 32px;
}

.niveles-tecnigama footer.niveles-footer .footer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
    align-items: center;
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #828D99;
}

.niveles-tecnigama footer.niveles-footer .footer-meta .lista-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 .6em;
    margin: 0;
}

.niveles-tecnigama footer.niveles-footer .footer-meta .lista-legal li+li::before {
    content: "•";
    margin-right: .6em;
    opacity: .7;
}

.niveles-tecnigama footer.niveles-footer .footer-meta a {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #828D99 !important;
    text-decoration: none;
}

.niveles-tecnigama footer.niveles-footer .footer-meta a:hover {
    color: var(--amber-2) !important;
}

/* DISPOSITIVO MOBILE */
@media (max-width:920px) {
    #tecnigama-landing .nav-links {
        display: none;
    }

    .niveles-tecnigama .nivel-hero {
        min-height: 70vh;
    }

    .niveles-tecnigama section.img-texto .nivel-offer-box {
        margin-bottom: 40px;
    }

    .niveles-tecnigama footer.niveles-footer {
        padding-top: 16px;
    }

    .niveles-tecnigama footer.niveles-footer .footer-meta {
        text-align: center;
        justify-content: center;
    }

    .niveles-tecnigama footer.niveles-footer .footer-meta .lista-legal li+li::before {
        display: none;
    }

    .niveles-tecnigama #electrodomesticos .section.boxes .nivel-ed-card h3{
font-size: 16px;
    }

    /* NIVEL 3 */

    #tecnigama-landing .nav{
        flex-flow: row;
    }

   #tecnigama-landing .loop-hero video{
height: 80vh;
   }

   #tecnigama-landing .loop-hero{
    height: 80svh;
   }
}

@media (max-width:480px) {
    #tecnigama-landing .nav .btn-call {
        font-size: 13.5px;
        padding: 10px 16px;
        gap: 8px;
    }
    #tecnigama-landing .logo {
        font-size: 17px;
    }
}
