@font-face {
  font-family: "TH Sarabun New";
  src: url("assets/fonts/th-sarabun-new-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TH Sarabun New";
  src: url("assets/fonts/th-sarabun-new-bold.ttf") format("truetype");
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --forest-950: #052817;
  --forest-900: #07351f;
  --forest-800: #0b4a2b;
  --forest-700: #12633a;
  --forest-600: #237a49;
  --forest-100: #e8f2e4;
  --cream: #fbf8ef;
  --paper: #fffefb;
  --ink: #0b2117;
  --muted: #5d6b63;
  --gold: #cda743;
  --green: #1f8b45;
  --green-soft: #dff0d8;
  --red: #e51b23;
  --red-soft: #ffe2e0;
  --orange: #ef7900;
  --orange-soft: #ffe8ce;
  --line: #e1e5df;
  --shadow: 0 28px 70px rgba(13, 43, 27, 0.19);
  --container: 1450px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 26% 32%, rgba(255,255,255,.92), transparent 33%),
    radial-gradient(circle at 86% 72%, rgba(228,236,216,.55), transparent 28%),
    repeating-linear-gradient(14deg, rgba(86,70,38,.018) 0 1px, transparent 1px 7px),
    var(--cream);
  font-family: "TH Sarabun New", "Leelawadee UI", Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

.ui-icon {
  width: 1em;
  height: 1em;
  display: block;
  flex: 0 0 auto;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(205,167,67,.5);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: #fff;
  background: var(--forest-900);
  border-radius: 9px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.container {
  width: min(calc(100% - 72px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 50;
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(7,53,31,.13);
}

.brand,
.mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--forest-950);
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #17603a, #052817);
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  box-shadow: 0 9px 20px rgba(5,40,23,.2), inset 0 1px rgba(255,255,255,.16);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  object-fit: cover;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 29px;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.brand-copy small {
  margin-top: 3px;
  color: #668073;
  font-family: "TH Sarabun New", "Leelawadee UI", Tahoma, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.main-nav a {
  position: relative;
  padding: 10px 0;
  color: #24342b;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--forest-600);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

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

.main-nav button,
.primary-button,
.dialog-primary {
  color: #fff;
  background: linear-gradient(135deg, #17663d, #07351f);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 11px 24px rgba(7,53,31,.21);
  cursor: pointer;
}

.main-nav button {
  min-height: 43px;
  padding: 4px 20px;
  font-size: 20px;
  font-weight: 600;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(410px, .74fr) minmax(780px, 1.42fr);
  align-items: center;
  gap: clamp(24px, 3.5vw, 64px);
  padding-top: 32px;
  padding-bottom: 48px;
}

.hero-copy {
  position: relative;
  z-index: 6;
  padding: 12px 0 0 6px;
}

.software-badge {
  width: max-content;
  max-width: 100%;
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 7px 26px 8px 18px;
  color: #fff;
  background: linear-gradient(110deg, #197447, #073d24 82%);
  border: 2px solid #cba84f;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(7,53,31,.22), inset 0 1px rgba(255,255,255,.2);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.software-badge span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--forest-900);
  background: #fff;
  border-radius: 8px;
  font-size: 21px;
}

.hero-lead {
  margin: 21px 0 0;
  color: #31463a;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.17;
}

.feature-chips {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 9px;
  margin-top: 24px;
}

.feature-chips span {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  color: #163324;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(7,53,31,.13);
  border-radius: 11px;
  box-shadow: 0 8px 18px rgba(18,50,31,.08);
  font-size: 23px;
  font-weight: 700;
}

.feature-chips i {
  color: var(--forest-700);
  font-size: 18px;
  font-style: normal;
}

.business-line {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
  padding-top: 19px;
  border-top: 1px solid rgba(205,167,67,.54);
}

.business-line > span {
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #e1bd5d, #a67e23);
  border: 2px solid #fff6d9;
  border-radius: 10px;
  box-shadow: 0 7px 15px rgba(155,114,23,.19);
  font-weight: 900;
}

.business-line p {
  margin: 0;
  font-size: 22px;
  line-height: 1.13;
}

.business-line strong {
  color: var(--forest-800);
  font-size: 25px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 23px;
}

.download-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 7px 18px;
  color: #0b4f2e;
  background: rgba(255, 254, 249, .92);
  border: 1px solid #b8ccb9;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(7, 53, 31, .09);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.download-button:hover {
  border-color: #218254;
  transform: translateY(-2px);
  box-shadow: 0 13px 26px rgba(7, 53, 31, .16);
}

.download-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(135deg, #1a8a52, #07351f);
  border-radius: 10px;
  font: 800 23px/1 Tahoma, sans-serif;
}

.download-copy strong,
.download-copy small {
  display: block;
  white-space: nowrap;
}

.download-copy strong { font-size: 18px; line-height: 1.1; }
.download-copy small { margin-top: 2px; color: #66766c; font: 12px/1.2 Tahoma, sans-serif; }

.primary-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 7px 21px 8px 24px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(7,53,31,.28);
}

.primary-button span {
  font-size: 34px;
  font-weight: 300;
  line-height: .6;
}

.hero-actions p {
  margin: 0;
  color: #5c6e64;
  font-size: 16px;
  line-height: 1.15;
}

.hero-actions p > span {
  color: #2caf67;
  font-size: 10px;
}

.hero-actions strong {
  color: #1f3a2b;
  font-size: 17px;
}

.mini-brand {
  gap: 15px;
  margin-top: 27px;
}

.mini-brand .brand-mark {
  width: 58px;
  height: 58px;
  font-size: 37px;
}

.mini-brand strong {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 39px;
  letter-spacing: -.05em;
}

.product-area {
  position: relative;
  width: min(100%, 970px);
  justify-self: end;
  padding: 0 0 38px;
}

.screen-glow {
  position: absolute;
  inset: 10% 1% 2% 5%;
  z-index: -1;
  background: radial-gradient(ellipse, rgba(40,112,66,.26), transparent 70%);
  filter: blur(30px);
}

.monitor {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #f8faf8;
  border: 13px solid #171c1a;
  border-bottom-width: 17px;
  border-radius: 28px;
  box-shadow: 0 34px 75px rgba(8,31,19,.27), inset 0 0 0 1px #69706d;
  transform: perspective(1700px) rotateY(-2.5deg);
  transform-origin: right center;
}

.monitor::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.monitor-top {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  background: #f8f9f8;
  border-bottom: 1px solid #e5e8e6;
}

.monitor-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ec3f31;
}

.monitor-top span:nth-child(2) { background: #e8a721; }
.monitor-top span:nth-child(3) { background: #36a44e; }

.monitor-top i {
  width: 20px;
  height: 2px;
  margin-left: auto;
  background: #bfc6c2;
  box-shadow: 0 6px #bfc6c2;
}

.monitor-top i + i {
  width: 19px;
  margin-left: 10px;
}

.app-shell {
  min-height: 620px;
  display: grid;
  grid-template-columns: 97px minmax(0,1fr) 215px;
  background: #f3f6f3;
}

.app-sidebar {
  display: flex;
  flex-direction: column;
  padding: 16px 10px 13px;
  color: #fff;
  background: linear-gradient(180deg, #0a4b2c, #05301c);
}

.side-brand {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 2px 16px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.side-brand img {
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.side-brand strong {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.app-sidebar nav {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.side-link {
  width: 100%;
  min-height: 43px;
  display: grid;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 7px;
  padding: 5px 8px;
  color: rgba(255,255,255,.74);
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
}

.side-link span {
  display: grid;
  place-items: center;
  font-size: 18px;
}

.side-link .ui-icon {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
}

.side-link:hover,
.side-link.active {
  color: #fff;
  background: rgba(255,255,255,.16);
}

.side-user {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding: 10px 4px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}

.side-user > span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: var(--forest-900);
  background: #d9e8d5;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
}

.side-user p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.side-user strong { font-size: 10px; }
.side-user small { color: #93d6ae; font-size: 8px; }

.dashboard {
  min-width: 0;
  padding: 18px 17px 16px;
  background: #f7f9f7;
}

.dashboard-header {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-header span {
  color: var(--forest-600);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
}

.dashboard-header h2 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 1px 0 0;
  font-size: 23px;
  line-height: 1;
}

.dashboard-header time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  color: #53625a;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 10px;
}

.dashboard-header .heading-icon,
.room-toolbar .heading-icon,
.mini-panel .heading-icon {
  display: grid;
  place-items: center;
  color: var(--forest-700);
  background: #e7f2e9;
  border-radius: 6px;
  letter-spacing: 0;
}

.dashboard-header .heading-icon {
  width: 24px;
  height: 24px;
}

.room-toolbar .heading-icon {
  width: 21px;
  height: 21px;
}

.mini-panel .heading-icon {
  width: 19px;
  height: 19px;
}

.heading-icon .ui-icon {
  width: 60%;
  height: 60%;
}

.dashboard-header .time-icon {
  color: var(--forest-600);
  font-size: inherit;
  letter-spacing: 0;
}

.time-icon .ui-icon {
  width: 12px;
  height: 12px;
}

.status-summary {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
  margin-top: 12px;
}

.summary-card {
  min-height: 78px;
  padding: 10px 11px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(16,42,28,.035);
}

.summary-card span {
  color: #6c7a72;
  font-size: 9px;
}

.summary-card div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 5px;
}

.summary-card strong {
  color: var(--summary-color, var(--ink));
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 21px;
}

.summary-card i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--summary-color, var(--forest-700));
  background: color-mix(in srgb, var(--summary-color, var(--forest-700)) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--summary-color, var(--forest-700)) 17%, transparent);
  border-radius: 11px;
  font-size: 12px;
  font-style: normal;
  box-shadow: 0 5px 12px color-mix(in srgb, var(--summary-color, var(--forest-700)) 13%, transparent);
}

.summary-card i .ui-icon {
  width: 21px;
  height: 21px;
  stroke-width: 2.35;
}

.room-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 15px 0 10px;
}

.room-toolbar h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 17px;
  line-height: 1;
}

.room-toolbar small {
  color: #7b8981;
  font-size: 9px;
}

.room-filters {
  display: flex;
  gap: 4px;
}

.room-filters button {
  min-height: 28px;
  padding: 3px 8px;
  color: #627068;
  background: #fff;
  border: 1px solid #dce2dd;
  border-radius: 6px;
  cursor: pointer;
  font-size: 9px;
}

.room-filters button:hover,
.room-filters button.active {
  color: #fff;
  background: var(--forest-700);
  border-color: var(--forest-700);
}

.room-grid {
  min-height: 168px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
}

.room-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 10px 44px 0 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  cursor: pointer;
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.room-card > .room-card-icon {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: var(--status-color);
  background: color-mix(in srgb, var(--status-color) 15%, #fff);
  border: 1px solid color-mix(in srgb, var(--status-color) 22%, transparent);
  border-radius: 9px;
  box-shadow: 0 4px 10px color-mix(in srgb, var(--status-color) 14%, transparent);
  font-style: normal;
}

.room-card-icon .ui-icon {
  width: 19px;
  height: 19px;
  stroke-width: 2.45;
}

.room-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(12,38,24,.12);
}

.room-card strong {
  display: block;
  color: var(--status-color);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}

.room-card small {
  display: block;
  overflow: hidden;
  margin: 4px 0 7px;
  color: #718078;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.room-card > .room-status {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -44px;
  margin-left: -10px;
  color: var(--status-color);
  background: var(--status-bg);
  font-size: 9.5px;
  font-weight: 800;
}

.room-status .ui-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  stroke-width: 2.55;
}

.dashboard-lower {
  display: grid;
  grid-template-columns: 1.12fr .9fr .94fr;
  gap: 8px;
  margin-top: 10px;
}

.reports-lower {
  grid-template-columns: 1.18fr .9fr 1fr;
}

.mini-panel {
  min-width: 0;
  min-height: 147px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.mini-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eef1ee;
}

.mini-panel h3 {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 13px;
}

.trend-up {
  padding: 2px 6px;
  color: #14804a !important;
  background: #dff8e9 !important;
  border-radius: 999px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 800;
}

.growth-overview {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 6px;
  margin-top: 6px;
}

.growth-overview p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.growth-overview small {
  color: #74837b;
  font-size: 7px;
}

.growth-overview strong {
  color: #14583a;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.growth-overview > span {
  color: #178a55;
  font-size: 6px;
  font-weight: 700;
}

.growth-bars {
  height: 67px;
  display: flex;
  align-items: end;
  gap: 5px;
  margin-top: 2px;
  padding: 5px 5px 15px;
  background: repeating-linear-gradient(to top, #edf2ef 0 1px, transparent 1px 17px);
  border-bottom: 1px solid #e0e7e2;
  border-radius: 7px 7px 2px 2px;
}

.growth-bars i {
  position: relative;
  width: 15px;
  height: var(--growth);
  background: linear-gradient(to top, color-mix(in srgb, var(--growth-color) 80%, #17452e), var(--growth-color));
  border-radius: 5px 5px 2px 2px;
  box-shadow: 0 4px 8px color-mix(in srgb, var(--growth-color) 28%, transparent);
}

.growth-bars b {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  color: #77857e;
  font-size: 6px;
  transform: translateX(-50%);
}

.compact-donut-wrap {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  margin-top: 12px;
}

.compact-donut {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  background: conic-gradient(#f0537d 0 38%, #55b8ff 38% 86%, #ffc247 86% 100%);
  border-radius: 50%;
  box-shadow: 0 7px 17px rgba(49, 98, 76, .14);
}

.compact-donut::before {
  content: "";
  width: 50px;
  height: 50px;
  grid-area: 1 / 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #edf1ee;
}

.compact-donut > span {
  z-index: 1;
  grid-area: 1 / 1;
  color: #6b7971;
  font-size: 7px;
  text-align: center;
}

.compact-donut strong {
  display: block;
  color: #153b28;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
}

.compact-donut-wrap ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compact-donut-wrap li {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 4px;
  color: #6d7b73;
  font-size: 7px;
}

.compact-donut-wrap li > i {
  width: 8px;
  height: 8px;
  border-radius: 3px;
}

.occupied-dot { background: #f0537d; }
.ready-dot { background: #55b8ff; }
.cleaning-dot { background: #ffc247; }

.compact-donut-wrap li b {
  color: #21392c;
  font-family: "Segoe UI", Arial, sans-serif;
}

.progress-list {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.progress-item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4px;
  color: #64746b;
  font-size: 8px;
}

.progress-item p b {
  color: #233c2e;
  font-family: "Segoe UI", Arial, sans-serif;
}

.progress-track {
  height: 9px;
  overflow: hidden;
  background: #e9eeeb;
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(19, 52, 34, .08);
}

.progress-track i {
  width: var(--progress);
  height: 100%;
  display: block;
  background: linear-gradient(90deg, color-mix(in srgb, var(--progress-color) 74%, #244c38), var(--progress-color));
  border-radius: inherit;
  box-shadow: 0 0 10px color-mix(in srgb, var(--progress-color) 45%, transparent);
  animation: progress-reveal 700ms ease-out both;
}

@keyframes progress-reveal {
  from { width: 0; }
}

.mini-panel header span,
.mini-panel header button {
  color: var(--forest-600);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 8px;
}

.bill-list {
  display: grid;
  gap: 5px;
  margin-top: 7px;
}

.bill-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 4px 5px;
  border-radius: 6px;
}

.bill-row:hover { background: #f5f8f5; }

.bill-row p {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
}

.bill-row strong { font-size: 8px; }
.bill-row small { color: #7b8881; font-size: 7px; }

.bill-row b {
  padding: 2px 5px;
  border-radius: 999px;
  font-size: 7px;
}

.bill-row b.paid { color: var(--green); background: var(--green-soft); }
.bill-row b.due { color: var(--red); background: var(--red-soft); }
.bill-row b.review { color: var(--orange); background: var(--orange-soft); }

.calendar {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 4px;
  margin-top: 10px;
  text-align: center;
}

.calendar span {
  color: #8a9790;
  font-size: 7px;
}

.calendar i {
  min-height: 22px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 8px;
  font-style: normal;
}

.calendar i.booked { color: #fff; background: var(--orange); }
.calendar i.today { color: #fff; background: var(--forest-700); box-shadow: 0 0 0 2px #d6eadb; }

.task-panel ul {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.task-panel li {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 7px;
}

.task-panel li > span {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 6px;
  font-size: 8px;
  font-weight: 900;
}

.task-panel li > span.pending { background: var(--orange); }

.task-panel p {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 8px;
}

.task-panel small { color: #7a8880; font-size: 7px; }

.check-panel {
  padding: 18px 13px;
  background: #f9faf9;
  border-left: 1px solid var(--line);
}

.check-panel > header {
  display: flex;
  flex-direction: column;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.check-panel > header span {
  color: var(--forest-600);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
}

.check-panel > header strong {
  margin-top: 2px;
  font-size: 16px;
}

.check-action {
  width: 100%;
  min-height: 73px;
  display: grid;
  grid-template-columns: 36px 1fr 10px;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 8px 10px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 5px 14px rgba(14,39,25,.055);
  cursor: pointer;
  text-align: left;
  transition: transform 160ms ease;
}

.check-action:hover { transform: translateX(-2px); }

.check-action b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
  font-size: 18px;
}

.check-action.checkout b { background: var(--red); }

.check-action span {
  display: flex;
  flex-direction: column;
}

.check-action strong { font-size: 13px; }
.check-action small { color: #7b8881; font-size: 8px; }
.check-action > i { color: #849189; font-size: 18px; font-style: normal; }

.occupancy-card {
  margin-top: 12px;
  padding: 12px;
  background: linear-gradient(135deg, #eff7ec, #fff);
  border: 1px solid #d8e6d6;
  border-radius: 10px;
}

.occupancy-card > span {
  color: #66766d;
  font-size: 9px;
}

.occupancy-card > strong {
  display: block;
  margin-top: 4px;
  color: var(--forest-700);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 24px;
}

.occupancy-card > div {
  height: 6px;
  overflow: hidden;
  margin-top: 7px;
  background: #dce6db;
  border-radius: 99px;
}

.occupancy-card > div i {
  width: 72%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--forest-600), #65b971);
  border-radius: inherit;
}

.occupancy-card > small {
  display: block;
  margin-top: 7px;
  color: #668073;
  font-size: 7px;
}

.print-button {
  width: 100%;
  min-height: 36px;
  margin-top: 11px;
  color: #fff;
  background: var(--forest-800);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.monitor-neck {
  position: relative;
  z-index: 1;
  width: 155px;
  height: 65px;
  margin: -1px auto 0;
  background: linear-gradient(90deg, #a8adaa, #f3f4f3 30%, #b5bab7 68%, #747976);
  clip-path: polygon(21% 0,79% 0,86% 100%,14% 100%);
}

.monitor-base {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 28px;
  margin: -5px auto 0;
  background: linear-gradient(180deg, #d8dbd9, #7b807d);
  border-radius: 50% 50% 8px 8px;
  box-shadow: 0 13px 22px rgba(13,30,20,.2);
}

.cursor {
  position: absolute;
  right: 6%;
  bottom: 11%;
  z-index: 6;
  color: #fff;
  filter: drop-shadow(2px 2px 0 #17231c) drop-shadow(-1px -1px 0 #17231c);
  font-size: 39px;
  transform: rotate(38deg);
}

.gold-swoop {
  position: absolute;
  z-index: -1;
  right: -6%;
  bottom: 5px;
  width: 108%;
  height: 88px;
  border-top: 3px solid rgba(205,167,67,.72);
  border-radius: 50%;
  transform: rotate(-2deg);
}

.leaf-cluster {
  position: fixed;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0 12px 15px rgba(17,56,28,.16));
}

.leaf-cluster::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 9px;
  background: #34672e;
  border-radius: 999px;
  transform-origin: left center;
}

.leaf-cluster i {
  position: absolute;
  width: 95px;
  height: 42px;
  background:
    linear-gradient(19deg, rgba(255,255,255,.14), transparent 48%),
    linear-gradient(145deg, #5d9233, #183f21 72%);
  border-radius: 100% 0 100% 0;
  transform-origin: 0 50%;
}

.leaf-top-left {
  top: -24px;
  left: -21px;
  transform: rotate(21deg) scale(.8);
}

.leaf-top-right {
  top: -27px;
  right: -42px;
  transform: rotate(147deg) scale(.9);
}

.leaf-bottom-left {
  bottom: -45px;
  left: -29px;
  transform: rotate(-18deg) scale(1.02);
}

.leaf-cluster i:nth-child(1) { left: 20px; top: -42px; transform: rotate(-44deg); }
.leaf-cluster i:nth-child(2) { left: 64px; top: 12px; transform: rotate(30deg) scale(.9); }
.leaf-cluster i:nth-child(3) { left: 103px; top: -45px; transform: rotate(-38deg) scale(1.08); }
.leaf-cluster i:nth-child(4) { left: 143px; top: 15px; transform: rotate(33deg) scale(.83); }
.leaf-cluster i:nth-child(5) { left: 184px; top: -38px; transform: rotate(-31deg) scale(.92); }
.leaf-cluster i:nth-child(6) { left: 216px; top: 16px; transform: rotate(28deg) scale(.75); }

.toast {
  position: fixed;
  z-index: 200;
  right: 24px;
  bottom: 24px;
  min-width: 270px;
  display: grid;
  grid-template-columns: 39px 1fr;
  align-items: center;
  gap: 11px;
  padding: 14px;
  color: #fff;
  background: rgba(5,40,23,.96);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
  box-shadow: 0 20px 45px rgba(0,0,0,.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: none;
}

.toast > span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: var(--forest-900);
  background: #95d89b;
  border-radius: 10px;
  font-weight: 900;
}

.toast p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.toast strong { font-size: 15px; }
.toast small { color: #c2d5ca; font-size: 12px; }

.demo-dialog {
  width: min(calc(100% - 32px), 510px);
  padding: 35px 38px 31px;
  color: var(--ink);
  background: #fffef9;
  border: 1px solid rgba(7,53,31,.14);
  border-radius: 24px;
  box-shadow: 0 35px 90px rgba(4,30,17,.35);
}

.demo-dialog::backdrop {
  background: rgba(3,26,14,.68);
  backdrop-filter: blur(4px);
}

.dialog-close {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 35px;
  height: 35px;
  color: #52635a;
  background: #eef3ed;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}

.dialog-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--forest-900);
  border-radius: 13px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.dialog-kicker {
  margin: 18px 0 0 !important;
  color: var(--forest-600) !important;
  font-size: 17px !important;
  font-weight: 800;
}

.demo-dialog h2 {
  margin: 4px 0 0;
  color: var(--forest-950);
  font-size: 39px;
  line-height: .95;
}

.demo-dialog > p {
  margin: 18px 0 0;
  color: #56675e;
  font-size: 19px;
  line-height: 1.4;
}

.dialog-points {
  display: grid;
  gap: 7px;
  margin-top: 19px;
}

.dialog-points span {
  padding: 8px 12px;
  color: #1a4a2e;
  background: #eaf4e7;
  border-radius: 8px;
  font-size: 17px;
}

.dialog-primary {
  width: 100%;
  min-height: 52px;
  margin-top: 21px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .hero { grid-template-columns: 390px minmax(710px,1fr); gap: 20px; }
  .hero-lead { font-size: 25px; }
  .feature-chips span { padding-inline: 11px; font-size: 20px; }
  .app-shell { grid-template-columns: 86px minmax(0,1fr) 190px; }
  .app-shell { min-height: 575px; }
  .side-link { font-size: 11px; }
  .dashboard { padding-inline: 12px; }
}

@media (max-width: 1100px) {
  .main-nav { gap: 23px; }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }
  .hero-copy { max-width: 730px; justify-self: center; text-align: center; }
  .software-badge { margin-inline: auto; }
  .feature-chips { justify-content: center; }
  .business-line { justify-content: center; text-align: left; }
  .hero-actions { justify-content: center; }
  .mini-brand { display: none; }
  .product-area { width: min(100%, 960px); justify-self: center; margin-top: 24px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 72px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 42px; height: 42px; font-size: 26px; }
  .nav-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    background: #fff;
    border: 1px solid #d8e1da;
    border-radius: 10px;
  }
  .nav-toggle span { width: 22px; height: 2px; background: var(--forest-900); }
  .main-nav {
    position: absolute;
    top: 65px;
    right: 14px;
    width: min(300px, calc(100% - 28px));
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
    padding: 14px;
    background: #fff;
    border: 1px solid #dce4de;
    border-radius: 14px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 9px 10px; }
  .hero { min-height: auto; padding-top: 39px; }
  .hero h1 { font-size: clamp(53px,11vw,72px); }
  .hero-lead { font-size: 23px; }
  .feature-chips { grid-template-columns: repeat(2,max-content); }
  .product-area { overflow-x: auto; padding-bottom: 24px; }
  .monitor { width: 850px; transform: scale(.84); transform-origin: left top; }
  .product-area { height: 635px; }
  .monitor-neck,
  .monitor-base,
  .cursor,
  .gold-swoop { display: none; }
}

@media (max-width: 560px) {
  .leaf-cluster { opacity: .56; transform: scale(.55); }
  .hero-copy { text-align: left; }
  .software-badge { min-height: 47px; margin: 0; padding-inline: 13px 18px; font-size: 22px; }
  .software-badge span { width: 28px; height: 28px; }
  .hero-lead { font-size: 21px; }
  .feature-chips { justify-content: start; }
  .feature-chips span { min-height: 46px; font-size: 19px; }
  .business-line { justify-content: start; }
  .business-line p { font-size: 19px; }
  .business-line strong { font-size: 21px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button { justify-content: center; }
  .hero-actions p { text-align: center; }
  .product-area { height: 485px; }
  .monitor { transform: scale(.62); }
  .toast { right: 14px; bottom: 14px; left: 14px; min-width: 0; }
  .demo-dialog { padding-inline: 25px; }
  .demo-dialog h2 { font-size: 34px; }
}

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

/* Theme rebuilt from the supplied RoomLino desktop reference */
@media (min-width: 1101px) {
  :root {
    --container: 1356px;
  }

  .container {
    width: min(calc(100% - 96px), var(--container));
  }

  .header-inner {
    min-height: 94px;
    justify-content: flex-start;
  }

  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    font-size: 35px;
  }

  .main-nav {
    min-height: 44px;
    gap: clamp(36px, 4.5vw, 72px);
    margin-left: 92px;
    padding-left: 48px;
    border-left: 1px solid rgba(8, 53, 30, .27);
  }

  .main-nav a {
    font-size: 24px;
  }

  .hero {
    min-height: 710px;
    grid-template-columns: 470px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .hero-copy {
    align-self: start;
    padding: 33px 0 0;
  }

  .software-badge {
    width: min(462px, 100%);
    min-height: 47px;
    gap: 11px;
    padding: 5px 14px;
    background: linear-gradient(90deg, #144f30, #0d3e25);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(11, 63, 37, .1);
    font-size: 23px;
    font-weight: 500;
    white-space: nowrap;
  }

  .software-badge span {
    width: auto;
    height: auto;
    color: #fff;
    background: transparent;
    font-size: 28px;
  }

  .hero h1 {
    margin: 31px 0 0;
    color: #06331d;
    font-size: clamp(62px, 4.45vw, 70px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: .88;
  }

  .hero h1 .hero-line {
    display: block;
    font-size: 1em;
    font-weight: 900;
    letter-spacing: inherit;
    white-space: nowrap;
  }

  .hero-lead {
    margin: 11px 0 0 4px;
    color: #14271d;
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
  }

  .value-pill {
    width: max-content;
    max-width: 100%;
    min-height: 53px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    padding: 8px 21px;
    color: #17371f;
    background: linear-gradient(110deg, #fff9df, #fff6cf);
    border: 1px solid #e8ce84;
    border-radius: 15px;
  }

  .value-pill span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--forest-800);
    border-radius: 50%;
    font-size: 17px;
    font-weight: 900;
  }

  .value-pill strong {
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
  }

  .audience {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 0 5px;
    font-size: 24px;
    line-height: 1;
  }

  .audience span {
    color: var(--forest-700);
    font-size: 26px;
  }

  .hero-actions {
    width: max-content;
    display: grid;
    gap: 9px;
    margin-top: 22px;
  }

  .primary-button {
    min-width: 329px;
    min-height: 62px;
    display: grid;
    grid-template-columns: 36px 1fr 20px;
    align-items: center;
    gap: 9px;
    padding: 9px 17px 9px 20px;
    border-radius: 13px;
    font-size: 27px;
    font-weight: 500;
  }

  .primary-button .button-screen {
    font-size: 29px;
  }

  .download-button {
    min-width: 329px;
  }

  .clarity-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0 6px;
    color: #1b2a22;
    font-size: 21px;
    line-height: 1;
  }

  .clarity-note span {
    color: var(--forest-700);
    font-size: 24px;
    font-weight: 900;
  }

  .product-area {
    width: 100%;
    padding: 0 0 55px;
  }

  .monitor {
    border-width: 13px;
    border-bottom-width: 17px;
    border-radius: 23px;
    transform: none;
  }

  .monitor-top {
    display: none;
  }

  .app-shell {
    min-height: 520px;
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .check-panel {
    display: none;
  }

  .dashboard {
    padding: 18px 20px 17px;
  }

  .dashboard-header h2 {
    font-size: 25px;
  }

  .room-grid {
    min-height: 171px;
    grid-template-columns: repeat(4, 1fr);
  }

  .monitor-neck {
    height: 72px;
  }

  .monitor-base {
    width: 315px;
  }

  .cursor,
  .gold-swoop {
    display: none;
  }
}

.floating-bill-window,
.insight-window {
  position: absolute;
  z-index: 7;
  overflow: hidden;
  color: #17251d;
  background: #fff;
  border: 8px solid #222826;
  box-shadow: 0 20px 45px rgba(5, 31, 18, .24);
  font-style: normal;
}

.floating-bill-window {
  left: -118px;
  bottom: 38px;
  width: 320px;
  padding: 10px 12px 12px;
  border-radius: 17px;
}

.floating-bill-window > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 27px;
}

.floating-bill-window > header strong {
  font-size: 14px;
}

.floating-bill-window > header button,
.floating-bill-window nav button {
  color: #47564e;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 9px;
}

.floating-bill-window nav {
  display: flex;
  gap: 13px;
  border-bottom: 1px solid #e2e7e3;
}

.floating-bill-window nav button {
  padding: 5px 0;
}

.floating-bill-window nav button.active {
  color: var(--forest-700);
  border-bottom: 2px solid var(--forest-700);
}

.float-bill-table {
  margin-top: 6px;
}

.float-bill-row {
  min-height: 25px;
  display: grid;
  grid-template-columns: 1.45fr .42fr .8fr .66fr;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid #f0f2f0;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 7px;
}

.float-bill-row.head {
  min-height: 22px;
  color: #6c7972;
  background: #f6f8f6;
  font-weight: 700;
}

.float-bill-row b {
  font-size: 7px;
}

.float-bill-row em {
  justify-self: start;
  padding: 2px 5px;
  border-radius: 99px;
  font-size: 6px;
  font-style: normal;
  font-weight: 700;
}

.float-bill-row em.due { color: var(--red); background: var(--red-soft); }
.float-bill-row em.paid { color: var(--green); background: var(--green-soft); }
.float-bill-row em.review { color: var(--orange); background: var(--orange-soft); }

.new-bill-button {
  min-height: 23px;
  float: right;
  margin-top: 7px;
  padding: 2px 9px;
  color: #fff;
  background: var(--forest-800);
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 8px;
}

.frontdesk-window {
  right: 10px;
  bottom: 20px;
  width: 390px;
  border-width: 2px;
  border-radius: 10px;
}

.frontdesk-window > header {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  color: #f4f6f5;
  background: #303a40;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 9px;
}

.frontdesk-window > header div {
  display: flex;
  gap: 10px;
}

.frontdesk-window > header i {
  font-style: normal;
}

.frontdesk-body {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 10px;
  padding: 9px;
  background: #f4f5f4;
}

.frontdesk-actions {
  display: grid;
  gap: 4px;
}

.frontdesk-actions button {
  min-height: 31px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 4px 9px;
  color: #29362f;
  background: linear-gradient(#fff, #f1f2f1);
  border: 1px solid #d8dcd9;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.frontdesk-actions button span {
  color: var(--forest-700);
  font-size: 16px;
}

.frontdesk-rooms {
  padding: 8px;
  background: #fff;
  border: 1px solid #daddda;
  border-radius: 5px;
}

.frontdesk-rooms > strong {
  font-size: 11px;
}

.frontdesk-rooms p {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 5px;
  margin: 9px 0 0;
  font-size: 9px;
}

.frontdesk-rooms p b,
.frontdesk-rooms p em {
  color: var(--red);
  font-style: normal;
}

.frontdesk-window footer {
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  color: #f2f4f3;
  background: #303a40;
  font-size: 8px;
}

.frontdesk-window footer i {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #36b66d;
  border-radius: 50%;
}

.insight-window {
  right: 10px;
  bottom: 45px;
  width: 430px;
  padding: 0 12px 12px;
  color: #14241b;
  background: linear-gradient(145deg, #f9fffc, #f7f8ff);
  border: 2px solid #20342a;
  border-radius: 15px;
  box-shadow: 0 24px 55px rgba(5, 31, 18, .27);
}

.insight-window > header {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 -12px;
  padding: 0 12px;
  color: #fff;
  background: linear-gradient(100deg, #073c25, #0b7450 65%, #15a479);
}

.insight-window > header > div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.insight-window > header strong {
  font-size: 13px;
}

.insight-logo {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--forest-900);
  background: #fff;
  border-radius: 7px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 900;
  object-fit: cover;
}

.insight-window > header nav {
  display: flex;
  gap: 3px;
}

.insight-window > header button {
  min-height: 23px;
  padding: 2px 7px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  cursor: pointer;
  font-size: 8px;
}

.insight-window > header button:hover,
.insight-window > header button.active {
  color: #075039;
  background: #fff;
}

.insight-stats {
  display: grid;
  grid-template-columns: 1.35fr .8fr 1fr;
  gap: 7px;
  margin-top: 9px;
}

.insight-stats article {
  min-height: 57px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 0 6px;
  padding: 7px 9px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
}

.insight-stats article::after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: -17px;
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, .27);
  border-radius: 50%;
}

.insight-stats span {
  grid-column: 1 / -1;
  color: rgba(18, 36, 26, .68);
  font-size: 8px;
  font-weight: 700;
}

.insight-stats strong {
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 17px;
  line-height: 1;
}

.insight-stats small {
  align-self: end;
  font-size: 7px;
  font-weight: 700;
}

.revenue-stat {
  color: #19476e;
  background: linear-gradient(135deg, #cfecff, #a5d9ff);
}

.booking-stat {
  color: #744510;
  background: linear-gradient(135deg, #ffe8a8, #ffc866);
}

.guest-stat {
  color: #7d2445;
  background: linear-gradient(135deg, #ffd4e3, #ff9fc1);
}

.insight-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 7px;
  margin-top: 7px;
}

.insight-content > article {
  min-height: 105px;
  padding: 8px 9px;
  background: #fff;
  border: 1px solid #e2e8e4;
  border-radius: 10px;
  box-shadow: 0 4px 13px rgba(15, 54, 31, .06);
}

.insight-content article > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.insight-content header strong {
  font-size: 10px;
}

.insight-content header span {
  color: #23956b;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 7px;
  font-weight: 700;
}

.chart-bars {
  height: 72px;
  display: flex;
  align-items: end;
  gap: 6px;
  margin-top: 3px;
  padding: 5px 3px 15px;
  background: repeating-linear-gradient(to top, #edf1ee 0 1px, transparent 1px 18px);
  border-bottom: 1px solid #dce4df;
}

.chart-bars i {
  position: relative;
  width: 14px;
  height: var(--bar);
  background: linear-gradient(to top, color-mix(in srgb, var(--bar-color) 82%, #152d21), var(--bar-color));
  border-radius: 4px 4px 2px 2px;
  box-shadow: 0 4px 8px color-mix(in srgb, var(--bar-color) 28%, transparent);
}

.chart-bars b {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  color: #78867f;
  font-size: 6px;
  transform: translateX(-50%);
}

.occupancy-visual {
  display: grid;
  grid-template-columns: 77px 1fr;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.donut {
  width: 69px;
  height: 69px;
  display: grid;
  place-items: center;
  background: conic-gradient(#f0537d 0 38%, #54b9ff 38% 86%, #ffc145 86% 100%);
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(36, 103, 71, .12);
}

.donut::before {
  content: "";
  width: 45px;
  height: 45px;
  grid-area: 1 / 1;
  background: #fff;
  border-radius: 50%;
}

.donut span {
  z-index: 1;
  grid-area: 1 / 1;
  color: #65766d;
  font-size: 6px;
  text-align: center;
}

.donut b {
  display: block;
  color: #153a27;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 12px;
}

.occupancy-insight ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.occupancy-insight li {
  display: grid;
  grid-template-columns: 7px 1fr auto;
  align-items: center;
  gap: 4px;
  color: #697871;
  font-size: 6px;
}

.occupancy-insight li i {
  width: 7px;
  height: 7px;
  border-radius: 3px;
}

.occupancy-insight li i.green { background: #f0537d; }
.occupancy-insight li i.blue { background: #54b9ff; }
.occupancy-insight li i.orange { background: #ffc145; }
.occupancy-insight li b { color: #263a2f; font-family: "Segoe UI", Tahoma, sans-serif; }

.business-showcase {
  position: relative;
  z-index: 8;
  margin-top: -3px;
  padding: 0 70px 24px;
}

.business-showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -33px;
  right: calc(50% - 50vw);
  bottom: 0;
  left: calc(50% - 50vw);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .44), rgba(241, 232, 212, .42)),
    repeating-linear-gradient(0deg, rgba(112, 84, 45, .035) 0 2px, transparent 2px 46px),
    linear-gradient(90deg, #f3ecdf, #fffdf7 48%, #eee4d1);
  border-top: 1px solid rgba(112, 84, 45, .1);
}

.business-showcase h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 0 0 10px;
  font-size: 25px;
  text-align: center;
}

.business-showcase h2 span {
  height: 1px;
  background: rgba(72, 87, 78, .35);
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.business-grid figure {
  position: relative;
  min-width: 0;
  height: 132px;
  overflow: hidden;
  margin: 0;
  background: #183d26;
  border: 1px solid rgba(5, 30, 17, .2);
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(10, 38, 23, .16);
}

.business-link{display:block;color:inherit;text-decoration:none;border-radius:18px}.business-link figure{height:100%;transition:transform .2s ease,box-shadow .2s ease}.business-link:hover figure,.business-link:focus-visible figure{transform:translateY(-4px);box-shadow:0 16px 30px rgba(7,53,31,.18)}.business-link:focus-visible{outline:3px solid #c9a53e;outline-offset:4px}
.seo-benefits{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(24px,5vw,70px);align-items:center;margin-top:42px;padding-top:45px;padding-bottom:45px;border-top:1px solid rgba(7,53,31,.12)}.section-kicker{margin:0 0 5px;color:#168a53;font-weight:800}.seo-benefits h2,.seo-faq h2{margin:0;color:#07351f;font-size:clamp(31px,3.5vw,48px);line-height:1.05}.seo-benefits-copy>p:not(.section-kicker){margin:17px 0;color:#52645a;font-size:21px;line-height:1.55}.seo-benefits-copy>a{display:inline-flex;align-items:center;gap:8px;color:#fff;background:#0c5e37;padding:10px 18px;border-radius:12px;font-weight:800;text-decoration:none}.seo-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.seo-benefit-grid article{min-height:145px;padding:20px;background:rgba(255,254,249,.88);border:1px solid rgba(7,53,31,.12);border-radius:18px;box-shadow:0 10px 28px rgba(7,53,31,.07)}.seo-benefit-grid strong,.seo-benefit-grid span{display:block}.seo-benefit-grid strong{margin-bottom:5px;color:#0c6d40;font-size:25px}.seo-benefit-grid span{color:#596960;font-size:18px;line-height:1.45}.seo-faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:40px;padding-top:45px;padding-bottom:60px}.faq-list{display:grid;gap:10px}.faq-list details{background:#fffefa;border:1px solid rgba(7,53,31,.12);border-radius:15px;box-shadow:0 8px 24px rgba(7,53,31,.05)}.faq-list summary{padding:16px 48px 16px 18px;color:#123d29;font-size:20px;font-weight:800;cursor:pointer;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:18px;top:11px;color:#168a53;font-size:30px}.faq-list details[open] summary::after{content:"−"}.faq-list details p{margin:0;padding:0 18px 17px;color:#5b6d63;font-size:18px;line-height:1.55}.site-footer{border-top:1px solid rgba(7,53,31,.12);background:#07351f;color:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:28px;padding-bottom:28px}.footer-inner strong{font-size:25px}.footer-inner p{margin:3px 0;color:#bcd2c4}.footer-inner nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px}.footer-inner a{color:#e9f3ec;text-decoration:none}.footer-inner a:hover{text-decoration:underline}
@media(max-width:820px){.seo-benefits,.seo-faq{grid-template-columns:1fr}.seo-benefits{margin-top:28px}.seo-faq{gap:20px}.footer-inner{align-items:flex-start;flex-direction:column}.footer-inner nav{justify-content:flex-start}}
@media(max-width:560px){.seo-benefit-grid{grid-template-columns:1fr}.seo-benefit-grid article{min-height:0}.seo-benefits-copy>p:not(.section-kicker){font-size:18px}.faq-list summary{font-size:18px}.footer-inner nav{display:grid;grid-template-columns:1fr 1fr}}

.business-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 240ms ease;
}

.business-grid figure:hover img {
  transform: scale(1.09);
}

.business-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 39px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 14px;
  color: #fff;
  background: linear-gradient(90deg, rgba(8, 47, 27, .94), rgba(8, 47, 27, .62));
  font-size: 25px;
  font-weight: 700;
}

.business-grid figcaption span {
  font-size: 24px;
}

.leaf-bottom-right {
  right: -30px;
  bottom: -45px;
  transform: rotate(198deg) scale(1.08);
}

@media (max-width: 1100px) {
  .hero h1 {
    margin: 28px 0 0;
    color: var(--forest-950);
    font-size: clamp(48px, 7vw, 66px);
    letter-spacing: -.03em;
    line-height: .9;
  }

  .hero h1 .hero-line {
    display: block;
    font-size: 1em;
    font-weight: 900;
    white-space: nowrap;
  }

  .value-pill {
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 23px auto 0;
    padding: 7px 18px;
    background: #fff7d7;
    border: 1px solid #e5ca7a;
    border-radius: 14px;
    font-size: 25px;
  }

  .value-pill span {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--forest-800);
    border-radius: 50%;
    font-size: 14px;
  }

  .audience,
  .clarity-note {
    justify-content: center;
    font-size: 21px;
  }

  .hero-actions {
    justify-content: center;
  }

  .product-area {
    padding-bottom: 132px;
    overflow: visible;
  }

  .floating-bill-window {
    left: 1%;
  }

  .insight-window {
    right: 1%;
  }

  .business-showcase {
    margin-top: 15px;
    padding-inline: 0;
  }
}

@media (max-width: 820px) {
  .software-badge {
    margin-inline: auto;
    white-space: normal;
  }

  .floating-bill-window,
  .insight-window {
    display: none;
  }

  .product-area {
    padding-bottom: 0;
  }

  .business-showcase {
    margin-top: 0;
    padding: 0 0 35px;
  }

  .business-showcase h2 {
    font-size: 22px;
  }

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

@media (max-width: 560px) {
  .hero-copy {
    text-align: left;
  }

  .hero h1 {
    font-size: clamp(37px, 11vw, 48px);
  }

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

  .value-pill {
    margin-left: 0;
    font-size: 21px;
  }

  .audience,
  .clarity-note {
    justify-content: flex-start;
    font-size: 18px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .download-button,
  .primary-button {
    width: 100%;
    min-width: 0;
  }

  .download-copy strong { font-size: 17px; }
  .download-copy small { white-space: normal; }

  .business-showcase h2 {
    grid-template-columns: 1fr;
  }

  .business-showcase h2 span {
    display: none;
  }

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

  .business-grid figure {
    height: 155px;
  }
}

/* Balanced desktop composition: every region follows the same viewport rhythm. */
@media (min-width: 1101px) {
  :root {
    --desktop-header-height: clamp(70px, 8.7dvh, 94px);
    --desktop-business-height: clamp(118px, 16.5dvh, 178px);
  }

  html,
  body {
    height: 100%;
    overflow: hidden;
  }

  body {
    min-height: 0;
  }

  .header-inner {
    height: var(--desktop-header-height);
    min-height: var(--desktop-header-height);
  }

  .brand-mark {
    width: clamp(40px, 4.45dvh, 48px);
    height: clamp(40px, 4.45dvh, 48px);
    border-radius: clamp(10px, 1.1dvh, 12px);
    font-size: clamp(25px, 2.8dvh, 30px);
  }

  .brand-copy strong {
    font-size: clamp(29px, 3.25dvh, 35px);
  }

  .brand-copy small {
    display: block;
    font-size: clamp(11px, 1.35dvh, 14px);
  }

  .main-nav {
    min-height: clamp(38px, 4.1dvh, 44px);
  }

  .main-nav a {
    font-size: clamp(20px, 2.25dvh, 24px);
  }

  main {
    height: calc(100dvh - var(--desktop-header-height));
    display: grid;
    grid-template-rows: minmax(0, 1fr) var(--desktop-business-height);
    overflow: hidden;
  }

  .hero {
    min-height: 0;
    height: 100%;
    grid-template-columns: minmax(410px, 36%) minmax(0, 1fr);
    align-items: start;
    gap: clamp(12px, 1.4vw, 22px);
    padding-top: clamp(6px, 1.1dvh, 12px);
    padding-bottom: 0;
  }

  .hero-copy,
  .product-area {
    transform-origin: top left;
  }

  .hero-copy {
    padding-top: clamp(12px, 2.2dvh, 24px);
  }

  .product-area {
    height: 100%;
    min-height: 0;
    justify-self: start;
    padding-bottom: 0;
  }

  .business-showcase {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-rows: clamp(27px, 3dvh, 32px) minmax(0, 1fr);
    margin-top: 0;
    padding: 0 clamp(28px, 4.55vw, 70px) clamp(7px, 1dvh, 11px);
  }

  .business-showcase::before {
    top: 0;
  }

  .business-showcase h2 {
    margin: 0 0 clamp(5px, .75dvh, 8px);
    font-size: clamp(19px, 2.05dvh, 22px);
  }

  .business-grid {
    min-height: 0;
    height: 100%;
    gap: clamp(10px, 1.2vw, 18px);
  }

  .business-grid figure {
    height: auto;
    min-height: 0;
  }

  .business-grid figcaption {
    min-height: clamp(31px, 3.6dvh, 39px);
    font-size: clamp(19px, 2.3dvh, 25px);
  }
}

@media (min-width: 1101px) and (max-height: 950px) {
  .hero-copy,
  .product-area {
    width: 108.7%;
    transform: scale(.92);
  }
}

@media (min-width: 1101px) and (max-height: 850px) {
  .hero-copy,
  .product-area {
    width: 119.05%;
    transform: scale(.84);
  }
}

@media (min-width: 1101px) and (max-height: 740px) {
  .hero-copy,
  .product-area {
    width: 131.58%;
    transform: scale(.76);
  }
}

/* Public SEO sections require normal document scrolling on desktop. */
@media (min-width:1101px){html,body{height:auto;overflow-x:hidden;overflow-y:auto}body{min-height:100vh}main{height:auto;display:block;overflow:visible}.hero{height:auto;min-height:650px;grid-template-columns:minmax(440px,38%) minmax(0,1fr);align-items:start;padding-top:22px;padding-bottom:30px}.hero-copy,.product-area{width:auto;transform:none}.product-area{height:auto;min-height:610px}.business-showcase{height:auto;display:block;margin-top:0;padding:10px clamp(28px,4.55vw,70px) 24px}.business-showcase h2{margin:0 0 10px}.business-grid{height:auto}.business-grid figure{height:135px}.business-grid figcaption{min-height:39px}}
.leaf-bottom-left,.leaf-bottom-right{display:none}

/* Pricing, guide and member notice */
.pricing-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  margin-top: 34px;
  padding-top: clamp(48px, 6vw, 78px);
  padding-bottom: clamp(46px, 6vw, 76px);
}

.pricing-section::before {
  content: "";
  position: absolute;
  inset: 0 18px;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 207, 94, .22), transparent 29%),
    linear-gradient(135deg, rgba(232, 244, 229, .9), rgba(255, 253, 242, .94));
  border: 1px solid rgba(7, 53, 31, .1);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(7, 53, 31, .08);
}

.pricing-intro { padding-left: clamp(16px, 3.3vw, 50px); }

.pricing-intro h2,
.guide-preview h2 {
  margin: 0;
  color: var(--forest-950);
  font-size: clamp(37px, 4.2vw, 57px);
  line-height: .98;
}

.pricing-intro > p:not(.section-kicker) {
  max-width: 570px;
  margin: 20px 0 0;
  color: #4e6257;
  font-size: 21px;
  line-height: 1.52;
}

.pricing-trust {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #234b35;
  font-size: 19px;
}

.pricing-trust span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  place-items: center;
  color: #fff;
  background: #17854d;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
}

.price-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 14px;
  padding-right: clamp(16px, 3.3vw, 50px);
}

.price-card {
  position: relative;
  min-height: 330px;
  padding: 31px 27px 25px;
  overflow: hidden;
  background: rgba(255, 255, 252, .95);
  border: 1px solid rgba(7, 53, 31, .14);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(7, 53, 31, .1);
}

.price-card-yearly {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(67, 178, 100, .38), transparent 36%),
    linear-gradient(145deg, #07351f, #0b5632);
  border-color: rgba(255, 255, 255, .16);
}

.price-ribbon {
  position: absolute;
  top: 19px;
  right: -32px;
  width: 135px;
  padding: 5px 0;
  color: #3b2c00;
  background: linear-gradient(90deg, #ffe098, #f4b81d);
  transform: rotate(38deg);
  text-align: center;
  font-size: 16px;
  font-weight: 900;
}

.price-card > p:first-of-type {
  margin: 0;
  color: inherit;
  font-size: 21px;
  font-weight: 800;
}

.price-card-monthly > p:first-of-type { color: #234b35; }

.price-amount {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 8px;
}

.price-amount strong {
  font-size: clamp(64px, 6.4vw, 88px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -2px;
}

.price-card-monthly .price-amount strong { color: #0c6d40; }

.price-amount span {
  font-size: 21px;
  font-weight: 800;
  line-height: .95;
}

.price-amount small { font-size: 16px; font-weight: 500; }

.price-calculation {
  margin: 17px 0 0 !important;
  color: inherit !important;
  opacity: .78;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

.price-saving {
  margin-top: 17px;
  padding: 9px 12px;
  color: #fff1b8;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
}

.price-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 49px;
  margin-top: 18px;
  padding: 10px 16px;
  color: #08361f;
  background: #fff4c9;
  border-radius: 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
}

.price-card-monthly > a {
  position: absolute;
  right: 27px;
  bottom: 25px;
  left: 27px;
  color: #0c6d40;
  font-size: 18px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pricing-note {
  grid-column: 1 / -1;
  margin: -17px 50px 0;
  color: #5a6d62;
  font-size: 17px;
  text-align: right;
}

.guide-preview {
  padding-top: clamp(50px, 6vw, 75px);
  padding-bottom: clamp(48px, 6vw, 75px);
}

.guide-preview-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
}

.guide-preview-heading > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  padding: 11px 18px;
  color: #fff;
  background: #0c6139;
  border-radius: 12px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 800;
}

.guide-step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.guide-step-grid li {
  position: relative;
  min-height: 214px;
  padding: 23px 19px 19px;
  background: rgba(255, 254, 249, .91);
  border: 1px solid rgba(7, 53, 31, .12);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(7, 53, 31, .07);
}

.guide-step-grid li::after {
  content: "";
  position: absolute;
  top: 39px;
  right: -12px;
  z-index: 2;
  width: 23px;
  height: 2px;
  background: #b7caba;
}

.guide-step-grid li:last-child::after { display: none; }

.guide-step-grid li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #0f7b47, #07351f);
  border-radius: 12px;
  box-shadow: 0 7px 15px rgba(7, 53, 31, .18);
  font-size: 18px;
  font-weight: 900;
}

.guide-step-grid strong {
  display: block;
  margin-top: 17px;
  color: #123d29;
  font-size: 21px;
  line-height: 1.1;
}

.guide-step-grid p {
  margin: 8px 0 0;
  color: #617168;
  font-size: 17px;
  line-height: 1.4;
}

.member-dialog {
  width: min(calc(100% - 30px), 555px);
  padding: 37px 39px 32px;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0, rgba(43, 147, 80, .13), transparent 36%),
    #fffef9;
  border: 1px solid rgba(7, 53, 31, .15);
  border-radius: 26px;
  box-shadow: 0 35px 90px rgba(4, 30, 17, .4);
}

.member-dialog::backdrop {
  background: rgba(3, 26, 14, .72);
  backdrop-filter: blur(5px);
}

.member-dialog-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #14834c, #07351f);
  border-radius: 15px;
  box-shadow: 0 9px 20px rgba(7, 53, 31, .2);
  font-size: 30px;
}

.member-dialog h2 {
  margin: 5px 0 0;
  color: var(--forest-950);
  font-size: clamp(35px, 5vw, 45px);
  line-height: .95;
}

.member-dialog > p:not(.dialog-kicker) {
  margin: 18px 0 0;
  color: #53665b;
  font-size: 20px;
  line-height: 1.43;
}

.member-free-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding: 13px 15px;
  background: #e8f5e7;
  border: 1px solid #c7e4c8;
  border-radius: 13px;
}

.member-free-badge strong {
  flex: 0 0 auto;
  color: #087041;
  font-size: 21px;
}

.member-free-badge span {
  color: #53685b;
  font-size: 16px;
  line-height: 1.25;
}

.member-dialog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 21px;
}

.member-dialog-actions a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
}

.member-guide-button {
  color: #16442c;
  background: #eff3ee;
  border: 1px solid #d7dfd8;
}

.member-login-button {
  gap: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0d6e40, #07351f);
  box-shadow: 0 10px 24px rgba(7, 53, 31, .2);
}

@media (max-width: 1150px) {
  .pricing-section { grid-template-columns: .8fr 1.2fr; gap: 25px; }
  .price-cards { grid-template-columns: 1fr 1fr; }
  .guide-step-grid { grid-template-columns: repeat(3, 1fr); }
  .guide-step-grid li::after { display: none; }
}

@media (max-width: 900px) {
  .pricing-section { grid-template-columns: 1fr; }
  .pricing-intro { padding-right: 32px; }
  .price-cards { padding: 0 32px; }
  .pricing-note { margin-inline: 32px; text-align: left; }
  .guide-step-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .pricing-section { margin-top: 22px; padding-top: 42px; padding-bottom: 42px; }
  .pricing-section::before { inset-inline: 0; border-radius: 24px; }
  .pricing-intro { padding: 0 20px; }
  .pricing-intro h2, .guide-preview h2 { font-size: 37px; }
  .pricing-intro > p:not(.section-kicker) { font-size: 19px; }
  .price-cards { grid-template-columns: 1fr; padding: 0 20px; }
  .price-card { min-height: 290px; }
  .price-card-monthly { min-height: 245px; }
  .pricing-note { margin: 0 20px; font-size: 16px; }
  .guide-preview-heading { align-items: flex-start; flex-direction: column; }
  .guide-step-grid { grid-template-columns: 1fr; }
  .guide-step-grid li { min-height: 0; display: flex; gap: 15px; }
  .guide-step-grid strong { margin-top: 3px; }
  .member-dialog { padding: 31px 23px 24px; }
  .member-dialog-actions { grid-template-columns: 1fr; }
  .member-free-badge { align-items: flex-start; flex-direction: column; gap: 2px; }
}
