@import url("https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800;900&display=swap");

:root {
  --bg: oklch(0.995 0.004 210);
  --surface: oklch(0.978 0.012 215);
  --surface-strong: oklch(0.955 0.024 214);
  --ink: oklch(0.26 0.075 255);
  --muted: oklch(0.43 0.052 250);
  --line: oklch(0.89 0.03 218);
  --primary: oklch(0.75 0.155 180);
  --primary-deep: oklch(0.62 0.16 181);
  --accent: oklch(0.58 0.19 248);
  --accent-deep: oklch(0.43 0.17 250);
  --purple: oklch(0.58 0.14 295);
  --shadow: 0 22px 52px oklch(0.42 0.08 235 / 0.15);
  --soft-shadow: 0 12px 28px oklch(0.6 0.08 220 / 0.12);
  --radius-card: 14px;
  --radius-pill: 999px;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 10%, oklch(0.88 0.08 220 / 0.44), transparent 34rem),
    linear-gradient(180deg, var(--bg), oklch(0.985 0.01 220) 42%, var(--bg));
  overflow-x: hidden;
  font-family: "Onest", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.hero-only main > section:not(.hero):not(.features):not(.integrations):not(.pricing):not(.demo) {
  display: none;
}

body.nav-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

body.policy-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

.section-shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  min-height: 78px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid oklch(1 0 0 / 0.58);
  border-radius: 0;
  background: linear-gradient(180deg, oklch(1 0 0 / 0.82), oklch(1 0 0 / 0.62));
  box-shadow: 0 14px 36px oklch(0.38 0.08 238 / 0.1);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
}

.site-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 1.6vw, 26px);
  width: min(calc(100% - 48px), 100%);
  max-width: var(--max);
  min-height: 54px;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(170px, 10.4vw, 198px);
  max-width: 100%;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.8vw, 34px);
  color: oklch(0.32 0.04 250);
  font-size: clamp(13px, 0.74vw, 14px);
  font-weight: 600;
}

.main-nav a {
  white-space: nowrap;
}

.main-nav a,
.footer a,
.integration-card a {
  transition: color 180ms ease, transform 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.footer a:hover,
.footer a:focus-visible,
.integration-card a:hover,
.integration-card a:focus-visible {
  color: var(--accent);
}

.nav-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: var(--radius-pill);
  border: 0;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:active {
  transform: translateY(1px);
}

.button:disabled {
  cursor: progress;
  opacity: 0.72;
}

.button:focus-visible,
.main-nav a:focus-visible,
.footer a:focus-visible,
.integration-card a:focus-visible,
.calendar-toolbar button:focus-visible,
.nav-toggle:focus-visible,
.lead-close:focus-visible,
.lead-form input:focus-visible,
.consent-field a:focus-visible {
  outline: 3px solid oklch(0.77 0.14 190 / 0.38);
  outline-offset: 3px;
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, var(--primary-deep), var(--accent-deep));
}

.button-secondary {
  color: var(--accent-deep);
  background: white;
  border: 1px solid oklch(0.73 0.08 230);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--accent);
}

.button-outline {
  min-width: 100%;
  border: 1px solid transparent;
  background: white;
}

.primary-outline {
  color: var(--primary-deep);
  border-color: var(--primary);
}

.purple-outline {
  color: var(--purple);
  border-color: oklch(0.74 0.1 295);
}

.header-cta {
  min-height: 46px;
  padding-inline: clamp(18px, 1.45vw, 25px);
  border-radius: 10px;
  font-size: clamp(13px, 0.74vw, 14px);
  font-weight: 600;
}

