/* Custom UI and animations for MITS Elementor Theme */

body.page-id-658.mits-nlc-password-locked {
  background: #f4f8fb;
}

body.page-id-658.mits-nlc-password-locked #site-header {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid #dce6ee;
  box-shadow: 0 4px 18px rgba(15, 23, 42, .08);
}

body.page-id-658.mits-nlc-password-locked #site-header .mits-logo-light {
  display: none;
  opacity: 0;
}

body.page-id-658.mits-nlc-password-locked #site-header .mits-logo-dark {
  display: block;
  opacity: 1;
}

body.page-id-658.mits-nlc-password-locked #site-header.header-transparent .mits-header-phone,
body.page-id-658.mits-nlc-password-locked #site-header.header-transparent .mits-menu-toggle span,
body.page-id-658.mits-nlc-password-locked #site-header.header-transparent .mits-desktop-menu > .mits-menu-item > .mits-menu-link,
body.page-id-658.mits-nlc-password-locked #site-header.header-transparent .mits-desktop-menu > .mits-menu-item > .mits-menu-link .material-icons {
  color: #1f2937 !important;
}

body.page-id-658.mits-nlc-password-locked #site-header.header-transparent .mits-desktop-menu > .mits-menu-current > .mits-menu-link .mits-menu-icon,
body.page-id-658.mits-nlc-password-locked #site-header.header-transparent .mits-desktop-menu > .mits-menu-current-ancestor > .mits-menu-link .mits-menu-icon,
body.page-id-658.mits-nlc-password-locked #site-header.header-transparent .text-primary {
  color: #00aeef !important;
}

body.page-id-658 .post-password-form {
  box-sizing: border-box;
  width: min(680px, calc(100% - 32px));
  min-height: 0;
  margin: clamp(128px, 16vw, 176px) auto 82px;
  border: 1px solid #dce6ee;
  border-radius: 12px;
  background: #fff;
  padding: clamp(24px, 5vw, 38px);
  color: #0f172a;
  box-shadow: 0 20px 48px rgba(15, 23, 42, .1);
}

body.page-id-658 .post-password-form p {
  margin: 0 0 16px;
  color: #526173;
  font-size: 16px;
  line-height: 1.6;
}

body.page-id-658 .post-password-form > p:empty {
  display: none;
}

body.page-id-658 .post-password-form-invalid-password {
  margin: 0 0 20px;
  border: 1px solid #fecdd3;
  border-left: 4px solid #e11d48;
  border-radius: 8px;
  background: #fff1f2;
  padding: 12px 14px;
  color: #9f1239;
}

body.page-id-658 .post-password-form-invalid-password p {
  margin: 0;
  color: inherit;
  font-weight: 750;
}

body.page-id-658 .post-password-form label {
  display: grid;
  gap: 8px;
  color: #0f172a;
  font-weight: 850;
}

body.page-id-658 .post-password-form input[type="password"] {
  width: 100%;
  max-width: 420px;
  min-height: 46px;
  border: 1px solid #cfdce6;
  border-radius: 8px;
  background: #fbfdff;
  padding: 10px 12px;
  color: #142033;
  font-size: 16px;
}

body.page-id-658 .post-password-form input[type="password"]:focus {
  outline: 0;
  border-color: #00aeef;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 174, 239, .12);
}

body.page-id-658 .post-password-form input[type="submit"] {
  min-height: 46px;
  margin-top: 10px;
  border: 0;
  border-radius: 8px;
  background: #00aeef;
  color: #fff;
  padding: 10px 18px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 174, 239, .22);
}

@media (max-width: 640px) {
  body.page-id-658 .post-password-form {
    width: min(100% - 22px, 680px);
    margin-top: 108px;
    padding: 22px 18px 24px;
  }
}

/* Animation classes as per structural requirements */
.fade-in-up {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    transform: translateY(20px);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mitsFadeDown {
    from {
        opacity: 0;
        transform: translateY(-18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ken-burns {
    animation: kenBurns 15s linear infinite alternate;
}

@keyframes kenBurns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.hover-lift {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Hero Slide Overrides */
.mits-hero-subtitle {
    margin-bottom: 1rem !important;
}

.mits-hero-title {
    margin-bottom: 1.5rem !important;
}

.mits-hero-desc {
    margin-bottom: 2.5rem !important;
    color: #d1d5db !important;
}

.mits-hero-title .elementor-heading-title {
    color: #ffffff !important;
}

.mits-hero-title .elementor-heading-title .text-primary {
    color: #00AEEF !important;
}

.mits-hero-subtitle .elementor-heading-title {
    color: #00AEEF !important;
}

.mits-hero-desc .elementor-text-editor,
.mits-hero-desc .elementor-text-editor p {
    color: #d1d5db !important;
}

.mits-hero-bottom-divider {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    display: block;
    width: calc(100% - 40px);
    height: auto;
    overflow: visible;
    pointer-events: none;
    --mits-divider-impact-ease: cubic-bezier(0.84, 0, 0.96, 0.42);
    --mits-divider-vanish-ease: cubic-bezier(0.74, 0.02, 0.94, 0.28);
    --mits-divider-loop-time: 7.2s;
}

.mits-hero-bottom-divider .mits-hero-divider-line,
.mits-hero-bottom-divider .mits-hero-divider-mark,
.mits-cpt-top-buy-divider .mits-hero-divider-line,
.mits-cpt-top-buy-divider .mits-hero-divider-mark {
    opacity: 0;
    vector-effect: non-scaling-stroke;
    stroke: rgba(255, 255, 255, 0.95);
    will-change: opacity, stroke-dasharray, stroke-dashoffset, filter;
}

.mits-hero-bottom-divider .mits-hero-divider-mark,
.mits-cpt-top-buy-divider .mits-hero-divider-mark {
    stroke: #00AEEF;
}

.mits-hero-bottom-divider .mits-hero-divider-line,
.mits-cpt-top-buy-divider .mits-hero-divider-line {
    stroke-dasharray: 1 1;
    stroke-dashoffset: 1;
    stroke-linecap: round;
    animation: mitsHeroDividerLineSweep var(--mits-divider-loop-time) both infinite;
    animation-delay: 0.3s;
}

.mits-hero-bottom-divider .mits-hero-divider-mark,
.mits-cpt-top-buy-divider .mits-hero-divider-mark {
    stroke-dasharray: 1 1;
    stroke-dashoffset: 1;
    transform-box: fill-box;
    transform-origin: center;
    transform: none;
    animation: mitsHeroDividerMarkShock var(--mits-divider-loop-time) both infinite;
    animation-delay: 0.3s;
}

.mits-hero-swiper {
    z-index: 10;
}

@keyframes mitsHeroDividerLineSweep {
    0%,
    4.76% {
        opacity: 0;
        stroke-dasharray: 1 1;
        stroke-dashoffset: 1;
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
        animation-timing-function: cubic-bezier(0.4, 0, 0.9, 0.1);
    }

    24.1% {
        opacity: 0.7;
        stroke-dasharray: 1 1;
        stroke-dashoffset: 0;
        filter: drop-shadow(0 0 12px rgba(0, 174, 239, 0.78)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.32));
    }

    30.67% {
        opacity: 0.7;
        stroke-dasharray: 1 1;
        stroke-dashoffset: 0;
        filter: drop-shadow(0 0 8px rgba(0, 174, 239, 0.52));
    }

    66.26% {
        opacity: 0.7;
        stroke-dasharray: 1 1;
        stroke-dashoffset: 0;
        filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.18));
        animation-timing-function: var(--mits-divider-vanish-ease);
    }

    74.48% {
        opacity: 0.5;
        stroke-dasharray: 0.46 1;
        stroke-dashoffset: -0.54;
        filter: drop-shadow(0 0 6px rgba(0, 174, 239, 0.32));
        animation-timing-function: cubic-bezier(0.8, 0, 1, 0.5);
    }

    78.86%,
    100% {
        opacity: 0;
        stroke-dasharray: 0 1;
        stroke-dashoffset: -1;
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }
}

@keyframes mitsHeroDividerMarkShock {
    0%,
    23.98% {
        opacity: 0;
        stroke-dashoffset: 1;
        transform: none;
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
        animation-timing-function: step-end;
    }

    24.1% {
        opacity: 1;
        stroke-dashoffset: 0;
        filter: drop-shadow(0 0 16px rgba(0, 174, 239, 1)) drop-shadow(0 0 32px rgba(255, 255, 255, 0.9));
        animation-timing-function: step-end;
    }

    24.42% {
        opacity: 0;
        stroke-dashoffset: 0;
        animation-timing-function: step-end;
    }

    24.86% {
        opacity: 1;
        stroke-dashoffset: 0;
        filter: drop-shadow(0 0 24px rgba(0, 174, 239, 1)) drop-shadow(0 0 40px rgba(255, 255, 255, 1));
        animation-timing-function: step-end;
    }

    25.3% {
        opacity: 0.1;
        stroke-dashoffset: 0;
        animation-timing-function: step-end;
    }

    25.85% {
        opacity: 0.9;
        stroke-dashoffset: 0;
        filter: drop-shadow(0 0 12px rgba(0, 174, 239, 0.8));
        animation-timing-function: step-end;
    }

    26.18% {
        opacity: 0;
        stroke-dashoffset: 0;
        animation-timing-function: step-end;
    }

    26.83% {
        opacity: 1;
        stroke-dashoffset: 0;
        filter: drop-shadow(0 0 16px rgba(0, 174, 239, 0.9)) drop-shadow(0 0 24px rgba(255, 255, 255, 0.5));
        animation-timing-function: ease-out;
    }

    28.48% {
        opacity: 0.8;
        stroke-dashoffset: 0;
    }

    30.67%,
    74.48% {
        opacity: 1;
        stroke-dashoffset: 0;
        transform: none;
        filter: drop-shadow(0 0 6px rgba(0, 174, 239, 0.46));
        animation-timing-function: step-end;
    }

    75.57% {
        opacity: 0.3;
        stroke-dashoffset: 0;
        filter: drop-shadow(0 0 12px rgba(0, 174, 239, 0.82)) drop-shadow(0 0 26px rgba(255, 255, 255, 0.34));
    }

    76.12% {
        opacity: 1;
        stroke-dashoffset: 0.12;
        filter: drop-shadow(0 0 16px rgba(0, 174, 239, 0.95)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.4));
    }

    76.67% {
        opacity: 0.1;
        stroke-dashoffset: 0.28;
        filter: drop-shadow(0 0 3px rgba(0, 174, 239, 0.28));
    }

    77.43% {
        opacity: 0.76;
        stroke-dashoffset: 0.44;
        filter: drop-shadow(0 0 12px rgba(0, 174, 239, 0.76));
    }

    77.76% {
        opacity: 0.14;
        stroke-dashoffset: 0.66;
    }

    78.31% {
        opacity: 0.4;
        stroke-dashoffset: 0.84;
        filter: drop-shadow(0 0 8px rgba(0, 174, 239, 0.42));
    }

    78.86%,
    100% {
        opacity: 0;
        stroke-dashoffset: 1;
        transform: none;
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }
}

@media (prefers-reduced-motion: reduce) {
    .mits-hero-bottom-divider .mits-hero-divider-line,
    .mits-hero-bottom-divider .mits-hero-divider-mark,
    .mits-cpt-top-buy-divider .mits-hero-divider-line,
    .mits-cpt-top-buy-divider .mits-hero-divider-mark {
        animation: none;
        opacity: 0.72;
        stroke-dashoffset: 0;
        transform: none;
        filter: none;
    }
}

/* Button Row Flexbox */
.mits-hero-buttons,
.mits-hero-buttons>.elementor-widget-wrap,
.mits-hero-buttons.elementor-column>.elementor-widget-wrap {
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    align-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mits-hero-buttons .elementor-widget {
    width: auto !important;
    margin-bottom: 0 !important;
}

/* Primary Button */
.mits-hero-btn-primary .elementor-button {
    background-color: #00AEEF !important;
    color: #ffffff !important;
    border-radius: 0.75rem !important;
    padding: 1rem 2rem !important;
    font-weight: 700 !important;
    box-shadow: 0 20px 25px -5px rgba(0, 174, 239, 0.3), 0 8px 10px -6px rgba(0, 174, 239, 0.3) !important;
    border: 1px solid transparent !important;
}

.mits-hero-btn-primary .elementor-button:hover {
    background-color: #009bd4 !important;
    color: #ffffff !important;
}

/* Secondary Button */
.mits-hero-btn-secondary .elementor-button {
    background-color: transparent !important;
    color: #00AEEF !important;
    border-radius: 0.75rem !important;
    padding: 1rem 2rem !important;
    font-weight: 700 !important;
    border: 2px solid #00AEEF !important;
}

.mits-hero-btn-secondary .elementor-button:hover {
    background-color: #00AEEF !important;
    color: #ffffff !important;
}

.swiper-slide .elementor-col-30 {
    height: 100%;
}

.swiper-slide .elementor-col-30 * {
    height: 100%;
}

.swiper-slide .elementor-col-30 .elementor-widget-image {
    height: 400px;
    overflow: hidden;
}

.swiper-slide .elementor-col-30 .elementor-widget-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    html body.page-id-29 .elementor .elementor-element .mits-hero-slider-container.mits-hero-slider-container {
        height: auto !important;
        min-height: 100svh !important;
    }

    html body.page-id-29 .elementor .elementor-element .mits-hero-swiper.mits-hero-swiper,
    html body.page-id-29 .elementor .elementor-element .mits-hero-swiper .swiper-wrapper,
    html body.page-id-29 .elementor .elementor-element .mits-hero-swiper .swiper-slide {
        height: auto !important;
        min-height: 100svh !important;
    }

    .mits-hero-swiper:not(.swiper-initialized) .swiper-slide {
        display: none !important;
    }

    .mits-hero-swiper:not(.swiper-initialized) .swiper-slide:first-child {
        display: flex !important;
    }

    .mits-hero-swiper .swiper-slide > .w-full {
        box-sizing: border-box;
        height: auto !important;
        min-height: 100svh !important;
        justify-content: flex-start !important;
        padding-top: clamp(6.75rem, 24vw, 8rem);
        padding-bottom: clamp(4.75rem, 16vw, 6rem);
    }

    .mits-hero-slider-container .swiper-button-prev,
    .mits-hero-slider-container .swiper-button-next {
        display: none !important;
    }

    .mits-hero-slider-container .swiper-slide .elementor-section,
    .mits-hero-slider-container .swiper-slide .elementor-container,
    .mits-hero-slider-container .swiper-slide .elementor-column,
    .mits-hero-slider-container .swiper-slide .elementor-widget-wrap,
    .mits-hero-slider-container .swiper-slide .elementor-widget,
    .mits-hero-slider-container .swiper-slide .elementor-widget-container {
        height: auto !important;
        min-height: 0 !important;
    }

    .mits-hero-slider-container .swiper-slide .elementor-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .swiper-slide .elementor-col-30,
    .swiper-slide .elementor-col-30 *,
    .swiper-slide .elementor-col-30 .elementor-widget-image {
        height: auto !important;
    }

    .swiper-slide .elementor-col-30 .elementor-widget-image img {
        aspect-ratio: 16 / 13;
        height: auto !important;
        max-height: 43vh;
        object-fit: cover;
    }

    .mits-hero-bottom-divider {
        bottom: 1.2rem;
    }
}

/* Sticky Header States & Logo Swapping */
#site-header.header-transparent {
    background-color: transparent;
    border-bottom-color: transparent;
}

#site-header .mits-logo-light {
    display: none;
    opacity: 0;
}

#site-header .mits-logo-dark {
    display: block;
    opacity: 1;
}

#site-header.header-transparent .mits-logo-light {
    display: block;
    opacity: 1;
}

#site-header.header-transparent .mits-logo-dark {
    display: none;
    opacity: 0;
}

#site-header.header-transparent .mits-header-phone,
#site-header.header-transparent .mits-menu-toggle span {
    color: #ffffff !important;
}

#site-header.header-transparent .mits-desktop-menu>.mits-menu-item>.mits-menu-link {
    color: #ffffff !important;
    font-weight: 600;
}

#site-header .mits-desktop-menu>.mits-menu-item>.mits-menu-link .material-icons,
#site-header .mits-menu-toggle span {
    transition: color 0.3s ease;
}

#site-header.header-transparent .mits-desktop-menu>.mits-menu-item>.mits-menu-link .material-icons {
    color: #ffffff !important;
}

#site-header .mits-desktop-menu>.mits-menu-current>.mits-menu-link .mits-menu-icon,
#site-header .mits-desktop-menu>.mits-menu-current-ancestor>.mits-menu-link .mits-menu-icon,
#site-header.header-transparent .mits-desktop-menu>.mits-menu-current>.mits-menu-link .mits-menu-icon,
#site-header.header-transparent .mits-desktop-menu>.mits-menu-current-ancestor>.mits-menu-link .mits-menu-icon {
    color: #00AEEF !important;
}

#site-header .mits-desktop-menu>.mits-menu-item:hover>.mits-menu-link .material-icons,
#site-header .mits-desktop-menu>.mits-menu-item:focus-within>.mits-menu-link .material-icons {
    color: #00AEEF !important;
}

#site-header.header-transparent .text-primary {
    color: #00AEEF !important;
}

#site-header .mits-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 5rem;
    gap: 1rem;
}

#site-header .mits-header-brand {
    flex: 0 0 auto;
    min-width: 0;
}

#site-header .mits-header-brand a {
    display: inline-flex;
    align-items: center;
    margin-top: -12px;
}

#site-header .mits-header-brand img {
    height: clamp(2.35rem, 2.1rem + 0.8vw, 2.8rem);
    width: auto;
}

#site-header .mits-desktop-nav {
    flex: 1 1 auto;
    min-width: 0;
    display: none;
    justify-content: center;
}

#site-header .mits-header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex: 0 0 auto;
    min-width: 0;
}

#site-header .mits-header-phone,
#site-header .mits-header-cta {
    display: none;
}

#site-header .mits-menu-toggle {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
}

#site-header .mits-menu-toggle {
    display: inline-flex;
}

.mits-desktop-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.1rem;
    flex-wrap: nowrap;
}

.mits-desktop-menu .mits-menu-item {
    position: relative;
}

.mits-desktop-menu .mits-menu-link,
.mits-desktop-menu .mits-sub-menu-link {
    text-decoration: none;
}

.mits-desktop-menu .mits-menu-link {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
    gap: 0.3rem;
    min-height: 2.25rem;
}

.mits-desktop-menu .mits-menu-icon {
    flex-shrink: 0;
}

.mits-desktop-menu .mits-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0.45rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition:
        opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
        visibility 220ms ease;
    z-index: 10020;
    min-width: 13.75rem;
}

.mits-desktop-menu .mits-sub-menu-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 2.75rem;
    border-radius: 0.75rem;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
    color: #1f2937;
    background: transparent;
    transition:
        background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
        color 180ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 180ms ease;
}

.mits-desktop-menu .mits-sub-menu-link:hover,
.mits-desktop-menu .mits-sub-menu-link:focus-visible {
    background: #17263b;
    color: #ffffff;
    transform: translateX(2px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.mits-desktop-menu .mits-sub-menu-link .mits-menu-icon,
.mits-mobile-depth-1 .mits-menu-icon,
.mits-mobile-depth-2 .mits-menu-icon {
    width: 1.9rem;
    height: 1.9rem;
    flex: 0 0 1.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.55rem;
    background: rgba(0, 174, 239, 0.08);
    border: 1px solid rgba(0, 174, 239, 0.16);
    color: #00AEEF;
    font-size: 1.05rem;
    transition:
        background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
        color 180ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mits-desktop-menu .mits-sub-menu-link:hover .mits-menu-icon,
.mits-desktop-menu .mits-sub-menu-link:focus-visible .mits-menu-icon {
    background: #00AEEF;
    border-color: #00AEEF;
    color: #ffffff;
    transform: scale(1.04);
}

.mits-desktop-menu .mits-menu-item:hover>.mits-sub-menu,
.mits-desktop-menu .mits-menu-item:focus-within>.mits-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.mits-desktop-menu .mits-menu-depth-0>.mits-sub-menu {
    width: max-content;
    max-width: min(18rem, calc(100vw - 2rem));
}

.mits-desktop-menu .mits-menu-depth-1:hover>.mits-sub-menu,
.mits-desktop-menu .mits-menu-depth-1:focus-within>.mits-sub-menu {
    transform: translateY(0);
}

.mits-mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 10030;
}

.mits-mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.mits-mobile-menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(24rem, 100vw);
    height: 100vh;
    background: #ffffff;
    border-left: 1px solid rgba(229, 231, 235, 0.9);
    box-shadow: -24px 0 60px rgba(15, 23, 42, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 10040;
    display: flex;
    flex-direction: column;
}

.dark .mits-mobile-menu-panel {
    background: rgba(31, 41, 55, 0.96);
    border-left-color: rgba(55, 65, 81, 0.9);
}

.mits-mobile-menu-panel.is-open {
    transform: translateX(0);
}

.mits-mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
}

.dark .mits-mobile-menu-header {
    border-bottom-color: rgba(55, 65, 81, 0.9);
}

.mits-mobile-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: #1f2937;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dark .mits-mobile-menu-close {
    color: #f3f4f6;
}

.mits-mobile-menu-close:hover {
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
}

.mits-mobile-menu-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mits-mobile-nav,
.mits-mobile-menu-list,
.mits-mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mits-mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.mits-mobile-item-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mits-mobile-menu-link {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    text-decoration: none;
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mits-mobile-menu-link:hover,
.mits-mobile-menu-link:focus-visible {
    background: rgba(0, 174, 239, 0.08);
    color: #00AEEF;
}

.mits-mobile-depth-1 .mits-mobile-menu-link:hover,
.mits-mobile-depth-1 .mits-mobile-menu-link:focus-visible,
.mits-mobile-depth-2 .mits-mobile-menu-link:hover,
.mits-mobile-depth-2 .mits-mobile-menu-link:focus-visible {
    background: #17263b;
    color: #ffffff;
    transform: translateX(2px);
}

.mits-mobile-depth-1 .mits-mobile-menu-link:hover .mits-menu-icon,
.mits-mobile-depth-1 .mits-mobile-menu-link:focus-visible .mits-menu-icon,
.mits-mobile-depth-2 .mits-mobile-menu-link:hover .mits-menu-icon,
.mits-mobile-depth-2 .mits-mobile-menu-link:focus-visible .mits-menu-icon {
    background: #00AEEF;
    border-color: #00AEEF;
    color: #ffffff;
    transform: scale(1.04);
}

.mits-mobile-menu-current>.mits-mobile-menu-link .mits-menu-icon,
.mits-mobile-menu-current-ancestor>.mits-mobile-item-row>.mits-mobile-menu-link .mits-menu-icon,
.mits-mobile-menu-current>.mits-mobile-item-row>.mits-mobile-menu-link .mits-menu-icon {
    color: #00AEEF;
}

.dark .mits-mobile-menu-link {
    color: #f3f4f6;
}

.dark .mits-mobile-menu-link:hover,
.dark .mits-mobile-menu-link:focus-visible {
    background: rgba(255, 255, 255, 0.06);
    color: #00AEEF;
}

.dark .mits-mobile-depth-1 .mits-mobile-menu-link:hover,
.dark .mits-mobile-depth-1 .mits-mobile-menu-link:focus-visible,
.dark .mits-mobile-depth-2 .mits-mobile-menu-link:hover,
.dark .mits-mobile-depth-2 .mits-mobile-menu-link:focus-visible {
    background: #17263b;
    color: #ffffff;
}

.mits-mobile-menu-trigger {
    background: transparent;
    border: 0;
    text-align: left;
    width: 100%;
    cursor: pointer;
}

.mits-mobile-submenu-toggle {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 0.9rem;
    background: rgba(148, 163, 184, 0.14);
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dark .mits-mobile-submenu-toggle {
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
}

.mits-mobile-submenu-toggle:hover {
    background: rgba(0, 174, 239, 0.12);
    color: #00AEEF;
}

.mits-mobile-submenu-toggle.is-open .material-icons {
    transform: rotate(180deg);
}

.mits-mobile-submenu-toggle .material-icons {
    transition: transform 0.2s ease;
}

.mits-mobile-submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.25s ease, opacity 0.2s ease;
    padding-left: 1rem;
}

.mits-mobile-submenu.is-open {
    max-height: 32rem;
    opacity: 1;
    padding-top: 0.35rem;
}

.mits-mobile-depth-1 .mits-mobile-menu-link,
.mits-mobile-depth-2 .mits-mobile-menu-link {
    min-height: 2.8rem;
    font-size: 0.92rem;
    font-weight: 500;
    color: #64748b;
}

.dark .mits-mobile-depth-1 .mits-mobile-menu-link,
.dark .mits-mobile-depth-2 .mits-mobile-menu-link {
    color: #cbd5e1;
}

.mits-mobile-booking-link {
    width: 100%;
    text-decoration: none;
}

.mits-mobile-contact {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1f2937;
    font-weight: 700;
}

.dark .mits-mobile-contact {
    color: #f3f4f6;
}

body.mits-mobile-menu-open {
    overflow: hidden;
}

@media (min-width: 768px) {
    #site-header .mits-header-actions {
        gap: 0.75rem;
    }

    #site-header .mits-header-cta {
        display: inline-flex;
    }
}

