:root {
    --olm-blue: #0057b8;
    --olm-blue-dark: #06356f;
    --olm-blue-deep: #082547;
    --olm-cyan: #00a7e1;
    --olm-green: #35b779;
    --olm-ink: #172033;
    --olm-muted: #64748b;
    --olm-line: #d9e4f2;
    --olm-surface: #f5f8fc;
    --olm-white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--olm-ink);
    font-family: Arial, Helvetica, sans-serif;
    background: var(--olm-white);
}

a {
    text-decoration: none;
}

.site-container {
    max-width: 1440px;
    padding-left: clamp(1rem, 3vw, 3rem);
    padding-right: clamp(1rem, 3vw, 3rem);
}

.site-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(217, 228, 242, 0.9);
    backdrop-filter: blur(16px);
    overflow: visible;
}

.site-message-stack {
    position: fixed;
    top: 112px;
    right: clamp(1rem, 3vw, 3rem);
    z-index: 1080;
    width: min(92vw, 520px);
}

.site-message-stack .alert {
    box-shadow: 0 18px 44px rgba(8, 37, 71, 0.16);
}

.navbar {
    min-height: 98px;
    padding: 0;
}

.navbar .site-container {
    position: relative;
    min-height: 98px;
}

.navbar-brand {
    position: absolute;
    left: clamp(1rem, 3vw, 3rem);
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.brand-logo {
    width: 184px;
    height: 184px;
    object-fit: contain;
}

.navbar-collapse {
    padding-left: 215px;
}

.navbar-nav .nav-link {
    color: var(--olm-ink);
    font-weight: 600;
    padding: 1.65rem 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--olm-blue);
}

.navbar-nav {
    gap: 0.75rem;
}

.language-btn {
    min-width: 54px;
    font-weight: 700;
}

.nav-action-item {
    display: flex;
    align-items: center;
}

.partner-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-width: 138px;
    height: 36px;
    padding: 0 0.8rem;
    border: 1px solid var(--olm-line);
    border-radius: 4px;
    color: var(--olm-blue);
    font-size: 0.875rem;
    font-weight: 800;
    background: var(--olm-white);
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.partner-icon-link:hover,
.partner-icon-link:focus {
    color: var(--olm-white);
    border-color: var(--olm-blue);
    background: var(--olm-blue);
}

.partner-icon-link svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.cms-login-btn {
    min-width: 104px;
}

.language-item {
    display: flex;
    align-items: center;
}

.navbar-mobile-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-left: auto;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    border-radius: 0;
    background: var(--olm-white);
}

.mega-kicker,
.section-kicker {
    margin: 0 0 0.8rem;
    color: var(--olm-cyan);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mega-link {
    display: block;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--olm-line);
    color: var(--olm-ink);
}

.mega-link span {
    display: block;
    font-weight: 800;
}

.mega-link small {
    display: block;
    margin-top: 0.2rem;
    color: var(--olm-muted);
}

.mega-link:hover span {
    color: var(--olm-blue);
}

.mega-highlight {
    height: 100%;
    padding: 1.5rem;
    border-radius: 8px;
    color: var(--olm-white);
    background: linear-gradient(135deg, var(--olm-blue-dark), var(--olm-blue));
}

.mega-highlight h2 {
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
}

.hero-section {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: var(--olm-blue-deep);
}

.hero-media,
.hero-video,
.hero-media img,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-media {
    z-index: 0;
}

.hero-video,
.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video {
    z-index: 1;
}

.hero-fallback-image {
    z-index: 0;
}

.hero-overlay {
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(4, 21, 44, 0.9) 0%, rgba(4, 21, 44, 0.74) 38%, rgba(4, 21, 44, 0.18) 72%),
        linear-gradient(0deg, rgba(8, 37, 71, 0.18), rgba(8, 37, 71, 0.18));
}

.hero-content {
    position: relative;
    z-index: 3;
    padding-top: 5rem;
    color: var(--olm-white);
}

.hero-content h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.35rem, 5vw, 5rem);
    line-height: 1.02;
    font-weight: 800;
}

.hero-lead {
    max-width: 650px;
    margin: 1.5rem 0 2rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.55;
}

.btn {
    border-radius: 4px;
    font-weight: 800;
}

.btn-primary {
    background: var(--olm-blue);
    border-color: var(--olm-blue);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--olm-blue-dark);
    border-color: var(--olm-blue-dark);
}

