.modular-hero {
    --mh-teal: #13d4df;
    --mh-teal-deep: #00939f;
    --mh-white: #ffffff;
    --mh-muted: rgba(255, 255, 255, 0.84);
    --mh-panel: rgba(4, 24, 39, 0.72);

    position: relative;
    overflow: hidden;
    min-height: 460px;
    color: var(--mh-white);
    font-family: Poppins, sans-serif;
    background:
        linear-gradient(90deg, rgba(2, 13, 25, 0.98) 0%, rgba(2, 13, 25, 0.95) 35%, rgba(2, 13, 25, 0.6) 52%, rgba(2, 13, 25, 0.08) 100%),
        linear-gradient(180deg, rgba(2, 13, 25, 0.22), rgba(2, 13, 25, 0.58)),
        var(--modular-hero-bg) right center / cover no-repeat;
    isolation: isolate;
}

.modular-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 50% 50%, rgba(19, 212, 223, 0.4) 1px, transparent 2px) 43% 36% / 12px 12px no-repeat,
        radial-gradient(circle at 52% 42%, rgba(19, 212, 223, 0.25) 1px, transparent 2px) 49% 42% / 11px 11px no-repeat;
    opacity: 0.5;
}

.modular-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62%;
    height: 100%;
    z-index: -1;
    background:
        radial-gradient(circle at 0 100%, rgba(19, 212, 223, 0.18), transparent 28%),
        linear-gradient(180deg, transparent 0%, rgba(0, 169, 181, 0.1) 100%);
}

.modular-hero__speckles,
.modular-hero__glow {
    display: none;
}

.modular-hero__inner {
    width: min(calc(100% - 84px), 1320px);
    min-height: 460px;
    margin: 0 auto;
    padding: 38px 0 34px;
    display: flex;
    align-items: center;
}

.modular-hero__content {
    width: min(100%, 690px);
}

.modular-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(13px, 0.9vw, 18px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: none;
}

.modular-hero__eyebrow::after {
    content: "";
    width: 92px;
    height: 2px;
    background: linear-gradient(90deg, var(--mh-teal), transparent);
    box-shadow: 0 0 16px rgba(19, 212, 223, 0.7);
}

.modular-hero__title {
    max-width: 735px;
    margin: 0;
    color: var(--mh-white);
    font-family: Poppins, sans-serif;
    font-size: clamp(30px, 2.25vw, 42px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.72);
}

.modular-hero__title span {
    display: block;
    margin-top: 8px;
    color: var(--mh-teal);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-shadow: 0 0 24px rgba(19, 212, 223, 0.32);
}

.modular-hero__copy {
    max-width: 600px;
    margin: 15px 0 0;
    color: var(--mh-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}

.modular-hero__copy strong {
    color: inherit;
    font-weight: 400;
}

.modular-hero__divider {
    width: 92px;
    height: 3px;
    margin: 16px 0 18px;
    background: var(--mh-teal);
    box-shadow: 0 0 18px rgba(19, 212, 223, 0.75);
}

.modular-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 22px;
}

.modular-hero__button {
    position: relative;
    overflow: hidden;
    min-width: 208px;
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--mh-white) !important;
    border-radius: 10px;
    font-size: clamp(13px, 0.82vw, 16px);
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    letter-spacing: 0;
    isolation: isolate;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.modular-hero__button::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 42%);
    opacity: 0.55;
    pointer-events: none;
}

.modular-hero__button::after {
    content: "";
    position: absolute;
    top: -80%;
    left: -35%;
    width: 42%;
    height: 260%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
    transform: rotate(18deg) translateX(-120%);
    transition: transform 0.55s ease;
    pointer-events: none;
}

.modular-hero__button i {
    font-size: 16px;
    transition: transform 0.25s ease;
}

