:root {
  --ink: #12213c;
  --ink-soft: #52617a;
  --muted: #8995a9;
  --paper: #f6f8fc;
  --white: #ffffff;
  --line: rgba(24, 47, 82, 0.1);
  --blue: #1f56d3;
  --blue-deep: #122f73;
  --teal: #21b6b1;
  --mint: #d9f9ed;
  --lime: #c8ee47;
  --yellow: #ffd56f;
  --coral: #fa9a78;
  --shadow: 0 24px 70px rgba(25, 51, 94, 0.13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, a, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-160%); z-index: 30; padding: 10px 15px; border-radius: 10px; background: var(--ink); color: white; }
.skip-link:focus { transform: translateY(0); }

.page-shell { max-width: 1540px; margin: 0 auto; overflow: hidden; background: var(--paper); }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px 5.5% 18px; }
.brand { display: inline-flex; align-items: center; white-space: nowrap; }
.logo-frame { position: relative; display: block; width: 181px; height: 40px; overflow: hidden; }
.brand-image { position: absolute; top: -25px; left: -12px; display: block; width: 190px; max-width: none; height: auto; }
.brand-word { font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -0.055em; color: var(--blue-deep); }
.brand-word > span { color: var(--teal); }
.brand-word small { margin-left: 1px; color: #8d9ab2; font-size: 11px; letter-spacing: -0.03em; }
.brand-mark { position: relative; display: inline-block; width: 31px; height: 31px; }
.brand-node { position: absolute; width: 8px; height: 8px; border-radius: 50%; z-index: 2; }
.brand-node-a { top: 1px; left: 11px; background: var(--blue-deep); }
.brand-node-b { bottom: 2px; left: 1px; background: var(--lime); }
.brand-node-c { bottom: 3px; right: 1px; background: var(--teal); }
.brand-heart { position: absolute; inset: 6px 4px 3px; border: 5px solid var(--teal); border-top-color: var(--blue-deep); border-radius: 52% 52% 58% 58%; transform: rotate(45deg) scale(.66); }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); margin-left: auto; margin-right: 20px; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { position: absolute; content: ""; bottom: 0; left: 0; width: 0; height: 2px; background: var(--teal); transition: width .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 17px; }
.language-toggle { padding: 8px 2px; color: var(--ink-soft); background: transparent; font-size: 12px; font-weight: 700; }
.language-toggle span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 4px; border: 1px solid #bac5d7; border-radius: 50%; font-size: 13px; }
.language-toggle b { margin-left: 4px; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 100px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { padding: 17px 23px; background: var(--blue); color: white; box-shadow: 0 10px 24px rgba(31, 86, 211, .24); }
.button-primary:hover { background: #1648bc; box-shadow: 0 15px 28px rgba(31, 86, 211, .3); }
.button-small { padding: 12px 17px; font-size: 12px; }
.button-quiet { color: var(--ink); background: var(--white); box-shadow: 0 5px 18px rgba(25, 51, 94, .08); }

.hero { position: relative; display: grid; grid-template-columns: minmax(370px, .82fr) minmax(620px, 1.18fr); align-items: center; min-height: 690px; padding: 48px 3.8% 100px 6.3%; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 28px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #60708a; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(33, 182, 177, .12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -0.065em; }
h1 { max-width: 570px; margin: 27px 0 24px; font-size: clamp(47px, 5.7vw, 85px); line-height: .98; font-weight: 800; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-lede { max-width: 445px; margin-bottom: 28px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 13px; font-weight: 800; }
.text-link span { color: var(--teal); font-size: 16px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 44px; color: #77859a; font-size: 11px; font-weight: 700; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.proof-icon { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--blue); background: #e5eefc; font-style: normal; font-size: 12px; }

.hero-scene { position: relative; min-height: 588px; isolation: isolate; }
.scene-glow { position: absolute; border-radius: 50%; filter: blur(5px); pointer-events: none; }
.scene-glow-one { top: 90px; left: 130px; width: 420px; height: 420px; background: rgba(199, 243, 231, .5); }
.scene-glow-two { right: 25px; bottom: 30px; width: 260px; height: 260px; background: rgba(227, 247, 156, .45); }
.orbit { position: absolute; border: 1px solid rgba(74, 145, 185, .19); border-radius: 50%; transform: rotate(-22deg); }
.orbit-one { top: 116px; left: 84px; width: 493px; height: 293px; }
.orbit-two { top: 72px; left: 178px; width: 350px; height: 470px; transform: rotate(51deg); }
.orbit-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 0 0 6px rgba(33, 182, 177, .1); }
.orbit-dot-one { top: 120px; right: 149px; background: var(--teal); }
.orbit-dot-two { bottom: 118px; left: 92px; background: var(--lime); }
.scene-label { position: absolute; top: 12px; right: 13%; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(31, 86, 211, .11); border-radius: 100px; color: #71819a; background: rgba(255, 255, 255, .75); box-shadow: 0 8px 28px rgba(37, 76, 122, .07); font-size: 10px; font-weight: 700; backdrop-filter: blur(12px); }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(33, 182, 177, .13); animation: soft-pulse 2s infinite; }
.patient-orb { position: absolute; z-index: 2; top: 215px; left: 42%; display: grid; place-items: center; width: 145px; height: 145px; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--blue) 0%, #35b7b1 100%); box-shadow: 0 22px 42px rgba(31, 86, 211, .25), inset 0 0 0 9px rgba(255,255,255,.17); animation: orb-float 5s ease-in-out infinite; }
.patient-orb::before { position: absolute; content: ""; inset: -12px; border: 1px solid rgba(31, 86, 211, .19); border-radius: 50%; }
.orb-ring { position: absolute; inset: 19px; border: 1px dashed rgba(255,255,255,.38); border-radius: 50%; }
.orb-heart { position: relative; margin-top: -4px; font: 53px/1 "Manrope", sans-serif; }
.patient-orb span { position: absolute; bottom: 25px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; opacity: .86; }

.agent { position: absolute; z-index: 4; width: 125px; padding: 0; background: transparent; text-align: center; transition: transform .25s ease, filter .25s ease; }
.agent:hover, .agent:focus-visible, .agent.is-active { z-index: 7; transform: translateY(-8px) scale(1.04); filter: saturate(1.12); outline: none; }
.agent-body { position: relative; display: block; width: 74px; height: 75px; margin: 0 auto; border-radius: 32% 32% 43% 43%; background: var(--agent-color); box-shadow: inset -9px -11px 0 rgba(10, 38, 71, .07), 0 14px 24px rgba(31, 63, 96, .13); }
.agent-body::before, .agent-body::after { position: absolute; content: ""; top: 35px; width: 9px; height: 28px; border-radius: 10px; background: var(--agent-color); }
.agent-body::before { left: -8px; transform: rotate(18deg); }
.agent-body::after { right: -8px; transform: rotate(-18deg); }
.agent-face { position: absolute; top: 20px; left: 14px; display: flex; justify-content: space-between; width: 46px; }
.eye { display: block; width: 7px; height: 9px; border-radius: 50%; background: var(--ink); animation: blink 5.7s ease-in-out infinite; }
.mouth { position: absolute; top: 19px; left: 18px; display: block; width: 12px; height: 6px; border-bottom: 2px solid var(--ink); border-radius: 0 0 15px 15px; }
.mouth.open { height: 9px; border: 2px solid var(--ink); border-top: 0; animation: talk 2.3s ease-in-out infinite; }
.mouth.calm { width: 14px; border-bottom-color: #204f7e; }
.agent-badge { position: absolute; right: -9px; bottom: 7px; display: grid; place-items: center; width: 24px; height: 24px; border: 3px solid var(--agent-color); border-radius: 50%; color: var(--ink); background: white; font-size: 11px; font-weight: 800; }
.agent-spark { position: absolute; color: white; opacity: .72; font-size: 12px; }
.spark-one { top: -8px; right: 10px; }
.spark-two { bottom: 1px; left: 3px; }
.agent-name { display: block; margin-top: 10px; color: var(--ink); font-size: 12px; font-weight: 800; }
.agent-name small { display: block; margin-top: 3px; color: #7a8aa0; font-size: 8px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.agent-bubble { position: absolute; z-index: 2; bottom: 106px; left: 50%; width: 133px; padding: 10px 9px; border: 1px solid rgba(31, 86, 211, .1); border-radius: 13px 13px 13px 3px; color: #6f7d92; background: rgba(255, 255, 255, .92); box-shadow: 0 12px 30px rgba(31, 57, 93, .1); font-size: 10px; line-height: 1.35; opacity: .9; transform: translateX(-45%) translateY(7px); transition: all .28s ease; backdrop-filter: blur(6px); }
.agent-bubble::after { position: absolute; bottom: -7px; left: 18px; content: ""; width: 12px; height: 12px; border-right: 1px solid rgba(31, 86, 211, .1); border-bottom: 1px solid rgba(31, 86, 211, .1); background: rgba(255, 255, 255, .92); transform: rotate(45deg); }
.agent-bubble strong { color: var(--ink); font-weight: 800; }
.agent:hover .agent-bubble, .agent:focus-visible .agent-bubble, .agent.is-active .agent-bubble { opacity: 1; transform: translateX(-45%) translateY(0); }
.agent-anaya { --agent-color: #f6a37e; top: 100px; left: 13%; animation: agent-float-a 5.5s ease-in-out infinite; }
.agent-vani { --agent-color: #8ad9d5; top: 78px; right: 22%; animation: agent-float-b 6.2s .5s ease-in-out infinite; }
.agent-lekha { --agent-color: #cbdc62; top: 252px; left: 2%; animation: agent-float-c 5.8s .9s ease-in-out infinite; }
.agent-bandhan { --agent-color: #98b7ee; right: 3%; top: 229px; animation: agent-float-b 6.3s 1.2s ease-in-out infinite; }
.agent-marg { --agent-color: #f5ca75; bottom: 44px; left: 24%; animation: agent-float-c 5.7s .2s ease-in-out infinite; }
.agent-suraksha { --agent-color: #bba3e8; right: 19%; bottom: 28px; animation: agent-float-a 6.5s 1.5s ease-in-out infinite; }
.scene-caption { position: absolute; left: 50%; bottom: -2px; display: flex; align-items: center; gap: 10px; width: 300px; transform: translateX(-43%); color: #8492a6; font-size: 11px; line-height: 1.45; }
.caption-line { width: 26px; height: 1px; background: var(--teal); }

.story-strip { padding: 120px 6.3% 122px; background: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 43px; }
.section-heading h2, .team-copy h2, .safety-section h2 { margin: 17px 0 0; color: var(--ink); font-size: clamp(35px, 4.2vw, 60px); line-height: 1.02; }
.section-heading > p { max-width: 380px; margin-bottom: 5px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.journey-card { position: relative; min-height: 265px; padding: 26px 29px; border: 1px solid var(--line); border-radius: 18px; background: #fbfcff; transition: transform .25s ease, box-shadow .25s ease; }
.journey-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.journey-card-primary { color: white; background: var(--ink); }
.journey-number { position: absolute; top: 24px; right: 29px; color: #9da9bd; font: 700 11px/1 "Manrope", sans-serif; }
.journey-card-primary .journey-number { color: #71809a; }
.journey-icon { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 28px; border-radius: 13px; color: var(--blue); background: #e6effd; font-size: 20px; }
.journey-card-primary .journey-icon { color: var(--ink); background: var(--lime); }
.journey-card h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -0.05em; }
.journey-card p { max-width: 280px; margin-bottom: 28px; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.journey-card-primary p { color: #acbad1; }
.journey-link { color: var(--teal); font-size: 11px; font-weight: 800; }
.journey-link b { margin-left: 5px; font-size: 15px; }

.professionals-section { display: grid; grid-template-columns: minmax(310px, .8fr) minmax(510px, 1.2fr); align-items: center; gap: 8%; padding: 112px 9% 118px; background: #fffdf5; }
.professionals-intro h2 { margin: 18px 0 20px; color: var(--ink); font-size: clamp(38px, 4.3vw, 60px); line-height: 1.02; }
.professionals-intro > p { max-width: 410px; margin-bottom: 28px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.professional-note { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: #82909d; font-size: 10px; font-weight: 700; }.professional-note span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #47836f; background: var(--mint); font-size: 10px; }
.professional-directory { padding: 25px; border: 1px solid rgba(198, 157, 64, .17); border-radius: 24px; background: rgba(255,255,255,.78); box-shadow: 0 26px 66px rgba(125, 108, 55, .1); }
.directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 0 3px 18px; border-bottom: 1px solid rgba(33, 61, 92, .09); }.directory-heading > span { color: var(--ink); font: 800 16px "Manrope", sans-serif; letter-spacing: -.03em; }.directory-heading small { color: #929b9d; font-size: 10px; text-align: right; }
.professional-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; padding-top: 17px; }.professional-category { display: flex; align-items: center; gap: 11px; min-height: 77px; padding: 11px; border: 1px solid transparent; border-radius: 14px; background: #fcfbf6; text-align: left; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.professional-category:hover, .professional-category:focus-visible { border-color: rgba(31, 86, 211, .15); background: white; box-shadow: 0 10px 23px rgba(56, 85, 108, .07); transform: translateY(-2px); outline: none; }.category-icon { display: grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: var(--ink); background: var(--mint); font-size: 15px; font-weight: 800; }.category-dental .category-icon { background: #fce1cd; }.category-behavioural .category-icon { background: #e7daf9; }.category-allied .category-icon { background: #dceafa; }.category-examination .category-icon { background: #fae9a6; }.category-diagnostics .category-icon { background: #d5f1e7; }.professional-category > span:nth-child(2) { display: grid; gap: 4px; }.professional-category strong { color: var(--ink); font-size: 11px; }.professional-category small { max-width: 165px; color: #9099a1; font-size: 9px; line-height: 1.35; }.professional-category > b { margin-left: auto; color: var(--teal); font-size: 16px; }.directory-footer { display: flex; align-items: center; gap: 8px; margin: 18px 3px 0; color: #82909d; font-size: 10px; font-weight: 700; }.directory-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(200, 238, 71, .16); }

.care-team-section { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(450px, 1.1fr); align-items: center; gap: 10%; padding: 125px 11% 130px; background: #f1f8f7; }
.team-visual { position: relative; min-height: 380px; }
.team-orb { position: absolute; top: 80px; left: 50%; display: grid; place-items: center; width: 210px; height: 210px; border-radius: 50%; color: white; background: var(--blue-deep); box-shadow: 0 30px 50px rgba(18, 47, 115, .19); transform: translateX(-50%); }
.team-orb::before { position: absolute; inset: -22px; content: ""; border: 1px solid rgba(31, 86, 211, .18); border-radius: 50%; }
.team-orb span { font: 800 70px/1 "Manrope", sans-serif; letter-spacing: -.1em; }
.team-orb small { margin-top: 1px; color: #9eb3db; font-size: 10px; font-weight: 700; line-height: 1.25; text-align: center; }
.mini-node { position: absolute; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 14px; font-weight: 800; box-shadow: 0 8px 16px rgba(70, 111, 142, .14); }
.mini-node-one { top: 29px; left: 22%; }.mini-node-two { top: 15px; right: 13%; background: var(--teal); }.mini-node-three { right: 5%; bottom: 70px; background: var(--yellow); }
.mini-line { position: absolute; height: 1px; background: rgba(31, 86, 211, .22); transform-origin: left center; }
.mini-line-one { top: 87px; left: 28%; width: 120px; transform: rotate(32deg); }.mini-line-two { top: 89px; right: 28%; width: 115px; transform: rotate(145deg); }.mini-line-three { top: 250px; right: 20%; width: 130px; transform: rotate(32deg); }
.team-copy > p { max-width: 475px; margin: 23px 0 30px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.team-list { display: grid; gap: 9px; max-width: 435px; }
.team-list-item { display: flex; align-items: center; gap: 13px; padding: 10px 13px; border: 1px solid transparent; border-radius: 12px; background: transparent; text-align: left; }
.team-list-item:hover, .team-list-item.is-selected { border-color: rgba(31, 86, 211, .12); background: white; box-shadow: 0 8px 20px rgba(22, 64, 97, .05); }
.team-list-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; color: var(--ink); font-weight: 800; }.team-anaya { background: #f6a37e; }.team-vani { background: #8ad9d5; }.team-bandhan { background: #98b7ee; }
.team-list-item span:nth-child(2) { display: grid; gap: 2px; }.team-list-item strong { font-size: 12px; }.team-list-item small { color: #8a98ac; font-size: 10px; }.team-list-item b { margin-left: auto; color: var(--teal); font-size: 16px; }

.safety-section { display: grid; grid-template-columns: auto 1fr 1fr; align-items: center; gap: 30px; padding: 62px 10%; color: white; background: var(--ink); }
.safety-badge { display: grid; place-items: center; width: 57px; height: 57px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 24px; }
.safety-section .eyebrow { color: #9badc8; }.eyebrow-dot-light { background: var(--lime); box-shadow: 0 0 0 5px rgba(200, 238, 71, .1); }.safety-section h2 { color: white; font-size: clamp(23px, 2.7vw, 36px); }.safety-section h2 em { color: var(--lime); }
.safety-section > p { max-width: 430px; margin: 0; color: #b1c0d3; font-size: 13px; line-height: 1.75; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 34px 6.3%; color: #94a0b3; background: var(--paper); font-size: 10px; }.brand-footer .logo-frame { width: 148px; height: 33px; }.brand-footer .brand-image { top: -21px; left: -10px; width: 157px; }

.modal-backdrop { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(11, 25, 49, .55); opacity: 0; pointer-events: none; transition: opacity .25s ease; backdrop-filter: blur(8px); }.modal-backdrop.is-open { opacity: 1; pointer-events: auto; }
.intake-modal { position: relative; width: min(100%, 500px); padding: 38px; border: 1px solid rgba(255,255,255,.6); border-radius: 25px; background: rgba(255,255,255,.97); box-shadow: 0 35px 80px rgba(8, 23, 54, .3); transform: translateY(18px) scale(.98); transition: transform .25s ease; }.modal-backdrop.is-open .intake-modal { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 15px; right: 17px; width: 33px; height: 33px; border-radius: 50%; color: #7d899b; background: #f2f5f8; font-size: 23px; line-height: 1; }.modal-agent { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; color: #8a98aa; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.modal-agent-face { position: relative; display: flex; justify-content: space-around; width: 37px; height: 37px; padding: 10px 8px 0; border-radius: 13px; background: #f6a37e; }.modal-agent-face i { width: 5px; height: 7px; border-radius: 50%; background: var(--ink); }.modal-agent-face b { position: absolute; top: 24px; left: 13px; width: 10px; height: 4px; border-bottom: 2px solid var(--ink); border-radius: 0 0 10px 10px; }.intake-modal h2 { margin: 17px 0 10px; font-size: 34px; }.intake-modal > p { margin-bottom: 23px; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }.language-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; color: #76849a; font-size: 11px; font-weight: 700; }.language-pill { padding: 8px 10px; border-radius: 10px; color: var(--ink); background: #eff4fa; font-size: 11px; font-weight: 700; }.language-pill b { margin-left: 10px; color: var(--teal); }.intake-modal textarea { display: block; width: 100%; padding: 15px; resize: vertical; border: 1px solid #dce4ee; border-radius: 13px; outline: none; color: var(--ink); background: #fbfcfe; font-size: 13px; line-height: 1.55; }.intake-modal textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(33, 182, 177, .12); }.modal-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; }.voice-button { padding: 11px 0; color: var(--blue); background: transparent; font-size: 11px; font-weight: 800; }.voice-button span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 5px; border: 1px solid #c6d6f4; border-radius: 50%; }.modal-note { display: flex; align-items: center; gap: 7px; margin: 19px 0 0 !important; color: #98a4b3 !important; font-size: 10px !important; }.modal-note span { color: var(--teal); font-size: 17px; }.intake-success { display: none; align-items: center; gap: 12px; margin-top: 17px; padding: 13px; border-radius: 13px; color: #236456; background: var(--mint); }.intake-success.is-visible { display: flex; }.intake-success > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: #3ab398; font-weight: 800; }.intake-success div { display: grid; gap: 3px; }.intake-success strong { font-size: 12px; }.intake-success small { color: #5d8a7d; font-size: 10px; line-height: 1.4; }

@keyframes agent-float-a { 0%, 100% { margin-top: 0; } 50% { margin-top: -11px; } }
@keyframes agent-float-b { 0%, 100% { margin-top: 0; } 50% { margin-top: 9px; } }
@keyframes agent-float-c { 0%, 100% { margin-top: 0; } 50% { margin-top: -7px; } }
@keyframes orb-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes blink { 0%, 44%, 48%, 100% { transform: scaleY(1); } 46% { transform: scaleY(.12); } }
@keyframes talk { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(.65); } }
@keyframes soft-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }

@media (max-width: 1120px) { .hero { grid-template-columns: minmax(340px, .8fr) minmax(530px, 1.1fr); padding-left: 4.5%; padding-right: 2%; }.agent-anaya { left: 7%; }.agent-vani { right: 15%; }.agent-suraksha { right: 12%; }.desktop-nav { gap: 20px; } }
@media (max-width: 880px) { .desktop-nav { display: none; }.site-header { padding: 22px 5%; }.hero { display: block; padding: 56px 5% 70px; }.hero-copy { max-width: 660px; margin: 0 auto; text-align: center; }.eyebrow, .hero-actions { justify-content: center; }.hero-lede { margin-right: auto; margin-left: auto; }.hero-proof { justify-content: center; }.hero-scene { max-width: 700px; min-height: 600px; margin: 32px auto 0; transform: scale(.91); transform-origin: top center; margin-bottom: -45px; }.story-strip, .care-team-section { padding-right: 5%; padding-left: 5%; }.section-heading { align-items: start; flex-direction: column; gap: 10px; }.section-heading > p { max-width: 560px; }.care-team-section { gap: 25px; }.safety-section { grid-template-columns: auto 1fr; padding-right: 6%; padding-left: 6%; }.safety-section > p { grid-column: 2; }.site-footer { flex-wrap: wrap; } }
@media (max-width: 620px) { .header-actions .language-toggle { display: none; }.header-actions { margin-left: auto; }.logo-frame { width: 151px; height: 35px; }.brand-image { top: -21px; left: -10px; width: 162px; }.button-small { padding: 10px 13px; }.hero { padding-top: 35px; }.hero-copy { text-align: left; }.eyebrow, .hero-actions { justify-content: flex-start; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }.hero-proof { justify-content: flex-start; gap: 10px; }.hero-proof span { font-size: 10px; }.hero-scene { left: -7%; width: 114%; min-height: 520px; margin-top: 14px; transform: scale(.69); transform-origin: top center; margin-bottom: -160px; }.journey-grid { grid-template-columns: 1fr; }.journey-card { min-height: 220px; }.care-team-section { grid-template-columns: 1fr; padding-top: 78px; padding-bottom: 80px; }.team-visual { min-height: 315px; }.team-orb { top: 52px; }.safety-section { grid-template-columns: auto 1fr; gap: 16px; }.safety-badge { width: 43px; height: 43px; font-size: 17px; }.safety-section h2 { font-size: 26px; }.safety-section > p { grid-column: 1 / -1; padding-left: 59px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 15px; }.intake-modal { padding: 30px 22px; }.modal-actions { align-items: flex-start; flex-direction: column-reverse; }.modal-actions .button { width: 100%; }.voice-button { width: 100%; text-align: left; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } }
