.quote-case {
  margin-top: 26px;
  padding: 42px;
  border: 1px solid rgba(53, 89, 75, .22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 5%, rgba(137, 208, 68, .08), transparent 25%),
    radial-gradient(circle at 12% 30%, rgba(42, 171, 238, .045), transparent 23%),
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,249,248,.985));
  box-shadow:
    0 28px 70px rgba(7, 18, 13, .16),
    0 0 0 1px rgba(255,255,255,.65) inset;
  color: #2f3431;
}

.quote-case-header {
  max-width: 980px;
  margin-bottom: 28px;
}

.quote-case-kicker {
  margin-bottom: 9px;
  color: #35594b;
  font-family: var(--font-tech);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quote-case h2 {
  margin: 0;
  max-width: 950px;
  color: #27483c;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.quote-case-subtitle {
  max-width: 900px;
  margin: 16px 0 0;
  color: #626a65;
  font-size: 14px;
  line-height: 1.8;
}

.quote-problem-solution {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.quote-info-card {
  padding: 24px;
  border: 1px solid #e2ded8;
  border-radius: 18px;
  background: #fbf9f6;
}

.quote-solution {
  border-color: #c8ddcf;
  background:
    radial-gradient(circle at 95% 0%, rgba(137,208,68,.08), transparent 30%),
    #f2f7f4;
}

.quote-info-label {
  display: block;
  margin-bottom: 10px;
  color: #956744;
  font-family: var(--font-tech);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.quote-solution .quote-info-label {
  color: #35594b;
}

.quote-info-card h3 {
  margin: 0;
  color: #353a37;
  font-size: 19px;
  font-weight: 720;
  line-height: 1.4;
  letter-spacing: -.025em;
}

.quote-info-card > p {
  margin: 12px 0 0;
  color: #666d68;
  font-size: 12px;
  line-height: 1.72;
}

.quote-pain-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.quote-pain-points > div {
  padding: 11px;
  border: 1px solid #eadfd6;
  border-radius: 11px;
  background: rgba(255,255,255,.68);
}

.quote-pain-points span {
  display: block;
  color: #a97a57;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 800;
}

.quote-pain-points strong {
  display: block;
  margin-top: 5px;
  color: #4c4e4c;
  font-size: 10px;
}

.quote-pain-points small {
  display: block;
  margin-top: 5px;
  color: #898a88;
  font-size: 8px;
  line-height: 1.5;
}

.quote-solution-points {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}

.quote-solution-points > div {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 7px;
  align-items: start;
  padding: 9px 10px;
  border: 1px solid rgba(108,151,123,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.62);
}

.quote-solution-points span {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #35594b;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.quote-solution-points p {
  margin: 2px 0 0;
  color: #5f6963;
  font-size: 9px;
  line-height: 1.5;
}

.quote-value-box {
  margin-top: 14px;
  padding: 13px 14px;
  border: 1px solid #aac7b4;
  border-radius: 12px;
  background: #eaf4ed;
}

.quote-value-box span {
  display: block;
  color: #5a7b67;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quote-value-box strong {
  display: block;
  margin-top: 5px;
  color: #35594b;
  font-size: 10px;
  line-height: 1.5;
}

.quote-demo {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #d8e2dc;
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 10%, rgba(137,208,68,.045), transparent 25%),
    #f7f9f8;
}

.quote-demo-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.quote-demo-head > div:first-child {
  max-width: 760px;
}

.quote-demo-kicker {
  display: block;
  margin-bottom: 6px;
  color: #6f9c43;
  font-family: var(--font-tech);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.quote-demo-head strong {
  display: block;
  color: #34413a;
  font-size: 20px;
  line-height: 1.25;
}

.quote-demo-head p {
  margin: 8px 0 0;
  color: #78817c;
  font-size: 11px;
  line-height: 1.6;
}

.quote-progress {
  min-width: 86px;
  padding: 10px 12px;
  border: 1px solid #d7e3dc;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.quote-progress span {
  display: block;
  color: #8b948f;
  font-family: var(--font-tech);
  font-size: 7px;
  text-transform: uppercase;
}

.quote-progress strong {
  display: block;
  margin-top: 4px;
  color: #35594b;
  font-family: var(--font-tech);
  font-size: 14px;
}

.quote-workspace {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.quote-flow-nav {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid #dce4df;
  border-radius: 16px;
  background: #fff;
}

.quote-flow-step {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  align-items: center;
  width: 100%;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  opacity: .48;
  cursor: default;
  transition:
    opacity .2s ease,
    transform .2s ease,
    background .2s ease,
    border-color .2s ease;
}

.quote-flow-step > span {
  color: #6d8175;
  font-family: var(--font-tech);
  font-size: 8px;
  font-weight: 800;
}

.quote-flow-step strong {
  display: block;
  color: #48524c;
  font-size: 9px;
}

.quote-flow-step small {
  display: block;
  margin-top: 2px;
  color: #969d99;
  font-size: 7px;
}

.quote-flow-step.active {
  opacity: 1;
  transform: translateX(3px);
  border-color: #b9d2c1;
  background: #f1f7f3;
}

.quote-flow-step.done {
  opacity: .82;
}

.quote-stage {
  min-width: 0;
}

.quote-stage-panel {
  min-height: 580px;
  padding: 18px;
  border: 1px solid #dce4df;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24,40,31,.055);
}

.quote-stage-panel[hidden] {
  display: none;
}

.quote-panel-head span {
  display: block;
  color: #6d9845;
  font-family: var(--font-tech);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.quote-panel-head strong {
  display: block;
  margin-top: 5px;
  color: #39453f;
  font-size: 17px;
  line-height: 1.3;
}

.quote-panel-description {
  margin: 8px 0 0;
  color: #87908b;
  font-size: 10px;
}

.quote-email {
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #dce2de;
  border-radius: 14px;
  background: #fafbfa;
}

.quote-email-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 9px 12px;
  border-bottom: 1px solid #e4e8e5;
  background: #f1f4f2;
  color: #828b86;
  font-size: 8px;
}

.quote-email-meta {
  display: grid;
  gap: 7px;
  padding: 13px;
  border-bottom: 1px solid #e6e9e7;
}

.quote-email-meta > div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px;
}

.quote-email-meta small {
  color: #969e99;
  font-size: 8px;
}

.quote-email-meta strong {
  color: #424a46;
  font-size: 9px;
  font-weight: 700;
}

.quote-email-body {
  padding: 16px;
  color: #545c57;
  font-size: 10px;
  line-height: 1.7;
}

.quote-email-body p {
  margin: 0 0 11px;
}

.quote-request-table {
  margin: 14px 0;
  overflow: hidden;
  border: 1px solid #dfe5e1;
  border-radius: 10px;
  background: #fff;
}

.quote-request-row {
  display: grid;
  grid-template-columns: 1.4fr .8fr .7fr;
  gap: 8px;
  padding: 9px 10px;
  border-top: 1px solid #edf0ee;
  font-size: 8px;
}

.quote-request-row:first-child {
  border-top: 0;
}

.quote-request-head {
  background: #f1f5f2;
  color: #6b766f;
  font-weight: 800;
}

.quote-primary-action,
.quote-secondary-action {
  min-height: 40px;
  margin-top: 14px;
  padding: 0 16px;
  border-radius: 10px;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 750;
  cursor: pointer;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.quote-primary-action {
  border: 1px solid #35594b;
  background: #35594b;
  color: #fff;
  box-shadow: 0 8px 20px rgba(53,89,75,.16);
}

.quote-primary-action:hover {
  transform: translateY(-1px);
  background: #2c4d40;
}

.quote-secondary-action {
  margin-left: 7px;
  border: 1px solid #cbd6cf;
  background: #fff;
  color: #526159;
}

.quote-next-action {
  animation: quotePulse 1.4s ease-in-out infinite;
}

@keyframes quotePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(96,150,72,.16);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(96,150,72,.09);
  }
}

.quote-system-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 16px;
}

.quote-system-options button {
  min-height: 92px;
  padding: 13px;
  border: 1px solid #dce3df;
  border-radius: 12px;
  background: #fafbfa;
  text-align: left;
  cursor: pointer;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.quote-system-options button:hover {
  transform: translateY(-2px);
  border-color: #9ebba8;
  background: #f1f7f3;
  box-shadow: 0 10px 20px rgba(36,61,47,.07);
}

.quote-system-options button > span {
  display: block;
  color: #6d9845;
  font-family: var(--font-tech);
  font-size: 8px;
  font-weight: 800;
}

.quote-system-options button strong {
  display: block;
  margin-top: 7px;
  color: #3f4943;
  font-size: 11px;
}

.quote-system-options button small {
  display: block;
  margin-top: 5px;
  color: #8b938f;
  font-size: 8px;
  line-height: 1.4;
}

.quote-customer-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  margin-top: 16px;
}

.quote-customer-search[hidden],
.quote-customer-result[hidden],
.quote-new-customer[hidden],
.quote-product-browser[hidden],
.quote-generation-status[hidden],
.quote-pdf-result[hidden],
.quote-storage-result[hidden],
.quote-complete[hidden],
#quote-products-ready[hidden],
#quote-storage-ready[hidden] {
  display: none;
}

