:root {
  --respir-primary: #08109e;
  --respir-bg: #fffaf3;
  --respir-bg-rgb: 255, 250, 243;
  --respir-primary-rgb: 8, 16, 158;
  --respir-text: #08109e;
  --respir-muted: rgba(8, 16, 158, 0.78);
  --respir-line: rgba(8, 16, 158, 0.14);
  --respir-card: rgba(255, 250, 243, 0.62);
  --respir-shadow: 0 28px 70px rgba(8, 16, 158, 0.16);
  --respir-radius-xl: 34px;
  --respir-radius-lg: 26px;
  --respir-radius-sm: 16px;
  --respir-max: 1180px;
}

html {
  scroll-behavior: auto;
}

body.wp-theme-respir-studio-child,
body.wp-child-theme-respir-studio-child {
  margin: 0;
  color: var(--respir-text);
  background: var(--respir-bg);
  font-family: Manrope, sans-serif;
}

body.wp-theme-respir-studio-child .wp-site-blocks,
body.wp-child-theme-respir-studio-child .wp-site-blocks {
  padding: 0;
}

div#footer {
  display: none;
}

body.wp-theme-respir-studio-child .is-layout-flow > *,
body.wp-child-theme-respir-studio-child .is-layout-flow > * {
  margin-block-start: 0;
}

.respir-page {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  --respir-pathway-trunk-progress: 0;
  --respir-pathway-rail-progress: 0;
  --respir-pathway-drop-left-progress: 0;
  --respir-pathway-drop-center-progress: 0;
  --respir-pathway-drop-right-progress: 0;
  --respir-pathway-mobile-progress: 0;
}

