/* New copy, composed with the proportions and visual weight of the live hero. */
.concept-hero {
  padding: 58px 0 54px;
}

/* Shared locked footer for the Websites and Software pages. */
.clearframe-home .concept-footer {
  padding: 54px 0 58px;
  color: rgba(235, 244, 246, .72);
  border-top: 1px solid rgba(41, 199, 190, .16);
  background:
    radial-gradient(520px 240px at 8% 0%, rgba(106, 184, 255, .08), transparent 72%),
    linear-gradient(180deg, #07121a 0%, #04090c 100%);
}

.clearframe-home .concept-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(4, minmax(140px, 1fr));
  align-items: start;
  gap: 34px;
}

.concept-footer-business,
.concept-footer-column {
  min-width: 0;
}

.concept-footer-business {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.concept-footer-brand {
  display: inline-flex;
  margin-bottom: 7px;
}

.concept-footer-brand img {
  display: block;
  width: 198px;
  height: auto;
}

.concept-footer-business strong {
  color: #f7fbff;
  font-size: 13px;
  line-height: 1.45;
}

.concept-footer-business strong span {
  color: rgba(235, 244, 246, .56);
  font-weight: 600;
}

.concept-footer-business a,
.concept-footer-column a {
  color: rgba(235, 244, 246, .72);
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
}

.concept-footer-business a:hover,
.concept-footer-business a:focus-visible,
.concept-footer-column a:hover,
.concept-footer-column a:focus-visible {
  color: #29c7be;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.concept-footer-business p,
.concept-footer-column p {
  margin: 4px 0 0;
  color: rgba(235, 244, 246, .52);
  font-size: 12px;
  line-height: 1.6;
}

.concept-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.concept-footer-column h2 {
  margin: 0 0 5px;
  color: #6ab8ff;
  font: 800 10px/1.2 Inter, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.concept-footer-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 5px;
  margin: 1px 0 0;
  padding: 0;
  list-style: none;
}

.concept-footer-inline-list li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.concept-footer-inline-list li:not(:last-child)::after {
  color: rgba(155, 124, 255, .62);
  content: "\00b7";
}

.concept-footer-area p span {
  color: rgba(155, 124, 255, .62);
}

@media (max-width: 1100px) {
  .clearframe-home .concept-footer-grid {
    grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(170px, 1fr));
  }
}

@media (max-width: 720px) {
  .clearframe-home .concept-footer {
    padding: 42px 0 46px;
  }

  .clearframe-home .concept-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
  }

  .concept-footer-business {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .clearframe-home .concept-footer-grid {
    grid-template-columns: 1fr;
  }

  .concept-footer-business {
    grid-column: auto;
  }
}

.concept-hero .wrap {
  width: min(100% - 48px, 1280px);
}

.concept-hero-grid {
  grid-template-columns: minmax(0, 860px) 360px;
  justify-content: space-between;
  gap: 60px;
  align-items: stretch;
}

.concept-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 860px;
}

.concept-hero h1 {
  max-width: 860px;
  margin-bottom: 22px;
  color: #6ab8ff;
  background: linear-gradient(105deg, #6ab8ff 0%, #79cbea 32%, #29c7be 58%, #6ab8ff 78%, #29c7be 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(66px, 5.2vw, 76px);
  line-height: .98;
  letter-spacing: -.052em;
  text-wrap: balance;
  animation: hero-gradient-pulse 5.5s ease-in-out infinite;
}

.concept-hero .hero-sub {
  max-width: 720px;
}

.hero-search-demo {
  position: relative;
  width: min(100%, 650px);
  height: 176px;
  margin-top: 36px;
}

.search-demo-window {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(106, 184, 255, .3);
  border-radius: 16px;
  background: #f8fafc;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28), 0 0 34px rgba(106, 184, 255, .08);
}

.search-demo-browserbar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 10px;
  border-bottom: 1px solid #dbe3ec;
  background: #eef2f7;
}

.search-demo-browserbar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9aa7b5;
}

.search-demo-browserbar > span:first-child {
  background: #ff6b64;
}

.search-demo-browserbar > span:nth-child(2) {
  background: #f5bd4f;
}

.search-demo-browserbar > span:nth-child(3) {
  background: #5acb72;
}

.search-demo-browserbar small {
  width: 55%;
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: 9px;
  line-height: 1;
}

.search-demo-surface {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  grid-template-rows: 38px 1fr;
  gap: 7px 12px;
  height: calc(100% - 28px);
  padding: 12px 18px 13px;
  color: #172033;
}

.search-demo-google {
  align-self: center;
  font: 700 18px/1 Arial, sans-serif;
  letter-spacing: -.08em;
}

.search-demo-google span:nth-child(1),
.search-demo-google span:nth-child(4) {
  color: #4285f4;
}

