body.simple-landing {
  background:
    linear-gradient(180deg, #f7fafc 0%, #edf3f8 42%, #f8fafc 100%);
}

body.simple-landing::before {
  display: none;
}

.simple-landing .page {
  width: min(1160px, calc(100% - 40px));
}

.simple-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(219, 229, 239, 0.72);
  background: rgba(247, 250, 252, 0.86);
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.simple-nav nav {
  align-items: center;
  gap: 20px;
}

.nav-button {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.nav-button:hover,
.simple-nav nav a:hover {
  color: var(--teal);
}

.nav-login {
  border: 1px solid rgba(148, 163, 184, 0.38);
  border-radius: 8px;
  background: #ffffff;
  color: var(--navy);
  font-weight: 900;
  padding: 11px 16px;
}

.nav-login:hover {
  border-color: rgba(4, 120, 87, 0.34);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.nav-cta {
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
  padding: 12px 18px;
  box-shadow: 0 14px 28px rgba(6, 78, 59, 0.18);
}

.simple-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.86fr);
  gap: 54px;
  align-items: center;
  min-height: 660px;
  margin-top: 26px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(7, 26, 51, 0.96), rgba(7, 48, 62, 0.88) 54%, rgba(6, 78, 59, 0.82)),
    url("/media/service-company-workflow-optimized.jpg") right center / cover no-repeat;
  box-shadow: 0 36px 90px rgba(11, 31, 58, 0.2);
  overflow: hidden;
  padding: 68px 56px;
}

.simple-hero::after {
  position: absolute;
  inset: auto 32px 28px auto;
  width: 220px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  content: "";
  filter: blur(1px);
}

.simple-hero-copy {
  position: relative;
  z-index: 1;
}

.simple-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 5.9vw, 5.3rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.simple-hero-copy .subheadline {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(226, 232, 240, 0.9);
  font-size: clamp(1.04rem, 1.7vw, 1.26rem);
  line-height: 1.5;
}

.simple-hero .eyebrow {
  color: #45e4a4;
}

.simple-hero .hero-actions {
  margin-top: 28px;
  gap: 14px;
}

.simple-hero .button {
  min-height: 56px;
  border-radius: 12px;
  padding: 0 24px;
  font-size: 1rem;
}

.simple-hero .button.primary {
  background: #00a26b;
  box-shadow: 0 18px 36px rgba(0, 162, 107, 0.28);
}

.simple-hero .button.primary:hover {
  box-shadow: 0 22px 44px rgba(0, 162, 107, 0.34);
}

.hero-cta-note {
  margin: 12px 0 0;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

.workspace-access {
  margin: 34px 0 48px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 245, 0.9)),
    url("/brand/gosscrew-logo-icon.png") calc(100% - 36px) center / 240px no-repeat;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  padding: 34px;
}

.access-panel-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: stretch;
}

.beta-access-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  width: 100%;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
}

.employee-login-strip {
  display: grid;
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(5, 98, 70, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 249, 0.94)),
    radial-gradient(circle at 4% 8%, rgba(4, 120, 87, 0.1), transparent 32%);
  padding: 24px;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.09);
}

.workspace-access .section-heading {
  max-width: 660px;
}

.employee-login-copy,
.employee-login-strip h2,
.employee-login-strip p {
  margin: 0;
}

.employee-login-copy {
  display: grid;
  align-content: center;
}

.employee-login-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  margin-bottom: 18px;
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  font-weight: 950;
  padding: 7px 12px 7px 8px;
}

.employee-login-brand img {
  width: 34px;
  height: 34px;
}

.employee-login-strip p:not(.eyebrow) {
  max-width: 310px;
  margin-top: 10px;
  color: #4b5f76;
  font-size: 0.98rem;
  line-height: 1.5;
}

.employee-login-strip h2 {
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.02;
}

.employee-login-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.employee-login-points span {
  border: 1px solid rgba(4, 120, 87, 0.15);
  border-radius: 999px;
  background: #ffffff;
  color: #245044;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 7px 9px;
}

.employee-login-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  gap: 12px;
  min-width: 0;
  border: 1px solid #d9e6df;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 16px 36px rgba(15, 23, 42, 0.06);
  padding: 16px;
}

.employee-login-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin: 0;
  color: #334155;
  font-size: 0.78rem;
  font-weight: 900;
}