.respir-page::before,
.respir-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.respir-page::before {
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.respir-page::after {
  background:
    radial-gradient(circle at 50% 36%, rgba(var(--respir-primary-rgb), 0.07), transparent 0, transparent 32rem),
    linear-gradient(180deg, rgba(255, 250, 243, 0) 0%, rgba(255, 250, 243, 0.18) 100%);
}

.respir-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.respir-blob {
  position: absolute;
  display: block;
  background: rgba(var(--respir-primary-rgb), 1);
  filter: blur(32px);
  transform-origin: center;
  animation: respirBlobFloat var(--blob-duration, 18s) ease-in-out infinite alternate,
    respirBlobMorph var(--blob-morph, 26s) ease-in-out infinite;
}

.respir-blob::after {
  content: "";
  position: absolute;
  inset: -12%;
  border-radius: inherit;
  opacity: 0.34;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.respir-blob-a {
  top: 12rem;
  left: 4%;
  width: 16rem;
  height: 12rem;
  opacity: 0.2;
  border-radius: 42% 58% 62% 38% / 40% 36% 64% 60%;
  --blob-duration: 24s;
}

.respir-blob-b {
  top: 5rem;
  right: 3.5%;
  width: 9rem;
  height: 7rem;
  opacity: 0.58;
  border-radius: 57% 43% 48% 52% / 47% 62% 38% 53%;
  --blob-duration: 19s;
}

.respir-blob-c {
  top: 27rem;
  left: -2rem;
  width: 10rem;
  height: 9rem;
  opacity: 0.42;
  border-radius: 46% 54% 44% 56% / 62% 39% 61% 38%;
  --blob-duration: 22s;
}

.respir-blob-d,
.respir-blob-e {
  display: none;
}

.respir-header,
.respir-hero,
.respir-section {
  position: relative;
  z-index: 2;
  max-width: var(--respir-max);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.respir-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-weight: 900;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.respir-header.is-scrolled {
  background: transparent;
  border-bottom: 0;
}

.respir-logo {
  display: inline-flex;
  align-items: center;
  color: var(--respir-primary);
  text-decoration: none;
}

.respir-hero h1,
.respir-section h2,
.respir-panel h3,
.respir-offer h3,
.respir-timeline h3,
.respir-contact-card h2,
.respir-pathway-item h3,
.respir-card-label {
  font-family: "lulo-one", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.respir-logo-text {
  font-size: 0.98rem;
  letter-spacing: 0.18em;
  font-weight: 900;
}

.respir-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.respir-nav a {
  position: relative;
  display: inline-block;
  color: rgba(var(--respir-primary-rgb), 0.74);
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.respir-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.22rem;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 240ms ease;
}

.respir-nav a:hover,
.respir-nav a:focus-visible,
.respir-logo:hover,
.respir-logo:focus-visible {
  color: var(--respir-primary);
}

.respir-nav a:hover::after,
.respir-nav a:focus-visible::after {
  transform: scaleX(1);
}

.respir-hero {
  padding-top: 0;
  padding-bottom: 4rem;
  min-height: calc(100vh - 5.3rem);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.respir-hero-stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 72vh;
  border-radius: 26px;
  padding: clamp(2rem, 5vw, 3rem);
  display: grid;
  place-items: center;
  background: rgba(255, 250, 243, 0.76);
  border: 1px solid rgba(var(--respir-primary-rgb), 0.06);
  box-shadow: 0 22px 38px rgba(8, 16, 158, 0.14), 0 8px 14px rgba(8, 16, 158, 0.08);
  overflow: hidden;
}

.respir-journey-trigger {
  --respir-journey-line-size: 12rem;
  --respir-journey-hover-progress: 0;
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0;
  padding: 0.9rem 1.5rem 0.74rem;
  border-radius: 999px;
  background: var(--respir-primary);
  color: var(--respir-bg);
  font-family: "lulo-one", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(var(--respir-primary-rgb), 0.18);
  transform: translateY(-8.2rem);
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.respir-journey-trigger::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + (var(--respir-journey-line-size) * var(--respir-journey-hover-progress)));
  width: 0.85rem;
  height: 0.6rem;
  background: var(--respir-primary);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translate(-50%, -0.1rem);
  transition: top 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.respir-journey-trigger::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3px;
  height: var(--respir-journey-line-size);
  background: var(--respir-primary);
  border-radius: 999px;
  transform: translateX(-50%) scaleY(var(--respir-journey-hover-progress));
  transform-origin: top;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.respir-journey-trigger:hover,
.respir-journey-trigger:focus-visible {
  --respir-journey-hover-progress: 1;
  transform: translateY(-8.2rem) translateX(0);
}

.respir-hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.7'/%3E%3C/svg%3E");
  pointer-events: none;
}

.respir-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 44rem;
  display: grid;
  justify-items: center;
  gap: 1rem;
  text-align: center;
}

.respir-kicker {
  margin: 0;
  color: rgba(var(--respir-primary-rgb), 0.78);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.54rem;
  line-height: 1.8;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  cursor: default;
}

.respir-slide-title {
  width: 100%;
  margin: 0 0 0.9rem;
  color: var(--respir-primary);
  font-family: "lulo-one", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-align: left;
  text-transform: uppercase;
}

.respir-slide-title-white {
  color: #fff;
}

.respir-slide-title-inside {
  position: absolute;
  top: 1.35rem;
  left: 1.8rem;
  z-index: 2;
  margin: 0;
  font-weight: 100;
}

.respir-hero h1 {
  margin: 0;
  font-family: "lulo-one", sans-serif;
  font-weight: 900;
  color: var(--respir-bg);
  font-size: clamp(3.3rem, 11vw, 8rem);
  letter-spacing: 0.1em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(var(--respir-primary-rgb), 0.2);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  cursor: default;
}

.respir-wordmark {
  position: relative;
  display: inline-block;
  isolation: isolate;
}

.respir-wordmark-text {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "lulo-one", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.respir-wordmark-cloud {
  position: absolute;
  z-index: 1;
  aspect-ratio: 601 / 375;
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
  filter: blur(12px);
}

.respir-wordmark-cloud::after {
  content: "";
  position: absolute;
  inset: 4%;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.86' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='0.86'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.respir-wordmark-cloud-left {
  left: -14%;
  top: 62%;
  width: 72%;
  max-width: 44rem;
  animation: respirWordmarkCloudDriftLeft 8.5s ease-in-out infinite alternate;
}

.respir-wordmark-cloud-right {
  left: 34%;
  top: 57%;
  width: 77.5%;
  max-width: 48rem;
  animation: respirWordmarkCloudDriftRight 8s ease-in-out infinite alternate;
}

.respir-wordmark-cloud-middle {
  left: calc(22.3125% - 14px);
  top: 55%;
  width: 56.875%;
  max-width: 35rem;
  animation: respirWordmarkCloudDriftMiddle 7.2s ease-in-out infinite alternate;
}

.respir-wordmark-cloud-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.respir-wordmark-cloud-path {
  fill: var(--respir-primary);
}

.respir-intro {
  position: relative;
  max-width: 35rem;
  margin: 0;
  padding-left: 1rem;
  color: #fff;
  font-family: "lulo-one", sans-serif;
  font-weight: 700;
  font-size: clamp(0.62rem, 1.2vw, 0.88rem);
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0 1px 8px rgba(8, 16, 158, 0.14);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  cursor: default;
}

.respir-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 3px;
  height: calc(100% - 0.16rem);
  background: #fff;
  border-radius: 999px;
}

.respir-hero-actions,
.respir-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.respir-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 1rem 1.4rem 0.88rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.respir-button:hover,
.respir-button:focus-visible {
  transform: translateY(-1px);
}

.respir-button-primary {
  background: var(--respir-primary);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(var(--respir-primary-rgb), 0.22);
}

.respir-button-primary:hover,
.respir-button-primary:focus-visible {
  background: #1118bf;
  color: #ffffff;
}

.respir-button-secondary {
  border: 1px solid rgba(var(--respir-primary-rgb), 0.18);
  background: rgba(255, 250, 243, 0.74);
  color: var(--respir-primary);
}

.respir-pathway {
  padding-top: 5.2rem;
}

.respir-pathway-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-height: 72vh;
  padding: 6.8rem 2rem 2.6rem;
  border-radius: var(--respir-radius-xl);
  border: 1px solid rgba(var(--respir-primary-rgb), 0.08);
  background: rgba(255, 250, 243, 0.76);
  box-shadow: 0 22px 38px rgba(8, 16, 158, 0.14), 0 8px 14px rgba(8, 16, 158, 0.08);
}

.respir-pathway-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.7'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
}

.respir-pathway-network {
  .respir-pathway-network
}

.respir-pathway-network-trunk,
.respir-pathway-network-rail,
.respir-pathway-network-drop {
  position: absolute;
  display: block;
  background: var(--respir-primary);
  border-radius: 999px;
}

.respir-pathway-network-trunk {
  top: 0;
  left: 50%;
  width: 3px;
  height: 4.2rem;
  transform: translateX(-50%) scaleY(var(--respir-pathway-trunk-progress));
  transform-origin: top;
}