@media (min-width: 1024px) {
    #site-header .mits-header-bar {
        gap: 1.25rem;
    }

    #site-header .mits-desktop-nav {
        display: flex;
    }

    #site-header .mits-menu-toggle,
    #site-header .mits-mobile-menu-overlay,
    #site-header .mits-mobile-menu-panel {
        display: none !important;
    }

    .mits-desktop-menu {
        gap: 1rem;
    }

    .mits-desktop-menu .mits-menu-link {
        font-size: 0.92rem;
    }

    #site-header .mits-header-cta {
        padding-inline: 1.35rem;
        min-height: 2.75rem;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    #site-header .mits-header-actions {
        gap: 1.45rem;
    }

    #site-header .mits-header-phone {
        display: flex;
    }

    .mits-desktop-menu {
        gap: 1.15rem;
    }

    .mits-desktop-menu .mits-menu-link {
        font-size: 0.95rem;
    }

    #site-header .mits-header-cta {
        padding-inline: 1.55rem;
    }
}

@media (max-width: 1023.98px) {
    #site-header .mits-desktop-nav {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .mits-header-cta {
        box-shadow: 0 12px 24px rgba(0, 174, 239, 0.22);
    }
}

@media (max-width: 767px) {
    #site-header .mits-header-bar {
        gap: 0.75rem;
    }

    #site-header .mits-header-actions {
        gap: 0.45rem;
    }

    #site-header .mits-header-cta {
        display: none;
    }

    #site-header .mits-menu-toggle {
        width: 2.6rem;
        height: 2.6rem;
    }

    .mits-mobile-menu-panel {
        width: 100vw;
    }

    .mits-mobile-menu-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.mits-services-container--top-divider {
    padding-top: clamp(6.5rem, 9vw, 8rem) !important;
}

.mits-services-container--bottom-divider {
    padding-bottom: clamp(8.5rem, 11vw, 10rem) !important;
}

.mits-services-bottom-divider {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 6;
    width: 100%;
    height: 4rem;
    transform: translateX(-50%) scaleX(-1);
    pointer-events: none;
    line-height: 0;
}

.mits-services-bottom-divider__svg {
    display: block;
    width: 100%;
    height: 100%;
}

.mits-services-bottom-divider__base {
    fill: #EFF6FF;
}

.mits-services-bottom-divider__accent {
    fill: #00AEEF;
}

.mits-services-top-divider {
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 6;
    width: 100%;
    height: 4rem;
    transform: translateX(-50%);
    pointer-events: none;
    line-height: 0;
}

.mits-services-top-divider__svg {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleY(-1);
    transform-origin: center;
}

.mits-services-top-divider__base {
    fill: #F9FAFB;
}

.mits-services-top-divider__accent {
    fill: #00AEEF;
}

@media (max-width: 767px) {
    .mits-services-container--top-divider {
        padding-top: 4.5rem !important;
    }

    .mits-cta-container::after {
        content: none;
    }

    .mits-services-container--bottom-divider {
        padding-bottom: 8rem !important;
    }

    .mits-services-top-divider,
    .mits-services-bottom-divider {
        height: 3.5rem;
    }

    .mits-services-top-divider {
        display: none;
    }
}

.mits-service-card-trigger {
    cursor: pointer;
}

.mits-service-card-trigger:focus-visible {
    outline: 2px solid rgba(0, 174, 239, 0.6);
    outline-offset: 4px;
}

.mits-services-heading {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

.mits-services-heading__title {
    color: #fff;
    font-size: clamp(2rem, 3vw, 3rem) !important;
    font-weight: 900 !important;
    line-height: 1.05;
    letter-spacing: 0;
}

.mits-services-heading__accent {
    color: #00AEEF;
}

.mits-services-heading__copy {
    margin-top: 0.75rem;
    color: rgba(226, 232, 240, 0.78) !important;
    font-size: 1rem;
    line-height: 1.6;
}

.mits-service-tile-link {
    pointer-events: none;
}

.mits-service-modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 11000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(4, 10, 22, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mits-service-modal[hidden] {
    display: none !important;
}

.mits-service-modal__backdrop {
    position: fixed;
    inset: 0;
    background: transparent;
    cursor: pointer;
}

.mits-service-modal__panel {
    position: relative;
    z-index: 1;
    width: min(100% - 2rem, 940px);
    max-height: none;
    margin: auto;
    background: linear-gradient(180deg, rgba(18, 24, 39, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
}

.mits-service-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    width: 2.9rem;
    height: 2.9rem;
    border: 0;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.mits-service-modal__close:hover {
    background: rgba(0, 174, 239, 0.9);
    transform: scale(1.03);
}

.mits-service-modal__media {
    position: relative;
    min-height: 230px;
    overflow:hidden;
}

.mits-service-modal__image {
    width: 100%;
    height: 100%;
    min-height: 260px;
    max-height: 360px;
    object-fit: cover;
}

.mits-service-modal__media-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 10, 20, 0.1) 0%, rgba(5, 10, 20, 0.8) 82%, rgba(5, 10, 20, 0.96) 100%),
        linear-gradient(120deg, rgba(0, 174, 239, 0.25) 0%, rgba(0, 0, 0, 0) 55%);
}

.mits-service-modal__headline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem 1.5rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    z-index: 2;
}

.mits-service-modal__badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.45rem 0.8rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #dbeafe;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.mits-service-modal__headline h3 {
    margin: 0;
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
    line-height: 1.08;
    font-weight: 800;
    width: 100%;
    max-width: none;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.mits-service-modal__headline-subtitle {
    margin: 0;
    width: 100%;
    max-width: 38rem;
    color: rgba(226, 232, 240, 0.92);
    font-size: 0.9rem;
    line-height: 1.55;
}

.mits-service-modal__content {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    gap: 1.1rem;
    padding: 0.8rem 1.5rem 1.5rem;
    align-items: start;
    overflow: visible;
}

.mits-service-modal__copy {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.mits-service-modal__copy-heading {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.85rem 0.9rem 0.95rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.mits-service-modal__copy-kicker,
.mits-service-modal__copy-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #7dd3fc;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mits-service-modal__copy-kicker .material-icons,
.mits-service-modal__copy-label .material-icons,
.mits-service-modal__copy-callout .material-icons,
.mits-service-modal__cta .material-icons {
    font-size: 0.95rem;
    line-height: 1;
}

.mits-service-modal__intro {
    margin: 0;
    color: #f8fafc;
    font-size: 0.98rem;
    line-height: 1.72;
    font-weight: 500;
}

.mits-service-modal__copy-block {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.85rem 0.9rem 0.95rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.58);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.mits-service-modal__body {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.72;
    font-size: 0.92rem;
}

.mits-service-modal__copy-callout {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 0.9rem 0.95rem;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.14) 0%, rgba(34, 197, 94, 0.08) 100%);
    border: 1px solid rgba(125, 211, 252, 0.16);
}

.mits-service-modal__copy-callout .material-icons {
    flex: 0 0 auto;
    color: #38bdf8;
    margin-top: 0;
}

.mits-service-modal__footer {
    margin: 0;
    color: #dbeafe;
    font-weight: 600;
    line-height: 1.65;
    font-size: 0.92rem;
}

.mits-service-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.55rem;
}

.mits-service-modal__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.7rem;
    padding: 0.78rem 1rem;
    border-radius: 9999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mits-service-modal__cta:hover {
    transform: translateY(-1px);
}

.mits-service-modal__cta--primary {
    background: #00AEEF;
    color: #fff;
    box-shadow: 0 16px 30px rgba(0, 174, 239, 0.22);
}

.mits-service-modal__cta--primary:hover {
    background: #009bd4;
}

.mits-service-modal__cta--secondary {
    border: 1px solid rgba(125, 211, 252, 0.28);
    background: rgba(255, 255, 255, 0.03);
    color: #dbeafe;
}

.mits-service-modal__cta--secondary:hover {
    border-color: rgba(0, 174, 239, 0.46);
    color: #fff;
}

.mits-service-modal__sidebar {
    display: flex;
}

.mits-service-modal__sidebar-card {
    width: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.72) 100%);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 1.2rem;
    padding: 1.1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.mits-service-modal__sidebar-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.2) 0%, rgba(0, 174, 239, 0.08) 100%);
    color: #38bdf8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.mits-service-modal__sidebar-card h4 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
}

.mits-service-modal__highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.mits-service-modal__highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: #cbd5e1;
    line-height: 1.6;
    font-size: 0.92rem;
}

.mits-service-modal__highlights .material-icons {
    color: #22c55e;
    font-size: 1rem;
    margin-top: 0.12rem;
}

html.mits-service-modal-open,
body.mits-service-modal-open {
    overflow: hidden;
    overscroll-behavior: none;
}

@media (max-width: 1023px) {
    .mits-service-modal {
        align-items: flex-start;
    }

    .mits-service-modal__content {
        grid-template-columns: 1fr;
    }

    .mits-service-modal__headline-subtitle {
        max-width: 34rem;
    }
}

@media (max-width: 767px) {
    .mits-service-modal__panel {
        width: 100%;
        max-height: 100vh;
        margin: 0;
        border-radius: 0;
    }

    .mits-service-modal {
        padding: 0;
    }

    .mits-service-modal__media {
        min-height: 220px;
    }

    .mits-service-modal__image {
        min-height: 220px;
        max-height: 220px;
    }

    .mits-service-modal__headline {
        padding: 1.1rem 1.1rem 1.2rem;
    }

    .mits-service-modal__content {
        gap: 0.9rem;
        padding: 0.8rem 1rem 1rem;
    }

    .mits-service-modal__copy-heading,
    .mits-service-modal__copy-block,
    .mits-service-modal__copy-callout {
        padding: 0.8rem;
    }

    .mits-service-modal__intro {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .mits-service-modal__headline-subtitle {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .mits-service-modal__body,
    .mits-service-modal__footer,
    .mits-service-modal__highlights li {
        font-size: 0.95rem;
    }

    .mits-service-modal__actions {
        flex-direction: column;
    }

    .mits-service-modal__cta {
        width: 100%;
    }
}

#site-header.header-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.3s ease-out forwards;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.dark #site-header.header-scrolled {
    background-color: rgba(31, 41, 55, 0.95);
    border-bottom: 1px solid #374151;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Custom Webkit Scrollbar */
html {
    background-color: #0a0a0a;
    /* Prevents glaring white bleed on dark sections */
}

html.dark {
    background-color: #0a0a0a;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent !important;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
    background-color: transparent !important;
    background: transparent !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 174, 239, 0.7) !important;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 174, 239, 1) !important;
}

::-webkit-scrollbar-corner {
    background-color: transparent !important;
}

/* CF7 Icon Alignment Fix */
.mits-cf7-wrapper .relative input,
.mits-cf7-wrapper .relative select {
    height: 3rem !important;
    padding-left: 3rem !important;
}

.mits-cf7-wrapper .relative textarea {
    padding-left: 3rem !important;
}

.mits-cf7-wrapper .relative .material-icons {
    top: 1.5rem !important;
    /* 50% of 3rem */
    transform: translateY(-50%) !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* Except for Textarea which should stay near the top, aligned with the first line */
.mits-cf7-wrapper .relative textarea {
    padding-top: 0.675rem !important;
}

.mits-cf7-wrapper .relative:has(textarea) .material-icons {
    top: 1.5rem !important;
    transform: translateY(-50%) !important;
}

.product-grid-slider .a-product>div>img {
    height: 100%;
    width: 100%;
}

/* ============================================================
   NBN PAGE STYLES ?????? Stitch Design Implementation
   ============================================================ */

/* Force Material Symbols inside NBN sections to render correctly */
.nbn-hero .material-symbols-outlined,
.nbn-plans-section .material-symbols-outlined,
.nbn-hardware-section .material-symbols-outlined,
.nbn-features-section .material-symbols-outlined,
.nbn-faq-section .material-symbols-outlined,
.nbn-cta-section .material-symbols-outlined,
.nbn-customer-section .material-symbols-outlined,
.nbn-success-section .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-family: 'Material Symbols Outlined', 'Material Icons';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


.nbn-hero {
    position: relative;
    background-color: #0f172a;
    color: #fff;
    padding: 96px 20px;
    overflow: visible;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.nbn-hero-bg-layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.nbn-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(41, 171, 226, 0.9) 0%, rgba(14, 116, 144, 0.8) 40%, rgba(30, 41, 59, 0.95) 100%);
    mix-blend-mode: multiply;
    z-index: 1;
}

.nbn-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0f172a 0%, transparent 50%, transparent 100%);
    z-index: 2;
}

.nbn-hero-glow-1 {
    position: absolute;
    top: -6rem;
    left: -6rem;
    width: 24rem;
    height: 24rem;
    background: rgba(41, 171, 226, 0.3);
    border-radius: 50%;
    filter: blur(60px);
    mix-blend-mode: screen;
    z-index: 3;
    animation: nbn-pulse 4s ease-in-out infinite;
}

.nbn-hero-glow-2 {
    position: absolute;
    top: 50%;
    right: -6rem;
    width: 18rem;
    height: 18rem;
    background: rgba(168, 85, 247, 0.3);
    border-radius: 50%;
    filter: blur(60px);
    mix-blend-mode: screen;
    z-index: 3;
}

@keyframes nbn-pulse {

    0%,
    100% {
        opacity: 0.8;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.nbn-hero-inner {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

.nbn-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.nbn-hero h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.nbn-hero h1 .text-primary {
    color: #00AEEF !important;
}

.nbn-hero h1 br {
    display: block;
}

.nbn-hero-desc {
    color: rgba(186, 230, 253, 0.9);
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 520px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.nbn-checker-card {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(20px);
    padding: 28px;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.4);
    max-width: 520px;
    margin: 0 auto;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 100;
    overflow: visible;
}

.nbn-checker-card:hover {
    transform: scale(1.01);
}

.nbn-checker-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.nbn-checker-label-dot {
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
}

.nbn-hero-trust {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(186, 230, 253, 0.8);
}

.nbn-hero-trust span {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Plans Section */
.nbn-plans-section {
    padding: 80px 20px;
    background: #f8fafc;
}

.nbn-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.nbn-section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.nbn-section-header p {
    color: #64748b;
    font-size: 15px;
}

.nbn-plan-filter-notice {
    max-width: 720px;
    margin: -22px auto 32px;
    padding: 12px 16px;
    border: 1px solid rgba(41, 171, 226, 0.22);
    border-radius: 8px;
    background: #eff6ff;
    color: #0f4f76;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
}

.nbn-plan-filter-notice .material-symbols-outlined {
    color: #00AEEF;
    font-size: 20px;
}

.nbn-plan-guide {
    max-width: 1120px;
    margin: -12px auto 36px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nbn-plan-guide-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
    border: 1px solid #dbe7ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.nbn-plan-guide-card > .material-symbols-outlined {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #e8f7fd;
    color: #008dc1;
    font-size: 24px;
}

.nbn-plan-guide-card strong {
    display: block;
    margin: 0 0 6px;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.25;
}

.nbn-plan-guide-card p {
    margin: 0;
    color: #526173;
    font-size: 13.5px;
    line-height: 1.55;
}

.nbn-plans-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto;
}

body[data-mits-nbn-tech="FTTN"]:not([data-mits-nbn-upgrade="FTTP_NA"]) .nbn-plans-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1120px;
}

.nbn-section-crosslinks {
    max-width: 1120px;
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nbn-section-crosslinks a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 12px;
    align-items: start;
    min-height: 96px;
    padding: 16px;
    border: 1px solid rgba(0, 174, 239, 0.2);
    border-radius: 8px;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nbn-section-crosslinks a:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 174, 239, 0.46);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
}

.nbn-section-crosslinks .material-symbols-outlined {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #e8f7fd;
    color: #00AEEF;
    font-size: 22px;
}

.nbn-section-crosslinks strong {
    grid-column: 2;
    align-self: end;
}

.nbn-section-crosslinks small {
    grid-column: 2;
}

.nbn-section-crosslinks strong,
.nbn-section-crosslinks small {
    display: block;
}

.nbn-section-crosslinks strong {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.2;
}

.nbn-section-crosslinks small {
    color: #526173;
    font-size: 13px;
    line-height: 1.35;
}

.nbn-plan-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    min-width: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.nbn-plan-filter-notice[hidden],
.nbn-plan-card[hidden] {
    display: none !important;
}

.nbn-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.nbn-plan-card.is-selected {
    border-color: #29ABE2;
    background: linear-gradient(180deg, #fafdff 0%, #ffffff 24%);
    box-shadow: 0 20px 52px rgba(41, 171, 226, 0.22), inset 0 0 0 1px rgba(41, 171, 226, 0.18);
    transform: translateY(-6px);
}

.nbn-plan-card.is-selected::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, #29ABE2 0%, #59c4ef 100%);
    pointer-events: none;
    z-index: 0;
}

.nbn-plan-card.is-selected [data-select-plan] {
    background: #29ABE2 !important;
    border-color: #29ABE2 !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(41, 171, 226, 0.28);
}

.nbn-plan-card.is-selected [data-select-plan]:hover {
    background: #1d89b8 !important;
    border-color: #1d89b8 !important;
}

.nbn-plan-card.is-disabled,
.nbn-hardware-card.is-disabled {
    opacity: 0.62;
    box-shadow: none;
    transform: none !important;
}

.nbn-plan-card.is-disabled:hover,
.nbn-hardware-card.is-disabled:hover {
    transform: none;
    box-shadow: none;
}

.nbn-plan-card.popular {
    border: 3px solid #29ABE2;
    box-shadow: 0 8px 40px rgba(41, 171, 226, 0.25);
    transform: scale(1.03);
}

.nbn-plan-card.popular:hover {
    transform: scale(1.03) translateY(-4px);
}

.nbn-plan-card.popular.is-selected {
    border-color: #29ABE2;
    box-shadow: 0 22px 56px rgba(41, 171, 226, 0.28), inset 0 0 0 1px rgba(41, 171, 226, 0.18);
}

.nbn-plan-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 16px;
    border-radius: 0 0 0 16px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    z-index: 2;
}

.nbn-plan-badge.value {
    background: #f1f5f9;
    color: #64748b;
}

.nbn-plan-badge.popular-badge {
    background: #29ABE2;
    color: #fff;
}

.nbn-plan-badge.gamer {
    background: #0f172a;
    color: #fff;
}

.nbn-plan-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.nbn-plan-tier {
    font-size: 13px;
    font-weight: 600;
    color: #29ABE2;
    margin-bottom: 20px;
}

.nbn-plan-tier.muted {
    color: rgba(41, 171, 226, 0.7);
}

.nbn-plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 24px;
}

.nbn-plan-price strong {
    font-size: 3rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
}

.nbn-plan-price span {
    font-size: 15px;
    color: #94a3b8;
    font-weight: 500;
}

.nbn-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex-grow: 1;
}

.nbn-plan-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #475569;
    padding: 6px 0;
}

.nbn-plan-features li .material-symbols-outlined {
    font-size: 18px;
    color: #22c55e;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    flex-shrink: 0;
}

.nbn-btn {
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: inherit;
    appearance: none;
}

.nbn-btn:disabled {
    cursor: not-allowed;
    opacity: 0.78;
    box-shadow: none;
}

.nbn-btn-outline:disabled {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #94a3b8;
}

.nbn-btn-solid:disabled {
    background: #cbd5e1;
    border-color: #cbd5e1;
    color: #ffffff;
}

.nbn-btn-outline {
    background: transparent;
    border: 2px solid #29ABE2;
    color: #29ABE2;
}

.nbn-btn-outline:hover {
    background: #29ABE2;
    color: #fff;
}

.nbn-btn-solid {
    background: #29ABE2;
    border: 2px solid #29ABE2;
    color: #fff;
    box-shadow: 0 6px 20px rgba(41, 171, 226, 0.3);
}

.nbn-btn-solid:hover {
    background: #1d89b8;
    border-color: #1d89b8;
}

.nbn-btn.is-plan-selected {
    background: #29ABE2 !important;
    border-color: #29ABE2 !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(41, 171, 226, 0.28);
}

.nbn-btn.is-plan-selected::before {
    content: '\2713';
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.nbn-btn.is-plan-selected:hover {
    background: #1d89b8 !important;
    border-color: #1d89b8 !important;
}

/* Hardware Section */
.nbn-hardware-section {
    padding: 80px 20px;
    background: #fff;
}

@media (max-width: 1180px) {
    .nbn-plan-guide,
    .nbn-section-crosslinks {
        grid-template-columns: 1fr;
    }

    body[data-mits-nbn-tech="FTTN"]:not([data-mits-nbn-upgrade="FTTP_NA"]) .nbn-plans-grid,
    .nbn-plans-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
    }
}

@media (max-width: 640px) {
    body[data-mits-nbn-tech="FTTN"]:not([data-mits-nbn-upgrade="FTTP_NA"]) .nbn-plans-grid,
    .nbn-plans-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .nbn-plan-filter-notice {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .nbn-plan-guide-card,
    .nbn-section-crosslinks a {
        grid-template-columns: 1fr;
    }

    .nbn-section-crosslinks strong,
    .nbn-section-crosslinks small {
        grid-column: 1;
    }
}

.nbn-hardware-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
}

.nbn-hardware-card {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.nbn-hardware-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.nbn-hardware-card.is-selected {
    border-color: #29ABE2;
    box-shadow: 0 16px 44px rgba(41, 171, 226, 0.2);
    transform: translateY(-4px);
}

.nbn-hardware-card.featured {
    border-color: #29ABE2;
    box-shadow: 0 18px 40px rgba(41, 171, 226, 0.18);
}

.nbn-hardware-card-byo {
    grid-column: 1 / -1;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 24px 28px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-style: solid;
    background: #fff;
    box-sizing: border-box;
}

.nbn-hardware-byo-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
    color: #29ABE2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(41, 171, 226, 0.14);
}

.nbn-hardware-byo-copy {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.nbn-hardware-byo-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.nbn-hardware-byo-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.nbn-hardware-card-byo .nbn-btn {
    width: auto;
    min-width: 170px;
    white-space: nowrap;
    flex-shrink: 0;
}

.nbn-hardware-img-wrapper {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
    border-radius: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.nbn-hardware-img-wrapper::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(41, 171, 226, 0.05);
    border-radius: 50%;
    top: -50px;
    right: -50px;
    z-index: 1;
}

.nbn-hardware-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    z-index: 2;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.nbn-hardware-card:hover .nbn-hardware-img-wrapper img {
    transform: scale(1.08) translateY(-4px);
}

.nbn-hardware-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #29ABE2;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    z-index: 4;
    box-shadow: 0 12px 24px rgba(41, 171, 226, 0.24);
}

.nbn-hardware-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    text-align: center;
}

.nbn-hardware-desc {
    font-size: 14px;
    color: #64748b;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.6;
}

.nbn-hardware-price {
    font-size: 2rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 16px;
}

.nbn-hardware-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
}

.nbn-hardware-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #475569;
    padding: 4px 0;
}

@media (max-width: 767px) {
    .nbn-hardware-card-byo {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .nbn-hardware-byo-icon {
        margin: 0 auto;
    }

    .nbn-hardware-byo-copy {
        text-align: center;
    }

    .nbn-hardware-card-byo .nbn-btn {
        width: 100%;
    }
}

.nbn-hardware-features li .material-symbols-outlined {
    font-size: 18px;
    color: #22c55e;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.nbn-selection-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a;
}

.nbn-selection-chip {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
}

.nbn-selection-chip.is-optional {
    background: #f8fafc;
    color: #64748b;
}

.nbn-summary-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 0;
    transform: translateY(120%);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.nbn-summary-footer.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.nbn-summary-visible {
    padding-bottom: 120px;
}

.nbn-summary-shell {
    width: calc(100% - 14px);
    max-width: 1440px;
    margin: 0 auto;
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
    backdrop-filter: blur(18px);
    padding: 13px 18px 12px;
}

.nbn-summary-toggle {
    display: none;
}

.nbn-summary-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) auto auto;
    gap: 16px;
    align-items: center;
}

.nbn-summary-kicker {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.78);
    margin-bottom: 6px;
}

.nbn-summary-title {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin-bottom: 6px;
    color: #fff;
    font-size: 1.02rem;
    font-weight: 700;
}

.nbn-summary-divider {
    color: rgba(255, 255, 255, 0.45);
}

.nbn-summary-subtext {
    color: rgba(226, 232, 240, 0.88);
    font-size: 12px;
    line-height: 1.4;
}

.nbn-summary-totals {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.nbn-summary-amount {
    min-width: 136px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    padding: 10px 12px;
}

.nbn-summary-amount span {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.78);
    margin-bottom: 6px;
}

.nbn-summary-amount strong {
    display: block;
    color: #fff;
    font-size: 1.32rem;
    font-weight: 900;
    line-height: 1;
}

.nbn-summary-note {
    margin-top: 5px;
    color: rgba(148, 163, 184, 0.92);
    font-size: 10px;
}

