:root {
    --bg-dark: #020a11;
    --primary-blue: #0088ff;
    --neon-cyan: #00d9ef;
    --text-gray: #a5b3c0;
    --landing-card: #0d1821;
    --landing-line: #1e303c;
    --landing-line-soft: rgba(119, 175, 201, 0.16);
    --landing-container: 1360px;
    --nav-height: 72px;
}

body {
    background:
        radial-gradient(circle at 78% 8%, rgba(0, 129, 195, 0.16), transparent 30%),
        radial-gradient(circle at 8% 32%, rgba(0, 214, 239, 0.06), transparent 22%),
        linear-gradient(180deg, #030910 0%, #020a11 42%, #030b12 100%);
    color: #eff5fb;
    font-family: Inter, Outfit, Arial, sans-serif;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 72%);
}

#canvas-container {
    opacity: 0.16;
}

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

.site-nav {
    height: var(--nav-height);
    padding: 0 max(28px, calc((100vw - 1240px) / 2));
    background: rgba(3, 9, 15, 0.92);
    border-bottom: 1px solid rgba(122, 166, 190, 0.14);
}

.site-nav .logo {
    color: var(--neon-cyan);
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: 0;
    text-decoration: none;
}

.site-nav .logo span {
    color: #f4f7fb;
}

.site-nav .nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.site-nav .nav-links a {
    margin: 0;
    color: #e8eef5;
    font-size: 0.72rem;
    font-weight: 700;
}

.nav-contact-btn,
.landing-btn,
.landing-mini-btn {
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0;
}

.nav-contact-btn {
    height: 34px;
    padding: 0 24px;
    font-size: 0.72rem;
}

.landing-hero {
    min-height: 430px;
    padding: var(--nav-height) 0 0;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(122, 166, 190, 0.12);
    background:
        radial-gradient(ellipse at 74% 45%, rgba(0, 95, 144, 0.28), transparent 43%),
        linear-gradient(90deg, #030a11 0%, #04101a 62%, #061827 100%);
}

.landing-hero::before,
.landing-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.landing-hero::before {
    inset: var(--nav-height) 0 0;
    background:
        linear-gradient(114deg, transparent 0 56%, rgba(0, 232, 255, 0.08) 56.2%, transparent 56.5%),
        linear-gradient(150deg, transparent 0 68%, rgba(0, 232, 255, 0.07) 68.2%, transparent 68.55%),
        linear-gradient(20deg, transparent 0 52%, rgba(0, 232, 255, 0.05) 52.2%, transparent 52.55%);
    opacity: 0.72;
}

.landing-hero::after {
    top: 110px;
    right: max(18px, calc((100vw - var(--landing-container)) / 2));
    width: min(680px, 58vw);
    height: 300px;
    background:
        radial-gradient(ellipse at 50% 78%, rgba(0, 234, 255, 0.24), transparent 14%),
        radial-gradient(ellipse at 58% 55%, rgba(0, 145, 206, 0.24), transparent 42%),
        linear-gradient(100deg, transparent 0 48%, rgba(0, 216, 239, 0.1) 48.2%, transparent 48.8%),
        repeating-linear-gradient(164deg, transparent 0 36px, rgba(0, 216, 239, 0.05) 37px, transparent 39px);
    opacity: 0.9;
}

.landing-hero > :not(.landing-container) {
    display: none !important;
}

.landing-hero-grid {
    position: relative;
    z-index: 2;
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(540px, 0.95fr) 1.05fr;
    align-items: center;
    gap: 36px;
    padding: 34px 0 28px;
}

.hero-copy {
    max-width: 580px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 28px;
    padding: 0 12px;
    border: 1px solid rgba(0, 216, 239, 0.55);
    border-radius: 6px;
    color: var(--neon-cyan);
    background: rgba(3, 18, 26, 0.72);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.landing-hero h1 {
    margin: 22px 0 12px;
    font-size: clamp(3rem, 4.6vw, 4.55rem);
    line-height: 0.96;
    font-weight: 900;
    text-transform: uppercase;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.landing-hero h1 span,
.landing-hero h1 strong {
    display: block;
}

.landing-hero h1 span {
    color: #f4f7fb;
}

.landing-hero h1 strong {
    color: var(--neon-cyan);
}

.landing-hero p {
    max-width: 480px;
    margin: 0;
    color: #ccd6df;
    font-size: 1rem;
    line-height: 1.45;
}

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

.landing-btn-contract {
    display: none !important;
}

.landing-btn,
.landing-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 24px;
    border: 1px solid var(--neon-cyan);
    cursor: pointer;
    font-family: inherit;
    font-size: 0.78rem;
    text-decoration: none;
}

.landing-btn-primary {
    color: #001116;
    background: linear-gradient(180deg, #1beaff, #00cfe7);
    border-color: transparent;
    gap: 12px;
}

.landing-btn-outline,
.landing-mini-btn {
    color: var(--neon-cyan);
    background: rgba(3, 20, 29, 0.62);
}

.hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 34px;
}

.metric-card {
    display: flex;
    align-items: center;
    gap: 10px;
}

.metric-card > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 216, 239, 0.55);
    border-radius: 50%;
    color: var(--neon-cyan);
    background: rgba(0, 216, 239, 0.1);
}

.metric-card strong,
.metric-card small {
    display: block;
    text-transform: uppercase;
}

.metric-card strong {
    color: #f5f9ff;
    font-size: 1.15rem;
    line-height: 1.05;
}

.metric-card small {
    margin-top: 3px;
    color: #aebbc6;
    font-size: 0.62rem;
    font-weight: 700;
}

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

.hero-visual img {
    position: relative;
    z-index: 2;
    width: min(560px, 100%);
    max-height: 390px;
    object-fit: contain;
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.45));
}