.respir-pathway-network-rail {
  top: 4.2rem;
  left: 16%;
  width: 68%;
  height: 3px;
  transform: scaleX(var(--respir-pathway-rail-progress));
  transform-origin: center;
}

.respir-pathway-network-drop {
  top: 4.2rem;
  width: 3px;
  height: 3.2rem;
  transform: scaleY(0);
  transform-origin: top;
}

.respir-pathway-network-drop-left {
  left: 16%;
  transform: scaleY(var(--respir-pathway-drop-left-progress));
}

.respir-pathway-network-drop-center {
  left: 50%;
  transform: translateX(-50%) scaleY(var(--respir-pathway-drop-center-progress));
}

.respir-pathway-network-drop-right {
  left: 84%;
  transform: scaleY(var(--respir-pathway-drop-right-progress));
}

.respir-pathway-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.respir-pathway-item {
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  text-align: center;
}

.respir-pathway-visual {
  width: min(100%, 12rem);
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(var(--respir-primary-rgb), 0.12);
  box-shadow: 0 20px 28px rgba(8, 16, 158, 0.3), 0 4px 10px rgba(8, 16, 158, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.respir-pathway-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.respir-pathway-item h3 {
  margin: 0;
  margin-top: 30px;
  color: var(--respir-primary);
  font-family: "lulo-one", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.respir-pathway-item p {
  max-width: 16ch;
  margin: -0.05rem 0 0;
  color: var(--respir-primary);
  font-size: 1rem;
  line-height: 1.42;
}

.respir-discovery-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-height: 72vh;
  padding: 2.8rem 2rem 2.8rem;
  display: flex;
  align-items: center;
  border-radius: var(--respir-radius-xl);
  border: 1px solid rgba(var(--respir-primary-rgb), 0.14);
  background: #08109e;
  box-shadow:
    inset 0 18px 36px rgba(255, 255, 255, 0.08),
    inset 0 -28px 46px rgba(2, 5, 58, 0.34),
    0 24px 38px rgba(8, 16, 158, 0.22),
    0 8px 14px rgba(8, 16, 158, 0.12);
}

.respir-discovery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.86'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
  pointer-events: none;
}

.respir-discovery-head,
.respir-discovery-layout {
  position: relative;
  z-index: 1;
}

.respir-discovery-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 28rem) minmax(16rem, 1fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  width: 100%;
  min-height: 100%;
}

.respir-discovery-copy {
  max-width: 25rem;
  margin-left: auto;
}

.respir-discovery-title {
  max-width: none;
  margin: 0;
  color: #ffffff;
  font-family: "lulo-one", sans-serif;
  font-weight: 700;
  font-size: clamp(1.45rem, 2.8vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
}

.respir-discovery-head {
  margin-bottom: 2rem;
}

.respir-discovery-tabs {
  display: grid;
  gap: 0;
}

.respir-demo-clipboard {
  display: none;
  margin-top: 1.6rem;
}

body.logged-in .respir-demo-clipboard {
  display: grid;
  gap: 0.72rem;
  justify-items: start;
}

.respir-demo-clipboard__button {
  border: 0;
  cursor: pointer;
}

.respir-demo-clipboard__feedback {
  display: none;
  margin: 0;
  color: rgba(255, 250, 243, 0.86);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
}

.respir-demo-clipboard.is-copied .respir-demo-clipboard__feedback {
  display: block;
}

.respir-discovery-tab {
  display: grid;
  gap: 0.2rem;
  width: 100%;
  padding: 0.95rem 0 0.8rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 250, 243, 0.72);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease;
}

.respir-discovery-tab-visual {
  display: none;
  margin: 0 0 0.9rem;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 243, 0.16);
  box-shadow: 11px 20px 28px rgb(2 5 58 / 95%), 5px 10px 10px rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.respir-discovery-tab-image {
  display: block;
  width: 100%;
  height: auto;
}

.respir-discovery-tab,
.respir-discovery-tab:focus,
.respir-discovery-tab:focus-visible,
.respir-discovery-tab:active {
  outline: none !important;
  box-shadow: none !important;
}

.respir-discovery-tab::-moz-focus-inner {
  border: 0;
}

.respir-discovery-tab:hover,
.respir-discovery-tab:focus-visible {
  opacity: 1;
  transform: translateX(2px);
}

.respir-discovery-tab:focus-visible {
  outline: none;
  box-shadow: none;
}

.respir-discovery-tab.is-active {
  opacity: 1;
}

.respir-discovery-tab:not(.is-active) {
  opacity: 0.62;
}

.respir-discovery-tab-title {
  color: #ffffff;
  font-family: "lulo-one", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-transform: uppercase;
  transition: color 180ms ease, filter 180ms ease;
}

.respir-discovery-tab.is-active .respir-discovery-tab-title {
  color: #f695cf;
  filter: none;
}

.respir-discovery-tab:not(.is-active) .respir-discovery-tab-title {
  filter: blur(1.6px);
}

.respir-discovery-tab-text {
  display: block;
  color: #ffffff;
  font-family: "quicksand", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: none;
  transition: filter 180ms ease;
}

.respir-discovery-tab.is-active .respir-discovery-tab-text {
  color: #f695cf;
  filter: none;
}

.respir-discovery-tab:not(.is-active) .respir-discovery-tab-text {
  filter: blur(1.6px);
}

.respir-discovery-stage {
  display: grid;
  justify-items: center;
}

