/* Public website homepage — loaded after inline :root theme variables in home.blade.php */
* { box-sizing: border-box; }
body { margin: 0; font-family: 'Barlow', sans-serif; color: var(--text); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, 92%); margin: 0 auto; }
.top-strip { background: linear-gradient(90deg, var(--primary), var(--secondary)); color: #fff; font-size: 13px; }
.top-strip .container { display: flex; justify-content: space-between; gap: 8px; padding: 6px 0; }

.top-strip--contact {
    background: var(--button);
    border-top: 3px solid color-mix(in srgb, #0f172a 28%, var(--button));
    color: #fff;
    font-size: 14px;
}

.top-strip-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 28px;
    padding: 10px 0;
}

.top-strip-contact__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
}

.top-strip-contact__link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.top-strip--contact .container.top-strip-contact {
    justify-content: center;
}

.sow-utility-bar {
    background: var(--button, #0f766e);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.sow-utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 7px 0;
}

.sow-utility-app {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    text-decoration: none;
}

.sow-utility-app:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sow-utility-app-icon {
    display: grid;
    place-items: center;
    color: #fff;
}

.sow-utility-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px 22px;
    line-height: 1.35;
}

.sow-utility-contact__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
}

.sow-utility-contact__link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.main-nav--sow .nav-inner {
    height: 76px;
}

.nav-links--sow {
    gap: 22px;
}