.nbn-summary-cta {
    min-width: 210px;
}

.nbn-summary-checkout {
    background: #29ABE2;
    border: 2px solid #29ABE2;
    color: #fff;
    box-shadow: 0 10px 30px rgba(41, 171, 226, 0.28);
}

.nbn-summary-checkout[disabled] {
    opacity: 1;
    cursor: not-allowed;
}

.nbn-customer-section {
    padding: 88px 20px 56px;
    background:
        radial-gradient(circle at top right, rgba(41, 171, 226, 0.08), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 62%);
}

.nbn-customer-shell {
    max-width: 1100px;
    margin: 0 auto;
}

.nbn-checkout-status {
    margin: 0 auto 20px;
    max-width: 1100px;
    border-radius: 18px;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
}

.nbn-checkout-status[data-state="success"] {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.nbn-checkout-status[data-state="warning"] {
    border-color: #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.nbn-customer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    gap: 28px;
    align-items: start;
}

.nbn-customer-card,
.nbn-checkout-card {
    background: #fff;
    border: 1px solid #dbe7f3;
    border-radius: 28px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.nbn-customer-card {
    padding: 30px;
}

.nbn-checkout-card {
    padding: 26px;
    position: sticky;
    top: 96px;
}

.nbn-customer-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.nbn-upgrade-callout {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid #bbf7d0;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfeff 100%);
}

.nbn-upgrade-callout__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #22c55e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nbn-upgrade-callout__copy strong {
    display: block;
    color: #166534;
    font-size: 1rem;
    margin-bottom: 6px;
}

.nbn-upgrade-callout__copy p {
    margin: 0;
    color: #166534;
    font-size: 14px;
    line-height: 1.55;
}

.nbn-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.nbn-form-grid-single {
    grid-template-columns: 1fr;
}

.nbn-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nbn-field span {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

.nbn-field input,
.nbn-field select,
.nbn-field textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    background: #f8fafc;
    color: #0f172a;
    padding: 14px 16px;
    font: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nbn-field input:focus,
.nbn-field select:focus,
.nbn-field textarea:focus {
    outline: none;
    border-color: #29ABE2;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(41, 171, 226, 0.12);
}

.nbn-field input[readonly] {
    background: #eef6ff;
    color: #0f172a;
    cursor: default;
}

.nbn-field small {
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
}

.nbn-field:has(input[name="drivers_licence_file"]) {
    padding: 16px;
    border: 1px solid rgba(41, 171, 226, 0.2);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.nbn-field input[type="file"][name="drivers_licence_file"] {
    width: 100%;
    min-height: 54px;
    border: 1px dashed rgba(41, 171, 226, 0.42);
    border-radius: 14px;
    background: #f8fbff;
    color: #475569;
    padding: 8px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.nbn-field input[type="file"][name="drivers_licence_file"]:hover {
    border-color: #29ABE2;
    background: #eef8ff;
}

.nbn-field input[type="file"][name="drivers_licence_file"]::file-selector-button {
    margin-right: 14px;
    border: 0;
    border-radius: 12px;
    background: #29ABE2;
    color: #fff;
    padding: 11px 16px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(41, 171, 226, 0.24);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nbn-field input[type="file"][name="drivers_licence_file"]::-webkit-file-upload-button {
    margin-right: 14px;
    border: 0;
    border-radius: 12px;
    background: #29ABE2;
    color: #fff;
    padding: 11px 16px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(41, 171, 226, 0.24);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nbn-field input[type="file"][name="drivers_licence_file"]::file-selector-button:hover,
.nbn-field input[type="file"][name="drivers_licence_file"]::-webkit-file-upload-button:hover {
    background: #168fca;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(41, 171, 226, 0.28);
}

.nbn-field-action-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2563eb;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.nbn-field-action-link:hover {
    color: #1d4ed8;
}

.nbn-field-hidden {
    display: none;
}

.nbn-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
}

.nbn-toggle input {
    width: 18px;
    height: 18px;
    accent-color: #29ABE2;
}

.nbn-signature-wrap {
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
}

.nbn-signature-canvas {
    width: 100%;
    height: 220px;
    display: block;
    cursor: crosshair;
    touch-action: none;
    background:
        linear-gradient(180deg, transparent 94%, rgba(148, 163, 184, 0.22) 94%) 0 0 / 100% 44px repeat-y,
        #fff;
}

.nbn-signature-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.nbn-signature-clear {
    width: auto;
    min-width: 160px;
}

.nbn-form-message {
    border-radius: 16px;
    padding: 13px 16px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
}

.nbn-form-message[data-state="error"] {
    border-color: #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}

.nbn-form-message[data-state="success"] {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.nbn-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 6px;
}

.nbn-form-trust {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 420px;
}

.nbn-form-trust strong {
    color: #0f172a;
    font-size: 0.96rem;
}

.nbn-form-trust span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.nbn-form-trust small {
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
}

.nbn-checkout-pay {
    width: auto;
    min-width: 260px;
}

.nbn-card-section {
    margin: 18px 0 4px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nbn-card-section__header {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.nbn-card-section__header .material-symbols-outlined {
    font-size: 28px;
    color: #00AEEF;
    line-height: 1;
    margin-top: 2px;
}

.nbn-card-section__header strong {
    display: block;
    color: #0f172a;
    font-size: 1rem;
    margin-bottom: 2px;
}

.nbn-card-section__header small {
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
}

.nbn-card-grid-row {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media (max-width: 540px) {
    .nbn-card-grid-row {
        grid-template-columns: 1fr;
    }
}

.nbn-success-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
    margin: 12px 0 4px;
}

@media (max-width: 880px) {
    .nbn-success-grid {
        grid-template-columns: 1fr;
    }
}

.nbn-success-card {
    position: relative;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    height: 100%;
    padding: 26px 28px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px -22px rgba(15, 23, 42, 0.25);
    overflow: hidden;
}

.nbn-success-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, #00AEEF 0%, #009bd4 100%);
}

.nbn-success-card--upgrade::before {
    background: linear-gradient(180deg, #38bdf8 0%, #0ea5e9 100%);
}

.nbn-success-card--summary,
.nbn-success-technical {
    grid-column: 1 / -1;
}

.nbn-success-card__icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(0, 174, 239, 0.12);
    color: #00AEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

.nbn-success-card--upgrade .nbn-success-card__icon {
    background: rgba(14, 165, 233, 0.12);
    color: #0ea5e9;
}

.nbn-success-card__icon .material-symbols-outlined {
    font-size: 28px;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

.nbn-success-card__body {
    flex: 1;
    min-width: 0;
}

.nbn-success-card__kicker {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #00AEEF;
    margin-bottom: 8px;
}

.nbn-success-card--upgrade .nbn-success-card__kicker {
    color: #0ea5e9;
}

.nbn-success-card h2,
.nbn-success-card h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.25;
}

.nbn-success-card h2 {
    font-size: 1.4rem;
}

.nbn-success-card h3 {
    font-size: 1.15rem;
}

.nbn-success-card p {
    margin: 0 0 12px;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.55;
}

.nbn-success-card p:last-child {
    margin-bottom: 0;
}

.nbn-success-card code {
    background: #f1f5f9;
    color: #0f172a;
    padding: 2px 8px;
    border-radius: 6px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.85em;
}

.nbn-success-receipt {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 18px;
    margin: 6px 0 0;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.nbn-success-receipt > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}

.nbn-success-receipt dt {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0;
}

.nbn-success-receipt dd {
    margin: 0;
    color: #0f172a;
    font-weight: 600;
    font-size: 0.95rem;
}

.nbn-success-receipt__total {
    grid-column: 1 / -1;
    border-top: 2px solid #cbd5e1;
    padding-top: 10px;
    margin-top: 2px;
}

.nbn-success-receipt__total dd {
    font-size: 1.05rem;
    color: #0f172a;
}

.nbn-success-receipt__recurring {
    grid-column: 1 / -1;
    padding: 10px 14px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    margin-top: 2px;
}

.nbn-success-receipt__recurring dt {
    color: #0369a1;
}

.nbn-success-receipt__recurring dd {
    color: #0284c7;
    font-size: 1rem;
}

.nbn-success-receipt--refs {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 8px;
    padding: 10px 16px;
    background: #f8fafc;
}

.nbn-success-receipt--refs > div {
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.nbn-success-receipt--refs dt {
    min-width: 120px;
}

.nbn-success-receipt--refs dd {
    font-size: 0.85rem;
    font-weight: 500;
}

.nbn-success-order-summary {
    margin-top: 10px;
}

.nbn-success-order-summary dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.nbn-success-order-summary div {
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.nbn-success-order-summary dt {
    margin: 0 0 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nbn-success-order-summary dd {
    margin: 0;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 650;
    line-height: 1.35;
    word-break: break-word;
}

.nbn-success-order-summary dd span {
    display: block;
    margin-top: 3px;
    color: #2563eb;
    font-size: 0.86rem;
    font-weight: 700;
}

.nbn-success-technical {
    padding: 16px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 24px -22px rgba(15, 23, 42, 0.24);
}

.nbn-success-technical summary {
    cursor: pointer;
    color: #0f172a;
    font-weight: 800;
}

@media (max-width: 700px) {
    .nbn-success-order-summary dl {
        grid-template-columns: 1fr;
    }
}

.nbn-success-checklist {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nbn-success-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.4;
}

.nbn-success-checklist .material-symbols-outlined {
    font-size: 20px;
    color: #00AEEF;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

.nbn-checkout-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #29ABE2;
    margin-bottom: 10px;
}

.nbn-checkout-card h3 {
    margin: 0 0 8px;
    font-size: 1.5rem;
    line-height: 1.15;
    color: #0f172a;
}

.nbn-checkout-tier {
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 22px;
}

.nbn-checkout-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid #e2e8f0;
    font-size: 14px;
    color: #475569;
}

.nbn-checkout-line strong {
    color: #0f172a;
    font-size: 1rem;
    text-align: right;
}

.nbn-checkout-meta {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
    display: grid;
    gap: 10px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .nbn-customer-layout {
        grid-template-columns: 1fr;
    }

    .nbn-checkout-card {
        position: static;
    }
}

@media (max-width: 767px) {
    .nbn-customer-section {
        padding: 72px 16px 44px;
    }

    .nbn-customer-card,
    .nbn-checkout-card {
        padding: 22px;
        border-radius: 24px;
    }

    .nbn-upgrade-callout {
        grid-template-columns: 1fr;
    }

    .nbn-form-grid {
        grid-template-columns: 1fr;
    }

    .nbn-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .nbn-checkout-pay {
        width: 100%;
        min-width: 0;
    }

    .nbn-signature-actions {
        justify-content: stretch;
    }

    .nbn-signature-clear {
        width: 100%;
        min-width: 0;
    }
}

/* Why Choose Us */
.nbn-features-section {
    padding: 80px 20px;
    background: #eff6ff;
}

.nbn-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.nbn-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.nbn-feature-icon {
    width: 64px;
    height: 64px;
    background: #eff6ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.06);
}

.nbn-feature-icon .material-symbols-outlined {
    font-size: 36px;
    color: #29ABE2;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}

.nbn-feature-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.nbn-feature-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.6;
}

/* FAQ Section */
.nbn-faq-section {
    padding: 80px 20px;
    background: #fff;
}

.nbn-faq-list {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

details.nbn-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 20px 24px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease;
}

details.nbn-faq-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

details.nbn-faq-item summary {
    font-weight: 700;
    color: #1e293b;
    font-size: 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

details.nbn-faq-item summary::-webkit-details-marker {
    display: none;
}

details.nbn-faq-item summary .nbn-faq-arrow {
    background: #f1f5f9;
    border-radius: 50%;
    padding: 4px;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    display: flex;
}

details.nbn-faq-item[open] summary .nbn-faq-arrow {
    transform: rotate(180deg);
}

details.nbn-faq-item .nbn-faq-answer {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

/* CTA Section */
.nbn-cta-section {
    padding: 80px 20px;
    background: #0f172a;
    text-align: center;
}

.nbn-cta-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 28px;
}

.nbn-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.nbn-cta-btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #fff;
    color: #0f172a;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: background 0.2s ease;
    cursor: pointer;
}

.nbn-cta-btn-white:hover {
    background: #f1f5f9;
}

.nbn-cta-btn-blue {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #29ABE2;
    color: #fff;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(41, 171, 226, 0.3);
    transition: background 0.2s ease;
    cursor: pointer;
}

.nbn-cta-btn-blue:hover {
    background: #1d89b8;
}

/* Material Symbols fill helper */
.ms-filled {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Ensure Google Maps Autocomplete dropdown (legacy) sits above NBN elements (z-100) but below sticky header (z-9999) */
.pac-container,
.mits-suggestions-list {
    z-index: 9990 !important;
}

#site-header {
    z-index: 9999 !important;
}

/* ============================================================
   MITS LANDING PAGE SYSTEM
   ============================================================ */

.mits-page-shell {
    background: #f8fafc;
    color: #0f172a;
    overflow-x: clip;
}

.mits-page-shell .material-icons {
    font-family: 'Material Icons';
    line-height: 1;
    flex-shrink: 0;
}

html,
body {
    overflow-x: clip;
}

.mits-page-hero {
    position: relative;
    overflow: hidden;
    min-height: 88vh;
    display: flex;
    align-items: center;
    padding: 8rem 1.5rem 5rem;
    background:
        linear-gradient(135deg, rgba(2, 6, 23, 0.94) 0%, rgba(15, 23, 42, 0.84) 40%, rgba(8, 47, 73, 0.78) 100%),
        var(--mits-hero-image, linear-gradient(135deg, #0f172a 0%, #1e293b 100%));
    background-size: cover;
    background-position: center;
    color: #fff;
}

.mits-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(0, 174, 239, 0.32) 0%, transparent 30%),
        radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.22) 0%, transparent 28%);
    pointer-events: none;
}

.mits-page-hero__grid {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 2.25rem;
    align-items: center;
}

.mits-page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.95rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: capitalize;
    color: #e0f2fe;
    margin-bottom: 1.25rem;
}

.mits-page-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(2.8rem, 5vw, 5.15rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.04em;
    max-width: 11ch;
}

.mits-page-hero h1 .accent {
    color: #38bdf8;
}

.mits-page-hero__lead {
    margin: 0 0 1.75rem;
    max-width: 44rem;
    color: rgba(226, 232, 240, 0.9);
    font-size: 1.08rem;
    line-height: 1.8;
}

.mits-page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1.75rem;
}

.mits-page-btn,
.mits-page-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 3.3rem;
    padding: 0.95rem 1.4rem;
    border-radius: 9999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mits-page-btn:hover {
    transform: translateY(-1px);
}

.mits-page-btn--primary,
.mits-page-btn--primary:visited {
    background: #00AEEF;
    color: #fff;
    box-shadow: 0 18px 30px rgba(0, 174, 239, 0.25);
}

.mits-page-btn--primary:hover {
    background: #009bd4;
}

.mits-page-btn--secondary,
.mits-page-btn--secondary:visited {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.mits-page-btn--secondary:hover {
    border-color: rgba(56, 189, 248, 0.55);
    background: rgba(255, 255, 255, 0.1);
}

.mits-page-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.mits-page-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(191, 219, 254, 0.88);
    font-size: 0.92rem;
    font-weight: 600;
}

.mits-page-hero__card {
    position: relative;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    border-radius: 1.85rem;
    padding: 1.75rem;
    box-shadow: 0 28px 60px rgba(2, 6, 23, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(16px);
}

.mits-page-hero__card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
   pointer-events: none;
}

.mits-page-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.8rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #29ABE2 0%, #00AEEF 100%);
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #fff;
    box-shadow: 0 12px 22px rgba(41, 171, 226, 0.26);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.mits-page-card__eyebrow .material-icons {
    color: rgba(255, 255, 255, 0.95);
}

.mits-page-hero__card h3 {
    margin: 0 0 0.6rem;
    font-size: 1.45rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: capitalize;
    color: black;
}

.mits-page-hero__card p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.mits-page-stack {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.mits-page-stack__item {
    display: grid;
    grid-template-columns: 2.85rem minmax(0, 1fr);
    align-items: start;
    gap: 0.95rem;
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(248, 250, 252, 1) 0%, rgba(241, 245, 249, 0.92) 100%);
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.mits-page-stack__item .material-icons {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.98);
    background: linear-gradient(135deg, rgba(41, 171, 226, 0.98) 0%, rgba(0, 174, 239, 0.55) 100%);
    box-shadow: 0 12px 18px rgba(2, 132, 199, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    margin-top: 0.05rem;
}

.mits-page-stack__item>div {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.mits-page-stack__item strong {
    display: block;
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.35;
    text-transform: capitalize;
}

.mits-page-stack__item span:last-child {
    color: #64748b;
    line-height: 1.72;
    font-size: 0.92rem;
}

.mits-page-section {
    position: relative;
    padding: 6rem 1.5rem;
}

.mits-page-section--light {
    background: linear-gradient(180deg, #f8fafc 0%, #eef6ff 100%);
}

.mits-page-section--white {
    background: #fff;
}

.mits-page-section--dark {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.16) 0%, transparent 24%),
        linear-gradient(180deg, #020617 0%, #0f172a 100%);
    color: #fff;
}

.mits-page-section--bgvideo {
    overflow: hidden;
}

.mits-page-section--bgvideo .mits-page-container {
    position: relative;
    z-index: 2;
}

.mits-bg-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.mits-bg-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(56, 189, 248, 0.10) 0%, transparent 48%),
        linear-gradient(180deg, rgba(2, 6, 23, 0.22) 0%, rgba(15, 23, 42, 0.30) 100%);
}

.mits-bg-video__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    opacity: 0.88;
    filter: saturate(1.05) contrast(1.08);
}

@media (prefers-reduced-motion: reduce) {
    .mits-bg-video__video {
        display: none;
    }
}

.mits-page-section--sky {
    background:
        linear-gradient(180deg, rgba(224, 242, 254, 0.8) 0%, rgba(248, 250, 252, 1) 100%);
}

.mits-page-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.mits-page-heading {
    max-width: 44rem;
    margin: 0 auto 3rem;
    text-align: center;
}

.mits-page-heading--left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.mits-page-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    color: #0284c7;
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: capitalize;
}

.mits-page-section--dark .mits-page-heading__eyebrow,
.mits-page-section--dark .mits-feature-card__label {
    color: #7dd3fc;
}

.mits-page-heading h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(2rem, 3vw, 3.4rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    text-wrap: balance;
}

.mits-page-heading p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
    font-size: 1rem;
}

.mits-page-section--dark .mits-page-heading p,
.mits-page-section--dark .mits-feature-card p,
.mits-page-section--dark .mits-proof-card p,
.mits-page-section--dark .mits-faq-item p,
.mits-page-section--dark .mits-story-panel p {
    color: rgba(226, 232, 240, 0.78);
}

.mits-feature-grid,
.mits-proof-grid,
.mits-faq-grid {
    display: grid;
    gap: 1.35rem;
}

.mits-feature-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mits-feature-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mits-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mits-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mits-feature-card,
.mits-proof-card,
.mits-faq-item,
.mits-story-panel,
.mits-contact-card {
    position: relative;
    border-radius: 1.6rem;
    padding: 1.65rem;
    overflow: hidden;
}

.mits-feature-card,
.mits-proof-card,
.mits-faq-item,
.mits-contact-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(203, 213, 225, 0.72);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.mits-feature-card {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mits-feature-card::before,
.mits-contact-card::before,
.mits-faq-item::before {
    content: '';
    position: absolute;
    inset: auto -1.2rem -1.6rem auto;
    width: 7rem;
    height: 7rem;
    border-radius: 9999px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.16) 0%, rgba(56, 189, 248, 0) 72%);
    pointer-events: none;
}

.mits-feature-card:hover,
.mits-proof-card:hover,
.mits-faq-item:hover,
.mits-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
    border-color: rgba(56, 189, 248, 0.28);
}

.mits-page-section--dark .mits-feature-card,
.mits-page-section--dark .mits-proof-card,
.mits-page-section--dark .mits-faq-item,
.mits-page-section--dark .mits-story-panel,
.mits-page-section--dark .mits-contact-card {
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.24);
}

.mits-feature-card__icon,
.mits-contact-card__icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.18) 0%, rgba(0, 174, 239, 0.06) 100%);
    color: #0284c7;
}

.mits-feature-card__icon .material-icons,
.mits-contact-card__icon .material-icons {
    font-size: 1.55rem;
}

.mits-page-section--dark .mits-feature-card__icon,
.mits-page-section--dark .mits-contact-card__icon {
    color: #7dd3fc;
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.22) 0%, rgba(14, 165, 233, 0.08) 100%);
}

.mits-feature-card__label {
    display: inline-block;
    margin-bottom: 0.65rem;
    color: #0284c7;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: capitalize;
}

.mits-feature-card h3,
.mits-proof-card h3,
.mits-faq-item h3,
.mits-story-panel h3,
.mits-contact-card h3 {
    margin: 0 0 0.7rem;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 800;
    text-transform: capitalize;
    text-wrap: balance;
}

.mits-feature-card p,
.mits-proof-card p,
.mits-faq-item p,
.mits-story-panel p,
.mits-contact-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.82;
}

.mits-proof-grid {
    counter-reset: mits-proof;
}

.mits-proof-card {
    counter-increment: mits-proof;
    padding-top: 4.9rem;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.16) 0%, transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.92) 100%);
}

.mits-page-section--dark .mits-proof-card {
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.18) 0%, transparent 32%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.84) 0%, rgba(15, 23, 42, 0.7) 100%);
}

.mits-proof-card::before {
    content: counter(mits-proof, decimal-leading-zero);
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    color: rgba(15, 23, 42, 0.08);
    font-size: 2.3rem;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.mits-page-section--dark .mits-proof-card::before {
    color: rgba(226, 232, 240, 0.08);
}

.mits-proof-card__top {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    right: 4.4rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.mits-proof-card__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.18) 0%, rgba(14, 165, 233, 0.08) 100%);
    color: #0284c7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.mits-page-section--dark .mits-proof-card__icon {
    color: #7dd3fc;
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.24) 0%, rgba(14, 165, 233, 0.1) 100%);
}

.mits-proof-card__icon .material-icons {
    font-size: 1.45rem;
}

.mits-proof-card__label {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    color: #0284c7;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: capitalize;
}

.mits-page-section--dark .mits-proof-card__label {
    color: #7dd3fc;
}

.mits-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 1.5rem;
    align-items: stretch;
}

.mits-story-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(241, 245, 249, 0.86) 100%);
    border: 1px solid rgba(203, 213, 225, 0.65);
}

.mits-story-panel--image {
    min-height: 420px;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.58) 100%),
        var(--mits-panel-image, linear-gradient(135deg, #0ea5e9 0%, #0f172a 100%));
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.mits-page-section--dark .mits-story-panel--image {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.58) 100%),
        var(--mits-panel-image, linear-gradient(135deg, #0ea5e9 0%, #0f172a 100%));
    background-size: cover;
    background-position: center;
}

.mits-story-panel--image p,
.mits-story-panel--image h3 {
    color: #fff;
}

.mits-bullet-list {
    list-style: none;
    padding: 0;
    margin: 1.15rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.mits-bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: #334155;
    line-height: 1.7;
}

.mits-bullet-list .material-icons {
    color: #22c55e;
    font-size: 1.15rem;
    margin-top: 0.12rem;
}

.mits-page-section--dark .mits-bullet-list li {
    color: #e2e8f0;
}

.mits-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.mits-step-card {
    padding: 1.5rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(203, 213, 225, 0.72);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.mits-step-card__number {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #0f172a;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 0.9rem;
}

.mits-step-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.08rem;
    font-weight: 800;
    text-transform: capitalize;
}

.mits-step-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.75;
}

.mits-cta-band {
    background:
        linear-gradient(135deg, rgba(0, 174, 239, 0.18) 0%, rgba(2, 132, 199, 0.08) 48%, rgba(255, 255, 255, 0.92) 100%);
    border: 1px solid rgba(125, 211, 252, 0.35);
    border-radius: 2rem;
    padding: 2rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
}

.mits-page-section--dark .mits-cta-band {
    background:
        linear-gradient(135deg, rgba(0, 174, 239, 0.16) 0%, rgba(14, 165, 233, 0.08) 45%, rgba(15, 23, 42, 0.7) 100%);
    border-color: rgba(125, 211, 252, 0.16);
}

.mits-cta-band h3 {
    margin: 0 0 0.5rem;
    font-size: 1.6rem;
    font-weight: 800;
}

.mits-cta-band p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.mits-page-section--dark .mits-cta-band p {
    color: rgba(226, 232, 240, 0.8);
}

.mits-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.mits-contact-card__value {
    display: block;
    margin-top: 0.35rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.mits-contact-card__value a {
    color: inherit;
    text-decoration: none;
}

.mits-page-section--dark .mits-contact-card__value {
    color: #fff;
}

.mits-visit-grid,
.mits-hours-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 1.08fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: stretch;
}

.mits-hours-layout {
    align-items: center;
}

.mits-visit-card,
.mits-hours-card {
    min-height: 100%;
}

.mits-hours-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    overflow: hidden;
    border: 1px solid rgba(203, 213, 225, 0.78);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.mits-hours-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #00aeef;
}