.respir-discovery-visual {
  width: min(100%, 15rem);
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 243, 0.16);
  box-shadow: 11px 20px 28px rgb(2 5 58 / 95%), 5px 10px 10px rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.96);
  transform: rotate(8deg);
  transform-origin: center;
}

.respir-discovery-visual.is-switching {
  opacity: 0.76;
}

.respir-discovery-stage-image {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 180ms ease;
}

.respir-pricing-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-height: 72vh;
  padding: clamp(2.2rem, 4vw, 3rem);
  border-radius: clamp(2rem, 3vw, 2.6rem);
  border: 1px solid rgba(var(--respir-primary-rgb), 0.08);
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 22px 38px rgba(8, 16, 158, 0.14), 0 8px 14px rgba(8, 16, 158, 0.08);
}

.respir-pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.82'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
}

.respir-pricing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding: clamp(1rem, 3vw, 2rem);
}

.respir-pricing-item {
  display: grid;
  justify-items: center;
  text-align: center;
}

.respir-pricing-visual {
  width: min(100%, 22rem);
  margin: 0 0 1.8rem;
}

.respir-pricing-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.respir-pricing-price {
  margin: 0 0 1rem;
  color: #f695cf;
  font-family: "lulo-one", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.respir-pricing-list {
  width: min(100%, 24rem);
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.respir-pricing-list li {
  position: relative;
  margin: 0;
  padding-left: 1.6rem;
  color: #050505;
  font-family: "lulo-one", sans-serif;
  font-size: clamp(0.78rem, 1.2vw, 1rem);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.respir-pricing-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
}

.respir-simulation-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: var(--respir-radius-xl);
  border: 1px solid rgba(var(--respir-primary-rgb), 0.08);
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 22px 38px rgba(8, 16, 158, 0.14), 0 8px 14px rgba(8, 16, 158, 0.08);
}

.respir-simulation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.82'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
}

.respir-simulation-head,
.respir-simulation-grid {
  position: relative;
  z-index: 1;
}

.respir-simulation-head {
  display: grid;
  justify-items: center;
  margin-bottom: 1.8rem;
}

.respir-simulation .respir-simulation-title {
  max-width: none;
  margin: 0;
  color: #08109e;
  font-family: "lulo-one", sans-serif;
  font-weight: 700;
  font-size: clamp(1.45rem, 2.8vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.respir-simulation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 3vw, 1.8rem);
  align-items: start;
}

.respir-simulation-panel {
  position: relative;
  overflow: hidden;
  padding: 1.4rem;
  border: 1px solid rgba(var(--respir-primary-rgb), 0.1);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 38px rgba(8, 16, 158, 0.08);
}

.respir-simulation-panel-title {
  margin: 0 0 1rem;
  color: var(--respir-primary);
  font-family: "lulo-one", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.respir-simulation-title-input {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: center;
  text-transform: inherit;
}

.respir-simulation-title-input:focus {
  outline: none;
}

.respir-simulation-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1rem;
  align-items: end;
}

.respir-simulation-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.respir-simulation-field-label {
  color: rgba(var(--respir-primary-rgb), 0.7);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.respir-simulation-field input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(var(--respir-primary-rgb), 0.16);
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  background: rgba(255, 255, 255, 0.94);
  color: #2d2738;
  font-size: 0.95rem;
}

.respir-simulation-inline-field {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  color: inherit;
  font: inherit;
}

.respir-simulation-inline-field input {
  width: 4.2em;
  min-width: 0;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: right;
  appearance: textfield;
}

.respir-simulation-inline-field input::-webkit-outer-spin-button,
.respir-simulation-inline-field input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.respir-simulation-table-wrap {
  overflow: hidden;
}

.respir-simulation-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
}

.respir-simulation-table th,
.respir-simulation-table td {
  padding: 0.58rem 0.5rem;
  border: 1px solid rgba(var(--respir-primary-rgb), 0.12);
  color: #2d2738;
  font-size: 0.78rem;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
}

.respir-simulation-table th {
  background: rgba(8, 16, 158, 0.1);
  font-weight: 700;
}

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

.respir-simulation-table-section {
  width: 34%;
  min-width: 0;
  background: rgba(8, 16, 158, 0.05);
  color: var(--respir-primary);
  font-weight: 700;
  text-align: left;
}

.respir-simulation-table-label {
  width: 20%;
  text-align: left;
  white-space: normal;
}

.respir-simulation-table-strong {
  width: 18%;
  color: var(--respir-primary);
  font-weight: 700;
}

.respir-simulation-note {
  margin: 0.8rem 0 0;
  color: rgba(var(--respir-primary-rgb), 0.72);
  font-size: 0.8rem;
  line-height: 1.4;
}

.respir-contract-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: clamp(24rem, 58vh, 42rem);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: var(--respir-radius-xl);
  border: 1px solid rgba(var(--respir-primary-rgb), 0.08);
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 22px 38px rgba(8, 16, 158, 0.14), 0 8px 14px rgba(8, 16, 158, 0.08);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.respir-contract-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.82'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
}

.respir-contract-button {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 1.1rem 1.8rem 0.96rem;
  border-radius: 0.28rem;
  background: var(--respir-primary);
  box-shadow: 0 16px 30px rgba(8, 16, 158, 0.28);
  color: #ffffff;
  font-family: "lulo-one", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

.respir-contract-button::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
  pointer-events: none;
}

.respir-contract-button:hover,
.respir-contract-button:focus-visible {
  background: #f695cf;
  color: #ffffff;
}

