/* FloraCRM product showcase.
   Dedicated, fingerprinted stylesheet to avoid immutable-cache collisions. */

:root {
  --flora-green: #6ea98a;
  --flora-green-deep: #216a4a;
  --flora-green-soft: #e8f4ed;
  --flora-mint: #c8ead8;
  --flora-cream: #f7f5ee;
  --flora-ink: #08111f;
  --flora-ink-soft: #121f31;
}

.flora-showcase {
  overflow: clip;
  background: var(--canvas);
}

.flora-showcase h1,
.flora-showcase h2,
.flora-showcase h3,
.flora-showcase p {
  text-wrap: pretty;
}

.flora-showcase em {
  font-family: var(--serif);
  font-weight: 400;
}

.flora-hero {
  position: relative;
  padding: 92px 0 112px;
  background: var(--flora-cream);
  isolation: isolate;
}

.flora-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #e9e4d9;
}

.flora-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid #d8e9df;
  border-radius: 999px;
  pointer-events: none;
}

.flora-orbit--one {
  width: 620px;
  height: 620px;
  top: -350px;
  right: -170px;
}

.flora-orbit--two {
  width: 320px;
  height: 320px;
  bottom: -210px;
  left: -140px;
  border-color: #d9e2f5;
}

.flora-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(560px, 1.16fr);
  align-items: center;
  gap: 70px;
}

.flora-product-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 30px;
  color: var(--flora-ink);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.flora-product-kicker small {
  display: block;
  margin-top: -2px;
  color: var(--cool-500);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.flora-product-kicker__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  border: 1px solid #c9e5d5;
  background: #eff8f3;
}

.flora-product-kicker__mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.flora-hero h1 {
  max-width: 680px;
  margin: 14px 0 24px;
  font-family: var(--display);
  font-size: clamp(54px, 6.3vw, 86px);
  font-weight: 700;
  letter-spacing: -.062em;
  line-height: .93;
}

.flora-hero h1 em {
  display: block;
  color: var(--flora-green-deep);
}

.flora-hero__lead {
  max-width: 650px;
  margin: 0;
  color: var(--cool-700);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.65;
}

.flora-hero__actions {
  margin-top: 30px;
}

.flora-hero .plugin-btn {
  min-height: 54px;
  padding-inline: 24px;
}

.flora-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 34px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #ddd9cf;
  list-style: none;
}

.flora-proof li {
  min-width: 0;
  padding: 0 14px;
  border-left: 1px solid #ddd9cf;
}

.flora-proof li:first-child {
  padding-left: 0;
  border-left: 0;
}

.flora-proof strong,
.flora-proof span {
  display: block;
}

.flora-proof strong {
  color: var(--flora-ink);
  font-family: var(--display);
  font-size: 13px;
}

.flora-proof span {
  margin-top: 4px;
  color: var(--cool-500);
  font-size: 11px;
  line-height: 1.35;
}

.flora-hero__visual {
  position: relative;
  min-width: 0;
  padding: 18px 0 70px;
}

.flora-device--desktop {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 10px 10px 0;
  border: 1px solid #243043;
  border-radius: 22px;
  background: #111827;
  box-shadow: 0 36px 80px -34px rgba(8, 17, 31, .65);
}

.flora-device__top,
.flora-browser-frame__bar {
  display: flex;
  height: 30px;
  align-items: center;
  gap: 6px;
  padding: 0 3px;
}

.flora-device__top span,
.flora-browser-frame__bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6b7280;
}