.hero-metrics {
    max-width: 600px;
    margin-top: 3rem;
}

.hero-metrics > div {
    min-height: 92px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
}

.hero-metrics strong,
.hero-metrics span {
    display: block;
}

.hero-metrics strong {
    font-size: 1.7rem;
}

.hero-metrics span {
    color: rgba(255, 255, 255, 0.72);
}

.section-block {
    padding: clamp(4rem, 7vw, 7rem) 0;
}

.section-heading {
    max-width: 790px;
    margin-bottom: 2rem;
}

.section-heading h2,
.services-section h2,
.cta-panel h2 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    font-weight: 800;
}

.section-copy {
    color: var(--olm-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.modal-kicker {
    margin: 0 0 0.25rem;
    color: var(--olm-cyan);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#contactInquiryModal form {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

#contactInquiryModal .modal-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#contactInquiryModal .modal-header,
#contactInquiryModal .modal-footer {
    flex: 0 0 auto;
}

.news-section {
    background: var(--olm-white);
}

.news-card,
.service-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    height: 100%;
    min-height: 285px;
    padding: 1.5rem;
    overflow: hidden;
    border: 1px solid var(--olm-line);
    border-radius: 8px;
    background: var(--olm-white);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::before,
.service-card::after {
    position: absolute;
    inset: 0;
    content: "";
}

.service-card::before {
    z-index: 0;
    background: var(--service-card-image, none) center / cover no-repeat;
}

.service-card::after {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(4, 21, 44, 0.42), rgba(4, 21, 44, 0.88)),
        linear-gradient(90deg, rgba(4, 21, 44, 0.82), rgba(4, 21, 44, 0.22));
}

.service-card > * {
    position: relative;
    z-index: 2;
}

.service-index .content-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-card-smart-metering {
    --service-card-image: url("../img/services/service-smart-metering.95907c7a8793.webp");
}

.service-card-device-rental {
    --service-card-image: url("../img/services/service-device-rental.3095734c0fea.webp");
}

.service-card-monitoring-control {
    --service-card-image: url("../img/services/service-monitoring-control.30e6f9dfb053.webp");
}

.service-card-support {
    --service-card-image: url("../img/services/service-support.c0104a614557.webp");
}

.news-card:hover,
.service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.12);
}

.news-date {
    color: var(--olm-blue);
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
}

.news-card h3,
.service-card h3 {
    margin: 0.8rem 0;
    color: var(--olm-blue-deep);
    font-size: 1.35rem;
    line-height: 1.22;
    font-weight: 800;
}

.service-card h3 {
    color: var(--olm-white);
}

.news-card p,
.service-card p {
    color: var(--olm-muted);
    line-height: 1.65;
}

.service-card p {
    color: rgba(255, 255, 255, 0.84);
}

.news-card a,
.service-card-link {
    margin-top: auto;
    color: var(--olm-blue);
    font-weight: 800;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 4px;
    background: transparent;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

.service-card .service-card-link {
    color: var(--olm-white);
}

.service-card-link:hover,
.service-card-link:focus {
    color: var(--olm-white);
    background: var(--olm-blue);
    border-color: var(--olm-blue);
}

.device-selector-modal {
    border: 0;
    border-radius: 8px;
}

.device-selector-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.device-selector-option {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    min-height: 170px;
    padding: 1.25rem;
    border: 1px solid var(--olm-line);
    border-radius: 8px;
    color: inherit;
    background: var(--olm-white);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.device-selector-option:hover,
.device-selector-option:focus {
    transform: translateY(-3px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 18px 40px rgba(8, 37, 71, 0.12);
}

.device-selector-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    color: var(--olm-blue);
    background: #eef6ff;
}

.device-selector-icon svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.device-selector-option strong,
.device-selector-option small {
    display: block;
}

.device-selector-option strong {
    color: var(--olm-blue-deep);
    font-size: 1.15rem;
    line-height: 1.25;
}

.device-selector-option small {
    margin-top: 0.65rem;
    color: var(--olm-muted);
    line-height: 1.55;
}

.services-section {
    background: var(--olm-surface);
}

.service-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    margin-bottom: 1.25rem;
    border-radius: 12px;
    color: var(--olm-white);
    background: rgba(0, 87, 184, 0.82);
    backdrop-filter: blur(8px);
}

.service-index svg {
    width: 64px;
    height: 64px;
    fill: currentColor;
}

.partner-cta-section {
    padding: 0 0 2rem;
    background: var(--olm-surface);
}

.partner-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(0, 87, 184, 0.22);
    border-left: 6px solid var(--olm-blue);
    border-radius: 8px;
    background: var(--olm-white);
    box-shadow: 0 18px 44px rgba(8, 37, 71, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.partner-cta-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.12);
}