.employee-login-form label span {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.employee-login-form input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  border: 1px solid #cfdbe7;
  border-radius: 14px;
  background: #fff;
  padding: 0 14px;
  color: var(--navy);
  font: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.14s ease, box-shadow 0.14s ease;
}

.employee-login-form input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(5, 98, 70, 0.1);
}

.employee-login-form input[name="companyCode"] {
  text-align: center;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.employee-login-form label:has(input[name="password"]),
.employee-login-form button,
.employee-login-form p {
  grid-column: 1 / -1;
}

.employee-login-form .employee-terms {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  column-gap: 10px;
  color: #41536a;
  border: 1px solid #e2ece6;
  border-radius: 12px;
  background: #f8fcfa;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
  padding: 10px 12px;
  text-transform: none;
}

.employee-login-form .terms-copy {
  display: inline;
  min-width: 0;
  color: #41536a;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: normal;
  word-break: normal;
}

.employee-login-form .employee-terms input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 1px;
  padding: 0;
}

.employee-login-form .employee-terms a {
  display: inline;
  color: var(--teal);
  font-weight: 950;
  white-space: nowrap;
}

.employee-login-form p {
  min-height: 16px;
  margin: 0;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
}

.employee-login-form .button {
  min-height: 50px;
  border-radius: 14px;
  font-size: 0.98rem;
}

.beta-access-strip h2,
.beta-access-strip p {
  margin: 0;
}

.beta-access-strip h2 {
  color: var(--navy);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  white-space: nowrap;
}

.beta-access-strip p:not(.eyebrow) {
  margin-top: 6px;
  color: #55657a;
}

body.simple-landing .landing-beta-login {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
}

body.simple-landing .landing-beta-login input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid #d5e0ea;
  border-radius: 12px;
  padding: 0 14px;
  color: var(--navy);
  font: inherit;
}

body.simple-landing .landing-beta-login .button {
  min-height: 48px;
  padding: 10px 16px;
}

body.simple-landing .landing-beta-login p {
  grid-column: 1 / -1;
  min-height: 14px;
  margin: 0;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: none;
}

.visual-workflow {
  padding: 72px 0 32px;
}

.visual-workflow .section-heading {
  max-width: 820px;
}

.visual-workflow-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  gap: 18px;
}

.visual-workflow-grid article {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 22px;
  background: #081b32;
  box-shadow: 0 24px 70px rgba(11, 31, 58, 0.14);
  overflow: hidden;
}

.visual-workflow-grid article:first-child {
  min-height: 420px;
}

.visual-workflow-grid img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.78;
  transform: scale(1.02);
}

.visual-workflow-grid article::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 26, 51, 0.04), rgba(7, 26, 51, 0.86));
  content: "";
}

.visual-workflow-grid article > div {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(7, 26, 51, 0.62);
  color: #fff;
  padding: 16px;
  backdrop-filter: blur(12px);
}

.visual-workflow-grid span {
  color: #42e5a1;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-workflow-grid h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 1.28rem;
}

.visual-workflow-grid p {
  margin: 7px 0 0;
  color: rgba(226, 232, 240, 0.88);
  line-height: 1.35;
}

.product-showcase {
  padding: 48px 0 28px;
}

.product-screen-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.screen-card {
  display: grid;
  gap: 16px;
  min-height: 270px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 253, 0.92)),
    radial-gradient(circle at 88% 8%, rgba(4, 120, 87, 0.12), transparent 34%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  padding: 22px;
  overflow: hidden;
}

.screen-card.owner-screen {
  grid-row: span 2;
}

.screen-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(219, 229, 239, 0.9);
  padding-bottom: 14px;
}

.screen-card-header span {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.screen-card-header strong {
  border-radius: 999px;
  background: #e8f5f0;
  color: var(--teal);
  font-size: 0.82rem;
  padding: 7px 10px;
}

.mini-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mini-kpi-row div,
.mini-schedule div,
.mini-board div,
.phone-job,
.mini-invoice div {
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  background: #ffffff;
  padding: 14px;
}

.mini-kpi-row span,
.mini-schedule span,
.mini-board span,
.phone-job span,
.mini-invoice span {
  display: block;
  color: #64748b;
  font-size: 0.84rem;
}

.mini-kpi-row strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-size: 1.45rem;
}

.mini-schedule {
  display: grid;
  gap: 10px;
}

.mini-schedule strong {
  display: block;
  color: var(--teal);
  font-size: 0.82rem;
}

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

