@charset "UTF-8";
.window-canvas-desktop {
  display: block;
  width: 100%;
  overflow: hidden;
  animation: boardReveal 0.5s 1s ease both;
  pointer-events: none;
}
.window-canvas-desktop .desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 6rem 0 3rem;
}
.window-canvas-desktop .row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0 3rem;
}
.window-canvas-desktop .row.indented {
  transform: translateX(-2.7rem);
}
.window-canvas-desktop .resource, .window-canvas-desktop .placeholder {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem 0.7rem;
  transform: scaleX(0.7) rotate(45deg);
  flex-shrink: 0;
}
.window-canvas-desktop .resource {
  display: inline-block;
  background-color: #FBFCFF;
  border: 1px solid #d8dce2;
}
.window-canvas-desktop .placeholder {
  background-color: transparent;
}
.window-canvas-desktop .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FBFCFF;
}
.window-canvas-desktop .link_image {
  flex-shrink: 0;
  height: 50%;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
}
.window-canvas-desktop .link_with_name {
  transform: rotate(-45deg) scaleX(1.42) translateY(-8px);
}
.window-canvas-desktop .link_no_name {
  transform: rotate(-45deg) scaleX(1.42);
}
.window-canvas-desktop .link_name {
  position: absolute;
  top: 68%;
  left: 14%;
  transform: rotate(-45deg) scaleX(1.42) scale(1.4) translate(7px, 5px);
  display: flex;
  justify-content: center;
  width: 70%;
  overflow: hidden;
}
.window-canvas-desktop .link_name p {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-line;
  text-align: center;
  color: #424E66;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 0.65rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.window-canvas-desktop .lp-tile--hidden {
  visibility: hidden;
}
.window-canvas-desktop .resource.in_folder {
  border-radius: 0.9rem 0.6rem;
}
.window-canvas-desktop .resource.in_folder::before {
  content: "";
  width: 120%;
  height: 120%;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #BDC4D3;
  border-radius: 1.3rem 0.8rem;
}
.window-canvas-desktop .folder_label {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-size: 0.6rem;
  color: #949FB6;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
  transform-origin: top left;
  transform: rotate(-45deg) scaleX(1.42) scale(1.4) translate(-25px, -150%);
  text-overflow: ellipsis;
  max-width: 5.5rem;
  overflow: hidden;
  border: 1px solid #d8dce2;
  background-color: #F0F2F5;
  z-index: 1;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", -apple-system, sans-serif;
  background: #fff;
  color: #0f0f0f;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 48px;
}

section {
  padding: 120px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.sec-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 20px;
}

.sec-headline {
  font-size: clamp(34px, 3.8vw, 50px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: #0f0f0f;
}
.sec-headline span {
  color: rgba(0, 0, 0, 0.22);
}

.sec-sub {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  max-width: 520px;
  margin-top: 16px;
}

.reveal {
  opacity: 0;
  transition: opacity 0.9s ease;
}
.reveal.in {
  opacity: 1;
}

.reveal-d1 {
  transition-delay: 0.06s;
}

.reveal-d2 {
  transition-delay: 0.12s;
}

.reveal-d3 {
  transition-delay: 0.18s;
}

.reveal-d4 {
  transition-delay: 0.24s;
}

.nav-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 14px 24px;
  pointer-events: none;
}

.nav {
  pointer-events: all;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(5px) saturate(50%);
  -webkit-backdrop-filter: blur(5px) saturate(50%);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-logo {
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0f0f0f;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0 14px;
  height: 48px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: -0.005em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-link:hover {
  color: rgba(0, 0, 0, 0.85);
}
.nav-link.active {
  color: #0f0f0f;
}

.chevron {
  width: 9px;
  height: 9px;
  opacity: 0.35;
  margin-top: 1px;
  transition: opacity 0.15s;
}

.nav-link:hover .chevron {
  opacity: 0.6;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.nav-lang {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 4px;
}

.nav-lang-btn {
  padding: 4px 8px;
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.35);
  background: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: color 0.15s, background 0.15s;
  font-family: inherit;
}
.nav-lang-btn:hover {
  color: rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.05);
}
.nav-lang-btn.active {
  color: rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.07);
}

.nav-signin {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  transition: color 0.15s;
}
.nav-signin:hover {
  color: rgba(0, 0, 0, 0.85);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 5px;
  background: #0f0f0f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: background 0.15s;
}
.nav-cta:hover {
  background: #2a2a2a;
}

