body.deed7-public {
  background:
    radial-gradient(circle at 9% 10%, rgba(0, 207, 232, 0.1), transparent 34%),
    radial-gradient(circle at 88% 28%, rgba(212, 169, 80, 0.09), transparent 28%),
    linear-gradient(180deg, #f8fbfc 0%, #eef5f7 50%, #f8fafc 100%);
}

.deed7-home-main {
  position: relative;
  overflow: hidden;
}

.deed7-home-main::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
}

.deed7-home-hero {
  position: relative;
  min-height: min(820px, calc(100dvh - 72px));
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: clamp(44px, 7vw, 88px);
  padding-top: clamp(54px, 8vw, 96px);
  padding-bottom: clamp(68px, 8vw, 104px);
}

.deed7-home-hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.deed7-home-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #0b7f90;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.deed7-home-eyebrow > span {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0ec9dd, #d4a950);
}

.deed7-home-headline {
  max-width: 720px;
  font-size: clamp(2.45rem, 5.2vw, 4.55rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.065em !important;
}

.deed7-home-headline span {
  display: block;
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
}

.deed7-home-headline span:nth-child(2) {
  color: #10263a;
  -webkit-text-fill-color: #10263a;
}

/*
 * Desktop only — must come AFTER the base headline rule above.
 * Both use !important; source order decides the winner.
 *
 * Wide screens need a wider copy column before the headline can grow.
 * Font size tracks that column so every complete word remains visible.
 */
@media (min-width: 901px) {
  .deed7-home-hero {
    max-width: min(1360px, calc(100vw - 48px));
    grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.9fr);
    gap: clamp(28px, 4vw, 64px);
  }

  .deed7-home-hero__copy {
    container-type: inline-size;
    container-name: home-copy;
  }

  .deed7-home-headline {
    max-width: none;
    /* Container-relative sizing keeps the headline proportional to its column. */
    font-size: clamp(2.7rem, 9.15cqi, 4.55rem) !important;
  }
}

@media (min-width: 1400px) {
  .deed7-home-hero {
    max-width: min(1520px, calc(100vw - 64px));
    grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.88fr);
  }
}

.deed7-home-hero .deed7-hero__sub {
  max-width: 610px;
  margin-top: 24px;
  color: #536578;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.deed7-home-hero .deed7-hero__actions {
  margin-top: 30px;
}

.deed7-home-hero .deed7-btn,
.deed7-home-cta .deed7-btn {
  min-width: 156px;
  justify-content: center;
}

.deed7-home-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.deed7-home-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: #526477;
  font-size: 0.72rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.deed7-home-trust span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0db8cd;
  box-shadow: 0 0 0 4px rgba(13, 184, 205, 0.1);
}

.deed7-intelligence-preview {
  position: relative;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(51, 73, 94, 0.8);
  border-radius: 28px;
  background: linear-gradient(160deg, #122236, #09131f 78%);
  box-shadow:
    0 34px 90px rgba(12, 34, 51, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.06);
  color: #f7fbff;
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.deed7-intelligence-preview::before {
  content: '';
  position: absolute;
  inset: -24px;
  z-index: -1;
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(12, 194, 217, 0.12), rgba(212, 169, 80, 0.08));
  filter: blur(26px);
}

.deed7-intelligence-preview__glow {
  position: absolute;
  width: 180px;
  height: 180px;
  top: -62px;
  right: -48px;
  border-radius: 50%;
  background: rgba(0, 212, 236, 0.16);
  filter: blur(35px);
}

.deed7-intelligence-preview__header {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 12px;
  padding: 4px 4px 18px;
  border-bottom: 1px solid rgba(148, 180, 203, 0.14);
}

.deed7-intelligence-preview__header strong,
.deed7-intelligence-preview__header span {
  display: block;
}

.deed7-intelligence-preview__header strong {
  font-size: 0.96rem;
}

.deed7-intelligence-preview__header div > span {
  color: #8297ab;
  font-size: 0.69rem;
}

.deed7-intelligence-preview__header i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22d3a6;
  box-shadow: 0 0 0 6px rgba(34, 211, 166, 0.1), 0 0 16px rgba(34, 211, 166, 0.7);
}

.deed7-intelligence-preview__prompt {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 20px 0 16px 34px;
  padding: 14px 15px 14px 18px;
  border-radius: 18px 18px 5px 18px;
  background: linear-gradient(135deg, #0baec3, #0b879d);
  box-shadow: 0 12px 30px rgba(4, 143, 161, 0.18);
  font-size: 0.83rem;
}

.deed7-intelligence-preview__prompt b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(3, 25, 35, 0.28);
}

.deed7-intelligence-preview__answer {
  padding: 18px;
  border: 1px solid rgba(141, 169, 193, 0.15);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.deed7-intelligence-preview__answer > p {
  margin: 0 0 16px;
  color: #dbe7f1;
  font-size: 0.88rem;
}

.deed7-insight-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  border-top: 1px solid rgba(141, 169, 193, 0.12);
}

.deed7-insight-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  font-weight: 900;
}

.deed7-insight-icon--insurance {
  background: rgba(212, 169, 80, 0.12);
  color: #e8c46e;
}

.deed7-insight-icon--margin {
  background: rgba(26, 211, 165, 0.1);
  color: #22d3a6;
}

.deed7-insight-row small,
.deed7-insight-row strong {
  display: block;
}

.deed7-insight-row small {
  margin-bottom: 1px;
  color: #72889c;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.deed7-insight-row strong {
  color: #dce8f2;
  font-size: 0.74rem;
  font-weight: 650;
}

.deed7-intelligence-preview__note {
  margin: 12px 4px 0;
  color: #61768a;
  font-size: 0.62rem;
  text-align: right;
}

.deed7-home-proof {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) 96px;
}

.deed7-home-proof > div {
  padding: 24px clamp(18px, 3vw, 34px);
  border-top: 1px solid rgba(14, 116, 144, 0.18);
  border-bottom: 1px solid rgba(14, 116, 144, 0.18);
}

.deed7-home-proof > div + div {
  border-left: 1px solid rgba(14, 116, 144, 0.18);
}

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

.deed7-home-proof strong {
  margin-bottom: 5px;
  color: #12283c;
  font-size: 0.88rem;
}

.deed7-home-proof span {
  color: #6b7b8b;
  font-size: 0.75rem;
}

.deed7-platform-story,
.deed7-home-cta {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.deed7-platform-story__heading h2,
.deed7-home-cta h2 {
  margin: 0;
  color: #10283c;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.deed7-platform-story__heading > p:not(.deed7-home-eyebrow) {
  max-width: 650px;
  margin: 20px 0 0;
  color: #607284;
  font-size: 0.98rem;
  line-height: 1.75;
}

.deed7-platform-story {
  padding-bottom: 112px;
}

.deed7-platform-story__heading {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  column-gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}

.deed7-platform-story__heading .deed7-home-eyebrow {
  grid-column: 1 / -1;
}

.deed7-platform-story__heading > p:last-child {
  margin: 0;
}

.deed7-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.deed7-platform-grid article {
  position: relative;
  min-height: 250px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(38, 67, 87, 0.06);
  backdrop-filter: blur(12px);
}

.deed7-platform-grid article::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  right: -56px;
  bottom: -56px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12, 189, 211, 0.1), transparent 70%);
}