.respir-ancrage-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(2.2rem, 4vw, 3.2rem) clamp(1.8rem, 4vw, 3.2rem) clamp(2.8rem, 5vw, 3.8rem);
  border-radius: var(--respir-radius-xl);
  border: 1px solid rgba(var(--respir-primary-rgb), 0.08);
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 22px 38px rgba(8, 16, 158, 0.14), 0 8px 14px rgba(8, 16, 158, 0.08);
  overflow: hidden;
}

.respir-ancrage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.82'/%3E%3C/svg%3E");
  pointer-events: none;
}

.respir-ancrage-visual,
.respir-ancrage-price,
.respir-ancrage-grid {
  position: relative;
  z-index: 1;
}

.respir-ancrage-stage {
  position: relative;
  z-index: 1;
  min-height: clamp(16.2rem, 25.5vw, 21.2rem);
  margin: 0 auto 1.3rem;
  overflow: visible;
  contain: layout paint;
  isolation: isolate;
}

.respir-ancrage-thumbnails {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  transform: scale(0.8);
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
}

.respir-ancrage-trigger {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: min(60%, 39rem);
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateX(-50%);
  cursor: pointer;
}

.respir-ancrage-trigger:focus,
.respir-ancrage-trigger:focus-visible,
.respir-ancrage-trigger:active {
  outline: none;
  box-shadow: none;
}

.respir-ancrage-thumbnail {
  position: absolute;
  left: 50%;
  top: 4.25rem;
  width: clamp(3.2rem, 5.4vw, 5.2rem);
  margin: 0;
  border-radius: 0.48rem;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(8, 16, 158, 0.08);
  opacity: 0;
  transform: translate3d(-50%, 0, 0) scale(0.84);
  transform-origin: center center;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition:
    transform 1120ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 720ms ease-out;
  transition-delay: var(--respir-thumb-delay, 0ms);
}

.respir-ancrage-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.respir-ancrage.is-deployed .respir-ancrage-thumbnail {
  opacity: 0.84;
  transform: translate3d(calc(-50% + var(--respir-thumb-x)), var(--respir-thumb-y), 0) rotate(var(--respir-thumb-rotate)) scale(1);
}

.respir-ancrage-visual {
  width: 100%;
  margin: 0;
}

.respir-ancrage-visual img {
  display: block;
  width: 66%;
  height: auto;
  margin: 0 auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.respir-ancrage-price {
  margin: 0 0 1.7rem;
  color: #f695cf;
  font-family: "lulo-one", sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.respir-ancrage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.8rem, 5vw, 8rem);
  width: min(100%, 58rem);
  margin: 0 auto;
  align-items: start;
}

.respir-ancrage-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.respir-ancrage-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--respir-primary);
  font-family: "lulo-one", sans-serif;
  font-size: clamp(0.72rem, 1.15vw, 1rem);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.respir-ancrage-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
}

.respir-ancrage-list-item {
  transition:
    opacity 420ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    max-height 420ms ease,
    margin 420ms ease;
}

.respir-ancrage-list-item.is-pending {
  max-height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-0.4rem);
}

.respir-ancrage-list-item.is-revealed {
  max-height: 3.2rem;
  opacity: 1;
  transform: translateY(0);
}

.respir-ancrage-list-secondary {
  opacity: 0.48;
}

.respir-ancrage-list-secondary.is-pending {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-0.4rem);
}

.respir-ancrage-list-secondary.is-revealed {
  max-height: 12rem;
  opacity: 0.48;
  transform: translateY(0);
  transition:
    opacity 420ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    max-height 420ms ease;
}

.respir-ancrage-list-secondary li {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

.respir-ancrage-list-secondary.is-alt {
  opacity: 1;
}

.respir-ancrage-list-secondary.is-alt li {
  text-decoration: none;
}

.respir-launch-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: clamp(24rem, 58vh, 42rem);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: var(--respir-radius-xl);
  border: 1px solid rgba(var(--respir-primary-rgb), 0.08);
  background: #08109e;
  box-shadow: 0 22px 38px rgba(8, 16, 158, 0.18), 0 8px 14px rgba(8, 16, 158, 0.1);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.respir-launch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.86'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
  pointer-events: none;
}

.respir-launch-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 1.25rem 2.2rem 1.08rem;
  border-radius: 0.28rem;
  background: #fffaf3;
  box-shadow: 0 14px 28px rgba(2, 5, 58, 0.24);
  color: #08109e;
  font-family: "lulo-one", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.respir-launch-button:hover,
.respir-launch-button:focus-visible {
  transform: translateY(-1px);
  background: #f695cf;
  color: #08109e;
}

.respir-demo-gate {
  display: none;
}

body:not(.logged-in) .respir-locked-section {
  position: relative;
}

body:not(.logged-in) .respir-locked-section > * {
  filter: blur(16px);
  opacity: 0.38;
  pointer-events: none;
  user-select: none;
  transition: filter 220ms ease, opacity 220ms ease;
}

body:not(.logged-in) .respir-demo-gate {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: auto;
}

body:not(.logged-in).respir-lock-active .respir-demo-gate {
  display: flex;
}

body:not(.logged-in).respir-demo-open .respir-demo-gate {
  display: flex;
}

body:not(.logged-in).respir-demo-dismissed .respir-demo-gate {
  display: none;
}

.respir-locked-teaser {
  min-height: calc(100vh - 5.3rem);
}