.hero {
  height: 100vh;
  min-height: 1080px;
  max-height: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 148px 24px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-top: none;
  gap: 1rem;
}
.hero::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.018) 0%, transparent 70%);
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-text {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.28);
  margin-bottom: 40px;
  animation: fadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

h1.hero-headline {
  font-size: clamp(35px, 7vw, 65px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #0f0f0f;
  margin-bottom: 28px;
  animation: fadeUp 0.8s 0.08s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-sub {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  max-width: 380px;
  margin-bottom: 44px;
  letter-spacing: -0.01em;
  animation: fadeUp 0.8s 0.16s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-ctas {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeUp 0.8s 0.24s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 22px;
  border-radius: 5px;
  background: #0f0f0f;
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: background 0.15s;
}
.btn-dark:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #000000;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 22px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.5);
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: -0.01em;
  transition: border-color 0.15s, color 0.15s;
}
.btn-outline:hover {
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.8);
}

.hero-window-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1060px;
  animation: scaleUp 1s 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-window-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent, #fff);
  z-index: 10;
  pointer-events: none;
}

.product-window {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  background: #fafafa;
  z-index: 1;
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px 16px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f5f5;
}

.win-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}

.window-url {
  flex: 1;
  display: flex;
  justify-content: center;
  padding-right: 3.5rem;
}

.url-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 11px;
  color: rgba(0, 0, 0, 0.28);
  letter-spacing: 0.01em;
  border-radius: 0.8rem;
}

.window-canvas-svg {
  display: block;
  width: 100%;
  height: auto;
  animation: boardReveal 0.5s 1s ease both;
}

.hero-selected-group {
  animation: groupPulse 3.5s 1.6s ease-in-out infinite;
}

.hero-input-types {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  animation: fadeUp 0.8s 0.22s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.input-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: -0.005em;
  white-space: nowrap;
}

.problem-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 72px;
}

.symptoms {
  margin-top: 8px;
}

.symptom-row {
  display: flex;
  gap: 36px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.symptom-row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.symptom-n {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.25);
  width: 28px;
  flex-shrink: 0;
  padding-top: 3px;
}

.symptom-q {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.4;
  color: #0f0f0f;
}

.why-now {
  margin-top: 48px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fafafa;
  padding: 32px 40px;
}

.why-now-inner {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  align-items: center;
}

.why-now-label {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.28);
}

.why-now-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.ba-header {
  margin-bottom: 56px;
}

.ba-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
}

.ba-col {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.ba-col-head {
  padding: 14px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.ba-col-head--before {
  background: #fafafa;
}
.ba-col-head--after {
  background: #fff;
}

.ba-col-label {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ba-col-head--before .ba-col-label {
  color: rgba(0, 0, 0, 0.28);
}

.ba-col-head--after .ba-col-label {
  color: rgba(0, 0, 0, 0.5);
}

.ba-col-body {
  padding: 28px;
  flex: 1;
}

.ba-svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  border-radius: 6px;
}

.puzzle-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.puzzle-svg {
  width: 100%;
  height: auto;
  display: block;
}

.puzzle-piece {
  transition: transform 60ms linear;
  transform-box: fill-box;
  transform-origin: center center;
}

.pp-1 {
  transform: translate(-62px, -42px) rotate(-13deg);
}

.pp-2 {
  transform: translate(22px, -68px) rotate(10deg);
}

.pp-3 {
  transform: translate(72px, -26px) rotate(-8deg);
}

.pp-4 {
  transform: translate(-78px, 52px) rotate(14deg);
}

.pp-5 {
  transform: translate(10px, 74px) rotate(-10deg);
}

.pp-6 {
  transform: translate(82px, 44px) rotate(7deg);
}

.puzzle-caption {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.35);
  text-align: center;
  margin-top: 14px;
  letter-spacing: 0.01em;
}

.how-header {
  margin-bottom: 56px;
}

.how-intro {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.45);
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 48px;
}

.how-n {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.25);
  padding-top: 4px;
}

.how-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #0f0f0f;
  line-height: 1.3;
}

.how-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  padding-top: 2px;
}

.how-row {
  display: grid;
  grid-template-columns: 48px 200px 1fr;
  gap: 40px;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.how-row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.how-concrete {
  background: rgba(0, 0, 0, 0.03);
  border-left: 2px solid rgba(0, 0, 0, 0.12);
  padding: 16px 20px;
  border-radius: 4px;
  margin-top: 32px;
}
.how-concrete p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
}

.aha-section {
  background: #fff;
}

.aha-header {
  margin-bottom: 56px;
}

