/** 
 * Rotor CMS Premium Design Styles
 * Base colors from screenshots:
 * Dark Navy: #0B1930
 * Secondary Blue: #6B80A6
 * CTA Blue: #617A9B
 * Text: #333
 */

 :root {
    --primary-color: #0B1930;
    --primary-light: #152A4A;
    --secondary-color: #6B80A6;
    --accent-color: #FF5A5F; /* Added a subtle accent color */
    --text-main: #333333;
    --text-muted: #666666;
    --bg-light: #F8F9FA;
    --white: #FFFFFF;
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);
    --shadow-md: 0 10px 20px rgba(0,0,0,0.1);
    --shadow-lg: 0 15px 30px rgba(0,0,0,0.15);
}

/* Modern homepage refresh */
html,
body {
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
    overscroll-behavior: none;
}

body.homepage {
    background:
        radial-gradient(circle at top left, rgba(107, 128, 166, 0.10), transparent 34%),
        radial-gradient(circle at top right, rgba(11, 25, 48, 0.08), transparent 28%),
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 24%, #f5f8fd 100%);
    color: #152033;
}

body.homepage .container {
    width: min(92%, 1180px);
}

body.homepage .site-header {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(8, 20, 44, 0.08);
    border-bottom: 1px solid rgba(19, 35, 72, 0.08);
}

body.homepage .header-container {
    padding: 16px 0;
}

body.homepage .logo-img {
    height: 54px;
}

body.homepage .main-nav a {
    font-size: 0.78rem;
    letter-spacing: 0.11em;
    color: #0e1c37;
}

body.homepage .main-nav a:hover,
body.homepage .main-nav a.active {
    color: var(--secondary-color);
}

body.homepage .slider-hero {
    height: min(86vh, 920px);
    min-height: 640px;
    padding: 18px 0 0;
    background:
        linear-gradient(180deg, #eaf0f8 0%, #f7f9fc 100%);
}

body.homepage .slider-container {
    width: min(96%, 1500px);
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(11, 25, 48, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

body.homepage .slide-overlay {
    background:
        linear-gradient(90deg, rgba(4, 12, 28, 0.82) 0%, rgba(8, 22, 45, 0.58) 45%, rgba(8, 22, 45, 0.26) 100%);
}

body.homepage .slide-content {
    max-width: 780px;
    margin-left: clamp(24px, 7vw, 88px);
    padding-right: 32px;
    text-align: left;
}

body.homepage .slide-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(107, 128, 166, 0.12);
    color: #c5d3ea;
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(8px);
}

body.homepage .slide-content h1 {
    font-size: clamp(2.5rem, 5vw, 5.6rem);
    letter-spacing: -0.03em;
    line-height: 0.98;
    text-transform: none;
    max-width: 12ch;
    text-wrap: balance;
}

body.homepage .slide-content p {
    font-size: clamp(1rem, 1.5vw, 1.28rem);
    max-width: 58ch;
    color: rgba(255,255,255,0.86);
}

body.homepage .btn-primary {
    background: linear-gradient(135deg, #ffffff 0%, #edf3ff 100%);
    color: #0d1a33;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 999px;
    padding: 13px 28px;
    box-shadow: 0 14px 28px rgba(4, 12, 28, 0.22);
}

body.homepage .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(4, 12, 28, 0.28);
}

body.homepage .slider-btn {
    width: 48px;
    height: 48px;
    backdrop-filter: blur(8px);
}

body.homepage .dot {
    height: 10px;
}

body.homepage .hero-badge-wrap {
    background: transparent;
    margin-top: -58px;
    position: relative;
    z-index: 20;
}

body.homepage .hero-badge-container {
    justify-content: flex-end;
}

body.homepage .hero-badge-card {
    width: 140px;
    min-height: 160px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.55);
    background: linear-gradient(180deg, rgba(35, 74, 139, 0.96) 0%, rgba(14, 31, 61, 0.96) 100%);
    transform: translateY(18px);
}

body.homepage .blue-bar {
    padding: 18px 0;
    background: linear-gradient(90deg, #0b1d42 0%, #10284d 50%, #0b1d42 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

body.homepage .blue-bar h3 {
    font-size: 0.82rem;
    letter-spacing: 0.22em;
}

body.homepage .intro-section {
    padding: 72px 0 56px;
    background:
        radial-gradient(circle at 20% 0%, rgba(107,128,166,0.08), transparent 28%),
        #ffffff;
}

body.homepage .intro-copy {
    max-width: 1040px;
}

body.homepage .section-kicker {
    color: var(--secondary-color);
    font-size: 0.78rem;
    letter-spacing: 0.24em;
}

body.homepage .intro-copy h2 {
    font-size: clamp(2rem, 3.4vw, 3.35rem);
    line-height: 1.05;
    max-width: 100%;
}

body.homepage .intro-copy p {
    font-size: 1rem;
    color: #56657c;
}

body.homepage .tiles-grid {
    gap: 22px;
    margin-top: 34px;
}

body.homepage .tile-item {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(11, 25, 48, 0.10);
    border: 1px solid rgba(19, 35, 72, 0.08);
    background: #ffffff;
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.homepage .tile-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(11, 25, 48, 0.16);
}

body.homepage .tile-img {
    height: 220px;
}

body.homepage .tile-caption {
    padding: 18px 18px 20px;
}

body.homepage .tile-caption h3 {
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.homepage .offer-strip {
    padding: 0;
    background: transparent;
    border: 0;
}

body.homepage .offer-strip-inner {
    margin: 28px auto;
    padding: 28px 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(11, 25, 48, 0.96) 0%, rgba(16, 40, 77, 0.95) 100%);
    box-shadow: 0 22px 50px rgba(11, 25, 48, 0.18);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
}

body.homepage .offer-strip-copy h2 {
    color: #ffffff;
    font-size: clamp(1.3rem, 2.2vw, 2rem);
    max-width: 90%;
}

body.homepage .offer-strip-copy p {
    color: rgba(255,255,255,0.78);
    font-size: 0.98rem;
}

body.homepage .btn-outline-light {
    border-color: rgba(255,255,255,0.28);
    color: #ffffff;
    background: rgba(255,255,255,0.08);
    border-radius: 999px;
    padding: 12px 22px;
}

body.homepage .btn-outline-light:hover {
    background: #ffffff;
    color: #0d1a33;
}

body.homepage .services-section {
    padding: 82px 0 68px;
}

body.homepage .services-section-head {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
}

body.homepage .services-section-head p:last-child {
    margin-inline: auto;
    font-size: 1rem;
    color: #56657c;
}

body.homepage .services-list {
    gap: 26px;
}

body.homepage .service-block,
body.homepage .service-block.reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    padding: 22px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
    border: 1px solid rgba(19, 35, 72, 0.08);
    box-shadow: 0 18px 42px rgba(11, 25, 48, 0.08);
}

body.homepage .service-block.reverse .service-media,
body.homepage .service-block.reverse .service-copy {
    order: initial;
}

body.homepage .service-media img {
    height: 100%;
    min-height: 300px;
    border-radius: 18px;
    box-shadow: none;
}

body.homepage .service-copy {
    padding: 10px 8px;
}

body.homepage .service-copy h3 {
    font-size: clamp(1.4rem, 2.2vw, 2.2rem);
    line-height: 1.1;
    color: var(--primary-color);
    margin-bottom: 16px;
}

body.homepage .service-copy ul {
    display: grid;
    gap: 10px;
}

body.homepage .service-copy li {
    position: relative;
    padding-left: 18px;
    color: #4e5d72;
}

body.homepage .service-copy li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary-color);
}

body.homepage .statement-band {
    margin: 72px 0 0;
    padding: 0;
    background: transparent;
}

body.homepage .statement-band p {
    padding: 22px 28px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(107, 128, 166, 0.16) 0%, rgba(11, 25, 48, 0.9) 100%);
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(11, 25, 48, 0.12);
}

body.homepage .contact-section {
    padding: 82px 0 86px;
    background:
        radial-gradient(circle at bottom right, rgba(107,128,166,0.10), transparent 22%),
        #ffffff;
}

body.homepage .contact-grid {
    gap: 28px;
    align-items: stretch;
}

body.homepage .contact-copy {
    padding: 24px 4px;
}

body.homepage .contact-copy h2 {
    font-size: clamp(1.9rem, 3vw, 3rem);
    margin-bottom: 12px;
}

body.homepage .contact-copy p {
    color: #56657c;
    font-size: 1rem;
    max-width: 56ch;
}

body.homepage .contact-form {
    padding: 28px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
    border: 1px solid rgba(19, 35, 72, 0.08);
    box-shadow: 0 20px 46px rgba(11, 25, 48, 0.09);
}

body.homepage .contact-form input,
body.homepage .contact-form textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #d7deea;
    background: #ffffff;
    padding: 14px 16px;
    font: inherit;
    color: #12213d;
    transition: var(--transition);
}

body.homepage .contact-form input:focus,
body.homepage .contact-form textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 4px rgba(107, 128, 166, 0.14);
}

body.homepage .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

body.homepage .contact-submit {
    border-radius: 999px;
    width: auto;
    justify-self: end;
    padding-inline: 26px;
}