.respir-locked-teaser-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: clamp(22rem, 58vh, 34rem);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: var(--respir-radius-xl);
  border: 1px solid rgba(var(--respir-primary-rgb), 0.08);
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 22px 38px rgba(8, 16, 158, 0.14), 0 8px 14px rgba(8, 16, 158, 0.08);
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 1rem;
  overflow: hidden;
}

.respir-locked-teaser-card::before {
  content: "";
  position: absolute;
  inset: -8% -10%;
  background: center / cover no-repeat url("https://respir.studio/wp-content/uploads/2026/04/Plan-de-travail-1-copie-16blanc.png");
  opacity: 0.32;
  pointer-events: none;
}

.respir-locked-teaser-title {
  position: relative;
  z-index: 1;
  max-width: 15ch;
  margin: 0;
  color: var(--respir-primary);
  font-family: "lulo-one", sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.65rem);
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.respir-locked-teaser-button {
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}

.respir-demo-popup {
  width: min(100%, 23.25rem);
  pointer-events: auto;
  perspective: 1400px;
}

.respir-demo-card {
  position: relative;
  min-height: 33rem;
  transform-style: preserve-3d;
  transition: transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.respir-demo-card.is-submitted {
  transform: rotateY(180deg);
}

.respir-demo-card-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 1rem;
  padding: 1.45rem 1.45rem 1.7rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(8, 16, 158, 0.2);
  border: 1px solid rgba(var(--respir-primary-rgb), 0.1);
  backface-visibility: hidden;
  overflow: hidden;
}

.respir-demo-card-face::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.respir-demo-card-face-back {
  transform: rotateY(180deg);
  align-content: center;
  justify-items: center;
  background: #08109e;
  border-color: rgba(255, 255, 255, 0.08);
}

.respir-demo-cloud {
  position: relative;
  width: min(100%, 13.5rem);
  height: 8.25rem;
  margin-top: 0.1rem;
  background: center / contain no-repeat url("https://respir.studio/wp-content/uploads/2026/04/Demander-une-demo.webp");
}

.respir-demo-cloud-back {
  width: min(100%, 12rem);
  height: 6.75rem;
  background: center / contain no-repeat url("https://respir.studio/wp-content/uploads/2026/04/Demander-une-demo-copieblanc.webp");
}

.respir-demo-kicker,
.respir-demo-title {
  position: relative;
  z-index: 1;
}