.partner-cta-content h2 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
}

.partner-cta-content p:not(.section-kicker) {
    max-width: 780px;
    margin: 1rem 0 0;
    color: var(--olm-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.partner-cta-aside {
    display: grid;
    gap: 1.25rem;
    justify-items: start;
}

.partner-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.partner-benefits span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.35rem 0.75rem;
    border: 1px solid var(--olm-line);
    border-radius: 999px;
    color: var(--olm-blue-dark);
    font-size: 0.9rem;
    font-weight: 800;
    background: #eef6ff;
}

.cta-section {
    padding: 0 0 clamp(4rem, 7vw, 7rem);
    background: var(--olm-surface);
}

.cta-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: 8px;
    color: var(--olm-white);
    background:
        linear-gradient(135deg, rgba(8, 37, 71, 0.96), rgba(0, 87, 184, 0.95)),
        var(--olm-blue);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.cta-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.14);
}

.cta-panel h2 {
    color: var(--olm-white);
}

.cta-panel p:not(.section-kicker) {
    max-width: 720px;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.78);
}

.rental-pricing-section {
    padding-top: clamp(3rem, 6vw, 5rem);
}

.rental-recommendation-section {
    background: var(--olm-white);
}

.rental-recommendation-panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: var(--olm-white);
    background:
        linear-gradient(135deg, rgba(8, 37, 71, 0.98), rgba(0, 87, 184, 0.94)),
        var(--olm-blue);
    box-shadow: 0 24px 55px rgba(8, 37, 71, 0.16);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.rental-recommendation-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 65px rgba(8, 37, 71, 0.22);
}

.rental-recommendation-heading .section-kicker {
    color: var(--olm-cyan);
}

.rental-recommendation-heading h2 {
    margin: 0;
    color: var(--olm-white);
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    line-height: 1.1;
    font-weight: 800;
}

.rental-recommendation-heading p:not(.section-kicker) {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.65;
}

.rental-recommendation-form {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(160px, 0.75fr) auto;
    gap: 1rem;
    align-items: end;
}

.rental-recommendation-form .btn {
    min-height: 48px;
    white-space: nowrap;
}

.rental-recommendation-form .form-label {
    color: var(--olm-white);
    font-weight: 800;
}

.rental-recommendation-form .form-control,
.rental-recommendation-form .form-select {
    min-height: 48px;
    border-color: rgba(255, 255, 255, 0.46);
    background-color: rgba(255, 255, 255, 0.98);
}

.rental-recommendation-form .btn-light {
    color: var(--olm-blue-deep);
    font-weight: 800;
}

.rental-recommendation-form .btn-light:hover,
.rental-recommendation-form .btn-light:focus {
    color: var(--olm-white);
    background: var(--olm-cyan);
    border-color: var(--olm-cyan);
}

.rental-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.rental-price-grid-single {
    grid-template-columns: minmax(0, 1fr);
}

.rental-price-panel {
    grid-template-columns: minmax(0, 1fr);
}

.rental-price-empty-panel {
    grid-template-columns: minmax(0, 1fr) auto;
}

.service-package-group-list {
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.service-package-group {
    display: grid;
    gap: 1rem;
}

.service-package-group-heading {
    padding-left: 1rem;
    border-left: 6px solid var(--customer-border, var(--olm-blue));
}

.service-package-group-heading .section-kicker {
    margin-bottom: 0.35rem;
    color: var(--customer-accent, var(--olm-blue));
}

.service-package-group-heading h2 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(1.6rem, 2.8vw, 2.35rem);
    line-height: 1.1;
    font-weight: 800;
}

.service-package-group-municipality {
    --customer-border: #d99312;
    --customer-accent: #a96700;
}

.service-package-group-institution {
    --customer-border: #008a9a;
    --customer-accent: #006f7c;
}

.service-package-group-utility {
    --customer-border: #2f9e58;
    --customer-accent: #1f7a40;
}

.service-package-group-company {
    --customer-border: #0057b8;
    --customer-accent: var(--olm-blue);
}

.service-package-group-individual {
    --customer-border: #8a5cf6;
    --customer-accent: #6840c9;
}