.lead-dialog {
  width: min(calc(100% - 32px), 520px);
  max-height: min(calc(100dvh - 32px), 720px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: var(--ink);
  background: transparent;
  overflow: visible;
}

.thank-dialog {
  width: min(calc(100% - 32px), 430px);
  max-width: 430px;
  max-height: min(calc(100dvh - 32px), 560px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: var(--ink);
  background: transparent;
  overflow: visible;
}

.policy-dialog {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  overflow-x: hidden;
  overflow-y: auto;
}

.lead-dialog::backdrop,
.thank-dialog::backdrop,
.policy-dialog::backdrop {
  background:
    radial-gradient(circle at 50% 22%, oklch(0.74 0.13 210 / 0.28), transparent 26rem),
    oklch(0.18 0.06 250 / 0.54);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.lead-modal,
.policy-modal {
  position: relative;
  max-height: min(calc(100dvh - 32px), 720px);
  padding: clamp(24px, 3.4vw, 34px);
  border: 1px solid oklch(0.88 0.032 220);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 0%, oklch(0.92 0.055 190 / 0.7), transparent 16rem),
    linear-gradient(180deg, white, oklch(0.985 0.008 220));
  box-shadow: 0 24px 70px oklch(0.24 0.08 245 / 0.24);
}

.lead-modal {
  overflow: auto;
}

.thank-modal {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: start;
  width: 100%;
  padding: 30px 28px 28px;
  overflow: visible;
  text-align: center;
}

.thank-modal > *:not(.lead-close) {
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}

.thank-modal .lead-close {
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  font-size: 23px;
}

.thank-modal-head {
  display: grid;
  justify-items: center;
  width: min(100%, 340px);
  max-width: 340px;
  padding-right: 0;
  text-align: center;
}

.thank-modal .lead-kicker {
  margin-bottom: 8px;
  font-size: 13px;
}

.thank-modal h2 {
  width: 100%;
  max-width: 340px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
}

.thank-modal .lead-modal-copy {
  width: 100%;
  max-width: 340px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.thank-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 12px 26px oklch(0.5 0.13 210 / 0.18);
}

.thank-icon::before {
  content: "✓";
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.thank-button {
  width: min(100%, 230px);
  min-width: 0;
  min-height: 48px;
  margin-top: 22px;
}

.policy-modal {
  width: min(calc(100% - 32px), 920px);
  max-height: none;
  margin: 32px auto;
  padding-right: clamp(22px, 3vw, 30px);
  overflow: visible;
}

.lead-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid oklch(0.86 0.03 220);
  border-radius: 50%;
  color: var(--ink);
  background: white;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.lead-close:hover {
  color: var(--accent-deep);
  border-color: oklch(0.76 0.07 225);
}

.lead-close:active {
  transform: translateY(1px);
}

.policy-content {
  max-width: 780px;
  padding-right: 20px;
}

.policy-content h2 {
  margin: 0 46px 18px 0;
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
}

.policy-content h3 {
  margin: 28px 0 10px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.policy-content p,
.policy-content li {
  color: oklch(0.35 0.055 250);
  font-size: 14px;
  line-height: 1.62;
}

.policy-content p {
  margin: 0 0 10px;
}

.policy-content ul {
  margin: 8px 0 14px;
  padding-left: 22px;
}

.policy-content strong {
  color: var(--ink);
  font-weight: 600;
}

.lead-modal-head {
  max-width: 410px;
  padding-right: 42px;
}

.lead-kicker {
  margin: 0 0 10px;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 600;
}

.lead-modal h2 {
  margin: 0;
  font-size: clamp(28px, 2.3vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  text-wrap: balance;
}

.lead-modal-copy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.thank-dialog[open] {
  position: fixed;
  inset: auto;
  top: 50dvh;
  left: 50vw;
  margin: 0;
  transform: translate(-50%, -50%);
}

.thank-modal.lead-modal {
  box-sizing: border-box;
  max-height: none;
  padding: 30px 44px 28px;
  overflow: visible;
}

.thank-modal .thank-modal-head {
  width: min(100%, 340px);
  max-width: 340px;
  padding-right: 0;
  justify-items: stretch;
}

.thank-modal .thank-modal-head > * {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  text-align: center;
}

.thank-modal .lead-kicker {
  margin: 0 0 8px;
}

.thank-modal h2 {
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.15;
}

.thank-modal .lead-modal-copy {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.5;
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.lead-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid oklch(0.86 0.04 220);
  border-radius: 12px;
  background: oklch(0.96 0.025 215);
}

.lead-selected span {
  color: var(--muted);
  font-size: 13px;
}

.lead-selected strong {
  color: var(--accent-deep);
  font-size: 15px;
  font-weight: 600;
}

.field {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.field input {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid oklch(0.84 0.028 220);
  border-radius: 12px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-weight: 500;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field input::placeholder {
  color: oklch(0.52 0.045 245);
}

.field input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px oklch(0.77 0.14 190 / 0.14);
}

.consent-field {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--accent);
}

.consent-field a {
  color: var(--accent-deep);
  font-weight: 600;
  text-decoration: none;
}

.consent-field a:hover {
  text-decoration: underline;
}

.lead-form-status {
  min-height: 20px;
  margin: 0;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  white-space: pre-line;
}

.lead-form-status.is-error {
  color: oklch(0.48 0.16 30);
}

.lead-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 2px;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 16px 24px;
  font-size: 12px;
}

.cookie-panel {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 14px 20px;
  border: 1px solid oklch(1 0 0 / 0.18);
  border-radius: 15px;
  color: white;
  background: oklch(0.18 0.04 250 / 0.72);
  box-shadow:
    0 4px 4px oklch(0 0 0 / 0.25),
    45px 35px 23px oklch(0 0 0 / 0.01),
    25px 20px 19px oklch(0 0 0 / 0.05),
    11px 9px 14px oklch(0 0 0 / 0.08),
    3px 2px 8px oklch(0 0 0 / 0.09);
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.cookie-panel p {
  margin: 0 0 9px;
  line-height: 1.35;
}

.cookie-panel a {
  color: oklch(0.72 0.16 245);
  font-weight: 600;
}

.cookie-panel a:hover {
  text-decoration: underline;
}

.cookie-accept {
  min-height: 30px;
  padding-inline: 42px;
  border: 0;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.2;
}

.hero {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  height: calc(100vh - 78px);
  min-height: 620px;
  max-height: calc(100vh - 78px);
  margin-inline: 0;
  padding: 0;
  background: white;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(610px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(24px, 3vw, 58px);
  align-items: center;
  width: min(calc(100% - 48px), 100%);
  max-width: var(--max);
  height: 100%;
  margin-inline: auto;
  padding: clamp(24px, 3.2vw, 42px) 0 42px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  min-width: 0;
  max-width: min(560px, 41vw);
}

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

.hero::before {
  inset: 0;
  background:
    radial-gradient(ellipse at 92% 76%, oklch(0.72 0.16 220 / 0.74), transparent 37rem),
    radial-gradient(ellipse at 80% 92%, oklch(0.69 0.17 205 / 0.58), transparent 32rem),
    radial-gradient(ellipse at 98% 42%, oklch(0.9 0.07 200 / 0.26), transparent 25rem),
    linear-gradient(90deg, white 0 42%, oklch(0.992 0.006 210) 66%, oklch(0.88 0.06 218) 100%);
}

.hero::after {
  left: 0;
  right: 0;
  bottom: -270px;
  height: 100%;
  background: url("hero-lines-gray-white.svg?v=20260824-1") center bottom / 100% 100% no-repeat;
  opacity: 0.3;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(38px, 3vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  color: transparent;
  background: linear-gradient(
    104deg,
    var(--primary-deep) 0%,
    oklch(0.68 0.16 185) 22%,
    var(--accent-deep) 62%,
    oklch(0.5 0.18 246) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  max-width: 100%;
  text-wrap: balance;
  overflow-wrap: normal;
}

.hero-copy h1 .hero-title-accent {
  color: inherit;
  font-size: 1.08em;
}

.hero-title-nowrap {
  display: block;
  color: inherit;
}

.hero-copy p {
  max-width: 540px;
  margin: 16px 0 0;
  color: oklch(0.34 0.052 250);
  font-size: 15px;
  line-height: 1.55;
  text-wrap: pretty;
  overflow-wrap: anywhere;
}

.hero-list {
  display: grid;
  gap: 6px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: oklch(0.33 0.045 250);
  max-width: 540px;
  font-size: 13.5px;
  font-weight: 600;
}

.hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.hero-list li span:not(.check-icon) {
  min-width: 0;
}

.check-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: var(--primary-deep);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.check-icon::before {
  content: "✓";
}

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

.hero-actions .button {
  min-height: 48px;
  padding-inline: 18px;
  font-size: 14px;
}

.play-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid oklch(0.62 0.12 235);
  border-radius: 50%;
}

.play-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid oklch(0.53 0.15 235);
}

.hero-visual {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: end;
  width: 100%;
  min-width: 0;
  min-height: clamp(500px, 39vw, 600px);
  transform: translateY(34px);
}

.hero-scene {
  position: relative;
  width: min(100%, 870px);
  aspect-ratio: 1.32;
  margin-inline: auto;
  transform-style: preserve-3d;
  --px: 0;
  --py: 5.5;
}

.schedule-grid-layer,
.hero-icon-layer {
  display: block;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.schedule-grid-layer {
  position: absolute;
  z-index: 2;
  left: -2%;
  top: 5%;
  width: 101%;
  filter: drop-shadow(0 24px 42px oklch(0.42 0.08 235 / 0.15));
  transform-origin: 50% 50%;
  transform: rotate(-1.8deg) translate3d(calc(var(--px) * -5px), calc(var(--py) * -4px), 0);
  transition: transform 160ms ease-out;
}

.hero-icon-layer {
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 14px 24px oklch(0.32 0.08 230 / 0.18));
  animation: icon-float 5.6s ease-in-out infinite;
  transition: transform 160ms ease-out;
}

.hero-icon-cap {
  right: -2%;
  top: -5%;
  width: 25%;
  transform: translate3d(calc(var(--px) * 13px), calc(var(--py) * 10px), 0);
}

.hero-icon-chart {
  left: -11%;
  bottom: 8%;
  width: 26%;
  animation-delay: -1.4s;
  filter: drop-shadow(0 10px 18px oklch(0.32 0.08 230 / 0.1)) saturate(0.92);
  transform: rotate(-7deg) translate3d(calc(var(--px) * -10px), calc(var(--py) * -8px), 0);
}

.hero-icon-task {
  left: 21%;
  bottom: -9%;
  width: 27%;
  animation-delay: -2.1s;
  transform: rotate(-5deg) translate3d(calc(var(--px) * 8px), calc(var(--py) * 10px), 0);
}

.hero-icon-clock {
  z-index: 1;
  right: -8%;
  top: 52%;
  width: 24%;
  animation-delay: -3s;
  filter: drop-shadow(0 6px 12px oklch(0.32 0.08 230 / 0.08));
  transform: translate3d(calc(var(--px) * -11px), calc(var(--py) * -9px), 0);
}

@keyframes icon-float {
  0%, 100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

.app-sidebar {
  padding: 28px 18px 26px 24px;
  background: oklch(0.987 0.012 220);
}

.app-logo {
  margin-bottom: 30px;
  color: var(--primary-deep);
  font-size: 18px;
  font-weight: 900;
}

.app-sidebar a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  color: oklch(0.42 0.045 250);
  font-size: 13px;
  font-weight: 700;
}

.app-sidebar a.active {
  color: var(--accent-deep);
  background: oklch(0.9 0.05 225);
}

.side-icon,
.contact-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 4px;
  opacity: 0.78;
}

.grid-mini::before,
.grid-mini::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.grid-mini::before {
  left: 5px;
  top: -2px;
  width: 2px;
  height: 16px;
}

.grid-mini::after {
  left: -2px;
  top: 5px;
  width: 16px;
  height: 2px;
}

.calendar-mini::before,
.calendar-mini::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 3px;
  height: 6px;
  background: currentColor;
  border-radius: 2px;
}

.calendar-mini::before {
  left: 3px;
}

.calendar-mini::after {
  right: 3px;
}

.room-mini {
  border-radius: 50%;
}

.room-mini::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.user-mini {
  border-radius: 50%;
}

.user-mini::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.user-mini::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 2px;
  width: 6px;
  height: 3px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.group-mini::before,
.report-mini::before,
.chart-mini::before,
.gear-mini::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: currentColor;
}

.calendar-panel {
  padding: 28px 30px 30px;
}

.calendar-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  margin-bottom: 26px;
  color: oklch(0.36 0.045 250);
  font-size: 13px;
  font-weight: 800;
}

.week-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.week-switch button,
.publish-button {
  border: 0;
  border-radius: var(--radius-pill);
  cursor: pointer;
}

.week-switch button {
  width: 26px;
  height: 26px;
  color: var(--muted);
  background: oklch(0.96 0.012 220);
}

.publish-button {
  min-height: 32px;
  padding: 0 18px;
  color: white;
  background: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.calendar-grid {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: 34px 1fr;
  min-height: 430px;
}

.time-labels {
  grid-row: 2;
  display: grid;
  grid-template-rows: repeat(10, 1fr);
  color: oklch(0.5 0.035 250);
  font-size: 12px;
  font-weight: 700;
}

.days {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  color: oklch(0.47 0.04 250);
  font-size: 12px;
}

.calendar-grid::before {
  content: "";
  grid-column: 2;
  grid-row: 2;
  background:
    linear-gradient(90deg, transparent calc(20% - 1px), var(--line) calc(20% - 1px) 20%, transparent 20% calc(40% - 1px), var(--line) calc(40% - 1px) 40%, transparent 40% calc(60% - 1px), var(--line) calc(60% - 1px) 60%, transparent 60% calc(80% - 1px), var(--line) calc(80% - 1px) 80%, transparent 80%),
    repeating-linear-gradient(180deg, var(--line) 0 1px, transparent 1px 43px);
}

.lesson {
  position: absolute;
  left: calc(60px + ((var(--col) - 1) * ((100% - 60px) / 5)) + 10px);
  top: calc(34px + ((var(--row) - 1) * 42px) + 3px);
  width: calc((100% - 60px) / 5 - 18px);
  min-height: 74px;
  padding: 12px;
  border-radius: 8px;
  color: oklch(0.32 0.04 250);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.lesson-blue { background: oklch(0.82 0.08 235); }
.lesson-green { background: oklch(0.82 0.11 165); }
.lesson-red { background: oklch(0.84 0.09 25); }
.lesson-yellow { background: oklch(0.86 0.1 78); }
.lesson-cyan { background: oklch(0.82 0.09 220); }
.lesson-purple { background: oklch(0.82 0.09 285); }
.lesson-violet { background: oklch(0.82 0.08 300); }
.lesson-amber { background: oklch(0.87 0.11 78); }
.lesson-pink { background: oklch(0.85 0.08 12); }
.lesson-lilac { background: oklch(0.83 0.08 282); }
.lesson-salmon { background: oklch(0.84 0.08 24); }

.floating-card {
  position: absolute;
  z-index: 3;
  border-radius: 16px;
  background: white;
  box-shadow: var(--soft-shadow);
}

.chart-card {
  left: -38px;
  bottom: 122px;
  display: flex;
  align-items: end;
  gap: 12px;
  width: 146px;
  height: 132px;
  padding: 28px 25px;
  transform: rotate(-7deg);
}

.chart-card span {
  width: 18px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, oklch(0.78 0.15 180), var(--primary-deep));
}

.chart-card span:nth-child(1) { height: 42px; }
.chart-card span:nth-child(2) { height: 66px; }
.chart-card span:nth-child(3) { height: 86px; }

.task-card {
  left: 124px;
  bottom: -30px;
  width: 142px;
  height: 120px;
  padding: 22px;
  background: oklch(0.83 0.11 178);
  transform: rotate(-6deg);
}

.task-card i {
  position: relative;
  display: block;
  width: 82px;
  height: 12px;
  margin-bottom: 16px;
  border-radius: var(--radius-pill);
  background: oklch(0.67 0.11 180);
}

.task-card i::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--primary-deep);
  background: oklch(0.83 0.11 178);
}

.clock-card {
  position: absolute;
  right: -34px;
  top: 388px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 10px solid oklch(0.78 0.12 220);
  background: radial-gradient(circle at 36% 30%, white 0 8px, oklch(0.73 0.12 225) 9px 100%);
  box-shadow: var(--soft-shadow);
}

.clock-card::before,
.clock-card::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 20px;
  width: 4px;
  height: 28px;
  border-radius: 4px;
  background: white;
  transform-origin: bottom;
}