.search-demo-google span:nth-child(2),
.search-demo-google span:nth-child(6) {
  color: #ea4335;
}

.search-demo-google span:nth-child(3) {
  color: #fbbc05;
}

.search-demo-google span:nth-child(5) {
  color: #34a853;
}

.search-demo-field {
  display: flex;
  align-items: center;
  align-self: center;
  min-width: 0;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #d7dde5;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .08);
}

.search-demo-field svg {
  width: 14px;
  margin-right: 10px;
  fill: none;
  stroke: #64748b;
  stroke-linecap: round;
  stroke-width: 2;
}

.search-demo-query {
  display: inline-block;
  width: 0;
  overflow: hidden;
  border-right: 1px solid #2563eb;
  color: #1f2937;
  font: 500 13px/1.2 Arial, sans-serif;
  white-space: nowrap;
  animation: search-query-type 12s steps(18, end) infinite;
}

.search-demo-results {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  opacity: 0;
  transform: translateY(7px);
  animation: search-results-arrive 12s ease-in-out infinite;
}

.search-demo-result {
  min-width: 0;
  padding: 9px 11px;
  border: 1px solid #e3e8ef;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .05);
}

.search-demo-result small,
.search-demo-result strong,
.search-demo-result span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-demo-result small {
  color: #53606f;
  font: 400 8px/1.2 Arial, sans-serif;
}

.search-demo-result strong {
  margin-top: 4px;
  color: #1a0dab;
  font: 500 13px/1.1 Arial, sans-serif;
}

.search-demo-result span {
  margin-top: 4px;
  color: #4b5563;
  font: 400 9px/1.2 Arial, sans-serif;
}

.search-demo-result-first {
  animation: search-first-result 12s ease-in-out infinite;
}

.search-demo-pointer {
  position: absolute;
  z-index: 3;
  top: 26%;
  left: 78%;
  width: 20px;
  height: 25px;
  overflow: visible;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .25));
  animation: search-pointer-move 12s ease-in-out infinite;
}