.quote-customer-search label,
.quote-form-grid label,
.quote-commercial-terms label,
.quote-product-toolbar label {
  display: grid;
  gap: 5px;
  color: #737d77;
  font-size: 8px;
  font-weight: 700;
}

.quote-customer-search input,
.quote-form-grid input,
.quote-form-grid select,
.quote-commercial-terms select,
.quote-product-toolbar input {
  min-width: 0;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d6dfd9;
  outline: 0;
  border-radius: 9px;
  background: #fff;
  color: #424a46;
  font-family: var(--font-main);
  font-size: 9px;
}

.quote-customer-search input:focus,
.quote-form-grid input:focus,
.quote-form-grid select:focus,
.quote-commercial-terms select:focus,
.quote-product-toolbar input:focus {
  border-color: #87a892;
}

#quote-find-customer {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #35594b;
  border-radius: 9px;
  background: #35594b;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.quote-customer-result {
  margin-top: 15px;
  padding: 14px;
  border: 1px solid #bcd2c3;
  border-radius: 13px;
  background: #f2f7f4;
}

.quote-result-state {
  display: block;
  color: #668472;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
}

.quote-customer-result > strong {
  display: block;
  margin-top: 5px;
  color: #35594b;
  font-size: 13px;
}

.quote-customer-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 12px;
}

.quote-customer-fields > div {
  padding: 9px;
  border: 1px solid rgba(110,150,122,.15);
  border-radius: 9px;
  background: rgba(255,255,255,.7);
}

.quote-customer-fields small,
.quote-builder-customer span {
  display: block;
  color: #929a95;
  font-size: 7px;
}

.quote-customer-fields span {
  display: block;
  margin-top: 3px;
  color: #4c5650;
  font-size: 8px;
  font-weight: 700;
}

.quote-new-customer {
  margin-top: 15px;
  padding: 14px;
  border: 1px solid #dbe4de;
  border-radius: 13px;
  background: #fafbfa;
}

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

.quote-field-wide {
  grid-column: 1 / -1;
}

.quote-product-browser {
  margin-top: 16px;
}

.quote-product-toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
}

.quote-product-toolbar > span {
  padding: 8px 10px;
  border-radius: 8px;
  background: #eef4f0;
  color: #617268;
  font-size: 8px;
}

.quote-product-table {
  margin-top: 10px;
  overflow-x: auto;
  border: 1px solid #dfe5e1;
  border-radius: 11px;
}

.quote-product-row {
  display: grid;
  grid-template-columns: 105px minmax(150px, 1.3fr) minmax(120px, 1fr) 60px 75px 64px;
  gap: 8px;
  align-items: center;
  min-width: 680px;
  padding: 9px 10px;
  border-top: 1px solid #edf0ee;
  font-size: 8px;
}

.quote-product-row:first-child {
  border-top: 0;
}

.quote-product-head {
  background: #f1f5f2;
  color: #69756e;
  font-weight: 800;
}

.quote-product-row button {
  min-height: 28px;
  border: 1px solid #aac2b2;
  border-radius: 7px;
  background: #f2f7f4;
  color: #35594b;
  font-size: 8px;
  font-weight: 700;
  cursor: pointer;
}

.quote-builder-customer {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid #dae3dd;
  border-radius: 10px;
  background: #f7faf8;
}

