.easy-growth-page {
  --easy-ink: #102c3a;
  --easy-teal: #1f6b68;
  --easy-mint: #d9eee7;
  --easy-lime: #d7ef8d;
  --easy-cream: #f6f1e7;
  --easy-coral: #e98263;
}

.easy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: stretch;
  max-width: 1180px;
  margin-inline: auto;
}

.easy-hero-copy {
  align-self: center;
}

.easy-hero h1 {
  max-width: 900px;
  text-wrap: balance;
}

.easy-friction-board {
  position: relative;
  overflow: hidden;
  padding: clamp(1.3rem, 3vw, 2rem);
  color: #fff;
  background: var(--easy-ink);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(16,44,58,.22);
}

.easy-friction-board::before,
.easy-friction-board::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(215,239,141,.35);
  border-radius: 999px;
  pointer-events: none;
}

.easy-friction-board::before {
  width: 240px;
  height: 240px;
  top: -120px;
  right: -80px;
}

.easy-friction-board::after {
  width: 150px;
  height: 150px;
  right: -40px;
  bottom: -75px;
}

.easy-board-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.18);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.easy-board-head b {
  color: var(--easy-lime);
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -.04em;
}

.easy-dial {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .45rem;
  margin: 1.35rem 0;
}

.easy-dial span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.17);
}

.easy-dial span:first-child,
.easy-dial span:nth-child(2) {
  background: var(--easy-lime);
}

.easy-dial i {
  position: absolute;
  top: -6px;
  left: 58%;
  width: 3px;
  height: 20px;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.13);
}

.easy-friction-board dl {
  display: grid;
  gap: .65rem;
  margin: 0 0 1.2rem;
}

.easy-friction-board dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .6rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.easy-friction-board dt {
  color: rgba(255,255,255,.68);
}

.easy-friction-board dd {
  margin: 0;
  color: var(--easy-lime);
  font-weight: 800;
}

.easy-friction-board p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,.78);
}

.easy-visual {
  max-width: 1180px;
  margin-inline: auto;
}

.easy-rule-grid,
.easy-idea-grid {
  display: grid;
  gap: 1rem;
}

.easy-rule-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1.4rem 0;
}

.easy-rule-grid article,
.easy-idea-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16,44,58,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 10px 30px rgba(16,44,58,.06);
}

.easy-rule-grid article {
  padding: 1.15rem;
}

.easy-rule-grid span,
.easy-idea-grid article > span {
  display: block;
  color: var(--easy-teal);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.easy-rule-grid strong {
  display: block;
  margin: .35rem 0;
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
}

.easy-rule-grid small,
.easy-idea-grid small {
  color: #52666f;
  line-height: 1.55;
}

.easy-matcher,
.easy-proof {
  max-width: 1180px;
  margin-inline: auto;
  border: 1px solid rgba(16,44,58,.12);
  background:
    radial-gradient(circle at 95% 5%, rgba(215,239,141,.38), transparent 28%),
    linear-gradient(145deg, rgba(246,241,231,.94), rgba(217,238,231,.78));
}

.easy-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.easy-filter-grid fieldset,
.easy-ready-panel,
.easy-signal-panel,
.easy-blocker-panel {
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(16,44,58,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
}

.easy-filter-grid legend,
.easy-ready-panel legend,
.easy-signal-panel legend,
.easy-blocker-panel legend {
  padding: 0 .4rem;
  color: var(--easy-ink);
  font-weight: 800;
}

.easy-filter-row {
  display: grid;
  gap: .55rem;
}

.easy-filter-row button {
  min-height: 46px;
  padding: .7rem .85rem;
  border: 1px solid rgba(16,44,58,.18);
  border-radius: 12px;
  color: var(--easy-ink);
  background: #fff;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.easy-filter-row button:hover {
  transform: translateY(-1px);
  border-color: var(--easy-teal);
}

.easy-filter-row button.is-selected,
.easy-filter-row button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--easy-ink);
  background: var(--easy-ink);
  box-shadow: inset 4px 0 0 var(--easy-lime);
}

.easy-live-status {
  min-height: 1.5em;
  margin: 1rem 0 .75rem;
  color: var(--easy-teal);
  font-weight: 800;
}

.easy-match-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.easy-match-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.2rem;
  border: 1px solid rgba(16,44,58,.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16,44,58,.08);
}

