/* ============================================================
Rajeshwari N — Health Insurance Advisor
Colourful theme · Purple + Yellow + multicolour pops
============================================================ */

:root {
--violet-900: #4c1d95;
--violet-800: #6d28d9;
--violet-700: #7c3aed;
--violet-600: #8b5cf6;
--violet-500: #a78bfa;
--violet-300: #cbb9fb;
--violet-100: #efe9ff;
--violet-50:  #f7f4ff;
--gold-500: #f59e0b;
--gold-400: #fbbf24;
--gold-100: #fef3c7;
--teal:   #14b8a6;
--coral:  #fb7185;
--green:  #34d399;
--sky:    #38bdf8;
--orange: #fb923c;
--pink:   #f472b6;
--ink:    #2a1259;
--muted:  #6b6188;
--line:   #ece8f6;
--white:  #ffffff;
--shadow-sm: 0 2px 10px rgba(91, 33, 182, .07);
--shadow-md: 0 12px 32px rgba(91, 33, 182, .14);
--shadow-lg: 0 26px 60px rgba(59, 7, 100, .20);
--radius: 20px;
--radius-sm: 12px;
--maxw: 1160px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
font-family: 'Poppins', 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
color: var(--ink);
background: var(--white);
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--violet-700); text-decoration: none; }
a:hover { color: var(--violet-600); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
h1, h2, h3 { line-height: 1.18; color: var(--ink); font-weight: 800; letter-spacing: -.01em; }
h2.section-title { font-size: clamp(1.7rem, 3.6vw, 2.5rem); text-align: center; }
.section-lead { text-align: center; color: var(--muted); max-width: 640px; margin: 12px auto 0; font-size: 1.06rem; }
.eyebrow { display:inline-block; color: var(--violet-600); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; margin-bottom: 10px; }
.hl { color: var(--gold-500); }
section { padding: 74px 0; }
.section-alt { background: var(--violet-50); }
.section-tint { background: linear-gradient(180deg, #fff, var(--violet-50)); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 1rem; border: 2px solid transparent; cursor: pointer; transition: .2s ease; white-space: nowrap; }
.btn-primary { background: var(--gold-400); color: #4a2c00; box-shadow: 0 8px 20px rgba(245,158,11,.35); }
.btn-primary:hover { background: var(--gold-500); color:#3a2200; transform: translateY(-2px); }
.btn-violet { background: var(--violet-700); color:#fff; box-shadow: 0 8px 20px rgba(124,58,237,.32); }
.btn-violet:hover { background: var(--violet-800); color:#fff; transform: translateY(-2px); }
.btn-ghost { background: #fff; color: var(--violet-700); border-color: var(--violet-100); }
.btn-ghost:hover { border-color: var(--violet-500); transform: translateY(-2px); }
.btn-white { background:#fff; color: var(--violet-700); }
.btn-white:hover { background: var(--violet-50); transform: translateY(-2px); }

/* Header / Nav */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .logo { width: 42px; height: 42px; flex: none; border-radius: 12px; background: linear-gradient(135deg, var(--violet-600), var(--violet-800)); display:flex; align-items:center; justify-content:center; font-size:1.35rem; box-shadow: var(--shadow-sm); }
.brand .brand-text b { display:block; color: var(--ink); font-size: 1.08rem; font-weight: 800; line-height:1.1; }
.brand .brand-text span { display:block; color: var(--violet-600); font-size: .72rem; font-weight:600; letter-spacing:.04em; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a { padding: 9px 15px; border-radius: 999px; color: var(--ink); font-weight: 600; font-size: .96rem; }
.nav-links a:hover { background: var(--violet-50); color: var(--violet-700); }
.nav-links a.active { color: var(--violet-700); background: var(--violet-100); }
.nav-cta { margin-left: 8px; }
.nav-toggle { display:none; background:none; border:0; cursor:pointer; padding:8px; }
.nav-toggle span { display:block; width:24px; height:2px; background: var(--violet-700); margin:5px 0; border-radius:2px; }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 45%, #7c3aed 100%); color:#fff; }
.hero::after { content:""; position:absolute; right:-120px; top:-120px; width:420px; height:420px; background: radial-gradient(circle, rgba(251,191,36,.30), transparent 70%); border-radius:50%; }
.hero-grid { position:relative; z-index:1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 40px; align-items: center; }
.hero h1 { color:#fff; font-size: clamp(2.1rem, 5vw, 3.4rem); }
.hero p.lead { color: #ece9fb; font-size: 1.16rem; margin: 18px 0 26px; max-width: 540px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .eyebrow { color: var(--gold-400); }
.trust-row { display:flex; gap: 26px; margin-top: 30px; flex-wrap: wrap; }
.trust-row .t b { font-size: 1.6rem; color: var(--gold-400); display:block; }
.trust-row .t span { font-size: .82rem; color: #d8d2f4; }
.hero-art { position: relative; min-height: 380px; display:flex; align-items:center; justify-content:center; }
.hero-shield { font-size: 200px; filter: drop-shadow(0 20px 40px rgba(0,0,0,.25)); }
.float-card { position:absolute; background:#fff; color:var(--ink); border-radius: 16px; box-shadow: var(--shadow-md); padding: 12px 16px; display:flex; align-items:center; gap:10px; font-weight:700; font-size:.9rem; }
.float-card .fe { font-size:1.5rem; }
.float-card.fc1 { top: 8%; left: 2%; }
.float-card.fc2 { top: 18%; right: 0%; }
.float-card.fc3 { bottom: 20%; left: -4%; }
.float-card.fc4 { bottom: 6%; right: 6%; }

.hero.home-hero{
    padding:24px 0;
}

/* Trust strip */
.trust-strip { background: var(--violet-900); color:#e9e3fb; }
.trust-strip .wrap { padding: 18px 22px; text-align:center; font-weight:600; font-size:.96rem; }
.trust-strip .hl { color: var(--gold-400); }

/* Emoji icon chips */
.ico { width:60px; height:60px; border-radius: 16px; display:flex; align-items:center; justify-content:center; font-size:1.7rem; margin-bottom:16px; }
.ico.c1 { background: #ede9fe; } .ico.c2 { background: #fef3c7; } .ico.c3 { background: #ccfbf1; }
.ico.c4 { background: #ffe4e6; } .ico.c5 { background: #dcfce7; } .ico.c6 { background: #e0f2fe; }
.ico.c7 { background: #ffedd5; } .ico.c8 { background: #fce7f3; }

/* Cards / grids */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: .22s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .97rem; }
.card.top { border-top: 4px solid var(--violet-500); }

/* Stats band */
.stats { background: linear-gradient(120deg, var(--violet-700), var(--violet-600)); color:#fff; }
.stats .grid-4 { text-align:center; }
.stats .stat .fe { font-size:2rem; display:block; margin-bottom:6px; }
.stats .stat b { font-size: clamp(1.7rem,4vw,2.4rem); display:block; font-weight:800; color: var(--gold-400); }
.stats .stat span { opacity:.9; font-size:.92rem; }
.stats h2 { color:#fff; }

/* Feature split */
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items:center; }
.feat-list { list-style:none; margin-top: 18px; display:grid; gap: 14px; }
.feat-list li { display:flex; gap: 14px; align-items:flex-start; background:#fff; border:1px solid var(--line); border-radius: 14px; padding:14px 16px; box-shadow: var(--shadow-sm); }
.feat-list li .fe { font-size:1.5rem; flex:none; }
.feat-list li b { color: var(--ink); }
.feat-list li p { color: var(--muted); font-size:.92rem; margin-top:2px; }
.media-emoji { background: linear-gradient(135deg, var(--violet-100), #fff); border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); min-height:300px; display:flex; align-items:center; justify-content:center; font-size:120px; }

/* Plans */
.plan { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); display:flex; flex-direction:column; transition:.22s; position:relative; }
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.plan.featured { border: 2px solid var(--violet-500); box-shadow: var(--shadow-md); }
.plan.featured::before { content:"\2605 Most Popular"; position:absolute; top:-14px; left:50%; transform:translateX(-50%); background: var(--gold-400); color:#4a2c00; font-size:.72rem; font-weight:800; padding:6px 15px; border-radius:999px; text-transform:uppercase; white-space:nowrap; }
.plan .p-emoji { font-size:2rem; }
.plan .p-name { font-weight:800; color: var(--ink); font-size:1.2rem; margin-top:6px; }
.plan .p-sum { color:var(--muted); font-size:1rem; margin:6px 0 16px; }
.plan .p-sum b { color: var(--violet-700); font-size:1.7rem; }
.plan ul { list-style:none; display:grid; gap:10px; margin: 8px 0 22px; }
.plan ul li { display:flex; gap:10px; font-size:.95rem; color:var(--ink); align-items:flex-start; }
.plan ul li::before { content:"\2705"; }
.plan .btn { margin-top:auto; justify-content:center; }

/* Steps */
.steps { display:grid; gap: 20px; grid-template-columns: repeat(4,1fr); }
.step { text-align:center; padding: 14px; }
.step .num { width:56px; height:56px; margin:0 auto 12px; border-radius:50%; color:#fff; font-weight:800; font-size:1.4rem; display:flex; align-items:center; justify-content:center; }
.step:nth-child(1) .num { background: var(--violet-600); }
.step:nth-child(2) .num { background: var(--teal); }
.step:nth-child(3) .num { background: var(--orange); }
.step:nth-child(4) .num { background: var(--coral); }
.step h3 { font-size:1.06rem; margin-bottom:6px; }
.step p { color: var(--muted); font-size:.92rem; }

/* Testimonials */
.quote { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.quote p { color: var(--ink); }
.quote .who { display:flex; align-items:center; gap:12px; margin-top:16px; }
.quote .who .av { width:44px; height:44px; border-radius:50%; color:#fff; font-weight:800; display:flex; align-items:center; justify-content:center; }
.quote:nth-child(1) .av { background: var(--violet-500); }
.quote:nth-child(2) .av { background: var(--teal); }
.quote:nth-child(3) .av { background: var(--coral); }
.quote .who b { display:block; font-size:.95rem; color: var(--ink); }
.quote .who span { font-size:.82rem; color: var(--muted); }
.stars { color:#f59e0b; letter-spacing:2px; font-size:1.05rem; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--violet-700), var(--violet-800)); color:#fff; text-align:center; border-radius: 26px; padding: 50px 26px; box-shadow: var(--shadow-md); position:relative; overflow:hidden; }
.cta-band::after { content:""; position:absolute; left:-80px; bottom:-80px; width:260px; height:260px; background: radial-gradient(circle, rgba(251,191,36,.25), transparent 70%); border-radius:50%; }
.cta-band h2 { color:#fff; font-size: clamp(1.6rem,3.4vw,2.2rem); position:relative; }
.cta-band p { opacity:.92; max-width:560px; margin:12px auto 22px; position:relative; }

/* Page hero */
.page-hero { background: linear-gradient(135deg, var(--violet-700), var(--violet-600)); color:#fff; padding: 60px 0; position:relative; overflow:hidden; }
.page-hero::after { content:""; position:absolute; right:-100px; top:-100px; width:340px; height:340px; background: radial-gradient(circle, rgba(251,191,36,.25), transparent 70%); border-radius:50%; }
.page-hero .eyebrow { color: var(--gold-400); }
.page-hero h1 { color:#fff; font-size: clamp(2rem,4.6vw,3rem); position:relative; }
.page-hero p { opacity:.94; max-width: 620px; margin-top: 10px; font-size:1.08rem; position:relative; }
.crumbs { font-size:.85rem; opacity:.85; margin-bottom:14px; }
.crumbs a { color:#f3d98a; }

/* About */
.profile { display:grid; grid-template-columns: 320px 1fr; gap: 40px; align-items:start; }
.profile-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); overflow:hidden; text-align:center; }
.profile-card .ph { background: linear-gradient(135deg, var(--violet-600), var(--violet-800)); padding: 30px; font-size:96px; }
.profile-card .info { padding: 20px 22px 24px; }
.profile-card .info b { font-size:1.18rem; color: var(--ink); }
.profile-card .info .role { color: var(--violet-600); font-weight:700; font-size:.92rem; }
.chip { display:inline-block; background: var(--gold-100); color: #92600a; font-weight:700; font-size:.78rem; padding:6px 13px; border-radius:999px; margin-top:12px; }

/* Contact */
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items:start; }
.info-list { display:grid; gap: 16px; }
.info-item { display:flex; gap:14px; align-items:flex-start; background:#fff; border:1px solid var(--line); border-radius: var(--radius-sm); padding:16px 18px; box-shadow: var(--shadow-sm); }
.info-item .fe { font-size:1.6rem; flex:none; }
.info-item b { color: var(--ink); font-size:.98rem; }
.info-item a, .info-item span { color: var(--muted); font-size:.95rem; }
form.lead-form { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-md); }
.field { margin-bottom:16px; }
.field label { display:block; font-weight:600; font-size:.9rem; margin-bottom:6px; color: var(--ink); }
.field input, .field select, .field textarea { width:100%; padding:13px 15px; border:1px solid var(--line); border-radius: var(--radius-sm); font-size:.98rem; font-family:inherit; color: var(--ink); background:#fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color: var(--violet-500); box-shadow:0 0 0 3px var(--violet-100); }
.field textarea { resize: vertical; min-height:110px; }
.form-note { font-size:.82rem; color: var(--muted); margin-top:6px; }
.form-msg { display:none; margin-top:14px; padding:12px 14px; border-radius:10px; background:#dcfce7; color:#15803d; font-weight:600; font-size:.94rem; }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; display:grid; gap:12px; }
.faq details { background:#fff; border:1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 20px; box-shadow: var(--shadow-sm); }
.faq summary { cursor:pointer; font-weight:700; color: var(--ink); padding:16px 0; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:12px; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; font-size:1.5rem; color: var(--violet-600); font-weight:400; }
.faq details[open] summary::after { content:"\2013"; }
.faq details p { color: var(--muted); padding-bottom:16px; font-size:.97rem; }

/* Footer */
.site-footer { background: var(--violet-900); color: #cfc4ef; padding: 56px 0 26px; }
.footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h4 { color:#fff; font-size:1rem; margin-bottom:14px; }
.site-footer a { color:#cfc4ef; font-size:.94rem; }
.site-footer a:hover { color: var(--gold-400); }
.site-footer ul { list-style:none; display:grid; gap:9px; }
.footer-brand .brand-text b { color:#fff; }
.footer-brand p { font-size:.92rem; opacity:.85; margin-top:12px; max-width: 280px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.14); margin-top:36px; padding-top:20px; display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; font-size:.85rem; opacity:.8; }
.disclaimer { font-size:.78rem; opacity:.6; margin-top:14px; line-height:1.5; }

/* Image placeholders (swap for real photos) */
.img-ph {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    min-height: 300px;
}
img.img-ph { display:block; object-fit:cover; padding:0; border:1px solid var(--line); width:100%; }
.hero-art .img-ph {
    width: 100%;
    max-width: 470px;
    height: 370px;
    border: 1px solid rgba(255,255,255,.2);
    background: #fff;
}

.service-img-wrap{
    min-height: 450px;      /* Match your generated image */
    height: 100%;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow-md);
}

.service-img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hero-family-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.profile-card .ph-img{
    position: relative;
    height: 320px;          /* Adjust if needed */
    overflow: hidden;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 0;
}

.advisor-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Utilities */
.center { text-align:center; }
.mt-40 { margin-top:40px; }

/* Chatbot */
.cb-fab { position: fixed; right: 22px; bottom: 22px; z-index: 900; display:flex; align-items:center; gap:10px; cursor:pointer; }
.cb-bubble { background:#fff; color: var(--ink); font-weight:700; font-size:.9rem; padding:10px 14px; border-radius: 14px 14px 4px 14px; box-shadow: var(--shadow-md); border:1px solid var(--line); }
.cb-avatar { width:62px; height:62px; border-radius:50%; background: linear-gradient(135deg, var(--gold-400), var(--coral)); display:flex; align-items:center; justify-content:center; font-size:2rem; box-shadow: var(--shadow-md); border:3px solid #fff; position:relative; }
.cb-avatar::after { content:""; position:absolute; right:3px; bottom:3px; width:13px; height:13px; background: var(--green); border:2px solid #fff; border-radius:50%; }
.cb-panel { position: fixed; right: 22px; bottom: 22px; z-index: 950; width: 340px; max-width: calc(100vw - 32px); background:#fff; border-radius: 20px; box-shadow: var(--shadow-lg); overflow:hidden; display:none; flex-direction:column; }
.cb-panel.open { display:flex; }
.cb-head { background: linear-gradient(135deg, var(--violet-600), var(--violet-800)); color:#fff; padding:16px 18px; display:flex; align-items:center; gap:12px; }
.cb-head .cb-h-av { width:44px; height:44px; border-radius:50%; background: linear-gradient(135deg, var(--gold-400), var(--coral)); display:flex; align-items:center; justify-content:center; font-size:1.4rem; border:2px solid #fff; }
.cb-head b { display:block; font-size:1rem; }
.cb-head span { font-size:.78rem; opacity:.9; }
.cb-head .cb-close { margin-left:auto; background:rgba(255,255,255,.2); border:0; color:#fff; width:30px; height:30px; border-radius:50%; cursor:pointer; font-size:1rem; }
.cb-body { padding:16px; display:flex; flex-direction:column; gap:10px; max-height: 360px; overflow-y:auto; background: var(--violet-50); }
.cb-msg { background:#fff; border:1px solid var(--line); border-radius: 14px 14px 14px 4px; padding:11px 14px; font-size:.92rem; color:var(--ink); max-width:85%; box-shadow: var(--shadow-sm); }
.cb-msg.me { align-self:flex-end; background: var(--violet-600); color:#fff; border-radius:14px 14px 4px 14px; border-color:transparent; }
.cb-quick { display:flex; flex-wrap:wrap; gap:8px; padding: 4px 16px 12px; }
.cb-quick button { background:#fff; border:1.5px solid var(--violet-300); color: var(--violet-700); font-weight:600; font-size:.85rem; padding:8px 13px; border-radius:999px; cursor:pointer; }
.cb-quick button:hover { background: var(--violet-600); color:#fff; border-color:var(--violet-600); }
.cb-actions { display:flex; gap:10px; padding: 0 16px 16px; }
.cb-actions a { flex:1; text-align:center; padding:11px; border-radius:12px; font-weight:700; font-size:.9rem; color:#fff; }
.cb-actions .cb-call { background: var(--violet-600); }
.cb-actions .cb-wa { background: #25d366; }

/* Responsive */
@media (max-width: 960px) {
.hero-grid { grid-template-columns: 1fr; }
.hero-art { order:-1; min-height:300px; }
.split, .profile, .contact-grid { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: repeat(2,1fr); }
.steps { grid-template-columns: repeat(2,1fr); }
.footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
.nav-toggle { display:block; }
.nav-links { position: absolute; top:74px; left:0; right:0; flex-direction:column; align-items:stretch; background:#fff; border-bottom:1px solid var(--line); padding:10px 16px 18px; gap:4px; box-shadow: var(--shadow-md); display:none; }
.nav-links.open { display:flex; }
.nav-links a { padding:12px 14px; }
.nav-cta { margin:6px 0 0; }
.grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
section { padding: 54px 0; }
.footer-grid { grid-template-columns: 1fr 1fr; }
.cb-bubble { display:none; }
}
@media (max-width: 480px) {
.footer-grid { grid-template-columns: 1fr; }
}