:root {
    --site-bg: #f6f7f9;
    --site-ink: #1f2328;
    --site-muted: #5f6670;
    --site-panel: #0f1720;
    --site-accent: #f59e0b;
    --site-blue: #0f766e;
}

body.site-shell {
    background: linear-gradient(180deg, #ffffff 0%, var(--site-bg) 48%, #ffffff 100%);
    color: var(--site-ink);
    min-height: 100vh;
}

html[lang="ar"] body {
    direction: rtl;
    text-align: right;
}

.site-navbar {
    background: rgba(15, 23, 32, .94);
    backdrop-filter: blur(18px);
}

.site-navbar .nav-link,
.site-navbar .navbar-brand,
.site-navbar .navbar-toggler {
    color: #fff;
}

.site-navbar .site-brand {
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.site-logo {
    display: block;
    width: auto;
    height: 48px;
    max-width: min(220px, 52vw);
    object-fit: contain;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .nav-link.show,
.site-navbar .nav-link.active,
.site-navbar .navbar-brand:hover {
    color: #facc15;
}

.site-navbar .dropdown-toggle.show,
.site-navbar .dropdown-toggle:focus,
.site-navbar .dropdown-toggle:active {
    color: #fff !important;
}

.site-navbar .navbar-language-toggle,
.site-navbar .navbar-language-toggle:hover,
.site-navbar .navbar-language-toggle:focus,
.site-navbar .navbar-language-toggle:active,
.site-navbar .navbar-language-toggle.show {
    background: transparent !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
}

.language-flag {
    display: inline-block;
    width: 1.65rem;
    height: 1.1rem;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(15, 23, 32, .12);
}

.language-dropdown .dropdown-toggle::after {
    margin-left: .45rem;
    vertical-align: .12em;
}

.language-menu {
    --bs-dropdown-min-width: 5.4rem;
    min-width: 5.4rem;
    width: 5.4rem;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #2cbfd0;
    box-shadow: 0 1rem 2rem rgba(15, 23, 32, .22);
}

.language-menu[data-bs-popper] {
    margin-top: .85rem;
}

.language-option {
    min-height: 3.2rem;
    padding: .75rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2cbfd0;
    color: var(--site-panel);
}

.language-option:hover,
.language-option:focus {
    background: #22aebf;
}

.language-option.active,
.language-option.active:hover,
.language-option.active:focus {
    background: #b8bdc5;
    color: var(--site-panel);
}

.language-option .language-flag {
    width: 2rem;
    height: 1.35rem;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.navbar-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    color: #fff;
}

.navbar-action-icon {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.btn-whatsapp,
.navbar-whatsapp-btn {
    background: #22c55e;
    border-color: #22c55e;
    color: #fff;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.navbar-whatsapp-btn:hover,
.navbar-whatsapp-btn:focus {
    background: #16a34a;
    border-color: #16a34a;
    color: #fff;
}

.py-6,
.py-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-modern,
.service-hero {
    background:
        linear-gradient(135deg, rgba(15, 118, 110, .12) 0%, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #eef5f4 100%);
}

.hero-content-card,
.service-intro,
.card,
.service-card,
.accordion,
.image-panel,
.service-media,
.map-card,
.brand-card,
.product-strip,
.reason-box,
.area-tile {
    border-radius: 8px;
}

.hero-content-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 32, .08);
}

.hero-grid {
    --hero-panel-height: clamp(500px, 58vh, 620px);
}

.hero-column {
    display: flex;
}

.hero-content-card,
.hero-image-card {
    min-height: var(--hero-panel-height);
    width: 100%;
}

.hero-content-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.hero-content-card h1 {
    color: var(--site-blue);
    line-height: 1.1;
}

html[lang="it"] .hero-title {
    font-size: clamp(2.35rem, 3.3vw, 3.25rem);
    line-height: 1.12;
}

html[lang="it"] .hero-content-card .lead {
    font-size: 1.12rem;
}

.hero-content-card .lead {
    color: var(--site-muted);
}

.warranty-call-section {
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, .08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.home-call-card {
    max-width: 1120px;
    padding: clamp(1.5rem, 3vw, 2.35rem);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(15, 23, 32, .09);
    box-shadow: 0 18px 42px rgba(15, 23, 32, .11);
}

.home-call-card .hero-title {
    color: #071b3d;
    font-size: clamp(2rem, 3.5vw, 3.15rem);
    line-height: 1.05;
}

.home-call-card .lead {
    color: #334155;
    font-size: 1.08rem;
}

.appliance-icon-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(92px, 1fr));
    gap: .75rem;
}

.appliance-icon-tile {
    min-height: 102px;
    padding: .85rem .55rem;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: #0b1b33;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    border: 1px solid rgba(15, 23, 32, .1);
    box-shadow: 0 8px 18px rgba(15, 23, 32, .06);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.appliance-icon-tile:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 118, 110, .3);
    box-shadow: 0 12px 26px rgba(15, 23, 32, .1);
}

.appliance-icon-tile svg {
    width: 2.25rem;
    height: 2.25rem;
    fill: currentColor;
}

.appliance-icon-tile span {
    color: #0f1720;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.2;
}

.hero-badge {
    background: rgba(15, 118, 110, .12);
    color: var(--site-blue);
}

.hero-image-card,
.service-media {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 32, .18);
}

.hero-image {
    width: 100%;
    height: 100%;
    min-height: var(--hero-panel-height);
    object-fit: cover;
    display: block;
}

.hero-feature {
    min-height: 58px;
    padding: 14px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid rgba(15, 118, 110, .18);
    color: var(--site-ink);
    font-weight: 700;
    text-align: center;
    display: grid;
    place-items: center;
}

.section-kicker {
    color: var(--site-blue);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.section-kicker-light {
    color: #facc15;
}

.section-lead {
    max-width: 720px;
}

.home-brands-section {
    background:
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.service-card {
    border: 1px solid rgba(15, 23, 32, .08) !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(15, 118, 110, .22) !important;
    box-shadow: 0 1rem 2rem rgba(15, 23, 32, .12) !important;
}

.service-image {
    position: relative;
    overflow: hidden;
    height: 170px;
    min-height: 170px;
    max-height: 170px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .36));
}

.service-media img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-hero .service-media {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
}

.service-hero-modern {
    background:
        linear-gradient(135deg, rgba(15, 118, 110, .16) 0%, transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #edf7f5 100%);
}

.service-pill {
    background: rgba(15, 118, 110, .12);
    color: var(--site-blue);
}

.service-page-title {
    color: var(--site-ink);
    line-height: 1.04;
}

.service-page-lead {
    max-width: 720px;
    color: var(--site-muted);
    font-size: 1.22rem;
}

.service-hero-actions .btn {
    min-width: 160px;
}

.service-hero-media {
    position: relative;
    max-width: 460px !important;
    border: 10px solid #fff;
}

.service-hero-media::before {
    content: "";
    position: absolute;
    inset: 14px -18px -18px 14px;
    z-index: -1;
    border-radius: 8px;
    background: rgba(15, 118, 110, .18);
}

.service-hero-media img {
    width: 100%;
    height: clamp(260px, 34vw, 390px);
    object-fit: cover;
}

.service-intro {
    background: #fff;
    border: 1px solid rgba(15, 23, 32, .08);
    box-shadow: 0 1rem 2rem rgba(15, 23, 32, .08);
}

.service-intro-modern {
    box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 32, .08);
}

.service-feature-card,
.service-why-card {
    min-height: 190px;
    padding: 1.5rem;
    border-radius: 8px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.service-feature-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 32, .08);
    box-shadow: 0 .75rem 1.5rem rgba(15, 23, 32, .06);
}