.flora-device__top b,
.flora-browser-frame__bar b {
  overflow: hidden;
  margin-left: 7px;
  color: #9ca3af;
  font-family: var(--body);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flora-device__screen {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 8px 8px 0 0;
  background: #eef1ef;
}

.flora-device__screen img,
.flora-browser-frame img,
.flora-laptop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.flora-device__chin {
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  font-family: var(--display);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.flora-device__stand {
  position: relative;
  z-index: 1;
  width: 38%;
  height: 42px;
  margin: -1px auto 0;
  border: 1px solid #a4aab3;
  border-top: 0;
  background: #c8cbd0;
  clip-path: polygon(35% 0, 65% 0, 74% 76%, 100% 86%, 100% 100%, 0 100%, 0 86%, 26% 76%);
}

.flora-device--phone {
  position: absolute;
  z-index: 4;
  right: -32px;
  bottom: 12px;
  width: 25%;
  min-width: 130px;
  overflow: hidden;
  padding: 17px 6px 20px;
  border: 2px solid #0b1220;
  border-radius: 27px;
  background: #0b1220;
  box-shadow: 0 24px 45px -22px rgba(8, 17, 31, .7);
}

.flora-device--phone img {
  width: 100%;
  height: auto;
  aspect-ratio: 671 / 1344;
  object-fit: cover;
  object-position: top;
  border-radius: 17px;
}

.flora-device__phone-speaker {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  width: 34%;
  height: 4px;
  border-radius: 999px;
  background: #4b5563;
  transform: translateX(-50%);
}

.flora-device__phone-home {
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 35%;
  height: 3px;
  border-radius: 999px;
  background: #6b7280;
  transform: translateX(-50%);
}

.flora-hero__note {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #dce2e6;
  border-radius: 14px;
  background: white;
  box-shadow: 0 18px 35px -24px rgba(8, 17, 31, .55);
}

.flora-hero__note--leads {
  top: -13px;
  right: 44px;
  padding: 11px 15px;
}

.flora-hero__note--leads strong,
.flora-hero__note--leads span {
  display: block;
}

.flora-hero__note--leads strong {
  color: var(--flora-green-deep);
  font-family: var(--display);
  font-size: 23px;
}

.flora-hero__note--leads span {
  max-width: 72px;
  color: var(--cool-500);
  font-size: 9px;
  line-height: 1.25;
}

.flora-hero__note--tasks {
  bottom: 45px;
  left: -28px;
  padding: 12px 15px;
  font-size: 10px;
}

.flora-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--flora-green);
  box-shadow: 0 0 0 4px var(--flora-green-soft);
}

.flora-jumpbar {
  position: sticky;
  z-index: 40;
  top: var(--nav-h);
  border-top: 1px solid var(--cool-100);
  border-bottom: 1px solid var(--cool-200);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.flora-jumpbar__inner {
  display: grid;
  min-height: 58px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.flora-jumpbar__inner > span {
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
}

.flora-jumpbar__inner > div {
  display: flex;
  gap: 28px;
}

.flora-jumpbar a {
  color: var(--cool-500);
  font-size: 12px;
  font-weight: 600;
}

.flora-jumpbar a:hover {
  color: var(--flora-green-deep);
}

.flora-jumpbar__cta {
  justify-self: end;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--flora-green-deep);
  color: white !important;
}

.flora-section {
  padding: 112px 0;
}

.flora-heading {
  max-width: 790px;
  margin-bottom: 58px;
}

.flora-heading--center {
  margin-inline: auto;
  text-align: center;
}

.flora-heading h2,
.flora-pro__intro h2,
.flora-ownership__copy h2,
.flora-final-cta h2 {
  margin: 14px 0 18px;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -.052em;
  line-height: .98;
}

.flora-heading h2 em,
.flora-pro__intro h2 em,
.flora-ownership__copy h2 em {
  color: var(--flora-green-deep);
}

.flora-heading p,
.flora-pro__intro p,
.flora-ownership__copy > p {
  margin: 0;
  color: var(--cool-700);
  font-size: 18px;
  line-height: 1.7;
}

.flora-workflow {
  background: white;
}

.flora-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 1px solid var(--cool-200);
  border-radius: 24px;
  background: var(--cool-50);
  list-style: none;
}

.flora-flow li {
  position: relative;
  display: flex;
  min-height: 164px;
  align-items: flex-start;
  gap: 16px;
  padding: 30px 24px;
  border-left: 1px solid var(--cool-200);
}

.flora-flow li:first-child {
  border-left: 0;
}

.flora-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 30px;
  right: -11px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid var(--cool-200);
  border-radius: 50%;
  background: white;
  color: var(--flora-green-deep);
  font-size: 11px;
}

.flora-flow > li > span {
  color: var(--flora-green-deep);
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
}

.flora-flow strong,
.flora-flow small {
  display: block;
}

.flora-flow strong {
  margin: 3px 0 9px;
  font-family: var(--display);
  font-size: 18px;
}

.flora-flow small {
  color: var(--cool-500);
  font-size: 13px;
  line-height: 1.55;
}

