.homepage-2026 {
    --home-white: #ffffff;
    --home-black: #000000;
    --home-ink: #071426;
    --home-muted: #5e6b7d;
    --home-line: #dfe7ec;
    --home-soft: #f6f9fb;
    --home-cyan: var(--disuri-text-electric-blue, #7DF9FF);
    --home-aqua: var(--disuri-text-Aquamarine, #88FFCF);
    --home-yellow: var(--disuri-text-Dolly, #FFFF00);
    --home-shadow: 0 20px 54px rgba(7, 20, 38, 0.1);
    --home-card-radius: 8px;
    background: var(--home-white);
    color: var(--home-ink);
    overflow-x: hidden;
}

.homepage-2026 *,
.homepage-2026 *::before,
.homepage-2026 *::after {
    box-sizing: border-box;
}

.homepage-2026 :focus-visible {
    outline: 3px solid var(--home-cyan);
    outline-offset: 4px;
}

.homepage-2026 svg {
    display: block;
}

.homepage-2026 .header {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(223, 231, 236, 0.9);
    backdrop-filter: blur(18px);
}

.homepage-2026 header.header .container {
    max-width: 1320px;
}

.homepage-2026 .header-section {
    min-height: 84px;
}

.homepage-2026 .header-section .blur-layer {
    display: none;
}

.homepage-2026 .header-logo img {
    filter: drop-shadow(0 8px 16px rgba(7, 20, 38, 0.08));
}

.homepage-2026 .header-section .header-menu .footer-box-logo-wrapper-widget-menu-wrapper > ul > li > a,
.homepage-2026 .header-section .header-menu .footer-box-logo-wrapper-widget-menu-wrapper > ul > li.footer-box-menu-item {
    color: var(--home-ink) !important;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none !important;
}

.homepage-2026 .header-section .header-menu ul li ul.hs-menu-children-wrapper li > a {
    color: var(--home-white) !important;
    opacity: 1;
}

.homepage-2026 .header-section .header-menu ul li ul.hs-menu-children-wrapper li > a:hover,
.homepage-2026 .header-section .header-menu ul li ul.hs-menu-children-wrapper li:hover > a {
    color: var(--home-black) !important;
}

.homepage-2026 .header-section .header-buttons .primary-border-button a {
    background: var(--home-yellow);
    color: var(--home-black) !important;
    box-shadow: 0 14px 34px rgba(255, 255, 0, 0.28);
}

.homepage-2026 .header-section .header-buttons .primary-border-button a::before,
.homepage-2026 .header-section .header-buttons .primary-border-button a::after {
    display: none;
}

.homepage-2026 .home-page {
    background:
        linear-gradient(180deg, rgba(125, 249, 255, 0.08) 0, rgba(255, 255, 255, 0) 520px),
        var(--home-white);
}

.homepage-2026 .home-container {
    width: min(1240px, calc(100vw - 40px));
    margin: 0 auto;
}

.homepage-2026 .home-section {
    padding: 86px 0;
    scroll-margin-top: 96px;
}

.homepage-2026 .home-hero {
    position: relative;
    padding: 82px 0 58px;
    scroll-margin-top: 96px;
    background:
        linear-gradient(90deg, rgba(125, 249, 255, 0.18), rgba(136, 255, 207, 0.12) 45%, rgba(255, 255, 255, 0) 80%),
        var(--home-white);
    overflow: hidden;
}

.homepage-2026 .home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(7, 20, 38, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 20, 38, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent, black 42%, transparent);
    pointer-events: none;
}

.homepage-2026 .home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.9fr);
    gap: 64px;
    align-items: center;
}

.homepage-2026 .home-signal,
.homepage-2026 .home-section-heading > span {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 7px 11px;
    border: 1px solid rgba(125, 249, 255, 0.9);
    border-radius: 999px;
    background: rgba(125, 249, 255, 0.1);
    color: #00899c;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
}

.homepage-2026 .home-hero h1,
.homepage-2026 .home-section-heading h2,
.homepage-2026 .home-final-panel h2 {
    margin: 0;
    color: var(--home-ink);
    font-family: "Helvetica", Arial, sans-serif !important;
    font-weight: 800;
    letter-spacing: 0;
}

.homepage-2026 .home-hero h1 {
    max-width: 720px;
    font-size: 4.05rem;
    line-height: 1.02;
}

.homepage-2026 .home-hero h1 span {
    display: block;
    color: #00a6b6;
}

.homepage-2026 .home-lead {
    max-width: 690px;
    margin: 24px 0 0;
    color: #152b45;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.58;
}

