.modal-backdrop[hidden] {
      display: none !important;
      }
      
      @font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
:root {
  --purple: #3b2053;
  --purple-2: #5a2e78;
  --lilac: #c585ff;
  --pink: #fcc5fe;
  --yellow: #fff7b8;
  --ink: #0a0710;
  --muted: #5e5768;
  --line: rgba(59, 32, 83, 0.16);
  --panel: #ffffff;
  --soft: #f8f2fb;
  --mint: #eaf8f2;
  --radius: 8px;
  --page-gutter: clamp(18px, 5vw, 80px);
  --content-max: 1240px;
  --content-gutter: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));
  color: var(--ink);
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Taska Display";
  src: url("../fonts/StackSansNotch.ttf") format("truetype");
  font-weight: 600 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

main {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 92px;
  padding: 18px var(--content-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 0;
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--purple);
}

.brand-mark img {
  width: 27px;
  height: 27px;
}

.brand-name {
  font-family: "Taska Display", Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  color: var(--purple);
}

.desktop-nav,
.header-actions,
.hero-actions,
.hero-proof,
.footer-links {
  display: flex;
  align-items: center;
}

.desktop-nav {
  gap: 26px;
  font-size: 15px;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}

.header-actions {
  font-family: "Poppins", Arial, sans-serif;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--purple);
}

.header-actions {
  gap: 12px;
}

.language-toggle {
  position: relative;
  width: 84px;
  min-height: 40px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(59, 32, 83, 0.24);
  border-radius: 999px;
  color: var(--purple);
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
}

.language-toggle::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  border-radius: 999px;
  background: var(--purple);
  transition: transform 180ms ease;
}

.language-toggle.is-en::before {
  transform: translateX(100%);
}

.language-toggle span,
.language-toggle b {
  position: relative;
  z-index: 1;
  flex: 1 1 50%;
  min-width: 0;
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--purple);
  transition: color 180ms ease;
}

.language-toggle.is-pt span,
.language-toggle.is-en b {
  color: #fff;
}

.ghost-link,
.primary-link,
.cta-button,
.secondary-button,
.package-cta,
.trial-form button,
.modal-primary,
.modal-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.ghost-link {
  padding: 0 8px;
  border: 0;
  color: var(--purple);
  background: transparent;
}

.primary-link,
.cta-button,
.trial-form button,
.modal-primary {
  padding: 0 22px;
  border: 0;
  color: #fff;
  background: var(--purple);
}

.primary-link:hover,
.cta-button:hover,
.trial-form button:hover,
.package-cta:hover,
.modal-primary:hover {
  background: #2d183f;
}

.secondary-button {
  padding: 0 22px;
  color: var(--purple);
  background: #fff;
  border: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  padding: clamp(26px, 4vw, 48px) var(--content-gutter) clamp(72px, 7vw, 104px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  color: var(--ink);
  background: #f7f5ef;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
}

.hero::before {
  inset: 205px 0 0;
  z-index: -2;
  background: url("../images/taska-hero-team.png") center 35% / cover no-repeat;
  filter: saturate(0.92) contrast(0.96);
  transform: scale(1.02);
}

.hero::after {
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.96) 24%, rgba(255, 255, 255, 0.62) 46%, rgba(54, 32, 71, 0.28) 68%, rgba(16, 9, 24, 0.9) 100%),
    linear-gradient(90deg, rgba(59, 32, 83, 0.2), transparent 24%, transparent 76%, rgba(59, 32, 83, 0.2));
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-community {
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--ink);
  font-size: 13px;
}

