/* Kankun.ai homepage v3: modern Eastern spatial intelligence */
body {
  --home-ink: #171b19;
  --home-muted: #68716c;
  --home-line: #dfe3df;
  --home-soft: #f5f6f3;
  --home-accent: #a64538;
  --home-green: #5f7568;
  background: #fff;
  color: var(--home-ink);
}

body::before,
body::after,
#starfield,
.notice-bar {
  display: none !important;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  min-height: 4.5rem;
  margin: 0;
  padding: 0 3rem;
  border: 0;
  border-bottom: 1px solid rgba(23, 27, 25, 0.08);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border: 0;
  box-shadow: none;
}

.brand {
  font-size: 0.98rem;
  font-weight: 650;
}

.nav {
  gap: 2rem;
}

.nav a,
.account-button,
.language-switch {
  font-size: 0.82rem;
  color: #4e5752;
}

.nav-cta,
.primary,
.home-primary {
  border: 1px solid var(--home-ink);
  border-radius: 2px;
  background: var(--home-ink);
  color: #fff;
  box-shadow: none;
}

.nav-cta:hover,
.primary:hover,
.home-primary:hover {
  background: var(--home-accent);
  border-color: var(--home-accent);
  transform: none;
}

main {
  overflow: clip;
}

.home-hero {
  position: relative;
  display: grid;
  width: min(1320px, calc(100% - 4rem));
  min-height: calc(100vh - 4.5rem);
  margin: 0 auto;
  padding: 5rem 0 4rem;
  grid-template-columns: minmax(22rem, 0.9fr) minmax(32rem, 1.1fr);
  gap: 5rem;
  align-items: center;
  overflow: visible;
}

.home-hero::before,
.home-hero::after,
.home-hero .hero-panel,
.home-hero .hero-orbit {
  display: none !important;
}

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

.home-hero-copy h1 {
  max-width: none;
  margin: 0;
  color: var(--home-ink);
  font-family: "Noto Serif SC", "Songti SC", "STSong", serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-hero-copy > p {
  max-width: 34rem;
  margin: 2rem 0 0;
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.95;
}

.home-hero-actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2.4rem;
}

