.home-demo {
  background:
    radial-gradient(420px 260px at 12% -8%, rgba(209, 233, 255, .62), transparent 76%),
    radial-gradient(360px 240px at 96% 18%, rgba(232, 246, 255, .74), transparent 72%),
    linear-gradient(180deg, #fbfdff 0%, #f4f9ff 48%, #edf6ff 100%) !important;
}
.home-demo .ix-status {
  background: transparent;
  color: #344054;
}
.home-demo .core-home {
  padding: 18px 20px 112px;
}
.home-demo .home-head {
  grid-template-columns: minmax(0, 1fr) 42px 42px;
  gap: 10px;
  align-items: center;
}
.home-demo .home-head h1 {
  margin: 0;
  color: #102a56;
  font-size: 24px;
  line-height: 29px;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
}
.home-demo .home-head p {
  margin: 3px 0 0;
  color: #66758a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
.home-demo .home-head button {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 14px !important;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: inset 0 0 0 1px rgba(152, 170, 194, .18), 0 10px 22px rgba(16, 42, 86, .08) !important;
}
.home-demo .home-head .crown {
  color: #f59e0b !important;
  animation: none !important;
}
.home-demo .home-head .crown span {
  width: 27px;
  height: 27px;
  margin-top: 1px;
}
.home-demo .home-head .help {
  background: rgba(255, 255, 255, .9) !important;
}
.home-demo .home-head .help img {
  width: 23px;
  height: 23px;
  display: block;
}
.home-demo .home-premium {
  width: 100%;
  min-height: 108px;
  margin: 20px 0 18px;
  border-radius: 22px !important;
  padding: 18px 18px 18px 104px !important;
  text-align: left;
  color: #102a56 !important;
  background:
    radial-gradient(180px 110px at 6% 18%, rgba(209, 233, 255, .66), transparent 72%),
    radial-gradient(190px 130px at 96% 0%, rgba(46, 144, 250, .13), transparent 76%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(244, 250, 255, .86)) !important;
  box-shadow: inset 0 0 0 1px rgba(21, 112, 239, .12), 0 16px 34px rgba(16, 42, 86, .08) !important;
  animation: none !important;
}
.home-demo .home-premium::before {
  content: "";
  position: absolute;
  left: -24px;
  top: -34px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(209, 233, 255, .46);
  filter: blur(10px);
  opacity: 1;
}
.home-demo .home-premium span,
.home-demo .home-premium b,
.home-demo .home-premium small,
.home-demo .home-premium em {
  position: relative;
  z-index: 1;
}
.home-demo .home-premium span {
  position: absolute;
  left: 18px;
  top: 16px;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: #1570ef;
}
.home-demo .home-premium span svg {
  width: 100% !important;
  height: 100% !important;
  filter: drop-shadow(0 10px 16px rgba(21, 112, 239, .12));
}
.home-demo .home-premium b {
  display: block;
  color: #102a56;
  font-size: 20px;
  line-height: 25px;
  font-weight: 850;
}
.home-demo .home-premium small {
  display: block;
  margin-top: 2px;
  color: #66758a;
  font-size: 13px;
  line-height: 18px;
  font-weight: 650;
}
.home-demo .home-premium em {
  display: inline-grid;
  margin-top: 10px;
  min-width: 92px;
  min-height: 30px;
  padding: 0 18px;
  border-radius: 999px;
  place-items: center;
  background: #1570ef;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(21, 112, 239, .18);
}
.home-demo .home-printer-status {
  width: 100%;
  min-height: 134px;
  height: 134px;
  margin: 20px 0 18px;
  padding: 16px 16px 15px 18px;
  border: 1px solid rgba(176, 195, 218, .34);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(160px 96px at 6% 78%, rgba(21,112,239,.08), transparent 72%),
    radial-gradient(180px 116px at 92% 20%, rgba(20,184,166,.08), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,253,255,.96));
  box-shadow: 0 12px 28px rgba(16, 42, 86, .055);
  cursor: pointer;
}
.home-demo .home-printer-status:active {
  transform: translateY(1px);
}
.home-demo .home-printer-copy {
  min-width: 0;
  z-index: 1;
}
.home-demo .home-printer-copy h2 {
  position: absolute;
  left: 18px;
  top: 15px;
  right: 56px;
  margin: 0;
  color: #1f2937;
  font-size: 17px;
  line-height: 24px;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-demo .home-printer-copy p {
  position: absolute;
  left: 166px;
  top: 84px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #22a447;
  font-size: 14px;
  line-height: 20px;
  font-weight: 750;
  white-space: nowrap;
}
.home-demo .home-printer-copy p span {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #31b84f;
  color: #fff;
  flex: 0 0 19px;
}
.home-demo .home-printer-copy p svg {
  width: 13px;
  height: 13px;
  stroke-width: 2.5;
}
.home-demo .home-printer-art {
  position: absolute;
  left: 26px;
  bottom: 22px;
  width: 128px;
  height: 72px;
  display: grid;
  place-items: center;
  z-index: 1;
}
.home-demo .home-printer-art img {
  width: 126px;
  height: auto;
  display: block;
  filter: drop-shadow(0 9px 12px rgba(16,42,86,.14));
}
#interactive .home-demo .home-printer-menu {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0;
  border: 1px solid #a7b3c4;
  border-radius: 50% !important;
  display: grid;
  place-items: center;
  background: #fff;
  color: #475569;
  z-index: 2;
}
.home-demo .home-printer-menu svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.2;
  transition: transform .46s cubic-bezier(.22, .9, .28, 1);
}
.home-demo .home-printer-menu:active {
  transform: scale(.94);
  background: #f3f8ff;
}
.home-demo .home-printer-menu.is-loading svg {
  transform: rotate(360deg);
}
.home-demo .home-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.home-demo .feature-card {
  --accent: #1570ef;
  min-height: 126px;
  border-radius: 22px !important;
  padding: 15px 14px;
  text-align: left;
  color: #102a56 !important;
  background:
    radial-gradient(160px 120px at 100% 100%, color-mix(in srgb, var(--accent) 7%, transparent), transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 253, 255, .93)) !important;
  box-shadow: inset 0 0 0 1px rgba(152, 170, 194, .14), 0 14px 30px rgba(16, 42, 86, .055) !important;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 30px auto auto 1fr;
  isolation: isolate;
  backdrop-filter: blur(14px);
}
.home-demo .feature-card > img::selection {
  background: transparent;
}
.home-demo .feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, .2) 36%, transparent 64%),
    radial-gradient(140px 90px at 14% 0%, rgba(255, 255, 255, .8), transparent 68%);
}
.home-demo .feature-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -24px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  filter: blur(8px);
  opacity: .86;
  z-index: 0;
}
.home-demo .feature-card .icon-glow {
  display: none;
}
.home-demo .feature-card:active {
  transform: scale(.985);
}
.home-demo .feature-card.wide {
  grid-column: 1 / -1;
  min-height: 120px;
  padding: 16px 18px;
  grid-template-columns: minmax(0, 1fr) 104px;
  grid-template-rows: 24px auto auto 1fr;
  background:
    radial-gradient(180px 120px at 96% 100%, rgba(21, 112, 239, .105), transparent 76%),
    linear-gradient(135deg, rgba(247, 251, 255, .98), rgba(255, 255, 255, .95)) !important;
}
.home-demo .feature-card.wide::after,
.home-demo .feature-card[data-card="web"]::after {
  right: -10px;
  bottom: -48px;
  width: 170px;
  height: 170px;
  filter: blur(12px);
  opacity: .72;
}
.home-demo .feature-card img {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 66px;
  height: 66px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  z-index: 1;
  box-sizing: border-box;
  filter: drop-shadow(0 12px 16px rgba(16, 42, 86, .1));
}
.home-demo .feature-card.wide img {
  right: 20px;
  bottom: 14px;
  width: 76px;
  height: 76px;
  padding: 0;
  border-radius: 0;
}
.home-demo .feature-card b,
.home-demo .feature-card small,
.home-demo .feature-card em {
  display: block;
  position: relative;
  z-index: 2;
}
.home-demo .feature-card b {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  margin-top: 0;
  max-width: 106px;
  color: #102a56;
  font-size: 17px;
  line-height: 22px;
  font-weight: 850;
  letter-spacing: 0;
}
.home-demo .feature-card.wide b {
  grid-column: 1;
  grid-row: 2;
  max-width: 100%;
  font-size: 20px;
  line-height: 25px;
}
.home-demo .feature-card small {
  grid-column: 1;
  grid-row: 3;
  max-width: 94px;
  margin-top: 4px;
  color: #66758a;
  font-size: 12.5px;
  line-height: 16px;
  font-weight: 650;
  letter-spacing: 0;
}
.home-demo .feature-card.wide small {
  grid-column: 1;
  grid-row: 3;
  max-width: 60%;
  font-size: 13px;
  line-height: 17px;
}
.home-demo .feature-card em {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 0 0 1px rgba(152, 170, 194, .13), 0 8px 18px rgba(16, 42, 86, .045);
  backdrop-filter: blur(8px);
}
.home-demo .feature-card em::before,
.home-demo .feature-card em::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  background: currentColor;
  transform-origin: center;
}
.home-demo .feature-card em::before {
  width: 12px;
  height: 2px;
  border-radius: 999px;
  transform: translate(-55%, -50%);
}
.home-demo .feature-card em::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background: transparent;
  transform: translate(-18%, -50%) rotate(45deg);
}
.home-demo .feature-card[data-card="allDocuments"] { --accent: #1570ef; }
.home-demo .feature-card[data-card="photoPicker"] { --accent: #f59e0b; }
.home-demo .feature-card[data-card="photoEditorPicker"] { --accent: #f97316; }
.home-demo .feature-card[data-card="contactPermission"] { --accent: #6366f1; }
.home-demo .feature-card[data-card="email1"] { --accent: #0ea5e9; }
.home-demo .feature-card[data-card="web"] { --accent: #14b8a6; }
.home-demo .feature-card[data-card="web"] {
  grid-column: 1 / -1;
  min-height: 120px;
  grid-template-columns: minmax(0, 1fr) 104px;
  grid-template-rows: 24px auto auto 1fr;
}
.home-demo .feature-card[data-card="allDocuments"] {
  background:
    radial-gradient(210px 140px at 100% 100%, rgba(21, 112, 239, .105), transparent 78%),
    radial-gradient(170px 110px at 0% 0%, rgba(209, 233, 255, .34), transparent 76%),
    linear-gradient(135deg, rgba(248, 252, 255, .99), rgba(255, 255, 255, .95)) !important;
}
.home-demo .feature-card[data-card="photoPicker"],
.home-demo .feature-card[data-card="photoEditorPicker"],
.home-demo .feature-card[data-card="contactPermission"],
.home-demo .feature-card[data-card="email1"] {
  background:
    radial-gradient(128px 96px at 104% 104%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, .985), rgba(251, 253, 255, .94)) !important;
}
.home-demo .feature-card[data-card="web"] small {
  max-width: 62%;
}
.home-demo .feature-card[data-card="web"] b,
.home-demo .feature-card[data-card="web"] small {
  grid-column: 1;
}
.home-demo .feature-card[data-card="web"] b {
  grid-row: 2;
  max-width: 100%;
}
.home-demo .feature-card[data-card="web"] small {
  grid-row: 3;
  max-width: 62%;
}
.home-demo .feature-card[data-card="web"] img {
  right: 24px;
  bottom: 15px;
  width: 76px;
  height: 76px;
  padding: 0;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .home-demo .feature-card:active {
    transform: none;
  }
}

/* Compact printer banner and reskin the Home grid order. */
.home-demo .home-printer-status {
  min-height: 120px;
  height: 120px;
  margin: 14px 0 14px;
}
.home-demo .home-printer-copy h2 {
  top: 14px;
}
.home-demo .home-printer-copy p {
  left: 154px;
  top: 74px;
}
.home-demo .home-printer-art {
  left: 24px;
  bottom: 13px;
  width: 118px;
  height: 64px;
}
.home-demo .home-printer-art img {
  width: 116px;
}
#interactive .home-demo .home-printer-menu {
  top: 13px;
}
.home-demo .feature-card.wide {
  min-height: 120px;
  background:
    radial-gradient(180px 120px at 96% 100%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 76%),
    radial-gradient(160px 100px at 0% 0%, rgba(209, 233, 255, .26), transparent 76%),
    linear-gradient(135deg, rgba(248, 252, 255, .99), rgba(255, 255, 255, .95)) !important;
}
.home-demo .feature-card[data-card="documentPicker"] {
  --accent: #1570ef;
}
.home-demo .feature-card[data-card="documentPicker"] {
  background:
    radial-gradient(210px 140px at 100% 100%, rgba(21, 112, 239, .105), transparent 78%),
    radial-gradient(170px 110px at 0% 0%, rgba(209, 233, 255, .34), transparent 76%),
    linear-gradient(135deg, rgba(248, 252, 255, .99), rgba(255, 255, 255, .95)) !important;
}
.home-demo .feature-card[data-card="photoPicker"] {
  grid-column: 1 / -1;
}
.home-demo .feature-card[data-card="photoEditorPicker"],
.home-demo .feature-card[data-card="contactPermission"],
.home-demo .feature-card[data-card="email1"],
.home-demo .feature-card[data-card="web"] {
  grid-column: auto;
  min-height: 126px;
  grid-template-columns: none;
  grid-template-rows: 30px auto auto 1fr;
}
.home-demo .feature-card[data-card="web"] {
  background:
    radial-gradient(128px 96px at 104% 104%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, .985), rgba(251, 253, 255, .94)) !important;
}
.home-demo .feature-card[data-card="web"]::after {
  right: -18px;
  bottom: -24px;
  width: 120px;
  height: 120px;
  filter: blur(8px);
  opacity: .86;
}
.home-demo .feature-card[data-card="web"] b {
  grid-row: 2;
  max-width: 106px;
}
.home-demo .feature-card[data-card="web"] small {
  grid-row: 3;
  max-width: 94px;
}
.home-demo .feature-card[data-card="web"] img {
  right: 12px;
  bottom: 12px;
  width: 66px;
  height: 66px;
}

.home-rate-scrim {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 23, 42, .38);
  backdrop-filter: blur(4px);
}
.home-rate-card {
  position: relative;
  width: min(356px, calc(100vw - 44px));
  min-height: 308px;
  padding: 31px 16px 28px;
  border-radius: 26px;
  display: grid;
  justify-items: center;
  align-content: start;
  background: #fff;
  color: #202124;
  box-shadow: 0 20px 48px rgba(15, 23, 42, .22);
  animation: homeRateIn 220ms cubic-bezier(.2, .8, .2, 1) both;
}
#interactive .home-rate-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  border: 0;
  border-radius: 50% !important;
  display: grid;
  place-items: center;
  background: #f2f3f5;
  color: #a0a4aa;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
}
.home-rate-card h2 {
  margin: 0;
  color: #202124;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}
.home-rate-subtitle {
  margin: 9px 0 0;
  color: #797d84;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
.home-rate-message {
  min-height: 23px;
  margin: 22px 0 5px;
  color: #1a73ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.home-rate-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1px;
}
#interactive .home-rate-stars button {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  border: 0;
  border-radius: 50% !important;
  padding: 0;
  display: grid;
  place-items: center;
  background: transparent;
}
.home-rate-stars img {
  width: 29px;
  height: 29px;
  display: block;
}
#interactive .home-rate-submit {
  width: 324px;
  max-width: 100%;
  height: 46px;
  min-height: 46px;
  margin-top: 19px;
  border: 0;
  border-radius: 14px !important;
  display: grid;
  place-items: center;
  background: #2d86ff;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
#interactive .home-rate-submit:disabled {
  opacity: 1;
  background: #e2e2e2;
  color: #8b8b8b;
}
.home-feedback-card {
  width: min(374px, calc(100vw - 36px));
  min-height: 386px;
  padding: 26px 20px 23px;
  align-content: start;
}
.home-feedback-card h2 {
  padding: 0 30px;
}
.home-feedback-card .home-rate-subtitle {
  margin-top: 8px;
  line-height: 20px;
}
.home-feedback-chips {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  justify-content: flex-start;
}
#interactive .home-feedback-chips button {
  min-width: 0 !important;
  min-height: 36px !important;
  height: 36px !important;
  border: 0;
  border-radius: 999px !important;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f8;
  color: #7a7d84;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
#interactive .home-feedback-chips button.selected {
  background: #2d86ff;
  color: #fff;
}
.home-feedback-other {
  width: 100%;
  display: grid;
  gap: 5px;
  margin-top: 12px;
}
.home-feedback-other textarea {
  width: 100%;
  min-height: 78px;
  resize: none;
  border: 0;
  border-radius: 18px;
  padding: 11px 13px;
  background: #f7f8fb;
  color: #202124;
  font: inherit;
  font-size: 14px;
  line-height: 19px;
  outline: none;
}
.home-feedback-other small {
  justify-self: end;
  color: #9aa0a8;
  font-size: 12px;
  line-height: 16px;
}
#interactive .home-feedback-submit {
  margin-top: 18px;
}
@keyframes homeRateIn {
  from { opacity: .01; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
