:root {
  --ink: #14211d;
  --paper: #f4f7f2;
  --paper-2: #e8eee9;
  --surface: #ffffff;
  --surface-soft: rgba(255, 255, 255, 0.72);
  --mint: #0b6e4f;
  --mint-2: #0f9a74;
  --amber: #c98919;
  --cobalt: #315c9b;
  --coral: #e25d47;
  --dark: #0f1412;
  --dark-2: #171d1a;
  --dark-3: #202923;
  --line: rgba(20, 33, 29, 0.12);
  --muted: rgba(20, 33, 29, 0.66);
  --shadow-soft: 0 18px 48px rgba(20, 33, 29, 0.08);
  --shadow-deep: 0 30px 90px rgba(20, 33, 29, 0.18);
}

/* Motion guide library - native product walkthroughs */
.guide-library-body {
  --guide-ink: #11231d;
  --guide-green: #0b7656;
  --guide-green-bright: #26b987;
  --guide-mint: #dff4ec;
  --guide-warm: #f3b84a;
  background: #f7f9f7;
  color: var(--guide-ink);
}

.guide-library-body main {
  overflow: clip;
}

.guides-hero {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(560px, 1.18fr);
  gap: 64px;
  align-items: center;
  width: min(1280px, calc(100% - 64px));
  min-height: 720px;
  margin: 0 auto;
  padding: 76px 0 54px;
}

.guides-hero-copy {
  max-width: 530px;
}

.guides-hero h1 {
  max-width: 500px;
  margin: 12px 0 22px;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: 0;
}

.guides-hero .hero-lead {
  max-width: 530px;
  color: #53645e;
  font-size: 19px;
  line-height: 1.65;
}

.guides-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 36px 0 0;
  padding-top: 22px;
  border-top: 1px solid #dbe3df;
}

.guides-hero-facts div {
  min-width: 0;
  padding-right: 14px;
}

.guides-hero-facts dt,
.guides-hero-facts dd {
  margin: 0;
}

.guides-hero-facts dt {
  color: var(--guide-green);
  font-weight: 800;
  font-size: 14px;
}

.guides-hero-facts dd {
  margin-top: 4px;
  color: #697973;
  font-size: 12px;
  line-height: 1.35;
}

.guide-index {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 36px;
  padding: 15px 32px;
  overflow-x: auto;
  background: rgba(247, 249, 247, .94);
  border-top: 1px solid #dfe6e2;
  border-bottom: 1px solid #dfe6e2;
  backdrop-filter: blur(16px);
}

.guide-index a {
  flex: 0 0 auto;
  color: #52645d;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.guide-index a:hover,
.guide-index a:focus-visible {
  color: var(--guide-green);
}

.guide-intro-band {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr);
  gap: 80px;
  align-items: end;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 104px 0 72px;
}

.guide-intro-band h2,
.guide-policy-band h2,
.owner-guides-band h2 {
  margin: 8px 0 0;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0;
}

.guide-intro-band > p {
  margin: 0;
  color: #5c6d67;
  font-size: 17px;
  line-height: 1.65;
}

.guide-workflow {
  display: grid;
  grid-template-areas: "copy demo";
  grid-template-columns: minmax(320px, .78fr) minmax(520px, 1.22fr);
  gap: 72px;
  align-items: center;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 88px 0;
  border-top: 1px solid #dfe6e2;
  scroll-margin-top: 58px;
}

.guide-workflow-reverse {
  grid-template-areas: "demo copy";
  grid-template-columns: minmax(520px, 1.22fr) minmax(320px, .78fr);
}

.guide-workflow-copy {
  grid-area: copy;
  position: relative;
  z-index: 1;
}

.guide-workflow .motion-demo {
  grid-area: demo;
}

.guide-number {
  display: block;
  margin-bottom: 46px;
  color: #a6b3ae;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.guide-workflow-copy h2 {
  margin: 8px 0 20px;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: 0;
}

.guide-workflow-copy > p:not(.eyebrow) {
  margin: 0;
  color: #5a6b64;
  font-size: 16px;
  line-height: 1.65;
}

.guide-key-steps {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #dde5e1;
}

.guide-key-steps li {
  display: grid;
  gap: 4px;
  padding: 17px 0;
  border-bottom: 1px solid #dde5e1;
}

.guide-key-steps strong {
  color: #20352d;
  font-size: 14px;
}

.guide-key-steps span {
  color: #6b7b75;
  font-size: 13px;
  line-height: 1.45;
}

.motion-demo {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: #ecf7f2;
  background: #0d1915;
  border: 1px solid #273a33;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(20, 45, 36, .15);
  contain: layout paint;
}

.motion-demo-bar {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 52px;
  padding: 0 16px;
  color: #abc0b7;
  background: #14231e;
  border-bottom: 1px solid #2a3c35;
  font-size: 11px;
  font-weight: 700;
}

.motion-demo-bar > span:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
}

.motion-demo-bar > span:first-child i {
  width: 7px;
  height: 7px;
  background: var(--guide-green-bright);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(38, 185, 135, .12);
}

.motion-demo-title {
  color: #eef7f3;
}

.motion-demo-bar button {
  justify-self: end;
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  color: inherit;
  background: #20332c;
  border: 1px solid #32483f;
  border-radius: 50%;
  cursor: pointer;
}

.motion-demo-bar button:hover,
.motion-demo-bar button:focus-visible {
  background: #29443a;
  outline: 2px solid #62d5ad;
  outline-offset: 2px;
}

.motion-demo-bar button span::before,
.motion-demo-bar button span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 3px;
  height: 10px;
  background: #e8f5ef;
  border-radius: 1px;
}

.motion-demo-bar button span::before { left: 11px; }
.motion-demo-bar button span::after { right: 11px; }

.motion-demo.is-paused .motion-demo-bar button span::before {
  top: 9px;
  left: 12px;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #e8f5ef;
  border-radius: 0;
}

.motion-demo.is-paused .motion-demo-bar button span::after { display: none; }

.motion-canvas {
  position: relative;
  height: 520px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, #18372c 0, #10211b 42%, #0d1915 76%);
  background-size: 32px 32px, 32px 32px, auto;
}

.motion-overview .motion-canvas { height: 596px; }

.motion-phone {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 286px;
  height: 548px;
  overflow: hidden;
  color: #13231d;
  background: #f6f8f6;
  border: 8px solid #050b09;
  border-radius: 34px;
  box-shadow: 0 34px 70px rgba(0, 0, 0, .42), 0 0 0 1px #46564f;
  transform: translateX(-28%);
}

.motion-phone::before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 7px;
  left: 50%;
  width: 76px;
  height: 18px;
  background: #050b09;
  border-radius: 12px;
  transform: translateX(-50%);
}

.motion-phone-top {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 66px;
  padding: 28px 14px 11px;
  background: #fff;
  border-bottom: 1px solid #e0e7e3;
}

