/* Civic Courtyard visual system for Aawas Link HIMS */
:root {
  --brand-navy: #081838;
  --brand-navy-soft: #082858;
  --brand-blue: #083878;
  --brand-blue-bright: #1858A8;
  --brand-lime: #88D838;
  --brand-lime-deep: #78C838;
  --brand-white: #F8F8F8;
  --courtyard-blue: var(--brand-blue);
  --community-teal: var(--brand-blue-bright);
  --marigold: var(--brand-lime);
  --brick-rose: var(--brand-lime-deep);
  --morning-mist: #EEF4FB;
  --slate-ink: var(--brand-navy);
  --page: #F7FAFE;
  --surface: #fff;
  --surface-soft: #EEF4FB;
  --ink: var(--slate-ink);
  --muted: #526477;
  --line: rgba(8,56,120,.14);
  --line-strong: rgba(8,56,120,.28);
  --green: var(--brand-blue-bright);
  --green-dark: var(--brand-blue);
  --green-soft: #EFF5FC;
  --blue: var(--courtyard-blue);
  --orange: var(--marigold);
  --shadow-sm: 0 12px 34px rgba(8,24,56,.07);
  --shadow-md: 0 28px 80px rgba(8,24,56,.12);
  --radius: 22px;
  --radius-sm: 12px;
  --display: "Roboto", "Segoe UI", Arial, sans-serif;
  --body: "Manrope", "Segoe UI", sans-serif;
}

html { scroll-padding-top: 96px; }
body { color: var(--slate-ink); background: var(--page); font-family: var(--body); user-select: none; }
body * { user-select: inherit; }
input,textarea,select,[contenteditable="true"] { user-select: text; }
img,svg { user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; }
h1,h2,h3,h4,h5,h6 { font-family: var(--display) !important; }
button, a { -webkit-tap-highlight-color: transparent; }
a, button, input, textarea, select { border-radius: 10px; }
:where(a,button,input,textarea,select,[tabindex]):focus-visible {
  outline: 3px solid var(--marigold) !important;
  outline-offset: 4px;
}
.site { padding-top: 96px; }
.container { width: min(calc(100% - 48px),1240px); }