.deed7-platform-grid article > span {
  color: #0b93a6;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.deed7-platform-grid h3 {
  margin: 48px 0 12px;
  color: #17364d;
  font-size: 1.08rem;
}

.deed7-platform-grid p {
  margin: 0;
  color: #6b7d8d;
  font-size: 0.82rem;
  line-height: 1.65;
}

.deed7-home-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 88px;
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 1px solid rgba(14, 116, 144, 0.18);
  border-bottom: 1px solid rgba(14, 116, 144, 0.18);
}

.deed7-home-cta .deed7-home-eyebrow {
  margin-bottom: 12px;
}

.deed7-home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 900px) {
  .deed7-home-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .deed7-intelligence-preview {
    width: min(100%, 560px);
    transform: none;
  }

  .deed7-platform-story__heading {
    grid-template-columns: 1fr;
  }

  .deed7-platform-story__heading > p:last-child {
    margin-top: 18px;
  }
}

@media (max-width: 720px) {
  .deed7-home-headline {
    font-size: clamp(2.2rem, 11.5vw, 3.45rem) !important;
  }

  .deed7-home-proof,
  .deed7-platform-grid {
    grid-template-columns: 1fr;
  }

  .deed7-home-proof > div {
    border-left: none !important;
  }

  .deed7-home-proof > div + div {
    border-top: 0;
  }

  .deed7-platform-story {
    padding-bottom: 84px;
  }

  .deed7-home-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .deed7-home-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .deed7-home-cta .deed7-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .deed7-home-hero {
    padding-top: 38px;
  }

  .deed7-home-headline {
    font-size: clamp(1.85rem, 9.5vw, 2.85rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.055em !important;
  }

  .deed7-home-hero .deed7-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .deed7-home-hero .deed7-btn {
    width: 100%;
  }

  .deed7-home-trust {
    display: grid;
  }

  .deed7-intelligence-preview {
    padding: 14px;
    border-radius: 22px;
  }

  .deed7-intelligence-preview__prompt {
    margin-left: 18px;
  }

  .deed7-platform-grid article {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .deed7-intelligence-preview {
    transform: none;
  }
}

/* Book a Demo subpage */
.deed7-demo-main {
  min-height: min(70dvh, 760px);
}

.deed7-demo-section {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  margin: 0 auto;
  padding:
    clamp(48px, 8vw, 96px)
    clamp(20px, 4vw, 48px)
    clamp(72px, 10vw, 120px);
}

.deed7-demo-heading {
  margin: 0;
  color: #0f2437;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.deed7-demo-sub {
  margin: 14px 0 0;
  color: #536578;
  font-size: clamp(0.98rem, 1.7vw, 1.12rem);
  line-height: 1.55;
}

.deed7-demo-form {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.deed7-demo-form__fields {
  display: grid;
  gap: 12px;
}

.deed7-demo-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(14, 116, 144, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: #10263a;
  font-family: inherit;
  font-size: 1rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.deed7-demo-form input::placeholder {
  color: #7b8b9c;
}

.deed7-demo-form input:focus {
  outline: none;
  border-color: rgba(14, 201, 221, 0.55);
  box-shadow: 0 0 0 3px rgba(14, 201, 221, 0.14);
}

.deed7-demo-form__submit {
  width: 100%;
  min-height: 48px;
  justify-content: center;
}

/* Offline desktop product homepage */
html {
  scroll-behavior: smooth;
}

.deed7-home-main section[id],
.deed7-workspace-preview[id] {
  scroll-margin-top: 92px;
}

.deed7-home-headline {
  max-width: 760px;
}

.deed7-home-headline .deed7-headline-accent {
  color: #0b879d;
  -webkit-text-fill-color: #0b879d;
}

.deed7-home-hero .deed7-hero__sub {
  max-width: 670px;
  line-height: 1.72;
}

.deed7-home-hero .deed7-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.deed7-workspace-preview {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(51, 73, 94, 0.8);
  border-radius: 28px;
  background: linear-gradient(160deg, #122236, #09131f 78%);
  box-shadow:
    0 34px 90px rgba(12, 34, 51, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.06);
  color: #f7fbff;
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.deed7-workspace-preview::before {
  content: '';
  position: absolute;
  inset: -24px;
  z-index: -1;
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(12, 194, 217, 0.12), rgba(212, 169, 80, 0.08));
  filter: blur(26px);
}

.deed7-workspace-preview__glow {
  position: absolute;
  width: 190px;
  height: 190px;
  top: -70px;
  right: -54px;
  border-radius: 50%;
  background: rgba(0, 212, 236, 0.15);
  filter: blur(36px);
}

.deed7-workspace-preview__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 4px 18px;
  border-bottom: 1px solid rgba(148, 180, 203, 0.14);
}

.deed7-workspace-preview__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.deed7-workspace-preview__mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(21, 210, 231, 0.5);
  border-radius: 14px;
  background: rgba(0, 193, 217, 0.1);
  color: #21d3e7;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.deed7-workspace-preview__identity strong,
.deed7-workspace-preview__identity small {
  display: block;
}

.deed7-workspace-preview__identity strong {
  font-size: 0.94rem;
}

.deed7-workspace-preview__identity small {
  margin-top: 2px;
  color: #8297ab;
  font-size: 0.67rem;
}

.deed7-local-status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: #9bb1c3;
  font-size: 0.65rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.deed7-local-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22d3a6;
  box-shadow: 0 0 0 5px rgba(34, 211, 166, 0.09), 0 0 15px rgba(34, 211, 166, 0.65);
}

.deed7-preview-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 16px 0 10px;
}

.deed7-preview-metrics > div {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(141, 169, 193, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

.deed7-preview-metrics small,
.deed7-preview-metrics strong,
.deed7-preview-metrics span {
  display: block;
}

.deed7-preview-metrics small {
  min-height: 2.4em;
  color: #7e94a7;
  font-size: 0.59rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.deed7-preview-metrics strong {
  margin-top: 7px;
  color: #edf8fc;
  font-size: clamp(1rem, 2vw, 1.3rem);
  letter-spacing: -0.035em;
}

.deed7-preview-metrics span {
  margin-top: 2px;
  overflow: hidden;
  color: #688094;
  font-size: 0.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deed7-preview-panel {
  padding: 15px;
  border: 1px solid rgba(141, 169, 193, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.deed7-preview-panel__heading,
.deed7-preview-property {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.deed7-preview-panel__heading {
  padding-bottom: 10px;
  color: #71889c;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.deed7-preview-property {
  padding: 10px 0;
  border-top: 1px solid rgba(141, 169, 193, 0.1);
}

.deed7-preview-property span,
.deed7-preview-property b,
.deed7-preview-property small {
  display: block;
  min-width: 0;
}

.deed7-preview-property b {
  overflow: hidden;
  color: #dce8f2;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deed7-preview-property small {
  margin-top: 2px;
  color: #688094;
  font-size: 0.61rem;
}

.deed7-preview-property > strong {
  color: #40d6b1;
  font-size: 0.72rem;
}

.deed7-workspace-preview__note {
  margin: 11px 4px 0;
  color: #61768a;
  font-size: 0.6rem;
  text-align: right;
}

.deed7-story-section,
.deed7-workflow-section,
.deed7-difference-section,
.deed7-ownership-section {
  position: relative;
  z-index: 2;
  width: min(100%, 1216px);
  margin: 0 auto;
  padding: 104px clamp(20px, 4vw, 48px);
}

.deed7-story-heading h2,
.deed7-section-intro h2,
.deed7-privacy-copy h2,
.deed7-audience-card h2,
.deed7-ownership-copy h2 {
  margin: 0;
  color: #10283c;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -0.047em;
}

.deed7-story-heading > p:not(.deed7-home-eyebrow),
.deed7-section-intro > p:not(.deed7-home-eyebrow),
.deed7-ownership-copy > p:not(.deed7-home-eyebrow) {
  max-width: 720px;
  margin: 20px 0 0;
  color: #607284;
  font-size: 0.98rem;
  line-height: 1.75;
}

.deed7-section-intro {
  max-width: 840px;
  margin-bottom: 44px;
}

.deed7-section-intro--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.deed7-section-intro--center .deed7-home-eyebrow {
  justify-content: center;
}

.deed7-section-intro--center > p:not(.deed7-home-eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.deed7-problem-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.95fr);
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
}

.deed7-fragment-cloud {
  position: relative;
  min-height: 420px;
}

.deed7-fragment-cloud > span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #567084;
  box-shadow: 0 12px 34px rgba(23, 49, 67, 0.07);
  font-size: 0.7rem;
  font-weight: 750;
  backdrop-filter: blur(12px);
}

.deed7-fragment-cloud > span:nth-child(1) { top: 8%; left: 4%; }
.deed7-fragment-cloud > span:nth-child(2) { top: 4%; right: 2%; }
.deed7-fragment-cloud > span:nth-child(3) { top: 31%; right: -1%; }
.deed7-fragment-cloud > span:nth-child(4) { top: 52%; right: 4%; }
.deed7-fragment-cloud > span:nth-child(5) { bottom: 5%; right: 10%; }
.deed7-fragment-cloud > span:nth-child(6) { bottom: 2%; left: 6%; }
.deed7-fragment-cloud > span:nth-child(7) { top: 53%; left: 0; }
.deed7-fragment-cloud > span:nth-child(8) { top: 28%; left: 3%; }
.deed7-fragment-cloud > span:nth-child(9) { bottom: 20%; left: 30%; }

.deed7-fragment-cloud__center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(26, 207, 228, 0.35);
  border-radius: 34px;
  background: linear-gradient(145deg, #10283c, #081723);
  color: #fff;
  box-shadow: 0 26px 70px rgba(6, 76, 92, 0.25), 0 0 0 16px rgba(15, 177, 198, 0.05);
  transform: translate(-50%, -50%);
}

.deed7-fragment-cloud__center::before,
.deed7-fragment-cloud__center::after {
  content: '';
  position: absolute;
  border: 1px dashed rgba(13, 174, 195, 0.2);
  border-radius: 50%;
}

.deed7-fragment-cloud__center::before { width: 250px; height: 250px; }
.deed7-fragment-cloud__center::after { width: 340px; height: 340px; }

.deed7-fragment-cloud__center b,
.deed7-fragment-cloud__center small {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}

.deed7-fragment-cloud__center b {
  color: #32d3e6;
  font-size: 1.25rem;
}

.deed7-fragment-cloud__center small {
  width: 110px;
  margin-top: 5px;
  color: #8ea4b7;
  font-size: 0.65rem;
  line-height: 1.4;
}

.deed7-capabilities-section {
  padding-top: 88px;
}

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

.deed7-capability-card {
  position: relative;
  min-height: 250px;
  min-width: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(38, 67, 87, 0.06);
  backdrop-filter: blur(12px);
}

.deed7-capability-card::after {
  content: '';
  position: absolute;
  width: 140px;
  height: 140px;
  right: -68px;
  bottom: -68px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12, 189, 211, 0.11), transparent 70%);
}

.deed7-capability-card--wide {
  grid-column: span 2;
}

.deed7-capability-card--accent {
  border-color: rgba(15, 158, 179, 0.2);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(226, 246, 249, 0.76));
}

.deed7-card-index,
.deed7-security-grid article > span {
  color: #0b93a6;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.deed7-capability-card h3 {
  margin: 48px 0 12px;
  color: #17364d;
  font-size: 1.08rem;
}

.deed7-capability-card p {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 0;
  color: #6b7d8d;
  font-size: 0.82rem;
  line-height: 1.7;
}

.deed7-workflow-section {
  width: min(100%, 1290px);
  padding-top: 120px;
  padding-bottom: 128px;
}

.deed7-workflow-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
}

.deed7-workflow-track li {
  position: relative;
  min-width: 0;
  padding: 0 22px;
}

.deed7-workflow-track li::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(14, 116, 144, 0.18);
}

.deed7-workflow-track li:first-child::before { left: 50%; width: 50%; }
.deed7-workflow-track li:last-child::before { width: 50%; }

.deed7-workflow-track li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 40px;
  height: 40px;
  margin: 0 auto 24px;
  place-items: center;
  border: 1px solid rgba(12, 185, 208, 0.32);
  border-radius: 13px;
  background: #f5fafb;
  color: #0a90a4;
  box-shadow: 0 0 0 8px #f2f8f9;
  font-size: 0.64rem;
  font-weight: 850;
}

.deed7-workflow-track h3 {
  margin: 0 0 8px;
  color: #17364d;
  font-size: 0.95rem;
  text-align: center;
}

.deed7-workflow-track p {
  margin: 0;
  color: #6e7f8f;
  font-size: 0.75rem;
  line-height: 1.65;
  text-align: center;
}

.deed7-privacy-wrap {
  position: relative;
  z-index: 2;
  padding: 0 clamp(16px, 3vw, 32px);
  scroll-margin-top: 92px;
}

.deed7-privacy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(52px, 7vw, 92px);
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(62px, 8vw, 104px);
  overflow: hidden;
  border: 1px solid rgba(78, 107, 130, 0.52);
  border-radius: 36px;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 207, 232, 0.12), transparent 36%),
    radial-gradient(circle at 92% 88%, rgba(212, 169, 80, 0.08), transparent 34%),
    linear-gradient(150deg, #102338, #08141f 78%);
  box-shadow: 0 34px 90px rgba(12, 34, 51, 0.22), inset 0 1px rgba(255, 255, 255, 0.05);
}