.flora-section--ink {
  position: relative;
  background: var(--flora-ink);
  color: white;
}

.flora-section--ink::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  width: 180px;
  height: 6px;
  background: var(--flora-green);
}

.flora-heading--light h2,
.flora-heading--light p {
  color: white;
}

.flora-heading--light p {
  color: #aeb9c8;
}

.flora-heading--light .eyebrow {
  color: #8bd2aa;
}

.flora-screen-gallery {
  display: grid;
  gap: 24px;
}

.flora-screen-card {
  overflow: hidden;
  border: 1px solid #263448;
  border-radius: 28px;
  background: var(--flora-ink-soft);
}

.flora-screen-card--hero {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 50px;
  padding: 52px 0 36px 52px;
}

.flora-screen-card__copy {
  position: relative;
  z-index: 2;
}

.flora-screen-card__number {
  display: block;
  margin-bottom: 24px;
  color: #8bd2aa;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.flora-screen-card h3 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(28px, 3.5vw, 46px);
  letter-spacing: -.04em;
  line-height: 1.04;
}

.flora-screen-card p {
  margin: 0;
  color: #aeb9c8;
  font-size: 15px;
  line-height: 1.7;
}

.flora-screen-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.flora-screen-card li {
  padding: 6px 9px;
  border: 1px solid #344258;
  border-radius: 999px;
  color: #cbd5e1;
  font-size: 10px;
  font-weight: 600;
}

.flora-laptop {
  align-self: end;
  min-width: 0;
}

.flora-laptop__lid {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  padding: 11px;
  border: 1px solid #5f6a79;
  border-radius: 16px 16px 6px 6px;
  background: #151b25;
  box-shadow: -20px 28px 60px -34px rgba(0, 0, 0, .85);
}

.flora-laptop__lid img {
  border-radius: 6px;
}

.flora-laptop__camera {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #707987;
}

.flora-laptop__base {
  width: 108%;
  height: 17px;
  margin-left: -4%;
  border: 1px solid #707987;
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: #b8bec6;
  clip-path: polygon(3% 0, 97% 0, 100% 72%, 98% 100%, 2% 100%, 0 72%);
}

.flora-screen-card--split {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  align-items: center;
  gap: 40px;
  padding: 42px 0 42px 42px;
}

.flora-screen-card--reverse {
  grid-template-columns: 1.38fr .62fr;
  padding: 42px 42px 42px 0;
}

.flora-screen-card--reverse .flora-screen-card__copy {
  grid-column: 2;
}

.flora-screen-card--reverse .flora-browser-frame {
  grid-column: 1;
  grid-row: 1;
}

.flora-browser-frame {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #485568;
  border-right: 0;
  border-radius: 16px 0 0 16px;
  background: #e8ebe9;
  box-shadow: -14px 22px 42px -28px rgba(0, 0, 0, .8);
}

.flora-screen-card--reverse .flora-browser-frame {
  border-right: 1px solid #485568;
  border-left: 0;
  border-radius: 0 16px 16px 0;
}

.flora-browser-frame__bar {
  background: #202a38;
}

.flora-browser-frame img {
  aspect-ratio: 16 / 10;
}

.flora-screen-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.flora-screen-card--compact {
  padding: 38px 38px 0;
}

.flora-screen-card--compact .flora-screen-card__copy {
  max-width: 480px;
}

.flora-screen-card--compact h3 {
  font-size: clamp(27px, 3vw, 38px);
}

.flora-browser-frame--compact {
  margin-top: 34px;
  border-right: 1px solid #485568;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.flora-screen-card--green {
  border-color: #39785b;
  background: #164f38;
}

.flora-screen-card--green p {
  color: #c4dfd0;
}

.flora-screen-card--green .flora-screen-card__number {
  color: #b9eccf;
}

.flora-capabilities {
  background: var(--flora-cream);
}

.flora-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.flora-capability-grid article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid #e4dfd2;
  border-radius: 22px;
  background: #fffdf8;
  transition: transform 180ms ease, border-color 180ms ease;
}

.flora-capability-grid article:hover {
  border-color: #b7d4c3;
  transform: translateY(-3px);
}

.flora-capability-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 14px;
  background: var(--flora-green-soft);
  color: var(--flora-green-deep);
}

.flora-capability-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.7;
}

