:root {
    --lakshy-primary: #0f5d9a;
    --lakshy-primary-dark: #0a3f6b;
    --lakshy-accent: #d6b126;
    --lakshy-bg: #f5f7fa;
    --lakshy-surface: #ffffff;
    --lakshy-text: #10233a;
    --lakshy-muted: #667085;
    --lakshy-border: #d9e2ec;
}

body {
    margin: 0;
    font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--lakshy-text);
    background: #fff;
}

.container {
    max-width: 1160px;
}

.lakshy-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #e5ebf2;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.92);
}

.lakshy-site-header .container {
    position: relative;
}

.brand {
    color: var(--lakshy-primary-dark);
    gap: 0;
}

.brand-logo {
    width: 96px;
    height: auto;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.nav-link {
    color: #17314f;
    font-size: 0.92rem;
    font-weight: 600;
}

.nav-link:hover {
    color: var(--lakshy-primary);
}

.site-nav-collapse {
    flex-shrink: 0;
}

.menu-toggle {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #d7e1ed;
    border-radius: 12px;
    background: #ffffff;
    color: var(--lakshy-primary-dark);
    padding: 0;
}

.menu-toggle:hover,
.menu-toggle:focus {
    border-color: #b9c8da;
    background: #f8fbff;
}

.menu-toggle:focus-visible {
    outline: 2px solid rgba(15, 93, 154, 0.4);
    outline-offset: 2px;
}

.menu-toggle-bar {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.lakshy-hero {
    background: linear-gradient(135deg, rgba(10, 63, 107, 0.94), rgba(15, 93, 154, 0.86)),
        url("https://images.unsplash.com/photo-1486325212027-8081e485255e?auto=format&fit=crop&w=1920&q=80") center/cover;
    border-radius: 0 0 34px 34px;
    padding: clamp(3.2rem, 7vw, 5.8rem) 1.25rem;
}

.hero-content {
    max-width: 980px;
}

.eyebrow {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.82rem;
    font-weight: 600;
}

.lakshy-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 6vw, 3.8rem);
    line-height: 1.12;
    max-width: 15ch;
    margin: 0.35rem 0 0.75rem;
}

.subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    max-width: 58ch;
}

.btn-pill {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.75rem 1.35rem;
}

.metric-card {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    color: #fff;
    backdrop-filter: blur(2px);
    height: 100%;
}

.metric-card strong {
    display: block;
    font-size: 1.06rem;
}

.metric-card span {
    opacity: 0.94;
    font-size: 0.9rem;
}

.section-space {
    padding: clamp(2rem, 4vw, 3.4rem) 0;
}

h2 {
    font-size: clamp(1.75rem, 3vw, 2.2rem);
    line-height: 1.2;
    margin-bottom: 0.6rem;
}

p {
    color: var(--lakshy-muted);
}

.check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.check-list li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.5rem;
    color: var(--lakshy-muted);
}

.check-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--lakshy-primary);
    font-weight: 800;
}

.section-services {
    background: var(--lakshy-bg);
}

.service-card {
    background: var(--lakshy-surface);
    border: 1px solid var(--lakshy-border);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(10, 63, 107, 0.06);
    padding: 1.35rem;
}

.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.55rem;
}

.service-card p {
    margin: 0;
    line-height: 1.56;
}

.badge-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.78rem;
    border-radius: 999px;
    border: 1px solid #d8e1ec;
    background: #edf2f7;
    color: #233244;
    font-size: 0.82rem;
    font-weight: 600;
}

.accordion-item {
    border: 1px solid var(--lakshy-border);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 0.65rem;
    box-shadow: 0 6px 20px rgba(10, 63, 107, 0.08);
}

.accordion-button {
    font-weight: 600;
    color: var(--lakshy-text);
}

.accordion-button:not(.collapsed) {
    background: #f3f8ff;
    color: var(--lakshy-primary-dark);
}

.section-contact {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.address-block {
    max-width: 860px;
    border: 1px solid var(--lakshy-border);
    border-radius: 16px;
    padding: 1rem 1.1rem;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(10, 63, 107, 0.06);
}

.address-block p {
    margin-bottom: 0.2rem;
}

.contact-link {
    color: var(--lakshy-primary);
    font-weight: 700;
    text-decoration: none;
}

.contact-link:hover {
    color: var(--lakshy-primary-dark);
}

.contact-panel {
    max-width: 860px;
    background: #fff;
    border: 1px solid var(--lakshy-border);
    border-radius: 22px;
    padding: clamp(1.1rem, 2.3vw, 1.8rem);
    box-shadow: 0 16px 42px rgba(10, 63, 107, 0.09);
}

.form-label {
    color: var(--lakshy-text);
    font-weight: 600;
    font-size: 0.94rem;
}

.form-control {
    border: 1px solid #cfd8e3;
    border-radius: 10px;
}

.form-control:focus {
    border-color: var(--lakshy-primary);
    box-shadow: 0 0 0 3px rgba(15, 93, 154, 0.16);
}

textarea.form-control {
    min-height: 160px;
}

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

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

.lakshy-site-footer {
    background: var(--lakshy-primary-dark);
    color: #fff;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #ffffff;
    margin-bottom: 0.95rem;
}

.footer-logo {
    width: 112px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.lakshy-site-footer h3,
.lakshy-site-footer h4 {
    color: #fff;
}

.lakshy-site-footer h3 {
    font-size: 1.25rem;
}

.lakshy-site-footer h4 {
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #d6e6f5;
}

.service-area-heading {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.service-area-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--lakshy-accent);
}

.lakshy-site-footer p {
    color: rgba(255, 255, 255, 0.86);
}

.contact-link-light {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contact-link-light:hover {
    color: var(--lakshy-accent);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.93rem;
}

.footer-links li+li,
.footer-contact li+li {
    margin-top: 0.38rem;
}

.footer-links a:hover {
    color: var(--lakshy-accent);
}

.footer-contact {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.93rem;
}

.footer-chip {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.95);
}

.footer-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-meta small {
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
    .lakshy-hero h1 {
        max-width: 100%;
    }

    .site-nav-collapse {
        position: absolute;
        top: calc(100% + 8px);
        left: 12px;
        right: 12px;
        z-index: 1100;
        background: #ffffff;
        border: 1px solid var(--lakshy-border);
        border-radius: 14px;
        box-shadow: 0 14px 28px rgba(10, 63, 107, 0.14);
        padding: 0.4rem;
    }

    .site-nav-list {
        flex-direction: column;
        gap: 0;
    }

    .site-nav-list .nav-link {
        border-radius: 10px;
        padding: 0.7rem 0.85rem;
    }

    .site-nav-list .nav-link:hover,
    .site-nav-list .nav-link:focus {
        background: #eef5fd;
    }
}

@media (min-width: 992px) {
    .site-nav-collapse {
        position: static;
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    .site-nav-list {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .brand-logo {
        width: 84px;
    }

    .footer-logo {
        width: 92px;
    }

    .lakshy-hero {
        border-radius: 0 0 24px 24px;
        padding-top: 2.8rem;
        padding-bottom: 3rem;
    }

    .service-card h3 {
        font-size: 1.17rem;
    }

    .contact-panel {
        padding: 1rem;
    }
}