.deed7-privacy-copy h2 {
  color: #f3f8fb;
}

.deed7-privacy-copy > p:not(.deed7-home-eyebrow) {
  margin: 22px 0 0;
  color: #9eb0bf;
  font-size: 0.95rem;
  line-height: 1.75;
}

.deed7-privacy-callout {
  margin-top: 30px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(132, 166, 190, 0.18);
}

.deed7-privacy-callout strong,
.deed7-privacy-callout span {
  display: block;
}

.deed7-privacy-callout strong {
  color: #dce8f2;
  font-size: 0.84rem;
}

.deed7-privacy-callout span {
  margin-top: 6px;
  color: #7f94a6;
  font-size: 0.74rem;
  line-height: 1.55;
}

.deed7-privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.deed7-privacy-grid > div {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(141, 169, 193, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.deed7-privacy-grid b,
.deed7-privacy-grid span {
  display: block;
}

.deed7-privacy-grid b {
  margin-bottom: 8px;
  color: #dce8f2;
  font-size: 0.78rem;
}

.deed7-privacy-grid span {
  color: #7f94a6;
  font-size: 0.7rem;
  line-height: 1.6;
}

.deed7-security-section {
  padding-top: 128px;
}

.deed7-security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.deed7-security-grid article {
  min-width: 0;
  padding: 24px;
  border-top: 1px solid rgba(14, 116, 144, 0.18);
}

.deed7-security-grid h3 {
  margin: 28px 0 9px;
  color: #17364d;
  font-size: 0.98rem;
}

.deed7-security-grid p {
  margin: 0;
  color: #6b7d8d;
  font-size: 0.78rem;
  line-height: 1.65;
}

.deed7-technical-note {
  margin-top: 28px;
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.56);
}

.deed7-technical-note summary {
  padding: 18px 22px;
  color: #24435a;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.deed7-technical-note p {
  margin: 0;
  padding: 0 22px 20px;
  color: #687b8c;
  font-size: 0.77rem;
  line-height: 1.65;
}

.deed7-product-views {
  padding-top: 92px;
}

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

.deed7-product-view-card {
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(51, 73, 94, 0.68);
  border-radius: 22px;
  background: linear-gradient(155deg, #122236, #0a1622);
  color: #edf7fb;
  box-shadow: 0 24px 54px rgba(18, 45, 64, 0.15);
}

.deed7-product-view-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(141, 169, 193, 0.14);
}

.deed7-product-view-card__top span {
  font-size: 0.78rem;
  font-weight: 800;
}

.deed7-product-view-card__top i {
  color: #6f879a;
  font-size: 0.61rem;
  font-style: normal;
}

.deed7-property-demo-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(141, 169, 193, 0.1);
}

