:root {
    --bg: #07111f;
    --bg-soft: #0f1c3b;
    --surface: #ffffff;
    --surface-alt: #f3f7ff;
    --surface-dark: #0b1630;
    --text: #10203f;
    --text-soft: #33496d;
    --text-muted: #60718e;
    --line: #dae5f3;
    --line-dark: rgba(255, 255, 255, 0.12);
    --primary: #4a63ff;
    --primary-dark: #2637b8;
    --accent: #12c8e6;
    --accent-2: #7d67ff;
    --success: #198754;
    --error: #c0392b;
    --shadow: 0 24px 70px rgba(13, 29, 63, 0.12);
    --shadow-heavy: 0 36px 90px rgba(10, 23, 51, 0.2);
    --radius: 24px;
    --radius-sm: 16px;
    --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(18, 200, 230, 0.12), transparent 30%),
        radial-gradient(circle at top right, rgba(125, 103, 255, 0.14), transparent 30%),
        linear-gradient(180deg, #edf4ff 0%, #ffffff 18%, #ffffff 100%);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}
body.menu-open {
    overflow: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
iframe { width: 100%; border: 0; }
.container { width: min(var(--container), calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 5.5rem 0; }
.section-alt { background: linear-gradient(180deg, #f7faff 0%, #eef4fd 100%); }
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .85rem;
    border-radius: 999px;
    background: rgba(74, 99, 255, 0.09);
    border: 1px solid rgba(74, 99, 255, 0.1);
    color: var(--primary-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.08; color: #07142d; }
h1 { font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -0.04em; }
h2 { font-size: clamp(1.9rem, 3vw, 3rem); letter-spacing: -0.03em; }
h3 { font-size: 1.25rem; }
p, li, span { font-size: 1rem; }
.lead { font-size: 1.08rem; color: var(--text-muted); max-width: 62ch; }
.skip-link, .sr-only, .hp-field { position: absolute; left: -9999px; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: .9rem 1.35rem;
    border-radius: 999px;
    font-weight: 800;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--accent-2));
    box-shadow: 0 16px 34px rgba(74, 99, 255, 0.28);
}
.btn-ghost {
    color: var(--primary-dark);
    background: rgba(74, 99, 255, 0.07);
    border: 1px solid rgba(74, 99, 255, 0.14);
}
.btn-ghost.light {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}
.text-link { color: var(--primary-dark); font-weight: 800; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(7, 17, 31, 0.06);
}
.header-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 88px;
}
.brand { flex: 0 0 auto; }
.brand img {
    width: 300px;
    max-width: 100%;
    height: auto;
}
.trust-badges, .footer-badges, .inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}
.trust-badges span, .footer-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 .8rem;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
}
.site-nav, .header-actions { display: flex; align-items: center; gap: 1rem; }
.site-nav { flex: 0 1 auto; margin-left: auto; }
.header-actions { flex: 0 0 auto; }
.mobile-menu-cta { display: none; }
.mobile-header-icons { display: none; }
.mobile-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(12, 21, 51, 0.08);
    background: #fff;
    color: var(--text);
    box-shadow: 0 10px 24px rgba(9, 20, 45, 0.08);
}
.mobile-icon-btn svg {
    width: 20px;
    height: 20px;
}
.mobile-whatsapp-btn {
    color: #1fa855;
}
.header-actions .btn {
    min-height: 42px;
    padding: .7rem 1rem;
    font-size: .88rem;
}
.site-nav a { padding: .45rem .15rem; color: var(--text-soft); font-weight: 700; }
.site-nav a.is-active, .site-nav a:hover { color: var(--primary-dark); }
.nav-dropdown {
    position: relative;
}
.nav-dropdown summary {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 42px;
    padding: 0 .25rem;
    list-style: none;
    cursor: pointer;
    color: var(--text-soft);
    font-weight: 700;
    transition: color .2s ease;
}
.nav-dropdown summary::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform .2s ease;
}
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown[open] summary,
.nav-dropdown.is-active summary,
.nav-dropdown:hover summary { color: var(--primary-dark); }
.nav-dropdown[open] summary::after,
.nav-dropdown:hover summary::after { transform: rotate(225deg) translateY(-1px); }
.nav-submenu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 290px;
    padding: .85rem;
    display: grid;
    gap: .15rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    background: #fff;
    border: 1px solid rgba(12, 21, 51, 0.08);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(9, 20, 45, 0.16);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 1200;
}
.nav-dropdown:hover .nav-submenu,
.nav-dropdown[open] .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nav-submenu a {
    padding: .75rem .9rem;
    border-radius: 12px;
    color: var(--text);
    font-weight: 600;
}
.nav-submenu a:hover {
    background: linear-gradient(135deg, rgba(74, 99, 255, 0.09), rgba(18, 200, 230, 0.08));
    color: var(--primary-dark);
}
.nav-toggle { display: none; background: transparent; border: 0; padding: .25rem; }
.nav-toggle span { display: block; width: 26px; height: 3px; margin: 4px 0; border-radius: 999px; background: var(--bg); }
.hero-slider-section {
    padding: 1rem 0 0;
}
.hero-slider {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(135deg, #dbe9ff, #f7fbff);
    border: 1px solid rgba(12, 21, 51, 0.08);
    box-shadow: var(--shadow);
}
.hero-slides {
    position: relative;
    min-height: 460px;
}
.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease;
}
.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}
.hero-slide-card {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, 1fr);
    gap: 1.4rem;
    align-items: stretch;
    min-height: 460px;
    padding: 2rem 2rem 3.5rem;
    color: #fff;
}
.slide-theme-ai {
    background:
        radial-gradient(circle at top right, rgba(18, 200, 230, 0.24), transparent 32%),
        linear-gradient(135deg, #07111f 0%, #16367a 60%, #14b8d6 100%);
}
.slide-theme-leads {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(135deg, #0b1630 0%, #3148d7 58%, #7d67ff 100%);
}
.slide-theme-telugu {
    background:
        radial-gradient(circle at top left, rgba(18, 200, 230, 0.18), transparent 28%),
        linear-gradient(135deg, #0f1630 0%, #135a8b 52%, #18a999 100%);
}
.slide-theme-growth {
    background:
        radial-gradient(circle at top right, rgba(125, 103, 255, 0.26), transparent 30%),
        linear-gradient(135deg, #0b1430 0%, #1f3f9b 52%, #4a63ff 100%);
}
.hero-slide-copy {
    display: grid;
    align-content: center;
    gap: .85rem;
}
.hero-slide-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 36px;
    padding: 0 .95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.hero-slide-copy h2 {
    margin: 0;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    color: #fff;
}
.hero-slide-copy p {
    margin: 0;
    max-width: 58ch;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.88);
}
.hero-slide-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}
.hero-slide-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 .8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
}
.hero-slide-panel {
    display: grid;
    gap: 1rem;
    align-content: center;
}
.hero-slide-metric {
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.hero-slide-metric strong {
    display: block;
    margin-bottom: .3rem;
    color: #fff;
    font-size: 1.2rem;
}
.hero-slide-metric span {
    color: rgba(255, 255, 255, 0.84);
}
.hero-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem .85rem;
    border-radius: 999px;
    background: rgba(7, 17, 31, 0.42);
    transform: translateX(-50%);
}
.hero-slider-dots button {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}
.hero-slider-dots button.is-active {
    background: #fff;
    transform: scale(1.08);
}
.hero, .page-hero { position: relative; overflow: hidden; padding: 6.7rem 0 4.2rem; }
.hero::before, .page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 12%, rgba(18, 200, 230, 0.22), transparent 28%),
        radial-gradient(circle at 88% 16%, rgba(125, 103, 255, 0.22), transparent 28%);
    pointer-events: none;
}
.premium-hero::after {
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: -120px;
    background: radial-gradient(circle, rgba(74, 99, 255, 0.2), transparent 70%);
    pointer-events: none;
}
.hero-grid, .two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; align-items: start; }
.ai-hero .hero-grid { align-items: stretch; }
.hero-copy { position: relative; z-index: 1; padding-top: .5rem; }
.hero-side { display: grid; gap: 1rem; }
.stats-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hero-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stat-card {
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(12, 21, 51, 0.07);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
}
.stat-card strong {
    display: block;
    font-size: 1.2rem;
    color: var(--primary-dark);
    margin-bottom: .35rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.trust-badges { margin: 1.4rem 0 0; }
.trust-badges span {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(12, 21, 51, 0.08);
    box-shadow: 0 12px 24px rgba(11, 24, 49, 0.06);
    color: var(--text);
}
.service-badges span { background: rgba(74, 99, 255, 0.08); }
.hero-note {
    margin-top: 1.6rem;
    padding: 1.1rem 1.2rem;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, rgba(7, 17, 31, 0.96), rgba(19, 42, 101, 0.94));
    color: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-heavy);
}
.hero-note strong { display: block; margin-bottom: .35rem; color: #fff; }
.hero-highlights { display: grid; gap: 1rem; }
.hero-highlights div,
.info-card, .service-card, .portfolio-card, .testimonial-card, .feature-block,
.process-card, .sidebar-card, .blog-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(12, 21, 51, 0.07);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.hero-highlights div { padding: 1.15rem; }
.hero-highlights strong, .mini-card strong { display: block; margin-bottom: .4rem; }
.form-card, .feature-panel {
    background: linear-gradient(180deg, rgba(10, 20, 42, 0.98), rgba(16, 31, 78, 0.96));
    color: #fff;
    border-radius: 30px;
    padding: 2rem;
    box-shadow: 0 30px 80px rgba(6, 14, 34, 0.35);
}
.form-card h1, .form-card h2, .form-card h3,
.feature-panel h1, .feature-panel h2, .feature-panel h3,
.cta-strip-inner h1, .cta-strip-inner h2, .cta-strip-inner h3,
.hero-note h1, .hero-note h2, .hero-note h3,
.form-card .section-eyebrow + h1, .form-card .section-eyebrow + h2, .form-card .section-eyebrow + h3,
.feature-panel .section-eyebrow + h1, .feature-panel .section-eyebrow + h2, .feature-panel .section-eyebrow + h3,
.cta-strip-inner .section-eyebrow + h1, .cta-strip-inner .section-eyebrow + h2, .cta-strip-inner .section-eyebrow + h3 {
    color: #fff;
}
.form-card p, .feature-panel p, .cta-strip-inner p, .hero-note p {
    color: rgba(255, 255, 255, 0.9);
}
.form-card .section-eyebrow,
.feature-panel .section-eyebrow,
.cta-strip-inner .section-eyebrow {
    background: rgba(125, 103, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.08);
    color: #cdd8ff;
}
.feature-panel { display: grid; gap: 1rem; }
.service-panel .mini-card a { color: #fff; text-decoration: underline; }
.mini-card {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}
.lead-form input, .lead-form textarea, .lead-form select {
    width: 100%;
    padding: .95rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font: inherit;
}
.lead-form option { color: #111; }
.lead-form span { display: block; margin-bottom: .45rem; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1.4rem 0; }
.form-grid .full { grid-column: 1 / -1; }
.form-alert { padding: .85rem 1rem; border-radius: 14px; margin-top: 1rem; font-weight: 700; }
.form-alert.success { background: rgba(25, 135, 84, 0.2); color: #c9ffe0; }
.form-alert.error { background: rgba(192, 57, 43, 0.22); color: #ffd4cf; }
.card-grid { display: grid; gap: 1.35rem; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.info-card, .service-card, .portfolio-card, .testimonial-card, .feature-block, .blog-card { padding: 1.6rem; }
.info-card.compact { padding: 1.25rem; }
.service-card, .portfolio-card { display: flex; flex-direction: column; }
.service-card .text-link, .service-card .btn-ghost, .portfolio-card .text-link { margin-top: auto; }
.spotlight { align-items: center; }
.sidebar-card {
    padding: 1.6rem 1.75rem;
    overflow: visible;
}
.check-list, .link-list, .footer-contact, .site-footer ul, .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .75rem;
}
.sidebar-card .check-list {
    padding-left: .25rem;
}
.check-list li::before {
    content: "\2022";
    color: var(--accent);
    font-weight: 800;
    margin-right: .55rem;
}
.inline-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 1rem;
    border-radius: 999px;
    background: rgba(74, 99, 255, 0.08);
    color: var(--primary-dark);
    font-weight: 700;
}
.feature-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.feature-item {
    padding: 1.1rem 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
}
.feature-item h3 {
    margin: 0;
    font-size: 1rem;
}
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.process-card { padding: 1.5rem; }
.process-card span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem;
}
.breadcrumbs { padding-top: 1rem; }
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--text-muted);
}
.breadcrumbs li + li::before { content: '/'; margin-right: .75rem; }
.service-layout { grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); }
.cta-strip { padding: 0 0 1rem; }
.cta-strip-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 2rem;
    border-radius: 30px;
    background: linear-gradient(135deg, #07111f, #13306b 62%, #14c2e2);
    color: #fff;
    box-shadow: var(--shadow-heavy);
    transform: translateY(50%);
}
.cta-strip-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.cta-banner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 2rem;
    border-radius: 30px;
    background: linear-gradient(135deg, #07111f, #17397d 65%, #20b7d1);
    color: #fff;
    box-shadow: var(--shadow-heavy);
}
.cta-banner h2, .cta-banner p { color: #fff; }
.cta-banner-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.site-footer {
    padding: 8rem 0 1.5rem;
    background: linear-gradient(180deg, #07111f 0%, #0a1630 100%);
    color: rgba(255, 255, 255, 0.88);
}
.site-footer img {
    width: 100%;
    max-width: 280px;
    height: auto;
}
.footer-logo-wrap {
    display: inline-flex;
    align-items: center;
    padding: .45rem .8rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    margin-bottom: .8rem;
}
.footer-logo-wrap img {
    max-width: 300px;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; }
.site-footer h3 { color: #fff; margin-bottom: .7rem; }
.footer-badges { margin: 1rem 0; }
.footer-badges span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--line-dark);
    color: #dbe6ff;
}
.site-footer a:hover { color: #fff; }
.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.floating-whatsapp, .floating-call {
    position: fixed;
    bottom: 24px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 1rem;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 18px 35px rgba(7, 17, 31, 0.25);
}
.floating-whatsapp { right: 24px; background: #1fa855; }
.floating-call { left: 24px; background: linear-gradient(135deg, var(--primary), var(--accent-2)); }
.pill {
    display: inline-flex;
    margin-bottom: .8rem;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: rgba(18, 200, 230, 0.12);
    color: #00637c;
    font-size: .85rem;
    font-weight: 800;
}
.faq-list { display: grid; gap: 1rem; }
.faq-list details {
    padding: 1.2rem 1.4rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.faq-list summary { cursor: pointer; font-weight: 800; }
.contact-list a { color: var(--primary-dark); font-weight: 700; }
.map-embed iframe { min-height: 420px; border-radius: 26px; box-shadow: var(--shadow); }
.prose { max-width: 860px; }
.table-wrap { overflow-x: auto; }
.lead-table { width: 100%; border-collapse: collapse; }
.lead-table th, .lead-table td { padding: .9rem; border-bottom: 1px solid var(--line); text-align: left; }
@media (max-width: 1120px) {
    .header-inner { gap: .8rem; }
    .hero-grid, .two-col, .service-layout, .footer-grid, .card-grid.four, .process-grid, .feature-list-grid, .card-grid.five { grid-template-columns: 1fr 1fr; }
    .cta-strip-inner, .cta-banner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 860px) {
    .header-inner {
        min-height: 84px;
        position: relative;
        gap: .9rem;
        padding-top: .45rem;
        padding-bottom: .45rem;
    }
    .brand img {
        width: 260px;
        max-width: calc(100vw - 110px);
    }
    .mobile-header-icons {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        margin-left: auto;
    }
    .nav-toggle {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        width: 52px;
        height: 52px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .nav-toggle span {
        width: 34px;
        height: 4px;
        margin: 3px 0;
        background: #10203f;
        border-radius: 999px;
    }
    .header-actions { display: none; }
    .site-nav {
        display: none;
        position: absolute;
        top: calc(100% + .35rem);
        left: 0;
        right: 0;
        background: #fff;
        padding: .75rem 1rem 1rem;
        border-radius: 14px;
        border: 1px solid rgba(12, 21, 51, 0.08);
        box-shadow: 0 16px 34px rgba(9, 20, 45, 0.12);
        gap: 0;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }
    .site-nav.is-open { display: grid; }
    .site-nav > a,
    .nav-dropdown summary {
        min-height: 46px;
        padding: .75rem 0;
    }
    .site-nav > a {
        display: flex;
        align-items: center;
    }
    .site-nav > a.is-active,
    .nav-dropdown.is-active summary {
        color: var(--primary-dark);
    }
    .site-nav > a + a,
    .site-nav > a + .nav-dropdown,
    .nav-dropdown + .nav-dropdown,
    .nav-dropdown + a {
        border-top: 1px solid rgba(12, 21, 51, 0.08);
    }
    .site-nav a { padding: .75rem 0; }
    .nav-dropdown { position: static; }
    .nav-dropdown summary {
        width: 100%;
        justify-content: space-between;
    }
    .nav-submenu {
        position: static;
        min-width: 100%;
        margin-top: .35rem;
        padding: .35rem;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f7faff;
        border: 1px solid rgba(74, 99, 255, 0.08);
        border-radius: 12px;
    }
    .nav-submenu a {
        min-height: 40px;
        padding: .65rem .8rem;
        display: flex;
        align-items: center;
    }
    .mobile-menu-cta {
        display: inline-flex;
        width: 100%;
        margin-top: .75rem;
    }
    .floating-whatsapp, .floating-call {
        display: none;
    }
    .hero-slider {
        border-radius: 24px;
    }
    .hero-slides {
        min-height: 520px;
    }
    .hero-slide-card {
        grid-template-columns: 1fr;
        min-height: 520px;
        padding: 1.5rem 1.5rem 3.25rem;
    }
    .hero-slide-copy h2 {
        font-size: clamp(1.8rem, 5vw, 2.6rem);
    }
    .hero-grid, .two-col, .card-grid.two, .card-grid.three, .card-grid.four, .card-grid.five, .footer-grid, .process-grid, .form-grid, .feature-list-grid, .stats-grid { grid-template-columns: 1fr; }
    .section { padding: 4.5rem 0; }
    .hero, .page-hero { padding-top: 5.7rem; }
    .service-layout { grid-template-columns: 1fr; }
    .floating-call { bottom: 86px; }
}
@media (max-width: 560px) {
    .container { width: min(var(--container), calc(100% - 1.25rem)); }
    .brand img {
        width: 240px;
        max-width: calc(100vw - 96px);
    }
    .header-inner {
        min-height: 78px;
        gap: .75rem;
        padding-top: .35rem;
        padding-bottom: .35rem;
    }
    .nav-toggle {
        width: 48px;
        height: 48px;
    }
    .nav-toggle span {
        width: 32px;
        height: 4px;
    }
    .mobile-header-icons {
        gap: .4rem;
    }
    .mobile-icon-btn {
        width: 38px;
        height: 38px;
    }
    .mobile-icon-btn svg {
        width: 18px;
        height: 18px;
    }
    .site-nav {
        padding: .75rem .85rem .9rem;
        border-radius: 12px;
        max-height: calc(100vh - 94px);
    }
    .hero-slider-section {
        padding-top: .75rem;
    }
    .hero-slider {
        border-radius: 18px;
    }
    .hero-slides {
        min-height: 350px;
    }
    .hero-slide-card {
        min-height: 350px;
        padding: .9rem .95rem 2.2rem;
        gap: .65rem;
    }
    .hero-slide-kicker {
        min-height: 28px;
        padding: 0 .7rem;
        font-size: .68rem;
    }
    .hero-slide-copy h2 {
        font-size: clamp(1.02rem, 6.2vw, 1.65rem);
        line-height: 1.1;
    }
    .hero-slide-copy p {
        font-size: .78rem;
        line-height: 1.45;
    }
    .hero-slide-tags {
        gap: .35rem;
    }
    .hero-slide-tags span {
        font-size: .62rem;
        min-height: 24px;
        padding: 0 .5rem;
    }
    .hero-slide-panel {
        gap: .55rem;
    }
    .hero-slide-metric {
        padding: .52rem .72rem;
        border-radius: 14px;
    }
    .hero-slide-metric strong {
        font-size: .9rem;
        margin-bottom: .08rem;
    }
    .hero-slide-metric span {
        font-size: .72rem;
    }
    .hero-slider-dots {
        bottom: 6px;
        gap: .38rem;
        padding: .3rem .52rem;
    }
    .hero-slider-dots button {
        width: 7px;
        height: 7px;
    }
    .form-card, .feature-panel, .info-card, .service-card, .portfolio-card, .testimonial-card, .feature-block, .blog-card, .process-card, .hero-highlights div { padding: 1.2rem; }
    .hero-actions, .cta-strip-actions { flex-direction: column; align-items: stretch; }
    .btn { width: 100%; }
}