.home-primary {
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0 1.5rem;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.home-text-link {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  color: var(--home-ink);
  font-size: 0.86rem;
  text-decoration: none;
}

.home-text-link span {
  transition: transform 220ms ease;
}

.home-text-link:hover span {
  transform: translateX(0.28rem);
}

.home-hero-note {
  padding-top: 1.5rem;
  border-top: 1px solid var(--home-line);
  font-size: 0.76rem !important;
}

.product-stage {
  position: relative;
  min-height: 44rem;
  display: grid;
  place-items: center;
}

.stage-axis {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stage-axis::before,
.stage-axis::after {
  content: "";
  position: absolute;
  background: var(--home-line);
}

.stage-axis::before {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}

.stage-axis::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.stage-axis span {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  border: 1px solid #bcc4bf;
  border-radius: 50%;
  background: #fff;
}

.stage-axis span:nth-child(1) { top: calc(50% - 0.2rem); left: -0.2rem; }
.stage-axis span:nth-child(2) { top: calc(50% - 0.2rem); right: -0.2rem; }
.stage-axis span:nth-child(3) { bottom: -0.2rem; left: calc(50% - 0.2rem); }

.product-phone {
  position: relative;
  z-index: 2;
  width: 20rem;
  min-height: 40rem;
  padding: 0.55rem;
  border: 1px solid #c9ceca;
  border-radius: 2.7rem;
  background: #fff;
  box-shadow: 0 2.5rem 5rem rgba(17, 24, 20, 0.12);
}

.product-phone::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 50%;
  width: 5.2rem;
  height: 1.25rem;
  border-radius: 1rem;
  background: #151918;
  transform: translateX(-50%);
  z-index: 4;
}

.product-phone-top {
  display: flex;
  min-height: 4.2rem;
  padding: 1.55rem 0.8rem 0.7rem;
  align-items: center;
  gap: 0.55rem;
  border-bottom: 1px solid var(--home-line);
  font-size: 0.73rem;
  font-weight: 650;
}

.product-phone-top img {
  width: 1.3rem;
  height: 1.3rem;
}

.product-phone-top i {
  width: 0.38rem;
  height: 0.38rem;
  margin-left: auto;
  border-radius: 50%;
  background: #7d9b89;
}

.room-demo {
  position: relative;
  height: 25rem;
  overflow: hidden;
  background:
    linear-gradient(rgba(27, 34, 30, 0.08), rgba(27, 34, 30, 0.08)),
    url("assets/case-living-room.png") center / cover no-repeat;
}

.room-window {
  position: absolute;
  top: 2.3rem;
  right: 2rem;
  width: 7rem;
  height: 6rem;
  border: 1px solid #aab4ae;
  background: linear-gradient(160deg, #fdfefe, #d8e1dc);
  box-shadow: -1.7rem 2.2rem 3rem rgba(255, 255, 255, 0.84);
}

.room-window,
.room-sofa,
.room-table,
.room-door {
  display: none;
}

.room-window::before,
.room-window::after {
  content: "";
  position: absolute;
  background: #aab4ae;
}

.room-window::before { top: 50%; right: 0; left: 0; height: 1px; }
.room-window::after { top: 0; bottom: 0; left: 50%; width: 1px; }

.room-sofa {
  position: absolute;
  bottom: 4rem;
  left: 2rem;
  width: 10.5rem;
  height: 4.4rem;
  border: 1px solid #9ca59f;
  background: #daddd8;
}

.room-sofa::before {
  content: "";
  position: absolute;
  top: -2.4rem;
  right: -1px;
  left: -1px;
  height: 2.4rem;
  border: 1px solid #9ca59f;
  background: #e4e6e2;
}

.room-table {
  position: absolute;
  right: 2.6rem;
  bottom: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #9b8e7c;
  border-radius: 50%;
  background: #c9bca8;
}

.room-door {
  position: absolute;
  bottom: 0;
  left: 8rem;
  width: 4.6rem;
  height: 5.5rem;
  border: 1px solid #9da49f;
  border-bottom: 0;
}

.vision-point {
  position: absolute;
  z-index: 3;
  padding: 0.28rem 0.45rem;
  border: 1px solid rgba(166, 69, 56, 0.44);
  background: rgba(255, 255, 255, 0.88);
  color: var(--home-accent);
  font-size: 0.57rem;
  line-height: 1;
}

.point-window { top: 1.4rem; right: 1.4rem; }
.point-door { bottom: 1.2rem; left: 6.6rem; }
.point-center { top: 11.8rem; left: 7.7rem; }

.relation-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.relation-lines path,
.relation-lines circle {
  fill: none;
  stroke: rgba(166, 69, 56, 0.58);
  stroke-width: 1;
  stroke-dasharray: 4 5;
  animation: relation-flow 8s linear infinite;
}

.relation-lines circle {
  fill: #fff;
  stroke-dasharray: none;
}

.phone-report {
  padding: 1rem 0.8rem 1.2rem;
}

.phone-report span {
  color: var(--home-accent);
  font-size: 0.58rem;
  text-transform: uppercase;
}

.phone-report strong {
  display: block;
  margin-top: 0.6rem;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
}

.phone-report div {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.9rem;
}

.phone-report i {
  display: block;
  height: 2px;
  background: #dfe3df;
}

.phone-report i:nth-child(1) { width: 86%; }
.phone-report i:nth-child(2) { width: 64%; }
.phone-report i:nth-child(3) { width: 74%; }

.stage-steps {
  position: absolute;
  right: 0;
  bottom: 2rem;
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stage-steps li {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: var(--home-muted);
  font-size: 0.7rem;
}

.stage-steps span {
  color: var(--home-accent);
  font-family: Georgia, serif;
}

.home-principle,
.case-study {
  width: min(1320px, calc(100% - 4rem));
  margin: 0 auto;
}

.home-principle {
  display: grid;
  min-height: 38rem;
  padding: 8rem 0;
  grid-template-columns: 0.5fr 1.4fr 0.8fr;
  gap: 4rem;
  align-items: start;
  border-top: 1px solid var(--home-line);
}

.home-section-index {
  margin: 0;
  color: var(--home-accent);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-principle h2,
.case-copy h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.home-principle > div p,
.case-copy > p {
  max-width: 38rem;
  margin: 2rem 0 0;
  color: var(--home-muted);
  line-height: 1.9;
}

.home-principle dl {
  margin: 0;
}

.home-principle dl div {
  display: grid;
  padding: 1.1rem 0;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--home-line);
}

.home-principle dt {
  color: var(--home-ink);
  font-family: "Noto Serif SC", "Songti SC", serif;
}

.home-principle dd {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.76rem;
}

.mobile-app-section {
  width: 100%;
  min-height: 38rem;
  margin: 0;
  padding: 7rem max(2rem, calc((100vw - 1320px) / 2));
  border: 0;
  border-radius: 0;
  background: var(--home-ink);
  color: #fff;
  box-shadow: none;
}

.mobile-app-copy {
  max-width: 42rem;
}

.mobile-app-section .eyebrow,
.product-suite .eyebrow,
.workflow .eyebrow,
.proof .eyebrow,
.testimonials .eyebrow,
.report .eyebrow,
.faq .eyebrow {
  margin-bottom: 1.5rem;
  color: var(--home-accent);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.mobile-app-section h2 {
  max-width: 12ch;
  color: #fff;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.mobile-app-section p {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.9;
}

.phone-mock {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2.3rem;
  background: #222825;
  box-shadow: none;
}

.mobile-office-screen {
  display: flex;
  padding: 0.85rem;
  flex-direction: column;
  background: #f5f5f1;
  color: var(--home-ink);
}

.mobile-office-screen .phone-dot {
  flex: 0 0 auto;
  margin-bottom: 0.8rem;
  background: #dfe3df;
}

.mobile-office-brand {
  display: flex;
  flex: 0 0 auto;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 0.7rem;
}

.mobile-office-brand img {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
}

.mobile-office-brand strong {
  font-size: 0.75rem;
  font-weight: 650;
}

.mobile-office-brand span {
  margin-left: auto;
  color: var(--home-accent);
  font-size: 0.48rem;
}

.mobile-office-photo {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: url("assets/commercial-office.png") center / cover no-repeat;
}

.mobile-office-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(15, 20, 17, 0.02), rgba(15, 20, 17, 0.22));
}

.mobile-office-photo svg {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mobile-office-photo path,
.mobile-office-photo circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 1;
  stroke-dasharray: 4 5;
}

.mobile-office-photo circle {
  fill: #fff;
  stroke-dasharray: none;
}

.office-marker {
  position: absolute;
  z-index: 3;
  padding: 0.22rem 0.32rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(20, 27, 23, 0.72);
  color: #fff;
  font-size: 0.43rem;
  line-height: 1;
  backdrop-filter: blur(5px);
}

.marker-entry { bottom: 0.8rem; left: 0.6rem; }
.marker-work { top: 42%; left: 0.55rem; }
.marker-meeting { top: 35%; right: 0.55rem; }
.marker-light { top: 0.65rem; right: 0.55rem; }

.mobile-office-result {
  flex: 0 0 auto;
  padding: 0.75rem 0.1rem 0.15rem;
}

.mobile-office-result span {
  color: var(--home-accent);
  font-size: 0.48rem;
  letter-spacing: 0.08em;
}

.mobile-office-result strong {
  display: block;
  margin-top: 0.35rem;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.45;
}

.mobile-office-result div {
  display: grid;
  gap: 0.22rem;
  margin-top: 0.5rem;
}

.mobile-office-result i {
  display: block;
  height: 1px;
  background: #d7dcd8;
}

.mobile-office-result i:nth-child(1) { width: 92%; }
.mobile-office-result i:nth-child(2) { width: 68%; }
.mobile-office-result i:nth-child(3) { width: 78%; }

.store-button,
.secondary {
  border: 1px solid var(--home-line);
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}

.mobile-app-section .store-button {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.product-suite,
.workflow,
.proof,
.testimonials,
.report,
.faq {
  width: min(1320px, calc(100% - 4rem));
  margin: 0 auto;
  padding: 8rem 0;
}

.section-head {
  max-width: 46rem;
  margin: 0 0 4rem;
  text-align: left;
}

.section-head h2 {
  color: var(--home-ink);
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.section-head p {
  color: var(--home-muted);
}

.suite-grid,
.proof-grid,
.testimonial-grid,
.pricing-grid {
  gap: 0;
}

.suite-card,
.proof-grid article,
.testimonial-grid article,
.price-card {
  border: 0;
  border-top: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.suite-card,
.proof-grid article,
.testimonial-grid article {
  padding: 2rem 2rem 2rem 0;
}

.suite-card + .suite-card,
.proof-grid article + article,
.testimonial-grid article + article {
  padding-left: 2rem;
  border-left: 1px solid var(--home-line);
}

.suite-card h3,
.proof-grid h3 {
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-weight: 500;
}

.workflow {
  width: 100%;
  max-width: none;
  padding-right: max(2rem, calc((100vw - 1320px) / 2));
  padding-left: max(2rem, calc((100vw - 1320px) / 2));
  background: var(--home-soft);
}

.analysis-grid {
  gap: 1px;
  padding: 1px;
  background: var(--home-line);
}

.analyzer,
.result-card {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.result-card {
  top: 5.5rem;
}

.upload-zone,
.field-grid label,
.checks,
.material-gate,
.consensus-box {
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.upload-zone {
  border-color: #bdc5bf;
}

.proof {
  min-height: 35rem;
}

.testimonials {
  padding-top: 2rem;
}

.case-study {
  display: grid;
  min-height: 48rem;
  padding: 8rem 0;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 5rem;
  align-items: center;
  border-top: 1px solid var(--home-line);
}

.case-visual {
  position: relative;
  min-height: 36rem;
  background: #e9ece8;
  overflow: hidden;
}

.case-room {
  position: absolute;
  inset: 3rem;
  background:
    linear-gradient(rgba(22, 29, 25, 0.04), rgba(22, 29, 25, 0.04)),
    url("assets/case-living-room.png") center / cover no-repeat;
}

.case-room::before {
  display: none;
}

.case-room::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 55%);
}

.case-room svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.case-room path,
.case-room circle {
  fill: none;
  stroke: var(--home-accent);
  stroke-width: 1.2;
  stroke-dasharray: 5 6;
}

.case-room circle {
  fill: #fff;
  stroke-dasharray: none;
}

.case-label {
  position: absolute;
  z-index: 2;
  padding: 0.35rem 0.5rem;
  border: 1px solid rgba(166, 69, 56, 0.46);
  background: rgba(255, 255, 255, 0.86);
  color: var(--home-accent);
  font-size: 0.65rem;
}

.label-light { top: 8%; left: 8%; }
.label-entry { right: 8%; bottom: 12%; }
.label-rest { top: 36%; left: 47%; }

.case-copy ol {
  margin: 3rem 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--home-line);
}

.case-copy li {
  display: grid;
  padding: 1rem 0;
  grid-template-columns: 4.5rem 1fr;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-muted);
  font-size: 0.85rem;
}

.case-copy li span {
  color: var(--home-ink);
}

.report {
  width: 100%;
  max-width: none;
  padding-right: max(2rem, calc((100vw - 1320px) / 2));
  padding-left: max(2rem, calc((100vw - 1320px) / 2));
  background: var(--home-soft);
}

.pricing-grid {
  display: block;
  border-top: 1px solid #cfd5d1;
}

.price-card {
  display: grid;
  min-height: auto;
  padding: 2rem 0;
  grid-template-columns: 1fr 0.5fr 1.5fr 0.85fr;
  grid-template-areas:
    "title price features action"
    "fit price features action";
  gap: 0.4rem 2rem;
  align-items: center;
  border-bottom: 1px solid #cfd5d1;
}

.price-card h3 { grid-area: title; }
.price-card .plan-fit {
  grid-area: fit;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.72rem;
}
.price-card .price { grid-area: price; }
.price-card ul { grid-area: features; }
.price-card .wide { grid-area: action; }

.price-card.featured {
  transform: none;
  border-color: #cfd5d1;
  border-left: 2px solid var(--home-accent);
  background: transparent;
  color: var(--home-ink);
}

.price-card ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.5rem;
  margin: 0;
}

.price-card .price {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 2.1rem;
}

.price-card .wide {
  width: auto;
}

.price-card .checkout-button,
.price-card .report-plan-button,
.price-card .wide {
  border: 1px solid var(--home-ink);
  border-radius: 2px;
  background: var(--home-ink);
  color: #fff;
  box-shadow: none;
}

.price-card .checkout-button:hover,
.price-card .report-plan-button:hover,
.price-card .wide:hover {
  border-color: #343a37;
  background: #343a37;
  color: #fff;
  transform: none;
}

.price-card .checkout-button:disabled,
.price-card .report-plan-button:disabled,
.price-card .wide:disabled {
  border-color: #8b918e;
  background: #8b918e;
  color: #fff;
  cursor: wait;
}

.faq-list details {
  border: 0;
  border-top: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--home-line);
}

.footer {
  position: relative;
  overflow: hidden;
  border: 0;
  background: #f1f3f0;
}

.footer::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15%;
  left: 0;
  height: 85%;
  opacity: 0.13;
  background: url("assets/ink-landscape-hero.png") center bottom / cover no-repeat;
  filter: grayscale(1);
  pointer-events: none;
}