.flora-capability-grid h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -.025em;
}

.flora-capability-grid p {
  margin: 0;
  color: var(--cool-500);
  font-size: 14px;
  line-height: 1.65;
}

.flora-pro {
  background: white;
}

.flora-pro__intro {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 58px;
}

.flora-pro__intro h2 {
  margin-bottom: 0;
}

.flora-pro__intro p {
  padding-bottom: 6px;
}

.flora-pro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--cool-200);
  border-radius: 28px;
}

.flora-pro-grid article {
  position: relative;
  min-height: 390px;
  padding: 34px;
  border-left: 1px solid var(--cool-200);
  background: var(--cool-50);
}

.flora-pro-grid article:first-child {
  border-left: 0;
}

.flora-pro-grid article > span {
  display: block;
  color: var(--cool-400);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}

.flora-pro-grid svg {
  width: 66px;
  height: 66px;
  margin: 66px 0 34px;
  color: var(--flora-green-deep);
  stroke-width: 1.3;
}

.flora-pro-grid h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 25px;
  letter-spacing: -.03em;
}

.flora-pro-grid p {
  margin: 0;
  color: var(--cool-500);
  font-size: 14px;
  line-height: 1.65;
}

.flora-ownership {
  background: var(--flora-green-soft);
}

.flora-ownership__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 92px;
}

.flora-ownership__visual {
  position: relative;
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdd9c9;
  border-radius: 34px;
  background: #f4fbf7;
}

.flora-database {
  position: relative;
  z-index: 2;
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border: 2px solid var(--flora-green-deep);
  border-radius: 50%;
  background: white;
  color: var(--flora-green-deep);
  font-family: var(--display);
  font-size: 42px;
  font-weight: 750;
  box-shadow: 0 24px 46px -32px rgba(33, 106, 74, .7);
}

.flora-database::before,
.flora-database::after {
  content: "";
  position: absolute;
  width: 136px;
  height: 38px;
  border: 2px solid var(--flora-green-deep);
  border-radius: 50%;
  background: white;
}

.flora-database::before {
  top: -2px;
}

.flora-database::after {
  bottom: -2px;
}

.flora-database > span {
  position: relative;
  z-index: 2;
}

.flora-database i {
  position: absolute;
  left: 22px;
  right: 22px;
  height: 1px;
  background: #b9d9c6;
}

.flora-database i:nth-of-type(1) { top: 58px; }
.flora-database i:nth-of-type(2) { top: 90px; }
.flora-database i:nth-of-type(3) { top: 122px; }

.flora-ownership__line {
  position: absolute;
  right: 76px;
  bottom: 118px;
  width: 160px;
  height: 2px;
  background: var(--flora-green-deep);
  transform: rotate(-22deg);
  transform-origin: right center;
}

.flora-ownership__record {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: block;
  width: 190px;
  padding: 16px;
  border: 1px solid #bdd9c9;
  border-radius: 14px;
  background: white;
  box-shadow: 0 18px 34px -28px rgba(33, 106, 74, .7);
}

.flora-ownership__record b,
.flora-ownership__record span {
  display: block;
}

.flora-ownership__record b {
  font-family: var(--display);
  font-size: 13px;
}

.flora-ownership__record span {
  margin-top: 4px;
  color: var(--cool-500);
  font-size: 9px;
}

.flora-ownership__copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.flora-ownership__copy li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--cool-700);
  font-size: 14px;
  font-weight: 600;
}

.flora-ownership__copy li span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--flora-green-deep);
  color: white;
  font-size: 11px;
}

.flora-compare {
  background: white;
}

.flora-comparison-wrap {
  box-shadow: 0 30px 65px -52px rgba(8, 17, 31, .45);
}

.flora-comparison-wrap .comparison-table th:nth-child(3) {
  background: var(--flora-green-deep);
  color: white;
}

.flora-comparison-wrap .comparison-table td.check {
  color: var(--flora-green-deep);
}