.aha-main {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

.aha-insights {
  display: flex;
  flex-direction: column;
  gap: 1px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
}

.aha-insight {
  background: #fff;
  padding: 22px 24px;
  transition: background 0.2s;
}
.aha-insight:hover {
  background: #fafafa;
}

.aha-insight-label {
  display: block;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}

.aha-insight-body {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  letter-spacing: -0.005em;
  font-style: italic;
}

.diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.diff-right {
  display: flex;
  flex-direction: column;
  gap: 1px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
}

.diff-card {
  background: #fafafa;
  padding: 28px;
}
.diff-card--active {
  background: #fff;
}

.diff-card-label {
  display: block;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
}
.diff-card-label--active {
  color: rgba(0, 0, 0, 0.45);
}

.diff-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.diff-list li {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.diff-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}
.diff-list--dim li {
  color: rgba(0, 0, 0, 0.25);
}
.diff-list--dim li::before {
  background: rgba(0, 0, 0, 0.1);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 56px;
}

.value-col {
  padding: 48px 40px 48px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.value-col:last-child {
  border-right: none;
  padding-right: 0;
  padding-left: 40px;
}
.value-col:nth-child(2) {
  padding-left: 40px;
}

.value-label {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #0f0f0f;
  margin-bottom: 14px;
  line-height: 1.2;
}

.value-sub {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.value-desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.45);
}

.simpler-bottom {
  margin-top: 48px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: #0f0f0f;
  max-width: 600px;
}

.when-header {
  margin-bottom: 56px;
}

.when-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
}

.when-card {
  background: #fff;
  padding: 36px 32px;
  transition: background 0.2s;
}
.when-card:hover {
  background: #fafafa;
}

.when-tag {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.28);
  margin-bottom: 20px;
  display: block;
}

.when-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #0f0f0f;
  margin-bottom: 14px;
}
.when-title span {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}

.when-body {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.45);
}

.when-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  list-style: none;
  padding: 0;
}

.when-tag-item {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.45);
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 4px 10px;
}

.cred-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.cred-stat {
  background: #fff;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cred-number {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #0f0f0f;
  line-height: 1.1;
}

.cred-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

.cred-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: none;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.cred-quote {
  background: #fafafa;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cred-quote-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  letter-spacing: -0.005em;
  font-style: italic;
}

.cred-quote-attr {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.28);
}

.faq-list {
  margin-top: 56px;
}

.faq-item {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 48px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.faq-q {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #0f0f0f;
  line-height: 1.35;
}

.faq-a {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  letter-spacing: -0.005em;
}

.faq-list-inner {
  margin-top: 8px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq-list-inner li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}

.pricing-header {
  margin-bottom: 56px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
}

.price-card {
  padding: 40px 36px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.price-card.dark {
  background: #0f0f0f;
}

.price-tier {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}

.price-card.dark .price-tier {
  color: rgba(255, 255, 255, 0.3);
}

.price-amount {
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  color: #0f0f0f;
  margin-bottom: 4px;
}
.price-amount sub {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  vertical-align: baseline;
  margin-right: 2px;
}

.price-card.dark .price-amount {
  color: #fff;
}
.price-card.dark .price-amount sub {
  color: rgba(255, 255, 255, 0.3);
}

.price-period {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 32px;
  letter-spacing: -0.005em;
}

.price-card.dark .price-period {
  color: rgba(255, 255, 255, 0.3);
}

.price-desc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  margin-bottom: 24px;
  letter-spacing: -0.005em;
}

.price-card.dark .price-desc {
  color: rgba(255, 255, 255, 0.4);
}

.price-features {
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.price-features li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}
.price-features li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 6px;
}

.price-card.dark .price-features li {
  color: rgba(255, 255, 255, 0.55);
}
.price-card.dark .price-features li::before {
  background: rgba(255, 255, 255, 0.3);
}

.price-btn {
  display: block;
  text-align: center;
  padding: 11px 20px;
  border-radius: 5px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: all 0.15s;
}

.price-btn-light {
  background: #0f0f0f;
  color: #fff;
  border: 1px solid #0f0f0f;
}
.price-btn-light:hover {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.06);
  color: #000000;
}