.mini-board div {
  border-top: 4px solid #6aa7ee;
  min-height: 145px;
}

.mini-board strong,
.phone-job strong,
.mini-invoice strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
}

.mini-board p,
.phone-job p {
  margin: 10px 0 0;
  color: #41536a;
  font-weight: 800;
  line-height: 1.35;
}

.mini-phone {
  display: grid;
  gap: 12px;
  max-width: 360px;
}

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

.phone-actions span {
  border-radius: 999px;
  background: #eef6ff;
  color: #0f3f75;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 9px 10px;
  text-align: center;
}

.mini-invoice {
  display: grid;
  gap: 10px;
}

.mini-invoice div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mini-invoice .mini-total {
  border-color: rgba(4, 120, 87, 0.24);
  background: #f0fbf6;
}

.ai-approval-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  margin: 18px 0 46px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(7, 26, 51, 0.96), rgba(6, 78, 59, 0.94)),
    url("/media/field-crew-optimized.jpg") center / cover no-repeat;
  color: #ffffff;
  box-shadow: 0 28px 74px rgba(11, 31, 58, 0.18);
  padding: 36px;
}

.ai-approval-panel .eyebrow {
  color: #45e4a4;
}

.ai-approval-panel h2 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
}

.ai-approval-panel > div > p:not(.eyebrow) {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(226, 232, 240, 0.88);
  font-size: 1.05rem;
  line-height: 1.5;
}

.ai-approval-steps {
  display: grid;
  gap: 12px;
}

.ai-approval-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  backdrop-filter: blur(12px);
}

.ai-approval-steps span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #45e4a4;
  color: #07303e;
  font-weight: 950;
}

.ai-approval-steps strong {
  color: #ffffff;
  font-size: 1.04rem;
}

.ai-approval-steps p {
  margin: 0;
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.4;
}

.simple-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.simple-trust-list li {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #41536a;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 7px 10px;
}

.simple-preview-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}

.simple-preview-card .preview-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
  padding: 14px 16px;
}

.simple-preview-card .preview-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd5e1;
}

.simple-preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
}

.simple-today-panel {
  margin: 18px 18px 0;
  border: 1px solid #d9e3ec;
  border-left: 4px solid var(--teal);
  border-radius: 10px;
  background: #f8fbff;
  padding: 18px;
}

.simple-today-panel span {
  display: block;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.simple-today-panel strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-size: 1.65rem;
  line-height: 1.08;
}

.simple-today-panel p {
  margin: 8px 0 0;
  color: #41536a;
  line-height: 1.45;
}

.simple-preview-metrics article,
.simple-dispatch-list article {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  padding: 14px;
}

.simple-preview-metrics span,
.simple-dispatch-list span,
.simple-dispatch-list small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.simple-preview-metrics strong {
  display: block;
  margin-top: 5px;
  color: var(--navy);
  font-size: 1.32rem;
}

.simple-dispatch-list {
  display: grid;
  gap: 10px;
  padding: 0 18px 18px;
}

.simple-dispatch-list strong {
  display: block;
  margin: 4px 0;
}

.simple-section {
  padding: 70px 0;
}

.section-heading.compact {
  max-width: 740px;
  margin: 0 0 22px;
  text-align: left;
}

.section-heading.compact h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 1.06;
}

.simple-card-grid {
  display: grid;
  gap: 18px;
}

.simple-card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.simple-card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.simple-card-grid article,
.simple-pricing-grid article {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  padding: 20px;
}

.simple-card-grid article {
  position: relative;
  overflow: hidden;
}

.simple-card-grid article::before {
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--teal);
  content: "";
}

.simple-card-grid h3,
.simple-pricing-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.12rem;
}

.simple-card-grid p,
.simple-pricing-grid p {
  margin: 8px 0 0;
  color: #55657a;
  line-height: 1.35;
}

.simple-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.simple-pricing-grid.one-plan {
  grid-template-columns: minmax(280px, 520px);
}

.simple-pricing-grid article {
  display: grid;
  gap: 16px;
}

.simple-pricing-grid article.featured {
  border-color: var(--teal);
  box-shadow: inset 4px 0 0 var(--teal), 0 10px 26px rgba(4, 120, 87, 0.08);
}