.clock-card::after {
  height: 21px;
  transform: rotate(52deg);
}

.graduation-cap {
  position: absolute;
  right: 26px;
  top: -26px;
  z-index: 4;
  width: 160px;
  height: 112px;
}

.cap-board {
  position: absolute;
  inset: 18px 6px auto;
  height: 52px;
  border-radius: 8px;
  background: linear-gradient(135deg, oklch(0.3 0.11 250), oklch(0.5 0.15 248));
  transform: rotate(28deg) skewX(-22deg);
  box-shadow: 0 18px 28px oklch(0.34 0.1 250 / 0.18);
}

.cap-base {
  position: absolute;
  left: 62px;
  top: 58px;
  width: 62px;
  height: 28px;
  border-radius: 0 0 26px 26px;
  background: oklch(0.42 0.15 250);
  transform: rotate(10deg);
}

.cap-tassel {
  position: absolute;
  right: 12px;
  top: 58px;
  width: 3px;
  height: 58px;
  border-radius: 4px;
  background: oklch(0.73 0.14 74);
  transform: rotate(18deg);
}

.cap-tassel::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -12px;
  width: 18px;
  height: 28px;
  border-radius: 9px 9px 12px 12px;
  background: oklch(0.73 0.14 74);
}

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

.section-heading h2,
.demo h2,
.about h2 {
  margin: 0;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.features {
  padding: 28px 0 78px;
}

.feature-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 50px;
}

.feature-flow::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 56px;
  height: 2px;
  background: repeating-linear-gradient(90deg, oklch(0.82 0.055 230) 0 10px, transparent 10px 22px);
}

.feature-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.feature-item h3,
.integration-card h3,
.price-card h3 {
  margin: 22px 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.feature-item p,
.integration-card p,
.price-card p,
.about p,
.footer p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  text-wrap: pretty;
}

.feature-icon,
.card-icon,
.plan-icon {
  position: relative;
  display: inline-flex;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, white, transparent 46%),
    oklch(0.94 0.045 230);
  box-shadow: inset 0 0 0 1px oklch(0.91 0.035 230), 0 14px 24px oklch(0.7 0.08 230 / 0.14);
}

.feature-icon::before,
.feature-icon::after,
.card-icon::before,
.card-icon::after,
.plan-icon::before,
.plan-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.cursor-icon::before {
  left: 32px;
  top: 22px;
  width: 28px;
  height: 46px;
  border-left: 4px solid var(--accent);
  border-bottom: 4px solid var(--accent);
  transform: rotate(-28deg) skewY(18deg);
}

.cursor-icon::after {
  left: 52px;
  top: 54px;
  width: 18px;
  height: 4px;
  background: var(--accent);
  transform: rotate(34deg);
}

.magic-icon::before {
  left: 48px;
  top: 22px;
  width: 4px;
  height: 54px;
  border-radius: 4px;
  background: var(--accent);
  transform: rotate(42deg);
}

.magic-icon::after {
  left: 22px;
  top: 18px;
  width: 54px;
  height: 54px;
  background:
    radial-gradient(circle at 5px 8px, var(--accent) 0 3px, transparent 4px),
    radial-gradient(circle at 46px 5px, var(--accent) 0 3px, transparent 4px),
    radial-gradient(circle at 42px 44px, var(--accent) 0 3px, transparent 4px),
    radial-gradient(circle at 10px 42px, var(--accent) 0 3px, transparent 4px);
}

.shield-icon::before {
  left: 31px;
  top: 20px;
  width: 34px;
  height: 44px;
  border: 4px solid var(--accent);
  border-radius: 16px 16px 18px 18px;
  transform: perspective(80px) rotateX(12deg);
}