.price-btn-dark {
  background: #fff;
  color: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.price-btn-dark:hover {
  background: rgba(255, 255, 255, 0.88);
}

.price-emotion {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 24px;
  letter-spacing: -0.005em;
  line-height: 1.5;
}
.price-card.dark .price-emotion {
  color: rgba(255, 255, 255, 0.55);
}

.price-perfect-label {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
  margin-top: 24px;
}
.price-card.dark .price-perfect-label {
  color: rgba(255, 255, 255, 0.25);
}

.price-perfect {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 28px;
}
.price-perfect li {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
.price-card.dark .price-perfect li {
  color: rgba(255, 255, 255, 0.4);
}

.plus-feels {
  margin-top: 64px;
}

.plus-feels-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 16px;
}

.pricing-micro {
  text-align: center;
  margin-top: 48px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: -0.01em;
}

.closing {
  background: #0f0f0f;
  border-top: none;
  padding: 140px 0 120px;
  text-align: center;
}
.closing h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.06;
  color: #fff;
  max-width: 740px;
  margin: 0 auto 16px;
}

.closing-pre {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 20px;
}

.closing-sub {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 48px;
}

.closing-ctas {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 22px;
  border-radius: 5px;
  background: #fff;
  color: #0f0f0f;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: background 0.15s;
}
.btn-white:hover {
  background: rgba(255, 255, 255, 0.88);
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 22px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: -0.01em;
  transition: border-color 0.15s, color 0.15s;
}
.btn-outline-light:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.85);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes boardReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes groupPulse {
  0%, 100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}
.hero-trust {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.35);
  margin-top: 20px;
}

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

.when-bottom {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  margin-top: 48px;
  text-align: center;
}

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

.now-also {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.now-also-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  flex-shrink: 0;
}

.now-also-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.now-also-tags span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.38);
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 4px 10px;
}

.now-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.now-list li {
  display: flex;
  gap: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.now-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 6px;
}

.recog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.recog-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 28px;
}

.recog-card-label {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.28);
  margin-bottom: 14px;
}

.recog-card-quote {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #0f0f0f;
  margin-bottom: 12px;
}

.recog-card-body {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.45);
}
.recog-card-body a {
  color: rgba(0, 0, 0, 0.45);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.recog-card-body a:hover {
  color: #0f0f0f;
}

.recog-bottom {
  text-align: center;
  margin-top: 48px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: -0.01em;
  line-height: 1.6;
}

.ba-picture-statement {
  padding: 32px;
  background: rgba(0, 0, 0, 0.025);
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ba-picture-h {
  font-size: 22px;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 1.3;
  margin-bottom: 14px;
}

.ba-picture-sub {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.65;
}

.grow-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.grow-card {
  padding: 28px 24px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  background: white;
}
.grow-card .grow-card-n {
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.grow-card .grow-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #0f0f0f;
  margin-bottom: 10px;
  line-height: 1.35;
}
.grow-card .grow-card-body {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.65;
}

.value-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 56px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
}

.value-split-col {
  padding: 40px 36px;
  background: #fafafa;
}
.value-split-col--active {
  background: #0f0f0f;
}
.value-split-col--active .value-split-title {
  color: rgba(255, 255, 255, 0.55);
}
.value-split-col--active .value-split-list li {
  color: rgba(255, 255, 255, 0.92);
}

.value-split-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
}

.value-split-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.value-split-list li {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}

.calm-body {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.45);
  max-width: 620px;
  margin-top: 24px;
}

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

.compare-grid--four {
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 48px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.compare-col {
  padding: 36px 32px;
  background: #fafafa;
}
.compare-col .compare-col-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.32);
  display: block;
  margin-bottom: 14px;
}
.compare-col .compare-col-desc {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}
.compare-col--active {
  background: #0f0f0f;
}
.compare-col--active .compare-col-label {
  color: rgba(255, 255, 255, 0.55);
}
.compare-col--active .compare-col-desc {
  color: rgba(255, 255, 255, 0.92);
}

.compare-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 40px;
}

.compare-split-col {
  padding: 36px 32px;
  background: #fafafa;
}
.compare-split-col--after {
  background: #0f0f0f;
  color: white;
}

.compare-split-header {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: 0.5;
}

.compare-split-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.compare-split-list li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}
.compare-split-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 6px;
}

.topic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 44px;
}

.topic-item {
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  background: white;
}

.topic-bottom {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.35);
  margin-top: 44px;
  text-align: center;
}

.timeline-tabs {
  display: flex;
  gap: 4px;
  margin-top: 40px;
  flex-wrap: nowrap;
}

.tl-tab {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.38);
  padding: 6px 8px;
  border-radius: 8px;
  transition: color 150ms, background 150ms;
  white-space: nowrap;
  border: 1px solid #F0F2F5;
}
.tl-tab:hover {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.03);
}
.tl-tab--active {
  color: rgba(0, 0, 0, 0.82);
  background: rgba(0, 0, 0, 0.06);
  font-weight: 500;
}

