:root {
    --navy: #10336f;
    --navy-deep: #082a63;
    --blue: #1f5ce0;
    --blue-dark: #174cbf;
    --blue-soft: #eef5ff;
    --sky: #8fc8ff;
    --green: #19ce66;
    --text: #1c3155;
    --muted: #607493;
    --line: #d6e3f7;
    --white: #fff;
    --shadow: 0 18px 45px rgba(20, 56, 112, .12);
    --radius: 8px;
    --container: 1350px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'DM Sans', Arial, sans-serif; color: var(--text); background: #fff; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.topbar { background: var(--blue); color: #fff; font-size: 13px; }
.topbar-inner { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { display: flex; align-items: center; gap: 7px; font-weight: 600; }
.topbar svg { width: 14px; height: 14px; fill: currentColor; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(17, 57, 122, .08); box-shadow: 0 8px 24px rgba(26,58,110,.06); backdrop-filter: blur(12px); }
.nav-shell { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; border-radius: 4px; display: grid; place-items: center; background: var(--blue); color: #fff; font-weight: 700; font-size: 22px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: 'Playfair Display', Georgia, serif; color: var(--navy); font-size: 17px; }
.brand-copy small { color: var(--blue); letter-spacing: .13em; font-size: 9px; margin-top: 5px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 500; }
.main-nav > a:not(.button) { position: relative; padding: 21px 0; }
.main-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 14px; height: 2px; background: var(--blue); transition: .25s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a.active::after { right: 0; }
.main-nav > a.active { color: var(--blue); }
.main-nav .nav-phone { margin-left: 18px; color: var(--navy); }
.nav-cta { padding: 12px 20px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.button { min-height: 46px; padding: 12px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 4px; font-weight: 700; line-height: 1.1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 9px 22px rgba(31,92,224,.2); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 12px 28px rgba(31,92,224,.28); }
.button-whatsapp { background: var(--green); color: #fff; box-shadow: 0 9px 22px rgba(25,206,102,.18); }
.button-large { min-height: 52px; padding: 15px 28px; }
.hero { position: relative; min-height: 646px; display: flex; align-items: center; overflow: hidden; background: var(--navy-deep); }
.hero-media { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(38,75,137,.12), rgba(4,31,76,.34)), url('../images/bokaro-home-hero.jpg') center 58%/cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,38,91,.95) 0%, rgba(9,49,108,.82) 42%, rgba(16,58,125,.22) 78%, rgba(16,58,125,.1) 100%); }
.hero-content { position: relative; z-index: 2; padding: 76px 0 90px; color: #fff; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 13px; color: var(--blue); font-size: 12px; letter-spacing: .24em; font-weight: 700; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 32px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--sky); }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; color: var(--navy-deep); line-height: 1.12; margin: 0; }
.hero h1 { max-width: 790px; color: #fff; font-size: clamp(48px, 5vw, 70px); letter-spacing: -.025em; }
.hero h1 span { color: #a9d4ff; }
.hero-copy { max-width: 650px; margin: 22px 0 0; font-size: 19px; color: rgba(255,255,255,.88); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 37px; font-size: 13px; color: #cae4ff; }
.stats { position: relative; z-index: 3; margin-top: -1px; background: #113875; color: #fff; border-top: 1px solid rgba(255,255,255,.15); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { min-height: 104px; padding: 22px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.13); }
.stats-grid > div:last-child { border-right: 0; }
.stats strong { font-family: 'Playfair Display', Georgia, serif; color: #a9d4ff; font-size: 32px; line-height: 1; }
.stats span { margin-top: 9px; font-size: 13px; color: rgba(255,255,255,.68); }
.section { padding: 88px 0; }
.section-soft { background: var(--blue-soft); }
.section-heading { max-width: 780px; margin-bottom: 46px; }
.section-heading h2, .feature-copy h2, .contact-section h2 { font-size: clamp(34px, 3.5vw, 48px); }
.section-heading > p:last-child, .feature-copy > p, .wide-copy { color: var(--muted); font-size: 17px; margin: 12px 0 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 18px rgba(23,59,116,.04); transition: .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-image, .detail-art { position: relative; min-height: 178px; background-position: center; background-size: cover; overflow: hidden; }
.service-image::after, .detail-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,36,87,.02), rgba(6,36,87,.26)); }
.property-image { background-image: url('../images/property-consultancy.webp'); background-position: center 42%; }
.insurance-image { background-image: url('../images/lic-insurance.webp'); background-position: center 42%; }
.loan-image { background-image: url('../images/home-loan-assistance.webp'); background-position: center 44%; }
.investment-image { background-image: url('../images/investment-guidance.webp'); background-position: center 40%; }
.service-icon { position: absolute; z-index: 2; left: 18px; bottom: 12px; width: 38px; height: 38px; border-radius: 4px; background: var(--blue); color: #fff; display: grid; place-items: center; font-size: 22px; }
.service-body { padding: 22px 20px 20px; }
.service-body h3 { font-size: 19px; }
.service-body p { min-height: 80px; color: var(--muted); font-size: 14px; margin: 10px 0 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags span { padding: 4px 10px; border-radius: 4px; background: #eef5ff; color: var(--blue); font-size: 12px; }
.centered { text-align: center; margin-top: 32px; }
.text-link { color: var(--blue); font-weight: 700; }
.split-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 62px; align-items: center; }
.feature-art { min-height: 500px; position: relative; border-radius: var(--radius); background: url('../images/about.svg') center/cover no-repeat; box-shadow: var(--shadow); }
.why-us .feature-art { background-image: url('../images/why-choose-us.webp'); background-position: center 48%; }
.feature-art::before, .feature-art::after { content: ''; position: absolute; width: 68px; height: 68px; border-color: var(--blue); border-style: solid; }
.feature-art::before { left: -12px; top: -12px; border-width: 2px 0 0 2px; }
.feature-art::after { right: -12px; bottom: -12px; border-width: 0 2px 2px 0; }
.feature-badge { position: absolute; left: 28px; bottom: 28px; width: 138px; min-height: 90px; padding: 18px; background: var(--blue); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.feature-badge strong { font-family: 'Playfair Display', Georgia, serif; font-size: 29px; line-height: 1; }
.feature-badge span { margin-top: 6px; font-size: 13px; }
.benefit-list { margin-top: 28px; display: grid; gap: 17px; }
.benefit-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.benefit-list > div > span { width: 38px; height: 38px; border-radius: 5px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); font-size: 19px; }
.benefit-list p { margin: 0; }
.benefit-list strong { display: block; font-family: 'Playfair Display', Georgia, serif; color: var(--navy-deep); font-size: 17px; }
.benefit-list small { display: block; color: var(--muted); font-size: 14px; margin-top: 2px; }
.centered-heading { text-align: center; margin-left: auto; margin-right: auto; }
.centered-heading .eyebrow { justify-content: center; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.steps-grid article { min-height: 220px; padding: 34px 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.steps-grid article > span { font-family: 'Playfair Display', Georgia, serif; color: #e3edfd; font-size: 42px; font-weight: 700; }
.steps-grid h3 { margin-top: 7px; font-size: 19px; }
.steps-grid p { color: var(--muted); margin: 10px 0 0; font-size: 14px; }
.reviews-section { background: #123675; color: #fff; }
.light-heading h2 { color: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reviews-grid article { min-height: 250px; padding: 28px; background: #fff; color: var(--text); border-radius: var(--radius); }
.stars { color: #f9b51c; letter-spacing: 2px; }
.reviews-grid article > p { min-height: 96px; font-style: italic; color: #405574; border-bottom: 1px solid #e5edf8; padding-bottom: 18px; }
.reviewer { display: flex; align-items: center; gap: 13px; }
.reviewer > span { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; font-weight: 700; }
.reviewer strong, .reviewer small { display: block; }
.reviewer small { color: #91a1ba; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: start; }
.form-panel { margin-top: 22px; background: var(--blue-soft); border: 1px solid var(--line); border-top: 4px solid var(--blue); padding: 28px; border-radius: var(--radius); }
.consultation-form { display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field label { text-transform: uppercase; font-size: 12px; letter-spacing: .03em; color: var(--navy-deep); font-weight: 700; }
.field label span { color: var(--blue); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #bdd2f4; background: #fff; border-radius: 4px; color: var(--text); outline: 0; padding: 12px 14px; transition: .2s; }
.field input, .field select { height: 44px; }
.field textarea { resize: vertical; min-height: 90px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,92,224,.1); }
.field-error { color: #b42318; }
.form-actions { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-top: 3px; }
.form-note { margin: 0; color: #7385a0; font-size: 12px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.alert { padding: 13px 15px; border-radius: 4px; margin-bottom: 14px; font-size: 14px; }
.alert-success { color: #11663b; background: #e9fff3; border: 1px solid #a8e9c7; }
.alert-error { color: #8f1d16; background: #fff0ee; border: 1px solid #f0bbb7; }
.contact-side { display: grid; gap: 14px; }
.map-frame { width: 100%; height: 288px; border: 0; border-radius: var(--radius); }
.contact-card { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; padding: 16px; background: var(--blue-soft); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card > span { width: 38px; height: 38px; border-radius: 4px; display: grid; place-items: center; color: #fff; background: var(--blue); }
.contact-card small { color: var(--blue); font-weight: 700; }
.contact-card p { margin: 2px 0 0; color: var(--text); }
.credentials-strip { background: #143873; color: #8fc8ff; border-bottom: 4px solid var(--blue); }
.credentials-grid { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.site-footer { background: #123675; color: #a9c3e7; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1.15fr; gap: 60px; padding-top: 56px; padding-bottom: 54px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-grid p { max-width: 310px; }
.footer-grid h3 { color: #8fc8ff; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-grid a:hover { color: #fff; }
.socials { display: flex; gap: 9px; margin-top: 18px; }
.socials a { width: 33px; height: 33px; border: 1px solid rgba(169,195,231,.35); display: grid; place-items: center; border-radius: 4px; }
.footer-whatsapp { margin-top: 19px; min-height: 40px; padding: 10px 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 12px; color: #7695c2; }
.footer-bottom-inner div { display: flex; gap: 24px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(25,206,102,.33); transition: .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 30px; height: 30px; fill: currentColor; }
.page-hero { padding: 82px 0; color: #fff; background: linear-gradient(90deg, rgba(8,42,99,.98), rgba(31,92,224,.82)), url('../images/hero-city.svg') center/cover; }
.page-hero h1 { max-width: 900px; color: #fff; font-size: clamp(42px, 5vw, 65px); }
.page-hero > .container > p:last-child { max-width: 720px; margin: 17px 0 0; font-size: 18px; color: rgba(255,255,255,.82); }
.service-detail-grid { display: grid; gap: 80px; }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; scroll-margin-top: 100px; }
.service-detail.reverse .detail-art { order: 2; }
.detail-art { min-height: 365px; border-radius: var(--radius); box-shadow: var(--shadow); }
.service-detail h2 { font-size: clamp(32px, 3.3vw, 46px); }
.service-detail p, .service-detail li { color: var(--muted); }
.service-detail ul { padding-left: 20px; margin-bottom: 25px; }
.about-art { background-image: url('../images/about-owner.jpg'); background-position: center 18%; }
.about-points { margin: 24px 0 0; padding-left: 22px; color: var(--muted); }
.about-points li { margin: 0 0 14px; line-height: 1.75; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.values-grid div { padding: 17px; background: var(--blue-soft); border: 1px solid var(--line); border-radius: 6px; }
.values-grid strong, .values-grid span { display: block; }
.values-grid strong { font-family: 'Playfair Display', Georgia, serif; color: var(--navy-deep); }
.values-grid span { color: var(--muted); font-size: 13px; margin-top: 4px; }
.wide-copy { max-width: 760px; margin-left: auto; margin-right: auto; }
@media (max-width: 1100px) {
    .main-nav { gap: 20px; }
    .main-nav .nav-phone { display: none; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .service-body p { min-height: 58px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
    .topbar-inner > span { display: none; }
    .topbar-inner { justify-content: flex-end; }
    .nav-shell { min-height: 66px; }
    .menu-toggle { display: block; margin-left: auto; }
    .main-nav { position: fixed; inset: 96px 0 auto 0; padding: 18px 20px 26px; display: grid; gap: 0; background: #fff; box-shadow: 0 20px 30px rgba(12,44,99,.15); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s ease; }
    .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .main-nav > a:not(.button) { padding: 14px 2px; border-bottom: 1px solid #edf2fa; }
    .main-nav > a:not(.button)::after { display: none; }
    .main-nav .nav-phone { display: block; margin-left: 0; }
    .nav-cta { margin-top: 14px; }
    .hero { min-height: 600px; }
    .hero-content { padding-top: 70px; }
    .hero h1 { max-width: 700px; }
    .hero-overlay { background: linear-gradient(90deg, rgba(5,38,91,.95), rgba(9,49,108,.76)); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid > div:nth-child(2) { border-right: 0; }
    .stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
    .split-grid, .contact-grid { grid-template-columns: 1fr; }
    .feature-art { min-height: 430px; }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .reviews-grid { grid-template-columns: 1fr; }
    .reviews-grid article { min-height: auto; }
    .reviews-grid article > p { min-height: auto; }
    .credentials-grid { flex-wrap: wrap; justify-content: center; padding: 22px 0; }
    .service-detail { grid-template-columns: 1fr; gap: 30px; }
    .service-detail.reverse .detail-art { order: 0; }
}
@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .topbar { font-size: 12px; }
    .topbar-inner { min-height: 28px; }
    .brand-mark { width: 38px; height: 38px; font-size: 19px; }
    .brand-copy strong { font-size: 15px; }
    .brand-copy small { font-size: 8px; }
    .hero { min-height: 620px; align-items: flex-end; }
    .hero-media { background-position: 58% center; }
    .hero-content { padding: 72px 0 66px; }
    .hero h1 { font-size: 42px; }
    .hero-copy { font-size: 16px; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .hero-actions .button { width: 100%; }
    .hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; font-size: 11px; }
    .stats-grid > div { min-height: 92px; padding: 16px 10px; text-align: center; }
    .stats strong { font-size: 27px; }
    .stats span { font-size: 11px; }
    .section { padding: 62px 0; }
    .section-heading { margin-bottom: 30px; }
    .section-heading h2, .feature-copy h2, .contact-section h2 { font-size: 34px; }
    .service-grid, .steps-grid { grid-template-columns: 1fr; }
    .service-body p { min-height: auto; }
    .feature-art { min-height: 330px; }
    .feature-badge { left: 18px; bottom: 18px; }
    .form-panel { padding: 20px 16px; }
    .form-actions { grid-template-columns: 1fr; }
    .form-actions .button { width: 100%; }
    .map-frame { height: 240px; }
    .credentials-grid { display: grid; grid-template-columns: 1fr 1fr; justify-items: start; font-size: 10px; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 45px; }
    .footer-bottom-inner { padding: 16px 0; align-items: flex-start; flex-direction: column; }
    .footer-bottom-inner div { flex-wrap: wrap; gap: 12px 18px; }
    .floating-whatsapp { width: 52px; height: 52px; right: 14px; bottom: 14px; }
    .page-hero { padding: 65px 0; }
    .page-hero h1 { font-size: 40px; }
    .detail-art { min-height: 260px; }
    .values-grid { grid-template-columns: 1fr; }
}
@media (max-width: 390px) {
    .brand-copy strong { font-size: 14px; }
    .hero h1 { font-size: 37px; }
    .hero-trust { grid-template-columns: 1fr; }
    .credentials-grid { grid-template-columns: 1fr; }
}

/* WordPress integration */
.main-nav .nav-menu { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.main-nav .nav-menu > li > a { position: relative; display: block; padding: 21px 0; }
.main-nav .nav-menu > li > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 14px; height: 2px; background: var(--blue); transition: .25s ease; }
.main-nav .nav-menu > li > a:hover::after,
.main-nav .nav-menu > li.current-menu-item > a::after,
.main-nav .nav-menu > li.current_page_item > a::after { right: 0; }
.main-nav .nav-menu > li.current-menu-item > a,
.main-nav .nav-menu > li.current_page_item > a { color: var(--blue); }
.custom-logo-shell { display: inline-flex; align-items: center; max-width: 280px; }
.custom-logo-shell .custom-logo { display: block; width: auto; max-width: 280px; max-height: 54px; object-fit: contain; }
.footer-logo .custom-logo { max-height: 58px; filter: brightness(0) invert(1); }
.content-page { max-width: 920px; }
.content-page h2, .content-page h3 { margin: 1.25em 0 .45em; }
.content-page p, .content-page li { color: var(--muted); }
body.admin-bar .site-header { top: 32px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 1100px) {
    .main-nav .nav-menu { gap: 20px; }
}
@media (max-width: 900px) {
    .main-nav .nav-menu { display: grid; gap: 0; width: 100%; }
    .main-nav .nav-menu > li > a { padding: 14px 2px; border-bottom: 1px solid #edf2fa; }
    .main-nav .nav-menu > li > a::after { display: none; }
    .main-nav .nav-phone { padding: 14px 2px; border-bottom: 1px solid #edf2fa; }
    body.admin-bar .main-nav { top: 128px; }
}
@media (max-width: 782px) {
    body.admin-bar .site-header { top: 46px; }
}
@media (max-width: 640px) {
    .custom-logo-shell .custom-logo { max-width: 220px; max-height: 46px; }
}