.shield-icon::after {
  left: 40px;
  top: 36px;
  width: 16px;
  height: 22px;
  border: solid var(--accent);
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.sliders-icon::before {
  left: 28px;
  top: 28px;
  width: 40px;
  height: 34px;
  background:
    linear-gradient(var(--accent), var(--accent)) 0 4px / 40px 4px no-repeat,
    linear-gradient(var(--accent), var(--accent)) 0 16px / 40px 4px no-repeat,
    linear-gradient(var(--accent), var(--accent)) 0 28px / 40px 4px no-repeat;
}

.sliders-icon::after {
  left: 32px;
  top: 24px;
  width: 34px;
  height: 42px;
  background:
    radial-gradient(circle at 8px 6px, white 0 6px, var(--accent) 7px 9px, transparent 10px),
    radial-gradient(circle at 26px 18px, white 0 6px, var(--accent) 7px 9px, transparent 10px),
    radial-gradient(circle at 14px 30px, white 0 6px, var(--accent) 7px 9px, transparent 10px);
}

.cloud-icon::before {
  left: 24px;
  top: 38px;
  width: 50px;
  height: 24px;
  border: 4px solid var(--primary-deep);
  border-radius: 30px;
  border-top-color: transparent;
}

.cloud-icon::after {
  left: 34px;
  top: 28px;
  width: 28px;
  height: 28px;
  border: 4px solid var(--primary-deep);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.features {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding: clamp(58px, 6.2vw, 86px) 32px clamp(78px, 6.8vw, 104px);
  background: white;
}

.features .section-heading {
  width: min(100%, 1280px);
  margin-inline: auto;
  text-align: center;
}

.features .section-heading h2 {
  color: oklch(0.18 0.035 255);
  font-size: clamp(28px, 2.35vw, 38px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
}

.feature-flow {
  position: relative;
  display: grid;
  width: min(100%, 1280px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 44px);
  align-items: start;
  margin: clamp(44px, 4.4vw, 62px) auto 0;
}

.feature-flow::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: clamp(9px, 1vw, 19px);
  z-index: 0;
  height: 78px;
  background: url("data:image/svg+xml,%3Csvg width='1000' height='78' viewBox='0 0 1000 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 39C70 7 165 7 250 39C335 71 415 71 500 39C585 7 665 7 750 39C835 71 930 71 1000 39' stroke='%23C8DBF4' stroke-width='3.2' stroke-linecap='round' stroke-dasharray='10 18'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  opacity: 0.85;
  pointer-events: none;
}

.feature-item {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(96px, 6.4vw, 116px);
  height: clamp(96px, 6.4vw, 116px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgb(255 255 255 / 0.96) 0 30%, rgb(244 249 255 / 0.96) 62%, rgb(235 244 255 / 0.98) 100%);
  box-shadow:
    inset 0 0 0 1px rgb(39 100 255 / 0.08),
    0 16px 34px rgb(28 93 190 / 0.08);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease,
    background 260ms ease;
}

.feature-icon::before,
.feature-icon::after {
  content: none;
}

.feature-icon img {
  display: block;
  width: 54%;
  height: 54%;
  object-fit: contain;
  transform-origin: 50% 50%;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-icon img[src$="feature-icon-ai.svg"] {
  width: 42%;
  height: 42%;
}

.feature-item h3 {
  max-width: 260px;
  margin: clamp(15px, 1.55vw, 20px) 0 10px;
  color: oklch(0.2 0.04 255);
  font-size: clamp(16px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  transition: color 220ms ease;
}

.feature-item p {
  max-width: 260px;
  margin: 0;
  color: oklch(0.39 0.047 250);
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.72;
  text-wrap: pretty;
}

@media (hover: hover) and (pointer: fine) {
  .feature-item:hover {
    z-index: 2;
    transform: translateY(-8px);
  }

  .feature-item:hover .feature-icon {
    transform: translateY(-2px) scale(1.035);
    background:
      radial-gradient(circle at 32% 24%, rgb(255 255 255 / 1) 0 30%, rgb(241 247 255 / 1) 62%, rgb(226 239 255 / 1) 100%);
    box-shadow:
      inset 0 0 0 1px rgb(39 100 255 / 0.16),
      0 22px 44px rgb(28 93 190 / 0.14);
  }

  .feature-item:hover .feature-icon img {
    transform: translateY(-1px) scale(1.06);
  }

  .feature-item:hover h3 {
    color: oklch(0.28 0.11 255);
  }
}

.integrations {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(34px, 2.8vw, 48px) 0 clamp(38px, 3.1vw, 52px);
  background:
    radial-gradient(ellipse at 0% 42%, oklch(0.86 0.068 205 / 0.64), transparent 34rem),
    radial-gradient(ellipse at 48% 10%, oklch(0.95 0.032 215 / 0.68), transparent 36rem),
    radial-gradient(ellipse at 100% 88%, oklch(0.9 0.052 200 / 0.34), transparent 30rem),
    linear-gradient(100deg, oklch(0.94 0.031 205) 0%, oklch(0.988 0.008 220) 44%, white 100%);
}

.integrations::before,
.integrations::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.integrations::before {
  left: -10%;
  top: -26%;
  width: 38vw;
  min-width: 480px;
  aspect-ratio: 1;
  border: 1px solid oklch(0.78 0.07 215 / 0.2);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 38px oklch(1 0 0 / 0.16),
    0 0 0 70px oklch(0.76 0.08 204 / 0.08);
}

.integrations::after {
  left: 0;
  right: 0;
  bottom: -24%;
  height: 54%;
  background: url("hero-lines-gray-white.svg?v=20260824-1") center bottom / 100% 100% no-repeat;
  opacity: 0.1;
}

.integrations-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.36fr) minmax(0, 1fr);
  gap: clamp(22px, 2vw, 36px);
  align-items: start;
  width: min(calc(100% - 44px), 1680px);
}

.integration-art {
  position: relative;
  display: grid;
  place-items: end start;
  min-height: clamp(292px, 24vw, 380px);
  transform: translate(-8px, clamp(98px, 7.6vw, 130px));
}

.integration-laptop-image {
  display: block;
  width: min(100%, 435px);
  max-width: none;
  height: auto;
  margin-left: -3%;
  filter:
    drop-shadow(0 28px 46px oklch(0.34 0.09 225 / 0.18))
    saturate(1.04);
}

.integration-content {
  min-width: 0;
  justify-self: center;
  width: min(100%, 900px);
  max-width: 900px;
}

.integration-content .section-heading {
  max-width: 900px;
  margin: 0 auto clamp(34px, 3vw, 50px);
  text-align: center;
}

.integration-content .section-heading h2 {
  color: oklch(0.18 0.035 255);
  font-size: clamp(28px, 2.35vw, 38px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0;
  white-space: nowrap;
}

.integration-content .section-heading p {
  max-width: 680px;
  margin: 12px auto 0;
  color: oklch(0.35 0.052 250);
  font-size: clamp(14px, 1vw, 16.5px);
  line-height: 1.5;
  text-wrap: pretty;
}

.integration-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1vw, 17px);
  width: min(100%, 900px);
  margin-inline: auto;
}

.integration-card,
.price-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: white;
}

.integration-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: clamp(306px, 19.2vw, 342px);
  padding: clamp(16px, 1.18vw, 21px);
  border-color: oklch(0.88 0.028 220 / 0.82);
  border-top: 4px solid var(--accent);
  background:
    radial-gradient(circle at 16% 0%, oklch(0.92 0.036 220 / 0.82), transparent 13rem),
    linear-gradient(180deg, oklch(1 0 0 / 0.98), oklch(0.99 0.006 220 / 0.96)),
    white;
  box-shadow: 0 24px 46px oklch(0.5 0.08 220 / 0.11);
}

.integration-card-blue {
  border-top-color: var(--accent);
}

.integration-card-teal {
  border-top-color: var(--primary-deep);
}

.integration-card-violet {
  border-top-color: oklch(0.62 0.17 292);
}