.quote-builder-customer strong {
  display: block;
  margin-top: 4px;
  color: #405048;
  font-size: 11px;
}

.quote-builder-table {
  margin-top: 12px;
  overflow-x: auto;
  border: 1px solid #dfe5e1;
  border-radius: 11px;
}

.quote-builder-row {
  display: grid;
  grid-template-columns: 95px minmax(150px, 1.4fr) 90px 90px 90px 95px;
  gap: 8px;
  align-items: center;
  min-width: 660px;
  padding: 9px 10px;
  border-top: 1px solid #edf0ee;
  font-size: 8px;
}

.quote-builder-row:first-child {
  border-top: 0;
}

.quote-builder-head {
  background: #f1f5f2;
  color: #68746d;
  font-weight: 800;
}

.quote-add-position {
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #52705f;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.quote-commercial-terms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

.quote-totals {
  width: min(360px, 100%);
  margin: 15px 0 0 auto;
  padding: 12px;
  border: 1px solid #dbe4de;
  border-radius: 11px;
  background: #fafbfa;
}

.quote-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 5px 0;
  color: #6f7973;
  font-size: 9px;
}

.quote-totals strong {
  color: #405048;
}

.quote-total-main {
  margin-top: 4px;
  padding-top: 9px !important;
  border-top: 1px solid #dce3df;
}

.quote-total-main span,
.quote-total-main strong {
  color: #35594b !important;
  font-size: 11px;
  font-weight: 800;
}

.quote-delivery-form {
  margin-top: 16px;
}

.quote-document-wrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  background: #eef1ef;
}

.quote-document {
  width: min(590px, 100%);
  padding: 30px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31,42,36,.14);
}

.quote-document-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 2px solid #35594b;
}

.quote-document-top span {
  display: block;
  color: #6c8175;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
}

.quote-document-top strong {
  display: block;
  margin-top: 5px;
  color: #2f473c;
  font-size: 15px;
}

.quote-document-top > div:last-child {
  text-align: right;
}

.quote-document-top small,
.quote-document-meta small,
.quote-document-terms small {
  display: block;
  color: #939b96;
  font-size: 7px;
}

.quote-document-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 16px 0;
}

.quote-document-meta strong {
  display: block;
  margin-top: 4px;
  color: #3d4942;
  font-size: 9px;
}

.quote-document-meta span {
  display: block;
  margin-top: 3px;
  color: #7f8782;
  font-size: 8px;
}

.quote-document-products {
  border: 1px solid #e0e5e2;
}

.quote-document-row {
  display: grid;
  grid-template-columns: minmax(160px, 1.5fr) 70px 85px 90px;
  gap: 7px;
  padding: 8px 9px;
  border-top: 1px solid #edf0ee;
  font-size: 8px;
}

.quote-document-row:first-child {
  border-top: 0;
}

.quote-document-head {
  background: #f2f5f3;
  color: #68746d;
  font-weight: 800;
}

.quote-document-summary {
  width: min(310px, 100%);
  margin: 14px 0 0 auto;
}

.quote-document-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
  color: #707a74;
  font-size: 8px;
}

.quote-document-summary strong {
  color: #3d4942;
}

.quote-document-grand {
  margin-top: 4px;
  padding-top: 8px !important;
  border-top: 1px solid #d9dfdb;
}

.quote-document-grand span,
.quote-document-grand strong {
  color: #35594b !important;
  font-size: 10px;
  font-weight: 800;
}

.quote-document-terms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid #e1e5e2;
}

.quote-document-terms strong {
  display: block;
  margin-top: 4px;
  color: #47534c;
  font-size: 8px;
  line-height: 1.4;
}

.quote-generation-status {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.quote-generation-status > div {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #e0e5e2;
  border-radius: 9px;
  background: #fafbfa;
  color: #6f7973;
  font-size: 8px;
}

.quote-generation-status > div.done {
  border-color: #bfd3c5;
  background: #f0f6f2;
  color: #35594b;
}

.quote-pdf-result,
.quote-storage-result,
.quote-email-attachment,
.quote-complete {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 11px;
  border: 1px solid #c8d9ce;
  border-radius: 11px;
  background: #f3f8f5;
}

.quote-pdf-result > span,
.quote-email-attachment > span {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e7efea;
  color: #496657;
  font-family: var(--font-tech);
  font-size: 8px;
  font-weight: 800;
}

.quote-pdf-result strong,
.quote-storage-result strong,
.quote-email-attachment strong,
.quote-complete strong {
  display: block;
  color: #3e4c44;
  font-size: 9px;
}

.quote-pdf-result small,
.quote-storage-result small,
.quote-email-attachment small {
  display: block;
  margin-top: 3px;
  color: #89928d;
  font-size: 7px;
}

.quote-pdf-result button {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #a7bfaf;
  border-radius: 7px;
  background: #fff;
  color: #35594b;
  font-size: 8px;
  cursor: pointer;
}

.quote-storage-result {
  grid-template-columns: 28px 1fr;
}

.quote-storage-result > span,
.quote-complete > span {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #35594b;
  color: #fff;
  font-size: 10px;
}

.quote-email-outgoing {
  margin-top: 16px;
}

.quote-email-attachment {
  margin: 0 14px 14px;
}

.quote-complete {
  grid-template-columns: 32px 1fr;
}

.quote-complete p {
  margin: 4px 0 0;
  color: #77817b;
  font-size: 8px;
  line-height: 1.5;
}

.quote-lifecycle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  margin-top: 18px;
  padding: 13px;
  border: 1px solid #dce4df;
  border-radius: 14px;
  background: #fff;
}

.quote-lifecycle > div {
  min-width: 74px;
  text-align: center;
}

.quote-lifecycle span {
  display: block;
  color: #7b9a85;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 800;
}

.quote-lifecycle strong {
  display: block;
  margin-top: 3px;
  color: #4a564f;
  font-size: 8px;
}

.quote-lifecycle i {
  color: #a7b3ac;
  font-style: normal;
  font-size: 10px;
}

.quote-business-impact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.quote-business-impact article {
  padding: 15px;
  border: 1px solid #dfe6e1;
  border-radius: 14px;
  background: #f9faf9;
}

