:root {
    --blue: #0922a4;
    --orange: #ff7900;
    --text: #3f3f3f;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

body {
    margin: 0;
    background: var(--white);
    color: var(--text);
    font-family: "Montserrat", Arial, sans-serif;
}

body.is-loading {
    overflow: hidden;
}

.page-loader {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    opacity: 1;
    visibility: visible;
    transition: opacity 650ms ease, visibility 650ms ease;
}

.page-loader.is-finished {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-loader__logo {
    width: 150px;
    height: 98px;
    object-fit: cover;
    object-position: center;
    animation: loader-logo-pulse 1.4s ease-in-out infinite;
}

.page-loader__bar {
    width: 190px;
    height: 4px;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8e8e8;
}

.page-loader__bar span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0922a4, #1239d5, #ff8a00);
    transform: scaleX(0);
    transform-origin: left;
    animation: loader-progress 3s cubic-bezier(0.2, 0.75, 0.3, 1) forwards;
}

.page-loader p {
    margin: 13px 0 0;
    color: #0922a4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

@keyframes loader-progress {
    to { transform: scaleX(1); }
}

@keyframes loader-logo-pulse {
    0%, 100% { opacity: 0.6; transform: scale(0.97); }
    50% { opacity: 1; transform: scale(1); }
}

.whatsapp-float {
    position: fixed;
    z-index: 1000;
    right: clamp(18px, 2.2vw, 36px);
    bottom: clamp(18px, 2.2vw, 36px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: #08c840;
    color: #ffffff;
    box-shadow: 0 0 10px #08e84a, 0 0 24px rgba(8, 232, 74, 0.8), 0 0 44px rgba(8, 232, 74, 0.55);
    text-decoration: none;
    animation: whatsapp-neon-pulse 1.65s ease-in-out infinite;
    transition: transform 180ms ease, filter 180ms ease;
}

.whatsapp-float:hover {
    filter: brightness(1.12);
    transform: scale(1.1);
}

.whatsapp-float:focus-visible {
    outline: 3px solid #0922a4;
    outline-offset: 4px;
}

.whatsapp-float svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@keyframes whatsapp-neon-pulse {
    0%, 100% {
        box-shadow: 0 0 8px #08e84a, 0 0 18px rgba(8, 232, 74, 0.7), 0 0 32px rgba(8, 232, 74, 0.42);
        scale: 1;
    }
    50% {
        box-shadow: 0 0 14px #25ff68, 0 0 32px rgba(37, 255, 104, 0.9), 0 0 55px rgba(37, 255, 104, 0.65);
        scale: 1.08;
    }
}

.reveal-item {
    opacity: 0;
    translate: 0 34px;
    transition-property: opacity, translate;
    transition-duration: 650ms;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0ms;
    will-change: opacity, translate;
}

.reveal-item.is-visible {
    opacity: 1;
    translate: 0 0;
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal-item.is-above:not(.is-visible) {
    translate: 0 -34px;
}

.hero {
    display: grid;
    grid-template-columns: 56% 44%;
    min-height: 100vh;
    overflow: hidden;
    background: var(--white);
}

.hero__content {
    display: flex;
    flex-direction: column;
    width: 81.7%;
    margin-left: auto;
    padding: clamp(42px, 6.3vh, 67px) 10.2% clamp(38px, 6vh, 62px) 0;
}

.hero__logo {
    width: 108px;
    height: 71px;
    margin: 0 0 clamp(29px, 5.1vh, 54px) -5px;
    object-fit: cover;
    object-position: center;
}

.hero__copy h1 {
    margin: 0;
    color: var(--blue);
    font-size: clamp(39px, 2.8vw, 56px);
    font-weight: 800;
    line-height: 1.11;
    letter-spacing: -1.35px;
}

.hero__title-highlight {
    color: #1239d5;
}

.hero__copy p {
    margin: clamp(20px, 2.8vh, 29px) 0 17px;
    color: var(--text);
    font-size: clamp(14px, 1.02vw, 19px);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.3px;
}

.hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 7px 21px 7px 13px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff6500 0%, #ff8300 48%, #ffa000 100%);
    color: #343434;
    font-size: clamp(19px, 1.45vw, 25px);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, filter 180ms ease;
}

.hero__cta:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.hero__cta:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 3px;
}

.hero__cta-icon {
    position: relative;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    background: #3d4d4b;
}

.hero__cta-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid var(--orange);
    transform: translate(-42%, -50%);
}

.hero__image {
    position: relative;
    min-height: 100%;
    background-color: #ffffff;
    background-image: url("assets/fotohero.png");
    background-position: right center;
    background-size: auto 110%;
    background-repeat: no-repeat;
}

.hero__image::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0 auto 0 -2px;
    width: clamp(120px, 11vw, 210px);
    pointer-events: none;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #ffffff 14%,
        rgba(255, 255, 255, 0.96) 30%,
        rgba(255, 255, 255, 0.7) 55%,
        rgba(255, 255, 255, 0.25) 80%,
        rgba(255, 255, 255, 0) 100%
    );
}

