@font-face {
  font-display: swap;
  font-family: "Minimo";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Minimo.otf") format("opentype");
}

:root {
  --green: #2f8f5b;
  --green-dark: #216b43;
  --green-deep: #174d33;
  --green-soft: #e8f5ee;
  --brand-lime: #7dc83d;
  --blue: #3d7fc4;
  --blue-soft: #e7effa;
  --purple: #8266b1;
  --pink: #d95d93;
  --orange: #e99a3a;
  --orange-soft: #fff5e7;
  --surface: #ffffff;
  --background: #f7faf8;
  --border: #dce7e0;
  --text: #17211d;
  --muted: #617068;
  --shadow-sm: 0 10px 30px rgba(23, 77, 51, .08);
  --shadow-lg: 0 34px 80px rgba(23, 77, 51, .16);
  --radius-md: 18px;
  --radius-lg: 30px;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -.035em;
  line-height: 1.08;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6vw, 5.5rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 4.5vw, 3.75rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  z-index: 1000;
  top: -100px;
  left: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--text);
  color: #fff;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(220, 231, 224, .85);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img,
.footer-brand img {
  width: auto;
  height: 42px;
}

.main-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-nav a,
.login-link {
  color: var(--muted);
  font-size: .94rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:hover,
.login-link:hover {
  color: var(--green-dark);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.main-nav a:focus-visible,
.login-link:focus-visible,
summary:focus-visible,
.text-link:focus-visible {
  outline: 3px solid rgba(61, 127, 196, .45);
  outline-offset: 3px;
}

.button-primary {
  background: var(--green);
  box-shadow: 0 12px 30px rgba(47, 143, 91, .24);
  color: #fff;
}

.button-primary:hover {
  background: var(--green-dark);
  box-shadow: 0 16px 34px rgba(47, 143, 91, .3);
}

.button-secondary {
  border-color: #bdd5c7;
  background: rgba(255, 255, 255, .8);
  color: var(--green-dark);
}

.button-secondary:hover {
  background: #fff;
}

.button-small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: .92rem;
}

.button-light {
  background: #fff;
  box-shadow: 0 12px 34px rgba(11, 63, 38, .18);
  color: var(--green-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 100px;
  background:
    radial-gradient(circle at 14% 10%, rgba(125, 200, 61, .11), transparent 27%),
    linear-gradient(145deg, #f8fcfa 0%, #f2faf5 55%, #eef7f3 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .75fr);
  gap: clamp(50px, 7vw, 96px);
}

.eyebrow,
.section-kicker,
.free-label {
  margin-bottom: 20px;
  color: var(--green-dark);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 15px 0 0 var(--purple), 30px 0 0 var(--orange);
  margin-right: 30px;
}

.hero-intro {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-note {
  margin: 14px 0 26px;
  color: var(--muted);
  font-size: .86rem;
}

.cta-note > span:first-child {
  color: var(--green);
  font-weight: 900;
}

.note-separator {
  padding-inline: 6px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0;
  margin: 0;
  color: var(--green-deep);
  font-size: .9rem;
  font-weight: 800;
  list-style: none;
}

.hero-proof li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--brand-lime);
  vertical-align: middle;
}

.hero-product {
  position: relative;
  min-height: 660px;
}

.product-glow {
  position: absolute;
  inset: 12% 0 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 200, 61, .3), rgba(47, 143, 91, .08) 44%, transparent 72%);
  filter: blur(8px);
}