.easy-match-card:first-child {
  border-color: var(--easy-teal);
  box-shadow: 0 18px 42px rgba(31,107,104,.16);
}

.easy-match-rank {
  color: var(--easy-teal);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.easy-match-card h3 {
  margin: .4rem 0 .55rem;
  font-size: 1.35rem;
}

.easy-match-card p {
  margin: 0 0 .75rem;
  color: #435b65;
}

.easy-match-card small {
  display: block;
  margin-bottom: 1rem;
  color: var(--easy-teal);
  font-weight: 700;
}

.easy-match-card .button {
  width: 100%;
  margin-top: auto;
}

.easy-selected-plan {
  padding: 1.15rem 1.25rem;
  margin: 1rem 0;
  color: #fff;
  border-radius: 18px;
  background: var(--easy-ink);
}

.easy-selected-plan h3 {
  margin: 0 0 .4rem;
  color: var(--easy-lime);
}

.easy-selected-plan p {
  margin: .3rem 0;
  color: rgba(255,255,255,.82);
}

.easy-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .55rem;
  padding: 0;
  margin: 1.2rem 0;
  list-style: none;
}

.easy-progress li {
  padding: .7rem .5rem;
  color: #65777e;
  border: 1px solid rgba(16,44,58,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.64);
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
}

.easy-progress span {
  display: block;
  margin-bottom: .2rem;
  font-size: .72rem;
}

.easy-progress .is-complete,
.easy-progress .is-current {
  color: #fff;
  border-color: var(--easy-ink);
  background: var(--easy-ink);
}

.easy-ready-grid,
.easy-choice-grid {
  display: grid;
  gap: .75rem;
}

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

.easy-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.easy-ready-grid label,
.easy-choice-grid label {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  padding: .85rem;
  border: 1px solid rgba(16,44,58,.12);
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
}

.easy-ready-grid input,
.easy-choice-grid input {
  margin-top: .25rem;
  accent-color: var(--easy-teal);
}

.easy-ready-grid strong,
.easy-choice-grid strong,
.easy-ready-grid small,
.easy-choice-grid small {
  display: block;
}

.easy-ready-grid small,
.easy-choice-grid small {
  margin-top: .22rem;
  color: #617279;
  line-height: 1.4;
}

.easy-proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1rem 0;
}

.easy-signal-panel,
.easy-blocker-panel,
.easy-earned-path {
  margin-top: 1rem;
}

.easy-earned-path {
  padding: 1.25rem;
  border: 1px solid rgba(16,44,58,.14);
  border-radius: 18px;
  background: #fff;
}

.easy-earned-path h3 {
  margin: .25rem 0 .5rem;
}

.easy-product-card {
  margin-top: 1rem;
  padding: 1rem;
  border-left: 5px solid var(--easy-coral);
  border-radius: 14px;
  background: var(--easy-cream);
}

.easy-product-card .commerce-disclosure {
  margin-top: 0;
  color: #5a4035;
  font-size: .9rem;
}

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

.easy-idea-grid article {
  padding: 1.1rem;
}

.easy-idea-grid article::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  right: -38px;
  top: -38px;
  border: 1px solid rgba(31,107,104,.18);
  border-radius: 50%;
}

.easy-idea-grid h3 {
  margin: .35rem 0 .5rem;
  font-size: 1.16rem;
}

.easy-idea-grid p {
  margin: 0 0 .65rem;
  color: #465d66;
}

@media (prefers-reduced-motion: no-preference) {
  .easy-friction-board::before {
    animation: easy-orbit 18s linear infinite;
  }

  @keyframes easy-orbit {
    to { transform: rotate(360deg) translateX(8px) rotate(-360deg); }
  }
}

@media (max-width: 900px) {
  .easy-hero,
  .easy-filter-grid,
  .easy-match-grid,
  .easy-rule-grid,
  .easy-idea-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .easy-hero-copy {
    grid-column: 1 / -1;
  }

  .easy-friction-board {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .easy-hero,
  .easy-filter-grid,
  .easy-match-grid,
  .easy-rule-grid,
  .easy-idea-grid,
  .easy-ready-grid,
  .easy-choice-grid {
    grid-template-columns: 1fr;
  }

  .easy-progress {
    grid-template-columns: repeat(5, 86px);
    overflow-x: auto;
    padding-bottom: .35rem;
  }

  .easy-proof-actions .button {
    width: 100%;
  }
}
