:root {
  --color-ink: #0f172a;
  --color-muted: #64748b;
  --color-soft: #f8fafc;
  --color-line: #e2e8f0;
  --color-primary: #2563eb;
  --color-primary-dark: #1e40af;
  --color-cyan: #38bdf8;
  --color-cyan-soft: #e0f2fe;
  --color-success: #16a34a;
  --color-warning: #d97706;
  --shadow-soft: 0 18px 36px rgba(15, 23, 42, 0.08);
  --shadow-strong: 0 28px 80px rgba(15, 23, 42, 0.18);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 24% 0%, rgba(191, 219, 254, 0.45), transparent 28rem),
    linear-gradient(180deg, #f5fbff 0%, #f8fafc 44%, #ffffff 100%);
  color: var(--color-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
summary {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-primary-dark);
  box-shadow: var(--shadow-soft);
  font-weight: 900;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(226, 232, 240, 0.72);
  background: rgba(248, 250, 252, 0.94);
  backdrop-filter: blur(14px);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.header-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-ink);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  background: #eaf7ff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.14);
}

.brand-text strong {
  color: #1d7df3;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.main-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.82rem;
  border-radius: 999px;
  color: #334155;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: #eff6ff;
  color: var(--color-primary);
  outline: none;
}

.main-nav a.btn-primary:hover,
.main-nav a.btn-primary:focus-visible {
  background: linear-gradient(135deg, var(--color-primary) 0%, #0ea5e9 100%);
  color: #ffffff !important;
}

.main-nav a:active,
.btn:active {
  transform: translateY(1px);
}

.main-nav .nav-login {
  color: var(--color-primary-dark);
}

.nav-toggle {
  width: 48px;
  height: 48px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(148, 163, 184, 0.36);
  border-radius: 16px;
  background: #ffffff;
  color: var(--color-ink);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.section {
  padding: clamp(4.5rem, 8vw, 7.25rem) 0;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(4.2rem, 7vw, 6.5rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 7rem -14vw auto auto;
  width: 30rem;
  height: 30rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.1), transparent 64%);
  z-index: 0;
  pointer-events: none;
}

.hero::after {
  content: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(540px, 1fr);
  align-items: center;
  gap: clamp(2rem, 4.5vw, 4.25rem);
}

.hero-copy h1,
.section-heading h2,
.cta-panel h2 {
  margin: 0;
  color: var(--color-ink);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.02;
  text-wrap: balance;
}

.hero-copy h1 {
  max-width: 840px;
  margin-top: 1rem;
  font-size: clamp(2.55rem, 5.4vw, 4.7rem);
}

.hero-lead {
  max-width: 690px;
  margin: 1.35rem 0 0;
  color: #475569;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-slogan {
  width: fit-content;
  max-width: 100%;
  margin: 1.4rem 0 0;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(147, 197, 253, 0.48);
  background: rgba(255, 255, 255, 0.74);
  color: #1d4ed8;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.08);
  font-size: clamp(0.92rem, 1.5vw, 1rem);
  font-weight: 900;
}

.hero-slogan span {
  display: inline-block;
  color: #475569;
  font-weight: 700;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.36rem 0.82rem;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--color-cyan);
  box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.16);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

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

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.82rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, #0ea5e9 100%);
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.3);
  outline: none;
}

.btn-secondary {
  border-color: #cbd5e1;
  background: rgba(255, 255, 255, 0.9);
  color: #1e293b;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: #93c5fd;
  background: #eff6ff;
  color: var(--color-primary-dark);
  outline: none;
}

.btn-small {
  min-height: 42px;
  padding: 0.58rem 0.95rem;
  font-size: 0.9rem;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.btn.full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.44rem 0.72rem;
  border: 1px solid rgba(203, 213, 225, 0.85);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #475569;
  font-size: 0.84rem;
  font-weight: 800;
}

.trust-row span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-success);
}

.promo-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
  gap: 0.5rem;
}