.hero-community strong {
  font-weight: 400;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-stack img,
.avatar-stack span {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(28, 18, 39, 0.12);
}

.avatar-stack img:first-child {
  margin-left: 0;
}

.avatar-stack span {
  color: #fff;
  background: var(--purple);
  font-size: 11px;
  font-weight: 800;
}

.hero-copy {
  width: min(100%, 980px);
  animation: heroReveal 680ms ease-out both;
}

.hero .eyebrow {
  color: var(--purple-2);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--purple-2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.22em;
  font-family: "Taska Display", Arial, sans-serif;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #111015;
  white-space: nowrap;
}

.hero-word-rotator {
  position: relative;
  display: inline-block;
  width: 4.4em;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  color: var(--purple);
  text-align: left;
}

.hero-word-rotator span {
  position: absolute;
  inset: 0;
  opacity: 0;
  line-height: 1;
  transform: translateY(16%);
  animation: heroWordSwap 6s ease-in-out infinite;
}

.hero-word-rotator span:nth-child(2) {
  animation-delay: 2s;
}

.hero-word-rotator span:nth-child(3) {
  animation-delay: 4s;
}

.hero-lede {
  max-width: 720px;
  margin: 18px auto 0;
  color: #433a4b;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.58;
}

.hero-actions {
  margin-top: 22px;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero .cta-button {
  color: #fff;
  background: #17141f;
}

.hero .cta-button:hover {
  background: var(--purple);
}

.hero .secondary-button {
  color: #15101c;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(59, 32, 83, 0.18);
  backdrop-filter: blur(10px);
}

.hero .secondary-button:hover {
  background: #fff;
}

.hero-assurance {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.hero-assurance span {
  min-height: auto;
  padding: 0;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 999px;
  color: #372844;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.hero-dashboard-window {
  width: min(100%, 1080px);
  margin-top: clamp(44px, 6vw, 68px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  text-align: left;
  background: #fff;
  box-shadow: 0 34px 90px rgba(10, 7, 16, 0.42);
  backdrop-filter: blur(16px);
  transform: translateY(34px);
  animation: heroReveal 760ms ease-out 120ms both;
}

.taska-sidebar {
  padding: 24px 18px;
  display: grid;
  align-content: start;
  gap: 22px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--purple);
}

.dashboard-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--yellow);
  font-family: "Taska Display", Arial, sans-serif;
  font-size: 24px;
}

.dashboard-brand img {
  width: 28px;
  height: 28px;
}

.taska-sidebar nav {
  display: grid;
  gap: 8px;
}

.taska-sidebar nav span {
  min-height: 38px;
  padding-inline: 12px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.taska-sidebar nav .active {
  color: var(--purple);
  background: var(--yellow);
  font-weight: 800;
}

.taska-sidebar small {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.72);
}

.taska-dashboard {
  min-width: 0;
  padding: clamp(20px, 3vw, 34px);
  background: linear-gradient(180deg, #fff 0%, #faf8fc 100%);
}

.taska-dashboard-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
}

.taska-dashboard-top span {
  display: block;
  color: #756d7c;
  font-size: 13px;
}

.taska-dashboard-top h2 {
  margin: 4px 0 0;
  color: #15101c;
  font-size: clamp(28px, 3.1vw, 40px);
  line-height: 1.05;
}

.taska-dashboard-top button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--purple);
  background: var(--yellow);
  font-weight: 800;
}

.hero-window-bar {
  min-height: 58px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
  background: rgba(18, 13, 25, 0.82);
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--yellow);
}

.window-dots span:nth-child(2) {
  background: var(--pink);
}

.window-dots span:nth-child(3) {
  background: #8be3c1;
}

.hero-window-bar strong {
  color: #fff;
  font-family: "Taska Display", Arial, sans-serif;
  font-size: 24px;
}

.hero-window-bar nav {
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.hero-window-bar small {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
}

.hero-dashboard-body {
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
}

.dashboard-heading,
.dashboard-metrics,
.dashboard-lower {
  display: grid;
  gap: 16px;
}

.dashboard-heading {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.dashboard-heading span,
.dashboard-metrics span {
  display: block;
  color: #736b7c;
  font-size: 13px;
}

.dashboard-heading h2 {
  margin: 6px 0 0;
  color: #15101c;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.04;
}

.dashboard-heading button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--purple);
  background: var(--yellow);
  font-weight: 800;
}

.dashboard-metrics {
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-metrics article {
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbf8fd 100%);
}

