:root{
  --navy:#061e2d;
  --navy2:#0b2d3d;
  --green:#12b978;
  --green-dark:#079b64;
  --green-soft:#eaf8f2;
  --text:#17303c;
  --muted:#6c7e87;
  --line:#dce7e5;
  --soft:#f5f9f8;
  --white:#fff;
  --shadow:0 24px 65px rgba(6,30,45,.13);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;
  color:var(--text);
  background:white;
  -webkit-font-smoothing:antialiased;
}

a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

/* HEADER */

.site-header{
  height:82px;
  padding:0 max(5vw,32px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.95);
  border-bottom:1px solid rgba(6,30,45,.08);
  backdrop-filter:blur(16px);
}

.brand{
  display:flex;
  align-items:center;
  gap:11px;
}

.brand>img{
  width:43px;
  height:43px;
  object-fit:contain;
}

.brand span,
.brand strong,
.brand small{
  display:block;
}

.brand strong{
  color:var(--navy);
  font-size:17px;
  letter-spacing:-.4px;
}

.brand small{
  color:var(--green-dark);
  font-size:9px;
  letter-spacing:2.3px;
  font-weight:900;
  margin-top:2px;
}

.site-header nav{
  display:flex;
  align-items:center;
  gap:27px;
  font-size:12px;
  font-weight:750;
  color:#344e5a;
}

.site-header nav a{
  transition:.2s ease;
}

.site-header nav a:hover,
.site-header nav a.active{
  color:var(--green-dark);
}

.demo-nav{
  background:var(--green);
  color:white!important;
  padding:12px 17px;
  border-radius:8px;
  box-shadow:0 9px 22px rgba(18,185,120,.19);
}

.menu{
  display:none;
  border:0;
  background:none;
  color:var(--navy);
  font-size:27px;
  cursor:pointer;
}

/* HERO */

.hero{
  min-height:720px;
  padding:88px max(5vw,32px);
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:70px;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 24%,rgba(18,185,120,.16),transparent 28%),
    linear-gradient(135deg,#f8fbfa 0%,#fff 57%,#edf8f3 100%);
}

.eyebrow{
  color:var(--green-dark);
  font-size:10px;
  font-weight:900;
  letter-spacing:2.6px;
}

.hero h1{
  margin:17px 0 25px;
  color:var(--navy);
  font-size:clamp(48px,5.3vw,76px);
  line-height:.99;
  letter-spacing:-4px;
}

.hero h1 span{
  color:var(--green);
}

.hero-lead{
  max-width:650px;
  color:var(--muted);
  font-size:17px;
  line-height:1.72;
}

.hero-actions{
  display:flex;
  gap:12px;
  margin:31px 0 25px;
}

.btn{
  min-height:49px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  font-size:13px;
  font-weight:850;
  transition:.2s ease;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn.primary{
  background:var(--green);
  color:white;
  box-shadow:0 12px 28px rgba(18,185,120,.23);
}

.btn.secondary{
  background:white;
  color:var(--navy);
  border:1px solid #bdcbcf;
}

.hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  color:#60737c;
  font-size:10px;
  font-weight:750;
}

/* PRODUCT HERO */

.hero-product{
  min-height:520px;
  position:relative;
}

.product-glow{
  position:absolute;
  width:440px;
  height:440px;
  right:5px;
  top:15px;
  border-radius:50%;
  background:rgba(18,185,120,.08);
}

.software-card{
  position:absolute;
  width:84%;
  min-height:400px;
  left:0;
  top:55px;
  z-index:3;
  padding:24px;
  background:white;
  border:1px solid #dce7e5;
  border-radius:18px;
  box-shadow:var(--shadow);
}

.software-top{
  display:flex;
  align-items:center;
  gap:9px;
  padding-bottom:18px;
  border-bottom:1px solid #edf2f1;
}

.software-top img{
  width:29px;
  height:29px;
}

.software-top strong{
  color:var(--navy);
  font-size:13px;
}

.software-top span{
  margin-left:auto;
  color:var(--green-dark);
  font-size:8px;
  font-weight:900;
}

.software-heading{
  padding-top:19px;
}

.software-heading small{
  color:#8c9ba1;
  font-size:8px;
  letter-spacing:1.5px;
}

.software-heading h3{
  color:var(--navy);
  margin:5px 0 0;
  font-size:20px;
}

.dashboard-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:20px 0;
}

.dashboard-stats>div{
  padding:15px;
  border-radius:11px;
  background:var(--soft);
}

.dashboard-stats small{
  display:block;
  color:#75878e;
  font-size:8px;
}

.dashboard-stats strong{
  display:block;
  margin-top:4px;
  color:var(--navy);
  font-size:27px;
}

.assistance-card,
.profile-card{
  display:flex;
  align-items:center;
  gap:11px;
  padding:13px;
  margin-top:10px;
  border-radius:11px;
}

.assistance-card{
  background:#fff5ef;
  border:1px solid #ffddca;
}

.alert-icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:white;
  background:#ff7c3b;
  font-weight:900;
}

.assistance-card strong,
.profile-card strong{
  display:block;
  color:var(--navy);
  font-size:11px;
}

.assistance-card small,
.profile-card small{
  display:block;
  margin-top:3px;
  color:#78878d;
  font-size:9px;
}

.assistance-card>span{
  margin-left:auto;
  padding:5px 8px;
  border-radius:20px;
  background:#ff7c3b;
  color:white;
  font-size:7px;
  font-weight:900;
}

.profile-card{
  background:#eff8f4;
  border:1px solid #d6ebe2;
}

.initials{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--navy);
  color:white;
  font-size:8px;
  font-weight:850;
}

.profile-card b{
  margin-left:auto;
  font-size:23px;
}

.band-display{
  position:absolute;
  z-index:7;
  width:210px;
  right:-8px;
  top:0;
  filter:drop-shadow(0 27px 25px rgba(6,30,45,.25));
}

.band-display img{
  width:100%;
}

/* DARK STRIP */

.platform-strip{
  min-height:76px;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:27px;
  background:var(--navy);
  color:#d8e5e9;
  font-size:11px;
  font-weight:750;
  letter-spacing:.4px;
}

.platform-strip i{
  color:var(--green);
  font-style:normal;
}

/* PLATFORM */

.platform-section{
  padding:105px max(5vw,32px);
}

.section-intro{
  max-width:780px;
  margin:0 auto 55px;
  text-align:center;
}

.section-intro>small,
.workflow-heading>small,
.facility-preview>div>small,
.home-cta small{
  color:var(--green-dark);
  font-size:9px;
  letter-spacing:2.3px;
  font-weight:900;
}

.section-intro h2,
.workflow-heading h2,
.facility-preview h2{
  margin:11px 0 18px;
  color:var(--navy);
  font-size:clamp(35px,4vw,53px);
  line-height:1.05;
  letter-spacing:-2.5px;
}

.section-intro p{
  max-width:690px;
  margin:auto;
  color:var(--muted);
  line-height:1.72;
}

.product-grid{
  max-width:1130px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:23px;
}

.product-card{
  min-height:450px;
  padding:38px;
  position:relative;
  border-radius:19px;
  border:1px solid var(--line);
  background:white;
  box-shadow:0 15px 40px rgba(6,30,45,.055);
}