.search-demo-pointer path {
  fill: #fff;
  stroke: #111827;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-design-note {
  margin-top: 28px;
  color: #9b7cff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}

@keyframes hero-gradient-pulse {
  0%, 100% {
    background-position: 0% 50%;
    filter: brightness(1);
  }

  50% {
    background-position: 100% 50%;
    filter: brightness(1.12);
  }
}

@keyframes search-query-type {
  0%, 15% {
    width: 0;
  }

  42%, 92% {
    width: 18ch;
  }

  100% {
    width: 0;
  }
}

@keyframes search-results-arrive {
  0%, 43% {
    opacity: 0;
    transform: translateY(7px);
  }

  49%, 92% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

@keyframes search-first-result {
  0%, 65% {
    border-color: #e3e8ef;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .05);
    transform: none;
  }

  72%, 78% {
    border-color: #4285f4;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, .16);
    transform: translateY(-1px);
  }

  80% {
    border-color: #4285f4;
    box-shadow: 0 0 0 4px rgba(66, 133, 244, 0);
    transform: scale(.985);
  }

  84%, 100% {
    border-color: #4285f4;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, .12);
    transform: none;
  }
}

@keyframes search-pointer-move {
  0% {
    top: 22%;
    left: 82%;
  }

  12%, 44% {
    top: 25%;
    left: 61%;
  }

  58% {
    top: 67%;
    left: 73%;
  }

  70%, 78% {
    top: 67%;
    left: 48%;
    transform: scale(1);
  }

  80% {
    top: 67%;
    left: 48%;
    transform: scale(.78);
  }

  83%, 92% {
    top: 67%;
    left: 48%;
    transform: scale(1);
  }

  100% {
    top: 22%;
    left: 82%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .concept-hero h1 {
    animation: none;
  }

  .search-demo-query,
  .search-demo-results,
  .search-demo-result-first,
  .search-demo-pointer {
    animation: none;
  }

  .search-demo-query {
    width: 18ch;
    border-right: 0;
  }

  .search-demo-results {
    opacity: 1;
    transform: none;
  }

  .search-demo-result-first {
    border-color: #4285f4;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, .12);
  }

  .search-demo-pointer {
    display: none;
  }
}

.concept-hero-owner {
  width: 360px;
  max-width: 360px;
}

body.idea-dialog-open {
  overflow: hidden;
}

.idea-dialog {
  width: min(100% - 28px, 540px);
  max-width: 540px;
  padding: 0;
  overflow: visible;
  color: #f7fbff;
  border: 1px solid rgba(106, 184, 255, .32);
  border-radius: 22px;
  background: rgba(7, 18, 30, .97);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .72), 0 0 70px rgba(41, 199, 190, .1);
}

.idea-dialog[open] {
  animation: idea-dialog-enter 360ms cubic-bezier(.16, 1, .3, 1) both;
}

.idea-dialog::backdrop {
  background: rgba(2, 7, 12, .78);
  backdrop-filter: blur(10px);
}

.idea-dialog-panel {
  position: relative;
  padding: 38px;
}

.idea-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  color: rgba(247, 251, 255, .72);
  font: 400 28px/1 Inter, sans-serif;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  place-items: center;
}

.idea-dialog-close:hover {
  color: #fff;
  border-color: rgba(41, 199, 190, .5);
}

.idea-dialog-eyebrow {
  margin-bottom: 10px;
  color: #29c7be;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.idea-dialog h2 {
  max-width: 430px;
  margin: 0;
  font: 700 clamp(30px, 5vw, 42px)/1.02 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -.04em;
}

.idea-dialog-panel > p {
  max-width: 450px;
  margin: 16px 0 24px;
  color: rgba(231, 242, 250, .72);
  font-size: 16px;
  line-height: 1.55;
}

.idea-dialog-form {
  display: grid;
  gap: 14px;
}

.idea-dialog-form label {
  display: grid;
  gap: 7px;
}

.idea-dialog-form label > span {
  color: rgba(247, 251, 255, .86);
  font-size: 13px;
  font-weight: 700;
}

.idea-dialog-form label small {
  color: rgba(247, 251, 255, .48);
  font: inherit;
}

.idea-dialog-form input,
.idea-dialog-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: #f7fbff;
  font: 500 16px/1.4 Inter, sans-serif;
  border: 1px solid rgba(106, 184, 255, .2);
  border-radius: 10px;
  outline: none;
  background: rgba(1, 8, 14, .72);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.idea-dialog-form textarea {
  min-height: 88px;
  resize: vertical;
}

.idea-dialog-form input:focus,
.idea-dialog-form textarea:focus {
  border-color: #29c7be;
  box-shadow: 0 0 0 3px rgba(41, 199, 190, .14);
}

.idea-dialog-send {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  margin-top: 4px;
  padding: 0 18px;
  color: #021013;
  font: 800 15px/1 Inter, sans-serif;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(105deg, #6ab8ff 0%, #29c7be 100%);
  box-shadow: 0 14px 32px rgba(41, 199, 190, .18);
}

.idea-dialog-send:hover {
  filter: brightness(1.08);
}

@keyframes idea-dialog-enter {
  from {
    opacity: 0;
    transform: translateY(20px) scale(.975);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.concept-difference {
  display: flex;
  align-items: center;
  min-height: 730px;
  padding: 52px 0;
  border-top: 1px solid rgba(106, 184, 255, .12);
}

.concept-difference .wrap {
  width: min(100% - 48px, 1280px);
}

.concept-difference-intro {
  max-width: none;
  margin: 0 auto 28px;
  text-align: center;
  perspective: 800px;
}

.concept-difference-intro .section-title {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.concept-difference-intro .section-title.difference-title-reveal {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(34px) rotateX(-11deg) scale(.985);
  transform-origin: 50% 100%;
  transition:
    opacity 720ms ease-out,
    filter 850ms ease-out,
    transform 900ms cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, filter, transform;
}

.concept-difference-intro .section-title.difference-title-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) rotateX(0) scale(1);
}

.concept-difference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.difference-card {
  position: relative;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.difference-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 9, 12, .08) 0%, rgba(5, 15, 25, .04) 68%, rgba(5, 15, 25, .5) 100%);
  content: "";
}

.difference-card:hover {
  border-color: rgba(41, 199, 190, .42);
  box-shadow: 0 38px 90px -32px rgba(0, 0, 0, .96), 0 22px 62px -40px rgba(41, 199, 190, .52), inset 0 1px 0 rgba(255, 255, 255, .08);
  transform: translateY(-3px);
}

.difference-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.92) brightness(.84);
  transition: filter 220ms ease, transform 280ms ease;
}

.difference-card:hover > img {
  filter: saturate(1) brightness(.96);
  transform: scale(1.018);
}