.dashboard-metrics strong {
  display: block;
  margin-top: 8px;
  color: var(--purple);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.dashboard-table {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.dashboard-table-head,
.dashboard-ticket {
  display: grid;
  grid-template-columns: 0.74fr minmax(190px, 1.8fr) 0.72fr 0.7fr 0.86fr 0.56fr;
  gap: 12px;
  align-items: center;
}

.dashboard-table-head {
  padding: 15px 18px;
  color: #6b6274;
  border-bottom: 1px solid rgba(59, 32, 83, 0.12);
  font-size: 13px;
}

.dashboard-table-head strong {
  color: #17121f;
}

.dashboard-table-head span {
  grid-column: 5 / 7;
  justify-self: end;
}

.dashboard-ticket {
  min-height: 58px;
  padding: 12px 18px;
  color: #51475c;
  border-bottom: 1px solid rgba(59, 32, 83, 0.08);
  font-size: 13px;
}

.dashboard-ticket:last-child {
  border-bottom: 0;
}

.dashboard-ticket > span {
  color: #7b7183;
  font-weight: 800;
}

.dashboard-ticket strong {
  color: #17121f;
  font-size: 14px;
}

.dashboard-ticket small {
  min-width: 0;
  color: #5f556a;
}

.dashboard-ticket b,
.dashboard-ticket em {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.dashboard-ticket b {
  color: var(--purple);
  background: #f4eef8;
}

.dashboard-ticket em {
  color: #5f5010;
  background: var(--yellow);
}

.dashboard-lower {
  margin-top: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
}

.dashboard-chart,
.dashboard-requests {
  min-height: 220px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.dashboard-chart {
  display: flex;
  align-items: end;
  gap: 12px;
  background:
    repeating-linear-gradient(180deg, transparent 0, transparent 43px, rgba(59, 32, 83, 0.08) 44px),
    #fff;
}

.dashboard-chart span {
  flex: 1;
  min-width: 18px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--purple-2), var(--lilac));
}

.dashboard-requests {
  display: grid;
  align-content: start;
  gap: 12px;
}

.dashboard-requests strong {
  color: #15101c;
}

.dashboard-requests span {
  min-height: 48px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 8px;
  color: #2f2738;
  background: var(--soft);
  font-size: 13px;
}

.dashboard-requests b {
  color: var(--purple);
  font-weight: 700;
}

.trust-strip {
  padding: 28px 5vw;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--purple);
}

.trust-strip article {
  min-height: 138px;
  padding: 22px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.trust-strip strong {
  display: block;
  color: var(--yellow);
  font-size: 16px;
}

.trust-strip p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.56;
}

.hero-proof {
  width: min(100%, 640px);
  margin-top: 28px;
  padding-top: 24px;
  gap: 18px;
  border-top: 1px solid var(--line);
}

.hero-proof div {
  min-width: 0;
  flex: 1;
}

.hero-proof strong {
  display: block;
  color: var(--purple);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.hero-proof span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.hero-media {
  position: relative;
  min-height: 490px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--purple);
  box-shadow: 0 30px 80px rgba(59, 32, 83, 0.18);
}

.hero-media > img {
  width: 100%;
  height: 100%;
  min-height: 490px;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(59, 32, 83, 0.34), transparent 45%, rgba(0, 0, 0, 0.06));
  pointer-events: none;
}

.floating-panel {
  position: absolute;
  z-index: 2;
  width: min(290px, calc(100% - 32px));
  padding: 18px;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  color: #fff;
  background: rgba(59, 32, 83, 0.84);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.panel-top {
  top: 24px;
  left: 24px;
}

.panel-bottom {
  right: 24px;
  bottom: 24px;
}

.panel-kicker,
.floating-panel small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.4;
}

.floating-panel strong {
  font-size: 17px;
  line-height: 1.3;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--yellow);
}

.benefits,
.split-section,
.product-band,
.operations-section,
.pricing,
.trial-section,
.faq,
.site-footer {
  padding-inline: var(--content-gutter);
}

.benefits {
  padding-inline: var(--content-gutter);
  padding-top: clamp(54px, 7vw, 90px);
  padding-bottom: clamp(64px, 8vw, 108px);
  background: #fff;
}

.benefits-heading {
  width: min(100%, 780px);
}

.benefits-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
}

.benefits-title-row {
  width: min(100%, var(--content-max));
  margin-inline: auto;
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
}

.benefit-controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.benefit-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--purple);
  background: #fff;
  font-size: 24px;
  line-height: 1;
}

.benefit-controls button:hover {
  color: #fff;
  background: var(--purple);
}

.benefits-viewport {
  width: min(100%, var(--content-max));
  margin-inline: auto;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  touch-action: pan-y;
  user-select: none;
}

.benefits-viewport::-webkit-scrollbar {
  display: none;
}

.benefits-viewport.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.benefits-viewport.dragging .benefit-card {
  user-select: none;
}

.benefits-track {
  width: fit-content;
  display: flex;
  gap: 22px;
  padding-bottom: 4px;
}

.benefit-card,
.solution-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.benefit-card {
  position: relative;
  flex: 0 0 clamp(310px, 32vw, 420px);
  min-height: 500px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #050505;
  box-shadow: 0 24px 60px rgba(34, 18, 46, 0.14);
  scroll-snap-align: start;
}

.benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.52) 44%, rgba(0, 0, 0, 0.95) 100%),
    linear-gradient(90deg, rgba(59, 32, 83, 0.44), transparent 58%);
  z-index: 1;
}

.benefit-card img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  opacity: 0.92;
}

.benefit-card > div {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 32px;
  display: grid;
  gap: 12px;
}

.benefit-card span {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--yellow);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benefit-card h2,
.split-section h2,
.band-heading h2,
.operations-copy h2,
.trial-copy h2,
.faq h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
}

.benefit-card h2 {
  color: #fff;
  font-size: clamp(25px, 2.4vw, 34px);
}