.flora-license-note {
  max-width: 740px;
  margin: 22px auto 0;
  color: var(--cool-500);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.flora-final-cta {
  padding: 88px 0;
  background: var(--flora-green-deep);
  color: white;
}

.flora-final-cta__inner {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: end;
  gap: 100px;
}

.flora-final-cta .eyebrow {
  color: #bce8ce;
}

.flora-final-cta h2 {
  margin-bottom: 0;
  color: white;
}

.flora-final-cta p {
  margin: 0;
  color: #d8efe2;
  font-size: 17px;
  line-height: 1.65;
}

.plugin-btn--light {
  background: white;
  color: var(--flora-green-deep);
}

.plugin-btn--light:hover {
  background: var(--flora-cream);
  color: var(--flora-green-deep);
}

.plugin-btn--outline-light {
  border-color: rgba(255, 255, 255, .45);
  background: transparent;
  color: white;
}

.plugin-btn--outline-light:hover {
  border-color: white;
  background: transparent;
  color: white;
}

@media (max-width: 1100px) {
  .flora-hero {
    padding-top: 72px;
  }

  .flora-hero__grid {
    grid-template-columns: minmax(0, .82fr) minmax(490px, 1.18fr);
    gap: 38px;
  }

  .flora-hero h1 {
    font-size: clamp(48px, 6.6vw, 72px);
  }

  .flora-device--phone {
    right: -10px;
  }

  .flora-hero__note--tasks {
    left: -10px;
  }

  .flora-screen-card--hero,
  .flora-screen-card--split {
    gap: 32px;
  }

  .flora-ownership__grid {
    gap: 54px;
  }
}

@media (max-width: 900px) {
  .flora-hero__grid,
  .flora-pro__intro,
  .flora-ownership__grid,
  .flora-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .flora-hero__copy {
    max-width: 700px;
  }

  .flora-hero__visual {
    width: min(760px, 92%);
    margin: 16px auto 0;
  }

  .flora-flow,
  .flora-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flora-flow li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--cool-200);
  }

  .flora-flow li:nth-child(4) {
    border-top: 1px solid var(--cool-200);
  }

  .flora-flow li:nth-child(2)::after {
    content: "↓";
    top: auto;
    right: 24px;
    bottom: -11px;
  }

  .flora-flow li:nth-child(3)::after {
    content: "→";
  }

  .flora-screen-card--hero,
  .flora-screen-card--split,
  .flora-screen-card--reverse {
    grid-template-columns: 1fr;
    padding: 40px 0 32px 40px;
  }

  .flora-screen-card--reverse .flora-screen-card__copy,
  .flora-screen-card--reverse .flora-browser-frame {
    grid-column: 1;
  }

  .flora-screen-card--reverse .flora-screen-card__copy {
    grid-row: 1;
  }

  .flora-screen-card--reverse .flora-browser-frame {
    grid-row: 2;
    border-right: 0;
    border-left: 1px solid #485568;
    border-radius: 16px 0 0 16px;
  }

  .flora-screen-pair {
    grid-template-columns: 1fr;
  }

  .flora-pro-grid {
    grid-template-columns: 1fr;
  }

  .flora-pro-grid article {
    min-height: 0;
    border-top: 1px solid var(--cool-200);
    border-left: 0;
  }

  .flora-pro-grid article:first-child {
    border-top: 0;
  }

  .flora-pro-grid svg {
    margin: 42px 0 26px;
  }

  .flora-ownership__visual {
    min-height: 390px;
  }

  .flora-final-cta__inner {
    gap: 36px;
  }
}