.integration-card h3 {
  margin: 14px 0 0;
  color: oklch(0.25 0.066 255);
  font-size: clamp(17px, 1.12vw, 20px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.integration-card p {
  margin-top: 12px;
  margin-bottom: clamp(18px, 1.15vw, 24px);
  color: oklch(0.36 0.05 250);
  font-size: clamp(12.3px, 0.78vw, 14px);
  line-height: 1.52;
}

.integration-number {
  position: absolute;
  top: 18px;
  right: 18px;
  color: oklch(0.73 0.1 225);
  font-size: clamp(17px, 1.14vw, 22px);
  font-weight: 500;
  line-height: 1;
}

.integration-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  color: var(--accent);
  font-size: clamp(12.5px, 0.82vw, 14.5px);
  font-weight: 500;
  line-height: 1.2;
}

.integration-card-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.integration-card-mobile-note {
  display: none;
}

.integration-card-mobile-note img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.integration-card-mobile-note span {
  min-width: 0;
}

.integration-card-icon,
.benefit-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.integration-card-icon {
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 0;
  color: var(--accent);
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.integration-card-icon::before,
.integration-card-icon::after,
.chip-mark::before,
.chip-globe::before,
.chip-bolt::before,
.benefit-icon::before,
.benefit-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.integration-card-icon::before,
.integration-card-icon::after {
  content: none;
}

.integration-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.data-icon::before {
  left: 14px;
  top: 12px;
  width: 20px;
  height: 26px;
  border: 2px solid oklch(0.72 0.13 220);
  border-radius: 6px;
  background:
    radial-gradient(circle at 5px 8px, oklch(0.64 0.16 220) 0 1.6px, transparent 2.6px),
    radial-gradient(circle at 5px 15px, oklch(0.64 0.16 220) 0 1.6px, transparent 2.6px),
    linear-gradient(oklch(0.64 0.16 220), oklch(0.64 0.16 220)) 10px 7px / 6px 2px no-repeat,
    linear-gradient(oklch(0.64 0.16 220), oklch(0.64 0.16 220)) 10px 14px / 6px 2px no-repeat;
}

.data-icon::after {
  right: 9px;
  bottom: 9px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--primary-deep);
  box-shadow: 0 7px 12px oklch(0.42 0.12 180 / 0.2);
}

.data-icon {
  color: white;
}

.data-icon::after {
  background:
    linear-gradient(135deg, transparent 47%, white 48% 54%, transparent 55%) center / 9px 9px no-repeat,
    linear-gradient(45deg, transparent 44%, white 45% 55%, transparent 56%) center / 9px 9px no-repeat,
    var(--primary-deep);
}

.publish-icon::before {
  left: 13px;
  top: 13px;
  width: 29px;
  height: 24px;
  border-radius: 6px;
  background:
    linear-gradient(var(--accent), var(--accent)) 0 7px / 100% 3px no-repeat,
    radial-gradient(circle at 7px 12px, oklch(0.7 0.12 220) 0 2px, transparent 3px),
    radial-gradient(circle at 15px 12px, oklch(0.7 0.12 220) 0 2px, transparent 3px),
    radial-gradient(circle at 23px 12px, oklch(0.7 0.12 220) 0 2px, transparent 3px),
    radial-gradient(circle at 7px 18px, oklch(0.7 0.12 220) 0 2px, transparent 3px),
    radial-gradient(circle at 15px 18px, oklch(0.7 0.12 220) 0 2px, transparent 3px),
    radial-gradient(circle at 23px 18px, oklch(0.7 0.12 220) 0 2px, transparent 3px),
    oklch(0.81 0.09 220);
  box-shadow: inset 0 0 0 2px oklch(0.63 0.16 220);
}

.publish-icon::after {
  right: 9px;
  bottom: 8px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid white;
  background:
    linear-gradient(90deg, white 0 7px, transparent 7px) 5px 8px / 7px 2px no-repeat,
    linear-gradient(180deg, white 0 8px, transparent 8px) 8px 5px / 2px 8px no-repeat,
    var(--accent);
}

.max-icon::before {
  left: 14px;
  top: 14px;
  width: 28px;
  height: 22px;
  border: 2px solid oklch(0.65 0.15 287);
  border-radius: 50%;
}

.max-icon::after {
  left: 20px;
  top: 23px;
  width: 16px;
  height: 5px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 2px 2px, oklch(0.67 0.12 220) 0 2px, transparent 3px),
    radial-gradient(circle at 7px 2px, oklch(0.67 0.12 220) 0 2px, transparent 3px),
    radial-gradient(circle at 12px 2px, oklch(0.67 0.12 220) 0 2px, transparent 3px);
}

.max-icon span {
  position: absolute;
  right: 3px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  min-height: 17px;
  padding: 0 5px;
  border-radius: 999px;
  color: white;
  background: oklch(0.61 0.17 292);
  font-size: 8.5px;
  font-weight: 500;
}

.integration-chip {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  min-height: 26px;
  margin: auto 0 14px;
  padding: 0 11px;
  border-radius: 8px;
  font-size: clamp(10.5px, 0.7vw, 12.5px);
  font-weight: 500;
}

.integration-chip img {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.chip-teal {
  color: var(--primary-deep);
  background: oklch(0.9 0.06 180 / 0.72);
}

.chip-blue {
  color: var(--accent);
  background: oklch(0.91 0.046 225);
}

.chip-violet {
  color: oklch(0.58 0.16 292);
  background: oklch(0.93 0.042 294);
}

.chip-mark,
.chip-globe,
.chip-bolt {
  position: relative;
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.chip-mark {
  background: var(--primary-deep);
}

.chip-mark::before {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.chip-globe {
  border: 2px solid currentColor;
}

.chip-globe::before {
  inset: 3px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 4px 0 -2px currentColor, 0 -4px 0 -2px currentColor;
}

.chip-bolt {
  background: currentColor;
  clip-path: polygon(55% 0, 18% 48%, 47% 48%, 35% 100%, 82% 38%, 53% 38%);
}

.integration-benefits {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 18px);
  width: min(100%, 900px);
  margin-top: clamp(16px, 1.65vw, 24px);
  margin-inline: auto;
  padding-top: 14px;
  background:
    linear-gradient(oklch(0.75 0.045 220), oklch(0.75 0.045 220)) calc(100% / 3) 50% / 1px 34px no-repeat,
    linear-gradient(oklch(0.75 0.045 220), oklch(0.75 0.045 220)) calc(100% * 2 / 3) 50% / 1px 34px no-repeat;
}

.integration-benefit {
  display: grid;
  grid-template-columns: 30px minmax(0, 150px);
  align-items: center;
  justify-content: start;
  gap: 10px;
  min-width: 0;
  padding-left: 32px;
}

.integration-benefit + .integration-benefit {
  padding-left: 32px;
}

.benefit-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--accent);
  background: oklch(0.94 0.03 220);
  box-shadow: inset 0 0 0 1px oklch(0.88 0.038 220);
}