.motion-phone-top strong { font-size: 13px; }
.motion-phone-top small { color: #687971; font-size: 9px; }

.motion-phone-nav {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 52px;
  padding: 9px 5px;
  background: #fff;
  border-top: 1px solid #dfe6e2;
}

.motion-phone-nav span {
  color: #84928c;
  font-size: 7px;
  font-weight: 750;
  text-align: center;
}

.motion-phone-nav span::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  margin: 0 auto 4px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.motion-phone-nav .active { color: var(--guide-green); }

.motion-scene {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(.985);
  will-change: transform, opacity;
}

.motion-scene-1 {
  opacity: 1;
  transform: none;
}

.motion-phone .motion-scene {
  inset: 66px 0 52px;
  padding: 21px 16px;
}

.motion-demo.is-playing:not(.is-paused) .motion-scene,
.motion-demo.is-playing:not(.is-paused) .motion-caption {
  animation-play-state: running;
}

.motion-overview.is-playing .motion-scene,
.motion-overview.is-playing .motion-caption {
  animation: motion-scene-four 12s cubic-bezier(.22, .75, .2, 1) infinite both;
}

.motion-overview.is-playing .motion-scene-1,
.motion-overview.is-playing .motion-caption-1 { animation-delay: 0s; }
.motion-overview.is-playing .motion-scene-2,
.motion-overview.is-playing .motion-caption-2 { animation-delay: -9s; }
.motion-overview.is-playing .motion-scene-3,
.motion-overview.is-playing .motion-caption-3 { animation-delay: -6s; }
.motion-overview.is-playing .motion-scene-4,
.motion-overview.is-playing .motion-caption-4 { animation-delay: -3s; }

.motion-three.is-playing .motion-scene {
  animation: motion-scene-three 10.5s cubic-bezier(.22, .75, .2, 1) infinite both;
}

.motion-three.is-playing .motion-scene-1 { animation-delay: 0s; }
.motion-three.is-playing .motion-scene-2 { animation-delay: -7s; }
.motion-three.is-playing .motion-scene-3 { animation-delay: -3.5s; }

@keyframes motion-scene-four {
  0%, 19% { opacity: 1; transform: translateY(0) scale(1); }
  23%, 96% { opacity: 0; transform: translateY(-12px) scale(.99); }
  97% { opacity: 0; transform: translateY(14px) scale(.985); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes motion-scene-three {
  0%, 28% { opacity: 1; transform: translateY(0) scale(1); }
  32%, 95% { opacity: 0; transform: translateY(-12px) scale(.99); }
  97% { opacity: 0; transform: translateY(14px) scale(.985); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.motion-progress {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
}

.motion-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--guide-green-bright);
  transform: scaleX(0);
  transform-origin: left;
}

.motion-overview.is-playing .motion-progress i { animation: motion-progress 12s linear infinite; }
.motion-three.is-playing .motion-progress i { animation: motion-progress 10.5s linear infinite; }

@keyframes motion-progress {
  to { transform: scaleX(1); }
}

.motion-demo.is-paused .motion-scene,
.motion-demo.is-paused .motion-caption,
.motion-demo.is-paused .motion-progress i,
.motion-demo.is-paused .motion-camera > i,
.motion-demo.is-paused .motion-camera > b,
.motion-demo.is-paused .typing::after {
  animation-play-state: paused !important;
}

.motion-caption-stack {
  position: absolute;
  top: 50%;
  left: 34px;
  width: 176px;
  height: 80px;
  transform: translateY(-50%);
}

.motion-caption {
  position: absolute;
  inset: 0;
  display: grid;
  gap: 8px;
  align-content: center;
  color: #eaf7f1;
  font-size: 17px;
  font-weight: 750;
  opacity: 0;
  transform: translateY(12px);
}

.motion-caption-1 { opacity: 1; transform: none; }

.motion-caption b {
  color: #62d5ad;
  font-size: 11px;
}

.motion-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--guide-green);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.motion-label,
.motion-paper {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 19px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce4e0;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(15, 38, 29, .08);
}

.motion-label small,
.motion-paper small { color: #829089; font-size: 7px; font-weight: 800; }
.motion-label strong,
.motion-paper strong { font-size: 16px; }
.motion-label span,
.motion-paper span { color: #586a62; font-size: 10px; line-height: 1.55; }

.motion-label i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  height: 2px;
  background: #38d79e;
  box-shadow: 0 0 13px #38d79e;
}

.motion-phone .motion-scene > p {
  color: #71817a;
  font-size: 9px;
  text-align: center;
}

.motion-resident-card,
.motion-parcel-row,
.motion-welcome,
.motion-record-row,
.motion-resident-list > span,
.motion-resident-hero {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid #dce5e0;
  border-radius: 6px;
}

.motion-resident-card > b,
.motion-parcel-row > b,
.motion-welcome > b,
.motion-resident-list > span > b,
.motion-resident-hero > b {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 35px;
  height: 35px;
  color: #086849;
  background: #dff4ec;
  border-radius: 50%;
  font-size: 10px;
}

.motion-resident-card > span,
.motion-parcel-row > span,
.motion-welcome > span,
.motion-resident-hero > span {
  display: grid;
  flex: 1;
  min-width: 0;
  gap: 3px;
}

.motion-resident-card strong,
.motion-parcel-row strong,
.motion-welcome strong,
.motion-resident-hero strong { font-size: 11px; }
.motion-resident-card small,
.motion-parcel-row small,
.motion-welcome small,
.motion-resident-hero small { color: #76857f; font-size: 8px; }
.motion-resident-card > i,
.motion-parcel-row > i { color: #08704f; font-size: 7px; font-style: normal; font-weight: 800; }

.motion-phone button,
.motion-app-window button {
  width: 100%;
  margin-top: 14px;
  padding: 11px;
  color: #fff;
  background: var(--guide-green);
  border: 0;
  border-radius: 5px;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
}

.motion-parcel-row { margin-top: 8px; }
.motion-parcel-row.muted { opacity: .6; }

.motion-success {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 22px 10px;
  text-align: center;
}

.motion-success > i {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  background: #dff4ec;
  border-radius: 50%;
}

.motion-success > i::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 15px;
  width: 9px;
  height: 16px;
  border-right: 3px solid var(--guide-green);
  border-bottom: 3px solid var(--guide-green);
  transform: rotate(42deg);
}

.motion-success strong { font-size: 14px; }
.motion-success span { color: #71817a; font-size: 9px; }

.motion-signature {
  margin-top: 12px;
  padding: 18px 8px 8px;
  color: #224b3c;
  border-bottom: 1px solid #afbbb6;
  font-family: "Brush Script MT", cursive;
  font-size: 19px;
  font-style: italic;
  transform: rotate(-4deg);
}

.motion-app-window {
  position: absolute;
  inset: 28px;
  overflow: hidden;
  color: #182b24;
  background: #f7faf8;
  border: 1px solid #52665d;
  border-radius: 7px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .3);
}

.motion-app-window .motion-scene {
  padding: 30px 34px;
}

.motion-app-window .motion-scene h3 {
  margin: 0 0 22px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.motion-app-window label {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  color: #71817a;
  font-size: 9px;
  font-weight: 700;
}

.motion-app-window label strong,
.motion-search {
  padding: 12px 13px;
  color: #263a32;
  background: #fff;
  border: 1px solid #d7e1dc;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}

.motion-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.motion-profile-grid span {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 17px 8px;
  background: #fff;
  border: 1px solid #dae3df;
  border-radius: 6px;
}

.motion-profile-grid b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #08704f;
  background: #e0f4ec;
  border-radius: 50%;
  font-size: 11px;
}

.motion-profile-grid strong { font-size: 9px; }

.motion-welcome {
  margin-bottom: 20px;
  padding: 15px;
}

.motion-welcome em { color: var(--guide-green); font-size: 8px; font-style: normal; font-weight: 800; }

.motion-task-row,
.motion-detail-row,
.motion-proof-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #dce5e0;
}

.motion-task-row { display: grid; gap: 4px; }
.motion-task-row strong,
.motion-detail-row strong,
.motion-proof-line strong { font-size: 10px; }
.motion-task-row span,
.motion-detail-row span,
.motion-proof-line span { color: #75857e; font-size: 9px; }

.motion-camera {
  position: relative;
  display: grid;
  place-items: center;
  height: 300px;
  overflow: hidden;
  background: linear-gradient(145deg, #767c78, #343a37);
  border-radius: 6px;
}

.motion-camera::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 2px solid rgba(111, 236, 191, .75);
  border-radius: 5px;
}

.motion-camera .motion-paper {
  width: 68%;
  transform: rotate(-3deg);
}

.motion-camera > i {
  position: absolute;
  right: 25px;
  left: 25px;
  height: 2px;
  background: #61e9b9;
  box-shadow: 0 0 16px #61e9b9;
  animation: motion-scan 2.2s ease-in-out infinite alternate;
}

.motion-camera > b {
  position: absolute;
  inset: 24px;
  border-radius: 5px;
  box-shadow: inset 0 0 42px rgba(21, 238, 160, .12);
  animation: motion-focus 2.2s ease-in-out infinite;
}

@keyframes motion-scan { from { transform: translateY(-112px); } to { transform: translateY(112px); } }
@keyframes motion-focus { 50% { box-shadow: inset 0 0 62px rgba(21, 238, 160, .23); } }

.motion-hint { margin: 13px 0 0; color: #687a72; font-size: 10px; text-align: center; }

.motion-match,
.motion-evidence {
  display: grid;
  gap: 7px;
  padding: 22px;
  background: #fff;
  border: 1px solid #d8e2dd;
  border-radius: 6px;
}

.motion-match b { color: var(--guide-green); font-size: 8px; text-transform: uppercase; }
.motion-match strong { font-size: 20px; }
.motion-match span { color: #4d6158; font-size: 12px; }
.motion-match small { color: #7c8b85; font-size: 10px; }

.motion-quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  color: #64766e;
  font-size: 10px;
}

.motion-quantity strong { display: flex; gap: 12px; align-items: center; color: #183027; font-size: 14px; }
.motion-quantity i { display: grid; place-items: center; width: 25px; height: 25px; background: #e7eeea; border-radius: 4px; font-style: normal; }
.motion-success.large { padding-top: 48px; }
.motion-success.large > i { width: 58px; height: 58px; }
.motion-success.large > i::after { top: 15px; left: 21px; width: 12px; height: 21px; }
.motion-success.large strong { font-size: 21px; }
.motion-success.large span { font-size: 11px; }

.motion-notice-off {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  padding: 13px;
  background: #edf1ef;
  border-radius: 5px;
}

.motion-notice-off b { color: #566861; font-size: 8px; text-transform: uppercase; }
.motion-notice-off span { color: #71817a; font-size: 9px; }
.motion-search { color: #84918c; font-weight: 500; }
.motion-parcel-row.selected { border-color: #3db88b; box-shadow: 0 0 0 2px rgba(61, 184, 139, .12); }

.motion-sign-pad {
  position: relative;
  display: grid;
  place-items: center;
  height: 160px;
  color: #244b3d;
  background: #fff;
  border: 1px dashed #aab9b2;
  border-radius: 6px;
  font-family: "Brush Script MT", cursive;
  font-size: 28px;
  font-style: italic;
  transform: rotate(-2deg);
}

.motion-sign-pad i { position: absolute; right: 20px; bottom: 22px; left: 20px; border-bottom: 1px solid #cbd5d0; }
.motion-confirm-line { display: flex; gap: 9px; align-items: center; margin-top: 14px; color: #5e7068; font-size: 10px; }
.motion-confirm-line b { position: relative; width: 16px; height: 16px; background: var(--guide-green); border-radius: 3px; }
.motion-confirm-line b::after { content: ""; position: absolute; top: 3px; left: 5px; width: 4px; height: 7px; border-right: 2px solid white; border-bottom: 2px solid white; transform: rotate(42deg); }
.motion-proof-line { margin: 0 34px; }

.motion-filter-row { display: flex; gap: 7px; margin: 12px 0; }
.motion-filter-row b { padding: 7px 9px; color: #5d6e67; background: #e9efec; border-radius: 4px; font-size: 8px; }
.motion-record-row { justify-content: space-between; }
.motion-record-row > span { display: grid; gap: 4px; }
.motion-record-row strong { font-size: 11px; }
.motion-record-row small { color: #71817a; font-size: 9px; }
.motion-record-row i { color: #66786f; font-size: 9px; font-style: normal; }

.typing { position: relative; overflow: hidden; }
.typing::after { content: ""; display: inline-block; width: 1px; height: 12px; margin-left: 2px; vertical-align: -2px; background: var(--guide-green); animation: motion-cursor .8s steps(1) infinite; }
@keyframes motion-cursor { 50% { opacity: 0; } }

.motion-timeline { display: grid; gap: 0; margin-top: 24px; }
.motion-timeline span { position: relative; display: grid; gap: 4px; min-height: 82px; padding-left: 30px; }
.motion-timeline span::before { content: ""; position: absolute; top: 12px; bottom: -12px; left: 7px; width: 1px; background: #b8c7c0; }
.motion-timeline span:last-child::before { display: none; }
.motion-timeline i { position: absolute; top: 2px; left: 0; width: 15px; height: 15px; background: var(--guide-green); border: 4px solid #dff4ec; border-radius: 50%; }
.motion-timeline b { font-size: 11px; }
.motion-timeline small { color: #71817a; font-size: 9px; }

.motion-evidence { justify-items: center; padding: 30px; text-align: center; }
.motion-evidence small,
.motion-evidence span { color: #74857e; font-size: 9px; }
.motion-evidence strong { font-size: 17px; }
.motion-evidence .motion-signature { min-width: 240px; }

.motion-resident-list { display: grid; gap: 8px; margin-top: 12px; }
.motion-resident-list > span > i { display: grid; gap: 3px; font-style: normal; }
.motion-resident-list strong { font-size: 11px; }
.motion-resident-list small { color: #74857e; font-size: 9px; }
.motion-resident-hero { margin-bottom: 16px; padding: 15px; }
.motion-success.compact { padding-top: 36px; }
.motion-secondary { color: #315c4c !important; background: #e4eee9 !important; }

.guide-policy-band,
.owner-guides-band {
  display: grid;
  align-items: center;
  width: min(1180px, calc(100% - 64px));
  margin: 72px auto 0;
}

.guide-policy-band {
  grid-template-columns: .9fr 1fr auto;
  gap: 62px;
  padding: 54px 0;
  border-top: 1px solid #dbe4df;
  border-bottom: 1px solid #dbe4df;
}

.guide-policy-band > p,
.owner-guides-band p {
  color: #5c6e66;
  font-size: 15px;
  line-height: 1.65;
}

.guide-policy-band > span {
  padding: 9px 11px;
  color: #496059;
  background: #e4ebe7;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
}

.owner-guides-band {
  grid-template-columns: 1fr auto;
  gap: 64px;
  margin-bottom: 96px;
  padding: 54px;
  color: #eaf6f1;
  background: #12261f;
  border-radius: 8px;
}

.owner-guides-band h2 { color: #fff; }
.owner-guides-band p { max-width: 720px; color: #adc1b8; }

@media (max-width: 1100px) {
  .guides-hero {
    grid-template-columns: minmax(290px, .72fr) minmax(500px, 1.28fr);
    gap: 38px;
  }
  .guides-hero h1 { font-size: 52px; }
  .motion-caption-stack { left: 20px; width: 135px; }
  .motion-phone { transform: translateX(-19%); }
  .guide-workflow,
  .guide-workflow-reverse { gap: 44px; }
}

@media (max-width: 900px) {
  .guides-hero {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 40px));
    padding-top: 54px;
  }
  .guides-hero-copy { max-width: 640px; }
  .guides-hero h1 { max-width: 620px; }
  .motion-caption-stack { left: 11%; width: 180px; }
  .motion-phone { transform: translateX(-15%); }
  .guide-intro-band,
  .guide-workflow,
  .guide-workflow-reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "demo";
    width: min(720px, calc(100% - 40px));
    gap: 42px;
  }
  .guide-intro-band { gap: 24px; }
  .guide-policy-band { grid-template-columns: 1fr auto; width: min(720px, calc(100% - 40px)); gap: 24px; }
  .guide-policy-band > p { grid-column: 1 / -1; grid-row: 2; }
  .owner-guides-band { width: min(720px, calc(100% - 40px)); }
}

@media (max-width: 640px) {
  .guides-hero {
    width: calc(100% - 28px);
    min-height: auto;
    padding: 40px 0 28px;
  }
  .guides-hero h1 { font-size: 40px; }
  .guides-hero .hero-lead { font-size: 16px; }
  .guides-hero-facts { grid-template-columns: 1fr; gap: 12px; }
  .guides-hero-facts div { display: grid; grid-template-columns: 92px 1fr; align-items: baseline; }
  .guide-index { justify-content: flex-start; gap: 24px; padding-inline: 16px; }
  .guide-intro-band,
  .guide-workflow,
  .guide-workflow-reverse,
  .guide-policy-band,
  .owner-guides-band { width: calc(100% - 28px); }
  .guide-intro-band { padding: 70px 0 48px; }
  .guide-intro-band h2,
  .guide-policy-band h2,
  .owner-guides-band h2 { font-size: 31px; }
  .guide-workflow { padding: 64px 0; }
  .guide-workflow-copy h2 { font-size: 30px; }
  .guide-number { margin-bottom: 30px; }
  .motion-demo-bar { grid-template-columns: 1fr auto; }
  .motion-demo-title { display: none; }
  .motion-canvas,
  .motion-overview .motion-canvas { height: 490px; }
  .motion-phone { top: 18px; width: 260px; height: 456px; border-width: 7px; transform: translateX(-50%); }
  .motion-caption-stack { display: none; }
  .motion-phone .motion-scene { inset-block: 66px 52px; }
  .motion-app-window { inset: 16px 12px; }
  .motion-app-window .motion-scene { padding: 24px 20px; }
  .motion-camera { height: 250px; }
  .motion-profile-grid { grid-template-columns: 1fr; }
  .motion-profile-grid span { grid-template-columns: auto 1fr; justify-items: start; align-items: center; padding: 10px 14px; }
  .motion-profile-grid b { grid-row: 1; }
  .guide-policy-band { grid-template-columns: 1fr; padding: 42px 0; }
  .guide-policy-band > p { grid-column: auto; grid-row: auto; }
  .guide-policy-band > span { justify-self: start; }
  .owner-guides-band { grid-template-columns: 1fr; gap: 28px; padding: 30px 24px; margin-bottom: 64px; }
  .owner-guides-band .button { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-demo .motion-scene,
  .motion-demo .motion-caption,
  .motion-demo .motion-progress i,
  .motion-camera > i,
  .motion-camera > b,
  .typing::after {
    animation: none !important;
  }
  .motion-demo .motion-scene:not(.motion-scene-1),
  .motion-demo .motion-caption:not(.motion-caption-1) { display: none; }
  .motion-demo-bar button { display: none; }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Avenir Next, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(232, 238, 233, 0.5) 42%, rgba(244, 247, 242, 0.96)),
    var(--paper);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.page-grid {
  background-image:
    linear-gradient(rgba(20, 33, 29, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 33, 29, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  mask-image: linear-gradient(180deg, #000, transparent 88%);
  pointer-events: none;
  position: fixed;
}

.public-nav,
.hero,
.operator-strip,
.section,
.site-footer {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  z-index: 1;
}

.public-nav {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 18px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-weight: 950;
  text-decoration: none;
}

.brand-mark {
  background: linear-gradient(135deg, var(--mint), var(--cobalt));
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(11, 110, 79, 0.22);
  display: inline-block;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.brand-mark.small {
  border-radius: 10px;
  height: 34px;
  width: 34px;
}

.brand-mark::before {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  content: "";
  height: 38px;
  left: -10px;
  position: absolute;
  top: -12px;
  width: 38px;
}

.mark-arch,
.mark-base,
.mark-check {
  border-color: rgba(255, 255, 255, 0.92);
  border-style: solid;
  display: block;
  position: absolute;
}

.mark-arch {
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  border-width: 3px;
  height: 18px;
  left: 11px;
  top: 12px;
  width: 20px;
}

.mark-base {
  border-radius: 999px;
  border-width: 2px 0 0;
  bottom: 9px;
  left: 9px;
  width: 24px;
}

.mark-parcel {
  background: var(--amber);
  border-radius: 4px;
  bottom: 12px;
  display: block;
  height: 11px;
  left: 16px;
  position: absolute;
  width: 12px;
}

.mark-parcel::before,
.mark-parcel::after {
  background: rgba(255, 255, 255, 0.46);
  content: "";
  position: absolute;
}

.mark-parcel::before {
  height: 1px;
  left: 2px;
  right: 2px;
  top: 4px;
}

.mark-parcel::after {
  bottom: 2px;
  left: 5px;
  top: 1px;
  width: 1px;
}

.mark-check {
  border-width: 0 2px 2px 0;
  height: 9px;
  right: 8px;
  top: 9px;
  transform: rotate(45deg);
  width: 5px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 8px;
}

.nav-links a {
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  min-height: 40px;
  padding: 10px 12px;
  text-decoration: none;
  transition-duration: 180ms;
  transition-property: background-color, color, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.nav-links a:hover {
  background: rgba(11, 110, 79, 0.08);
  color: var(--ink);
  transform: translateY(-1px);
}

.nav-links a.is-current {
  background: rgba(11, 110, 79, 0.1);
  color: var(--ink);
}

.button {
  align-items: center;
  background: var(--mint);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(11, 110, 79, 0.18);
  color: #fff;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  text-decoration: none;
  transition-duration: 180ms;
  transition-property: background-color, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.button:hover {
  background: #095e44;
  box-shadow: 0 18px 38px rgba(11, 110, 79, 0.24);
  transform: translateY(-2px);
}

.button:active {
  transform: scale(0.96);
}

.button.secondary {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
}

.button.secondary:hover {
  background: #fff;
}

.session-signout {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  cursor: pointer;
  font-weight: 950;
  min-height: 40px;
  padding: 0 13px;
  transition-duration: 180ms;
  transition-property: background-color, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.session-signout:hover {
  background: #fff;
  transform: translateY(-1px);
}

.session-signout:active {
  transform: scale(0.96);
}

.session-signout[hidden] {
  display: none !important;
}

.hero {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  min-height: calc(100vh - 78px);
  padding: 46px 18px 54px;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  color: var(--mint);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  font-weight: 950;
  letter-spacing: 0;
  margin: 0;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.88;
  max-width: 820px;
}

.hero-lead {
  color: var(--muted);
  font-size: 20px;
  font-weight: 680;
  line-height: 1.45;
  margin: 24px 0 0;
  max-width: 650px;
  text-wrap: pretty;
}

.hero-actions,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.signal-row {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  padding-top: 14px;
}

.signal-row span {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(20, 33, 29, 0.08);
  border-radius: 999px;
  color: rgba(20, 33, 29, 0.72);
  font-size: 12px;
  font-weight: 850;
  padding: 8px 10px;
}

.hero-product {
  align-self: center;
  display: grid;
  gap: 12px;
  justify-items: center;
  min-height: 0;
  position: relative;
}

.device-shell {
  background: #101713;
  border: 10px solid #0b110f;
  border-radius: 42px;
  box-shadow: var(--shadow-deep);
  margin: 0 auto;
  max-width: 390px;
  padding: 0;
  position: relative;
  transform: rotate(1.5deg);
}

.device-screen {
  background: linear-gradient(180deg, #f7faf6, #e6ede8);
  border-radius: 30px;
  min-height: 660px;
  overflow: hidden;
  padding: 22px 18px;
}

.app-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.app-title {
  font-size: 34px;
  font-weight: 950;
}

.scan-panel {
  background:
    linear-gradient(135deg, rgba(11, 110, 79, 0.98), rgba(49, 92, 155, 0.98)),
    var(--mint);
  border-radius: 18px;
  color: #fff;
  margin: 22px 0 16px;
  min-height: 172px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.scan-kicker {
  display: block;
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 30px;
  opacity: 0.86;
}

.scan-panel strong {
  display: block;
  font-size: 25px;
  line-height: 1.04;
  max-width: 260px;
}

.scan-panel p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.36;
  margin: 8px 0 0;
  max-width: 260px;
}

.scan-beam {
  animation: scanBeam 2.8s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.48);
  height: 3px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 56px;
}

@keyframes scanBeam {
  0%, 100% { opacity: 0.34; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(88px); }
}

.phone-list {
  display: grid;
  gap: 10px;
}

.phone-row {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(20, 33, 29, 0.05);
  padding: 14px;
}

.phone-row strong,
.phone-row span {
  display: block;
}

.phone-row strong {
  font-size: 15px;
  font-weight: 950;
}

.phone-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  margin-top: 3px;
}

.phone-row.active {
  border-color: rgba(11, 110, 79, 0.22);
  box-shadow: 0 12px 34px rgba(11, 110, 79, 0.12);
}

.proof-card {
  animation: proofFloat 5s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(49, 92, 155, 0.14);
  max-width: 390px;
  padding: 14px;
  position: static;
  width: 100%;
  z-index: 2;
}

.proof-card span,
.proof-card strong {
  display: block;
}

.proof-card span {
  color: var(--mint);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-card strong {
  font-size: 16px;
  line-height: 1.18;
  margin-top: 8px;
}

.proof-top {
  justify-self: end;
}

.proof-bottom {
  animation-delay: -1.6s;
  justify-self: start;
}

@keyframes proofFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.operator-strip {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 33, 29, 0.08);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.operator-strip div {
  background: rgba(255, 255, 255, 0.42);
  padding: 18px;
}

.operator-strip strong,
.operator-strip span {
  display: block;
}

.operator-strip strong {
  font-size: 17px;
  font-weight: 950;
}

.operator-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  margin-top: 4px;
}

.section {
  padding: 88px 18px 0;
}

.section h2 {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 0.96;
  max-width: 790px;
}

.section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.launch-overview {
  counter-reset: launch;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.launch-overview article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(244, 247, 242, 0.78)),
    #fff;
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  min-height: 220px;
  padding: 18px;
  position: relative;
  transition: transform 180ms cubic-bezier(0.2, 0, 0, 1), box-shadow 180ms cubic-bezier(0.2, 0, 0, 1);
}

.launch-overview article::after {
  background: linear-gradient(90deg, rgba(11, 110, 79, 0.16), rgba(201, 137, 25, 0.7));
  border-radius: 999px;
  content: "";
  height: 4px;
  inset: auto 18px 18px;
  position: absolute;
}

.launch-overview article:hover {
  box-shadow: 0 26px 60px rgba(20, 33, 29, 0.1);
  transform: translateY(-2px);
}

.launch-overview span {
  align-items: center;
  background: rgba(11, 110, 79, 0.1);
  border: 1px solid rgba(11, 110, 79, 0.12);
  border-radius: 999px;
  color: var(--mint);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 32px;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
  width: 48px;
}

.launch-overview strong {
  color: var(--ink);
  display: block;
  font-size: 22px;
  line-height: 1.08;
  text-wrap: balance;
}

.launch-overview p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.46;
  margin: 10px 0 24px;
  text-wrap: pretty;
}

.workflow-lab {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  margin-top: 30px;
}

.workflow-tabs {
  display: grid;
  gap: 10px;
}

.flow-step {
  align-items: center;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 12px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-weight: 950;
  gap: 12px;
  min-height: 58px;
  padding: 0 14px;
  text-align: left;
  transition-duration: 180ms;
  transition-property: background-color, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.flow-step:hover,
.flow-step.is-active {
  background: #fff;
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.flow-step span {
  color: var(--mint);
  font-size: 12px;
  min-width: 30px;
}

.workflow-display {
  background:
    linear-gradient(135deg, rgba(15, 20, 18, 0.98), rgba(20, 45, 56, 0.98)),
    var(--dark);
  border-radius: 18px;
  box-shadow: var(--shadow-deep);
  color: #e7eee8;
  min-height: 320px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.workflow-display::after {
  background-image:
    linear-gradient(rgba(231, 238, 232, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 238, 232, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
  pointer-events: none;
  position: absolute;
}

.display-code {
  color: #a5e8d4;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.workflow-display h3 {
  font-size: clamp(32px, 6vw, 66px);
  line-height: 0.92;
  margin: 54px 0 14px;
  max-width: 640px;
  position: relative;
  text-wrap: balance;
  z-index: 1;
}

.workflow-display p {
  color: rgba(231, 238, 232, 0.68);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
  max-width: 640px;
  position: relative;
  text-wrap: pretty;
  z-index: 1;
}

.display-meter {
  background: rgba(231, 238, 232, 0.1);
  border-radius: 999px;
  bottom: 26px;
  height: 8px;
  left: 26px;
  overflow: hidden;
  position: absolute;
  right: 26px;
  z-index: 1;
}

.display-meter span {
  background: linear-gradient(90deg, #a5e8d4, var(--amber));
  border-radius: inherit;
  display: block;
  height: 100%;
  transition-duration: 260ms;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  width: 25%;
}

.display-meter span.progress-25 {
  width: 25%;
}

.display-meter span.progress-50 {
  width: 50%;
}

.display-meter span.progress-75 {
  width: 75%;
}

.display-meter span.progress-100 {
  width: 100%;
}

.feature-grid,
.pricing-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.feature-card,
.plan-card {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  padding: 20px;
}

.feature-icon {
  align-items: center;
  background: rgba(11, 110, 79, 0.1);
  border-radius: 10px;
  color: var(--mint);
  display: inline-flex;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.feature-card h3,
.plan-card h3 {
  margin: 16px 0 8px;
}

.feature-card p,
.plan-card p,
.plan-card li {
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
}

.trust-band {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.trust-band article {
  background: rgba(20, 33, 29, 0.92);
  border: 1px solid rgba(231, 238, 232, 0.1);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(20, 33, 29, 0.16);
  color: #e7eee8;
  min-height: 134px;
  padding: 18px;
}

.trust-band span,
.trust-band strong {
  display: block;
}

.trust-band span {
  color: #a5e8d4;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-band strong {
  font-size: 17px;
  line-height: 1.25;
  margin-top: 18px;
  text-wrap: balance;
}

.pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  perspective: 1200px;
}

.pricing-shell {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(232, 238, 233, 0.64)),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 33, 29, 0.09);
  border-radius: 22px;
  box-shadow:
    0 34px 90px rgba(20, 33, 29, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.pricing-shell::before {
  background:
    linear-gradient(90deg, rgba(11, 110, 79, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(11, 110, 79, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(135deg, #000, transparent 76%);
  pointer-events: none;
  position: absolute;
}

.pricing-head,
.pricing-grid,
.pricing-note {
  position: relative;
  z-index: 1;
}

.pricing-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
}

.pricing-head h2 {
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  max-width: 760px;
  text-wrap: balance;
}

.trial-summary {
  background:
    linear-gradient(145deg, rgba(15, 20, 18, 0.96), rgba(17, 80, 63, 0.92)),
    var(--dark);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(11, 110, 79, 0.22);
  color: #e7eee8;
  padding: 18px;
}

.trial-summary strong,
.trial-summary span {
  display: block;
}

.trial-summary strong {
  color: #a5e8d4;
  font-size: 24px;
  font-weight: 950;
}

.trial-summary span {
  color: rgba(231, 238, 232, 0.7);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.42;
  margin-top: 8px;
}

.plan-card {
  --plan-accent: var(--mint);
  --plan-glow: rgba(11, 110, 79, 0.18);
  animation: planRise 520ms cubic-bezier(0.2, 0, 0, 1) both;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 33, 29, 0.09);
  border-radius: 18px;
  box-shadow:
    0 18px 40px rgba(20, 33, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  min-height: 430px;
  overflow: hidden;
  padding: 18px;
  position: relative;
  transition-duration: 220ms;
  transition-property: background-color, border-color, box-shadow, filter, opacity, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.plan-card:focus {
  outline: none;
}

.plan-card:focus-visible {
  outline: 3px solid rgba(165, 232, 212, 0.84);
  outline-offset: 5px;
}

.plan-card::before {
  background:
    radial-gradient(circle at 24% 0%, color-mix(in srgb, var(--plan-accent) 24%, transparent), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.74));
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition-duration: 220ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  z-index: -1;
}

.plan-card::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  content: "";
  height: 160%;
  left: -54%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -30%;
  transform: rotate(14deg) translateX(-20%);
  transition-duration: 300ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  width: 34%;
}

.plan-card.plan-starter {
  --plan-accent: #0b6e4f;
  --plan-glow: rgba(11, 110, 79, 0.18);
}

.plan-card.plan-professional {
  --plan-accent: #0f9a74;
  --plan-glow: rgba(15, 154, 116, 0.22);
}

.plan-card.plan-portfolio {
  --plan-accent: #315c9b;
  --plan-glow: rgba(49, 92, 155, 0.2);
}

.plan-card.plan-enterprise-cloud {
  --plan-accent: #0d4456;
  --plan-glow: rgba(13, 68, 86, 0.22);
}

.plan-card:nth-child(2) {
  animation-delay: 80ms;
}

.plan-card:nth-child(3) {
  animation-delay: 160ms;
}

.plan-card:nth-child(4) {
  animation-delay: 240ms;
}

.plan-card:hover,
.plan-card:focus-within,
.plan-card.is-attention {
  border-color: color-mix(in srgb, var(--plan-accent) 58%, rgba(20, 33, 29, 0.12));
  box-shadow:
    0 32px 78px var(--plan-glow),
    0 12px 34px rgba(20, 33, 29, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transform: translateY(-6px) scale(1.012);
}

.plan-card:hover::before,
.plan-card:focus-within::before,
.plan-card.is-attention::before,
.plan-card.is-selected::before {
  opacity: 1;
}

.plan-card:hover::after,
.plan-card:focus-within::after,
.plan-card.is-attention::after {
  opacity: 0.42;
  transform: rotate(14deg) translateX(250%);
}

.plan-card:active {
  transform: translateY(-2px) scale(0.985);
}

.plan-card.is-selected {
  border-color: color-mix(in srgb, var(--plan-accent) 72%, rgba(20, 33, 29, 0.08));
  box-shadow:
    0 34px 82px var(--plan-glow),
    0 0 0 4px rgba(165, 232, 212, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.plan-card.featured {
  background:
    linear-gradient(180deg, rgba(249, 255, 252, 0.96), rgba(232, 248, 242, 0.92)),
    #fff;
  border-color: rgba(15, 154, 116, 0.24);
  box-shadow:
    0 22px 58px rgba(15, 154, 116, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.pricing-grid.is-comparing .plan-card:not(.is-attention):not(.is-selected),
.pricing-grid.has-selection .plan-card:not(.is-selected):not(.is-attention) {
  filter: saturate(0.84);
  opacity: 0.78;
  transform: scale(0.986);
}

.pricing-grid.is-comparing .plan-card.featured:not(.is-attention):not(.is-selected),
.pricing-grid.has-selection .plan-card.featured:not(.is-selected):not(.is-attention) {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(20, 33, 29, 0.09);
  box-shadow:
    0 18px 40px rgba(20, 33, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.plan-card.cloud {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(234, 239, 249, 0.95)),
    #fff;
}

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

.plan-spotlight {
  background: var(--plan-accent);
  border-radius: 999px;
  box-shadow: 0 12px 24px var(--plan-glow);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  opacity: 0;
  padding: 8px 10px;
  position: absolute;
  right: 14px;
  top: 14px;
  transform: translateY(-5px) scale(0.96);
  transition-duration: 180ms;
  transition-property: background-color, box-shadow, opacity, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
}

.plan-card.featured .plan-spotlight,
.plan-card.is-attention .plan-spotlight,
.plan-card.is-selected .plan-spotlight,
.plan-card:focus-within .plan-spotlight {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.pricing-grid.is-comparing .plan-card.featured:not(.is-attention):not(.is-selected) .plan-spotlight,
.pricing-grid.has-selection .plan-card.featured:not(.is-selected):not(.is-attention) .plan-spotlight {
  opacity: 0;
  transform: translateY(-5px) scale(0.96);
}

.plan-top {
  align-items: start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.plan-top h3 {
  font-size: 22px;
  line-height: 1.02;
  margin: 0;
  max-width: 165px;
  text-wrap: balance;
}

.plan-top span {
  background: color-mix(in srgb, var(--plan-accent) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--plan-accent) 18%, transparent);
  border-radius: 999px;
  color: var(--plan-accent);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  padding: 8px 9px;
  white-space: nowrap;
}

.plan-fit {
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.35;
  margin: 16px 0 0;
  min-height: 36px;
}

.price-block {
  align-items: end;
  border-bottom: 1px solid rgba(20, 33, 29, 0.08);
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 18px 0 0;
  padding-bottom: 16px;
}

.price-block span {
  color: rgba(20, 33, 29, 0.58);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.price-block strong {
  color: var(--ink);
  font-size: clamp(44px, 4.8vw, 64px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.82;
  padding-left: 6px;
}

.price-block em {
  color: rgba(20, 33, 29, 0.64);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  grid-column: 1 / -1;
  margin-bottom: 8px;
  margin-top: 8px;
}

.plan-card ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 18px 0 22px;
  padding: 0;
}

.plan-capacity {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.plan-capacity span {
  background: color-mix(in srgb, var(--plan-accent) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--plan-accent) 13%, transparent);
  border-radius: 10px;
  color: var(--ink);
  display: block;
  font-size: 12px;
  font-weight: 950;
  min-height: 40px;
  padding: 11px 10px;
  text-align: center;
}

.plan-capacity.cloud-capacity span {
  background: rgba(49, 92, 155, 0.08);
  border-color: rgba(49, 92, 155, 0.14);
}

.plan-card li::before {
  color: var(--plan-accent);
  content: "✓ ";
  font-weight: 950;
}

.contact-block {
  border-bottom: 1px solid rgba(20, 33, 29, 0.08);
  margin-top: 18px;
  padding-bottom: 17px;
}

.contact-block strong,
.contact-block span {
  display: block;
}

.contact-block strong {
  color: var(--ink);
  font-size: clamp(28px, 2.4vw, 34px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.contact-block span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.35;
  margin-top: 10px;
}

.plan-card .button {
  margin-top: auto;
  pointer-events: none;
}

.plan-card.is-attention .button.secondary,
.plan-card.is-selected .button.secondary,
.plan-card:focus-within .button.secondary {
  background: var(--plan-accent);
  border-color: transparent;
  box-shadow: 0 16px 34px var(--plan-glow);
  color: #fff;
}

.pricing-grid.is-comparing .plan-card.featured:not(.is-attention):not(.is-selected) .button,
.pricing-grid.has-selection .plan-card.featured:not(.is-selected):not(.is-attention) .button {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
}

.enterprise-option {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(13, 68, 86, 0.96), rgba(12, 91, 73, 0.94)),
    var(--dark);
  border: 1px solid rgba(165, 232, 212, 0.18);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(20, 33, 29, 0.18);
  color: #e7eee8;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 16px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.enterprise-option span,
.enterprise-option strong,
.enterprise-option p {
  display: block;
}

.enterprise-option span {
  color: #a5e8d4;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.enterprise-option strong {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
  margin-top: 8px;
  text-wrap: balance;
}

.enterprise-option p {
  color: rgba(231, 238, 232, 0.72);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.45;
  margin: 10px 0 0;
  max-width: 720px;
}

.enterprise-option .button {
  background: #e7eee8;
  color: var(--ink);
  white-space: nowrap;
}

.checkout-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(232, 244, 239, 0.9)),
    #fff;
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 18px;
  box-shadow:
    0 24px 66px rgba(20, 33, 29, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  display: none;
  gap: 20px;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.68fr);
  margin-top: 16px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.checkout-panel.is-open {
  animation: planRise 360ms cubic-bezier(0.2, 0, 0, 1) both;
  display: grid;
}

.checkout-panel.owner-ready {
  grid-template-columns: 1fr;
}

.checkout-panel.owner-signin-required {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.68fr);
}

.checkout-panel.owner-ready .checkout-panel-copy,
.checkout-panel.owner-signin-required .checkout-panel-copy {
  max-width: 720px;
}

.checkout-panel.owner-signin-required .checkout-mode {
  display: none;
}

.checkout-panel-copy span,
.checkout-panel-copy strong,
.checkout-panel-copy p {
  display: block;
}

.checkout-panel-copy span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.checkout-panel-copy strong {
  color: var(--ink);
  font-size: clamp(26px, 3.6vw, 48px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
  margin-top: 10px;
  max-width: 560px;
  text-wrap: balance;
}

.checkout-panel-copy p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
  margin: 14px 0 0;
  max-width: 560px;
}

.checkout-form,
.checkout-payment {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 33, 29, 0.08);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.checkout-form[hidden],
.checkout-payment[hidden] {
  display: none !important;
}

.checkout-payment-summary {
  background: linear-gradient(135deg, rgba(11, 110, 79, 0.1), rgba(49, 92, 155, 0.08));
  border: 1px solid rgba(11, 110, 79, 0.12);
  border-radius: 12px;
  display: grid;
  gap: 6px;
  padding: 14px;
}

.checkout-payment-summary span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 980;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-payment-summary strong {
  color: var(--ink);
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1;
}

.checkout-payment-summary p {
  color: rgba(20, 33, 29, 0.68);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.45;
  margin: 0;
}

#billing-address-element,
#payment-element {
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 12px;
  padding: 12px;
}

.checkout-mode {
  background: rgba(20, 33, 29, 0.06);
  border-radius: 12px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 5px;
}

.checkout-mode button {
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: rgba(20, 33, 29, 0.66);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 10px;
}

.checkout-mode button.is-active {
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 33, 29, 0.1);
  color: var(--ink);
}

.checkout-fields {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-fields[hidden],
label.checkout-fields[hidden] {
  display: none;
}

label.checkout-fields {
  display: grid;
  grid-template-columns: 1fr;
}

.checkout-form label {
  color: rgba(20, 33, 29, 0.66);
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
}

.checkout-form input {
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.14);
  border-radius: 10px;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 760;
  min-height: 44px;
  padding: 0 12px;
}

.checkout-form input:focus {
  border-color: rgba(11, 110, 79, 0.56);
  box-shadow: 0 0 0 4px rgba(165, 232, 212, 0.26);
  outline: none;
}

.checkout-form .button,
.checkout-payment .button {
  border: 0;
  cursor: pointer;
  justify-content: center;
  width: 100%;
}

.checkout-form .button:disabled,
.checkout-payment .button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.checkout-status {
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.4;
  margin: 0;
  min-height: 18px;
}

.checkout-status[data-state="error"] {
  color: #9f2f28;
}

.checkout-status[data-state="success"] {
  color: var(--mint);
}

.pricing-section {
  scroll-margin-top: 36px;
}

.pricing-note {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 12px;
  color: rgba(20, 33, 29, 0.72);
  display: grid;
  gap: 6px;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 20px auto 0;
  max-width: 860px;
  padding: 14px 16px;
}

.pricing-note span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-note p {
  font-size: 13px;
  font-weight: 780;
  line-height: 1.45;
  margin: 0;
  text-wrap: pretty;
}

.site-footer {
  align-items: center;
  border-top: 1px solid rgba(20, 33, 29, 0.1);
  color: var(--muted);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: 88px;
  padding: 22px 18px 34px;
}

.account-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 36px 18px 76px;
  position: relative;
  z-index: 1;
}

.account-body {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.verification-result-body {
  align-items: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(165, 232, 212, 0.22), transparent 38%),
    linear-gradient(180deg, #f9fbf8, #eef5f0);
  color: #13211c;
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.verification-result-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 251, 0.92)),
    #fff;
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 22px;
  box-shadow:
    0 32px 90px rgba(19, 33, 28, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  padding: clamp(26px, 4vw, 42px);
  width: min(560px, 100%);
}

.verification-result-mark {
  align-items: center;
  border-radius: 16px;
  color: #fff;
  display: grid;
  font-size: 28px;
  font-weight: 950;
  height: 56px;
  line-height: 1;
  margin-bottom: 22px;
  width: 56px;
}

.verification-result-mark.success {
  background: linear-gradient(135deg, #0b6e4f, #0f9a74);
  box-shadow: 0 16px 34px rgba(11, 110, 79, 0.24);
}

.verification-result-mark.error {
  background: linear-gradient(135deg, #b54734, #e25d47);
  box-shadow: 0 16px 34px rgba(181, 71, 52, 0.2);
}

.verification-result-card h1 {
  font-size: 32px;
  line-height: 1.08;
  margin: 0 0 10px;
}

.verification-result-card p {
  color: #56645f;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 22px;
}

.account-body.account-authenticated .account-shell {
  max-width: 1080px;
}

.account-body.account-authenticated .account-hero {
  display: none;
}

.account-hero {
  max-width: 790px;
}

.account-hero h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.96;
  margin: 10px 0 18px;
}

.account-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  max-width: 680px;
}

.account-notice {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  color: var(--muted);
  font-weight: 850;
  margin: 26px 0;
  padding: 16px 18px;
}

.account-notice[data-state="success"] {
  border-color: rgba(11, 110, 79, 0.28);
  color: var(--mint);
}

.account-notice[data-state="error"] {
  border-color: rgba(226, 93, 71, 0.28);
  color: var(--coral);
}

.account-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  margin-top: 34px;
}

.account-body.account-authenticated .account-layout {
  grid-template-columns: 1fr;
  margin-top: 18px;
}

.account-body.account-authenticated .account-entry-context {
  display: none !important;
}

.account-login,
.account-dashboard {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.account-login[hidden],
.account-reset[hidden],
.account-dashboard[hidden],
.account-notice[hidden],
#manage-billing[hidden],
#choose-plan[hidden],
.checkout-link-button[hidden],
.reset-success-actions[hidden] {
  display: none !important;
}

.account-login {
  align-self: start;
  display: grid;
  gap: 14px;
  padding: 22px;
}

.account-login > span,
.account-dashboard-head span,
.account-status-grid span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-login > strong {
  font-size: 26px;
  line-height: 1.08;
}

.account-helper {
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
  margin: 0;
  text-wrap: pretty;
}

.account-login label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 850;
  gap: 7px;
}

.account-login input {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 46px;
  outline: none;
  padding: 0 12px;
}

.account-login input:focus {
  border-color: rgba(11, 110, 79, 0.46);
  box-shadow: 0 0 0 4px rgba(11, 110, 79, 0.09);
}

.account-text-button,
.checkout-link-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--mint);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  justify-self: start;
  padding: 0;
  text-align: left;
}

.account-text-button:hover,
.checkout-link-button:hover {
  color: var(--dark);
  text-decoration: underline;
}

.checkout-link-button {
  margin-top: -4px;
}

.checkout-link-button:disabled,
.account-text-button:disabled {
  cursor: default;
  opacity: 0.55;
  text-decoration: none;
}

.reset-shell {
  max-width: 760px;
}

.reset-card {
  margin-top: 28px;
  max-width: 440px;
}

.reset-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-dashboard {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 252, 250, 0.9)),
    #fff;
  padding: 28px;
}

.account-dashboard-head {
  align-items: flex-start;
  border-bottom: 1px solid rgba(20, 33, 29, 0.08);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-bottom: 22px;
}

.account-dashboard-head strong {
  display: block;
  font-size: clamp(32px, 5vw, 56px);
  letter-spacing: -0.01em;
  line-height: 0.96;
  margin-top: 6px;
  text-wrap: balance;
}

.account-status-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.account-status-grid article {
  background: rgba(244, 247, 242, 0.68);
  border: 1px solid var(--line);
  border-radius: 10px;
  min-height: 136px;
  padding: 18px 18px 16px;
}

.account-status-grid strong {
  display: block;
  font-size: clamp(26px, 3.2vw, 38px);
  font-variant-numeric: tabular-nums;
  line-height: 1.08;
  margin-top: 14px;
}

.account-status-grid p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.45;
  margin: 10px 0 0;
  text-wrap: pretty;
}

.launch-checklist {
  background:
    linear-gradient(135deg, rgba(20, 33, 29, 0.96), rgba(22, 70, 58, 0.94)),
    var(--dark);
  border: 1px solid rgba(231, 238, 232, 0.1);
  border-radius: 14px;
  box-shadow: 0 22px 56px rgba(20, 33, 29, 0.18);
  color: #e7eee8;
  margin-top: 18px;
  overflow: hidden;
  padding: 18px;
}

.launch-checklist .account-section-head {
  margin-bottom: 16px;
}

.launch-checklist .account-section-head span {
  color: #a5e8d4;
}

.launch-checklist .account-section-head strong {
  color: #fff;
}

.launch-checklist .account-section-head p {
  color: rgba(231, 238, 232, 0.68);
}

.launch-checklist-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.launch-checklist-grid article {
  background: rgba(231, 238, 232, 0.07);
  border: 1px solid rgba(231, 238, 232, 0.1);
  border-radius: 12px;
  min-height: 132px;
  padding: 13px;
  position: relative;
}

.launch-checklist-grid article::after {
  background: rgba(231, 238, 232, 0.2);
  border-radius: 999px;
  content: "";
  height: 4px;
  inset: auto 13px 13px;
  position: absolute;
}

.launch-checklist-grid article[data-state="complete"] {
  background: rgba(11, 110, 79, 0.24);
  border-color: rgba(165, 232, 212, 0.26);
}

.launch-checklist-grid article[data-state="complete"]::after {
  background: #a5e8d4;
}

.launch-checklist-grid article[data-state="current"] {
  background: rgba(201, 137, 25, 0.18);
  border-color: rgba(255, 218, 148, 0.28);
}

.launch-checklist-grid article[data-state="current"]::after {
  background: var(--amber);
}

.launch-checklist-grid article[data-state="optional"] {
  background: rgba(49, 92, 155, 0.2);
  border-color: rgba(170, 205, 255, 0.2);
}

.launch-checklist-grid article[data-state="optional"]::after {
  background: #8fb8ff;
}

.launch-checklist-grid i {
  color: rgba(231, 238, 232, 0.58);
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.launch-checklist-grid strong {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.15;
  margin-top: 18px;
  text-wrap: balance;
}

.launch-check-status {
  color: #a5e8d4;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 9px;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.account-actions .button,
.account-dashboard-head .button {
  min-height: 42px;
  padding-inline: 14px;
}

.account-dashboard .checkout-status {
  max-width: 720px;
}

.account-site-access,
.account-device-access {
  background:
    linear-gradient(135deg, rgba(11, 110, 79, 0.08), rgba(45, 91, 166, 0.08)),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(20, 33, 29, 0.06);
  margin-top: 18px;
  padding: 18px;
}

.account-device-access {
  background:
    linear-gradient(135deg, rgba(49, 92, 155, 0.09), rgba(11, 110, 79, 0.07)),
    rgba(255, 255, 255, 0.76);
}

.account-section-head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.account-section-head span {
  color: var(--mint);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.account-section-head strong {
  color: var(--ink);
  display: block;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.05;
  text-wrap: balance;
}

.account-section-head p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
  margin: 8px 0 0;
  max-width: 720px;
  text-wrap: pretty;
}

.site-access-form {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
}

.site-access-form label {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
}

.site-access-form input {
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.12);
  border-radius: 8px;
  color: var(--ink);
  min-height: 44px;
  outline: none;
  padding: 0 11px;
}

.site-access-form input:focus {
  border-color: rgba(11, 110, 79, 0.46);
  box-shadow: 0 0 0 4px rgba(11, 110, 79, 0.09);
}

.site-access-form .button {
  align-self: end;
  border: 0;
  cursor: pointer;
  justify-content: center;
  min-height: 44px;
  white-space: nowrap;
}

.site-access-result {
  background: rgba(20, 33, 29, 0.92);
  border-radius: 10px;
  color: #fff;
  margin-top: 12px;
  padding: 15px;
}

.site-access-result[hidden] {
  display: none !important;
}

.site-access-result > span,
.site-access-result small {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-access-result > strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
  margin-top: 6px;
}

.site-access-result p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 750;
  margin: 10px 0 0;
}

.site-secret-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}

.site-secret-grid div,
.site-access-row code {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px;
}

.site-secret-grid code,
.site-access-row code {
  color: inherit;
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
  font-weight: 900;
  margin-top: 4px;
  word-break: break-word;
}

.site-access-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.site-access-empty {
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
  margin: 0;
}

.site-access-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 10px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 13px;
}

.site-access-row span {
  color: var(--mint);
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.site-access-row strong {
  color: var(--ink);
  display: block;
  font-size: 16px;
  line-height: 1.2;
}

.site-access-row code {
  background: rgba(20, 33, 29, 0.05);
  border-color: rgba(20, 33, 29, 0.08);
  color: var(--ink);
  display: inline-block;
  margin-top: 8px;
}

.site-access-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.site-access-row-actions button {
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.12);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 11px;
}

.account-device-list {
  display: grid;
  gap: 10px;
}

.account-device-row {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(20, 33, 29, 0.05);
  overflow: hidden;
  transition-duration: 180ms;
  transition-property: border-color, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.account-device-row:hover {
  border-color: rgba(11, 110, 79, 0.22);
  box-shadow: 0 18px 34px rgba(20, 33, 29, 0.09);
  transform: translateY(-2px);
}

.account-device-row:active {
  transform: scale(0.96);
}

.account-device-row.is-open {
  border-color: rgba(11, 110, 79, 0.28);
  box-shadow: 0 20px 42px rgba(20, 33, 29, 0.1);
}

.account-device-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 8px 12px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 66px;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.account-device-icon {
  align-items: center;
  background: rgba(11, 110, 79, 0.12);
  border-radius: 8px;
  color: var(--mint);
  display: flex;
  font-size: 15px;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.account-device-button strong {
  color: var(--ink);
  display: block;
  font-size: 17px;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-device-button small {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 760;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-device-button i {
  background: rgba(11, 110, 79, 0.1);
  border-radius: 999px;
  color: var(--mint);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  min-height: 30px;
  padding: 7px 10px;
  white-space: nowrap;
}

.account-device-row[data-state="inactive"] .account-device-icon,
.account-device-row[data-state="inactive"] .account-device-button i {
  background: rgba(201, 137, 25, 0.12);
  color: var(--amber);
}

.account-device-details {
  border-top: 1px solid rgba(20, 33, 29, 0.08);
  padding: 0 12px 12px;
}

.account-device-details[hidden] {
  display: none !important;
}

.account-device-detail-grid {
  background: rgba(20, 33, 29, 0.035);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 10px;
}

.account-device-detail {
  background: #fff;
  border-radius: 8px;
  min-height: 68px;
  padding: 10px;
}

.account-device-detail span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.account-device-detail strong {
  color: var(--ink);
  display: block;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.account-device-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 10px;
}

.account-device-actions p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.42;
  margin: 0;
  max-width: 720px;
  text-wrap: pretty;
}

.account-device-remove {
  background: #fff;
  border: 1px solid rgba(226, 93, 71, 0.26);
  border-radius: 8px;
  color: var(--coral);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  min-height: 40px;
  padding: 0 12px;
  transition-duration: 160ms;
  transition-property: background-color, color, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  white-space: nowrap;
}

.account-device-remove:hover {
  background: rgba(226, 93, 71, 0.08);
}

.account-device-remove:active {
  transform: scale(0.96);
}

.account-device-remove:disabled {
  cursor: default;
  opacity: 0.55;
  transform: none;
}

.account-launch {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.account-launch article,
.launch-path-grid article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 247, 242, 0.76));
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(20, 33, 29, 0.05);
  padding: 16px;
}

.account-launch span,
.launch-path-grid span {
  color: var(--amber);
  display: inline-block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.account-launch strong,
.launch-path-grid h3 {
  color: var(--ink);
  display: block;
  font-size: 20px;
  line-height: 1.12;
  margin: 0;
  text-wrap: balance;
}

.account-launch p,
.launch-path-grid p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.48;
  margin: 10px 0 0;
  text-wrap: pretty;
}

.account-mini-actions,
.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.account-mini-actions a,
.launch-path-grid article > a,
.launch-actions a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 11px;
  text-decoration: none;
}

.launch-path-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.email-choice-demo {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  margin-top: 30px;
}

.email-choice-copy {
  background:
    linear-gradient(145deg, rgba(15, 20, 18, 0.96), rgba(18, 67, 55, 0.94)),
    var(--dark);
  border: 1px solid rgba(231, 238, 232, 0.1);
  border-radius: 18px;
  box-shadow: var(--shadow-deep);
  color: #e7eee8;
  padding: 22px;
}

.email-choice-copy > span {
  color: #a5e8d4;
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.email-choice-copy strong {
  display: block;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 0.96;
  margin-top: 18px;
  text-wrap: balance;
}

.email-choice-copy p {
  color: rgba(231, 238, 232, 0.7);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.5;
  margin: 18px 0 0;
  text-wrap: pretty;
}

.email-choice-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.email-choice-pills span {
  background: rgba(231, 238, 232, 0.08);
  border: 1px solid rgba(231, 238, 232, 0.1);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
}

.email-choice-panels {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.email-mode-card {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  padding: 18px;
}

.mode-phone {
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 16px;
  box-shadow: inset 0 0 0 7px rgba(20, 33, 29, 0.04);
  min-height: 360px;
  padding: 22px;
}

.mode-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mode-top span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mode-top b {
  background: rgba(20, 33, 29, 0.08);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  padding: 6px 9px;
}

.email-mode-card.on .mode-top b {
  background: rgba(11, 110, 79, 0.12);
  color: var(--mint);
}

.mode-toggle {
  background: rgba(20, 33, 29, 0.12);
  border-radius: 999px;
  height: 34px;
  margin: 32px 0 24px;
  padding: 4px;
  width: 66px;
}

.mode-toggle i {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(20, 33, 29, 0.18);
  display: block;
  height: 26px;
  width: 26px;
}

.email-mode-card.on .mode-toggle {
  background: var(--mint);
}

.email-mode-card.on .mode-toggle i {
  transform: translateX(32px);
}

.mode-phone strong {
  color: var(--ink);
  display: block;
  font-size: 24px;
  line-height: 1.05;
  text-wrap: balance;
}

.mode-phone p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
  margin: 12px 0 0;
}

.mode-flow {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.mode-flow span {
  background: rgba(244, 247, 242, 0.95);
  border: 1px solid rgba(20, 33, 29, 0.08);
  border-radius: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
  padding: 12px;
}

.reveal {
  animation: revealIn 760ms cubic-bezier(0.2, 0, 0, 1) both;
}

.reveal-delay-1 {
  animation-delay: 110ms;
}

.reveal-delay-2 {
  animation-delay: 220ms;
}

@keyframes revealIn {
  from {
    filter: blur(8px);
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}

.guide-hero,
.guide-section,
.guide-body .site-footer {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  z-index: 1;
}

.guide-hero {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  padding: 52px 18px 34px;
}

.guide-hero-copy {
  align-self: center;
}

.guide-hero h1 {
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  max-width: 790px;
  text-wrap: balance;
}

.guide-console {
  align-self: center;
  background:
    linear-gradient(145deg, rgba(15, 20, 18, 0.98), rgba(24, 50, 66, 0.96)),
    var(--dark);
  border: 1px solid rgba(231, 238, 232, 0.1);
  border-radius: 20px;
  box-shadow: var(--shadow-deep);
  color: #e7eee8;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.guide-console::before {
  background:
    linear-gradient(90deg, rgba(165, 232, 212, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(165, 232, 212, 0.09) 1px, transparent 1px);
  background-size: 30px 30px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
  pointer-events: none;
  position: absolute;
}

.console-top,
.route-map,
.mail-stack {
  position: relative;
  z-index: 1;
}

.console-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.console-top span,
.mail-stack span,
.mock-status,
.smtp-field span {
  color: rgba(231, 238, 232, 0.6);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.console-top strong {
  color: #a5e8d4;
  font-size: 12px;
}

.route-map {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
  margin: 28px 0;
}

.route-node {
  background: rgba(231, 238, 232, 0.08);
  border: 1px solid rgba(231, 238, 232, 0.11);
  border-radius: 12px;
  color: rgba(231, 238, 232, 0.72);
  font-size: 12px;
  font-weight: 900;
  min-height: 58px;
  padding: 13px;
}

.route-node.active {
  background: rgba(11, 110, 79, 0.3);
  color: #e7eee8;
}

.route-node.sent {
  background: rgba(201, 137, 25, 0.22);
  color: #ffe1a3;
}

.route-line {
  background: linear-gradient(90deg, rgba(165, 232, 212, 0.16), rgba(165, 232, 212, 0.86));
  border-radius: 999px;
  height: 3px;
  overflow: hidden;
  position: relative;
}

.route-line::after {
  animation: routePulse 2.4s cubic-bezier(0.2, 0, 0, 1) infinite;
  background: #fff;
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%);
}

@keyframes routePulse {
  to { transform: translateX(100%); }
}

.mail-stack {
  display: grid;
  gap: 10px;
}

.mail-stack article {
  background: rgba(231, 238, 232, 0.08);
  border: 1px solid rgba(231, 238, 232, 0.1);
  border-radius: 12px;
  padding: 14px;
}

.mail-stack strong {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}

.mail-stack p {
  color: #a5e8d4;
  font-size: 13px;
  font-weight: 900;
  margin: 8px 0 0;
}

.guide-provider-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.guide-provider {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  cursor: pointer;
  min-height: 152px;
  padding: 16px;
  text-align: left;
  transition-duration: 180ms;
  transition-property: background-color, border-color, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.guide-provider:hover,
.guide-provider.is-active {
  background: #fff;
  border-color: rgba(11, 110, 79, 0.26);
  box-shadow: 0 24px 60px rgba(11, 110, 79, 0.14);
  transform: translateY(-2px);
}

.guide-provider span,
.guide-provider strong,
.guide-provider small {
  display: block;
}

.guide-provider span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-provider strong {
  font-size: 22px;
  line-height: 1;
  margin-top: 18px;
}

.guide-provider small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
  line-height: 1.38;
  margin-top: 9px;
}

.guide-panel {
  animation: panelIn 260ms cubic-bezier(0.2, 0, 0, 1) both;
  margin-top: 16px;
}

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

.guide-steps,
.staff-flow-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-step-card,
.staff-flow-grid article,
.checklist-board,
.guide-faq {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.guide-step-card,
.staff-flow-grid article {
  min-height: 212px;
  padding: 18px;
}

.guide-step-card span,
.staff-flow-grid span {
  align-items: center;
  background: rgba(11, 110, 79, 0.1);
  border-radius: 10px;
  color: var(--mint);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.guide-step-card h3,
.staff-flow-grid h3,
.guide-managed h3 {
  font-size: 22px;
  line-height: 1.05;
  margin: 18px 0 9px;
}

.guide-step-card p,
.staff-flow-grid p,
.guide-managed p,
.guide-faq p,
.smtp-preset span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 730;
  line-height: 1.48;
}

.guide-visual-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.64fr);
  margin-top: 14px;
}

.mock-browser,
.mock-phone,
.smtp-form-shot,
.guide-managed {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.mock-browser {
  min-height: 350px;
  overflow: hidden;
}

.mock-chrome {
  align-items: center;
  background: #17211d;
  color: rgba(231, 238, 232, 0.76);
  display: flex;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
}

.mock-chrome span {
  background: #e25d47;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.mock-chrome span:nth-child(2) {
  background: #c98919;
}

.mock-chrome span:nth-child(3) {
  background: #0f9a74;
}

.mock-chrome strong {
  font-size: 12px;
  margin-left: 8px;
}

.mock-browser-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.mock-security-row,
.mock-toggle-row,
.mock-admin-note {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.08);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  min-height: 62px;
  padding: 14px;
}

.mock-security-row b,
.mock-toggle-row span {
  font-size: 15px;
}

.mock-security-row em,
.mock-toggle-row i {
  background: rgba(11, 110, 79, 0.1);
  border-radius: 999px;
  color: var(--mint);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  padding: 7px 9px;
}

.mock-security-row.active {
  border-color: rgba(11, 110, 79, 0.28);
  box-shadow: 0 14px 38px rgba(11, 110, 79, 0.1);
}

.mock-password {
  background:
    linear-gradient(135deg, rgba(11, 110, 79, 0.96), rgba(49, 92, 155, 0.92)),
    var(--mint);
  border-radius: 14px;
  color: #fff;
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1.05;
  min-height: 132px;
  padding: 26px;
}

.mock-phone {
  background: #101713;
  border: 8px solid #0b110f;
  border-radius: 34px;
  padding: 0;
}

.mock-phone-screen {
  background: linear-gradient(180deg, #f7faf6, #e6ede8);
  border-radius: 24px;
  min-height: 338px;
  padding: 20px;
}

.mock-phone h3 {
  font-size: 24px;
  line-height: 1.02;
  margin: 14px 0 20px;
}

.mock-phone label {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin: 14px 0 6px;
  text-transform: uppercase;
}

.mock-input {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  min-height: 42px;
  padding: 12px;
}

.mock-phone button {
  background: var(--mint);
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 950;
  margin-top: 18px;
  min-height: 44px;
  width: 100%;
}

.smtp-preset {
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(20, 33, 29, 0.1);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 14px;
  padding: 16px;
}

.smtp-preset strong,
.smtp-preset span {
  display: block;
}

.copy-pill {
  background: var(--dark);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  min-height: 40px;
  min-width: 112px;
  padding: 0 14px;
}

.smtp-form-shot {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
  padding: 18px;
}

.smtp-field {
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.08);
  border-radius: 12px;
  padding: 14px;
}

.smtp-field span {
  color: var(--muted);
}

.smtp-field strong {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 8px;
  overflow-wrap: anywhere;
}

.guide-managed {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  padding: 22px;
}

.delivery-timeline {
  display: grid;
  gap: 10px;
}

.delivery-timeline span {
  background: #fff;
  border: 1px solid rgba(20, 33, 29, 0.08);
  border-radius: 12px;
  font-weight: 950;
  min-height: 54px;
  padding: 16px;
}

.staff-flow-grid {
  margin-top: 30px;
}

.checklist-board {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 210px minmax(0, 1fr);
  margin-top: 30px;
  padding: 20px;
}

.checklist-progress {
  align-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at center, #fff 0 58%, transparent 59%),
    conic-gradient(var(--mint), rgba(11, 110, 79, 0.12));
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.checklist-progress strong {
  font-size: 42px;
  line-height: 1;
}

.checklist-progress span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  margin-top: 6px;
}

.checklist-items {
  display: grid;
  gap: 10px;
}

.checklist-items label {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 33, 29, 0.08);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  font-weight: 880;
  gap: 12px;
  min-height: 52px;
  padding: 0 14px;
}

.checklist-items input {
  accent-color: var(--mint);
  height: 20px;
  width: 20px;
}

.faq-stack {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.guide-faq {
  overflow: hidden;
}

.guide-faq-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-weight: 950;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 18px;
  text-align: left;
  width: 100%;
}

.guide-faq-button::after {
  content: "+";
  font-size: 22px;
}

.guide-faq.is-open .guide-faq-button::after {
  content: "-";
}

.guide-faq p {
  display: none;
  margin: 0;
  padding: 0 18px 18px;
}

.guide-faq.is-open p {
  display: block;
}

.admin-body {
  background: var(--dark);
  color: #e7eee8;
  min-height: 100vh;
}

.admin-login {
  align-items: center;
  display: grid;
  min-height: 100vh;
  padding: 22px;
}

.admin-login-panel {
  background:
    linear-gradient(145deg, rgba(23, 29, 26, 0.98), rgba(23, 42, 62, 0.72)),
    var(--dark-2);
  border: 1px solid rgba(231, 238, 232, 0.1);
  border-radius: 18px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  margin: 0 auto;
  max-width: 480px;
  padding: 26px;
  width: 100%;
}

.admin-login-panel h1,
.sidebar h1 {
  font-size: 38px;
  line-height: 0.96;
  margin: 24px 0 10px;
  text-wrap: balance;
}

.admin-login-panel p,
.admin-muted {
  color: rgba(231, 238, 232, 0.64);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.admin-login-panel label {
  color: rgba(231, 238, 232, 0.78);
  display: block;
  font-size: 12px;
  font-weight: 950;
  margin: 22px 0 8px;
  text-transform: uppercase;
}

.admin-login-panel input,
.admin-controls input,
.admin-controls select {
  background: #0d1210;
  border: 1px solid rgba(231, 238, 232, 0.14);
  border-radius: 8px;
  color: #e7eee8;
  min-height: 44px;
  outline: none;
  padding: 0 12px;
  width: 100%;
}

.admin-login-panel input:focus,
.admin-controls input:focus,
.admin-controls select:focus {
  border-color: rgba(165, 232, 212, 0.58);
  box-shadow: 0 0 0 4px rgba(11, 110, 79, 0.2);
}

.admin-error {
  color: #ffb2a6;
  font-weight: 850;
  min-height: 20px;
}

.admin-layout[hidden],
.admin-login[hidden] {
  display: none;
}

.admin-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  background: #121a17;
  border-right: 1px solid rgba(231, 238, 232, 0.08);
  padding: 22px;
}

.sidebar .brand {
  color: #e7eee8;
}

.admin-main {
  min-width: 0;
  padding: 22px;
}

.admin-topbar {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.admin-topbar h2 {
  font-size: 30px;
  margin: 0;
}

.admin-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-card {
  background: var(--dark-2);
  border: 1px solid rgba(231, 238, 232, 0.1);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  padding: 16px;
}

.admin-card-spaced {
  margin-top: 14px;
}

.admin-card strong {
  display: block;
  font-size: 30px;
  font-variant-numeric: tabular-nums;
  font-weight: 950;
}

.admin-card span {
  color: rgba(231, 238, 232, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.admin-summary-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 16px 0;
}

.admin-summary-grid article {
  background: rgba(231, 238, 232, 0.045);
  border: 1px solid rgba(231, 238, 232, 0.1);
  border-radius: 10px;
  min-width: 0;
  padding: 12px;
}

.admin-summary-grid span,
.admin-summary-grid strong {
  display: block;
}

.admin-summary-grid span {
  color: rgba(231, 238, 232, 0.56);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-summary-grid strong {
  color: var(--paper);
  font-size: 14px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.admin-table-wrap {
  overflow: auto;
}

.admin-table {
  border-collapse: collapse;
  margin-top: 14px;
  min-width: 820px;
  width: 100%;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid rgba(231, 238, 232, 0.08);
  padding: 13px 8px;
  text-align: left;
}

.admin-table th {
  color: rgba(231, 238, 232, 0.56);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-table button,
.admin-controls button,
.admin-login-panel button {
  background: var(--mint);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 950;
  min-height: 42px;
  padding: 0 12px;
  transition-duration: 180ms;
  transition-property: background-color, transform;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.admin-table button:hover,
.admin-controls button:hover,
.admin-login-panel button:hover {
  background: #0f7e5c;
  transform: translateY(-1px);
}

.admin-table button:active,
.admin-controls button:active,
.admin-login-panel button:active {
  transform: scale(0.96);
}

.admin-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-controls input {
  max-width: 280px;
}

.status {
  border-radius: 999px;
  display: inline-block;
  font-size: 12px;
  font-weight: 950;
  padding: 6px 9px;
}

.status.active,
.status.trialing {
  background: rgba(11, 110, 79, 0.28);
  color: #a5e8d4;
}

.status.past_due {
  background: rgba(201, 137, 25, 0.24);
  color: #ffd486;
}

.status.canceled,
.status.inactive {
  background: rgba(226, 93, 71, 0.22);
  color: #ffb2a6;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 1040px) {
  .hero,
  .workflow-lab,
  .guide-hero,
  .email-choice-demo,
  .guide-managed,
  .account-layout,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .pricing-grid,
  .launch-overview,
  .guide-provider-grid,
  .email-choice-panels,
  .guide-steps,
  .account-launch,
  .site-access-form,
  .staff-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-grid,
  .admin-summary-grid,
  .launch-checklist-grid,
  .account-status-grid,
  .launch-path-grid,
  .operator-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .public-nav {
    padding: 16px;
  }

  .hero {
    gap: 28px;
    min-height: auto;
    padding: 32px 16px 40px;
  }

  .hero h1 {
    font-size: clamp(42px, 15vw, 64px);
  }

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

  .device-shell {
    border-width: 7px;
    max-width: 100%;
    transform: none;
  }

  .device-screen {
    min-height: 580px;
  }

  .operator-strip,
  .feature-grid,
  .launch-overview,
  .trust-band,
  .pricing-grid,
  .guide-provider-grid,
  .email-choice-demo,
  .email-choice-panels,
  .guide-steps,
  .guide-visual-grid,
  .staff-flow-grid,
  .smtp-form-shot,
  .checklist-board,
  .launch-checklist-grid,
  .account-status-grid,
  .account-launch,
  .launch-path-grid,
  .admin-grid,
  .admin-summary-grid {
    grid-template-columns: 1fr;
  }

  .account-shell {
    padding: 34px 16px 64px;
  }

  .account-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .account-dashboard-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-dashboard {
    padding: 18px;
  }

  .account-dashboard-head .button,
  .account-actions .button {
    width: 100%;
  }

  .site-access-form,
  .site-secret-grid,
  .account-device-detail-grid {
    grid-template-columns: 1fr;
  }

  .site-access-form .button {
    width: 100%;
  }

  .site-access-row {
    align-items: stretch;
    flex-direction: column;
  }

  .site-access-row-actions {
    justify-content: flex-start;
  }

  .account-device-button {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .account-device-button i {
    grid-column: 2;
    justify-self: start;
  }

  .account-device-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .account-device-remove {
    width: 100%;
  }

  .pricing-shell {
    border-radius: 18px;
    padding: 18px;
  }

  .pricing-head {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .pricing-head h2 {
    font-size: clamp(38px, 14vw, 58px);
    line-height: 0.92;
  }

  .trial-summary {
    border-radius: 14px;
    padding: 16px;
  }

  .trial-summary strong {
    font-size: 22px;
  }

  .pricing-grid {
    margin-top: 18px;
  }

  .plan-card {
    min-height: 430px;
    padding: 18px;
  }

  .plan-card:hover {
    transform: none;
  }

  .plan-card.featured {
    transform: none;
  }

  .enterprise-option {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .enterprise-option .button {
    justify-content: center;
    width: 100%;
  }

  .checkout-panel {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .checkout-fields {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 66px 16px 0;
  }

  .guide-hero {
    padding: 32px 16px 20px;
  }

  .guide-console {
    padding: 16px;
  }

  .guide-provider {
    min-height: 118px;
    padding: 14px;
  }

  .guide-provider strong {
    font-size: 20px;
    margin-top: 10px;
  }

  .guide-provider small {
    margin-top: 7px;
  }

  .guide-step-card,
  .staff-flow-grid article {
    min-height: auto;
  }

  .route-map {
    grid-template-columns: 1fr;
  }

  .route-line {
    height: 24px;
    justify-self: center;
    width: 3px;
  }

  .route-line::after {
    transform: translateY(-100%);
  }

  @keyframes routePulse {
    to { transform: translateY(100%); }
  }

  .smtp-preset {
    align-items: flex-start;
    flex-direction: column;
  }

  .copy-pill {
    width: 100%;
  }

  .checklist-progress {
    justify-self: center;
    max-width: 210px;
  }

  .section-head {
    display: block;
  }

  .site-footer,
  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Production web structure */

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(15, 154, 116, 0.48);
  outline-offset: 3px;
}

.nav-menu-toggle {
  display: none;
}

.hero {
  align-items: center;
  display: flex;
  height: clamp(440px, calc(100svh - 112px), 760px);
  isolation: isolate;
  max-width: none;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.hero-media,
.hero-media img,
.hero-scrim {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-media {
  z-index: -2;
}

.hero-media img {
  object-fit: cover;
  object-position: center center;
}

.hero-scrim {
  background: rgba(9, 18, 15, 0.5);
  z-index: -1;
}

.hero-copy {
  margin: 0 auto;
  padding: 34px 18px;
  width: min(1180px, 100%);
}

.hero h1 {
  color: #fff;
  font-size: 68px;
  line-height: 0.96;
  max-width: 820px;
}

.hero .eyebrow {
  color: #b7f0dc;
}

.hero .hero-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  max-width: 690px;
}

.hero .button.secondary {
  background: rgba(9, 18, 15, 0.72);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  color: #fff;
}

.hero .signal-row {
  border-color: rgba(255, 255, 255, 0.26);
  max-width: 690px;
}

.hero .signal-row span {
  background: rgba(9, 18, 15, 0.68);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
}

.operator-strip {
  border-radius: 0 0 8px 8px;
  margin-top: 0;
}

.pricing-shell {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  padding: 0;
}

.pricing-shell::before {
  display: none;
}

.plan-card,
.feature-card,
.launch-overview article,
.trust-band article,
.trial-summary,
.enterprise-option,
.checkout-panel,
.checkout-form,
.checkout-payment,
.pricing-note,
.guide-console,
.guide-step-card,
.staff-flow-grid article,
.launch-path-grid article,
.email-mode-card,
.guide-managed,
.checklist-board,
.guide-faq,
.account-login,
.account-status-grid article,
.account-attention,
.site-access-row,
.account-device-row,
.admin-login-panel,
.admin-card,
.admin-summary-grid article,
.owner-dialog,
.admin-dialog,
.contact-grid article {
  border-radius: 8px;
}

.plan-card.is-unavailable {
  cursor: not-allowed;
  filter: grayscale(0.5);
  opacity: 0.62;
}

.plan-card.is-unavailable:hover {
  box-shadow: 0 18px 40px rgba(20, 33, 29, 0.08);
  transform: none;
}

.plan-catalog-status {
  margin-top: 12px;
  text-align: center;
}

.checkout-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-inline: 0;
}

.checkout-consent {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.checkout-consent a {
  color: var(--mint);
  font-weight: 900;
}

.footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--mint);
  text-decoration: underline;
}

.account-body.account-authenticated .account-shell {
  max-width: 1180px;
}

.account-dashboard {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-width: 0;
  padding: 0;
}

.account-dashboard-head {
  align-items: center;
  padding: 10px 0 20px;
}

.account-dashboard-head strong {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.08;
}

.account-tabs {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 4px;
  max-width: 100%;
  margin-top: 8px;
  overflow-x: auto;
}

.account-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
  min-height: 48px;
  padding: 0 14px;
  white-space: nowrap;
}

.account-tabs button.is-active {
  border-bottom-color: var(--mint);
  color: var(--ink);
}

.account-panel {
  padding: 28px 0 4px;
}

.account-panel[hidden] {
  display: none !important;
}

.account-panel-head {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.account-panel-head > div {
  max-width: 760px;
}

.account-panel-head span,
.dialog-head span {
  color: var(--mint);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.account-panel-head h2,
.dialog-head h2 {
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
}

.account-panel-head p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.5;
  margin: 8px 0 0;
}

.account-status-grid {
  margin-top: 0;
}

.account-attention {
  align-items: center;
  background: rgba(201, 137, 25, 0.1);
  border: 1px solid rgba(201, 137, 25, 0.28);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 14px;
  padding: 16px;
}

.account-attention p,
.billing-summary p {
  color: var(--muted);
  margin: 5px 0 0;
}

.account-capacity-attention {
  background: #fff8e8;
  border-color: #ead8ad;
}

.account-capacity-attention strong,
.account-capacity-attention p {
  color: #72571f;
}

.billing-summary {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

.billing-summary strong {
  display: block;
  font-size: 26px;
}

.site-access-form {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 1fr) minmax(150px, 0.45fr) auto;
  padding-bottom: 20px;
}

.site-advanced {
  grid-column: 1 / -1;
}

.site-advanced summary {
  color: var(--mint);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  padding: 6px 0;
}

.site-advanced-fields {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 8px;
  max-width: 680px;
}

.site-secret-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.site-secret-actions button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 11px;
}

.site-access-row-copy {
  min-width: 0;
}

.site-access-row.is-inactive {
  opacity: 0.7;
}

.site-email-state {
  color: var(--muted);
  display: inline-block;
  font-size: 12px;
  font-weight: 850;
  margin-top: 8px;
}

.site-email-state.is-enabled {
  color: var(--mint);
}

.account-device-primary {
  min-width: 0;
}

.setup-steps {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 0;
  padding: 0;
}

.setup-steps li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 36px minmax(0, 1fr);
  min-height: 72px;
  padding: 10px 0;
}

.setup-steps li > span {
  align-items: center;
  background: rgba(20, 33, 29, 0.08);
  border-radius: 50%;
  display: flex;
  font-size: 12px;
  font-weight: 950;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.setup-steps li[data-state="complete"] > span {
  background: var(--mint);
  color: #fff;
}

.setup-steps li[data-state="current"] > span {
  background: var(--amber);
  color: #fff;
}

.setup-steps strong,
.setup-steps small {
  display: block;
}

.setup-steps small {
  color: var(--muted);
  font-weight: 800;
  margin-top: 5px;
}

.account-global-status {
  margin-top: 24px;
}

.owner-dialog,
.admin-dialog {
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  max-height: min(760px, calc(100vh - 32px));
  max-width: 560px;
  padding: 0;
  width: calc(100% - 32px);
}

.owner-dialog::backdrop,
.admin-dialog::backdrop {
  background: rgba(7, 12, 10, 0.68);
}

.owner-dialog form,
.admin-dialog form {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.dialog-head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.dialog-close {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}

.owner-dialog form > label,
.admin-dialog form > label:not(.setting-toggle) {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 850;
  gap: 7px;
}

.owner-dialog input:not([type="checkbox"]),
.admin-dialog input:not([type="checkbox"]),
.admin-dialog textarea,
.admin-dialog select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 44px;
  padding: 9px 11px;
  width: 100%;
}

.setting-toggle {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-top: 14px;
}

.setting-toggle strong,
.setting-toggle small {
  display: block;
}

.setting-toggle small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.setting-toggle input {
  accent-color: var(--mint);
  height: 22px;
  width: 22px;
}

.setting-toggle-danger strong {
  color: #9f2f28;
}

.dialog-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 4px;
}

.dialog-copy {
  color: var(--muted);
  font-size: 15px;
  font-weight: 680;
  line-height: 1.55;
  margin: 0;
}

.dialog-copy strong {
  color: var(--ink);
}

.owner-confirm-dialog {
  max-width: 480px;
}

.legal-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 52px 18px 80px;
}

.legal-hero {
  border-bottom: 1px solid var(--line);
  max-width: 900px;
  padding-bottom: 38px;
}

.legal-hero h1 {
  font-size: 56px;
  line-height: 1;
  margin: 0;
  max-width: 820px;
}

.legal-hero > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  font-weight: 680;
  line-height: 1.55;
  max-width: 780px;
}

.legal-hero small {
  color: var(--muted);
  font-weight: 800;
}

.legal-layout {
  display: grid;
  gap: 54px;
  grid-template-columns: 190px minmax(0, 760px);
  margin-top: 38px;
}

.legal-nav {
  align-self: start;
  display: grid;
  gap: 4px;
  position: sticky;
  top: 20px;
}

.legal-nav a {
  border-left: 3px solid transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  padding: 9px 12px;
  text-decoration: none;
}

.legal-nav a:hover,
.legal-nav a:focus-visible {
  border-left-color: var(--mint);
  color: var(--ink);
}

.legal-content section {
  border-bottom: 1px solid var(--line);
  padding: 0 0 30px;
  scroll-margin-top: 20px;
}

.legal-content section + section {
  padding-top: 30px;
}

.legal-content h2,
.contact-grid h2 {
  font-size: 26px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.legal-content p,
.contact-grid p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.65;
}

.legal-content a,
.contact-grid a {
  color: var(--mint);
  font-weight: 900;
}

.contact-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
  max-width: 920px;
}

.contact-grid article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  padding: 20px;
}

.contact-grid article > span {
  color: var(--mint);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.admin-section-links {
  border-top: 1px solid rgba(231, 238, 232, 0.1);
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding-top: 16px;
}

.admin-section-links a {
  border-radius: 8px;
  color: rgba(231, 238, 232, 0.78);
  font-size: 14px;
  font-weight: 850;
  padding: 10px;
  text-decoration: none;
}

.admin-section-links a:hover {
  background: rgba(231, 238, 232, 0.08);
  color: #fff;
}

.sidebar .admin-actions button {
  background: rgba(231, 238, 232, 0.08);
  border: 1px solid rgba(231, 238, 232, 0.18);
  border-radius: 8px;
  color: #e7eee8;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 40px;
  padding: 0 14px;
}

.sidebar .admin-actions button:first-child {
  background: var(--mint);
  border-color: var(--mint);
  color: #fff;
}

.sidebar .admin-actions button:hover,
.sidebar .admin-actions button:focus-visible {
  border-color: rgba(165, 232, 212, 0.72);
}

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

.admin-action-status {
  color: rgba(231, 238, 232, 0.68);
  font-size: 13px;
  font-weight: 850;
  margin: 0 0 12px;
  min-height: 20px;
}

.admin-action-status[data-state="success"] {
  color: #a5e8d4;
}

.admin-action-status[data-state="error"] {
  color: #ffb2a6;
}

.admin-detail-head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.admin-detail-head h2 {
  margin: 0;
}

.admin-account-actions {
  border-bottom: 1px solid rgba(231, 238, 232, 0.1);
  padding-bottom: 18px;
}

.admin-dialog {
  background: var(--dark-2);
  color: #e7eee8;
}

.admin-dialog form > label:not(.setting-toggle) {
  color: rgba(231, 238, 232, 0.76);
}

.admin-dialog input:not([type="checkbox"]),
.admin-dialog textarea,
.admin-dialog select {
  background: #0d1210;
  border-color: rgba(231, 238, 232, 0.16);
  color: #e7eee8;
}

.admin-secondary-button {
  background: transparent !important;
  border: 1px solid rgba(231, 238, 232, 0.2) !important;
  box-shadow: none !important;
}

.admin-dialog label[hidden] {
  display: none !important;
}

.admin-dialog button {
  background: var(--mint);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 950;
  min-height: 42px;
  padding: 0 14px;
}

.admin-dialog button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.admin-dialog .dialog-close {
  background: transparent;
  border: 1px solid rgba(231, 238, 232, 0.2);
  border-radius: 50%;
  min-height: 38px;
  padding: 0;
}

@media (max-width: 1040px) {
  .hero h1 {
    font-size: 58px;
    max-width: 720px;
  }

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

@media (max-width: 720px) {
  .public-nav {
    position: relative;
    z-index: 50;
  }

  .nav-menu-toggle {
    align-content: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
    display: grid;
    gap: 4px;
    height: 42px;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    width: 42px;
  }

  .nav-menu-toggle span {
    background: var(--ink);
    border-radius: 999px;
    display: block;
    height: 2px;
    transition: transform 160ms ease, opacity 160ms ease;
    width: 19px;
  }

  .public-nav.nav-open .nav-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .public-nav.nav-open .nav-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .public-nav.nav-open .nav-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .public-nav .nav-links {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(20, 33, 29, 0.18);
    display: none;
    gap: 2px;
    left: 16px;
    padding: 8px;
    position: absolute;
    right: 16px;
    top: calc(100% - 4px);
  }

  .public-nav.nav-open .nav-links {
    display: grid;
  }

  .public-nav .nav-links a,
  .public-nav .session-signout {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 46px;
    padding: 0 12px;
    width: 100%;
  }

  .public-nav .session-signout {
    box-shadow: none;
  }

  .hero {
    height: clamp(440px, calc(100svh - 108px), 620px);
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero-scrim {
    background: rgba(9, 18, 15, 0.62);
  }

  .hero-copy {
    padding: 24px 16px;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 0.98;
  }

  .hero .hero-lead {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 16px;
  }

  .hero .hero-actions {
    margin-top: 20px;
  }

  .hero .signal-row {
    margin-top: 20px;
  }

  .hero .signal-row span:last-child {
    display: none;
  }

  .account-dashboard-head strong {
    font-size: 30px;
  }

  .account-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-inline: -16px;
    overflow-x: visible;
    padding-inline: 16px;
  }

  .account-tabs button {
    font-size: 12px;
    min-width: 0;
    padding-inline: 3px;
  }

  .account-panel-head,
  .account-attention {
    align-items: stretch;
    flex-direction: column;
  }

  .account-panel-head .button,
  .account-attention .button {
    width: 100%;
  }

  .site-access-form,
  .site-advanced-fields {
    grid-template-columns: 1fr;
  }

  .site-advanced,
  .site-access-form .button {
    grid-column: 1;
  }

  .site-access-row-actions button {
    flex: 1 1 auto;
  }

  .dialog-actions {
    flex-direction: column-reverse;
  }

  .dialog-actions .button,
  .dialog-actions button {
    width: 100%;
  }

  .legal-shell {
    padding: 34px 16px 64px;
  }

  .legal-hero h1 {
    font-size: 42px;
  }

  .legal-layout {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .legal-nav {
    border-bottom: 1px solid var(--line);
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    position: static;
  }

  .legal-nav a {
    border-bottom: 3px solid transparent;
    border-left: 0;
    white-space: nowrap;
  }

  .legal-nav a:hover,
  .legal-nav a:focus-visible {
    border-bottom-color: var(--mint);
  }

  .contact-grid,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    gap: 16px;
  }
}

/* Presentation system: public home and signed-out owner entry */

:root {
  --ink: #18211e;
  --paper: #f6f7f5;
  --paper-2: #edf0ee;
  --surface: #ffffff;
  --surface-soft: #f9faf9;
  --mint: #0d6b50;
  --mint-2: #14805f;
  --amber: #b7791f;
  --cobalt: #356a87;
  --coral: #b5473b;
  --dark: #17201d;
  --dark-2: #202a26;
  --dark-3: #29342f;
  --line: #dde3df;
  --muted: #5e6a65;
  --shadow-soft: 0 8px 24px rgba(24, 33, 30, 0.06);
  --shadow-deep: 0 18px 48px rgba(24, 33, 30, 0.12);
}

body {
  font-family: Inter, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.site-body {
  background: var(--paper);
}

.page-grid {
  display: none;
}

.public-nav {
  background: rgba(255, 255, 255, 0.98);
  gap: 24px;
  max-width: 1200px;
  min-height: 72px;
  padding: 14px 24px;
}

.brand {
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
}

.brand-mark,
.brand-mark.small {
  background: var(--mint);
  border-radius: 8px;
  box-shadow: none;
}

.brand-mark::before {
  display: none;
}

.nav-links {
  gap: 2px;
}

.nav-links a {
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  padding: 10px;
}

.nav-links a:hover {
  background: #f0f3f1;
  color: var(--ink);
  transform: none;
}

.button,
.session-signout {
  border-radius: 6px;
  box-shadow: none;
  font-weight: 700;
  min-height: 44px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.session-signout:hover {
  box-shadow: none;
  transform: none;
}

.button:active,
.session-signout:active {
  transform: none;
}

.password-input {
  display: block;
  position: relative;
}

.password-input input {
  padding-right: 66px !important;
  width: 100%;
}

.password-input button {
  background: transparent;
  border: 0;
  color: var(--mint);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  min-height: 36px;
  padding: 0 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.password-input button:hover {
  text-decoration: underline;
}

.home-body .hero {
  align-items: center;
  display: flex;
  height: clamp(520px, calc(100svh - 104px), 680px);
  isolation: isolate;
  max-width: none;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.home-body .hero-media,
.home-body .hero-media img,
.home-body .hero-scrim {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.home-body .hero-media {
  z-index: -2;
}

.home-body .hero-media img {
  object-fit: cover;
  object-position: 58% center;
}

.home-body .hero-scrim {
  background: rgba(11, 19, 16, 0.54);
  z-index: -1;
}

.home-body .hero-copy {
  margin: 0 auto;
  padding: 48px 24px;
  width: min(1200px, 100%);
}

.home-body .eyebrow,
.account-body:not(.account-authenticated) .eyebrow {
  color: var(--mint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.home-body .hero .eyebrow {
  color: #bce8d8;
}

.home-body .hero h1 {
  color: #ffffff;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.04;
  margin: 0;
  max-width: 720px;
}

.home-body .hero-statement {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin: 18px 0 0;
  max-width: 680px;
}

.home-body .hero .hero-lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin: 14px 0 0;
  max-width: 650px;
}

.home-body .hero-actions {
  gap: 12px;
  margin-top: 26px;
}

.home-body .hero .button.secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.58);
  color: #ffffff;
}

.home-body .hero .button.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

.home-body .reveal,
.home-body .reveal-delay-1,
.home-body .reveal-delay-2 {
  animation: none;
}

.home-body .operator-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  border-top: 0;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1200px;
  overflow: visible;
}

.home-body .operator-strip div {
  align-items: center;
  background: #ffffff;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 12px;
  min-height: 76px;
  padding: 18px 24px;
}

.home-body .operator-strip div:last-child {
  border-right: 0;
}

.home-body .operator-strip span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.home-body .operator-strip strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.home-body .section {
  max-width: 1200px;
  padding: 96px 24px 0;
}

.home-body .section-head {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
}

.home-body .section h2,
.home-body .control-band h2,
.home-body .pricing-head h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.14;
  margin: 0;
  max-width: 720px;
}

.home-body .section-intro,
.home-body .pricing-intro {
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin: 0;
}

.home-body .pricing-intro {
  margin-top: 16px;
  max-width: 720px;
}

.home-body .workflow-lab {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  gap: 0;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  margin-top: 40px;
}

.home-body .workflow-tabs {
  background: #f1f3f2;
  gap: 0;
  padding: 16px 0;
}

.home-body .flow-step {
  background: transparent;
  border: 0;
  border-left: 3px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  min-height: 62px;
  padding: 0 22px;
  transform: none;
}

.home-body .flow-step:hover,
.home-body .flow-step.is-active {
  background: #ffffff;
  border-left-color: var(--mint);
  box-shadow: none;
  color: var(--ink);
  transform: none;
}

.home-body .flow-step span {
  color: var(--mint);
  font-weight: 700;
}

.home-body .workflow-display {
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  color: var(--ink);
  min-height: 330px;
  padding: 38px 42px 54px;
}

.home-body .workflow-display::after {
  display: none;
}

.home-body .display-code {
  color: var(--mint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-body .workflow-display h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.16;
  margin: 48px 0 12px;
}

.home-body .workflow-display p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  margin: 0;
}

.home-body .display-meter {
  background: #e7ece9;
  border-radius: 0;
  bottom: 32px;
  height: 3px;
  left: 42px;
  right: 42px;
}

.home-body .display-meter span {
  background: var(--mint);
  border-radius: 0;
}

.home-body .role-comparison {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
}

.home-body .role-comparison article {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  padding: 34px 40px 36px 0;
}

.home-body .role-comparison article + article {
  border-left: 1px solid var(--line);
  padding-left: 40px;
  padding-right: 0;
}

.home-body .role-label {
  color: var(--mint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.home-body .role-comparison h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.home-body .role-comparison ul {
  color: var(--muted);
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.home-body .role-comparison li {
  font-size: 15px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}

.home-body .role-comparison li::before {
  color: var(--mint);
  content: "\2022";
  font-weight: 700;
  left: 2px;
  position: absolute;
}

.home-body .control-band {
  background: var(--dark);
  color: #ffffff;
  margin-top: 96px;
  width: 100%;
}

.home-body .control-band-inner {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  margin: 0 auto;
  max-width: 1200px;
  padding: 78px 24px;
}

.home-body .control-band .eyebrow {
  color: #9dd5c2;
}

.home-body .control-band h2 {
  color: #ffffff;
}

.home-body .control-intro a {
  color: #bce8d8;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 26px;
  text-underline-offset: 4px;
}

.home-body .control-facts {
  margin: 0;
}

.home-body .control-facts div {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 22px;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 20px 0;
}

.home-body .control-facts div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-body .control-facts dt {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.home-body .control-facts dd {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.home-body .pricing-section {
  padding-bottom: 8px;
}

.home-body .pricing-shell {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.home-body .pricing-shell::before {
  display: none;
}

.home-body .pricing-head {
  display: block;
}

.home-body .pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  perspective: none;
}

@media (min-width: 721px) and (max-width: 1050px) {
  .home-body .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.home-body .plan-card {
  animation: none;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
  min-height: 390px;
  padding: 24px;
  transform: none;
}

.home-body .plan-card::before,
.home-body .plan-card::after {
  display: none;
}

.home-body .plan-card:hover,
.home-body .plan-card:focus-within,
.home-body .plan-card.is-attention,
.home-body .plan-card.is-selected,
.home-body .pricing-grid.is-comparing .plan-card,
.home-body .pricing-grid.has-selection .plan-card {
  background: #ffffff;
  border-color: #9eb2aa;
  box-shadow: none;
  filter: none;
  opacity: 1;
  transform: none;
}

.home-body .plan-card.featured,
.home-body .pricing-grid.is-comparing .plan-card.featured,
.home-body .pricing-grid.has-selection .plan-card.featured {
  background: #ffffff;
  border: 2px solid var(--mint);
  box-shadow: none;
  transform: none;
}

.home-body .plan-spotlight,
.home-body .plan-card.featured .plan-spotlight,
.home-body .plan-card.is-attention .plan-spotlight,
.home-body .plan-card.is-selected .plan-spotlight,
.home-body .plan-card:focus-within .plan-spotlight,
.home-body .pricing-grid.is-comparing .plan-card.featured:not(.is-attention):not(.is-selected) .plan-spotlight,
.home-body .pricing-grid.has-selection .plan-card.featured:not(.is-selected):not(.is-attention) .plan-spotlight {
  background: #edf6f2;
  border-radius: 4px;
  box-shadow: none;
  color: var(--mint);
  font-size: 11px;
  font-weight: 700;
  opacity: 1;
  padding: 6px 8px;
  transform: none;
}

.home-body .plan-top {
  align-items: start;
  margin-top: 2px;
}

.home-body .plan-top h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.home-body .plan-top > span {
  display: none;
}

.home-body .plan-fit {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 18px;
  min-height: 42px;
}

.home-body .price-block {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 18px;
  padding-bottom: 20px;
}

.home-body .price-block span {
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

.home-body .price-block strong {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

.home-body .price-block em {
  color: var(--muted);
  flex-basis: 100%;
  font-size: 12px;
  font-weight: 400;
  margin: 8px 0 0;
}

.home-body .plan-card ul {
  gap: 10px;
  margin: 20px 0 24px;
}

.home-body .plan-card li {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.home-body .plan-card li::before {
  color: var(--mint);
  content: "\2713\00a0";
  font-weight: 700;
}

.home-body .plan-card .button,
.home-body .plan-card.is-attention .button.secondary,
.home-body .plan-card.is-selected .button.secondary,
.home-body .plan-card:focus-within .button.secondary,
.home-body .pricing-grid.is-comparing .plan-card.featured:not(.is-attention):not(.is-selected) .button,
.home-body .pricing-grid.has-selection .plan-card.featured:not(.is-selected):not(.is-attention) .button {
  background: var(--mint);
  border-color: var(--mint);
  box-shadow: none;
  color: #ffffff;
}

.home-body .enterprise-option {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  border-top: 1px solid var(--line);
  box-shadow: none;
  color: var(--ink);
  margin-top: 24px;
  padding: 22px 0;
}

.home-body .enterprise-option[hidden] {
  display: none !important;
}

.home-body .enterprise-option span {
  color: var(--mint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-body .enterprise-option strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 5px;
}

.home-body .enterprise-option p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.home-body .checkout-panel {
  border-top: 1px solid var(--line);
  box-shadow: none;
  padding-top: 28px;
}

.home-body .checkout-panel-copy strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.home-body .checkout-form,
.home-body .checkout-payment {
  background: #ffffff;
  border-color: var(--line);
  border-radius: 8px;
}

.home-body .site-footer,
.account-body .site-footer {
  border-top-color: var(--line);
  margin-top: 80px;
  max-width: 1200px;
  padding: 24px;
}

.footer-links a {
  font-weight: 600;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-shell {
  max-width: 980px;
  padding: 56px 24px 72px;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-hero {
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-hero h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 0 10px;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-layout {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 440px) minmax(0, 330px);
  justify-content: center;
  margin: 30px auto 0;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-login {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
  gap: 14px;
  order: 1;
  padding: 28px;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-entry-context {
  color: var(--muted);
  display: grid;
  gap: 24px;
  order: 2;
  padding: 12px 0;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-entry-context > div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-entry-context span {
  color: var(--mint);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-entry-context strong {
  color: var(--ink);
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 7px;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-entry-context p {
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 0;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-entry-context .button {
  margin-top: 16px;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-login > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-login > strong {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-login label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-login input {
  border-color: #cfd7d2;
  min-height: 48px;
}

.account-body:not(.reset-body):not(.account-authenticated) .account-text-button {
  font-weight: 600;
}

.account-auth-entry {
  align-self: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
}

.account-auth-entry[hidden],
.account-auth-mode[hidden] {
  display: none !important;
}

.account-auth-mode {
  background: #eef3f0;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 8px 8px 0;
  padding: 4px;
}

.account-auth-mode button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #52615c;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 40px;
  padding: 8px 12px;
}

.account-auth-mode button.is-active {
  background: #fff;
  border-color: #d4ddd8;
  color: var(--ink);
}

.account-body:not(.reset-body):not(.account-authenticated) .account-auth-entry .account-login {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 24px 28px 28px;
}

.account-register .account-helper {
  margin: -4px 0 2px;
}

.account-consent {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: -2px 0 0;
}

.account-consent a {
  color: var(--mint);
  font-weight: 700;
}

.account-body.account-authenticated .site-access-form {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
}

.account-body.account-authenticated .site-access-form .button {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 190px;
  width: auto;
}

@media (max-width: 900px) {
  .home-body .section-head {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  }

  .home-body .control-band-inner {
    gap: 44px;
  }

  .home-body .public-nav .nav-links a:nth-child(2),
  .home-body .public-nav .nav-links a:nth-child(3) {
    display: none;
  }

}

@media (max-width: 720px) {
  .public-nav {
    min-height: 64px;
    padding: 11px 16px;
  }

  .nav-menu-toggle {
    background: #ffffff;
    border-color: var(--line);
    border-radius: 6px;
    height: 40px;
    width: 40px;
  }

  .home-body .hero {
    height: clamp(490px, calc(100svh - 88px), 620px);
  }

  .home-body .hero-media img {
    object-position: 66% center;
  }

  .home-body .hero-scrim {
    background: rgba(9, 17, 14, 0.61);
  }

  .home-body .hero-copy {
    padding: 30px 20px;
  }

  .home-body .hero h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .home-body .hero-statement {
    font-size: 23px;
    line-height: 1.28;
    margin-top: 14px;
  }

  .home-body .hero .hero-lead {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }

  .home-body .hero-actions {
    margin-top: 20px;
  }

  .home-body .hero-actions .button {
    min-height: 44px;
  }

  .home-body .operator-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-body .operator-strip div {
    border-bottom: 1px solid var(--line);
    min-height: 72px;
    padding: 14px 16px;
  }

  .home-body .operator-strip div:nth-child(2) {
    border-right: 0;
  }

  .home-body .operator-strip div:nth-child(n + 3) {
    border-bottom: 0;
  }

  .home-body .section {
    padding: 64px 20px 0;
  }

  .home-body .section-head {
    display: block;
  }

  .home-body .section h2,
  .home-body .control-band h2,
  .home-body .pricing-head h2 {
    font-size: 30px;
    line-height: 1.18;
  }

  .home-body .section-intro {
    margin-top: 16px;
  }

  .home-body .workflow-lab {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .home-body .workflow-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
  }

  .home-body .flow-step {
    border-bottom: 2px solid transparent;
    border-left: 0;
    font-size: 13px;
    min-height: 54px;
    padding: 0 10px;
  }

  .home-body .flow-step:hover,
  .home-body .flow-step.is-active {
    border-bottom-color: var(--mint);
    border-left: 0;
  }

  .home-body .workflow-display {
    min-height: 260px;
    padding: 28px 24px 48px;
  }

  .home-body .workflow-display h3 {
    font-size: 28px;
    margin-top: 34px;
  }

  .home-body .workflow-display p {
    font-size: 15px;
  }

  .home-body .display-meter {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .home-body .role-comparison {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .home-body .role-comparison article,
  .home-body .role-comparison article + article {
    border-left: 0;
    padding: 28px 0;
  }

  .home-body .role-comparison article + article {
    border-top: 1px solid var(--line);
  }

  .home-body .control-band {
    margin-top: 64px;
  }

  .home-body .control-band-inner {
    display: block;
    padding: 58px 20px;
  }

  .home-body .control-facts {
    margin-top: 34px;
  }

  .home-body .control-facts div {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .home-body .pricing-grid {
    display: grid;
    gap: 14px;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    margin: 30px 0 0;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .home-body .plan-card {
    min-height: 370px;
    scroll-snap-align: none;
  }

  .home-body .enterprise-option {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .home-body .enterprise-option .button {
    width: 100%;
  }

  .home-body .checkout-panel {
    grid-template-columns: 1fr;
    padding: 22px 0 0;
  }

  .home-body .site-footer,
  .account-body .site-footer {
    margin-top: 64px;
    padding: 22px 20px 28px;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .public-nav .nav-menu-toggle {
    display: none;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .public-nav .nav-links {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    left: auto;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .public-nav .nav-links a {
    display: none;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .public-nav .nav-links a:first-child {
    display: flex;
    min-height: 40px;
    padding: 0 8px;
    width: auto;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .account-shell {
    padding: 32px 16px 56px;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .account-hero {
    text-align: left;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .account-hero h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 6px 0 7px;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .account-hero p:not(.eyebrow) {
    font-size: 15px;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .account-layout {
    gap: 26px;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .account-login {
    padding: 22px;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .account-auth-entry .account-login {
    padding: 22px;
  }

  .account-body:not(.reset-body):not(.account-authenticated) .account-entry-context {
    padding: 0;
  }

  .account-body.account-authenticated .site-access-form {
    grid-template-columns: 1fr;
  }

  .account-body.account-authenticated .site-access-form .button {
    grid-column: 1;
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .home-body .hero h1 {
    font-size: 38px;
  }

  .home-body .hero-statement {
    font-size: 21px;
  }

  .home-body .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-body .hero-actions .button {
    width: 100%;
  }

  .home-body .operator-strip strong {
    font-size: 13px;
  }

  .home-body .operator-strip div {
    gap: 8px;
    padding-inline: 12px;
  }
}

/* Owner workspace: persistent navigation and a scan-first sites view. */
.account-body.account-authenticated .public-nav {
  border-bottom: 1px solid var(--line);
  max-width: none;
  padding-left: max(24px, calc((100vw - 1152px) / 2));
  padding-right: max(24px, calc((100vw - 1152px) / 2));
  position: sticky;
  top: 0;
  z-index: 100;
}

.account-body.account-authenticated .account-shell {
  padding-top: 24px;
}

.account-dashboard-head {
  padding-bottom: 18px;
}

.account-dashboard-head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.account-dashboard-head strong {
  font-size: 32px;
  line-height: 1.15;
  margin-top: 4px;
}

.account-tabs {
  background: var(--paper);
  position: sticky;
  scrollbar-width: thin;
  top: 72px;
  z-index: 90;
}

.account-tabs button {
  flex: 0 0 auto;
}

.account-panel {
  scroll-margin-top: 136px;
}

.session-signout {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: none;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  padding: 0 10px;
}

.session-signout:hover {
  background: #f0f3f1;
  border-color: transparent;
  color: var(--ink);
}

.session-signout:disabled {
  cursor: wait;
  opacity: 0.62;
}

.site-panel-head {
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  margin-bottom: 0;
  padding-bottom: 20px;
}

.site-panel-head > div:first-child {
  max-width: 680px;
}

.site-panel-actions {
  align-items: flex-end;
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
}

.site-panel-actions > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 13px;
  text-transform: none;
  white-space: nowrap;
}

.site-panel-actions .button {
  min-width: 120px;
}

.site-panel-actions .button:disabled,
.site-access-form .button:disabled,
.site-access-empty .button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.site-capacity-note {
  align-items: center;
  background: #fff8e8;
  border-bottom: 1px solid #ead8ad;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 0;
}

.site-capacity-note[hidden],
.site-create-panel[hidden],
.site-list-toolbar[hidden] {
  display: none !important;
}

.site-capacity-note p {
  color: #72571f;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.site-create-panel {
  background: var(--surface-soft);
  border-bottom: 1px solid var(--line);
  padding: 20px;
}

.site-create-heading strong {
  display: block;
  font-size: 17px;
}

.site-create-heading p {
  color: var(--muted);
  font-size: 13px;
  margin: 5px 0 0;
}

.account-body.account-authenticated .site-create-panel .site-access-form {
  border: 0;
  grid-template-columns: minmax(220px, 1fr) minmax(160px, 0.42fr);
  margin-top: 16px;
  padding: 0;
}

.site-create-actions {
  display: flex;
  gap: 10px;
  grid-column: 1 / -1;
  justify-content: flex-end;
}

.account-body.account-authenticated .site-create-actions .button {
  grid-column: auto;
  justify-self: auto;
  min-width: 150px;
  width: auto;
}

.site-list-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(260px, 1fr) minmax(150px, 190px) auto;
  padding: 16px 0;
}

.site-list-toolbar input,
.site-list-toolbar select {
  background: #fff;
  border: 1px solid #cfd7d2;
  border-radius: 6px;
  color: var(--ink);
  min-height: 42px;
  outline: none;
  padding: 0 11px;
  width: 100%;
}

.site-list-toolbar input:focus,
.site-list-toolbar select:focus {
  border-color: var(--mint);
  box-shadow: 0 0 0 3px rgba(13, 107, 80, 0.1);
}

.site-list-toolbar > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.site-access-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  margin-top: 16px;
}

.site-access-row {
  align-items: center;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  min-height: 104px;
  padding: 16px;
}

.site-access-row:first-child {
  border-radius: 7px 7px 0 0;
}

.site-access-row:last-child {
  border-bottom: 0;
  border-radius: 0 0 7px 7px;
}

.site-access-row:only-child {
  border-radius: 7px;
}

.site-access-row:hover {
  background: #fbfcfb;
}

.site-access-row.is-inactive {
  opacity: 1;
}

.site-access-row-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.site-access-row-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.site-access-row-title strong {
  font-size: 16px;
  line-height: 1.3;
}

.site-access-row .site-state {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

.site-state::before {
  background: #718078;
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}

.site-state.is-paused,
.site-state.is-attention,
.site-state.is-plan-limit {
  color: #8a5d12;
}

.site-state.is-paused::before,
.site-state.is-attention::before,
.site-state.is-plan-limit::before {
  background: var(--amber);
}

.site-access-row.is-plan-limit {
  background: #fffdf7;
}

.account-device-row[data-state="plan-limit"] .account-device-icon,
.account-device-row[data-state="plan-limit"] .account-device-button i {
  background: rgba(201, 137, 25, 0.12);
  color: #8a5d12;
}

.site-state.is-inactive {
  color: #9f2f28;
}

.site-state.is-inactive::before {
  background: #b5473b;
}

.site-access-meta,
.site-email-state {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.site-email-state.is-enabled {
  color: var(--mint);
}

.site-access-row-actions {
  align-items: center;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 6px;
  position: relative;
}

.site-access-row-actions button,
.site-row-menu summary {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-height: 38px;
  padding: 0 11px;
  white-space: nowrap;
}

.site-access-row-actions button:hover,
.site-row-menu summary:hover {
  background: #f3f6f4;
  border-color: #cbd4cf;
}

.site-access-row-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.site-manage-button {
  border-color: rgba(13, 107, 80, 0.32) !important;
  color: var(--mint) !important;
}

.site-row-menu {
  position: relative;
}

.site-row-menu summary {
  list-style: none;
}

.site-row-menu summary::-webkit-details-marker {
  display: none;
}

.site-row-menu-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-deep);
  min-width: 170px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 20;
}

.site-row-menu-panel button {
  border: 0;
  justify-content: flex-start;
  width: 100%;
}

.site-access-empty {
  align-items: flex-start;
  border: 1px dashed #cbd4cf;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 16px 0 0;
  padding: 22px;
}

.site-access-list > .site-access-empty {
  border: 0;
  border-radius: 7px;
  margin: 0;
}

.site-access-empty strong {
  color: var(--ink);
  font-size: 16px;
}

.site-access-empty p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 7px;
}

.site-access-empty .button {
  min-height: 40px;
}

.site-secret-dialog {
  max-width: 620px;
}

.site-secret-dialog .site-access-result {
  margin: 0;
}

.site-secret-dialog .site-secret-grid code {
  user-select: all;
}

.button.danger {
  background: #9f2f28;
  border-color: #9f2f28;
  color: #fff;
}

.button.danger:hover {
  background: #84261f;
  border-color: #84261f;
}

@media (max-width: 720px) {
  .account-body.account-authenticated .public-nav {
    padding-left: 16px;
    padding-right: 16px;
    position: sticky;
  }

  .account-body.account-authenticated .account-shell {
    padding-top: 18px;
  }

  .account-dashboard-head strong {
    font-size: 28px;
  }

  .account-tabs {
    display: flex;
    gap: 0;
    grid-template-columns: none;
    margin-inline: -16px;
    overflow-x: auto;
    padding-inline: 16px;
    top: 64px;
  }

  .account-tabs button {
    flex: 1 1 0;
    font-size: 12px;
    min-width: auto;
    padding: 0 3px;
  }

  .account-panel {
    scroll-margin-top: 128px;
  }

  .public-nav .session-signout {
    border: 0;
    border-radius: 6px;
    color: var(--muted);
  }

  .site-panel-head {
    gap: 16px;
  }

  .site-panel-actions {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .site-panel-actions > span {
    margin: 0;
  }

  .site-panel-actions .button {
    width: auto;
  }

  .site-capacity-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .site-create-panel {
    padding: 18px 16px;
  }

  .account-body.account-authenticated .site-create-panel .site-access-form,
  .site-advanced-fields {
    grid-template-columns: 1fr;
  }

  .site-create-actions {
    flex-direction: column-reverse;
  }

  .account-body.account-authenticated .site-create-actions .button {
    min-width: 0;
    width: 100%;
  }

  .site-list-toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(130px, 0.55fr);
  }

  .site-list-toolbar > span {
    grid-column: 1 / -1;
  }

  .site-access-row {
    align-items: stretch;
    gap: 14px;
    min-height: 0;
  }

  .site-access-row-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-access-row-actions > button,
  .site-row-menu,
  .site-row-menu summary {
    width: 100%;
  }

  .site-row-menu-panel {
    left: auto;
    right: 0;
  }

  .site-secret-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .site-list-toolbar {
    grid-template-columns: 1fr;
  }

  .site-list-toolbar > span {
    grid-column: 1;
  }

  .site-panel-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-panel-actions .button {
    width: 100%;
  }

  .site-access-row {
    padding: 14px;
  }

  .site-access-row-actions button,
  .site-row-menu summary {
    padding-inline: 7px;
  }
}

@media (max-width: 360px) {
  .account-tabs button {
    font-size: 11px;
  }
}

/* Homepage mobile workflow preview. */
.home-body .workflow-product-demo {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(260px, 0.72fr) minmax(480px, 1.28fr);
  margin-top: 64px;
  padding: 54px 0;
}

.home-body .workflow-product-copy {
  max-width: 430px;
}

.home-body .workflow-product-copy .eyebrow {
  margin-bottom: 10px;
}

.home-body .workflow-product-copy h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.16;
  margin: 0;
}

.home-body .workflow-product-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 16px 0 0;
}

.home-body .workflow-product-copy dl {
  border-top: 1px solid var(--line);
  margin: 26px 0 0;
}

.home-body .workflow-product-copy dl div {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: 110px minmax(0, 1fr);
  padding: 11px 0;
}

.home-body .workflow-product-copy dt,
.home-body .workflow-product-copy dd {
  font-size: 13px;
  margin: 0;
}

.home-body .workflow-product-copy dt {
  color: var(--muted);
  font-weight: 600;
}

.home-body .workflow-product-copy dd {
  color: var(--ink);
  font-weight: 700;
}

.home-body .workflow-product-stage {
  display: grid;
  isolation: isolate;
  min-height: 620px;
  place-items: center;
  position: relative;
}

.home-body .workflow-product-stage .device-shell {
  border: 8px solid #111815;
  border-radius: 36px;
  box-shadow: 0 24px 56px rgba(24, 33, 30, 0.18);
  margin: 0;
  max-width: 330px;
  transform: rotate(1deg);
  transition: box-shadow 240ms ease, transform 240ms ease;
  width: 100%;
  z-index: 1;
}

.home-body .workflow-product-stage .device-screen {
  background: #f4f7f5;
  border-radius: 27px;
  min-height: 540px;
  padding: 18px 16px;
}

.home-body .workflow-product-stage .app-topline > div {
  min-width: 0;
}

.home-body .workflow-product-stage .app-title,
.home-body .workflow-product-stage .app-topline small {
  display: block;
}

.home-body .workflow-product-stage .app-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.home-body .workflow-product-stage .app-topline small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  margin-top: 3px;
}

.home-body .workflow-product-stage .brand-mark.small {
  flex: 0 0 auto;
  height: 34px;
  width: 34px;
}

.home-body .workflow-product-stage .scan-panel {
  background: var(--mint);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  margin: 18px 0 14px;
  min-height: 166px;
  padding: 18px;
}

.home-body .workflow-product-stage .scan-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.home-body .workflow-product-stage .scan-panel strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}

.home-body .workflow-product-stage .scan-panel p {
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
}

.home-body .workflow-product-stage .scan-beam {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-play-state: paused;
  left: 18px;
  right: 18px;
  top: 52px;
}

.home-body .workflow-product-stage .phone-list {
  gap: 8px;
}

.home-body .workflow-product-stage .phone-row {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: none;
  min-height: 72px;
  padding: 13px;
}

.home-body .workflow-product-stage .phone-row.active {
  border-color: rgba(13, 107, 80, 0.34);
  box-shadow: inset 3px 0 0 var(--mint);
}

.home-body .workflow-product-stage .phone-row strong {
  font-size: 14px;
  font-weight: 700;
}

.home-body .workflow-product-stage .phone-row span {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 5px;
}

.home-body .workflow-product-stage .proof-card {
  animation-duration: 4.8s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-play-state: paused;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(24, 33, 30, 0.12);
  max-width: 176px;
  padding: 14px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.home-body .workflow-product-demo.is-visible .scan-beam,
.home-body .workflow-product-demo.is-visible .proof-card {
  animation-play-state: running;
}

.home-body .workflow-product-stage .proof-card span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-body .workflow-product-stage .proof-card strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 6px;
}

.home-body .workflow-product-stage .proof-top {
  right: 0;
  top: 92px;
}

.home-body .workflow-product-stage .proof-bottom {
  bottom: 82px;
  left: 0;
}

@media (hover: hover) and (pointer: fine) {
  .home-body .workflow-product-stage:hover .device-shell {
    box-shadow: 0 32px 68px rgba(24, 33, 30, 0.22);
    transform: translateY(-7px) rotate(0deg);
  }
}

@media (max-width: 1150px) {
  .home-body .workflow-product-stage {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    place-items: stretch;
  }

  .home-body .workflow-product-stage .device-shell {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .home-body .workflow-product-stage .proof-card {
    max-width: none;
    position: static;
  }
}

@media (max-width: 900px) {
  .home-body .workflow-product-demo {
    gap: 36px;
    grid-template-columns: minmax(220px, 0.7fr) minmax(400px, 1.3fr);
  }

}

@media (max-width: 760px) {
  .home-body .workflow-product-demo {
    gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 44px;
    padding: 40px 0;
  }

  .home-body .workflow-product-copy {
    max-width: 620px;
  }

  .home-body .workflow-product-copy h3 {
    font-size: 28px;
  }

  .home-body .workflow-product-stage {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    place-items: stretch;
  }

  .home-body .workflow-product-stage .device-shell {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 330px;
    transform: none;
  }

  .home-body .workflow-product-stage .proof-card {
    max-width: none;
    position: static;
  }
}

@media (max-width: 420px) {
  .home-body .workflow-product-copy dl div {
    gap: 8px;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .home-body .workflow-product-stage {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .home-body .workflow-product-stage .device-shell {
    grid-column: 1;
  }
}

/* Authenticated owner context shared by the public site and owner workspace. */
.account-brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.account-brand small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 4px;
}

.nav-links a.is-current {
  background: #edf3ef;
  color: var(--ink);
}

.session-signout {
  font-family: inherit;
}

.account-billing-status {
  margin: 14px 0 0;
  max-width: 720px;
}

.account-plan-picker {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 26px;
}

.account-plan-picker[hidden] {
  display: none !important;
}

.account-plan-picker-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  margin-bottom: 20px;
}

.account-plan-picker-head span {
  color: var(--mint);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.account-plan-picker-head h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.account-plan-picker-head p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.account-plan-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-plan-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  min-width: 0;
  padding: 18px;
  flex-direction: column;
}

.account-plan-card.is-selected {
  border-color: var(--mint);
  box-shadow: inset 0 0 0 1px var(--mint);
}

.account-plan-card.is-unavailable {
  opacity: 0.68;
}

.account-plan-card-head {
  align-items: start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.account-plan-card-head h4 {
  font-size: 19px;
  line-height: 1.25;
  margin: 0;
}

.account-plan-card-head div > span,
.account-plan-card > small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.account-plan-selected {
  background: #edf7f2;
  border-radius: 4px;
  color: var(--mint);
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 6px;
}

.account-plan-description {
  color: var(--muted);
  line-height: 1.5;
  margin: 16px 0 12px;
  min-height: 48px;
}

.account-plan-price {
  align-items: baseline;
  display: flex;
  gap: 2px;
  line-height: 1.1;
}

.account-plan-price span {
  font-size: 16px;
  font-weight: 700;
}

.account-plan-price strong {
  font-size: 28px;
}

.account-plan-card ul {
  color: var(--muted);
  display: grid;
  gap: 8px;
  line-height: 1.4;
  list-style: none;
  margin: 18px 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
}

.account-plan-card li {
  padding-left: 16px;
  position: relative;
}

.account-plan-card li::before {
  color: var(--mint);
  content: "\2713";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.account-plan-card .button {
  margin-top: auto;
  width: 100%;
}

@media (max-width: 1050px) {
  .account-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .account-plan-picker-head,
  .account-plan-grid {
    grid-template-columns: 1fr;
  }

  .account-plan-picker-head {
    gap: 10px;
  }

  .account-plan-description {
    min-height: 0;
  }
}

#billing-support[hidden] {
  display: none !important;
}

.home-body .plan-card.is-current-plan,
.home-body .pricing-grid .plan-card.is-current-plan.featured {
  background: #f6fbf8;
  border-color: var(--mint);
  border-width: 2px;
}

/* Dedicated pricing and single-selection subscription journey. */
.pricing-page-hero,
.pricing-catalog,
.pricing-comparison,
.pricing-faq-section,
.pricing-enterprise-band {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  z-index: 1;
}

.pricing-page-hero {
  padding-bottom: 64px;
  padding-top: 76px;
}

.pricing-page-hero h1 {
  font-size: 64px;
  line-height: 1;
  margin: 8px 0 18px;
}

.pricing-page-hero > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 20px;
  font-weight: 680;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.pricing-assurance {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
}

.pricing-assurance span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  padding-left: 18px;
  position: relative;
}

.pricing-assurance span::before {
  color: var(--mint);
  content: "\2713";
  left: 0;
  position: absolute;
}

.pricing-catalog {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding-bottom: 72px;
  padding-top: 56px;
}

.pricing-catalog-head {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
}

.pricing-catalog-head h2,
.pricing-section-copy h2,
.pricing-faq-heading h2,
.pricing-enterprise-band h2,
.pricing-cta-band h2 {
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 7px 0 0;
}

.pricing-catalog-head .pricing-intro,
.pricing-section-copy > p:last-child {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.pricing-body .pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.pricing-body .plan-card {
  border-radius: 8px;
  min-height: 442px;
}

.pricing-body .plan-card[aria-busy="true"] .plan-select {
  opacity: 0.72;
}

.pricing-body .plan-card[aria-busy="true"] .plan-select::after {
  content: "...";
}

.pricing-fine-print {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 14px 0 0;
  max-width: 820px;
}

.pricing-comparison {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  padding-bottom: 76px;
  padding-top: 76px;
}

.pricing-section-copy > p:last-child {
  margin-top: 18px;
}

.comparison-scroll {
  overflow-x: auto;
}

.comparison-scroll:focus-visible {
  outline: 3px solid rgba(11, 110, 79, 0.28);
  outline-offset: 4px;
}

.comparison-scroll table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
}

.comparison-scroll th,
.comparison-scroll td {
  border-bottom: 1px solid var(--line);
  padding: 15px 12px;
  text-align: left;
}

.comparison-scroll thead th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.comparison-scroll tbody th {
  font-size: 14px;
  max-width: 180px;
}

.comparison-scroll td {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.comparison-check {
  color: var(--mint);
  font-weight: 850;
}

.pricing-faq-section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  padding-bottom: 76px;
  padding-top: 68px;
}

.pricing-faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.pricing-faq-list summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 850;
  list-style-position: outside;
  padding: 18px 28px 18px 0;
}

.pricing-faq-list details p {
  color: var(--muted);
  line-height: 1.6;
  margin: -4px 0 20px;
  max-width: 720px;
}

.pricing-enterprise-band,
.pricing-cta-band {
  align-items: center;
  background: var(--dark-3);
  border: 1px solid rgba(231, 238, 232, 0.12);
  border-radius: 8px;
  color: #e7eee8;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}

.pricing-enterprise-band {
  margin-bottom: 70px;
  padding: 34px;
}

.pricing-enterprise-band .eyebrow,
.pricing-cta-band .eyebrow {
  color: #a5e8d4;
}

.pricing-enterprise-band p:last-child,
.pricing-cta-band p:last-child {
  color: rgba(231, 238, 232, 0.72);
  line-height: 1.55;
  margin: 12px 0 0;
  max-width: 720px;
}

.pricing-enterprise-band .button,
.pricing-cta-band .button {
  flex: 0 0 auto;
}

.pricing-cta-section {
  padding-bottom: 74px;
  padding-top: 74px;
}

.pricing-cta-band {
  padding: 34px;
}

.registration-plan-summary {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 4px 0 18px;
  padding: 14px 0;
}

.registration-plan-summary span,
.registration-plan-summary strong,
.registration-plan-summary p {
  display: block;
}

.registration-plan-summary span {
  color: var(--mint);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.registration-plan-summary strong {
  font-size: 18px;
  margin-top: 3px;
}

.registration-plan-summary p {
  color: var(--muted);
  font-size: 12px;
  margin: 3px 0 0;
}

.registration-plan-summary > a,
.account-plan-picker-head > a {
  color: var(--mint);
  font-size: 13px;
  font-weight: 850;
}

.account-order-summary .account-plan-picker-head {
  align-items: center;
}

.account-selected-plan {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 20px 0;
}

.account-selected-plan-main > span,
.account-selected-plan-main > strong,
.account-selected-plan-main > p,
.account-selected-plan-price > strong,
.account-selected-plan-price > span {
  display: block;
}

.account-selected-plan-main > span,
.account-checkout-step span {
  color: var(--mint);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.account-selected-plan-main > strong {
  font-size: 24px;
  margin-top: 4px;
}

.account-selected-plan-main > p,
.account-selected-plan-price > span,
.account-selected-plan-empty p,
.account-checkout-step p,
.account-checkout-note {
  color: var(--muted);
  line-height: 1.5;
}

.account-selected-plan-main > p,
.account-selected-plan-price > span,
.account-selected-plan-empty p,
.account-checkout-step p {
  margin: 5px 0 0;
}

.account-selected-plan-price {
  min-width: 220px;
  text-align: right;
}

.account-selected-plan-price > strong {
  font-size: 20px;
}

.account-selected-plan-empty {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

.account-selected-plan-empty .button {
  margin-top: 14px;
}

.account-checkout-step {
  align-items: center;
  background: rgba(49, 92, 155, 0.07);
  border-left: 3px solid var(--cobalt);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 18px;
}

.account-checkout-step strong {
  display: block;
  margin-top: 3px;
}

.account-checkout-continue {
  margin-top: 20px;
}

.account-checkout-note {
  font-size: 12px;
  margin: 10px 0 0;
}

@media (max-width: 980px) {
  .pricing-body .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-comparison,
  .pricing-faq-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .pricing-page-hero {
    padding-bottom: 46px;
    padding-top: 44px;
  }

  .pricing-page-hero h1 {
    font-size: 42px;
  }

  .pricing-page-hero > p:not(.eyebrow) {
    font-size: 17px;
  }

  .pricing-catalog-head,
  .pricing-body .pricing-grid,
  .account-selected-plan {
    grid-template-columns: 1fr;
  }

  .pricing-catalog-head {
    gap: 18px;
  }

  .pricing-body .plan-card {
    min-height: 0;
  }

  .pricing-enterprise-band,
  .pricing-cta-band,
  .account-checkout-step {
    align-items: stretch;
    flex-direction: column;
  }

  .pricing-enterprise-band,
  .pricing-cta-band {
    padding: 24px;
  }

  .pricing-enterprise-band .button,
  .pricing-cta-band .button,
  .account-checkout-step .button,
  .account-checkout-continue {
    width: 100%;
  }

  .account-selected-plan-price {
    min-width: 0;
    text-align: left;
  }
}

.home-body .plan-card.is-current-plan .plan-spotlight {
  background: var(--mint);
  color: #ffffff;
}

/* Operational facts and secondary admin references. */
.home-body .operator-strip div {
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.home-body .operator-strip span {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-body .operator-strip strong {
  font-size: 13px;
  line-height: 1.4;
}

.admin-provider-references {
  border-bottom: 1px solid rgba(231, 238, 232, 0.1);
  margin: 2px 0 18px;
  padding: 0 0 16px;
}

.admin-provider-references summary {
  color: rgba(231, 238, 232, 0.68);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  width: fit-content;
}

.admin-provider-references dl {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 14px 0 0;
}

.admin-provider-references dl div {
  background: rgba(231, 238, 232, 0.04);
  border: 1px solid rgba(231, 238, 232, 0.08);
  border-radius: 6px;
  min-width: 0;
  padding: 10px 12px;
}

.admin-provider-references dt {
  color: rgba(231, 238, 232, 0.5);
  font-size: 11px;
  font-weight: 800;
}

.admin-provider-references dd {
  color: rgba(231, 238, 232, 0.86);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .admin-provider-references dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .account-brand small {
    display: none;
  }
}

/* Owner Help uses the same native motion system inside the authenticated dashboard. */
.owner-help-head {
  align-items: flex-end;
  margin-bottom: 28px;
}

.owner-help-head > div {
  max-width: 720px;
}

.owner-help-item {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(500px, 1.38fr);
  gap: 48px;
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid rgba(20, 33, 29, .12);
}

.owner-help-copy > span {
  color: #0b7656;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.owner-help-copy h3 {
  margin: 9px 0 14px;
  font-size: 28px;
  line-height: 1.16;
  letter-spacing: 0;
}

.owner-help-copy p {
  margin: 0;
  color: rgba(20, 33, 29, .66);
  font-size: 14px;
  line-height: 1.6;
}

.owner-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.owner-help-actions .button {
  min-height: 38px;
  padding: 8px 11px;
  font-size: 11px;
}

.account-body .motion-app-window button {
  color: #fff;
  background: #0b7656;
  border: 0;
}

.account-body .motion-app-window button:hover,
.account-body .motion-app-window button:focus-visible {
  color: #fff;
  background: #095f46;
}

.owner-help-item .motion-canvas {
  height: 430px;
}

.motion-owner-plan,
.motion-owner-credential,
.motion-owner-toggle,
.motion-owner-device,
.motion-cloud-state {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: #fff;
  border: 1px solid #d8e2dd;
  border-radius: 6px;
}

.motion-owner-plan {
  justify-content: space-between;
  margin-bottom: 18px;
}

.motion-owner-plan > span {
  display: grid;
  gap: 4px;
}

.motion-owner-plan small,
.motion-owner-plan em,
.motion-owner-credential small,
.motion-owner-toggle small,
.motion-owner-device small,
.motion-cloud-state small {
  color: #74857d;
  font-size: 9px;
  font-style: normal;
}

.motion-owner-plan strong { font-size: 19px; }

.motion-owner-plan > b {
  padding: 7px 9px;
  color: #08704f;
  background: #dff4ec;
  border-radius: 4px;
  font-size: 8px;
  text-transform: uppercase;
}

.motion-owner-credential {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 20px;
}

.motion-owner-credential strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}

.motion-owner-toggle {
  justify-content: space-between;
  margin-bottom: 10px;
}

.motion-owner-toggle > span,
.motion-owner-device > span,
.motion-cloud-state > span {
  display: grid;
  flex: 1;
  gap: 4px;
}

.motion-owner-toggle strong,
.motion-owner-device strong,
.motion-cloud-state strong { font-size: 11px; }

.motion-owner-toggle > i {
  position: relative;
  width: 34px;
  height: 20px;
  background: #cdd7d2;
  border-radius: 11px;
}

.motion-owner-toggle > i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
}

.motion-owner-toggle.enabled > i { background: #0b7656; }
.motion-owner-toggle.enabled > i::after { transform: translateX(14px); }

.motion-owner-note {
  margin: 14px 0 0;
  color: #71817a;
  font-size: 9px;
  line-height: 1.45;
}

.motion-owner-device {
  margin-bottom: 9px;
}

.motion-owner-device > b {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #08704f;
  background: #dff4ec;
  border-radius: 6px;
  font-size: 9px;
}

.motion-owner-device > i {
  color: #08704f;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.motion-cloud-state {
  align-items: flex-start;
  padding: 18px;
}

.motion-cloud-state > i {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 25px;
  background: #dff4ec;
  border-radius: 16px;
}

.motion-cloud-state > i::before,
.motion-cloud-state > i::after {
  content: "";
  position: absolute;
  background: #dff4ec;
  border-radius: 50%;
}

.motion-cloud-state > i::before { top: -8px; left: 7px; width: 22px; height: 22px; }
.motion-cloud-state > i::after { top: -3px; right: 1px; width: 17px; height: 17px; }

@media (max-width: 980px) {
  .owner-help-item {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .owner-help-copy { max-width: 640px; }
}

@media (max-width: 640px) {
  .owner-help-head { align-items: flex-start; }
  .owner-help-item { padding: 36px 0; }
  .owner-help-copy h3 { font-size: 24px; }
  .owner-help-item .motion-canvas { height: 450px; }
}

/* Product films v2: real application screens in a consistent phone language. */
.product-film {
  color: #13231d;
  background: #f4f7f2;
  border: 1px solid #cfdad4;
  box-shadow: 0 28px 80px rgba(18, 42, 33, .16);
  contain: layout paint;
}

.product-film .film-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 52px;
  padding: 0 15px;
  color: #5b6b65;
  background: rgba(249, 251, 248, .96);
  border-bottom: 1px solid #d6dfda;
  font-size: 10px;
  font-weight: 750;
}

.product-film .film-brand {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #12231d;
  font-size: 11px;
  font-weight: 900;
}

.product-film .film-brand i {
  position: relative;
  width: 20px;
  height: 20px;
  background: #0b7656;
  border-radius: 4px;
}

.product-film .film-brand i::before {
  content: "";
  position: absolute;
  inset: 5px 4px 3px;
  border: 1.5px solid white;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.product-film .film-brand i::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 4px;
  width: 6px;
  height: 3px;
  border-right: 1.5px solid #f3bb4a;
  border-bottom: 1.5px solid #f3bb4a;
  transform: rotate(-42deg);
}

.product-film .film-header > button {
  justify-self: end;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #e7eee9;
  border: 1px solid #d0dbd5;
  border-radius: 50%;
  cursor: pointer;
}

.product-film .film-header > button:hover,
.product-film .film-header > button:focus-visible {
  background: #dce8e2;
  outline: 2px solid #0b7656;
  outline-offset: 2px;
}

.product-film .film-header > button span::before,
.product-film .film-header > button span::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 3px;
  height: 10px;
  background: #244239;
  border-radius: 1px;
}

.product-film .film-header > button span::before { left: 16px; }
.product-film .film-header > button span::after { right: 16px; }

.product-film.is-paused .film-header > button span::before {
  top: 14px;
  left: 17px;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #244239;
  border-radius: 0;
}

.product-film.is-paused .film-header > button span::after { display: none; }

.product-film .film-stage {
  position: relative;
  height: 510px;
  overflow: hidden;
  background: #f4f7f2;
  isolation: isolate;
}

.product-film .film-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(rgba(21, 45, 36, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 45, 36, .065) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, black, rgba(0, 0, 0, .55));
}

.product-film .film-dark-wash {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    #0e1714;
  background-size: 54px 54px;
  opacity: 0;
  will-change: opacity;
}

.product-film .film-copy-stack {
  position: absolute;
  z-index: 7;
  top: 50%;
  left: 30px;
  width: 43%;
  height: 210px;
  transform: translateY(-50%);
}

.product-film .film-copy {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 11px;
  opacity: 0;
  transform: translateX(-18px);
  will-change: opacity, transform;
}

.product-film .film-frame-1 {
  opacity: 1;
  transform: none;
}

.product-film .film-copy > span {
  color: #0b7656;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-film .film-copy > strong {
  max-width: 270px;
  color: #13231d;
  font-size: 30px;
  line-height: 1.02;
  letter-spacing: 0;
}

.product-film .film-copy > small {
  max-width: 260px;
  color: #607169;
  font-size: 11px;
  line-height: 1.5;
}

.product-film .film-copy-complete > span { color: #69d9b2; }
.product-film .film-copy-complete > strong { color: #fff; }
.product-film .film-copy-complete > small { color: #b4c4bd; }

.product-film .film-phone-wrap {
  position: absolute;
  z-index: 5;
  top: 30px;
  right: 8%;
  width: 201px;
  height: auto;
  aspect-ratio: 603 / 1311;
  perspective: 1200px;
}

.product-film .film-phone {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f4f7f2;
  border: 0;
  border-radius: 26px;
  box-shadow:
    0 0 0 7px #07100d,
    0 0 0 8px rgba(255, 255, 255, .35),
    0 30px 54px rgba(13, 31, 24, .26);
  transform: rotateY(-2deg) rotateX(.7deg);
  transform-origin: center;
}

.product-film.is-playing:not(.is-paused) .film-phone {
  animation: film-phone-float 5s ease-in-out infinite alternate;
}

@keyframes film-phone-float {
  from { transform: translateY(0) rotateY(-2deg) rotateX(.7deg); }
  to { transform: translateY(-5px) rotateY(1deg) rotateX(0); }
}

.product-film .film-screen {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f5f7f3;
  opacity: 0;
  transform: scale(1.035) translateY(8px);
  will-change: opacity, transform;
}

.product-film .film-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #f4f7f2;
}

.product-film .film-glass {
  position: absolute;
  z-index: 12;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, .16), transparent 19%, transparent 72%, rgba(255, 255, 255, .07));
}

.product-film .film-step {
  position: absolute;
  z-index: 10;
  top: 24px;
  right: 27px;
  display: flex;
  align-items: baseline;
  gap: 3px;
  width: 55px;
  color: #53665d;
  font-size: 9px;
  font-weight: 800;
}

.product-film .film-step-current {
  position: absolute;
  left: 0;
  opacity: 0;
  transform: translateY(5px);
}

.product-film .film-step small { margin-left: 22px; font-size: 8px; }

.product-film .film-tap {
  position: absolute;
  z-index: 13;
  top: var(--tap-y);
  left: var(--tap-x);
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: rgba(95, 231, 183, .82);
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(49, 206, 151, .5);
  opacity: 0;
  pointer-events: none;
}

.product-film [data-film-tap="62-57"] { left: 62%; top: 57%; }
.product-film [data-film-tap="78-83"] { left: 78%; top: 83%; }
.product-film [data-film-tap="72-77"] { left: 72%; top: 77%; }
.product-film [data-film-tap="72-71"] { left: 72%; top: 71%; }
.product-film [data-film-tap="78-61"] { left: 78%; top: 61%; }
.product-film [data-film-tap="69-46"] { left: 69%; top: 46%; }
.product-film [data-film-tap="75-83"] { left: 75%; top: 83%; }
.product-film [data-film-tap="70-53"] { left: 70%; top: 53%; }
.product-film [data-film-tap="73-42"] { left: 73%; top: 42%; }
.product-film [data-film-tap="73-47"] { left: 73%; top: 47%; }
.product-film [data-film-tap="68-39"] { left: 68%; top: 39%; }
.product-film [data-film-tap="72-70"] { left: 72%; top: 70%; }
.product-film [data-film-tap="68-35"] { left: 68%; top: 35%; }
.product-film [data-film-tap="72-58"] { left: 72%; top: 58%; }
.product-film [data-film-tap="73-31"] { left: 73%; top: 31%; }
.product-film [data-film-tap="73-29"] { left: 73%; top: 29%; }
.product-film [data-film-tap="74-73"] { left: 74%; top: 73%; }
.product-film [data-film-tap="72-63"] { left: 72%; top: 63%; }
.product-film [data-film-tap="72-34"] { left: 72%; top: 34%; }
.product-film [data-film-tap="73-51"] { left: 73%; top: 51%; }
.product-film [data-film-tap="68-57"] { left: 68%; top: 57%; }
.product-film [data-film-tap="73-82"] { left: 73%; top: 82%; }

.product-film .film-scan-line {
  position: absolute;
  z-index: 13;
  top: 42%;
  right: 9.6%;
  width: 180px;
  height: 2px;
  background: #4be2ae;
  box-shadow: 0 0 15px #4be2ae;
  opacity: 0;
}

.product-film .film-sign-draw {
  position: absolute;
  z-index: 13;
  top: 62%;
  right: 15%;
  width: 105px;
  height: 38px;
  border-bottom: 2px solid rgba(41, 205, 147, .88);
  border-radius: 50%;
  opacity: 0;
  transform: rotate(-5deg) scaleX(0);
  transform-origin: left;
}

.product-film.film-4.is-playing .film-frame-1 { animation: film-frame-four 16s cubic-bezier(.22, .72, .18, 1) infinite both; animation-delay: 0s; }
.product-film.film-4.is-playing .film-frame-2 { animation: film-frame-four 16s cubic-bezier(.22, .72, .18, 1) infinite both; animation-delay: -12s; }
.product-film.film-4.is-playing .film-frame-3 { animation: film-frame-four 16s cubic-bezier(.22, .72, .18, 1) infinite both; animation-delay: -8s; }
.product-film.film-4.is-playing .film-frame-4 { animation: film-frame-four 16s cubic-bezier(.22, .72, .18, 1) infinite both; animation-delay: -4s; }

.product-film.film-3.is-playing .film-frame-1 { animation: film-frame-three 13.5s cubic-bezier(.22, .72, .18, 1) infinite both; animation-delay: 0s; }
.product-film.film-3.is-playing .film-frame-2 { animation: film-frame-three 13.5s cubic-bezier(.22, .72, .18, 1) infinite both; animation-delay: -9s; }
.product-film.film-3.is-playing .film-frame-3 { animation: film-frame-three 13.5s cubic-bezier(.22, .72, .18, 1) infinite both; animation-delay: -4.5s; }

@keyframes film-frame-four {
  0%, 19% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  23%, 96% { opacity: 0; transform: translate3d(12px, -4px, 0) scale(.995); }
  97% { opacity: 0; transform: translate3d(-16px, 7px, 0) scale(1.02); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes film-frame-three {
  0%, 28% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  32%, 95% { opacity: 0; transform: translate3d(12px, -4px, 0) scale(.995); }
  97% { opacity: 0; transform: translate3d(-16px, 7px, 0) scale(1.02); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

.product-film.film-4.is-playing .film-dark-wash { animation: film-dark-four 16s ease infinite both; }
.product-film.film-3.is-playing .film-dark-wash { animation: film-dark-three 13.5s ease infinite both; }

@keyframes film-dark-four {
  0%, 70% { opacity: 0; }
  76%, 94% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes film-dark-three {
  0%, 62% { opacity: 0; }
  69%, 93% { opacity: 1; }
  100% { opacity: 0; }
}

.product-film.film-4.is-playing .film-tap,
.product-film.film-3.is-playing .film-tap { animation-name: film-tap; }

@keyframes film-tap {
  0%, 7%, 19%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(49, 206, 151, .5); transform: scale(.7); }
  10% { opacity: 1; transform: scale(1); }
  15% { opacity: .1; box-shadow: 0 0 0 18px rgba(49, 206, 151, 0); transform: scale(.9); }
}

.product-film.film-4.is-playing .film-scan-line { animation: film-scan-cue 16s ease-in-out infinite both; }

@keyframes film-scan-cue {
  0%, 24%, 49%, 100% { opacity: 0; transform: translateY(-70px); }
  29% { opacity: .9; }
  46% { opacity: .65; transform: translateY(92px); }
}

.product-film.film-4.is-playing .film-sign-draw { animation: film-sign-cue 16s ease infinite both; }

@keyframes film-sign-cue {
  0%, 50%, 57%, 72%, 100% { opacity: 0; transform: rotate(-5deg) scaleX(0); }
  61%, 69% { opacity: .9; transform: rotate(-5deg) scaleX(1); }
}

.product-film.film-4.is-playing .motion-progress i { animation: motion-progress 16s linear infinite; }
.product-film.film-3.is-playing .motion-progress i { animation: motion-progress 13.5s linear infinite; }

.product-film.is-paused .film-frame-1,
.product-film.is-paused .film-frame-2,
.product-film.is-paused .film-frame-3,
.product-film.is-paused .film-frame-4,
.product-film.is-paused .film-dark-wash,
.product-film.is-paused .film-phone,
.product-film.is-paused .film-scan-line,
.product-film.is-paused .film-sign-draw,
.product-film.is-paused .motion-progress i {
  animation-play-state: paused !important;
}

@media (max-width: 1100px) {
  .product-film .film-copy-stack { left: 23px; width: 41%; }
  .product-film .film-copy > strong { font-size: 26px; }
  .product-film .film-phone-wrap { right: 5%; width: 191px; }
}

@media (max-width: 640px) {
  .product-film .film-header { grid-template-columns: 1fr auto; height: 48px; padding-inline: 12px; }
  .product-film .film-header > span:nth-child(2) { display: none; }
  .product-film .film-stage { height: 420px; }
  .product-film .film-grid,
  .product-film .film-dark-wash { background-size: 38px 38px; }
  .product-film .film-copy-stack { top: 50%; left: 15px; width: 44%; height: 190px; }
  .product-film .film-copy { gap: 8px; }
  .product-film .film-copy > strong { font-size: 20px; line-height: 1.05; }
  .product-film .film-copy > small { font-size: 9px; line-height: 1.4; }
  .product-film .film-copy > span { font-size: 8px; }
  .product-film .film-phone-wrap { top: 29px; right: 12px; width: 148px; }
  .product-film .film-phone {
    border-radius: 20px;
    box-shadow:
      0 0 0 5px #07100d,
      0 0 0 6px rgba(255, 255, 255, .35),
      0 22px 42px rgba(13, 31, 24, .24);
  }
  .product-film .film-step { top: auto; right: 15px; bottom: 16px; }
  .product-film .film-scan-line { right: 6%; width: 145px; }
  .product-film .film-sign-draw { right: 11%; width: 84px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-film .film-frame-1 { display: block !important; opacity: 1 !important; transform: none !important; }
  .product-film .film-frame-2,
  .product-film .film-frame-3,
  .product-film .film-frame-4,
  .product-film .film-dark-wash,
  .product-film .film-tap,
  .product-film .film-scan-line,
  .product-film .film-sign-draw { display: none !important; }
  .product-film .film-phone { animation: none !important; }
  .product-film .film-header > button { display: none; }
}

/* Product films v3: decoded, deterministic crossfades with explicit steps. */
.guide-library-body .reveal,
.guide-library-body .reveal-delay-1,
.guide-library-body .reveal-delay-2 {
  animation: none;
}

.product-film .film-dark-wash {
  display: none !important;
}

.product-film .film-glass {
  display: none;
}

.product-film .film-copy-complete > span { color: #0b7656; }
.product-film .film-copy-complete > strong { color: #13231d; }
.product-film .film-copy-complete > small { color: #607169; }

.product-film .film-phone,
.product-film.is-playing .film-phone,
.product-film.is-paused .film-phone {
  animation: none !important;
  transform: none;
}

.product-film .film-screen,
.product-film .film-copy,
.product-film .film-step-current {
  animation: none !important;
  opacity: 0;
  transform: translate3d(8px, 0, 0) scale(1.003);
  transition:
    opacity 420ms cubic-bezier(.22, 1, .36, 1),
    transform 420ms cubic-bezier(.22, 1, .36, 1);
  will-change: auto;
}

.product-film .film-copy {
  transform: translate3d(-8px, 0, 0);
}

.product-film .film-step-current {
  transform: translate3d(0, 5px, 0);
}

.product-film .film-screen.is-current,
.product-film .film-copy.is-current,
.product-film .film-step-current.is-current {
  z-index: 3;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.product-film .film-screen.is-current,
.product-film .film-screen.is-leaving,
.product-film .film-screen.is-queued,
.product-film .film-copy.is-current,
.product-film .film-copy.is-leaving,
.product-film .film-copy.is-queued {
  will-change: opacity, transform;
}

.product-film .film-screen.is-leaving,
.product-film .film-copy.is-leaving,
.product-film .film-step-current.is-leaving {
  z-index: 2;
  opacity: 0;
  transform: translate3d(-5px, 0, 0) scale(.999);
}

.product-film .film-tap,
.product-film .film-scan-line,
.product-film .film-sign-draw {
  animation: none !important;
  opacity: 0;
}

.product-film .film-tap.is-current {
  animation: film-tap-once 1.25s ease-out 900ms 1 both !important;
}

@keyframes film-tap-once {
  0%, 12% { opacity: 0; box-shadow: 0 0 0 0 rgba(49, 206, 151, .5); transform: scale(.65); }
  24% { opacity: 1; transform: scale(1); }
  68% { opacity: .2; box-shadow: 0 0 0 20px rgba(49, 206, 151, 0); transform: scale(.9); }
  100% { opacity: 0; box-shadow: 0 0 0 22px rgba(49, 206, 151, 0); transform: scale(.9); }
}

.product-film .film-scan-line.is-current {
  animation: film-scan-once 2.4s cubic-bezier(.4, 0, .2, 1) 480ms 1 both !important;
}

@keyframes film-scan-once {
  0% { opacity: 0; transform: translateY(-74px); }
  15% { opacity: .92; }
  85% { opacity: .72; transform: translateY(94px); }
  100% { opacity: 0; transform: translateY(99px); }
}

.product-film .film-sign-draw.is-current {
  animation: film-sign-once 1.6s cubic-bezier(.2, .72, .2, 1) 820ms 1 both !important;
}

@keyframes film-sign-once {
  0% { opacity: 0; transform: rotate(-5deg) scaleX(0); }
  15% { opacity: .9; }
  78% { opacity: .9; transform: rotate(-5deg) scaleX(1); }
  100% { opacity: 0; transform: rotate(-5deg) scaleX(1); }
}

.product-film .motion-progress i,
.product-film.is-playing .motion-progress i,
.product-film.is-paused .motion-progress i {
  animation: none !important;
  transform: scaleX(0);
  transition: transform 320ms cubic-bezier(.2, .72, .2, 1);
}

.product-film.film-4.film-at-step-1 .motion-progress i { transform: scaleX(.25); }
.product-film.film-4.film-at-step-2 .motion-progress i { transform: scaleX(.5); }
.product-film.film-4.film-at-step-3 .motion-progress i { transform: scaleX(.75); }
.product-film.film-4.film-at-step-4 .motion-progress i { transform: scaleX(1); }
.product-film.film-3.film-at-step-1 .motion-progress i { transform: scaleX(.3333); }
.product-film.film-3.film-at-step-2 .motion-progress i { transform: scaleX(.6667); }
.product-film.film-3.film-at-step-3 .motion-progress i { transform: scaleX(1); }

.product-film .film-controls {
  position: absolute;
  z-index: 18;
  left: 28px;
  bottom: 22px;
  display: flex;
  gap: 4px;
  align-items: center;
  height: 44px;
}

.product-film .film-control,
.product-film .film-dot {
  position: relative;
  padding: 0;
  background: #e6eee9;
  border: 1px solid #cbd8d1;
  cursor: pointer;
}

.product-film .film-control {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.product-film .film-control::before {
  content: "";
  position: absolute;
  top: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #28463b;
  border-right: 2px solid #28463b;
}

.product-film .film-control-previous::before {
  left: 17px;
  transform: rotate(-135deg);
}

.product-film .film-control-next::before {
  right: 17px;
  transform: rotate(45deg);
}

.product-film .film-dots {
  display: flex;
  gap: 0;
  align-items: center;
}

.product-film .film-dot {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.product-film .film-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #b7c7bf;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 240ms ease, background 240ms ease, border-radius 240ms ease;
}

.product-film .film-dot.is-current::before {
  width: 22px;
  background: #0b7656;
  border-radius: 5px;
}

.product-film .film-control:hover,
.product-film .film-control:focus-visible,
.product-film .film-dot:hover,
.product-film .film-dot:focus-visible {
  outline: 2px solid #0b7656;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .product-film .film-controls {
    left: 15px;
    bottom: 14px;
    gap: 2px;
  }
  .product-film .film-step { top: 12px; right: 15px; bottom: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .product-film .film-controls { display: flex; }
  .product-film .film-screen.film-frame-1,
  .product-film .film-screen.film-frame-2,
  .product-film .film-screen.film-frame-3,
  .product-film .film-screen.film-frame-4,
  .product-film .film-copy.film-frame-1,
  .product-film .film-copy.film-frame-2,
  .product-film .film-copy.film-frame-3,
  .product-film .film-copy.film-frame-4 {
    display: grid !important;
    opacity: 0 !important;
    transform: none !important;
  }
  .product-film .film-step-current.film-frame-1,
  .product-film .film-step-current.film-frame-2,
  .product-film .film-step-current.film-frame-3,
  .product-film .film-step-current.film-frame-4 {
    display: inline !important;
    opacity: 0 !important;
    transform: none !important;
  }
  .product-film .film-screen.is-current,
  .product-film .film-copy.is-current,
  .product-film .film-step-current.is-current {
    opacity: 1 !important;
  }
  .product-film .film-screen,
  .product-film .film-copy,
  .product-film .film-step-current,
  .product-film .motion-progress i { transition: none !important; }
}