.homepage-2026 .home-sublead {
    max-width: 700px;
    margin: 14px 0 0;
    color: var(--home-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.homepage-2026 .home-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
}

.homepage-2026 .home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: var(--home-black);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.homepage-2026 .home-btn:hover,
.homepage-2026 .home-btn:focus {
    color: var(--home-black);
    transform: translateY(-2px);
    text-decoration: none;
}

.homepage-2026 .home-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.homepage-2026 .home-btn-primary {
    background: var(--home-yellow);
    box-shadow: 0 16px 34px rgba(255, 255, 0, 0.26);
}

.homepage-2026 .home-btn-secondary {
    background: var(--home-white);
    border-color: rgba(0, 166, 182, 0.35);
    box-shadow: 0 16px 38px rgba(7, 20, 38, 0.08);
}

.homepage-2026 .home-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
}

.homepage-2026 .home-mini-feature {
    min-height: 128px;
    padding: 18px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-card-radius);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 34px rgba(7, 20, 38, 0.06);
}

.homepage-2026 .home-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border: 1px solid rgba(0, 166, 182, 0.35);
    border-radius: 8px;
    color: #009aaa;
    background: linear-gradient(135deg, rgba(125, 249, 255, 0.22), rgba(136, 255, 207, 0.26));
}

.homepage-2026 .home-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.homepage-2026 .home-mini-feature strong {
    display: block;
    color: var(--home-ink);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.25;
}

.homepage-2026 .home-mini-feature span:not(.home-icon) {
    display: block;
    margin-top: 6px;
    color: var(--home-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.homepage-2026 .home-hero-visual {
    position: relative;
    min-height: 620px;
}

.homepage-2026 .home-phone-card {
    position: absolute;
    inset-block-start: 30px;
    inset-inline-start: 52px;
    z-index: 3;
    width: 260px;
    min-height: 520px;
    padding: 18px;
    border: 8px solid #111b2a;
    border-radius: 32px;
    background: #f4f8f6;
    box-shadow: 0 30px 74px rgba(7, 20, 38, 0.22);
}

.homepage-2026 .phone-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--home-ink);
    font-size: 0.75rem;
    font-weight: 800;
}

.homepage-2026 .chat-bubble {
    width: fit-content;
    max-width: 92%;
    margin-top: 34px;
    padding: 14px;
    border-radius: 8px;
    color: var(--home-ink);
    font-size: 0.82rem;
    line-height: 1.45;
}

.homepage-2026 .chat-bubble strong {
    display: block;
    margin-top: 8px;
    color: #00a6b6;
    font-size: 1.3rem;
}

.homepage-2026 .chat-bubble-in {
    background: var(--home-white);
    box-shadow: 0 10px 24px rgba(7, 20, 38, 0.08);
}

.homepage-2026 .chat-bubble-out {
    margin-inline-start: auto;
    background: #dcf8e8;
}

.homepage-2026 .phone-input {
    position: absolute;
    inset-inline: 18px;
    bottom: 18px;
    padding: 10px 12px;
    border-radius: 999px;
    background: var(--home-white);
    color: var(--home-muted);
    font-size: 0.76rem;
}

.homepage-2026 .home-floating-card {
    position: absolute;
    z-index: 2;
    padding: 20px;
    border: 1px solid rgba(223, 231, 236, 0.96);
    border-radius: var(--home-card-radius);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--home-shadow);
}

.homepage-2026 .home-floating-card > span {
    display: block;
    margin-bottom: 10px;
    color: #152b45;
    font-size: 0.86rem;
    font-weight: 800;
}

.homepage-2026 .allocation-card {
    inset-block-start: 24px;
    inset-inline-end: 0;
    width: 238px;
}

.homepage-2026 .allocation-card > strong {
    display: block;
    color: #00a6b6;
    font-size: 2rem;
    line-height: 1;
}

.homepage-2026 .allocation-card dl {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
}

.homepage-2026 .allocation-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.homepage-2026 .allocation-card dt,
.homepage-2026 .allocation-card dd {
    margin: 0;
    font-size: 0.78rem;
}

.homepage-2026 .allocation-card dt {
    color: var(--home-muted);
}

.homepage-2026 .allocation-card dd {
    color: var(--home-ink);
    font-weight: 800;
}

.homepage-2026 .license-card {
    inset-block-start: 225px;
    inset-inline-end: 28px;
    width: 270px;
}

.homepage-2026 .license-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.homepage-2026 .license-card li {
    display: flex;
    gap: 9px;
    align-items: center;
    margin: 0;
    color: #152b45;
    font-size: 0.82rem;
}