.hero-visual.is-missing::before {
    content: "";
    width: min(520px, 96%);
    aspect-ratio: 1.45;
    border-radius: 12px;
    background:
        linear-gradient(90deg, transparent 0 11%, #111f2a 11% 23%, transparent 23% 25%, #111f2a 25% 37%, transparent 37% 39%, #111f2a 39% 51%, transparent 51% 53%, #111f2a 53% 65%, transparent 65%),
        repeating-linear-gradient(180deg, transparent 0 18px, rgba(0, 216, 239, 0.65) 19px 21px, transparent 22px 36px),
        linear-gradient(145deg, #172633, #07131c 62%, #03080e);
    border: 1px solid rgba(0, 216, 239, 0.26);
    box-shadow:
        0 28px 0 -6px rgba(0, 216, 239, 0.8),
        0 30px 0 3px rgba(0, 66, 82, 0.8),
        0 35px 60px rgba(0, 0, 0, 0.5);
    transform: perspective(900px) rotateX(4deg) rotateY(-10deg);
    opacity: 0.78;
}

.landing-trust {
    padding: 16px 0 20px;
    border-bottom: 0;
    background: rgba(2, 10, 17, 0.78);
}

.split-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    margin: 0;
    color: var(--neon-cyan);
    font-size: 0.78rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.split-title::before,
.split-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(122, 166, 190, 0.16);
}

.split-title span {
    white-space: nowrap;
}

.trust-carousel {
    position: relative;
    overflow: hidden;
    margin-top: 16px;
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.trust-track-static {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 38px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    animation: trust-marquee 30s linear infinite;
    will-change: transform;
}

.trust-carousel:hover .trust-track-static {
    animation-play-state: paused;
}

@keyframes trust-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.trust-logo-item {
    min-width: 116px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.trust-logo-item img {
    max-width: 128px;
    max-height: 34px;
    object-fit: contain;
    filter: grayscale(1) invert(1) brightness(1.38) contrast(1.35);
    mix-blend-mode: screen;
    opacity: 0.84;
}

.trust-logo-item span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0;
}

.trust-logo-item img + span {
    display: none;
}

.landing-solutions {
    padding: 28px 0 32px;
}

.landing-section-heading {
    text-align: center;
    margin-bottom: 24px;
}

.landing-section-heading p {
    margin: 0;
    color: var(--neon-cyan);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.landing-section-heading h2 {
    margin: 6px 0 0;
    color: #edf2f8;
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    line-height: 1.08;
    font-weight: 800;
    text-transform: uppercase;
}

.landing-section-heading span {
    display: block;
    margin-top: 6px;
    color: #8c9aa7;
    font-size: 0.86rem;
}

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

.landing-solution-card {
    position: relative;
    min-height: 240px;
    display: grid;
    grid-template-columns: minmax(210px, 0.85fr) 1.15fr;
    gap: 18px;
    overflow: hidden;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    background:
        radial-gradient(circle at 78% 40%, rgba(42, 93, 117, 0.16), transparent 48%),
        linear-gradient(135deg, #0d1720 0%, #0a141c 100%);
    padding: 28px;
}

.solution-info {
    position: relative;
    z-index: 2;
}

.solution-info h3 {
    margin: 0;
    color: #f4f7fb;
    font-size: 1.35rem;
}

.solution-caption {
    margin: 6px 0 34px;
    color: #b4c0ca;
    font-size: 0.82rem;
}

.solution-info p:not(.solution-caption) {
    margin: 0 0 26px;
    color: #a7b3bf;
    font-size: 0.86rem;
    line-height: 1.5;
}

.landing-mini-btn {
    min-width: 112px;
    min-height: 36px;
    padding: 0 18px;
}

.solution-device {
    position: relative;
    min-height: 160px;
    display: grid;
    place-items: end center;
}

.solution-device img {
    width: min(100%, 330px);
    max-height: 180px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45));
}

.solution-device.is-missing::before {
    content: "";
    width: min(100%, 310px);
    aspect-ratio: 1.75;
    border: 8px solid #111922;
    border-bottom-width: 18px;
    border-radius: 8px 8px 4px 4px;
    background:
        linear-gradient(90deg, rgba(0, 216, 239, 0.45) 0 2px, transparent 2px 100%),
        linear-gradient(180deg, rgba(0, 216, 239, 0.28), transparent),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 38px),
        #0a121a;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.42);
    transform: perspective(800px) rotateX(7deg);
    opacity: 0.72;
}

.legacy-portfolio,
.partners {
    display: none !important;
}

.services {
    width: min(var(--landing-container), calc(100% - 72px));
    margin: 0 auto;
    padding: 0 0 38px;
}

.services .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.services .card {
    min-height: 150px;
    padding: 20px 14px 16px;
    border-radius: 8px;
    background: linear-gradient(180deg, #101b24 0%, #0b151d 100%);
    border: 1px solid var(--landing-line);
    text-align: center;
    box-shadow: none;
}

.services .card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 216, 239, 0.86);
}

.services .card i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 50%;
    color: #b6f8ff;
    background: rgba(0, 216, 239, 0.24);
    font-size: 1rem;
}

.services .card h3 {
    margin: 0 0 8px;
    color: #eff4fa;
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.services .card p {
    margin: 0;
    color: #a4b2bf;
    font-size: 0.75rem;
    line-height: 1.42;
}

.it-plans-section {
    padding: 30px 0 50px;
    border-top: 0;
}

.it-plans-header {
    text-align: center;
    margin-bottom: 20px;
}

.plans-kicker {
    margin: 0 0 8px;
    border: 0;
    padding: 0;
    color: var(--neon-cyan);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.plans-title {
    margin: 0;
    color: #eef3f8;
    font-size: clamp(1.55rem, 2.45vw, 2.25rem);
    line-height: 1.08;
    font-weight: 800;
    text-transform: uppercase;
}

.plans-title span {
    font-weight: 400;
}

.billing-toggle {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-top: 14px;
    padding: 3px;
    border: 1px solid rgba(135, 185, 209, 0.42);
    border-radius: 999px;
    background: rgba(4, 14, 22, 0.8);
}

.billing-toggle button {
    min-width: 92px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #bdc8d3;
    cursor: pointer;
    font: 800 0.72rem Inter, Outfit, Arial, sans-serif;
}

.billing-toggle button.active {
    background: rgba(238, 247, 255, 0.11);
    color: #ffffff;
}

.billing-toggle span {
    color: #c673ff;
    font-weight: 900;
}

.it-plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.it-plan-card {
    min-height: 378px;
    border-radius: 8px;
    padding: 22px 16px 16px;
    background: linear-gradient(180deg, #101b24 0%, #0c151d 100%);
    border: 1px solid var(--landing-line);
}

.it-plan-card:hover {
    transform: translateY(-4px);
}

.it-plan-card.popular {
    border-color: rgba(189, 105, 255, 0.78);
}

.it-plan-popular-badge {
    top: -12px;
    border-radius: 999px;
    padding: 6px 18px;
}

.it-plan-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
}

.it-plan-title h3 {
    font-size: 1rem;
}

.it-plan-subtitle,
.it-plan-schedule,
.it-plan-coverage,
.it-plan-features li,
.it-plan-includes-label {
    font-size: 0.75rem;
}

.price-value {
    font-size: 1.45rem;
}

.it-plan-schedule,
.it-plan-coverage {
    border-left: 0 !important;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.052);
    padding: 9px 10px;
}

.it-plan-btn {
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.landing-about {
    padding: 58px 0;
    border-top: 0;
    border-bottom: 1px solid rgba(122, 166, 190, 0.12);
    background:
        radial-gradient(circle at 78% 42%, rgba(0, 216, 239, 0.08), transparent 34%),
        rgba(2, 10, 17, 0.48);
}

.landing-about-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) 1.18fr;
    gap: 28px clamp(36px, 8vw, 120px);
    align-items: center;
}

.landing-about-copy {
    max-width: 475px;
}

.landing-about-kicker {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    margin: 0 0 12px;
    color: var(--neon-cyan);
    font-size: 0.78rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.landing-about-kicker::before,
.landing-about-kicker::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(122, 166, 190, 0.16);
}

.landing-about-copy h2 {
    margin: 0 0 14px;
    color: #f4f7fb;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.02;
    font-weight: 900;
    text-transform: uppercase;
}

