/* Vital Rhythms Wellness LLC — PATIENT MONITOR motif */
body {
  margin: 0;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  background: #1A1220;
  color: #EFE9F2;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.startskip,
.skipsrc,
.datafoo,
.skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* =========================================================
   NAVIGATION: ECG STRIP NAV (.ecgnav)
   Continuous ECG trace under the link row, spiking under
   each link with a mint beat dot. Brand in a monitor bezel.
   ========================================================= */
.ecgnav {
  background: #100A16;
  border-bottom: 1px solid #332840;
  position: sticky;
  top: 0;
  z-index: 50;
}

.ecgnav.inner,
.navinner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 8px;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px 10px;
  position: relative;
}

.brandbezel {
  display: inline-block;
  border: 1px solid #4FC79A;
  border-radius: 12px;
  padding: 8px 14px;
  background: #241A2C;
  box-shadow: inset 0 0 0 3px #1A1220, inset 0 0 0 4px #332840;
  color: #EFE9F2;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}

.brandbezel .mint {
  color: #4FC79A;
}

.navlinks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 6px;
}

.navlinks a {
  display: inline-block;
  text-decoration: none;
  color: #EFE9F2;
  font-weight: 600;
  padding: 6px 2px;
  position: relative;
}

.navlinks a:hover,
.navlinks a:focus {
  color: #4FC79A;
}

.navlinks a.active {
  color: #4FC79A;
}

.navlinks a.active .nav-beat {
  color: #4FC79A;
}

/* the continuous trace running one full row beneath the links */
.tracerow {
  width: 100%;
  margin-top: 4px;
  overflow: hidden;
}

.traceline {
  display: block;
  height: 18px;
  background: transparent;
}