.mits-hours-card__header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.mits-hours-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.9rem;
    background: rgba(0, 174, 239, 0.12);
    color: #0284c7;
}

.mits-hours-card__icon .material-icons {
    font-size: 1.4rem;
}

.mits-hours-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    line-height: 1.15;
}

.mits-hours-card p {
    margin: 0.2rem 0 0;
    color: #64748b;
    line-height: 1.55;
}

.mits-hours-list {
    display: grid;
    gap: 0.55rem;
    margin: 0;
}

.mits-hours-row {
    display: grid;
    grid-template-columns: minmax(7.5rem, 0.75fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    border: 1px solid rgba(203, 213, 225, 0.7);
    border-radius: 0.85rem;
    background: #f8fafc;
    padding: 0.7rem 0.85rem;
}

.mits-hours-row--featured {
    border-color: rgba(0, 174, 239, 0.38);
    background: rgba(0, 174, 239, 0.08);
}

.mits-hours-day,
.mits-hours-time {
    color: #0f172a;
    line-height: 1.3;
}

.mits-hours-day {
    font-weight: 800;
}

.mits-hours-time {
    font-weight: 650;
}

.mits-form-shell {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(203, 213, 225, 0.72);
    border-radius: 1.8rem;
    padding: 1.8rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.mits-form-shell p {
    color: #475569;
}

.page-id-309 .elementor-widget-shortcode {
    width: min(860px, calc(100% - 3rem));
    margin: 0 auto 0;
}

.page-id-309 .elementor-widget-shortcode .elementor-widget-container {
    background: #fff;
    border: 1px solid rgba(203, 213, 225, 0.85);
    border-radius: 16px;
    padding: clamp(1.25rem, 2vw, 1.75rem);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

body.page-id-309 .elementor-element-83fdd2fe {
    background: linear-gradient(180deg, #eef6ff 0%, #f8fafc 100%);
    padding: 0 1.5rem 5rem;
}

body.page-id-309 .elementor-element-de1ad689 .mits-page-section {
    padding-bottom: 2.25rem;
}

body.page-id-309 .elementor-element-de1ad689 .mits-page-heading {
    margin-bottom: 0;
}

body.page-id-309 .elementor-element-83fdd2fe .elementor-widget-shortcode {
    width: min(860px, 100%) !important;
    max-width: 860px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.page-id-309 .elementor-element-83fdd2fe .elementor-widget-container {
    width: 100%;
}

.mits-contact-map {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #e8f5fb;
}

.mits-contact-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(0.35) saturate(0.55) contrast(0.96);
}

.mits-contact-map__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(2, 132, 199, 0.2), rgba(14, 165, 233, 0.1)),
        rgba(219, 242, 252, 0.1);
    mix-blend-mode: multiply;
    pointer-events: none;
}

@media (max-width: 1023px) {
    .mits-page-hero__grid,
    .mits-split,
    .mits-visit-grid,
    .mits-hours-layout,
    .mits-feature-grid--four,
    .mits-proof-grid,
    .mits-faq-grid,
    .mits-contact-grid,
    .mits-steps,
    .mits-cta-band {
        grid-template-columns: 1fr;
    }

    .mits-feature-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mits-page-hero {
        min-height: auto;
    }

    .mits-page-hero__card {
        order: -1;
    }

    .nbn-summary-inner {
        grid-template-columns: 1fr;
    }

    .nbn-summary-totals {
        width: 100%;
    }

    .nbn-summary-cta {
        min-width: 0;
    }
}

/* Contact page: CF7 "General Enquiry" form */
.mits-cf7-shell {
    width: 100%;
}

.mits-cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
    text-align: left;
}

.mits-cf7-field--full {
    margin-top: 1.1rem;
}

.mits-cf7-field p,
.mits-cf7-control-wrap p {
    margin: 0;
}

.mits-cf7-label {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
}

.mits-cf7-control-wrap {
    position: relative;
}

.mits-cf7-control-wrap .wpcf7-form-control-wrap {
    display: block;
}

.mits-cf7-icon {
    position: absolute;
    z-index: 2;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    color: #0284c7;
    font-size: 1.1rem;
    pointer-events: none;
}

.mits-cf7-icon--textarea {
    top: 1rem;
    transform: none;
}

.mits-cf7-control {
    display: block;
    width: 100%;
    min-height: 3.35rem;
    border-radius: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.9);
    background: rgba(248, 250, 252, 1);
    padding: 1rem 1rem 1rem 3rem;
    font-size: 1rem;
    line-height: 1.2;
    color: #0f172a;
    transition: box-shadow 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.mits-cf7-control--textarea {
    min-height: 150px;
    padding-top: 1rem;
    resize: vertical;
}

.mits-cf7-control::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.mits-cf7-control:focus {
    outline: none;
    border-color: rgba(2, 132, 199, 0.65);
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.16);
}

.mits-cf7-control-wrap .wpcf7-not-valid-tip {
    margin-top: 0.45rem;
    font-size: 0.8rem;
    line-height: 1.4;
}

.mits-cf7-actions {
    padding-top: 1.35rem;
    text-align: center;
}

.mits-cf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    border: 0;
    border-radius: 1.05rem;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.01em;
    box-shadow: 0 18px 30px rgba(2, 132, 199, 0.22);
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.mits-cf7-submit:hover {
    transform: translateY(-1px);
    filter: saturate(1.02);
    box-shadow: 0 22px 40px rgba(2, 132, 199, 0.26);
}

.mits-cf7-note {
    margin: 0.9rem 0 0;
    color: #64748b;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    justify-content: center;
}

.dark .mits-cf7-label {
    color: rgba(226, 232, 240, 0.95);
}

.dark .mits-cf7-control {
    background: rgba(15, 23, 42, 0.65);
    border-color: rgba(148, 163, 184, 0.26);
    color: rgba(226, 232, 240, 0.96);
}

.dark .mits-cf7-note {
    color: rgba(226, 232, 240, 0.72);
}

@media (max-width: 720px) {
    .mits-hours-row {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .mits-cf7-grid {
        grid-template-columns: 1fr;
    }

    .mits-contact-map {
        height: 360px;
    }

    .page-id-309 .elementor-widget-shortcode {
        width: min(100%, calc(100% - 2rem));
    }

    .mits-contact-form__grid {
        grid-template-columns: 1fr;
    }
}

/* Contact page: modern icon form */
.mits-contact-form {
    display: grid;
    gap: 1.15rem;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    animation: mitsRepairFormIn 420ms ease both;
}

.mits-contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.mits-contact-form__field {
    position: relative;
    min-width: 0;
    animation: mitsRepairFieldIn 420ms ease both;
}

.mits-contact-form__field p {
    margin: 0;
    line-height: 0;
}

.mits-contact-form__field br {
    display: none;
}

.mits-contact-form__field:nth-child(2) {
    animation-delay: 45ms;
}

.mits-contact-form__field:nth-child(3) {
    animation-delay: 90ms;
}

.mits-contact-form__field:nth-child(4) {
    animation-delay: 135ms;
}

.mits-contact-form__field--full {
    grid-column: 1 / -1;
}

.mits-contact-form__field .wpcf7-form-control-wrap {
    display: block;
    line-height: normal;
}

.mits-contact-form__icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3.35rem;
    color: #0284c7;
    font-size: 1.15rem;
    line-height: 1;
    pointer-events: none;
    opacity: 0.95;
    transition: color 160ms ease, transform 160ms ease;
}

.mits-contact-form__field:has(textarea) .mits-contact-form__icon {
    top: 0;
}

.mits-contact-form input[type="text"],
.mits-contact-form input[type="email"],
.mits-contact-form input[type="tel"],
.mits-contact-form textarea {
    display: block;
    width: 100%;
    min-height: 3.35rem;
    margin: 0;
    border: 1px solid rgba(203, 213, 225, 0.88);
    border-radius: 12px;
    background: #fff;
    padding: 0.95rem 1rem 0.95rem 3.05rem;
    color: #0f172a;
    font-size: 0.96rem;
    line-height: 1.35;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mits-contact-form textarea {
    min-height: 150px;
    padding-top: 0.95rem;
    resize: vertical;
}

.mits-contact-form input::placeholder,
.mits-contact-form textarea::placeholder {
    color: #7a8797;
    opacity: 1;
}

.mits-contact-form input:focus,
.mits-contact-form textarea:focus {
    outline: none;
    border-color: rgba(2, 132, 199, 0.68);
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.12), 0 14px 28px rgba(2, 132, 199, 0.08);
    transform: translateY(-1px);
}

.mits-contact-form__field:focus-within .mits-contact-form__icon {
    color: #00aeef;
    transform: scale(1.04);
}

.mits-contact-form .wpcf7-not-valid-tip {
    margin-top: 0.45rem;
    padding-left: 0.25rem;
    color: #dc2626;
    font-size: 0.82rem;
    font-weight: 700;
}

.mits-contact-form .mits-btn.mits-btn--primary,
.mits-contact-form input[type="submit"].mits-btn,
.mits-contact-form input[type="submit"].mits-btn--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.45rem;
    border: 0;
    border-radius: 12px;
    padding: 1rem 1.35rem;
    background: #0284c7;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 0 16px 28px rgba(2, 132, 199, 0.22);
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mits-contact-form .mits-btn.mits-btn--primary:hover,
.mits-contact-form input[type="submit"].mits-btn:hover,
.mits-contact-form input[type="submit"].mits-btn--primary:hover {
    transform: translateY(-1px);
    background: #0369a1;
    box-shadow: 0 20px 34px rgba(2, 132, 199, 0.28);
}

@media (max-width: 720px) {
    .mits-contact-form__grid {
        grid-template-columns: 1fr;
    }

    .mits-contact-map {
        height: 360px;
    }
}

/* Homepage: Book Your Repair form */
.mits-booking-container {
    position: relative;
    scroll-margin-top: 96px;
}

.mits-booking-anchor {
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    height: 1px;
    pointer-events: none;
    scroll-margin-top: 96px;
}

.mits-booking-intro {
    max-width: 760px;
    margin: 0 auto clamp(2rem, 4vw, 3.25rem);
    text-align: center;
}

.mits-booking-intro h2 {
    margin: 0 0 0.75rem;
    color: #0f172a;
    font-size: clamp(2rem, 1.55rem + 1.45vw, 3rem);
    font-weight: 900;
    line-height: 1.08;
}

.mits-booking-intro h2 .text-primary {
    color: #00aeef;
}

.mits-booking-intro p {
    margin: 0;
    color: #526174;
    font-size: clamp(1rem, 0.94rem + 0.25vw, 1.15rem);
    line-height: 1.65;
}

.dark .mits-booking-intro h2 {
    color: #fff;
}

.dark .mits-booking-intro p {
    color: rgba(226, 232, 240, 0.74);
}

.mits-booking-grid {
    align-items: stretch !important;
}

.mits-booking-benefits {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mits-booking-photo {
    flex: 0 0 auto;
    min-height: clamp(13rem, 21vw, 20rem);
    margin: 0 !important;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
    opacity: 0;
    transform: translateY(-18px);
    animation: mitsFadeDown 720ms cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
}

.mits-booking-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.mits-booking-photo + .mits-booking-benefits-title {
    margin-top: 1.5rem !important;
}

.mits-booking-form-card {
    align-self: start;
}

@media (min-width: 1024px) {
    .mits-booking-photo {
        flex: 0 0 auto;
        height: clamp(13rem, 21vw, 17rem);
        min-height: 0;
    }
}

.mits-home-cta-media {
    min-height: clamp(360px, 40vw, 520px);
}

.mits-home-cta-media__image,
.mits-home-cta-media__video {
    position: absolute !important;
    inset: -1px !important;
    display: block;
    width: calc(100% + 2px) !important;
    height: calc(100% + 2px) !important;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover !important;
    object-position: center center;
}

.mits-home-cta-media__image {
    z-index: 0;
}

.mits-home-cta-media__video {
    z-index: 1;
    opacity: 0;
    transition: opacity 420ms ease;
}

.mits-home-cta-media__video.is-ready {
    opacity: 1;
}

.mits-home-cta-media__caption {
    z-index: 3;
}

.fade-in-up:has(.mits-repair-form) {
    padding: clamp(1.25rem, 2vw, 1.75rem) !important;
    border: 1px solid rgba(203, 213, 225, 0.85) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06) !important;
}

.mits-cf7-wrapper:has(.mits-repair-form),
.mits-cf7-wrapper:has(.mits-repair-form) .wpcf7,
.mits-cf7-wrapper:has(.mits-repair-form) .wpcf7-form,
.wpcf7:has(.mits-repair-form),
.wpcf7:has(.mits-repair-form) .wpcf7-form {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.mits-repair-form {
    display: grid;
    gap: 1.15rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: mitsRepairFormIn 420ms ease both;
}

.mits-repair-form__intro {
    display: grid;
    gap: 0.35rem;
}

.mits-repair-form__title {
    margin: 0;
    color: #0f172a;
    font-size: 1.22rem;
    font-weight: 900;
    letter-spacing: 0;
}

.mits-repair-form__intro p {
    margin: 0;
    color: #5d6b7d;
    font-size: 0.94rem;
    line-height: 1.55;
}

.mits-repair-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.mits-repair-field {
    position: relative;
    min-width: 0;
    z-index: 1;
    animation: mitsRepairFieldIn 420ms ease both;
}

.mits-repair-field p {
    margin: 0;
    line-height: 0;
}

.mits-repair-field br {
    display: none;
}

.mits-repair-field:nth-child(2) {
    animation-delay: 45ms;
}

.mits-repair-field:nth-child(3) {
    animation-delay: 90ms;
}

.mits-repair-field:nth-child(4) {
    animation-delay: 135ms;
}

.mits-repair-field:nth-child(5) {
    animation-delay: 180ms;
}

.mits-repair-field:nth-child(6) {
    animation-delay: 225ms;
}

.mits-repair-field:nth-child(7) {
    animation-delay: 270ms;
}

.mits-repair-field--full {
    grid-column: 1 / -1;
}

.mits-repair-field .wpcf7-form-control-wrap {
    display: block;
    line-height: normal;
}

.mits-repair-field__icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3.35rem;
    color: #0284c7;
    font-size: 1.15rem;
    line-height: 1;
    pointer-events: none;
    opacity: 0.95;
    transform: none;
    transition: color 160ms ease, transform 160ms ease;
}

.mits-repair-field:has(textarea) .mits-repair-field__icon {
    top: 0;
    transform: none;
}

.mits-repair-form input[type="text"],
.mits-repair-form input[type="email"],
.mits-repair-form input[type="tel"],
.mits-repair-form input[type="date"],
.mits-repair-form select,
.mits-repair-form textarea {
    display: block;
    width: 100%;
    min-height: 3.35rem;
    margin: 0;
    border: 1px solid rgba(203, 213, 225, 0.88);
    border-radius: 12px;
    background: #fff;
    padding: 0.95rem 1rem 0.95rem 3.05rem;
    color: #0f172a;
    font-size: 0.96rem;
    line-height: 1.35;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mits-repair-form select {
    padding-right: 3.25rem;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #0284c7 50%),
        linear-gradient(135deg, #0284c7 50%, transparent 50%),
        linear-gradient(to right, rgba(203, 213, 225, 0.72), rgba(203, 213, 225, 0.72));
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 16px) 50%,
        calc(100% - 2.95rem) 50%;
    background-size: 6px 6px, 6px 6px, 1px 1.55rem;
    background-repeat: no-repeat;
    cursor: pointer;
}

.mits-repair-form select:hover {
    border-color: rgba(2, 132, 199, 0.46);
    box-shadow: 0 12px 24px rgba(2, 132, 199, 0.06);
}

.mits-repair-form select:required:invalid {
    color: #7a8797;
}

.mits-repair-form select option {
    background: #fff;
    color: #0f172a;
    font-size: 0.96rem;
    line-height: 1.5;
}

.mits-repair-form select option:first-child {
    color: #7a8797;
}

.mits-repair-field--device-select .wpcf7-form-control-wrap {
    position: absolute;
    inset: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.mits-repair-field--device-select {
    z-index: 20;
}

.mits-repair-device-select {
    position: relative;
}

.mits-repair-device-select.is-open {
    z-index: 40;
}

.mits-repair-device-select__toggle {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 3.35rem;
    border: 1px solid rgba(203, 213, 225, 0.88);
    border-radius: 12px;
    background: #fff;
    padding: 0.95rem 3.25rem 0.95rem 3.05rem;
    color: #0f172a;
    font-size: 0.96rem;
    line-height: 1.35;
    text-align: left;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mits-repair-device-select__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.95rem;
    width: 1px;
    height: 1.55rem;
    background: rgba(203, 213, 225, 0.72);
    transform: translateY(-50%);
}

.mits-repair-device-select__label {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #7a8797;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mits-repair-device-select.has-value .mits-repair-device-select__label {
    color: #0f172a;
}

.mits-repair-device-select__chevron {
    position: absolute;
    top: 50%;
    right: 0.85rem;
    color: #0284c7;
    font-size: 1.25rem;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 160ms ease;
}

.mits-repair-device-select.is-open .mits-repair-device-select__chevron {
    transform: translateY(-50%) rotate(180deg);
}

.mits-repair-device-select__toggle:hover,
.mits-repair-device-select.is-open .mits-repair-device-select__toggle {
    border-color: rgba(2, 132, 199, 0.54);
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.10), 0 14px 28px rgba(2, 132, 199, 0.08);
}

.mits-repair-device-select__list {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    z-index: 50;
    display: grid;
    width: 100%;
    padding: 0.45rem;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 140ms ease, transform 140ms ease;
}

.mits-repair-device-select.is-open .mits-repair-device-select__list {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.mits-repair-device-select__option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    border: 0;
    border-radius: 9px;
    background: transparent;
    padding: 0.72rem 0.85rem;
    color: #0f172a;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    transition: background 140ms ease, color 140ms ease;
}

.mits-repair-device-select__option:hover,
.mits-repair-device-select__option.is-selected {
    background: rgba(2, 132, 199, 0.08);
    color: #075985;
}

.mits-repair-device-select__option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    color: #0284c7;
    font-size: 1.08rem;
    line-height: 1;
    flex: 0 0 auto;
}

.mits-repair-device-select__option-text {
    min-width: 0;
}

.mits-repair-form textarea {
    min-height: 150px;
    padding-top: 0.95rem;
    resize: vertical;
}

.mits-repair-form input::placeholder,
.mits-repair-form textarea::placeholder {
    color: #7a8797;
    opacity: 1;
}

.mits-repair-form input:focus,
.mits-repair-form select:focus,
.mits-repair-form textarea:focus {
    outline: none;
    border-color: rgba(2, 132, 199, 0.68);
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.12), 0 14px 28px rgba(2, 132, 199, 0.08);
    transform: translateY(-1px);
}

.mits-repair-field:focus-within .mits-repair-field__icon {
    color: #00aeef;
    transform: scale(1.04);
}

.mits-repair-field:has(textarea):focus-within .mits-repair-field__icon {
    transform: scale(1.04);
}

.mits-repair-form .wpcf7-not-valid-tip {
    margin-top: 0.45rem;
    padding-left: 0.25rem;
    color: #dc2626;
    font-size: 0.82rem;
    font-weight: 700;
}

.mits-repair-form__consent {
    margin: 0;
    padding: 0 0.25rem;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.6;
}

.mits-repair-form .mits-btn.mits-btn--primary,
.mits-repair-form input[type="submit"].mits-btn,
.mits-repair-form input[type="submit"].mits-btn--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.45rem;
    border: 0;
    border-radius: 12px;
    padding: 1rem 1.35rem;
    background: #0284c7;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 0 16px 28px rgba(2, 132, 199, 0.22);
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mits-repair-form .mits-btn.mits-btn--primary:hover,
.mits-repair-form input[type="submit"].mits-btn:hover,
.mits-repair-form input[type="submit"].mits-btn--primary:hover {
    transform: translateY(-1px);
    background: #0369a1;
    box-shadow: 0 20px 34px rgba(2, 132, 199, 0.28);
}

@keyframes mitsRepairFormIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mitsRepairFieldIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wpcf7 form .wpcf7-response-output {
    margin: 1rem 0 0;
    border: 0;
    border-radius: 1.2rem;
    padding: 0.95rem 1.15rem;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.45;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.wpcf7 form .wpcf7-spinner {
    display: block;
    margin: 0.9rem auto 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output[aria-hidden="false"] {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
}

@media (max-width: 720px) {
    .mits-booking-photo {
        flex: 0 0 auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 14px;
    }

    .mits-repair-form {
        padding: 1.1rem;
        border-radius: 14px;
    }

    .mits-repair-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .mits-page-hero {
        padding-top: 7rem;
        padding-bottom: 4rem;
    }

    .mits-page-hero h1 {
        max-width: none;
    }

    .mits-page-hero__card,
    .mits-feature-card,
    .mits-proof-card,
    .mits-faq-item,
    .mits-story-panel,
    .mits-step-card,
    .mits-contact-card,
    .mits-form-shell {
        border-radius: 1.35rem;
    }

    .mits-page-section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .mits-feature-grid--three {
        grid-template-columns: 1fr;
    }

    body.nbn-summary-visible {
        padding-bottom: 215px;
    }

    body.nbn-summary-visible.nbn-summary-collapsed {
        padding-bottom: 72px;
    }

    .nbn-summary-footer {
        left: 0;
        right: 0;
        bottom: 0;
    }

    .nbn-summary-shell {
        width: calc(100% - 6px);
        padding: 8px 12px 10px;
        border-radius: 18px 18px 0 0;
    }

    .nbn-summary-toggle {
        display: flex;
        width: 100%;
        min-height: 44px;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.15rem 0.2rem 0.35rem;
        border: 0;
        background: transparent;
        color: #ffffff;
        cursor: pointer;
        text-align: left;
    }

    .nbn-summary-toggle__label {
        font-size: 0.96rem;
        font-weight: 800;
        letter-spacing: 0.01em;
    }

    .nbn-summary-toggle__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        color: #bae6fd;
        transition: transform 0.2s ease;
    }

    .nbn-summary-footer.is-expanded .nbn-summary-toggle__icon {
        transform: rotate(180deg);
    }

    .nbn-summary-footer.is-collapsed .nbn-summary-inner {
        display: none;
    }

    .nbn-summary-title {
        font-size: 0.96rem;
    }

    .nbn-summary-totals {
        flex-direction: column;
        gap: 12px;
    }

    .nbn-summary-amount {
        min-width: 0;
    }

    .nbn-summary-amount strong {
        font-size: 1.18rem;
    }

    .page-id-309 .elementor-widget-shortcode {
        width: calc(100% - 1.5rem);
    }

    .page-id-309 .elementor-widget-shortcode .elementor-widget-container {
        padding: 1.25rem;
        border-radius: 1.35rem;
    }
}

/* =============================================================
 * MITS Laptops Slider
 * =========================================================== */
.mits-laptops-slider-wrap {
    position: relative;
    margin-top: 2rem;
}

.mits-laptops-slider {
    width: 100%;
    overflow: hidden;
    padding: 0.5rem 0 2.5rem;
}

.mits-laptops-slider .swiper-wrapper {
    align-items: stretch;
}

.mits-laptops-slider .swiper-slide {
    height: auto;
    display: flex;
}

.mits-laptop-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.35rem;
    padding: 1.35rem 1.35rem 1.5rem;
    box-shadow: 0 10px 30px -18px rgba(15, 23, 42, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mits-laptop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 48px -24px rgba(0, 174, 239, 0.35);
    border-color: rgba(0, 174, 239, 0.45);
}

.mits-page-section--dark .mits-laptop-card {
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.mits-laptop-card__media {
    position: relative;
    background: #f8fafc;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    width: 100%;
    margin-bottom: 1rem;
}

.mits-laptop-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mits-laptop-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: linear-gradient(135deg, #00AEEF 0%, #0284c7 100%);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    box-shadow: 0 6px 16px -6px rgba(0, 174, 239, 0.55);
}

.mits-laptop-card__brand {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0284c7;
    margin: 0 0 0.25rem;
}

.mits-laptop-card__title {
    margin: 0 0 0.6rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    min-height: 2.6rem;
}

.mits-laptop-card__desc {
    margin: 0 0 0.9rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #475569;
}

.mits-laptop-card__specs {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    gap: 0.35rem;
}

.mits-laptop-card__specs li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: #334155;
}

.mits-laptop-card__specs .material-icons {
    font-size: 1rem;
    color: #00AEEF;
}

.mits-laptop-card__foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.35);
}

.mits-laptop-card__price {
    display: flex;
    flex-direction: column;
}

.mits-laptop-card__price-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.mits-laptop-card__price-value {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}

.mits-laptop-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(135deg, #00AEEF 0%, #0284c7 100%);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 10px 22px -10px rgba(0, 174, 239, 0.55);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mits-laptop-card__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px -12px rgba(0, 174, 239, 0.7);
    color: #ffffff;
}

.mits-laptop-card__cta .material-icons {
    font-size: 1rem;
}