.phone-frame {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: min(360px, 80%);
  height: 650px;
  overflow: hidden;
  transform: translateX(-48%) rotate(2.4deg);
  border: 9px solid #17211d;
  border-radius: 46px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.phone-speaker {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 50%;
  width: 90px;
  height: 25px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #17211d;
}

.phone-frame img {
  width: 100%;
  height: auto;
}

.floating-card {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(185, 217, 199, .95);
  border-radius: 18px;
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}

.floating-response {
  top: 105px;
  left: -35px;
  width: 235px;
  padding: 17px;
}

.floating-kicker {
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
}

.response-options {
  display: grid;
  margin-top: 12px;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.response-options span {
  padding: 6px;
  border: 1px solid;
  border-radius: 8px;
  font-size: .66rem;
  font-weight: 800;
  text-align: center;
}

.response-options .available {
  border-color: #38b870;
  background: #edf9f2;
  color: #17643a;
}

.response-options .maybe {
  border-color: var(--orange);
  background: var(--orange-soft);
  color: #80540c;
}

.floating-share {
  right: -24px;
  bottom: 110px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 17px;
}

.floating-share .share-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 900;
}

.floating-share strong,
.floating-share small {
  display: block;
}

.floating-share strong {
  font-size: .82rem;
}

.floating-share small {
  color: var(--muted);
  font-size: .7rem;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(47, 143, 91, .16);
  border-radius: 50%;
}

.hero-orbit-one {
  top: -210px;
  right: -170px;
  width: 660px;
  height: 660px;
}

.hero-orbit-two {
  right: 80px;
  bottom: -330px;
  width: 560px;
  height: 560px;
}

.recognition {
  padding: 76px 0;
  background: var(--green-deep);
  color: #fff;
}

.recognition-inner {
  display: grid;
  align-items: end;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
}

.recognition h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.recognition .section-kicker {
  color: #9be162;
}

.recognition-inner > p {
  margin-bottom: 4px;
  color: #d9ebe1;
  font-size: 1.08rem;
}

.recognition-points {
  display: grid;
  padding-top: 42px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.recognition-points span {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: #edf8f1;
  font-weight: 750;
}

.recognition-points b {
  color: #9be162;
  font-size: .75rem;
  letter-spacing: .08em;
}

.section {
  padding: 112px 0;
}

.section-heading {
  margin-bottom: 52px;
}

.section-heading > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.centered-heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading > p:last-child {
  margin-inline: auto;
}

.steps-section {
  background: #fff;
}

.steps-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--background);
}

.featured-step {
  transform: translateY(-12px);
  border-color: #b7d8c4;
  box-shadow: var(--shadow-sm);
}

.step-number {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 8px 20px rgba(47, 143, 91, .25);
  color: #fff;
  font-weight: 900;
}

.step-image {
  height: 310px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: #eef3f0;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-image-form img {
  object-position: 50% 17%;
}

.step-image-share img {
  object-position: 50% 12%;
}

.step-image-response {
  display: grid;
  padding: 36px 22px;
  place-items: center;
}

.step-image-response img {
  height: auto;
  object-fit: contain;
  border-radius: 13px;
  box-shadow: var(--shadow-sm);
}

.step-copy {
  padding: 28px;
}

.step-copy p {
  margin-bottom: 0;
  color: var(--muted);
}

.centered-action {
  margin-top: 42px;
  text-align: center;
}

.dashboard-section {
  overflow: hidden;
  background: linear-gradient(155deg, #eff8f3, #f7faf8 52%, #edf4fb);
}

.dashboard-grid {
  display: grid;
  align-items: center;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
}

.dashboard-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.05rem;
}

.check-list,
.free-plan ul {
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.check-list li,
.free-plan li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
  font-weight: 700;
}

.check-list span {
  color: var(--green);
  font-weight: 900;
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-pills span {
  padding: 7px 11px;
  border: 1px solid #c8ddd1;
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 800;
}

.dashboard-browser {
  position: relative;
  width: 950px;
  max-width: none;
  margin: 0;
  overflow: visible;
  border: 1px solid #d7e2db;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.browser-bar {
  display: flex;
  height: 44px;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-bottom: 1px solid #e1e8e3;
  border-radius: 20px 20px 0 0;
  background: #f3f6f4;
}

.browser-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c4d0c9;
}