.service-package-card {
    --customer-bg: #f2f6fb;
    --customer-border: var(--olm-blue);
    --customer-accent: var(--olm-blue);
    overflow: hidden;
    border: 1px solid rgba(0, 87, 184, 0.18);
    border-left: 6px solid var(--customer-border);
    color: var(--olm-blue-deep);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
        var(--customer-bg);
}

.service-package-card .section-kicker {
    color: var(--customer-accent);
}

.service-package-card h2,
.service-package-card h3 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(1.55rem, 2.5vw, 2.3rem);
    line-height: 1.1;
    font-weight: 800;
}

.service-package-card p:not(.section-kicker) {
    color: var(--olm-muted);
}

.service-package-card .rental-price-box {
    border-color: rgba(0, 87, 184, 0.16);
    background: rgba(255, 255, 255, 0.74);
}

.service-package-card .rental-price {
    color: var(--customer-accent);
}

.service-package-card .rental-price-note {
    color: var(--olm-muted);
}

.service-package-detail-link {
    justify-self: start;
    align-self: end;
}

.service-package-card-municipality {
    --customer-bg: #fff4d6;
    --customer-border: #d99312;
    --customer-accent: #a96700;
}

.service-package-card-institution {
    --customer-bg: #e8f8fa;
    --customer-border: #008a9a;
    --customer-accent: #006f7c;
}

.service-package-card-utility {
    --customer-bg: #e9f8ee;
    --customer-border: #2f9e58;
    --customer-accent: #1f7a40;
}

.service-package-card-company {
    --customer-bg: #f2f6fb;
    --customer-border: #0057b8;
    --customer-accent: var(--olm-blue);
}

.service-package-card-individual {
    --customer-bg: #f5efff;
    --customer-border: #8a5cf6;
    --customer-accent: #6840c9;
}

.rental-price-box {
    display: inline-grid;
    justify-items: start;
    align-self: end;
    min-width: 190px;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.rental-price {
    color: var(--olm-white);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 800;
}

.rental-price-note {
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    font-weight: 700;
}

.service-package-detail-section {
    background: var(--olm-white);
}

.service-package-detail-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.service-package-description-panel,
.service-package-feature-panel {
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--olm-line);
    border-radius: 8px;
    background: var(--olm-surface);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-package-feature-panel {
    background: var(--olm-white);
    box-shadow: 0 18px 42px rgba(8, 37, 71, 0.08);
}

.service-package-description-panel:hover,
.service-package-feature-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.1);
}

.service-package-description-panel h2,
.service-package-feature-panel h2 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    line-height: 1.1;
    font-weight: 800;
}

.service-package-description-panel p:not(.section-kicker),
.service-package-empty-features {
    margin: 1rem 0 0;
    color: var(--olm-muted);
    line-height: 1.7;
}