.homepage-2026 .license-card li svg {
    width: 16px;
    height: 16px;
    color: #00a6b6;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.homepage-2026 .license-card > strong {
    display: inline-flex;
    margin-top: 16px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--home-yellow);
    color: var(--home-black);
    font-size: 0.76rem;
}

.homepage-2026 .api-card {
    inset-block-end: 46px;
    inset-inline-start: 285px;
    width: 270px;
    background: #071426;
    color: var(--home-white);
}

.homepage-2026 .api-card > span {
    color: var(--home-cyan);
}

.homepage-2026 .api-card code {
    display: block;
    white-space: normal;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.78rem;
    line-height: 1.55;
}

.homepage-2026 .api-card b {
    display: inline-flex;
    margin-inline-start: 8px;
    padding: 3px 6px;
    border-radius: 4px;
    background: #36c979;
    color: var(--home-white);
}

.homepage-2026 .home-section-heading {
    max-width: 780px;
    margin-bottom: 32px;
}

.homepage-2026 .home-section-heading h2,
.homepage-2026 .home-final-panel h2 {
    font-size: 2.6rem;
    line-height: 1.08;
}

.homepage-2026 .home-section-heading p,
.homepage-2026 .home-final-panel p {
    margin: 14px 0 0;
    color: var(--home-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.homepage-2026 .home-section-heading-row {
    display: flex;
    max-width: none;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.homepage-2026 .home-section-heading-center {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
}

.homepage-2026 .home-spotlight-section {
    padding-top: 54px;
}

.homepage-2026 .home-swiper-shell {
    position: relative;
}

.homepage-2026 .home-service-swiper {
    overflow: hidden;
}

.homepage-2026 .home-service-swiper:not(.swiper-initialized) {
    overflow: visible;
}

.homepage-2026 .home-service-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.homepage-2026 .home-service-swiper:not(.swiper-initialized) .swiper-slide {
    width: auto;
}

.homepage-2026 .home-service-slide {
    min-height: 390px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: 30px;
    align-items: stretch;
    padding: 28px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-card-radius);
    background: var(--home-white);
    box-shadow: 0 22px 60px rgba(7, 20, 38, 0.08);
}

.homepage-2026 .home-slide-copy h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.homepage-2026 .home-slide-copy p {
    margin: 14px 0 18px;
    color: var(--home-muted);
    line-height: 1.65;
}

.homepage-2026 .home-slide-copy ul {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.homepage-2026 .home-slide-copy li {
    display: flex;
    gap: 10px;
    margin: 0;
    color: #152b45;
    font-size: 0.92rem;
    line-height: 1.4;
}

.homepage-2026 .home-slide-copy li svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 1px;
    color: #00a6b6;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.homepage-2026 .home-icon-large {
    width: 54px;
    height: 54px;
}

.homepage-2026 .home-slide-media {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    border-radius: var(--home-card-radius);
    background:
        radial-gradient(circle at 88% 16%, rgba(136, 255, 207, 0.42), transparent 28%),
        linear-gradient(135deg, rgba(125, 249, 255, 0.1), rgba(255, 255, 255, 0.9)),
        var(--home-soft);
}

.homepage-2026 .home-slide-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    padding: 18px;
    object-fit: contain;
}

.homepage-2026 .home-service-slide-license .home-slide-media img {
    object-position: center;
}

.homepage-2026 .home-swiper-button {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 166, 182, 0.35);
    border-radius: 999px;
    background: var(--home-white);
    color: var(--home-ink);
    box-shadow: 0 16px 40px rgba(7, 20, 38, 0.12);
    cursor: pointer;
    transform: translateY(-50%);
}

.homepage-2026 .home-swiper-button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.homepage-2026 .home-swiper-prev {
    inset-inline-start: -24px;
}

.homepage-2026 .home-swiper-prev svg {
    transform: rotate(180deg);
}

.homepage-2026 .home-swiper-next {
    inset-inline-end: -24px;
}

.homepage-2026[dir="rtl"] .home-swiper-prev svg,
html[dir="rtl"] .homepage-2026 .home-swiper-prev svg {
    transform: none;
}

.homepage-2026[dir="rtl"] .home-swiper-next svg,
html[dir="rtl"] .homepage-2026 .home-swiper-next svg {
    transform: rotate(180deg);
}

.homepage-2026 .home-swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.homepage-2026 .home-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0;
    background: #bac8d2;
    opacity: 1;
}

.homepage-2026 .home-swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: #00a6b6;
}

.homepage-2026 .home-logo-band {
    padding: 34px 0;
    scroll-margin-top: 96px;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
    background: var(--home-white);
}

.homepage-2026 .home-logo-band h2 {
    margin: 0 0 18px;
    color: #7d8998;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
}

.homepage-2026 .home-logo-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
}