.landing-about-copy span {
    display: block;
    margin: 0 0 12px;
    color: #aab6c3;
    font-size: 0.98rem;
    line-height: 1.5;
}

.landing-about-copy .landing-mini-btn {
    margin-top: 14px;
    min-width: 220px;
}

.landing-about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.landing-about-stats article {
    min-height: 174px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 16px;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    background: linear-gradient(180deg, #101b24 0%, #0b151d 100%);
}

.landing-about-stats strong {
    color: #56dff5;
    font-size: clamp(2.5rem, 4vw, 3.6rem);
    line-height: 1;
    font-weight: 900;
}

.landing-about-stats span {
    color: #edf3f8;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.team,
.testimonials {
    width: min(var(--landing-container), calc(100% - 72px));
    margin: 0 auto;
    padding: 42px 0;
}

.team {
    border-top: 0;
}

.team .section-title,
.testimonials .section-title {
    display: block;
    width: auto;
    margin: 0 0 20px;
    border: 0;
    padding: 0;
    text-align: center;
    color: #f4f7fb;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    text-transform: uppercase;
}

.testimonials-kicker {
    margin: 0 0 8px;
    color: var(--neon-cyan);
    font-size: 0.78rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.testimonials .section-subtitle {
    display: none;
}

.team-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.team-card,
.testimonial-card {
    border-radius: 8px;
    background: linear-gradient(180deg, #101b24 0%, #0c151d 100%);
    border: 1px solid var(--landing-line);
    box-shadow: none;
}

.testimonials {
    border-top: 0;
}

.testimonial-carousel {
    min-height: 168px;
}

.testimonial-slide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.testimonial-card {
    min-height: 118px;
    padding: 20px 18px 18px 90px;
}

.testimonial-avatar-wrapper {
    top: 20px;
    left: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.testimonial-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.testimonial-card .quote {
    display: none;
}

.testimonial-text {
    margin-bottom: 12px;
    font-size: 0.82rem;
    line-height: 1.38;
}

.testimonial-user {
    margin-top: 0;
}

.testimonial-dots {
    margin-top: 22px;
}

.landing-footer {
    padding: 42px max(36px, calc((100vw - var(--landing-container)) / 2)) 18px;
    border-top: 1px solid rgba(122, 166, 190, 0.12);
    background: #030a10;
    text-align: left;
}

.landing-footer-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(120px, 0.75fr)) minmax(240px, 1fr);
    gap: clamp(24px, 4vw, 56px);
}

.footer-logo {
    display: inline-block;
    color: var(--neon-cyan);
    font-size: 1.35rem;
    font-weight: 900;
    text-decoration: none;
}

.footer-logo span {
    color: #f4f7fb;
}

.footer-brand p,
.footer-cta p {
    max-width: 270px;
    margin: 14px 0 0;
    color: #8e9ca9;
    font-size: 0.82rem;
    line-height: 1.5;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.footer-social a {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #061119;
    background: rgba(0, 216, 239, 0.72);
    text-decoration: none;
    font-size: 0.78rem;
}

.footer-column {
    display: grid;
    align-content: start;
    gap: 8px;
}

.footer-column strong,
.footer-cta strong {
    color: #f0f5fb;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.footer-column a,
.footer-bottom a {
    color: #8e9ca9;
    font-size: 0.78rem;
    text-decoration: none;
}

.footer-column a:hover,
.footer-bottom a:hover {
    color: var(--neon-cyan);
}

.footer-cta .landing-mini-btn {
    margin-top: 18px;
    min-width: 210px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 36px;
    padding-top: 18px;
    border-top: 1px solid rgba(122, 166, 190, 0.08);
    color: #6f7d8a;
    font-size: 0.72rem;
}

.footer-bottom div {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.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;
}

@media (max-width: 1100px) {
    .landing-hero-grid,
    .landing-solution-grid,
    .landing-about-grid {
        grid-template-columns: 1fr;
    }

    .trust-track-static {
        gap: 30px;
    }

    .hero-visual {
        min-height: 280px;
    }

    .services .grid,
    .it-plans-grid,
    .testimonial-slide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 760px) {
    .landing-container,
    .it-plans-container,
    .services,
    .team,
    .testimonials {
        width: min(100% - 28px, var(--landing-container));
    }

    .site-nav {
        padding: 0 14px;
    }

    .site-nav .nav-links {
        display: none;
    }

    .landing-hero {
        min-height: auto;
    }

    .landing-hero-grid {
        min-height: auto;
        padding: 28px 0 34px;
    }

    .landing-hero h1 {
        font-size: clamp(2.4rem, 12vw, 3.3rem);
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-btn {
        width: 100%;
    }

    .trust-carousel {
        mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
    }

    .landing-solution-card,
    .services .grid,
    .it-plans-grid,
    .landing-about-stats,
    .testimonial-slide {
        grid-template-columns: 1fr;
    }

    .landing-solution-card {
        padding: 22px;
    }

    .testimonial-card {
        padding-left: 84px;
    }

    .landing-footer {
        padding-inline: 14px;
    }

    .landing-footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

/* Reference visual pass: this block intentionally wins over the legacy stylesheet. */
:root {
    --bg-dark: #020810;
    --neon-cyan: #00d9ef;
    --text-gray: #9aa8b4;
    --landing-card: #0b151e;
    --landing-line: #1b2b36;
    --landing-container: 1320px;
    --nav-height: 66px;
}

html,
body {
    background: #020810 !important;
}

body {
    background:
        radial-gradient(ellipse at 80% 7%, rgba(0, 123, 176, 0.17), transparent 33%),
        linear-gradient(180deg, #020810 0%, #020a11 46%, #020810 100%) !important;
    color: #eef4f8;
    font-family: "Inter", "Outfit", Arial, sans-serif;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

button,
input,
textarea,
select {
    font-family: "Inter", "Outfit", Arial, sans-serif;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 36% 9%, rgba(0, 217, 239, 0.09) 0 1px, transparent 2px),
        radial-gradient(circle at 82% 4%, rgba(255, 255, 255, 0.2) 0 1px, transparent 2px);
    background-size: 260px 180px, 340px 220px;
    opacity: 0.42;
    mask-image: linear-gradient(180deg, #000 0%, transparent 58%);
}

#canvas-container {
    display: none !important;
}

.landing-container,
.it-plans-container,
.services,
.team,
.testimonials {
    width: min(var(--landing-container), calc(100% - 82px)) !important;
}

.site-nav {
    height: var(--nav-height);
    padding: 0 max(36px, calc((100vw - var(--landing-container)) / 2));
    background: rgba(2, 8, 14, 0.96);
    border-bottom: 1px solid rgba(117, 155, 179, 0.15);
    backdrop-filter: none;
}

.site-nav .logo {
    font-size: 1.42rem;
    font-weight: 900;
}

.site-nav .nav-links {
    gap: 32px;
}

.site-nav .nav-links a {
    color: #dce5ee;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
}

.nav-contact-btn {
    height: 36px;
    min-width: 136px;
    border-color: rgba(0, 217, 239, 0.9);
    color: var(--neon-cyan);
}

.landing-hero {
    min-height: 500px;
    padding-top: var(--nav-height);
    border-bottom: 1px solid rgba(117, 155, 179, 0.14);
    background:
        radial-gradient(ellipse at 74% 46%, rgba(0, 143, 207, 0.22), transparent 44%),
        radial-gradient(ellipse at 55% 56%, rgba(0, 217, 239, 0.035), transparent 46%),
        linear-gradient(90deg, #020810 0%, #03101a 58%, #061724 100%);
}

.landing-hero::before {
    inset: var(--nav-height) 0 0;
    background:
        linear-gradient(153deg, transparent 0 60%, rgba(0, 217, 239, 0.08) 60.15%, transparent 60.5%),
        linear-gradient(168deg, transparent 0 66%, rgba(0, 217, 239, 0.08) 66.15%, transparent 66.45%),
        repeating-linear-gradient(166deg, transparent 0 58px, rgba(0, 217, 239, 0.055) 59px, transparent 61px);
    opacity: 0.84;
    mask-image: linear-gradient(90deg, transparent 0%, #000 48%, #000 100%);
}

.landing-hero::after {
    top: 112px;
    right: max(0px, calc((100vw - var(--landing-container)) / 2 - 28px));
    width: min(790px, 61vw);
    height: 340px;
    background:
        radial-gradient(ellipse at 50% 75%, rgba(0, 217, 239, 0.28), transparent 15%),
        radial-gradient(ellipse at 50% 62%, rgba(0, 123, 176, 0.28), transparent 48%),
        repeating-linear-gradient(171deg, transparent 0 40px, rgba(0, 217, 239, 0.075) 41px, transparent 43px);
    opacity: 0.86;
}

.landing-hero-grid {
    min-height: 500px;
    grid-template-columns: minmax(500px, 0.78fr) minmax(560px, 1.22fr);
    align-items: start;
    gap: 0;
    padding: 58px 0 24px;
}

.hero-copy {
    max-width: 610px;
}

.hero-kicker {
    height: 29px;
    padding: 0 13px;
    border-radius: 7px;
    border-color: rgba(0, 217, 239, 0.62);
    background: rgba(2, 15, 23, 0.78);
    font-size: 0.68rem;
}

.landing-hero h1 {
    margin: 24px 0 14px;
    font-family: "Inter", "Outfit", Arial, sans-serif;
    font-size: clamp(3.25rem, 3.95vw, 4.5rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
}

.hero-title span,
.hero-title strong {
    display: block;
    white-space: nowrap;
}

.hero-title span {
    color: #f4f7fb;
}

.hero-title strong {
    color: #f4f7fb;
    font-weight: 900;
}

.hero-title em {
    color: #10d7ed;
    font-style: normal;
}

.hero-title b {
    color: #f4f7fb;
    font-weight: 900;
}

.landing-hero p {
    max-width: 505px;
    color: #cbd5de;
    font-size: 1.03rem;
    line-height: 1.45;
}

.hero-actions {
    gap: 18px;
    margin-top: 27px;
}

.landing-btn {
    min-height: 46px;
    min-width: 188px;
    border-radius: 5px;
    font-size: 0.76rem;
}

.landing-btn-primary {
    color: #001116;
    background: #17dff5;
    box-shadow: 0 0 24px rgba(0, 217, 239, 0.12);
}

.landing-btn-outline,
.landing-mini-btn {
    color: #10d7ed;
    background: rgba(2, 14, 21, 0.72);
    border-color: rgba(0, 217, 239, 0.72);
}

.hero-metrics {
    gap: 28px;
    margin-top: 38px;
}

.metric-card > span {
    width: 38px;
    height: 38px;
    color: #10d7ed;
    border-color: rgba(0, 217, 239, 0.72);
    background: rgba(0, 217, 239, 0.12);
}

.metric-card strong {
    font-size: 1.22rem;
}

.metric-card small {
    font-size: 0.6rem;
}

.hero-visual {
    min-height: 420px;
    place-items: center;
    isolation: isolate;
}

.hero-visual::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 4%;
    right: 0;
    bottom: 30px;
    width: min(730px, 94%);
    height: 132px;
    margin: auto;
    border: 1px solid rgba(0, 217, 239, 0.52);
    border-radius: 34px 34px 20px 20px;
    background:
        linear-gradient(180deg, rgba(0, 217, 239, 0.18), rgba(0, 23, 33, 0.16) 42%, rgba(0, 217, 239, 0.1)),
        linear-gradient(90deg, transparent 8%, rgba(0, 217, 239, 0.86), transparent 92%);
    box-shadow:
        0 0 0 1px rgba(0, 217, 239, 0.18) inset,
        0 18px 0 -12px rgba(0, 217, 239, 0.92),
        0 24px 0 -12px rgba(0, 122, 166, 0.72),
        0 34px 55px rgba(0, 217, 239, 0.22),
        0 48px 75px rgba(0, 0, 0, 0.64);
    transform: perspective(760px) rotateX(62deg) translateY(25px);
}

.hero-visual::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 9%;
    right: 0;
    bottom: 74px;
    width: min(690px, 88%);
    height: 4px;
    margin: auto;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent 0%, #00d9ef 18%, #78fff7 50%, #00d9ef 82%, transparent 100%);
    box-shadow:
        0 0 18px rgba(0, 217, 239, 0.9),
        0 0 36px rgba(0, 217, 239, 0.56);
}

.hero-visual img {
    z-index: 2;
    width: min(850px, 128%);
    max-height: 560px;
    transform: translate(-30px, -10px);
    filter:
        drop-shadow(0 30px 42px rgba(0, 0, 0, 0.58))
        drop-shadow(0 0 22px rgba(0, 217, 239, 0.15));
}

@media (min-width: 1181px) {
    .landing-hero-grid {
        grid-template-columns: minmax(640px, 0.88fr) minmax(520px, 1.12fr);
    }

    .hero-copy {
        max-width: 660px;
    }

    .landing-hero h1 span,
    .landing-hero h1 strong,
    .hero-metrics {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

.landing-trust {
    padding: 15px 0 19px;
    background: #020810;
}

.split-title {
    gap: 18px;
    font-size: 0.74rem;
}

.split-title::before,
.split-title::after {
    background: rgba(117, 155, 179, 0.18);
}

.landing-section-heading h2,
.plans-title,
.team .section-title,
.testimonials .section-title,
.landing-about-copy h2 {
    color: #eef3f8;
    letter-spacing: 0;
}

.landing-solutions {
    padding: 34px 0 42px;
    background: #020810;
}

.landing-solution-grid {
    gap: 24px;
}

.landing-solution-card,
.services .card,
.it-plan-card,
.landing-about-stats article,
.team-card,
.testimonial-card {
    border: 1px solid rgba(117, 155, 179, 0.2);
    border-radius: 8px;
    background:
        radial-gradient(circle at 84% 22%, rgba(0, 217, 239, 0.055), transparent 36%),
        linear-gradient(180deg, #0c1720 0%, #09131b 100%);
    box-shadow: none;
}

.landing-solution-card {
    min-height: 286px;
    padding: 32px 34px;
}

.solution-device img {
    width: min(100%, 365px);
    max-height: 210px;
}

.services {
    padding: 0 0 46px;
    background: #020810;
}

.services .grid {
    gap: 14px;
}

.services .card {
    min-height: 164px;
}

.services .card:nth-child(3) {
    border-color: rgba(0, 217, 239, 0.92);
}

.it-plans-section {
    padding: 30px 0 56px;
    background: #020810;
    border-top: 0;
}

.it-details-section {
    display: none !important;
}

.it-plan-card {
    padding: 23px 17px 17px;
}

.it-plan-card.popular {
    border-color: rgba(179, 91, 255, 0.88);
    box-shadow: 0 0 28px rgba(179, 91, 255, 0.12);
}

.price-value {
    color: #eef5fb;
}

.landing-about,
.testimonials,
.landing-footer {
    background: #020810;
}

.landing-about {
    padding: 64px 0;
}

.landing-about-stats article {
    min-height: 180px;
}

.testimonial-card {
    min-height: 128px;
}

@media (max-width: 1180px) {
    .landing-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-copy {
        max-width: 720px;
    }

    .hero-visual img {
        width: min(760px, 100%);
        transform: none;
    }
}

@media (max-width: 760px) {
    .landing-container,
    .it-plans-container,
    .services,
    .team,
    .testimonials {
        width: min(100% - 28px, var(--landing-container)) !important;
    }

    .landing-hero {
        min-height: auto;
    }

    .landing-hero h1 {
        font-size: clamp(2.55rem, 12vw, 3.35rem);
    }

    .hero-visual {
        min-height: 300px;
    }

    .hero-visual::before {
        bottom: 18px;
        height: 92px;
    }

    .hero-visual::after {
        bottom: 52px;
    }

    .hero-visual img {
        width: min(560px, 116%);
        max-height: 360px;
    }
}

/* =====================================================================
   REFINEMENT PASS — softer typography, hero 100vh, badge & testimonials
   This block intentionally wins over the rules above.
   ===================================================================== */

:root {
    /* Softer, less harsh palette to match the reference mockup */
    --ref-heading: #d6dee6;   /* off-white headings (no longer pure white) */
    --ref-heading-soft: #cdd6df;
    --ref-body: #9fabb6;      /* calmer body / paragraph gray */
    --ref-muted: #7d8a96;     /* muted captions / small text */
    --ref-cyan: #3ec6d9;      /* calmer cyan for text accents */
    --ref-cyan-strong: #45cfe1;
}

/* --- Base text tone --- */
body {
    color: #cdd6df !important;
}

/* --- Headings: softer off-white instead of harsh white --- */
.site-nav .logo span,
.hero-title span,
.hero-title strong,
.hero-title b,
.solution-info h3,
.landing-section-heading h2,
.plans-title,
.landing-about-copy h2,
.team .section-title,
.testimonials .section-title,
.landing-about-stats span,
.metric-card strong,
.services .card h3,
.footer-logo span,
.footer-column strong,
.footer-cta strong,
.price-value,
.landing-section-heading h2,
.plans-title {
    color: var(--ref-heading) !important;
}

/* --- Cyan text accents: calmer cyan --- */
.site-nav .logo,
.footer-logo,
.hero-kicker,
.hero-title em,
.plans-kicker,
.testimonials-kicker,
.landing-section-heading p,
.landing-about-kicker,
.split-title {
    color: var(--ref-cyan) !important;
}

.metric-card > span,
.landing-btn-outline,
.landing-mini-btn,
.nav-contact-btn {
    color: var(--ref-cyan) !important;
}

.landing-about-stats strong {
    color: var(--ref-cyan-strong) !important;
}

/* --- Body / paragraph grays: calmer --- */
.landing-hero p,
.solution-caption,
.solution-info p:not(.solution-caption),
.services .card p,
.landing-about-copy span,
.testimonial-text,
.footer-brand p,
.footer-cta p {
    color: var(--ref-body) !important;
}

.metric-card small,
.footer-column a,
.footer-bottom,
.footer-bottom a,
.landing-section-heading span {
    color: var(--ref-muted) !important;
}

.site-nav .nav-links a {
    color: #c3cdd7 !important;
}

/* Slightly soften the trust logos / marquee labels */
.trust-track-static,
.trust-logo-item span {
    color: rgba(214, 222, 230, 0.66) !important;
}

/* =========================  HERO (natural height)  ==================
   No longer forced to 100vh. The hero image is stretched to match the
   copy column so both line up on top and bottom. */
.hero-screen {
    min-height: 0;
    display: block;
}

.landing-hero {
    min-height: 0;
    display: block;
    padding-top: var(--nav-height);
    padding-bottom: 0;
}

.landing-hero-grid {
    min-height: 0;
    width: min(var(--landing-container), calc(100% - 82px));
    align-items: stretch;
    padding: 40px 0 48px;
}

.hero-screen .landing-trust {
    padding: 18px 0 26px;
}

/* ============  Remove the CSS-built platform under the hero  ========
   The hero-servers.png already includes its own glowing platform. */
.hero-visual::before,
.hero-visual::after {
    content: none !important;
    display: none !important;
}

.hero-visual {
    min-height: auto;
}

.hero-visual img {
    transform: translateX(-10px);
    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.55));
}

@media (max-width: 1180px) {
    .hero-visual img {
        transform: none;
    }
}

/* =================  FIX "Más Popular" badge clipping  =============== */
.it-plan-card.popular {
    overflow: visible;
}

.it-plan-popular-badge {
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    padding: 6px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #b35bff, #8a3df0);
    color: #fff;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 6px 18px rgba(150, 70, 240, 0.45);
    z-index: 5;
}

/* The popular card sits in a clipped grid; give the badge room to show */
.it-plans-grid {
    overflow: visible;
}

/* ======================  TESTIMONIALS polish  ====================== */
.testimonial-slide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

/* Horizontal layout: client/company logo on the left (vertically centered),
   review text on the right with name + role + star rating underneath. */
.testimonial-card {
    position: relative;
    min-height: 0;
    padding: 26px 26px;
    border-radius: 12px;
    border: 1px solid rgba(117, 155, 179, 0.18);
    background: linear-gradient(180deg, #0d1822 0%, #0a141d 100%);
    box-shadow: none;
    overflow: visible;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 12px;
    align-items: center;
}

.testimonial-card::after {
    content: none;
}

.testimonial-card .quote {
    display: none;
}

/* Logo / avatar — left column, centered vertically across both rows */
.testimonial-avatar-wrapper {
    position: static;
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: #0a141d;
    border: 3px solid rgba(62, 198, 217, 0.5);
    box-shadow: none;
    padding: 0;
    overflow: hidden;
    flex: 0 0 auto;
}

.testimonial-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Review text — right column, top */
.testimonial-text {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: var(--ref-body) !important;
    font-style: normal;
    font-size: 0.86rem;
    line-height: 1.55;
}

/* Name + role + stars — right column, bottom */
.testimonial-user {
    grid-column: 2;
    grid-row: 2;
    display: block;
    margin: 0;
}

.testimonial-user > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testimonial-user strong {
    color: var(--ref-heading) !important;
    font-size: 0.92rem;
    font-weight: 800;
}

.testimonial-user span {
    color: var(--ref-muted) !important;
    font-size: 0.78rem;
}

.testimonial-meta {
    margin-top: 5px;
    font-size: 0.72rem;
    opacity: 1;
}

.testimonial-meta .fa-star {
    font-size: 0.72rem;
}

@media (max-width: 1100px) {
    .testimonial-slide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .testimonial-slide {
        grid-template-columns: 1fr;
    }

    .hero-screen {
        min-height: auto;
        display: block;
    }

    .landing-hero {
        min-height: auto;
        display: block;
    }
}

/* ===================  FONT RENDERING & TRACKING  ====================
   Crisper, softer letterforms to match the reference mockup. */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-feature-settings: "cv02", "cv03", "cv04", "cv11", "ss01";
    letter-spacing: -0.006em;
}

/* Big display headings: tighter tracking like the mockup */
.landing-hero h1,
.hero-title {
    letter-spacing: -0.028em;
    font-weight: 800;
}

.landing-section-heading h2,
.plans-title,
.team .section-title,
.testimonials .section-title {
    letter-spacing: -0.015em;
    font-weight: 700;
}

.landing-about-copy h2 {
    letter-spacing: -0.02em;
    font-weight: 800;
}

/* Kickers / labels: a touch of positive tracking, lighter weight */
.hero-kicker,
.plans-kicker,
.testimonials-kicker,
.landing-section-heading p,
.landing-about-kicker,
.split-title,
.site-nav .nav-links a,
.footer-column strong,
.footer-cta strong {
    letter-spacing: 0.04em;
}

.landing-section-heading span {
    letter-spacing: 0;
    font-weight: 400;
}

/* ==========================  PADDING PASS  ==========================
   Tighter top spacing between sections. */
.landing-solutions {
    padding: 10px 0 56px;
}

.landing-section-heading {
    margin-bottom: 30px;
}

.landing-solution-grid {
    gap: 26px;
}

.landing-solution-card {
    padding: 34px 36px;
}

.services {
    padding: 0 0 56px;
}

.it-plans-section {
    padding: 36px 0 60px;
}

.it-plans-header {
    margin-bottom: 30px;
}

.landing-about {
    padding: 56px 0;
}

.team,
.testimonials {
    padding: 44px 0 56px;
}

.testimonials .section-title {
    margin-bottom: 8px;
}

.testimonial-dots {
    margin-top: 34px;
}

/* ===========================  FOOTER  ==============================
   Match the reference footer layout, spacing and tone. */
.landing-footer {
    padding: 64px max(36px, calc((100vw - var(--landing-container)) / 2)) 26px;
    border-top: 1px solid rgba(117, 155, 179, 0.14);
    background: #02080e;
}

.landing-footer-grid {
    grid-template-columns: minmax(250px, 1.5fr) repeat(3, minmax(120px, 0.8fr)) minmax(250px, 1.1fr);
    gap: clamp(28px, 4vw, 64px);
}

.footer-logo {
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--ref-cyan) !important;
}

/* Keep the same scheme as the nav logo: "PAMPA" light, "Servers" cyan */
.footer-logo span {
    color: var(--ref-heading) !important;
}

.footer-brand p {
    max-width: 290px;
    margin-top: 16px;
    color: var(--ref-muted) !important;
    font-size: 0.85rem;
    line-height: 1.6;
}

.footer-social {
    gap: 12px;
    margin-top: 22px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    color: var(--ref-cyan);
    background: rgba(62, 198, 217, 0.1);
    border: 1px solid rgba(62, 198, 217, 0.32);
    font-size: 0.9rem;
    transition: background 0.25s ease, color 0.25s ease;
}

.footer-social a:hover {
    background: rgba(62, 198, 217, 0.85);
    color: #04222a;
}

.footer-column {
    gap: 12px;
}

.footer-column strong,
.footer-cta strong {
    margin-bottom: 4px;
    color: var(--ref-heading) !important;
    font-size: 0.8rem;
    font-weight: 800;
}

.footer-column a {
    color: var(--ref-muted) !important;
    font-size: 0.85rem;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: var(--ref-cyan) !important;
}

.footer-cta p {
    max-width: 280px;
    margin-top: 12px;
    color: var(--ref-muted) !important;
    font-size: 0.85rem;
    line-height: 1.6;
}

.footer-cta .landing-mini-btn {
    margin-top: 20px;
    min-width: 210px;
    min-height: 42px;
}

.footer-bottom {
    margin-top: 44px;
    padding-top: 22px;
    border-top: 1px solid rgba(117, 155, 179, 0.1);
    color: var(--ref-muted) !important;
    font-size: 0.78rem;
}

.footer-bottom a {
    color: var(--ref-muted) !important;
}

.footer-bottom a:hover {
    color: var(--ref-cyan) !important;
}

/* ===================  FOLLOW-UP TWEAKS  ============================ */

/* "Tecnología, personas," on one line, "soluciones." underneath */
.about-title-line {
    display: block;
}

/* Title slightly smaller */
.landing-hero-grid {
    padding-top: 36px;
    padding-bottom: 44px;
}

.landing-hero h1,
.hero-title {
    margin-top: 16px;
    font-size: clamp(2.6rem, 3.2vw, 3.7rem);
    line-height: 0.98;
}

/* Hero image fits the exact height of the copy column (aligned top &
   bottom). It is absolutely positioned so its intrinsic 2048px size does
   NOT drive the grid row height. */
.hero-visual {
    position: relative;
    align-self: stretch;
    min-height: 100%;
}

.hero-visual img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(1.16);
    transform-origin: center;
    z-index: 1;
    filter:
        drop-shadow(0 30px 42px rgba(0, 0, 0, 0.58))
        drop-shadow(0 12px 24px rgba(0, 217, 239, 0.16));
}

.hero-visual::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
    width: 58%;
    height: 52px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 217, 239, 0.3), rgba(2, 8, 14, 0) 70%);
    filter: blur(18px);
    opacity: 0.85;
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 1180px) {
    .hero-visual {
        align-self: center;
        min-height: 320px;
    }

    .hero-visual img {
        position: relative;
        width: min(620px, 100%);
        height: auto;
        max-width: 100%;
        max-height: 380px;
    }
}

@media (max-width: 760px) {
    .hero-visual {
        min-height: 0;
    }

    .hero-visual img {
        position: relative;
        height: auto;
    }
}

/* =====================================================================
   RESPONSIVE PASS — header (hero) & footer for tablet and mobile.
   ===================================================================== */

/* ---------- Tablet ---------- */
@media (max-width: 980px) {
    .landing-footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 32px 28px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-cta {
        grid-column: 1 / -1;
    }
}

/* ---------- Mobile ---------- */
@media (max-width: 760px) {
    .landing-container,
    .it-plans-container,
    .services,
    .team,
    .testimonials {
        width: min(100% - 32px, var(--landing-container)) !important;
    }

    /* --- NAV --- */
    /* The contact button overlaps on small screens — hide it on mobile */
    .nav-contact-btn {
        display: none !important;
    }

    /* --- HERO --- */
    .landing-hero {
        padding-top: var(--nav-height);
        text-align: center;
    }

    .landing-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 28px;
        padding: 32px 0 40px;
        width: min(100% - 32px, var(--landing-container));
    }

    .hero-copy {
        max-width: 100%;
        margin: 0 auto;
    }

    /* Mobile: drop the kicker and the hero image */
    .hero-kicker,
    .hero-visual {
        display: none !important;
    }

    /* Keep the headline as two fixed lines: "Tecnología real." /
       "Impacto real." (two words up, two down, never wrapping further). */
    .hero-title span,
    .hero-title strong {
        display: block;
        white-space: nowrap;
    }

    .landing-hero h1,
    .hero-title {
        font-size: clamp(1.7rem, 7.6vw, 3rem);
    }

    .landing-hero p {
        margin: 0 auto;
        font-size: 0.98rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .landing-btn {
        width: 100%;
        min-width: 0;
    }

    /* Metrics: each item stays inline; the group wraps into 2+1 when needed. */
    .hero-metrics {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 9px 14px !important;
        margin-top: 26px !important;
    }

    .metric-card {
        display: inline-flex !important;
        align-items: baseline !important;
        flex: 0 0 auto !important;
        gap: 7px !important;
        width: auto !important;
    }

    .metric-card > span {
        display: none !important;
    }

    .metric-card > div {
        display: inline-flex !important;
        align-items: baseline !important;
        gap: 7px !important;
    }

    .metric-card strong,
    .metric-card small {
        display: inline !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }

    .metric-card strong {
        font-size: 0.98rem;
    }

    .metric-card small {
        font-size: 0.74rem;
    }

    .hero-visual img {
        width: min(440px, 92%);
        max-height: 320px;
    }

    .hero-visual::after {
        bottom: 6%;
        height: 40px;
    }

    /* --- TRUST STRIP --- */
    .split-title {
        font-size: 0.66rem;
        gap: 10px;
    }

    /* --- FOOTER (simplified for mobile) --- */
    .landing-footer {
        padding: 48px 22px 24px;
        text-align: center;
    }

    .landing-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    /* On mobile only keep: brand, CTA and the bottom bar */
    .footer-column {
        display: none;
    }

    .footer-brand,
    .footer-cta {
        grid-column: auto;
    }

    .footer-brand p,
    .footer-cta p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-cta .landing-mini-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        text-align: center;
    }

    .footer-bottom div {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    /* Hide "Aviso Legal" on mobile, keep Términos & Política */
    .footer-bottom div a:nth-child(3) {
        display: none;
    }
}

/* ---------- Small mobile ---------- */
@media (max-width: 420px) {
    .landing-hero h1,
    .hero-title {
        font-size: clamp(1.55rem, 8.4vw, 2.4rem);
    }

    .hero-metrics {
        gap: 7px 10px !important;
    }

    .metric-card strong {
        font-size: 0.92rem;
    }

    .metric-card small {
        font-size: 0.7rem;
    }
}

/* =====================================================================
   DIVIDER, HERO SPACING & SMOOTHER SECTION BLEND
   ===================================================================== */

/* Divider under the "Empresas que confían" strip */
.landing-divider {
    width: 100%;
    height: 1px;
    margin: 26px 0 0;
    border: 0;
    background: linear-gradient(90deg, transparent, rgba(117, 155, 179, 0.3), transparent);
}

/* 1rem breathing room between the navbar and the hero, plus at the bottom
   of the main section (desktop). */
/* The hero + trust strip share ONE continuous background on .hero-screen,
   so there is no hard "box" edge between the main section and the rest.
   The whole area fades into #020810 (the page colour of the next section). */
.hero-screen {
    padding-bottom: 1rem;
    background:
        radial-gradient(120% 90% at 76% 34%, rgba(0, 143, 207, 0.16), transparent 62%),
        radial-gradient(90% 70% at 52% 46%, rgba(0, 217, 239, 0.03), transparent 60%),
        linear-gradient(180deg, #03101a 0%, #04111c 42%, #030c14 78%, #020810 100%);
}

.landing-hero {
    padding-top: calc(var(--nav-height) + 1rem);
    border-bottom: none;
    background: transparent !important;
}

.hero-screen .landing-trust {
    background: transparent;
    border-top: none;
    border-bottom: none;
}

@media (max-width: 760px) {
    .landing-hero {
        padding-top: var(--nav-height);
    }

    .hero-screen {
        padding-bottom: 0;
    }

    .testimonial-card {
        padding: 20px 18px;
        column-gap: 16px;
    }

    .testimonial-avatar-wrapper {
        width: 84px;
        height: 84px;
    }
}

/* =====================================================================
   CUSTOM SCROLLBAR — in sync with the site's dark / cyan styling
   ===================================================================== */
html {
    scrollbar-width: thin;
    scrollbar-color: #234955 #040c14;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #040c14;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #1f4250, #163742);
    border: 3px solid #040c14;
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #3ec6d9, #1fb6cc);
}

::-webkit-scrollbar-corner {
    background: #040c14;
}

/* =====================================================================
   SECTION HEADERS FRAMED WITH SIDE LINES (like "Empresas que confían")
   Applies to "Planes de soporte IT", "Somos PampaServers", "Testimonios" and "Nuestro equipo".
   ===================================================================== */
.plans-kicker,
.landing-about-kicker,
.testimonials-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.plans-kicker::before,
.plans-kicker::after,
.landing-about-kicker::before,
.landing-about-kicker::after,
.testimonials-kicker::before,
.testimonials-kicker::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(117, 155, 179, 0.18);
}

/* "Nuestro equipo" — keep it as the section title but framed with lines */
.team .section-title.split-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    margin: 0 0 8px;
    color: var(--neon-cyan);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.team .section-title.split-title::before,
.team .section-title.split-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(117, 155, 179, 0.18);
}

.team .section-title.split-title span {
    white-space: nowrap;
}

.team .section-subtitle {
    display: block;
    margin: 0 auto 28px;
    color: var(--ref-muted) !important;
    font-size: 0.9rem;
    text-align: center;
}

/* =====================================================================
   TEAM CARDS - compact, minimal profile rows
   ===================================================================== */
.team .section-title.centered.split-title,
.team .section-title.centered.split-title span {
    color: var(--ref-cyan) !important;
}

.team .section-title.centered.split-title {
    border: 0 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
}

.team .section-subtitle {
    display: block;
    max-width: none;
    margin: 8px auto 24px !important;
    color: var(--ref-heading) !important;
    font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.testimonials .section-title.centered {
    margin-bottom: 24px !important;
}

.team-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)) !important;
    gap: 14px !important;
    max-width: var(--landing-container);
    margin: 24px auto 0;
}

.team-card {
    position: relative;
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 14px;
    row-gap: 3px;
    align-items: center;
    min-height: 196px !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(117, 155, 179, 0.16) !important;
    border-radius: 8px !important;
    background:
        linear-gradient(180deg, rgba(14, 27, 37, 0.78), rgba(8, 18, 26, 0.92)) !important;
    box-shadow: none !important;
    text-align: left !important;
    overflow: hidden;
    transform: none !important;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.team-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(62, 198, 217, 0.7), transparent);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.team-card:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(62, 198, 217, 0.38) !important;
    background:
        linear-gradient(180deg, rgba(16, 31, 42, 0.86), rgba(9, 20, 29, 0.96)) !important;
}

.team-card:hover::before {
    opacity: 1;
}

.team-card img {
    grid-row: 1 / 3;
    width: 64px !important;
    height: 64px !important;
    margin: 0 !important;
    border: 1px solid rgba(62, 198, 217, 0.55) !important;
    border-radius: 50% !important;
    object-fit: cover;
    box-shadow: none !important;
}

.team-card h3 {
    margin: 0 !important;
    color: #f2f7fb;
    font-size: 0.98rem;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
}

.team-role {
    margin: 3px 0 0 !important;
    color: var(--ref-cyan) !important;
    font-family: Inter, Outfit, Arial, sans-serif !important;
    font-size: 0.68rem !important;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
}

.team-card p:not(.team-role) {
    grid-column: 1 / -1;
    margin: 14px 0 0 !important;
    color: #9facba !important;
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 620px) {
    .team-grid {
        grid-template-columns: 1fr !important;
    }

    .team-card {
        padding: 15px 16px !important;
    }
}

/* =====================================================================
   SERVICES BAND - remove the exposed cyan side block outside the cards
   ===================================================================== */
.services {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 max(36px, calc((100vw - var(--landing-container)) / 2)) 46px !important;
    overflow: hidden;
    background: #020810 !important;
}

.services .services-rule,
.services .grid {
    width: 100%;
    max-width: var(--landing-container);
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 760px) {
    .services {
        padding: 0 16px 38px !important;
    }
}

/* =====================================================================
   TESTIMONIAL CARDS - same compact system as team cards
   ===================================================================== */
.testimonial-carousel {
    min-height: 0 !important;
}

.testimonial-slide {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 14px !important;
}

.testimonial-card {
    position: relative;
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 10px;
    align-items: center;
    min-height: 176px !important;
    padding: 16px 18px !important;
    border: 1px solid rgba(117, 155, 179, 0.16) !important;
    border-radius: 8px !important;
    background:
        linear-gradient(180deg, rgba(14, 27, 37, 0.78), rgba(8, 18, 26, 0.92)) !important;
    box-shadow: none !important;
    overflow: hidden !important;
    transform: none !important;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(62, 198, 217, 0.7), transparent);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.testimonial-card::after,
.testimonial-card .quote {
    content: none !important;
    display: none !important;
}

.testimonial-card:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(62, 198, 217, 0.38) !important;
    background:
        linear-gradient(180deg, rgba(16, 31, 42, 0.86), rgba(9, 20, 29, 0.96)) !important;
}