.benefit-icon img {
  display: block;
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.benefit-icon::before,
.benefit-icon::after {
  content: none;
}

.integration-benefit p {
  margin: 0;
  max-width: 150px;
  color: oklch(0.36 0.048 250);
  font-size: clamp(11.5px, 0.75vw, 13px);
  line-height: 1.38;
  text-align: left;
  text-wrap: balance;
}

.benefit-shield::before {
  left: 9px;
  top: 7px;
  width: 13px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 10px 10px 14px 14px;
}

.benefit-shield::after {
  left: 13px;
  top: 11px;
  width: 5px;
  height: 8px;
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.benefit-clock::before {
  inset: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.benefit-clock::after {
  left: 15px;
  top: 11px;
  width: 2px;
  height: 7px;
  border-radius: 3px;
  background: currentColor;
  box-shadow: 4px 5px 0 -1px currentColor;
  transform-origin: bottom;
}

.benefit-team::before {
  left: 8px;
  top: 8px;
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 9px 0 0 -2px oklch(0.94 0.03 220), 9px 0 0 0 currentColor;
}

.benefit-team::after {
  left: 6px;
  bottom: 8px;
  width: 18px;
  height: 8px;
  border: 2px solid currentColor;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 0;
}

.pricing {
  --pricing-teal: oklch(0.64 0.145 176);
  --pricing-blue: oklch(0.58 0.195 248);
  --pricing-purple: oklch(0.58 0.17 292);
  width: min(calc(100% - 72px), 1344px);
  padding: clamp(34px, 2vw, 44px) 0 clamp(54px, 4vw, 68px);
}

.pricing .section-heading h2 {
  color: oklch(0.25 0.077 255);
  font-size: clamp(30px, 2.1vw, 38px);
  font-weight: 600;
  letter-spacing: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1vw, 18px);
  margin-top: clamp(28px, 2.35vw, 36px);
}

.price-card {
  display: grid;
  grid-template-columns: clamp(74px, 4.9vw, 92px) minmax(0, 1fr);
  grid-template-rows: auto auto minmax(176px, 1fr) auto auto;
  column-gap: clamp(15px, 1.1vw, 22px);
  min-height: clamp(456px, 31.4vw, 637px);
  padding: clamp(30px, 2.65vw, 50px) clamp(20px, 1.8vw, 36px) clamp(24px, 2vw, 35px);
  border-color: oklch(0.89 0.024 220);
  background: oklch(1 0 0 / 0.96);
  box-shadow: none;
}

.price-card.featured {
  border-width: 2px;
  border-color: var(--pricing-blue);
  box-shadow: none;
}

.popular-badge,
.plan-tag {
  position: absolute;
  right: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.popular-badge {
  top: -2px;
  min-height: 36px;
  padding: 0 26px;
  border-radius: 0 var(--radius-card) 0 12px;
  color: white;
  background: linear-gradient(135deg, var(--pricing-blue), oklch(0.49 0.2 258));
  font-size: clamp(13px, 0.82vw, 15px);
  font-weight: 500;
}

.plan-tag {
  top: 14px;
  right: 14px;
  min-height: 27px;
  padding: 0 13px;
  border-radius: 9px;
  color: oklch(0.52 0.048 252);
  background: oklch(0.958 0.012 248);
  font-size: clamp(11px, 0.67vw, 13px);
  font-weight: 500;
}

.plan-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  justify-self: center;
  width: clamp(74px, 4.9vw, 92px);
  height: clamp(74px, 4.9vw, 92px);
  margin-top: 2px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.price-card .plan-icon::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 12%;
  z-index: 0;
  width: 76%;
  height: 76%;
  border-radius: 50%;
  background: oklch(0.955 0.01 225);
}

.price-card .plan-icon::after {
  content: none;
}

.plan-icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.price-card h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 15px 0 6px;
  color: var(--pricing-teal);
  font-size: clamp(18px, 1.32vw, 23px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.price-card.featured h3 {
  color: var(--pricing-blue);
}

.price-card.university h3 {
  color: var(--pricing-purple);
}

.price-card p {
  grid-column: 2;
  grid-row: 2;
  max-width: 238px;
  color: oklch(0.29 0.065 255);
  font-size: clamp(12px, 0.8vw, 15px);
  font-weight: 400;
  line-height: 1.8;
}

.price-card ul {
  grid-column: 1 / -1;
  grid-row: 3;
  display: grid;
  align-self: start;
  gap: clamp(12px, 0.95vw, 17px);
  margin: clamp(32px, 2.9vw, 46px) 0 clamp(20px, 1.8vw, 28px);
  padding: 0;
  list-style: none;
  color: oklch(0.29 0.065 255);
  font-size: clamp(12px, 0.8vw, 15px);
  font-weight: 400;
  line-height: 1.35;
}

.price-card li {
  position: relative;
  min-height: 17px;
  padding-left: 28px;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid var(--pricing-teal);
}

.price-card li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0.3em;
  width: 4px;
  height: 7px;
  border: solid var(--pricing-teal);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.featured li::before {
  border-color: var(--pricing-blue);
}

.featured li::after {
  border-color: var(--pricing-blue);
}

.university li::before {
  border-color: var(--pricing-purple);
}

.university li::after {
  border-color: var(--pricing-purple);
}

.price {
  grid-column: 1 / -1;
  grid-row: 4;
  align-self: end;
  margin: 0 0 clamp(18px, 1.7vw, 26px);
  text-align: center;
}

.price strong {
  color: oklch(0.25 0.077 255);
  font-size: clamp(24px, 1.85vw, 32px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.price span {
  margin-left: 8px;
  color: oklch(0.25 0.077 255);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 400;
}

.price-card .button {
  grid-column: 1 / -1;
  grid-row: 5;
  width: 100%;
  min-height: clamp(45px, 3.5vw, 60px);
  border-radius: 10px;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 500;
}

.price-card .button-outline:hover,
.price-card .button-outline:focus-visible {
  background: oklch(0.985 0.009 220);
}

.demo {
  position: relative;
  display: grid;
  grid-template-columns: clamp(315px, 18.9vw, 388px) minmax(clamp(560px, 35vw, 716px), 0.82fr) minmax(470px, 1fr);
  align-items: center;
  gap: clamp(22px, 1.85vw, 38px);
  overflow: hidden;
  width: min(calc(100% - 58px), 1894px);
  min-height: clamp(390px, 29vw, 594px);
  margin-top: clamp(48px, 6.5vw, 132px);
  margin-bottom: 70px;
  padding: clamp(34px, 2.75vw, 56px) clamp(42px, 3.25vw, 66px);
  border-radius: clamp(16px, 1.55vw, 30px);
  color: white;
  background:
    radial-gradient(circle at 13% 52%, oklch(0.75 0.17 181 / 0.5), transparent 17rem),
    linear-gradient(116deg, oklch(0.6 0.16 184) 0%, oklch(0.52 0.18 221) 50%, oklch(0.43 0.22 260) 100%);
}

.demo h2 {
  max-width: 780px;
  color: white;
  font-size: clamp(28px, 1.78vw, 36px);
  font-weight: 600;
  letter-spacing: 0;
  white-space: normal;
}

.demo-title-nowrap {
  white-space: nowrap;
}

.demo p {
  max-width: 680px;
  margin: clamp(18px, 1.7vw, 34px) 0 0;
  color: oklch(0.96 0.02 220);
  font-size: clamp(18px, 1.26vw, 26px);
  line-height: 1.55;
}

.demo-copy {
  position: relative;
  z-index: 2;
}

.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 1.4vw, 28px);
  margin-top: clamp(28px, 3.1vw, 64px);
}

.demo-actions .button {
  min-width: clamp(190px, 14.15vw, 290px);
  min-height: clamp(56px, 4.3vw, 88px);
  border-radius: 12px;
  font-size: clamp(17px, 1.18vw, 24px);
  font-weight: 600;
}

.light-button {
  color: var(--accent-deep);
  background: white;
}

.glass-button {
  color: white;
  border-color: oklch(1 0 0 / 0.36);
  background: oklch(1 0 0 / 0.08);
}

.demo-art {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  min-height: 100%;
}

.demo-building-image {
  width: clamp(330px, 20.2vw, 414px);
  max-width: none;
  margin-left: clamp(-4px, -0.4vw, -8px);
  object-fit: contain;
  filter: saturate(1.04) contrast(1.02);
  transform: translateY(3%);
}

.devices {
  position: absolute;
  right: clamp(38px, 4vw, 82px);
  bottom: clamp(12px, 1.3vw, 26px);
  z-index: 1;
  display: grid;
  justify-items: end;
  align-items: end;
  width: clamp(380px, 28vw, 574px);
  min-height: 0;
  pointer-events: none;
}

.demo-devices-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-right: 0;
  object-fit: contain;
  filter: saturate(1.03) contrast(1.04);
  transform: none;
}

.cloud {
  position: absolute;
  left: 4px;
  top: 34px;
  width: 105px;
  height: 44px;
  border-radius: 44px;
  background: white;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: white;
}

.cloud::before {
  left: 18px;
  top: -22px;
  width: 48px;
  height: 48px;
}

.cloud::after {
  right: 14px;
  top: -12px;
  width: 34px;
  height: 34px;
}

.academy-building {
  position: absolute;
  left: 76px;
  top: 64px;
  width: 106px;
  height: 78px;
  border-radius: 8px;
  background: oklch(0.82 0.12 77);
}

.academy-building::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -24px;
  width: 124px;
  height: 28px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: oklch(0.91 0.1 85);
}

.academy-building::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 70px;
  height: 44px;
  background:
    linear-gradient(90deg, white 0 6px, transparent 6px 18px, white 18px 24px, transparent 24px 36px, white 36px 42px, transparent 42px 54px, white 54px 60px, transparent 60px),
    linear-gradient(white, white) 0 36px / 70px 6px no-repeat;
}

.tree {
  position: absolute;
  right: 12px;
  bottom: 18px;
  width: 18px;
  height: 50px;
  border-radius: 10px;
  background: oklch(0.52 0.12 148);
}

.tree::before {
  content: "";
  position: absolute;
  left: -16px;
  top: -32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: oklch(0.7 0.14 154);
}

