@font-face {
    font-family: "Scto Grotesk A";
    src:
        local("Scto Grotesk A Regular"),
        local("Scto Grotesk A"),
        url("../fonts/scto-grotesk/SctoGroteskA-Regular.woff2") format("woff2"),
        url("../fonts/scto-grotesk/SctoGroteskA-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Scto Grotesk A";
    src:
        local("Scto Grotesk A Regular Italic"),
        local("Scto Grotesk A Italic"),
        url("../fonts/scto-grotesk/SctoGroteskA-RegularItalic.woff2") format("woff2"),
        url("../fonts/scto-grotesk/SctoGroteskA-RegularItalic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Scto Grotesk A";
    src:
        local("Scto Grotesk A Bold"),
        url("../fonts/scto-grotesk/SctoGroteskA-Bold.woff2") format("woff2"),
        url("../fonts/scto-grotesk/SctoGroteskA-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Scto Grotesk A";
    src:
        local("Scto Grotesk A Bold Italic"),
        url("../fonts/scto-grotesk/SctoGroteskA-BoldItalic.woff2") format("woff2"),
        url("../fonts/scto-grotesk/SctoGroteskA-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    --brand-primary: #001b71;
    --brand-secondary: #0047ba;
    --brand-accent: #0071ce;
    --neutral-light: #c8c8c8;
    --neutral-mid: #898a8d;
    --neutral-dark: #54565a;
    --surface-soft: #f5f8fc;
    --surface-card: #ffffff;
    --text-strong: #001b71;
    --text-body: #54565a;
    --border-soft: rgba(0, 27, 113, 0.12);
    --shadow-soft: 0 18px 45px rgba(0, 27, 113, 0.1);
    --font-brand: "Scto Grotesk A", "Montserrat", "Roboto", sans-serif;
    --font-body: "Scto Grotesk A", "Roboto", sans-serif;
}

body {
    padding-top: 40px;
    color: var(--text-body);
    font-family: var(--font-body);
    background:
        radial-gradient(circle at top left, rgba(0, 113, 206, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

::selection {
    background-color: var(--brand-primary);
    color: #ffffff;
}

a,
a:focus,
a:active,
a:hover {
    color: var(--brand-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.color-heading,
.feature-card .feature-card-title,
.blog-entry .entry--title h4 a,
.footer-widget .widget-title h5,
.page-title .title--heading h1,
.heading .heading--title {
    color: var(--text-strong);
    font-family: var(--font-brand);
}

p,
.heading .heading--desc,
.feature-card .feature-card-desc,
.blog-entry .entry--bio p,
.footer-widget .widget-content p,
.footer--copyright,
.page-title .title--desc p {
    color: var(--text-body);
    font-family: var(--font-body);
}

.heading .heading--subtitle,
.blog-entry .entry--meta a,
.blog-entry .entry--more a,
.page-title .breadcrumb a,
.page-title .breadcrumb .active {
    color: var(--brand-secondary);
    font-family: var(--font-brand);
}

.bg-theme,
.btn--primary,
.btn--bordered.btn--primary:hover,
.btn--white.btn--secondary:hover,
.widget-newsletter button:hover,
.carousel-dots.carousel-theme .owl-dots .owl-dot.active span,
.carousel-navs .owl-nav [class*=owl-]:hover,
.backtop,
.custom-card {
    background-color: var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
    color: #ffffff !important;
}

.btn--secondary {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-secondary));
    border-color: var(--brand-secondary);
    color: #ffffff;
}

.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:active,
.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
    background: var(--brand-secondary);
    border-color: var(--brand-secondary);
    color: #ffffff;
}

.btn--bordered.btn--primary,
.btn--link.btn--primary,
.btn--link.btn--secondary:hover,
.btn--white.btn--secondary {
    color: var(--brand-primary);
    border-color: var(--brand-primary);
}

.btn,
.form-control,
.feature-card,
.blog-entry,
.contact-box,
.testimonial-panel,
.page-title,
.footer-widget,
.clients .client .custom-card {
    border-radius: 16px;
}

.btn {
    box-shadow: 0 10px 24px rgba(0, 71, 186, 0.16);
    font-family: var(--font-brand);
}

.btn:hover {
    transform: translateY(-1px);
}

.form-control {
    border: 1px solid rgba(84, 86, 90, 0.16);
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--brand-accent);
    box-shadow: 0 0 0 0.2rem rgba(0, 113, 206, 0.15);
}

#primary-menu {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 34px rgba(0, 27, 113, 0.1);
    border-bottom: 1px solid rgba(0, 27, 113, 0.08);
    z-index: 1000;
    width: 100%;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.navbar-light .navbar-brand img {
    transition: transform 0.3s ease-in-out;
}

.navbar-light .navbar-brand img:hover {
    transform: scale(1.03);
}

.navbar .navbar-nav li a,
.navbar.navbar-light .navbar-nav > li > a,
.header-light .navbar .navbar-nav > li > a {
    color: var(--neutral-dark);
    font-family: var(--font-brand);
}

.nav-menu-shell {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.15rem;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.nav-menu-shell > li {
    margin: 0;
    flex: 0 0 auto;
}

.nav-menu-shell > li > .menu-item,
.navbar .navbar-nav .nav-menu-shell > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.5rem 0.95rem;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
    border-radius: 12px;
    color: var(--neutral-dark) !important;
}

.nav-menu-shell > li > .menu-item::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: transparent;
    transform: translateX(-50%);
    transition: background-color 0.2s ease, opacity 0.2s ease;
    opacity: 0;
}

.nav-menu-shell > li.active > .menu-item,
.nav-menu-shell > li > .menu-item:hover,
.nav-menu-shell > li > .menu-item:focus {
    color: var(--brand-primary) !important;
    background: transparent;
}

.nav-menu-shell > li.active > .menu-item {
    font-weight: 800;
}

.nav-menu-shell > li.active > .menu-item::before,
.nav-menu-shell > li > .menu-item:hover::before,
.nav-menu-shell > li > .menu-item:focus::before {
    opacity: 1;
    background: var(--brand-secondary);
}

.nav-actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.75rem;
    margin-left: 1.25rem;
}

.nav-actions .module-consultation {
    float: none !important;
}

.nav-actions .module-consultation .btn {
    min-width: 148px;
    height: 48px;
    line-height: 44px;
    padding: 0 1.35rem;
    border-radius: 999px;
    border: 2px solid rgba(0, 27, 113, 0.18);
    background: transparent;
    box-shadow: none;
    color: var(--brand-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.nav-actions .module-consultation .btn:hover,
.nav-actions .module-consultation .btn:focus {
    background: rgba(0, 71, 186, 0.08);
    border-color: var(--brand-secondary);
    color: var(--brand-primary);
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > .menu-item:hover::before,
.navbar-nav > li.active > .menu-item:before {
    color: var(--brand-primary);
    background-color: var(--brand-primary);
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 27, 113, 0.85%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

ul.dropdown-menu li > a:active,
ul.dropdown-menu li > a:focus,
ul.dropdown-menu li > a:hover,
ul.mega-menu li a:active,
ul.mega-menu li a:focus,
ul.mega-menu li a:hover,
ul.mega-menu li ul li span,
.mega-dropdown-menu .container a[href='#'] {
    color: var(--brand-secondary);
}

.bg-overlay-theme:before,
.bg-overlay-theme2:before,
.bg-overlay-theme3:before {
    background-color: var(--brand-primary);
}

.bg-dark3,
.featured-3.featured-left,
.footer,
.footer--bar {
    background:
        linear-gradient(135deg, rgba(0, 27, 113, 0.98), rgba(0, 71, 186, 0.92));
}

.video-2 .heading .heading--subtitle,
.color-white,
.featured-3 .heading .heading--title,
.featured-3 .heading .heading--desc,
.featured-3 .feature-card-title,
.featured-3 .feature-card-desc,
.featured-3 .feature-card-icon i,
.cta h3,
.footer-widget .widget-title h5,
.footer-widget .widget-content,
.footer-widget .widget-content p,
.footer--copyright .copyright span,
footer .widget-links ul li a {
    color: #ffffff;
}

.video-overlay,
.bg-overlay-dark2:before,
.bg-overlay-dark3:before {
    background:
        linear-gradient(180deg, rgba(0, 27, 113, 0.92), rgba(0, 71, 186, 0.58));
}

.feature-card,
.blog-entry,
.contact-box,
.testimonial-panel,
.page-title {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-soft);
}

.featured-4 .feature-card {
    padding: 28px 24px;
}

.home-feature-grid {
    align-items: stretch;
}

.home-feature-col {
    display: flex;
    margin-bottom: 30px;
}

.home-feature-col .feature-card {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100%;
    padding: 1.75rem 1.75rem 1.8rem;
    overflow: hidden;
}

.featured-left .home-feature-col .feature-card-icon {
    position: relative;
    top: auto;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(0, 71, 186, 0.14);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(0, 113, 206, 0.1), rgba(0, 71, 186, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.featured-left .home-feature-col .feature-card-icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.home-feature-col .feature-card-icon i {
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: var(--brand-accent);
    line-height: 1;
}

.home-feature-col .feature-card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-left: 0;
}

.home-feature-col .feature-card-title {
    min-height: 72px;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 1.35;
}

.home-feature-col .feature-card-desc {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.8;
}

.home-feature-col .feature-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px;
    border-radius: 0 0 0 28px;
    background: radial-gradient(circle at top right, rgba(0, 113, 206, 0.12), transparent 70%);
    pointer-events: none;
}

.home-section-heading {
    max-width: 720px;
}

.home-section-heading .heading--subtitle {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-section-heading .heading--title {
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: 1.06;
    margin-bottom: 18px;
}

.home-section-heading .heading--desc {
    font-size: 16px;
    line-height: 1.8;
}

.home-section-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.feature-card .feature-card-icon i,
.featured-1 .feature-card .feature-card-icon i,
.featured-2 .feature-card .feature-card-icon i,
.featured-4 .feature-card .feature-card-icon i,
.about-1 .heading .heading--subtitle,
.heading .heading--subtitle,
.blog-entry .entry--more a i,
.blog-entry .entry--meta a,
.page-title .breadcrumb a:hover {
    color: var(--brand-accent);
}

.featured-4 .contact-box,
.about-2 .contact-box {
    background:
        linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
}

.home-contact-box {
    position: sticky;
    top: 120px;
    padding: 1.6rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #eef4fb 100%);
}

.home-contact-box::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 113, 206, 0.18), transparent 70%);
}

.home-contact-intro {
    position: relative;
    z-index: 1;
    padding: 1.75rem 1.65rem 1.4rem;
    margin-bottom: 1.2rem;
    border: 1px solid rgba(0, 27, 113, 0.08);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(0, 71, 186, 0.06), rgba(255, 255, 255, 0.72)),
        #ffffff;
}

.contact-box-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--brand-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-contact-intro h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.08;
}

.home-contact-intro p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
}

.home-contact-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.home-contact-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(0, 71, 186, 0.08);
    color: var(--brand-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.home-contact-form {
    position: relative;
    z-index: 1;
    padding: 0.25rem 0.45rem 0.2rem;
}

.home-contact-box .form-control {
    min-height: 56px;
    margin-bottom: 12px;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(0, 27, 113, 0.1);
    background: rgba(255, 255, 255, 0.98);
    font-size: 15px;
}

.home-contact-box textarea.form-control {
    min-height: 132px;
    padding-top: 1rem;
}

.home-contact-box .form-control::placeholder {
    color: rgba(84, 86, 90, 0.68);
}

.home-contact-note {
    margin-top: 0.15rem;
    margin-bottom: 0.9rem !important;
    color: var(--neutral-dark);
    font-size: 13px;
    line-height: 1.5;
}

.home-contact-form .btn {
    min-height: 56px;
    margin-top: 0.2rem;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 800;
}

.home-metric-shell {
    margin-top: 2.5rem;
}

.home-metric-row {
    padding: 0.75rem;
    margin-right: 0;
    margin-left: 0;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(0, 27, 113, 0.06), rgba(0, 113, 206, 0.12));
}

.featured-4 .contact-box .contat-heading h3,
.about-2 .contact-box .contat-heading h3 {
    color: var(--brand-primary);
}

.blog-entry .entry--img:before,
.blog-entry .entry--overlay {
    background:
        linear-gradient(180deg, rgba(0, 27, 113, 0.12), rgba(0, 27, 113, 0.72));
}

.blog-entry .entry--more a:hover,
.footer--widget-recent .entry--title a:hover,
footer .widget-links ul li a:hover,
.social-icons a:hover i {
    color: var(--brand-accent);
}

.social-icons a {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
}

.social-icons a.facebook:hover,
.social-icons a.twitter:hover,
.social-icons a.linkedin:hover,
.social-icons a.instagram:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-title {
    overflow: hidden;
}

.page-title:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(0, 27, 113, 0.86), rgba(0, 113, 206, 0.45));
}