body.homepage .site-footer {
    background: linear-gradient(180deg, #0a1730 0%, #071328 100%);
    position: relative;
}

body.homepage .site-footer::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
}

body.homepage .footer-grid {
    gap: 32px;
    padding-top: 46px;
    padding-bottom: 40px;
}

body.homepage .footer-widget h4 {
    font-size: 0.86rem;
    letter-spacing: 0.18em;
}

body.homepage .footer-widget p,
body.homepage .footer-widget li,
body.homepage .footer-widget a {
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
}

body.homepage .footer-widget a:hover {
    color: #ffffff;
}

body.homepage .footer-bottom {
    background: rgba(3, 9, 20, 0.42);
}

@media (max-width: 992px) {
    body.homepage .slider-hero {
        min-height: 560px;
    }

    body.homepage .slider-container {
        border-radius: 24px;
    }

    body.homepage .slide-content {
        margin-left: 28px;
        padding-right: 24px;
    }

    body.homepage .offer-strip-inner,
    body.homepage .service-block,
    body.homepage .service-block.reverse,
    body.homepage .contact-grid,
    body.homepage .form-row {
        grid-template-columns: 1fr;
    }

    body.homepage .hero-badge-container {
        justify-content: center;
    }

    body.homepage .hero-badge-wrap {
        margin-top: -42px;
    }

    body.homepage .tiles-grid {
        grid-template-columns: 1fr;
    }

    body.homepage .tile-img,
    body.homepage .service-media img {
        min-height: 240px;
        height: auto;
    }

    body.homepage .contact-submit {
        justify-self: stretch;
        width: 100%;
    }
}

@media (max-width: 768px) {
    body.homepage .slider-hero {
        height: auto;
        min-height: 0;
        padding: 12px 0 0;
    }

    body.homepage .slider-container {
        width: 94%;
        min-height: 520px;
    }

    body.homepage .slide-content {
        margin-left: 18px;
        padding-right: 18px;
    }

    body.homepage .slide-content h1 {
        max-width: 100%;
    }

    body.homepage .slider-btn {
        width: 40px;
        height: 40px;
    }

    body.homepage .contact-form {
        padding: 20px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    color: var(--text-main);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Utilities */
.container {
    width: min(90%, 940px);
    margin: 0 auto;
}

.text-center { text-align: center; }
.bg-light { background-color: var(--bg-light); }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.border-left { border-left: 1px solid rgba(255,255,255,0.2); padding-left: 2rem; }
.d-flex { display: flex; }
.flex-column { flex-direction: column; }
.justify-content-center { justify-content: center; }

/* Buttons */
.btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    text-align: center;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-primary:hover {
    background-color: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.btn-secondary {
    background-color: var(--secondary-color);
    color: var(--white);
}

.btn-danger {
    background-color: #dc3545;
    color: var(--white);
}

.btn-outline-light {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-outline-light:hover {
    background-color: var(--white);
    color: var(--secondary-color);
}

.btn-large {
    padding: 14px 32px;
    font-size: 1.1rem;
}

/* Header */
.site-header {
    background-color: var(--white);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition);
}

.site-header.scrolled {
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
}

.logo-img {
    height: 56px;
    transition: var(--transition);
}

.main-nav ul {
    display: flex;
    gap: 18px;
}

.main-nav .menu-item {
    position: relative;
}

.main-nav .menu-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 14px;
    pointer-events: none;
}

.main-nav .menu-submenu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin-left: 6px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--primary-color);
    cursor: pointer;
    flex: 0 0 auto;
}

.main-nav .menu-item.has-children > a,
.main-nav .menu-item.has-children > .menu-link-static {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.main-nav .menu-submenu-toggle-icon {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.main-nav .menu-item.is-open-mobile > .menu-submenu-toggle .menu-submenu-toggle-icon {
    transform: rotate(225deg);
}

.main-nav .menu-children {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: max-content;
    min-width: clamp(260px, 24vw, 320px);
    max-width: min(760px, calc(100vw - 24px));
    padding: 0.75rem;
    margin: 0;
    list-style: none;
    gap: 0.175rem 0.75rem;
    background: #ffffff;
    border: 1px solid rgba(19, 35, 72, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(15, 31, 61, 0.12);
    grid-template-rows: repeat(6, minmax(38px, auto));
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    align-items: start;
    overflow: visible;
    z-index: 1200;
}

@media (max-width: 1360px) {
    .main-nav .menu-children {
        max-width: min(680px, calc(100vw - 24px));
        grid-auto-columns: minmax(200px, 1fr);
    }
}

@media (max-width: 1180px) {
    .main-nav .menu-children {
        min-width: clamp(220px, 22vw, 280px);
        max-width: min(560px, calc(100vw - 20px));
        padding: 0.625rem;
        gap: 0.15rem 0.5rem;
        grid-auto-columns: minmax(170px, 1fr);
    }

    .main-nav .menu-children .menu-link,
    .main-nav .menu-children .menu-link-static {
        padding: 0.5rem 0.65rem;
        font-size: 0.88rem;
    }
}

.main-nav .menu-item:hover > .menu-children,
.main-nav .menu-item:focus-within > .menu-children,
.main-nav .menu-item.is-open > .menu-children {
    display: grid;
}

.main-nav .menu-children .menu-item {
    width: 100%;
    margin: 0;
}

.main-nav .menu-children .menu-link {
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 0.6rem 0.8rem;
    text-transform: none;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.2;
    border-radius: 12px;
}

.main-nav .menu-link-static {
    display: inline-block;
    font-weight: 600;
    font-size: 0.82rem;
    color: var(--primary-color);
    text-transform: none;
    position: relative;
    cursor: pointer;
}

.main-nav .menu-children .menu-link-static {
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 0.6rem 0.8rem;
    text-transform: none;
    width: 100%;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.2;
    border-radius: 12px;
}

.main-nav .menu-children .menu-children {
    top: 0;
    left: calc(100% + 10px);
    min-width: 220px;
    max-width: min(300px, calc(100vw - 40px));
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 0.35rem;
}

.main-nav .menu-item.submenu-open-left > .menu-children {
    left: auto;
    right: 0;
}

.main-nav .menu-item.submenu-open-left > .menu-children .menu-children {
    left: auto;
    right: calc(100% + 10px);
}

.main-nav .menu-children .menu-item.has-children > .menu-children {
    position: static;
    inset: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: none;
    margin: 8px 0 0;
    padding: 8px 0 0 14px;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 0.35rem;
}

.main-nav .menu-children .menu-item::after {
    content: '';
    position: absolute;
    top: -6px;
    right: -16px;
    width: 16px;
    height: calc(100% + 12px);
    pointer-events: auto;
    background: transparent;
    z-index: 2;
}

.main-nav a {
    font-weight: 600;
    font-size: 0.82rem;
    color: var(--primary-color);
    text-transform: none;
    position: relative;
}

.main-nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--secondary-color);
    transition: var(--transition);
}

.main-nav a:hover::after, .main-nav a.active::after {
    width: 100%;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

/* Hero Section - Slider */
.slider-hero {
    position: relative;
    height: 80vh; /* Reduced height to be more common */
    min-height: 500px;
    overflow: hidden;
}

.slider-container {
    height: 100%;
    width: 100%;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
}

.slide-content {
    position: relative;
    z-index: 10;
    color: var(--white);
    max-width: 800px;
}

.slide-label {
    display: inline-block;
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.slide-content h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
}

.slide-content p {
    font-size: 1.4rem;
    margin-bottom: 30px;
    font-weight: 300;
    opacity: 0.9;
}

/* Slider Buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    font-size: 1.5rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn:hover {
    background: rgba(255,255,255,0.3);
    border-color: white;
}

.slider-btn.prev { left: 30px; }
.slider-btn.next { right: 30px; }

.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: var(--transition);
}

.dot.active {
    background: var(--white);
    width: 30px;
    border-radius: 10px;
}

/* Blue Bar */
.blue-bar {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 30px 0;
}

.blue-bar h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* HP Intro */
.hp-intro {
    padding: 60px 0;
    background: var(--bg-light);
}

.narrow-container {
    max-width: 900px;
}

.hp-intro p {
    font-size: 1.2rem;
    color: var(--text-muted);
}

/* HP Tiles */
.hp-tiles {
    padding-bottom: 80px;
}

.tiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.tile-item {
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: var(--shadow-md);
}

.tile-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.tile-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.tile-item:hover .tile-img {
    transform: scale(1.1);
}

.tile-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(11,25,48,0.9) 0%, transparent 100%);
    color: var(--white);
    display: flex;
    align-items: flex-end;
}

.tile-overlay h3 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
}

/* About Seciton */
.about-section {
    padding: 80px 0;
}

.about-section h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.about-section p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: var(--text-muted);
}

/* CTA Section */
.cta-section {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 60px 0;
}

.container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-left {
    flex: 1;
}

.cta-left h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.cta-right {
    flex: 1;
}