.section-copy > p,
.solution-card p,
.operations-copy p,
.trial-copy p,
.faq-item p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.benefit-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.58;
}

.split-section {
  position: relative;
  min-height: 560px;
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(58px, 7vw, 86px);
  display: grid;
  grid-template-columns: minmax(320px, 500px) minmax(360px, 520px);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: #fff;
  overflow: hidden;
}

.section-copy {
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
}

.section-copy > p {
  max-width: 720px;
  margin-inline: auto;
}

.steps {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step {
  min-height: 230px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.step span {
  width: 62px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--yellow);
  background: var(--purple);
  font-weight: 700;
}

.step h3,
.solution-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
}

.step p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.flow-device {
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-image-card {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1.28;
  overflow: hidden;
  border-radius: 8px;
  background: #241338;
  box-shadow: 0 30px 72px rgba(17, 10, 24, 0.28);
}

.flow-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 10, 24, 0.05), rgba(17, 10, 24, 0.38));
}

.flow-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-config {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(100%, 580px);
  max-width: 580px;
  padding-top: 0;
  text-align: left;
}

.flow-config h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.flow-choice-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(74px, max-content));
  gap: 34px;
  justify-content: start;
}

.flow-choice-grid button {
  min-width: 0;
  padding: 0;
  display: grid;
  justify-items: start;
  gap: 12px;
  border: 0;
  color: #fff;
  background: transparent;
  text-align: left;
}

.flow-choice-grid button:hover span,
.flow-choice-grid button:focus-visible span {
  background: #fff;
  color: var(--purple);
  transform: translateY(-3px);
}

.flow-choice-grid span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--purple);
  background: var(--yellow);
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.flow-choice-grid svg {
  width: 38px;
  height: 38px;
}

.flow-choice-grid strong {
  max-width: 160px;
  font-size: 16px;
  line-height: 1.25;
}

.flow-cta {
  min-height: 56px;
  margin-top: 22px;
  padding: 0 26px;
  border: 0;
  border-radius: 8px;
  color: var(--purple);
  background: var(--yellow);
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(35, 18, 49, 0.14);
}

.flow-cta:hover {
  color: var(--purple);
  background: #fff;
}

.image-frame {
  border-radius: 8px;
  overflow: hidden;
  background: var(--purple);
  box-shadow: 0 24px 70px rgba(36, 20, 49, 0.14);
}

.flow-image {
  width: min(100%, 920px);
  margin-inline: auto;
}

.flow-image img {
  height: 430px;
}

.image-frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.product-band,
.pricing {
  padding-top: clamp(74px, 9vw, 118px);
  padding-bottom: clamp(74px, 9vw, 118px);
  background: #f4f3f1;
}

.faq {
  padding-top: clamp(74px, 9vw, 118px);
  padding-bottom: clamp(74px, 9vw, 118px);
  background: var(--purple);
}

.band-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.product-band .eyebrow,
.pricing .eyebrow {
  color: var(--purple-2);
}

.faq .eyebrow {
  color: var(--yellow);
}

.product-band h2,
.pricing h2 {
  color: var(--ink);
}

.faq h2 {
  color: #fff;
}