.product-card.band-card{
  background:linear-gradient(145deg,#edf9f4,#fff);
  border-color:#c1e5d5;
}

.product-card .number{
  position:absolute;
  right:28px;
  top:25px;
  color:#c7d2ce;
  font-size:31px;
  font-weight:900;
}

.app-icon{
  width:65px;
  height:65px;
  margin-bottom:27px;
}

.app-icon img{
  width:100%;
  height:100%;
}

.card-band{
  height:125px;
  display:flex;
  align-items:center;
  margin-bottom:5px;
}

.card-band img{
  max-height:145px;
  width:auto;
  filter:drop-shadow(0 14px 15px rgba(6,30,45,.16));
}

.product-card>small{
  color:var(--green-dark);
  font-size:8px;
  letter-spacing:1.8px;
  font-weight:900;
}

.product-card h3{
  margin:8px 0 12px;
  color:var(--navy);
  font-size:27px;
}

.product-card p{
  color:var(--muted);
  line-height:1.72;
}

.product-card>a{
  display:inline-block;
  margin-top:18px;
  color:var(--green-dark);
  font-size:12px;
  font-weight:850;
}

/* WORKFLOW */

.workflow-section{
  padding:105px max(5vw,32px);
  color:white;
  background:
    radial-gradient(circle at 85% 30%,rgba(18,185,120,.1),transparent 28%),
    var(--navy);
}

.workflow-heading{
  max-width:820px;
  margin:0 auto 50px;
  text-align:center;
}

.workflow-heading>small{
  color:var(--green);
}

.workflow-heading h2{
  color:white;
}

.workflow-grid{
  max-width:1170px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}

.workflow-grid article{
  padding:30px;
  min-height:220px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(255,255,255,.045);
}

.workflow-grid article>span{
  color:var(--green);
  font-size:10px;
  font-weight:900;
}

.workflow-grid h3{
  margin-top:25px;
  font-size:20px;
}

.workflow-grid p{
  color:#a3b6bf;
  font-size:13px;
  line-height:1.68;
}

/* FACILITY */

.facility-preview{
  padding:105px max(5vw,32px);
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:75px;
}

.facility-preview h2 span{
  color:var(--green);
}

.facility-preview p{
  color:var(--muted);
  line-height:1.75;
  max-width:620px;
}

.facility-preview>div>a{
  display:inline-block;
  margin-top:18px;
  color:var(--green-dark);
  font-size:12px;
  font-weight:850;
}

.process-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.process-card>div{
  min-height:145px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:13px;
  background:var(--soft);
}

.process-card strong{
  display:block;
  color:var(--green);
  font-size:27px;
}

.process-card span{
  display:block;
  margin-top:15px;
  color:var(--navy);
  font-weight:850;
}

.process-card small{
  display:block;
  margin-top:4px;
  color:#788a91;
  font-size:9px;
}

/* CTA */

.home-cta{
  padding:68px max(5vw,32px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  background:linear-gradient(115deg,var(--green-dark),var(--green));
  color:white;
}

.home-cta small{
  color:white;
}

.home-cta h2{
  max-width:790px;
  margin:8px 0;
  font-size:clamp(31px,4vw,49px);
  line-height:1.08;
  letter-spacing:-2px;
}

.home-cta>a{
  flex:none;
  padding:15px 22px;
  border-radius:8px;
  background:white;
  color:var(--green-dark);
  font-size:12px;
  font-weight:900;
}

/* FOOTER */

footer{
  padding:58px max(5vw,32px) 25px;
  background:#04151f;
  color:#91a4ad;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:11px;
}

.footer-brand img{
  width:40px;
}

.footer-brand strong,
.footer-brand small{
  display:block;
}

.footer-brand strong{
  color:white;
}

.footer-brand small{
  margin-top:3px;
  color:var(--green);
  font-size:8px;
  letter-spacing:2px;
  font-weight:900;
}

footer>p{
  max-width:500px;
  margin:18px 0 25px;
  font-size:11px;
  line-height:1.7;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:23px;
  font-size:11px;
}

.footer-links a:hover{
  color:white;
}

.copyright{
  margin-top:40px;
  padding-top:22px;
  border-top:1px solid #19313c;
  font-size:9px;
}

/* RESPONSIVE */

@media(max-width:1050px){

  .site-header nav{
    gap:15px;
    font-size:10px;
  }

  .hero{
    grid-template-columns:1fr;
  }

  .hero-product{
    width:100%;
    max-width:650px;
    margin:auto;
  }
}

@media(max-width:850px){

  .site-header{
    height:75px;
  }

  .menu{
    display:block;
  }

  .site-header nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:74px;
    padding:23px;
    flex-direction:column;
    align-items:stretch;
    gap:18px;
    background:white;
    border-bottom:1px solid var(--line);
    box-shadow:0 20px 35px rgba(6,30,45,.1);
  }

  .site-header nav.open{
    display:flex;
  }

  .product-grid,
  .workflow-grid,
  .facility-preview{
    grid-template-columns:1fr;
  }

  .facility-preview{
    gap:45px;
  }
}

@media(max-width:600px){

  .site-header{
    padding:0 20px;
  }

  .brand>img{
    width:38px;
    height:38px;
  }

  .hero{
    min-height:auto;
    padding:65px 22px 80px;
    gap:45px;
  }

  .hero h1{
    font-size:46px;
    letter-spacing:-2.7px;
  }

  .hero-lead{
    font-size:15px;
  }

  .hero-actions{
    flex-direction:column;
  }

  .hero-trust{
    gap:10px;
    flex-direction:column;
  }

  .hero-product{
    min-height:460px;
  }

  .software-card{
    width:92%;
    padding:17px;
  }

  .band-display{
    width:145px;
    right:-10px;
  }

  .platform-strip{
    flex-wrap:wrap;
    gap:10px 17px;
  }

  .platform-section,
  .workflow-section,
  .facility-preview{
    padding:75px 22px;
  }

  .section-intro h2,
  .workflow-heading h2,
  .facility-preview h2{
    font-size:38px;
  }

  .product-card{
    min-height:auto;
    padding:28px;
  }

  .process-card{
    grid-template-columns:1fr;
  }

  .home-cta{
    padding:55px 22px;
    flex-direction:column;
    align-items:flex-start;
  }

  footer{
    padding:50px 22px 25px;
  }
}

/* =====================================
   INNER COMMERCIAL PAGES
===================================== */

.inner-hero{
  min-height:650px;
  padding:90px max(5vw,32px);
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:70px;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 28%,rgba(18,185,120,.15),transparent 28%),
    linear-gradient(135deg,#f8fbfa,#fff 62%,#edf8f3);
}

.inner-hero-copy h1{
  margin:16px 0 25px;
  color:var(--navy);
  font-size:clamp(47px,5vw,72px);
  line-height:1;
  letter-spacing:-3.5px;
}

.inner-hero-copy h1 span{
  color:var(--green);
}

.inner-hero-copy>p{
  max-width:650px;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}

.technology-band-hero{
  min-height:450px;
  display:flex;
  position:relative;
  align-items:center;
  justify-content:center;
}

.tech-circle{
  width:390px;
  height:390px;
  position:absolute;
  border-radius:50%;
  background:linear-gradient(145deg,#dff5eb,#f5fbf8);
  border:1px solid #cae9dc;
}

.technology-band-hero img{
  width:min(360px,80%);
  position:relative;
  z-index:2;
  filter:drop-shadow(0 30px 30px rgba(6,30,45,.25));
}

.product-label{
  position:absolute;
  bottom:20px;
  z-index:3;
  padding:9px 13px;
  border-radius:20px;
  background:white;
  color:var(--green-dark);
  box-shadow:0 8px 30px rgba(6,30,45,.12);
  font-size:8px;
  font-weight:900;
  letter-spacing:1.6px;
}

.tech-intro{
  padding:90px max(5vw,32px);
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:end;
}

.tech-intro small,
.technology-product-copy>small,
.connection-heading small,
.app-feature-copy>small,
.request-copy>small,
.privacy-section>div>small{
  color:var(--green-dark);
  font-size:9px;
  letter-spacing:2.2px;
  font-weight:900;
}

.tech-intro h2,
.technology-product h2,
.connection-heading h2,
.app-feature-copy h2,
.request-copy h2,
.privacy-section h2{
  margin:10px 0;
  color:var(--navy);
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  letter-spacing:-2.4px;
}

.tech-intro p{
  color:var(--muted);
  line-height:1.75;
}

.technology-products{
  padding:0 max(5vw,32px) 100px;
}

.technology-product{
  max-width:1200px;
  min-height:570px;
  margin:0 auto 28px;
  padding:60px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:70px;
  border-radius:22px;
}

.dark-product{
  background:var(--navy);
  color:white;
}

.dark-product .technology-product-copy>small{
  color:var(--green);
}

.dark-product .technology-product-copy h2{
  color:white;
}

.technology-product-copy p{
  color:#71838b;
  line-height:1.75;
}

.dark-product .technology-product-copy p{
  color:#a5b7bf;
}

.tech-number{
  display:block;
  margin-bottom:30px;
  color:var(--green);
  font-size:32px;
  font-weight:900;
}

.tech-feature-list{
  margin:25px 0;
}

.tech-feature-list div{
  display:flex;
  gap:10px;
  margin:11px 0;
  color:#d4e0e4;
  font-size:12px;
}

.tech-feature-list b{
  color:var(--green);
}

.technology-product-copy>a{
  display:inline-block;
  margin-top:15px;
  color:var(--green);
  font-size:12px;
  font-weight:850;
}

.tech-dashboard{
  padding:30px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
}

.mini-window{
  padding:25px;
  border-radius:14px;
  background:white;
  box-shadow:0 30px 60px rgba(0,0,0,.25);
}

.mini-window-top{
  display:flex;
  align-items:center;
  gap:9px;
  padding-bottom:17px;
  border-bottom:1px solid #e9efed;
  color:var(--navy);
}

.mini-window-top img{
  width:27px;
}

.mini-window-top span{
  margin-left:auto;
  color:var(--green-dark);
  font-size:8px;
  font-weight:900;
}

.mini-window>small{
  display:block;
  margin-top:20px;
  color:#84959c;
  font-size:8px;
}

.mini-window>h3{
  color:var(--navy);
}

.mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.mini-grid div{
  padding:15px;
  border-radius:10px;
  background:#f1f7f5;
}

.mini-grid small{
  display:block;
  color:#7d8d94;
  font-size:7px;
}

.mini-grid strong{
  color:var(--navy);
  font-size:25px;
}

.mini-patient{
  margin-top:12px;
  padding:12px;
  display:flex;
  align-items:center;
  gap:10px;
  border-radius:10px;
  background:#eaf8f2;
  color:var(--navy);
}

.mini-patient>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--navy);
  color:white;
  font-size:8px;
}

.mini-patient div small{
  display:block;
  color:#71858c;
  font-size:8px;
}

.mini-patient>strong{
  margin-left:auto;
}

.mini-request{
  margin-top:10px;
  padding:13px;
  border-radius:10px;
  background:#fff3ed;
  color:var(--navy);
}

.mini-request small{
  display:block;
  color:#7f8d92;
  font-size:8px;
}

.wearable-product{
  background:linear-gradient(145deg,#edf9f4,#fff);
  border:1px solid #d5eae1;
}

.wearable-visual{
  min-height:400px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}

.wearable-glow{
  position:absolute;
  width:340px;
  height:340px;
  border-radius:50%;
  background:white;
}

.wearable-visual img{
  position:relative;
  z-index:2;
  width:310px;
  filter:drop-shadow(0 28px 25px rgba(6,30,45,.2));
}

.development-note{
  margin-top:25px;
  padding:18px;
  border-left:3px solid var(--green);
  background:white;
}

.development-note strong,
.development-note span{
  display:block;
}

.development-note strong{
  color:var(--navy);
  font-size:12px;
}

.development-note span{
  margin-top:5px;
  color:#71838b;
  font-size:10px;
  line-height:1.6;
}

.connection-section{
  padding:100px max(5vw,32px);
  background:#f5f9f8;
}

.connection-heading{
  max-width:750px;
  margin:0 auto 55px;
  text-align:center;
}

.connection-heading p{
  color:var(--muted);
  line-height:1.7;
}

.connection-flow{
  max-width:1100px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
}

.connection-flow div{
  width:210px;
  min-height:145px;
  padding:22px;
  border-radius:13px;
  background:white;
  border:1px solid var(--line);
}

.connection-flow div span,
.connection-flow div strong,
.connection-flow div small{
  display:block;
}

.connection-flow div span{
  color:var(--green);
  font-size:9px;
  font-weight:900;
}

.connection-flow div strong{
  margin-top:18px;
  color:var(--navy);
}

.connection-flow div small{
  margin-top:5px;
  color:#788a91;
  font-size:9px;
}

.connection-flow i{
  color:var(--green);
  font-style:normal;
  font-size:22px;
}

/* APP */

.device-stage{
  min-height:500px;
  position:relative;
}

.desktop-device{
  width:88%;
  min-height:370px;
  position:absolute;
  left:0;
  top:55px;
  overflow:hidden;
  border:7px solid #102f3e;
  border-radius:16px;
  background:white;
  box-shadow:0 30px 65px rgba(6,30,45,.2);
}

.device-browser{
  height:28px;
  padding:0 10px;
  display:flex;
  align-items:center;
  gap:5px;
  background:#102f3e;
}

.device-browser i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#6b8089;
}