.service-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(15, 118, 110, .24);
    box-shadow: 0 1.25rem 2.2rem rgba(15, 23, 32, .12);
}

.service-card-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, .12);
    color: var(--site-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-card-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.service-process-list {
    display: grid;
    gap: 1rem;
}

.service-process-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 32, .08);
}

.service-process-step span {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: var(--site-panel);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.service-why-section {
    background: linear-gradient(135deg, #071116 0%, #0f1720 54%, #123c3a 100%);
}

.service-why-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .86);
}

.service-why-card:hover {
    transform: translateY(-5px);
    border-color: rgba(250, 204, 21, .35);
    box-shadow: 0 1.25rem 2.2rem rgba(0, 0, 0, .18);
}

.service-card-icon-light {
    background: rgba(250, 204, 21, .14);
    color: #facc15;
}

.service-address-card {
    border-radius: 8px;
    background: var(--site-panel);
    color: #fff;
}

.reason-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform .2s ease, box-shadow .2s ease;
}

.reason-box:hover {
    transform: translateX(6px);
    box-shadow: 0 .5rem 1rem rgba(15, 23, 32, .08);
}

.reason-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--site-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-weight: 700;
}

.area-tile {
    min-height: 118px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    align-content: center;
    gap: .25rem;
}

.area-tile span,
.area-tile small {
    color: rgba(255, 255, 255, .64);
}