@media (max-width: 760px) {
  .flora-hero {
    padding: 56px 0 76px;
  }

  .flora-hero__grid {
    display: block;
  }

  .flora-hero h1 {
    font-size: clamp(48px, 14vw, 70px);
  }

  .flora-hero__lead {
    font-size: 17px;
  }

  .flora-proof {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .flora-proof li,
  .flora-proof li:first-child {
    padding: 0;
    border: 0;
  }

  .flora-hero__visual {
    width: 100%;
    margin-top: 46px;
    padding-bottom: 55px;
  }

  .flora-device--phone {
    right: -10px;
    width: 27%;
    min-width: 96px;
    padding: 13px 4px 16px;
    border-radius: 21px;
  }

  .flora-hero__note--leads {
    top: -25px;
    right: 14px;
  }

  .flora-hero__note--tasks {
    display: none;
  }

  .flora-jumpbar__inner {
    min-height: 52px;
    grid-template-columns: 1fr auto;
  }

  .flora-jumpbar__inner > div {
    display: none;
  }

  .flora-section {
    padding: 82px 0;
  }

  .flora-heading {
    margin-bottom: 40px;
  }

  .flora-heading h2,
  .flora-pro__intro h2,
  .flora-ownership__copy h2,
  .flora-final-cta h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .flora-heading p,
  .flora-pro__intro p,
  .flora-ownership__copy > p {
    font-size: 16px;
  }

  .flora-flow,
  .flora-capability-grid {
    grid-template-columns: 1fr;
  }

  .flora-flow li {
    min-height: 0;
    border-top: 1px solid var(--cool-200);
    border-left: 0;
  }

  .flora-flow li:first-child {
    border-top: 0;
  }

  .flora-flow li:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 24px;
    bottom: -11px;
  }

  .flora-screen-card--hero,
  .flora-screen-card--split,
  .flora-screen-card--reverse {
    padding: 30px 0 24px 24px;
    border-radius: 22px;
  }

  .flora-screen-card h3 {
    padding-right: 24px;
    font-size: 32px;
  }

  .flora-screen-card p,
  .flora-screen-card ul {
    margin-right: 24px;
  }

  .flora-screen-card--compact {
    padding: 30px 24px 0;
    border-radius: 22px;
  }

  .flora-screen-card--compact h3,
  .flora-screen-card--compact p {
    padding-right: 0;
    margin-right: 0;
  }

  .flora-laptop__base {
    height: 12px;
  }

  .flora-capability-grid article {
    min-height: 0;
  }

  .flora-capability-icon {
    margin-bottom: 26px;
  }

  .flora-pro__intro {
    gap: 26px;
  }

  .flora-ownership__visual {
    min-height: 330px;
  }

  .flora-database {
    width: 144px;
    height: 144px;
    font-size: 34px;
  }

  .flora-database::before,
  .flora-database::after {
    width: 108px;
    height: 30px;
  }

  .flora-ownership__record {
    right: 18px;
    bottom: 18px;
    width: 160px;
  }

  .flora-ownership__line {
    right: 58px;
    bottom: 95px;
    width: 120px;
  }

  .flora-comparison-wrap {
    border-radius: 18px;
  }

  .flora-final-cta {
    padding: 72px 0;
  }
}

@media (max-width: 480px) {
  .flora-product-kicker {
    margin-bottom: 24px;
  }

  .flora-hero h1 {
    letter-spacing: -.055em;
  }

  .flora-hero .plugin-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .flora-hero .plugin-btn {
    width: 100%;
  }

  .flora-device--desktop {
    padding: 5px 5px 0;
    border-radius: 13px;
  }

  .flora-device__top {
    height: 22px;
  }

  .flora-device__top b {
    font-size: 7px;
  }

  .flora-device__chin {
    height: 19px;
  }

  .flora-device__stand {
    height: 28px;
  }

  .flora-device--phone {
    bottom: 6px;
  }

  .flora-hero__note--leads {
    display: none;
  }

  .flora-screen-card__number {
    margin-bottom: 16px;
  }

  .flora-screen-card--hero,
  .flora-screen-card--split,
  .flora-screen-card--reverse {
    padding-left: 20px;
  }

  .flora-screen-card h3 {
    padding-right: 20px;
    font-size: 29px;
  }

  .flora-screen-card p,
  .flora-screen-card ul {
    margin-right: 20px;
  }

  .flora-screen-card--compact {
    padding-inline: 20px;
  }

  .flora-browser-frame__bar {
    height: 24px;
  }

  .flora-pro-grid article {
    padding: 28px;
  }

  .flora-ownership__visual {
    min-height: 300px;
  }

  .flora-database {
    margin-left: -70px;
  }

  .flora-final-cta .plugin-actions {
    display: grid;
  }
}