.product-band .band-heading,
.pricing .band-heading {
  max-width: 760px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.band-heading > p:last-child {
  max-width: 660px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.solution-grid {
  width: min(100%, 1120px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 5vw, 64px) clamp(26px, 5vw, 58px);
}

.solution-card {
  min-height: 238px;
  padding: 8px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: var(--ink);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.solution-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  color: var(--purple);
}

.solution-card h3 {
  max-width: 320px;
  margin: 0;
  color: var(--purple);
  font-size: clamp(22px, 2.1vw, 27px);
  font-weight: 800;
  line-height: 1.34;
}

.solution-card p {
  max-width: 330px;
  margin: 16px auto 0;
  color: #15101c;
  font-size: 15px;
  line-height: 1.78;
}

.operations-section {
  padding-top: 40px;
  padding-bottom: clamp(76px, 9vw, 120px);
  display: grid;
  grid-template-columns: minmax(420px, 1.02fr) minmax(0, 0.82fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  background: #fff;
}

.image-frame-wide img {
  height: 560px;
}

.operations-copy ul {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.operations-copy li,
.package-details li {
  position: relative;
  padding-left: 34px;
  color: #3f344b;
  line-height: 1.6;
}

.operations-copy li::before,
.package-details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background-color: var(--yellow);
  border: 1px solid rgba(59, 32, 83, 0.22);
}

.operations-copy li::after,
.package-details li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(0.32em + 4px);
  width: 4px;
  height: 7px;
  border: solid var(--purple);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.pricing-showcase {
  width: min(100%, 1130px);
  margin-inline: auto;
}

.pricing-tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 3.4vw, 36px);
  padding-inline: clamp(18px, 5vw, 68px);
  margin-bottom: -26px;
}

.package-tab {
  min-height: 78px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 14px 28px rgba(19, 15, 23, 0.22);
  font-size: clamp(20px, 2.2vw, 31px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.package-tab:hover,
.package-tab:focus-visible {
  transform: translateY(-2px);
  outline: none;
  box-shadow: 0 18px 34px rgba(19, 15, 23, 0.26);
}

.package-tab.active {
  color: #fff;
  background: var(--purple);
  box-shadow: 0 16px 36px rgba(59, 32, 83, 0.34);
}

.package-panel {
  min-height: 548px;
  padding: clamp(66px, 8vw, 94px) clamp(28px, 7vw, 118px) clamp(42px, 6vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.82fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  border: 1px solid rgba(21, 16, 28, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(19, 15, 23, 0.18);
}

.package-copy h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(48px, 5.8vw, 72px);
  font-weight: 400;
  line-height: 1.05;
}

.package-copy p {
  max-width: 470px;
  margin: 0 0 20px;
  color: #17131c;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.48;
}

.package-copy > strong {
  display: block;
  max-width: 580px;
  color: var(--purple);
  font-size: clamp(18px, 1.75vw, 23px);
  font-weight: 800;
  line-height: 1.35;
}

.package-details {
  margin: clamp(28px, 4vw, 42px) 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}

.package-details li {
  color: #17131c;
  font-size: clamp(16px, 1.45vw, 20px);
}

.package-details li::before {
  background: var(--yellow);
}

.package-price-area {
  justify-self: end;
  width: min(100%, 390px);
  text-align: center;
}

.package-price-top {
  min-height: 52px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--muted);
}

.package-price-top span {
  font-size: 18px;
}

.package-price-top b {
  padding: 9px 12px;
  border-radius: 8px;
  color: var(--purple);
  background: var(--yellow);
  font-size: 13px;
  line-height: 1.05;
  text-transform: uppercase;
}

.package-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  color: var(--ink);
}

.package-price strong {
  font-size: clamp(50px, 7vw, 82px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.package-billing {
  margin: 14px 0 24px;
  color: #17131c;
  font-size: 15px;
}

.package-cta {
  min-width: min(100%, 220px);
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  color: #fff;
  background: var(--purple);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(59, 32, 83, 0.24);
}

.package-note {
  max-width: 340px;
  margin: 20px auto 0;
  color: #3f344b;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.trial-section {
  padding-top: clamp(76px, 9vw, 124px);
  padding-bottom: clamp(76px, 9vw, 124px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--yellow) 0%, #fff 42%, var(--soft) 100%);
}

.trial-copy {
  max-width: 740px;
}

.trial-copy a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--purple);
  font-weight: 700;
}

.trial-form {
  width: min(100%, 650px);
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.trial-form label {
  display: grid;
  min-width: 0;
}

.trial-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.trial-form input,
.trial-form select {
  width: 100%;
  min-height: 62px;
  padding: 0 22px;
  color: var(--ink);
  border: 1px solid rgba(59, 32, 83, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(59, 32, 83, 0.08);
}

.trial-form input:focus,
.trial-form select:focus {
  outline: 3px solid rgba(197, 133, 255, 0.3);
  border-color: var(--purple);
}

.trial-form button {
  min-height: 62px;
  padding-inline: 30px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(59, 32, 83, 0.18);
}

.trial-form .form-secondary {
  color: var(--purple);
  background: #fff;
  border: 1px solid var(--line);
}

.trial-form .form-secondary:hover {
  color: #fff;
}

.form-success {
  margin: 0;
  grid-column: 1 / -1;
  padding: 13px 15px;
  border-radius: 8px;
  color: #14452f;
  background: var(--mint);
  line-height: 1.5;
}

.trial-visual {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
}

.trial-visual::before {
  content: "";
  position: absolute;
  inset: 28px -18px 18px 56px;
  border: 1px solid rgba(59, 32, 83, 0.14);
  border-radius: 8px;
  transform: skewX(-12deg);
  background: linear-gradient(135deg, rgba(59, 32, 83, 0.08), rgba(255, 247, 184, 0.34));
}

.trial-device {
  position: relative;
  width: min(100%, 520px);
  overflow: hidden;
  border: 10px solid var(--purple);
  border-radius: 8px;
  background: var(--purple);
  box-shadow: 0 34px 74px rgba(36, 20, 49, 0.22);
  transform: rotate(-3deg);
}

.trial-device-top {
  height: 42px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--yellow);
}

.trial-device-top span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--yellow);
  opacity: 0.9;
}

.trial-device-top strong {
  margin-left: auto;
  font-family: "Taska Display", Arial, sans-serif;
  font-size: 21px;
}

.trial-device img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  opacity: 0.84;
}