[data-tl-from] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, filter 0.6s ease;
}
[data-tl-from].tl-visible {
  opacity: 1;
  pointer-events: auto;
}
[data-tl-from].tl-faded {
  opacity: 0.22;
  filter: grayscale(0.7);
  pointer-events: none;
}

.timeline-panel-desc {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: -0.01em;
}

.timeline-support {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: -0.01em;
  text-align: center;
}

.emerge-wrap {
  margin-top: 1rem;
}

.emerge-captions {
  display: flex;
  gap: 80px;
  margin-top: 28px;
  justify-content: center;
}

.emerge-caption {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.42);
  line-height: 1.55;
}
.emerge-caption span {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.72);
}

.hero-window-wrap .lp-hero-tile {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-window-wrap .lp-hero-tile.lp-hero-tile--visible {
  opacity: 1;
}
.hero-window-wrap .lp-hero-tile.lp-hero-tile--visible.hs-fin-faded {
  opacity: 0.3;
}

.window-canvas-desktop--with-panel {
  display: flex;
  align-items: stretch;
}
.window-canvas-desktop--with-panel .desktop {
  flex: 1;
  min-width: 0;
}

.lp-board-panel {
  width: 210px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-left: 1px solid #d8dce2;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.lp-bp-status {
  padding: 0.85rem 1rem 0.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lp-bp-board-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: #232B3C;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}

.lp-bp-meta {
  font-size: 0.65rem;
  color: #BDC4D3;
  letter-spacing: 0.01em;
}

.lp-bp-section {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.lp-bp-section-title {
  font-size: 0.7rem;
  font-weight: 600;
  color: #BDC4D3;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.15rem;
}

.lp-bp-insights-title {
  font-size: 0.7rem;
  font-weight: 400;
  color: #949FB6;
  margin: 0.5rem 0 0.1rem;
}

.lp-bp-insights-text {
  font-size: 0.76rem;
  color: #424E66;
  line-height: 1.5;
  margin: 0;
}

.lp-bp-item {
  font-size: 0.75rem;
  color: #424E66;
  padding: 0.15rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lp-bp-item--closed {
  color: #BDC4D3;
}
.lp-bp-item--note {
  font-style: italic;
  color: #7a8499;
}
.lp-bp-item--file {
  color: #949FB6;
}

.lp-bp-footer {
  margin-top: auto;
  padding: 0.65rem 1rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.lp-bp-timeline-marker {
  font-size: 0.62rem;
  color: #BDC4D3;
  letter-spacing: 0.01em;
}

.lp-bp-relief {
  font-size: 0.68rem;
  color: #BDC4D3;
  font-style: italic;
  line-height: 1.5;
}

.mini-board-item .window-canvas-desktop .desktop {
  padding: 1.5rem 0 2rem;
}

.ba-col-body .window-canvas-desktop {
  border-radius: 0;
  height: 520px;
}

.ba-col-body .window-canvas-desktop .desktop {
  padding: 7rem 0 3rem;
}

.emerge-caption-single {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.42);
  text-align: center;
}

.situations-tabs {
  margin-top: 56px;
}

.sit-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.sit-tab-bar {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  width: 280px;
}

.sit-tab {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.38);
  padding: 10px 12px;
  border-radius: 8px;
  transition: color 150ms, background 150ms;
  line-height: 1.45;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.sit-tab:hover {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.03);
}
.sit-tab--active {
  color: rgba(0, 0, 0, 0.82);
  background: rgba(0, 0, 0, 0.06);
  font-weight: 500;
}

.sit-tab-n {
  font-size: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.22);
  min-width: 12px;
  padding-top: 2px;
  flex-shrink: 0;
  line-height: 1.6;
}

.sit-tab--active .sit-tab-n {
  color: rgba(0, 0, 0, 0.38);
}

.sit-panels {
  flex: 1;
  min-width: 0;
}

.sit-panel {
  display: none;
}
.sit-panel--active {
  display: block;
}

.sit-board-header {
  margin-bottom: 20px;
}

.sit-board-title {
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.82);
  margin: 0 0 6px;
}

.sit-board-sub {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.42);
  margin: 0;
  line-height: 1.5;
}

.mini-boards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.mini-board-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mini-board-caption {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
.mini-board-caption strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 3px;
}