.service-package-feature-list {
    display: grid;
    gap: 0.9rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.service-package-feature-list li {
    position: relative;
    padding: 1rem 1rem 1rem 3rem;
    border: 1px solid var(--olm-line);
    border-radius: 8px;
    background: var(--olm-surface);
}

.service-package-feature-list li::before {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #0f5f32;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.2 16.6 4.9 12.3 3.5 13.7l5.7 5.7L21 7.6 19.6 6.2z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.2 16.6 4.9 12.3 3.5 13.7l5.7 5.7L21 7.6 19.6 6.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.service-package-feature-list strong,
.service-package-feature-list span {
    display: block;
}

.service-package-feature-list strong {
    color: var(--olm-blue-deep);
    font-weight: 800;
}

.service-package-feature-list span {
    margin-top: 0.35rem;
    color: var(--olm-muted);
    line-height: 1.6;
}

.contact-location-section {
    background: var(--olm-surface);
}

.contact-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.contact-location-card {
    min-height: 260px;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--olm-line);
    border-left: 6px solid var(--olm-blue);
    border-radius: 8px;
    background: var(--olm-white);
    box-shadow: 0 18px 42px rgba(8, 37, 71, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-location-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.12);
}

.contact-location-label {
    margin: 0 0 0.75rem;
    color: var(--olm-cyan);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-location-card h3 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    line-height: 1.15;
    font-weight: 800;
}

.contact-location-card address {
    margin: 1rem 0 0;
    color: var(--olm-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.contact-link-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.contact-link-item {
    display: grid;
    gap: 0.2rem;
}

.contact-link-item span {
    color: var(--olm-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-link-list a {
    color: var(--olm-blue);
    font-size: 1.08rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.knowledge-hero {
    padding: clamp(8rem, 13vw, 12rem) 0 clamp(4rem, 7vw, 6rem);
    background:
        linear-gradient(135deg, rgba(245, 248, 252, 0.96), rgba(255, 255, 255, 0.9)),
        var(--olm-surface);
}

.device-hero-slider,
.device-hero-slider .carousel,
.device-hero-slider .carousel-inner,
.device-hero-slider .carousel-item {
    min-height: clamp(590px, 72vh, 760px);
}

.device-hero-slider {
    position: relative;
    overflow: hidden;
    background: #06182c;
}

.device-hero-slider .carousel-item {
    position: relative;
}

.device-hero-image,
.device-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.device-hero-image {
    object-fit: cover;
    object-position: center;
}

.device-hero-overlay {
    background: linear-gradient(90deg, rgba(3, 18, 37, 0.96) 0%, rgba(3, 18, 37, 0.82) 38%, rgba(3, 18, 37, 0.28) 72%, rgba(3, 18, 37, 0.12) 100%);
}

.device-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: clamp(590px, 72vh, 760px);
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 7.5rem;
    padding-bottom: 5rem;
    color: var(--olm-white);
}

.device-hero-content .section-kicker {
    color: #75d4df;
}

.device-hero-content h1,
.device-hero-content h2 {
    max-width: 760px;
    margin: 0;
    color: var(--olm-white);
    font-size: clamp(2.25rem, 4vw, 4.15rem);
    line-height: 1.05;
    font-weight: 800;
}

.device-hero-content > p:last-child {
    max-width: 680px;
    margin: 1.5rem 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 1.7vw, 1.3rem);
    line-height: 1.65;
}

.device-hero-slider .carousel-control-prev,
.device-hero-slider .carousel-control-next {
    width: clamp(48px, 6vw, 84px);
    z-index: 3;
}

.device-hero-slider .carousel-indicators {
    z-index: 3;
    margin-bottom: 1.75rem;
}

.device-hero-slider .carousel-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    margin: 0 5px;
    border: 0;
    border-radius: 2px;
}

@media (max-width: 767.98px) {
    .device-hero-slider,
    .device-hero-slider .carousel,
    .device-hero-slider .carousel-inner,
    .device-hero-slider .carousel-item,
    .device-hero-content {
        min-height: 640px;
    }

    .device-hero-image {
        object-position: 68% center;
    }

    .device-hero-overlay {
        background: linear-gradient(90deg, rgba(3, 18, 37, 0.96), rgba(3, 18, 37, 0.76));
    }

    .device-hero-content {
        padding-top: 8rem;
        padding-right: 3.25rem;
        padding-bottom: 5rem;
    }

    .device-hero-content h1,
    .device-hero-content h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .device-hero-slider .carousel-control-prev,
    .device-hero-slider .carousel-control-next {
        width: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .device-hero-slider .carousel-item {
        transition: none;
    }
}

.knowledge-hero h1 {
    max-width: 860px;
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(2.15rem, 4vw, 4.25rem);
    line-height: 1.04;
    font-weight: 800;
}

.knowledge-hero-lead {
    max-width: 720px;
    margin: 1.5rem 0 0;
    color: var(--olm-muted);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.7;
}

.knowledge-hero-card {
    overflow: hidden;
    border: 1px solid var(--olm-line);
    border-radius: 8px;
    background: var(--olm-white);
    box-shadow: 0 22px 54px rgba(8, 37, 71, 0.12);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.knowledge-hero-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 26px 60px rgba(8, 37, 71, 0.15);
}

.knowledge-hero-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.knowledge-hero-card div {
    padding: 1.25rem;
}

.knowledge-hero-card span,
.knowledge-hero-card strong {
    display: block;
}

.knowledge-hero-card span {
    color: var(--olm-cyan);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.knowledge-hero-card strong {
    margin-top: 0.35rem;
    color: var(--olm-blue-deep);
    font-size: 1.2rem;
}

.knowledge-grid-section {
    background: var(--olm-white);
}

.knowledge-grid-section .section-heading {
    max-width: none;
    width: 100%;
}

.knowledge-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.knowledge-card {
    display: flex;
    min-height: 305px;
    overflow: hidden;
    border: 1px solid var(--olm-line);
    border-radius: 8px;
    background: var(--olm-white);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.knowledge-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.12);
}

.knowledge-card-featured {
    min-height: 430px;
}

.knowledge-card-media {
    flex: 0 0 48%;
    min-height: 100%;
}

.knowledge-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.knowledge-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.knowledge-card-type {
    margin: 0 0 1rem;
    color: var(--olm-blue);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.knowledge-card h3 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    line-height: 1.15;
    font-weight: 800;
}

.knowledge-card p:not(.knowledge-card-type) {
    margin: 1rem 0 1.5rem;
    color: var(--olm-muted);
    line-height: 1.65;
}

.knowledge-card a {
    margin-top: auto;
    color: var(--olm-blue);
    font-weight: 800;
}

.resource-group-list {
    display: grid;
    gap: clamp(2rem, 4vw, 3.5rem);
}

.resource-group {
    display: grid;
    gap: 1.25rem;
}

.resource-group-heading {
    padding-left: 1rem;
    border-left: 5px solid var(--olm-blue);
}

.resource-group-heading h3 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 800;
}

.resource-disabled-link {
    margin-top: auto;
    color: var(--olm-muted);
    font-weight: 800;
}

.knowledge-cta-section {
    padding: 0 0 clamp(4rem, 7vw, 7rem);
    background: var(--olm-white);
}

.municipality-intro-section {
    background: var(--olm-white);
}

.customer-brochure-section {
    padding-top: 0;
    background: var(--olm-white);
}

.customer-brochure-panel {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    min-height: 360px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--olm-blue-deep);
    box-shadow: 0 24px 55px rgba(8, 37, 71, 0.15);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.customer-brochure-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 65px rgba(8, 37, 71, 0.2);
}

.customer-brochure-media {
    min-height: 360px;
}

.customer-brochure-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-brochure-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4rem);
    color: var(--olm-white);
}