.modular-hero__button--primary {
    background:
        linear-gradient(135deg, #23e1e5 0%, #0bb4be 48%, #067f8e 100%);
    border: 1px solid rgba(119, 246, 250, 0.86);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        inset 0 -12px 24px rgba(0, 68, 76, 0.2),
        0 14px 28px rgba(0, 201, 212, 0.2),
        0 0 0 1px rgba(19, 212, 223, 0.1);
}

.modular-hero__button--outline {
    background:
        linear-gradient(135deg, rgba(4, 25, 39, 0.78), rgba(2, 12, 24, 0.48));
    border: 1px solid rgba(67, 230, 238, 0.9);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 0 24px rgba(19, 212, 223, 0.06),
        0 12px 24px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(19, 212, 223, 0.08);
}

.modular-hero__button:hover {
    color: var(--mh-white) !important;
    transform: translateY(-3px);
}

.modular-hero__button:hover::after {
    transform: rotate(18deg) translateX(360%);
}

.modular-hero__button:hover i {
    transform: translateX(4px);
}

.modular-hero__button--primary:hover {
    background:
        linear-gradient(135deg, #35f2f4 0%, #10c8d1 45%, #078c9b 100%);
    border-color: rgba(186, 255, 255, 0.95);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -12px 24px rgba(0, 68, 76, 0.18),
        0 18px 34px rgba(0, 201, 212, 0.28),
        0 0 24px rgba(19, 212, 223, 0.2);
}

.modular-hero__button--outline:hover {
    background:
        linear-gradient(135deg, rgba(8, 42, 58, 0.88), rgba(4, 20, 34, 0.64));
    border-color: rgba(170, 255, 255, 0.98);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        inset 0 0 28px rgba(19, 212, 223, 0.1),
        0 18px 34px rgba(0, 0, 0, 0.28),
        0 0 22px rgba(19, 212, 223, 0.14);
}

@media (max-width: 1400px) {
    .modular-hero {
        min-height: 450px;
    }

    .modular-hero__inner {
        width: min(calc(100% - 48px), 1100px);
        min-height: 450px;
    }

    .modular-hero__content {
        width: min(100%, 650px);
    }

}

@media (max-width: 991px) {
    .modular-hero {
        min-height: 480px;
        background:
            linear-gradient(90deg, rgba(2, 13, 25, 0.98) 0%, rgba(2, 13, 25, 0.93) 58%, rgba(2, 13, 25, 0.64) 100%),
            linear-gradient(180deg, rgba(2, 13, 25, 0.2), rgba(2, 13, 25, 0.76)),
            var(--modular-hero-bg) 64% center / cover no-repeat;
    }

    .modular-hero__inner {
        width: calc(100% - 40px);
        min-height: 480px;
        padding: 42px 0;
    }

    .modular-hero__content {
        width: min(100%, 620px);
    }

    .modular-hero__eyebrow {
        gap: 12px;
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .modular-hero__eyebrow::after {
        width: 62px;
    }

    .modular-hero__title {
        max-width: 590px;
        font-size: clamp(28px, 4.8vw, 42px);
        line-height: 1.18;
    }

    .modular-hero__copy {
        max-width: 540px;
        font-size: 15px;
        line-height: 1.58;
    }

    .modular-hero__button {
        min-width: 190px;
        min-height: 46px;
    }
}

@media (max-width: 640px) {
    .modular-hero {
        min-height: 430px;
        background:
            linear-gradient(90deg, rgba(2, 13, 25, 0.98) 0%, rgba(2, 13, 25, 0.94) 100%),
            linear-gradient(180deg, rgba(2, 13, 25, 0.16), rgba(2, 13, 25, 0.78)),
            var(--modular-hero-bg) 68% center / cover no-repeat;
    }

    .modular-hero__inner {
        width: calc(100% - 28px);
        min-height: 430px;
        padding: 34px 0;
    }

    .modular-hero__eyebrow {
        max-width: 100%;
        gap: 10px;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 1.4;
    }

    .modular-hero__eyebrow::after {
        width: 36px;
        flex: 1 0 36px;
    }

    .modular-hero__title {
        max-width: 100%;
        font-size: 25px;
        line-height: 1.2;
    }

    .modular-hero__title span {
        margin-top: 6px;
        font-size: inherit;
        line-height: inherit;
    }

    .modular-hero__copy {
        max-width: 100%;
        margin-top: 13px;
        font-size: 14px;
        line-height: 1.55;
    }

    .modular-hero__divider {
        width: 70px;
        margin: 14px 0 0;
    }

    .modular-hero__actions {
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
    }

    .modular-hero__button {
        width: min(100%, 260px);
        min-width: 0;
        min-height: 46px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .modular-hero {
        min-height: 405px;
    }

    .modular-hero__inner {
        min-height: 405px;
        padding: 30px 0;
    }

    .modular-hero__title {
        font-size: 22px;
    }

    .modular-hero__copy {
        font-size: 13px;
    }
}

.modular-content-section {
    padding: 32px 46px 42px;
    color: #071f2a;
    background: #ffffff;
    font-family: Poppins, sans-serif;
}

.modular-content-section__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 56px;
}

.modular-content-section__block + .modular-content-section__block {
    margin-top: 38px;
}

.modular-content-section h2 {
    margin: 0 0 14px;
    color: #082b36;
    font-size: clamp(24px, 1.85vw, 32px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.modular-content-section .services-heading {
    margin-top: 34px;
}

.modular-content-section p {
    max-width: 1500px;
    margin: 0 0 20px;
    color: #0b0f12;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.modular-content-section__list {
    display: grid;
    gap: 14px;
    max-width: 1500px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.modular-content-section__list li {
    position: relative;
    padding-left: 28px;
    color: #0b0f12;
    font-size: 15.5px;
    line-height: 1.55;
}

.modular-content-section__list li::before {
    content: "\f105";
    position: absolute;
    top: 1px;
    left: 0;
    color: #082b36;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 700;
}

.modular-content-section__list strong {
    color: #05090c;
    font-weight: 800;
}

@media (max-width: 991px) {
    .modular-content-section {
        padding: 28px 24px 34px;
    }

    .modular-content-section__inner {
        padding: 0 10px;
    }

    .modular-content-section p {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .modular-content-section {
        padding: 24px 14px 28px;
    }

    .modular-content-section__inner {
        padding: 0;
    }

    .modular-content-section__block + .modular-content-section__block {
        margin-top: 30px;
    }

    .modular-content-section h2 {
        font-size: 23px;
    }

    .modular-content-section p {
        margin-bottom: 17px;
        font-size: 14px;
        line-height: 1.58;
    }

    .modular-content-section__list {
        gap: 12px;
        margin-top: 20px;
    }

    .modular-content-section__list li {
        padding-left: 24px;
        font-size: 14px;
    }
}

.modular-design-section {
    padding: 42px 46px 24px;
    background: #f3f7f9;
}

.modular-design-section__card {
    width: min(100%, 1840px);
    margin: 0 auto;
    padding: 18px;
    display: grid;
    grid-template-columns: 0.78fr 1.12fr;
    gap: 28px;
    align-items: center;
    background: #f3f7f9;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.modular-design-section__content {
    padding: 38px 38px 32px;
}

.modular-design-section__line {
    width: 54px;
    height: 3px;
    margin-bottom: 18px;
    background: #10bdc7;
    border-radius: 20px;
}

.modular-design-section__content h2 {
    max-width: 720px;
    margin: 0;
    color: #0c3340;
    font-family: Poppins, sans-serif;
    font-size: clamp(26px, 1.75vw, 35px);
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: 0;
}

.modular-design-section__content h2 span {
    display: block;
    color: #0b9ea7;
    font-size: clamp(31px, 2.15vw, 44px);
    font-weight: 800;
    line-height: 1.16;
}

.modular-design-section__content p {
    max-width: 690px;
    margin: 18px 0 26px;
    color: #2f3f4f;
    font-size: 16px;
    line-height: 1.6;
}

.modular-design-section__list {
    display: grid;
    gap: 18px;
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.modular-design-section__list li {
    position: relative;
    min-height: 28px;
    padding-left: 44px;
    color: #273544;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.modular-design-section__list li::before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #0fb9c3, #087a82);
    border-radius: 50%;
    font-family: FontAwesome;
    font-size: 13px;
    box-shadow: 0 8px 18px rgba(8, 142, 151, 0.24);
}

.modular-design-section__button {
    min-width: 305px;
    min-height: 58px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #086574 0%, #0ebbc2 100%);
    border-radius: 7px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 14px 28px rgba(8, 142, 151, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.modular-design-section__button:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 18px 34px rgba(8, 142, 151, 0.26);
}

.modular-design-section__button i {
    transition: transform 0.25s ease;
}

.modular-design-section__button:hover i {
    transform: translateX(4px);
}

.modular-design-section__image {
    overflow: hidden;
    height: 470px;
    border-radius: 14px;
    background: #dce8ec;
    box-shadow: none;
}

.modular-design-section__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .modular-design-section {
        padding: 34px 24px 22px;
    }

    .modular-design-section__card {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 0;
    }

    .modular-design-section__content {
        max-width: 760px;
        padding: 26px 10px 0;
    }

    .modular-design-section__image {
        height: 430px;
    }
}

@media (max-width: 991px) {
    .modular-design-section {
        padding: 30px 20px 20px;
    }

    .modular-design-section__card {
        width: min(100%, 760px);
    }

    .modular-design-section__content h2 {
        max-width: 620px;
    }

    .modular-design-section__content p {
        max-width: 640px;
    }

    .modular-design-section__image {
        height: 360px;
    }
}

@media (max-width: 640px) {
    .modular-design-section {
        padding: 24px 14px 18px;
    }

    .modular-design-section__card {
        padding: 0;
        gap: 20px;
        border-radius: 0;
    }

    .modular-design-section__content {
        padding: 8px 0 0;
    }

    .modular-design-section__content h2 {
        font-size: 24px;
    }

    .modular-design-section__content h2 span {
        font-size: 29px;
    }

    .modular-design-section__content p {
        margin: 16px 0 22px;
        font-size: 15px;
        line-height: 1.55;
    }

    .modular-design-section__list {
        gap: 14px;
        margin-bottom: 24px;
    }

    .modular-design-section__list li {
        padding-left: 38px;
        font-size: 14px;
    }

    .modular-design-section__list li::before {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .modular-design-section__button {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        font-size: 15px;
    }

    .modular-design-section__image {
        height: 235px;
        border-radius: 12px;
    }
}

@media (max-width: 420px) {
    .modular-design-section {
        padding: 22px 12px 16px;
    }

    .modular-design-section__content h2 {
        font-size: 22px;
    }

    .modular-design-section__content h2 span {
        font-size: 27px;
    }

    .modular-design-section__image {
        height: 210px;
    }
}

.modular-projects-section {
    padding: 54px 48px 62px;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    background:
        linear-gradient(180deg, rgba(2, 9, 17, 0.66), rgba(2, 9, 17, 0.82)),
        linear-gradient(90deg, rgba(2, 9, 17, 0.74), rgba(2, 9, 17, 0.42)),
        radial-gradient(circle at 50% 0, rgba(19, 212, 223, 0.14), transparent 28%),
        url("https://expocreators.com/images/gallery/gallery/90.webp") center center / cover no-repeat;
}

.modular-projects-section__top {
    width: min(100%, 1840px);
    margin: 0 auto 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modular-projects-section__heading {
    text-align: center;
}

.modular-projects-section__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
    color: #16d7e1;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: none;
    text-shadow: 0 0 14px rgba(22, 215, 225, 0.32);
}

.modular-projects-section__eyebrow::before,
.modular-projects-section__eyebrow::after {
    content: "";
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #16d7e1);
}

.modular-projects-section__eyebrow::after {
    background: linear-gradient(90deg, #16d7e1, transparent);
}

.modular-projects-section__heading h2 {
    margin: 0;
    color: #f5fbff;
    font-family: Poppins, sans-serif;
    font-size: clamp(28px, 2.15vw, 42px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: none;
    text-shadow:
        0 0 22px rgba(19, 212, 223, 0.2),
        0 8px 24px rgba(0, 0, 0, 0.5);
}

.modular-projects-section__grid {
    width: min(100%, 1840px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 28px;
}

.modular-projects-section__card {
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 16 / 10.2;
    color: #ffffff !important;
    background: #07131d;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 10px;
    text-decoration: none !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.modular-projects-section__card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.modular-projects-section__card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88));
    pointer-events: none;
}

.modular-projects-section__card span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    min-height: 52px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(18, 23, 28, 0.72), rgba(6, 10, 14, 0.92));
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    font-size: clamp(17px, 1.2vw, 24px);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.7);
}

.modular-projects-section__card:hover {
    border-color: rgba(19, 212, 223, 0.8);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.3),
        0 0 24px rgba(19, 212, 223, 0.16);
    transform: translateY(-4px);
}

.modular-projects-section__card:hover img {
    filter: brightness(1.06);
    transform: scale(1.04);
}

@media (max-width: 1199px) {
    .modular-projects-section {
        padding: 46px 24px 54px;
        background:
            linear-gradient(180deg, rgba(2, 9, 17, 0.72), rgba(2, 9, 17, 0.86)),
            linear-gradient(90deg, rgba(2, 9, 17, 0.82), rgba(2, 9, 17, 0.5)),
            radial-gradient(circle at 50% 0, rgba(19, 212, 223, 0.13), transparent 28%),
            url("https://expocreators.com/images/gallery/gallery/90.webp") center center / cover no-repeat;
    }

    .modular-projects-section__top {
        grid-template-columns: 1fr;
        justify-items: center;
        margin-bottom: 28px;
    }

    .modular-projects-section__heading h2 {
        max-width: 780px;
        margin: 0 auto;
        font-size: 32px;
    }

    .modular-projects-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .modular-projects-section__card {
        aspect-ratio: 16 / 10.8;
    }

    .modular-projects-section__card span {
        min-height: 48px;
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .modular-projects-section {
        padding: 36px 14px 42px;
        background:
            linear-gradient(180deg, rgba(2, 9, 17, 0.78), rgba(2, 9, 17, 0.9)),
            radial-gradient(circle at 50% 0, rgba(19, 212, 223, 0.12), transparent 30%),
            url("https://expocreators.com/images/gallery/gallery/90.webp") center top / cover no-repeat;
    }

    .modular-projects-section__top {
        margin-bottom: 22px;
    }

    .modular-projects-section__eyebrow {
        gap: 10px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .modular-projects-section__eyebrow::before,
    .modular-projects-section__eyebrow::after {
        width: 34px;
    }

    .modular-projects-section__heading h2 {
        max-width: 360px;
        font-size: 24px;
        line-height: 1.22;
    }

    .modular-projects-section__grid {
        grid-template-columns: 1fr;
        gap: 15px;
        width: min(100%, 420px);
    }

    .modular-projects-section__card {
        aspect-ratio: 16 / 10.5;
        border-radius: 9px;
    }

    .modular-projects-section__card::after {
        height: 44%;
    }

    .modular-projects-section__card span {
        min-height: 46px;
        padding: 10px 12px;
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .modular-projects-section {
        padding: 32px 12px 38px;
    }

    .modular-projects-section__heading h2 {
        font-size: 21px;
    }

    .modular-projects-section__card {
        aspect-ratio: 16 / 11.2;
    }
}

.modular-request-section {
    padding: 32px 46px 42px;
    background: #ffffff;
    color: #082b36;
    font-family: Poppins, sans-serif;
}

.modular-request-section__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 56px;
}

.modular-request-section h2 {
    margin: 0 0 14px;
    color: #082b36;
    font-size: clamp(24px, 1.85vw, 32px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.modular-request-section h2 span {
    display: inline;
}

.modular-request-section p {
    max-width: 1500px;
    margin: 0 0 20px;
    color: #070b0f;
    font-size: 16px;
    line-height: 1.65;
}

.modular-request-section p:last-child {
    margin-bottom: 0;
}

.modular-request-section strong {
    color: #05090c;
    font-weight: 800;
}

@media (max-width: 991px) {
    .modular-request-section {
        padding: 28px 24px 34px;
    }

    .modular-request-section__inner {
        padding: 0 10px;
    }

    .modular-request-section p {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .modular-request-section {
        padding: 24px 14px 28px;
    }

    .modular-request-section__inner {
        padding: 0;
    }

    .modular-request-section h2 {
        font-size: 23px;
        line-height: 1.25;
    }

    .modular-request-section p {
        margin-bottom: 17px;
        font-size: 14px;
        line-height: 1.58;
    }
}

.free-design-modal .modal-dialog {
    max-width: 1060px;
}

.free-design-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(19, 212, 223, 0.24);
    border-radius: 18px;
    background: #06101b;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.48),
        0 0 45px rgba(19, 212, 223, 0.14);
}

.free-design-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(3, 14, 24, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.free-design-modal__close:hover {
    background: rgba(19, 212, 223, 0.18);
    border-color: rgba(19, 212, 223, 0.58);
    transform: rotate(90deg);
}

.free-design-modal__layout {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    min-height: 610px;
}

.free-design-modal__media {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    background: #030b13;
}

.free-design-modal__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.free-design-modal__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 10, 18, 0.16), rgba(2, 10, 18, 0.88)),
        linear-gradient(90deg, rgba(2, 10, 18, 0.68), transparent 68%);
}

.free-design-modal__media::before {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 2;
    border: 1px solid rgba(19, 212, 223, 0.48);
    border-radius: 14px;
    box-shadow:
        inset 0 0 24px rgba(19, 212, 223, 0.1),
        0 0 18px rgba(19, 212, 223, 0.14);
    pointer-events: none;
}

.free-design-modal__media-content {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 34px;
    z-index: 3;
    color: #ffffff;
}

.free-design-modal__media-content span,
.free-design-modal__header span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #13d4df;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
}

.free-design-modal__media-content strong {
    display: block;
    max-width: 360px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.18;
}

.free-design-modal__media-content p {
    max-width: 340px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
}

.free-design-modal__form-panel {
    padding: 48px;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 10%, rgba(19, 212, 223, 0.14), transparent 30%),
        linear-gradient(145deg, #071521 0%, #030b13 100%);
}

.free-design-modal__header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.16;
}

.free-design-modal__header p {
    max-width: 460px;
    margin: 12px 0 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

.free-design-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.free-design-form label {
    display: block;
    margin: 0;
}

.free-design-form .free-design-form__message {
    margin-top: 18px;
}

.free-design-form label span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 700;
}

.free-design-form input,
.free-design-form textarea {
    width: 100%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    outline: 0;
    font-size: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.free-design-form input {
    height: 48px;
    padding: 0 15px;
}

.free-design-form textarea {
    min-height: 116px;
    margin-top: 0;
    padding: 14px 15px;
    resize: vertical;
}

.free-design-form input::placeholder,
.free-design-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.free-design-form input:focus,
.free-design-form textarea:focus {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(19, 212, 223, 0.78);
    box-shadow: 0 0 0 3px rgba(19, 212, 223, 0.13);
}

.free-design-form__submit {
    width: 100%;
    height: 52px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #23e1e5 0%, #0bb4be 48%, #067f8e 100%);
    border: 1px solid rgba(119, 246, 250, 0.86);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 800;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 14px 28px rgba(0, 201, 212, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.free-design-form__submit:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        0 18px 34px rgba(0, 201, 212, 0.28);
}

@media (max-width: 991px) {
    .free-design-modal .modal-dialog {
        max-width: min(560px, calc(100% - 24px));
        margin: 12px auto;
    }

    .free-design-modal .modal-content {
        max-height: calc(100vh - 24px);
        overflow-y: auto;
        border-radius: 16px;
    }

    .free-design-modal__layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .free-design-modal__media {
        display: none;
    }

    .free-design-modal__form-panel {
        padding: 34px 28px 30px;
    }

    .free-design-modal__header h2 {
        font-size: 30px;
    }

    .free-design-modal__header p {
        margin-bottom: 22px;
    }

    .free-design-form__grid {
        gap: 14px;
    }
}

@media (max-width: 560px) {
    .free-design-modal .modal-dialog {
        max-width: calc(100% - 18px);
        margin: 9px auto 76px;
    }

    .free-design-modal .modal-content {
        max-height: calc(100vh - 92px);
        border-radius: 14px;
    }

    .free-design-modal__close {
        top: 12px;
        right: 12px;
        width: 34px;
        height: 34px;
    }

    .free-design-modal__form-panel {
        padding: 28px 18px 22px;
    }

    .free-design-modal__header span {
        margin-bottom: 9px;
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .free-design-form__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .free-design-modal__header h2 {
        padding-right: 36px;
        font-size: 24px;
        line-height: 1.18;
    }

    .free-design-modal__header p {
        margin: 10px 0 18px;
        font-size: 13px;
        line-height: 1.5;
    }

    .free-design-form label span {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .free-design-form input {
        height: 44px;
        padding: 0 13px;
        font-size: 13px;
        border-radius: 9px;
    }

    .free-design-form textarea {
        min-height: 96px;
        margin-top: 0;
        padding: 12px 13px;
        font-size: 13px;
        border-radius: 9px;
    }

    .free-design-form__submit {
        height: 48px;
        margin-top: 16px;
        border-radius: 9px;
        font-size: 14px;
    }

    .free-design-form__submit i {
        font-size: 14px;
    }

    .free-design-modal__media-content {
        left: 22px;
        right: 22px;
        bottom: 24px;
    }

    .free-design-modal__media-content strong {
        font-size: 22px;
    }
}
.service-page {
    color: #082b36;
    background: #ffffff;
    font-family: Poppins, sans-serif;
}

.service-hero {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    background:
        linear-gradient(90deg, rgba(2, 15, 24, 0.96) 0%, rgba(2, 15, 24, 0.92) 34%, rgba(2, 15, 24, 0.62) 58%, rgba(2, 15, 24, 0.2) 100%),
        linear-gradient(180deg, rgba(2, 15, 24, 0.22), rgba(2, 15, 24, 0.38)),
        radial-gradient(circle at 16% 22%, rgba(22, 169, 180, 0.22), transparent 30%),
        var(--service-hero-bg) right center / cover no-repeat;
}

.service-hero::before {
    content: none;
}

.service-hero__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 72px), 1360px);
    min-height: 620px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.service-hero__content {
    width: min(100%, 720px);
    padding: 34px 0;
}

.service-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: none;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.service-hero__eyebrow::after {
    content: "";
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #ffffff, transparent);
}

.service-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(36px, 3.3vw, 56px);
    font-weight: 800;
    line-height: 1.04;
    max-width: 760px;
}

.service-hero h1 span {
    display: block;
    color: #22c6cf;
    font-weight: 800;
}

.service-hero p {
    max-width: 650px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.72;
}

.service-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.service-button,
.service-form button {
    min-height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-button:hover,
.service-form button:hover {
    transform: translateY(-2px);
}

.service-button--primary,
.service-form button {
    color: #ffffff !important;
    background: linear-gradient(135deg, #16a9b4, #087986);
    border: 1px solid rgba(22, 169, 180, 0.5);
    box-shadow: 0 18px 38px rgba(22, 169, 180, 0.26);
}

.service-button--ghost {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(119, 237, 243, 0.42);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.service-stats {
    padding: 0 46px;
    background: #ffffff;
}

.service-stats__inner {
    position: relative;
    z-index: 3;
    width: min(100%, 1320px);
    margin: -46px auto 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(22, 169, 180, 0.18);
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(8, 43, 54, 0.12);
    backdrop-filter: blur(12px);
}

.service-stats__item {
    min-height: 118px;
    padding: 24px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(22, 169, 180, 0.14);
}

.service-stats__item:last-child {
    border-right: 0;
}

.service-stats__item i {
    margin-bottom: 8px;
    color: #16a9b4;
    font-size: 24px;
}

.service-stats__item strong {
    color: #082b36;
    font-size: 25px;
    font-weight: 900;
}

.service-stats__item span {
    margin-top: 5px;
    color: #6c7b86;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.service-intro,
.service-process,
.service-contact {
    padding: 82px 46px;
}

.service-contact {
    scroll-margin-top: 110px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(118deg, transparent 0 16%, rgba(22, 169, 180, 0.08) 16% 17.2%, transparent 17.2% 100%),
        linear-gradient(118deg, transparent 0 76%, rgba(8, 121, 134, 0.08) 76% 77.1%, transparent 77.1% 100%),
        radial-gradient(ellipse at 18% 16%, rgba(22, 169, 180, 0.18), transparent 34%),
        radial-gradient(ellipse at 86% 26%, rgba(8, 121, 134, 0.1), transparent 30%),
        linear-gradient(135deg, #f7fbfc 0%, #eef7f8 48%, #ffffff 100%);
}

.service-contact::before {
    content: "";
    position: absolute;
    top: 58px;
    left: 4%;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(22, 169, 180, 0.22);
    border-radius: 50%;
    background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.72), rgba(22, 169, 180, 0.08) 56%, transparent 74%);
    box-shadow:
        780px -58px 0 -88px rgba(22, 169, 180, 0.08),
        1010px 250px 0 -112px rgba(8, 121, 134, 0.1);
    pointer-events: none;
}

.service-contact::after {
    content: "";
    position: absolute;
    right: 6%;
    bottom: 46px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(22, 169, 180, 0.18);
    border-radius: 50%;
    background: radial-gradient(circle at 68% 32%, rgba(255, 255, 255, 0.64), rgba(22, 169, 180, 0.07) 52%, transparent 72%);
    pointer-events: none;
}

.service-intro {
    background: #ffffff;
}

.service-process {
    background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%);
}

.service-process {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(2, 17, 26, 0.97), rgba(6, 37, 48, 0.95)),
        radial-gradient(circle at 18% 18%, rgba(22, 169, 180, 0.2), transparent 34%);
}

.service-process::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 0 12%, rgba(22, 169, 180, 0.13) 12% 13.5%, transparent 13.5% 100%),
        linear-gradient(120deg, transparent 0 72%, rgba(255, 255, 255, 0.1) 72% 73.2%, transparent 73.2% 100%),
        radial-gradient(ellipse at 20% 20%, rgba(22, 169, 180, 0.22), transparent 36%),
        radial-gradient(ellipse at 82% 38%, rgba(116, 238, 245, 0.13), transparent 34%),
        radial-gradient(ellipse at 52% 100%, rgba(22, 169, 180, 0.12), transparent 42%);
    pointer-events: none;
}

.service-process::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 66px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(116, 238, 245, 0.34), transparent);
    pointer-events: none;
}

.service-intro__inner,
.service-process__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1500px);
    margin: 0 auto;
}

.service-section-heading {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

.service-section-heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #087986;
    font-size: 14px;
    font-weight: 700;
}

.service-section-heading span::before,
.service-section-heading span::after {
    content: "";
    width: 48px;
    height: 2px;
    background: #16a9b4;
}

.service-section-heading h2 {
    margin: 12px 0 0;
    color: #082b36;
    font-size: clamp(30px, 3vw, 52px);
    font-weight: 900;
    line-height: 1.12;
}

.service-section-heading p {
    margin: 18px auto 0;
    color: #61717f;
    font-size: 15px;
    line-height: 1.75;
}

.service-process .service-section-heading span {
    color: #74eef5;
}

.service-process .service-section-heading span::before,
.service-process .service-section-heading span::after {
    background: #16a9b4;
}

.service-process .service-section-heading h2 {
    color: #ffffff;
}

.service-process .service-section-heading p {
    color: rgba(255, 255, 255, 0.72);
}

.service-process__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.service-process__steps::before {
    display: none;
}

.service-process__step {
    position: relative;
    z-index: 1;
    min-height: 220px;
    padding: 44px 18px 28px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 253, 254, 0.98));
    border: 1px solid rgba(22, 169, 180, 0.2);
    border-radius: 16px;
    box-shadow:
        0 22px 48px rgba(8, 43, 54, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-process__step::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(22, 169, 180, 0.12), transparent 42%);
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.service-process__step:hover {
    transform: none;
    border-color: rgba(22, 169, 180, 0.42);
    box-shadow:
        0 30px 70px rgba(8, 43, 54, 0.13),
        0 0 0 1px rgba(22, 169, 180, 0.06);
}

.service-process__step:hover::before {
    opacity: 1;
}

.service-process__step-number {
    position: absolute;
    top: -15px;
    left: 20px;
    z-index: 2;
    height: 30px;
    min-width: 46px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #087986, #16a9b4);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    box-shadow: 0 10px 22px rgba(8, 121, 134, 0.18);
}

.service-process__step i {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #16a9b4, #087986);
    border: 6px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    box-shadow:
        0 14px 28px rgba(22, 169, 180, 0.24),
        0 0 0 1px rgba(22, 169, 180, 0.2);
}

.service-process__step strong {
    position: relative;
    z-index: 1;
    display: block;
    color: #082b36;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
}

.service-process__step p {
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
    color: #5d7080;
    font-size: 13.5px;
    line-height: 1.62;
}

.service-contact__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1280px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 0.42fr;
    gap: 22px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid rgba(22, 169, 180, 0.24);
    border-radius: 20px;
    box-shadow:
        0 34px 90px rgba(8, 43, 54, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-contact__form-card,
.service-contact__info,
.service-modal .modal-content {
    padding: 30px;
    border-radius: 16px;
}

.service-contact__form-card,
.service-modal .modal-content {
    background:
        linear-gradient(180deg, #ffffff, #f9fdfe);
    border: 1px solid rgba(22, 169, 180, 0.18);
    box-shadow: 0 18px 46px rgba(8, 43, 54, 0.06);
}

.service-contact__info {
    color: #ffffff;
    background:
        linear-gradient(145deg, rgba(3, 25, 36, 0.98), rgba(8, 55, 66, 0.96)),
        radial-gradient(circle at 20% 10%, rgba(34, 198, 207, 0.22), transparent 34%);
    border: 1px solid rgba(116, 238, 245, 0.22);
    box-shadow: 0 22px 54px rgba(8, 43, 54, 0.18);
}

.service-contact__eyebrow {
    color: #087986;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.service-contact h2 {
    margin: 8px 0 22px;
    color: #082b36;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
}

.service-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-form label {
    display: block;
    margin: 0;
}

.service-form label span {
    display: block;
    margin-bottom: 8px;
    color: #082b36;
    font-size: 12px;
    font-weight: 900;
}

.service-form input,
.service-form textarea {
    width: 100%;
    color: #082b36;
    background: #f8fcfd;
    border: 1px solid rgba(22, 169, 180, 0.24);
    border-radius: 12px;
    outline: 0;
    font-size: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.service-form input:focus,
.service-form textarea:focus {
    background: #ffffff;
    border-color: rgba(22, 169, 180, 0.72);
    box-shadow:
        0 0 0 4px rgba(22, 169, 180, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.service-form input {
    height: 48px;
    padding: 0 15px;
}

.service-form__message {
    margin-top: 18px;
}

.service-form textarea {
    min-height: 120px;
    padding: 14px 15px;
    resize: vertical;
}

.service-form input::placeholder,
.service-form textarea::placeholder {
    color: #8b99a3;
}

.service-form button {
    width: 100%;
    min-height: 54px;
    margin-top: 24px;
    border: 0;
    border-radius: 12px;
    letter-spacing: 0;
}

.service-contact__icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #16a9b4, #087986);
    border: 1px solid rgba(116, 238, 245, 0.28);
    border-radius: 50%;
    font-size: 24px;
}

.service-contact__info h3 {
    margin: 22px 0 10px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}

.service-contact__info p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.6;
}

.service-contact__info ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(116, 238, 245, 0.18);
    list-style: none;
}

.service-contact__info li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
}

.service-contact__info li i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #74eef5;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(116, 238, 245, 0.14);
    border-radius: 10px;
}

.service-contact__info li span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 800;
}