.difference-portal-demo,
.difference-contact-demo,
.difference-hero-picker {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.difference-portal-demo {
  background:
    radial-gradient(360px 240px at 18% 94%, rgba(106, 184, 255, .16), transparent 70%),
    radial-gradient(320px 220px at 86% 88%, rgba(41, 199, 190, .14), transparent 72%),
    #061018;
}

.difference-portal-shell {
  position: absolute;
  top: 230px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid rgba(106, 184, 255, .24);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(11, 28, 40, .96), rgba(10, 13, 27, .98));
  box-shadow: 0 24px 58px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.difference-portal-logo {
  width: 138px;
  height: auto;
  margin-bottom: 14px;
}

.difference-care-card {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(41, 199, 190, .2);
  border-radius: 12px;
  background: rgba(3, 12, 20, .64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.difference-care-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.difference-care-check {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: #041314;
  font-size: 22px;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, #6ab8ff, var(--cf-teal));
  box-shadow: 0 10px 26px rgba(41, 199, 190, .22);
  place-items: center;
}

.difference-care-summary small,
.difference-care-summary strong {
  display: block;
}

.difference-care-summary small {
  color: rgba(213, 230, 233, .62);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.difference-care-summary strong {
  margin-top: 4px;
  color: #fff7eb;
  font-size: 19px;
}

.difference-care-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 14px;
}

.difference-care-status span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  padding: 8px 5px;
  color: rgba(231, 242, 250, .7);
  font-size: 8px;
  font-weight: 700;
  border: 1px solid rgba(41, 199, 190, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
}

.difference-care-status b {
  color: var(--cf-teal);
  font-size: 11px;
}

.difference-contact-demo {
  background:
    radial-gradient(320px 220px at 80% 86%, rgba(41, 199, 190, .22), transparent 70%),
    linear-gradient(145deg, #dce9f2, #f7fbfd);
}

.difference-contact-form {
  position: absolute;
  top: 228px;
  right: 24px;
  bottom: 18px;
  left: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(57, 84, 104, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 56px rgba(11, 28, 40, .2);
  color: #102232;
}

.difference-contact-form > strong {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
}

.difference-contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.difference-contact-fields > span {
  display: block;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #d7e1e8;
  border-radius: 8px;
  background: #f8fbfd;
}

.difference-contact-fields small,
.difference-contact-fields b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.difference-contact-fields small {
  color: #647482;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.difference-contact-fields b {
  margin-top: 4px;
  font-size: 11px;
}

.difference-contact-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
  padding: 9px 10px;
  border: 1px solid #d7e1e8;
  border-radius: 8px;
  background: #f8fbfd;
  font-size: 10px;
}

.difference-contact-choice span {
  color: #647482;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.difference-contact-choice b {
  color: #102232;
}

.difference-call-button {
  display: grid;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #6ab8ff, #29c7be);
  box-shadow: 0 12px 24px rgba(41, 199, 190, .18);
  color: #07131d;
  font: 800 13px/1 "Inter", sans-serif;
  animation: difference-call-button-click 3.2s ease-in-out infinite;
  place-items: center;
}

.difference-call-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.difference-call-pointer {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 4;
  width: 22px;
  height: 27px;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .28));
  transform-origin: 2px 2px;
  animation: difference-call-pointer-click 3.2s ease-in-out infinite;
}

.difference-call-pointer path {
  fill: #fff;
  stroke: #111827;
  stroke-linejoin: round;
  stroke-width: 2;
}

.difference-hero-picker {
  background: #07131d;
}

.difference-hero-stage {
  position: absolute;
  top: 228px;
  right: 14px;
  bottom: 64px;
  left: 14px;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(106, 184, 255, .22);
  border-radius: 12px;
  background: #03080c;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .32);
}

.difference-hero-stage > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #03080c;
  filter: saturate(.96) brightness(.9);
}

.difference-hero-stage > img[hidden] {
  display: none;
}

.difference-hero-controls {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 4;
  display: grid;
  grid-template-columns: 38px minmax(108px, 1fr) 38px;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
}

.difference-hero-controls button {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(5, 15, 25, .82);
  color: #fff;
  font: 800 18px/1 "Inter", sans-serif;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.difference-hero-controls button:hover {
  border-color: rgba(106, 184, 255, .62);
  background: rgba(106, 184, 255, .18);
}

.difference-hero-controls strong {
  min-width: 108px;
  padding: 10px 12px;
  overflow: hidden;
  border: 1px solid rgba(41, 199, 190, .26);
  border-radius: 999px;
  background: rgba(5, 15, 25, .86);
  color: #fff7eb;
  font-size: 10px;
  letter-spacing: .06em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.difference-hero-controls button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.difference-card-copy {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-bottom: 1px solid rgba(106, 184, 255, .14);
  background: linear-gradient(145deg, rgba(11, 28, 40, .88), rgba(10, 13, 27, .82));
  box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
  -webkit-backdrop-filter: blur(14px) saturate(.88);
  backdrop-filter: blur(14px) saturate(.88);
  text-align: center;
}

.difference-card-copy::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 76px;
  background: linear-gradient(180deg, rgba(8, 20, 31, .68), rgba(8, 20, 31, .2) 62%, transparent);
  -webkit-backdrop-filter: blur(10px) saturate(.9);
  backdrop-filter: blur(10px) saturate(.9);
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .72) 46%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .72) 46%, transparent 100%);
}