.deed7-property-demo-row span,
.deed7-property-demo-row b,
.deed7-property-demo-row small {
  display: block;
  min-width: 0;
}

.deed7-property-demo-row b {
  overflow: hidden;
  color: #dce8f2;
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deed7-property-demo-row small {
  margin-top: 3px;
  color: #688094;
  font-size: 0.61rem;
}

.deed7-property-demo-row > strong {
  color: #35d2ac;
  font-size: 0.72rem;
}

.deed7-applicant-demo-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 9px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid rgba(141, 169, 193, 0.1);
}

.deed7-applicant-demo-row b {
  color: #dce8f2;
  font-size: 0.7rem;
}

.deed7-applicant-demo-row small {
  grid-column: 2;
  color: #688094;
  font-size: 0.61rem;
}

.deed7-status-dot {
  grid-row: 1 / span 2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.deed7-status-dot--green { background: #2bd1a7; box-shadow: 0 0 0 5px rgba(43, 209, 167, 0.09); }
.deed7-status-dot--gold { background: #e7bc5d; box-shadow: 0 0 0 5px rgba(231, 188, 93, 0.09); }

.deed7-deal-demo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 17px 0;
}

.deed7-deal-demo > span {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(141, 169, 193, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.03);
}

.deed7-deal-demo small,
.deed7-deal-demo strong {
  display: block;
}

.deed7-deal-demo small {
  color: #6f879a;
  font-size: 0.58rem;
}

.deed7-deal-demo strong {
  margin-top: 6px;
  color: #dce8f2;
  font-size: 0.84rem;
}

.deed7-deal-bar {
  height: 7px;
  margin: 24px 0 27px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(120, 149, 173, 0.14);
}

.deed7-deal-bar i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0bb5ca, #d4a950);
}

.deed7-product-view-card__caption {
  min-height: 3.2em;
  padding-top: 13px;
  color: #8297aa;
  font-size: 0.66rem;
  line-height: 1.55;
}

.deed7-demo-disclaimer {
  margin: 16px 2px 0;
  color: #7b8b99;
  font-size: 0.68rem;
  text-align: right;
}

.deed7-audience-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.deed7-audience-card {
  min-width: 0;
  padding: clamp(32px, 5vw, 54px);
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 55px rgba(38, 67, 87, 0.06);
}

.deed7-audience-card--not {
  background: rgba(241, 246, 247, 0.72);
}

.deed7-audience-card h2 {
  font-size: clamp(1.65rem, 3vw, 2.65rem);
}

.deed7-audience-card ul,
.deed7-comparison-grid ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.deed7-audience-card li,
.deed7-comparison-grid li {
  position: relative;
  padding-left: 22px;
  color: #607284;
  font-size: 0.78rem;
  line-height: 1.55;
}

.deed7-audience-card li::before,
.deed7-comparison-grid li::before {
  content: '';
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0eb6ca;
  box-shadow: 0 0 0 4px rgba(14, 182, 202, 0.09);
}

.deed7-audience-card--not li::before {
  background: #9aa9b5;
  box-shadow: 0 0 0 4px rgba(125, 143, 157, 0.09);
}

.deed7-difference-section {
  width: min(100%, 1110px);
  padding-top: 92px;
}

.deed7-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.deed7-comparison-grid article {
  min-width: 0;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
}

.deed7-comparison-grid .deed7-comparison-card--deed7 {
  border-color: rgba(32, 201, 220, 0.3);
  background: linear-gradient(145deg, #10283c, #091723);
  box-shadow: 0 26px 65px rgba(17, 55, 75, 0.18);
}

.deed7-comparison-label {
  color: #2c5068;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deed7-comparison-card--deed7 .deed7-comparison-label {
  color: #32cfe2;
}

.deed7-comparison-card--deed7 li {
  color: #9db0bf;
}

.deed7-feature-depth {
  padding-top: 112px;
}

.deed7-depth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.14);
  border-radius: 24px;
  background: rgba(14, 116, 144, 0.14);
}

.deed7-depth-grid article {
  min-width: 0;
  padding: 30px;
  background: rgba(250, 252, 253, 0.96);
}

.deed7-depth-grid h3 {
  margin: 0 0 12px;
  color: #17364d;
  font-size: 0.95rem;
}

.deed7-depth-grid p {
  margin: 0;
  color: #6b7d8d;
  font-size: 0.75rem;
  line-height: 1.68;
}

.deed7-ownership-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(52px, 8vw, 100px);
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.deed7-ownership-steps {
  display: grid;
}

.deed7-ownership-steps > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(14, 116, 144, 0.14);
}

.deed7-ownership-steps > div > span {
  color: #0b93a6;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.deed7-ownership-steps p {
  margin: 0;
  color: #6b7d8d;
  font-size: 0.76rem;
  line-height: 1.6;
}

.deed7-ownership-steps b {
  display: block;
  margin-bottom: 4px;
  color: #24445b;
  font-size: 0.82rem;
}

.deed7-faq-section {
  width: min(100%, 980px);
  padding-top: 88px;
  padding-bottom: 120px;
}

.deed7-faq-list {
  display: grid;
  gap: 10px;
}

.deed7-faq-list details {
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 10px 28px rgba(38, 67, 87, 0.035);
}

.deed7-faq-list summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  color: #1d3e55;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.deed7-faq-list summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 22px;
  color: #0b93a6;
  font-size: 1.1rem;
  transform: translateY(-50%);
}

.deed7-faq-list details[open] summary::after {
  content: '–';
}

.deed7-faq-list p {
  max-width: 780px;
  margin: 0;
  padding: 0 54px 21px 22px;
  color: #657888;
  font-size: 0.78rem;
  line-height: 1.68;
}