.laptop-screen {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 315px;
  height: 178px;
  border: 10px solid oklch(0.18 0.03 250);
  border-radius: 12px;
  background:
    linear-gradient(90deg, oklch(0.96 0.02 220) 0 22%, white 22%),
    repeating-linear-gradient(90deg, transparent 0 44px, oklch(0.9 0.025 230) 44px 45px),
    repeating-linear-gradient(180deg, transparent 0 28px, oklch(0.9 0.025 230) 28px 29px);
  box-shadow: 0 16px 32px oklch(0.18 0.05 250 / 0.25);
}

.laptop-screen::after {
  content: "";
  position: absolute;
  left: -28px;
  right: -28px;
  bottom: -28px;
  height: 14px;
  border-radius: 0 0 30px 30px;
  background: oklch(0.9 0.025 230);
}

.phone-screen {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 82px;
  height: 150px;
  border: 8px solid oklch(0.18 0.03 250);
  border-radius: 18px;
  background:
    linear-gradient(180deg, oklch(0.94 0.03 220), white),
    repeating-linear-gradient(180deg, transparent 0 22px, oklch(0.86 0.05 230) 22px 23px);
  box-shadow: 0 14px 28px oklch(0.18 0.05 250 / 0.22);
}

.about {
  max-width: 980px;
  padding: 10px 0 66px;
  text-align: center;
}

.about p {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 18px;
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 1.6vw, 26px);
  width: 100%;
  min-height: 78px;
  margin-top: clamp(30px, 3.4vw, 62px);
  padding: 12px clamp(24px, 5vw, 64px) 12px clamp(42px, 5.9vw, 84px);
  border-top: 1px solid oklch(0.89 0.03 218 / 0.9);
  background: linear-gradient(180deg, oklch(1 0 0 / 0.7), oklch(1 0 0 / 0.86));
}

.footer-brand {
  width: clamp(170px, 10.4vw, 198px);
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.45vw, 28px);
  color: oklch(0.32 0.04 250);
  font-size: clamp(12px, 0.72vw, 14px);
  font-weight: 600;
}

.footer-nav a {
  white-space: nowrap;
}