.testimonial-card:hover::before {
    opacity: 1;
}

.testimonial-avatar-wrapper {
    position: static !important;
    grid-column: 1;
    grid-row: 1;
    width: 64px !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(62, 198, 217, 0.55) !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden;
}

.testimonial-avatar {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover;
}

.testimonial-text {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 2px 0 0 !important;
    color: #9facba !important;
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
    font-style: normal !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-user {
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    margin: 0 !important;
}

.testimonial-user > div {
    display: flex !important;
    flex-direction: column;
    gap: 3px;
}

.testimonial-user strong {
    color: #f2f7fb !important;
    font-size: 0.92rem;
    line-height: 1.12;
    font-weight: 800;
}

.testimonial-user span {
    color: var(--ref-cyan) !important;
    font-size: 0.68rem !important;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-meta {
    margin-top: 2px !important;
    font-size: 0.62rem !important;
    line-height: 1;
    opacity: 0.85 !important;
}

.testimonial-dots {
    margin-top: 18px !important;
}

@media (max-width: 620px) {
    .testimonial-slide {
        grid-template-columns: 1fr !important;
    }

    .testimonial-card {
        padding: 15px 16px !important;
    }
}

/* Remove the extra divider before the team heading. */
.landing-about {
    border-bottom: 0 !important;
}

/* Softer nav contact hover: keep text readable, avoid heavy glow. */
.nav-contact-btn:hover,
.cta-btn.nav-contact-btn:hover {
    color: var(--ref-cyan) !important;
    background: rgba(62, 198, 217, 0.1) !important;
    border-color: rgba(62, 198, 217, 0.72) !important;
    box-shadow: 0 0 0 1px rgba(62, 198, 217, 0.12) !important;
    text-shadow: none !important;
    transform: translateY(-1px);
}

/* Optimized media wrappers and cleaner partner logo strip. */
.hero-visual picture {
    display: contents;
}

.trust-carousel {
    margin-top: 18px !important;
    padding: 4px 0 !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%) !important;
}

.trust-track-static {
    gap: 14px !important;
    animation-duration: 46s !important;
}

.trust-logo-item {
    width: 190px !important;
    min-width: 190px !important;
    height: 42px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 9px;
    padding: 6px 14px 6px 8px;
    overflow: hidden;
    border: 1px solid rgba(117, 155, 179, 0.13);
    border-radius: 999px;
    background:
        radial-gradient(circle at 18% 50%, rgba(62, 198, 217, 0.1), transparent 36%),
        linear-gradient(180deg, rgba(13, 28, 38, 0.72), rgba(7, 17, 25, 0.86));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 8px 18px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
}

.trust-logo-item img {
    justify-self: center;
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: contain;
    padding: 4px;
    border: 1px solid rgba(117, 155, 179, 0.13);
    border-radius: 50%;
    background: rgba(239, 245, 251, 0.08);
    filter: grayscale(1) brightness(1.25) contrast(0.95) !important;
    mix-blend-mode: luminosity !important;
    opacity: 0.76 !important;
}

.trust-logo-item span {
    display: block !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    color: rgba(205, 216, 223, 0.78) !important;
    font-size: 0.62rem !important;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trust-logo-item img + span {
    display: block !important;
}

.trust-logo-item:hover {
    border-color: rgba(62, 198, 217, 0.28);
    background:
        radial-gradient(circle at 18% 50%, rgba(62, 198, 217, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(15, 33, 44, 0.82), rgba(8, 19, 28, 0.92));
}

.trust-logo-item:hover img {
    opacity: 0.92 !important;
}

.trust-logo-item:hover span {
    color: rgba(230, 239, 245, 0.92) !important;
}

.trust-logo-item:not(:has(img)) {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-inline: 16px;
}

.trust-logo-item:not(:has(img)) span {
    text-align: center;
}
