.home-redesign {
  color: var(--home-base-fg, #1e2c12);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.24), transparent 18rem),
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.18), transparent 16rem),
    var(--home-base-bg, #e7f1dd);
}

.home-redesign p,
.home-redesign li,
.home-redesign a,
.home-redesign button {
  font-size: 18px;
  line-height: 1.5;
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3 {
  margin: 0;
  line-height: 1.05;
}

.home-hero-stage {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 7rem;
}

.home-hero-shell,
.home-message-shell,
.home-simple-overview,
.home-final-cta {
  width: min(1220px, calc(100vw - 2rem));
  margin: 0 auto;
}

.home-hero-shell {
  display: grid;
  gap: 2rem;
  justify-items: center;
  position: relative;
  z-index: 2;
}

.home-eyebrow,
.home-section-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 0.95rem;
}

.home-hero-copy {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
  width: min(920px, 100%);
}

.home-hero-copy h1 {
  font-size: clamp(3.35rem, 7vw, 6.2rem);
  max-width: 15ch;
  color: var(--home-primary-fg, #fff);
}

.home-hero-copy h1 span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
}

.home-hero-text {
  margin: 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.92);
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
  transition: transform 120ms ease, filter 120ms ease;
}

.home-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.home-btn-solid {
  background: #fff;
  color: var(--home-primary-bg, #76ad47);
}

.home-btn-ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.home-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.home-meta-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.home-hero-preview {
  position: relative;
  width: min(1080px, 100%);
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-image-frame {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.2);
}

.home-floating-toolbar {
  position: absolute;
  top: 0.25rem;
  left: 0;
  right: 2rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-start;
}

.home-toolbar-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--home-primary-bg, #76ad47);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
}

.home-toolbar-pill-active {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
}

.home-preview-board {
  width: min(640px, 100%);
  min-height: 480px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  margin-top: 3.5rem;
}