.respir-demo-kicker {
  margin: 0;
  margin-top: -80px;
  color: #08109e;
  font-family: "lulo-one", sans-serif;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.respir-demo-title {
  margin: -6.45rem 0 0;
  color: #ffffff;
  font-family: "lulo-one", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.respir-demo-form {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  gap: 1rem;
  margin-top: 2.55rem;
}

.respir-demo-field {
  display: block;
}

.respir-demo-field input {
  width: 90%;
  min-height: 0;
  border: 0;
  border-radius: 0.85rem;
  background: #08109e;
  color: #ffffff;
  font-family: "lulo-one", sans-serif;
  font-size: clamp(0.68rem, 1.8vw, 0.9rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.72rem 0.95rem 0.62rem;
  outline: none;
  box-shadow: 0 12px 22px rgba(8, 16, 158, 0.14);
}

.respir-demo-field input::placeholder {
  color: rgba(255, 255, 255, 0.92);
}

.respir-demo-field input:focus {
  box-shadow: 0 0 0 3px rgba(246, 149, 207, 0.26);
}

.respir-demo-submit {
  justify-self: center;
  font-weight: 900;
  min-width: 12rem;
  padding: 0.78rem 1.2rem 0.68rem;
  border-radius: 0.9rem;
  border: 2px solid rgba(var(--respir-primary-rgb), 0.82);
  color: var(--respir-primary);
  font-family: "lulo-one", sans-serif;
  font-size: clamp(0.72rem, 1.9vw, 0.95rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transform: translateY(-17px);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.respir-demo-submit:hover,
.respir-demo-submit:focus-visible {
  background: #f695cf;
  color: #ffffff;
  transform: translateY(-18px);
}

.respir-demo-submit:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}

.respir-demo-feedback {
  min-height: 1.2rem;
  margin: 0;
  color: #c23a3a;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
}

.respir-mini-footer {
  display: flex;
  justify-content: center;
  padding: 0 1.5rem 2rem;
}

.respir-mini-footer a {
  color: rgba(var(--respir-primary-rgb), 0.72);
  text-decoration: none;
  font-size: 0.78rem;
  line-height: 1.4;
}

.respir-mini-footer a:hover,
.respir-mini-footer a:focus-visible {
  color: var(--respir-primary);
  text-decoration: underline;
}


.respir-section {
  box-sizing: border-box;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  min-height: calc(100vh - 5.3rem);
}

.respir-section > * {
  width: 100%;
}

.respir-section-head {
  display: grid;
  gap: 1rem;
}

.respir-section h2 {
  max-width: 14ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.respir-grid {
  display: grid;
  gap: 1.2rem;
}

.respir-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.respir-panel,
.respir-offer,
.respir-contact-card,
.respir-panel-large,
.respir-quote {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--respir-primary-rgb), 0.08);
  background: rgba(255, 250, 243, 0.9);
  box-shadow: var(--respir-shadow);
}

.respir-panel::before,
.respir-offer::before,
.respir-contact-card::before,
.respir-panel-large::before,
.respir-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");
  pointer-events: none;
}

.respir-panel,
.respir-offer {
  padding: 1.65rem;
  border-radius: var(--respir-radius-lg);
}

.respir-panel h3,
.respir-offer h3,
.respir-timeline h3 {
  margin: 0 0 0.8rem;
  color: var(--respir-primary);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-transform: uppercase;
}

.respir-intro,
.respir-panel p,
.respir-offer p,
.respir-timeline p,
.respir-contact-card p,
.respir-panel-large p,
.respir-quote p {
  margin: 0;
}

.respir-panel p,
.respir-offer p,
.respir-timeline p,
.respir-contact-card p,
.respir-panel-large p {
  color: var(--respir-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.respir-offer-index {
  margin: 0 0 1rem;
  color: rgba(var(--respir-primary-rgb), 0.7);
  font-size: 0.56rem;
  letter-spacing: 0.14em;
}

.respir-timeline {
  display: grid;
  gap: 1rem;
}

.respir-timeline article {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.35rem 0;
  border-top: 1px solid var(--respir-line);
}

.respir-timeline article:last-child {
  border-bottom: 1px solid var(--respir-line);
}

.respir-timeline span {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(var(--respir-primary-rgb), 0.08);
  color: var(--respir-primary);
  font-family: "lulo-one", sans-serif;
  font-size: 0.62rem;
}

.respir-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 1.2rem;
}

.respir-panel-large,
.respir-quote,
.respir-contact-card {
  padding: 2rem;
  border-radius: var(--respir-radius-xl);
}

.respir-quote {
  background: linear-gradient(180deg, rgba(8, 16, 158, 0.96), rgba(8, 16, 158, 0.84));
  color: #ffffff;
}

.respir-quote p {
  color: rgba(255, 255, 255, 0.95);
  font-family: "lulo-one", sans-serif;
  font-size: 0.78rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.respir-contact {
  padding-bottom: 5rem;
}

.respir-contact-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 14rem;
  height: 14rem;
  border-radius: 52% 48% 63% 37% / 38% 62% 38% 62%;
  background: rgba(var(--respir-primary-rgb), 0.08);
  filter: blur(12px);
}

.respir-reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.respir-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes respirWordmarkCloudDriftLeft {
  0% {
    transform: translate3d(0, -50%, 0) scale(0.99);
  }

  50% {
    transform: translate3d(0.65rem, -52%, 0) scale(1.02);
  }

  100% {
    transform: translate3d(-0.3rem, -48%, 0) scale(1.01);
  }
}

@keyframes respirWordmarkCloudDriftRight {
  0% {
    transform: translate3d(0, -50%, 0) scale(0.985, 0.69);
  }

  50% {
    transform: translate3d(0.75rem, -51.5%, 0) scale(1.015, 0.71);
  }

  100% {
    transform: translate3d(-0.45rem, -48.8%, 0) scale(1.005, 0.7);
  }
}

@keyframes respirWordmarkCloudDriftMiddle {
  0% {
    transform: translate3d(0, -50%, 0) scale(0.98);
  }

  50% {
    transform: translate3d(0.35rem, -52%, 0) scale(1.03);
  }

  100% {
    transform: translate3d(-0.25rem, -49%, 0) scale(1.01);
  }
}

@media (max-width: 920px) {
  .respir-grid-3,
  .respir-split,
  .respir-pathway-grid,
  .respir-pricing-grid,
  .respir-simulation-grid,
  .respir-ancrage-grid {
    grid-template-columns: 1fr;
  }

  .respir-hero {
    min-height: auto;
  }

  .respir-hero-stage {
    min-height: 34rem;
  }

  .respir-section h2 {
    max-width: none;
  }

  .respir-pathway-card {
    min-height: 34rem;
    padding-top: 4.6rem;
  }

  .respir-discovery-card {
    min-height: 34rem;
    padding-top: 2.4rem;
  }

  .respir-pricing-card {
    min-height: auto;
  }

  .respir-simulation-controls {
    grid-template-columns: 1fr;
  }

  .respir-ancrage-grid {
    width: min(100%, 25rem);
    gap: 1.4rem;
  }

  .respir-ancrage-stage {
    min-height: 16.8rem;
  }

  .respir-ancrage-thumbnail {
    top: 3.7rem;
    width: clamp(2.8rem, 7vw, 4.1rem);
  }

  .respir-ancrage.is-deployed .respir-ancrage-thumbnail {
    transform: translate3d(calc(-50% + (var(--respir-thumb-x) * 0.58)), var(--respir-thumb-y), 0) rotate(var(--respir-thumb-rotate)) scale(1);
  }

  .respir-ancrage-visual {
    width: 100%;
  }

  .respir-ancrage-list {
    gap: 0.75rem;
  }

  .respir-discovery-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .respir-discovery-copy {
    max-width: none;
    margin-left: 0;
  }

  .respir-discovery-stage {
    order: -1;
  }

  .respir-discovery-visual {
    width: min(100%, 13rem);
    transform: rotate(5deg);
  }

  .respir-pathway-network-rail {
    top: 2.8rem;
    left: 50%;
    width: 3px;
    height: calc(100% - 8rem);
    transform: translateX(-50%) scaleY(var(--respir-pathway-mobile-progress));
    transform-origin: top;
  }

  .respir-pathway-network-drop,
  .respir-pathway-network-drop-left,
  .respir-pathway-network-drop-center,
  .respir-pathway-network-drop-right {
    display: none;
  }

}

@media (max-width: 720px) {
  .respir-section h2 {
    max-width: 14ch;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    line-height: 2.45;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-left: 9px;
  }

  .respir-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 0.4rem;
  }

  .respir-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 0.8rem 1rem;
  }

  .respir-hero,
  .respir-header,
  .respir-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .respir-hero {
    overflow: hidden;
  }

  .respir-hero-stage {
    min-height: 29rem;
    padding: 1.6rem;
    overflow: hidden;
  }

  .respir-journey-trigger {
    --respir-journey-line-size: 8rem;
    font-size: 0.62rem;
    font-weight: 900;
    padding-left: 1rem;
    padding-right: 1rem;
    transform: translateY(-6.4rem);
  }

  .respir-journey-trigger::after {
    height: var(--respir-journey-line-size);
  }

  .respir-hero h1 {
    font-size: clamp(2.5rem, 14.5vw, 4.6rem);
    letter-spacing: 0.08em;
  }

  .respir-wordmark-cloud-left {
    left: -10%;
    top: 64%;
    width: 77%;
  }

  .respir-wordmark-cloud-right {
    left: 27%;
    top: 60%;
    width: 70.5%;
  }

  .respir-wordmark-cloud-middle {
    left: calc(19.5% - 10px);
    top: 58%;
    width: 65%;
  }

  .respir-intro {
    padding-left: 0.8rem;
    font-size: 0.56rem;
    color: var(--respir-primary);
    text-shadow: none;
  }

  .respir-intro::before {
    background: var(--respir-primary);
  }

  .respir-pathway-card {
    min-height: 29rem;
    padding: 4.4rem 1.3rem 1.8rem;
  }

  .respir-pathway-network {
    display: none;
  }

  .respir-pathway-grid {
    display: flex;
    grid-template-columns: none;
    gap: 1rem;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 calc((100% - 82%) / 2) 0.35rem;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100% - 82%) / 2);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .respir-pathway-grid::-webkit-scrollbar {
    display: none;
  }

  .respir-pathway-item {
    flex: 0 0 82%;
    min-width: 82%;
    scroll-snap-align: center;
  }

  .respir-discovery-card {
    min-height: 29rem;
    padding: 2rem 1.3rem 1.8rem;
  }

  .respir-discovery-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
  }

  .respir-discovery-copy {
    order: 2;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .respir-discovery-head {
    margin-bottom: 1rem;
  }

  .respir-discovery-title {
    font-size: clamp(1.45rem, 2.8vw, 2.7rem);
    line-height: 1.08;
  }

  .respir-discovery-stage {
    display: none;
  }

  .respir-discovery-tabs {
    order: 3;
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 calc((100% - 82%) / 2) 0.35rem;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100% - 82%) / 2);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .respir-discovery-tabs::-webkit-scrollbar {
    display: none;
  }

  .respir-discovery-tab {
    flex: 0 0 82%;
    min-width: 82%;
    gap: 0.7rem;
    border-bottom: 0;
    scroll-snap-align: center;
  }

  .respir-discovery-tab-visual {
    display: block;
  }

  .respir-discovery-tab-title {
    display: grid;
    gap: 0.2rem;
    padding: 19px 20px 20px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: -17px;
  }

  .respir-discovery-tab.is-active .respir-discovery-tab-title {
    border-color: #f695cf;
  }

  .respir-discovery-tab-title,
  .respir-discovery-tab-text {
    text-align: left;
  }

  .respir-discovery-tab-text {
    max-width: none;
    font-family: "quicksand", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
  }

  .respir-pricing-card {
    padding: 1.8rem 1.3rem;
  }

  .respir-simulation-card {
    padding: 1.8rem 1.1rem;
  }

  .respir-ancrage-card {
    padding: 1.5rem 1rem 2rem;
  }

  .respir-ancrage-stage {
    min-height: 13.6rem;
    margin-bottom: 1rem;
  }

  .respir-ancrage-thumbnail {
    top: 3.1rem;
    width: 2.4rem;
  }

  .respir-ancrage.is-deployed .respir-ancrage-thumbnail {
    transform: translate3d(calc(-50% + (var(--respir-thumb-x) * 0.34)), var(--respir-thumb-y), 0) rotate(var(--respir-thumb-rotate)) scale(1);
  }

  .respir-pricing-grid {
    padding: 0.4rem 0;
    gap: 2.4rem;
  }

  .respir-ancrage-price {
    margin-bottom: 1.2rem;
    font-size: 1rem;
  }

  .respir-ancrage-visual {
    width: 100%;
  }

  .respir-simulation-panel {
    padding: 1rem;
  }

  .respir-simulation-table {
    min-width: 27rem;
  }

  .respir-simulation-table th,
  .respir-simulation-table td {
    padding: 0.68rem 0.68rem;
    font-size: 0.82rem;
  }

  .respir-pricing-visual {
    width: min(100%, 18rem);
    margin-bottom: 1.3rem;
  }

  .respir-pricing-list {
    width: min(100%, 20rem);
  }

  .respir-pricing-list li {
    font-size: 0.84rem;
    line-height: 1.8;
  }

  .respir-ancrage-list li {
    font-size: 0.64rem;
    letter-spacing: 0.08em;
  }

  .respir-pathway-item p {
    max-width: 20ch;
    font-size: 0.96rem;
  }

  .respir-button {
    width: 100%;
  }

  .respir-timeline article {
    grid-template-columns: 1fr;
  }
}