.deed7-home-cta {
  width: min(calc(100% - 40px), 1120px);
  max-width: none;
  align-items: center;
  margin-bottom: 92px;
  padding: 52px clamp(24px, 5vw, 54px);
  border: 1px solid rgba(51, 73, 94, 0.58);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 207, 232, 0.12), transparent 38%),
    linear-gradient(145deg, #10283c, #091723);
  box-shadow: 0 28px 70px rgba(17, 55, 75, 0.17);
}

.deed7-home-cta h2 {
  max-width: 720px;
  color: #f4f9fb;
  font-size: clamp(1.8rem, 3.6vw, 3.25rem);
}

.deed7-home-cta > div > p:not(.deed7-home-eyebrow) {
  max-width: 650px;
  margin: 15px 0 0;
  color: #91a5b5;
  font-size: 0.8rem;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .deed7-capability-grid,
  .deed7-depth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deed7-capability-card--wide {
    grid-column: span 1;
  }

  .deed7-product-view-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deed7-product-view-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .deed7-workspace-preview {
    width: min(100%, 620px);
    transform: none;
  }

  .deed7-problem-section,
  .deed7-privacy-section,
  .deed7-ownership-section {
    grid-template-columns: 1fr;
  }

  .deed7-fragment-cloud {
    width: min(100%, 580px);
    margin: 0 auto;
  }

  .deed7-privacy-section {
    padding: clamp(44px, 7vw, 72px);
  }

  .deed7-workflow-track {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100%, 650px);
    margin-right: auto;
    margin-left: auto;
  }

  .deed7-workflow-track li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding: 0 0 30px;
  }

  .deed7-workflow-track li::before,
  .deed7-workflow-track li:first-child::before,
  .deed7-workflow-track li:last-child::before {
    top: 0;
    left: 20px;
    width: 1px;
    height: 100%;
  }

  .deed7-workflow-track li:first-child::before { top: 20px; height: calc(100% - 20px); }
  .deed7-workflow-track li:last-child::before { height: 20px; }

  .deed7-workflow-track li > span {
    margin: 0;
  }

  .deed7-workflow-track h3,
  .deed7-workflow-track p {
    text-align: left;
  }

  .deed7-workflow-track h3 {
    margin-top: 2px;
  }
}

@media (max-width: 720px) {
  .deed7-home-headline span {
    white-space: normal;
  }

  .deed7-story-section,
  .deed7-workflow-section,
  .deed7-difference-section,
  .deed7-ownership-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .deed7-capability-grid,
  .deed7-security-grid,
  .deed7-product-view-grid,
  .deed7-audience-section,
  .deed7-comparison-grid,
  .deed7-depth-grid,
  .deed7-privacy-grid {
    grid-template-columns: 1fr;
  }

  .deed7-product-view-card:last-child {
    grid-column: auto;
  }

  .deed7-capability-card {
    min-height: 220px;
  }

  .deed7-privacy-wrap {
    padding: 0 12px;
  }

  .deed7-privacy-section {
    padding: 40px 22px;
    border-radius: 26px;
  }

  .deed7-home-cta {
    width: calc(100% - 24px);
  }
}

@media (max-width: 520px) {
  .deed7-home-hero .deed7-hero__actions {
    display: grid;
  }

  .deed7-home-hero .deed7-btn {
    width: 100%;
  }

  .deed7-preview-metrics {
    grid-template-columns: 1fr;
  }

  .deed7-preview-metrics small {
    min-height: auto;
  }

  .deed7-capability-card,
  .deed7-audience-card,
  .deed7-comparison-grid article,
  .deed7-depth-grid article {
    padding: 24px;
  }

  .deed7-home-cta {
    padding: 38px 24px;
  }
}

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

  .deed7-workspace-preview {
    transform: none;
  }
}

/* Homepage copy, availability, download notice, and section rhythm */
.deed7-home-hero .deed7-hero__support {
  max-width: 650px;
  margin: 14px 0 0;
  color: #334e62;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.65;
}

.deed7-download-trigger {
  appearance: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  background: linear-gradient(135deg, rgba(0, 224, 255, 0.22) 0%, rgba(0, 160, 200, 0.35) 100%) !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  font-family: inherit;
  cursor: pointer;
  transition: color 320ms cubic-bezier(0.22, 1, 0.36, 1), -webkit-text-fill-color 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1), transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.deed7-download-trigger::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.deed7-download-trigger > span {
  position: relative;
  z-index: 1;
}

.deed7-download-trigger:hover,
.deed7-download-trigger:focus-visible,
.deed7-download-trigger:active {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  box-shadow: 0 8px 26px rgba(8, 94, 118, 0.22);
}

.deed7-download-trigger:hover::before,
.deed7-download-trigger:focus-visible::before,
.deed7-download-trigger:active::before {
  opacity: 1;
}

.deed7-home-cta .deed7-download-trigger {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.deed7-home-cta .deed7-download-trigger:hover,
.deed7-home-cta .deed7-download-trigger:focus-visible,
.deed7-home-cta .deed7-download-trigger:active {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}

.deed7-menu-auth-primary,
.deed7-menu-auth-primary:hover,
.deed7-menu-auth-primary:focus-visible {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}

@media (hover: none), (pointer: coarse) {
  .deed7-download-trigger {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .deed7-download-trigger:hover:not(:active)::before,
  .deed7-download-trigger:focus-visible:not(:active)::before {
    opacity: 0;
  }

  .deed7-download-trigger:hover:not(:active),
  .deed7-download-trigger:focus-visible:not(:active) {
    transform: none;
  }

  .deed7-home-cta .deed7-download-trigger:hover:not(:active),
  .deed7-home-cta .deed7-download-trigger:focus-visible:not(:active) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }
}

.deed7-public-menu-links {
  justify-self: center;
  justify-items: stretch;
  width: min(100%, 340px);
}

.deed7-public-menu-links a {
  text-align: center;
}

.deed7-home-headline {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.deed7-home-headline span {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
}

@media (min-width: 901px) {
  .deed7-home-headline {
    font-size: clamp(2.35rem, 6.7cqi, 4.05rem) !important;
  }
}

body.deed7-public.deed7-page-enter {
  opacity: 0;
  transform: translateY(9px);
  transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.deed7-public.deed7-page-enter-active {
  opacity: 1;
  transform: translateY(0);
}

.deed7-platform-section {
  width: min(100%, 1120px);
  padding-top: 58px;
  padding-bottom: 76px;
}

.deed7-platform-availability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.deed7-platform-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(38, 67, 87, 0.06);
  backdrop-filter: blur(12px);
}

.deed7-platform-card--available {
  border-color: rgba(12, 179, 202, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(229, 247, 249, 0.78));
}

.deed7-platform-card--beta {
  border-color: rgba(190, 147, 56, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(249, 244, 231, 0.74));
}

.deed7-platform-card--upcoming {
  background: rgba(247, 249, 250, 0.78);
}

.deed7-platform-card__copy {
  width: 100%;
  min-width: 0;
}

.deed7-platform-card__copy h3 {
  margin: 1px 0 8px;
  color: #17364d;
  font-size: 1.06rem;
}

.deed7-platform-card__copy p {
  margin: 0;
  color: #687b8c;
  font-size: 0.76rem;
  line-height: 1.65;
}

.deed7-platform-status {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 7px;
  margin-top: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.63rem;
  font-weight: 820;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.deed7-platform-status--available {
  border: 1px solid rgba(13, 166, 184, 0.18);
  background: rgba(13, 184, 205, 0.08);
  color: #0a8293;
}

.deed7-platform-status--available i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #19bfa1;
  box-shadow: 0 0 0 4px rgba(25, 191, 161, 0.1);
}

.deed7-platform-status--beta {
  border: 1px solid rgba(190, 147, 56, 0.2);
  background: rgba(212, 169, 80, 0.09);
  color: #8a6a27;
}

.deed7-platform-status--beta i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d4a950;
  box-shadow: 0 0 0 4px rgba(212, 169, 80, 0.1);
}

.deed7-platform-status--upcoming {
  border: 1px solid rgba(126, 144, 157, 0.17);
  background: rgba(126, 144, 157, 0.07);
  color: #6f8190;
}

body.deed7-modal-open {
  overflow: hidden;
}

.deed7-download-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 0s linear 300ms;
  will-change: opacity;
}