/* Navigation */
.navbar {
  top: 16px; width: min(calc(100% - 36px),1240px); min-height: 66px;
  padding: 9px 10px 9px 16px; border: 1px solid rgba(36,91,120,.14);
  border-radius: 18px; background: rgba(255,255,255,.88);
  box-shadow: 0 12px 40px rgba(32,49,58,.09);
}
.brand { color: var(--slate-ink); font-weight: 700; }
.brand strong { color: var(--community-teal); }
.brand-logo { border-radius: 10px; }
.nav-links a { color: #435a63; font-weight: 650; }
.nav-links a:hover,.nav-links a:focus-visible { color: var(--courtyard-blue); background: var(--morning-mist); }
.nav-cta,.primary-button { border-radius: 12px; background: var(--courtyard-blue); box-shadow: 0 12px 26px rgba(36,91,120,.22); }
.nav-cta:hover,.primary-button:hover { background: #194a66; box-shadow: 0 16px 34px rgba(36,91,120,.26); }

/* Hero: the primary civic portal */
.hero {
  width: min(calc(100% - 32px),1460px); min-height: 730px; margin-bottom: 24px;
  grid-template-columns: minmax(420px,.82fr) minmax(580px,1.18fr);
  gap: clamp(24px,4vw,70px); padding: clamp(50px,6vw,86px) max(28px,5.2vw) 54px;
  overflow: hidden; border: 1px solid rgba(36,91,120,.12); border-radius: 34px;
  background: linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.88) 43%,rgba(237,244,245,.58));
  box-shadow: 0 28px 90px rgba(32,49,58,.08);
}
.hero::before {
  inset: auto 0 0 auto; width: 58%; height: 100%; border: 0;
  background: linear-gradient(rgba(36,91,120,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(36,91,120,.055) 1px,transparent 1px),radial-gradient(circle at 64% 38%,rgba(22,132,122,.14),transparent 42%);
  background-size: 54px 54px,54px 54px,auto; mask-image: linear-gradient(90deg,transparent,#000 24%);
}
.hero::after {
  content: ""; position: absolute; right: 5%; top: 10%; z-index: -1; width: 170px; height: 126px;
  border-radius: 28px; opacity: .2; transform: rotate(-4deg);
  background: linear-gradient(90deg,var(--marigold) 0 31%,transparent 31% 37%,var(--community-teal) 37% 66%,transparent 66% 72%,var(--brick-rose) 72%);
}
.nepal-landscape { inset: 22% 0 0; opacity: .42; filter: saturate(.75); }
.hero-copy { max-width: 650px; padding: 28px 0 44px; }
.hero-kicker,.section-heading .label,.ai-copy .label,.app-availability-copy .label {
  color: var(--courtyard-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.hero-kicker { margin-bottom: 22px; padding: 9px 13px; border: 1px solid rgba(36,91,120,.16); border-radius: 999px; background: rgba(237,244,245,.86); }
.hero-kicker::before { background: var(--marigold); }
.hero h1,.section-heading h2,.app-availability-copy h3,.ai-copy h2,.security-copy h2,.inquiry-copy h2 {
  color: var(--slate-ink); font-family: var(--display); font-weight: 650; letter-spacing: -.035em;
}
.hero h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(52px,5vw,78px); line-height: .98; }
.hero h1 span { color: var(--courtyard-blue); }
.hero-description { margin-bottom: 27px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.secondary-button { border-color: rgba(36,91,120,.2); border-radius: 12px; box-shadow: none; }
.secondary-button:hover { border-color: var(--community-teal); background: var(--green-soft); }
.hero-store-links { margin-bottom: 28px; }
.hero-store-badge { border-radius: 12px; }
.trust-row { gap: 0; border-block: 1px solid rgba(36,91,120,.14); }
.trust-item {
  min-height: 66px; padding: 12px 14px; border: 0; border-right: 1px solid rgba(36,91,120,.14);
  border-radius: 0; background: transparent; box-shadow: none; color: #4c636b; font-size: 11px;
}
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.hero-scene { min-height: 620px; }
.visual-float {
  inset: 4% 0 1%; border: 0; border-radius: 0;
  background: transparent; box-shadow: none;
}
.hero-visual-image { filter: drop-shadow(0 28px 34px rgba(32,49,58,.12)); mask-image: none; }
.scene-glow { background: radial-gradient(ellipse,rgba(22,132,122,.18),transparent 70%); }

/* Section rhythm */
.section { padding: 84px 0; }
.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading h2 { margin: 12px 0 15px; font-size: clamp(38px,4.1vw,58px); line-height: 1.05; }
.section-heading p { max-width: 660px; margin-inline: auto; color: var(--muted); line-height: 1.75; }
#mobile-apps { padding: 72px 0 32px; background: linear-gradient(180deg,var(--page),var(--morning-mist) 72%,var(--page)); }
#modules {
  position: relative; padding: 46px 0 72px;
  background-color: #f5fbfa;
  background-image: url('public/images/modules-community-background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#modules > .container { position: relative; z-index: 1; }

/* Product video */
.video-showcase {
  padding-block: 76px;
  background: #fff;
}
.video-showcase .section-heading { margin-bottom: 34px; }
.video-showcase .video-frame {
  display: block;
  width: min(100%, 1240px);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(0,31,69,.12);
  border-radius: 18px;
  background: #071d38;
  box-shadow: 0 28px 70px rgba(0,31,69,.16);
}
.video-showcase .video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-fallback {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.video-fallback[hidden] { display: none; }
.video-fallback img { width: 100%; height: 100%; object-fit: cover; }
.video-fallback span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  background: rgba(0,31,69,.9);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
}
.video-fallback span::before { content: "\\25B6"; font-size: 12px; }
.video-link {
  display: table;
  margin: 22px auto 0;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.video-link:hover { color: var(--brand-navy); }
#product { padding-block: 80px; background: var(--morning-mist); }
#ai-assistant { padding-block: 88px; background: #dfecee; }
#features { padding-block: 80px 72px; }
#security { padding-block: 64px; scroll-margin-top: 92px; }

/* Mobile app showcase */
.app-availability {
  grid-template-columns: minmax(0,1fr) minmax(360px,.72fr); gap: clamp(50px,9vw,120px);
  margin-bottom: 48px; padding: 56px clamp(26px,5vw,72px); border: 1px solid rgba(36,91,120,.13);
  border-radius: 28px; background: rgba(255,255,255,.72); box-shadow: 0 24px 68px rgba(32,49,58,.07);
}
.app-availability::after {
  content: ""; position: absolute; right: 3%; bottom: 8%; width: 34%; height: 58%; border-radius: 26px;
  background: linear-gradient(rgba(36,91,120,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(36,91,120,.06) 1px,transparent 1px);
  background-size: 36px 36px; pointer-events: none;
}
.app-availability-copy h3 { color: var(--slate-ink); }
.app-availability-copy h3 span { color: var(--community-teal); }
.store-button { border-radius: 13px; background: var(--slate-ink); }
.store-button:hover { background: var(--courtyard-blue); }
.app-proof-list { gap: 10px; }
.app-proof-item { border-color: rgba(36,91,120,.13); border-radius: 14px; background: #fff; }
.app-proof-item svg { color: var(--community-teal); }
.app-availability-visual { position: relative; z-index: 1; }
.app-carousel { padding: 28px; border: 1px solid rgba(36,91,120,.13); border-radius: 28px; background: rgba(255,255,255,.6); }
.app-slide { overflow: hidden; border: 1px solid rgba(36,91,120,.12); border-radius: 20px; background: #fff; box-shadow: none; }
.app-slide:hover { transform: translateY(-6px); border-color: rgba(22,132,122,.3); box-shadow: 0 24px 52px rgba(32,49,58,.1); }
.app-slide .app-visual { position: relative; overflow: hidden; }
.app-slide .app-visual::before {
  content: ""; position: absolute; inset: 9% 10% 8%; border-radius: 44% 56% 48% 52%;
  background: var(--slide-a); filter: blur(4px); transform: rotate(-7deg);
}
.app-slide:nth-child(3) .app-visual::after,.app-slide:nth-child(5) .app-visual::after,.app-slide:nth-child(6) .app-visual::after {
  content: ""; position: absolute; z-index: 2; width: 38px; height: 12px;
  border: 3px solid rgba(255,255,255,.8); border-radius: 999px;
  box-shadow: 0 10px 22px rgba(32,49,58,.16),inset 13px 0 rgba(255,255,255,.55);
}
.app-slide:nth-child(3) .app-visual::after { right: 8%; top: 18%; background: var(--courtyard-blue); }
.app-slide:nth-child(5) .app-visual::after { left: 8%; bottom: 22%; background: var(--community-teal); transform: rotate(90deg); }
.app-slide:nth-child(6) .app-visual::after { right: 7%; top: 13%; width: 22px; height: 22px; background: var(--brick-rose); }
.app-slide:nth-child(3) .phone-mockup { --phone-rotate: -3deg !important; transform: rotate(var(--phone-rotate)) translateY(-3px); }
.app-slide:nth-child(5) .phone-mockup { --phone-rotate: 4deg !important; transform: rotate(var(--phone-rotate)) translateX(6px); }
.app-slide:nth-child(6) .phone-mockup:not(.phone-secondary) { --phone-rotate: -7deg !important; transform: rotate(var(--phone-rotate)) translateX(16px); }
.app-copy { border-top: 1px solid rgba(36,91,120,.1); }
.app-copy h3 { color: var(--slate-ink); font-family: var(--display); font-size: 22px; line-height: 1.15; }
.app-role { color: var(--courtyard-blue); }
.carousel-button { border-radius: 50%; }
.carousel-dot.is-active { background: var(--community-teal); }

/* Connected module set */
.module-grid { grid-template-columns: repeat(4,1fr); gap: 16px; }
.module-card {
  --module-accent: var(--courtyard-blue); position: relative; min-height: 210px; display: grid;
  grid-template-columns: 46px minmax(0,1fr); grid-template-rows: auto auto 1fr; column-gap: 14px;
  align-items: start; padding: 24px; overflow: hidden; border: 1px solid rgba(36,91,120,.13);
  border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(32,49,58,.045);
}
.module-card:nth-child(4n + 2) { --module-accent: var(--community-teal); }
.module-card:nth-child(4n + 3) { --module-accent: #b77912; }
.module-card:nth-child(4n + 4) { --module-accent: var(--brick-rose); }
.module-card:hover { transform: translateY(-6px); border-color: var(--module-accent); box-shadow: 0 22px 48px rgba(32,49,58,.09); }
.module-card .card-icon {
  grid-column: 1; grid-row: 1 / 3; width: 46px; height: 46px; margin: 0; border: 0; border-radius: 13px;
  color: var(--module-accent); background: var(--green-soft);
}
.module-card:nth-child(4n + 3) .card-icon { background: #fff3d9; }
.module-card:nth-child(4n + 4) .card-icon { background: #faeaea; }
.module-card .card-icon svg { width: 22px; height: 22px; }
.module-card .module-code {
  grid-column: 2; grid-row: 1; display: block; margin: 2px 0 5px; padding: 0; color: var(--module-accent);
  background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .12em;
}
.module-card .card-icon + .module-code { display: block; }
.module-card h3 { grid-column: 2; grid-row: 2; margin: 0; color: var(--slate-ink); font-size: 18px; line-height: 1.25; }
.module-card p { grid-column: 1 / -1; grid-row: 3; align-self: start; margin-top: 22px; color: var(--muted); font-size: 12.5px; line-height: 1.65; }
.problem-card {
  min-height: 166px; display: grid; grid-template-columns: 40px minmax(0,1fr);
  grid-template-rows: auto 1fr; column-gap: 13px; align-items: start; padding: 22px;
}
.problem-card .number {
  grid-column: 1; grid-row: 1; width: 40px; height: 40px; display: grid; place-items: center;
  margin: 0; border-radius: 11px; background: #EFF5FC; color: var(--brand-blue);
  font-family: var(--body); font-size: 11px; font-weight: 800; line-height: 1;
}
.problem-card h3 {
  grid-column: 2; grid-row: 1; align-self: center; margin: 0;
  color: var(--slate-ink); font-size: 17px; line-height: 1.25;
}
.problem-card p {
  grid-column: 1 / -1; grid-row: 2; margin: 19px 0 0;
  color: var(--muted); font-size: 12.5px; line-height: 1.65;
}
.problem-card,.native-card { border-radius: 16px; border-color: rgba(36,91,120,.13); box-shadow: none; }
.connected-panel { border-radius: 20px; border-color: rgba(36,91,120,.15); background: #fff; }
.native-card { border-left: 4px solid var(--community-teal); }
.native-card .tag { color: var(--courtyard-blue); }

/* AI, security and contact are intentionally stronger visual beats */
#ai-assistant .ai-section::before { background: radial-gradient(circle at 10% 10%,rgba(242,181,68,.14),transparent 27%),radial-gradient(circle at 90% 14%,rgba(22,132,122,.13),transparent 29%); }
#ai-assistant .ai-column { border-radius: 20px; border-color: rgba(36,91,120,.12); box-shadow: 0 18px 48px rgba(32,49,58,.07); }
#ai-assistant .ai-copy { background: #fff; }
#ai-assistant .prompt-button { border-radius: 11px; }
#ai-assistant .prompt-button:hover,#ai-assistant .prompt-button.is-active { border-color: rgba(22,132,122,.36); background: var(--green-soft); }
#ai-assistant .ai-help-list span::before,#ai-assistant .typing-dots span { background: var(--community-teal); }
#ai-assistant .mini-chart span { background: linear-gradient(180deg,var(--marigold),var(--community-teal)); }

/* Playful, approachable AI assistant */
#ai-assistant {
  position: relative; isolation: isolate; overflow: hidden; padding-block: 92px;
  background:
    radial-gradient(circle at 9% 12%,rgba(113,212,196,.28),transparent 27%),
    radial-gradient(circle at 91% 10%,rgba(129,190,231,.27),transparent 30%),
    radial-gradient(circle at 52% 94%,rgba(255,255,255,.96),transparent 38%),
    linear-gradient(135deg,#f8fcff 0%,#eef9f7 48%,#edf5fb 100%);
}
#ai-assistant::before,#ai-assistant::after {
  content: ''; position: absolute; z-index: -1; border-radius: 50%; filter: blur(8px); pointer-events: none;
}
#ai-assistant::before { width: 310px; height: 310px; left: -130px; top: 90px; background: rgba(109,218,198,.13); }
#ai-assistant::after { width: 360px; height: 360px; right: -150px; bottom: 30px; background: rgba(111,181,226,.14); }
#ai-assistant .ai-section {
  position: relative; z-index: 1; grid-template-columns: minmax(0,.92fr) minmax(0,1.06fr) minmax(0,1fr);
  grid-auto-rows: 1fr; gap: 18px; align-items: stretch;
}
#ai-assistant .ai-section::before { display: none; }
#ai-assistant .ai-column {
  min-height: 610px; height: 100%; padding: 24px; overflow: hidden;
  border: 1px solid rgba(25,94,111,.11); border-radius: 22px; background: rgba(255,255,255,.9);
  box-shadow: 0 20px 52px rgba(38,83,102,.09); backdrop-filter: blur(9px);
}
#ai-assistant .ai-copy { justify-content: flex-start; background: linear-gradient(150deg,rgba(255,255,255,.97),rgba(230,248,243,.92)); }
#ai-assistant .ai-copy h2 {
  margin: 13px 0 14px; color: #102b4a; font-family: var(--display);
  font-size: clamp(36px,3.2vw,46px); font-weight: 650; line-height: 1.04; letter-spacing: -.035em;
}
#ai-assistant .ai-copy p { color: #5c7185; font-size: 13px; line-height: 1.68; }
#ai-assistant .ai-copy .label { color: #178171; }
.ai-orb-stage {
  position: relative; min-height: 145px; display: grid; place-items: center; margin: 17px 0 14px;
}
.ai-orb {
  position: relative; z-index: 2; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%;
  color: #fff; background: radial-gradient(circle at 34% 28%,#baffee 0%,#5ed5c2 26%,#178f89 62%,#1c5f85 100%);
  box-shadow: 0 0 0 10px rgba(89,203,188,.1),0 18px 42px rgba(24,131,129,.26),0 0 42px rgba(91,201,220,.34);
  animation: aiOrbFloat 4.8s ease-in-out infinite;
}
.ai-orb svg { width: 45px; height: 45px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ai-orbit { position: absolute; border: 1px solid rgba(35,142,143,.2); border-radius: 50%; animation: aiOrbitPulse 4s ease-in-out infinite; }
.ai-orbit.orbit-one { width: 128px; height: 128px; }
.ai-orbit.orbit-two { width: 166px; height: 88px; transform: rotate(-15deg); animation-delay: .6s; }
.ai-orb-status {
  position: absolute; z-index: 3; left: 50%; bottom: 1px; display: inline-flex; align-items: center; gap: 6px;
  transform: translateX(-50%); padding: 6px 10px; border: 1px solid rgba(19,120,105,.14); border-radius: 999px;
  background: rgba(255,255,255,.94); color: #456579; font-size: 9px; font-weight: 750; white-space: nowrap;
  box-shadow: 0 8px 20px rgba(26,73,90,.08);
}
.ai-orb-status i,.ai-live-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #24aa76; box-shadow: 0 0 0 4px rgba(36,170,118,.12); animation: aiLivePulse 2.4s ease-in-out infinite; }
#ai-assistant .ai-help-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: auto; }
#ai-assistant .ai-help-list span {
  min-height: 42px; gap: 8px; padding: 8px 9px; border-radius: 12px;
  border-color: rgba(24,129,113,.1); background: rgba(255,255,255,.74); color: #29495a; font-size: 10.5px;
}
#ai-assistant .ai-help-list span::before { display: none; }
#ai-assistant .ai-help-list svg,
#ai-assistant .prompt-button svg,
#ai-assistant .ai-metric-card span svg,
#ai-assistant .ai-chart-head svg {
  width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
#ai-assistant .ai-help-list svg { color: #198f7b; }
#ai-assistant .ai-console { gap: 12px; background: rgba(255,255,255,.94); }
#ai-assistant .console-title > span,#ai-assistant .ai-metrics-head > span { display: inline-flex; align-items: center; gap: 9px; }
#ai-assistant .console-title small,#ai-assistant .ai-metrics-head small { color: #178171; }
.ai-chat-thread {
  display: flex; flex-direction: column; gap: 10px; min-height: 205px; padding: 14px;
  border: 1px solid rgba(33,110,135,.1); border-radius: 16px;
  background: linear-gradient(160deg,#f8fcff,#eef9f7); box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
}
.ai-chat-agent { display: flex; align-items: center; gap: 9px; padding-bottom: 9px; border-bottom: 1px solid rgba(27,97,117,.08); }
.ai-chat-agent > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.ai-chat-agent strong { color: #18374f; font-size: 11px; }
.ai-chat-agent small { color: #718496; font-size: 8.5px; }
.ai-chat-avatar {
  width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px;
  color: #fff; background: linear-gradient(145deg,#36bda2,#247aa2); box-shadow: 0 7px 16px rgba(35,130,143,.17);
}
.ai-chat-avatar svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ai-message { max-width: 88%; padding: 10px 12px; border-radius: 14px; font-size: 11px; line-height: 1.55; }
.ai-message-user {
  align-self: flex-end; border-bottom-right-radius: 5px; background: linear-gradient(135deg,#247b9e,#1b9b87);
  color: #fff; box-shadow: 0 8px 18px rgba(26,120,139,.15);
}
#ai-assistant .ai-message-assistant {
  align-self: flex-start; min-height: 68px; margin: 0; padding: 10px 12px; border: 1px solid rgba(24,129,113,.1);
  border-bottom-left-radius: 5px; background: #fff; color: #38546a; font-size: 11px; line-height: 1.55;
  box-shadow: 0 8px 18px rgba(34,77,96,.06);
}
#ai-assistant .prompt-list { gap: 8px; }
#ai-assistant .prompt-button {
  min-height: 46px; display: flex; align-items: center; gap: 10px; padding: 9px 11px;
  border-radius: 12px; border-color: rgba(32,108,132,.11); background: #fff; color: #325268; font-size: 10.5px;
}
#ai-assistant .prompt-button svg { color: #248e80; }
#ai-assistant .prompt-button:hover,#ai-assistant .prompt-button.is-active {
  transform: translateY(-2px); border-color: rgba(27,153,130,.3); background: #eaf8f4; color: #183f46;
}
#ai-assistant .prompt-button:focus-visible { outline: 3px solid rgba(33,142,177,.28); outline-offset: 2px; }
#ai-assistant .ai-metrics-panel { gap: 11px; background: linear-gradient(165deg,rgba(255,255,255,.96),rgba(238,247,252,.94)); }
#ai-assistant .ai-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
#ai-assistant .ai-metric-card {
  min-height: 78px; padding: 11px; border-radius: 14px; border-color: rgba(35,105,127,.09);
  background: rgba(255,255,255,.92); box-shadow: 0 9px 20px rgba(36,77,94,.05);
}
#ai-assistant .ai-metric-card > span { display: flex; align-items: center; gap: 6px; color: #607789; font-size: 9.5px; }
#ai-assistant .ai-metric-card > span svg { color: #278f80; }
#ai-assistant .ai-metric-card strong { margin: 6px 0 3px; color: #102b4a; font-size: 16px; }
#ai-assistant .ai-metric-card small { color: #238777; font-size: 8.5px; }
#ai-assistant .ai-metric-card.warning strong,#ai-assistant .ai-metric-card.warning > span svg { color: #c86c22; }
.ai-chart-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 2px; color: #294b60; }
.ai-chart-head > span { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 750; }
.ai-chart-head small { color: #6d8191; font-size: 8.5px; }
.ai-chart-head svg { color: #238d80; }
#ai-assistant .ai-chart {
  flex: 1; min-height: 112px; height: auto; margin: 0; padding: 14px 13px 7px; border-radius: 14px;
  border-color: rgba(37,112,135,.09); background: linear-gradient(180deg,#f8fcff,#edf8f6);
}
#ai-assistant .ai-chart span { border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg,#70cce2,#25aa8b); }
.ai-chart-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 9px; padding: 0 13px; color: #8494a1; font-size: 7.5px; text-align: center; }
@keyframes aiOrbFloat { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-7px) rotate(3deg); } }
@keyframes aiOrbitPulse { 0%,100% { opacity: .55; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.04); } }
@keyframes aiLivePulse { 0%,100% { opacity: .65; } 50% { opacity: 1; box-shadow: 0 0 0 6px rgba(36,170,118,.04); } }

#security .security-panel {
  position: relative; display: flex; align-items: center; min-height: 660px; aspect-ratio: 1687/932;
  padding: clamp(56px,5vw,76px); overflow: hidden; border: 0; border-radius: 34px; color: #fff;
  background: #071d38 url('public/images/security-section-visual-v2.png') center/cover no-repeat;
  box-shadow: 0 30px 72px rgba(4,28,58,.24);
}
#security .security-panel::before {
  content: ''; position: absolute; z-index: 0; inset: 11px; border-radius: 25px; opacity: 1; mask-image: none;
  background: linear-gradient(90deg,rgba(8,22,54,.82) 0%,rgba(8,27,64,.7) 38%,rgba(8,30,67,.18) 58%,transparent 72%);
  pointer-events: none;
}
#security .security-panel::after { content: none !important; display: none !important; }
#security .security-copy {
  position: relative; z-index: 1; width: min(45%,530px); display: flex; flex-direction: column;
  align-items: flex-start; padding: 0; color: #fff;
}
#security .security-copy .label,
#security .security-copy h2,
#security .security-copy > p,
#security .security-link { grid-column: auto; }
#security .security-copy .label { color: #c8f0e8; }
#security .security-copy .label::before { background: #73cfc0; }
#security .security-copy h2 {
  max-width: 510px; margin: 13px 0 17px; color: #fff; font-family: var(--display);
  font-size: clamp(40px,3.7vw,54px); font-weight: 650; line-height: 1.04; letter-spacing: -.035em;
}
#security .security-copy > p { max-width: 500px; margin: 0; color: rgba(241,247,255,.78); font-size: 13px; line-height: 1.68; }
#security .security-points {
  position: static; width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px; margin: 24px 0 22px;
}
#security .security-point {
  min-height: 92px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px;
  background: rgba(6,27,57,.5); box-shadow: none; backdrop-filter: blur(8px);
}
#security .security-point:last-child { border-right: 1px solid rgba(255,255,255,.14); }
#security .security-point strong { margin-bottom: 5px; color: #fff; font-size: 12px; line-height: 1.25; }
#security .security-point span { color: rgba(235,244,255,.68); font-size: 10.5px; line-height: 1.45; }
#security .security-link {
  min-height: 44px; display: inline-flex; align-items: center; justify-content: center; margin: 0; padding: 0 18px;
  border: 0; border-radius: 999px; background: var(--marigold); color: var(--slate-ink); font-size: 12px;
  font-weight: 800; box-shadow: 0 12px 28px rgba(0,0,0,.2);
}
#security .security-link:hover { background: #ffd06a; transform: translateY(-2px); }
#security .security-visual { display: none; }
#contact {
  position: relative; overflow: hidden; padding: 0; color: var(--slate-ink);
  border-block: 1px solid rgba(22,132,122,.09);
  background:
    radial-gradient(circle at 92% 8%,rgba(131,211,199,.22),transparent 30%),
    radial-gradient(circle at 5% 92%,rgba(197,235,227,.28),transparent 27%),
    linear-gradient(135deg,#fbfefd 0%,#f1faf7 52%,#f8fcfb 100%);
}
#contact::before {
  content: ''; position: absolute; z-index: -1; inset: auto -150px -210px auto; width: 470px; height: 470px;
  border: 0; border-radius: 50%; background: rgba(111,201,187,.09); box-shadow: none; pointer-events: none;
}
#contact::after { content: none !important; display: none !important; }
#contact .inquiry-copy h2 { color: var(--slate-ink); }
#contact .inquiry-copy h2 span { color: var(--community-teal); }
#contact .inquiry-kicker { color: var(--community-teal); }
#contact .inquiry-kicker::before { background: var(--community-teal); }
#contact .inquiry-copy > p { color: var(--muted); }
#contact .contact-list { grid-template-columns: .95fr .95fr 1.4fr; border-color: rgba(36,91,120,.12); }
#contact .contact-item { border-color: rgba(36,91,120,.11); }
#contact .contact-item strong { color: var(--slate-ink); }
#contact .contact-item span,#contact .contact-item a { color: #60747a; }
#contact .contact-item:last-child a { font-size: 10px; white-space: nowrap; overflow-wrap: normal; word-break: normal; }
#contact .contact-item a:hover { color: var(--community-teal); }
#contact .contact-icon {
  width: 36px; height: 36px; flex-basis: 36px; border-radius: 10px;
  color: var(--community-teal); background: rgba(22,132,122,.09);
}
#contact .inquiry-form {
  border: 1px solid rgba(36,91,120,.11); border-radius: 20px; background: rgba(255,255,255,.94);
  box-shadow: 0 22px 55px rgba(32,49,58,.09);
}
#contact .form-heading span { color: var(--community-teal); }
#contact .form-heading h3,#contact .field label { color: var(--slate-ink); }
#contact .field input,#contact .field textarea,#contact .field select { border-color: rgba(36,91,120,.14); background: #fbfefd; }
#contact .form-submit { background: linear-gradient(135deg,var(--community-teal),#0f665f); }
#contact .form-submit:hover { box-shadow: 0 14px 28px rgba(15,102,95,.2); }
#contact .inquiry-section { padding-block: 80px; }
footer.footer { background: #17272f; }
.footer-logo strong { color: #8ed3ca; }
.footer-demo { border-color: var(--marigold); }

/* Verified-proof placeholders */
.proof-band { position: relative; z-index: 4; padding: 14px 0 24px; }
.proof-band-grid {
  display: grid; grid-template-columns: 1.35fr repeat(3,1fr); align-items: stretch;
  overflow: hidden; border: 1px solid rgba(36,91,120,.14); border-radius: 20px;
  background: #fff; box-shadow: 0 18px 50px rgba(32,49,58,.07);
}
.proof-intro,.proof-stat { min-height: 128px; padding: 25px 28px; }
.proof-intro { display: flex; flex-direction: column; justify-content: center; background: var(--courtyard-blue); color: #fff; }
.proof-label { margin-bottom: 8px; color: #bde3dd; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.proof-intro p { max-width: 300px; margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }
.proof-stat { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(36,91,120,.11); }
.proof-stat:last-child { border-right: 0; }
.proof-stat strong { color: var(--community-teal); font-family: var(--display); font-size: 38px; line-height: 1; }
.proof-stat span { margin-top: 8px; color: var(--slate-ink); font-size: 13px; font-weight: 750; }
.proof-stat small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

.client-strip { padding: 34px 0 56px; }
.client-strip-head { display: grid; grid-template-columns: .55fr 1.15fr 1fr; align-items: end; gap: 28px; margin-bottom: 25px; }
.client-strip-head .label { color: var(--courtyard-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.client-strip-head h2 { margin: 0; color: var(--slate-ink); font-family: var(--display); font-size: clamp(27px,3vw,40px); line-height: 1.08; letter-spacing: -.03em; }
.client-strip-head p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.client-logo-grid { display: grid; grid-template-columns: repeat(6,1fr); border: 1px solid rgba(36,91,120,.12); border-radius: 17px; background: rgba(255,255,255,.72); }
.client-logo-placeholder {
  min-height: 104px; display: grid; place-content: center; gap: 6px; padding: 15px;
  border-right: 1px solid rgba(36,91,120,.1); color: #6e8188; text-align: center;
}
.client-logo-placeholder:last-child { border-right: 0; }
.client-logo-placeholder span { font-family: var(--display); font-size: 16px; }
.client-logo-placeholder small { color: var(--brick-rose); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.client-logo-real img { width: min(100%,180px); height: 62px; display: block; object-fit: contain; }
.client-logo-real small { color: var(--community-teal); }
.client-logo-grid.single-client { grid-template-columns: minmax(0,520px); justify-content: center; padding: 18px; }
.single-client .client-logo-real { min-height: 142px; border: 0; border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(32,49,58,.055); }
.single-client .client-logo-real img { width: min(100%,320px); height: 94px; }

.testimonials-section { padding-block: 80px 72px; background: linear-gradient(180deg,#f7faf9,var(--morning-mist)); }
.testimonial-grid,.case-study-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.testimonial-card,.case-study-card {
  position: relative; min-height: 292px; padding: 26px; overflow: hidden;
  border: 1px solid rgba(36,91,120,.13); border-radius: 18px; background: #fff;
  box-shadow: 0 12px 34px rgba(32,49,58,.055);
  transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.testimonial-card:hover,.case-study-card:hover { transform: translateY(-5px); border-color: rgba(22,132,122,.32); box-shadow: 0 22px 48px rgba(32,49,58,.09); }
.placeholder-flag {
  display: inline-flex; padding: 7px 9px; border-radius: 999px; background: #fff3d9;
  color: #8d5d0f; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.testimonial-card::after { content: "“"; position: absolute; right: 22px; top: 12px; color: rgba(22,132,122,.11); font-family: var(--display); font-size: 110px; line-height: 1; }
.testimonial-card blockquote { position: relative; z-index: 1; margin: 42px 0 32px; color: #31464e; font-family: var(--display); font-size: 22px; line-height: 1.42; }
.testimonial-card footer { display: flex; flex-direction: column; gap: 5px; margin-top: auto; }
.testimonial-card footer strong { color: var(--slate-ink); font-size: 13px; }
.testimonial-card footer span { color: var(--muted); font-size: 11px; }

/* Nepal community testimonial landscape */
.testimonials-section {
  position: relative; isolation: isolate; overflow: hidden; padding-block: 88px 68px;
  background:
    radial-gradient(circle at 8% 10%,rgba(165,225,211,.32),transparent 27%),
    radial-gradient(circle at 92% 8%,rgba(174,220,242,.35),transparent 28%),
    radial-gradient(circle at 50% 45%,rgba(255,255,255,.96),rgba(255,255,255,.72) 48%,transparent 76%),
    linear-gradient(180deg,#f9fcfc 0%,#f4fbf9 62%,#eaf8f5 100%);
}
.testimonials-section::before {
  content: '\\201C'; position: absolute; z-index: -1; top: 82px; right: 6.5%;
  color: rgba(70,167,181,.08); font-family: var(--display); font-size: 152px; line-height: 1;
}
.testimonial-landscape { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.testimonial-linework { fill: none; stroke: #6fc8b3; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; opacity: .28; vector-effect: non-scaling-stroke; }
.testimonial-linework .testimonial-ground { fill: rgba(167,224,211,.15); stroke: none; }
.testimonials-section > .container { position: relative; z-index: 1; }
.testimonials-section .section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.testimonials-section .section-heading .label { justify-content: center; gap: 12px; color: #3b9879; }
.testimonials-section .section-heading .label::before,
.testimonials-section .section-heading .label::after { content: ''; width: 22px; height: 1px; background: rgba(59,152,121,.45); }
.testimonials-section .section-heading h2 { color: #102b4a; font-size: clamp(42px,4.6vw,64px); }
.testimonials-section .section-heading p { max-width: 650px; color: #5f7189; font-size: 15px; line-height: 1.7; }
.testimonial-signals {
  position: relative; width: min(100%,620px); display: flex; justify-content: space-between;
  margin: 0 auto 14px; padding-inline: 18px;
}
.testimonial-signals::before {
  content: ''; position: absolute; z-index: -1; top: 50%; left: 48px; right: 48px;
  border-top: 1px dashed rgba(67,160,139,.24);
}
.testimonial-signals span {
  width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(41,125,107,.15);
  border-radius: 50%; background: rgba(255,255,255,.94); color: #3ca05a;
  box-shadow: 0 8px 22px rgba(36,91,120,.08);
}
.testimonial-signals svg,.testimonial-trust-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.testimonial-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.testimonial-card {
  min-height: 318px; display: flex; flex-direction: column; padding: 28px; border-radius: 16px;
  background: rgba(255,255,255,.94); box-shadow: 0 16px 38px rgba(38,74,84,.08);
}
.testimonial-card:hover { transform: translateY(-3px); border-color: rgba(22,132,122,.3); box-shadow: 0 22px 48px rgba(32,49,58,.1); }
.testimonial-card .placeholder-flag { align-self: flex-start; background: #e7f5e9; color: #38874d; }
.testimonial-card::after { content: '\\201C'; right: 22px; top: 12px; color: rgba(69,173,181,.18); font-size: 78px; }
.testimonial-card blockquote { margin: 42px 0 32px; color: #102b4a; font-size: 22px; font-weight: 650; line-height: 1.42; }
.testimonial-card footer strong { color: #102b4a; }
.testimonial-card footer span { color: #6b7e94; }
.testimonial-trust {
  display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 54px;
  padding: 24px 0 4px; border-top: 1px solid rgba(36,91,120,.1);
}
.testimonial-trust > div { min-height: 58px; display: flex; align-items: center; gap: 13px; padding: 0 28px; border-right: 1px solid rgba(36,91,120,.12); }
.testimonial-trust > div:first-child { padding-left: 0; }
.testimonial-trust > div:last-child { padding-right: 0; border-right: 0; }
.testimonial-trust-icon { width: 46px; height: 46px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(217,242,226,.82); color: #3b9d55; }
.testimonial-trust p { margin: 0; color: #19344f; font-size: 12px; font-weight: 650; line-height: 1.45; }

/* Keep testimonials visually clean: no scenic or gradient backdrop. */
.testimonials-section { background: #fff; }
.testimonials-section::before { content: none; }
.testimonial-landscape { display: none; }
.testimonial-card::after { content: none; }

.case-studies-section { padding-block: 80px 72px; background: #fff; }
.case-study-card { min-height: 390px; display: flex; flex-direction: column; }
.case-study-mark {
  position: absolute; right: -10px; top: 8px; color: rgba(36,91,120,.06);
  font-family: var(--display); font-size: 96px; font-weight: 650; line-height: 1;
}
.case-study-card h3 { position: relative; margin: 30px 0 20px; color: var(--slate-ink); font-family: var(--display); font-size: 28px; }
.case-study-card dl { display: grid; gap: 17px; margin: 0 0 26px; }
.case-study-card dl div { padding-top: 14px; border-top: 1px solid rgba(36,91,120,.1); }
.case-study-card dt { margin-bottom: 6px; color: var(--community-teal); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-study-card dd { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.65; }
.case-study-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--courtyard-blue); font-size: 12px; font-weight: 800; }
.case-study-card > a:hover { color: var(--community-teal); }

/* Accessible flat-row FAQ accordion */
.faq-section { padding-block: 72px 64px; background: #f7faf9; }
.faq-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 44px; margin-bottom: 38px; }
.faq-heading .label { color: var(--courtyard-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.faq-heading h2 { margin: 10px 0 0; color: var(--slate-ink); font-family: var(--display); font-size: clamp(38px,4vw,54px); line-height: 1.05; letter-spacing: -.035em; }
.faq-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-list { border-top: 1px solid rgba(32,49,58,.28); }
.faq-list details { border-bottom: 1px solid rgba(32,49,58,.28); }
.faq-list summary {
  position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: 72px; padding: 20px 46px 20px 0; color: var(--slate-ink); font-size: 15px;
  font-weight: 750; line-height: 1.45; list-style: none; cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; color: var(--courtyard-blue); font-size: 22px; font-weight: 500; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary:hover { color: var(--community-teal); }
.faq-list summary:focus-visible { border-radius: 8px; }
.faq-answer { max-width: 940px; padding: 0 46px 24px 0; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.78; }
.faq-answer p + p { margin-top: 10px; }

.footer-bottom { grid-template-columns: auto auto 1fr auto; }
.footer-legal-links { display: flex; align-items: center; gap: 14px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.14); }
.footer-legal-links a { justify-self: auto; color: rgba(226,237,247,.7); }
.footer-legal-links a:hover { color: #fff; }

/* Structured civic footer */
footer.footer { background: #0d333a; }
.footer-top { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 32px; border-bottom: 1px solid rgba(255,255,255,.38); }
.footer-top .footer-intro { max-width: 760px; }
.footer-top .footer-logo { margin-bottom: 10px; }
.footer-top .footer-intro p { max-width: none; margin: 0; color: rgba(235,245,246,.68); font-size: 12px; white-space: nowrap; }
.footer-top .footer-demo {
  flex: 0 0 auto; min-height: 44px; padding: 0 22px; border: 0; border-radius: 999px;
  background: var(--marigold); color: #17313a; font-weight: 800; box-shadow: 0 12px 28px rgba(9,28,33,.2);
}
.footer-top .footer-demo:hover { color: #17313a; background: #ffd15f; transform: translateY(-2px); }
.footer-main { grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(34px,6vw,82px); padding-block: 34px 40px; }
.footer-column h2 { margin-bottom: 9px; color: var(--marigold); font-family: var(--body); font-size: 11px; letter-spacing: .04em; }
.footer-column a { color: rgba(235,245,246,.78); font-size: 12px; }
.footer-contact { gap: 11px; }
.footer-bottom { min-height: 72px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; }
.footer-bottom > a { margin-left: auto; }
.footer-legal-links { padding-left: 0; border-left: 0; }

@media (max-width: 980px) {
  .navbar { flex-wrap: wrap; }
  .menu-toggle { display: block; margin-left: auto; }
  .navbar > .nav-cta { display: none; }
  .nav-links { display: none; width: 100%; flex-direction: column; align-items: stretch; padding: 8px 0 2px; }
  .nav-links.is-open { display: flex; }
  .nav-links a { text-align: center; }
  .footer-top { min-height: 0; flex-direction: column; align-items: flex-start; gap: 22px; padding-block: 30px; }
  .footer-top .footer-intro { max-width: 100%; }
  .footer-top .footer-demo { align-self: flex-start; }
}

@media (max-width: 1180px) {
  .hero { grid-template-columns: 1fr; min-height: 0; row-gap: 8px; padding-top: 70px; padding-bottom: 28px; }
  .hero-copy { max-width: 780px; padding-bottom: 0; }
  .hero-scene { position: relative; width: min(100%,920px); min-height: 0; aspect-ratio: 717/427; }
  .visual-float { inset: 0; }
  .visual-tilt { padding-inline: 12px; }
  .hero-visual-image { object-position: center; }
  .module-grid { grid-template-columns: repeat(2,1fr); }
  .client-logo-grid { grid-template-columns: repeat(3,1fr); }
  .client-logo-placeholder:nth-child(3) { border-right: 0; }
  .client-logo-placeholder:nth-child(-n+3) { border-bottom: 1px solid rgba(36,91,120,.1); }
  .footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 64px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { grid-template-columns: auto 1fr auto; }
  .footer-bottom > p:nth-of-type(2) { display: none; }
}
@media (max-width: 1080px) {
  #ai-assistant .ai-section { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: auto; }
  #ai-assistant .ai-copy {
    grid-column: 1/-1; min-height: 300px; height: auto; display: grid;
    grid-template-columns: minmax(0,1.1fr) 180px minmax(0,.9fr); gap: 24px; align-items: center;
  }
  #ai-assistant .ai-orb-stage { margin: 0; }
  #ai-assistant .ai-help-list { margin: 0; }
  #ai-assistant .ai-console,#ai-assistant .ai-metrics-panel { min-height: 610px; }
}
@media (max-width: 820px) {
  .site { padding-top: 82px; }
  .container { width: min(calc(100% - 32px),1240px); }
  .navbar { top: 9px; width: min(calc(100% - 20px),1240px); border-radius: 15px; }
  .nav-links { border-radius: 0 0 15px 15px; background: #fff; }
  .hero { width: calc(100% - 20px); padding: 52px 28px 20px; border-radius: 25px; }
  .hero h1 { font-size: clamp(48px,11vw,66px); }
  .hero-scene { min-height: 0; aspect-ratio: 717/427; margin-top: 0; }
  .visual-tilt { padding-inline: 8px; }
  .visual-float { border-radius: 24px; }
  .section { padding-block: 72px; }
  #mobile-apps { padding: 64px 0 28px; }
  #modules { padding: 42px 0 60px; background-position: center top; background-size: auto 720px; }
  #ai-assistant { padding-block: 72px; }
  #ai-assistant .ai-section { grid-template-columns: 1fr; }
  #ai-assistant .ai-column { min-height: 0; height: auto; padding: 21px; }
  #ai-assistant .ai-copy { grid-column: auto; display: flex; }
  #ai-assistant .ai-orb-stage { margin: 17px 0 14px; }
  #ai-assistant .ai-help-list { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: auto; }
  #ai-assistant .ai-console,#ai-assistant .ai-metrics-panel { min-height: 0; }
  .testimonials-section,.case-studies-section { padding-block: 68px 60px; }
  #product { padding-block: 72px; }
  #ai-assistant { padding-block: 76px; }
  #features { padding-block: 72px 60px; }
  #security { padding-block: 56px; }
  #security .security-panel {
    min-height: 720px; aspect-ratio: auto; align-items: center; padding: 44px 34px;
    background-position: center; border-radius: 26px;
  }
  #security .security-panel::before {
    inset: 9px; border-radius: 19px;
    background: linear-gradient(90deg,rgba(8,22,54,.9) 0%,rgba(8,27,64,.76) 48%,rgba(8,30,67,.28) 67%,transparent 82%);
  }
  #security .security-copy { width: min(58%,500px); }
  #security .security-copy h2 { font-size: clamp(38px,6vw,48px); }
  .faq-section { padding-block: 64px 56px; }
  .faq-heading { grid-template-columns: 1fr; align-items: start; gap: 14px; margin-bottom: 32px; }
  #contact .inquiry-section { padding-block: 68px; }
  #contact .contact-list { grid-template-columns: 1fr 1fr 1.35fr; padding: 0; }
  #contact .contact-item,
  #contact .contact-item:first-child,
  #contact .contact-item:last-child {
    min-height: 82px; padding: 14px 13px; border-right: 1px solid rgba(36,91,120,.11); border-bottom: 0;
  }
  #contact .contact-item:first-child { padding-left: 0; }
  #contact .contact-item:last-child { padding-right: 0; border-right: 0; }
  #contact .contact-icon { width: 32px; height: 32px; flex-basis: 32px; }
  #contact .contact-item strong { font-size: 14px; }
  #contact .contact-item span,#contact .contact-item a { font-size: 10.5px; overflow-wrap: normal; word-break: normal; }
  #contact .contact-item:last-child a { font-size: 10px; white-space: nowrap; }
  .app-availability { grid-template-columns: 1fr; padding: 40px 28px; }
  .app-availability-copy { max-width: none; }
  .app-availability-visual { min-height: 440px; }
  .app-proof-list { grid-template-columns: repeat(3,1fr); }
  .app-carousel { padding: 18px; border-radius: 22px; }
  .proof-band-grid { grid-template-columns: repeat(3,1fr); }
  .proof-intro { grid-column: 1/-1; min-height: 104px; }
  .client-strip-head { grid-template-columns: 1fr; align-items: start; gap: 12px; }
  .testimonial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .testimonial-grid .testimonial-card:last-child { grid-column: 1/-1; width: calc(50% - 8px); justify-self: center; }
  .case-study-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 280px; }
  .testimonial-trust { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 24px; }
  .testimonial-trust > div:nth-child(2) { border-right: 0; }
  .testimonial-trust > div:nth-child(3) { padding-left: 0; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 12px 24px; padding-block: 18px; }
  .footer-legal-links { grid-column: 1/-1; grid-row: 2; padding: 10px 0 0; border: 0; }
  .footer-bottom > a { grid-column: 2; grid-row: 1; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px),1240px); }
  .hero { width: calc(100% - 14px); padding: 42px 18px 18px; border-radius: 20px; }
  .brand { padding-right: 50px; }
  .menu-toggle { position: absolute; top: 8px; right: 9px; z-index: 2; display: block !important; }
  .hero h1 { font-size: 44px; line-height: 1.01; }
  .hero-description { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions a { min-width: 0; padding-inline: 13px; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 62px; border-bottom: 1px solid rgba(36,91,120,.14); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .trust-item:nth-child(3) { padding-left: 0; }
  .hero-scene { min-height: 0; aspect-ratio: 717/427; }
  .section { padding-block: 58px; }
  .section-heading { margin-bottom: 32px; }
  #mobile-apps { padding: 54px 0 24px; }
  #modules { padding: 36px 0 50px; background-size: auto 560px; }
  .testimonials-section,.case-studies-section { padding-block: 58px 50px; }
  #product { padding-block: 60px; }
  #ai-assistant { padding-block: 64px; }
  #ai-assistant .ai-copy h2 { font-size: 38px; }
  #ai-assistant .ai-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #ai-assistant .ai-message { max-width: 94%; }
  #features { padding-block: 60px 50px; }
  #security { padding-block: 48px; }
  .faq-section { padding-block: 52px 44px; }
  .faq-heading h2 { font-size: 38px; }
  .faq-list summary { min-height: 66px; padding-block: 17px; padding-right: 38px; font-size: 14px; }
  .faq-answer { padding-right: 16px; padding-bottom: 21px; }
  #contact .inquiry-section { padding-block: 56px; }
  #contact .contact-list { grid-template-columns: 1fr; }
  #contact .contact-item,
  #contact .contact-item:first-child,
  #contact .contact-item:last-child {
    min-height: 70px; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(36,91,120,.11);
  }
  #contact .contact-item:last-child { border-bottom: 0; }
  #contact .contact-item span,#contact .contact-item a,#contact .contact-item:last-child a { font-size: 11px; white-space: normal; }
  .section-heading h2 { font-size: 39px; }
  .app-availability { padding: 32px 18px; border-radius: 20px; }
  .app-availability-copy h3 { font-size: 38px; }
  .app-proof-list { grid-template-columns: 1fr; }
  .app-availability-visual { min-height: 350px; }
  .app-carousel { margin-inline: -4px; padding: 12px; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 220px; }
  #security .security-panel {
    min-height: 0; aspect-ratio: auto; display: block; padding: 30px 18px 24px;
    border-radius: 20px;
    background: linear-gradient(145deg,#071d38,#0a2848);
  }
  #security .security-panel::before {
    inset: 0; border-radius: inherit;
    background:
      radial-gradient(circle at 95% 100%,rgba(39,151,139,.16),transparent 38%),
      linear-gradient(180deg,rgba(7,24,52,.18),rgba(7,24,52,.08));
  }
  #security .security-copy { width: 100%; }
  #security .security-copy h2 { margin-top: 11px; font-size: clamp(31px,9vw,38px); }
  #security .security-copy > p { font-size: 13px; line-height: 1.65; }
  #security .security-points { grid-template-columns: 1fr; gap: 9px; margin-block: 21px; }
  #security .security-point { min-height: 0; padding: 15px 14px; }
  #security .security-point strong { font-size: 12px; }
  #security .security-point span { font-size: 10.5px; }
  #security .security-link { width: 100%; min-height: 48px; padding: 10px 16px; text-align: center; line-height: 1.35; }
  .proof-band { padding: 8px 0 20px; }
  .proof-band-grid { grid-template-columns: 1fr; border-radius: 17px; }
  .proof-intro { grid-column: auto; }
  .proof-stat { min-height: 96px; display: grid; grid-template-columns: 72px 1fr; grid-template-rows: auto auto; column-gap: 12px; border-right: 0; border-bottom: 1px solid rgba(36,91,120,.1); }
  .proof-stat:last-child { border-bottom: 0; }
  .proof-stat strong { grid-row: 1/3; align-self: center; font-size: 34px; }
  .proof-stat span { align-self: end; margin: 0; }
  .proof-stat small { align-self: start; }
  .client-strip { padding: 28px 0 40px; }
  .client-logo-grid { grid-template-columns: repeat(2,1fr); }
  .client-logo-placeholder { min-height: 92px; border-bottom: 1px solid rgba(36,91,120,.1); }
  .client-logo-placeholder:nth-child(odd) { border-right: 1px solid rgba(36,91,120,.1); }
  .client-logo-placeholder:nth-child(even) { border-right: 0; }
  .client-logo-placeholder:nth-last-child(-n+2) { border-bottom: 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid .testimonial-card:last-child { grid-column: auto; width: auto; }
  .testimonial-signals { padding-inline: 0; }
  .testimonial-signals span { width: 46px; height: 46px; }
  .testimonial-trust { grid-template-columns: 1fr; gap: 18px; margin-top: 38px; }
  .testimonial-trust > div,
  .testimonial-trust > div:first-child,
  .testimonial-trust > div:nth-child(3),
  .testimonial-trust > div:last-child { min-height: 50px; padding: 0; border-right: 0; }
  .testimonial-card,.case-study-card { padding: 22px; }
  .testimonial-card blockquote { font-size: 20px; }
  .footer-top { min-height: 0; flex-direction: column; align-items: flex-start; gap: 22px; padding-block: 30px; }
  .footer-top .footer-intro p { font-size: 11px; line-height: 1.6; white-space: normal; }
  .footer-top .footer-demo { align-self: flex-start; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding-block: 30px 34px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: flex-start; }
  .footer-bottom > a { grid-column: 1; grid-row: auto; justify-self: start; margin-left: 0; }
  .footer-legal-links { grid-column: 1; grid-row: auto; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .visual-tilt,.visual-float { transform: none !important; }
}

/* Aawas Link app-logo palette: navy structure, blue actions, lime highlights. */
body {
  background: var(--page);
  color: var(--brand-navy);
}
.navbar {
  border-color: rgba(8,56,120,.14);
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 40px rgba(8,24,56,.09);
}
.brand strong,.footer-logo strong { color: var(--brand-lime); }
.nav-links a { color: #294568; }
.nav-links a:hover,.nav-links a:focus-visible { color: var(--brand-blue); background: #EEF4FB; }
.nav-cta,.primary-button,.screen-button,#contact .form-submit {
  color: #fff;
  background: linear-gradient(135deg,var(--brand-blue-bright),var(--brand-blue) 58%,var(--brand-navy-soft));
  box-shadow: 0 12px 26px rgba(8,56,120,.22);
}
.nav-cta:hover,.primary-button:hover,#contact .form-submit:hover { background: var(--brand-navy); }
.hero {
  border-color: rgba(8,56,120,.12);
  background: linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.91) 43%,rgba(238,244,251,.72));
  box-shadow: 0 28px 90px rgba(8,24,56,.08);
}
.hero::before {
  background: linear-gradient(rgba(8,56,120,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(8,56,120,.05) 1px,transparent 1px),radial-gradient(circle at 64% 38%,rgba(24,88,168,.15),transparent 42%);
  background-size: 54px 54px,54px 54px,auto;
}
.hero::after { background: linear-gradient(90deg,var(--brand-blue) 0 31%,transparent 31% 37%,var(--brand-lime) 37% 66%,transparent 66% 72%,var(--brand-blue-bright) 72%); }
.hero-kicker { border-color: rgba(8,56,120,.16); background: rgba(238,244,251,.9); }
.hero-kicker::before { background: var(--brand-lime); }
.hero h1,.section-heading h2,.app-availability-copy h3,.ai-copy h2,.inquiry-copy h2 { color: var(--brand-navy); }
.hero h1 span,.app-availability-copy h3 span,.section-heading .label,.hero-kicker,.app-role,.native-card .tag { color: var(--brand-blue); }
.secondary-button:hover { border-color: var(--brand-blue-bright); background: #EFF5FC; }
.scene-glow { background: radial-gradient(ellipse,rgba(24,88,168,.18),transparent 70%); }
#mobile-apps { background: linear-gradient(180deg,var(--page),#EEF4FB 72%,var(--page)); }
.app-availability,.app-carousel,.app-slide,.module-card,.connected-panel,.problem-card,.native-card {
  border-color: rgba(8,56,120,.13);
  box-shadow: 0 12px 34px rgba(8,24,56,.055);
}
.app-availability::after {
  background: linear-gradient(rgba(8,56,120,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(8,56,120,.055) 1px,transparent 1px);
  background-size: 36px 36px;
}
.app-proof-item svg,.carousel-dot.is-active { color: var(--brand-blue-bright); }
.carousel-dot.is-active { background: linear-gradient(90deg,var(--brand-lime),var(--brand-blue)); }
.app-slide[data-theme="blue"],.app-slide[data-theme="sky"] { --slide-a:#DDEBFA; --slide-b:#F5F9FE; }
.app-slide[data-theme="sand"],.app-slide[data-theme="mint"] { --slide-a:#ECF8DE; --slide-b:#F7FBF1; }
.app-slide[data-theme="violet"],.app-slide[data-theme="rose"] { --slide-a:#E7EEF8; --slide-b:#F8FAFD; }
.screen-avatar { background: #E6F1FC; color: var(--brand-blue); }
.screen-action::before,.screen-progress span { background: linear-gradient(135deg,var(--brand-lime),var(--brand-blue-bright)); }
.screen-button { border-color: rgba(8,56,120,.18); }
#modules { background-color: #F4F8FD; }
.module-card { --module-accent: var(--brand-blue); }
.module-card:nth-child(4n + 2) { --module-accent: var(--brand-blue-bright); }
.module-card:nth-child(4n + 3) { --module-accent: var(--brand-lime-deep); }
.module-card:nth-child(4n + 4) { --module-accent: var(--brand-navy-soft); }
.module-card .card-icon { background: #EFF5FC; }
.module-card:nth-child(4n + 3) .card-icon { background: #F2FAE9; }
.module-card:nth-child(4n + 4) .card-icon { background: #EAF0F8; }
.native-card { border-left-color: var(--brand-lime); }
#product,.faq-section { background: #EEF4FB; }
#ai-assistant {
  background: radial-gradient(circle at 9% 12%,rgba(136,216,56,.14),transparent 27%),radial-gradient(circle at 91% 10%,rgba(24,88,168,.2),transparent 30%),linear-gradient(135deg,#FAFCFF 0%,#F2F7FC 48%,#EAF2FA 100%);
}
#ai-assistant::before { background: rgba(136,216,56,.1); }
#ai-assistant::after { background: rgba(24,88,168,.13); }
#ai-assistant .ai-column { border-color: rgba(8,56,120,.12); box-shadow: 0 20px 52px rgba(8,24,56,.09); }
#ai-assistant .ai-copy { background: linear-gradient(150deg,rgba(255,255,255,.98),rgba(239,245,252,.94)); }
#ai-assistant .ai-copy h2,#ai-assistant .ai-metric-card strong { color: var(--brand-navy); }
#ai-assistant .ai-copy .label,#ai-assistant .console-title small,#ai-assistant .ai-metrics-head small,#ai-assistant .ai-metric-card small { color: var(--brand-blue); }
.ai-orb { background: radial-gradient(circle at 34% 28%,#DDFCBE 0%,var(--brand-lime) 24%,var(--brand-blue-bright) 61%,var(--brand-navy) 100%); box-shadow: 0 0 0 10px rgba(136,216,56,.1),0 18px 42px rgba(8,56,120,.25),0 0 42px rgba(24,88,168,.25); }
.ai-orbit { border-color: rgba(24,88,168,.22); }
.ai-orb-status i,.ai-live-dot { background: var(--brand-lime-deep); box-shadow: 0 0 0 4px rgba(136,216,56,.16); }
#ai-assistant .ai-help-list svg,#ai-assistant .prompt-button svg,#ai-assistant .ai-metric-card > span svg,.ai-chart-head svg { color: var(--brand-blue-bright); }
.ai-chat-avatar,.ai-message-user { background: linear-gradient(135deg,var(--brand-blue-bright),var(--brand-blue)); }
#ai-assistant .prompt-button:hover,#ai-assistant .prompt-button.is-active { border-color: rgba(24,88,168,.3); background: #EEF4FB; color: var(--brand-navy); }
#ai-assistant .ai-chart span,#ai-assistant .mini-chart span { background: linear-gradient(180deg,var(--brand-lime),var(--brand-blue)); }
#security .security-copy .label { color: #DDFCBE; }
#security .security-copy .label::before { background: var(--brand-lime); }
#security .security-link { background: var(--brand-lime); color: var(--brand-navy); }
#security .security-link:hover { background: #A8E848; }
#contact {
  border-color: rgba(8,56,120,.1);
  background: radial-gradient(circle at 92% 8%,rgba(24,88,168,.12),transparent 30%),radial-gradient(circle at 5% 92%,rgba(136,216,56,.1),transparent 27%),linear-gradient(135deg,#FBFDFF 0%,#F1F6FC 52%,#F8FBFF 100%);
}
#contact::before { background: rgba(24,88,168,.07); }
#contact .inquiry-copy h2 span,#contact .inquiry-kicker,#contact .contact-icon { color: var(--brand-blue-bright); }
#contact .inquiry-kicker::before { background: var(--brand-lime); }
#contact .inquiry-form { border-color: rgba(8,56,120,.12); box-shadow: 0 24px 60px rgba(8,24,56,.09); }
#contact .field input,#contact .field textarea,#contact .field select { border-color: rgba(8,56,120,.15); background: #FBFDFF; }
.testimonial-card:hover { border-color: rgba(24,88,168,.3); box-shadow: 0 22px 48px rgba(8,24,56,.1); }
.testimonial-card .placeholder-flag { background: #F2FAE9; color: #4D851B; }
.testimonial-trust-icon { background: #F2FAE9; color: #5EA622; }
.testimonial-signal-icon { color: var(--brand-blue-bright); }
.faq-list summary::after,.faq-heading .label { color: var(--brand-blue); }
.faq-list summary:hover { color: var(--brand-blue-bright); }
.proof-band-grid,.client-logo-grid { border-color: rgba(8,56,120,.13); background: rgba(255,255,255,.94); box-shadow: 0 16px 42px rgba(8,24,56,.06); }
.proof-stat strong { color: var(--brand-blue); }
.client-strip .label,.client-logo-placeholder small { color: var(--brand-blue-bright); }
footer.footer { background: var(--brand-navy); }
.footer-top .footer-demo { background: var(--brand-lime); color: var(--brand-navy); }
.footer-top .footer-demo:hover { background: #A8E848; color: var(--brand-navy); }
.footer-column h2 { color: var(--brand-lime); }

/* Exact supplied hero artwork, composed without stretching or an outer card. */
.hero {
  width: 100%;
  max-width: none;
  min-height: clamp(620px,43vw,760px);
  align-items: center;
  margin: 0 0 24px;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: clamp(32px,4.2vw,80px);
  padding-right: 24px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #EAF3FC;
  box-shadow: none;
}
.hero::before {
  content: none !important;
  display: none !important;
}
.hero::after { content: none !important; display: none !important; }
.nepal-landscape { display: none; }
.hero-copy { position: relative; z-index: 5; max-width: 590px; padding-top: 0; padding-bottom: 0; }
.hero h1 { max-width: 590px; font-size: clamp(50px,4.4vw,72px); }
.hero-description { max-width: 500px; }
.hero-scene {
  position: absolute;
  z-index: 2;
  inset: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  transform: none;
  overflow: hidden;
  opacity: 1;
}
.hero-scene .visual-float,
.hero-scene .visual-tilt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transform: none;
  overflow: hidden;
}
.hero-community-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: saturate(.96) contrast(1.01);
  -webkit-mask-image: none;
  mask-image: none;
}

@media (max-width: 820px) {
  .hero {
    min-height: 0;
    padding: 42px clamp(26px,6vw,64px) 28px;
    background: linear-gradient(180deg,#FFFFFF,#EEF5FC);
  }
  .hero::before { display: none; }
  .hero-copy { max-width: 760px; padding-top: 0; }
  .hero-scene {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%,1000px);
    height: auto;
    margin: 18px auto 0;
    transform: none;
    aspect-ratio: 4/3;
  }
  .hero-community-image {
    object-fit: cover;
    object-position: 76% center;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (max-width: 600px) {
  .hero { padding: 32px 16px 22px; }
  .hero-scene { width: calc(100% + 32px); margin: 12px -16px 0; }
  .hero-community-image {
    object-position: 78% center;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Keep the primary navigation locked above page content. */
.navbar {
  position: fixed !important;
  top: 12px;
  left: 50%;
  z-index: 2000;
  transform: translateX(-50%);
  isolation: isolate;
}

@media (max-width: 820px) {
  .navbar { top: 8px; }
}

/* Clear hero action hierarchy with quieter store badges. */
.hero-actions { gap: 12px; margin-bottom: 22px; }
.hero-actions a {
  min-height: 52px;
  min-width: 166px;
  border-radius: 12px;
  font-weight: 800;
}
.hero .primary-button {
  border: 1px solid var(--brand-blue);
  background: linear-gradient(135deg,var(--brand-blue-bright),var(--brand-blue) 62%,var(--brand-navy-soft));
  box-shadow: 0 14px 30px rgba(8,56,120,.25);
}
.hero .secondary-button {
  border: 2px solid var(--brand-blue);
  background: rgba(255,255,255,.94);
  color: var(--brand-blue);
  box-shadow: 0 10px 24px rgba(8,24,56,.09);
}
.hero .primary-button:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(8,56,120,.3); }
.hero .secondary-button:hover { transform: translateY(-2px); background: #EEF5FC; border-color: var(--brand-blue-bright); }
.hero-store-links { gap: 8px; margin: -5px 0 24px; }
.hero-store-badge {
  min-height: 39px;
  padding: 5px 10px 5px 9px;
  gap: 8px;
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(8,24,56,.13);
}
.hero-store-badge svg { width: 20px; height: 20px; }
.hero-store-badge small { font-size: 7px; letter-spacing: .015em; }
.hero-store-badge strong { font-size: 13px; }

@media (max-width: 600px) {
  .hero-actions a { min-width: 0; }
  .hero-store-badge { min-height: 38px; padding-inline: 8px; }
  .hero-store-badge strong { font-size: 12px; }
}

/* Floating Aawas Link assistant */
.floating-ai {
  position: fixed; z-index: 2500; right: 20px; bottom: 20px;
  display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
  font-family: var(--body);
}
.floating-ai-launch {
  min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 7px 18px 7px 8px;
  border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: linear-gradient(135deg,var(--brand-blue-bright),var(--brand-blue) 62%,var(--brand-navy));
  color: #fff; box-shadow: 0 16px 34px rgba(8,24,56,.28); cursor: pointer;
  transition: transform .2s ease,box-shadow .2s ease;
}
.floating-ai-launch:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(8,24,56,.34); }
.floating-ai-launch > span {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(255,255,255,.15); color: var(--brand-lime);
}
.floating-ai-launch svg,.floating-ai-avatar svg,.floating-ai-prompt svg {
  fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.floating-ai-launch svg { width: 23px; height: 23px; }
.floating-ai-launch strong { font-size: 13px; letter-spacing: 0; }
.floating-ai-panel {
  position: absolute; right: 0; bottom: 66px; width: min(400px,calc(100vw - 32px));
  max-height: min(650px,calc(100vh - 112px)); display: flex; flex-direction: column; overflow: hidden;
  border: 1px solid rgba(8,56,120,.14); border-radius: 22px; background: rgba(255,255,255,.98);
  box-shadow: 0 28px 70px rgba(8,24,56,.24); opacity: 0; visibility: hidden;
  transform: translateY(14px) scale(.98); transform-origin: bottom right; pointer-events: none;
  transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
}
.floating-ai.is-open .floating-ai-panel { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.floating-ai-header {
  min-height: 70px; display: grid; grid-template-columns: 42px 1fr 36px; align-items: center; gap: 10px;
  padding: 12px 14px; border-bottom: 1px solid rgba(8,56,120,.1); background: linear-gradient(135deg,#F7FAFE,#EEF5FC);
}
.floating-ai-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--brand-blue); color: #fff; }
.floating-ai-avatar svg { width: 21px; height: 21px; }
.floating-ai-header > span:nth-child(2) { display: grid; gap: 4px; }
.floating-ai-header strong { color: var(--brand-navy); font-size: 14px; }
.floating-ai-header small { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 9px; }
.floating-ai-header small i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-lime-deep); box-shadow: 0 0 0 4px rgba(136,216,56,.13); }
.floating-ai-close { width: 34px; height: 34px; padding: 0; border: 0; border-radius: 10px; background: transparent; color: #526477; font-size: 25px; line-height: 1; cursor: pointer; }
.floating-ai-close:hover { background: #E6EFF9; color: var(--brand-navy); }
.floating-ai-body { min-height: 0; overflow-y: auto; padding: 14px; overscroll-behavior: contain; }
.floating-ai-chat { display: flex; flex-direction: column; gap: 10px; padding: 13px; border: 1px solid rgba(8,56,120,.12); border-radius: 16px; background: linear-gradient(145deg,#F9FCFF,#EFF7F8); }
.floating-ai-agent { display: grid; gap: 3px; padding-bottom: 10px; border-bottom: 1px solid rgba(8,56,120,.08); }
.floating-ai-agent strong { color: var(--brand-navy); font-size: 11px; }
.floating-ai-agent small { color: var(--muted); font-size: 9px; }
.floating-ai-question { align-self: flex-end; max-width: 85%; padding: 9px 11px; border-radius: 13px 13px 4px 13px; background: linear-gradient(135deg,var(--brand-blue-bright),var(--brand-blue)); color: #fff; font-size: 10.5px; line-height: 1.5; }
.floating-ai-answer { align-self: flex-start; max-width: 90%; min-height: 54px; padding: 10px 11px; border: 1px solid rgba(8,56,120,.09); border-radius: 13px 13px 13px 4px; background: #fff; color: #425C75; font-size: 10.5px; line-height: 1.55; }
.floating-ai-answer.is-thinking::after { content: '•••'; color: var(--brand-blue-bright); letter-spacing: .18em; animation: floatingAiDots 1s ease-in-out infinite; }
.floating-ai-prompts { display: grid; gap: 8px; margin-top: 11px; }
.floating-ai-prompt {
  min-height: 46px; display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 9px; padding: 9px 11px;
  border: 1px solid rgba(8,56,120,.12); border-radius: 12px; background: #fff; color: #294568; text-align: left; cursor: pointer;
  transition: transform .18s ease,border-color .18s ease,background .18s ease;
}
.floating-ai-prompt:hover,.floating-ai-prompt.is-active { transform: translateY(-1px); border-color: rgba(24,88,168,.38); background: #EFF5FC; }
.floating-ai-prompt svg { width: 18px; height: 18px; color: var(--brand-blue-bright); }
.floating-ai-prompt span { font-size: 10px; font-weight: 700; line-height: 1.35; }
@keyframes floatingAiDots { 0%,100% { opacity: .35; } 50% { opacity: 1; } }

@media (max-width: 600px) {
  .floating-ai { right: 12px; bottom: 12px; }
  .floating-ai-launch { width: 50px; min-height: 50px; justify-content: center; padding: 7px; }
  .floating-ai-launch > span { width: 36px; height: 36px; }
  .floating-ai-launch > strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .floating-ai-panel { position: fixed; left: 10px; right: 10px; bottom: 72px; width: auto; max-height: calc(100dvh - 94px); border-radius: 19px; transform-origin: bottom center; }
  .floating-ai-body { padding: 12px; }
}

/* Client-friendly AI overview */
#ai-assistant {
  padding-block: 0;
  overflow: visible;
  background: var(--page);
}
#ai-assistant::before,#ai-assistant::after { content: none !important; display: none !important; }
.ai-overview {
  position: relative; width: 100%; max-width: none; min-height: 0; aspect-ratio: 1896 / 829; display: flex; align-items: center; overflow: hidden;
  margin-inline: 0; border: 0; border-radius: 0; background: #F8FBFF; box-shadow: none;
}
.ai-overview-image {
  position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; display: block;
  object-fit: cover; object-position: center; filter: saturate(.95) contrast(1.01);
  transform: translateZ(0); backface-visibility: hidden;
}
.ai-overview-copy {
  position: relative; z-index: 2; width: min(47%,590px);
  padding: clamp(38px,5vw,68px) 36px clamp(38px,5vw,68px) clamp(32px,4.2vw,80px);
}
.ai-overview-copy .label {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px;
  color: var(--brand-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.ai-overview-copy .label::before { content: ''; width: 22px; height: 2px; background: var(--brand-lime); }
.ai-overview-copy h2 {
  max-width: 510px; margin: 0 0 17px; color: var(--brand-navy); font-family: var(--display);
  font-size: clamp(40px,4vw,58px); font-weight: 750; line-height: 1.04; letter-spacing: -.04em;
}
.ai-overview-copy > p:not(.ai-overview-note) { max-width: 510px; margin: 0; color: #526477; font-size: 14px; line-height: 1.75; }
.ai-benefit-list { display: grid; gap: 9px; margin: 24px 0; padding: 0; list-style: none; }
.ai-benefit-list li {
  display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 11px;
  padding: 11px 12px; border: 1px solid rgba(8,56,120,.1); border-radius: 13px;
  background: rgba(255,255,255,.82); box-shadow: 0 8px 20px rgba(8,24,56,.04); backdrop-filter: blur(8px);
}
.ai-benefit-list li > span {
  grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 10px; background: #EFF5FC; color: var(--brand-blue-bright); font-size: 9px; font-weight: 800;
}
.ai-benefit-list strong { color: var(--brand-navy); font-size: 11px; line-height: 1.35; }
.ai-benefit-list small { margin-top: 2px; color: #60748A; font-size: 9.5px; line-height: 1.45; }
.ai-overview-button { min-height: 48px; padding: 0 19px; border: 0; cursor: pointer; }
.ai-overview-note { margin: 12px 0 0; color: #718196; font-size: 9.5px; line-height: 1.5; }

@media (max-width: 1200px) {
  .ai-overview { min-height: 520px; aspect-ratio: auto; }
}
@media (max-width: 900px) {
  .ai-overview { min-height: 520px; }
  .ai-overview-copy { width: 55%; padding: 38px; }
  .ai-overview-copy h2 { font-size: 43px; }
}
@media (max-width: 700px) {
  #ai-assistant { padding-block: 0; }
  .ai-overview { min-height: 0; aspect-ratio: auto; display: grid; border-radius: 0; }
  .ai-overview-copy { width: auto; padding: 30px 22px 24px; }
  .ai-overview-copy h2 { font-size: 38px; }
  .ai-overview-image { position: relative; grid-row: 2; height: auto; aspect-ratio: 4/3; object-fit: cover; object-position: 75% center; }
  .ai-overview-button { width: 100%; }
}