.page-title .container,
.page-title .title {
    position: relative;
    z-index: 1;
}

.page-title .title--heading h1,
.page-title .title--desc p,
.page-title .breadcrumb,
.page-title .breadcrumb a,
.page-title .breadcrumb .active {
    color: #ffffff;
}

.backtop {
    box-shadow: 0 16px 30px rgba(0, 27, 113, 0.22);
}

.backtop:hover {
    background-color: var(--brand-accent) !important;
    border-color: var(--brand-accent) !important;
}

.custom-card {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-primary)) !important;
    min-height: 72px;
    padding: 0.75rem 1rem;
    box-shadow: 0 18px 32px rgba(0, 27, 113, 0.15);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-visual-frame {
    position: relative;
    overflow: hidden;
    min-height: 540px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    box-shadow: 0 28px 60px rgba(0, 10, 45, 0.35);
}

.home-visual-frame .bg-section img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
}

.home-visual-caption {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 2rem;
}

.home-visual-copy {
    max-width: 420px;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 22px;
    background: rgba(0, 27, 113, 0.72);
    backdrop-filter: blur(12px);
    text-align: left;
}

.home-visual-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #d9ecff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-visual-copy p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
}

.testimonial-carousel .testimonial-slide {
    padding: 10px;
}

.testimonial-carousel .testimonial-panel {
    min-height: 100%;
    padding: 2.5rem 2rem 2rem;
}