.simple-pricing-grid .plan-label {
  margin: 0;
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.simple-pricing-grid h3 {
  font-size: 2.45rem;
}

.simple-pricing-grid h3 span {
  color: var(--muted);
  font-size: 1rem;
}

.plan-includes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-includes li {
  position: relative;
  color: var(--navy);
  font-weight: 900;
  padding-left: 18px;
}

.plan-includes li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "✓";
}

.simple-pricing-grid .plan-note {
  margin-top: 0;
  color: var(--navy);
  font-weight: 900;
}

.landing-faq {
  margin-top: 26px;
}

.landing-faq .section-heading {
  margin-bottom: 18px;
}

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

.faq-grid article {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
  padding: 18px;
}

.faq-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.2;
}

.faq-grid p {
  margin: 8px 0 0;
  color: #55657a;
  font-size: 0.95rem;
  line-height: 1.45;
}

.updates-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 48px 0 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  padding: 26px;
}

.updates-strip h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1;
}

.updates-strip p:not(.eyebrow) {
  max-width: 720px;
  margin: 10px 0 0;
  color: #55657a;
}

.landing-updates-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.landing-updates-list article {
  display: grid;
  gap: 8px;
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  background: #f8fbfd;
  padding: 16px;
}

.landing-updates-list span {
  justify-self: start;
  border-radius: 999px;
  background: #e8f5f0;
  color: var(--teal);
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 900;
}

.landing-updates-list h3 {
  margin: 0;
  color: var(--navy);
  font-size: 0.98rem;
}

.landing-updates-list p {
  margin: 0;
  color: #55657a;
  font-size: 0.86rem;
  line-height: 1.45;
}

.landing-updates-list time {
  color: #718096;
  font-size: 0.78rem;
  font-weight: 900;
}

.simple-final-cta {
  display: grid;
  justify-items: center;
  gap: 20px;
  margin: 56px 0;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(7, 26, 51, 0.96), rgba(6, 78, 59, 0.94)),
    url("/media/plumbing-team.jpg") center / cover no-repeat;
  color: #fff;
  box-shadow: 0 26px 70px rgba(11, 31, 58, 0.2);
  padding: 68px 24px;
  text-align: center;
}

.simple-final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.08;
}

.simple-final-cta .button.secondary {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
}

.simple-footer {
  border-top: 1px solid var(--line);
}

.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.58);
  padding: 20px;
}

.demo-modal[hidden] {
  display: none;
}

.demo-panel {
  width: min(520px, 100%);
  max-height: min(88vh, 820px);
  overflow: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.25);
  padding: 28px;
}

.demo-panel.compact {
  width: min(460px, 100%);
}

.demo-panel.forgot-panel {
  width: min(500px, 100%);
  padding: 24px;
}

.demo-close {
  float: right;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-weight: 800;
  padding: 8px 12px;
}

.demo-panel h2 {
  margin: 0;
  color: var(--navy);
  font-size: 2rem;
}

.demo-panel p {
  color: #55657a;
}

.demo-form {
  display: grid;
  gap: 14px;
}

.demo-form label {
  display: grid;
  gap: 7px;
  color: #334155;
  font-weight: 800;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  color: var(--navy);
  font: inherit;
}

.demo-form textarea {
  min-height: 110px;
  resize: vertical;
}

.demo-form .full {
  grid-column: 1 / -1;
}

.forgot-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(0, 162, 107, 0.24);
  border-radius: 14px;
  background: #ecfdf5;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
}

.forgot-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 18px;
}

.forgot-progress span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 900;
  padding: 8px 10px;
  text-align: center;
}

.forgot-progress span.is-active {
  border-color: rgba(0, 162, 107, 0.28);
  background: #ecfdf5;
  color: var(--teal);
}

.forgot-step {
  clear: both;
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--teal);
  font-weight: 850;
  line-height: 1.4;
}

.forgot-checklist,
.password-rules {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.forgot-checklist li,
.password-rules li {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fafc;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 750;
  padding: 10px 12px;
}

.password-rules li.is-met {
  border-color: rgba(0, 162, 107, 0.22);
  background: #ecfdf5;
  color: #047857;
}

.password-field > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.password-field button {
  min-width: 70px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
}

.password-strength {
  display: grid;
  gap: 6px;
}

.password-strength::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #e2e8f0;
}

.password-strength span {
  display: block;
  width: 12%;
  height: 8px;
  margin-top: -14px;
  border-radius: 999px;
  background: #dc2626;
  transition: width 180ms ease, background 180ms ease;
}

.password-strength span[data-level="medium"] {
  background: #d97706;
}