.homepage-2026 .home-logo-item {
    display: grid;
    place-items: center;
    min-height: 74px;
    padding: 14px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-card-radius);
    background: var(--home-white);
}

.homepage-2026 .home-logo-item img {
    display: block;
    width: auto;
    max-width: 118px;
    max-height: 42px;
    filter: grayscale(1);
    opacity: 0.72;
}

.homepage-2026 .home-service-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.homepage-2026 .home-service-card {
    min-height: 238px;
    padding: 22px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-card-radius);
    background: var(--home-white);
    color: var(--home-ink);
    text-decoration: none;
    box-shadow: 0 16px 44px rgba(7, 20, 38, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.homepage-2026 .home-service-card:hover,
.homepage-2026 .home-service-card:focus {
    color: var(--home-ink);
    border-color: rgba(0, 166, 182, 0.55);
    box-shadow: 0 22px 58px rgba(7, 20, 38, 0.1);
    transform: translateY(-4px);
    text-decoration: none;
}

.homepage-2026 .home-service-card h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.homepage-2026 .home-service-card p {
    margin: 10px 0 0;
    color: var(--home-muted);
    font-size: 0.85rem;
    line-height: 1.55;
}

.homepage-2026 .home-process-band {
    padding: 84px 0;
    scroll-margin-top: 96px;
    background: #061221;
    color: var(--home-white);
}

.homepage-2026 .home-process-band .home-section-heading h2 {
    color: var(--home-white);
}

.homepage-2026 .home-process-band .home-section-heading > span {
    margin-inline: auto;
    background: rgba(125, 249, 255, 0.1);
    color: var(--home-cyan);
}

.homepage-2026 .home-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 38px;
}

.homepage-2026 .home-process-step {
    position: relative;
    min-height: 240px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--home-card-radius);
    background: rgba(255, 255, 255, 0.035);
}

.homepage-2026 .home-process-number {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border: 2px solid var(--home-cyan);
    border-radius: 999px;
    color: var(--home-cyan);
    font-weight: 800;
}

.homepage-2026 .home-process-step .home-icon {
    position: absolute;
    top: 24px;
    inset-inline-end: 24px;
    margin: 0;
    color: var(--home-aqua);
    background: transparent;
    border-color: rgba(136, 255, 207, 0.35);
}

.homepage-2026 .home-process-step h3 {
    margin: 0;
    color: var(--home-white);
    font-size: 1.05rem;
    font-weight: 800;
}

.homepage-2026 .home-process-step p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.62;
}

.homepage-2026 .home-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.homepage-2026 .home-project-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    min-height: 154px;
    padding: 24px;
    border: 1px solid var(--home-line);
    border-radius: var(--home-card-radius);
    background: var(--home-white);
    box-shadow: 0 16px 44px rgba(7, 20, 38, 0.06);
}

.homepage-2026 .home-project-card img {
    display: block;
    max-width: 72px;
    max-height: 56px;
    object-fit: contain;
}

.homepage-2026 .home-project-card h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.25;
}