.traceline svg {
  display: block;
  width: 100%;
  height: 18px;
  fill: none;
  stroke: #4FC79A;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* nav toggle (mobile) */
.navtoggle {
  display: none;
  font: inherit;
  color: #EFE9F2;
  background: #241A2C;
  border: 1px solid #332840;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
}

.linkgroup {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.main-cta {
  display: inline-block;
  color: #EFE9F2;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #4FC79A;
  background: #24342A;
}

.main-cta.narrownav {
  display: inline-block;
}

/* The nav reflows into wrapped rows on narrow displays; the beat dot and
   trace continue across it. No screen hides the links. */

/* =========================================================
   HERO: MONITOR SCREEN (.monitorscreen)
   ========================================================= */
.monitorscreen {
  position: relative;
  background: #100A16;
  border-radius: 22px;
  border: 2px solid #332840;
  box-shadow: inset 0 0 0 8px #241A2C;
  padding: 8px;
  margin: 40px 0 0;
  overflow: hidden;
}

.monitorscreen-screen {
  position: relative;
  background: #0d0812;
  border: 1px solid #2b2033;
  border-radius: 14px;
  padding: 40px 34px 60px;
}

.heroheadline {
  margin: 0 0 8px;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: -1px;
  font-weight: 800;
  color: #EFE9F2;
}

.heroheadline .mint {
  color: #4FC79A;
}

.herosub {
  max-width: 640px;
  font-size: 19px;
  color: #D9CFE0;
  margin: 18px 0 24px;
}

.heroactions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.ecg-cta {
  display: inline-block;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  padding: 13px 24px;
  color: #100A16;
  background: #4FC79A;
  border: 1px solid #4FC79A;
}

.cta-ghost {
  display: inline-block;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  padding: 13px 24px;
  color: #EFE9F2;
  border: 1px solid #332840;
  background: #241A2C;
}

/* corner readout tiles */
.readoutlane {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.cornerreadout {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.readouttile {
  background: #241A2C;
  border: 1px solid #332840;
  border-radius: 10px;
  padding: 8px 14px;
  text-align: center;
}

.readoutlabel {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  color: #D9CFE0;
}

.readoutvalue {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #4FC79A;
}

/* pulse wave crossing the screen */
.pulsewave-base {
  position: relative;
  height: 120px;
  margin-top: 6px;
  overflow: hidden;
}

.pulsewave-base svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #4FC79A;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4 2;
}

.beatdot {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 20px;
  right: 12px;
  border-radius: 50%;
  background: #4FC79A;
  animation: blinkdot 1.2s ease-in-out infinite;
}

@keyframes blinkdot {
  0%, 49% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}


/* =========================================================
   SECTION FRAMES
   ========================================================= */
.sectplum {
  background: #1A1220;
  padding: 70px 0;
}

.sectdeep {
  background: #100A16;
  padding: 70px 0;
}

.sectintro {
  max-width: 780px;
}

.leadline {
  color: #4FC79A;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 6px;
}

.secttitle {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.2;
  color: #EFE9F2;
}

.leadblock {
  margin: 0 0 26px;
  font-size: 18px;
  color: #D9CFE0;
}

.simplegrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.factchip {
  background: #241A2C;
  border: 1px solid #332840;
  border-radius: 12px;
  padding: 16px 18px;
}

.factchip-chipheading {
  margin: 0 0 6px;
  font-size: 18px;
  color: #EFE9F2;
}

.factchip p {
  margin: 0;
  color: #D9CFE0;
}

/* =========================================================
   SECTIONS: TELEMETRY LANES (.rhythmlanes)
   Six non-uniform horizontal lanes, varying length + indent.
   ========================================================= */
.rhythmlanes {
  margin: 8px 0 0;
  border-top: 1px solid #332840;
}

.rhythmlane {
  display: block;
  position: relative;
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #332840;
}

.len-a  { width: 96%; }
.len-b  { width: 89%; margin-left: 4%; }
.len-c  { width: 93%; }
.len-d  { width: 90%; margin-left: 3%; }
.len-e  { width: 95%; }
.len-f  { width: 88%; margin-left: 5%; }
.len-g  { width: 92%; }
.len-h  { width: 91%; margin-left: 2%; }
.len-i  { width: 94%; }
.len-j  { width: 87%; margin-left: 6%; }

.shift-a { margin-left: 0; }
.shift-b { margin-left: 4%; }
.shift-c { margin-left: 8%; }
.shift-d { margin-left: 2%; }
.shift-e { margin-left: 6%; }
.shift-f { margin-left: 3%; }

.laneplate {
  display: block;
  margin-bottom: 10px;
}

.lanesvc {
  display: inline-block;
  margin: 0 14px 0 0;
  font-size: 26px;
  color: #4FC79A;
  letter-spacing: 0.4px;
}

.lanenum {
  font-size: 12px;
  letter-spacing: 2px;
  color: #8C7E96;
}

.lanelead {
  margin: 2px 0 14px;
  font-size: 18px;
  color: #C68D7D;
  max-width: 640px;
}

.lanepara {
  margin: 0 0 14px;
  max-width: 760px;
  color: #D9CFE0;
}

.laneactions {
  margin-top: 10px;
}

.minicode {
  color: #EFE9F2;
  text-decoration: none;
  border-bottom: 1px solid #4FC79A;
  padding-bottom: 2px;
}

.rhymepulse {
  display: block;
  height: 26px;
  margin: 4px 0 16px;
}

.rhymepulse svg {
  width: 100%;
  height: 26px;
  fill: none;
  stroke: #4FC79A;
  stroke-width: 3;
  stroke-linecap: round;
}

.rhymepulse coral line,
.rhymepulse .coral {
  stroke: #D9AC9E;
}

/* density variation handled via svg point counts inline */

/* =========================================================
   ACCENT STRIP: TAKE A PULSE
   ========================================================= */
.accentspace {
  padding: 60px 0;
}

.pulsestrip {
  background: #D97B6C;
  border-radius: 18px;
  padding: 36px 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pulsestrip-title {
  margin: 0 0 6px;
  font-size: 28px;
  color: #1A1220;
}

.pulsestrip-text {
  margin: 0;
  color: #33120c;
  max-width: 560px;
}

.stripcta {
  display: inline-block;
  color: #EFE9F2;
  background: #1A1220;
  text-decoration: none;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 12px;
  -webkit-flex: none;
  flex-wrap: nowrap;
}

.stripnote {
  margin-top: 12px;
  font-size: 14px;
  color: #5A2416;
}

/* =========================================================
   TELEMETRY STRIP under hero for homepage
   ========================================================= */
.readiness {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.readychip {
  background: #241A2C;
  border-radius: 10px;
  border: 1px solid #332840;
  padding: 10px 16px;
  font-size: 14px;
  color: #D9CFE0;
}

.readychip strong {
  color: #4FC79A;
}

.sectfoot {
  margin-top: 28px;
  color: #8C7E96;
  font-size: 14px;
}

/* homepage service list woven into copy (links) */
.textlink {
  color: #4FC79A;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.textlink:hover {
  color: #7CE0BB;
}

/* =========================================================
   STAGED OFFER ON HOMEPAGE
   ========================================================= */
.dualzone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 20px;
}

@media (max-width: 820px) {
  body .dualzone {
    grid-template-columns: 1fr;
  }
}

.zonepanel {
  background: #241A2C;
  border-radius: 16px;
  padding: 26px 28px;
  border: 1px solid #332840;
}

.zonetitle {
  margin: 0 0 6px;
  color: #4FC79A;
  font-size: 22px;
}

.zonebody {
  margin: 0 0 12px;
  color: #D9CFE0;
}

zone-cta {
  display: inline-block;
}

/* =========================================================
   CONTACT PAGE BITS
   ========================================================= */
.contactgrid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  margin-top: 22px;
}

@media (max-width: 860px) {
  body .contactgrid {
    grid-template-columns: 1fr;
  }
}

.contactform {
  background: #241A2C;
  border-radius: 16px;
  border: 1px solid #332840;
  padding: 26px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #EFE9F2;
}

.field input,
.field select {
  width: 100%;
  box-sizing: border-box;
  font: inherit;
  color: #EFE9F2;
  background: #100A16;
  border: 1px solid #332840;
  border-radius: 8px;
  padding: 11px 12px;
}

.field textarea {
  width: 100%;
  box-sizing: border-box;
  font: inherit;
  color: #EFE9F2;
  background: #100A16;
  border: 1px solid #332840;
  border-radius: 8px;
  padding: 11px 12px;
  min-height: 120px;
  resize: vertical;
}

.formnote {
  font-size: 13px;
  color: #8C7E96;
  margin: 8px 0;
}

.submitbtn {
  font: inherit;
  cursor: pointer;
  font-weight: 700;
  border: none;
  color: #1A1220;
  background: #4FC79A;
  border-radius: 10px;
  padding: 13px 28px;
}

.contactcard {
  background: #100A16;
  border: 1px solid #332840;
  border-radius: 16px;
  padding: 24px 26px;
  margin-bottom: 16px;
}

.contactcard-heading {
  margin: 0 0 6px;
  color: #D97B6C;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contactcard p {
  margin: 0;
  color: #D9CFE0;
}

.contactcard a {
  color: #4FC79A;
  text-decoration: none;
}

.phonenumber {
  font-weight: 700;
  color: #EFE9F2;
}

/* FAQ */
.faqlist {
  margin-top: 18px;
}

.faqitem {
  background: #241A2C;
  border: 1px solid #332840;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 16px 20px;
}

.faqq {
  margin: 0 0 6px;
  font-weight: 700;
  color: #4FC79A;
}

.faqa {
  margin: 0;
  color: #D9CFE0;
}

@media (max-width: 720px) {
  body .monitorscreen-screen {
    padding: 24px 18px 40px;
  }
  body .heroheadline {
    font-size: 40px;
  }
  body .secttitle {
    font-size: 29px;
  }
}

/* scroll reveal */
.fade-up {
  transition: opacity 1s ease, transform 1s ease;
}

.js-enabled .fade-up:not(.visible) {
  opacity: 0;
  transform: translateY(18px);
}

.js-enabled .fade-up.visible {
  opacity: 1;
  transform: none;
}


/* =========================================================
   FOOTER: RECOVERY STRIP FOOTER (.recoverystrip)
   ========================================================= */
.recoverystrip {
  background: #100A16;
  margin-top: 70px;
}

.recoverywave {
  display: block;
  height: 30px;
  width: 100%;
  overflow: hidden;
}

.recoverywave svg {
  display: block;
  width: 100%;
  height: 30px;
  fill: none;
  stroke: #4FC79A;
  stroke-width: 3;
}

.recoverystrip-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 26px;
  padding-bottom: 26px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
}

@media (max-width: 760px) {
  body .recoverystrip-inner {
    grid-template-columns: 1fr;
  }
}

.brandfoot {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #EFE9F2;
}

.brandfoot .mint {
  color: #4FC79A;
}

.foottxt {
  margin: 0 0 4px;
  color: #D9CFE0;
  max-width: 480px;
}

.footsub {
  margin: 16px 0 0;
  color: #8C7E96;
  font-size: 14px;
}

.footcols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.footgroup-heading {
  margin: 0 0 8px;
  color: #EFE9F2;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footgroup a {
  display: block;
  color: #C4B9CC;
  text-decoration: none;
  padding: 3px 0;
}

.footgroup a:hover {
  color: #4FC79A;
}

.footbase {
  border-top: 1px solid #332840;
  background: #0c0710;
}

.botrow {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: #C4B9CC;
  font-size: 14px;
}

.botrow a {
  color: #8C7E96;
  text-decoration: none;
}

.botrow a:hover {
  color: #4FC79A;
}

.botrow-last {
  border-top: 1px solid #332840;
  color: #8C7E96;
}

.standardline {
  display: inline-block;
  min-width: 120px;
}