.footer > * {
  position: relative;
  z-index: 1;
}

@keyframes relation-flow {
  to { stroke-dashoffset: -90; }
}

@media (prefers-reduced-motion: reduce) {
  .relation-lines path {
    animation: none;
  }
}

@media (max-width: 1050px) {
  .topbar {
    padding: 0 1rem;
  }

  .nav {
    display: none;
  }

  .home-hero {
    width: min(760px, calc(100% - 2rem));
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-top: 4rem;
  }

  .home-hero-copy {
    max-width: 38rem;
  }

  .product-stage {
    min-height: 40rem;
  }

  .stage-steps {
    right: 1rem;
  }

  .home-principle {
    grid-template-columns: 1fr;
  }

  .home-principle,
  .case-study,
  .product-suite,
  .proof,
  .testimonials,
  .faq {
    width: min(760px, calc(100% - 2rem));
  }

  .case-study {
    grid-template-columns: 1fr;
  }

  .price-card {
    grid-template-columns: 1fr 0.5fr 1.5fr;
    grid-template-areas:
      "title price features"
      "fit price features"
      "action action action";
  }

  .price-card .wide {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .topbar {
    min-height: 4rem;
  }

  .top-actions .nav-cta {
    display: none;
  }

  .language-switch {
    width: auto;
  }

  .home-hero {
    min-height: auto;
    padding: 3rem 0 4rem;
  }

  .home-hero-copy h1 {
    font-size: 3.2rem;
  }

  .home-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-stage {
    min-height: 35rem;
  }

  .product-phone {
    width: 17.5rem;
    min-height: 34rem;
  }

  .room-demo {
    height: 20rem;
  }

  .stage-steps {
    display: none;
  }

  .home-principle,
  .product-suite,
  .workflow,
  .proof,
  .testimonials,
  .case-study,
  .report,
  .faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-principle,
  .case-study,
  .product-suite,
  .proof,
  .testimonials,
  .faq {
    width: calc(100% - 2rem);
  }

  .home-principle h2,
  .case-copy h2,
  .section-head h2,
  .mobile-app-section h2 {
    font-size: 2.35rem;
  }

  .mobile-app-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .suite-grid,
  .proof-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .suite-card + .suite-card,
  .proof-grid article + article,
  .testimonial-grid article + article {
    padding-left: 0;
    border-left: 0;
  }

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

  .case-visual {
    min-height: 25rem;
  }

  .case-room {
    inset: 1rem;
  }

  .price-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "fit"
      "price"
      "features"
      "action";
  }

  .price-card ul {
    grid-template-columns: 1fr;
  }
}
