:root {
    --navy: #020b16;
    --navy-2: #061425;
    --ink: #07111f;
    --muted: #647180;
    --line: #dfe7ef;
    --soft: #f6f8fb;
    --white: #ffffff;
    --green: #16c99b;
    --green-2: #079879;
    --blue: #1d76d3;
    --purple: #6b2bb3;
    --shadow: 0 22px 60px rgba(2, 11, 22, .14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.6;
}

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

button,
input,
textarea {
    font: inherit;
}

.section-shell {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}

.site-header,
.page-header,
.dark-band,
.stats-band,
.footer {
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(2, 8, 20, .92) 0%, rgba(2, 8, 20, .74) 48%, rgba(2, 8, 20, .42) 100%),
        url("../img/inicio-fondo.png") center / cover no-repeat;
}

.site-header,
.page-header,
.dark-band,
.footer {
    position: relative;
    overflow: hidden;
}

.site-header::after,
.page-header::after,
.dark-band::after,
.footer::after {
    content: none;
    pointer-events: none;
}

.site-header {
    min-height: 700px;
    background:
        linear-gradient(90deg, rgba(2, 8, 20, .92) 0%, rgba(2, 8, 20, .78) 42%, rgba(2, 8, 20, .36) 100%),
        url("../img/inicio-fondo.png") center / cover no-repeat;
}

.page-header {
    min-height: 390px;
}

.navbar {
    position: relative;
    z-index: 10;
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand img {
    display: block;
    width: clamp(170px, 19vw, 238px);
    height: auto;
    border-radius: 2px;
}

.footer .brand img {
    width: 238px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: .92rem;
    font-weight: 800;
}

.nav-links a {
    position: relative;
    color: rgba(255, 255, 255, .9);
}

.nav-links a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 3px;
    background: var(--green);
    transition: width .2s ease;
}

.nav-links a.active,
.nav-links a:hover {
    color: var(--green);
}

.nav-links a.active::after,
.nav-links a:hover::after {
    width: 100%;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 26px;
    border: 0;
    border-radius: 6px;
    color: var(--white);
    background: linear-gradient(135deg, var(--green), var(--green-2));
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(11, 167, 130, .24);
}

.btn .icon {
    width: 18px;
}

.btn-small {
    min-height: 42px;
    padding: 0 18px;
    font-size: .84rem;
}

.btn-outline {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .42);
    box-shadow: none;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    background: transparent;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: var(--white);
}

.hero {
    position: relative;
    z-index: 2;
    min-height: 540px;
    display: grid;
    grid-template-columns: minmax(390px, .9fr) minmax(520px, 1.1fr);
    align-items: center;
    gap: 28px;
    padding: 30px 0 72px;
}

.page-title {
    position: relative;
    z-index: 2;
    padding: 56px 0 92px;
}

.page-title h1 {
    max-width: 760px;
    margin: 0;
    color: var(--white);
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 1.05;
    font-weight: 950;
}

.page-title p:last-child {
    max-width: 640px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
}

.eyebrow {
    color: var(--green);
    font-size: clamp(1.25rem, 2.3vw, 2rem);
    font-weight: 900;
    margin: 0 0 8px;
}

.hero h1 {
    max-width: 680px;
    margin: 0;
    color: var(--white);
    font-size: clamp(3.05rem, 5.5vw, 5.15rem);
    line-height: .98;
    font-weight: 950;
}

.hero-text {
    max-width: 560px;
    margin: 28px 0 34px;
    color: rgba(255, 255, 255, .88);
    font-size: 1.08rem;
}

.hero-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-visual {
    position: relative;
    min-height: 455px;
}

