@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #080d16;
  --bg-deep: #060a11;
  --surface: #101827;
  --surface-2: #141e30;
  --line: rgba(127, 154, 188, .18);
  --line-strong: rgba(32, 202, 238, .34);
  --text: #f4f7fb;
  --muted: #8ea2bd;
  --faint: #627690;
  --cyan: #19d3ef;
  --blue: #4978f6;
  --radius: 17px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
:lang(hi), :lang(hi) * { font-family: 'Noto Sans Devanagari', Inter, system-ui, sans-serif; line-height: 1.7; }
.brand:lang(hi), .nav-shell nav a:lang(hi) { line-height: normal; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 4%, rgba(18, 170, 214, .11), transparent 32%), radial-gradient(circle at 95% 72%, rgba(39, 101, 255, .07), transparent 28%), var(--bg); }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 70%); }

.topbar { position: sticky; top: 0; z-index: 50; border-top: 1px solid var(--cyan); border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(8, 13, 22, .88); backdrop-filter: blur(18px); }
.nav-shell { width: min(1320px, calc(100% - 40px)); height: 76px; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--text); font-size: 20px; font-weight: 750; text-decoration: none; letter-spacing: -.02em; white-space: nowrap; }
.brand b { color: var(--cyan); font-size: 14px; font-weight: 500; }
.brand-emblem { display: block; height: 30px; width: auto; flex-shrink: 0; }
.nav-shell nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav-shell nav a { color: #9baac0; font-size: 14px; font-weight: 550; text-decoration: none; transition: .2s; }
.nav-shell nav a:hover, .nav-shell nav a.active { color: var(--cyan); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.language span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.language select, .install-button, .menu-button { height: 36px; border: 1px solid var(--line); border-radius: 9px; background: #0e1624; color: #cbd6e4; font: 600 11px Inter, sans-serif; }
.language select { padding: 0 10px; }
.install-button { padding: 0 12px; color: var(--cyan); border-color: var(--line-strong); cursor: pointer; }
.menu-button { display: none; width: 39px; font-size: 17px; cursor: pointer; }

.hero { position: relative; min-height: 630px; display: grid; place-items: center; padding: 116px 20px 90px; overflow: hidden; text-align: center; }
.hero::after { content: ""; position: absolute; left: 50%; bottom: 0; width: min(1320px, calc(100% - 40px)); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(25,211,239,.4), transparent); }
.hero-aura { position: absolute; top: 40px; left: 50%; width: 760px; height: 440px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(25,211,239,.13), rgba(41,105,255,.045) 45%, transparent 72%); filter: blur(18px); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; max-width: 900px; margin: auto; }
.hero-label { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 24px; color: #6fe8f7; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.hero-label::before, .hero-label::after { content: ""; width: 26px; height: 1px; background: rgba(25,211,239,.45); }
.hero h1 { margin: 0; background: linear-gradient(100deg, #31c6f2 5%, #4c75f5 92%); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: clamp(55px, 7vw, 84px); line-height: .98; letter-spacing: -.065em; font-weight: 800; }
.hero h1:lang(hi) { line-height: 1.3; padding-top: .15em; }
.hero-promise { margin: 30px 0 0; color: var(--cyan); font-size: clamp(15px, 2vw, 20px); font-weight: 650; }
.hero-promise i { margin: 0 5px; color: #3f7ef6; font-style: normal; }
.hero-copy { margin: 25px auto 0; color: #9bb0cb; font-size: clamp(14px, 1.6vw, 17px); line-height: 1.8; }
.primary-button { display: inline-flex; align-items: center; gap: 16px; margin-top: 34px; padding: 14px 25px; border-radius: 999px; background: linear-gradient(105deg, #2ac8eb, #5268f4); color: #06111b; font-size: 13px; font-weight: 800; text-decoration: none; box-shadow: 0 16px 45px rgba(23, 132, 235, .2); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 20px 52px rgba(23, 132, 235, .3); }

.trust-bar { width: min(1000px, calc(100% - 40px)); margin: -50px auto 0; position: relative; z-index: 3; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 34px; padding: 20px 28px; border: 1px solid var(--line); border-radius: 999px; background: rgba(16, 24, 39, .88); backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.trust-item { display: inline-flex; align-items: center; gap: 8px; color: #b7c4d6; font-size: 12px; font-weight: 600; white-space: nowrap; }
.trust-icon { display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: #06111b; font-size: 10px; font-weight: 800; background: var(--cyan); }

.tools-section { width: min(1240px, calc(100% - 40px)); margin: auto; padding: 104px 0 120px; }
.section-heading { max-width: 720px; margin: auto; text-align: center; }
.section-heading p { margin: 0 0 15px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 5vw, 50px); line-height: 1.1; letter-spacing: -.05em; }
.section-heading span { display: block; margin-top: 16px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.search-box { width: min(700px, 100%); height: 54px; margin: 35px auto 42px; display: flex; align-items: center; gap: 12px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(16, 24, 39, .88); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.search-box:focus-within { border-color: rgba(25,211,239,.55); box-shadow: 0 18px 50px rgba(0,0,0,.22), 0 0 0 3px rgba(25,211,239,.055); }
.search-box > span { color: var(--cyan); }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--text); font: 13px Inter, sans-serif; }
.search-box input::placeholder { color: #64758d; }
.search-box kbd { padding: 3px 7px; border: 1px solid var(--line); border-radius: 5px; color: var(--faint); font-size: 9px; }
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.category-card { position: relative; min-height: 190px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto 1fr; gap: 22px 16px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,30,48,.94), rgba(13,21,34,.96)); color: var(--text); text-decoration: none; overflow: hidden; transition: transform .22s, border-color .22s, box-shadow .22s; }
.category-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(circle at 15% 0%, rgba(25,211,239,.09), transparent 44%); transition: opacity .22s; }
.category-card:hover { transform: translateY(-5px); border-color: rgba(25,211,239,.42); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.category-card:hover::before { opacity: 1; }
.category-card.priority { border-color: rgba(25,211,239,.28); }
.card-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; font-size: 10px; font-weight: 800; }
.card-icon.blue { color: #68c7ff; background: rgba(44,143,255,.14); }.card-icon.violet,.card-icon.purple { color: #c29aff; background: rgba(143,91,235,.14); }.card-icon.pink { color: #f48ab8; background: rgba(226,76,141,.14); }.card-icon.green { color: #79e5b1; background: rgba(34,185,116,.14); }.card-icon.cyan { color: #6fe8f7; background: rgba(25,211,239,.13); }.card-icon.gold { color: #ffd06b; background: rgba(240,170,42,.14); }.card-icon.coral { color: #ff8a95; background: rgba(241,81,99,.14); }.card-icon.teal { color: #74e6d0; background: rgba(35,190,163,.13); }.card-icon.saffron { color: #ffab68; background: rgba(242,125,42,.14); }
.card-copy { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; }
.card-copy strong { font-size: 16px; letter-spacing: -.02em; }
.card-copy small { margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.card-copy em { margin-top: auto; padding-top: 21px; color: var(--faint); font-size: 9px; font-style: normal; text-transform: uppercase; letter-spacing: .08em; }
.card-arrow { position: absolute; right: 22px; bottom: 21px; color: var(--cyan); font-size: 17px; }
.category-card.is-active { border-color: rgba(25,211,239,.55); box-shadow: 0 0 0 1px rgba(25,211,239,.2); }
.category-card.is-active .card-arrow { transform: rotate(90deg); transition: transform .2s; }
.empty-state { padding: 35px; color: var(--muted); text-align: center; }

.category-expand { margin-top: 18px; padding: 26px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,30,48,.96), rgba(13,21,34,.98)); box-shadow: 0 20px 55px rgba(0,0,0,.28); opacity: 0; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease; }
.category-expand.open { opacity: 1; transform: translateY(0); }
.expand-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.expand-head strong { font-size: 15px; letter-spacing: -.01em; }
.expand-close { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 8px; background: #0e1624; color: var(--muted); font-size: 12px; cursor: pointer; }
.expand-close:hover { color: var(--cyan); border-color: var(--line-strong); }
.expand-tools { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.expand-tool { display: flex; flex-direction: column; gap: 5px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.02); color: var(--text); text-decoration: none; transition: border-color .2s, background .2s; }
.expand-tool:hover { border-color: rgba(25,211,239,.42); background: rgba(25,211,239,.05); }
.expand-tool strong { font-size: 12.5px; }
.expand-tool span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.expand-tool.soon { opacity: .6; cursor: default; }
.expand-tool.soon:hover { border-color: var(--line); background: rgba(255,255,255,.02); }
.expand-tool.soon small { color: var(--faint); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.expand-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.expand-chips span { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 600; }
.expand-soon-note { margin: 16px 0 0; color: var(--faint); font-size: 11px; }

.projects-section { width: min(1240px, calc(100% - 40px)); margin: auto; padding: 0 0 130px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.project-card { position: relative; display: flex; flex-direction: column; padding: 28px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,30,48,.94), rgba(13,21,34,.96)); color: var(--text); text-decoration: none; transition: transform .22s, border-color .22s, box-shadow .22s; }
.project-card:hover { transform: translateY(-5px); border-color: rgba(25,211,239,.42); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.project-card.is-soon { opacity: .9; }
.project-status { align-self: flex-start; margin-bottom: 16px; padding: 4px 11px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-progress { color: #6fe8f7; background: rgba(25,211,239,.13); }
.status-soon { color: #8ea2bd; background: rgba(127,154,188,.13); }
.project-card strong { font-size: 17px; letter-spacing: -.02em; }
.project-card small { margin-top: 10px; color: var(--muted); font-size: 12.5px; line-height: 1.65; }
.project-link { margin-top: 18px; color: var(--cyan); font-size: 11px; font-weight: 700; font-style: normal; }
.project-progress { display: block; margin-top: 18px; height: 4px; border-radius: 999px; background: rgba(127,154,188,.16); overflow: hidden; }
.project-progress-fill { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #2ac8eb, #5268f4); }
.hero-founder-line { margin: 18px auto 0; max-width: 620px; color: var(--muted); font-size: 13px; font-style: italic; line-height: 1.6; }
.india-badge { display: inline-flex; align-items: center; gap: 7px; margin-top: 26px; padding: 7px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--faint); font-size: 11px; font-weight: 650; background: rgba(255,255,255,.02); }

.faq-section { width: min(900px, calc(100% - 40px)); margin: 0 auto 120px; }
.faq-list { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(20,30,48,.9), rgba(13,21,34,.94)); overflow: hidden; }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; cursor: pointer; font-size: 14px; font-weight: 650; color: var(--text); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--cyan); font-size: 18px; font-weight: 400; flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 22px 20px; color: var(--muted); font-size: 13.5px; line-height: 1.7; }

.contact-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(16,24,39,.45); }
.contact-strip-inner { width: min(1240px, calc(100% - 40px)); margin: auto; padding: 15px 0; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; text-align: center; color: var(--muted); font-size: 12.5px; }
.contact-strip-inner a { color: var(--cyan); font-weight: 700; text-decoration: none; }
.contact-strip-inner a:hover { text-decoration: underline; }

.site-footer { width: min(1240px, calc(100% - 40px)); margin: auto; padding: 58px 0 0; color: var(--faint); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 36px; }
.footer-brand strong { display: block; color: var(--text); font-size: 16px; letter-spacing: -.02em; }
.footer-brand p { margin: 10px 0 0; max-width: 260px; color: var(--muted); font-size: 12.5px; line-height: 1.65; }
.footer-col h4 { margin: 0 0 15px; color: var(--faint); font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; margin-bottom: 11px; color: var(--muted); font-size: 12.5px; text-decoration: none; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 24px 0 30px; border-top: 1px solid var(--line); font-size: 10.5px; }
.footer-bottom .india-badge { margin-top: 0; }

@media (max-width: 940px) { .category-grid { grid-template-columns: repeat(2,1fr); } .project-grid { grid-template-columns: 1fr; } .expand-tools { grid-template-columns: repeat(2,1fr); } .nav-shell nav { gap: 22px; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .nav-shell { width: calc(100% - 28px); } .nav-shell nav { display: none; position: absolute; top: 76px; left: 14px; right: 14px; flex-direction: column; align-items: stretch; gap: 5px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: #0e1624; box-shadow: 0 18px 50px rgba(0,0,0,.35); } .nav-shell nav.open { display: flex; } .nav-shell nav a { padding: 12px; border-radius: 8px; } .nav-shell nav a:hover { background: rgba(25,211,239,.06); } .menu-button { display: block; } .hero { min-height: 560px; padding-top: 94px; } .language select { max-width: 84px; } }
@media (max-width: 560px) { .brand { font-size: 16px; } .brand b { display: none; } .brand-emblem { width: 34px; } .install-button { display: none !important; } .hero { padding-inline: 17px; } .hero h1 { font-size: 49px; } .hero-copy br { display: none; } .trust-bar { margin-top: -34px; border-radius: 18px; justify-content: flex-start; gap: 12px 22px; } .tools-section { width: calc(100% - 28px); padding-top: 80px; } .category-grid { grid-template-columns: 1fr; } .category-card { min-height: 172px; } .category-expand { padding: 18px; } .expand-tools { grid-template-columns: 1fr; } .projects-section { width: calc(100% - 28px); padding-bottom: 90px; } .faq-section { width: calc(100% - 28px); margin-bottom: 80px; } .site-footer { width: calc(100% - 28px); } .footer-grid { grid-template-columns: 1fr; gap: 26px; } .footer-bottom { flex-direction: column; align-items: flex-start; } }