.footer-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding-inline: clamp(18px, 1.45vw, 25px);
  border: 1px solid oklch(0.83 0.05 220);
  border-radius: 10px;
  color: var(--accent-deep);
  background: white;
  font-size: clamp(13px, 0.78vw, 15px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.reveal-ready [data-reveal],
.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (hover: hover) {
  .integration-card:hover,
  .price-card:hover {
    transform: translateY(-4px);
  }

  .integration-card,
  .price-card {
    transition: transform 180ms ease, border-color 180ms ease;
  }
}

@media (max-width: 1180px) {
  .hero-inner {
    grid-template-columns: minmax(320px, 0.86fr) minmax(430px, 1fr);
    gap: clamp(18px, 2.4vw, 30px);
  }

  .hero-visual {
    min-height: clamp(430px, 41vw, 520px);
    transform: translateY(24px);
  }

  .hero-copy {
    max-width: min(500px, 43vw);
  }

  .hero-copy h1 {
    font-size: clamp(34px, 3.6vw, 44px);
  }

  .hero-copy p {
    max-width: 470px;
    font-size: 14px;
  }

  .hero-list {
    max-width: 480px;
    font-size: 12.5px;
  }

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

  .hero-actions .button {
    min-height: 46px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .hero-scene {
    width: min(100%, 740px);
    max-width: 740px;
    margin-inline: auto;
  }

  .integrations-grid {
    grid-template-columns: 1fr;
    max-width: 1040px;
  }

  .integration-art {
    display: grid;
    min-height: 360px;
    width: min(100%, 560px);
    margin-inline: auto;
    transform: none;
  }

  .integration-laptop-image {
    width: min(100%, 560px);
    margin-left: 0;
  }

  .demo {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
    min-height: 360px;
    padding-inline: clamp(32px, 4.2vw, 58px);
  }

  .demo-art {
    display: none;
  }

  .devices {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 250px;
    pointer-events: auto;
  }

  .demo-devices-image {
    width: min(118%, 560px);
    margin-right: -18px;
  }

}

@media (max-width: 1100px) {
  .site-header-inner {
    grid-template-columns: auto auto;
    gap: 18px;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 42;
    display: inline-grid;
    gap: 5px;
    justify-self: end;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: white;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: var(--ink);
  }

  .main-nav {
    position: fixed;
    inset: 0 0 auto auto;
    display: grid;
    justify-content: stretch;
    align-content: start;
    gap: 0;
    width: 100vw;
    height: 100dvh;
    padding: 96px 24px 24px;
    background: oklch(1 0 0 / 0.92);
    box-shadow: -18px 0 40px oklch(0.2 0.04 250 / 0.12);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    transform: translateX(104%);
    transition: transform 220ms ease;
  }

  body:not(.nav-open) .main-nav {
    display: none;
  }

  .nav-open .main-nav {
    display: grid;
    transform: none;
  }

  .main-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: 18px;
  }

  .footer {
    grid-template-columns: auto 1fr;
    padding-inline: 24px;
  }

  .footer-phone {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .feature-flow,
  .pricing-grid,
  .integration-cards {
    grid-template-columns: 1fr;
  }

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

  .feature-flow::before {
    display: none;
  }

  .feature-item {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 0 20px;
    text-align: left;
  }

  .feature-item .feature-icon {
    grid-row: span 2;
    width: 76px;
    height: 76px;
  }

  .feature-item h3 {
    margin-top: 4px;
  }

  .demo {
    grid-template-columns: 1fr;
    padding: 36px 28px 250px;
  }

  .devices {
    position: absolute;
    right: 28px;
    bottom: 20px;
    width: 340px;
  }
}

@media (max-width: 980px) {
  .hero {
    height: auto;
    min-height: calc(100dvh - 78px);
    max-height: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
    padding: 30px clamp(18px, 5vw, 42px) 44px;
  }

  .hero::before {
    background:
      radial-gradient(ellipse at 74% 112%, oklch(0.73 0.15 214 / 0.52), transparent 15rem),
      radial-gradient(ellipse at 104% 116%, oklch(0.68 0.17 200 / 0.36), transparent 12rem),
      linear-gradient(180deg, white 0 84%, oklch(0.986 0.006 218) 90%, oklch(0.86 0.075 214) 100%);
  }

  .hero::after {
    bottom: -10%;
    height: 48%;
    opacity: 0.22;
  }

  .hero-copy {
    max-width: min(720px, 100%);
  }

  .hero-copy h1 {
    font-size: clamp(38px, 6.7vw, 56px);
  }

  .hero-copy p,
  .hero-list {
    max-width: 650px;
  }

  .hero-visual {
    justify-self: center;
    width: 100%;
    min-height: 0;
    margin-top: 14px;
    transform: none;
  }

  .hero-scene {
    width: min(100%, 760px);
    --py: 0;
  }

  .hero-icon-cap {
    top: 6%;
  }

  .hero-icon-task {
    left: 16%;
    bottom: -20%;
  }

  .hero-icon-clock {
    top: 59%;
  }
}

@media (max-width: 720px) {
  .section-shell {
    width: min(calc(100% - 32px), var(--max));
  }

  .hero.section-shell {
    width: 100%;
  }

  .site-header {
    width: 100%;
  }

  .site-header-inner {
    width: min(calc(100% - 32px), var(--max));
  }

  .brand {
    width: 188px;
  }

  .hero-inner {
    gap: 18px;
    padding: 24px 16px 40px;
  }

  .hero::before {
    background:
      radial-gradient(ellipse at 74% 112%, oklch(0.73 0.15 214 / 0.5), transparent 13rem),
      radial-gradient(ellipse at 108% 116%, oklch(0.68 0.17 200 / 0.34), transparent 10rem),
      linear-gradient(180deg, white 0 84%, oklch(0.986 0.006 218) 90%, oklch(0.86 0.075 214) 100%);
  }

  .hero::after {
    bottom: -5%;
    height: 36%;
    opacity: 0.2;
  }

  .hero-copy h1 {
    font-size: clamp(28px, 8.4vw, 44px);
  }

  .hero-copy p {
    font-size: clamp(15px, 4.25vw, 17px);
  }

  .hero-list {
    gap: 4px;
    margin-top: 28px;
    font-size: clamp(8.8px, 2.75vw, 11px);
    line-height: 1.35;
  }

  .hero-list li {
    gap: 8px;
    white-space: nowrap;
  }

  .check-icon {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
    font-size: 20px;
  }

  .hero-actions,
  .demo-actions {
    display: grid;
    gap: 12px;
  }

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

  .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 18px;
  }

  .hero-visual {
    min-height: 0;
  }

  .hero-scene {
    width: min(100%, 620px);
  }

  .hero-visual {
    margin-top: 0;
  }

  .features,
  .pricing,
  .integrations {
    padding-block: 54px;
  }

  .integrations-grid {
    width: min(calc(100% - 32px), var(--max));
  }

  .integration-content .section-heading {
    text-align: center;
  }

  .integration-content .section-heading p {
    margin-inline: auto;
  }

  .feature-flow {
    gap: 28px;
  }

  .feature-item {
    grid-template-columns: 68px 1fr;
    gap: 0 16px;
  }

  .feature-item .feature-icon {
    width: 62px;
    height: 62px;
  }

  .integration-card,
  .price-card {
    padding: 28px 22px 24px;
  }

  .price-card {
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    column-gap: 16px;
    min-height: 0;
  }

  .price-card .plan-icon {
    grid-column: 1;
    grid-row: 1;
    width: 76px;
    height: 76px;
    margin-top: 0;
  }

  .price-card h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    font-size: clamp(21px, 6.1vw, 25px);
  }

  .price-card p {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
  }

  .price-card ul {
    grid-row: 3;
    gap: 12px;
    margin: 24px 0 26px;
    font-size: 14px;
  }

  .price-card li {
    padding-left: 32px;
  }

  .price {
    grid-row: 4;
    margin-bottom: 20px;
  }

  .price strong {
    font-size: clamp(27px, 8vw, 32px);
  }

  .price span {
    font-size: 16px;
  }

  .price-card .button {
    grid-row: 5;
    min-height: 52px;
    font-size: 16px;
  }

  .popular-badge {
    top: -1px;
    min-height: 36px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .plan-tag {
    top: 14px;
    right: 14px;
    min-height: 32px;
    font-size: 12px;
  }

  .integration-card {
    min-height: 430px;
  }

  .demo {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 48px;
    min-height: 620px;
    padding: 34px 24px 28px;
    border-radius: 18px;
    text-align: left;
  }

  .demo h2 {
    max-width: 460px;
    font-size: clamp(24px, 4.8vw, 32px);
    white-space: normal;
  }

  .demo p {
    max-width: 470px;
    font-size: clamp(15px, 2.55vw, 17px);
    line-height: 1.5;
  }

  .demo-actions {
    display: flex;
    gap: 14px;
    margin-top: 24px;
  }

  .demo-actions .button {
    width: auto;
    min-width: min(42vw, 205px);
    min-height: 52px;
    padding-inline: 18px;
    font-size: clamp(14px, 2.6vw, 16px);
    white-space: nowrap;
  }

  .demo-art {
    position: absolute;
    left: 24px;
    bottom: 22px;
    display: block;
    order: 0;
    min-height: 0;
    margin-top: 0;
    z-index: 1;
  }

  .demo-building-image {
    width: min(38vw, 230px);
    margin: 0;
    transform: none;
  }

  .demo-copy {
    order: 1;
    max-width: 490px;
  }

  .devices {
    position: absolute;
    right: 24px;
    bottom: 30px;
    order: 3;
    min-height: 0;
    width: min(46vw, 305px);
    margin-top: 0;
    transform: none;
    pointer-events: none;
  }

  .demo-devices-image {
    width: 100%;
    margin-right: 0;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }

  .footer-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .policy-modal {
    padding: 24px 18px;
  }

  .policy-content {
    padding-right: 6px;
  }

  .policy-content p,
  .policy-content li {
    font-size: 13px;
  }

  .cookie-banner {
    padding: 12px 12px;
  }

  .cookie-panel {
    padding: 13px 14px;
  }

  .footer-phone {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .hero-inner {
    padding-inline: 14px;
  }

  .hero-copy h1 {
    font-size: clamp(26px, 8.1vw, 34px);
  }

  .hero-copy p {
    font-size: 15px;
  }

  .hero-list {
    font-size: clamp(8.2px, 2.75vw, 10px);
    line-height: 1.32;
  }

  .hero-list li {
    gap: 7px;
  }

  .check-icon {
    flex-basis: 17px;
    width: 17px;
    height: 17px;
    font-size: 19px;
  }

  .hero-actions .button {
    min-width: 0;
    width: 100%;
    padding-inline: 14px;
    font-size: clamp(12px, 3.8vw, 14px);
    white-space: normal;
    text-align: center;
  }

  .demo {
    width: min(calc(100% - 28px), var(--max));
    min-height: 690px;
    padding: 30px 20px 24px;
  }

  .devices {
    right: 12px;
    bottom: 18px;
    width: min(64vw, 260px);
    margin-top: 0;
  }

  .demo-building-image {
    width: min(58vw, 230px);
  }

  .demo-devices-image {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 940px) {
  .features {
    width: 100%;
    padding: 58px 16px 74px;
  }

  .feature-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 28px;
    margin-top: 42px;
  }

  .feature-flow::before {
    display: none;
  }

  .feature-item {
    display: grid;
    grid-template-columns: none;
    gap: 0;
    justify-items: center;
    text-align: center;
  }

  .feature-item .feature-icon,
  .feature-icon {
    grid-row: auto;
    width: 104px;
    height: 104px;
  }

  .feature-item h3 {
    margin-top: 14px;
  }

  .integrations-grid {
    row-gap: 24px;
  }

  .integration-content {
    display: contents;
  }

  .integration-content .section-heading {
    order: 1;
    justify-self: center;
    width: min(100%, 720px);
  }

  .integration-art {
    order: 2;
    min-height: 0;
    width: min(100%, 520px);
    margin: -4px auto 6px;
    place-items: center;
    transform: none;
  }

  .integration-laptop-image {
    width: auto;
    max-width: min(100%, 520px);
    max-height: min(50vh, 390px);
    margin-left: 0;
    object-fit: contain;
  }

  .integration-cards {
    order: 3;
    justify-self: center;
    width: min(100%, 900px);
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }

  .integration-card {
    min-height: 0;
    padding-bottom: 30px;
  }

  .integration-benefits {
    order: 4;
    display: none;
  }

  .integration-card-footer {
    display: grid;
    grid-template-columns: max-content minmax(128px, 0.7fr);
    align-items: center;
    column-gap: clamp(12px, 3vw, 24px);
    margin-top: 2px;
  }

  .integration-card-mobile-note {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    max-width: 210px;
    justify-self: end;
    color: oklch(0.37 0.048 250);
    font-size: clamp(10px, 1.55vw, 12px);
    line-height: 1.25;
    text-align: left;
    text-wrap: balance;
  }

  .integration-card-mobile-note img {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 560px) {
  .features {
    width: 100%;
    padding: 50px 14px 64px;
  }

  .feature-flow {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .feature-item p {
    max-width: 300px;
  }

  .integrations {
    padding-block: 48px 58px;
  }

  .integration-art {
    min-height: 0;
    width: 100%;
    margin-block: -2px 2px;
    transform: none;
  }

  .integration-laptop-image {
    width: auto;
    max-width: min(100%, 360px);
    max-height: min(48vh, 330px);
    margin-left: 0;
  }

  .integration-content .section-heading {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .integration-content .section-heading h2 {
    font-size: clamp(29px, 8vw, 38px);
    text-align: left;
    white-space: normal;
  }

  .integration-content .section-heading p {
    margin-left: 0;
    font-size: 16px;
    text-align: left;
  }

  .integration-card {
    padding: 24px 20px 26px;
  }

  .integration-card-icon {
    width: 76px;
    height: 76px;
    border-radius: 17px;
  }

  .integration-card h3 {
    margin-top: 22px;
    font-size: 22px;
  }

  .integration-card p {
    margin-top: 16px;
    font-size: 15px;
  }

  .integration-number {
    top: 25px;
    right: 22px;
  }

  .integration-chip {
    margin: auto 0 14px;
  }

  .integration-benefit {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }

  .benefit-icon {
    width: 52px;
    height: 52px;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