@media (max-width: 760px) {
  .flora-hero__copy,
  .flora-heading,
  .flora-screen-card__copy,
  .flora-pro__intro,
  .flora-ownership__copy,
  .flora-final-cta__inner {
    text-align: center;
  }

  .flora-product-kicker {
    margin-right: auto;
    margin-left: auto;
  }

  .flora-hero__lead,
  .flora-heading,
  .flora-pro__intro,
  .flora-pro__intro p,
  .flora-ownership__copy,
  .flora-final-cta__inner > div {
    margin-right: auto;
    margin-left: auto;
  }

  .flora-hero .plugin-actions,
  .flora-screen-card ul,
  .flora-final-cta .plugin-actions {
    justify-content: center;
  }

  .flora-proof li,
  .flora-proof li:first-child {
    text-align: center;
  }

  .flora-flow li {
    align-items: center;
    text-align: center;
  }

  .flora-section--ink::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .flora-screen-card--hero,
  .flora-screen-card--split,
  .flora-screen-card--reverse {
    padding: 30px 20px 24px;
  }

  .flora-screen-card h3,
  .flora-screen-card p,
  .flora-screen-card ul {
    margin-right: 0;
    padding-right: 0;
  }

  .flora-screen-card ul {
    margin-left: 0;
  }

  .flora-screen-card--split .flora-browser-frame,
  .flora-screen-card--reverse .flora-browser-frame {
    width: 100%;
    border: 1px solid #485568;
    border-radius: 14px;
  }

  .flora-screen-card--compact {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flora-capability-grid article,
  .flora-pro-grid article {
    text-align: center;
  }

  .flora-capability-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .flora-pro-grid svg {
    margin-right: auto;
    margin-left: auto;
  }

  .flora-ownership__copy ul {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .flora-final-cta__inner {
    justify-items: center;
  }
}

/* Inbox and Contact records need a focused browser crop, not an edge-to-edge
   panoramic treatment. Keep both screens centered, readable, and undistorted. */
.flora-screen-card--split,
.flora-screen-card--reverse {
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  padding: 48px 44px 44px;
}

.flora-screen-card--split .flora-screen-card__copy,
.flora-screen-card--reverse .flora-screen-card__copy {
  grid-column: 1;
  grid-row: 1;
  width: min(100%, 720px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.flora-screen-card--split .flora-browser-frame,
.flora-screen-card--reverse .flora-browser-frame {
  display: grid;
  width: min(100%, 820px);
  aspect-ratio: 4 / 3;
  grid-column: 1;
  grid-row: 2;
  grid-template-rows: 30px minmax(0, 1fr);
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #485568;
  border-radius: 16px;
}

.flora-screen-card--split .flora-browser-frame img,
.flora-screen-card--reverse .flora-browser-frame img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: left top;
}

@media (max-width: 760px) {
  .flora-screen-card--split,
  .flora-screen-card--reverse {
    gap: 26px;
    padding: 30px 20px 24px;
  }

  .flora-screen-card--split .flora-browser-frame,
  .flora-screen-card--reverse .flora-browser-frame {
    grid-template-rows: 24px minmax(0, 1fr);
    border-radius: 14px;
  }

  .flora-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .flora-proof li,
  .flora-proof li:first-child {
    min-width: 0;
    padding: 0 6px;
    border-left: 1px solid #ddd9cf;
  }

  .flora-proof li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .flora-proof li:last-child {
    padding-right: 0;
  }

  .flora-proof strong {
    font-size: 12px;
    line-height: 1.2;
  }

  .flora-proof span {
    font-size: 10px;
    line-height: 1.3;
  }

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

  .flora-flow li {
    min-height: 150px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 22px 12px;
    border-top: 0;
    border-left: 1px solid var(--cool-200);
  }

  .flora-flow li:nth-child(odd) {
    border-left: 0;
  }

  .flora-flow li:nth-child(n + 3) {
    border-top: 1px solid var(--cool-200);
  }

  .flora-flow li:nth-child(1)::after,
  .flora-flow li:nth-child(3)::after {
    content: "→";
    top: 50%;
    right: -11px;
    bottom: auto;
    transform: translateY(-50%);
  }

  .flora-flow li:nth-child(2)::after {
    content: "↓";
    top: auto;
    right: 18px;
    bottom: -11px;
    transform: none;
  }

  .flora-flow > li > span {
    font-size: 22px;
  }

  .flora-flow strong {
    margin: 0 0 4px;
    font-size: 17px;
  }

  .flora-flow small {
    font-size: 12px;
    line-height: 1.45;
  }

  .flora-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .flora-capability-grid article {
    min-height: 228px;
    padding: 20px 12px;
    border-radius: 18px;
  }

  .flora-capability-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    border-radius: 13px;
  }

  .flora-capability-grid h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .flora-capability-grid p {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flora-capability-grid article,
  .plugin-btn {
    transition: none;
  }
}