.credentials-ticker {
    width: 100%;
    height: 44px;
    overflow: hidden;
    background: #071d9f;
    color: #ffffff;
}

.credentials-ticker__track {
    display: flex;
    width: max-content;
    height: 100%;
}

.credentials-ticker__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 100vw;
    padding-inline: clamp(32px, 7.2vw, 138px);
    gap: clamp(42px, 6.3vw, 120px);
    will-change: transform;
    animation: ticker-scroll 18s linear infinite;
}

.credentials-ticker__group span {
    flex-shrink: 0;
    font-size: clamp(13px, 1.04vw, 16px);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

@keyframes ticker-scroll {
    to {
        transform: translateX(-100%);
    }
}

.about {
    padding: 35px 24px 37px;
    background: #ffffff;
    color: #3e3e3e;
    text-align: center;
}

.about__container {
    width: min(100%, 1180px);
    margin-inline: auto;
}

.about__eyebrow {
    margin: 0 0 17px;
    color: #0922a4;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.about h2 {
    margin: 0;
    font-size: clamp(32px, 3.05vw, 50px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.2px;
}

.about__description {
    margin-top: 20px;
}

.about__description p {
    margin: 0 0 13px;
    font-size: clamp(13px, 1.05vw, 16px);
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: -0.22px;
}

.about__description p:last-child {
    margin-bottom: 0;
}

.about__stats {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 1030px);
    margin: 39px auto 0;
}

.about__stats::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 12%;
    left: 12%;
    height: 7px;
    background: linear-gradient(90deg, #ff6b00, #ffa000);
    transform: translateY(-50%);
}

.about__stat {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 224px;
    min-height: 120px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #071d9f;
    color: #ffffff;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.about__stat:hover {
    z-index: 2;
    transform: translateY(-9px);
    box-shadow: 0 14px 24px rgba(7, 29, 159, 0.24);
}

.card-icon {
    display: inline-flex;
    color: currentColor;
}

.card-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about__stat-icon {
    position: static;
    width: 27px;
    height: 27px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.78);
}

.about__stat strong {
    font-size: clamp(30px, 2.75vw, 43px);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -1px;
}