.quote-business-impact span {
  display: block;
  color: #7d8781;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-business-impact strong {
  display: block;
  margin-top: 6px;
  color: #35594b;
  font-size: 11px;
  line-height: 1.45;
}

.quote-business-impact small {
  display: block;
  margin-top: 6px;
  color: #8a928e;
  font-size: 8px;
  line-height: 1.45;
}

.quote-case-cta {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.quote-case-cta a {
  display: inline-flex;
  min-height: 48px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #35594b;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 12px 26px rgba(53,89,75,.2);
  transition:
    transform .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.quote-case-cta a:hover {
  transform: translateY(-2px);
  background: #294a3c;
  box-shadow: 0 16px 32px rgba(53,89,75,.24);
}

@media (max-width: 1100px) {
  .quote-workspace {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .quote-customer-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .quote-case {
    padding: 32px;
  }

  .quote-problem-solution {
    grid-template-columns: 1fr;
  }

  .quote-workspace {
    grid-template-columns: 1fr;
  }

  .quote-flow-nav {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .quote-flow-step {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .quote-flow-step.active {
    transform: translateY(-2px);
  }

  .quote-flow-step small {
    display: none;
  }

  .quote-business-impact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .quote-case {
    margin-top: 18px;
    padding: 24px 14px;
    border-radius: 18px;
  }

  .quote-case h2 {
    font-size: 1.85rem;
  }

  .quote-case-subtitle {
    font-size: 13px;
  }

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

  .quote-demo {
    padding: 13px;
  }

  .quote-demo-head {
    display: block;
  }

  .quote-progress {
    width: 84px;
    margin-top: 12px;
  }

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

  .quote-stage-panel {
    min-height: 0;
    padding: 14px;
  }

  .quote-system-options {
    grid-template-columns: 1fr;
  }

  .quote-customer-search {
    grid-template-columns: 1fr;
  }

  .quote-customer-fields {
    grid-template-columns: 1fr;
  }

  .quote-form-grid,
  .quote-commercial-terms,
  .quote-document-meta,
  .quote-document-terms {
    grid-template-columns: 1fr;
  }

  .quote-field-wide {
    grid-column: auto;
  }

  .quote-product-toolbar {
    grid-template-columns: 1fr;
  }

  .quote-document {
    padding: 18px 14px;
  }

  .quote-document-top {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quote-document-top > div:last-child {
    text-align: left;
  }

  .quote-document-row {
    grid-template-columns: minmax(135px, 1.4fr) 52px 68px 72px;
    min-width: 430px;
  }

  .quote-document-products {
    overflow-x: auto;
  }

  .quote-lifecycle {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .quote-lifecycle > div {
    flex: 0 0 72px;
  }

  .quote-secondary-action {
    margin-left: 0;
  }
}

.quote-stage {
  position: relative;
}

.quote-stage-transition {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  min-height: 580px;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid #dce4df;
  border-radius: 17px;
  background:
    radial-gradient(circle at 50% 42%, rgba(115,160,91,.07), transparent 30%),
    rgba(250,252,250,.985);
  backdrop-filter: blur(5px);
}

.quote-stage-transition[hidden] {
  display: none;
}

.quote-transition-inner {
  width: min(420px, 100%);
  text-align: center;
}

.quote-transition-label {
  display: block;
  color: #71915e;
  font-family: var(--font-tech);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.quote-transition-inner strong {
  display: block;
  margin-top: 8px;
  color: #34483d;
  font-size: 17px;
}

.quote-transition-inner p {
  margin: 7px 0 0;
  color: #7d8781;
  font-size: 10px;
  line-height: 1.55;
}

.quote-transition-track {
  position: relative;
  height: 3px;
  margin: 22px auto 0;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe7e1;
}

.quote-transition-track i {
  position: absolute;
  top: 0;
  left: -35%;
  width: 35%;
  height: 100%;
  border-radius: inherit;
  background: #5f8d68;
  animation: quoteTransitionMove .9s ease-in-out infinite;
}

.quote-transition-statuses {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 13px;
}

.quote-transition-statuses span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccd8d0;
  animation: quoteTransitionDot 1s ease-in-out infinite;
}

.quote-transition-statuses span:nth-child(2) {
  animation-delay: .16s;
}

.quote-transition-statuses span:nth-child(3) {
  animation-delay: .32s;
}

@keyframes quoteTransitionMove {
  0% {
    left: -35%;
  }

  100% {
    left: 100%;
  }
}

@keyframes quoteTransitionDot {
  0%,
  100% {
    transform: scale(.8);
    background: #ccd8d0;
  }

  50% {
    transform: scale(1.15);
    background: #5f8d68;
  }
}

.quote-pdf-result.is-ready {
  border-color: #91b49d;
  box-shadow: 0 0 0 4px rgba(94,139,105,.08);
}

#quote-preview-pdf.quote-next-action {
  animation: quotePulse 1.4s ease-in-out infinite;
}

.quote-pdf-modal {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(9,16,12,.76);
  backdrop-filter: blur(10px);
}

.quote-pdf-modal[hidden] {
  display: none;
}

.quote-pdf-modal-dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: #eef1ef;
  box-shadow: 0 35px 90px rgba(0,0,0,.4);
}

.quote-pdf-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border-bottom: 1px solid #d7dfda;
  background: #fff;
}

.quote-pdf-modal-head span {
  display: block;
  color: #708679;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .09em;
}

.quote-pdf-modal-head strong {
  display: block;
  margin-top: 4px;
  color: #3e4b44;
  font-size: 10px;
}

.quote-pdf-modal-head button {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #edf2ef;
  color: #4c5d53;
  font-size: 22px;
  cursor: pointer;
}

.quote-pdf-modal-stage {
  overflow: auto;
  padding: 26px;
}

.quote-document-modal {
  width: min(700px, 100%);
  margin: 0 auto;
  padding: 42px;
}

.quote-pdf-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 18px;
  border-top: 1px solid #d7dfda;
  background: #fff;
}

.quote-pdf-modal-footer span {
  max-width: 500px;
  color: #78827c;
  font-size: 9px;
  line-height: 1.5;
}

.quote-pdf-modal-footer .quote-primary-action {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 760px) {
  .quote-stage-transition {
    min-height: 420px;
  }

  .quote-pdf-modal {
    padding: 10px;
  }

  .quote-pdf-modal-dialog {
    max-height: calc(100vh - 20px);
    border-radius: 15px;
  }

  .quote-pdf-modal-stage {
    padding: 12px;
  }

  .quote-document-modal {
    min-width: 620px;
    padding: 28px;
  }

  .quote-pdf-modal-footer {
    display: grid;
  }

  .quote-pdf-modal-footer .quote-primary-action {
    width: 100%;
  }
}

#quote-try-again {
  margin-top: 12px;
  margin-left: 0;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #adc5b5;
  border-radius: 9px;
  background: #fff;
  color: #35594b;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

#quote-try-again:hover {
  transform: translateY(-1px);
  border-color: #7fa08b;
  background: #f2f7f4;
  box-shadow: 0 8px 18px rgba(53,89,75,.1);
}

.quote-system-options button.selected {
  border-color: #7fa68a;
  background: #edf6f0;
  box-shadow: 0 0 0 3px rgba(80,126,94,.08);
}

.quote-desktop-panel {
  overflow: hidden;
}

.quote-desktop {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #9eb2a6;
  border-radius: 16px;
  background: #203f35;
  box-shadow: 0 22px 48px rgba(20,42,31,.18);
}

.quote-desktop-wallpaper {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  padding: 22px 22px 70px;
  background:
    linear-gradient(135deg, rgba(12,42,49,.92), rgba(42,86,70,.88)),
    radial-gradient(circle at 78% 24%, rgba(145,206,105,.35), transparent 26%),
    radial-gradient(circle at 25% 78%, rgba(55,135,175,.26), transparent 30%);
}

.quote-desktop-wallpaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(255,255,255,.035) 58% 59%, transparent 59%),
    linear-gradient(30deg, transparent 0 70%, rgba(255,255,255,.025) 70% 71%, transparent 71%);
  pointer-events: none;
}