.cta-right p {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

/* Footer */
.site-footer {
    background-color: var(--primary-color);
    color: #cbd5e1;
    padding-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-widget h4 {
    color: var(--white);
    font-size: 1.2rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget h4::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--secondary-color);
}

.footer-widget ul li {
    margin-bottom: 8px;
}

.footer-widget ul a {
    transition: var(--transition);
}

.footer-widget ul a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.footer-menu-item {
    margin: 0;
    margin-bottom: 0;
}

.footer-menu-link {
    color: inherit;
    font-weight: 500;
}

.footer-menu-link.menu-link-static {
    color: inherit;
    font-weight: 500;
    cursor: default;
}

.footer-widget .footer-menu-link:hover {
    padding-left: 0;
}

.footer-widget .footer-menu-list li {
    margin-bottom: 0;
}

.footer-menu-list .menu-children {
    list-style: none;
    margin: 8px 0 0 14px;
    padding: 8px 0 0 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    gap: 8px;
}

.footer-menu-list .menu-children .footer-menu-link {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.92rem;
}

.footer-bottom {
    background-color: #061124;
    padding: 20px 0;
    font-size: 0.9rem;
}

/* Admin Styles */
.admin-login-body {
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-container {
    background: var(--white);
    padding: 40px;
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    width: 400px;
    max-width: 90%;
}

.login-container h2 {
    margin-bottom: 20px;
    color: var(--primary-color);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--primary-color);
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(107,128,166,0.2);
}

.login-container button {
    width: 100%;
    margin-top: 10px;
}

.error {
    color: #dc3545;
    background: #f8d7da;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    text-align: center;
}

.alert-success {
    color: #155724;
    background: #d4edda;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.alert-danger {
    color: #721c24;
    background: #f8d7da;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Admin Dashboard */
.admin-body {
    background: var(--bg-light);
}

.admin-header {
    background: var(--primary-color);
    color: var(--white);
    padding: 15px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 100;
}

.admin-header h1 {
    font-size: 1.5rem;
    margin-right: auto;
}

.admin-header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.admin-header .btn {
    margin-left: 0;
}

.admin-container {
    max-width: 1240px;
    margin: 32px auto 56px;
    padding: 0 20px;
}

.admin-sections {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.admin-page-intro {
    margin-bottom: 24px;
}

.admin-page-intro h2 {
    color: var(--primary-color);
    margin-bottom: 8px;
    font-size: 1.8rem;
}

.admin-page-intro p {
    color: #5f6878;
    max-width: 760px;
}

.admin-subtabs {
    display: flex;
    gap: 10px;
    margin: 18px 0 28px;
    flex-wrap: wrap;
}

.subtab-btn {
    padding: 11px 18px;
    background: #eef3fa;
    border: 1px solid rgba(19, 35, 72, 0.08);
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    color: var(--primary-color);
    transition: var(--transition);
}

.subtab-btn:hover {
    background: #e3ebf7;
}

.subtab-btn.active {
    background: var(--secondary-color);
    color: var(--white);
    border-color: transparent;
}

.home-tab-content {
    display: none;
}

.home-tab-content.active {
    display: block;
}

.admin-section-card,
.admin-slide-card {
    background: var(--white);
    border: 1px solid rgba(19, 35, 72, 0.08);
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(15, 31, 61, 0.06);
    padding: 22px;
    margin-bottom: 22px;
}

.admin-section-card h3,
.admin-section-card h4,
.admin-slide-card h4 {
    color: var(--primary-color);
    margin-bottom: 16px;
}

.admin-section-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -4px 0 18px;
}

.admin-grid {
    display: grid;
    gap: 18px;
    margin-bottom: 20px;
}

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

.admin-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-mini-card {
    background: #f9fbff;
    border: 1px solid rgba(19, 35, 72, 0.08);
    border-radius: 12px;
    padding: 18px;
}

.admin-section-card input[type="text"],
.admin-section-card input[type="number"],
.admin-section-card textarea,
.admin-add-form input[type="text"],
.admin-add-form input[type="number"],
.admin-add-form textarea,
.admin-slide-card input[type="text"],
.admin-slide-card input[type="number"],
.admin-slide-card textarea {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #d6dce8;
    border-radius: 10px;
    padding: 11px 12px;
    font: inherit;
    color: #10203b;
    background: #ffffff;
}

.admin-section-card input:focus,
.admin-section-card textarea:focus,
.admin-add-form input:focus,
.admin-slide-card input:focus,
.admin-add-form textarea:focus,
.admin-slide-card textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(107, 128, 166, 0.16);
}

.admin-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--primary-color);
}

.admin-checkbox input {
    width: auto;
    margin: 0;
}

.admin-add-form {
    margin-top: 24px;
}

.admin-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.page-list-card {
    position: relative;
    top: 0;
}

.page-list {
    display: grid;
    gap: 10px;
}

.page-list-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.page-create-details {
    width: auto;
    margin-left: auto;
    min-width: 180px;
}

.page-create-details summary {
    list-style: none;
    cursor: pointer;
    text-align: center;
}

.page-create-details summary::-webkit-details-marker {
    display: none;
}

.page-create-details[open] summary {
    margin-bottom: 12px;
}

.page-create-details .page-create-form {
    display: grid;
    gap: 10px;
    margin-top: 8px;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(19, 35, 72, 0.08);
    background: #f8fbff;
}

.page-list-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(19, 35, 72, 0.08);
    background: #f9fbff;
    color: var(--primary-color);
}

.page-list-item.active {
    border-color: var(--secondary-color);
    background: rgba(107, 128, 166, 0.12);
}

.page-list-item-main {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.page-list-item-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    text-align: right;
}

.page-list-item span,
.page-list-item small {
    color: #607089;
    word-break: break-word;
}

.btn-sm {
    padding: 8px 12px;
    font-size: 0.8rem;
    line-height: 1.2;
}

.page-editor-shell {
    min-width: 0;
    margin-top: 2px;
}

.page-editor-form {
    margin-bottom: 22px;
}

.page-editor-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.page-blocks-wrap {
    margin-bottom: 18px;
}

.page-blocks-list {
    display: grid;
    gap: 14px;
}

.page-block-empty {
    padding: 18px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px dashed rgba(19, 35, 72, 0.14);
    color: #64748b;
}

.page-block-card {
    background: #ffffff;
    border: 1px solid rgba(19, 35, 72, 0.1);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 12px 24px rgba(15, 31, 61, 0.05);
    display: grid;
    gap: 12px;
}

.page-block-card.is-dragging {
    opacity: 0.55;
}

.page-block-card-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
}

.page-block-card-meta {
    display: grid;
    gap: 4px;
}

.page-block-card-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-block-card label {
    display: grid;
    gap: 6px;
    font-weight: 600;
    color: var(--primary-color);
}

.page-block-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.page-block-tool {
    border: 1px solid rgba(19, 35, 72, 0.12);
    background: #ffffff;
    color: var(--primary-color);
    border-radius: 8px;
    padding: 8px 10px;
    font: inherit;
    cursor: pointer;
}

.page-block-tool.page-block-format,
.page-block-tool.page-block-size {
    min-height: 38px;
}

.page-block-tool.page-block-format:focus,
.page-block-tool.page-block-size:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(107, 128, 166, 0.16);
}

.page-block-tool em {
    font-style: italic;
}

.page-block-toolbar-separator {
    width: 1px;
    height: 24px;
    background: rgba(19, 35, 72, 0.12);
}

.page-block-editor {
    min-height: 160px;
    border: 1px solid #d6dce8;
    border-radius: 12px;
    padding: 14px 16px;
    background: #ffffff;
    color: #10203b;
    line-height: 1.75;
    overflow: auto;
}

.page-block-editor:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(107, 128, 166, 0.16);
}

.page-block-editor:empty::before {
    content: attr(data-placeholder);
    color: #94a3b8;
}

.page-block-image-fields {
    display: grid;
    gap: 12px;
}

.page-block-image-fields .media-field {
    margin-bottom: 0;
}

.page-block-image-fields label {
    display: grid;
    gap: 6px;
    font-weight: 600;
    color: var(--primary-color);
}

.page-block-image-fields span {
    font-size: 0.95rem;
}

.page-block-image-fields input[type="text"],
.page-block-image-fields select {
    width: 100%;
}

.page-block-background-fields {
    display: grid;
    gap: 12px;
}

.page-block-button-fields {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.page-block-add-mode[hidden] {
    display: none !important;
}

.page-block-logos-editor {
    display: grid;
    gap: 14px;
}

.page-block-logos-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px dashed rgba(19, 35, 72, 0.16);
    background: #f8fafc;
    color: #52627c;
}

.page-block-logos-toolbar small {
    font-size: 0.92rem;
    line-height: 1.4;
}

.page-block-logo-slides {
    display: grid;
    gap: 14px;
}

.page-block-logo-slide {
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(19, 35, 72, 0.1);
}

.page-block-logo-slide-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.page-block-logo-slide-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.page-block-logo-items {
    display: grid;
    gap: 12px;
}

.page-block-logo-item {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(19, 35, 72, 0.08);
    background: #f8fafc;
}

.page-block-logo-item-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

.page-block-logo-item-actions {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-align-justify {
    text-align: justify;
}

.page-text-block {
    display: block;
    width: 100%;
}

.page-text-block-has-background {
    position: relative;
    padding: clamp(28px, 4.5vw, 58px);
    border-radius: 24px;
    overflow: hidden;
    background-image: var(--page-text-bg);
    background-size: 118% auto;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
    box-shadow: 0 22px 44px rgba(8, 20, 38, 0.18);
}

.page-text-block-has-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(8, 16, 32, 0.72) 0%, rgba(8, 16, 32, 0.38) 54%, rgba(8, 16, 32, 0.62) 100%),
        linear-gradient(180deg, rgba(8, 16, 32, 0.08) 0%, rgba(8, 16, 32, 0.22) 100%);
}