.deed7-download-modal[hidden] {
  display: none;
}

.deed7-download-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 300ms ease, visibility 0s linear 0s;
}

.deed7-download-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 17, 27, 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  cursor: pointer;
  transition: background-color 300ms ease, -webkit-backdrop-filter 300ms ease, backdrop-filter 300ms ease;
  will-change: background-color, backdrop-filter;
}

.deed7-download-modal.is-open .deed7-download-modal__backdrop {
  background: rgba(6, 17, 27, 0.68);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.deed7-download-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  padding: clamp(32px, 6vw, 48px);
  border: 1px solid rgba(51, 73, 94, 0.66);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 10%, rgba(0, 207, 232, 0.14), transparent 34%),
    linear-gradient(150deg, #12283d, #091722 78%);
  box-shadow: 0 38px 100px rgba(4, 16, 26, 0.42), inset 0 1px rgba(255, 255, 255, 0.06);
  color: #f4f9fb;
  opacity: 0;
  text-align: center;
  transform: translateY(18px) scale(0.965);
  transition: opacity 260ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.deed7-download-modal.is-open .deed7-download-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.deed7-download-dialog__eyebrow {
  display: block;
  margin-bottom: 13px;
  color: #35d2e4;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.deed7-download-dialog h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.deed7-download-dialog p {
  max-width: 330px;
  margin: 16px auto 26px;
  color: #91a6b6;
  font-size: 0.82rem;
  line-height: 1.65;
}

.deed7-download-dialog__close {
  min-width: 132px;
  justify-content: center;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.deed7-download-dialog__close:hover,
.deed7-download-dialog__close:focus-visible,
.deed7-download-dialog__close:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Keep adjacent sections intentional instead of stacking two large paddings. */
.deed7-home-proof {
  padding-bottom: 54px;
}

.deed7-problem-section {
  padding-top: 70px;
  padding-bottom: 48px;
}

.deed7-capabilities-section {
  padding-top: 62px;
  padding-bottom: 54px;
}

.deed7-workflow-section {
  padding-top: 76px;
  padding-bottom: 100px;
}

.deed7-security-section {
  padding-top: 96px;
  padding-bottom: 42px;
}

.deed7-product-views {
  padding-top: 42px;
  padding-bottom: 48px;
}

.deed7-audience-section {
  padding-top: 58px;
  padding-bottom: 48px;
}

.deed7-difference-section {
  padding-top: 64px;
  padding-bottom: 48px;
}

.deed7-feature-depth {
  padding-top: 68px;
  padding-bottom: 48px;
}

.deed7-ownership-section {
  padding-top: 76px;
  padding-bottom: 54px;
}

.deed7-faq-section {
  padding-top: 68px;
  padding-bottom: 78px;
}

@media (max-width: 720px) {
  .deed7-home-hero .deed7-hero__support {
    font-size: 0.82rem;
  }

  .deed7-platform-section {
    padding-top: 44px;
    padding-bottom: 24px;
  }

  .deed7-platform-availability-grid {
    grid-template-columns: 1fr;
  }

  .deed7-platform-card {
    padding: 24px;
  }

  .deed7-security-section {
    padding-top: 68px;
    padding-bottom: 26px;
  }

  .deed7-product-views {
    padding-top: 26px;
    padding-bottom: 38px;
  }

  .deed7-problem-section,
  .deed7-capabilities-section,
  .deed7-workflow-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .deed7-audience-section {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .deed7-difference-section,
  .deed7-feature-depth,
  .deed7-ownership-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .deed7-faq-section {
    padding-top: 32px;
    padding-bottom: 54px;
  }

  .deed7-home-proof {
    padding-bottom: 34px;
  }
}

@media (max-width: 480px) {
  .deed7-platform-card {
    padding: 21px;
  }

  .deed7-platform-status {
    margin-top: 14px;
  }

  .deed7-download-dialog {
    padding: 34px 24px;
  }
}

@media (max-width: 520px) {
  .deed7-fragment-cloud {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    min-height: 0;
    margin: 10px auto 0;
    transform: none;
  }

  .deed7-fragment-cloud > span {
    position: static;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    justify-content: center;
    padding: 9px 8px;
    text-align: center;
    line-height: 1.25;
    white-space: normal;
  }

  .deed7-fragment-cloud > span:nth-child(-n + 4) {
    order: 1;
  }

  .deed7-fragment-cloud__center {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    justify-self: center;
    order: 2;
    width: 116px;
    height: 116px;
    margin: 12px 0;
    border-radius: 30px;
    transform: none;
  }

  .deed7-fragment-cloud__center::before {
    width: 166px;
    height: 166px;
  }

  .deed7-fragment-cloud__center::after {
    width: 224px;
    height: 224px;
  }

  .deed7-fragment-cloud > span:nth-child(n + 5) {
    order: 3;
  }

  .deed7-fragment-cloud > span:nth-child(9) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .deed7-download-trigger,
  .deed7-download-trigger::before {
    transition: none;
  }

  body.deed7-public.deed7-page-enter,
  body.deed7-public.deed7-page-enter-active {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .deed7-download-modal {
    transition-duration: 180ms;
  }

  .deed7-download-modal__backdrop {
    transition-duration: 180ms;
  }

  .deed7-download-dialog {
    transform: none;
    transition: opacity 180ms ease;
  }
}

/* V1.1 homepage: recorded-financial workflow and resilient responsive layout */
.deed7-financial-section {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 6vw, 78px);
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 48px clamp(20px, 4vw, 48px) 72px;
  scroll-margin-top: 88px;
}

.deed7-financial-section > *,
.deed7-live-financials *,
.deed7-live-property > div {
  min-width: 0;
}

.deed7-financial-copy h2 {
  margin: 0;
  color: #10283c;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -0.047em;
  text-wrap: balance;
}

.deed7-financial-copy > p:not(.deed7-home-eyebrow) {
  margin: 20px 0 0;
  color: #607284;
  font-size: 0.96rem;
  line-height: 1.75;
}

.deed7-financial-flow {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.deed7-financial-flow li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(14, 116, 144, 0.15);
}

.deed7-financial-flow li > span {
  color: #0b93a6;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.deed7-financial-flow strong,
.deed7-financial-flow p {
  display: block;
}

.deed7-financial-flow strong {
  margin: -2px 0 5px;
  color: #24445b;
  font-size: 0.84rem;
}

.deed7-financial-flow p {
  margin: 0;
  color: #6a7d8d;
  font-size: 0.75rem;
  line-height: 1.62;
}

.deed7-live-financials {
  position: relative;
  padding: clamp(22px, 3vw, 32px);
  overflow: visible;
  border: 1px solid rgba(64, 91, 113, 0.7);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 5%, rgba(0, 207, 232, 0.13), transparent 30%),
    linear-gradient(150deg, #12263a, #08141f 78%);
  color: #eef7fb;
  box-shadow: 0 34px 90px rgba(12, 34, 51, 0.23), inset 0 1px rgba(255, 255, 255, 0.06);
}

.deed7-live-financials::before {
  content: '';
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(12, 194, 217, 0.09), rgba(212, 169, 80, 0.05));
  filter: blur(22px);
  pointer-events: none;
}

.deed7-live-financials__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(141, 169, 193, 0.15);
}

.deed7-live-financials__top > div:first-child span,
.deed7-live-financials__top > div:first-child strong {
  display: block;
}

.deed7-live-financials__top > div:first-child span {
  margin-bottom: 5px;
  color: #46cde0;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.deed7-live-financials__top > div:first-child strong {
  color: #f4f9fb;
  font-size: 1rem;
}

.deed7-live-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.deed7-live-controls span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(141, 169, 193, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  color: #91a6b7;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
}

.deed7-live-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 16px 0;
}

.deed7-live-summary > div {
  padding: 14px;
  border: 1px solid rgba(141, 169, 193, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.deed7-live-summary small,
.deed7-live-summary strong,
.deed7-live-property small,
.deed7-live-property strong {
  display: block;
  overflow-wrap: anywhere;
}

.deed7-live-summary small,
.deed7-live-property > div:not(.deed7-live-property__name) small {
  color: #70889b;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.deed7-live-summary strong {
  margin-top: 7px;
  color: #dce8f2;
  font-size: 0.84rem;
}

.deed7-live-properties {
  overflow: visible;
  border: 1px solid rgba(141, 169, 193, 0.13);
  border-radius: 16px;
}

.deed7-live-property {
  display: grid;
  grid-template-columns: minmax(155px, 1.4fr) repeat(3, minmax(76px, 0.7fr));
  align-items: center;
  gap: 12px;
  padding: 15px;
}

.deed7-live-property + .deed7-live-property {
  border-top: 1px solid rgba(141, 169, 193, 0.11);
}

.deed7-live-property__name strong {
  color: #dce8f2;
  font-size: 0.72rem;
}

.deed7-live-property__name small {
  margin-top: 3px;
  color: #688094;
  font-size: 0.6rem;
  line-height: 1.4;
}

.deed7-live-property > div:not(.deed7-live-property__name) strong {
  margin-top: 5px;
  color: #cad8e3;
  font-size: 0.7rem;
}

.deed7-live-property .deed7-money-positive {
  color: #3bd4ad !important;
}

.deed7-live-financials__note {
  margin: 13px 2px 0;
  color: #667d91;
  font-size: 0.59rem;
  line-height: 1.5;
  text-align: right;
}

.deed7-capability-card {
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.deed7-capability-card:hover {
  border-color: rgba(14, 165, 185, 0.28);
  box-shadow: 0 22px 54px rgba(38, 67, 87, 0.09);
  transform: translateY(-3px);
}

.deed7-preview-property b,
.deed7-property-demo-row b {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.deed7-product-view-card__top {
  flex-wrap: wrap;
}

.deed7-platform-status,
.deed7-download-trigger > span {
  max-width: 100%;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

#capabilities,
#workflow,
#privacy,
#faq {
  scroll-margin-top: 88px;
}

.deed7-home-proof {
  padding-bottom: 24px;
}

.deed7-capabilities-section {
  padding-top: 56px;
  padding-bottom: 48px;
}

.deed7-workflow-section {
  padding-top: 64px;
  padding-bottom: 76px;
}

.deed7-product-views {
  padding-top: 56px;
  padding-bottom: 50px;
}

.deed7-platform-section {
  padding-top: 50px;
  padding-bottom: 34px;
}

.deed7-audience-section {
  padding-top: 48px;
  padding-bottom: 36px;
}

.deed7-faq-section {
  padding-top: 56px;
  padding-bottom: 72px;
}

@media (max-width: 1080px) {
  .deed7-financial-section {
    grid-template-columns: 1fr;
    width: min(100%, 920px);
  }

  .deed7-financial-copy {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .deed7-financial-section {
    gap: 34px;
    padding: 38px 16px 54px;
  }

  .deed7-live-financials {
    padding: 20px;
    border-radius: 24px;
  }

  .deed7-live-summary {
    grid-template-columns: 1fr;
  }

  .deed7-live-property {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .deed7-live-property__name {
    grid-column: 1 / -1;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(141, 169, 193, 0.1);
  }

  .deed7-live-property > div:last-child {
    grid-column: 1 / -1;
  }

  .deed7-live-financials__note {
    text-align: left;
  }

  .deed7-capabilities-section,
  .deed7-workflow-section,
  .deed7-product-views,
  .deed7-platform-section,
  .deed7-audience-section,
  .deed7-faq-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

@media (max-width: 420px) {
  .deed7-financial-section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .deed7-live-financials {
    padding: 17px;
  }

  .deed7-live-financials__top {
    display: grid;
  }

  .deed7-live-controls {
    justify-content: flex-start;
  }

  .deed7-live-controls span {
    width: 100%;
  }

  .deed7-live-property {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .deed7-capability-card {
    transition: none;
  }

  .deed7-capability-card:hover {
    transform: none;
  }
}

/* Growth Forecast homepage showcase */
.deed7-growth-showcase {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: clamp(48px, 6vw, 88px);
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 72px clamp(20px, 4vw, 48px) 112px;
  scroll-margin-top: 88px;
}

.deed7-growth-showcase::before {
  content: '';
  position: absolute;
  top: 14%;
  right: -9%;
  z-index: -1;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17, 188, 207, 0.11), transparent 68%);
  pointer-events: none;
}

.deed7-growth-showcase__copy {
  min-width: 0;
}

.deed7-growth-showcase__copy h2 {
  margin: 0;
  color: #10283c;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.deed7-growth-showcase__lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: #536a7b;
  font-size: 0.98rem;
  line-height: 1.76;
}

.deed7-growth-benefits {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.deed7-growth-benefits article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
}

.deed7-growth-benefits article > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(9, 145, 163, 0.23);
  border-radius: 13px;
  background: rgba(224, 246, 248, 0.72);
  color: #087b8c;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.deed7-growth-benefits h3 {
  margin: 1px 0 6px;
  color: #17364d;
  font-size: 0.94rem;
}

.deed7-growth-benefits p {
  margin: 0;
  color: #657a8b;
  font-size: 0.78rem;
  line-height: 1.68;
}

.deed7-growth-method {
  max-width: 590px;
  margin: 30px 0 0;
  padding: 16px 18px;
  border-left: 3px solid #159caf;
  border-radius: 0 12px 12px 0;
  background: rgba(229, 245, 247, 0.74);
  color: #526b7b;
  font-size: 0.73rem;
  line-height: 1.58;
}

.deed7-growth-preview {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: clamp(20px, 2.5vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(98, 132, 157, 0.46);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 8%, rgba(20, 200, 222, 0.13), transparent 32%),
    radial-gradient(circle at 8% 96%, rgba(212, 169, 80, 0.07), transparent 28%),
    linear-gradient(155deg, #102438, #07131f 76%);
  box-shadow: 0 36px 90px rgba(10, 35, 53, 0.23), inset 0 1px rgba(255, 255, 255, 0.06);
}

.deed7-growth-preview::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(122, 157, 181, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 157, 181, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
}

.deed7-growth-preview > * {
  position: relative;
  z-index: 1;
}

.deed7-growth-preview__bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.deed7-growth-preview__bar > div span,
.deed7-growth-preview__bar > div strong {
  display: block;
}

.deed7-growth-preview__bar > div span {
  color: #42bfd0;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.deed7-growth-preview__bar > div strong {
  margin-top: 5px;
  color: #f0f7fa;
  font-size: 1.04rem;
}

.deed7-growth-preview__sample {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 10px;
  border: 1px solid rgba(82, 150, 173, 0.28);
  border-radius: 999px;
  background: rgba(68, 119, 141, 0.13);
  color: #a9bdca;
  font-size: 0.55rem;
  font-weight: 700;
  white-space: nowrap;
}

.deed7-growth-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}

.deed7-growth-kpis > div,
.deed7-growth-insights > div {
  min-width: 0;
  border: 1px solid rgba(124, 158, 181, 0.13);
  background: rgba(255, 255, 255, 0.035);
}

.deed7-growth-kpis > div {
  min-height: 104px;
  padding: 14px;
  border-radius: 15px;
}

.deed7-growth-kpis small,
.deed7-growth-kpis strong,
.deed7-growth-kpis span,
.deed7-growth-insights small,
.deed7-growth-insights strong,
.deed7-growth-insights span {
  display: block;
}

.deed7-growth-kpis small,
.deed7-growth-insights small {
  color: #8da5b6;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.deed7-growth-kpis strong {
  margin-top: 12px;
  color: #f0f7fa;
  font-size: clamp(0.9rem, 1.4vw, 1.15rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.deed7-growth-kpis span,
.deed7-growth-insights span {
  margin-top: 4px;
  color: #698194;
  font-size: 0.5rem;
  line-height: 1.35;
}

.deed7-growth-model {
  margin-top: 10px;
  padding: 15px;
  border: 1px solid rgba(124, 158, 181, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.028);
}

.deed7-growth-model__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.deed7-growth-model__controls > span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border: 1px solid rgba(115, 151, 176, 0.16);
  border-radius: 7px;
  background: rgba(80, 112, 136, 0.1);
  color: #91a9ba;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.deed7-growth-model__controls > .deed7-growth-model__active {
  border-color: rgba(35, 196, 216, 0.26);
  background: rgba(17, 169, 188, 0.12);
  color: #69d4e1;
}

.deed7-growth-model__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 17px;
}

.deed7-growth-model__heading small,
.deed7-growth-model__heading strong {
  display: block;
}

.deed7-growth-model__heading small {
  color: #3fb9ca;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.deed7-growth-model__heading strong {
  margin-top: 4px;
  color: #dce9f1;
  font-size: 0.73rem;
}

.deed7-growth-model__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.deed7-growth-model__legend span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #7990a2;
  font-size: 0.46rem;
  white-space: nowrap;
}

.deed7-growth-model__legend i {
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #36bfd1;
}

.deed7-growth-model__legend span:nth-child(2) i {
  background: #d4a950;
}

.deed7-growth-model__legend span:nth-child(3) i {
  height: 6px;
  background: rgba(65, 185, 203, 0.28);
}

.deed7-growth-chart {
  width: 100%;
  margin-top: 7px;
  overflow: hidden;
}

.deed7-growth-chart svg {
  display: block;
  width: 100%;
  height: auto;
}

.deed7-growth-chart__grid line {
  stroke: rgba(123, 153, 176, 0.1);
  stroke-width: 1;
}

.deed7-growth-chart__band {
  stroke: none;
}

.deed7-growth-chart__band--wide {
  fill: rgba(50, 137, 166, 0.1);
}

.deed7-growth-chart__band--narrow {
  fill: rgba(49, 185, 204, 0.15);
}

.deed7-growth-chart__goal {
  stroke: rgba(212, 169, 80, 0.7);
  stroke-width: 1.25;
  stroke-dasharray: 5 6;
}

.deed7-growth-chart__goal-label {
  fill: #d4b76f;
  font-size: 10px;
  font-weight: 700;
}

.deed7-growth-chart__history,
.deed7-growth-chart__median {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.deed7-growth-chart__history {
  stroke: #36bfd1;
}

.deed7-growth-chart__median {
  stroke: #d4a950;
  stroke-dasharray: 8 7;
}

.deed7-growth-chart__current {
  fill: #07131f;
  stroke: #5ee1ef;
  stroke-width: 3;
}

.deed7-growth-chart__goal-point {
  fill: #07131f;
  stroke: #e3bd64;
  stroke-width: 3;
}

.deed7-growth-chart__labels text {
  fill: #627b8e;
  font-size: 10px;
}

.deed7-growth-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.deed7-growth-insights > div {
  padding: 13px 14px;
  border-radius: 13px;
}

.deed7-growth-insights strong {
  margin-top: 6px;
  color: #e4f0f6;
  font-size: 0.84rem;
}

.deed7-growth-insights > div:first-child strong,
.deed7-growth-insights > div:last-child strong {
  color: #43d4b0;
}

.deed7-growth-preview figcaption {
  margin-top: 12px;
  color: #60778b;
  font-size: 0.55rem;
  line-height: 1.45;
  text-align: right;
}

@media (max-width: 1180px) {
  .deed7-growth-showcase {
    grid-template-columns: 1fr;
    width: min(100%, 980px);
  }

  .deed7-growth-showcase__copy {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .deed7-growth-showcase {
    gap: 38px;
    padding: 52px 16px 70px;
  }

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

  .deed7-growth-showcase__lead {
    font-size: 0.92rem;
  }

  .deed7-growth-benefits {
    margin-top: 28px;
  }

  .deed7-growth-preview {
    padding: 18px;
    border-radius: 24px;
  }

  .deed7-growth-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deed7-growth-kpis > div {
    min-height: 92px;
  }

  .deed7-growth-model__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .deed7-growth-model__legend {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .deed7-growth-benefits article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .deed7-growth-benefits article > span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .deed7-growth-preview {
    padding: 15px;
  }

  .deed7-growth-preview__bar {
    display: grid;
  }

  .deed7-growth-preview__sample {
    width: fit-content;
    white-space: normal;
  }

  .deed7-growth-kpis > div {
    padding: 12px;
  }

  .deed7-growth-kpis strong {
    font-size: 0.9rem;
  }

  .deed7-growth-model {
    padding: 12px;
  }

  .deed7-growth-model__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deed7-growth-model__controls > span {
    justify-content: center;
    text-align: center;
  }

  .deed7-growth-model__controls > .deed7-growth-model__active {
    grid-column: 1 / -1;
  }

  .deed7-growth-insights {
    grid-template-columns: 1fr;
  }

  .deed7-growth-preview figcaption {
    text-align: left;
  }
}