.quote-desktop-brand {
  position: absolute;
  top: 26px;
  right: 28px;
  z-index: 1;
  width: min(310px, 36%);
  text-align: right;
  color: rgba(255,255,255,.82);
}

.quote-desktop-brand span {
  display: block;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
  color: #b9de9f;
}

.quote-desktop-brand strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 650;
}

.quote-desktop-brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.52);
  font-size: 8px;
}

.quote-desktop-icons {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 86px);
  grid-auto-rows: minmax(82px, auto);
  gap: 10px 12px;
  width: 290px;
}

.quote-desktop-icon,
.quote-desktop-file {
  position: relative;
  display: flex;
  min-height: 82px;
  padding: 6px 4px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.quote-desktop-icon:hover,
.quote-desktop-file:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
}

.quote-desktop-icon-main {
  border-color: rgba(202,239,179,.38);
  background: rgba(137,208,68,.11);
  box-shadow: 0 0 0 3px rgba(137,208,68,.055);
  animation: quoteDesktopRecommend 2s ease-in-out infinite;
}

.quote-desktop-icon-main small {
  position: absolute;
  top: -8px;
  right: -10px;
  padding: 3px 5px;
  border-radius: 999px;
  background: #d9f1c6;
  color: #31523e;
  font-size: 6px;
  font-weight: 850;
}

@keyframes quoteDesktopRecommend {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(137,208,68,.055);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(137,208,68,.07);
  }
}

.quote-app-icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,.95);
  color: #294b3d;
  font-family: var(--font-tech);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0,0,0,.17);
}

.quote-app-outlook {
  background: #eaf3ff;
  color: #2863a7;
}

.quote-app-offers {
  background: #e9f5e6;
  color: #3c6f45;
}

.quote-app-excel {
  background: #e3f2e8;
  color: #1f6c42;
}

.quote-app-erp {
  background: #eef0ff;
  color: #454c9c;
  font-size: 8px;
}

.quote-app-crm {
  background: #fff0df;
  color: #9a5d27;
  font-size: 8px;
}

.quote-app-drive {
  background: #fff7d7;
  color: #74691b;
}

.quote-app-pc,
.quote-app-archive {
  background: #edf1f3;
  color: #52616a;
  font-size: 8px;
}

.quote-desktop-icon strong,
.quote-desktop-file strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 7px;
  font-weight: 650;
  line-height: 1.25;
  text-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.quote-desktop-file span {
  display: flex;
  width: 38px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 5px;
  background: rgba(255,255,255,.9);
  color: #4b5c53;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 850;
  box-shadow: 0 7px 14px rgba(0,0,0,.13);
}

.quote-desktop-hint {
  position: absolute;
  right: 26px;
  bottom: 84px;
  z-index: 3;
  width: min(330px, 42%);
  padding: 14px 16px;
  border: 1px solid rgba(214,239,200,.25);
  border-radius: 12px;
  background: rgba(10,36,29,.73);
  backdrop-filter: blur(8px);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.16);
}

.quote-desktop-hint span {
  display: block;
  color: #bce09e;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quote-desktop-hint strong {
  display: block;
  margin-top: 5px;
  font-size: 11px;
}

.quote-desktop-hint small {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.62);
  font-size: 8px;
  line-height: 1.45;
}

.quote-taskbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 48px;
  padding: 6px 10px;
  border-top: 1px solid rgba(255,255,255,.11);
  background: rgba(16,29,25,.96);
  color: #fff;
}

.quote-start-menu,
.quote-taskbar-apps button {
  display: flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 7px;
  background: rgba(255,255,255,.055);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}

.quote-start-menu {
  font-size: 18px;
}

.quote-taskbar-apps {
  display: flex;
  gap: 5px;
}

.quote-taskbar-status {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(255,255,255,.72);
  font-size: 7px;
}

.quote-desktop-window {
  position: absolute;
  top: 48px;
  left: 110px;
  right: 90px;
  z-index: 10;
  overflow: hidden;
  border: 1px solid rgba(16,34,27,.2);
  border-radius: 12px;
  background: #f7f9f8;
  box-shadow: 0 30px 70px rgba(0,0,0,.38);
  animation: quoteWindowOpen .18s ease-out;
}

.quote-desktop-window[hidden] {
  display: none;
}

@keyframes quoteWindowOpen {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.quote-desktop-window-head {
  display: flex;
  min-height: 42px;
  padding: 6px 8px 6px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #d8dfdb;
  background: #fff;
}

.quote-desktop-window-head > div:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
}