.page-text-block-has-background > * {
    position: relative;
    z-index: 1;
}

.page-text-block-has-background a {
    color: inherit;
}

.page-text-block-has-background h1,
.page-text-block-has-background h2,
.page-text-block-has-background h3,
.page-text-block-has-background h4,
.page-text-block-has-background h5,
.page-text-block-has-background h6,
.page-text-block-has-background p,
.page-text-block-has-background li {
    color: inherit;
}

.page-text-block-background-parallax {
    background-attachment: fixed;
    background-position: center calc(50% + var(--page-text-bg-offset, 0px));
}

.page-text-block-body {
    min-width: 0;
    flex: 1 1 0;
}

.page-text-block-copy {
    min-width: 0;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}

.page-text-block-body ul,
.page-text-block-body ol {
    margin: 0.9em 0;
    padding-left: 1.5em;
}

.page-text-block-body ul {
    list-style: disc;
}

.page-text-block-body ol {
    list-style: decimal;
}

.page-text-block-body li {
    display: list-item;
    margin: 0.25em 0;
}

.page-text-block-actions {
    margin-top: 26px;
}

.page-text-block-button {
    align-self: flex-start;
}

.page-text-block-has-image {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.page-text-block-image-left {
    flex-direction: row;
}

.page-text-block-image-right {
    flex-direction: row-reverse;
}

.page-text-block-image-center {
    flex-direction: column;
    align-items: center;
}

.page-text-block-image-center .page-text-block-copy {
    width: 100%;
}

.page-text-block-media {
    flex: 0 0 min(360px, 38%);
}

.page-text-block-media-lightbox {
    display: block;
    cursor: zoom-in;
    text-decoration: none;
}

.page-text-block-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(15, 31, 61, 0.14);
}

.page-text-block-image-center .page-text-block-media,
.page-text-block-image-center .page-text-block-media-lightbox {
    flex: 0 1 min(360px, 100%);
    width: min(360px, 100%);
    align-self: center;
}

body.page-lightbox-open {
    overflow: hidden;
}

.page-text-lightbox {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 4000;
}

.page-text-lightbox.is-open {
    display: flex;
}

.page-text-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 12, 24, 0.86);
    backdrop-filter: blur(4px);
}

.page-text-lightbox-panel {
    position: relative;
    z-index: 1;
    max-width: min(1120px, 100%);
    max-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-text-lightbox-image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 96px);
    width: auto;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.38);
    background: #fff;
}

.page-text-lightbox-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #1f2c43;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.page-text-lightbox-close:hover,
.page-text-lightbox-close:focus-visible {
    background: #eff4fb;
    outline: none;
}

.page-text-size-normal {
    font-size: 1em;
}

.page-text-size-small {
    font-size: 0.875em;
}

.page-text-size-large {
    font-size: 1.125em;
}

.page-text-size-xlarge {
    font-size: 1.25em;
}

.page-block-content .page-text-block {
    width: 100%;
}

.page-block-content .page-text-block p:first-child {
    margin-top: 0;
}

.page-block-content .page-text-block p:last-child {
    margin-bottom: 0;
}

.page-block-content .page-text-block h1,
.page-block-content .page-text-block h2,
.page-block-content .page-text-block h3 {
    margin-top: 0;
    margin-bottom: 0.6em;
}

.page-block-content .page-text-block h1 {
    font-size: 2.05em;
}

.page-block-content .page-text-block h2 {
    font-size: 1.65em;
}

.page-block-content .page-text-block h3 {
    font-size: 1.35em;
}

.page-block-content .page-text-block ul,
.page-block-content .page-text-block ol {
    margin: 0.9em 0;
    padding-left: 1.5em;
}

.page-block-content .page-text-block ul {
    list-style: disc;
}

.page-block-content .page-text-block ol {
    list-style: decimal;
}

.page-block-content .page-text-block li {
    margin: 0.25em 0;
}

.page-block-editor ul,
.page-block-editor ol {
    margin: 0.9em 0;
    padding-left: 1.5em;
}

.page-block-editor ul {
    list-style: disc;
}

.page-block-editor ol {
    list-style: decimal;
}

.page-block-editor li {
    margin: 0.25em 0;
}

.page-block-card input[type="text"],
.page-block-card textarea,
.page-editor-form input[type="text"],
.page-editor-form textarea,
.page-editor-form select,
.page-create-form input[type="text"],
.page-create-form textarea,
.page-create-form select {
    width: 100%;
    border: 1px solid #d6dce8;
    border-radius: 10px;
    padding: 11px 12px;
    font: inherit;
    color: #10203b;
    background: #ffffff;
}

.page-block-card input:focus,
.page-block-card textarea:focus,
.page-editor-form input:focus,
.page-editor-form textarea:focus,
.page-editor-form select:focus,
.page-create-form input:focus,
.page-create-form textarea:focus,
.page-create-form select:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(107, 128, 166, 0.16);
}

.page-block-card-footer {
    display: flex;
    justify-content: flex-end;
}

.page-block-drag {
    cursor: grab;
}

.page-block-card.drop-before {
    box-shadow: 0 -2px 0 0 var(--secondary-color);
}

.page-block-card.drop-after {
    box-shadow: 0 2px 0 0 var(--secondary-color);
}

.menu-editor-wrap {
    display: grid;
    gap: 18px;
}

.menu-editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.menu-add-form {
    display: grid;
    grid-template-columns: minmax(160px, 220px) minmax(220px, 1fr) auto;
    gap: 10px;
    width: 100%;
}

.menu-add-form input[type="text"] {
    margin-bottom: 0;
}

.menu-editor-tree {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.menu-editor-item {
    list-style: none;
    border: 1px solid rgba(19, 35, 72, 0.1);
    border-radius: 12px;
    background: #f9fbff;
    padding: 8px 10px;
}

.menu-editor-item.is-dragging {
    opacity: 0.5;
}

.menu-editor-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.menu-editor-summary {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow: hidden;
}

.menu-editor-summary strong,
.menu-editor-summary span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-editor-summary strong {
    flex: 1 1 280px;
    min-width: 180px;
}

.menu-editor-summary span {
    flex: 0 1 220px;
    min-width: 120px;
    color: #6b7d96;
    font-size: 0.85rem;
}

.menu-drag-handle {
    border: 1px solid rgba(19, 35, 72, 0.12);
    background: #ffffff;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    cursor: grab;
    color: var(--primary-color);
    font-size: 1rem;
    line-height: 1;
}

.menu-editor-fields {
    display: grid;
    gap: 10px;
}

.menu-editor-fields label {
    display: grid;
    gap: 6px;
    font-weight: 600;
    color: var(--primary-color);
}

.menu-editor-fields span {
    font-size: 0.84rem;
}

.menu-editor-fields input[type="text"] {
    margin-bottom: 0;
}

.menu-editor-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin-left: auto;
}

.menu-editor-actions .btn {
    padding: 5px 10px;
    min-height: 32px;
    font-size: 0.85rem;
    line-height: 1.15;
    white-space: nowrap;
}

.menu-editor-panel {
    display: grid;
    gap: 10px;
    margin-top: 10px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgba(19, 35, 72, 0.08);
    background: rgba(255, 255, 255, 0.78);
}

.menu-editor-panel[hidden] {
    display: none;
}

.menu-child-add-form {
    grid-template-columns: minmax(150px, 200px) minmax(200px, 1fr) auto;
}

.menu-child-add-form input[type="text"] {
    margin-bottom: 0;
}

.menu-item-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(107, 128, 166, 0.12);
    color: var(--primary-color);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 8px;
    white-space: nowrap;
}

.menu-editor-dropzone {
    margin-top: 10px;
    border: 1px dashed transparent;
    border-radius: 10px;
    padding: 6px 10px;
    min-height: 32px;
    color: #71809b;
    background: rgba(255, 255, 255, 0.68);
    display: flex;
    align-items: center;
    font-size: 0.92rem;
}

.menu-editor-dropzone.drop-active {
    border-color: var(--secondary-color);
    background: rgba(107, 128, 166, 0.1);
    color: var(--primary-color);
}

.menu-editor-children {
    list-style: none;
    margin: 10px 0 0;
    padding: 0 0 0 18px;
    display: grid;
    gap: 10px;
    border-left: 1px solid rgba(19, 35, 72, 0.1);
}

.menu-editor-row.drop-before {
    box-shadow: 0 -2px 0 0 var(--secondary-color);
}

.menu-editor-row.drop-after {
    box-shadow: 0 2px 0 0 var(--secondary-color);
}