.difference-card-copy h3 {
  max-width: 360px;
  margin: 0 auto 14px;
  color: #fff7eb;
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(30px, 2.7vw, 40px);
  line-height: 1.03;
  -webkit-text-fill-color: transparent;
  animation: difference-title-pulse 6s ease-in-out infinite;
}

.difference-card:nth-child(1) .difference-card-copy h3 {
  background-image: linear-gradient(105deg, #6ab8ff 0%, #29c7be 52%, #6ab8ff 100%);
}

.difference-card:nth-child(2) .difference-card-copy h3 {
  background-image: linear-gradient(105deg, #9b7cff 0%, #6ab8ff 52%, #9b7cff 100%);
  animation-delay: -2s;
}

.difference-card:nth-child(3) .difference-card-copy h3 {
  background-image: linear-gradient(105deg, #29c7be 0%, #9b7cff 52%, #29c7be 100%);
  animation-delay: -4s;
}

.difference-card-copy p {
  max-width: 38ch;
  margin: 0 auto;
  color: rgba(235, 244, 246, .92);
  font-size: 17px;
  line-height: 1.55;
}

.concept-examples {
  display: flex;
  align-items: center;
  min-height: 760px;
  padding: 64px 0 72px;
  border-top: 1px solid rgba(106, 184, 255, .12);
}

.concept-examples .wrap {
  width: min(100% - 48px, 1280px);
}

.concept-examples-intro {
  max-width: none;
  margin: 0 auto 28px;
  text-align: center;
}

.concept-examples-intro .section-title {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.concept-examples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.concept-examples-grid > .concept-example-card {
  --example-accent: 41, 199, 190;
  min-width: 0;
  min-height: 570px;
  border-color: rgba(var(--example-accent), .26);
  transition: none;
}

.concept-example-card:nth-child(2) {
  --example-accent: 106, 184, 255;
}

.concept-example-card:nth-child(3) {
  --example-accent: 155, 124, 255;
}

.concept-example-card:hover {
  border-color: rgba(var(--example-accent), .26);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .24);
  transform: none;
}

.concept-example-card .homepage-example-media {
  aspect-ratio: 16 / 10;
}

.concept-example-card .homepage-example-media img {
  object-position: center top;
  filter: saturate(.9) brightness(.88);
  transition: none;
}

.concept-example-card:first-child .homepage-example-media img {
  object-position: center top;
}

.concept-example-card:hover .homepage-example-media img {
  filter: saturate(.9) brightness(.88);
  transform: none;
}

.concept-example-card .homepage-example-body {
  padding: 24px;
}

.concept-example-card .homepage-example-body > span {
  color: rgb(var(--example-accent));
}

.concept-example-card .homepage-example-body h3 {
  font-size: clamp(27px, 2.4vw, 34px);
}

.concept-example-card .homepage-example-body p {
  min-height: 50px;
  font-size: 15px;
  line-height: 1.55;
}

.concept-example-impact {
  position: relative;
  margin-top: auto;
  padding: 17px 18px 16px;
  overflow: hidden;
  border: 1px solid rgba(var(--example-accent), .2);
  border-radius: 14px;
  background:
    radial-gradient(240px 120px at 100% 100%, rgba(var(--example-accent), .12), transparent 72%),
    rgba(2, 10, 17, .5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.concept-example-impact::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(var(--example-accent), .72), transparent);
  content: "";
}

.concept-example-impact > span {
  display: block;
  color: rgba(var(--example-accent), .9);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.concept-example-outcomes {
  display: grid;
  gap: 0;
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
}

.concept-example-outcomes li {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 0;
  color: rgba(231, 242, 250, .82);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  border-bottom: 1px solid rgba(var(--example-accent), .11);
}

.concept-example-outcomes li:last-child {
  border-bottom: 0;
}

.concept-example-outcomes li::before {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #041014;
  font-size: 11px;
  font-weight: 950;
  border-radius: 50%;
  background: rgb(var(--example-accent));
  content: "\2713";
  place-items: center;
}

.concept-example-impact > strong {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding-top: 13px;
  color: rgb(var(--example-accent));
  font-size: 14px;
  border-top: 1px solid rgba(var(--example-accent), .16);
}

.concept-examples-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: max-content;
  margin: 26px auto 0;
  padding: 9px 14px;
  color: rgba(231, 242, 250, .76);
  font: 750 13px/1 "Inter", sans-serif;
  letter-spacing: .015em;
  text-decoration: none;
  border: 1px solid rgba(106, 184, 255, .2);
  border-radius: 999px;
  background: rgba(4, 15, 24, .54);
}

.concept-examples-contact b {
  color: #29c7be;
  font-size: 15px;
}

.concept-examples-contact:hover,
.concept-examples-contact:focus-visible {
  color: #fff;
  border-color: rgba(41, 199, 190, .5);
  background: rgba(41, 199, 190, .08);
}

.concept-examples-contact:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.concept-process {
  display: flex;
  align-items: center;
  min-height: 900px;
  padding: 68px 0 76px;
  border-top: 1px solid rgba(106, 184, 255, .12);
}

.concept-process .wrap {
  width: min(100% - 48px, 1280px);
}

.concept-process-intro {
  max-width: none;
  margin: 0 auto 32px;
  text-align: center;
}

.concept-process-intro .section-title {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.concept-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-step-card {
  --process-accent: 41, 199, 190;
  position: relative;
  min-height: 475px;
  padding: 28px;
  overflow: hidden;
  border-color: rgba(var(--process-accent), .22);
  background:
    radial-gradient(340px 220px at 22% 0%, rgba(var(--process-accent), .105), transparent 72%),
    linear-gradient(145deg, rgba(11, 28, 40, .94), rgba(10, 13, 27, .97));
  transition: none;
  isolation: isolate;
}

.process-step-card:nth-child(2) {
  --process-accent: 67, 194, 220;
}

.process-step-card:nth-child(3) {
  --process-accent: 104, 168, 245;
}

.process-step-card:nth-child(4) {
  --process-accent: 155, 124, 255;
}

.process-step-card::before {
  position: absolute;
  top: 0;
  right: 26px;
  left: 26px;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, #29c7be, #6ab8ff, #9b7cff, #29c7be);
  background-size: 300% 100%;
  content: "";
  animation: process-card-gradient 9s linear infinite;
}

.process-step-card:nth-child(2)::before {
  animation-delay: -2.25s;
}

.process-step-card:nth-child(3)::before {
  animation-delay: -4.5s;
}

.process-step-card:nth-child(4)::before {
  animation-delay: -6.75s;
}

.process-step-card::after {
  display: none;
}

.process-step-card > * {
  position: relative;
  z-index: 2;
}

.process-step-card .advantage-card-topline {
  justify-content: flex-start;
}

.process-step-card .advantage-card-topline span {
  color: rgb(var(--process-accent));
  font-size: 12px;
}

.process-step-card h3 {
  margin: 30px 0 14px;
  font-size: clamp(30px, 2.6vw, 38px);
}

.process-step-card p {
  color: rgba(235, 244, 246, .9);
  font-size: 17px;
  line-height: 1.6;
}

.process-step-image {
  position: relative;
  height: 205px;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid rgba(var(--process-accent), .18);
  border-radius: 12px;
  background: #07131d;
}

.process-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) brightness(.82);
}

.process-contact-message {
  position: absolute;
  top: 51%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 48px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(105deg, #29c7be, #55aee5);
  box-shadow: 0 10px 26px rgba(41, 199, 190, .28);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.72);
  transform-origin: center;
}

.process-contact-message::after {
  position: absolute;
  bottom: -4px;
  left: 7px;
  border-top: 7px solid #31c0c4;
  border-right: 7px solid transparent;
  content: "";
}

.process-contact-message i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(3, 16, 22, .65);
}

.process-plan-email {
  position: absolute;
  top: 16px;
  right: 12px;
  display: grid;
  gap: 3px;
  min-width: 118px;
  padding: 9px 11px;
  color: #eaf8fb;
  border: 1px solid rgba(106, 184, 255, .32);
  border-radius: 10px;
  background: rgba(5, 18, 30, .92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .34);
  opacity: 0;
  transform: translateX(32px);
}

.process-plan-email b {
  color: #6ab8ff;
  font-size: 10px;
}

.process-plan-email small {
  color: rgba(234, 248, 251, .76);
  font-size: 9px;
}

.process-sequence-ready .process-step-card,
.process-sequence-ready .concept-process-close {
  opacity: 0;
  transform: translateY(26px);
}

.process-sequence-ready .process-step-card:nth-child(3),
.process-sequence-ready .process-step-card:nth-child(4) {
  transform: none;
}

.process-sequence-ready.is-sequencing .process-step-card {
  animation: process-card-reveal 680ms cubic-bezier(.16, 1, .3, 1) forwards;
}

.process-sequence-ready.is-sequencing .process-step-card:nth-child(1) {
  animation-delay: .1s;
}

.process-sequence-ready.is-sequencing .process-step-card:nth-child(2) {
  animation-delay: 1.35s;
}

.process-sequence-ready.is-sequencing .process-step-card:nth-child(3) {
  animation-name: process-card-fade;
  animation-duration: 520ms;
  animation-timing-function: ease-out;
  animation-delay: 2.6s;
}

.process-sequence-ready.is-sequencing .process-step-card:nth-child(4) {
  animation-name: process-card-fade;
  animation-duration: 520ms;
  animation-timing-function: ease-out;
  animation-delay: 4.55s;
}

.process-sequence-ready.is-sequencing .process-contact-message {
  animation: process-message-pop 900ms cubic-bezier(.16, 1, .3, 1) .48s forwards;
}

.process-sequence-ready.is-sequencing .process-plan-email {
  animation: process-email-arrive 900ms cubic-bezier(.16, 1, .3, 1) 1.73s forwards;
}

.process-sequence-ready.is-sequencing .concept-process-close {
  animation: process-card-reveal 720ms cubic-bezier(.16, 1, .3, 1) 7.2s forwards;
}

@keyframes process-card-gradient {
  to {
    background-position: 300% 50%;
  }
}

@keyframes process-card-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes process-card-fade {
  to {
    opacity: 1;
  }
}

@keyframes process-message-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.72);
  }

  62% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes process-email-arrive {
  0% {
    opacity: 0;
    transform: translateX(32px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.concept-process-close {
  display: grid;
  grid-template-areas:
    "heading actions"
    "copy copy";
  grid-template-columns: max-content 270px;
  align-items: start;
  gap: 8px 22px;
  width: min(100%, 780px);
  margin: 30px auto 0;
  padding: 26px 32px;
  border: 1px solid rgba(41, 199, 190, .24);
  border-radius: 20px;
  background:
    radial-gradient(420px 220px at 100% 50%, rgba(41, 199, 190, .11), transparent 72%),
    linear-gradient(145deg, rgba(11, 28, 40, .94), rgba(10, 13, 27, .97));
  box-shadow: 0 28px 78px -36px rgba(0, 0, 0, .9), inset 0 1px 0 rgba(255, 255, 255, .055);
}

.concept-process-close-heading {
  grid-area: heading;
  align-self: center;
}

.concept-process-close h3 {
  margin: 0;
  background: linear-gradient(105deg, #6ab8ff 0%, #29c7be 48%, #9b7cff 76%, #6ab8ff 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(58px, 7vw, 90px);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.045em;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 14px 30px rgba(41, 199, 190, .12));
  animation: process-close-type 7s ease-in-out infinite;
}

.concept-process-close p {
  grid-area: copy;
  max-width: none;
  margin: 0;
  color: rgba(235, 244, 246, .88);
  font-size: 18px;
  line-height: 1.5;
}

.concept-direct-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
  font: 700 11px/1.25 "Inter", sans-serif;
}

.concept-direct-contact a {
  color: rgba(235, 244, 246, .7);
  text-decoration-color: rgba(41, 199, 190, .46);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.concept-direct-contact a:hover,
.concept-direct-contact a:focus-visible {
  color: #29c7be;
}

.concept-direct-contact a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.concept-process-close-actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: 1fr;
}

.process-contact-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  min-height: 76px;
  padding: 16px 20px;
  color: #07131d;
  text-decoration: none;
  border-radius: 12px;
  background: linear-gradient(105deg, #6ab8ff 0%, #29c7be 58%, #72b4ed 100%);
  box-shadow: 0 14px 32px rgba(41, 199, 190, .16);
}

.process-contact-primary > strong {
  font: 700 23px/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -.025em;
}

.process-contact-primary > b {
  font-size: 20px;
}

.process-contact-primary:focus-visible {
  outline: 3px solid #fff7eb;
  outline-offset: 4px;
}

@keyframes process-close-type {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes difference-title-pulse {
  0%, 100% {
    background-position: 0% 50%;
    filter: brightness(1);
  }

  50% {
    background-position: 100% 50%;
    filter: brightness(1.14);
  }
}

@keyframes difference-call-pointer-click {
  0% {
    opacity: 0;
    transform: translate(-2px, -2px) scale(1);
  }

  7%, 34% {
    opacity: 1;
    transform: translate(-2px, -2px) scale(1);
  }

  40% {
    opacity: 1;
    transform: translate(-2px, -2px) scale(.76);
  }

  47%, 72% {
    opacity: 1;
    transform: translate(-2px, -2px) scale(1);
  }

  82%, 100% {
    opacity: 0;
    transform: translate(-2px, -2px) scale(1);
  }
}

@keyframes difference-call-button-click {
  0%, 34% {
    box-shadow: 0 12px 24px rgba(41, 199, 190, .18);
    filter: brightness(1);
    transform: scale(1);
  }

  40% {
    box-shadow: 0 0 0 5px rgba(41, 199, 190, .16), 0 12px 28px rgba(41, 199, 190, .3);
    filter: brightness(1.12);
    transform: scale(.975);
  }

  47%, 100% {
    box-shadow: 0 12px 24px rgba(41, 199, 190, .18);
    filter: brightness(1);
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .idea-dialog[open] {
    animation: none;
  }

  .concept-difference-intro .section-title.difference-title-reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .difference-card-copy h3 {
    animation: none;
  }

  .difference-call-button,
  .difference-call-pointer {
    animation: none;
  }

  .difference-call-pointer {
    display: none;
  }

  .process-step-card::before,
  .process-contact-message,
  .process-plan-email {
    animation: none;
  }

  .concept-process-close h3 {
    animation: none;
  }

  .process-sequence-ready .process-step-card,
  .process-sequence-ready .concept-process-close {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .concept-hero {
    padding: 52px 0 44px;
  }

  .concept-hero .wrap {
    width: min(100% - 48px, 900px);
  }

  .concept-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .concept-hero-copy,
  .concept-hero h1 {
    max-width: 860px;
  }

  .concept-hero-owner {
    width: 100%;
    max-width: none;
  }

  .hero-design-note {
    margin-top: 34px;
  }

  .concept-difference-grid {
    grid-template-columns: 1fr;
  }

  .difference-card {
    min-height: 520px;
  }

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

@media (max-width: 900px) {
  .concept-examples {
    display: block;
  }

  .concept-examples-grid {
    grid-template-columns: 1fr;
  }

  .concept-examples-grid > .concept-example-card {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .idea-dialog-panel {
    padding: 34px 20px 22px;
  }

  .idea-dialog h2 {
    padding-right: 26px;
  }

  .concept-hero {
    padding: 42px 0 36px;
  }

  .concept-hero .wrap {
    width: min(100% - 28px, 900px);
  }

  .concept-hero h1 {
    font-size: clamp(48px, 13vw, 62px);
    line-height: .98;
  }

  .hero-search-demo {
    height: 160px;
    margin-top: 28px;
  }

  .search-demo-surface {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 6px 8px;
    padding: 10px;
  }

  .search-demo-google {
    font-size: 14px;
  }

  .search-demo-field {
    padding: 0 10px;
  }

  .search-demo-query {
    font-size: 11px;
  }

  .search-demo-result {
    padding: 7px;
  }

  .search-demo-result strong {
    font-size: 11px;
  }

  .search-demo-result span {
    font-size: 8px;
  }

  .hero-design-note {
    margin-top: 26px;
    font-size: 16px;
  }

  .concept-hero-owner {
    width: 100%;
  }

  .concept-difference {
    display: block;
    min-height: 0;
    padding: 38px 0 72px;
  }

  .concept-difference .wrap {
    width: min(100% - 28px, 900px);
  }

  .concept-difference-intro {
    margin-bottom: 24px;
  }

  .concept-examples {
    min-height: 0;
    padding: 44px 0 72px;
  }

  .concept-examples .wrap {
    width: min(100% - 28px, 900px);
  }

  .concept-examples-intro {
    margin-bottom: 24px;
  }

  .concept-process {
    display: block;
    min-height: 0;
    padding: 44px 0 72px;
  }

  .concept-process .wrap {
    width: min(100% - 28px, 900px);
  }

  .concept-process-intro {
    margin-bottom: 24px;
  }

  .concept-process-grid {
    grid-template-columns: 1fr;
  }

  .process-step-card {
    min-height: 430px;
    padding: 26px 22px;
  }

  .process-step-card h3 {
    margin-top: 28px;
  }

  .process-step-image {
    height: 220px;
  }

  .concept-process-close {
    grid-template-areas:
      "heading"
      "actions"
      "copy";
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    padding: 25px 22px;
  }

  .concept-process-close a {
    min-width: 0;
  }

  .concept-process-close-actions {
    grid-template-columns: 1fr;
  }

  .concept-example-card .homepage-example-body p {
    min-height: 0;
  }

  .difference-card {
    min-height: 500px;
    padding: 0;
  }

  .difference-card-copy {
    padding: 24px 20px;
  }

  .difference-card-copy h3 {
    font-size: 34px;
  }

  .difference-card-copy p {
    font-size: 16px;
  }

  .difference-contact-form {
    top: 214px;
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }

  .difference-portal-shell {
    top: 214px;
    right: 12px;
    bottom: 14px;
    left: 12px;
    padding: 14px;
  }

  .difference-portal-logo {
    width: 124px;
  }

  .difference-care-card {
    padding: 13px;
  }

  .difference-call-pointer {
    bottom: 22px;
  }

  .difference-hero-stage {
    top: 214px;
    right: 10px;
    bottom: 62px;
    left: 10px;
  }

  .difference-hero-controls {
    bottom: 10px;
    grid-template-columns: 36px minmax(104px, 1fr) 36px;
  }

  .difference-hero-controls button {
    width: 36px;
    height: 36px;
  }
}