.password-strength span[data-level="strong"] {
  background: #059669;
}

.password-strength small,
.security-note,
.support-note {
  margin: 0;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.45;
}

.forgot-actions {
  display: grid;
  gap: 10px;
}

.button.text-button {
  min-height: auto;
  border: 0;
  background: transparent;
  color: var(--teal);
  box-shadow: none;
  padding: 4px 0;
}

.button.text-button:hover {
  box-shadow: none;
  text-decoration: underline;
}

.employee-forgot-link {
  grid-column: 1 / -1;
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--teal);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 950;
  padding: 0;
}

a.employee-forgot-link {
  text-decoration: none;
}

.employee-forgot-link:focus-visible,
.button.text-button:focus-visible,
.password-field button:focus-visible {
  outline: 3px solid rgba(0, 162, 107, 0.25);
  outline-offset: 3px;
}

.cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(720px, calc(100vw - 32px));
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.2);
  padding: 18px;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent h2,
.cookie-consent p {
  margin: 0;
}

.cookie-consent h2 {
  font-size: 18px;
}

.cookie-consent p {
  margin-top: 6px;
  color: #58708c;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

#demo-status {
  color: var(--teal);
  font-weight: 800;
}

.simple-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: center;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a,
.demo-panel a,
.legal-page a {
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}

.legal-page main {
  max-width: 880px;
  margin: 0 auto 70px;
}

.legal-hero {
  padding: 34px 0 18px;
}

.legal-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.legal-hero p {
  max-width: 720px;
  color: #55657a;
}

.legal-card {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  padding: 24px;
}

.legal-card section {
  display: grid;
  gap: 8px;
}

.legal-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.18rem;
}

.legal-card p,
.legal-card li {
  margin: 0;
  color: #55657a;
  font-size: 0.95rem;
  line-height: 1.55;
}

.legal-card ul {
  margin: 0;
  padding-left: 18px;
}

.patch-hero {
  padding: 32px 0 18px;
}

.patch-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
  line-height: 1;
}

.patch-hero p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 10px;
  color: #55657a;
  font-size: 0.98rem;
}

.dashboard-preview-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  padding: 18px;
  margin: 12px 0 22px;
}

.dashboard-preview-strip h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.dashboard-preview-strip p:not(.eyebrow) {
  margin: 10px 0 0;
  color: #55657a;
  font-size: 0.92rem;
  line-height: 1.5;
}

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

.dashboard-screenshot-card {
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  background: #f8fbfd;
  padding: 10px;
}

.dashboard-screenshot-card h3 {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: 0.94rem;
}

.dashboard-screenshot-card p {
  margin: 5px 0 0;
  color: #5d6c80;
  font-size: 0.78rem;
  line-height: 1.35;
}

.mini-screen {
  position: relative;
  overflow: hidden;
  min-height: 116px;
  border: 1px solid #d5e0ea;
  border-radius: 12px;
  background: #eef4f9;
}

.mini-operations {
  display: grid;
  grid-template-columns: 28% 1fr;
}

.mini-sidebar {
  background: #12375d;
}

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

.mini-content span,
.mini-content strong,
.mini-content div,
.mini-dispatch div,
.mini-dispatch span,
.mini-tech header,
.mini-tech span {
  display: block;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #dbe5ef;
}

.mini-content strong {
  grid-column: 1 / -1;
  height: 26px;
}

.mini-content div {
  height: 34px;
}

.mini-dispatch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 10px;
}

.mini-dispatch div {
  height: 28px;
}

.mini-dispatch span {
  min-height: 62px;
  background: #e6f2ff;
  border-left: 4px solid #2f80ed;
}

.mini-tech {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.mini-tech header {
  height: 22px;
  background: #12375d;
}

.mini-tech span {
  height: 22px;
}

.patch-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 22px;
  align-items: start;
  margin: 18px 0 64px;
}

.patch-main {
  display: grid;
  gap: 18px;
}

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

.patch-list > h2,
.known-issues > h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.2rem;
}

.patch-list article,
.bug-report-card,
.updates-account-card,
.known-issues article {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  padding: 16px;
}

.patch-sidebar {
  display: grid;
  gap: 14px;
}

.patch-list time {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
}

.patch-list h3,
.bug-report-card h2,
.updates-account-card h2 {
  margin: 6px 0 0;
  color: var(--navy);
  font-size: 1rem;
}

.updates-account-card {
  margin-bottom: 14px;
}