.trial-device-panel {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px;
  border-radius: 8px;
  color: #fff;
  background: rgba(59, 32, 83, 0.82);
  box-shadow: 0 18px 34px rgba(12, 8, 16, 0.28);
  backdrop-filter: blur(12px);
}

.trial-device-panel span {
  display: block;
  margin-bottom: 6px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.trial-device-panel strong {
  font-size: 24px;
  line-height: 1.2;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  width: 100%;
  min-height: 78px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  text-align: left;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.faq-item span {
  font-size: 19px;
  font-weight: 700;
}

.faq-question {
  color: #fff;
}

.faq-toggle {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--yellow);
}

.faq-toggle svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.faq-separator {
  grid-column: 1 / -1;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.faq-item p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.brand-footer .brand-name {
  color: var(--purple);
}

.footer-links {
  gap: 12px;
  align-content: start;
  color: var(--purple);
}

.footer-links a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--soft);
  border: 1px solid var(--line);
}

.footer-links svg {
  width: 22px;
  height: 22px;
}

.footer-links rect,
.footer-links circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-links path {
  fill: currentColor;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgba(14, 8, 22, 0.62);
  backdrop-filter: blur(10px);
}

.register-modal {
  position: relative;
  width: min(100%, 560px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.register-modal h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.register-modal p {
  color: var(--muted);
  line-height: 1.65;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  color: var(--purple);
  background: var(--soft);
  font-size: 28px;
  line-height: 1;
}

.modal-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.modal-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.modal-form input,
.modal-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.modal-plan-summary {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 8px;
  color: var(--purple);
  background: var(--yellow);
}

.modal-plan-summary span {
  text-align: right;
}

.modal-primary,
.modal-secondary {
  width: 100%;
  margin-top: 12px;
}

.modal-secondary {
  border: 1px solid var(--line);
  color: var(--purple);
  background: #fff;
}

.modal-success {
  margin-top: 18px;
  padding: 16px;
  border-radius: 8px;
  color: #143c2a;
  background: var(--mint);
}

.modal-success p {
  margin: 6px 0 12px;
}

.modal-success a {
  font-weight: 700;
  color: var(--purple);
}

.ai-assistant {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 70;
  max-width: calc(100vw - 28px);
  display: grid;
  justify-items: end;
  gap: 12px;
  font-family: "Poppins", Arial, sans-serif;
}

.ai-float-button {
  width: 170px;
  min-height: 66px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px 999px 8px 999px;
  color: #fff;
  background: var(--purple);
  box-shadow: 0 20px 42px rgba(59, 32, 83, 0.38);
  font-weight: 800;
}

.ai-float-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: block;
  overflow: visible;
  color: var(--yellow);
  opacity: 0.82;
}

.ai-float-button svg:last-child {
  width: 16px;
  height: 16px;
}

.ai-float-button span {
  max-width: 92px;
  line-height: 1.12;
  text-align: center;
  white-space: normal;
}

.ai-panel {
  width: min(380px, calc(100vw - 36px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 8, 24, 0.34);
}

.ai-panel-head {
  padding: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
  background:
    linear-gradient(135deg, var(--purple) 0%, #5a2e78 66%, #fff7b8 160%);
}

.ai-panel-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ai-panel-head strong {
  display: block;
  margin-top: 5px;
  font-size: 20px;
}

.ai-panel-head button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.ai-messages {
  max-height: 260px;
  padding: 16px;
  display: grid;
  gap: 10px;
  overflow-y: auto;
  background: #fbf9fc;
}

.ai-message {
  width: fit-content;
  max-width: 92%;
  margin: 0;
  padding: 11px 13px;
  border-radius: 8px;
  color: #2f2639;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.46;
}

.ai-message.user {
  justify-self: end;
  color: #fff;
  background: var(--purple);
}

.ai-quick-list {
  padding: 0 16px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: #fbf9fc;
}

.ai-quick-list button {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--purple);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ai-form {
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
  border-top: 1px solid var(--line);
}

.ai-form input {
  min-height: 42px;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ai-form button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--purple);
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroWordSwap {
  0%,
  36% {
    opacity: 1;
    transform: translateY(0);
  }
  43%,
  100% {
    opacity: 0;
    transform: translateY(-16%);
  }
}

@keyframes bannerWash {
  from {
    opacity: 0.38;
  }
  to {
    opacity: 0.68;
  }
}

@keyframes featureCarousel {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 11px));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-copy,
  .hero-dashboard-window,
  .benefits-track {
    animation: none;
  }

  .hero-word-rotator span {
    animation: none;
    opacity: 0;
    transform: none;
  }

  .hero-word-rotator span:first-child {
    opacity: 1;
  }
}

@media (max-width: 1280px) {
  .split-section {
    grid-template-columns: minmax(320px, 460px) minmax(360px, 520px);
    gap: clamp(26px, 4vw, 50px);
  }

  .flow-image-card {
    width: min(100%, 500px);
  }

  .flow-config h2 {
    font-size: clamp(34px, 3.5vw, 48px);
  }

  .flow-choice-grid {
    gap: 28px;
  }

  .flow-choice-grid span {
    width: 68px;
    height: 68px;
  }

  .flow-choice-grid svg {
    width: 34px;
    height: 34px;
  }

  .flow-choice-grid strong {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .benefit-controls {
    display: flex;
  }

  .benefits-viewport {
    overflow-x: auto;
    cursor: grab;
  }

  .benefits-track {
    display: flex;
    gap: 22px;
    width: fit-content;
  }

  .benefit-card {
    flex: 0 0 clamp(310px, 32vw, 420px);
    min-height: 470px;
  }

  .benefit-card img {
    min-height: 470px;
  }

  .benefit-card > div {
    padding: 28px 24px;
  }

  .benefit-card h2 {
    font-size: clamp(22px, 1.72vw, 28px);
    overflow-wrap: anywhere;
  }

  .benefit-card p {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (min-width: 1051px) and (max-width: 1199px) {
  .benefit-controls {
    display: flex;
  }

  .benefits-viewport {
    overflow-x: auto;
    cursor: grab;
  }

  .benefits-track {
    display: flex;
    gap: 22px;
    width: fit-content;
  }

  .benefit-card {
    flex: 0 0 clamp(310px, 44vw, 420px);
    min-height: 430px;
  }

  .benefit-card img {
    min-height: 430px;
  }
}

@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }

  .hero {
    text-align: center;
  }

  .hero::before {
    inset: 275px 0 0;
  }

  .hero-window-bar nav {
    display: none;
  }

  .hero-dashboard-window {
    grid-template-columns: 1fr;
  }

  .taska-sidebar {
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .taska-sidebar nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .taska-sidebar small {
    margin: 0 0 0 auto;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .operations-section,
  .trial-section {
    grid-template-columns: 1fr;
  }

  .split-section {
    min-height: auto;
    background: var(--purple);
  }

  .flow-device {
    min-height: 360px;
  }

  .flow-image-card {
    max-width: 620px;
  }

  .flow-config {
    max-width: 760px;
    margin-inline: auto;
    padding-top: 0;
    text-align: center;
  }

  .flow-choice-grid {
    justify-content: stretch;
  }

  .flow-choice-grid button {
    justify-items: center;
    text-align: center;
  }

  .trial-copy {
    max-width: 760px;
  }

  .trial-visual {
    min-height: 330px;
  }

  .trial-device {
    max-width: 620px;
  }

  .dashboard-lower {
    grid-template-columns: 1fr;
  }

  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-tabs {
    gap: 16px;
    padding-inline: 20px;
  }

  .package-panel {
    grid-template-columns: 1fr;
  }

  .package-price-area {
    justify-self: stretch;
    width: 100%;
    max-width: 540px;
    margin-inline: auto;
  }

  .flow-choice-grid {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: auto;
    padding: 14px 18px;
    align-items: flex-start;
    gap: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand {
    gap: 8px;
  }

  .brand-name {
    font-size: 24px;
  }

  .header-actions {
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
  }

  .language-toggle {
    min-height: 36px;
    font-size: 11px;
  }

  .language-toggle span,
  .language-toggle b {
    min-width: 28px;
    min-height: 26px;
  }

  .ghost-link {
    min-height: 40px;
    padding-inline: 8px;
    font-size: 13px;
  }

  .primary-link {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero,
  .benefits,
  .split-section,
  .product-band,
  .operations-section,
  .pricing,
  .trial-section,
  .faq,
  .site-footer {
    padding-inline: 18px;
  }

  .hero {
    min-height: calc(100vh - 78px);
    padding-top: 46px;
    padding-bottom: 98px;
  }

  .hero::before {
    inset: 360px 0 0;
    background-position: 58% 30%;
  }

  .hero-community {
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
  }

  .hero h1 {
    max-width: 350px;
    flex-wrap: wrap;
    gap: 0 0.22em;
    font-size: clamp(34px, 10vw, 46px);
    text-wrap: balance;
  }

  .hero-lede {
    max-width: 340px;
    font-size: 17px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero .cta-button,
  .hero .secondary-button {
    min-height: 44px;
    padding-inline: 13px;
    font-size: 13px;
  }

  .hero-assurance {
    max-width: 340px;
    margin-inline: auto;
    display: flex;
    gap: 8px 12px;
  }

  .hero-assurance span {
    font-size: 12px;
  }

  .hero-dashboard-window {
    max-width: calc(100vw - 36px);
    margin-top: 16px;
    transform: translateY(26px);
    grid-template-columns: 1fr;
  }

  .taska-sidebar {
    display: none;
  }

  .taska-dashboard {
    padding: 16px;
  }

  .taska-dashboard-top {
    grid-template-columns: 1fr;
  }

  .taska-dashboard-top button {
    width: 100%;
  }

  .hero-window-bar {
    min-height: 50px;
    padding-inline: 14px;
    gap: 12px;
  }

  .hero-window-bar small {
    display: none;
  }

  .hero-dashboard-body {
    padding: 16px;
  }

  .dashboard-heading {
    grid-template-columns: 1fr;
  }

  .dashboard-heading button {
    width: 100%;
  }

  .dashboard-heading h2 {
    font-size: 28px;
    overflow-wrap: anywhere;
  }

  .dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .dashboard-table-head {
    display: none;
  }

  .dashboard-ticket {
    grid-template-columns: 0.7fr 1fr;
    gap: 8px 12px;
  }

  .dashboard-ticket strong {
    grid-column: 1 / -1;
  }

  .dashboard-ticket small,
  .dashboard-ticket b,
  .dashboard-ticket em {
    justify-self: start;
  }

  .dashboard-metrics article {
    min-height: 90px;
  }

  .dashboard-chart,
  .dashboard-requests {
    min-height: 160px;
  }

  .dashboard-requests span {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }

  .trust-strip {
    padding-inline: 18px;
    grid-template-columns: 1fr;
  }

  .trust-strip article {
    min-height: auto;
  }

  .floating-panel {
    position: relative;
    inset: auto;
    width: calc(100% - 24px);
    margin: -92px 12px 12px;
  }

  .panel-bottom {
    margin-top: 10px;
  }

  .steps,
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .pricing-showcase {
    width: 100%;
  }

  .pricing-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: -20px;
    padding: 0 8px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .package-tab {
    flex: 0 0 170px;
    min-height: 62px;
    font-size: 20px;
    scroll-snap-align: center;
  }

  .package-panel {
    min-height: auto;
    padding: 56px 20px 30px;
  }

  .package-copy h3 {
    font-size: 42px;
  }

  .package-copy p,
  .package-copy > strong {
    font-size: 16px;
  }

  .package-price strong {
    font-size: 48px;
  }

  .package-price-top {
    flex-wrap: wrap;
  }

  .split-section {
    gap: 18px;
    padding-top: 42px;
    padding-bottom: 54px;
    background: var(--purple);
  }

  .flow-device {
    min-height: 250px;
  }

  .flow-image-card {
    width: min(96%, 430px);
  }

  .flow-config h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .flow-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
    justify-content: stretch;
  }

  .flow-choice-grid span {
    width: 66px;
    height: 66px;
  }

  .flow-choice-grid svg {
    width: 32px;
    height: 32px;
  }

  .flow-choice-grid strong {
    max-width: 136px;
    font-size: 14px;
  }

  .flow-cta {
    width: 100%;
    padding-inline: 16px;
    font-size: 14px;
  }

  .benefit-card {
    flex-basis: min(84vw, 350px);
  }

  .benefits-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .benefit-card,
  .benefit-card img {
    min-height: 460px;
  }

  .step {
    min-height: auto;
    padding: 18px;
  }

  .image-frame img,
  .image-frame-wide img {
    height: 360px;
  }

  .trial-form {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .trial-form button {
    width: 100%;
  }

  .trial-visual {
    min-height: 260px;
  }

  .trial-visual::before {
    inset: 28px 4px 10px;
  }

  .trial-device {
    transform: none;
  }

  .trial-device img {
    height: 240px;
  }

  .trial-device-panel {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .trial-device-panel strong {
    font-size: 19px;
  }

  .site-footer {
    display: grid;
    justify-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .modal-backdrop {
    padding: 14px;
  }

  .ai-assistant {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .ai-panel {
    width: 100%;
  }

  .ai-float-button {
    justify-self: end;
    min-height: 50px;
    padding-inline: 16px;
  }
}