.brand-card {
    background: #fff;
    padding: 12px 16px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 32, .08);
    box-shadow: 0 8px 20px rgba(15, 23, 32, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.brand-card:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 118, 110, .24);
    box-shadow: 0 14px 28px rgba(15, 23, 32, .12);
}

.brand-card:focus {
    outline: 3px solid rgba(245, 158, 11, .38);
    outline-offset: 3px;
}

.brand-card img {
    max-width: 168px;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: .88;
}

.brand-logo-electrolux {
    transform: scale(2.35);
}

.brand-logo-aeg,
.brand-logo-beko,
.brand-logo-whirlpool,
.brand-logo-hoover {
    transform: scale(1.35);
}

.brand-logo-ignis,
.brand-logo-franke,
.brand-logo-hotpoint {
    transform: scale(1.25);
}

.brand-logo-miele {
    transform: scale(1.12);
}

.brand-hero {
    background:
        linear-gradient(90deg, #ffffff 0%, #ffffff 56%, #f3f5f8 56%, #f3f5f8 100%);
}

.brand-hero-title {
    max-width: 760px;
    color: #262626;
    font-size: clamp(2.7rem, 6vw, 5.2rem);
    font-weight: 800;
    line-height: 1.06;
}

.brand-hero-lead {
    max-width: 760px;
    color: var(--site-ink);
    font-size: 1.08rem;
    line-height: 1.65;
}

.brand-hours {
    max-width: 760px;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(15, 23, 32, .14);
    color: var(--site-ink);
    font-weight: 700;
}

.brand-product-panel {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-visual-card {
    width: min(100%, 480px);
    padding: 1rem;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .72)),
        #eef3f5;
    border: 1px solid rgba(15, 23, 32, .08);
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 32, .14);
}

.brand-image-frame {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.brand-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 62%, rgba(15, 23, 32, .08) 100%);
    pointer-events: none;
}

.brand-product-image {
    width: 100%;
    height: clamp(320px, 42vw, 460px);
    object-fit: cover;
    object-position: center;
    display: block;
}

.brand-logo-badge {
    margin-top: .9rem;
    min-height: 86px;
    padding: 1rem 1.15rem;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    border: 1px solid rgba(15, 23, 32, .08);
    box-shadow: 0 .75rem 1.5rem rgba(15, 23, 32, .08);
}

.brand-logo-badge span {
    color: var(--site-blue);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.brand-logo-badge img {
    max-width: 150px;
    max-height: 52px;
    object-fit: contain;
}

.brand-info-card,
.brand-service-card,
.brand-related-card {
    border-radius: 8px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.brand-info-card {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 32, .08);
    box-shadow: 0 .75rem 1.5rem rgba(15, 23, 32, .06);
}

.brand-info-card:hover,
.brand-service-card:hover,
.brand-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1.25rem 2.2rem rgba(15, 23, 32, .12);
}

.brand-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, .12);
    color: var(--site-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.brand-service-card {
    display: flex;
    min-height: 170px;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 32, .08);
    color: var(--site-ink);
    text-decoration: none;
}

.brand-service-card span {
    color: var(--site-muted);
}