.service-contact__info li strong {
    display: block;
    margin-top: 3px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.45;
}


.service-modal .modal-content {
    position: relative;
    box-shadow: 0 30px 80px rgba(8, 43, 54, 0.22);
}

.service-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    color: #087986;
    background: #eefafb;
    border: 1px solid rgba(22, 169, 180, 0.2);
    border-radius: 50%;
}

.service-modal__body h2 {
    margin: 0 0 24px;
    color: #082b36;
    font-size: 32px;
    font-weight: 900;
}

@media (max-width: 1199px) {
    .service-hero__inner {
        width: min(calc(100% - 48px), 1120px);
    }

    .service-hero__content {
        width: min(100%, 680px);
    }

    .service-stats__inner,
    .service-process__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service-stats__item {
        border-bottom: 1px solid rgba(22, 169, 180, 0.14);
    }
}

@media (max-width: 991px) {
    .service-hero {
        min-height: 560px;
        background:
            linear-gradient(90deg, rgba(2, 15, 24, 0.96) 0%, rgba(2, 15, 24, 0.88) 58%, rgba(2, 15, 24, 0.5) 100%),
            var(--service-hero-bg) center center / cover no-repeat;
    }

    .service-hero__inner {
        min-height: 560px;
    }

    .service-hero h1 {
        max-width: 680px;
        font-size: clamp(38px, 6vw, 54px);
    }

    .service-hero p {
        max-width: 600px;
        font-size: 16px;
    }

    .service-intro,
    .service-process,
    .service-contact {
        padding: 64px 28px;
    }

    .service-contact__inner {
        grid-template-columns: 1fr;
        width: min(100%, 760px);
    }

    .service-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-contact__info {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .service-hero {
        min-height: auto;
        background:
            linear-gradient(180deg, rgba(2, 15, 24, 0.94), rgba(2, 15, 24, 0.8)),
            var(--service-hero-bg) center center / cover no-repeat;
    }

    .service-hero__inner {
        width: calc(100% - 28px);
        min-height: 500px;
        align-items: flex-end;
        padding: 72px 0 46px;
    }

    .service-hero__content {
        width: 100%;
        padding: 0;
    }

    .service-hero__eyebrow {
        max-width: 100%;
        gap: 10px;
        padding: 9px 12px;
        font-size: 11px;
        letter-spacing: 0.5px;
    }

    .service-hero__eyebrow::after {
        width: 34px;
    }

    .service-hero h1 {
        font-size: 36px;
        line-height: 1.08;
        max-width: 100%;
    }

    .service-hero p {
        max-width: 100%;
        margin-top: 16px;
        font-size: 14.5px;
        line-height: 1.65;
    }

    .service-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 22px;
    }

    .service-button,
    .service-form button {
        width: 100%;
        min-height: 48px;
        padding: 0 16px;
    }

    .service-stats,
    .service-intro,
    .service-process,
    .service-contact {
        padding-left: 14px;
        padding-right: 14px;
    }

    .service-intro,
    .service-process,
    .service-contact {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .service-stats__inner,
    .service-process__steps,
    .service-form__grid {
        grid-template-columns: 1fr;
    }

    .service-section-heading {
        margin-bottom: 34px;
    }

    .service-section-heading span {
        gap: 10px;
        font-size: 12px;
    }

    .service-section-heading span::before,
    .service-section-heading span::after {
        width: 30px;
    }

    .service-section-heading h2 {
        font-size: 32px;
    }

    .service-process__step {
        min-height: auto;
        padding: 46px 18px 24px;
    }

    .service-contact__inner {
        padding: 14px;
        border-radius: 16px;
    }

    .service-contact__form-card,
    .service-contact__info,
    .service-modal .modal-content {
        padding: 22px;
        border-radius: 14px;
    }

    .service-contact h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .service-form input {
        height: 46px;
    }

    .service-form textarea {
        min-height: 110px;
    }

    .service-contact__info li strong {
        overflow-wrap: anywhere;
    }

    .service-contact::before {
        left: -140px;
        top: 80px;
        width: 260px;
        height: 260px;
    }

    .service-contact::after {
        right: -130px;
        bottom: 40px;
        width: 230px;
        height: 230px;
    }
}

@media (max-width: 380px) {
    .service-hero h1 {
        font-size: 32px;
    }

    .service-contact__form-card,
    .service-contact__info,
    .service-modal .modal-content {
        padding: 18px;
    }
}