.circuit-grid {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.laptop {
    position: absolute;
    right: 42px;
    top: -18px;
    width: min(710px, 100%);
    transform: perspective(1100px) rotateX(2deg) rotateY(-7deg);
}

.screen {
    aspect-ratio: 16 / 10;
    border: 7px solid rgba(164, 174, 184, .76);
    border-bottom-width: 10px;
    border-radius: 22px 22px 10px 10px;
    background:
        radial-gradient(circle at 35% 25%, rgba(10, 53, 78, .65), transparent 48%),
        linear-gradient(135deg, #061b2e, #020811);
    display: grid;
    place-items: center;
    color: var(--white);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.screen img {
    width: 62%;
    height: auto;
}

.keyboard {
    height: 38px;
    width: 112%;
    margin-left: -6%;
    border-radius: 8px 8px 34px 34px;
    background: linear-gradient(180deg, #2e353d, #111822);
    box-shadow: 0 22px 30px rgba(0, 0, 0, .38);
}

.phone-mock {
    position: absolute;
    right: 0;
    bottom: 112px;
    width: 166px;
    aspect-ratio: 9 / 17;
    padding: 26px 14px;
    border: 6px solid rgba(178, 186, 194, .9);
    border-radius: 34px;
    background: linear-gradient(160deg, #061a2c, #020912);
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    text-align: center;
    box-shadow: var(--shadow);
}

.phone-mock img {
    width: 130px;
}

.phone-mock span {
    color: var(--green);
    font-size: .78rem;
    font-weight: 800;
}

.why {
    padding: 74px 0 82px;
    text-align: center;
}

.why h2,
.tech h2,
.process h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.title-line {
    width: 78px;
    height: 3px;
    margin: 16px auto 44px;
    background: var(--green);
}

.why-grid,
.services-grid,
.stats-grid,
.values-grid,
.project-grid,
.contact-grid,
.footer-grid,
.plans-grid,
.process-grid {
    display: grid;
    gap: 24px;
}

.why-grid {
    grid-template-columns: repeat(4, 1fr);
}

.why-grid article {
    padding: 20px 24px;
    border-right: 1px solid var(--line);
}

.why-grid article:last-child {
    border-right: 0;
}

.why-grid h3,
.service-card h3,
.project-card h3 {
    margin: 18px 0 8px;
    font-size: 1.12rem;
}

.why-grid p,
.service-card p,
.project-card p,
.about p,
.footer p,
.contact-info p,
.plan-card p,
.process p {
    margin: 0;
    color: var(--muted);
}

.icon {
    width: 28px;
    height: 28px;
}

.icon-box {
    display: inline-grid;
    place-items: center;
    width: 58px;
    aspect-ratio: 1;
    border: 3px solid var(--green);
    border-radius: 15px;
    color: var(--green);
    background: rgba(22, 201, 155, .04);
}

.icon-box.small {
    width: 58px;
    border-width: 2px;
    border-radius: 15px;
}

.icon-box.small .icon {
    width: 26px;
    height: 26px;
}

.icon-box.dark {
    background: rgba(22, 201, 155, .12);
}

.icon-box.stat {
    width: 42px;
    border-width: 2px;
    border-radius: 12px;
    background: transparent;
}

.icon-box.stat .icon {
    width: 22px;
}

.dark-band {
    padding: 88px 0;
}

.dark-band.compact {
    padding: 58px 0;
}

.services-intro {
    margin-top: 0;
}

.section-heading h2,
.projects-heading h2 {
    max-width: 650px;
    margin: 0;
    color: var(--white);
    font-size: clamp(2.25rem, 5vw, 4.6rem);
    line-height: 1.08;
    font-weight: 950;
}

.dark-band.compact .section-heading h2,
.projects-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.section-heading.centered,
.projects-heading {
    text-align: center;
}

.section-heading.centered h2,
.projects-heading h2 {
    margin: 0 auto;
}

.services-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: -52px;
    padding-bottom: 82px;
    position: relative;
    z-index: 2;
}

.services-grid.page-grid {
    margin-top: 0;
    padding-top: 72px;
}

.service-card,
.project-card,
.contact-form,
.plan-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.service-card {
    padding: 38px 32px;
}

.service-card ul,
.plan-card ul {
    padding: 0;
    margin: 24px 0;
    list-style: none;
}

.service-card li {
    margin: 10px 0;
    color: #314254;
}

.service-card li::before {
    content: "+";
    margin-right: 10px;
    color: var(--green);
    font-weight: 950;
}

.service-card a,
.project-card a {
    color: var(--green-2);
    font-weight: 900;
}

.stats-band {
    padding: 66px 0;
}

.stats-grid {
    grid-template-columns: repeat(4, 1fr);
}

.stats-grid article {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.stats-grid strong {
    font-size: 1.6rem;
    line-height: 1;
}

.stats-grid small {
    display: block;
    color: rgba(255, 255, 255, .76);
}

.plans {
    padding: 92px 0 96px;
}

.plans-notice {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 26px;
    padding: 18px 20px;
    border: 1px solid rgba(22, 201, 155, .28);
    border-radius: 8px;
    color: #203247;
    background: rgba(22, 201, 155, .08);
}

.plans-notice strong {
    color: var(--green-2);
    white-space: nowrap;
}

.projects-page-tools {
    padding-top: 38px;
}

.projects-page-tools .filter-pills button {
    color: var(--ink);
    border-color: var(--line);
}

.projects-page-tools .filter-pills button.active {
    color: var(--white);
}

.plans-heading {
    max-width: 720px;
    margin-bottom: 30px;
}

.plans-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.1;
}

.plans-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}

.plan-card {
    padding: 28px;
    overflow: hidden;
    display: grid;
    grid-template-rows: 162px 230px 112px auto minmax(130px, auto);
    gap: 16px;
    align-content: stretch;
}

.plan-title {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: start;
}

.plan-title > span {
    display: grid;
    place-items: center;
    width: 58px;
    aspect-ratio: 1;
    border-radius: 50%;
    color: var(--white);
    background: var(--green-2);
    font-size: 1.8rem;
    font-weight: 950;
}

.plan-card.blue .plan-title > span,
.plan-card.blue .price-box {
    background: linear-gradient(135deg, #2185dc, #1264b8);
}

.plan-card.purple .plan-title > span,
.plan-card.purple .price-box {
    background: linear-gradient(135deg, #7d36c2, #532090);
}

.plan-title h3 {
    margin: 0 0 8px;
    font-size: 1.55rem;
    line-height: 1.08;
    text-transform: uppercase;
}

.price-box {
    margin: 0;
    padding: 18px 18px 20px;
    min-height: 230px;
    border-radius: 8px;
    color: var(--white);
    background: linear-gradient(135deg, var(--green), var(--green-2));
    text-align: center;
    display: grid;
    align-content: center;
}

.price-box small,
.price-box span,
.price-box em {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
}

.price-box strong {
    display: block;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1;
    margin: 8px 0;
}

.price-box em {
    margin: 8px 0 6px;
    font-style: normal;
    color: rgba(255, 255, 255, .88);
    font-size: .95rem;
}

.maintenance,
.plan-extra {
    margin: 0;
    padding: 14px;
    border: 1px solid currentColor;
    border-radius: 8px;
    color: var(--green-2);
    font-weight: 900;
}

.plan-extra {
    font-size: .92rem;
    line-height: 1.45;
    min-height: 0;
    display: flex;
    align-items: center;
}

.plan-extra.is-empty {
    color: transparent;
    border-color: transparent;
    background: transparent;
}

.plan-card.blue .maintenance,
.plan-card.blue .plan-extra {
    color: var(--blue);
}

.plan-card.purple .maintenance,
.plan-card.purple .plan-extra {
    color: var(--purple);
}

.maintenance {
    display: flex;
    align-items: center;
}

.plan-card li {
    display: flex;
    gap: 10px;
    margin: 11px 0;
    color: #17263a;
}

.plan-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plan-card li .icon {
    flex: 0 0 18px;
    width: 18px;
    color: var(--green-2);
}

.plan-card.purple li .icon {
    color: var(--purple);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px;
    align-items: center;
    padding: 64px 0;
}

.about-content h3 {
    margin: 0 0 22px;
    font-size: 1.45rem;
}

.workspace-visual {
    min-height: 285px;
    border-radius: 8px;
    background:
        linear-gradient(115deg, rgba(255,255,255,.3), rgba(255,255,255,0)),
        linear-gradient(135deg, #e8eef3, #fbfbfc);
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 1px var(--line);
}

.code-window {
    width: min(440px, 88%);
    padding: 20px;
    border-radius: 8px;
    background: #061425;
    color: var(--green);
    box-shadow: var(--shadow);
}

.code-window span {
    display: inline-block;
    width: 11px;
    aspect-ratio: 1;
    margin-right: 6px;
    border-radius: 50%;
    background: #e15d5d;
}

.code-window span:nth-child(2) {
    background: #f6c95d;
}

.code-window span:nth-child(3) {
    background: var(--green);
}

.code-window pre {
    margin: 22px 0 0;
    color: #d8fff5;
    font-size: 1.15rem;
}

.values-row {
    background: var(--navy);
    color: var(--white);
}

.values-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 34px 0;
}

.values-grid article {
    padding-right: 28px;
    border-right: 1px solid rgba(255, 255, 255, .14);
}

.values-grid article:last-child {
    border-right: 0;
}

.values-grid h3 {
    margin: 0 0 10px;
}

.values-grid p {
    color: rgba(255, 255, 255, .74);
}

.tech {
    padding: 48px 0;
    text-align: center;
}

.tech-strip {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.tech-strip span {
    min-width: 132px;
    min-height: 86px;
    padding: 14px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #233449;
    font-weight: 900;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tech-strip img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.filter-pills {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-pills button {
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 5px;
    color: var(--white);
    background: transparent;
    cursor: pointer;
}

.filter-pills button.active {
    background: var(--green);
    border-color: var(--green);
}

.project-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 34px 0 84px;
}

.project-card {
    overflow: hidden;
}

.project-image {
    height: 170px;
    background:
        linear-gradient(135deg, rgba(2, 11, 22, .08), rgba(2, 11, 22, .3)),
        linear-gradient(120deg, #dfe8ee, #7f9caf);
    position: relative;
}

.project-image::before,
.project-image::after {
    content: "";
    position: absolute;
    border-radius: 3px;
    background: rgba(255, 255, 255, .55);
}

.project-image::before {
    width: 70%;
    height: 44%;
    left: 14%;
    bottom: 22%;
}

.project-image::after {
    width: 42%;
    height: 20%;
    left: 28%;
    top: 18%;
}

.project-image.realestate { background: linear-gradient(120deg, #e9c28c, #83613f); }
.project-image.transport { background: linear-gradient(120deg, #c8d5da, #4a5e68); }
.project-image.legal { background: linear-gradient(120deg, #9fafbd, #1b2a37); }
.project-image.food { background: linear-gradient(120deg, #ecb66b, #802c1b); }
.project-image.construction { background: linear-gradient(120deg, #d7d3ca, #64717b); }

.project-body {
    padding: 18px 20px 22px;
}

.process {
    padding: 52px 0 86px;
    text-align: center;
}

.process-grid {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 28px;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 18px;
}

.process article {
    padding: 8px 12px;
}

.process article span {
    display: inline-grid;
    place-items: center;
    width: 36px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--green);
    color: var(--white);
    font-weight: 950;
}

.process h3 {
    margin: 10px 0 6px;
    text-transform: uppercase;
    font-size: .94rem;
}

.contact-grid {
    grid-template-columns: .85fr 1.15fr;
    align-items: start;
    padding: 54px 0;
}

.contact-info {
    display: grid;
    gap: 28px;
}

.contact-info article {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.contact-form {
    padding: 34px;
}

.contact-form h3 {
    margin: 0 0 22px;
    font-size: 1.35rem;
}

.contact-form label {
    display: block;
    margin-bottom: 14px;
}

.contact-form label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 15px 16px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 2px solid rgba(22, 201, 155, .2);
    border-color: var(--green);
}

.map-visual {
    height: 170px;
    display: grid;
    place-items: center;
    color: var(--ink);
    font-weight: 900;
    background:
        linear-gradient(90deg, rgba(12, 126, 99, .14) 1px, transparent 1px),
        linear-gradient(0deg, rgba(12, 126, 99, .14) 1px, transparent 1px),
        #eaf2ef;
    background-size: 36px 36px;
}

.map-visual span {
    padding: 10px 16px;
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0 8px 22px rgba(2, 11, 22, .12);
}

.map-visual span::before {
    content: "";
    display: inline-block;
    width: 12px;
    aspect-ratio: 1;
    margin-right: 8px;
    border-radius: 50% 50% 50% 0;
    background: #e23d34;
    transform: rotate(-45deg);
}

.real-map {
    width: min(1180px, calc(100% - 44px));
    height: clamp(220px, 24vw, 320px);
    margin: 0 auto 64px;
    background: #eaf2ef;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    border-top: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(2, 11, 22, .08);
}

.real-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.footer {
    padding-bottom: 88px;
}

.footer-cta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 38px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-cta h2 {
    margin: 0 0 6px;
}

.footer-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: 1.6fr .7fr .9fr 1fr;
    padding: 42px 0;
}

.footer-grid h3 {
    margin: 0 0 12px;
}

.footer-grid a {
    display: block;
    margin: 8px 0;
    color: rgba(255, 255, 255, .74);
}

.footer-grid p,
.copyright {
    color: rgba(255, 255, 255, .72);
}

.copyright {
    position: relative;
    z-index: 1;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    text-align: center;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 22;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
}

.whatsapp-float span {
    max-width: 230px;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--navy);
    box-shadow: 0 12px 34px rgba(2, 11, 22, .24);
    font-weight: 800;
}

.is-scrolled .whatsapp-float span {
    display: none;
}

.whatsapp-float > .icon {
    width: 58px;
    height: 58px;
    padding: 14px;
    border-radius: 50%;
    color: var(--white);
    background: #20c463;
    box-shadow: 0 16px 36px rgba(32, 196, 99, .32);
}

@media (max-width: 1020px) {
    .nav-links {
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        display: none;
        padding: 18px;
        border-radius: 8px;
        background: rgba(2, 11, 22, .98);
        box-shadow: var(--shadow);
    }

    .nav-links.open {
        display: grid;
    }

    .menu-toggle {
        display: block;
    }

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

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

    .why-grid,
    .services-grid,
    .stats-grid,
    .values-grid,
    .project-grid,
    .footer-grid,
    .plans-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .plan-card {
        grid-template-rows: auto;
    }

    .plan-extra {
        min-height: 0;
    }

    .about-content,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .whatsapp-float { bottom: 20px; }
}

@media (max-width: 680px) {
    .section-shell,
    .navbar {
        width: min(100% - 28px, 1180px);
    }

    .site-header {
        min-height: auto;
    }

    .brand img {
        width: 190px;
    }

    .hero {
        padding-top: 28px;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero-actions,
    .footer-cta {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

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

    .laptop {
        right: 18px;
        width: 88%;
    }

    .phone-mock {
        width: 112px;
        right: 4px;
        bottom: 24px;
    }

    .phone-mock img {
        width: 92px;
    }

    .why-grid,
    .services-grid,
    .stats-grid,
    .values-grid,
    .project-grid,
    .footer-grid,
    .plans-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .why-grid article,
    .values-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .values-grid article {
        border-bottom-color: rgba(255, 255, 255, .12);
        padding-bottom: 22px;
    }

    .whatsapp-float span {
        display: none;
    }
}