.promo-benefits span {
  align-items: center;
  min-height: 48px;
  justify-content: flex-start;
  border-color: rgba(147, 197, 253, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #1e293b;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.06);
  font-size: 0.78rem;
}

.promo-benefits span::before {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(37, 99, 235, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(219, 234, 254, 0.88));
  box-shadow: none;
  color: #1d4ed8;
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.promo-benefits span:nth-child(1)::before {
  content: "CA";
}

.promo-benefits span:nth-child(2)::before {
  content: "RS";
}

.promo-benefits span:nth-child(3)::before {
  content: "CL";
}

.promo-benefits span:nth-child(4)::before {
  content: "DB";
}

.hero-visual {
  position: relative;
  padding: 1rem 0 0.5rem;
}

.hero-visual::before,
.hero-visual::after {
  content: none;
}

.hero-visual::before {
  top: -22px;
  right: -22px;
  width: 176px;
  height: 176px;
  background: rgba(96, 165, 250, 0.24);
}

.hero-visual::after {
  bottom: 42px;
  left: -56px;
  width: 132px;
  height: 132px;
  background: rgba(56, 189, 248, 0.16);
}

.hero-logo-float {
  position: absolute;
  top: -0.35rem;
  left: -1.35rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: min(100%, 360px);
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(224, 242, 254, 0.86));
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.18);
  backdrop-filter: blur(16px);
}

.hero-logo-float img {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 20px;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.18);
}

.hero-logo-float strong,
.hero-logo-float span {
  display: block;
}

.hero-logo-float strong {
  color: #0f172a;
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero-logo-float span {
  margin-top: 0.18rem;
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.mockup-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, 0.58);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 54px rgba(30, 64, 175, 0.14);
}

.promo-dashboard {
  padding: clamp(0.75rem, 1.8vw, 1.1rem);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.9));
}

.promo-dashboard::before,
.promo-dashboard::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.promo-dashboard::before {
  content: none;
}

.promo-dashboard::after {
  content: none;
}

.promo-dashboard-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.52fr);
  align-items: stretch;
  min-height: 76px;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
}

.promo-brand-mini {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.78);
}

.promo-brand-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  border-radius: 20px;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.13);
}

.promo-brand-mini strong,
.promo-brand-mini span {
  display: block;
}