.customer-brochure-content .section-kicker {
    color: var(--olm-cyan);
}

.customer-brochure-content h2 {
    margin: 0;
    color: var(--olm-white);
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
}

.customer-brochure-content p:not(.section-kicker) {
    margin: 1rem 0 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.65;
}

.customer-brochure-content .btn {
    margin-top: auto;
}

.municipality-intro-panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: start;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(0, 87, 184, 0.18);
    border-left: 6px solid var(--olm-blue);
    border-radius: 8px;
    background: var(--olm-surface);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.municipality-intro-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.1);
}

.municipality-intro-panel h2 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.12;
    font-weight: 800;
}

.municipality-intro-text {
    display: grid;
    gap: 1rem;
}

.municipality-intro-text p {
    margin: 0;
    color: var(--olm-muted);
    font-size: 1.03rem;
    line-height: 1.75;
}

@media (min-width: 992px) {
    .municipality-intro-panel {
        grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
        column-gap: clamp(2rem, 3vw, 3rem);
        row-gap: 0.75rem;
    }

    .municipality-intro-panel .section-kicker,
    .municipality-intro-panel h2 {
        grid-column: 1;
    }

    .municipality-intro-panel .section-kicker {
        margin-bottom: 0;
    }

    .municipality-intro-text {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

.municipality-functions-section {
    background: var(--olm-surface);
}

.municipality-function-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.accessory-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 992px) {
    #accessories .accessory-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.municipality-function-card {
    min-height: 280px;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--olm-line);
    border-radius: 8px;
    background: var(--olm-white);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.municipality-function-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.1);
}

.municipality-function-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 1.25rem;
    border-radius: 8px;
    color: var(--olm-blue);
    background: #eef6ff;
}

.municipality-function-icon svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.municipality-function-card h3 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 800;
}

.municipality-function-card p {
    margin: 1rem 0 0;
    color: var(--olm-muted);
    line-height: 1.65;
}

.accessory-category-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.accessory-category-card:hover,
.accessory-category-card:focus {
    color: inherit;
    text-decoration: none;
}

.product-list-section {
    background: var(--olm-white);
}

.product-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.product-price-card-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
}

.product-card {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--olm-line);
    border-radius: 8px;
    background: var(--olm-white);
    box-shadow: 0 18px 42px rgba(8, 37, 71, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.12);
}

.product-card-media {
    background: var(--olm-surface);
}

.product-card-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.product-card-header {
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem) 0;
    margin-bottom: 1rem;
}