#quote-desktop-window-icon {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #e8f3e8;
  color: #416c4d;
  font-family: var(--font-tech);
  font-size: 8px;
  font-weight: 850;
}

#quote-desktop-window-title {
  color: #3f4a44;
  font-size: 9px;
}

.quote-window-controls {
  display: flex;
  gap: 4px;
}

.quote-window-controls button {
  width: 30px;
  height: 28px;
  border: 0;
  border-radius: 6px;
  background: #f0f3f1;
  color: #56615b;
  font-size: 14px;
  cursor: pointer;
}

.quote-window-controls button:hover {
  background: #e3e9e5;
}

.quote-desktop-window-body {
  min-height: 340px;
  max-height: 440px;
  overflow: auto;
  padding: 18px;
  color: #4d5852;
}

.quote-app-screen-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dfe5e1;
}

.quote-app-screen-head span {
  display: block;
  color: #6b8c74;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .08em;
}

.quote-app-screen-head strong {
  display: block;
  margin-top: 4px;
  color: #33473d;
  font-size: 16px;
}

.quote-app-screen-head small {
  display: block;
  margin-top: 5px;
  color: #87918c;
  font-size: 8px;
}

.quote-app-status-pill {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eaf4ed;
  color: #426750;
  font-size: 7px;
  font-weight: 800;
}

.quote-app-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.quote-app-dashboard > div {
  padding: 12px;
  border: 1px solid #dce4df;
  border-radius: 10px;
  background: #fff;
}

.quote-app-dashboard small {
  display: block;
  color: #8b958f;
  font-size: 7px;
}

.quote-app-dashboard strong {
  display: block;
  margin-top: 4px;
  color: #3d4b43;
  font-size: 11px;
}

.quote-app-new-offer {
  margin-top: 14px;
  padding: 15px;
  border: 1px solid #b8d1bf;
  border-radius: 12px;
  background: #eef7f1;
}

.quote-app-new-offer > span {
  display: block;
  color: #698977;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 850;
}

.quote-app-new-offer strong {
  display: block;
  margin-top: 5px;
  color: #35594b;
  font-size: 11px;
}

.quote-app-new-offer p {
  margin: 6px 0 0;
  color: #6f7c75;
  font-size: 8px;
  line-height: 1.5;
}

.quote-mini-table {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #dfe5e1;
  border-radius: 9px;
  background: #fff;
}

.quote-mini-row {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr .8fr;
  gap: 8px;
  padding: 8px 9px;
  border-top: 1px solid #edf0ee;
  font-size: 7px;
}

.quote-mini-row:first-child {
  border-top: 0;
}

.quote-mini-row.head {
  background: #f1f5f2;
  color: #68756e;
  font-weight: 850;
}

.quote-source-folders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.quote-source-folders > div {
  padding: 11px;
  border: 1px solid #dfe5e1;
  border-radius: 9px;
  background: #fff;
}

.quote-source-folders strong {
  display: block;
  color: #44524a;
  font-size: 9px;
}

.quote-source-folders small {
  display: block;
  margin-top: 4px;
  color: #8b948f;
  font-size: 7px;
  line-height: 1.4;
}

.quote-desktop-explainer {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 13px;
  padding: 13px 14px;
  border: 1px solid #d9e3dd;
  border-radius: 11px;
  background: #f5f8f6;
}

.quote-desktop-explainer span {
  display: block;
  color: #71915e;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 850;
}

.quote-desktop-explainer strong {
  display: block;
  margin-top: 4px;
  color: #35594b;
  font-size: 10px;
}

.quote-desktop-explainer p {
  margin: 0;
  color: #758079;
  font-size: 8px;
  line-height: 1.55;
}

.quote-mail-client-shell {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #cfdad4;
  border-radius: 14px;
  background: #eef2ef;
}

.quote-mail-client-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 12px;
  border-bottom: 1px solid #d6dfda;
  background: #fff;
}

.quote-mail-client-top > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quote-mail-client-top .quote-app-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  box-shadow: none;
  font-size: 8px;
}

.quote-mail-client-top strong {
  color: #3f4a44;
  font-size: 9px;
}

.quote-mail-client-top > span {
  color: #8b948f;
  font-size: 7px;
}

.quote-mail-client-shell .quote-email {
  margin: 12px;
  background: #fff;
}

#quote-try-again {
  position: relative;
  z-index: 20;
  pointer-events: auto;
  touch-action: manipulation;
}

@media (max-width: 900px) {
  .quote-desktop-wallpaper {
    min-height: 620px;
  }

  .quote-desktop-window {
    left: 52px;
    right: 52px;
  }

  .quote-desktop-hint {
    width: min(350px, 48%);
  }
}

@media (max-width: 760px) {
  .quote-desktop-wallpaper {
    min-height: 690px;
    padding: 18px 12px 70px;
  }

  .quote-desktop-brand {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 0 4px 14px;
    text-align: left;
  }

  .quote-desktop-brand strong {
    font-size: 15px;
  }

  .quote-desktop-icons {
    grid-template-columns: repeat(3, minmax(72px, 1fr));
    width: 100%;
    gap: 8px;
  }

  .quote-desktop-hint {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 14px;
  }

  .quote-desktop-window {
    top: 74px;
    left: 8px;
    right: 8px;
  }

  .quote-desktop-window-body {
    min-height: 390px;
    max-height: 470px;
    padding: 13px;
  }

  .quote-taskbar-status span:first-child {
    display: none;
  }

  .quote-taskbar-status {
    gap: 4px;
  }

  .quote-app-dashboard,
  .quote-source-folders,
  .quote-desktop-explainer {
    grid-template-columns: 1fr;
  }

  .quote-desktop-explainer {
    gap: 7px;
  }
}
.quote-app-start-card {
  background: linear-gradient(180deg, #f4f8f5, #edf5f0);
}

.quote-import-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.quote-import-option {
  min-height: 126px;
  padding: 15px;
  border: 1px solid #d9e2dc;
  border-radius: 12px;
  background: #fff;
  color: #4b5750;
  text-align: left;
  cursor: pointer;
  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}

.quote-import-option:hover {
  transform: translateY(-2px);
  border-color: #98b6a3;
  background: #f4f8f5;
  box-shadow: 0 10px 22px rgba(33, 62, 46, .08);
}

.quote-import-option-main {
  border-color: #a7c2ae;
  background: #eef6f0;
}

.quote-import-option > span {
  display: block;
  color: #6d9277;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .09em;
}

.quote-import-option strong {
  display: block;
  margin-top: 8px;
  color: #35594b;
  font-size: 11px;
}

.quote-import-option small {
  display: block;
  margin-top: 6px;
  color: #858f89;
  font-size: 8px;
  line-height: 1.5;
}

.quote-integration-note {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid #dce4df;
  border-radius: 10px;
  background: #f8faf9;
}

.quote-integration-note > span {
  color: #6c8f75;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 850;
}

.quote-integration-note p {
  margin: 0;
  color: #77817b;
  font-size: 8px;
  line-height: 1.55;
}

.quote-import-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 8px 10px;
  border: 1px solid #dfe5e1;
  border-radius: 9px;
  background: #f5f8f6;
}