.sow-nav-partner {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.sow-nav-chevron {
    display: inline-flex;
    color: #64748b;
}

.sow-nav-chevron svg {
    display: block;
}

.sow-btn-call-round {
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--button, #0d9488) 92%, #0f172a) !important;
    color: #fff !important;
    text-decoration: none;
    box-sizing: border-box;
}

.sow-btn-call-round:hover {
    filter: brightness(1.06);
}

.main-nav { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid var(--border); }
.nav-inner { height: 79px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.brand-name { font-size: 20px; color: #0f172a; font-weight: 800; letter-spacing: 0.02em; }
.brand img {
    width: auto;
    height: 42px;
    max-width: 170px;
    border-radius: 0;
    object-fit: contain;
}
.nav-links { display: flex; align-items: center; gap: 24px; font-weight: 600; font-size: 15px; }
.nav-links a.nav-link-active { color: var(--button); }
.cta { display: flex; gap: 10px; }
.main-nav__toggle {
    display: none;
    border: 1px solid #dbe2ea;
    background: #fff;
    border-radius: 8px;
    width: 40px;
    height: 36px;
    padding: 6px 7px;
    cursor: pointer;
}
.main-nav__toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    border-radius: 2px;
    background: #0f172a;
}
.btn { border: 0; border-radius: 6px; padding: 10px 16px; font-weight: 600; cursor: pointer; }
.btn-phone { background: #0e7490; color: #fff; }
a.btn-phone { display: inline-flex; align-items: center; justify-content: center; }
.btn-login { background: var(--button); color: #fff; }
.btn-my-account { background: var(--button); color: #fff !important; border-radius: 8px; padding: 10px 18px; font-weight: 700; display: inline-flex; align-items: center; }
.btn-my-account:hover { filter: brightness(1.06); color: #fff !important; }
.hero {
    background: radial-gradient(circle at center, color-mix(in srgb, var(--button) 18%, #fff) 0%, color-mix(in srgb, var(--button) 72%, #000) 125%);
    color: #fff;
    min-height: var(--hero-min-height);
    display: flex;
    flex-direction: column;
}
.hero.with-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero .container.hero-inner {
    flex: 1;
    display: grid;
    align-content: center;
}
@media (max-width: 760px) {
    .hero { min-height: var(--hero-min-height-mobile); }
}
.hero-copy {
    max-width: 620px;
    background: rgba(0, 0, 0, 0.46);
    border-radius: 12px;
    padding: 18px 20px;
    backdrop-filter: blur(1px);
}
.hero:not(.with-banner) .hero-copy {
    background: transparent;
    border-radius: 0;
    padding: 0;
    backdrop-filter: none;
}
.hero-inner { grid-template-columns: 1.1fr 0.9fr; gap: 20px; padding: 48px 0 56px; align-items: center; }
.hero h1 { font-size: clamp(38px, 5vw, 54px); line-height: 1.05; margin: 0 0 14px; max-width: 560px; }
.hero p { margin: 0 0 24px; font-size: 20px; color: rgba(255,255,255,0.9); max-width: 580px; }
.hero-visual {
    border-radius: 20px;
    min-height: 340px;
    background: transparent;
    border: 0;
    display: grid;
    place-items: center;
    padding: 16px;
}
.hero-visual img {
    max-height: 360px;
    width: auto;
    object-fit: contain;
}
.search-row { margin-top: -34px; position: relative; z-index: 5; }
.search-bar { background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 22px 32px rgba(0,0,0,0.09); display: grid; grid-template-columns: 220px 1fr; overflow: hidden; }
.city-select { border-right: 1px solid var(--border); padding: 14px; }
.city-select select { border: 0; width: 100%; font: inherit; font-weight: 600; }
.search-input { padding: 14px; }
.search-input input { border: 0; width: 100%; font: inherit; font-size: 15px; }
.slider-shell { position: relative; }
.slider-shell--categories {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0 12px;
}
.slider-shell--categories .category-strip {
    flex: 1;
    min-width: 0;
    padding: 44px 0 40px;
}
.slider-shell--categories .slider-btn {
    position: static;
    transform: none;
    flex-shrink: 0;
    align-self: center;
}
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: 1px solid var(--border);
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
}
.slider-btn.prev { left: -18px; }
.slider-btn.next { right: -18px; }
.slider-btn svg { width: 18px; height: 18px; stroke: #111827; }
.category-strip {
    padding: 44px 0 40px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.category-strip::-webkit-scrollbar { display: none; }
.category-chip {
    text-align: center;
    min-width: 108px;
    max-width: 120px;
    flex: 0 0 auto;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    padding: 4px 2px 0;
}
.category-chip:focus-visible {
    outline: 2px solid var(--button);
    outline-offset: 2px;
}
.category-icon {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    margin: 0 auto 10px;
    background: color-mix(in srgb, var(--button) 14%, white);
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 15px;
    color: var(--button);
}
.category-icon--img {
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    padding: 6px;
    box-sizing: border-box;
}
.category-icon--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.category-chip p { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.25; min-height: 2.5em; }
.promo-how-section { overflow-x: clip; }
.js-reveal-from-left,
.js-reveal-from-right {
    opacity: 0;
    transform: translateX(calc(-1 * min(42vw, 320px)));
    transition:
        opacity 0.88s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.88s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}
.js-reveal-from-right {
    transform: translateX(min(42vw, 320px));
}
.js-reveal-from-left.is-revealed,
.js-reveal-from-right.is-revealed {
    opacity: 1;
    transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
    .js-reveal-from-left,
    .js-reveal-from-right {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
.how-it-works-block { padding-top: 4px; }
.promo-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 20px 0 52px; }
.promo-card { border-radius: 10px; overflow: hidden; min-height: 146px; border: 1px solid #e7edf3; display: grid; grid-template-columns: 1.25fr 1fr; align-items: stretch; }
.promo-card--cyan { background: linear-gradient(90deg, #9fe2ef 0%, #c8f2fa 60%, #e6faff 100%); }
.promo-card--blue { background: linear-gradient(90deg, #d6e7fb 0%, #e8f2ff 65%, #f4f8ff 100%); }
.promo-card--green { background: linear-gradient(90deg, #ccefd8 0%, #def6e5 65%, #f1fbf4 100%); }
.promo-card--pink { background: linear-gradient(90deg, #ffe8eb 0%, #fff1f4 65%, #fff8f9 100%); }
.promo-content { padding: 16px 12px 14px 14px; color: #111827; display: flex; flex-direction: column; justify-content: center; }
.promo-content h3 { margin: 0 0 3px; font-size: 14px; line-height: 1.2; max-width: 95%; }
.promo-content p { margin: 0 0 8px; font-size: 11px; color: #374151; }
.promo-link { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 700; color: #e11d48; }
.promo-visual { display: flex; align-items: end; justify-content: center; padding: 10px 8px 0 0; }
.promo-visual img { width: 100%; height: 100%; max-height: 136px; object-fit: contain; object-position: right bottom; }
.section-title { margin: 0; font-size: 44px; line-height: 1.05; }
.sub-title { margin: 8px 0 0; color: var(--muted); }
.how-steps { padding: 24px 0 82px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; background: #fff; display: flex; align-items: center; gap: 14px; min-height: 108px; position: relative; }
.step-visual { width: 86px; height: 74px; border-radius: 10px; background: #f5f9ff; display: grid; place-items: center; flex-shrink: 0; overflow: hidden; }
.step-visual img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.step-copy strong { display: inline-block; margin-bottom: 6px; color: #c77808; font-size: 13px; }
.step-copy div { font-weight: 600; line-height: 1.3; color: #111827; }
.step:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 156px;
    height: 22px;
    right: -84px;
    top: 32px;
    background-image: radial-gradient(circle, #9ca3af 1.4px, transparent 1.6px);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    opacity: .8;
    transform: rotate(-7deg);
    pointer-events: none;
}
.service-block { padding: 42px 0; position: relative; overflow: hidden; isolation: isolate; }
.service-block .container { position: relative; z-index: 2; }
.service-bg-shape,
.service-bg-ring {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: .55;
}
.service-bg-shape--left {
    width: 190px;
    height: 190px;
    left: -62px;
    top: 34px;
    border-radius: 46% 54% 52% 48% / 48% 46% 54% 52%;
    background: linear-gradient(165deg, color-mix(in srgb, var(--primary) 35%, #ffffff), color-mix(in srgb, var(--secondary) 28%, #ffffff));
    transform: translate3d(0, 0, 0);
    will-change: transform;
}
.service-bg-shape--right {
    width: 180px;
    height: 180px;
    right: -56px;
    bottom: 32px;
    border-radius: 50%;
    background: linear-gradient(145deg, color-mix(in srgb, var(--secondary) 35%, #ffffff), color-mix(in srgb, var(--primary) 25%, #ffffff));
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform;
}
.service-bg-ring {
    width: 130px;
    height: 130px;
    right: 18%;
    top: 18px;
    border-radius: 50%;
    border: 18px solid color-mix(in srgb, var(--primary) 28%, #ffffff);
    transform: translate3d(0, 0, 0);
    opacity: .45;
    will-change: transform, opacity;
}
.service-block.soft {
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--primary) 16%, #ffffff) 0%,
        color-mix(in srgb, var(--secondary) 12%, #ffffff) 100%
    );
}
.service-block.soft .service-bg-shape,
.service-block.soft .service-bg-ring { display: none; }
.block-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.block-head h2 { margin: 0; font-size: 45px; }
.block-head p { margin: 6px 0 0; color: #374151; max-width: 760px; }
.view-link { font-weight: 600; white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; }
.view-link svg { width: 16px; height: 16px; stroke: currentColor; }
.item-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 6px;
}
.item-grid::-webkit-scrollbar { display: none; }
.item {
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--border);
    overflow: hidden;
    position: relative;
    min-width: 0;
    flex: 0 0 calc((100% - 42px) / 4);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.item:focus-visible {
    outline: 2px solid var(--button);
    outline-offset: 2px;
}
.item-image {
    height: 170px;
    flex: 0 0 170px;
    overflow: hidden;
    background: color-mix(in srgb, var(--button) 12%, #fff);
    display: grid;
    place-items: center;
    font-size: 30px;
    font-weight: 700;
    color: var(--button);
}
.item-image img { width: 100%; height: 100%; object-fit: contain; padding: 12px; background: #fff; display: block; }
.item p {
    margin: 0;
    padding: 10px 12px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    position: relative;
    z-index: 2;
}
.why-choose-section { padding: 56px 0 48px; background: #fff; overflow-x: clip; }
/* Why section: scroll reveal — diagonal + tilt (different from promo horizontal slide) */
.js-why-reveal-banner,
.js-why-reveal-head-l,
.js-why-reveal-grid-r {
    opacity: 0;
    will-change: transform, opacity;
}
.js-why-reveal-banner {
    transform: translate3d(0, 72px, 0) scale(0.92);
    transition:
        opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-why-reveal-head-l {
    transform: translate3d(calc(-1 * min(38vw, 340px)), 56px, 0) rotate(-4deg) scale(0.96);
    transition:
        opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
        transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-why-reveal-grid-r {
    transform: translate3d(min(38vw, 340px), 56px, 0) rotate(4deg) scale(0.94);
    transition:
        opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
        transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-why-reveal-banner.is-why-revealed,
.js-why-reveal-head-l.is-why-revealed,
.js-why-reveal-grid-r.is-why-revealed {
    opacity: 1;
    transform: none;
}
@media (prefers-reduced-motion: reduce) {
    .js-why-reveal-banner,
    .js-why-reveal-head-l,
    .js-why-reveal-grid-r {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
.about-us-banner {
    width: min(1180px, 92%);
    margin: 0 auto 30px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
}
.about-us-banner img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
}
.why-choose-head { text-align: center; margin-bottom: 30px; }
.why-choose-head h2 {
    margin: 0 0 8px;
    font-size: clamp(28px, 3.4vw, 42px);
    color: color-mix(in srgb, var(--button) 78%, #111827);
}
.why-choose-head p { margin: 0; color: #4b5563; }
.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
}
.why-choose-card {
    text-align: center;
    padding: 8px 10px;
}
.why-choose-card img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    margin: 0 auto 10px;
}
.why-choose-card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}
.testimonials-wrap { padding: 46px 0; }
.testi-head { display: grid; grid-template-columns: 1fr 1.5fr; gap: 20px; margin-bottom: 16px; }
.testi-head h2 { margin: 0; font-size: 48px; }
.testi-head p { margin: 0; color: #1f2937; line-height: 1.7; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testi-card { border: 1px solid var(--border); border-radius: 12px; padding: 16px; background: #fff; }
.testi-top { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--muted); font-size: 14px; }
.app-strip { padding: 55px 0; }
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; }
.app-phone { height: 320px; border-radius: 20px; background: radial-gradient(circle at 30% 40%, color-mix(in srgb, var(--button) 35%, white), transparent 45%), linear-gradient(120deg, #f3f4f6, #e5e7eb); display: grid; place-items: center; font-size: 30px; font-weight: 700; color: #374151; }
.app-cta h3 { margin: 0 0 10px; font-size: 50px; }
.app-cta p { margin: 0 0 18px; color: var(--muted); }
.inline-form { display: grid; grid-template-columns: 1fr 130px; gap: 8px; max-width: 460px; }
.inline-form input { border: 1px solid var(--border); border-radius: 6px; padding: 10px 12px; font: inherit; }
.inline-form button { border: 0; border-radius: 6px; background: var(--button); color: #fff; font-weight: 700; }
.partner-box { margin-top: 26px; border-radius: 16px; background: linear-gradient(120deg, color-mix(in srgb, var(--primary) 88%, #fff), color-mix(in srgb, var(--secondary) 90%, #fff)); color: #fff; padding: 32px; }
.partner-box h3 { margin: 0 0 10px; font-size: 44px; }
.clients-strip { padding: 26px 0 0; }
.client-grid { display: grid; grid-template-columns: 1.2fr 2fr; gap: 20px; }
.logos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.logo { border: 1px solid var(--border); border-radius: 8px; padding: 20px 8px; text-align: center; font-weight: 700; color: #4b5563; }
.newsletter { margin-top: 18px; background: linear-gradient(90deg, var(--primary), var(--secondary)); color: #fff; padding: 16px 0; }
.newsletter .container { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.footer-main {
    background: #fff;
    padding: 34px 0;
    border-top: 0;
    border-bottom: 1px solid var(--border);
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 24px; }
.footer-grid--site {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 28px 32px;
    align-items: start;
}
.footer-grid h4 { margin: 0 0 10px; font-size: 36px; }
.footer-legal-name {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    color: #475569;
}
.footer-section-title {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    padding-bottom: 8px;
    border-bottom: 3px solid var(--button);
    width: fit-content;
    max-width: 100%;
}
.footer-links a { display: block; margin-bottom: 8px; color: #374151; font-weight: 500; }
.footer-links a:hover { color: var(--button); }
.footer-locate { font-size: 14px; line-height: 1.55; color: #374151; }
.footer-locate-row { margin: 0 0 14px; }
.footer-locate-row:last-child { margin-bottom: 0; }
.footer-locate-label {
    display: inline-block;
    min-width: 4.25rem;
    font-weight: 700;
    color: #64748b;
    margin-right: 8px;
}
.footer-locate-row a {
    color: var(--button);
    font-weight: 600;
    text-decoration: none;
}
.footer-locate-row a:hover { text-decoration: underline; }
.footer-locate-row--block .footer-locate-value {
    display: block;
    margin-top: 4px;
    font-weight: 500;
    color: #374151;
}
.footer-locate-cin .footer-locate-value {
    font-weight: 600;
    color: #1e293b;
    letter-spacing: 0.02em;
}
.service-menu { padding: 34px 0 60px; }
.service-menu-grid { display: grid; grid-template-columns: 210px 1fr; gap: 16px; padding: 8px 0; border-bottom: 1px solid #f1f5f9; }
.service-menu-grid:last-child { border-bottom: 0; }
.service-menu-grid h5 { margin: 0; font-size: 25px; }
.menu-list { display: flex; flex-wrap: wrap; gap: 8px 12px; color: #374151; }
.menu-list span::after { content: '|'; margin-left: 12px; color: #9ca3af; }
.menu-list span:last-child::after { content: ''; }
.floating-chat { position: fixed; left: 8px; bottom: 8px; z-index: 99; background: #22c55e; color: #fff; border-radius: 7px; padding: 8px 12px; font-size: 13px; font-weight: 700; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
@media (max-width: 1100px) {
    .hero-inner, .app-grid, .client-grid, .testi-head { grid-template-columns: 1fr; }
    .promo-row, .testi-grid, .why-choose-grid { grid-template-columns: repeat(2, 1fr); }
    .service-menu-grid { grid-template-columns: 1fr; }
    .section-title, .block-head h2, .testi-head h2, .partner-box h3, .app-cta h3 { font-size: 34px; }
    .main-nav__toggle { display: block; }
    .nav-inner { height: auto; min-height: 72px; flex-wrap: wrap; gap: 8px; padding: 8px 0; }
    .cta { margin-left: auto; align-items: center; position: relative; }
    .nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        z-index: 60;
        width: min(260px, 80vw);
        margin: 0 !important;
        padding: 12px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .main-nav.is-mobile-open .nav-links { display: flex; }
    .nav-links a {
        width: 100%;
        padding: 8px 10px;
        border-radius: 8px;
    }
    .nav-links a:hover {
        background: #f1f5f9;
    }
    .item { flex-basis: calc((100% - 14px) / 2); }
}
@media (max-width: 760px) {
    .promo-row, .testi-grid, .how-steps, .footer-grid, .footer-grid--site, .logos, .why-choose-grid { grid-template-columns: 1fr; }
    .search-bar { grid-template-columns: 1fr; }
    .top-strip .container { justify-content: center; text-align: center; }
    .sow-utility-contact {
        justify-content: flex-start;
        width: 100%;
        font-size: 12px;
    }
    .hero h1 { font-size: 34px; }
    .brand img { height: 36px; max-width: 130px; }
    .cta .btn-phone, .cta .btn-login, .cta .btn-my-account { padding: 8px 12px; font-size: 13px; }
    .hero-copy { max-width: 100%; padding: 14px; }
    .item-grid { scroll-snap-type: x mandatory; padding-bottom: 4px; }
    .item { flex: 0 0 84%; scroll-snap-align: start; }
    .item-image {
        height: 180px;
        flex: 0 0 180px;
        background: #fff;
    }
    .item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        padding: 0;
        background: transparent;
    }
    .slider-shell--categories { gap: 6px; padding: 6px 0 10px; }
    .slider-shell--categories .category-strip { padding: 28px 0 24px; }
    .slider-shell--categories .slider-btn { width: 36px; height: 36px; }
    .step:not(:last-child)::after { display: none; }
    .why-choose-section { padding: 40px 0 30px; }
    .service-bg-shape--left { width: 130px; height: 130px; left: -48px; top: 18px; }
    .service-bg-shape--right { width: 120px; height: 120px; right: -42px; bottom: 18px; }
    .service-bg-ring { width: 86px; height: 86px; border-width: 12px; right: 8px; top: 8px; }
}