.testimonial-carousel .testimonial--body p {
    font-size: 18px;
    line-height: 1.7;
}

.home-spotlight-grid {
    min-height: 760px;
}

.home-spotlight-content {
    padding: 7rem 5.5rem 7rem 7rem;
}

.featured-3 .home-spotlight-content .feature-card {
    margin-bottom: 1.2rem;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
    backdrop-filter: blur(8px);
    border-radius: 22px;
}

.home-spotlight-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    padding: 1.35rem 1.45rem;
    overflow: hidden;
}

.home-spotlight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 45%);
    pointer-events: none;
}

.home-spotlight-card-icon {
    position: relative;
    flex: 0 0 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-top: 2px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-spotlight-card-icon i {
    font-size: 28px;
    line-height: 1;
    color: #8fc7ff;
}

.home-spotlight-card-content {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0;
}

.home-spotlight-card-content .feature-card-title {
    margin-bottom: 0.45rem;
    font-size: 18px;
    line-height: 1.25;
}

.home-spotlight-card-content .feature-card-desc {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.home-spotlight-visual-col {
    display: flex;
    align-items: stretch;
}

.home-spotlight-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 760px;
    padding: 4rem;
    background:
        radial-gradient(circle at top, rgba(0, 113, 206, 0.3), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.home-spotlight-visual::before {
    content: "";
    position: absolute;
    inset: 8% 10%;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-spotlight-visual img {
    position: relative;
    z-index: 1;
    max-width: 78%;
    max-height: 560px;
    object-fit: contain;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.22));
}

.home-spotlight-badge {
    position: absolute;
    top: calc(8% + 18px);
    left: calc(10% + 18px);
    z-index: 2;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.testimonial .owl-carousel .owl-stage-outer {
    padding-top: 10px;
}

@media (max-width: 991px) {
    .navbar-brand img {
        width: 14rem;
    }

    body {
        padding-top: 76px;
    }

    .nav-menu-shell {
        flex-wrap: wrap;
        align-items: stretch;
        gap: 0.25rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 0.75rem;
        border-radius: 24px;
        border: 1px solid rgba(0, 27, 113, 0.08);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 12px 28px rgba(0, 27, 113, 0.08);
    }

    .nav-menu-shell > li > .menu-item,
    .navbar .navbar-nav .nav-menu-shell > li > a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .nav-menu-shell > li > .menu-item::before {
        bottom: 6px;
    }

    .nav-actions {
        flex-direction: column;
        align-items: stretch;
        margin-left: 0;
    }

    .home-contact-box {
        position: relative;
        top: auto;
        margin-top: 2rem;
    }

    .home-feature-col .feature-card-title {
        min-height: auto;
    }

    .featured-left .home-feature-col .feature-card-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 1rem;
        border-radius: 20px;
    }

    .home-feature-col .feature-card-icon i {
        font-size: 27px;
    }

    .home-visual-frame,
    .home-visual-frame .bg-section img {
        min-height: 380px;
    }

    .home-spotlight-content {
        padding: 4rem 1.5rem 2rem;
    }

    .home-spotlight-card {
        gap: 0.95rem;
        padding: 1.05rem 1.05rem;
    }

    .home-spotlight-card-icon {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        flex-basis: 60px;
    }

    .home-spotlight-card-icon i {
        font-size: 27px;
    }

    .home-spotlight-visual {
        min-height: 420px;
        padding: 2rem 1.5rem 3rem;
    }

    .home-spotlight-visual::before {
        inset: 8%;
    }

    .home-spotlight-visual img {
        max-width: 82%;
        max-height: 320px;
    }

    .home-spotlight-badge {
        top: calc(8% + 10px);
        left: calc(8% + 10px);
        padding: 0.65rem 0.9rem;
    }
}