.media-field {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.media-field-row {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 14px;
    align-items: start;
}

.media-field-controls {
    display: grid;
    gap: 10px;
}

.media-upload-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.media-thumb {
    width: 160px;
    height: 96px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(16, 32, 59, 0.12);
    background: #eef2f7;
}

.media-thumb-inline {
    margin-top: 8px;
}

.media-hint {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Admin Tabs */
.admin-nav-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 12px 24px;
    background: #e2e8f0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
}

.tab-btn.active {
    background: var(--secondary-color);
    color: var(--white);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content h3 {
    margin-bottom: 20px;
    color: var(--primary-color);
}

.admin-actions {
    margin-top: 40px;
    text-align: right;
    position: sticky;
    bottom: 20px;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(5px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

html.js .reveal-on-scroll {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    filter: blur(8px);
    transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.7s ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform, filter;
}

html.js .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
    html.js .reveal-on-scroll {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }

    .page-text-block-background-parallax {
        background-attachment: scroll;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .container-flex {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .border-left {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.2);
        padding-left: 0;
        padding-top: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-widget h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .menu-add-form {
        grid-template-columns: 1fr;
    }

    .menu-editor-row {
        grid-template-columns: 1fr;
    }

    .menu-child-add-form {
        grid-template-columns: 1fr;
    }

    .menu-editor-actions {
        margin-left: 0;
        flex-wrap: wrap;
    }

    .menu-editor-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    .menu-editor-summary span {
        flex-basis: auto;
    }

    .admin-page-grid {
        grid-template-columns: 1fr;
    }

    .page-list-card {
        position: static;
    }

    .page-list-header,
    .page-list-item {
        flex-direction: column;
        align-items: stretch;
    }

    .page-list-item-actions {
        justify-content: flex-start;
    }

    .page-text-block-has-image {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        height: 100vh;
        width: 280px;
        max-width: calc(100vw - 24px);
        background: var(--white);
        flex-direction: column;
        align-items: flex-start;
        padding: 90px 30px;
        gap: 18px;
        transform: translate3d(100%, 0, 0);
        will-change: transform;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: -5px 0 30px rgba(0,0,0,0.25);
        z-index: 1100;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
    }

    .page-text-block-has-image {
        flex-direction: column;
    }

    .page-text-block-background-parallax {
        background-attachment: scroll;
    }

    .page-text-block-media {
        flex-basis: auto;
        width: 100%;
        max-width: 100%;
    }

    .main-nav ul {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .main-nav .menu-children {
        position: static;
        display: none;
        flex-direction: column;
        min-width: 0;
        width: 100%;
        margin: 8px 0 0;
        padding: 8px 0 0 14px;
        background: transparent;
        border: 0;
        box-shadow: none;
        grid-template-rows: none;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        gap: 8px;
    }

    .main-nav .menu-children .menu-children {
        left: auto;
        top: auto;
        min-width: 0;
        max-width: none;
        margin-top: 6px;
        padding-left: 14px;
    }

    .main-nav .menu-item:hover > .menu-children,
    .main-nav .menu-item:focus-within > .menu-children,
    .main-nav .menu-item.is-open > .menu-children {
        display: none;
    }

    .main-nav .menu-item.has-children {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-right: 42px;
    }

    .main-nav .menu-item.has-children > a,
    .main-nav .menu-item.has-children > .menu-link-static {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }

    .main-nav .menu-item.has-children > .menu-submenu-toggle {
        display: inline-flex;
        position: absolute;
        top: 8px;
        right: 0;
        margin-left: 0;
    }

    .main-nav .menu-item.is-open-mobile > .menu-children {
        display: flex;
    }

    .main-nav a,
    .main-nav .menu-link-static {
        padding: 12px 0;
        width: 100%;
        text-transform: none;
        font-size: 0.95rem;
        letter-spacing: 0.01em;
        font-weight: 600;
    }

    .main-nav.mobile-open {
        transform: translate3d(0, 0, 0);
    }

    .mobile-menu-toggle {
        display: flex;
        position: relative;
        z-index: 1200;
    }
}

/* Homepage rebuild */
.homepage {
    background: #ffffff;
    color: #162033;
}

.homepage .site-header {
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.08);
}

.homepage .header-container {
    padding: 12px 0;
}

.homepage .logo-img {
    height: 48px;
}

.homepage .main-nav ul {
    gap: 18px;
}

.homepage .main-nav a {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    color: #0f1f3d;
}

.homepage .main-nav a::after {
    bottom: -8px;
}

.cms-page {
    background:
        radial-gradient(circle at top left, rgba(107, 128, 166, 0.12), transparent 28%),
        linear-gradient(180deg, #f8faff 0%, #ffffff 24%, #f4f7fb 100%);
    color: #152033;
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
}

.cms-page .page-hero {
    position: relative;
    min-height: 240px;
    display: flex;
    align-items: center;
    padding: 54px 0;
    margin-top: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cms-page .page-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 12, 25, 0.82) 0%, rgba(7, 16, 33, 0.62) 55%, rgba(7, 16, 33, 0.38) 100%),
        linear-gradient(180deg, rgba(7, 16, 33, 0.16) 0%, rgba(7, 16, 33, 0.34) 100%);
}

.cms-page .page-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    max-width: 980px;
}

.cms-page .page-kicker {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.76rem;
    font-weight: 700;
}

.cms-page .page-hero h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.06;
    color: #ffffff;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.cms-page .page-description {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.02rem;
    line-height: 1.7;
}

.cms-page .page-block {
    padding: 28px 0;
}

.cms-page .page-block:nth-child(odd) {
    background: rgba(255, 255, 255, 0.74);
}

.cms-page .page-block-align-left .page-block-content {
    text-align: left;
}

.cms-page .page-block-align-center .page-block-content {
    text-align: center;
}

.cms-page .page-block-align-right .page-block-content {
    text-align: right;
}

.cms-page .page-block-align-justify .page-block-content {
    text-align: justify;
}

.cms-page .page-block-inner {
    display: grid;
    gap: 14px;
}

.cms-page .page-block-content {
    max-width: 100%;
    color: #405066;
    line-height: 1.8;
    font-size: 0.98rem;
}

.cms-page .page-block-content .page-text-block:not(.page-text-block-has-image) {
    display: block;
}

.cms-page .page-block-content .page-text-block-has-image {
    display: flex;
}

.cms-page .page-logos-slider {
    position: relative;
    width: 100%;
    padding: 10px 0 38px;
}

.cms-page .page-logos-slider-viewport {
    position: relative;
    min-height: 120px;
}

.cms-page .page-logos-slider-slide {
    display: none;
}

.cms-page .page-logos-slider-slide.active {
    display: block;
    animation: fadeInUp 0.35s ease;
}

.cms-page .page-logos-slider-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    align-items: center;
}

.cms-page .page-logos-slider-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(19, 35, 72, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(15, 31, 61, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cms-page .page-logos-slider-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(15, 31, 61, 0.1);
}

.cms-page .page-logos-slider-logo img {
    display: block;
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
    opacity: 0.96;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cms-page .page-logos-slider-logo:hover img {
    opacity: 1;
}

.cms-page .page-logos-slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.cms-page .page-logos-slider-btn {
    pointer-events: auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(19, 35, 72, 0.14);
    background: #ffffff;
    color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(15, 31, 61, 0.12);
}

.cms-page .page-logos-slider-btn.prev {
    margin-left: -8px;
}

.cms-page .page-logos-slider-btn.next {
    margin-right: -8px;
}

.cms-page .page-logos-slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.cms-page .page-logos-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: rgba(19, 35, 72, 0.22);
}

.cms-page .page-logos-slider-dot.active {
    width: 28px;
    background: var(--secondary-color);
}

.cms-page .page-empty-state {
    padding: 18px 0 46px;
}

.homepage .slider-hero {
    height: 410px;
    min-height: 410px;
}

.homepage .slide {
    background-position: center;
}

.homepage .slide {
    display: none;
}

.homepage .slide.active {
    display: flex;
}

.homepage .slide-overlay {
    background: linear-gradient(90deg, rgba(6, 15, 34, 0.72) 0%, rgba(6, 15, 34, 0.38) 55%, rgba(6, 15, 34, 0.22) 100%);
}

.homepage .slide-content {
    text-align: center;
    max-width: 700px;
}

.homepage .slide-label {
    color: #7fa3e6;
    font-size: 0.95rem;
    margin-bottom: 14px;
}

.homepage .slide-content h1 {
    font-size: clamp(1.9rem, 4.8vw, 3.25rem);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.homepage .slide-content p {
    font-size: clamp(0.98rem, 1.8vw, 1.2rem);
    line-height: 1.4;
    margin-bottom: 22px;
}

.homepage .btn-primary {
    background: #ffffff;
    color: #0b1b33;
    border-radius: 3px;
    padding: 10px 22px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.homepage .btn-primary:hover {
    background: #e9eef8;
    color: #0b1b33;
}

.homepage .slider-btn {
    width: 34px;
    height: 34px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.homepage .slider-btn.prev {
    left: 14px;
}

.homepage .slider-btn.next {
    right: 14px;
}

.homepage .slider-dots {
    bottom: 18px;
}

.hero-badge-wrap {
    background: #707070;
    padding: 0 0 26px;
}

.hero-badge-container {
    display: flex;
    justify-content: center;
}

.hero-badge-card {
    margin-top: -46px;
    width: 118px;
    min-height: 136px;
    background: linear-gradient(180deg, #234a8b 0%, #162f5d 100%);
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    display: grid;
    place-items: center;
    padding: 14px 10px;
}

.hero-badge-card::before {
    content: none;
}

.hero-badge-card::after {
    content: none;
}

.hero-badge-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.blue-bar {
    background: #0b1e49;
    padding: 12px 0;
}

.blue-bar h3 {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    margin: 0;
}

.intro-section {
    padding: 34px 0 28px;
    background: #ffffff;
}

.intro-copy {
    max-width: 940px;
}

.section-kicker {
    color: #244e93;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
}

.intro-copy h2 {
    color: #0f1f3d;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.intro-copy h3 {
    color: #0f1f3d;
    font-size: 0.98rem;
    margin: 18px 0 8px;
}

.intro-copy p {
    color: #4f5d73;
    font-size: 0.9rem;
    line-height: 1.68;
}

.tiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 22px;
}

.tile-item {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 31, 61, 0.08);
    overflow: hidden;
    height: auto;
    border-radius: 0;
    cursor: default;
}

.tile-img {
    height: 156px;
    background-size: cover;
    background-position: center;
}

.tile-caption {
    padding: 13px 10px 15px;
    text-align: center;
}

.tile-caption h3 {
    color: #0d1830;
    font-size: 0.95rem;
    font-weight: 700;
}

.homepage .tile-item:hover .tile-img {
    transform: none;
}

.offer-strip {
    background: #f2f4f7;
    padding: 20px 0 22px;
    border-top: 1px solid #e4e8ee;
    border-bottom: 1px solid #e4e8ee;
}

.offer-strip-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.offer-strip-copy {
    max-width: 860px;
}

.offer-strip-copy h2 {
    color: #244e93;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.offer-strip-copy p {
    color: #667489;
    font-size: 0.9rem;
    line-height: 1.65;
}

.btn-outline-light {
    border-color: #244e93;
    color: #244e93;
    background: transparent;
}

.btn-outline-light:hover {
    background: #244e93;
    color: #ffffff;
}

.offer-btn {
    min-width: 110px;
    margin-top: 4px;
}

.services-section {
    padding: 30px 0 40px;
}

.services-section-head {
    margin-bottom: 28px;
}

.services-section-head h2 {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: clamp(1.5rem, 2vw, 2.1rem);
}

.services-section-head p:last-child {
    max-width: 760px;
    color: #4f5d73;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.service-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.service-block.reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.service-block.reverse .service-media {
    order: 2;
}

.service-block.reverse .service-copy {
    order: 1;
}

.service-media img {
    width: 100%;
    height: 242px;
    object-fit: cover;
    display: block;
    box-shadow: 0 10px 24px rgba(15, 31, 61, 0.12);
}

.service-copy h3 {
    color: #101828;
    font-size: 0.98rem;
    margin-bottom: 11px;
}

.service-copy ul {
    list-style: disc;
    padding-left: 18px;
    color: #4e5a70;
}

.service-copy li {
    margin-bottom: 6px;
    font-size: 0.84rem;
    line-height: 1.42;
}

.statement-band {
    background: #7f7f7f;
    color: #ffffff;
    padding: 18px 0;
}

.statement-band p {
    font-size: 0.88rem;
    line-height: 1.65;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.contact-section {
    padding: 30px 0 52px;
    background: #ffffff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 42px;
    align-items: start;
}

.contact-copy h2 {
    color: #0f1f3d;
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.contact-copy p {
    color: #49566c;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

.contact-form {
    background: #ffffff;
    width: 100%;
    max-width: 390px;
    justify-self: end;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #cfd6e4;
    border-radius: 2px;
    padding: 11px 12px;
    font: inherit;
    color: #10203b;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #244e93;
    box-shadow: 0 0 0 3px rgba(36, 78, 147, 0.12);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.contact-submit {
    min-width: 90px;
    padding: 9px 22px;
    display: block;
    margin: 6px auto 0;
}

.footer-top {
    height: 92px;
    background: linear-gradient(180deg, #6f86ba 0%, #5f78ab 100%);
}

.footer-map {
    width: min(90%, 1200px);
    margin: -30px auto 34px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(11, 25, 48, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #ffffff;
}

.footer-map iframe {
    display: block;
    width: 100%;
    height: 320px;
    border: 0;
}

.site-footer {
    padding-top: 0;
    background: #071a40;
}

.site-footer .footer-grid {
    padding-top: 34px;
    padding-bottom: 34px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    align-items: stretch;
}

.site-footer .footer-widget,
.site-footer .footer-col {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 100%;
    padding: 1.4rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.site-footer .footer-widget h4 {
    font-size: 0.9rem;
    letter-spacing: 0.15em;
}

.site-footer .footer-widget h5,
.site-footer .footer-col h5 {
    margin: 0;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    color: #ffffff;
}

.site-footer .footer-widget .logo-img {
    margin-bottom: 0.4rem;
}

.site-footer .footer-widget .footer-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: min(100%, 170px);
    max-height: 88px;
    object-fit: contain;
}

.site-footer .footer-widget p,
.site-footer .footer-col p,
.site-footer .footer-widget li,
.site-footer .footer-col li,
.site-footer .footer-widget a,
.site-footer .footer-col a {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.84);
}

.site-footer .footer-widget p,
.site-footer .footer-widget li,
.site-footer .footer-widget a {
    font-size: 0.72rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.84);
}

.site-footer .footer-widget a:hover,
.site-footer .footer-col a:hover {
    color: #ffffff;
}

.site-footer .footer-widget nav,
.site-footer .footer-col nav,
.site-footer .footer-widget .footer-raw-html,
.site-footer .footer-col .footer-raw-html {
    margin: 0;
}

.site-footer .footer-widget .footer-raw-html,
.site-footer .footer-col .footer-raw-html {
    display: grid;
    gap: 0.2rem;
    line-height: 1.6;
}

.site-footer .footer-widget ul li,
.site-footer .footer-col ul li {
    margin-bottom: 3px;
}

.footer-subtitle {
    margin-top: 18px;
}

.footer-bottom {
    background: #06122d;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
}

@media (max-width: 992px) {
    .homepage .slider-hero {
        height: 350px;
        min-height: 350px;
    }

    .offer-strip-inner,
    .contact-grid {
        grid-template-columns: 1fr;
        display: grid;
    }

    .offer-strip-inner {
        justify-items: start;
    }

    .service-block,
    .service-block.reverse {
        grid-template-columns: 1fr;
    }

    .service-block.reverse .service-media,
    .service-block.reverse .service-copy {
        order: initial;
    }

    .page-block-logo-item-grid {
        grid-template-columns: 1fr;
    }

    .page-block-logos-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .cms-page .page-logos-slider-controls {
        position: static;
        margin-top: 14px;
        transform: none;
    }

    .cms-page .page-logos-slider-dots {
        position: static;
        margin-top: 14px;
    }
}

@media (max-width: 768px) {
    .homepage .header-container {
        position: relative;
    }

    .homepage .main-nav {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: min(82vw, 300px);
        max-width: calc(100vw - 24px);
        height: 100vh;
        padding: 90px 24px 24px;
        background: #ffffff;
        box-shadow: -18px 0 36px rgba(5, 14, 33, 0.22);
        transform: translate3d(100%, 0, 0);
        will-change: transform;
        transition: transform 0.28s ease;
        z-index: 1100;
        flex-direction: column;
        align-items: flex-start;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
    }

    .homepage .main-nav ul {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    .homepage .main-nav .menu-children {
        position: static;
        display: none;
        flex-direction: column;
        width: 100%;
        min-width: 0;
        margin: 8px 0 0;
        padding: 8px 0 0 14px;
        background: transparent;
        border: 0;
        box-shadow: none;
        grid-template-rows: none;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        gap: 8px;
    }

    .homepage .main-nav .menu-children .menu-children {
        left: auto;
        top: auto;
        min-width: 0;
        max-width: none;
        margin-top: 6px;
        padding-left: 14px;
    }

    .homepage .main-nav .menu-item:hover > .menu-children,
    .homepage .main-nav .menu-item:focus-within > .menu-children,
    .homepage .main-nav .menu-item.is-open > .menu-children {
        display: none;
    }

    .homepage .main-nav .menu-item.has-children {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-right: 42px;
    }

    .homepage .main-nav .menu-item.has-children > a,
    .homepage .main-nav .menu-item.has-children > .menu-link-static {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }

    .homepage .main-nav .menu-item.has-children > .menu-submenu-toggle {
        display: inline-flex;
        position: absolute;
        top: 8px;
        right: 0;
        margin-left: 0;
    }

    .homepage .main-nav .menu-item.is-open-mobile > .menu-children {
        display: flex;
    }

    .homepage .main-nav a,
    .homepage .main-nav .menu-link-static {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 0.95rem;
        letter-spacing: 0.01em;
        font-weight: 600;
    }

    .homepage .main-nav.mobile-open {
        transform: translate3d(0, 0, 0);
    }

    .homepage .mobile-menu-toggle {
        display: flex;
        position: relative;
        z-index: 1200;
    }

    .tiles-grid {
        grid-template-columns: 1fr;
    }

    .hero-badge-wrap {
        padding-bottom: 18px;
    }

    .hero-badge-card {
        margin-top: -32px;
    }

    .offer-strip-inner,
    .contact-grid {
        gap: 18px;
    }

    .contact-form {
        max-width: none;
        justify-self: stretch;
    }

    .contact-submit {
        margin-left: 0;
        margin-right: 0;
    }

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

    .menu-add-form {
        grid-template-columns: 1fr;
    }

    .menu-editor-row {
        grid-template-columns: 1fr;
    }

    .menu-child-add-form {
        grid-template-columns: 1fr;
    }

    .page-block-card-head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .page-block-card-actions {
        justify-content: flex-start;
    }

    .cms-page .page-hero {
        min-height: 180px;
        padding: 40px 0;
    }

    .footer-map {
        width: min(94%, 1200px);
        margin: -22px auto 26px;
        border-radius: 18px;
    }

    .footer-map iframe {
        height: 240px;
    }
}

/* Final homepage polish */
body.homepage {
    background:
        radial-gradient(circle at top left, rgba(107, 128, 166, 0.12), transparent 32%),
        radial-gradient(circle at top right, rgba(11, 25, 48, 0.08), transparent 26%),
        linear-gradient(180deg, #f8faff 0%, #ffffff 22%, #f4f7fb 100%);
    color: #152033;
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
}

body.homepage .container {
    width: min(92%, 1200px);
}

body.homepage .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(18, 33, 63, 0.08);
    box-shadow: 0 12px 30px rgba(11, 25, 48, 0.08);
}

body.homepage .site-header.scrolled {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 38px rgba(11, 25, 48, 0.12);
}

body.homepage .header-container {
    padding: 14px 0;
}

body.homepage .logo-img {
    height: 56px;
}

body.homepage .main-nav a {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #12213f;
}

body.homepage .main-nav a:hover,
body.homepage .main-nav a.active {
    color: var(--secondary-color);
}

body.homepage .mobile-menu-toggle {
    border: 1px solid rgba(18, 33, 63, 0.12);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(11, 25, 48, 0.08);
}

body.homepage .mobile-menu-toggle span {
    background: #102041;
}

body.homepage .slider-hero {
    height: auto;
    min-height: 0;
    padding: 0;
    background: transparent;
}

body.homepage .slider-container {
    width: 100%;
    min-height: clamp(540px, 84vh, 860px);
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(11, 25, 48, 0.2);
    position: relative;
}

body.homepage .slide {
    min-height: clamp(540px, 84vh, 860px);
    background-size: cover;
    background-position: center;
}

body.homepage .slide-overlay {
    background: linear-gradient(90deg, rgba(7, 16, 33, 0.82) 0%, rgba(10, 21, 44, 0.58) 50%, rgba(10, 21, 44, 0.22) 100%);
}

body.homepage .slide-inner {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 5vw, 72px);
    padding: 0 clamp(24px, 6vw, 88px);
}

body.homepage .slide-content {
    text-align: left;
    max-width: 760px;
    margin-left: 0;
    padding-right: 0;
}

body.homepage .slide-badge {
    flex: 0 0 min(28vw, 320px);
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 28px;
    background: rgba(7, 16, 33, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 22px 44px rgba(4, 10, 24, 0.18);
    backdrop-filter: blur(6px);
}

body.homepage .slide-badge img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
}

body.homepage .slide-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(107, 128, 166, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #d7e2f3;
    font-weight: 700;
    letter-spacing: 0.16em;
}

body.homepage .slide-content h1 {
    font-size: clamp(2.6rem, 5vw, 5.6rem);
    letter-spacing: -0.04em;
    line-height: 0.96;
    text-transform: none;
    max-width: 12ch;
    text-wrap: balance;
}

body.homepage .slide-content p {
    font-size: clamp(1rem, 1.5vw, 1.24rem);
    max-width: 60ch;
    color: rgba(255, 255, 255, 0.88);
}

body.homepage .btn-primary {
    background: linear-gradient(135deg, #ffffff 0%, #edf3ff 100%);
    color: #0d1a33;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    padding: 13px 28px;
    box-shadow: 0 16px 34px rgba(4, 12, 28, 0.22);
}

body.homepage .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(4, 12, 28, 0.28);
}

body.homepage .slider-btn {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(10px);
}

body.homepage .slider-btn:hover {
    background: rgba(255, 255, 255, 0.24);
}

body.homepage .slider-dots {
    bottom: 20px;
}

body.homepage .hero-badge-wrap {
    background: transparent;
    padding: 0;
    margin-top: -72px;
    position: relative;
    z-index: 30;
}

body.homepage .hero-badge-container {
    display: flex;
    justify-content: center;
}

body.homepage .hero-badge-card {
    margin-top: 0;
    width: 130px;
    min-height: 144px;
    border-radius: 20px;
    background: linear-gradient(180deg, #22457f 0%, #142d57 100%);
    border: 2px solid rgba(255, 255, 255, 0.36);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
    transform: translateY(0);
}

body.homepage .blue-bar {
    background: linear-gradient(135deg, #0b1e49 0%, #244e93 100%);
    padding: 14px 0;
}

body.homepage .blue-bar h3 {
    font-size: 0.82rem;
    letter-spacing: 0.18em;
}

body.homepage .intro-section {
    padding: 44px 0 34px;
}

body.homepage .intro-copy {
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}

body.homepage .intro-copy h2 {
    font-size: clamp(1.9rem, 2.8vw, 2.7rem);
    line-height: 1.15;
}

body.homepage .intro-copy h3 {
    font-size: 1.05rem;
    margin-top: 22px;
}

body.homepage .intro-copy p {
    color: #516074;
    font-size: 0.98rem;
}

body.homepage .tiles-grid {
    gap: 22px;
    margin-top: 28px;
}

body.homepage .tile-item {
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(11, 25, 48, 0.08);
    border: 1px solid rgba(18, 33, 63, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.homepage .tile-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(11, 25, 48, 0.14);
}

body.homepage .tile-link,
body.homepage .tile-link .tile-img,
body.homepage .tile-link .tile-caption {
    cursor: default;
}

body.homepage .tile-img {
    height: 190px;
}

body.homepage .tile-caption {
    padding: 16px 18px 18px;
}

body.homepage .offer-strip {
    padding: 26px 0 28px;
    background: linear-gradient(135deg, #f2f5fb 0%, #ebf0f8 100%);
    border-top: 1px solid rgba(18, 33, 63, 0.06);
    border-bottom: 1px solid rgba(18, 33, 63, 0.06);
}

body.homepage .offer-strip-inner {
    display: flex;
    gap: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 33, 63, 0.08);
    border-radius: 24px;
    padding: 22px 26px;
    box-shadow: 0 16px 36px rgba(11, 25, 48, 0.06);
}

body.homepage .offer-strip-copy {
    flex: 1 1 920px;
    max-width: 1040px;
}

body.homepage .offer-strip-copy h2 {
    color: #0f1f3d;
    font-size: 1.25rem;
    max-width: auto;
    text-wrap: balance;
    line-height: 1.25;
}

body.homepage .offer-strip-copy p {
    color: #5a677d;
}

body.homepage .btn-outline-light {
    border-color: #244e93;
    color: #244e93;
}

body.homepage .services-section {
    padding: 42px 0 48px;
}

body.homepage .services-section-head {
    text-align: center;
    margin-bottom: 30px;
}

body.homepage .services-section-head p:last-child {
    margin: 0 auto;
    max-width: 820px;
}

body.homepage .services-list {
    gap: 26px;
}

body.homepage .service-block {
    gap: 30px;
    align-items: stretch;
    padding: 20px;
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(18, 33, 63, 0.07);
    box-shadow: 0 18px 42px rgba(11, 25, 48, 0.08);
}

body.homepage .service-media img {
    height: 100%;
    min-height: 270px;
    border-radius: 22px;
    box-shadow: none;
}

body.homepage .service-copy {
    padding: 6px 6px 6px 0;
}

body.homepage .service-copy h3 {
    font-size: 1.1rem;
    margin-bottom: 16px;
    color: #0f1f3d;
}

body.homepage .service-copy ul {
    padding-left: 20px;
}

body.homepage .service-copy li {
    font-size: 0.94rem;
    line-height: 1.55;
    margin-bottom: 8px;
}

body.homepage .service-copy li::before {
    content: none;
}

body.homepage .statement-band {
    background: linear-gradient(135deg, #7d8796 0%, #5f6d7d 100%);
    padding: 20px 0;
}

body.homepage .statement-band p {
    font-size: 0.97rem;
    max-width: 920px;
}

body.homepage .contact-section {
    padding: 44px 0 60px;
    background: radial-gradient(circle at top, rgba(107, 128, 166, 0.07), transparent 40%), #ffffff;
}

body.homepage .contact-grid {
    gap: 32px;
}

body.homepage .contact-copy h2 {
    font-size: 2rem;
}

body.homepage .contact-copy p {
    font-size: 1rem;
}

body.homepage .contact-form {
    max-width: none;
    padding: 26px;
    border-radius: 26px;
    border: 1px solid rgba(18, 33, 63, 0.08);
    box-shadow: 0 18px 40px rgba(11, 25, 48, 0.08);
    background: #ffffff;
}

body.homepage .contact-form input,
body.homepage .contact-form textarea {
    border-radius: 14px;
    border: 1px solid #d7deea;
    background: #fbfcfe;
    padding: 13px 14px;
}

body.homepage .contact-form input:focus,
body.homepage .contact-form textarea:focus {
    border-color: #244e93;
    box-shadow: 0 0 0 4px rgba(36, 78, 147, 0.12);
    background: #ffffff;
}

body.homepage .contact-submit {
    min-width: 120px;
    margin: 8px 0 0;
}

body.homepage .site-footer {
    background: linear-gradient(180deg, #081737 0%, #06112a 100%);
    position: relative;
}

body.homepage .site-footer::before {
    content: "";
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
}

body.homepage .footer-top {
    height: 74px;
    background: linear-gradient(180deg, #6f86ba 0%, #5f78ab 100%);
}

body.homepage .footer-grid {
    padding-top: 36px;
    padding-bottom: 36px;
    display: grid;
    gap: 26px;
}

body.homepage .footer-widget h4 {
    font-size: 0.86rem;
    letter-spacing: 0.18em;
    color: #ffffff;
}

body.homepage .footer-widget p,
body.homepage .footer-widget li,
body.homepage .footer-widget a {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.8);
}

body.homepage .footer-widget a:hover {
    color: #ffffff;
}

body.homepage .footer-bottom {
    background: #050d20;
}

body.homepage .footer-bottom p {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 992px) {
    body.homepage .slider-hero {
        padding-top: 16px;
    }

    body.homepage .slider-container {
        min-height: 520px;
    }

    body.homepage .slide {
        min-height: 520px;
    }

    body.homepage .slide-inner {
        gap: 22px;
        padding: 0 clamp(18px, 5vw, 32px);
    }

    body.homepage .slide-content {
        max-width: 64%;
    }

    body.homepage .slide-badge {
        flex-basis: 220px;
        max-width: 220px;
    }

    body.homepage .offer-strip-inner,
    body.homepage .service-block,
    body.homepage .service-block.reverse,
    body.homepage .contact-grid,
    body.homepage .form-row {
        grid-template-columns: 1fr;
    }

    body.homepage .offer-strip-inner {
        display: grid;
        flex-direction: column;
        align-items: flex-start;
    }

    body.homepage .hero-badge-container {
        justify-content: center;
    }

    body.homepage .hero-badge-wrap {
        margin-top: -56px;
    }

    body.homepage .tiles-grid {
        grid-template-columns: 1fr;
    }

    body.homepage .tile-img,
    body.homepage .service-media img {
        min-height: 220px;
    }

    body.homepage .contact-form {
        justify-self: stretch;
    }
}

@media (max-width: 768px) {
    body.menu-open {
        overflow: hidden;
    }

    body.menu-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(9, 18, 35, 0.46);
        z-index: 1050;
        pointer-events: none;
    }

    body.homepage .header-container {
        position: relative;
    }

    body.homepage .main-nav {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: min(88vw, 380px);
        max-width: calc(100vw - 16px);
        height: 100vh;
        padding: 92px 18px 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98));
        box-shadow: -28px 0 48px rgba(5, 14, 33, 0.22);
        border-left: 1px solid rgba(16, 32, 65, 0.08);
        border-radius: 28px 0 0 28px;
        transform: translate3d(100%, 0, 0);
        will-change: transform;
        transition: transform 0.28s ease;
        z-index: 5000;
        flex-direction: column;
        align-items: flex-start;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        scrollbar-width: thin;
    }

    body.homepage .main-nav a,
    body.homepage .main-nav .menu-link-static {
        color: #102041;
    }

    body.homepage .main-nav a:hover,
    body.homepage .main-nav a.active,
    body.homepage .main-nav .menu-link-static:hover {
        color: #2563eb;
    }

    body.homepage .main-nav .menu-children {
        color: #102041;
    }

    body.homepage .main-nav .menu-children a.menu-link,
    body.homepage .main-nav .menu-children .menu-link-static {
        color: #102041;
        justify-content: center;
        text-align: center;
        background: rgba(16, 32, 65, 0.03);
    }

    body.homepage .main-nav .menu-children a.menu-link:hover,
    body.homepage .main-nav .menu-children .menu-link-static:hover {
        color: #2563eb;
        background: rgba(37, 99, 235, 0.08);
    }

    body.homepage .main-nav ul {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    body.homepage .main-nav .menu-item {
        width: 100%;
        position: relative;
    }

    body.homepage .main-nav a,
    body.homepage .main-nav .menu-link-static {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 54px;
        padding: 0 18px;
        font-size: 0.95rem;
        letter-spacing: 0.02em;
        font-weight: 700;
        text-transform: none;
        border-radius: 18px;
        background: rgba(16, 32, 65, 0.04);
        box-shadow: inset 0 0 0 1px rgba(16, 32, 65, 0.04);
    }

    body.homepage .main-nav .menu-item.has-children > a,
    body.homepage .main-nav .menu-item.has-children > .menu-link-static {
        flex: 1 1 auto;
    }

    body.homepage .main-nav .menu-children {
        display: none;
        position: static;
        flex-direction: column;
        width: 100%;
        min-width: 0;
        margin: 6px 0 0;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        grid-template-rows: none;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        gap: 8px;
    }

    body.homepage .main-nav .menu-children .menu-children {
        left: auto;
        top: auto;
        min-width: 0;
        max-width: none;
        margin-top: 6px;
        padding-left: 14px;
    }

    body.homepage .main-nav .menu-item:hover > .menu-children,
    body.homepage .main-nav .menu-item:focus-within > .menu-children,
    body.homepage .main-nav .menu-item.is-open > .menu-children {
        display: none;
    }

    body.homepage .main-nav .menu-item.has-children {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-right: 58px;
    }

    body.homepage .main-nav .menu-item.has-children > a,
    body.homepage .main-nav .menu-item.has-children > .menu-link-static {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        padding-right: 16px;
    }

    body.homepage .main-nav .menu-item.has-children > .menu-submenu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4px;
        margin-left: 0;
        width: 42px;
        height: 42px;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 14px;
        background: rgba(16, 32, 65, 0.04);
        box-shadow: inset 0 0 0 1px rgba(16, 32, 65, 0.04);
    }

    body.homepage .main-nav .menu-item.is-open-mobile > .menu-children {
        display: flex;
    }

    body.homepage .main-nav.mobile-open {
        transform: translate3d(0, 0, 0);
    }

    body.homepage .mobile-menu-toggle {
        display: flex;
        position: relative;
        z-index: 5001;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        border: 1px solid rgba(16, 32, 65, 0.10);
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(11, 25, 48, 0.10);
        color: #102041;
    }

    body.homepage .mobile-menu-toggle span {
        position: absolute;
        left: 50%;
        width: 20px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transform: translateX(-50%);
        transition: transform 0.22s ease, top 0.22s ease, opacity 0.16s ease;
    }

    body.homepage .mobile-menu-toggle span:nth-child(1) { top: 16px; }
    body.homepage .mobile-menu-toggle span:nth-child(2) { top: 23px; }
    body.homepage .mobile-menu-toggle span:nth-child(3) { top: 30px; }

    body.homepage .mobile-menu-toggle.is-open {
        color: #2563eb;
        border-color: rgba(37, 99, 235, 0.18);
        background: rgba(255, 255, 255, 0.98);
    }

    body.homepage .mobile-menu-toggle.is-open span:nth-child(1) {
        top: 23px;
        transform: translateX(-50%) rotate(45deg);
    }

    body.homepage .mobile-menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    body.homepage .mobile-menu-toggle.is-open span:nth-child(3) {
        top: 23px;
        transform: translateX(-50%) rotate(-45deg);
    }

    body.homepage .main-nav a:hover,
    body.homepage .main-nav a.active,
    body.homepage .main-nav .menu-link-static:hover {
        color: #2563eb;
        background: rgba(37, 99, 235, 0.08);
    }

    body.homepage .main-nav .menu-item.is-open-mobile > a,
    body.homepage .main-nav .menu-item.is-open-mobile > .menu-link-static {
        color: #2563eb;
        background: rgba(37, 99, 235, 0.12);
    }

    body.homepage .main-nav .menu-children a.menu-link,
    body.homepage .main-nav .menu-children .menu-link-static {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 50px;
        padding: 0 18px;
        border-radius: 16px;
        color: #102041;
        background: rgba(16, 32, 65, 0.03);
        box-shadow: inset 0 0 0 1px rgba(16, 32, 65, 0.04);
        text-align: center;
        text-transform: none;
    }

    body.homepage .main-nav .menu-children a.menu-link:hover,
    body.homepage .main-nav .menu-children .menu-link-static:hover {
        color: #2563eb;
        background: rgba(37, 99, 235, 0.08);
    }

    body.homepage .slider-container {
        min-height: 480px;
        border-radius: 0;
    }

    body.homepage .slide {
        min-height: 480px;
    }

    body.homepage .slide-content {
        margin-left: 0;
        padding-right: 0;
    }

    body.homepage .slide-badge {
        display: none;
    }

    body.homepage .slide-content h1 {
        font-size: clamp(2.1rem, 10vw, 3.2rem);
    }

    body.homepage .slider-btn {
        width: 40px;
        height: 40px;
    }

    body.homepage .hero-badge-card {
        width: 112px;
        min-height: 128px;
    }

    body.homepage .contact-form {
        padding: 20px;
    }
}