.promo-brand-mini strong {
  color: #0f172a;
  font-size: clamp(1rem, 2.4vw, 1.28rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.promo-brand-mini span {
  margin-top: 0.2rem;
  color: #64748b;
  font-size: clamp(0.82rem, 1.7vw, 1rem);
  font-weight: 900;
}

.promo-month-strip {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1.35rem;
  border-radius: 0 22px 0 0;
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  color: #ffffff;
  font-size: clamp(1rem, 2.1vw, 1.22rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.promo-dashboard-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.04fr);
  gap: clamp(0.75rem, 1.6vw, 1rem);
  padding: clamp(0.85rem, 2vw, 1.1rem);
  background: #eff6ff;
}

.promo-booking-card,
.promo-calendar-card,
.promo-metric {
  border-color: rgba(203, 213, 225, 0.54);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(30, 64, 175, 0.08);
}

.promo-booking-card {
  padding: clamp(1rem, 2.2vw, 1.35rem);
}

.promo-calendar-card {
  align-self: stretch;
}

.promo-calendar-card .calendar-head {
  background: linear-gradient(135deg, #0f172a, #1e293b);
}

.promo-calendar-card .calendar-head span {
  padding-block: 0.9rem;
  font-size: clamp(0.72rem, 1.5vw, 0.88rem);
}

.promo-calendar-card .calendar-grid span {
  min-height: clamp(48px, 6vw, 66px);
}

.promo-calendar-card .calendar-grid span:nth-child(n+11)::after {
  content: none;
}

.promo-calendar-card .calendar-grid .is-today {
  background: linear-gradient(180deg, #dbeafe, #eff6ff);
  color: #1d4ed8;
  font-size: 1.1rem;
}

.promo-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.4vw, 0.85rem);
  padding: 0 clamp(1rem, 2.4vw, 1.35rem) clamp(1rem, 2.4vw, 1.35rem);
  background: #eff6ff;
  border-radius: 0 0 22px 22px;
}

.promo-metric {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 86px;
  padding: 0.9rem;
  border-radius: 20px;
}

.promo-metric span,
.promo-metric strong {
  display: block;
}

.promo-metric div > span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.promo-metric strong {
  margin-top: 0.12rem;
  color: #1d4ed8;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1;
}

.metric-icon {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
}

.metric-icon::before,
.metric-icon::after {
  content: "";
  position: absolute;
}

.metric-check::before {
  width: 17px;
  height: 9px;
  border-bottom: 4px solid #1d4ed8;
  border-left: 4px solid #1d4ed8;
  transform: rotate(-45deg) translate(1px, -1px);
}

.metric-clock {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.metric-clock::before {
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 999px;
}

.metric-clock::after {
  width: 9px;
  height: 9px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translate(2px, -3px);
}

.metric-staff::before {
  width: 13px;
  height: 13px;
  top: 13px;
  left: 16px;
  border-radius: 999px;
  background: #2b83d8;
  box-shadow: 10px 2px 0 -2px #60a5fa;
}

.metric-staff::after {
  width: 26px;
  height: 13px;
  left: 11px;
  bottom: 11px;
  border-radius: 999px 999px 7px 7px;
  background: #60a5fa;
}

.mockup-topbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0 1.15rem;
  background: linear-gradient(135deg, #0f172a, #1e40af);
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mockup-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.mockup-topbar strong {
  margin-left: auto;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.mockup-content {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.82), rgba(239, 246, 255, 0.7));
}

.mockup-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(30, 64, 175, 0.12);
}

.booking-card {
  padding: 1.1rem;
}

.mockup-card-header,
.client-row,
.booking-actions,
.stats-card {
  display: flex;
  align-items: center;
}

.mockup-card-header {
  justify-content: space-between;
  gap: 1rem;
}

.mockup-card h2 {
  margin: 0.18rem 0 0;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

.mini-kicker {
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-pill {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 0.75rem;
  font-weight: 900;
}

.client-row {
  gap: 0.82rem;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #f8fafc;
}

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

.client-row span {
  color: var(--color-muted);
  font-size: 0.88rem;
}

.avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  background: var(--color-primary-dark);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
}

.booking-actions {
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.booking-actions span {
  flex: 1;
  padding: 0.65rem;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--color-primary-dark);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 900;
}

.calendar-card {
  padding: 0;
}

.calendar-head,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.calendar-head {
  background: #1e293b;
  color: #ffffff;
}

.calendar-head span {
  padding: 0.75rem 0.25rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.calendar-grid {
  background: #e2e8f0;
  gap: 1px;
}

.calendar-grid span {
  min-height: 52px;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #475569;
  font-weight: 900;
}

.calendar-grid span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cbd5e1;
}

.calendar-grid .has-event::after {
  background: #22c55e;
}

.calendar-grid .has-warning::after {
  background: #f59e0b;
}

.calendar-grid .is-today {
  background: #dbeafe;
  color: var(--color-primary-dark);
}

.calendar-grid .is-today::after {
  content: none;
}

.stats-card {
  justify-content: space-between;
  gap: 0.6rem;
  padding: 1rem;
}

.stats-card div {
  flex: 1;
  padding: 0.8rem;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: #f8fafc;
}

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

.stats-card span {
  color: var(--color-muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stats-card strong {
  margin-top: 0.3rem;
  color: var(--color-primary-dark);
  font-size: 1.55rem;
  line-height: 1;
}

.section-heading {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.section-heading.narrow {
  max-width: 760px;
  margin-inline: auto;
}

.section-heading.align-left {
  text-align: left;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.56fr);
  align-items: end;
  gap: 2rem;
  text-align: left;
}

.section-heading h2,
.cta-panel h2 {
  margin-top: 0.9rem;
  font-size: clamp(2rem, 4.6vw, 4.1rem);
}

.section-heading p,
.cta-panel p {
  margin: 1rem 0 0;
  color: var(--color-muted);
  font-size: 1.02rem;
}

.problem-grid,
.feature-grid,
.pricing-grid {
  display: grid;
  gap: 1rem;
}

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

.problem-card,
.feature-card,
.plan-card,
.step-card,
.faq-list details {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.problem-card,
.feature-card,
.plan-card {
  padding: clamp(1.1rem, 3vw, 1.45rem);
}

.problem-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icon-badge,
.feature-icon,
.step-card span {
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  font-weight: 900;
}

.icon-badge {
  width: 48px;
  height: 48px;
  background: #dbeafe;
  color: var(--color-primary-dark);
}

.problem-card h3,
.feature-card h3,
.step-card h3,
.plan-card h3 {
  margin: 1rem 0 0;
  color: var(--color-ink);
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.problem-card p,
.feature-card p,
.step-card p,
.plan-card p {
  margin: 0.65rem 0 0;
  color: var(--color-muted);
}

.features {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(239, 246, 255, 0.75)),
    radial-gradient(circle at 82% 16%, rgba(56, 189, 248, 0.14), transparent 24rem);
}

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

.feature-card {
  min-height: 244px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.11);
}

.feature-card.featured {
  grid-column: span 2;
  background: linear-gradient(135deg, #0f172a, #1e40af);
  color: #ffffff;
}

.feature-card.featured h3,
.feature-card.featured p {
  color: #ffffff;
}

.feature-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.feature-icon {
  width: 46px;
  height: 46px;
  background: #dbeafe;
  color: var(--color-primary-dark);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.featured .feature-icon {
  background: rgba(255, 255, 255, 0.14);
  color: var(--color-cyan);
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.steps {
  display: grid;
  gap: 0.9rem;
}

.step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem;
}

.step-card span {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.step-card h3 {
  margin-top: 0;
}

.pricing {
  background: #f8fafc;
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.plan-card.highlighted {
  border-color: #93c5fd;
  background: linear-gradient(180deg, #ffffff, #eff6ff);
  box-shadow: 0 28px 70px rgba(37, 99, 235, 0.16);
  transform: translateY(-10px);
}

.popular-badge {
  align-self: flex-start;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.76rem;
  border-radius: 999px;
  background: #1e40af;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-top h3 {
  margin-top: 0;
  font-size: 1.5rem;
}

.price {
  margin-top: 1.25rem;
  padding: 1rem 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  color: var(--color-muted);
  font-weight: 800;
}

.price span {
  color: var(--color-ink);
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.check-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  display: flex;
  gap: 0.6rem;
  color: #334155;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-top: 0.12rem;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    #dcfce7;
  box-shadow: inset 0 0 0 5px #dcfce7;
}

.check-list li::after {
  content: "";
  position: absolute;
  top: 0.42rem;
  left: 0.34rem;
  width: 0.44rem;
  height: 0.24rem;
  border-bottom: 2px solid #15803d;
  border-left: 2px solid #15803d;
  transform: rotate(-45deg);
}

.plan-card .btn {
  margin-top: auto;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 0.74fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  padding: 1rem 1.1rem;
}

.faq-list summary {
  cursor: pointer;
  color: var(--color-ink);
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--color-primary);
  font-size: 1.2rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0.75rem 0 0;
  color: var(--color-muted);
}

.final-cta {
  padding-top: 2rem;
}

.cta-panel {
  overflow: hidden;
  position: relative;
  padding: clamp(2rem, 6vw, 4.5rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(103, 232, 249, 0.28), transparent 20rem),
    linear-gradient(135deg, #0f172a, #1e40af 62%, #0ea5e9);
  color: #ffffff;
  text-align: center;
  box-shadow: var(--shadow-strong);
}

.cta-panel h2,
.cta-panel p {
  max-width: 820px;
  margin-inline: auto;
  color: #ffffff;
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-panel .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.site-footer {
  padding: 2.5rem 0;
  border-top: 1px solid var(--color-line);
  background: #ffffff;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-footer p {
  margin: 0.8rem 0 0;
  color: var(--color-muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.footer-links a {
  padding: 0.55rem 0.78rem;
  border-radius: 999px;
  color: #334155;
  text-decoration: none;
  font-weight: 800;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  background: #eff6ff;
  color: var(--color-primary);
  outline: none;
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-copy h1 {
    max-width: 980px;
    font-size: clamp(2.55rem, 7vw, 4.25rem);
  }

  .hero-lead {
    max-width: 760px;
  }

  .hero-visual {
    width: min(100%, 860px);
    margin-inline: auto;
  }
}

@media (max-width: 1020px) {
  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    top: 84px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
    border: 1px solid var(--color-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-strong);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav a {
    justify-content: flex-start;
    min-height: 48px;
  }

  .main-nav .btn {
    justify-content: center;
  }

  .hero-grid,
  .workflow-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: start;
  }

  .hero-visual {
    max-width: 820px;
    width: 100%;
    margin-inline: auto;
  }

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

  .problem-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .problem-card {
    min-height: unset;
  }

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

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

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

@media (max-width: 720px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .header-shell {
    min-height: 68px;
  }

  .brand-text {
    max-width: 176px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .main-nav {
    top: 76px;
    right: 12px;
    left: 12px;
  }

  .section {
    padding: 3.25rem 0;
  }

  .hero {
    padding-top: 2.65rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.08rem, 10.5vw, 2.95rem);
    letter-spacing: -0.06em;
  }

  .hero-lead,
  .section-heading p,
  .cta-panel p {
    font-size: 0.96rem;
  }

  .hero-actions,
  .trust-row {
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-slogan {
    width: 100%;
    border-radius: 18px;
    text-align: center;
  }

  .promo-benefits {
    display: none;
  }

  .hero-logo-float {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 1rem;
  }

  .promo-dashboard {
    padding: 0.55rem;
    border-radius: 22px;
  }

  .promo-dashboard-header {
    grid-template-columns: 1fr;
    min-height: unset;
    border-radius: 18px 18px 0 0;
  }

  .promo-brand-mini {
    padding: 0.75rem;
  }

  .promo-brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .promo-month-strip {
    min-height: 54px;
    justify-content: flex-start;
    border-radius: 0;
    padding-inline: 1rem;
  }

  .promo-dashboard-body {
    gap: 0.6rem;
    padding: 0.6rem;
  }

  .promo-metrics {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0 0.6rem 0.6rem;
  }

  .promo-metric {
    min-height: 72px;
    border-radius: 16px;
  }

  .section-heading.split {
    grid-template-columns: 1fr;
    text-align: left;
  }

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

  .feature-card.featured {
    grid-column: auto;
  }

  .stats-card {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 20px, var(--container));
  }

  .brand-logo {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .brand-text {
    max-width: 132px;
    font-size: 0.9rem;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 12vw, 2.58rem);
  }

  .eyebrow {
    padding: 0.34rem 0.64rem;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .btn {
    min-height: 48px;
  }

  .hero-slogan {
    font-size: 0.9rem;
  }

  .mockup-shell {
    border-radius: 24px;
  }

  .promo-brand-mini {
    align-items: flex-start;
    gap: 0.65rem;
  }

  .promo-brand-mini strong {
    font-size: 0.96rem;
  }

  .promo-brand-mini span {
    font-size: 0.78rem;
  }

  .promo-calendar-card .calendar-grid span {
    min-height: 38px;
  }

  .promo-metric {
    padding: 0.75rem;
  }

  .metric-icon {
    width: 36px;
    height: 36px;
  }

  .mockup-content {
    padding: 0.7rem;
  }

  .mockup-card {
    border-radius: 18px;
  }

  .mockup-card-header,
  .client-row,
  .booking-actions {
    align-items: flex-start;
  }

  .mockup-card-header,
  .booking-actions {
    flex-direction: column;
  }

  .booking-actions span {
    width: 100%;
  }

  .client-row {
    padding: 0.75rem;
    gap: 0.65rem;
  }

  .calendar-head span {
    font-size: 0.66rem;
  }

  .promo-metric div > span {
    font-size: 0.7rem;
  }
}