.product-card-header:last-child {
    padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.product-card-type {
    margin: 0 0 0.5rem;
    color: var(--olm-cyan);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.product-card h3 {
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 800;
}

.product-card p:not(.product-card-type) {
    margin: 0;
    padding: 0 clamp(1.25rem, 3vw, 2rem);
    color: var(--olm-muted);
    line-height: 1.65;
}

.product-card > p:last-child {
    padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.product-card-price {
    display: grid;
    gap: 0.25rem;
    margin-top: auto;
    padding: 1.25rem clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
}

.product-card-price span {
    color: var(--olm-blue);
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 800;
}

.product-card-price small {
    color: var(--olm-muted);
    font-weight: 700;
}

.product-empty-panel {
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--olm-line);
    border-radius: 8px;
    background: var(--olm-surface);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-empty-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.1);
}

.product-empty-panel p {
    margin: 0;
    color: var(--olm-muted);
    line-height: 1.65;
}

@media (min-width: 992px) {
    .product-price-card {
        display: grid;
        grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
        min-height: 0;
        align-items: stretch;
    }

    .product-price-card .product-card-media {
        grid-row: 1 / span 3;
    }

    .product-price-card .product-card-media img {
        height: 100%;
        min-height: 280px;
        aspect-ratio: auto;
    }

    .product-price-card .product-card-header {
        align-self: end;
        padding-top: clamp(1.5rem, 3vw, 2.5rem);
    }

    .product-price-card .product-card-price {
        align-self: start;
    }
}

.social-cta-section {
    padding: 0 0 clamp(3rem, 6vw, 5rem);
    background: var(--olm-white);
}

.social-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(0, 87, 184, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(245, 248, 252, 0.98), rgba(255, 255, 255, 0.95)),
        var(--olm-surface);
    box-shadow: 0 18px 44px rgba(8, 37, 71, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.social-cta-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 87, 184, 0.35);
    box-shadow: 0 22px 50px rgba(8, 37, 71, 0.12);
}

.social-cta-content h2 {
    max-width: 760px;
    margin: 0;
    color: var(--olm-blue-deep);
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
}

