:root{--ink:#173b38;--ink2:#244e49;--cream:#fbf7ef;--paper:#fffdf8;--sage:#dce9df;--sage2:#edf4ee;--coral:#ee7251;--line:#d8ddd5;--muted:#64746e;--shadow:0 12px 32px rgba(22,61,55,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:#263733;font:16px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}a{color:var(--ink2)}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.nav{position:sticky;top:0;z-index:10;background:rgba(251,247,239,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(23,59,56,.12)}.navin{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font:700 26px Georgia,serif}.brand img{width:42px;height:42px;border-radius:12px}.links{display:flex;gap:24px;align-items:center;font-size:14px}.links a{text-decoration:none}.pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 18px;background:var(--ink);color:white!important;text-decoration:none;font-weight:700}.hero{padding:84px 0 72px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:58px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#668c7b}.hero h1,.section h2,.legal h1,.legal h2{font-family:Georgia,serif;color:var(--ink);line-height:1.02}.hero h1{font-size:clamp(52px,8vw,92px);margin:12px 0 4px}.tag{font:700 clamp(27px,4vw,42px)/1.15 Georgia,serif;color:var(--coral);margin:0 0 24px}.lead{font-size:20px;max-width:720px;color:#465752}.micro{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.micro span{font-size:13px;font-weight:700;background:#e7efe7;border:1px solid #d0dfd2;border-radius:999px;padding:7px 11px;color:#335f55}.hero-card{background:linear-gradient(160deg,#e8f1e8,#d9e7dd);border:1px solid #d3e0d6;border-radius:34px;min-height:430px;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:var(--shadow)}.hero-card img{width:180px;height:180px;border-radius:42px;box-shadow:0 16px 34px rgba(19,72,65,.18)}.hero-card h3{font:700 30px Georgia,serif;color:var(--ink);margin:28px 0 8px}.section{padding:78px 0}.section.alt{background:var(--paper);border-top:1px solid #e9e5dc;border-bottom:1px solid #e9e5dc}.section h2{font-size:clamp(36px,5vw,55px);margin:10px 0 18px}.section-intro{font-size:19px;max-width:760px;color:#596a65}.story{max-width:900px;margin:auto;text-align:center}.story .big{font:700 clamp(30px,4vw,48px)/1.1 Georgia,serif;color:var(--ink);margin:0 0 18px}.story p{font-size:19px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}.card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:27px;box-shadow:0 4px 14px rgba(22,61,55,.03)}.card h3{font:700 24px Georgia,serif;color:var(--ink);margin:8px 0}.iconbubble{width:58px;height:58px;border-radius:17px;background:#e2eee6;display:grid;place-items:center;color:var(--ink);margin-bottom:14px}.iconbubble svg{width:38px;height:38px;overflow:visible}.iconbubble svg *{stroke:currentColor;stroke-width:3.4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.iconbubble svg .accent,.iconbubble svg .pulse{stroke:var(--coral)}.iconbubble.vitals svg path:first-child{fill:var(--ink);stroke:var(--ink)}.iconbubble.vitals .pulse{fill:none;stroke:#fff;stroke-width:3.2}.iconbubble.team .accent{stroke:var(--coral)}.iconbubble.calendar .accent{stroke:var(--coral);stroke-width:4}.iconbubble.visit .accent{stroke:var(--coral);stroke-width:4}.who{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}.who .card{padding:24px}.who h3{font-size:21px}.trust{background:linear-gradient(135deg,#dce9df,#edf4ee);border-radius:32px;padding:42px}.trustgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:26px}.quote{font:700 clamp(30px,4vw,48px)/1.15 Georgia,serif;color:var(--ink);max-width:800px;margin:0 auto 18px;text-align:center}.center{text-align:center}.cta{padding:82px 0}.cta-box{background:var(--ink);color:#f7f3e9;border-radius:32px;padding:52px;text-align:center}.cta-box h2{color:white;margin-top:0}.cta-box .pill{background:#fff4e7;color:var(--ink)!important;margin-top:12px}.footer{padding:38px 0;background:#ece9df;border-top:1px solid #ddd9ce;font-size:13px;color:#5f6a66}.footgrid{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.footer a{margin-right:16px}.legal{padding:68px 0 90px;max-width:860px}.legal h1{font-size:54px;margin:10px 0 8px}.legal h2{font-size:28px;margin-top:38px}.legal .updated{color:var(--muted)}.notice{background:#fff0ea;border-left:4px solid var(--coral);border-radius:10px;padding:18px 20px}.supportbox{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:24px;margin:24px 0}@media(max-width:800px){.links a:not(.pill){display:none}.hero{padding:50px 0 46px}.hero-grid{grid-template-columns:1fr;gap:24px}.hero-card{min-height:340px;padding:34px}.hero-card img{width:142px;height:142px;border-radius:34px}.cards{grid-template-columns:1fr}.who{grid-template-columns:1fr 1fr}.trustgrid{grid-template-columns:1fr}.footgrid{display:block}.footer .right{margin-top:18px}.legal h1{font-size:42px}}@media(max-width:480px){.wrap{width:min(100% - 28px,1120px)}.hero{padding:42px 0 38px}.micro{margin-top:22px}.who{grid-template-columns:1fr}.hero h1{font-size:54px}.lead{font-size:18px}.section{padding:60px 0}.cta-box,.trust{padding:32px 24px}.brand{font-size:22px}}

/* Final hero cleanup */
@media (max-width:800px){.hero-grid{gap:22px}.hero-card{margin-top:0}}

/* Refined Lumanoa feature icon system */
.iconbubble{width:56px;height:56px;border-radius:16px;background:#e5f0e8;color:var(--ink)}
.iconbubble svg{width:34px;height:34px}
.iconbubble svg *{stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.iconbubble svg .accent{stroke:var(--coral)}
.iconbubble svg .fillaccent{fill:var(--coral);stroke:none}
.iconbubble.vitals svg path:first-child{fill:none;stroke:currentColor}
.iconbubble.vitals .accent{fill:none;stroke:var(--coral);stroke-width:2.7}
.iconbubble.team .accent,.iconbubble.calendar .accent,.iconbubble.visit .accent{stroke:var(--coral);stroke-width:2.7}

/* Final Lumanoa icon refinements */
.iconbubble.med .medfill{fill:var(--coral);stroke:var(--coral)}
.iconbubble.med .divider{fill:none;stroke:#fff;stroke-width:2.4}
.iconbubble.team svg>path:first-child{stroke:currentColor;stroke-width:2.7}
.iconbubble.team svg .accent{stroke:var(--coral);stroke-width:3.2}

/* Final mobile icon sizing: fill the badge more confidently without changing card layout */
.iconbubble svg{width:42px;height:42px}
.iconbubble.team svg{width:44px;height:44px}
@media(max-width:480px){.iconbubble svg{width:42px;height:42px}.iconbubble.team svg{width:44px;height:44px}}