.homepage-2026 .home-project-card p {
    margin: 9px 0 0;
    color: var(--home-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.homepage-2026 .home-final-cta {
    padding: 10px 0 82px;
    scroll-margin-top: 96px;
}

.homepage-2026 .home-final-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 34px;
    border-radius: var(--home-card-radius);
    background: linear-gradient(90deg, var(--home-cyan), var(--home-aqua));
    box-shadow: 0 22px 58px rgba(0, 166, 182, 0.16);
}

.homepage-2026 .home-final-panel p {
    color: #123040;
}

.homepage-2026 .home-final-panel .home-cta-row {
    margin: 0;
}

.homepage-2026 .footer {
    margin-top: 0;
}

html[dir="rtl"] .homepage-2026 .home-btn svg {
    transform: scaleX(-1);
}

html[dir="rtl"] .homepage-2026 .home-btn-secondary svg,
html[dir="rtl"] .homepage-2026 .home-icon svg,
html[dir="rtl"] .homepage-2026 .license-card li svg,
html[dir="rtl"] .homepage-2026 .home-slide-copy li svg {
    transform: none;
}

@media (min-width: 1191px) {
    html[dir="rtl"] .homepage-2026 .home-phone-card {
        inset-inline-start: 0;
    }
}

@media (max-width: 1180px) {
    .homepage-2026 .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .homepage-2026 .home-hero-visual {
        max-width: 760px;
        margin: 0 auto;
        width: 100%;
    }

    .homepage-2026 .home-feature-strip,
    .homepage-2026 .home-process-grid,
    .homepage-2026 .home-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-2026 .home-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .homepage-2026 .home-service-slide {
        grid-template-columns: 1fr;
    }

    .homepage-2026 .home-logo-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .homepage-2026 .home-section-heading-row,
    .homepage-2026 .home-final-panel {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 1024px) {
    .homepage-2026 header.header {
        top: 12px;
        background: transparent;
        border-bottom: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .homepage-2026 header.header .container {
        width: min(100vw - 24px, 1320px);
    }

    .homepage-2026 .header-section {
        top: 0 !important;
        min-height: 64px;
        padding: 0 16px;
        border-radius: 999px;
        background: var(--home-black);
        box-shadow: 0 16px 42px rgba(7, 20, 38, 0.18);
    }

    .homepage-2026 .header-logo {
        z-index: 5;
    }

    .homepage-2026 .header-logo img {
        opacity: 0.98;
        filter: drop-shadow(0 4px 10px rgba(255, 255, 255, 0.14));
    }

    .homepage-2026 .mobile-trigger {
        top: 50%;
        right: 16px;
        margin: 0;
        transform: translateY(-50%);
    }

    html[dir="rtl"] .homepage-2026 .mobile-trigger {
        right: auto;
        left: 16px;
    }

    .homepage-2026.mobile-open {
        overflow: hidden;
    }

    .homepage-2026.mobile-open header.header {
        top: 0;
        background: var(--home-black);
    }

    .homepage-2026.mobile-open header.header .container {
        width: 100%;
    }

    .homepage-2026.mobile-open .header-section {
        min-height: 82px;
        border-radius: 0;
        box-shadow: none;
    }

    .homepage-2026 .header-section .header-menu .footer-box-logo-wrapper-widget-menu-wrapper {
        top: 0;
        bottom: 0;
        height: 100vh;
        z-index: 2;
        padding: 96px 24px 28px;
        background: var(--home-black);
    }

    .homepage-2026 .header-section .header-menu .footer-box-logo-wrapper-widget-menu-wrapper > ul {
        margin-top: 0;
        padding: 0;
    }

    .homepage-2026 .header-section .header-menu ul li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 12px 0;
    }

    .homepage-2026 .header-section .header-menu ul li > a,
    .homepage-2026 .header-section .header-menu ul li:hover a {
        color: var(--home-white) !important;
        opacity: 1;
    }

    .homepage-2026 .header-section .header-menu ul li.hs-item-has-children > .child-trigger {
        float: right;
        margin: 0;
        padding: 8px;
        opacity: 1;
    }

    html[dir="rtl"] .homepage-2026 .header-section .header-menu ul li.hs-item-has-children > .child-trigger {
        float: left;
    }

    .homepage-2026 .header-section .header-menu ul li ul.hs-menu-children-wrapper {
        margin: 0;
        padding: 10px 0 0;
    }

    .homepage-2026 .header-section .header-menu .footer-box-logo-wrapper-widget-menu-wrapper .header-buttons {
        padding: 4px 0;
    }
}

@media (max-width: 767px) {
    .homepage-2026 .home-container {
        width: min(100vw - 24px, 1240px);
    }

    .homepage-2026 .header-section {
        min-height: 72px;
    }

    .homepage-2026 .home-hero {
        padding: 76px 0 34px;
    }

    .homepage-2026 .home-hero h1 {
        font-size: 2.38rem;
        line-height: 1.06;
    }

    .homepage-2026 .home-lead {
        font-size: 1rem;
        line-height: 1.52;
    }

    .homepage-2026 .home-sublead {
        font-size: 0.93rem;
        line-height: 1.58;
    }

    .homepage-2026 .home-feature-strip,
    .homepage-2026 .home-service-swiper:not(.swiper-initialized) .swiper-wrapper,
    .homepage-2026 .home-service-grid,
    .homepage-2026 .home-process-grid,
    .homepage-2026 .home-project-grid {
        grid-template-columns: 1fr;
    }

    .homepage-2026 .home-mini-feature {
        min-height: auto;
    }

    .homepage-2026 .home-hero-visual {
        display: grid;
        gap: 12px;
        min-height: auto;
    }

    .homepage-2026 .home-phone-card,
    .homepage-2026 .home-floating-card {
        position: relative;
        inset: auto;
        width: 100%;
    }

    .homepage-2026 .home-phone-card {
        min-height: 430px;
    }

    .homepage-2026 .api-card {
        width: 100%;
    }

    .homepage-2026 .home-section {
        padding: 58px 0;
    }

    .homepage-2026 .home-section-heading h2,
    .homepage-2026 .home-final-panel h2 {
        font-size: 1.95rem;
        line-height: 1.12;
    }

    .homepage-2026 .home-swiper-button {
        position: static;
        display: inline-grid;
        margin-top: 16px;
        transform: none;
    }

    .homepage-2026 .home-swiper-shell {
        text-align: center;
    }

    .homepage-2026 .home-swiper-prev {
        margin-inline-end: 8px;
    }

    .homepage-2026 .home-service-slide {
        min-height: auto;
        padding: 20px;
        text-align: start;
    }

    .homepage-2026 .home-slide-media,
    .homepage-2026 .home-slide-media img {
        min-height: 220px;
    }

    .homepage-2026 .home-logo-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-2026 .home-process-band {
        padding: 58px 0;
    }

    .homepage-2026 .home-project-card {
        grid-template-columns: 1fr;
    }

    .homepage-2026 .home-final-panel {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .homepage-2026 .home-btn {
        width: 100%;
        min-height: 50px;
    }

    .homepage-2026 .home-cta-row {
        width: 100%;
    }

    .homepage-2026 .home-logo-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .homepage-2026 {
        --home-mobile-gutter: 18px;
        --home-card-radius: 16px;
    }

    .homepage-2026 .home-container {
        width: calc(100vw - (var(--home-mobile-gutter) * 2));
    }

    .homepage-2026 header.header {
        top: 10px !important;
        z-index: 1000;
    }

    .homepage-2026 header.header .container {
        width: calc(100vw - 24px);
    }

    .homepage-2026 .header-section {
        min-height: 58px;
        padding: 0 14px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.94);
        box-shadow: 0 18px 44px rgba(7, 20, 38, 0.18);
    }

    .homepage-2026 .header-logo img {
        width: 92px !important;
    }

    .homepage-2026 .mobile-trigger {
        top: 50% !important;
        right: 12px !important;
        left: auto !important;
        display: grid;
        width: 46px;
        height: 38px;
        margin: 0;
        place-items: center;
        border: 1px solid rgba(125, 249, 255, 0.82);
        border-radius: 999px;
        background: #071426;
        box-shadow: inset 0 0 0 1px rgba(136, 255, 207, 0.24);
        transform: translateY(-50%);
        z-index: 12;
    }

    html[dir="rtl"] .homepage-2026 .mobile-trigger {
        right: auto !important;
        left: 12px !important;
    }

    .homepage-2026 .mobile-trigger::before,
    .homepage-2026 .mobile-trigger::after {
        display: none;
    }

    .homepage-2026 .mobile-trigger span {
        position: absolute;
        left: 12px;
        display: block;
        width: 20px;
        max-width: none;
        height: 2px;
        margin: 0;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--home-cyan), var(--home-aqua));
        transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
    }

    .homepage-2026 .mobile-trigger span:first-child {
        top: 11px;
    }

    .homepage-2026 .mobile-trigger span:nth-child(2) {
        top: 18px;
    }

    .homepage-2026 .mobile-trigger span:last-child {
        top: 25px;
        display: block;
    }

    .homepage-2026.mobile-open .mobile-trigger span {
        top: 18px;
        left: 12px;
        width: 20px;
        transform: rotate(45deg);
    }

    .homepage-2026.mobile-open .mobile-trigger span:first-child {
        top: 18px;
        transform: rotate(-45deg);
    }

    .homepage-2026.mobile-open .mobile-trigger span:last-child {
        opacity: 0;
        transform: scaleX(0.2);
    }

    .homepage-2026.mobile-open header.header {
        top: 0 !important;
        background: transparent;
    }

    .homepage-2026.mobile-open header.header .container {
        width: 100%;
    }

    .homepage-2026.mobile-open .header-section {
        min-height: 68px;
        border-radius: 0;
        border-color: transparent;
        background: #071426;
        box-shadow: none;
    }

    .homepage-2026 .header-section .header-menu .footer-box-logo-wrapper-widget-menu-wrapper {
        top: 0;
        bottom: auto;
        z-index: 4;
        min-height: 100dvh;
        height: 100dvh;
        padding: 88px 18px 28px;
        background:
            radial-gradient(circle at 10% 0%, rgba(125, 249, 255, 0.15), transparent 32%),
            linear-gradient(180deg, #071426 0%, #03070d 100%);
    }

    .homepage-2026 .header-section .header-menu .footer-box-logo-wrapper-widget-menu-wrapper > ul {
        display: grid;
        gap: 12px;
        margin: 0;
        padding: 0;
    }

    .homepage-2026 .header-section .header-menu ul li {
        position: relative;
        padding: 0;
    }

    .homepage-2026 .header-section .header-menu ul li.hs-menu-depth-1 > a {
        display: flex;
        min-height: 58px;
        align-items: center;
        padding: 0 18px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.055);
        color: #fff !important;
        font-size: 1rem !important;
        font-weight: 800;
        letter-spacing: 0;
    }

    .homepage-2026 .header-section .header-menu ul li.hs-item-has-children > .child-trigger {
        position: absolute;
        top: 9px;
        right: 10px;
        display: grid;
        width: 40px;
        height: 40px;
        padding: 0;
        place-items: center;
        border-radius: 12px;
        background: rgba(125, 249, 255, 0.1);
        float: none;
    }

    html[dir="rtl"] .homepage-2026 .header-section .header-menu ul li.hs-item-has-children > .child-trigger {
        right: auto;
        left: 10px;
    }

    .homepage-2026 .header-section .header-menu ul li.hs-item-has-children > .child-trigger::after {
        width: 16px;
        height: 16px;
        border: solid var(--home-cyan);
        border-width: 0 2px 2px 0;
        background: none;
        transform: rotate(45deg);
    }

    .homepage-2026 .header-section .header-menu ul li.hs-item-has-children > .child-trigger.child-open::after {
        transform: rotate(225deg);
    }

    .homepage-2026 .header-section .header-menu ul li ul.hs-menu-children-wrapper {
        margin: 8px 0 0;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.05);
    }

    .homepage-2026 .header-section .header-menu ul li ul.hs-menu-children-wrapper li a {
        display: flex;
        min-height: 44px;
        align-items: center;
        padding: 0 10px;
        color: rgba(255, 255, 255, 0.86) !important;
        font-size: 0.95rem;
    }

    .homepage-2026 .header-section .header-menu .footer-box-logo-wrapper-widget-menu-wrapper .header-buttons {
        padding: 14px 0 0;
    }

    .homepage-2026 .header-section .header-menu .footer-box-logo-wrapper-widget-menu-wrapper .header-buttons .header-button-col {
        padding: 0 0 10px;
    }

    .homepage-2026 .header-section .header-menu .footer-box-logo-wrapper-widget-menu-wrapper .header-buttons .primary-border-button a {
        display: flex;
        width: 100%;
        max-width: none;
        min-height: 50px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: var(--home-yellow);
        color: var(--home-black) !important;
        font-size: 0.95rem;
        font-weight: 900;
    }

    .homepage-2026 .home-hero {
        padding: 88px 0 38px;
    }

    .homepage-2026 .home-signal,
    .homepage-2026 .home-section-heading > span {
        max-width: 100%;
        width: fit-content;
        margin-bottom: 14px;
        white-space: normal;
        text-align: start;
    }

    .homepage-2026 .home-hero h1 {
        max-width: 360px;
        font-size: clamp(2.25rem, 13.2vw, 3.22rem) !important;
        line-height: 1.06;
        text-wrap: balance;
    }

    .homepage-2026 .home-lead {
        margin-top: 20px;
        font-size: 1.02rem;
        line-height: 1.56;
    }

    .homepage-2026 .home-sublead {
        margin-top: 12px;
        font-size: 0.94rem;
        line-height: 1.62;
    }

    .homepage-2026 .home-cta-row {
        display: grid;
        width: 100%;
        gap: 12px;
        margin-top: 26px;
    }

    .homepage-2026 .home-btn {
        width: 100%;
        min-height: 54px;
        padding: 0 18px;
        border-radius: 18px;
        font-size: 0.96rem;
        font-weight: 900;
        white-space: normal;
        text-align: center;
    }

    .homepage-2026 .home-btn svg {
        flex: 0 0 18px;
    }

    .homepage-2026 .home-feature-strip {
        gap: 12px;
        margin-top: 30px;
    }

    .homepage-2026 .home-mini-feature,
    .homepage-2026 .home-service-card,
    .homepage-2026 .home-project-card {
        border-radius: 16px;
        box-shadow: 0 14px 34px rgba(7, 20, 38, 0.07);
    }

    .homepage-2026 .home-mini-feature {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr);
        column-gap: 14px;
        align-items: center;
        padding: 16px;
    }

    .homepage-2026 .home-mini-feature .home-icon {
        grid-row: span 2;
        margin: 0;
    }

    .homepage-2026 .home-mini-feature span:not(.home-icon) {
        margin-top: 3px;
    }

    .homepage-2026 .home-section {
        padding: 54px 0;
    }

    .homepage-2026 .home-section-heading {
        margin-bottom: 22px;
    }

    .homepage-2026 .home-section-heading h2,
    .homepage-2026 .home-final-panel h2 {
        font-size: clamp(1.8rem, 8.4vw, 2.25rem) !important;
        line-height: 1.14;
        text-wrap: balance;
    }

    .homepage-2026 .home-section-heading-row {
        display: grid;
        gap: 18px;
    }

    .homepage-2026 .home-services-grid-section .home-section-heading-row .home-btn {
        justify-self: stretch;
        min-height: 52px;
    }

    .homepage-2026 .home-service-grid {
        gap: 12px;
    }

    .homepage-2026 .home-service-card {
        display: grid;
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 4px 14px;
        min-height: 0;
        padding: 16px;
        align-items: start;
    }

    .homepage-2026 .home-service-card .home-icon {
        grid-row: span 2;
        width: 44px;
        height: 44px;
        margin: 0;
    }

    .homepage-2026 .home-service-card h3 {
        font-size: 1rem;
        line-height: 1.22;
    }

    .homepage-2026 .home-service-card p {
        margin-top: 4px;
        font-size: 0.86rem;
        line-height: 1.48;
    }

    .homepage-2026 .home-service-slide {
        padding: 18px;
        border-radius: 18px;
    }

    .homepage-2026 .home-slide-copy h3 {
        font-size: 1.45rem;
        line-height: 1.16;
    }

    .homepage-2026 .home-slide-copy .home-btn {
        border-radius: 16px;
    }

    .homepage-2026 .home-slide-media,
    .homepage-2026 .home-slide-media img {
        min-height: 170px;
    }

    .homepage-2026 .home-slide-media img {
        padding: 12px;
    }

    .homepage-2026 .home-swiper-button {
        width: 44px;
        height: 44px;
        margin-top: 14px;
    }

    .homepage-2026 .home-logo-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .homepage-2026 .home-logo-item {
        min-height: 62px;
        padding: 12px;
        border-radius: 14px;
    }

    .homepage-2026 .home-process-band {
        padding: 54px 0;
    }

    .homepage-2026 .home-process-grid {
        gap: 12px;
    }

    .homepage-2026 .home-process-step {
        min-height: 0;
        padding: 18px;
        border-radius: 16px;
    }

    .homepage-2026 .home-process-step .home-icon {
        top: 18px;
        inset-inline-end: 18px;
    }

    .homepage-2026 .home-project-card {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 14px;
        min-height: 0;
        padding: 16px;
    }

    .homepage-2026 .home-project-card p {
        font-size: 0.86rem;
        line-height: 1.48;
    }

    .homepage-2026 .home-final-cta {
        padding: 0 0 56px;
    }

    .homepage-2026 .home-final-panel {
        gap: 20px;
        padding: 22px;
        border-radius: 22px;
    }

    .homepage-2026 .home-final-panel .home-cta-row {
        margin-top: 0;
    }

    .homepage-2026 .footer {
        background: #000;
    }

    .homepage-2026 .footer .footer-section {
        padding: 42px 0 36px;
    }

    .homepage-2026 .footer .footer-section .footer-mid-row {
        display: grid;
        gap: 28px;
        padding-bottom: 0;
        text-align: center;
    }

    .homepage-2026 .footer .footer-section .footer-box {
        width: 100%;
        min-width: 0;
        padding: 0;
    }

    .homepage-2026 .footer #footer-box-logo img {
        width: 172px !important;
        max-width: 70vw;
    }

    .homepage-2026 .footer .footer-section .footer-box span {
        display: block;
        margin-top: 8px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.8rem !important;
        line-height: 1.45;
    }

    .homepage-2026 .footer .footer-section .footer-mid-row .footer-menu ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0;
    }

    .homepage-2026 .footer .footer-section .footer-mid-row .footer-menu ul li {
        width: 100%;
        padding: 0;
    }

    .homepage-2026 .footer .footer-section .footer-mid-row .footer-menu ul li.hs-menu-depth-1 > a {
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 0.72rem;
        letter-spacing: 0.16em;
    }

    .homepage-2026 .footer .footer-section .footer-mid-row .footer-menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
        display: grid;
        gap: 8px;
        padding-top: 0;
    }

    .homepage-2026 .footer .footer-section .footer-mid-row .footer-menu ul li.hs-menu-depth-1 ul li {
        padding: 0;
    }

    .homepage-2026 .footer .footer-section .footer-mid-row .footer-menu ul li a {
        color: rgba(255, 255, 255, 0.72) !important;
        font-size: 0.86rem;
        line-height: 1.35;
    }

    .homepage-2026 .footer .social-share {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .homepage-2026 .footer .social-share a {
        display: grid;
        width: 42px;
        height: 42px;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.06);
    }

    .homepage-2026 .footer .social-share svg {
        width: 22px;
        height: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .homepage-2026 *,
    .homepage-2026 *::before,
    .homepage-2026 *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