.device-browser span{
  margin-left:10px;
  color:#a9b9bf;
  font-size:7px;
}

.device-app-header{
  padding:12px 16px;
  display:flex;
  align-items:center;
  gap:8px;
  border-bottom:1px solid #e5ece9;
}

.device-app-header img{
  width:25px;
}

.device-app-header b{
  color:var(--navy);
  font-size:10px;
}

.device-app-header small{
  margin-left:auto;
  color:var(--green-dark);
  font-size:7px;
}

.device-body{
  padding:20px;
}

.device-body>small{
  color:#819199;
  font-size:7px;
}

.device-body h3{
  margin:5px 0 14px;
  color:var(--navy);
}

.device-stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.device-stat-row div{
  padding:12px;
  border-radius:8px;
  background:#f1f7f5;
}

.device-stat-row small{
  display:block;
  color:#7e8f96;
  font-size:6px;
}

.device-stat-row b{
  color:var(--navy);
  font-size:21px;
}

.device-row{
  margin-top:12px;
  padding:12px;
  display:flex;
  align-items:center;
  gap:10px;
  border-radius:9px;
  background:#eaf8f2;
}

.device-row>span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--navy);
  color:white;
  font-size:7px;
}

.device-row div b{
  display:block;
  color:var(--navy);
  font-size:9px;
}

.device-row div small{
  color:#72858c;
  font-size:7px;
}

.device-row strong{
  margin-left:auto;
}

.phone-device{
  width:165px;
  height:340px;
  position:absolute;
  right:0;
  bottom:0;
  z-index:4;
  padding:35px 14px 15px;
  text-align:center;
  border:7px solid #082332;
  border-radius:27px;
  background:white;
  box-shadow:0 25px 45px rgba(6,30,45,.25);
}

.phone-notch{
  width:65px;
  height:13px;
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  border-radius:0 0 10px 10px;
  background:#082332;
}

.phone-device>img{
  width:48px;
  margin:10px auto;
}

.phone-device>b,
.phone-device>small{
  display:block;
}

.phone-device>b{
  color:var(--navy);
  font-size:12px;
}

.phone-device>small{
  margin:3px 0 20px;
  color:var(--green-dark);
  font-size:6px;
  letter-spacing:1px;
}

.phone-action{
  margin:8px 0;
  padding:10px 5px;
  border-radius:7px;
  border:1px solid #d7e4df;
  color:var(--navy);
  font-size:7px;
  font-weight:800;
}

.primary-action{
  border-color:var(--green);
  background:var(--green);
  color:white;
}

.app-access{
  padding:100px max(5vw,32px);
}

.access-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.access-grid article{
  padding:32px;
  border:1px solid var(--line);
  border-radius:15px;
}

.access-icon{
  display:block;
  margin-bottom:25px;
  color:var(--green);
  font-size:42px;
}

.access-grid small{
  color:var(--green-dark);
  font-size:8px;
  letter-spacing:1.5px;
  font-weight:900;
}

.access-grid h3{
  margin:7px 0;
  color:var(--navy);
  font-size:23px;
}

.access-grid p{
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}

.app-feature-showcase,
.request-showcase{
  padding:100px max(5vw,32px);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.app-feature-showcase{
  background:#f4f9f7;
}

.app-feature-copy p,
.request-copy p,
.privacy-section>div>p{
  color:var(--muted);
  line-height:1.75;
}

.app-feature-copy ul{
  padding:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 25px;
  list-style:none;
}

.app-feature-copy li{
  color:#526a75;
  font-size:11px;
}

.app-feature-copy li:before{
  content:"✓";
  margin-right:8px;
  color:var(--green);
  font-weight:900;
}

.profile-showcase{
  padding:28px;
  border-radius:17px;
  background:white;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.profile-top{
  display:flex;
  align-items:center;
  gap:12px;
}

.profile-avatar{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--navy);
  color:white;
  font-size:9px;
  font-weight:900;
}

.profile-top small{
  color:#819198;
  font-size:7px;
}

.profile-top h3{
  margin:2px 0;
  color:var(--navy);
}

.profile-top>span{
  margin-left:auto;
  padding:6px 9px;
  border-radius:20px;
  background:#e5f7ef;
  color:var(--green-dark);
  font-size:7px;
  font-weight:900;
}

.profile-info-grid{
  margin-top:25px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.profile-info-grid div{
  padding:14px;
  border-radius:9px;
  background:#f3f8f6;
}

.profile-info-grid small,
.profile-info-grid b{
  display:block;
}

.profile-info-grid small{
  color:#819198;
  font-size:7px;
}

.profile-info-grid b{
  margin-top:4px;
  color:var(--navy);
  font-size:12px;
}

.safety-box{
  margin-top:12px;
  padding:16px;
  border-left:3px solid var(--green);
  background:#eef9f4;
}

.safety-box small{
  color:var(--green-dark);
  font-size:7px;
  font-weight:900;
}

.safety-box p{
  margin-bottom:0;
  color:#61757e;
  font-size:10px;
  line-height:1.6;
}

.request-ui{
  max-width:470px;
  padding:28px;
  border-radius:17px;
  background:white;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.request-ui-head{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:25px;
}

.request-ui-head img{
  width:38px;
}

.request-ui-head small,
.request-ui-head b{
  display:block;
}

.request-ui-head small{
  color:var(--green-dark);
  font-size:7px;
}

.request-ui-head b{
  color:var(--navy);
}

.request-ui label{
  display:block;
  margin:13px 0 5px;
  color:#71838b;
  font-size:8px;
  font-weight:800;
}

.fake-input,
.fake-message{
  padding:12px;
  border:1px solid #dbe6e2;
  border-radius:8px;
  color:#405a66;
  font-size:10px;
}

.fake-input span{
  float:right;
}

.fake-message{
  min-height:65px;
}

.fake-send{
  margin-top:17px;
  padding:13px;
  text-align:center;
  border-radius:8px;
  background:var(--green);
  color:white;
  font-size:9px;
  font-weight:900;
}

.request-points{
  margin-top:30px;
}

.request-points>div{
  margin:15px 0;
  display:flex;
  align-items:center;
  gap:15px;
}

.request-points>div>b{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e7f7ef;
  color:var(--green-dark);
  font-size:9px;
}

.request-points span strong,
.request-points span small{
  display:block;
}

.request-points span strong{
  color:var(--navy);
}

.request-points span small{
  margin-top:2px;
  color:#71838b;
  font-size:9px;
}

.privacy-section{
  padding:100px max(5vw,32px);
  background:var(--navy);
  color:white;
}

.privacy-section>div:first-child{
  max-width:800px;
  margin:0 auto 45px;
  text-align:center;
}

.privacy-section>div>small{
  color:var(--green);
}

.privacy-section h2{
  color:white;
}

.privacy-section>div>p{
  color:#a5b6bd;
}

.privacy-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}

.privacy-grid article{
  padding:28px;
  border-radius:13px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
}

.privacy-grid span{
  color:var(--green);
  font-size:9px;
  font-weight:900;
}

.privacy-grid h3{
  margin-top:20px;
}

.privacy-grid p{
  color:#9fb1b9;
  font-size:11px;
  line-height:1.7;
}

@media(max-width:850px){
  .inner-hero,
  .tech-intro,
  .technology-product,
  .app-feature-showcase,
  .request-showcase{
    grid-template-columns:1fr;
  }

  .connection-flow{
    flex-direction:column;
  }

  .connection-flow div{
    width:100%;
  }

  .connection-flow i{
    transform:rotate(90deg);
  }

  .access-grid,
  .privacy-grid{
    grid-template-columns:1fr;
  }

  .technology-product{
    padding:40px;
  }
}

@media(max-width:600px){
  .inner-hero{
    padding:65px 22px;
  }

  .inner-hero-copy h1{
    font-size:44px;
    letter-spacing:-2.5px;
  }

  .technology-band-hero{
    min-height:350px;
  }

  .tech-circle{
    width:290px;
    height:290px;
  }

  .tech-intro,
  .technology-products,
  .connection-section,
  .app-access,
  .app-feature-showcase,
  .request-showcase,
  .privacy-section{
    padding:70px 22px;
  }

  .technology-product{
    padding:28px;
  }

  .tech-dashboard{
    padding:12px;
  }

  .app-feature-copy ul{
    grid-template-columns:1fr;
  }

  .device-stage{
    min-height:450px;
  }

  .desktop-device{
    width:95%;
  }

  .phone-device{
    width:145px;
    height:315px;
  }
}

/* =====================================
   FEATURES + FACILITIES
===================================== */

.feature-hero-board,
.facility-screen{
  padding:28px;
  border:1px solid var(--line);
  border-radius:19px;
  background:white;
  box-shadow:var(--shadow);
}

.feature-board-top,
.facility-screen-head{
  display:flex;
  align-items:center;
  gap:11px;
  padding-bottom:20px;
  border-bottom:1px solid var(--line);
}

.feature-board-top img,
.facility-screen-head img{
  width:38px;
}

.feature-board-top small,
.feature-board-top strong,
.facility-screen-head small,
.facility-screen-head b{
  display:block;
}

.feature-board-top small,
.facility-screen-head small{
  color:var(--green-dark);
  font-size:7px;
  letter-spacing:1px;
}

.feature-board-top strong,
.facility-screen-head b{
  color:var(--navy);
}

.feature-board-top>span,
.facility-screen-head>span{
  margin-left:auto;
  color:var(--green-dark);
  font-size:7px;
  font-weight:900;
}

.feature-board-grid,
.facility-team-grid{
  margin-top:20px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
}

.feature-board-grid>div,
.facility-team-grid>div{
  min-height:115px;
  padding:17px;
  border-radius:11px;
  background:#f2f8f6;
}

.feature-board-grid span,
.feature-board-grid strong,
.feature-board-grid small,
.facility-team-grid span,
.facility-team-grid strong,
.facility-team-grid small{
  display:block;
}

.feature-board-grid span,
.facility-team-grid span{
  color:var(--green);
  font-size:9px;
  font-weight:900;
}

.feature-board-grid strong,
.facility-team-grid strong{
  margin-top:18px;
  color:var(--navy);
}

.feature-board-grid small,
.facility-team-grid small{
  margin-top:4px;
  color:#788a91;
  font-size:8px;
}

.feature-intro{
  max-width:800px;
  margin:auto;
  padding:100px 30px 50px;
  text-align:center;
}

.feature-intro>small,
.facility-problem small,
.solution-copy>small,
.implementation-copy>small,
.facility-value small{
  color:var(--green-dark);
  font-size:9px;
  letter-spacing:2px;
  font-weight:900;
}

.feature-intro h2,
.facility-problem h2,
.solution-copy h2,
.implementation-copy h2,
.facility-value h2{
  margin:10px 0 17px;
  color:var(--navy);
  font-size:clamp(35px,4vw,52px);
  line-height:1.08;
  letter-spacing:-2.4px;
}

.feature-intro p,
.facility-problem p,
.solution-copy p,
.implementation-copy p,
.facility-value p{
  color:var(--muted);
  line-height:1.75;
}

.feature-cards{
  max-width:1200px;
  margin:auto;
  padding:10px 30px 100px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}

.feature-cards article{
  min-height:345px;
  padding:29px;
  position:relative;
  border:1px solid var(--line);
  border-radius:15px;
  background:white;
  transition:.25s ease;
}

.feature-cards article:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 40px rgba(6,30,45,.09);
}

.feature-icon{
  width:47px;
  height:47px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:var(--green-soft);
  color:var(--green-dark);
  font-weight:900;
}

.feature-cards article>span{
  position:absolute;
  right:25px;
  top:29px;
  color:#c8d4d0;
  font-size:10px;
  font-weight:900;
}

.feature-cards h3{
  margin:25px 0 10px;
  color:var(--navy);
  font-size:21px;
}

.feature-cards p{
  color:var(--muted);
  font-size:12px;
  line-height:1.72;
}

.feature-tags{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.feature-tags b{
  padding:6px 8px;
  border-radius:20px;
  background:#f0f6f4;
  color:#63777f;
  font-size:7px;
}

.privacy-feature-band{
  padding:85px max(5vw,32px);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
  background:var(--navy);
  color:white;
}

.privacy-feature-band small{
  color:var(--green);
  font-size:9px;
  letter-spacing:2px;
  font-weight:900;
}

.privacy-feature-band h2{
  margin:10px 0;
  font-size:clamp(34px,4vw,50px);
  line-height:1.08;
  letter-spacing:-2px;
}

.privacy-feature-band p{
  color:#a4b6bd;
  line-height:1.75;
}

.privacy-feature-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
}

.privacy-feature-points div{
  min-height:95px;
  padding:18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:11px;
  background:rgba(255,255,255,.05);
}

.privacy-feature-points span{
  display:block;
  margin-bottom:12px;
  color:var(--green);
}

.privacy-feature-points b{
  font-size:11px;
}

.future-platform{
  padding:90px max(5vw,32px);
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:70px;
}

.future-copy small{
  color:var(--green-dark);
  font-size:9px;
  letter-spacing:2px;
  font-weight:900;
}

.future-copy h2{
  margin:10px 0;
  color:var(--navy);
  font-size:clamp(35px,4vw,52px);
  letter-spacing:-2px;
}

.future-copy p{
  color:var(--muted);
  line-height:1.75;
}

.future-visual{
  min-height:350px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:radial-gradient(circle,#e4f6ed,#fff 65%);
}

.future-visual img{
  width:300px;
  filter:drop-shadow(0 28px 25px rgba(6,30,45,.2));
}

/* FACILITIES */

.facility-hero-visual{
  padding:20px;
}

.facility-problem{
  padding:100px max(5vw,32px);
  background:#f4f9f7;
}

.facility-problem>div:first-child{
  max-width:780px;
  margin:0 auto 50px;
  text-align:center;
}

.problem-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}

.problem-grid article{
  padding:30px;
  border-radius:14px;
  background:white;
  border:1px solid var(--line);
}

.problem-grid span{
  color:var(--green);
  font-size:9px;
  font-weight:900;
}

.problem-grid h3{
  margin-top:23px;
  color:var(--navy);
}

.problem-grid p{
  font-size:12px;
}

.facility-solution{
  padding:105px max(5vw,32px);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.solution-list{
  margin-top:28px;
}

.solution-list div{
  margin:12px 0;
  display:flex;
  gap:10px;
  color:#526a74;
  font-size:11px;
}

.solution-list span{
  color:var(--green);
}

.solution-step{
  display:flex;
  gap:17px;
  align-items:center;
}

.solution-step>span{
  width:45px;
  height:45px;
  flex:none;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--navy);
  color:var(--green);
  font-size:10px;
  font-weight:900;
}

.solution-step small,
.solution-step strong,
.solution-step p{
  display:block;
}

.solution-step small{
  color:var(--green-dark);
  font-size:7px;
  font-weight:900;
}

.solution-step strong{
  margin-top:3px;
  color:var(--navy);
}

.solution-step p{
  margin:4px 0 0;
  color:#75878f;
  font-size:9px;
}

.solution-line{
  width:1px;
  height:34px;
  margin:5px 0 5px 22px;
  background:#cadbd4;
}

.department-section{
  padding:100px max(5vw,32px);
  background:var(--navy);
}

.department-section .section-intro h2{
  color:white;
}

.department-section .section-intro p{
  color:#a5b7be;
}

.department-section .section-intro>small{
  color:var(--green);
}

.department-grid{
  max-width:1150px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:13px;
}

.department-grid article{
  min-height:220px;
  padding:25px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:13px;
  background:rgba(255,255,255,.045);
}

.department-grid span{
  color:var(--green);
  font-size:8px;
  font-weight:900;
  letter-spacing:1px;
}

.department-grid h3{
  margin-top:24px;
  color:white;
}

.department-grid p{
  color:#9eb0b8;
  font-size:11px;
  line-height:1.7;
}

.implementation-section{
  padding:100px max(5vw,32px);
}

.implementation-copy{
  max-width:760px;
  margin:0 auto 45px;
  text-align:center;
}

.implementation-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:13px;
}