.about__stat > span:not(.about__stat-icon) {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.services {
    padding: 45px 24px 47px;
    background: #ffffff;
    color: #3e3e3e;
    text-align: center;
}

.services__container {
    width: min(100%, 1120px);
    margin-inline: auto;
}

.services__eyebrow {
    margin: 0 0 10px;
    color: #0922a4;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.services h2 {
    margin: 0;
    font-size: clamp(33px, 3.1vw, 48px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -1.4px;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 28px;
}

.service-card {
    position: relative;
    min-height: 137px;
    padding: 17px 18px;
    border-radius: 14px;
    background: linear-gradient(105deg, #1177ff 0%, #0751df 40%, #0826ad 100%);
    color: #ffffff;
    text-align: left;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
    z-index: 2;
    transform: translateY(-9px);
    box-shadow: 0 14px 24px rgba(7, 38, 173, 0.25);
}

.service-card__icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 29px;
    height: 29px;
    color: rgba(255, 255, 255, 0.72);
}

.service-card h3,
.service-card p {
    position: relative;
    z-index: 1;
}

.service-card h3 {
    padding-right: 30px;
}

.service-card h3 {
    margin: 0;
    font-size: clamp(16px, 1.38vw, 21px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.3px;
}

.service-card p {
    margin: 12px 0 0;
    font-size: clamp(11px, 0.92vw, 14px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.15px;
}

.services__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    margin-top: 46px;
    padding: 5px 20px 5px 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff6500 0%, #ff8300 48%, #ffa000 100%);
    color: #343434;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, filter 180ms ease;
}

.services__cta:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.services__cta:focus-visible {
    outline: 3px solid #0922a4;
    outline-offset: 3px;
}

.services__cta-icon {
    position: relative;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    border-radius: 50%;
    background: #3d4d4b;
}

.services__cta-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #ff8b00;
    transform: translate(-42%, -50%);
}

.why {
    display: grid;
    grid-template-columns: 36.5% 63.5%;
    min-height: 560px;
    background: #0b3bbd;
}

.why__image {
    min-height: 560px;
    background: url("assets/fotowhyaboutus.png") center center / cover no-repeat;
}

.why__content {
    display: flex;
    align-items: center;
    padding: 44px clamp(32px, 5vw, 92px) 42px clamp(72px, 7vw, 132px);
    background: linear-gradient(115deg, #0756df 0%, #0837bc 48%, #0925a1 100%);
    color: #ffffff;
}

.why__content-inner {
    width: min(100%, 680px);
}

.why__eyebrow {
    margin: 0 0 15px;
    color: #ff8a00;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

.why h2 {
    margin: 0;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.1px;
    text-align: center;
}

.why__intro {
    margin: 8px 0 0;
    font-size: clamp(13px, 1.08vw, 16px);
    font-weight: 500;
    line-height: 1.08;
    text-align: center;
}

.why__list {
    position: relative;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.why__list::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 3px;
    width: 2px;
    background: #ff9400;
}

.why__list li {
    position: relative;
    margin-bottom: 17px;
    padding-left: 20px;
    font-size: clamp(13px, 1.05vw, 16px);
    font-weight: 500;
    line-height: 1.08;
}

.why__list li:last-child {
    margin-bottom: 0;
}

.why__list li::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff9400;
    transform: translateY(-50%);
}

.why__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: max-content;
    min-height: 39px;
    margin: 35px auto 0;
    padding: 5px 22px 5px 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff6500, #ffa000);
    color: #303b3a;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, filter 180ms ease;
}

.why__cta:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.why__cta:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

.why__cta svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.process {
    padding: 36px 24px 42px;
    background: #ffffff;
    color: #353535;
    text-align: center;
}

.process__container {
    width: min(100%, 900px);
    margin-inline: auto;
}

.process h2 {
    margin: 0;
    font-size: clamp(34px, 3.15vw, 49px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.3px;
}

.process__steps {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 16px 20px;
    margin: 29px 0 0;
    padding: 0;
    list-style: none;
}

.process__steps li {
    width: max-content;
    max-width: 100%;
    padding: 5px 21px 6px;
    border-radius: 11px;
    background: linear-gradient(90deg, #ff7a00, #ff9800);
    color: #303535;
    font-size: clamp(16px, 1.55vw, 22px);
    font-weight: 500;
    line-height: 1;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.process__steps li:hover {
    position: relative;
    z-index: 2;
    transform: translateY(-7px);
    box-shadow: 0 12px 20px rgba(255, 122, 0, 0.25);
}

.process__steps li:nth-child(n + 3) {
    grid-column: 1 / -1;
    justify-self: center;
}

.process__cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    margin-top: 30px;
    padding: 4px 15px 4px 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0613c4, #1019ee);
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, filter 180ms ease;
}

.process__cta:hover {
    filter: brightness(1.13);
    transform: translateY(-2px);
}

.process__cta:focus-visible {
    outline: 3px solid #ff8500;
    outline-offset: 3px;
}

.process__cta svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.budget {
    padding: 58px 24px 64px;
    background: #ffffff;
}

.budget__container {
    display: flex;
    align-items: center;
    width: min(100%, 1030px);
    margin-inline: auto;
}

.budget__image {
    width: 52%;
    aspect-ratio: 1 / 1.02;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}

.budget__card {
    position: relative;
    z-index: 1;
    width: 49.5%;
    margin-left: -5.5%;
    padding: 37px 27px 27px;
    border-radius: 5px;
    background: #454545;
    color: #ffffff;
}

.budget__card h2 {
    margin: 0;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.7px;
}

.budget__card p {
    margin: 24px 0 0;
    font-size: clamp(16px, 1.55vw, 23px);
    font-weight: 500;
    line-height: 1.1;
}

.budget__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 39px;
    margin: 26px 0 0 35px;
    padding: 5px 17px 5px 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #02db18, #00951c);
    color: #ffffff;
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, filter 180ms ease;
}

.budget__cta:hover {
    filter: brightness(1.1);
    transform: translateY(-3px);
}

.budget__cta:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

.budget__cta svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer {
    background: #2d2d2d;
    color: #ffffff;
}

.footer__main {
    min-height: 422px;
    padding: 42px 24px 46px;
}

.footer__tagline {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

.footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: min(100%, 880px);
    margin: 62px auto 0;
}

.footer__logo {
    width: 280px;
    height: 184px;
    justify-self: start;
    object-fit: cover;
    object-position: center;
}

.footer__contact {
    justify-self: end;
    width: 280px;
    font-style: normal;
}

.footer__contact p {
    margin: 0;
}

.footer__crea {
    margin-bottom: 18px !important;
    font-size: 16px;
    font-weight: 500;
}

.footer__contact-group {
    margin-top: 17px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.17;
}

.footer__contact-group strong {
    display: block;
    color: #ffa000;
    font-weight: 600;
}

.footer__contact-group a,
.footer__contact-group span {
    color: #ffffff;
    text-decoration: none;
}

.footer__contact-group a:hover {
    text-decoration: underline;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 8px max(7vw, 24px);
    background: linear-gradient(90deg, #ff7a00, #ff9b00);
    color: #1f2529;
}

.footer__bottom p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.footer__nitech {
    color: inherit;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    text-decoration: none;
    transition: transform 180ms ease, opacity 180ms ease;
}

.footer__nitech:hover {
    opacity: 0.78;
    transform: translateY(-2px);
}

.footer__nitech:focus-visible {
    outline: 3px solid #1f2529;
    outline-offset: 3px;
}

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

    .hero__content {
        width: 100%;
        max-width: none;
        padding: 34px 7vw 45px;
    }

    .hero__logo {
        margin-bottom: 29px;
    }

    .hero__copy h1 {
        font-size: clamp(36px, 8vw, 54px);
    }

    .hero__copy p {
        max-width: 580px;
        font-size: 15px;
        line-height: 1.28;
    }

    .hero__image {
        min-height: min(125vw, 720px);
        background-position: center bottom;
        background-size: cover;
    }

    .hero__image::before {
        inset: -1px 0 auto;
        width: 100%;
        height: 48px;
        background: linear-gradient(
            180deg,
            #ffffff 0%,
            rgba(255, 255, 255, 0.7) 42%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    .credentials-ticker__group {
        min-width: max-content;
        padding-inline: 32px;
        gap: 52px;
    }

    .about {
        padding-block: 55px;
    }

    .about__desktop-break {
        display: none;
    }

    .about__description p {
        line-height: 1.35;
    }

    .about__stats {
        flex-direction: column;
        gap: 24px;
        margin-top: 40px;
    }

    .about__stats::before {
        top: 8%;
        bottom: 8%;
        left: 50%;
        width: 7px;
        height: auto;
        transform: translateX(-50%);
    }

    .about__stat {
        width: min(100%, 280px);
        min-height: 104px;
    }

    .services__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card {
        min-height: 155px;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .service-card p {
        font-size: 14px;
        line-height: 1.25;
    }

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

    .why__image {
        min-height: min(100vw, 600px);
        background-position: center 42%;
    }

    .why__content {
        padding: 55px 7vw;
    }

    .why__intro br {
        display: none;
    }

    .budget__container {
        flex-direction: column;
        width: min(100%, 620px);
    }

    .budget__image {
        width: 88%;
    }

    .budget__card {
        width: 100%;
        margin: -45px 0 0;
        padding: 40px 7vw 35px;
    }

    .budget__card p br {
        display: none;
    }

    .footer__main {
        padding-block: 52px;
    }

    .footer__content {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-top: 45px;
    }

    .footer__logo,
    .footer__contact {
        justify-self: center;
    }

    .footer__contact {
        text-align: center;
    }
}

@media (max-width: 520px) {
    .hero__content {
        padding-inline: 24px;
    }

    .whatsapp-float {
        right: 17px;
        bottom: 17px;
        width: 56px;
        height: 56px;
    }

    .whatsapp-float svg {
        width: 32px;
        height: 32px;
    }

    .hero__logo {
        width: 80px;
        height: 52px;
    }

    .hero__copy h1 {
        font-size: clamp(32px, 9.2vw, 44px);
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .desktop-break {
        display: none;
    }

    .hero__cta {
        min-height: 43px;
        font-size: 18px;
    }

    .services {
        padding-inline: 20px;
    }

    .services h2 br {
        display: none;
    }

    .services h2 {
        line-height: 1.15;
    }

    .services__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .service-card {
        min-height: 145px;
        padding: 22px;
    }

    .services__cta {
        margin-top: 32px;
    }

    .why__content {
        padding: 46px 24px 50px;
    }

    .why h2 br {
        display: none;
    }

    .why__list li {
        margin-bottom: 20px;
        line-height: 1.25;
    }

    .why__cta {
        width: 100%;
        font-size: 18px;
    }

    .process {
        padding: 48px 20px;
    }

    .process__steps {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .process__steps li,
    .process__steps li:nth-child(n + 3) {
        grid-column: 1;
        justify-self: stretch;
        width: 100%;
        padding: 10px 14px;
        font-size: 16px;
        line-height: 1.2;
    }

    .budget {
        padding: 48px 20px;
    }

    .budget__image {
        width: 94%;
    }

    .budget__card h2 br {
        display: none;
    }

    .budget__cta {
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }

    .footer__tagline {
        font-size: 11px;
        line-height: 1.4;
        letter-spacing: 2.5px;
    }

    .footer__logo {
        width: 240px;
        height: 158px;
    }

    .footer__contact {
        width: 100%;
    }

    .footer__bottom {
        flex-direction: column;
        gap: 9px;
        padding-block: 13px;
        text-align: center;
    }

    .footer__bottom p {
        font-size: 13px;
    }

    .footer__nitech {
        font-size: 29px;
    }
}