.social-cta-content p:not(.section-kicker) {
    max-width: 760px;
    margin: 1rem 0 0;
    color: var(--olm-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.social-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 46px;
    padding: 0.75rem 1rem;
    border: 1px solid var(--olm-line);
    border-radius: 4px;
    color: var(--olm-blue-deep);
    font-weight: 800;
    background: var(--olm-white);
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.social-link svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.social-link:hover,
.social-link:focus {
    transform: translateY(-2px);
    color: var(--olm-white);
    border-color: var(--olm-blue);
    background: var(--olm-blue);
}

.social-link-youtube:hover,
.social-link-youtube:focus {
    border-color: #d12f2f;
    background: #d12f2f;
}

.site-footer {
    padding: 4rem 0 2rem;
    color: rgba(255, 255, 255, 0.78);
    background: #071b34;
}

.footer-logo {
    width: 174px;
    height: auto;
    margin-bottom: 1.25rem;
}

.site-footer h2 {
    margin-bottom: 1rem;
    color: var(--olm-white);
    font-size: 1rem;
    font-weight: 800;
}

.site-footer a,
.site-footer span,
.footer-link-button {
    display: block;
    margin-bottom: 0.55rem;
    color: rgba(255, 255, 255, 0.74);
}

.site-footer a:hover,
.footer-link-button:hover {
    color: var(--olm-white);
}

.footer-link-button {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.cookie-banner {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080;
    display: none;
    width: min(620px, calc(100vw - 2rem));
    gap: 1rem;
    align-items: stretch;
    padding: 1rem;
    border-radius: 8px;
    color: var(--olm-white);
    background: rgba(7, 27, 52, 0.96);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.cookie-banner.is-visible {
    display: grid;
}

.cookie-banner p {
    margin: 0.25rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.45;
}

.cookie-actions {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cookie-preference-list {
    display: grid;
    gap: 1rem;
    margin: 1.5rem 0;
}

.cookie-preference-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid var(--olm-line);
    border-radius: 8px;
    background: var(--olm-surface);
}

.cookie-preference-item h3 {
    margin: 0 0 0.4rem;
    color: var(--olm-blue-deep);
    font-size: 1.05rem;
    font-weight: 800;
}

.cookie-preference-item p {
    margin: 0;
    color: var(--olm-muted);
    line-height: 1.55;
}

.cookie-preference-item .form-check {
    min-width: 128px;
}

.cookie-legal-note {
    color: var(--olm-muted);
    font-size: 0.92rem;
}

@media (max-width: 991.98px) {
    .navbar {
        min-height: 68px;
        padding: 0.6rem 0;
    }

    .navbar-brand {
        display: none !important;
    }

    .navbar .site-container {
        min-height: 44px;
    }

    .navbar-collapse {
        padding-left: 0;
    }

    .navbar-mobile-actions {
        width: 100%;
    }

    .navbar-mobile-actions .navbar-toggler {
        margin-right: auto;
    }

    .navbar-collapse {
        flex-basis: 100%;
        order: 3;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 0;
    }

    .navbar-nav .dropdown-toggle {
        display: none;
    }

    .mobile-home-link {
        color: var(--olm-blue) !important;
        font-weight: 800;
        border-bottom: 1px solid var(--olm-line);
    }

    .nav-action-item {
        align-items: flex-start;
        padding: 0.45rem 0;
    }

    .navbar-mobile-actions .partner-icon-link {
        min-width: auto;
        height: 34px;
        padding: 0 0.65rem;
        font-size: 0.78rem;
    }

    .navbar-mobile-actions .cms-login-btn {
        min-width: auto;
        height: 34px;
        padding: 0.38rem 0.65rem;
        font-size: 0.78rem;
    }

    .navbar-mobile-actions .language-btn {
        height: 34px;
        min-width: 50px;
        font-size: 0.78rem;
    }

    .mega-menu {
        display: block;
        position: static !important;
        width: 100%;
        max-height: calc(100vh - 180px);
        overflow-y: auto;
        margin: 0.25rem 0 1rem;
        padding: 0;
        border: 1px solid var(--olm-line) !important;
        border-radius: 8px;
        box-shadow: none !important;
    }

    .mega-menu .site-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mega-highlight {
        padding: 1rem;
    }

    .hero-section {
        min-height: 720px;
    }

    .hero-overlay {
        background: linear-gradient(90deg, rgba(4, 21, 44, 0.92), rgba(4, 21, 44, 0.72));
    }

    .cta-panel,
    .rental-price-empty-panel {
        grid-template-columns: 1fr;
    }

    .rental-price-grid {
        grid-template-columns: 1fr;
    }

    .partner-cta-panel {
        grid-template-columns: 1fr;
    }

    .social-cta-panel {
        grid-template-columns: 1fr;
    }

    .social-cta-actions {
        justify-content: flex-start;
    }

    .municipality-intro-panel,
    .customer-brochure-panel,
    .rental-recommendation-panel,
    .service-package-detail-grid,
    .contact-location-grid,
    .municipality-function-grid,
    .product-card-grid {
        grid-template-columns: 1fr;
    }

    .customer-brochure-media {
        min-height: 280px;
    }

    .rental-recommendation-form {
        grid-template-columns: 1fr 1fr;
    }

    .rental-recommendation-form .btn {
        grid-column: 1 / -1;
    }

    .knowledge-card-grid {
        grid-template-columns: 1fr;
    }

    .knowledge-card-media {
        flex-basis: 42%;
    }

    #contactInquiryModal .modal-dialog {
        min-height: calc(100dvh - 1rem);
        margin: 0.5rem;
    }

    #contactInquiryModal .modal-content {
        max-height: calc(100dvh - 1rem);
    }
}

@media (max-width: 575.98px) {
    .brand-logo {
        width: 40px;
        height: 40px;
    }

    .hero-content h1 {
        font-size: 2.3rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .social-cta-actions,
    .social-link {
        width: 100%;
    }

    .footer-bottom,
    .cookie-banner,
    .cookie-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-preference-item {
        grid-template-columns: 1fr;
    }

    .knowledge-card-grid {
        grid-template-columns: 1fr;
    }

    .device-selector-grid {
        grid-template-columns: 1fr;
    }

    .rental-recommendation-form {
        grid-template-columns: 1fr;
    }

    .rental-recommendation-form .btn {
        grid-column: auto;
        width: 100%;
    }

    .knowledge-card,
    .knowledge-card-featured {
        grid-column: auto;
        min-height: auto;
    }

    .knowledge-card-featured {
        display: block;
    }

    .knowledge-card-media {
        min-height: auto;
    }

    .knowledge-card-media img {
        aspect-ratio: 16 / 10;
    }

    #contactInquiryModal .modal-body {
        padding: 1rem;
    }

    #contactInquiryModal .modal-footer {
        display: grid;
        grid-template-columns: 1fr;
    }

    #contactInquiryModal .modal-footer .btn {
        width: 100%;
    }
}