.quote-import-toolbar span {
  color: #6f7b74;
  font-size: 8px;
}

.quote-import-toolbar strong {
  color: #476052;
  font-size: 8px;
}

.quote-import-mail-list {
  display: grid;
  gap: 7px;
  margin-top: 9px;
}

.quote-import-mail {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #dfe5e1;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition:
    transform .16s ease,
    border-color .16s ease,
    background .16s ease;
}

.quote-import-mail:hover {
  transform: translateX(2px);
  border-color: #9ebba8;
  background: #f4f8f5;
}

.quote-import-mail-main {
  border-color: #a8c3b0;
  background: #eef6f0;
}

.quote-import-mail-time {
  color: #7f8a84;
  font-family: var(--font-tech);
  font-size: 7px;
  font-weight: 800;
}

.quote-import-mail div strong {
  display: block;
  color: #3d4c44;
  font-size: 9px;
}

.quote-import-mail div span {
  display: block;
  margin-top: 3px;
  color: #5f6d65;
  font-size: 8px;
}

.quote-import-mail div small {
  display: block;
  margin-top: 3px;
  color: #949c97;
  font-size: 7px;
}

.quote-import-mail i {
  padding: 4px 6px;
  border-radius: 999px;
  background: #edf2ef;
  color: #687a70;
  font-family: var(--font-tech);
  font-size: 6px;
  font-style: normal;
  font-weight: 850;
}

.quote-import-mail-main i {
  background: #dfeee3;
  color: #416750;
}

.quote-import-back {
  margin-top: 11px;
  margin-left: 0;
}

.quote-import-warning {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #e3d9c9;
  border-radius: 11px;
  background: #faf7f2;
}

.quote-import-warning > span {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #efe4d4;
  color: #8d6642;
  font-weight: 850;
}

.quote-import-warning strong {
  display: block;
  color: #655341;
  font-size: 10px;
}

.quote-import-warning p {
  margin: 4px 0 0;
  color: #8a7969;
  font-size: 8px;
  line-height: 1.5;
}

.quote-import-analysis {
  display: grid;
  gap: 7px;
  margin-top: 15px;
}

.quote-import-analysis > div {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid #e0e6e2;
  border-radius: 9px;
  background: #fafbfa;
  transition:
    border-color .2s ease,
    background .2s ease;
}

.quote-import-analysis > div > span {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf1ee;
  color: #7a867f;
  font-size: 8px;
}

.quote-import-analysis > div strong {
  color: #4a5750;
  font-size: 8px;
}

.quote-import-analysis > div small {
  color: #929a95;
  font-size: 7px;
  text-align: right;
}

.quote-import-analysis > div.done {
  border-color: #b9d0c0;
  background: #f0f6f2;
}

.quote-import-analysis > div.done > span {
  background: #35594b;
  color: #fff;
}

.quote-import-result {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #a9c5b2;
  border-radius: 12px;
  background: #edf6f0;
}

.quote-import-result[hidden] {
  display: none;
}

.quote-import-result-head {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 9px;
  align-items: start;
}

.quote-import-result-head > span {
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #35594b;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
}

.quote-import-result-head strong {
  display: block;
  color: #35594b;
  font-size: 10px;
}

.quote-import-result-head small {
  display: block;
  margin-top: 4px;
  color: #718078;
  font-size: 7px;
  line-height: 1.45;
}

.quote-import-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 11px;
}

.quote-import-summary > div {
  padding: 9px;
  border: 1px solid rgba(105, 147, 117, .18);
  border-radius: 9px;
  background: rgba(255, 255, 255, .7);
}

.quote-import-summary small {
  display: block;
  color: #8a948e;
  font-size: 7px;
}

.quote-import-summary strong {
  display: block;
  margin-top: 3px;
  color: #46554d;
  font-size: 8px;
}

@media (max-width: 760px) {
  .quote-import-choice,
  .quote-import-summary {
    grid-template-columns: 1fr;
  }

  .quote-integration-note {
    grid-template-columns: 1fr;
  }

  .quote-import-mail {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .quote-import-mail i {
    display: none;
  }

  .quote-import-analysis > div {
    grid-template-columns: 24px 1fr;
  }

  .quote-import-analysis > div small {
    grid-column: 2;
    text-align: left;
  }
}

.quote-desktop-window {
  top: 34px;
  left: 76px;
  right: 56px;
}

#quote-desktop-window-title {
  font-size: 11px;
}

.quote-desktop-window-body {
  min-height: 380px;
  max-height: 470px;
  padding: 22px;
  font-size: 10px;
}

.quote-app-screen-head span {
  font-size: 8px;
}

.quote-app-screen-head strong {
  font-size: 18px;
}

.quote-app-screen-head small {
  font-size: 9px;
  line-height: 1.5;
}

.quote-app-status-pill {
  font-size: 8px;
}

.quote-app-dashboard small {
  font-size: 8px;
}

.quote-app-dashboard strong {
  font-size: 12px;
}

.quote-app-new-offer > span {
  font-size: 8px;
}

.quote-app-new-offer strong {
  font-size: 12px;
}

.quote-app-new-offer p {
  font-size: 9px;
  line-height: 1.6;
}

.quote-mini-row {
  font-size: 8px;
}

.quote-source-folders strong {
  font-size: 10px;
}

