
:root{
  /* Brand palette (Midbol Care, formerly Carium) — see brand guidelines */
  --ink:#1d2f26;--ink-2:#33473c;--muted:#647a72;--line:#dce7e1;
  --green:#2e8b6e;--green-dark:#1e5b46;--mint:#e3f2ea;--pale:#f6faf8;
  --field:#a9d8c6;
  --navy:#1e5b46;--navy-2:#163f33;--white:#fff;--warm:#f5efe7;
  --shadow:0 28px 65px rgba(30,91,70,.13);--radius:22px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"IBM Plex Sans",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
/* Headers should be Suisse Intl per brand guidelines — that's a licensed font (Swiss Typefaces),
   not available on a free CDN. Manrope is used here as the closest free stand-in; swap this
   for Suisse Intl once Michael/BYBL supply licensed font files or a hosted @font-face. */
h1,h2,h3,.brand-name{font-family:"Manrope",sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.91);border-bottom:1px solid rgba(220,231,232,.8);backdrop-filter:blur(18px)}.nav-wrap{height:80px;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;gap:11px;white-space:nowrap}.brand-symbol{width:40px;height:40px;background:var(--navy);border-radius:12px;display:flex;align-items:center;justify-content:center;gap:3px;box-shadow:0 9px 20px rgba(16,47,63,.17)}
.brand-symbol span{width:7px;height:20px;background:#fff;border-radius:6px;transform:skew(-12deg)}.brand-symbol span:last-child{height:14px;background:#76d4bc}.brand-name{font-weight:800;font-size:17px;letter-spacing:-.03em}.brand-name b{color:var(--green);font-weight:800}
.desktop-nav{display:flex;gap:27px;margin-left:auto}.desktop-nav a{font-size:13px;font-weight:600;color:#49616e}.desktop-nav a:hover{color:var(--green-dark)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:11px;padding:12px 18px;font-weight:700;transition:.2s;cursor:pointer}.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--navy);color:#fff;box-shadow:0 10px 22px rgba(16,47,63,.17)}.button-primary:hover{background:#092738}.button-large{padding:15px 23px;border-radius:13px}.nav-cta{font-size:13px}
.menu-toggle{display:none;margin-left:auto;background:#f3f7f7;border:1px solid var(--line);width:43px;height:43px;border-radius:11px;align-items:center;justify-content:center;flex-direction:column;gap:4px}.menu-toggle span{width:20px;height:2px;background:var(--navy);border-radius:4px}.mobile-nav{display:none}
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbfefd 0%,#f1f8f6 100%);padding:95px 0 90px}.hero-orb{position:absolute;border-radius:50%;pointer-events:none}.hero-orb-one{width:600px;height:600px;right:-270px;top:-270px;background:radial-gradient(circle,rgba(55,174,145,.17),transparent 69%)}.hero-orb-two{width:440px;height:440px;left:-260px;bottom:-270px;background:radial-gradient(circle,rgba(30,91,70,.13),transparent 70%)}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;position:relative}.eyebrow,.section-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--green-dark)}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 11px;border:1px solid #cee9e2;border-radius:999px;background:#f5fcfa;text-transform:none;letter-spacing:0}.eyebrow>span{width:7px;height:7px;background:#2ca889;border-radius:50%;box-shadow:0 0 0 5px rgba(44,168,137,.1)}
.hero h1{font-size:clamp(47px,5vw,69px);letter-spacing:-.055em;line-height:1.01;margin:23px 0 22px;max-width:660px}.hero-lead{font-size:18px;color:#5d727d;max-width:630px;margin:0}.hero-actions{display:flex;align-items:center;gap:21px;margin-top:34px}.text-link,.section-link{font-weight:700;color:var(--navy);display:inline-flex;align-items:center;gap:8px}.text-link span{color:var(--green)}
.hero-proof{display:flex;flex-wrap:wrap;gap:11px 20px;margin-top:36px}.hero-proof div{font-size:12px;color:#536a75;font-weight:600}.hero-proof span{color:var(--green);margin-right:5px}
.product-stage{position:relative;min-width:0}.product-window{background:#fff;border:1px solid #d9e5e7;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}
.product-topbar{display:flex;align-items:center;justify-content:space-between;padding:17px 19px;border-bottom:1px solid var(--line);background:#fbfdfd}.window-brand,.topbar-tools{display:flex;align-items:center;gap:10px}.mini-symbol{width:32px;height:32px;background:var(--navy);border-radius:9px;display:flex;gap:2px;align-items:center;justify-content:center}.mini-symbol i{width:5px;height:15px;background:#fff;border-radius:5px;transform:skew(-12deg)}.mini-symbol i:last-child{height:10px;background:#74d5bd}.window-brand div{display:flex;flex-direction:column}.window-brand strong{font-size:11px}.window-brand small{font-size:8px;color:var(--muted)}.status-live{font-size:9px;background:var(--mint);color:var(--green-dark);border-radius:999px;padding:5px 8px;font-weight:700}.status-live i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#2cab8b;margin-right:4px}.user-chip{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e5eef0;font-size:8px;font-weight:800}
.product-body{display:grid;grid-template-columns:51px 1fr}.product-sidebar{background:#f8fbfb;border-right:1px solid var(--line);padding:16px 8px;display:flex;flex-direction:column;align-items:center;gap:14px}.product-sidebar span{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;color:#84949c;font-size:13px}.product-sidebar .active{background:var(--navy);color:#fff}.dashboard{padding:21px}.dashboard-heading{display:flex;justify-content:space-between;align-items:end}.dashboard-heading small{font-size:8px;color:var(--muted)}.dashboard-heading h2{font-size:18px;margin:2px 0 0}.dashboard-heading button{font-size:8px;border:1px solid var(--line);background:#f6f9f9;border-radius:7px;padding:7px 9px;color:var(--ink);font-weight:700}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:17px 0}.metric-row article{display:grid;grid-template-columns:auto 1fr;gap:8px;padding:11px;border:1px solid var(--line);border-radius:11px;position:relative}.metric-icon{width:27px;height:27px;border-radius:8px;background:var(--mint);color:var(--green-dark);display:grid;place-items:center;font-weight:800}.metric-row article div{display:flex;flex-direction:column}.metric-row small{font-size:7px;color:var(--muted)}.metric-row strong{font-size:13px}.metric-row em{position:absolute;right:8px;bottom:8px;font-size:6px;color:var(--green-dark);font-style:normal;font-weight:800}
.dashboard-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:9px}.schedule-panel,.compliance-panel{border:1px solid var(--line);border-radius:12px;padding:13px}.panel-title{display:flex;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #edf2f2}.panel-title div{display:flex;flex-direction:column}.panel-title strong{font-size:9px}.panel-title small{font-size:7px;color:var(--muted)}.visit{display:grid;grid-template-columns:31px 26px 1fr auto;gap:7px;align-items:center;padding:9px 0;border-bottom:1px solid #eef2f2}.visit:last-child{border:0}.visit time{font-size:7px;color:var(--muted);font-weight:700}.visit>b{width:26px;height:26px;border-radius:50%;background:#e7f2ef;display:grid;place-items:center;font-size:6px}.visit div{display:flex;flex-direction:column}.visit strong{font-size:8px}.visit small{font-size:6px;color:var(--muted)}.visit>span{font-size:5.5px;padding:4px 5px;background:var(--mint);color:var(--green-dark);border-radius:999px;font-weight:800}.visit>span.neutral{background:#f0f3f4;color:#74848c}
.score-wrap{display:flex;gap:8px;align-items:center;margin:13px 0}.score{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--green) 0 92%,#e9eeee 92%);position:relative}.score:after{content:"";position:absolute;inset:5px;background:#fff;border-radius:50%}.score span{position:relative;z-index:1;font-size:8px;font-weight:800}.score-wrap>div:last-child{display:flex;flex-direction:column}.score-wrap strong{font-size:8px}.score-wrap small{font-size:6px;color:var(--muted)}.progress{margin-top:10px}.progress p{display:flex;justify-content:space-between;font-size:6px;margin:0 0 4px}.progress>div{height:4px;background:#edf1f1;border-radius:10px;overflow:hidden}.progress i{display:block;height:100%;background:var(--green);border-radius:10px}
.floating-note{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:0 15px 32px rgba(26,67,82,.13);padding:10px 12px;border-radius:12px;display:flex;align-items:center;gap:8px}.floating-note>span{width:29px;height:29px;border-radius:8px;background:var(--mint);color:var(--green-dark);display:grid;place-items:center;font-weight:800}.floating-note div{display:flex;flex-direction:column}.floating-note strong{font-size:9px}.floating-note small{font-size:7px;color:var(--muted)}.note-one{left:-25px;bottom:33px}.note-two{right:-20px;top:83px}
.audience-strip{padding:31px 0;border-bottom:1px solid var(--line);background:#fff}.audience-strip .container{text-align:center}.audience-strip p{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#7b8e97;margin:0 0 18px}.audience-list{display:flex;justify-content:center;flex-wrap:wrap;gap:11px}.audience-list span{padding:8px 12px;border:1px solid var(--line);border-radius:999px;font-size:11px;color:#536975;background:#fbfdfd}
.section{padding:104px 0}.split-intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:110px;align-items:start}.split-intro h2,.section-heading h2,.value-copy h2,.security-copy h2,.support-copy h2,.about-grid h2,.demo-copy h2{font-size:clamp(35px,4vw,50px);letter-spacing:-.045em;line-height:1.09;margin:14px 0 0}.split-intro p{font-size:16px;color:var(--muted);margin:0 0 16px}.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:48px}.pain-card{padding:25px;border:1px solid var(--line);border-radius:17px}.pain-card>span,.feature-number{font-size:11px;color:var(--green);font-weight:800}.pain-card h3{font-size:18px;margin:34px 0 8px}.pain-card p{color:var(--muted);font-size:13px;margin:0}
.platform-section{background:var(--pale)}.section-heading{max-width:780px}.section-heading h2{margin-bottom:16px}.section-heading>p{font-size:16px;color:var(--muted);max-width:680px;margin:0}.platform-layout{display:grid;grid-template-columns:1fr .9fr;gap:57px;margin-top:53px;align-items:center}.feature-list{display:flex;flex-direction:column}.feature-item{display:grid;grid-template-columns:34px 1fr auto;gap:14px;padding:23px 4px;border-bottom:1px solid #d9e5e4;cursor:pointer}.feature-item h3{font-size:17px;margin:0 0 5px}.feature-item p{font-size:13px;color:var(--muted);margin:0}.feature-item>b{font-size:17px;color:#9aabb2}.feature-item.active h3{color:var(--green-dark)}.feature-item.active>b{color:var(--green)}.feature-preview{background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px;box-shadow:0 24px 50px rgba(26,68,80,.1)}.preview-top,.coverage-head{display:flex;justify-content:space-between;align-items:center}.preview-title{font-family:"Manrope";font-weight:800}.preview-filter{font-size:10px;border:1px solid var(--line);padding:7px 9px;border-radius:8px;color:var(--muted)}.week{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:22px 0}.week div{padding:10px;text-align:center;background:#f5f8f8;border-radius:10px;display:flex;flex-direction:column}.week small{font-size:7px;color:var(--muted)}.week strong{font-size:13px}.week .selected{background:var(--navy);color:#fff}.week .selected small{color:#bfe0cf}.coverage{padding:16px;background:#f7faf9;border-radius:13px}.coverage-head div{display:flex;flex-direction:column}.coverage-head small{font-size:7px;color:var(--muted)}.coverage-head strong{font-size:13px}.coverage-head>span{font-size:8px;color:var(--green-dark);font-weight:800}.coverage-bar{height:6px;background:#e2ecea;border-radius:99px;margin-top:13px}.coverage-bar i{display:block;width:94%;height:100%;background:var(--green);border-radius:99px}.team-row{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid #edf2f2}.team-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e2f3ee;color:var(--green-dark);font-size:9px;font-weight:800}.team-avatar.alt{background:#edf2ef;color:#3d5a50}.team-avatar.warm{background:var(--warm);color:#85633f}.team-row div{display:flex;flex-direction:column}.team-row strong{font-size:10px}.team-row small{font-size:8px;color:var(--muted)}.team-row>b{font-size:7px;color:var(--green-dark);background:var(--mint);padding:5px 7px;border-radius:99px}.team-row>b.open{color:#8a6538;background:var(--warm)}.section-link{margin-top:34px;color:var(--green-dark)}
.value-section{background:var(--navy);color:#fff}.value-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:start}.section-label.light{color:#83dcc5}.value-copy h2{margin-bottom:20px}.value-copy p{color:#bed0d7;font-size:16px}.button-light{background:#fff;color:var(--navy);margin-top:25px}.value-points article{display:grid;grid-template-columns:44px 1fr;gap:15px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.13)}.value-points article>span{color:#83dcc5;font-size:11px;font-weight:800}.value-points h3{font-size:17px;margin:0 0 6px}.value-points p{font-size:13px;color:#afc5ce;margin:0}
.outcomes-section{background:#fff}.outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:45px}.outcome-grid article{padding:25px 22px;border:1px solid var(--line);border-radius:17px}.outcome-grid article>span{width:40px;height:40px;border-radius:11px;background:var(--mint);color:var(--green-dark);display:grid;place-items:center;font-weight:800}.outcome-grid h3{font-size:16px;margin:24px 0 7px}.outcome-grid p{font-size:12px;color:var(--muted);margin:0}
.security-section{background:#f6faf9}.security-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}.security-visual{background:linear-gradient(145deg,#123849,#0d2938);border-radius:26px;padding:37px;min-height:455px;position:relative;overflow:hidden;box-shadow:0 27px 55px rgba(16,47,63,.2)}.security-visual:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(81,195,166,.11);right:-160px;bottom:-170px}.shield{width:73px;height:73px;border-radius:22px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#86dfc8;font-size:30px}.security-card{position:relative;z-index:1;margin-top:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:16px;padding:18px;color:#fff}.security-card-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px}.security-card-head div{display:flex;flex-direction:column}.security-card-head small{font-size:7px;color:#9bb6c2}.security-card-head strong{font-size:13px}.security-card-head i{width:9px;height:9px;background:#51cba9;border-radius:50%;box-shadow:0 0 0 6px rgba(81,203,169,.11)}.security-line{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid rgba(255,255,255,.09);font-size:10px}.security-line span{color:#c5d4da}.security-line b{color:#80dcc4}.security-copy>p{font-size:16px;color:var(--muted)}.security-points{display:grid;gap:17px;margin-top:28px}.security-points>div{display:flex;gap:12px}.security-points>div>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--green-dark);font-size:11px;font-weight:900;flex:0 0 auto}.security-points p{display:flex;flex-direction:column;margin:0}.security-points strong{font-size:14px}.security-points small{color:var(--muted);font-size:12px;margin-top:3px}.inline-link{margin-top:28px}
.support-grid,.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}.support-copy>p,.about-grid p{color:var(--muted);font-size:16px}.support-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.support-list span{border:1px solid var(--line);border-radius:12px;padding:13px 14px;font-size:12px;font-weight:600;background:#fff}.about-strip{background:var(--pale);padding:75px 0}
.demo-section{position:relative;overflow:hidden;background:var(--navy);color:#fff;padding:100px 0}.demo-orb{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(62,185,153,.2),transparent 68%);left:-300px;bottom:-500px}.demo-grid{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}.demo-copy p{color:#b9cdd5;font-size:16px}.demo-notes{display:flex;flex-direction:column;gap:9px;margin-top:28px;color:#cae0e6;font-size:12px}.demo-notes span::first-letter{color:#7fd8c2}.demo-form{background:#fff;color:var(--ink);padding:28px;border-radius:21px;box-shadow:0 28px 65px rgba(0,0,0,.17)}.demo-form label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:700;margin-bottom:15px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.demo-form input,.demo-form select,.demo-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:#fbfdfd;color:var(--ink);outline:none}.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus{border-color:#75bca9;box-shadow:0 0 0 3px rgba(32,143,114,.1)}.demo-form .button{width:100%}.demo-form>small{display:block;text-align:center;color:var(--muted);font-size:8px;margin-top:11px}
.footer{padding:68px 0 24px;background:#fff}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:50px}.footer-brand-column{display:flex;flex-direction:column;align-items:start}.footer-brand-column p{font-size:13px;color:var(--muted);max-width:310px}.footer-brand-column>a:last-child{font-size:12px;color:var(--green-dark);font-weight:700}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-grid h3{font-size:12px;margin:0 0 7px}.footer-grid>div:not(:first-child) a{font-size:12px;color:var(--muted)}.footer-bottom{border-top:1px solid var(--line);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;color:#81919a;font-size:10px}.footer-bottom p{margin:0}
.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);padding:12px 17px;background:var(--navy);color:#fff;border-radius:10px;font-size:12px;font-weight:700;box-shadow:0 15px 35px rgba(16,47,63,.25);opacity:0;pointer-events:none;transition:.25s;z-index:200}.toast.show{opacity:1;transform:translate(-50%,0)}
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;max-width:560px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 60px rgba(30,91,70,.18);padding:22px;z-index:300;transform:translateY(140%);transition:transform .35s ease;display:flex;flex-direction:column;gap:14px}
.cookie-banner.show{transform:translateY(0)}
.cookie-banner p{margin:0;font-size:13px;color:var(--muted)}
.cookie-banner p a{color:var(--green-dark);font-weight:700}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.cookie-actions button{border:none;font-weight:700;font-size:13px;padding:10px 16px;border-radius:10px;cursor:pointer}
.cookie-accept{background:var(--green-dark);color:#fff}
.cookie-reject{background:#f1f5f3;color:var(--ink)}
@media (max-width:520px){.cookie-banner{left:12px;right:12px;bottom:12px;padding:18px}}
.footer-newsletter{margin-top:20px}
.footer-newsletter p{font-size:12px;font-weight:700;color:var(--ink);margin:0 0 10px}
.footer-newsletter-row{display:flex;gap:8px}
.footer-newsletter-row input{flex:1;min-width:0;border:1px solid var(--line);border-radius:9px;padding:10px 12px;font-size:13px;background:#fbfdfd;color:var(--ink)}
.footer-newsletter-row button{border:none;background:var(--green-dark);color:#fff;font-weight:700;font-size:13px;padding:10px 14px;border-radius:9px;cursor:pointer;white-space:nowrap}
.footer-newsletter-note{font-size:11px;color:var(--muted);margin:8px 0 0}
.footer-social{display:flex;gap:10px;margin-top:18px}
.footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--green-dark);font-size:13px;font-weight:700}
.footer-social a:hover{background:var(--mint)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){.desktop-nav,.nav-cta{display:none}.menu-toggle{display:flex}.mobile-nav{position:absolute;top:80px;left:0;right:0;background:#fff;padding:18px 20px 24px;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(25,65,80,.09);gap:7px}.mobile-nav.open{display:grid}.mobile-nav a:not(.button){padding:10px 4px;font-weight:600;color:#4c6571}.hero-grid{grid-template-columns:1fr;gap:60px}.hero-copy{text-align:center}.hero-copy p{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.product-stage{max-width:780px;margin:auto}.split-intro,.platform-layout,.value-grid,.security-grid,.support-grid,.about-grid,.demo-grid{grid-template-columns:1fr;gap:50px}.feature-preview{max-width:650px;margin:auto;width:100%}.outcome-grid{grid-template-columns:1fr 1fr}.security-visual{order:2;max-width:650px;width:100%;margin:auto}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:28px}}
@media(max-width:700px){.container{width:min(100% - 28px,1180px)}.nav-wrap{height:70px}.mobile-nav{top:70px}.hero{padding:60px 0}.hero h1{font-size:43px}.hero-actions{flex-direction:column}.hero-proof{flex-direction:column;align-items:center}.product-window{transform:none}.product-sidebar{display:none}.product-body{grid-template-columns:1fr}.metric-row{grid-template-columns:1fr}.dashboard-grid{grid-template-columns:1fr}.floating-note{display:none}.section{padding:76px 0}.split-intro{gap:25px}.pain-grid,.outcome-grid{grid-template-columns:1fr}.platform-layout{margin-top:35px}.feature-item{grid-template-columns:28px 1fr}.feature-item>b{display:none}.value-grid{gap:35px}.support-list{grid-template-columns:1fr}.field-row{grid-template-columns:1fr;gap:0}.demo-section{padding:76px 0}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-column{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:7px}}
@media(max-width:470px){.hero h1{font-size:38px}.hero-lead{font-size:16px}.dashboard{padding:14px}.visit{grid-template-columns:30px 25px 1fr}.visit>span{grid-column:3;justify-self:start}.week{gap:4px}.week div{padding:8px 4px}.demo-form{padding:20px}.footer-grid{grid-template-columns:1fr}}
/* Multi-page extensions */
.inner-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbfefd 0%,#f1f8f6 100%);padding:96px 0 86px}.inner-hero-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center;position:relative}.inner-hero h1{font-size:clamp(42px,5vw,64px);line-height:1.02;letter-spacing:-.055em;margin:18px 0 20px}.inner-hero p{font-size:18px;color:var(--muted);max-width:680px}.abstract-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow)}.abstract-icon{width:78px;height:78px;border-radius:22px;background:var(--navy);color:#83dcc5;display:grid;place-items:center;font-size:31px}.abstract-row{display:flex;gap:12px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:13px;margin-top:14px}.abstract-row span{width:34px;height:34px;border-radius:10px;background:var(--mint);display:grid;place-items:center}.abstract-row div{display:flex;flex-direction:column}.abstract-row small{color:var(--muted)}.page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.page-card{padding:27px;border:1px solid var(--line);border-radius:18px;background:#fff}.page-card>span{width:44px;height:44px;border-radius:12px;background:var(--mint);color:var(--green-dark);display:grid;place-items:center}.page-card h3{margin:20px 0 8px}.page-card p{color:var(--muted);font-size:14px}.page-card a{color:var(--green-dark);font-weight:700;font-size:13px}.comparison{display:grid;grid-template-columns:1fr 60px 1fr;align-items:center;margin-top:45px}.compare-card{border:1px solid var(--line);border-radius:20px;padding:30px}.compare-card.good{background:var(--navy);color:#fff}.compare-card ul{padding-left:18px}.compare-card li{margin:10px 0}.compare-arrow{text-align:center;font-size:28px}.support-grid-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}.support-card{padding:24px;border:1px solid var(--line);border-radius:17px}.support-card>span{color:var(--green);font-size:11px;font-weight:800}.support-card p{color:var(--muted);font-size:13px}.support-card a{color:var(--green-dark);font-size:12px;font-weight:700}.faq-list{max-width:860px;margin:40px auto 0}.faq-item{border-bottom:1px solid var(--line);padding:20px 0}.faq-item summary{cursor:pointer;font-family:Manrope;font-weight:700;display:flex;justify-content:space-between}.faq-item p{color:var(--muted)}.contact-layout,.demo-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.form-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 22px 50px rgba(25,65,80,.09)}.form-card label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:700;margin-bottom:15px}.form-card input,.form-card select,.form-card textarea{border:1px solid var(--line);border-radius:10px;padding:11px}.form-card .check{flex-direction:row}.form-card button{width:100%}.contact-options{display:grid;gap:14px}.contact-options article{padding:22px;border:1px solid var(--line);border-radius:15px}.contact-options a{color:var(--green-dark);font-weight:700}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.resource-card{padding:24px;border:1px solid var(--line);border-radius:17px}.resource-card>span{font-size:10px;text-transform:uppercase;color:var(--green-dark)}.resource-card p{color:var(--muted)}.site-cta{background:var(--navy);color:#fff;padding:88px 0;text-align:center}.site-cta h2{font-size:46px;margin:12px 0}.site-cta p{color:#bed0d7}.nav-simple{display:flex;gap:24px;margin-left:auto}.nav-simple a{font-size:13px;font-weight:650;color:#49616e}.nav-simple a:hover{color:var(--green-dark)}
@media(max-width:980px){.inner-hero-grid,.contact-layout,.demo-layout{grid-template-columns:1fr}.page-grid,.resource-grid{grid-template-columns:1fr 1fr}.nav-simple{display:none}}
@media(max-width:700px){.inner-hero{padding:62px 0}.inner-hero h1{font-size:39px}.page-grid,.resource-grid,.support-grid-cards{grid-template-columns:1fr}.comparison{grid-template-columns:1fr}.compare-arrow{transform:rotate(90deg)}}

/* Internal-page compatibility layer — keeps every page on the homepage design system */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.93);border-bottom:1px solid rgba(220,231,232,.85);backdrop-filter:blur(18px)}
.header-row{height:80px;display:flex;align-items:center;gap:28px}
.brand-mark{width:40px;height:40px;border-radius:12px;background:var(--navy);display:grid;place-items:center;box-shadow:0 9px 20px rgba(16,47,63,.17)}
.brand-mark span{color:#fff;font-family:Manrope,sans-serif;font-weight:800;font-size:18px}
.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-family:Manrope,sans-serif;font-size:16px}.brand-copy small{font-size:10px;color:var(--muted);margin-top:4px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:11px;padding:12px 18px;font-weight:700;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 22px rgba(16,47,63,.17)}.btn-primary:hover{background:#092738}.btn-light{background:#fff;color:var(--navy)}.btn-large{padding:15px 23px;border-radius:13px}
.menu-button{display:none;margin-left:auto;background:#f3f7f7;border:1px solid var(--line);width:43px;height:43px;border-radius:11px;align-items:center;justify-content:center;flex-direction:column;gap:4px}.menu-button span{width:20px;height:2px;background:var(--navy);border-radius:4px}
.mobile-menu{display:none;position:absolute;top:80px;left:0;right:0;background:#fff;padding:18px 20px 24px;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(25,65,80,.09);gap:7px}.mobile-menu.open{display:grid}.mobile-menu a:not(.btn){padding:10px 4px;font-weight:600;color:#4c6571}
.glow{position:absolute;border-radius:50%;pointer-events:none}.glow-two{width:520px;height:520px;right:-230px;bottom:-290px;background:radial-gradient(circle,rgba(46,139,110,.15),transparent 68%)}
.section-eyebrow{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--green-dark)}
.section-header{max-width:780px;margin-bottom:44px}.section-header h2{font-size:clamp(35px,4vw,50px);line-height:1.09;letter-spacing:-.045em;margin:14px 0}.section-header p{font-size:16px;color:var(--muted)}
.site-footer{padding:68px 0 24px;background:#fff}.footer-brand{gap:11px}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column h3{font-size:12px;margin:0 0 7px}.footer-column a{font-size:12px;color:var(--muted)}
.directory-row{display:grid;grid-template-columns:48px 1fr auto;gap:20px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line)}.directory-row>span{color:var(--green);font-size:11px;font-weight:800}.directory-row h2{font-size:23px;margin:0}.directory-row p{color:var(--muted);margin:5px 0}.directory-row>b{font-size:22px;color:var(--green-dark)}
.problem-section,.support-section{background:#fff}
@media(max-width:980px){.header-row{height:70px}.nav-simple,.header-row>.btn{display:none}.menu-button{display:flex}.mobile-menu{top:70px}.site-header .brand-copy small{display:none}}
@media(max-width:700px){.directory-row{grid-template-columns:34px 1fr}.directory-row>b{display:none}.site-cta h2{font-size:38px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-column{grid-column:1/-1}}

/* --- Jekyll conversion additions --- */
.brand-logo-img{height:34px;width:auto;display:block}
.footer-brand-column .brand-logo-img{height:30px;margin-bottom:14px}
.header-actions{display:flex;align-items:center;gap:16px;margin-left:auto}
.login-link{font-size:13px;font-weight:700;color:var(--muted)}
.login-link:hover{color:var(--green-dark)}
.btn-ghost{background:transparent;color:var(--green-dark);border:1.5px solid var(--line)}
.btn-ghost:hover{border-color:var(--green-dark);background:var(--mint)}
@media(max-width:980px){.header-actions{display:none}.nav-simple{margin-left:0}}
.mobile-menu .login-link{padding:10px 4px;font-weight:600;color:#4c6571}

/* Illustrative-content labelling (BYBL product-proof requirement) */
.illustrative-label{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;color:var(--muted);background:#f1f5f3;border:1px solid var(--line);border-radius:20px;padding:5px 12px;margin-top:14px}
.illustrative-label::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--muted)}

/* Real photography block */
.photo-card{border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
.photo-card img{display:block;width:100%;height:100%;object-fit:cover}
.photo-caption{font-size:12px;color:var(--muted);margin-top:10px}

/* Founder quote block */
.founder-quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center}
@media(max-width:860px){.founder-quote-grid{grid-template-columns:1fr;gap:28px}}
.founder-photo{border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);aspect-ratio:4/5}
.founder-photo img{display:block;width:100%;height:100%;object-fit:cover}
.founder-photo-placeholder{aspect-ratio:4/5;border-radius:22px;border:1px solid var(--line);background:var(--pale);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:24px;color:var(--muted)}
.founder-photo-placeholder .avatar-icon{width:96px;height:96px}
.founder-photo-placeholder strong{font-size:13px;color:var(--ink)}
.founder-photo-placeholder small{font-size:11.5px}
.founder-quote blockquote{margin:0;font-family:"Manrope",sans-serif;font-weight:600;font-size:clamp(21px,2.4vw,28px);line-height:1.35;color:var(--ink);position:relative;padding-left:6px}
.founder-quote blockquote::before{content:"\201C";color:var(--green);font-family:Georgia,serif;font-size:1.6em;line-height:0;vertical-align:-0.32em;margin-right:2px}
.founder-quote blockquote::after{content:"\201D";color:var(--green);font-family:Georgia,serif;font-size:1.6em;line-height:0;vertical-align:-0.5em;margin-left:2px}
.founder-attribution{margin-top:20px;display:flex;flex-direction:column;gap:2px}
.founder-attribution strong{font-size:14px;color:var(--ink)}
.founder-attribution span{font-size:12.5px;color:var(--muted)}
.measure{max-width:760px}