@media (max-width: 960px) {
  .wrap {
    padding: 0 28px;
  }
  .nav-links {
    display: none;
  }
  .nav-signin {
    display: none;
  }
  .nav-shell {
    padding: 12px 16px;
  }
  .hero {
    padding: 120px 20px 0;
  }
  .problem-header {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .why-now-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .why-now {
    padding: 24px 28px;
  }
  .ba-grid {
    grid-template-columns: 1fr;
  }
  .how-row {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }
  .value-split {
    grid-template-columns: 1fr;
  }
  .aha-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .aha-insights {
    flex-direction: column;
  }
  .diff-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .value-col {
    padding: 36px 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .value-col:last-child {
    border-bottom: none;
    padding-left: 0;
  }
  .value-col:nth-child(2) {
    padding-left: 0;
  }
  .when-cards {
    grid-template-columns: 1fr;
    gap: 1px;
  }
  .when-cards--four {
    grid-template-columns: 1fr;
  }
  .grow-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .compare-grid {
    grid-template-columns: 1fr;
  }
  .emerge-captions {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 0 4px;
  }
  .faq-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cred-grid {
    grid-template-columns: 1fr;
  }
  .cred-quotes {
    grid-template-columns: 1fr;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .mini-boards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-board-panel {
    display: none;
  }
  .hwk-section {
    padding: 60px 0;
  }
  .hwk-blocks .hwk-block {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: auto;
    padding: 48px 0;
  }
  .hwk-blocks .hwk-copy {
    position: static;
  }
  .hwk-blocks .timeline-tabs, .hwk-blocks .timeline-panel-desc {
    display: none;
  }
  .sit-layout {
    flex-direction: column;
    gap: 24px;
  }
  .sit-tab-bar {
    width: 100%;
  }
  .wrap .tool-compare {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  section {
    padding: 80px 0;
  }
  h1.hero-headline {
    font-size: 40px;
  }
  .hero-ctas {
    flex-direction: column;
    width: 100%;
  }
  .hero-input-types {
    gap: 5px;
  }
  .input-badge {
    font-size: 11px;
    padding: 4px 8px;
  }
  .btn-dark, .btn-outline {
    width: 100%;
    justify-content: center;
  }
  .how-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .how-n {
    display: none;
  }
  .cred-number {
    font-size: 26px;
  }
  .closing {
    padding: 100px 0 80px;
  }
  .closing-ctas {
    flex-direction: column;
    align-items: center;
  }
  .btn-white, .btn-outline-light {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
  .grow-cards {
    grid-template-columns: 1fr;
  }
  .mini-boards-grid {
    grid-template-columns: 1fr;
  }
  .recog-grid {
    grid-template-columns: 1fr;
  }
  .simpler-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hwk-section {
    padding: 40px 0;
  }
  .hwk-block {
    gap: 24px;
    padding: 32px 0;
  }
  .hwk-block .product-window {
    height: 220px;
  }
}
.hero-scenarios {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  justify-content: center;
}
@media (max-width: 800px) {
  .hero-scenarios {
    flex-direction: column;
  }
}

.hs-btn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 6px 14px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.15s;
}
.hs-btn--active {
  background: white;
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.18);
}

.hs-board {
  display: none;
}

.window-canvas-desktop--with-panel:has(.hs-board) {
  display: block;
}

.hero-window-wrap[data-hs-active=apartment] .hs-board--apartment,
.hero-window-wrap[data-hs-active=finances] .hs-board--finances,
.hero-window-wrap[data-hs-active=life] .hs-board--life {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 480px;
}
.hero-window-wrap[data-hs-active=apartment] .hs-board--apartment .desktop,
.hero-window-wrap[data-hs-active=finances] .hs-board--finances .desktop,
.hero-window-wrap[data-hs-active=life] .hs-board--life .desktop {
  flex: 1;
  min-width: 0;
}

.hero-window-wrap .window-canvas-desktop--with-panel {
  height: 480px;
}

.hwk-section {
  padding: 120px 0;
}

.hero-window-wrap .window-canvas-desktop .desktop,
.hwk-block .window-canvas-desktop .desktop,
.hero-career-preview .window-canvas-desktop .desktop {
  zoom: 0.68;
}

.hwk-block .product-window {
  height: 400px;
}

.hwk-block {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
  min-height: 600px;
  padding: 80px 0;
}
.hwk-block:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.hwk-block--hidden {
  display: none;
}

#before-after {
  padding: 4rem 0 3rem;
}
#before-after .value-split {
  margin-top: 0;
}
#before-after .product-window, #before-after .window-canvas-desktop {
  background-color: transparent;
}
@media (max-width: 960px) {
  #before-after {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
@media (max-width: 600px) {
  #before-after {
    gap: 40px;
    padding: 48px 0;
  }
}

