/* Lasnav launch corrections — deliberately scoped, no global component rewrites. */

/* Homepage service-card arrows: solid Lasnav blue circle with a white arrow. */
#services .interactive-banner-style-08 .circle-box {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px;
    background: #2f6bff !important;
    background-color: #2f6bff !important;
    border: 1px solid rgba(255,255,255,.34) !important;
    box-shadow: 0 10px 24px rgba(5,14,42,.28) !important;
}
#services .interactive-banner-style-08 .circle-box i {
    color: #ffffff !important;
}
#services .interactive-banner-style-08 figure:hover figcaption .circle-box,
#services .interactive-banner-style-08 .circle-box:hover {
    background: #1d4ed8 !important;
    background-color: #1d4ed8 !important;
}
#services .interactive-banner-style-08 figure:hover figcaption .circle-box i,
#services .interactive-banner-style-08 .circle-box:hover i {
    color: #ffffff !important;
}

/* The original number grid did not suit the launch page. The accordion now stands alone. */
.lasnav-how-we-work .lasnav-how-content { max-width: 900px; margin-inline: auto; }

/* Removing the temporary team section must not leave the next section overlapping the footer. */
.lasnav-principle-section { padding: 84px 0 !important; }
.lasnav-principle-section .container { position: relative; }

/* Contact details: retain blue icons on a pale surface during hover instead of blue-on-blue. */
.lasnav-contact-details .icon-with-text-style-01 { margin-bottom: 26px !important; }
.lasnav-contact-details .feature-box { align-items: center; }
.lasnav-contact-details .feature-box-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    margin-right: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #eef3ff !important;
    border: 1px solid #dce7fa !important;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.lasnav-contact-details .feature-box-icon img {
    width: 29px !important;
    height: 29px !important;
    object-fit: contain;
    filter: none !important;
    opacity: 1 !important;
}
.lasnav-contact-details .feature-box:hover .feature-box-icon {
    background: #e7efff !important;
    border-color: #4f46e5 !important;
    color: #4f46e5 !important;
    transform: translateY(-2px);
}
.lasnav-contact-details .feature-box:hover .feature-box-icon img {
    filter: none !important;
    opacity: 1 !important;
}

/* Contact form: scoped corrections only. */
.lasnav-contact-card {
    padding: 46px !important;
    border-radius: 22px !important;
    background: linear-gradient(145deg, #0d1535 0%, #12285b 100%) !important;
    box-shadow: 0 22px 60px rgba(10,18,52,.16) !important;
}
.lasnav-contact-kicker {
    display: block;
    margin-bottom: 10px;
    color: #67d9ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.lasnav-contact-card h3 { font-size: clamp(32px, 3vw, 46px) !important; line-height: 1.08 !important; }
.lasnav-contact-intro { max-width: 560px; margin: 0 0 28px; color: rgba(255,255,255,.72); line-height: 1.7; }
.lasnav-contact-form .form-group { margin-bottom: 14px !important; }
.lasnav-contact-form .form-control {
    width: 100%; height: 58px;
    padding: 0 58px 0 18px !important;
    border: 1px solid rgba(214,226,248,.88) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #111936 !important;
    font-size: 15px !important;
    box-shadow: none !important;
}
.lasnav-contact-form textarea.form-control { min-height: 148px; padding-top: 17px !important; resize: vertical; }
.lasnav-contact-form .form-control::placeholder { color: #7a849a !important; opacity: 1; }
.lasnav-contact-form .form-icon {
    right: 18px !important; left: auto !important; top: 50% !important;
    transform: translateY(-50%); color: #4f46e5 !important; opacity: 1 !important;
}
.lasnav-contact-form .form-icon i { color: #4f46e5 !important; font-size: 20px !important; }
.lasnav-contact-form .form-textarea .form-icon { top: 19px !important; transform: none; }
.lasnav-contact-submit {
    min-height: 54px; margin: 18px 0 15px !important;
    border: 0 !important; border-radius: 12px !important;
    background: #2f6bff !important;
    color: #ffffff !important; font-size: 15px !important; box-shadow: none !important;
}
.lasnav-contact-submit i { color: #ffffff !important; }
.lasnav-contact-submit:hover {
    background: #1d4ed8 !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(47,107,255,.24) !important;
}
.lasnav-contact-privacy { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; }

@media (max-width: 991px) {
    .lasnav-principle-section { padding: 64px 0 !important; }
    .lasnav-contact-card { padding: 34px !important; }
}
@media (max-width: 575px) {
    .lasnav-principle-section { padding: 48px 0 !important; }
    .lasnav-contact-card { padding: 26px 20px !important; border-radius: 18px !important; }
    .lasnav-contact-details .feature-box-icon { width: 52px; height: 52px; min-width: 52px; }
}


/* About page: these four benefit cards are intentionally static.
   Prevent the site-wide feature-box hover rule from adding a gradient square
   behind the SVG icons or changing the card shadow. */
.lasnav-static-benefits .feature-box,
.lasnav-static-benefits .feature-box:hover {
    transform: none !important;
    transition: none !important;
    box-shadow: 0 24px 60px rgba(6, 27, 52, 0.10) !important;
}
.lasnav-static-benefits .feature-box-icon,
.lasnav-static-benefits .feature-box:hover .feature-box-icon {
    background: transparent !important;
    background-image: none !important;
    color: inherit !important;
    border-color: transparent !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
}
.lasnav-static-benefits .feature-box-icon img,
.lasnav-static-benefits .feature-box:hover .feature-box-icon img {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* About page: spacing after removed Delivery standards section */
.lasnav-about-footer-spacer {
    height: clamp(90px, 9vw, 140px);
}

@media (max-width: 767px) {
    .lasnav-about-footer-spacer {
        height: 72px;
    }
}

/* Individual service pages: breathing room after the removed placeholder
   Selected work section, before the footer. */
.lasnav-service-footer-spacer {
    height: clamp(96px, 9vw, 140px);
    background: var(--very-light-gray);
}

@media (max-width: 991px) {
    .lasnav-service-footer-spacer {
        height: 84px;
    }
}

@media (max-width: 575px) {
    .lasnav-service-footer-spacer {
        height: 64px;
    }
}