.browser-bar i:first-child { background: #e89b8f; }
.browser-bar i:nth-child(2) { background: #e9c56f; }
.browser-bar i:nth-child(3) { background: #86c79d; }

.browser-bar span {
  margin-left: 12px;
  color: #87928c;
  font-size: .7rem;
}

.dashboard-browser > img {
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.screen-note {
  position: absolute;
  padding: 9px 13px;
  border: 1px solid #c8dfd2;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  color: var(--green-dark);
  font-size: .75rem;
  font-style: normal;
  font-weight: 900;
}

.screen-note-one {
  top: 145px;
  left: -35px;
}

.screen-note-two {
  right: 30px;
  bottom: -20px;
}

.free-section {
  background: #fff;
}

.free-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 0 100%, rgba(125, 200, 61, .2), transparent 30%),
    var(--green-deep);
  color: #fff;
  grid-template-columns: 1fr .85fr;
  gap: 80px;
}

.free-label {
  color: #a7e672;
}

.free-copy > p:not(.free-label):not(.free-note) {
  max-width: 610px;
  margin-bottom: 30px;
  color: #d9ebe1;
  font-size: 1.08rem;
}

.free-note {
  margin: 14px 0 0;
  color: #bad5c5;
  font-size: .78rem;
}

.free-plan {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 24px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.plan-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.plan-heading span,
.plan-heading strong {
  display: block;
}

.plan-heading span {
  color: #bfe59f;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.plan-heading strong {
  margin-top: 2px;
  font-size: 2.6rem;
  line-height: 1;
}

.plan-heading small {
  color: #cfe2d7;
}

.free-plan li {
  color: #f1f8f4;
  font-size: .94rem;
}

.free-plan li span {
  color: #9be162;
}

.pro-intro {
  padding-top: 18px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #cfe2d7;
  font-size: .8rem;
}

.pro-intro b {
  color: #fff;
}

.growth-section {
  background: var(--background);
}

.growth-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
}

.growth-heading h2,
.growth-heading .section-kicker {
  margin-bottom: 0;
}

.growth-layout {
  display: grid;
  align-items: center;
  grid-template-columns: .72fr 1.28fr;
  gap: 64px;
}

.growth-options {
  display: grid;
  gap: 14px;
}

.growth-options article {
  display: flex;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
}

.growth-options p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .9rem;
}

.growth-icon {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: .85rem;
  font-weight: 900;
}

.growth-screens {
  position: relative;
  min-height: 510px;
}

.growth-screen {
  position: absolute;
  overflow: hidden;
  border: 1px solid #d5e1da;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.growth-screen img {
  width: 100%;
}

.matrix-screen {
  top: 0;
  right: 0;
  width: 92%;
}

.community-screen {
  bottom: 0;
  left: 0;
  width: 66%;
  border: 7px solid #fff;
}

.growth-note {
  max-width: 850px;
  margin: 46px auto 0;
  color: var(--muted);
  font-size: .82rem;
  text-align: center;
}

.trust-section {
  border-top: 1px solid var(--border);
  background: #fff;
}

.compact-heading {
  margin-bottom: 42px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-grid article {
  padding: 26px;
  border-top: 3px solid var(--green);
  background: var(--background);
}

.trust-grid article > span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 900;
}

.trust-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .88rem;
}

.faq-section {
  background: var(--background);
}

.faq-grid {
  display: grid;
  align-items: start;
  grid-template-columns: .65fr 1.35fr;
  gap: 90px;
}

.faq-intro {
  position: sticky;
  top: 115px;
}

.faq-intro > p:not(.section-kicker) {
  color: var(--muted);
}

.text-link {
  color: var(--green-dark);
  font-weight: 900;
  text-underline-offset: 4px;
}

.faq-list {
  border-top: 1px solid var(--border);
}

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

.faq-list summary {
  position: relative;
  padding: 24px 42px 24px 0;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--green);
  font-size: 1.45rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 690px;
  padding: 0 42px 23px 0;
  margin: 0;
  color: var(--muted);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background: linear-gradient(135deg, #fbf3e7 0%, #f5eadb 100%);
  text-align: center;
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.final-cta-inner > p:not(.section-kicker) {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.08rem;
}

.final-cta small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
}

.cta-ball {
  position: absolute;
  border-radius: 50%;
}

.cta-ball-one {
  top: 55px;
  left: 9%;
  width: 32px;
  height: 32px;
  background: var(--pink);
}

.cta-ball-two {
  right: 11%;
  bottom: 55px;
  width: 52px;
  height: 52px;
  background: var(--purple);
}

.cta-ball-three {
  top: 36%;
  right: 22%;
  width: 18px;
  height: 18px;
  background: var(--orange);
}

.site-footer {
  padding: 62px 0 24px;
  background: var(--text);
  color: #fff;
}

.footer-main,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand img {
  filter: none;
}