.hwk-copy {
  position: sticky;
  top: 120px;
}
@media (max-width: 600px) {
  .hwk-copy {
    position: static;
  }
}

.hwk-n {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
}

.hwk-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #0f0f0f;
  margin-bottom: 16px;
}

.hwk-desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 12px;
}

.hwk-tag {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.35);
  font-style: italic;
}

[data-hwk-reveal] {
  opacity: 0;
  transition: opacity 0.6s ease;
}
[data-hwk-reveal].hwk-visible {
  opacity: 1;
}

#hwk-block-2 .window-canvas-desktop .desktop {
  padding: 1.5rem 0;
  justify-content: flex-start;
}
#hwk-block-2 .window-canvas-desktop .desktop .resource, #hwk-block-2 .window-canvas-desktop .desktop .placeholder {
  transform: translateX(var(--sx, 0rem)) translateY(var(--sy, 0rem)) scaleX(0.7) rotate(45deg);
  transition: border-radius 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
#hwk-block-2 .window-canvas-desktop .desktop .resource::before, #hwk-block-2 .window-canvas-desktop .desktop .placeholder::before {
  content: "";
  width: 120%;
  height: 120%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #BDC4D3;
  border-radius: 1.3rem 0.8rem;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
#hwk-block-2 .window-canvas-desktop .desktop .resource.in_folder::before, #hwk-block-2 .window-canvas-desktop .desktop .placeholder.in_folder::before {
  opacity: 1;
}
#hwk-block-2 .window-canvas-desktop .desktop .resource .folder_label, #hwk-block-2 .window-canvas-desktop .desktop .placeholder .folder_label {
  opacity: 0;
  transition: opacity 0.4s ease;
}
#hwk-block-2 .window-canvas-desktop .desktop .resource.in_folder .folder_label, #hwk-block-2 .window-canvas-desktop .desktop .placeholder.in_folder .folder_label {
  opacity: 1;
}

[data-hwk-board-reveal] {
  opacity: 0;
  transition: opacity 0.5s ease;
}
[data-hwk-board-reveal].hwk-visible {
  opacity: 1;
}

[data-hwk-panel-reveal] {
  opacity: 0;
  transition: opacity 0.5s ease;
}
[data-hwk-panel-reveal].hwk-panel-visible {
  opacity: 1;
}

.hwk-panel-section {
  min-height: 72px;
}

[data-hwk-close-folder] {
  transition: filter 0.6s ease, opacity 0.6s ease;
}

[data-hwk-stifle],
[data-tl-stifle] {
  transition: opacity 0.6s ease;
}

.desktop .resource.in_folder.folder--closed {
  filter: blur(10px);
}
.desktop .resource.in_folder.folder--closed .folder_label {
  color: #BDC4D3;
  border-color: #d8dce2;
}

.desktop .resource:not(.in_folder.folder--closed) {
  z-index: 0;
}

.hs-board--apartment {
  position: relative;
}

.hs-ctx-menu {
  position: absolute;
  z-index: 10;
  background: #fff;
  border: 1px solid #d8dce2;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 0.25rem 0;
  min-width: 9rem;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.92) translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.hs-ctx-menu.hs-ctx-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.hs-ctx-item {
  padding: 0.4rem 0.9rem;
  font-size: 0.75rem;
  color: #424E66;
  white-space: nowrap;
}

.hs-ctx-item--close {
  color: #424E66;
  transition: background 0.15s ease;
}
.hs-ctx-item--close.hs-ctx-item--active {
  background: #f0f2f7;
  font-weight: 500;
}

.hs-apt-neighborhood {
  transition: filter 0.5s ease !important;
}

.hero-window-wrap .hs-fin-fade {
  transition: opacity 2s ease;
}
.hero-window-wrap .hs-fin-fade.hs-fin-faded {
  opacity: 0.3;
}

.hs-board--life {
  overflow: hidden;
}

.hs-board--life .lp-board-panel {
  transform: translateX(210px);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hs-board--life.hs-life-animated .lp-board-panel {
  transform: translateX(0);
}

.hs-board--life .folder_label {
  transition: color 0.4s ease;
}

.hs-board--life .hs-life-selected .folder_label {
  color: #232B3C;
}

.hs-board--life .resource.in_folder::before {
  transition: border-color 0.4s ease;
}

.hs-board--life .hs-life-selected.resource.in_folder::before {
  border-color: #6B7280;
}

.hero-career-preview {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1060px;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
.hero-career-preview .window-bar {
  animation: boardReveal 0.5s 1s ease both;
}
.hero-career-preview .window-canvas-desktop--with-panel {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 480px;
  background-color: rgba(240, 242, 245, 0.65);
}
.hero-career-preview .desktop {
  flex: 1;
  min-width: 0;
}
.hero-career-preview .lp-hero-tile {
  opacity: 1;
}

#why-websys {
  padding: 5rem 0 5rem;
}

.why-statement {
  margin: 0 auto;
}

.why-lead {
  margin: 1.5rem 0 0;
  font-size: 1.05rem;
  color: #6b7a99;
  line-height: 1.6;
}

.why-examples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 2.5rem 0;
  background: #e8ecf4;
  border: 1px solid #e8ecf4;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .why-examples {
    grid-template-columns: 1fr;
  }
}