.quote-source-folders small {
  font-size: 8px;
}

.quote-desktop-icon strong,
.quote-desktop-file strong {
  font-size: 8px;
}

.quote-desktop-hint strong {
  font-size: 12px;
}

.quote-desktop-hint small {
  font-size: 9px;
}

.quote-desktop-explainer strong {
  font-size: 11px;
}

.quote-desktop-explainer p {
  font-size: 9px;
}

.quote-taskbar-mail,
.quote-taskbar-next {
  position: relative;
}

.quote-mail-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e2574c;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  box-shadow: 0 0 0 3px rgba(226,87,76,.16);
}

.quote-mail-badge[hidden] {
  display: none;
}

.quote-mail-alert {
  animation: quoteMailAlert 1.15s ease-in-out infinite;
}

.quote-taskbar-next {
  animation: quoteTaskbarNext 1.25s ease-in-out infinite;
}

@keyframes quoteMailAlert {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(77,145,222,.18);
    background: rgba(255,255,255,.055);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(77,145,222,.1);
    background: rgba(79,139,205,.28);
  }
}

@keyframes quoteTaskbarNext {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(137,208,68,.16);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(137,208,68,.09);
    background: rgba(137,208,68,.18);
  }
}

.quote-outlook-list {
  display: grid;
  gap: 7px;
  margin-top: 16px;
}

.quote-outlook-mail {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #dce4df;
  border-radius: 10px;
  background: #fff;
  color: #46524b;
  text-align: left;
  cursor: pointer;
  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}

.quote-outlook-mail:hover {
  transform: translateY(-1px);
  border-color: #a9c5b2;
  background: #f7faf8;
  box-shadow: 0 8px 20px rgba(32,58,43,.07);
}

.quote-outlook-mail-new {
  border-color: #9fc5a9;
  background: #f0f7f2;
  box-shadow: 0 0 0 3px rgba(74,133,89,.06);
}

.quote-outlook-mail-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3976bd;
  box-shadow: 0 0 0 4px rgba(57,118,189,.1);
}

.quote-outlook-mail div strong {
  display: block;
  color: #35483e;
  font-size: 10px;
}

.quote-outlook-mail div span {
  display: block;
  margin-top: 3px;
  color: #59675f;
  font-size: 9px;
}

.quote-outlook-mail div small {
  display: block;
  margin-top: 3px;
  color: #8a948e;
  font-size: 8px;
}

.quote-outlook-mail time {
  align-self: start;
  color: #77837c;
  font-size: 8px;
}

.quote-opened-mail-meta {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #dde4e0;
  border-radius: 10px;
  background: #f6f8f7;
}

.quote-opened-mail-meta > div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
}

.quote-opened-mail-meta small {
  color: #8c9690;
  font-size: 8px;
}

.quote-opened-mail-meta strong {
  color: #455149;
  font-size: 9px;
}

.quote-opened-mail-body {
  margin-top: 14px;
  color: #4f5c55;
  font-size: 9px;
  line-height: 1.7;
}

.quote-opened-mail-body p {
  margin: 0 0 10px;
}

.quote-mail-minimize-tip {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 11px 12px;
  border: 1px solid #b7d2bf;
  border-radius: 10px;
  background: #eef7f1;
}

.quote-mail-minimize-tip span {
  color: #567865;
  font-size: 8px;
  font-weight: 800;
}

.quote-mail-minimize-tip strong {
  color: #35594b;
  font-size: 10px;
}

.quote-window-control-next {
  animation: quoteWindowControlNext 1.1s ease-in-out infinite;
}

@keyframes quoteWindowControlNext {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(137,208,68,.12);
    background: #f0f3f1;
  }

  50% {
    box-shadow: 0 0 0 5px rgba(137,208,68,.1);
    background: #dff0e3;
  }
}

.quote-module-save-card {
  margin-top: 16px;
  padding: 17px;
  border: 1px solid #bdd3c4;
  border-radius: 14px;
  background: #f2f8f4;
}

.quote-module-save-head {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
}

.quote-module-save-head small,
.quote-module-save-data small {
  display: block;
  color: #86928b;
  font-size: 8px;
}

.quote-module-save-head strong {
  display: block;
  margin-top: 3px;
  color: #35594b;
  font-size: 12px;
}

.quote-module-save-head div > span {
  display: block;
  margin-top: 4px;
  color: #6f7d75;
  font-size: 9px;
}

.quote-module-save-data {
  display: grid;
  grid-template-columns: 1.4fr .7fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.quote-module-save-data > div {
  padding: 10px;
  border: 1px solid rgba(96,132,108,.16);
  border-radius: 9px;
  background: rgba(255,255,255,.72);
}

.quote-module-save-data strong {
  display: block;
  margin-top: 4px;
  color: #46534b;
  font-size: 9px;
  line-height: 1.4;
}

.quote-module-save-status {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.quote-module-save-status[hidden] {
  display: none;
}

.quote-module-save-status > div {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid #dfe5e1;
  border-radius: 9px;
  background: #fafbfa;
  color: #68746e;
  font-size: 9px;
}

.quote-module-save-status > div.done {
  border-color: #bdd4c3;
  background: #f0f7f2;
  color: #35594b;
}

.quote-module-sync-note {
  margin-top: 14px;
  padding: 12px 13px;
  border: 1px dashed #cbd9d0;
  border-radius: 10px;
  background: #fafcfb;
}

.quote-module-sync-note span {
  color: #5f7b6a;
  font-size: 8px;
  font-weight: 800;
}

.quote-module-sync-note p {
  margin: 5px 0 0;
  color: #7b867f;
  font-size: 8px;
  line-height: 1.55;
}

.quote-outgoing-in-window {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .quote-desktop-window {
    left: 34px;
    right: 34px;
  }
}

@media (max-width: 760px) {
  .quote-desktop-window {
    top: 26px;
    left: 12px;
    right: 12px;
  }

  .quote-desktop-window-body {
    min-height: 350px;
    max-height: 500px;
    padding: 16px;
  }

  .quote-app-screen-head strong {
    font-size: 16px;
  }

  .quote-module-save-data {
    grid-template-columns: 1fr;
  }

  .quote-outlook-mail {
    grid-template-columns: 10px minmax(0, 1fr) auto;
  }
}