.updates-account-copy,
.updates-account-status {
  margin: 8px 0 0;
  color: #55657a;
  font-size: 0.86rem;
  line-height: 1.45;
}

.updates-account-status {
  border-radius: 10px;
  background: #eef7f3;
  color: var(--teal);
  padding: 8px 10px;
  font-weight: 900;
}

.compact-auth-form {
  margin-top: 12px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.compact-auth-form h3 {
  margin: 0;
  color: var(--navy);
  font-size: 0.9rem;
}

.checkbox-line {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  color: #55657a !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.checkbox-line input[type="checkbox"] {
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  flex: 0 0 18px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--teal);
  appearance: auto;
}

.checkbox-line span {
  flex: 1;
  line-height: 1.35;
}

.checkbox-line a {
  color: var(--teal);
  font-weight: 900;
}

.patch-list p,
.known-issues p {
  color: #55657a;
  font-size: 0.92rem;
  line-height: 1.45;
}

.patch-list span {
  display: inline-flex;
  border-radius: 999px;
  background: #e8f5f0;
  color: var(--teal);
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 900;
}

.patch-comments {
  margin-top: 14px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.patch-comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 900;
}

.patch-comments-header span {
  display: inline-flex;
  min-width: 24px;
  justify-content: center;
  background: #eef4f9;
  color: #41536a;
}

.patch-comment,
.comment-gate {
  margin-top: 10px;
  border: 1px solid #dbe6ef;
  border-radius: 12px;
  background: #f8fbfd;
  padding: 10px;
}

.patch-comment strong,
.comment-gate strong {
  color: var(--navy);
  font-size: 0.84rem;
}

.patch-comment time {
  display: inline-block;
  margin-left: 8px;
  color: #718096;
  font-size: 0.72rem;
  font-weight: 800;
}

.patch-comment p,
.patch-comment-empty,
.comment-gate p {
  margin: 6px 0 0;
  color: #55657a;
  font-size: 0.84rem;
  line-height: 1.45;
}

.comment-gate a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.patch-comment-form {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.patch-comment-form label {
  display: grid;
  gap: 6px;
  color: #41536a;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.patch-comment-form textarea {
  width: 100%;
  border: 1px solid #d5e0ea;
  border-radius: 10px;
  padding: 10px;
  color: var(--navy);
  font: inherit;
  font-size: 0.9rem;
  resize: vertical;
}

.button.compact {
  justify-self: start;
  min-height: auto;
  padding: 9px 12px;
  font-size: 0.84rem;
}

.known-issues {
  display: grid;
  gap: 10px;
}

.known-issues strong {
  display: block;
  color: var(--navy);
  font-size: 0.95rem;
}

.known-issues p {
  margin: 6px 0 0;
}

.demo-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  resize: vertical;
  font: inherit;
}

#bug-report-status {
  color: var(--teal);
  font-weight: 800;
}

.trial-note {
  max-width: 540px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 800;
}

.pain-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 36px;
}

.pain-strip article {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  padding: 16px;
}

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

.pain-strip strong {
  color: var(--navy);
  font-size: 0.98rem;
}

.pain-strip span {
  margin-top: 6px;
  color: #55657a;
  font-size: 0.9rem;
  line-height: 1.35;
}

.trade-examples {
  padding-top: 22px;
}

.example-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.example-pill-grid span {
  border: 1px solid #d8e5ef;
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  font-weight: 900;
  padding: 11px 14px;
}

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

.trust-panel article {
  border: 1px solid rgba(4, 120, 87, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f5fbf8);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  padding: 22px;
}