.brand-related-section {
    background: linear-gradient(135deg, #071116 0%, #0f1720 54%, #123c3a 100%);
}

.brand-related-card {
    height: 92px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .22);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-related-card:hover,
.brand-related-card:focus {
    border-color: rgba(250, 204, 21, .38);
    background: #fff;
}

.brand-related-card img {
    max-width: 120px;
    max-height: 42px;
    object-fit: contain;
}

.product-strip {
    border: 1px solid rgba(15, 23, 32, .08);
    background: #123c3a;
    color: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.product-strip > div {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.product-strip .btn {
    align-self: center;
}

.product-strip .text-secondary {
    color: rgba(255, 255, 255, .78) !important;
}

.product-guidance-strip {
    max-width: 1180px;
    padding: 0;
    background:
        transparent;
    border: 0;
    box-shadow: none;
}

.product-guidance-section {
    background:
        radial-gradient(circle at 50% 0%, rgba(15, 118, 110, .34), transparent 38%),
        linear-gradient(135deg, #10170f 0%, #071116 45%, #123c3a 100%);
    color: #fff;
}

.product-guidance-heading {
    max-width: 760px;
}

.product-guidance-strip > .product-guidance-grid {
    max-width: 100%;
}

.product-guidance-heading h3 {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.12;
}

.product-guidance-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.product-guidance-card {
    min-height: 340px;
    padding: 2.25rem 1.8rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .95);
    color: var(--site-ink);
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-guidance-card:hover {
    transform: translateY(-6px);
    border-color: rgba(250, 204, 21, .38);
    box-shadow: 0 1.6rem 3rem rgba(0, 0, 0, .28);
}

.product-guidance-icon {
    width: 7.8rem;
    height: 7.8rem;
    border-radius: 999px;
    background: #eefaf7;
    color: var(--site-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.product-guidance-card:hover .product-guidance-icon {
    background: rgba(250, 204, 21, .16);
    color: #0f766e;
    transform: scale(1.04);
}

.product-guidance-icon svg {
    width: 4rem;
    height: 4rem;
    fill: currentColor;
}

.product-guidance-card h4 {
    margin: 0;
    color: #0f1720;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.15;
}

.product-guidance-card p {
    margin: 0;
    color: var(--site-muted);
    line-height: 1.7;
}

.about-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f3f7f8 100%);
}

.about-hero-grid {
    min-height: 560px;
}

.about-image-panel,
.about-intro-panel {
    height: 100%;
    min-height: 520px;
}

.about-image-panel {
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    background: #fff;
}

.about-image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-intro-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 5rem);
    border-radius: 0 8px 8px 0;
    background: #f2f4f8;
}

.about-intro-panel h1 {
    color: var(--site-ink);
    line-height: 1.06;
}

.about-intro-panel .lead,
.about-text {
    color: var(--site-muted);
}

.about-metric {
    height: 100%;
    padding: 1rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 32, .08);
}

.about-metric span {
    display: block;
    color: var(--site-blue);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.about-metric strong {
    display: block;
    margin-top: .35rem;
    color: var(--site-ink);
}

.about-value-card {
    padding: 1.5rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(15, 23, 32, .08);
    box-shadow: 0 .75rem 1.5rem rgba(15, 23, 32, .06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.about-value-card:hover {
    transform: translateY(-5px);
    border-color: rgba(15, 118, 110, .24);
    box-shadow: 0 1.25rem 2.2rem rgba(15, 23, 32, .12);
}

.about-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, .12);
    color: var(--site-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.about-services-section {
    background: linear-gradient(135deg, #071116 0%, #0f1720 54%, #123c3a 100%);
}

.about-service-link {
    min-height: 56px;
    padding: .95rem 1rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}

.about-service-link::before {
    content: "";
    width: .5rem;
    height: .5rem;
    margin-right: .75rem;
    border-radius: 999px;
    background: #facc15;
    flex: 0 0 auto;
}

html[lang="ar"] .about-service-link::before {
    margin-right: 0;
    margin-left: .75rem;
}

.about-service-link:hover,
.about-service-link:focus {
    transform: translateY(-3px);
    border-color: rgba(250, 204, 21, .38);
    background: rgba(250, 204, 21, .12);
    color: #fff;
}

.contact-product-strip {
    align-items: flex-start;
    text-align: left;
    padding: 1.25rem;
}

.contact-product-strip .btn {
    align-self: flex-start;
}

html[lang="ar"] .contact-product-strip {
    text-align: right;
}

html[lang="ar"] .contact-product-strip .btn {
    align-self: flex-end;
}

.map-card {
    min-height: 380px;
    background: rgba(255, 255, 255, .08);
}

.map-card iframe {
    display: block;
    width: 100%;
    height: 380px;
}

.cta-band,
.cta-panel {
    background: linear-gradient(135deg, #071116 0%, #0f1720 55%, #123c3a 100%);
}

.cta-band {
    color: #fff !important;
}

.cta-band h2,
.cta-band p {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
}

.cta-panel {
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 32, .16);
}

.cta-panel .h3,
.cta-panel p {
    color: #f8fafc !important;
}

.form-control,
.form-select {
    border-radius: 8px;
    padding: .85rem 1rem;
}

.form-check-input {
    border-radius: 4px;
}

.contact-request-section {
    background: #fff;
}

.contact-form-heading {
    max-width: 1180px;
}

.contact-form-title {
    color: #262626;
    font-size: clamp(2.6rem, 6vw, 5.25rem);
    font-weight: 800;
    line-height: 1.02;
}

.contact-form-lead {
    max-width: 1120px;
    color: var(--site-muted);
    font-size: clamp(1.08rem, 1.8vw, 1.45rem);
    line-height: 1.55;
}

.contact-form-panel {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(15, 23, 32, .06);
    box-shadow: 0 1.25rem 2.75rem rgba(15, 23, 32, .08);
}

.contact-modern-form label {
    margin-bottom: .45rem;
    color: var(--site-ink);
    font-size: 1rem;
    font-weight: 700;
}

.contact-form-control {
    min-height: 3.55rem;
    border: 0;
    border-radius: 6px;
    background: #f3f1f6;
    color: var(--site-ink);
    font-size: 1rem;
    box-shadow: none;
}

.contact-form-control::placeholder {
    color: #d99455;
    opacity: 1;
}

.contact-form-control:focus {
    background: #f8fafc;
    box-shadow: 0 0 0 .2rem rgba(15, 118, 110, .16);
}

.contact-form-textarea {
    min-height: 11rem;
}

.contact-privacy-check {
    padding: 1rem 1rem 1rem 2.75rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 32, .08);
}

.contact-submit-btn {
    min-width: 220px;
}

.contact-submit-btn:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.contact-info-card {
    padding: 1.25rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 32, .08);
}

.contact-info-card a {
    color: var(--site-ink);
    font-weight: 700;
    text-decoration: none;
}

.contact-info-card a:hover,
.contact-info-card a:focus {
    color: var(--site-blue);
}

.contact-info-card-dark {
    background: var(--site-panel);
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(15, 118, 110, .08);
    color: var(--site-ink);
}

.site-footer {
    background: var(--site-panel);
    color: #fff;
}

.footer-brand-panel {
    max-width: 380px;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #fff;
    color: #0f1720;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
    padding: .36rem .62rem;
    margin-bottom: .9rem;
}

.footer-title {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.15;
    margin: .55rem 0 .75rem;
}

.footer-description {
    color: rgba(226, 232, 240, .72);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.35rem;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    color: rgba(226, 232, 240, .72);
    font-style: normal;
    line-height: 1.35;
    margin: 0;
}

.footer-contact a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .16em;
}

.footer-contact a:hover,
.footer-contact a:focus {
    color: #facc15;
}

.footer-legal-links {
    display: grid;
    gap: .6rem;
}

.footer-legal-link {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    width: fit-content;
    max-width: 100%;
    padding: .55rem .78rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: rgba(248, 250, 252, .88);
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.footer-legal-link svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    fill: #facc15;
}

.footer-legal-link:hover,
.footer-legal-link:focus {
    transform: translateY(-1px);
    border-color: rgba(250, 204, 21, .38);
    background: rgba(250, 204, 21, .12);
    color: #fff;
}

@media (max-width: 991.98px) {
    .appliance-icon-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .product-guidance-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        --hero-panel-height: 320px;
    }

    .hero-column {
        display: block;
    }

    .hero-image-column {
        display: none;
    }

    .hero-content-card,
    .hero-image-card {
        height: auto !important;
        min-height: 0 !important;
    }

    .hero-image {
        height: 320px;
        min-height: 320px;
    }

    .min-vh-75 {
        min-height: auto;
    }

    .py-6,
    .py-lg-6 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (max-width: 575.98px) {
    .home-call-card {
        padding: 1.25rem;
    }

    .appliance-icon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .appliance-icon-tile {
        min-height: 94px;
    }

    .hero-content-card {
        padding: 1.5rem !important;
    }

    .hero-image {
        height: 260px;
        min-height: 260px;
    }

    .service-media img {
        height: 220px;
    }

    .service-hero .service-media {
        max-width: 100%;
        margin-left: 0;
    }

    .service-hero-actions .btn {
        width: 100%;
    }

    .service-hero-media::before {
        display: none;
    }

    .brand-card {
        height: 74px;
        padding: 10px;
    }

    .brand-card img {
        max-height: 44px;
        max-width: 132px;
    }

    .product-strip {
        align-items: center;
        flex-direction: column;
    }

    .product-guidance-card {
        min-height: 220px;
        padding: 1.7rem 1.25rem;
    }

    .product-guidance-icon {
        width: 6.5rem;
        height: 6.5rem;
    }

    .product-guidance-icon svg {
        width: 3.25rem;
        height: 3.25rem;
    }

    .brand-hero {
        background: #fff;
    }

    .brand-product-panel {
        min-height: 360px;
    }

    .brand-product-image {
        height: 360px;
    }

    .brand-logo-badge {
        min-height: 74px;
        flex-direction: column;
        align-items: flex-start;
        gap: .7rem;
    }

    .about-hero-grid,
    .about-image-panel,
    .about-intro-panel {
        min-height: 0;
    }

    .about-image-panel {
        height: 320px;
        border-radius: 8px 8px 0 0;
    }

    .about-intro-panel {
        border-radius: 0 0 8px 8px;
    }

    .contact-form-title {
        font-size: 2.55rem;
    }

    .contact-submit-btn {
        width: 100%;
    }
}