.footer-brand p {
  margin: 9px 0 0;
  color: #afc1b7;
  font-size: .85rem;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

.footer-main nav a {
  color: #d7e2dc;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-main nav a:hover {
  color: #fff;
}

.footer-bottom {
  padding-top: 24px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #81938a;
  font-size: .75rem;
}

@media (max-width: 1100px) {
  .main-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 35px;
  }

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

  .dashboard-browser {
    width: 100%;
  }

  .growth-layout {
    gap: 34px;
  }

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

@media (max-width: 860px) {
  .section {
    padding: 82px 0;
  }

  .hero {
    padding-top: 62px;
  }

  .hero-grid,
  .recognition-inner,
  .free-panel,
  .growth-heading,
  .growth-layout,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow,
  .hero-actions,
  .hero-proof {
    justify-content: center;
  }

  .hero-intro {
    margin-inline: auto;
  }

  .hero-product {
    width: min(100%, 510px);
    margin-inline: auto;
  }

  .recognition-inner,
  .growth-heading,
  .faq-grid {
    gap: 28px;
  }

  .recognition-points {
    grid-template-columns: 1fr;
  }

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

  .step-card,
  .featured-step {
    display: grid;
    transform: none;
    grid-template-columns: .9fr 1.1fr;
  }

  .step-image {
    height: 340px;
    border-right: 1px solid var(--border);
    border-bottom: 0;
  }

  .step-copy {
    align-self: center;
  }

  .free-panel {
    gap: 42px;
  }

  .growth-screens {
    min-height: 500px;
  }

  .faq-intro {
    position: static;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .brand img {
    width: 112px;
    height: auto;
  }

  .login-link {
    display: none;
  }

  .button-small {
    min-height: 40px;
    padding: 9px 14px;
    font-size: .8rem;
  }

  .hero {
    padding: 46px 0 70px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .note-separator {
    display: block;
    height: 0;
    overflow: hidden;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .hero-product {
    min-height: 555px;
  }

  .phone-frame {
    width: min(318px, 86%);
    height: 560px;
    border-width: 7px;
    border-radius: 39px;
  }

  .floating-response {
    top: 90px;
    left: 0;
    width: 190px;
    padding: 13px;
  }

  .floating-share {
    right: 0;
    bottom: 55px;
  }

  .recognition {
    padding: 62px 0;
  }

  .section {
    padding: 68px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .step-card,
  .featured-step {
    display: block;
  }

  .step-image {
    height: 300px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .dashboard-browser {
    border-radius: 14px;
  }

  .browser-bar {
    height: 32px;
    border-radius: 14px 14px 0 0;
  }

  .screen-note {
    display: none;
  }

  .free-panel {
    width: calc(100% - 20px);
    padding: 36px 24px;
    border-radius: 28px;
  }

  .free-plan {
    padding: 22px;
  }

  .growth-screens {
    min-height: 360px;
  }

  .matrix-screen {
    width: 100%;
  }

  .community-screen {
    width: 78%;
  }

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

  .footer-main,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
/* Refinement of the public one-pager */
.recognition {
  border-top: 18px solid #fff;
  border-bottom: 1px solid #e3d7c8;
  background:
    radial-gradient(circle at 86% 18%, rgba(217, 93, 147, .08), transparent 27%),
    linear-gradient(135deg, #f8f1e7 0%, #f3ece2 100%);
  color: var(--text);
}

.recognition h2 {
  color: var(--green-deep);
}

.recognition .section-kicker {
  color: var(--green-dark);
}

.recognition-inner > p {
  color: var(--muted);
}

.recognition-points span {
  border-top-color: #c7dbce;
  color: var(--green-deep);
}

.recognition-points b {
  color: var(--green);
}

.dashboard-section {
  position: relative;
  background:
    radial-gradient(circle at 4% 88%, rgba(217, 93, 147, .08), transparent 24%),
    radial-gradient(circle at 95% 8%, rgba(61, 127, 196, .1), transparent 27%),
    #f6f8f7;
}

.dashboard-heading {
  display: grid;
  align-items: end;
  margin-bottom: 48px;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(40px, 7vw, 88px);
}

.dashboard-heading .section-kicker {
  margin-bottom: 14px;
}

.dashboard-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.dashboard-heading > p {
  max-width: 500px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 1.08rem;
}

.dashboard-showcase {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 28px;
}

.dashboard-browser {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 28px 65px rgba(41, 69, 55, .13);
}

.dashboard-features {
  display: grid;
  gap: 13px;
}

.dashboard-feature {
  --feature-accent: var(--green);
  --feature-soft: var(--green-soft);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 21px;
  border: 1px solid #dfe7e2;
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 30px rgba(41, 69, 55, .06);
}

.dashboard-feature h3 {
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.dashboard-feature p {
  margin: 0;
  color: var(--muted);
  font-size: .87rem;
  line-height: 1.5;
}

.feature-number {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--feature-soft);
  color: var(--feature-accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
}

.dashboard-feature-blue {
  --feature-accent: #3d7fc4;
  --feature-soft: #e7effa;
}

.dashboard-feature-orange {
  --feature-accent: #b96818;
  --feature-soft: #fff0dd;
}

.dashboard-feature-purple {
  --feature-accent: #73549e;
  --feature-soft: #f0eafa;
}

.dashboard-features .feature-pills {
  padding: 8px 4px 0;
}

.dashboard-features .feature-pills span {
  background: #fff;
}

.free-panel {
  border: 1px solid #d5e6da;
  background:
    radial-gradient(circle at 0 100%, rgba(125, 200, 61, .18), transparent 34%),
    radial-gradient(circle at 95% 8%, rgba(61, 127, 196, .13), transparent 32%),
    linear-gradient(135deg, #edf8f1, #f6f4ea);
  color: var(--text);
}

.free-label {
  color: var(--green-dark);
}

.free-copy > p:not(.free-label):not(.free-note) {
  color: var(--muted);
}

.free-note {
  color: #6f7e76;
}

.free-section .button-light {
  background: var(--green);
  box-shadow: 0 12px 30px rgba(47, 143, 91, .22);
  color: #fff;
}

.free-section .button-light:hover {
  background: var(--green-dark);
}

.free-plan {
  border-color: #d7e5dc;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 50px rgba(41, 69, 55, .1);
}

.plan-heading {
  border-bottom-color: #dce8e0;
}

.plan-heading span {
  color: var(--green-dark);
}

.plan-heading small,
.free-plan li,
.pro-intro {
  color: var(--muted);
}

.plan-heading strong,
.pro-intro b {
  color: var(--text);
}

.free-plan li span {
  color: var(--green);
}

.pro-intro {
  border-top-color: #dce8e0;
}

.trust-section {
  background: #fffdf9;
}

.trust-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.trust-grid article {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #e1e7e3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(41, 69, 55, .06);
}

.trust-grid article::after {
  position: absolute;
  right: -24px;
  bottom: -34px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--trust-soft);
  content: "";
  opacity: .75;
}

.trust-grid article > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 19px;
  background: var(--trust-soft);
  color: var(--trust-accent);
}

.trust-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.trust-card-blue {
  --trust-accent: #2f73b6;
  --trust-soft: #e7f0fa;
}

.trust-card-orange {
  --trust-accent: #b96818;
  --trust-soft: #fff0dd;
}

.trust-card-green {
  --trust-accent: #25754a;
  --trust-soft: #e4f4eb;
}

.trust-card-purple {
  --trust-accent: #73549e;
  --trust-soft: #efe9f8;
}

.trust-grid h3,
.trust-grid p {
  position: relative;
  z-index: 1;
}

.site-footer {
  padding-top: 58px;
  border-top: 1px solid #cfdfd5;
  background:
    radial-gradient(circle at 8% 100%, rgba(125, 200, 61, .13), transparent 25%),
    #eaf2ed;
  color: var(--text);
}

.footer-brand p {
  color: var(--muted);
}

.footer-main nav a {
  color: #40554a;
}

.footer-main nav a:hover {
  color: var(--green-dark);
}

.footer-bottom {
  border-top-color: #ccdbd2;
  color: #6f8177;
}

@media (max-width: 1100px) {
  .dashboard-showcase {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
}

@media (max-width: 860px) {
  .dashboard-heading,
  .dashboard-showcase {
    grid-template-columns: 1fr;
  }

  .dashboard-heading {
    gap: 18px;
  }

  .dashboard-heading > p {
    max-width: 680px;
  }

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

  .dashboard-feature {
    display: block;
  }

  .dashboard-feature .feature-number {
    margin-bottom: 16px;
  }

  .dashboard-features .feature-pills {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .dashboard-heading {
    margin-bottom: 32px;
  }

  .dashboard-features {
    grid-template-columns: 1fr;
  }

  .dashboard-feature {
    display: flex;
  }

  .dashboard-feature .feature-number {
    margin-bottom: 0;
  }

  .dashboard-features .feature-pills {
    grid-column: auto;
  }

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

  .trust-grid article {
    padding: 24px;
  }
}