.why-example {
  padding: 1.75rem 1.5rem;
  background: #fff;
}
.why-example:nth-child(odd) {
  background: #f9fafb;
}

.why-example-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #BDC4D3;
  margin-bottom: 1.1rem;
}

.why-example-title--link {
  text-decoration: none;
  color: #BDC4D3;
  display: block;
}
.why-example-title--link:hover {
  color: #fff;
}

.why-example-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.why-example-list li {
  font-size: 0.95rem;
  color: #424E66;
  line-height: 1.4;
}
.why-example-list li::before {
  content: "—";
  color: #BDC4D3;
  margin-right: 0.5em;
}

.why-conclusion {
  font-size: 0.95rem;
  color: #6b7a99;
  line-height: 1.65;
  margin: 0;
}

.why-line {
  font-size: 1.05rem;
  color: #949FB6;
  line-height: 1.8;
  margin: 0;
}
.why-line--break {
  margin-top: 1.2rem;
  color: #424E66;
}
.why-line--highlight {
  margin-top: 0.5rem;
  color: #1a2035;
  font-weight: 500;
}

.tool-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e8ecf4;
}

.tool-compare-col {
  padding: 1.5rem;
}
.tool-compare-col--other {
  background: #f7f8fa;
}
.tool-compare-col--websys {
  background: #fff;
}

.tool-compare-header {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #BDC4D3;
  margin-bottom: 1rem;
}

.tool-compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.tool-compare-list li {
  font-size: 0.88rem;
  line-height: 1.4;
}
.tool-compare-col--other .tool-compare-list li {
  color: #949FB6;
}
.tool-compare-col--websys .tool-compare-list li {
  color: #424E66;
}

.before-after-section {
  padding: 5rem 0;
  border: none;
}

.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ba-grid {
    grid-template-columns: 1fr;
  }
}

.ba-col {
  padding: 2rem;
}

.ba-col--before {
  background: #f7f8fc;
}

.ba-col--after {
  background: #0f0f0f;
  color: #fff;
}

.ba-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  opacity: 0.5;
}

.ba-scenario {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ba-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
.ba-col--before .ba-list {
  color: #6b7a99;
}
.ba-list .ba-col--after li {
  color: rgba(255, 255, 255, 0.85);
}

.aha-section {
  padding: 4rem 0 0;
  text-align: center;
}

.aha-statement {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 400;
  line-height: 1.45;
  color: #0f0f0f;
  margin: 0 auto;
  max-width: 720px;
}

.aha-sub {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  opacity: 0.65;
  margin-top: 0.6rem;
}

#use-cases {
  padding: 5rem 0;
}

.uc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.uc-card {
  padding: 1.5rem;
  border: 1px solid #e8ecf4;
  border-radius: 10px;
  background: #fff;
}

.uc-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a2035;
  margin-bottom: 0.5rem;
}

.uc-desc {
  font-size: 0.83rem;
  line-height: 1.55;
  color: #6b7a99;
  margin: 0;
}

.lp-use-cases {
  padding: 3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.lp-uc-inner {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  flex-wrap: wrap;
}

.lp-uc-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #b0b8cc;
  white-space: nowrap;
  margin: 0;
}

.lp-uc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lp-uc-link {
  font-size: 0.82rem;
  color: #6b7a99;
  text-decoration: none;
  padding: 0.3rem 0.7rem;
  border: 1px solid #e2e7f0;
  border-radius: 20px;
  transition: border-color 0.15s, color 0.15s;
}
.lp-uc-link:hover {
  color: #0f0f0f;
  border-color: #bec9dc;
}

.lp-uc-link--all {
  color: #0f0f0f;
  border-color: #0f0f0f;
  font-weight: 500;
}
.lp-uc-link--all:hover {
  background: #0f0f0f;
  color: #fff;
}

/*# sourceMappingURL=websys_landing.css.map */