/* Slider controls */
.mits-laptops-slider-wrap .mits-laptops-nav {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.mits-laptops-slider-wrap .mits-laptops-nav button {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #ffffff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mits-laptops-slider-wrap .mits-laptops-nav button:hover {
    background: #00AEEF;
    border-color: #00AEEF;
    color: #ffffff;
}

.mits-page-section--dark .mits-laptops-slider-wrap .mits-laptops-nav button {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #e2e8f0;
}

.mits-page-section--dark .mits-laptops-slider-wrap .mits-laptops-nav button:hover {
    background: #00AEEF;
    border-color: #00AEEF;
    color: #ffffff;
}

.mits-laptops-slider-wrap .swiper-pagination {
    position: static;
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    gap: 0.4rem;
}

.mits-laptops-slider-wrap .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(15, 23, 42, 0.25);
    opacity: 1;
    border-radius: 999px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.mits-laptops-slider-wrap .swiper-pagination-bullet-active {
    background: #00AEEF;
    transform: scale(1.2);
}

.mits-page-section--dark .mits-laptops-slider-wrap .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
}

.mits-page-section--dark .mits-laptops-slider-wrap .swiper-pagination-bullet-active {
    background: #00AEEF;
}

.mits-laptops-slider__empty {
    text-align: center;
    padding: 2rem;
    color: #64748b;
    font-style: italic;
}

.mits-laptop-card > .mits-laptop-card__media > img {
    height:100%;
}

/* =============================================================
 * MITS Compact CPT Products Grid
 * =========================================================== */
.mits-cpt-grid-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 5rem 1.5rem;
    background: #020617;
    color: #fff;
}

.mits-fixed-video-section {
    isolation: isolate;
    overflow: hidden;
    clip-path: inset(0);
}

.mits-fixed-video-section > .mits-fixed-video-layer {
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

.mits-cpt-grid-section__bg,
.mits-cpt-grid-section__video,
.mits-cpt-grid-section__overlay,
.mits-cpt-grid-section__pattern {
    position: absolute;
    inset: 0;
}

.mits-cpt-grid-section__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    filter: saturate(1.05) contrast(1.08);
}

.mits-cpt-grid-section__video--top {
    object-position: top center;
}

.mits-cpt-grid-section__video--center {
    object-position: center;
}

.mits-cpt-grid-section__video--bottom {
    object-position: bottom center;
}

.mits-cpt-grid-section__overlay {
    background: rgba(2, 6, 23, 0.24);
}

.mits-cpt-grid-section__pattern {
    opacity: 0.06;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 40px 40px;
}

.mits-cpt-grid-section__inner {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    margin: 0 auto;
}

.mits-cpt-top-buy {
    display: grid;
    grid-template-columns: minmax(18rem, 0.96fr) minmax(20rem, 1.04fr);
    align-items: center;
    justify-items: stretch;
    gap: clamp(1.4rem, 4vw, 3.4rem);
    width: min(70rem, 100%);
    margin: 0 auto 1.4rem;
    text-align: left;
}

.mits-cpt-top-buy__image {
    width: min(34rem, 100%);
    margin: 0 auto;
}

.mits-cpt-top-buy__image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.34));
}

.mits-cpt-top-buy__content {
    display: grid;
    justify-items: start;
    gap: 0.75rem;
    margin-top: 0;
    max-width: 36rem;
}

.mits-cpt-top-buy__eyebrow {
    margin: 0;
    border: 1px solid rgba(125, 211, 252, 0.34);
    border-radius: 999px;
    background: rgba(0, 174, 239, 0.14);
    padding: 0.42rem 0.82rem;
    color: #7dd3fc;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.mits-cpt-top-buy h3 {
    max-width: 15ch;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.65rem, 2.6vw, 2.45rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
}

.mits-cpt-top-buy__price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(203, 213, 225, 0.22);
    border-radius: 0.5rem;
    background: rgba(15, 23, 42, 0.74);
    padding: 0.62rem 0.95rem;
    color: #ffffff;
    font-size: clamp(0.96rem, 1.2vw, 1.12rem);
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
}

.mits-cpt-top-buy__currency {
    color: #ffffff;
}

.mits-cpt-top-buy__divider {
    position: relative;
    z-index: 1;
    width: min(74rem, 100%);
    margin: 50px auto 2.5rem;
    padding: 0 1rem;
    pointer-events: none;
}

.mits-cpt-top-buy-divider {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    --mits-divider-impact-ease: cubic-bezier(0.84, 0, 0.96, 0.42);
    --mits-divider-vanish-ease: cubic-bezier(0.74, 0.02, 0.94, 0.28);
    --mits-divider-loop-time: 7.2s;
}

.mits-cpt-top-buy__summary {
    width: 100%;
    margin: 0;
    color: rgba(226, 232, 240, 0.84);
    font-size: 1rem;
    line-height: 1.55;
}

.mits-cpt-top-buy__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(36rem, 100%);
    gap: clamp(0.32rem, 0.7vw, 0.55rem);
    margin: 0.2rem 0 0;
    overflow: visible;
    padding: 0;
    list-style: none;
    scrollbar-width: none;
}

.mits-cpt-top-buy__features::-webkit-scrollbar {
    display: none;
}

.mits-cpt-top-buy__features li {
    min-width: 0;
    border: 1px solid rgba(203, 213, 225, 0.22);
    border-radius: 0.5rem;
    background: rgba(15, 23, 42, 0.74);
    padding: 0.55rem clamp(0.58rem, 0.8vw, 0.78rem);
    color: rgba(248, 250, 252, 0.92);
    font-size: clamp(0.76rem, 0.9vw, 0.84rem);
    font-weight: 800;
    line-height: 1.2;
    white-space: normal;
}

.mits-cpt-top-buy__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    margin-top: 0.35rem;
    border: 1px solid #00AEEF;
    border-radius: 0.6rem;
    background: #00AEEF;
    padding: 0.78rem 1.15rem;
    color: #03111f;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.mits-cpt-top-buy__cta:hover {
    border-color: #7dd3fc;
    background: #7dd3fc;
    color: #03111f;
    transform: translateY(-1px);
}

.mits-cpt-grid-section__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2.4rem;
    text-align: center;
}

.mits-cpt-grid-section__heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
}

.mits-cpt-grid-section__heading-accent {
    color: #00AEEF;
}

.mits-cpt-grid-section__heading p {
    max-width: 42rem;
    margin: 0.75rem auto 0;
    color: rgba(226, 232, 240, 0.78);
    font-size: 1rem;
    line-height: 1.6;
}

.mits-cpt-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.mits-cpt-product-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 18px 38px rgba(2, 6, 23, 0.16);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.mits-cpt-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(0, 174, 239, 0.22);
}

.mits-cpt-product-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f1f5f9;
}

.mits-cpt-product-card__media img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
    object-position: center;
    transition: transform 420ms ease;
}

.mits-cpt-product-card:hover .mits-cpt-product-card__media img {
    transform: scale(1.045);
}

.mits-cpt-product-card__media > .material-icons {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 4rem;
}

.mits-cpt-product-card__pill {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    padding: 0.32rem 0.68rem;
    color: #0284c7;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.mits-cpt-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1rem;
    color: #0f172a;
}

.mits-cpt-product-card__kicker {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
    color: #0284c7;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mits-cpt-product-card__kicker .material-icons {
    font-size: 0.95rem;
}

.mits-cpt-product-card h3 {
    margin: 0 0 0.75rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
}