.trust-panel span {
  display: block;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-panel h3 {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: 1.3rem;
  line-height: 1.08;
}

.trust-panel p {
  margin: 10px 0 0;
  color: #55657a;
  line-height: 1.45;
}

.simple-final-cta p {
  max-width: 560px;
  margin: -8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.footer-links {
  align-items: center;
}

.footer-links button {
  border: 0;
  background: transparent;
  color: var(--teal);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.mobile-sticky-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 35;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
  padding: 10px;
  backdrop-filter: blur(14px);
}

.mobile-sticky-cta .button {
  justify-content: center;
  min-height: 44px;
  padding: 11px 12px;
}

.plan-includes li::before {
  width: 7px;
  height: 12px;
  border-right: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(40deg);
  content: "";
}

@media (max-width: 940px) {
  .simple-hero,
  .access-panel-grid,
  .visual-workflow-grid,
  .product-screen-grid,
  .ai-approval-panel,
  .pain-strip,
  .trust-panel,
  .simple-card-grid.three,
  .simple-card-grid.four,
  .faq-grid,
  .simple-pricing-grid {
    grid-template-columns: 1fr;
  }

  .simple-hero {
    gap: 28px;
    min-height: auto;
    padding: 40px 26px;
  }

  .simple-preview-card {
    min-width: 0;
    transform: none;
  }

  .simple-nav {
    align-items: flex-start;
  }

  .simple-nav nav {
    justify-content: flex-start;
  }

  .updates-strip {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .landing-updates-list {
    grid-template-columns: 1fr;
  }

  .patch-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-preview-strip {
    grid-template-columns: 1fr;
  }

  .employee-login-strip {
    grid-template-columns: 1fr;
  }

  .visual-workflow-grid article,
  .visual-workflow-grid article:first-child {
    min-height: 330px;
  }

  .screen-card.owner-screen {
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .simple-nav {
    gap: 14px;
    padding: 14px 0;
  }

  .simple-nav nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .simple-nav nav a,
  .simple-nav .nav-button {
    min-height: 42px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #ffffff;
    padding: 9px 10px;
    text-align: center;
  }

  .simple-nav .nav-cta {
    grid-column: 1 / -1;
    border-color: var(--teal);
    background: var(--teal);
    color: #fff;
  }

  .simple-nav .nav-login {
    border-color: rgba(4, 120, 87, 0.24);
    background: #f8fffc;
    box-shadow: none;
  }

  .simple-nav nav a.nav-cta:last-child {
    background: var(--teal);
    color: #fff;
  }

  .simple-preview-metrics {
    grid-template-columns: 1fr;
  }

  .dashboard-screenshot-grid {
    grid-template-columns: 1fr;
  }

  .simple-landing .page {
    width: min(100% - 28px, 1180px);
  }

  .simple-hero-copy h1 {
    font-size: 2.45rem;
  }

  .simple-hero {
    border-radius: 18px;
    padding: 30px 18px;
  }

  .simple-hero .button {
    width: 100%;
  }

  .simple-preview-card {
    border-radius: 16px;
  }

  .pain-strip {
    margin: 18px 0 28px;
  }

  .trust-panel {
    margin-bottom: 38px;
  }

  .workspace-access {
    border-radius: 18px;
    padding: 18px;
    background: #ffffff;
  }

  .visual-workflow {
    padding-top: 44px;
  }

  .visual-workflow-grid article,
  .visual-workflow-grid article:first-child {
    min-height: 300px;
    border-radius: 16px;
  }

  .product-showcase {
    padding: 34px 0 16px;
  }

  .screen-card {
    min-height: auto;
    border-radius: 16px;
    padding: 18px;
  }

  .mini-kpi-row,
  .mini-board {
    grid-template-columns: 1fr;
  }

  .phone-actions {
    grid-template-columns: 1fr;
  }

  .ai-approval-panel {
    border-radius: 18px;
    padding: 24px 18px;
  }

  .cookie-consent {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions .button {
    flex: 1;
  }

  .beta-access-strip {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 18px;
  }

  .employee-login-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    gap: 14px;
    border-radius: 14px;
    padding: 16px;
  }

  .employee-login-strip h2 {
    font-size: 2rem;
  }

  .employee-login-form {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .landing-beta-login div {
    grid-template-columns: 1fr;
  }

  body.simple-landing .landing-beta-login {
    grid-template-columns: 1fr;
  }

  .patch-layout {
    gap: 18px;
    margin-bottom: 42px;
  }

  .patch-list article,
  .bug-report-card,
  .updates-account-card {
    border-radius: 12px;
    padding: 14px;
  }

  .bug-report-card h2,
  .updates-account-card h2 {
    font-size: 1rem;
  }

  .updates-account-copy,
  .updates-account-status {
    font-size: 0.82rem;
  }

  .updates-account-card .demo-form,
  .bug-report-card .demo-form {
    gap: 10px;
  }

  .updates-account-card .button,
  .bug-report-card .button {
    width: 100%;
  }

  .compact-auth-form {
    margin-top: 10px;
    padding-top: 10px;
  }

  .mobile-sticky-cta {
    display: grid;
  }

  .simple-footer {
    padding-bottom: 86px;
  }
}