.implementation-grid div{
  min-height:160px;
  padding:24px;
  border-radius:13px;
  background:#f3f8f6;
  border:1px solid var(--line);
}

.implementation-grid span,
.implementation-grid strong,
.implementation-grid small{
  display:block;
}

.implementation-grid span{
  color:var(--green);
  font-size:20px;
  font-weight:900;
}

.implementation-grid strong{
  margin-top:20px;
  color:var(--navy);
}

.implementation-grid small{
  margin-top:6px;
  color:#788a91;
  line-height:1.5;
}

.facility-value{
  padding:75px max(5vw,32px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  background:#eaf8f2;
}

.facility-value>div{
  max-width:800px;
}

.facility-value>a{
  flex:none;
  padding:15px 20px;
  border-radius:8px;
  background:var(--green);
  color:white;
  font-size:11px;
  font-weight:900;
}

@media(max-width:900px){
  .feature-cards{
    grid-template-columns:1fr 1fr;
  }

  .privacy-feature-band,
  .future-platform,
  .facility-solution{
    grid-template-columns:1fr;
  }

  .department-grid,
  .implementation-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .feature-board-grid,
  .facility-team-grid,
  .feature-cards,
  .problem-grid,
  .privacy-feature-points,
  .department-grid,
  .implementation-grid{
    grid-template-columns:1fr;
  }

  .feature-intro,
  .feature-cards,
  .privacy-feature-band,
  .future-platform,
  .facility-problem,
  .facility-solution,
  .department-section,
  .implementation-section,
  .facility-value{
    padding-left:22px;
    padding-right:22px;
  }

  .facility-value{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* =====================================
   WHO WE ARE
===================================== */

.about-hero{
  min-height:720px;
  padding:100px max(5vw,32px);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:75px;
  background:linear-gradient(135deg,#f7fbfa 0%,#ffffff 55%,#eef8f4 100%);
}

.about-hero-copy{
  max-width:700px;
}

.about-hero h1{
  margin:12px 0 22px;
  color:var(--navy);
  font-size:clamp(50px,6vw,78px);
  line-height:.98;
  letter-spacing:-4px;
}

.about-hero h1 span{
  color:var(--green-dark);
}

.about-hero p{
  max-width:620px;
  margin-bottom:28px;
  color:var(--muted);
  line-height:1.8;
}

.founder-photo-placeholder{
  min-height:570px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  padding:35px;
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(6,30,45,.05),rgba(6,30,45,.85)),
    linear-gradient(135deg,#d9eee6,#7da99a);
  box-shadow:0 30px 70px rgba(6,30,45,.18);
}

.photo-placeholder-content{
  color:white;
}

.photo-placeholder-content span,
.photo-placeholder-content strong,
.photo-placeholder-content small{
  display:block;
}

.photo-placeholder-content span{
  margin-bottom:12px;
  color:var(--green);
  font-size:8px;
  letter-spacing:2px;
  font-weight:900;
}

.photo-placeholder-content strong{
  font-size:25px;
}

.photo-placeholder-content small{
  margin-top:5px;
  color:#d5e0dc;
}

.founder-story{
  padding:110px max(5vw,32px);
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:100px;
  max-width:1300px;
  margin:auto;
}

.founder-story-label small,
.care-photo-copy>small,
.profile-heading small,
.about-mission small{
  color:var(--green-dark);
  font-size:9px;
  letter-spacing:2px;
  font-weight:900;
}

.founder-story h2,
.care-photo-copy h2,
.profile-heading h2,
.about-mission h2{
  margin:12px 0;
  color:var(--navy);
  font-size:clamp(38px,4vw,55px);
  line-height:1.05;
  letter-spacing:-2.5px;
}

.founder-story-copy p{
  margin:0 0 21px;
  color:var(--muted);
  line-height:1.85;
}

.founder-story-copy .story-lead{
  color:var(--navy);
  font-size:20px;
  font-weight:700;
}

.founder-story-copy strong{
  color:var(--green-dark);
}

.care-photo-section{
  padding:90px max(5vw,32px);
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:80px;
  align-items:center;
  background:#f2f8f6;
}

.care-photo-large{
  min-height:520px;
  display:flex;
  align-items:flex-end;
  padding:32px;
  border-radius:22px;
  background:
    linear-gradient(180deg,transparent,rgba(6,30,45,.85)),
    linear-gradient(135deg,#cde8df,#668e81);
}

.care-photo-large div{
  color:white;
}

.care-photo-large span,
.care-photo-large strong,
.care-photo-large small{
  display:block;
}

.care-photo-large span{
  color:var(--green);
  font-size:8px;
  font-weight:900;
  letter-spacing:2px;
}

.care-photo-large strong{
  max-width:500px;
  margin-top:10px;
  font-size:29px;
}

.care-photo-large small{
  margin-top:8px;
  color:#d1ddda;
}

.care-photo-copy p{
  color:var(--muted);
  line-height:1.8;
}

.founder-profile{
  padding:110px max(5vw,32px);
}

.profile-heading{
  max-width:760px;
  margin:0 auto 55px;
  text-align:center;
}

.profile-grid{
  max-width:1150px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.profile-grid article{
  min-height:270px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:16px;
  background:white;
}

.profile-grid span{
  color:var(--green);
  font-size:10px;
  font-weight:900;
}

.profile-grid h3{
  margin-top:35px;
  color:var(--navy);
  font-size:21px;
}

.profile-grid p{
  color:var(--muted);
  font-size:12px;
  line-height:1.75;
}

.about-mission{
  padding:95px max(5vw,32px);
  display:grid;
  grid-template-columns:250px 1fr;
  gap:70px;
  align-items:center;
  background:var(--navy);
}

.about-mission h2{
  color:white;
}

.about-mission p{
  max-width:760px;
  color:#a9bac0;
  line-height:1.8;
}

.about-mission small{
  color:var(--green);
}

.mission-number{
  width:210px;
  height:210px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  color:var(--green);
  font-size:50px;
  font-weight:900;
}

.interaction-gallery{
  padding:110px max(5vw,32px);
}

.interaction-photo-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.3fr .85fr .85fr;
  gap:16px;
}

.interaction-photo{
  min-height:440px;
  padding:25px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  border-radius:17px;
  background:
    linear-gradient(180deg,transparent,rgba(6,30,45,.88)),
    linear-gradient(135deg,#cbe5dc,#739d8f);
}

.interaction-photo div{
  color:white;
}

.interaction-photo span,
.interaction-photo strong,
.interaction-photo small{
  display:block;
}

.interaction-photo span{
  color:var(--green);
  font-size:9px;
  font-weight:900;
}

.interaction-photo strong{
  margin-top:8px;
  font-size:18px;
}

.interaction-photo small{
  margin-top:4px;
  color:#d0dcd8;
}

.interaction-two{
  background:
    linear-gradient(180deg,transparent,rgba(6,30,45,.88)),
    linear-gradient(135deg,#d9e9e4,#89a9a0);
}

.interaction-three{
  background:
    linear-gradient(180deg,transparent,rgba(6,30,45,.88)),
    linear-gradient(135deg,#c6ded6,#567f73);
}

@media(max-width:900px){
  .about-hero,
  .founder-story,
  .care-photo-section{
    grid-template-columns:1fr;
  }

  .profile-grid{
    grid-template-columns:1fr;
  }

  .about-mission{
    grid-template-columns:1fr;
  }

  .interaction-photo-grid{
    grid-template-columns:1fr 1fr;
  }

  .interaction-one{
    grid-column:1/-1;
  }
}

@media(max-width:600px){
  .about-hero,
  .founder-story,
  .care-photo-section,
  .founder-profile,
  .about-mission,
  .interaction-gallery{
    padding-left:22px;
    padding-right:22px;
  }

  .about-hero{
    padding-top:70px;
  }

  .about-hero h1{
    letter-spacing:-2.5px;
  }

  .founder-photo-placeholder,
  .care-photo-large{
    min-height:430px;
  }

  .interaction-photo-grid{
    grid-template-columns:1fr;
  }

  .interaction-one{
    grid-column:auto;
  }

  .interaction-photo{
    min-height:330px;
  }

  .mission-number{
    width:150px;
    height:150px;
  }
}

/* =====================================
   REQUEST A DEMO
===================================== */

.demo-page{
  background:#f7faf9;
}

.demo-hero{
  min-height:760px;
  padding:90px max(5vw,32px) 110px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:85px;
  align-items:center;
  background:
    radial-gradient(circle at 15% 20%,rgba(51,190,129,.09),transparent 28%),
    linear-gradient(135deg,#f7fbfa,#fff);
}

.demo-intro{
  max-width:610px;
}

.demo-intro h1{
  margin:12px 0 22px;
  color:var(--navy);
  font-size:clamp(52px,6vw,76px);
  line-height:.98;
  letter-spacing:-4px;
}

.demo-intro h1 span{
  color:var(--green-dark);
}

.demo-lead{
  color:var(--muted);
  line-height:1.8;
}

.demo-benefits{
  margin-top:45px;
}

.demo-benefits>div{
  padding:18px 0;
  display:flex;
  gap:18px;
  border-bottom:1px solid var(--line);
}

.demo-benefits>div>span{
  width:38px;
  height:38px;
  flex:none;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--green-soft);
  color:var(--green-dark);
  font-size:8px;
  font-weight:900;
}

.demo-benefits strong,
.demo-benefits small{
  display:block;
}

.demo-benefits strong{
  color:var(--navy);
  font-size:13px;
}

.demo-benefits small{
  max-width:430px;
  margin-top:5px;
  color:#7b8c93;
  line-height:1.55;
}

.demo-form-card{
  padding:34px;
  border:1px solid var(--line);
  border-radius:22px;
  background:white;
  box-shadow:0 30px 80px rgba(6,30,45,.12);
}

.demo-form-header{
  padding-bottom:25px;
  margin-bottom:27px;
  display:flex;
  align-items:center;
  gap:13px;
  border-bottom:1px solid var(--line);
}

.demo-form-header img{
  width:43px;
  height:43px;
}

.demo-form-header small,
.demo-form-header strong{
  display:block;
}

.demo-form-header small{
  color:var(--green-dark);
  font-size:7px;
  letter-spacing:1.5px;
  font-weight:900;
}

.demo-form-header strong{
  margin-top:3px;
  color:var(--navy);
  font-size:18px;
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}

.form-field{
  margin-bottom:17px;
}

.form-field label{
  display:block;
  margin-bottom:7px;
  color:#344f59;
  font-size:9px;
  font-weight:800;
}

.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  box-sizing:border-box;
  padding:13px 14px;
  border:1px solid #d7e1de;
  border-radius:8px;
  outline:none;
  background:#fbfdfc;
  color:var(--navy);
  font:inherit;
  font-size:11px;
  transition:.2s ease;
}

.form-field textarea{
  resize:vertical;
  min-height:115px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
  border-color:var(--green);
  box-shadow:0 0 0 3px rgba(51,190,129,.10);
  background:white;
}

.demo-privacy-note{
  margin:5px 0 20px;
  padding:12px 14px;
  display:flex;
  gap:9px;
  border-radius:8px;
  background:#f0f7f4;
}

.demo-privacy-note span{
  color:var(--green-dark);
  font-weight:900;
}

.demo-privacy-note p{
  margin:0;
  color:#71848b;
  font-size:8px;
  line-height:1.6;
}

.demo-submit{
  width:100%;
  padding:15px 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:0;
  border-radius:8px;
  cursor:pointer;
  background:var(--green);
  color:white;
  font-weight:900;
  transition:.2s ease;
}

.demo-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(51,190,129,.25);
}

.demo-submit:disabled{
  cursor:not-allowed;
  opacity:.65;
  transform:none;
}

.demo-form-status{
  min-height:18px;
  margin:12px 0 0;
  color:#7a8c92;
  font-size:9px;
  text-align:center;
}

.demo-success{
  padding:55px 25px;
  text-align:center;
}

.success-check{
  width:70px;
  height:70px;
  margin:0 auto 25px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--green-soft);
  color:var(--green-dark);
  font-size:30px;
  font-weight:900;
}

.demo-success>small{
  color:var(--green-dark);
  font-size:8px;
  letter-spacing:2px;
  font-weight:900;
}

.demo-success h2{
  margin:8px 0 12px;
  color:var(--navy);
  font-size:42px;
}

.demo-success p{
  max-width:470px;
  margin:0 auto 25px;
  color:var(--muted);
  line-height:1.75;
}

.demo-success a{
  display:inline-block;
  padding:12px 17px;
  border-radius:7px;
  background:var(--navy);
  color:white;
  font-size:9px;
  font-weight:900;
}

.demo-bottom{
  padding:100px max(5vw,32px);
  text-align:center;
  background:var(--navy);
}

.demo-bottom small{
  color:var(--green);
  font-size:9px;
  letter-spacing:2px;
  font-weight:900;
}

.demo-bottom h2{
  margin:12px auto 18px;
  max-width:900px;
  color:white;
  font-size:clamp(38px,5vw,57px);
  line-height:1.05;
  letter-spacing:-2.5px;
}

.demo-bottom p{
  max-width:700px;
  margin:auto;
  color:#a7b8be;
  line-height:1.8;
}

@media(max-width:900px){
  .demo-hero{
    grid-template-columns:1fr;
  }

  .demo-intro{
    max-width:760px;
  }
}

@media(max-width:600px){
  .demo-hero{
    padding:65px 22px 80px;
  }

  .demo-intro h1{
    letter-spacing:-2.5px;
  }

  .demo-form-card{
    padding:22px;
  }

  .form-row{
    grid-template-columns:1fr;
    gap:0;
  }

  .demo-bottom{
    padding:80px 22px;
  }
}

/* ==========================================
   FINAL FOUNDER PORTRAIT
========================================== */

.founder-photo-final{
  position:relative;
  width:100%;
  max-width:520px;
  min-height:620px;
  overflow:hidden;
  margin:auto;
  border-radius:26px;
  background:#eef3f2;
  box-shadow:
    0 30px 70px rgba(7,32,44,.16),
    0 0 0 1px rgba(7,32,44,.05);
}

.founder-photo-final > img{
  display:block;
  width:100%;
  height:620px;
  object-fit:cover;
  object-position:center 24%;
}

.founder-photo-final::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:42%;
  pointer-events:none;
  background:
    linear-gradient(
      to top,
      rgba(7,32,44,.55),
      transparent
    );
}

.founder-photo-overlay{
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:24px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:14px;
  background:rgba(7,32,44,.84);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.founder-photo-overlay small,
.founder-photo-overlay strong,
.founder-photo-overlay span{
  display:block;
}

.founder-photo-overlay small{
  margin-bottom:4px;
  color:#55d39a;
  font-size:8px;
  font-weight:900;
  letter-spacing:2px;
}

.founder-photo-overlay strong{
  color:white;
  font-size:22px;
}

.founder-photo-overlay span{
  margin-top:5px;
  color:#d9e4e6;
  font-size:9px;
  line-height:1.5;
}

@media(max-width:700px){

  .founder-photo-final{
    min-height:500px;
  }

  .founder-photo-final > img{
    height:500px;
  }

  .founder-photo-overlay{
    left:15px;
    right:15px;
    bottom:15px;
  }

}

/* ==========================================
   MOBILITY SAFE — CINEMATIC INTRO
========================================== */

.ms-intro{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 50% 40%, #173f46 0%, #092b36 45%, #061d27 100%);
  animation:msIntroExit .8s ease 4.2s forwards;
}

.ms-intro-inner{
  text-align:center;
  animation:msIntroRise 1s cubic-bezier(.2,.8,.2,1) both;
}

.ms-intro-logo{
  width:96px;
  height:96px;
  object-fit:contain;
  filter:drop-shadow(0 14px 30px rgba(0,0,0,.22));
  animation:msLogoReveal .9s ease both;
}

.ms-intro-name{
  margin-top:18px;
  color:#fff;
  font-size:34px;
  line-height:1;
  font-weight:800;
  letter-spacing:-1px;
}

.ms-intro-tech{
  margin-top:8px;
  color:#50d39a;
  font-size:10px;
  font-weight:900;
  letter-spacing:5px;
}

.ms-intro-line{
  width:0;
  height:2px;
  margin:21px auto 17px;
  border-radius:10px;
  background:#50d39a;
  animation:msLine 1s ease .75s forwards;
}

.ms-intro-tagline{
  color:#dbe8e9;
  font-size:14px;
  letter-spacing:.4px;
  opacity:0;
  transform:translateY(8px);
  animation:msTagline .8s ease 1.15s forwards;
}

.ms-intro.hide{
  display:none;
}

@keyframes msLogoReveal{
  from{
    opacity:0;
    transform:scale(.72);
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}

@keyframes msIntroRise{
  from{
    opacity:0;
    transform:translateY(18px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes msLine{
  to{width:105px;}
}

@keyframes msTagline{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes msIntroExit{
  to{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
}

@media(prefers-reduced-motion:reduce){
  .ms-intro{
    animation-duration:.01s;
    animation-delay:.25s;
  }
}

/* ==========================================
   FINAL MOBILITY SAFE PHOTOGRAPHY
========================================== */

.photo-installed{
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

.care-photo-large.photo-installed{
  background-position:center 42% !important;
}

.interaction-one.photo-installed{
  background-position:center !important;
}

.interaction-two.photo-installed{
  background-position:center !important;
}

.interaction-three.photo-installed{
  background-position:center !important;
}

/* FINAL MOBILITY SAFE CLINICAL PHOTOGRAPHY */

.photo-installed{
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

.care-photo-large.photo-installed{
  background-position:center 42% !important;
}

.interaction-photo.photo-installed{
  background-size:cover !important;
  background-position:center !important;
}


/* ==================================================
   MOBILITY SAFE — FINAL CLINICAL PHOTO PRESENTATION
   Removes duplicate/overlapping visual treatment
================================================== */

.interaction-photo-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:22px;
    align-items:stretch;
}

/* Each card */
.interaction-photo{
    position:relative;
    min-height:390px;
    border-radius:22px;
    overflow:hidden;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;

    display:flex;
    align-items:flex-end;

    box-shadow:
        0 14px 35px rgba(8,31,44,.10);

    isolation:isolate;
}

/* Kill old duplicate visual layers */
.interaction-photo::before{
    content:none !important;
    display:none !important;
}

.interaction-photo::after{
    content:"";
    position:absolute;
    z-index:1;
    left:0;
    right:0;
    bottom:0;
    height:34%;

    background:
        linear-gradient(
            180deg,
            rgba(4,28,43,0) 0%,
            rgba(4,28,43,.82) 45%,
            rgba(4,28,43,.98) 100%
        );

    pointer-events:none;
}

/* Make sure text sits ABOVE photo/gradient */
.interaction-photo > *{
    position:relative;
    z-index:2;
}

/* Existing card text container */
.interaction-photo .photo-copy,
.interaction-photo .interaction-copy,
.interaction-photo .photo-content{
    width:100%;
    padding:24px 25px 22px;
}

/* Prevent any old inner duplicate image */
.interaction-photo img{
    display:none !important;
}

/* Card headings */
.interaction-photo strong,
.interaction-photo h3{
    display:block;
    margin:5px 0 5px;
    color:#fff;
    font-size:21px;
    line-height:1.15;
    font-weight:750;
}

/* Description */
.interaction-photo small,
.interaction-photo p{
    color:rgba(255,255,255,.82);
}

/* Green card numbers / labels */
.interaction-photo span{
    color:#19c77b;
}

/* Individual framing */
.interaction-one{
    background-position:center 35% !important;
}

.interaction-two{
    background-position:center center !important;
}

.interaction-three{
    background-position:center center !important;
}


/* ---------- LARGE HUMAN INTERACTION PHOTO ---------- */

.care-photo-large{
    position:relative;
    overflow:hidden;
    border-radius:24px;

    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;

    isolation:isolate;
}

.care-photo-large::before{
    content:none !important;
    display:none !important;
}

.care-photo-large::after{
    content:"";
    position:absolute;
    z-index:1;
    inset:0;

    background:
        linear-gradient(
            180deg,
            rgba(5,29,43,0) 35%,
            rgba(5,29,43,.88) 100%
        );

    pointer-events:none;
}

.care-photo-large > *{
    position:relative;
    z-index:2;
}

.care-photo-large img{
    display:none !important;
}


/* ---------- TABLET ---------- */

@media(max-width:1000px){

    .interaction-photo-grid{
        grid-template-columns:1fr 1fr;
    }

    .interaction-photo{
        min-height:380px;
    }

}


/* ---------- MOBILE ---------- */

@media(max-width:700px){

    .interaction-photo-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .interaction-photo{
        min-height:430px;
    }

}


/* ---------- SMALL PHONE ---------- */

@media(max-width:430px){

    .interaction-photo{
        min-height:390px;
        border-radius:18px;
    }

    .interaction-photo .photo-copy,
    .interaction-photo .interaction-copy,
    .interaction-photo .photo-content{
        padding:20px;
    }

}

/* ==========================================
   MOBILITY SAFE — MOBILE BROWSER NAV
   ========================================== */

.ms-mobile-browser-nav{
  display:none;
}

@media (max-width:850px){

  .ms-mobile-browser-nav{
    display:flex;
    align-items:center;
    gap:5px;

    position:sticky;
    top:82px;
    z-index:95;

    width:100%;
    min-height:50px;

    padding:6px 8px;

    background:rgba(255,255,255,.97);
    border-bottom:1px solid rgba(6,30,45,.10);

    box-shadow:
      0 5px 14px rgba(6,30,45,.05);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }


  .ms-mobile-browser-nav button,
  .ms-mobile-browser-nav a{

    flex:0 0 39px;

    width:39px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:0;
    border-radius:9px;

    background:transparent;

    color:var(--navy);

    font-family:
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Arial,
      sans-serif;

    font-size:23px;
    font-weight:700;
    line-height:1;

    cursor:pointer;

    -webkit-tap-highlight-color:transparent;
  }


  .ms-mobile-browser-nav button:active,
  .ms-mobile-browser-nav a:active{

    background:var(--green-soft);
    color:var(--green-dark);

    transform:scale(.94);
  }


  .ms-nav-address-form{

    flex:1 1 auto;
    min-width:0;

    margin:0;
    padding:0;
  }


  .ms-nav-address{

    width:100%;
    height:36px;

    border:1px solid #d5e1df;
    border-radius:10px;

    outline:none;

    padding:0 10px;

    background:#f6f9f8;

    color:var(--navy);

    font-family:
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Arial,
      sans-serif;

    font-size:12px;
  }


  .ms-nav-address::placeholder{
    color:#829299;
  }


  .ms-nav-address:focus{

    border-color:var(--green);

    background:white;

    box-shadow:
      0 0 0 3px rgba(18,185,120,.10);
  }


  .ms-nav-home{
    text-decoration:none;
  }

}



/* MOBILITY SAFE — CONTENT EXPANSION V2 */

.product-visualization-note{
  margin:0;
  padding:54px max(5vw,32px);
  background:#f5f9f8;
  border-top:1px solid #e1ebe8;
  border-bottom:1px solid #e1ebe8;
}

.product-visualization-note small{
  display:block;
  margin-bottom:10px;
  color:var(--green-dark);
  font-size:9px;
  font-weight:900;
  letter-spacing:2px;
}

.product-visualization-note h3{
  max-width:760px;
  margin:0 0 13px;
  color:var(--navy);
  font-size:24px;
  line-height:1.18;
}

.product-visualization-note p{
  max-width:920px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}

.home-cta p{
  max-width:760px;
  margin:12px 0 0;
  opacity:.84;
  font-size:13px;
  line-height:1.65;
}

.profile-heading>p{
  max-width:760px;
  margin:16px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}

@media (max-width:850px){

  .product-visualization-note{
    padding:38px 20px;
  }

  .product-visualization-note h3{
    font-size:20px;
  }

  .product-visualization-note p{
    font-size:13px;
    line-height:1.7;
  }

  .profile-heading>p{
    font-size:13px;
  }

}

/* =====================================
   MOBILITY SAFE — COMMERCIAL TIERS
===================================== */

.tier-eyebrow,
.tier-intro>small,
.tier-section-heading>small,
.tier-cta>small,
.tier-control-section>div>small{
  color:var(--green-dark);
  font-size:9px;
  letter-spacing:2.2px;
  font-weight:900;
}

.tier-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.tier-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:9px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.2px;
  transition:.2s ease;
}

.tier-btn:hover{transform:translateY(-2px)}

.tier-btn-primary{
  background:var(--green);
  color:white;
}

.tier-btn-secondary{
  border:1px solid var(--line);
  background:white;
  color:var(--navy);
}

.tier-btn-light{
  background:white;
  color:var(--navy);
}

.tier-btn-light-outline{
  border:1px solid rgba(255,255,255,.35);
  color:white;
}

.tier-plan-visual{
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.tier-mini-plan{
  width:230px;
  min-height:270px;
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border-radius:22px;
  background:white;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}

.tier-mini-plan.complete{
  min-height:330px;
  background:var(--navy);
  color:white;
}

.tier-mini-plan small{
  color:var(--green);
  font-weight:900;
  letter-spacing:2px;
}

.tier-mini-plan strong{
  margin:8px 0;
  font-size:35px;
  color:var(--navy);
}

.tier-mini-plan.complete strong{color:white}

.tier-mini-plan span{
  color:#72858e;
  font-size:11px;
  line-height:1.6;
}

.tier-plan-plus{
  color:var(--green);
  font-size:35px;
  font-weight:900;
}

.tier-intro{
  max-width:900px;
  margin:auto;
  padding:100px 32px 70px;
  text-align:center;
}

.tier-intro h2,
.tier-section-heading h2,
.tier-cta h2,
.tier-control-section h2{
  margin:10px 0 18px;
  color:var(--navy);
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  letter-spacing:-2.4px;
}

.tier-intro p,
.tier-section-heading p{
  color:var(--muted);
  line-height:1.8;
}

.tier-plan-cards{
  max-width:1180px;
  margin:auto;
  padding:20px 32px 110px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
}

.tier-plan-card{
  padding:45px;
  border:1px solid var(--line);
  border-radius:22px;
  background:white;
  box-shadow:var(--shadow);
}

.tier-plan-card-complete{
  background:var(--navy);
  color:white;
}

.tier-number{
  color:var(--green);
  font-size:9px;
  font-weight:900;
  letter-spacing:2px;
}

.tier-plan-card h2{
  margin:10px 0 15px;
  color:var(--navy);
  font-size:36px;
}

.tier-plan-card h2 span{color:var(--green)}
.tier-plan-card-complete h2{color:white}

.tier-plan-lead{
  color:#72858e;
  line-height:1.7;
  font-size:13px;
}

.tier-plan-card-complete .tier-plan-lead{color:#afbec4}

.tier-check-list{
  margin:28px 0;
  display:grid;
  gap:11px;
}

.tier-check-list div{
  color:#526a75;
  font-size:12px;
  line-height:1.5;
}

.tier-check-list div:before{
  content:"✓";
  margin-right:9px;
  color:var(--green);
  font-weight:900;
}

.tier-check-list.dark div{color:#d4e0e4}
.tier-plan-card-complete .tier-check-list div{color:#d4e0e4}

.tier-comparison{
  padding:100px max(5vw,32px);
  background:#f4f9f7;
}

.tier-section-heading{
  max-width:850px;
  margin:0 auto 45px;
  text-align:center;
}

.tier-table-wrap{
  max-width:1050px;
  margin:auto;
  overflow:auto;
  border:1px solid var(--line);
  border-radius:18px;
  background:white;
  box-shadow:var(--shadow);
}

.tier-table{
  width:100%;
  border-collapse:collapse;
}

.tier-table th,
.tier-table td{
  padding:18px 22px;
  border-bottom:1px solid var(--line);
  text-align:center;
  color:#526a75;
  font-size:12px;
}

.tier-table th:first-child,
.tier-table td:first-child{
  text-align:left;
}

.tier-table th{
  color:var(--navy);
  font-size:14px;
}

.tier-table th small{
  display:block;
  margin-top:3px;
  color:var(--green-dark);
  font-size:7px;
  letter-spacing:1.5px;
}

.tier-table td:nth-child(2),
.tier-table td:nth-child(3){
  font-weight:900;
}

.tier-table td:nth-child(3){color:var(--green-dark)}

.tier-validation-note{
  max-width:900px;
  margin:25px auto 0;
  color:#7c8d94;
  font-size:10px;
  line-height:1.7;
  text-align:center;
}

.tier-core-screen{
  max-width:500px;
  margin:auto;
  padding:28px;
  border-radius:22px;
  background:white;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.tier-screen-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}

.tier-screen-head img{width:38px}

.tier-screen-head small,
.tier-screen-head strong{
  display:block;
}

.tier-screen-head small{
  color:var(--green-dark);
  font-size:7px;
  letter-spacing:1px;
}

.tier-screen-head strong{color:var(--navy)}

.tier-screen-head>span{
  margin-left:auto;
  padding:6px 9px;
  border-radius:20px;
  background:#e9f8f1;
  color:var(--green-dark);
  font-size:8px;
  font-weight:900;
}

.tier-screen-status{
  margin:18px 0;
  padding:12px;
  border-radius:9px;
  background:#eaf8f2;
  color:var(--green-dark);
  font-size:9px;
  font-weight:800;
}

.tier-screen-action{
  padding:22px;
  border:1px solid var(--line);
  border-radius:13px;
}

.tier-screen-action b,
.tier-screen-action small{
  display:block;
}

.tier-screen-action b{color:var(--navy)}
.tier-screen-action small{margin-top:5px;color:#809098}

.tier-screen-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:12px 0;
}

.tier-screen-grid div{
  padding:18px;
  border-radius:12px;
  background:#f5f8f7;
}

.tier-screen-grid b{
  display:block;
  color:var(--green);
  font-size:20px;
}

.tier-screen-grid span{
  color:var(--navy);
  font-size:9px;
  font-weight:800;
}

.tier-screen-nav{
  display:flex;
  justify-content:space-around;
  margin:22px -28px -28px;
  padding:14px;
  border-radius:0 0 22px 22px;
  background:var(--green);
  color:white;
}

.tier-screen-nav span{
  display:grid;
  place-items:center;
  gap:2px;
}

.tier-screen-nav small{
  font-size:7px;
  font-weight:800;
}

.tier-feature-band{
  padding:80px max(5vw,32px);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
  background:var(--navy);
  color:white;
}

.tier-feature-band h2{
  margin:10px 0 18px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
}

.tier-feature-band>div>small{
  color:var(--green);
  font-size:9px;
  font-weight:900;
  letter-spacing:2px;
}

.tier-feature-band p{
  color:#aebdc3;
  line-height:1.8;
}

.tier-band-stage{
  min-height:400px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:radial-gradient(circle,rgba(18,185,120,.18),rgba(255,255,255,.04) 55%,transparent 56%);
}

.tier-band-stage img{
  max-width:80%;
  max-height:360px;
  object-fit:contain;
}

.tier-purpose-grid{
  max-width:1200px;
  margin:auto;
  padding:100px 32px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.tier-purpose-grid article{
  padding:30px;
  border:1px solid var(--line);
  border-radius:18px;
  background:white;
}

.tier-purpose-grid article>span{
  color:var(--green);
  font-size:11px;
  font-weight:900;
}

.tier-purpose-grid h3{
  margin:20px 0 10px;
  color:var(--navy);
}

.tier-purpose-grid p{
  color:var(--muted);
  font-size:11px;
  line-height:1.7;
}

.tier-equipment{
  padding:100px max(5vw,32px);
  background:#f4f9f7;
}

.tier-equipment-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.tier-equipment-grid.three{
  max-width:1200px;
  grid-template-columns:repeat(3,1fr);
}

.tier-equipment-grid article{
  padding:28px;
  border:1px solid var(--line);
  border-radius:19px;
  background:white;
}

.tier-equipment-grid article>small{
  color:var(--green-dark);
  font-size:8px;
  letter-spacing:1.7px;
  font-weight:900;
}

.tier-equipment-grid h3{
  color:var(--navy);
  font-size:22px;
}

.tier-equipment-grid p{
  color:var(--muted);
  font-size:11px;
  line-height:1.7;
}

.tier-equipment-image,
.tier-device-placeholder,
.tier-hardware-placeholder{
  height:250px;
  margin-bottom:25px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#eef5f2;
  overflow:hidden;
}

.tier-equipment-image img{
  width:85%;
  height:85%;
  object-fit:contain;
}

.tier-device-placeholder{
  color:var(--green-dark);
  font-size:11px;
  letter-spacing:1.5px;
}

.tier-hardware-placeholder{
  align-content:center;
  gap:7px;
  background:linear-gradient(135deg,#0b2935,#123e47);
  color:white;
}

.tier-hardware-placeholder span{
  color:var(--green);
  font-size:7px;
  letter-spacing:2px;
  font-weight:900;
}

.tier-hardware-placeholder strong{font-size:22px}

.tier-privacy,
.tier-control-section{
  padding:90px max(5vw,32px);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.tier-privacy{
  background:white;
}

.tier-privacy small{
  color:var(--green-dark);
  font-size:9px;
  letter-spacing:2px;
  font-weight:900;
}

.tier-privacy h2{
  color:var(--navy);
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
}

.tier-privacy p{
  color:var(--muted);
  line-height:1.8;
}

.tier-complete-hero{
  background:
    radial-gradient(circle at 82% 28%,rgba(18,185,120,.22),transparent 28%),
    linear-gradient(135deg,#071f2b,#0b303b 62%,#0a403c);
}

.tier-complete-hero .inner-hero-copy h1{color:white}
.tier-complete-hero .inner-hero-copy>p{color:#b4c4ca}
.tier-complete-hero .tier-eyebrow{color:var(--green)}

.tier-complete-stack{
  min-height:430px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.tier-stack-node{
  width:260px;
  min-height:105px;
  padding:18px;
  display:grid;
  place-items:center;
  border-radius:17px;
  background:white;
  box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.tier-stack-node img{
  max-width:150px;
  max-height:70px;
  object-fit:contain;
}

.tier-stack-node span{
  color:#61767f;
  font-size:9px;
  font-weight:800;
}

.tier-stack-node.placeholder{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  color:white;
  box-shadow:none;
}

.tier-stack-node.placeholder span{color:#b5c7cd}

.tier-stack-line{
  width:2px;
  height:28px;
  background:var(--green);
}

.tier-control-section{
  background:white;
}

.tier-control-section p{
  color:var(--muted);
  line-height:1.8;
}

.tier-control-panel{
  padding:25px;
  border-radius:18px;
  background:var(--navy);
  box-shadow:var(--shadow);
}

.tier-control-panel div{
  display:flex;
  align-items:center;
  padding:15px 5px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:white;
  font-size:11px;
}

.tier-control-panel div:last-child{border:0}

.tier-control-panel b,
.tier-control-panel em{
  margin-left:auto;
  padding:5px 8px;
  border-radius:20px;
  font-size:7px;
  font-style:normal;
}

.tier-control-panel b{
  background:rgba(18,185,120,.16);
  color:var(--green);
}

.tier-control-panel em{
  background:rgba(255,255,255,.08);
  color:#9eb0b7;
}

.tier-validation{
  max-width:1000px;
  margin:70px auto;
  padding:25px 30px;
  border:1px solid #dce9e4;
  border-radius:14px;
  background:#f6faf8;
}

.tier-validation strong{
  color:var(--navy);
  font-size:11px;
}

.tier-validation p{
  margin-bottom:0;
  color:#74868e;
  font-size:10px;
  line-height:1.7;
}

.tier-cta{
  padding:100px 32px;
  text-align:center;
  background:white;
}

.tier-cta p{
  max-width:680px;
  margin:0 auto 28px;
  color:var(--muted);
  line-height:1.8;
}

.tier-footer{
  padding:60px max(5vw,32px);
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:60px;
  background:var(--navy);
  color:white;
}

.tier-footer img{
  width:150px;
  max-height:50px;
}

.tier-footer p{
  max-width:380px;
  color:#9fb1b9;
  font-size:11px;
  line-height:1.7;
}

.tier-footer strong{
  display:block;
  margin-bottom:15px;
  color:white;
  font-size:11px;
}

.tier-footer a{
  display:block;
  margin:9px 0;
  color:#9fb1b9;
  font-size:10px;
}

@media(max-width:850px){
  .tier-plan-cards,
  .tier-feature-band,
  .tier-privacy,
  .tier-control-section,
  .tier-footer{
    grid-template-columns:1fr;
  }

  .tier-purpose-grid{
    grid-template-columns:1fr 1fr;
  }

  .tier-equipment-grid.three{
    grid-template-columns:1fr;
  }

  .tier-plan-visual{
    min-height:auto;
    padding:30px 0;
  }
}

@media(max-width:600px){
  .tier-plan-visual{
    flex-direction:column;
  }

  .tier-mini-plan,
  .tier-mini-plan.complete{
    width:100%;
    min-height:200px;
  }

  .tier-plan-plus{transform:rotate(90deg)}

  .tier-plan-cards,
  .tier-purpose-grid,
  .tier-equipment-grid{
    grid-template-columns:1fr;
  }

  .tier-plan-card{padding:28px}

  .tier-feature-band,
  .tier-equipment,
  .tier-privacy,
  .tier-control-section{
    padding:70px 22px;
  }

  .tier-table th,
  .tier-table td{
    padding:14px 12px;
    font-size:10px;
  }
}


/* MOBILITY SAFE — FINAL HARDWARE PRESENTATION */

.tier-replacement-card{
  position:relative;
}

.tier-available-badge{
  display:inline-flex;
  margin-top:10px;
  padding:7px 10px;
  border-radius:20px;
  background:#e8f7f0;
  color:var(--green-dark);
  font-size:7px;
  font-weight:900;
  letter-spacing:1.2px;
}

.tier-band-gallery{
  background:
    radial-gradient(circle at 50% 50%,
    rgba(18,185,120,.12),
    transparent 58%),
    #f3f8f6;
}

.tier-band-gallery img{
  max-width:82%;
  max-height:88%;
  object-fit:contain;
}

.tier-gateway-image{
  background:
    radial-gradient(circle at 50% 45%,
    rgba(18,185,120,.12),
    transparent 58%),
    #f4f8f6;
}

.tier-gateway-image img{
  width:88%;
  height:88%;
  object-fit:contain;
}

.tier-connected-band{
  max-width:1200px;
  margin:25px auto 0;
  padding:34px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:40px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:19px;
  background:white;
}

.tier-connected-band-images{
  min-height:230px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:15px;
  background:#f2f7f5;
  overflow:hidden;
}

.tier-connected-band-images img{
  width:46%;
  max-height:200px;
  object-fit:contain;
}

.tier-connected-band small{
  color:var(--green-dark);
  font-size:8px;
  font-weight:900;
  letter-spacing:1.5px;
}

.tier-connected-band h3{
  margin:10px 0;
  color:var(--navy);
  font-size:25px;
}

.tier-connected-band p{
  color:var(--muted);
  font-size:11px;
  line-height:1.75;
}

.tier-cleaning-note{
  max-width:1000px;
  margin:28px auto 0;
  padding:16px 20px;
  border-left:3px solid var(--green);
  background:rgba(255,255,255,.65);
  color:#71838b;
  font-size:9px;
  line-height:1.7;
}

@media(max-width:850px){
  .tier-connected-band{
    grid-template-columns:1fr;
  }
}

@media(max-width:600px){
  .tier-connected-band{
    padding:22px;
  }

  .tier-connected-band-images{
    min-height:190px;
  }
}


/* ==========================================
   MOBILITY SAFE — PLANS PAGE VISUAL OVERRIDE
   ========================================== */

/* Plans hero */
.tier-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  align-items:center;
  gap:70px;
  min-height:620px;
  padding:90px max(6vw,40px);
  background:
    radial-gradient(circle at 82% 24%,rgba(18,185,120,.13),transparent 28%),
    linear-gradient(135deg,#f8fcfb 0%,#eef8f4 100%);
}

.tier-hero .inner-hero-copy{
  max-width:720px;
}

.tier-hero .inner-hero-copy h1{
  margin:12px 0 24px;
  color:var(--navy);
  font-size:clamp(48px,6vw,78px);
  line-height:.98;
  letter-spacing:-4px;
}

.tier-hero .inner-hero-copy h1 span{
  color:var(--green);
}

.tier-hero .inner-hero-copy>p{
  max-width:650px;
  color:var(--muted);
  font-size:15px;
  line-height:1.85;
}

/* Core + Complete visual */
.tier-plan-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-width:0;
}

.tier-mini-plan{
  width:min(220px,45%);
  min-height:260px;
  padding:30px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 25px 60px rgba(6,30,45,.12);
}

.tier-mini-plan.complete{
  background:var(--navy);
  border-color:var(--navy);
  color:#fff;
}

.tier-mini-plan small{
  color:var(--green);
  font-size:9px;
  font-weight:900;
  letter-spacing:2px;
}

.tier-mini-plan strong{
  margin:10px 0 14px;
  color:var(--navy);
  font-size:32px;
}

.tier-mini-plan.complete strong{
  color:#fff;
}

.tier-mini-plan span{
  color:#71858e;
  font-size:11px;
  line-height:1.65;
}

.tier-mini-plan.complete span{
  color:#b6c7cd;
}

.tier-plan-plus{
  color:var(--green);
  font-size:32px;
  font-weight:900;
}

/* Intro */
.tier-intro{
  max-width:900px;
  margin:0 auto;
  padding:105px 32px 60px;
  text-align:center;
}

/* Main tier cards */
.tier-plan-cards{
  width:min(1180px,calc(100% - 64px));
  margin:0 auto;
  padding:20px 0 110px;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  align-items:stretch;
  gap:26px;
}

.tier-plan-card{
  min-width:0;
  padding:46px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 24px 65px rgba(6,30,45,.11);
}

.tier-plan-card-complete{
  background:var(--navy);
  border-color:var(--navy);
  color:#fff;
}

.tier-plan-card h2{
  margin:10px 0 15px;
  color:var(--navy);
  font-size:36px;
  line-height:1.1;
}

.tier-plan-card h2 span{
  color:var(--green);
}

.tier-plan-card-complete h2{
  color:#fff;
}

/* Comparison */
.tier-comparison{
  width:100%;
  padding:105px max(5vw,32px);
  background:#f4f9f7;
}

.tier-table-wrap{
  width:min(1050px,100%);
  margin:0 auto;
  overflow-x:auto;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 24px 65px rgba(6,30,45,.10);
}

.tier-table{
  width:100%;
  min-width:680px;
  border-collapse:collapse;
}

.tier-validation-note{
  max-width:900px;
  margin:25px auto 0;
  color:#74868e;
  font-size:10px;
  line-height:1.7;
  text-align:center;
}

/* Bottom CTA */
.tier-cta{
  padding:105px 32px;
  text-align:center;
  background:#fff;
}

/* Plans footer */
.tier-footer{
  width:100%;
  padding:65px max(6vw,32px);
  display:grid !important;
  grid-template-columns:2fr 1fr 1fr !important;
  gap:60px;
  background:var(--navy);
  color:#fff;
}

/* Tablet */
@media(max-width:900px){

  .tier-hero{
    grid-template-columns:1fr;
    gap:45px;
    min-height:auto;
    padding:70px 32px;
  }

  .tier-hero .inner-hero-copy{
    max-width:760px;
  }

  .tier-plan-visual{
    max-width:600px;
    margin:auto;
  }

  .tier-plan-cards{
    width:min(680px,calc(100% - 44px));
    grid-template-columns:1fr !important;
  }

  .tier-footer{
    grid-template-columns:1fr !important;
    gap:35px;
  }
}

/* Mobile */
@media(max-width:600px){

  .tier-hero{
    padding:55px 22px;
  }

  .tier-hero .inner-hero-copy h1{
    font-size:44px;
    letter-spacing:-2.5px;
  }

  .tier-plan-visual{
    flex-direction:column;
    width:100%;
  }

  .tier-mini-plan,
  .tier-mini-plan.complete{
    width:100%;
    min-height:190px;
  }

  .tier-plan-plus{
    transform:rotate(90deg);
  }

  .tier-intro{
    padding:75px 22px 45px;
  }

  .tier-plan-cards{
    width:calc(100% - 36px);
    padding-bottom:75px;
  }

  .tier-plan-card{
    padding:28px 24px;
  }

  .tier-plan-card h2{
    font-size:30px;
  }

  .tier-comparison{
    padding:75px 18px;
  }

  .tier-cta{
    padding:75px 22px;
  }

  .tier-footer{
    padding:55px 24px;
  }
}