.home-preview-header {
  background: color-mix(in srgb, var(--home-primary-bg, #76ad47) 92%, black 8%);
  color: #fff;
  padding: 0.95rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.home-window-dots {
  display: inline-flex;
  gap: 0.45rem;
}

.home-window-dots span {
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
}

.home-preview-search {
  flex: 1 1 auto;
  min-height: 2.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.home-preview-body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 418px;
}

.home-preview-sidebar {
  background: color-mix(in srgb, var(--home-primary-bg, #76ad47) 82%, black 18%);
  color: #fff;
  padding: 1.15rem 1rem;
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.home-preview-sidebar-title {
  font-size: 1.2rem;
  font-weight: 900;
}

.home-preview-nav-line {
  height: 0.92rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.home-preview-nav-line.short {
  width: 72%;
}

.home-preview-main {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.98);
  display: grid;
  gap: 0.95rem;
  align-content: start;
}

.home-preview-card-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.home-preview-card {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: color-mix(in srgb, var(--home-base-bg, #e7f1dd) 72%, white 28%);
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
  min-height: 140px;
}

.home-preview-card-tall {
  min-height: 240px;
}

.home-preview-card-title {
  font-size: 1rem;
  font-weight: 900;
  color: var(--home-break-bg, #1e2c12);
}

.home-preview-card-grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.9fr) minmax(0, 1.1fr);
  gap: 0.85rem;
  align-items: stretch;
}

.home-preview-visual-placeholder,
.home-panel-placeholder-media {
  border-radius: 18px;
  border: 1px dashed rgba(0, 0, 0, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent),
    rgba(255, 255, 255, 0.65);
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  font-weight: 800;
  color: color-mix(in srgb, var(--home-break-bg, #1e2c12) 72%, white 28%);
}

.home-preview-visual-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.home-preview-text-placeholder,
.home-preview-stack-lines,
.home-panel-placeholder-copy {
  display: grid;
  gap: 0.72rem;
  align-content: start;
}

.home-preview-text-placeholder .line,
.home-preview-stack-lines span,
.home-panel-placeholder-copy .line {
  display: block;
  height: 0.92rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
}

.line.wide {
  width: 100%;
}

.line.medium {
  width: 75%;
}

.line.short {
  width: 48%;
}

.home-preview-mini-swatch-row {
  display: flex;
  gap: 0.55rem;
}

.home-preview-mini-swatch-row span {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.12);
}

.home-hero-curve {
  position: absolute;
  left: -10vw;
  right: -10vw;
  bottom: -10.5rem;
  height: 18rem;
  background: var(--home-base-bg, #e7f1dd);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 1;
}

.home-message-block {
  margin-top: -2.2rem;
  position: relative;
  z-index: 3;
  padding-bottom: 1rem;
}

.home-message-shell {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
  text-align: center;
}

.home-message-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
}

.home-message-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  color: var(--home-break-bg, #1e2c12);
}

.home-message-tab.active {
  background: var(--home-secondary-bg, #c1dcaa);
}

.home-message-copy {
  width: min(900px, 100%);
  display: grid;
  gap: 0.9rem;
}

.home-message-copy h2 {
  font-size: clamp(2.5rem, 5.5vw, 4.8rem);
  color: var(--home-break-bg, #1e2c12);
}

.home-message-copy p {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  max-width: 44rem;
  justify-self: center;
}

.home-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.home-check-list li {
  position: relative;
  padding-left: 1.7rem;
  font-weight: 700;
}

.home-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: var(--home-primary-bg, #76ad47);
}

.home-simple-overview {
  width: min(1220px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 1.3rem 0 2.4rem;
  display: grid;
  gap: 1.2rem;
}

.home-simple-overview-header {
  display: grid;
  gap: 0.55rem;
  max-width: 56rem;
}

.home-simple-overview-header h2 {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  color: var(--home-break-bg, #1e2c12);
}

.home-simple-overview-header p:last-child {
  margin: 0;
}

.home-simple-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.home-simple-card {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1.15rem;
  display: grid;
  gap: 0.75rem;
}

.home-simple-card h3 {
  font-size: 1.5rem;
}

.home-simple-card p {
  margin: 0;
}

.home-final-cta {
  margin-bottom: 2.5rem;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.home-final-copy {
  display: grid;
  gap: 0.55rem;
}

.home-final-copy h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.home-btn-final {
  min-width: 240px;
  color: var(--home-primary-fg, #fff);
}

@media (max-width: 1200px) {
  .home-simple-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .home-final-cta {
    grid-template-columns: 1fr;
  }

  .home-hero-preview {
    min-height: auto;
  }

  .home-floating-toolbar {
    position: static;
    margin-bottom: 0.9rem;
    justify-content: flex-start;
  }

  .home-preview-board {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .home-hero-stage {
    padding: 1.15rem 0 4.75rem;
  }

  .home-hero-shell,
  .home-message-shell,
  .home-simple-overview,
  .home-final-cta {
    width: calc(100vw - 1rem);
  }

  .home-hero-shell {
    gap: 1.15rem;
  }

  .home-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .home-hero-actions,
  .home-simple-overview-grid,
  .home-preview-card-row,
  .home-preview-body,
  .home-preview-card-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .home-hero-actions {
    gap: 0.7rem;
  }

  .home-btn {
    width: 100%;
  }

  .home-preview-body {
    min-height: 0;
  }

  .home-preview-sidebar {
    display: none;
  }

  .home-preview-main {
    padding: 0.85rem;
  }

  .home-preview-board {
    border-radius: 24px;
  }

  .home-message-tabs {
    width: 100%;
    border-radius: 24px;
  }

  .home-message-tab {
    flex: 1 1 calc(50% - 0.5rem);
  }

  .home-message-copy h2,
  .home-simple-overview-header h2,
  .home-final-copy h2,
  .home-simple-card h3 {
    max-width: none;
  }

  .home-hero-curve {
    bottom: -7.5rem;
    height: 12.5rem;
  }

  .home-final-cta {
    margin-bottom: 1.2rem;
    padding: 1rem;
  }

  .home-btn-final {
    min-width: 0;
    width: 100%;
  }
}