.mits-cpt-product-card__specs {
    display: grid;
    gap: 0.35rem;
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.mits-cpt-product-card__specs li {
    overflow: hidden;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 650;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mits-cpt-product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: auto -1rem -1rem;
    padding: 0.9rem 1rem;
    border-top: 0;
    background:
        linear-gradient(90deg, #263241 0%, #3f4a58 48%, #2b3644 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -1px 0 rgba(2, 6, 23, 0.34);
}

.mits-cpt-product-card__price {
    color: #38bdf8;
    font-size: 0.95rem;
    font-weight: 900;
    white-space: nowrap;
}

.mits-cpt-product-card__footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00AEEF;
    border-radius: 0.65rem;
    background: rgba(0, 174, 239, 0.1);
    padding: 0.45rem 0.72rem;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.mits-cpt-product-card__footer a:hover {
    background: #00AEEF;
    color: #fff;
    border-color: #00AEEF;
    transform: translateY(-1px);
}

.mits-cpt-grid-section__footer {
    margin-top: 2.25rem;
    text-align: center;
}

.mits-cpt-grid-section__footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: #fff;
    padding: 0.85rem 1.45rem;
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease;
}

.mits-cpt-grid-section__footer a:hover {
    transform: translateY(-1px);
    background: #f8fafc;
}

.mits-cpt-grid-empty {
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}

@media (max-width: 1100px) {
    .mits-cpt-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 760px) {
    .mits-cpt-top-buy__features {
        justify-content: start;
    }
}

@media (max-width: 820px) {
    .mits-cpt-top-buy {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 1rem;
        width: min(38rem, 100%);
        text-align: center;
    }

    .mits-cpt-top-buy__content {
        justify-items: center;
    }
}

@media (max-width: 640px) {
    .mits-cpt-grid-section {
        padding: 4rem 1rem;
    }

    .mits-cpt-top-buy {
        margin-bottom: 2.4rem;
    }

    .mits-cpt-top-buy__image {
        width: min(24rem, 100%);
    }

    .mits-cpt-top-buy__summary {
        font-size: 0.94rem;
    }

    .mits-cpt-top-buy__price {
        font-size: 0.96rem;
        padding-inline: 0.82rem;
    }

    .mits-cpt-top-buy__features {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.45rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
    }

    .mits-cpt-top-buy__features li {
        flex: 0 0 auto;
        padding-inline: 0.6rem;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .mits-cpt-products-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   MDM PAGE CLEAN SYSTEM
   Crisp, low-gradient treatment for page ID 467.
   ============================================================ */

.page-id-467 .mits-page-shell {
    background: #f8fafc;
}

.page-id-467 .mits-page-hero {
    min-height: 78vh;
    padding: 8.5rem 1.5rem 5.5rem;
    background: var(--mits-hero-image, none) center / cover no-repeat #07111f;
}

.page-id-467 .mits-page-hero::before {
    inset: 0;
    background: rgba(2, 8, 23, 0.76);
}

.page-id-467 .mits-page-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
    gap: 3rem;
}

.page-id-467 .mits-page-hero__eyebrow,
.page-id-467 .mits-page-card__eyebrow {
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(125, 211, 252, 0.45);
    box-shadow: none;
    backdrop-filter: none;
    color: #bae6fd;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.page-id-467 .mits-page-hero h1 {
    max-width: 14ch;
    letter-spacing: -0.02em;
}

.page-id-467 .mits-page-hero h1 .accent {
    color: #7dd3fc;
}

.page-id-467 .mits-page-hero__card {
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 24px 48px rgba(2, 8, 23, 0.24);
    backdrop-filter: none;
}

.page-id-467 .mits-page-hero__card .mits-page-card__eyebrow {
    background: #0284c7;
    border-color: #0284c7;
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 900;
}

.page-id-467 .mits-page-hero__card h3 {
    display: grid;
    gap: 0.25rem;
    margin: 0 0 0.85rem;
    border: 1px solid #bae6fd;
    border-left: 6px solid #00aeef;
    border-radius: 8px;
    background: #f0f9ff;
    padding: 1rem 1.1rem;
    color: #020617;
    font-size: clamp(3.2rem, 5.5vw, 4.5rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-transform: none;
}

.page-id-467 .mits-page-hero__card h3::before {
    content: "Device Management";
    color: #0369a1;
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-id-467 .mits-page-hero__card h3::after {
    content: "per month";
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-id-467 .mits-page-hero__card::before,
.page-id-467 .mits-feature-card::before,
.page-id-467 .mits-proof-card::before,
.page-id-467 .mits-faq-item::before,
.page-id-467 .mits-contact-card::before {
    content: none;
}

.page-id-467 .mits-page-section {
    padding: 5.5rem 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.page-id-467 .mits-page-section--white,
.page-id-467 .mits-page-section--light,
.page-id-467 .mits-page-section--sky {
    background: #f8fafc;
    color: #0f172a;
}

.page-id-467 .mits-page-section--dark {
    background: #07111f;
    color: #ffffff;
}

.page-id-467 #mdm-features .mits-bg-video__video {
    opacity: 1;
    filter: saturate(1.05) contrast(1.08);
}

.page-id-467 #mdm-features .mits-bg-video::after {
    background: rgba(7, 17, 31, 0.3);
}

.page-id-467 .mits-page-heading {
    max-width: 48rem;
}

.page-id-467 .mits-page-heading h2 {
    letter-spacing: -0.015em;
}

.page-id-467 .mits-page-heading__eyebrow,
.page-id-467 .mits-feature-card__label,
.page-id-467 .mits-proof-card__label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.page-id-467 .mits-feature-grid,
.page-id-467 .mits-proof-grid,
.page-id-467 .mits-faq-grid {
    gap: 1rem;
}

.page-id-467 .mits-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-467 .mits-feature-card,
.page-id-467 .mits-proof-card,
.page-id-467 .mits-faq-item,
.page-id-467 .mits-story-panel,
.page-id-467 .mits-contact-card,
.page-id-467 .mits-cta-band,
.page-id-467 .mits-page-stack__item {
    border-radius: 8px;
    box-shadow: none;
}

.page-id-467 .mits-feature-card,
.page-id-467 .mits-proof-card,
.page-id-467 .mits-faq-item,
.page-id-467 .mits-contact-card,
.page-id-467 .mits-story-panel {
    background: #ffffff;
    border: 1px solid #dbe3ee;
}

.page-id-467 .mits-page-section--dark .mits-feature-card,
.page-id-467 .mits-page-section--dark .mits-proof-card,
.page-id-467 .mits-page-section--dark .mits-faq-item,
.page-id-467 .mits-page-section--dark .mits-story-panel,
.page-id-467 .mits-page-section--dark .mits-contact-card {
    background: #0d1a2b;
    border-color: rgba(148, 163, 184, 0.24);
}

.page-id-467 .mits-feature-card:hover,
.page-id-467 .mits-proof-card:hover,
.page-id-467 .mits-faq-item:hover,
.page-id-467 .mits-contact-card:hover {
    transform: translateY(-2px);
    border-color: rgba(14, 165, 233, 0.7);
    box-shadow: 0 12px 24px rgba(2, 8, 23, 0.08);
}

.page-id-467 .mits-page-section--dark .mits-feature-card:hover,
.page-id-467 .mits-page-section--dark .mits-proof-card:hover,
.page-id-467 .mits-page-section--dark .mits-faq-item:hover {
    box-shadow: 0 14px 28px rgba(2, 8, 23, 0.22);
}

.page-id-467 .mits-feature-card__icon,
.page-id-467 .mits-contact-card__icon,
.page-id-467 .mits-proof-card__icon,
.page-id-467 .mits-page-stack__item .material-icons {
    border-radius: 8px;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    color: #0284c7;
    box-shadow: none;
}

.page-id-467 .mits-page-section--dark .mits-feature-card__icon,
.page-id-467 .mits-page-section--dark .mits-contact-card__icon,
.page-id-467 .mits-page-section--dark .mits-proof-card__icon,
.page-id-467 .mits-page-section--dark .mits-page-stack__item .material-icons {
    background: rgba(14, 165, 233, 0.12);
    border-color: rgba(125, 211, 252, 0.24);
    color: #7dd3fc;
}

.page-id-467 .mits-proof-card {
    padding: 1.45rem;
}

.page-id-467 .mits-proof-card__top {
    position: static;
    margin-bottom: 1.2rem;
    right: auto;
}

.page-id-467 .mits-proof-card__label {
    min-height: 0;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    padding: 0.35rem 0.55rem;
    background: #f0f9ff;
    color: #0369a1;
    font-size: 0.72rem;
}

.page-id-467 .mits-page-section--dark .mits-proof-card__label {
    border-color: rgba(125, 211, 252, 0.24);
    background: rgba(14, 165, 233, 0.1);
    color: #bae6fd;
}

.page-id-467 .mits-story-panel {
    padding: 1.8rem;
}

.page-id-467 .mits-story-panel--image {
    background:
        linear-gradient(180deg, rgba(2, 8, 23, 0.08) 0%, rgba(2, 8, 23, 0.68) 100%),
        var(--mits-panel-image, #0d1a2b);
    background-size: cover;
    background-position: center;
}

.page-id-467 .mits-page-stack__item {
    background: transparent;
    border-color: rgba(148, 163, 184, 0.22);
}

.page-id-467 .mits-page-section--dark .mits-page-stack__item {
    border-color: rgba(148, 163, 184, 0.22);
}

.page-id-467 .mits-bullet-list li {
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    padding-top: 0.75rem;
}

.page-id-467 .mits-bullet-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.page-id-467 .mits-cta-band {
    background: #0d1a2b;
    border: 1px solid rgba(125, 211, 252, 0.22);
    color: #ffffff;
}

.page-id-467 .mits-cta-band p {
    color: rgba(226, 232, 240, 0.82);
}

.page-id-467 .mits-page-btn,
.page-id-467 .mits-page-btn:visited {
    border-radius: 8px;
}

.page-id-467 .mits-page-btn--primary,
.page-id-467 .mits-page-btn--primary:visited {
    box-shadow: none;
}

.page-id-467 .mits-page-btn--secondary,
.page-id-467 .mits-page-btn--secondary:visited {
    background: transparent;
}

@media (max-width: 900px) {
    .page-id-467 .mits-page-hero__grid,
    .page-id-467 .mits-proof-grid {
        grid-template-columns: 1fr;
    }

    .page-id-467 .mits-page-hero__card {
        order: 0;
    }
}

@media (max-width: 640px) {
    .page-id-467 .mits-page-section {
        padding: 4.25rem 1rem;
    }

    .page-id-467 .mits-page-hero {
        min-height: auto;
        padding: 7.5rem 1rem 4.25rem;
    }

    .page-id-467 .mits-page-hero__card,
    .page-id-467 .mits-feature-card,
    .page-id-467 .mits-proof-card,
    .page-id-467 .mits-faq-item,
    .page-id-467 .mits-story-panel,
    .page-id-467 .mits-cta-band {
        padding: 1.25rem;
    }
}

/* Repair page redesign: editable Elementor widgets, restrained cards, alternating bands */
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) h1,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) h2,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) h3,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-heading__eyebrow,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card__label,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card__label,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-repair-mini-item small,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-phone-route__aside small {
    text-transform: none;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section {
    padding: 5.75rem 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--white {
    background: #ffffff;
    color: #0f172a;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--light,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--sky {
    background: #f6f8fb;
    color: #0f172a;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark {
    background: #07111f;
    color: #ffffff;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--bgvideo {
    isolation: isolate;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-bg-video__video {
    opacity: 1;
    filter: saturate(1.02) contrast(1.04);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-bg-video::after {
    background: rgba(7, 17, 31, 0.30);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-heading {
    max-width: 54rem;
    margin-bottom: 2.6rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-heading--left {
    max-width: none;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-heading__eyebrow,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card__label,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card__label {
    letter-spacing: 0;
    text-transform: none;
    font-size: 0.86rem;
    font-weight: 700;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-heading__eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    color: #0369a1;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    padding: 0.45rem 0.65rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-page-heading__eyebrow {
    color: #bae6fd;
    background: rgba(14, 165, 233, 0.12);
    border-color: rgba(125, 211, 252, 0.28);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-heading h2 {
    letter-spacing: 0;
    text-transform: none;
    max-width: 22ch;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-heading:not(.mits-page-heading--left) h2 {
    margin-inline: auto;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-heading--left h2 {
    margin-inline: 0;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-heading p {
    max-width: 48rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-heading:not(.mits-page-heading--left) p {
    margin-inline: auto;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-page-heading p,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-feature-card p,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-proof-card p,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-faq-item p,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-story-panel p {
    color: rgba(226, 232, 240, 0.78);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-grid,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-grid,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-faq-grid {
    gap: 1rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-faq-item,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-story-panel,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-cta-band,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-stack__item {
    border-radius: 8px;
    box-shadow: none;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-faq-item,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-story-panel {
    background: #ffffff;
    border: 1px solid #d9e2ee;
    overflow: hidden;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-feature-card,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-proof-card,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-faq-item,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-story-panel {
    background: rgba(10, 24, 40, 0.86);
    border-color: rgba(148, 163, 184, 0.24);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card::before,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card::before,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-faq-item::before,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-story-panel::before {
    content: none;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card {
    padding: 1.45rem;
    border-top: 3px solid #00aeef;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card:nth-child(2) {
    border-top-color: #0f766e;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card:nth-child(3) {
    border-top-color: #334155;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card:nth-child(4) {
    border-top-color: #0284c7;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card__icon,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card__icon,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-stack__item .material-icons {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 8px;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    color: #0284c7;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-feature-card__icon,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-proof-card__icon,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-page-stack__item .material-icons {
    background: rgba(14, 165, 233, 0.12);
    border-color: rgba(125, 211, 252, 0.24);
    color: #7dd3fc;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card h3,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card h3,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-faq-item h3 {
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.25;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-cta-band h3 {
    text-transform: none;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card {
    padding: 1.45rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card__top {
    position: static;
    right: auto;
    display: flex;
    margin-bottom: 1.15rem;
    gap: 0.8rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card__label {
    min-height: 0;
    color: #0369a1;
    background: #f1f5f9;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    padding: 0.32rem 0.65rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-proof-card__label {
    color: #bae6fd;
    background: rgba(14, 165, 233, 0.1);
    border-color: rgba(125, 211, 252, 0.24);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-story-panel {
    padding: 1.65rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-stack {
    gap: 0.75rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-stack__item {
    background: transparent;
    border-color: rgba(148, 163, 184, 0.22);
    padding: 0.95rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-bullet-list {
    margin-top: 1.35rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-bullet-list li {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-bullet-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card:hover,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card:hover,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(14, 165, 233, 0.54);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-feature-card:hover,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-proof-card:hover,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section--dark .mits-faq-item:hover {
    box-shadow: 0 14px 30px rgba(2, 8, 23, 0.22);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-faq-item {
    padding: 1.35rem 1.45rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-cta-band {
    background: #07111f;
    border: 1px solid rgba(125, 211, 252, 0.22);
    color: #ffffff;
    padding: 1.6rem;
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-cta-band p {
    color: rgba(226, 232, 240, 0.8);
}

:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-btn,
:where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-btn:visited {
    border-radius: 8px;
    box-shadow: none;
}

@media (max-width: 1100px) {
    :where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    :where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-grid,
    :where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    :where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-page-section {
        padding: 4.25rem 1rem;
    }

    :where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-grid--four {
        grid-template-columns: 1fr;
    }

    :where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-feature-card,
    :where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-proof-card,
    :where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-faq-item,
    :where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-story-panel,
    :where(body.page-id-295, body.page-id-297, body.page-id-299, body.page-id-418) .mits-cta-band {
        padding: 1.2rem;
    }
}

/* Unique repair page layouts: bespoke Elementor-editable sections */
.mits-repair-bespoke {
    position: relative;
    overflow: hidden;
    padding: 5.75rem 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    color: #0f172a;
}

.mits-repair-bespoke--white {
    background: #ffffff;
}

.mits-repair-bespoke--light {
    background: #f5f7fb;
}

.mits-repair-bespoke--dark {
    background: #07111f;
    color: #ffffff;
}

.mits-repair-bespoke--bgvideo {
    isolation: isolate;
}

.mits-repair-bespoke--bgvideo .mits-bg-video__video {
    opacity: 1;
    filter: saturate(1.05) contrast(1.04);
}

.mits-repair-bespoke--bgvideo .mits-bg-video::after {
    background: rgba(7, 17, 31, 0.30);
}

.mits-repair-bespoke__container {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.mits-repair-heading {
    max-width: 48rem;
}

.mits-repair-heading--center {
    max-width: 56rem;
    margin: 0 auto 2.6rem;
    text-align: center;
}

.mits-repair-heading--left {
    margin-bottom: 2rem;
    text-align: left;
}

.mits-repair-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    margin-bottom: 0.9rem;
    padding: 0.42rem 0.68rem;
    border: 1px solid #cfe1ef;
    border-radius: 8px;
    background: #ffffff;
    color: #0369a1;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.mits-repair-bespoke--dark .mits-repair-heading__eyebrow {
    background: rgba(15, 23, 42, 0.68);
    border-color: rgba(125, 211, 252, 0.22);
    color: #bae6fd;
}

.mits-repair-heading__eyebrow .material-icons {
    font-size: 1.15rem;
}

.mits-repair-heading h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(2rem, 3vw, 3.4rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    text-wrap: balance;
}

.mits-repair-heading p {
    margin: 1rem 0 0;
    max-width: 43rem;
    color: #52627a;
    font-size: 1.06rem;
    line-height: 1.75;
}

.mits-repair-heading--center p {
    margin-inline: auto;
}

.mits-repair-bespoke--dark .mits-repair-heading p,
.mits-repair-bespoke--dark .mits-repair-mini-item p,
.mits-repair-bespoke--dark .mits-repair-notes li,
.mits-repair-bespoke--dark .mits-repair-media figcaption span {
    color: rgba(226, 232, 240, 0.78);
}

.mits-repair-media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #dbe5ef;
    border: 1px solid rgba(148, 163, 184, 0.34);
}

.mits-repair-media img {
    display: block;
    width: 100%;
    height: 100% !important;
    min-height: 18rem;
    object-fit: cover;
}

.mits-repair-media figcaption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
}

.mits-repair-media figcaption strong {
    flex: 0 0 auto;
    color: #00aeef;
    font-size: 0.82rem;
    letter-spacing: 0;
    text-transform: none;
}

.mits-repair-media figcaption span {
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.45;
}

.mits-repair-mini-item {
    position: relative;
    display: flex;
    gap: 1rem;
    min-width: 0;
    padding: 1.1rem;
    border-radius: 8px;
    border: 1px solid #d8e4ee;
    background: #ffffff;
    box-shadow: none;
}

.mits-repair-bespoke--dark .mits-repair-mini-item {
    background: rgba(10, 24, 40, 0.9);
    border-color: rgba(125, 211, 252, 0.18);
}

.mits-repair-mini-item > .material-icons {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid #c8dfed;
    border-radius: 8px;
    background: #eef8fd;
    color: #0284c7;
    font-size: 1.25rem;
}

.mits-repair-bespoke--dark .mits-repair-mini-item > .material-icons {
    background: rgba(14, 165, 233, 0.11);
    border-color: rgba(125, 211, 252, 0.22);
    color: #7dd3fc;
}

.mits-repair-mini-item small {
    display: block;
    margin-bottom: 0.2rem;
    color: #0369a1;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.mits-repair-bespoke--dark .mits-repair-mini-item small {
    color: #bae6fd;
}

.mits-repair-mini-item h3 {
    margin: 0;
    color: inherit;
    font-size: 1.05rem;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
}

.mits-repair-mini-item p {
    margin: 0.45rem 0 0;
    color: #56677d;
    font-size: 0.94rem;
    line-height: 1.62;
}

.mits-repair-mini-item em {
    display: inline-block;
    margin-top: 0.7rem;
    color: #0f766e;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
}

.mits-repair-notes {
    display: grid;
    gap: 0.7rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.mits-repair-notes li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: #475569;
    line-height: 1.6;
}

.mits-repair-notes .material-icons {
    margin-top: 0.12rem;
    color: #00aeef;
    font-size: 1.1rem;
}

/* Phone: image-led repair lab */
.mits-phone-lab {
    display: grid;
    grid-template-columns: minmax(330px, 0.95fr) minmax(0, 1.05fr);
    gap: 2.5rem;
    align-items: center;
}

.mits-phone-lab__media {
    align-self: stretch;
    height: auto;
    min-height: 34rem;
}

.mits-phone-lab__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.mits-phone-lab__grid .mits-repair-mini-item:nth-child(1) {
    transform: translateY(-0.7rem);
}

.mits-phone-lab__grid .mits-repair-mini-item:nth-child(4) {
    transform: translateY(0.7rem);
}

/* Phone: dark diagnostic route */
.mits-phone-route {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.1fr) minmax(240px, 0.52fr);
    gap: 1.3rem;
    align-items: start;
}

.mits-phone-route__list {
    display: grid;
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mits-phone-route__list li {
    display: grid;
    grid-template-columns: 3.2rem minmax(0, 1fr);
    gap: 0.8rem;
    align-items: stretch;
}

.mits-phone-route__step {
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(14, 165, 233, 0.14);
    border: 1px solid rgba(125, 211, 252, 0.22);
    color: #bae6fd;
    font-weight: 900;
}

.mits-phone-route__aside {
    min-height: 100%;
    padding: 1.25rem;
    border: 1px solid rgba(125, 211, 252, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.mits-phone-route__aside small {
    display: block;
    color: #bae6fd;
    font-weight: 800;
}

.mits-phone-route__aside strong {
    display: block;
    margin-top: 0.35rem;
    color: #ffffff;
    font-size: clamp(1.6rem, 3vw, 2.7rem);
    line-height: 1;
}

/* Phone: advice rows */
.mits-phone-clarity {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
    gap: 2rem;
    align-items: center;
}

.mits-phone-clarity__rows {
    display: grid;
    gap: 0.75rem;
}

.mits-phone-clarity__rows .mits-repair-mini-item {
    align-items: center;
    padding: 1rem 1.15rem;
    border-left: 4px solid #00aeef;
}

.mits-phone-clarity__rows .mits-repair-mini-item:nth-child(2) {
    border-left-color: #0f766e;
}

.mits-phone-clarity__rows .mits-repair-mini-item:nth-child(3) {
    border-left-color: #334155;
}

.mits-phone-clarity__media {
    aspect-ratio: 4 / 5;
}

.mits-phone-clarity > .mits-repair-notes {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0.8rem;
    border-top: 1px solid #d8e4ee;
}

/* Tablet: layered screen map */
.mits-tablet-layers {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    gap: 2.5rem;
    align-items: center;
}

.mits-tablet-layers__visual {
    display: grid;
    gap: 1rem;
}

.mits-tablet-layers__media {
    aspect-ratio: 4 / 5;
}

.mits-tablet-layers__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.mits-tablet-layers__badges span {
    padding: 0.78rem 0.9rem;
    border: 1px solid #d4e2ef;
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
    font-weight: 800;
    text-align: center;
}

.mits-tablet-layers__stack {
    display: grid;
    gap: 0.85rem;
}

.mits-tablet-layers__stack .mits-repair-mini-item {
    min-height: 7.5rem;
}

/* Tablet: wide service rail */
.mits-tablet-rail {
    display: grid;
    grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1.45fr);
    gap: 2rem;
    align-items: start;
}

.mits-tablet-rail__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.mits-tablet-rail__track .mits-repair-mini-item {
    min-height: 11rem;
    border-top: 3px solid rgba(125, 211, 252, 0.72);
}

.mits-tablet-rail > .mits-repair-notes {
    grid-column: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -0.8rem;
}

/* Tablet: concise care matrix */
.mits-tablet-matrix__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #d8e4ee;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.mits-tablet-matrix__grid .mits-repair-mini-item {
    border: 0;
    border-right: 1px solid #d8e4ee;
    border-bottom: 1px solid #d8e4ee;
    border-radius: 0;
}

.mits-tablet-matrix__grid .mits-repair-mini-item:nth-child(3n) {
    border-right: 0;
}

/* Computer: workshop navigation */
.mits-computer-workbench {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 2.2rem;
    align-items: stretch;
}

.mits-computer-workbench__media {
    align-self: stretch;
    height: auto;
    min-height: 34rem;
}

.mits-computer-workbench__body {
    align-self: center;
}

.mits-computer-workbench__nav {
    display: grid;
    gap: 0.7rem;
}

.mits-computer-workbench__nav .mits-repair-mini-item {
    padding: 1rem;
    border-left: 4px solid #00aeef;
}

.mits-computer-workbench__nav .mits-repair-mini-item:nth-child(2) {
    border-left-color: #64748b;
}

.mits-computer-workbench__nav .mits-repair-mini-item:nth-child(3) {
    border-left-color: #0f766e;
}

.mits-computer-workbench__nav .mits-repair-mini-item:nth-child(4) {
    border-left-color: #0284c7;
}

/* Computer: dark system map */
.mits-computer-map__board {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1040px;
    margin: 0 auto;
}

.mits-computer-map__core {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 2;
    width: 13rem;
    min-height: 8rem;
    display: grid;
    place-items: center;
    padding: 1rem;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(125, 211, 252, 0.28);
    border-radius: 8px;
    background: #07111f;
    text-align: center;
}

.mits-computer-map__core span {
    color: #bae6fd;
    font-size: 0.78rem;
    font-weight: 800;
}

.mits-computer-map__core strong {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.1;
}

.mits-computer-map__board .mits-repair-mini-item {
    min-height: 12rem;
    padding: 1.4rem;
}

.mits-computer-map__board .mits-repair-mini-item:nth-child(2),
.mits-computer-map__board .mits-repair-mini-item:nth-child(4) {
    padding-right: 6rem;
}

.mits-computer-map__board .mits-repair-mini-item:nth-child(3),
.mits-computer-map__board .mits-repair-mini-item:nth-child(5) {
    padding-left: 6rem;
}

/* Computer: data and liquid section */
.mits-computer-data {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 2rem;
    align-items: start;
}

.mits-computer-data__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.mits-computer-data__cards .mits-repair-mini-item {
    min-height: 11rem;
}

/* Console: service bay */
.mits-console-bay {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
    gap: 2.5rem;
    align-items: center;
}

.mits-console-bay__tickets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.mits-console-bay__tickets .mits-repair-mini-item {
    background: #ffffff;
}

.mits-console-bay__tickets .mits-repair-mini-item:nth-child(1),
.mits-console-bay__tickets .mits-repair-mini-item:nth-child(4) {
    transform: translateY(0.8rem);
}

.mits-console-bay__media {
    aspect-ratio: 4 / 5;
}

/* Console: thermal flow */
.mits-console-thermal {
    display: grid;
    gap: 2rem;
}

.mits-console-thermal__flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.mits-console-thermal__flow .mits-repair-mini-item {
    min-height: 14rem;
    align-content: start;
}

.mits-console-thermal__flow .mits-repair-mini-item::after {
    content: "";
    position: absolute;
    top: 1.25rem;
    right: -0.8rem;
    width: 0.8rem;
    height: 1px;
    background: rgba(125, 211, 252, 0.35);
}

.mits-console-thermal__flow .mits-repair-mini-item:last-child::after {
    content: none;
}

.mits-console-thermal > .mits-repair-notes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0.6rem;
    border-top: 1px solid rgba(125, 211, 252, 0.16);
}

/* Console: platform boards */
.mits-console-platforms__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mits-console-platforms__grid .mits-repair-mini-item {
    display: grid;
    min-height: 18rem;
    align-content: space-between;
    border-top: 4px solid #00aeef;
}

.mits-console-platforms__grid .mits-repair-mini-item:nth-child(2) {
    border-top-color: #0f766e;
}

.mits-console-platforms__grid .mits-repair-mini-item:nth-child(3) {
    border-top-color: #334155;
}

@media (max-width: 1100px) {
    .mits-phone-lab,
    .mits-phone-clarity,
    .mits-phone-route,
    .mits-tablet-layers,
    .mits-tablet-rail,
    .mits-computer-workbench,
    .mits-computer-data,
    .mits-console-bay {
        grid-template-columns: 1fr;
    }

    .mits-phone-route__aside,
    .mits-tablet-rail > .mits-repair-notes {
        grid-column: auto;
    }

    .mits-computer-map__core {
        position: static;
        width: auto;
        transform: none;
        grid-column: 1 / -1;
        order: -1;
    }

    .mits-computer-map__board .mits-repair-mini-item:nth-child(n) {
        padding: 1.2rem;
    }
}

@media (max-width: 820px) {
    .mits-repair-bespoke {
        padding: 4.5rem 1rem;
    }

    .mits-repair-heading h2 {
        font-size: clamp(2rem, 10vw, 3.1rem);
        line-height: 1.02;
    }

    .mits-phone-lab__grid,
    .mits-phone-clarity > .mits-repair-notes,
    .mits-tablet-rail__track,
    .mits-tablet-rail > .mits-repair-notes,
    .mits-computer-map__board,
    .mits-computer-data__cards,
    .mits-console-bay__tickets,
    .mits-console-thermal__flow,
    .mits-console-thermal > .mits-repair-notes,
    .mits-console-platforms__grid {
        grid-template-columns: 1fr;
    }

    .mits-tablet-matrix__grid {
        grid-template-columns: 1fr;
    }

    .mits-tablet-matrix__grid .mits-repair-mini-item:nth-child(n) {
        border-right: 0;
    }

    .mits-phone-lab__grid .mits-repair-mini-item:nth-child(n),
    .mits-console-bay__tickets .mits-repair-mini-item:nth-child(n) {
        transform: none;
    }

    .mits-phone-route__list li {
        grid-template-columns: 2.6rem minmax(0, 1fr);
    }

    .mits-console-thermal__flow .mits-repair-mini-item::after {
        content: none;
    }

    .mits-repair-media figcaption {
        position: static;
        display: grid;
        border-radius: 0;
        box-shadow: none;
    }
}


/* ============================================================
   MITS Quote Section widget ?????? generic styles (reusable widget)
   ============================================================ */

.mits-quote-section .mits-page-heading {
    text-align: center;
    margin-bottom: 2.5rem;
}

.mits-quote-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: stretch;
}

@media (min-width: 992px) {
    .mits-quote-grid {
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        gap: 3rem;
    }
}

.mits-quote-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mits-quote-photo {
    margin: 0 0 0.25rem 0;
    border-radius: 0.75rem;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #0f172a;
}

.mits-quote-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mits-quote-benefits-title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.01em;
}

.mits-page-section--dark .mits-quote-benefits-title {
    color: #ffffff;
}

.mits-quote-benefits-lead {
    font-size: 0.975rem;
    line-height: 1.65;
    color: #475569;
    margin: 0;
}

.mits-page-section--dark .mits-quote-benefits-lead {
    color: rgba(203, 213, 225, 0.85);
}

.mits-quote-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.25rem;
}

.mits-quote-benefit {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 0.95rem;
    align-items: start;
}

.mits-quote-benefit__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(0, 174, 239, 0.08);
    color: #0284c7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(0, 174, 239, 0.18);
}

.mits-quote-benefit__icon .material-icons {
    font-size: 20px;
}

.mits-page-section--dark .mits-quote-benefit__icon {
    background: rgba(56, 189, 248, 0.08);
    color: #7dd3fc;
    border-color: rgba(125, 211, 252, 0.20);
}

.mits-quote-benefit h4 {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.2rem 0;
    letter-spacing: -0.005em;
}

.mits-page-section--dark .mits-quote-benefit h4 {
    color: #ffffff;
}

.mits-quote-benefit p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #475569;
    margin: 0;
}

.mits-page-section--dark .mits-quote-benefit p {
    color: rgba(203, 213, 225, 0.78);
}

/* Form card ?????? flat, thin border, no glow */
.mits-quote-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.75rem;
    align-self: start;
}

@media (min-width: 768px) {
    .mits-quote-form-card {
        padding: 2.25rem;
    }
}

.mits-quote-form-card__header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
}

.mits-quote-form-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #0f172a;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mits-quote-form-card__icon .material-icons {
    font-size: 20px;
}

.mits-quote-form-card__header h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.1rem 0;
    letter-spacing: -0.01em;
}

.mits-quote-form-card__header p {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

.mits-quote-form-card .mits-repair-form {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border: 0;
}

/* ============================================================
   Websites & Digital Services page ?????? page-id-478
   Tailwind-style flat tech aesthetic. Aggressively overrides
   the default page-system "AI look": radial decorations on cards,
   gradient text, glow shadows, big radii are all neutralised.
   ============================================================ */

/* ----- Hero: flatten, hide info-card, single column layout ----- */

body.page-id-478 .mits-page-hero {
    padding-top: clamp(7rem, 11vw, 10rem);
    padding-bottom: clamp(5rem, 8vw, 7rem);
}

/* Kill the dual radial wash on the hero background */
body.page-id-478 .mits-page-hero::before {
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.78) 0%, rgba(15, 23, 42, 0.86) 100%);
}

/* Make the hero grid full-width single column when the right card is hidden */
body.page-id-478 .mits-page-hero__grid {
    grid-template-columns: 1fr;
    max-width: 60rem;
    align-items: start;
}

/* Hide the right info card entirely on this page */
body.page-id-478 .mits-page-hero__card {
    display: none;
}

/* Flatten the eyebrow chip ?????? no backdrop-filter blur or glassy effect */
body.page-id-478 .mits-page-hero__eyebrow {
    background: rgba(56, 189, 248, 0.10);
    border: 1px solid rgba(56, 189, 248, 0.25);
    backdrop-filter: none;
    color: #7dd3fc;
    border-radius: 6px;
    padding: 0.4rem 0.75rem;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
}

/* Solid accent (NO gradient text) */
body.page-id-478 .mits-page-hero h1 {
    max-width: 22ch;
    letter-spacing: -0.035em;
}

body.page-id-478 .mits-page-hero h1 .accent {
    background: none;
    -webkit-text-fill-color: #38bdf8;
    color: #38bdf8;
}

body.page-id-478 .mits-page-hero__lead {
    max-width: 42rem;
    font-size: 1.05rem;
    color: rgba(203, 213, 225, 0.85);
}

/* Buttons: kill the blue glow on primary, square corners more "tech" */
body.page-id-478 .mits-page-btn,
body.page-id-478 .mits-page-btn:visited {
    border-radius: 8px;
    min-height: 3rem;
    padding: 0.85rem 1.25rem;
    font-size: 0.95rem;
}

body.page-id-478 .mits-page-btn--primary,
body.page-id-478 .mits-page-btn--primary:visited {
    background: #00AEEF;
    box-shadow: none;
}

body.page-id-478 .mits-page-btn--primary:hover {
    background: #009bd4;
    transform: none;
}

body.page-id-478 .mits-page-btn--secondary,
body.page-id-478 .mits-page-btn--secondary:visited {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
}

body.page-id-478 .mits-page-btn--secondary:hover {
    border-color: rgba(56, 189, 248, 0.55);
    background: rgba(255, 255, 255, 0.04);
    transform: none;
}

body.page-id-478 .mits-page-btn:hover {
    transform: none;
}

/* Hero stat row ?????? repurpose .mits-page-hero__meta as a 4-up stat strip */
body.page-id-478 .mits-page-hero__meta {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
}

@media (min-width: 768px) {
    body.page-id-478 .mits-page-hero__meta {
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
    }
}

body.page-id-478 .mits-page-hero__meta span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0;
    color: rgba(241, 245, 249, 0.95);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    position: relative;
}

@media (min-width: 768px) {
    body.page-id-478 .mits-page-hero__meta span {
        padding: 0 1.25rem;
        border-left: 1px solid rgba(148, 163, 184, 0.18);
    }
    body.page-id-478 .mits-page-hero__meta span:first-child {
        padding-left: 0;
        border-left: 0;
    }
}

body.page-id-478 .mits-page-hero__meta span .material-icons {
    color: #38bdf8;
    font-size: 18px;
    background: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0;
}

/* Emphasise the first stat item (price) */
body.page-id-478 .mits-page-hero__meta span:first-child {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
}

body.page-id-478 .mits-page-hero__meta span:first-child .material-icons {
    color: #00AEEF;
}

/* ----- Sections: flatten section backgrounds (kill dark radial wash) ----- */

body.page-id-478 .mits-page-section {
    padding: clamp(4.5rem, 8vw, 7rem) 1.5rem;
}

body.page-id-478 .mits-page-section--light {
    background: #f8fafc;
}

body.page-id-478 .mits-page-section--sky {
    background: #f1f5f9;
}

body.page-id-478 .mits-page-section--white {
    background: #ffffff;
}

body.page-id-478 .mits-page-section--dark {
    background: #0b1220;
}

/* Subtle 1px section divider ?????? gives clean tech rhythm between sections */
body.page-id-478 .mits-page-section + .mits-page-section--white,
body.page-id-478 .mits-page-section + .mits-page-section--light,
body.page-id-478 .mits-page-section + .mits-page-section--sky {
    border-top: 1px solid #e2e8f0;
}

/* Particles video overlay ?????? keep within the 0.30 cap, solid not radial */
body.page-id-478 .mits-bg-video::after {
    background: linear-gradient(180deg, rgba(7, 17, 31, 0.28) 0%, rgba(7, 17, 31, 0.30) 100%);
}

/* ----- Headings: tighter, sharper typography ----- */

body.page-id-478 .mits-page-heading h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.85rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
    font-weight: 700;
    text-transform: none;
}

body.page-id-478 .mits-page-heading p {
    font-size: 1rem;
    color: #475569;
}

body.page-id-478 .mits-page-section--dark .mits-page-heading p {
    color: rgba(203, 213, 225, 0.78);
}

body.page-id-478 .mits-page-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.65rem;
    background: rgba(0, 174, 239, 0.08);
    border: 1px solid rgba(0, 174, 239, 0.18);
    border-radius: 6px;
    color: #0284c7;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}

body.page-id-478 .mits-page-section--dark .mits-page-heading__eyebrow {
    background: rgba(56, 189, 248, 0.10);
    border-color: rgba(125, 211, 252, 0.25);
    color: #7dd3fc;
}

/* ----- Cards: flat, thin border, kill radial ::before decoration ----- */

body.page-id-478 .mits-feature-card::before,
body.page-id-478 .mits-contact-card::before,
body.page-id-478 .mits-faq-item::before {
    content: none;
    display: none;
    background: none;
}

body.page-id-478 .mits-feature-card,
body.page-id-478 .mits-proof-card,
body.page-id-478 .mits-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.625rem;
    padding: 1.5rem;
    box-shadow: none;
    overflow: visible;
    transition: border-color 220ms ease, background-color 220ms ease;
}

body.page-id-478 .mits-feature-card:hover,
body.page-id-478 .mits-proof-card:hover,
body.page-id-478 .mits-faq-item:hover {
    border-color: #00AEEF;
    transform: none;
    box-shadow: none;
}

body.page-id-478 .mits-page-section--dark .mits-feature-card,
body.page-id-478 .mits-page-section--dark .mits-proof-card,
body.page-id-478 .mits-page-section--dark .mits-faq-item,
body.page-id-478 .mits-page-section--dark .mits-story-panel {
    background: rgba(15, 23, 42, 0.6);
    border-color: rgba(148, 163, 184, 0.14);
}

body.page-id-478 .mits-page-section--dark .mits-feature-card:hover,
body.page-id-478 .mits-page-section--dark .mits-proof-card:hover,
body.page-id-478 .mits-page-section--dark .mits-faq-item:hover {
    border-color: rgba(56, 189, 248, 0.55);
    background: rgba(15, 23, 42, 0.78);
}

/* ----- Card icons: flat blue chip, no gradient, no glow ----- */

body.page-id-478 .mits-feature-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(0, 174, 239, 0.10);
    color: #0284c7;
    border: 1px solid rgba(0, 174, 239, 0.20);
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

body.page-id-478 .mits-feature-card__icon .material-icons {
    color: inherit;
    background: none;
    box-shadow: none;
    font-size: 20px;
    width: auto;
    height: auto;
}

body.page-id-478 .mits-page-section--dark .mits-feature-card__icon {
    background: rgba(56, 189, 248, 0.10);
    color: #7dd3fc;
    border-color: rgba(125, 211, 252, 0.22);
}

/* Card titles ?????? sharper, smaller, more tech */
body.page-id-478 .mits-feature-card h3,
body.page-id-478 .mits-proof-card h3,
body.page-id-478 .mits-faq-item h3 {
    font-size: 1.05rem;
    line-height: 1.3;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.005em;
    text-transform: none;
}

body.page-id-478 .mits-page-section--dark .mits-feature-card h3,
body.page-id-478 .mits-page-section--dark .mits-proof-card h3,
body.page-id-478 .mits-page-section--dark .mits-faq-item h3 {
    color: #ffffff;
}

body.page-id-478 .mits-feature-card p,
body.page-id-478 .mits-proof-card p,
body.page-id-478 .mits-faq-item p {
    font-size: 0.925rem;
    line-height: 1.55;
    color: #475569;
    margin: 0;
}

body.page-id-478 .mits-feature-card__label {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #64748b;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

body.page-id-478 .mits-page-section--dark .mits-feature-card__label {
    color: #94a3b8;
}

/* ----- Proof grid: numbered cards, clean ----- */

body.page-id-478 .mits-proof-card__top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

body.page-id-478 .mits-proof-card .mits-proof-card__icon,
body.page-id-478 .mits-proof-card .mits-feature-card__icon {
    margin-bottom: 0;
}

/* ----- Story panels & split-panels: flat, no decoration ----- */

body.page-id-478 .mits-story-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.625rem;
    padding: 1.75rem;
    box-shadow: none;
    overflow: visible;
}

body.page-id-478 .mits-story-panel::before {
    content: none;
    display: none;
}

/* ----- Page-stack items (used in split-panels right column) ----- */

body.page-id-478 .mits-page-stack__item {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0.5rem 0;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 0.85rem;
}

body.page-id-478 .mits-page-stack__item .material-icons {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(0, 174, 239, 0.10);
    color: #0284c7;
    border: 1px solid rgba(0, 174, 239, 0.18);
    box-shadow: none;
    font-size: 18px;
}

body.page-id-478 .mits-page-section--dark .mits-page-stack__item .material-icons {
    background: rgba(56, 189, 248, 0.10);
    color: #7dd3fc;
    border-color: rgba(125, 211, 252, 0.22);
}

body.page-id-478 .mits-page-stack__item strong {
    font-weight: 600;
    color: #0f172a;
    text-transform: none;
    font-size: 0.975rem;
}

body.page-id-478 .mits-page-section--dark .mits-page-stack__item strong {
    color: #ffffff;
}

body.page-id-478 .mits-page-stack__item span:last-child {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.55;
}

body.page-id-478 .mits-page-section--dark .mits-page-stack__item span:last-child {
    color: rgba(203, 213, 225, 0.78);
}

/* ----- Bullet list (split-panels left column) ----- */

body.page-id-478 .mits-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

body.page-id-478 .mits-bullet-list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 0.75rem;
    align-items: start;
}

body.page-id-478 .mits-bullet-list li .material-icons {
    color: #00AEEF;
    font-size: 20px;
    margin-top: 0.05rem;
}

body.page-id-478 .mits-bullet-list li span:last-child {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.55;
}

body.page-id-478 .mits-page-section--dark .mits-bullet-list li .material-icons {
    color: #38bdf8;
}

body.page-id-478 .mits-page-section--dark .mits-bullet-list li span:last-child {
    color: rgba(203, 213, 225, 0.85);
}

/* ----- FAQ items: stack of clean rows with thin dividers ----- */

body.page-id-478 .mits-faq-item {
    padding: 1.5rem;
}

body.page-id-478 .mits-faq-item h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.55rem;
}

/* ----- CTA band: flat, no gradient ----- */

body.page-id-478 section.mits-cta-band,
body.page-id-478 .mits-cta-band {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

body.page-id-478 .mits-cta-band h2,
body.page-id-478 section.mits-cta-band h2 {
    color: #0f172a;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: none;
}

body.page-id-478 .mits-cta-band p {
    color: #475569;
}

/* ----- Quote section form card (the bottom form) ----- */

body.page-id-478 .mits-quote-form-card {
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: none;
}

body.page-id-478 .mits-quote-form-card .mits-btn--primary {
    width: 100%;
    justify-content: center;
}

/* ----- Title Case safeguard: never auto-capitalize headings on this page ----- */

body.page-id-478 .mits-page-section h1,
body.page-id-478 .mits-page-section h2,
body.page-id-478 .mits-page-section h3,
body.page-id-478 .mits-page-section h4,
body.page-id-478 .mits-feature-card__label,
body.page-id-478 .mits-page-heading__eyebrow,
body.page-id-478 .mits-page-card__eyebrow,
body.page-id-478 .mits-page-hero__eyebrow {
    text-transform: none;
}

body.page-id-478 .mits-page-heading__eyebrow,
body.page-id-478 .mits-page-hero__eyebrow {
    text-transform: uppercase;
}

/* ----- Subtle, single section-entry animation (no staggered card delays) ----- */

@media (prefers-reduced-motion: no-preference) {
    @keyframes mits-w-fade {
        from { opacity: 0; transform: translateY(16px); }
        to   { opacity: 1; transform: translateY(0); }
    }

    @supports (animation-timeline: view()) {
        body.page-id-478 .mits-page-heading,
        body.page-id-478 .mits-feature-grid,
        body.page-id-478 .mits-proof-grid,
        body.page-id-478 .mits-faq-grid,
        body.page-id-478 .mits-split,
        body.page-id-478 .mits-story,
        body.page-id-478 .mits-quote-grid {
            animation: mits-w-fade 600ms cubic-bezier(0.16, 1, 0.3, 1) both;
            animation-timeline: view();
            animation-range: entry 0% cover 25%;
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-id-478 * {
        animation: none !important;
        transition: none !important;
    }
}

/* ============================================================
   Websites page rebuild - page-specific Elementor widgets
   Crisp conversion-led layout, no radial gradients.
   ============================================================ */

body.page-id-478 .mits-websites-section,
body.page-id-478 .mits-websites-section * {
    box-sizing: border-box;
}

body.page-id-478 .mits-websites-section {
    position: relative;
    overflow: hidden;
    padding: 4.75rem 1.25rem;
    color: #102033;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    body.page-id-478 .mits-websites-section {
        padding: 6rem 1.5rem;
    }
}

@media (min-width: 1180px) {
    body.page-id-478 .mits-websites-section {
        padding: 7rem 2rem;
    }
}

body.page-id-478 .mits-websites-container {
    position: relative;
    z-index: 2;
    width: min(100%, 1180px);
    margin: 0 auto;
}

body.page-id-478 .mits-websites-section--white {
    background: #ffffff;
}

body.page-id-478 .mits-websites-section--light {
    background-color: #f5f8fb;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
}

body.page-id-478 .mits-websites-section--dark,
body.page-id-478 .mits-websites-section--ink {
    background: #07111f;
    color: #ffffff;
}

body.page-id-478 .mits-websites-section--blue {
    background: #072033;
    color: #ffffff;
}

body.page-id-478 .mits-websites-heading {
    max-width: 48rem;
}

body.page-id-478 .mits-websites-heading h1,
body.page-id-478 .mits-websites-heading h2 {
    margin: 0;
    color: #07111f;
    font-size: 2.15rem;
    line-height: 1.08;
    font-weight: 760;
    letter-spacing: 0;
    text-transform: none;
}

body.page-id-478 .mits-websites-heading h1 {
    color: #ffffff;
    font-size: 3.05rem;
    max-width: 12ch;
}

@media (min-width: 768px) {
    body.page-id-478 .mits-websites-heading h1 {
        font-size: 4.25rem;
    }

    body.page-id-478 .mits-websites-heading h2 {
        font-size: 3rem;
    }
}

body.page-id-478 .mits-websites-section--dark .mits-websites-heading h2,
body.page-id-478 .mits-websites-section--ink .mits-websites-heading h2,
body.page-id-478 .mits-websites-section--blue .mits-websites-heading h2 {
    color: #ffffff;
}

body.page-id-478 .mits-websites-heading p {
    margin: 1.15rem 0 0;
    max-width: 42rem;
    color: #506176;
    font-size: 1.04rem;
    line-height: 1.72;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-heading p,
body.page-id-478 .mits-websites-section--ink .mits-websites-heading p,
body.page-id-478 .mits-websites-section--blue .mits-websites-heading p {
    color: rgba(226, 232, 240, 0.82);
}

body.page-id-478 .mits-websites-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    margin-bottom: 1rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(0, 174, 239, 0.24);
    border-radius: 0.5rem;
    background: rgba(0, 174, 239, 0.08);
    color: #027fb0;
    font-size: 0.82rem;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
}

body.page-id-478 .mits-websites-eyebrow .material-icons {
    font-size: 1.05rem;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-eyebrow,
body.page-id-478 .mits-websites-section--ink .mits-websites-eyebrow,
body.page-id-478 .mits-websites-section--blue .mits-websites-eyebrow {
    background: rgba(0, 174, 239, 0.13);
    border-color: rgba(125, 211, 252, 0.27);
    color: #8bdfff;
}

body.page-id-478 .mits-websites-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

body.page-id-478 .mits-websites-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(4, 13, 29, 0.18);
}

body.page-id-478 .mits-websites-video__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

body.page-id-478 .mits-websites-hero .mits-websites-video::after {
    background: transparent;
}

body.page-id-478 .mits-websites-packages .mits-websites-video::after,
body.page-id-478 .mits-websites-faq .mits-websites-video::after {
    background: rgba(4, 13, 29, 0.24);
}

body.page-id-478 .mits-websites-service-matrix--shape-dividers {
    padding-top: clamp(6.5rem, 9vw, 8rem);
    padding-bottom: clamp(8.5rem, 11vw, 10rem);
}

body.page-id-478 .mits-websites-services-top-divider,
body.page-id-478 .mits-websites-services-bottom-divider {
    position: absolute;
    left: 50%;
    z-index: 6;
    width: 100%;
    height: 4rem;
    pointer-events: none;
    line-height: 0;
}

body.page-id-478 .mits-websites-services-top-divider {
    top: 0;
    transform: translateX(-50%);
}

body.page-id-478 .mits-websites-services-bottom-divider {
    bottom: 0;
    transform: translateX(-50%) scaleX(-1);
}

body.page-id-478 .mits-websites-services-top-divider__svg,
body.page-id-478 .mits-websites-services-bottom-divider__svg {
    display: block;
    width: 100%;
    height: 100%;
}

body.page-id-478 .mits-websites-services-top-divider__svg {
    transform: scaleY(-1);
    transform-origin: center;
}

body.page-id-478 .mits-websites-services-top-divider__base {
    fill: #ffffff;
}

body.page-id-478 .mits-websites-services-bottom-divider__base {
    fill: #f5f8fb;
}

body.page-id-478 .mits-websites-services-top-divider__accent,
body.page-id-478 .mits-websites-services-bottom-divider__accent {
    fill: #00aeef;
}

@media (max-width: 767px) {
    body.page-id-478 .mits-websites-service-matrix--shape-dividers {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }

    body.page-id-478 .mits-websites-services-top-divider,
    body.page-id-478 .mits-websites-services-bottom-divider {
        height: 3.5rem;
    }
}

body.page-id-478 .mits-websites-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--mits-websites-delay, 0ms);
}

body.page-id-478 .mits-websites-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.page-id-478 .mits-websites-btn,
body.page-id-478 .mits-websites-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.86rem 1.15rem;
    border-radius: 0.5rem;
    font-weight: 800;
    font-size: 0.96rem;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

body.page-id-478 .mits-websites-btn .material-icons {
    font-size: 1.1rem;
}

body.page-id-478 .mits-websites-btn--primary,
body.page-id-478 .mits-websites-btn--primary:visited {
    background: #00aeef;
    color: #ffffff;
    border: 1px solid #00aeef;
    box-shadow: 0 16px 32px rgba(0, 174, 239, 0.2);
}

body.page-id-478 .mits-websites-btn--primary:hover {
    background: #37c7ff;
    border-color: #37c7ff;
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(0, 174, 239, 0.28);
    transform: translateY(-1px);
}

body.page-id-478 .mits-websites-btn--ghost,
body.page-id-478 .mits-websites-btn--ghost:visited {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

body.page-id-478 .mits-websites-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(125, 211, 252, 0.55);
    color: #ffffff;
    transform: translateY(-1px);
}

body.page-id-478 .mits-websites-hero {
    min-height: 46rem;
    padding-top: 8.5rem;
    padding-bottom: 5.5rem;
    background: #07111f;
}

@media (min-width: 980px) {
    body.page-id-478 .mits-websites-hero {
        min-height: 50rem;
        padding-top: 10rem;
        padding-bottom: 7rem;
    }
}

body.page-id-478 .mits-websites-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.32;
    filter: saturate(0.95) contrast(1.05);
}

body.page-id-478 .mits-websites-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(4, 13, 29, 0.24);
}

body.page-id-478 .mits-websites-hero__grid {
    display: grid;
    gap: 2rem;
    align-items: stretch;
}

@media (min-width: 980px) {
    body.page-id-478 .mits-websites-hero__grid {
        grid-template-columns: minmax(0, 1.03fr) minmax(22rem, 0.78fr);
        gap: 4.5rem;
    }
}

body.page-id-478 .mits-websites-hero__copy {
    max-width: 48rem;
    padding: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 0.75rem;
    background: rgba(3, 13, 27, 0.48);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.page-id-478 .mits-websites-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

body.page-id-478 .mits-websites-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 2rem;
    max-width: 45rem;
}

@media (min-width: 620px) {
    body.page-id-478 .mits-websites-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body.page-id-478 .mits-websites-trust span {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.5rem;
    background: rgba(15, 23, 42, 0.55);
    color: rgba(241, 245, 249, 0.92);
    font-weight: 700;
    line-height: 1.35;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body.page-id-478 .mits-websites-trust span:hover {
    border-color: rgba(125, 211, 252, 0.42);
    background: rgba(15, 23, 42, 0.72);
    transform: translateY(-1px);
}

body.page-id-478 .mits-websites-trust .material-icons {
    color: #00aeef;
    font-size: 1.15rem;
}

body.page-id-478 .mits-websites-hero-panel {
    background: rgba(3, 13, 27, 0.78);
    color: #ffffff;
    border: 0;
    border-radius: 0.75rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    backdrop-filter: blur(6px);
}

body.page-id-478 .mits-websites-hero-panel__image {
    margin: 0;
    aspect-ratio: 16 / 9;
    background: #061425;
    border-bottom: 1px solid rgba(125, 211, 252, 0.18);
}

body.page-id-478 .mits-websites-hero-panel__image img,
body.page-id-478 .mits-websites-process__image img,
body.page-id-478 .mits-websites-growth__image img,
body.page-id-478 .mits-websites-quote-card figure img,
body.page-id-478 .mits-websites-service figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-id-478 .mits-websites-hero-panel__body {
    padding: 1.25rem;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

@media (min-width: 768px) {
    body.page-id-478 .mits-websites-hero-panel__body {
        padding: 1.5rem;
    }
}

body.page-id-478 .mits-websites-panel-kicker,
body.page-id-478 .mits-websites-package__tag {
    display: inline-flex;
    margin: 0 0 0.75rem;
    color: #027fb0;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
}

body.page-id-478 .mits-websites-hero-panel h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.62rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

body.page-id-478 .mits-websites-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1.25rem;
    border: 0;
}

body.page-id-478 .mits-websites-hero-stats div {
    padding: 0.85rem 0.65rem;
    border: 1px solid rgba(125, 211, 252, 0.18);
    border-radius: 0.5rem;
    background: rgba(0, 174, 239, 0.1);
}

body.page-id-478 .mits-websites-hero-stats strong {
    display: block;
    color: #7dd3fc;
    font-size: 1.18rem;
    line-height: 1;
}

body.page-id-478 .mits-websites-hero-stats span {
    display: block;
    margin-top: 0.35rem;
    color: rgba(226, 232, 240, 0.76);
    font-size: 0.76rem;
    line-height: 1.25;
    font-weight: 700;
}

body.page-id-478 .mits-websites-stack {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.15rem;
    flex: 1 1 auto;
    align-content: end;
}

body.page-id-478 .mits-websites-stack__item {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    min-height: 3rem;
    padding: 0.65rem;
    border: 1px solid rgba(125, 211, 252, 0.16);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.055);
    color: #ffffff;
    font-weight: 750;
}

body.page-id-478 .mits-websites-stack__item .material-icons {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 174, 239, 0.24);
    border-radius: 0.45rem;
    background: rgba(0, 174, 239, 0.16);
    color: #7dd3fc;
    font-size: 1.05rem;
}

body.page-id-478 .mits-websites-conversion__grid,
body.page-id-478 .mits-websites-growth__grid,
body.page-id-478 .mits-websites-faq__grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 980px) {
    body.page-id-478 .mits-websites-conversion__grid,
    body.page-id-478 .mits-websites-growth__grid,
    body.page-id-478 .mits-websites-faq__grid {
        grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.28fr);
        gap: 4rem;
        align-items: start;
    }
}

body.page-id-478 .mits-websites-conversion__cards {
    display: grid;
    gap: 0.75rem;
}

body.page-id-478 .mits-websites-principle {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid #dbe3ec;
    border-radius: 0.625rem;
    background: #ffffff;
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

body.page-id-478 .mits-websites-principle:hover {
    border-color: rgba(0, 174, 239, 0.34);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

@media (min-width: 760px) {
    body.page-id-478 .mits-websites-conversion__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body.page-id-478 .mits-websites-principle__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body.page-id-478 .mits-websites-principle__top .material-icons,
body.page-id-478 .mits-websites-service__meta .material-icons,
body.page-id-478 .mits-websites-channel > .material-icons,
body.page-id-478 .mits-websites-quote-benefit > .material-icons {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(0, 174, 239, 0.24);
    border-radius: 0.5rem;
    background: rgba(0, 174, 239, 0.08);
    color: #027fb0;
    font-size: 1.2rem;
}

body.page-id-478 .mits-websites-principle__top span {
    color: #9aa8b7;
    font-size: 1.1rem;
    font-weight: 850;
}

body.page-id-478 .mits-websites-principle h3,
body.page-id-478 .mits-websites-service h3,
body.page-id-478 .mits-websites-package h3,
body.page-id-478 .mits-websites-channel h3,
body.page-id-478 .mits-websites-faq-item h3,
body.page-id-478 .mits-websites-quote-benefit h3,
body.page-id-478 .mits-websites-form-card__header h3 {
    margin: 0;
    color: #07111f;
    font-size: 1.05rem;
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

body.page-id-478 .mits-websites-principle p,
body.page-id-478 .mits-websites-service p,
body.page-id-478 .mits-websites-package p,
body.page-id-478 .mits-websites-channel p,
body.page-id-478 .mits-websites-faq-item p,
body.page-id-478 .mits-websites-quote-benefit p,
body.page-id-478 .mits-websites-form-card__header p {
    margin: 0.45rem 0 0;
    color: #506176;
    font-size: 0.94rem;
    line-height: 1.6;
}

body.page-id-478 .mits-websites-services {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2.4rem;
}

@media (min-width: 760px) {
    body.page-id-478 .mits-websites-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    body.page-id-478 .mits-websites-services {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.page-id-478 .mits-websites-service.is-wide {
        grid-column: span 2;
    }
}

body.page-id-478 .mits-websites-service {
    min-height: 15.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #dbe3ec;
    border-radius: 0.75rem;
    background: #ffffff;
    overflow: hidden;
    transition: border-color 200ms ease, transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

body.page-id-478 .mits-websites-service:hover {
    border-color: rgba(0, 174, 239, 0.6);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}

body.page-id-478 .mits-websites-section--dark .mits-websites-services {
    align-items: stretch;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-service {
    border-color: rgba(125, 211, 252, 0.24);
    background: rgba(7, 17, 31, 0.9);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

body.page-id-478 .mits-websites-section--dark .mits-websites-service::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    height: 3px;
    background: #00aeef;
    opacity: 0.74;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-service:hover {
    background: rgba(9, 24, 43, 0.96);
    border-color: rgba(125, 211, 252, 0.46);
}

body.page-id-478 .mits-websites-service--blue {
    background: #006f9f;
    border-color: rgba(125, 211, 252, 0.35);
    color: #ffffff;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-service--blue {
    background: rgba(8, 22, 39, 0.94);
    border-color: rgba(125, 211, 252, 0.34);
}

body.page-id-478 .mits-websites-service--ink {
    background: #07111f;
    border-color: rgba(125, 211, 252, 0.2);
    color: #ffffff;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-service--ink {
    background: rgba(5, 15, 30, 0.94);
}

body.page-id-478 .mits-websites-service--outline {
    background: rgba(0, 174, 239, 0.08);
    border-color: rgba(125, 211, 252, 0.3);
    color: #ffffff;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-service--outline {
    background: rgba(8, 20, 36, 0.88);
    border-color: rgba(125, 211, 252, 0.32);
}

body.page-id-478 .mits-websites-section--dark .mits-websites-service--light {
    background: rgba(7, 17, 31, 0.86);
    border-color: rgba(125, 211, 252, 0.22);
    color: #ffffff;
}

body.page-id-478 .mits-websites-service--blue h3,
body.page-id-478 .mits-websites-service--ink h3,
body.page-id-478 .mits-websites-service--outline h3,
body.page-id-478 .mits-websites-section--dark .mits-websites-service--light h3,
body.page-id-478 .mits-websites-service--blue p,
body.page-id-478 .mits-websites-service--ink p,
body.page-id-478 .mits-websites-service--outline p,
body.page-id-478 .mits-websites-section--dark .mits-websites-service--light p {
    color: #ffffff;
}

body.page-id-478 .mits-websites-service--blue p,
body.page-id-478 .mits-websites-service--ink p,
body.page-id-478 .mits-websites-service--outline p,
body.page-id-478 .mits-websites-section--dark .mits-websites-service--light p {
    color: rgba(241, 245, 249, 0.82);
}

body.page-id-478 .mits-websites-service--blue .mits-websites-service__meta,
body.page-id-478 .mits-websites-service--ink .mits-websites-service__meta,
body.page-id-478 .mits-websites-service--outline .mits-websites-service__meta,
body.page-id-478 .mits-websites-section--dark .mits-websites-service--light .mits-websites-service__meta {
    color: rgba(241, 245, 249, 0.9);
}

body.page-id-478 .mits-websites-service--blue .mits-websites-service__meta .material-icons,
body.page-id-478 .mits-websites-service--ink .mits-websites-service__meta .material-icons,
body.page-id-478 .mits-websites-service--outline .mits-websites-service__meta .material-icons,
body.page-id-478 .mits-websites-section--dark .mits-websites-service--light .mits-websites-service__meta .material-icons {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

body.page-id-478 .mits-websites-service figure {
    margin: 0;
    aspect-ratio: 16 / 8;
    background: #dbeafe;
    overflow: hidden;
}

body.page-id-478 .mits-websites-service figure img,
body.page-id-478 .mits-websites-process__image img,
body.page-id-478 .mits-websites-growth__image img,
body.page-id-478 .mits-websites-quote-card figure img {
    transition: transform 420ms ease, filter 420ms ease;
}

body.page-id-478 .mits-websites-service:hover figure img,
body.page-id-478 .mits-websites-process__image:hover img,
body.page-id-478 .mits-websites-growth__image:hover img,
body.page-id-478 .mits-websites-quote-card:hover figure img {
    filter: saturate(1.05) contrast(1.04);
    transform: scale(1.035);
}

body.page-id-478 .mits-websites-service__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem;
}

body.page-id-478 .mits-websites-service__meta {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    color: #506176;
    font-weight: 800;
    font-size: 0.86rem;
}

body.page-id-478 .mits-websites-service__meta .material-icons {
    width: 2rem;
    height: 2rem;
    font-size: 1.05rem;
}

body.page-id-478 .mits-websites-process {
    background: #07111f;
}

body.page-id-478 .mits-websites-process.mits-websites-section--light {
    background-color: #f5f8fb;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
}

body.page-id-478 .mits-websites-process__grid {
    display: grid;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 980px) {
    body.page-id-478 .mits-websites-process__grid {
        grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
        gap: 4rem;
    }
}

body.page-id-478 .mits-websites-process__image,
body.page-id-478 .mits-websites-growth__image,
body.page-id-478 .mits-websites-quote-card figure {
    margin: 2rem 0 0;
    aspect-ratio: 4 / 3;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
}

body.page-id-478 .mits-websites-roadmap {
    display: grid;
    gap: 0.85rem;
}

body.page-id-478 .mits-websites-roadmap__step {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.65rem;
    background: rgba(15, 23, 42, 0.62);
    transition: transform 200ms ease, border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

body.page-id-478 .mits-websites-roadmap__step:hover {
    border-color: rgba(0, 174, 239, 0.34);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
    transform: translateX(4px);
}

body.page-id-478 .mits-websites-section--light .mits-websites-roadmap__step {
    background: #ffffff;
    border-color: #dbe3ec;
}

body.page-id-478 .mits-websites-roadmap__step > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.5rem;
    background: #00aeef;
    color: #03111f;
    font-weight: 900;
}

body.page-id-478 .mits-websites-roadmap__step h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.08rem;
    line-height: 1.3;
}

body.page-id-478 .mits-websites-section--light .mits-websites-roadmap__step h3 {
    color: #07111f;
}

body.page-id-478 .mits-websites-roadmap__step p {
    margin: 0.35rem 0 0;
    color: rgba(226, 232, 240, 0.78);
    line-height: 1.58;
}

body.page-id-478 .mits-websites-section--light .mits-websites-roadmap__step p {
    color: #506176;
}

body.page-id-478 .mits-websites-packages__grid {
    display: grid;
    gap: 1rem;
    margin-top: 2.4rem;
}

@media (min-width: 900px) {
    body.page-id-478 .mits-websites-packages__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

body.page-id-478 .mits-websites-package {
    min-height: 26rem;
    padding: 1.35rem;
    border: 1px solid #dbe3ec;
    border-radius: 0.75rem;
    background: #ffffff;
    transition: transform 200ms ease, border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

body.page-id-478 .mits-websites-package:hover {
    border-color: rgba(125, 211, 252, 0.4);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
}

body.page-id-478 .mits-websites-package strong {
    display: block;
    margin-top: 1.1rem;
    color: #00aeef;
    font-size: 1.7rem;
    line-height: 1.1;
}

body.page-id-478 .mits-websites-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

body.page-id-478 .mits-websites-list li {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.6rem;
    align-items: start;
    color: #3d4f63;
    font-size: 0.92rem;
    line-height: 1.45;
}

body.page-id-478 .mits-websites-list .material-icons {
    color: #00aeef;
    font-size: 1.05rem;
    margin-top: 0.1rem;
}

body.page-id-478 .mits-websites-service .mits-websites-list {
    margin-top: 1rem;
    gap: 0.5rem;
}

body.page-id-478 .mits-websites-service .mits-websites-list li {
    font-size: 0.84rem;
}

body.page-id-478 .mits-websites-service--blue .mits-websites-list li,
body.page-id-478 .mits-websites-service--ink .mits-websites-list li,
body.page-id-478 .mits-websites-service--outline .mits-websites-list li,
body.page-id-478 .mits-websites-section--dark .mits-websites-service--light .mits-websites-list li {
    color: rgba(241, 245, 249, 0.9);
}

body.page-id-478 .mits-websites-service--blue .mits-websites-list .material-icons,
body.page-id-478 .mits-websites-service--ink .mits-websites-list .material-icons,
body.page-id-478 .mits-websites-service--outline .mits-websites-list .material-icons,
body.page-id-478 .mits-websites-section--dark .mits-websites-service--light .mits-websites-list .material-icons {
    color: #7dd3fc;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-package,
body.page-id-478 .mits-websites-section--dark .mits-websites-faq-item {
    background: rgba(15, 23, 42, 0.78);
    border-color: rgba(125, 211, 252, 0.18);
    backdrop-filter: blur(5px);
}

body.page-id-478 .mits-websites-section--dark .mits-websites-package:nth-child(2) {
    background: rgba(0, 111, 159, 0.88);
    border-color: rgba(125, 211, 252, 0.35);
}

body.page-id-478 .mits-websites-section--dark .mits-websites-package h3,
body.page-id-478 .mits-websites-section--dark .mits-websites-faq-item h3 {
    color: #ffffff;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-package p,
body.page-id-478 .mits-websites-section--dark .mits-websites-faq-item p,
body.page-id-478 .mits-websites-section--dark .mits-websites-list li {
    color: rgba(226, 232, 240, 0.82);
}

body.page-id-478 .mits-websites-section--dark .mits-websites-package strong {
    color: #7dd3fc;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-package__tag {
    color: #7dd3fc;
}

body.page-id-478 .mits-websites-section--dark .mits-websites-package:nth-child(2) strong,
body.page-id-478 .mits-websites-section--dark .mits-websites-package:nth-child(2) .mits-websites-package__tag {
    color: #ffffff;
}

body.page-id-478 .mits-websites-growth__image {
    border-color: #dbe3ec;
}

body.page-id-478 .mits-websites-channels {
    display: grid;
    gap: 0.85rem;
}

body.page-id-478 .mits-websites-channel {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #dbe3ec;
    border-radius: 0.65rem;
    background: #ffffff;
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

body.page-id-478 .mits-websites-channel:hover {
    border-color: rgba(0, 174, 239, 0.34);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    transform: translateX(4px);
}

body.page-id-478 .mits-websites-faq-list {
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 760px) {
    body.page-id-478 .mits-websites-faq-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body.page-id-478 .mits-websites-faq-item {
    padding: 1.15rem;
    border: 1px solid #dbe3ec;
    border-radius: 0.65rem;
    background: #ffffff;
    transition: transform 200ms ease, border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

body.page-id-478 .mits-websites-faq-item:hover {
    border-color: rgba(125, 211, 252, 0.4);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
    transform: translateY(-2px);
}

body.page-id-478 .mits-websites-quote__grid {
    display: grid;
    gap: 1.25rem;
    margin-top: 2.3rem;
    align-items: start;
}

@media (min-width: 980px) {
    body.page-id-478 .mits-websites-quote__grid {
        grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
        gap: 2rem;
    }
}

body.page-id-478 .mits-websites-quote-card,
body.page-id-478 .mits-websites-form-card {
    border: 1px solid #dbe3ec;
    border-radius: 0.75rem;
    background: #ffffff;
    overflow: hidden;
}

body.page-id-478 .mits-websites-quote-card figure {
    margin: 0;
    border: 0;
    border-radius: 0;
}

body.page-id-478 .mits-websites-quote-card__body {
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

body.page-id-478 .mits-websites-quote-benefit {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.85rem;
}

body.page-id-478 .mits-websites-form-card {
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

body.page-id-478 .mits-websites-form-card__header {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    padding: 1.15rem;
    border-bottom: 1px solid #e2e8f0;
    background: #07111f;
}

body.page-id-478 .mits-websites-form-card__header > .material-icons {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: #00aeef;
    color: #03111f;
}

body.page-id-478 .mits-websites-form-card__header h3 {
    color: #ffffff;
}

body.page-id-478 .mits-websites-form-card__header p {
    color: rgba(226, 232, 240, 0.78);
}

body.page-id-478 .mits-websites-form-card__body {
    padding: 1rem;
}

@media (min-width: 768px) {
    body.page-id-478 .mits-websites-form-card__body,
    body.page-id-478 .mits-websites-form-card__header,
    body.page-id-478 .mits-websites-quote-card__body {
        padding: 1.4rem;
    }
}

body.page-id-478 .mits-websites-form-card .mits-repair-form {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.page-id-478 .mits-websites-form-card .mits-repair-grid {
    gap: 0.85rem;
}

body.page-id-478 .mits-websites-form-card .mits-repair-field {
    background: #f8fafc;
    border: 1px solid #dbe3ec;
    border-radius: 0.5rem;
}

body.page-id-478 .mits-websites-form-card .mits-repair-field:focus-within {
    border-color: #00aeef;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.12);
}

body.page-id-478 .mits-websites-form-card .mits-repair-field__icon {
    color: #027fb0;
}

body.page-id-478 .mits-websites-form-card .mits-btn--primary {
    width: 100%;
    justify-content: center;
    border-radius: 0.5rem;
    background: #00aeef;
    color: #ffffff;
    box-shadow: none;
}

body.page-id-478 .mits-websites-form-card .mits-btn--primary:hover {
    background: #37c7ff;
    color: #ffffff;
    transform: translateY(-1px);
}

body.page-id-478 .mits-websites-form-placeholder {
    padding: 2rem;
    border: 1px dashed #94a3b8;
    border-radius: 0.5rem;
    text-align: center;
    color: #64748b;
}

@media (max-width: 620px) {
    body.page-id-478 .mits-websites-heading h1 {
        font-size: 2.6rem;
        max-width: 11ch;
    }

    body.page-id-478 .mits-websites-heading h2 {
        font-size: 1.95rem;
    }

    body.page-id-478 .mits-websites-actions,
    body.page-id-478 .mits-websites-btn {
        width: 100%;
    }

    body.page-id-478 .mits-websites-hero-stats {
        grid-template-columns: 1fr;
    }

    body.page-id-478 .mits-websites-hero-stats div,
    body.page-id-478 .mits-websites-hero-stats div:first-child {
        border-left: 1px solid rgba(125, 211, 252, 0.18);
        border-top: 1px solid rgba(125, 211, 252, 0.18);
    }

    body.page-id-478 .mits-websites-roadmap__step,
    body.page-id-478 .mits-websites-channel,
    body.page-id-478 .mits-websites-quote-benefit,
    body.page-id-478 .mits-websites-form-card__header {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-id-478 .mits-websites-section *,
    body.page-id-478 .mits-websites-section {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    body.page-id-478 .mits-websites-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}

body.page-id-492 .mits-page-shell,
body.page-id-492 .mits-page-shell *,
body.page-id-492 .mits-page-shell *::before,
body.page-id-492 .mits-page-shell *::after {
    box-sizing: border-box;
}

@media (max-width: 767px) {
    body.page-id-492 .mits-page-hero {
        padding-left: clamp(1rem, 5vw, 1.5rem);
        padding-right: clamp(1rem, 5vw, 1.5rem);
    }

    body.page-id-492 .mits-page-hero__grid {
        width: 100%;
        max-width: 342px;
        margin-left: 0;
        margin-right: 0;
        gap: 1.5rem;
    }

    body.page-id-492 .mits-page-section > .mits-page-container {
        width: 100%;
        max-width: 342px;
        margin-left: clamp(1rem, 5vw, 1.5rem);
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    body.page-id-492 .mits-page-hero__card {
        order: 0;
        width: 100%;
        max-width: 342px;
        min-width: 0;
        padding: 1.25rem;
        overflow: hidden;
    }

    body.page-id-492 .mits-page-hero h1 {
        max-width: 7.8ch;
        font-size: clamp(2.35rem, 12vw, 3.05rem);
    }

    body.page-id-492 .mits-page-hero__lead {
        font-size: 1rem;
        line-height: 1.65;
    }

    body.page-id-492 .mits-page-hero__meta {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    body.page-id-492 .mits-page-card__eyebrow {
        max-width: 100%;
        white-space: normal;
        letter-spacing: 0.08em;
    }

    body.page-id-492 .mits-page-hero__card h3,
    body.page-id-492 .mits-page-heading h2 {
        font-size: clamp(1.85rem, 8vw, 2.2rem);
        overflow-wrap: normal;
    }

    body.page-id-492 .mits-page-hero__card h3 {
        font-size: 1.35rem;
    }

    body.page-id-492 .mits-page-stack__item {
        grid-template-columns: 2.45rem minmax(0, 1fr);
        padding: 0.9rem;
    }
}
/* Remote Help page */
.mits-remote-help,
.mits-remote-help *,
.mits-remote-help *::before,
.mits-remote-help *::after {
    box-sizing: border-box;
}

.mits-remote-help {
    --mits-rh-blue: #00aeef;
    --mits-rh-navy: #07111f;
    --mits-rh-ink: #0f172a;
    --mits-rh-muted: #526174;
    --mits-rh-line: #dce5ef;
    --mits-rh-soft: #f6f9fc;
    color: var(--mits-rh-ink);
    background: #ffffff;
    overflow: hidden;
}

.mits-rh-container {
    width: min(1160px, calc(100% - 2rem));
    margin: 0 auto;
}

.mits-rh-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: clamp(7rem, 11vw, 10rem) 0 clamp(4rem, 7vw, 6.5rem);
    background:
        linear-gradient(90deg, rgba(3, 10, 22, 0.93) 0%, rgba(7, 17, 31, 0.84) 46%, rgba(7, 17, 31, 0.46) 100%),
        var(--mits-rh-hero-image) center / cover no-repeat;
}

.mits-rh-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.55fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}

.mits-rh-hero__copy {
    max-width: 780px;
}

.mits-rh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 1rem;
    color: #036c98;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
}

.mits-rh-hero .mits-rh-eyebrow,
.mits-rh-heading--dark .mits-rh-eyebrow,
.mits-rh-bottom-cta .mits-rh-eyebrow {
    color: #7ddcff;
}

.mits-rh-eyebrow .material-icons {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: rgba(0, 174, 239, 0.14);
    color: var(--mits-rh-blue);
    font-size: 1.35rem;
}

.mits-rh-hero h1 {
    max-width: 12ch;
    margin: 0;
    color: #ffffff;
    font-size: clamp(3rem, 7vw, 5.75rem);
    line-height: 0.96;
    letter-spacing: 0;
    font-weight: 900;
}

.mits-rh-lead {
    max-width: 690px;
    margin: 1.35rem 0 0;
    color: rgba(248, 250, 252, 0.94);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.58;
}

.mits-rh-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    margin-top: 1.65rem;
}

.mits-rh-platform-status {
    margin: 0.9rem 0 0;
    color: rgba(248, 250, 252, 0.92);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.5;
}

.mits-rh-download-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.75rem;
}

.mits-rh-download-options__label {
    margin-right: 0.15rem;
    color: rgba(226, 232, 240, 0.8);
    font-size: 0.88rem;
    font-weight: 800;
}

.mits-rh-download-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.3rem;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(125, 220, 255, 0.34);
    border-radius: 0.5rem;
    background: rgba(3, 10, 22, 0.5);
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mits-rh-download-option:hover,
.mits-rh-download-option:focus-visible,
.mits-rh-download-option.is-selected {
    border-color: var(--mits-rh-blue);
    background: rgba(0, 174, 239, 0.22);
    color: #ffffff;
}

.mits-rh-download-option:hover,
.mits-rh-download-option:focus-visible {
    transform: translateY(-1px);
}

.mits-rh-download,
.mits-rh-call {
    min-height: 4.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    border-radius: 0.5rem;
    padding: 1rem 1.45rem;
    font-size: clamp(1.05rem, 1.6vw, 1.28rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.mits-rh-download {
    background: var(--mits-rh-blue);
    color: #ffffff;
    border: 2px solid var(--mits-rh-blue);
    box-shadow: 0 18px 38px rgba(0, 174, 239, 0.26);
}

.mits-rh-download:hover,
.mits-rh-download:focus-visible {
    background: #38c8ff;
    color: #ffffff;
    transform: translateY(-2px);
}

.mits-rh-call {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(7, 17, 31, 0.32);
}

.mits-rh-call:hover,
.mits-rh-call:focus-visible {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transform: translateY(-2px);
}

.mits-rh-call--dark {
    color: #ffffff;
    background: transparent;
}

.mits-rh-safety-note {
    max-width: 680px;
    margin: 1.2rem 0 0;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(125, 220, 255, 0.28);
    border-left: 5px solid var(--mits-rh-blue);
    border-radius: 0.5rem;
    background: rgba(3, 10, 22, 0.58);
    color: rgba(248, 250, 252, 0.92);
    font-size: 1.05rem;
    line-height: 1.55;
}

.mits-rh-quick-card {
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(125, 220, 255, 0.22);
    border-radius: 0.5rem;
    background: rgba(248, 250, 252, 0.95);
    box-shadow: 0 26px 60px rgba(3, 10, 22, 0.32);
}

.mits-rh-card-kicker {
    margin: 0 0 1rem;
    color: #036c98;
    font-size: 0.95rem;
    font-weight: 900;
}

.mits-rh-mini-steps {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mits-rh-mini-steps li {
    display: grid;
    grid-template-columns: 3.15rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.85rem;
    border: 1px solid var(--mits-rh-line);
    border-radius: 0.5rem;
    background: #ffffff;
}

.mits-rh-mini-steps span,
.mits-rh-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 0.5rem;
    background: var(--mits-rh-blue);
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 900;
}

.mits-rh-mini-steps strong {
    color: var(--mits-rh-ink);
    font-size: 1.05rem;
    line-height: 1.35;
}

.mits-rh-section {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.mits-rh-section--light {
    background: #f8fafc;
}

.mits-rh-section--dark {
    background: #07111f;
}

.mits-rh-quickfix-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    clip-path: inset(0);
    background: #07111f;
}

.mits-rh-quickfix-video,
.mits-rh-quickfix-video__media,
.mits-rh-quickfix-overlay {
    position: absolute;
    inset: 0;
}

.mits-rh-quickfix-section > .mits-rh-quickfix-video {
    z-index: 0;
}

.mits-rh-quickfix-video__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.82;
    filter: saturate(1.08) contrast(1.06);
}

.mits-rh-quickfix-overlay {
    z-index: 1;
    pointer-events: none;
    background: rgba(3, 10, 22, 0.28);
}

.mits-rh-quickfix-section > .mits-rh-container {
    position: relative;
    z-index: 2;
}

.mits-rh-section--cta {
    background: #0f172a;
    color: #ffffff;
}

.mits-rh-heading {
    max-width: 850px;
    margin: 0 0 2rem;
}

.mits-rh-heading h2,
.mits-rh-bottom-cta h2 {
    margin: 0;
    color: var(--mits-rh-ink);
    font-size: clamp(2.15rem, 4vw, 3.45rem);
    line-height: 1.05;
    letter-spacing: 0;
    font-weight: 900;
}

.mits-rh-heading p:not(.mits-rh-eyebrow) {
    margin: 0.9rem 0 0;
    color: var(--mits-rh-muted);
    font-size: 1.12rem;
    line-height: 1.7;
}

.mits-rh-heading--dark h2,
.mits-rh-heading--dark p:not(.mits-rh-eyebrow),
.mits-rh-bottom-cta h2 {
    color: #ffffff;
}

.mits-rh-heading--dark p:not(.mits-rh-eyebrow) {
    color: rgba(226, 232, 240, 0.78);
}

.mits-rh-instructions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.mits-rh-step-panel,
.mits-rh-photo-panel {
    min-width: 0;
    border: 1px solid var(--mits-rh-line);
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.mits-rh-step-panel {
    padding: clamp(1.15rem, 3vw, 1.6rem);
}

.mits-rh-step-panel h3 {
    margin: 1rem 0 0.55rem;
    color: var(--mits-rh-ink);
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.15;
    letter-spacing: 0;
    font-weight: 900;
}

.mits-rh-step-panel p {
    margin: 0;
    color: var(--mits-rh-muted);
    font-size: 1.06rem;
    line-height: 1.68;
}

.mits-rh-step-panel--blue {
    background: #e8f8ff;
    border-color: rgba(0, 174, 239, 0.34);
}

.mits-rh-photo-panel {
    overflow: hidden;
    min-height: 360px;
}

.mits-rh-photo-panel img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.mits-rh-browser-mock {
    margin-top: 1rem;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    background: #f8fafc;
}

.mits-rh-browser-top {
    display: grid;
    grid-template-columns: 0.65rem 0.65rem 0.65rem minmax(0, 1fr) 2.3rem;
    gap: 0.45rem;
    align-items: center;
    padding: 0.7rem;
    border-bottom: 1px solid #dbe3ec;
    background: #ffffff;
}

.mits-rh-browser-top span {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #cbd5e1;
}

.mits-rh-browser-top div {
    min-width: 0;
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    background: #eef3f8;
    color: #64748b;
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mits-rh-browser-top i {
    color: #027fb0;
    text-align: center;
}

.mits-rh-browser-body {
    min-height: 190px;
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    background: linear-gradient(180deg, #f8fafc 0%, #edf4fb 100%);
}

.mits-rh-download-popover {
    width: min(100%, 330px);
    align-self: flex-start;
    padding: 0.9rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
}

.mits-rh-download-popover strong,
.mits-rh-download-popover small {
    display: block;
}

.mits-rh-download-popover button {
    width: 100%;
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.55rem;
    align-items: center;
    margin: 0.7rem 0 0.45rem;
    padding: 0.75rem;
    border: 1px solid rgba(0, 174, 239, 0.32);
    border-radius: 0.5rem;
    background: #e8f8ff;
    color: var(--mits-rh-ink);
    font-weight: 800;
    text-align: left;
}

.mits-rh-download-popover button span + * {
    min-width: 0;
}

.mits-rh-download-popover small {
    color: #64748b;
}

.mits-rh-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    align-items: start;
}

.mits-rh-faq {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.5rem;
    background: rgba(15, 23, 42, 0.78);
    color: #ffffff;
    overflow: hidden;
    backdrop-filter: blur(4px);
    transition: border-color 180ms ease, background-color 180ms ease;
}

.mits-rh-faq[open] {
    border-color: rgba(0, 174, 239, 0.46);
    background: rgba(15, 23, 42, 0.88);
}

.mits-rh-faq summary {
    min-height: 5.1rem;
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    list-style: none;
}

.mits-rh-faq summary::-webkit-details-marker {
    display: none;
}

.mits-rh-faq summary .material-icons {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: var(--mits-rh-blue);
    color: #ffffff;
    font-size: 1.55rem;
}

.mits-rh-faq summary strong {
    color: #ffffff;
    font-size: 1.18rem;
    line-height: 1.25;
    letter-spacing: 0;
}

.mits-rh-faq-indicator {
    min-width: 4.15rem;
    min-height: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    padding: 0.3rem 0.48rem;
    border: 1px solid rgba(125, 220, 255, 0.28);
    border-radius: 0.5rem;
    background: rgba(0, 174, 239, 0.12);
    color: #7ddcff;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
}

.mits-rh-faq summary .mits-rh-faq-indicator .material-icons {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.35rem;
    background: var(--mits-rh-blue);
    color: #ffffff;
    font-size: 1rem;
    transition: transform 220ms ease;
}

.mits-rh-faq[open] .mits-rh-faq-indicator .material-icons {
    transform: rotate(180deg);
}

.mits-rh-faq[open] .mits-rh-faq-indicator__text::before {
    content: "Close";
}

.mits-rh-faq:not([open]) .mits-rh-faq-indicator__text::before {
    content: "Open";
}

.mits-rh-faq-content {
    height: 0;
    overflow: hidden;
    transition: height 260ms ease;
}

.mits-rh-faq[open] .mits-rh-faq-content {
    height: auto;
}

.mits-rh-faq-content__inner {
    padding: 0 1rem 1.15rem 4.85rem;
}

.mits-rh-faq p {
    margin: 0;
    color: rgba(226, 232, 240, 0.82);
    font-size: 1.03rem;
    line-height: 1.65;
}

.mits-rh-bottom-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
}

.mits-rh-bottom-cta .mits-rh-hero__actions {
    justify-content: flex-end;
    margin-top: 0;
}

@media (max-width: 920px) {
    .mits-rh-hero__grid,
    .mits-rh-instructions,
    .mits-rh-faq-grid,
    .mits-rh-bottom-cta {
        grid-template-columns: 1fr;
    }

    .mits-rh-quick-card {
        max-width: 620px;
    }

    .mits-rh-bottom-cta .mits-rh-hero__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .mits-rh-container {
        width: min(100% - 1.5rem, 390px);
    }

    .mits-rh-hero {
        min-height: auto;
        padding-top: 6.4rem;
        background:
            linear-gradient(180deg, rgba(3, 10, 22, 0.94) 0%, rgba(7, 17, 31, 0.88) 58%, rgba(7, 17, 31, 0.74) 100%),
            var(--mits-rh-hero-image) center / cover no-repeat;
    }

    .mits-rh-hero h1 {
        max-width: 9.3ch;
        font-size: clamp(2.75rem, 14vw, 3.65rem);
    }

    .mits-rh-lead {
        font-size: 1.08rem;
    }

    .mits-rh-download,
    .mits-rh-call {
        width: 100%;
        min-height: 4rem;
        padding: 0.95rem 1rem;
    }

    .mits-rh-download-options {
        align-items: stretch;
    }

    .mits-rh-download-options__label {
        flex-basis: 100%;
    }

    .mits-rh-download-option {
        flex: 1 1 calc(50% - 0.5rem);
        text-align: center;
    }

    .mits-rh-mini-steps li,
    .mits-rh-faq summary {
        grid-template-columns: 2.75rem minmax(0, 1fr);
    }

    .mits-rh-mini-steps span,
    .mits-rh-step-number,
    .mits-rh-faq summary .material-icons {
        width: 2.75rem;
        height: 2.75rem;
    }

    .mits-rh-faq-indicator {
        grid-column: 1 / -1;
        width: fit-content;
        min-height: 2rem;
        justify-content: center;
    }

    .mits-rh-faq-content__inner {
        padding-left: 1rem;
    }

    .mits-rh-browser-top {
        grid-template-columns: 0.55rem 0.55rem 0.55rem minmax(0, 1fr) 2rem;
    }

    .mits-rh-browser-body {
        justify-content: stretch;
        min-height: 170px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mits-remote-help *,
    .mits-remote-help *::before,
    .mits-remote-help *::after {
        transition: none !important;
        animation: none !important;
    }
}

/* Homepage answer hub */
.mits-home-answer-hub {
    background: #f6fbfe;
    color: #071927;
    padding: clamp(3.25rem, 6vw, 5.5rem) 1.25rem;
}

.mits-home-answer-hub__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.mits-home-answer-hub__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.35rem 0.85rem;
    border: 1px solid rgba(0, 142, 195, 0.24);
    border-radius: 999px;
    background: #ffffff;
    color: #007ca8;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.mits-home-answer-hub h2 {
    max-width: 820px;
    margin: 1rem 0 0;
    color: #071927;
    font-size: clamp(2.05rem, 4vw, 3.35rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.mits-home-answer-hub__intro {
    max-width: 820px;
    margin: 1rem 0 0;
    color: #516176;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    line-height: 1.75;
}

.mits-home-answer-hub__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
    margin-top: 2rem;
}

.mits-home-answer-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(1.2rem, 2vw, 1.55rem);
    border: 1px solid rgba(13, 49, 75, 0.12);
    border-radius: 1.2rem;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(7, 25, 39, 0.07);
}

.mits-home-answer-card h3 {
    margin: 0;
    color: #071927;
    font-size: clamp(1.22rem, 2vw, 1.55rem);
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.mits-home-answer-card p {
    margin: 0.8rem 0 0;
    color: #52647a;
    font-size: 1rem;
    line-height: 1.65;
}

.mits-home-answer-price-list {
    display: grid;
    gap: 0.55rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.mits-home-answer-price-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.62rem 0.72rem;
    border: 1px solid rgba(0, 142, 195, 0.16);
    border-radius: 0.8rem;
    background: #f7fcff;
    color: #52647a;
    font-size: 0.94rem;
    line-height: 1.35;
}

.mits-home-answer-price-list strong {
    color: #071927;
    font-weight: 850;
}

.mits-home-answer-price-list span {
    color: #007ca8;
    font-weight: 850;
    white-space: nowrap;
}

.mits-home-answer-card__note {
    margin-top: 0.8rem;
    color: #69798d;
    font-size: 0.92rem;
    line-height: 1.55;
}

.mits-home-answer-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: auto;
    padding-top: 1.05rem;
}

.mits-home-answer-card__links a {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(0, 142, 195, 0.22);
    border-radius: 999px;
    background: #f7fcff;
    color: #007ca8;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.mits-home-answer-card__links a:hover,
.mits-home-answer-card__links a:focus-visible {
    border-color: rgba(0, 142, 195, 0.45);
    background: #e9f8fe;
    color: #005f82;
}

@media (max-width: 1024px) {
    .mits-home-answer-hub__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .mits-home-answer-hub {
        padding: 3rem 1rem;
    }

    .mits-home-answer-hub__grid {
        grid-template-columns: 1fr;
    }

    .mits-home-answer-card {
        border-radius: 1rem;
    }

    .mits-home-answer-price-list li {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .mits-home-answer-price-list span {
        white-space: normal;
    }
}
