.tc-public-offers-link {
  color: #c7f044 !important;
  font-weight: 800 !important;
}

.tc-offer-ribbon {
  position: relative;
  z-index: 45;
  color: #fff;
  background: #07162b;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.tc-offer-ribbon-inner {
  width: var(--tc-shell);
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
}

.tc-offer-ribbon strong {
  color: #c7f044;
}

.tc-offer-ribbon span {
  color: #dce7f8;
}

.tc-offer-ribbon a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid #c7f044;
}

.tc-growth-offers {
  position: relative;
  padding: 72px 0;
  color: #071327;
  background: #f3f7fb;
  border-bottom: 1px solid #d9e4ef;
}

.tc-growth-offers-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 32px;
  align-items: stretch;
  margin-bottom: 28px;
}

.tc-growth-offers-heading > div:first-child {
  align-self: center;
  max-width: 740px;
}

.tc-growth-offers-kicker {
  display: block;
  margin-bottom: 10px;
  color: #0f67ff;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.tc-growth-offers h2 {
  margin: 0 0 14px;
  max-width: 760px;
  color: #06142b;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.tc-growth-offers-heading p {
  margin: 0;
  max-width: 720px;
  color: #47566a;
  font-size: 17px;
  line-height: 1.65;
}

.tc-growth-offers-art {
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #c9d7e7;
  background: #07162b;
  box-shadow: 0 16px 38px rgba(7, 22, 43, .15);
}

.tc-growth-offers-art img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.tc-growth-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.tc-growth-offer-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #cedaea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 22, 43, .07);
}

.tc-growth-offer-card.is-featured {
  border: 2px solid #89ad18;
  box-shadow: 0 16px 36px rgba(83, 112, 7, .14);
}

.tc-growth-offer-card-head {
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.tc-growth-offer-option,
.tc-growth-offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.tc-growth-offer-option {
  color: #fff;
  background: #0f67ff;
}

.tc-growth-offer-badge {
  max-width: 180px;
  color: #334600;
  text-align: right;
  background: #ebf7c8;
}

.tc-growth-offer-card h3 {
  margin: 0 0 8px;
  color: #071327;
  font-size: 21px;
  line-height: 1.25;
}

.tc-growth-offer-price {
  color: #0a4fc1;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.tc-growth-offer-billing {
  min-height: 36px;
  margin: 8px 0 14px;
  color: #526176;
  font-size: 13px;
  font-weight: 750;
}

.tc-growth-offer-card > p:not(.tc-growth-offer-billing) {
  min-height: 72px;
  margin: 0 0 16px;
  color: #46566b;
  line-height: 1.55;
}

.tc-growth-offer-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.tc-growth-offer-card li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  color: #20324a;
  font-size: 13px;
  line-height: 1.4;
}

.tc-growth-offer-card li span {
  color: #699000;
  font-weight: 900;
}

.tc-growth-offer-select {
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #0f67ff;
  font-weight: 850;
  cursor: pointer;
}

.tc-growth-offer-card.is-featured .tc-growth-offer-select {
  color: #071327;
  background: #c7f044;
}

.tc-growth-offers-note {
  margin: 20px 0 0;
  padding: 14px 16px;
  color: #46566b;
  font-size: 13px;
  line-height: 1.55;
  border-left: 3px solid #f0b84d;
  background: #fff;
}

.tc-growth-offer-modal[hidden] {
  display: none !important;
}

.tc-growth-offer-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.tc-growth-offer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 9, 20, .76);
  backdrop-filter: blur(4px);
}

.tc-growth-offer-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: min(880px, calc(100vh - 48px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #c9d6e5;
  border-radius: 8px;
  background: #f6f8fb;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .36);
}

.tc-growth-offer-dialog > header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border-bottom: 1px solid #d7e0eb;
  background: #fff;
}

.tc-growth-offer-dialog h2 {
  margin: 0;
  font-size: 24px;
}

.tc-growth-offer-dialog .tc-growth-offers-kicker {
  margin-bottom: 3px;
}

.tc-growth-offer-close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid #c8d4e2;
  border-radius: 6px;
  color: #1a2b43;
  background: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.tc-growth-offer-dialog-body {
  min-height: 260px;
  overflow: auto;
  padding: 20px;
}

.tc-growth-offer-loading {
  min-height: 220px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: #41526a;
  font-weight: 750;
}

.tc-growth-offer-loading span {
  width: 34px;
  height: 34px;
  border: 3px solid #d7e2ef;
  border-top-color: #0f67ff;
  border-radius: 50%;
  animation: tc-offer-spin .8s linear infinite;
}

@keyframes tc-offer-spin {
  to { transform: rotate(360deg); }
}

.tc-offer-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 18px;
}

.tc-offer-form-card,
.tc-offer-summary-card,
.tc-offer-success-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid #d4deea;
  border-radius: 8px;
  background: #fff;
}

.tc-offer-form-card h3,
.tc-offer-summary-card h3,
.tc-offer-success-card h3 {
  margin: 0 0 14px;
  color: #071327;
  font-size: 18px;
}

.tc-offer-form-section + .tc-offer-form-section {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e0e7ef;
}

.tc-offer-form-section-title {
  margin: 0 0 12px;
  color: #22354e;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

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

.tc-offer-field {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.tc-offer-field.is-wide {
  grid-column: 1 / -1;
}

.tc-offer-field label {
  color: #273a54;
  font-size: 12px;
  font-weight: 800;
}

.tc-offer-field input,
.tc-offer-field select {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #b9c8da;
  border-radius: 6px;
  color: #071327;
  background: #fff;
  font: inherit;
}

.tc-offer-field select {
  padding-right: 36px;
  appearance: auto;
}

.tc-offer-field input:focus,
.tc-offer-field select:focus {
  outline: 3px solid rgba(15, 103, 255, .18);
  border-color: #0f67ff;
}

.tc-offer-card-container {
  min-height: 90px;
  padding: 12px;
  border: 1px solid #b9c8da;
  border-radius: 6px;
  background: #fff;
}

.tc-offer-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin-top: 14px;
  color: #45566c;
  font-size: 12px;
  line-height: 1.5;
}

.tc-offer-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}

.tc-offer-submit {
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #0f67ff;
  font-weight: 850;
  cursor: pointer;
}

.tc-offer-submit:disabled {
  cursor: wait;
  opacity: .62;
}

.tc-offer-summary-price {
  margin: 5px 0 14px;
  color: #0a4fc1;
  font-size: 38px;
  font-weight: 900;
}

.tc-offer-summary-card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tc-offer-summary-card li {
  padding-left: 20px;
  position: relative;
  color: #42536a;
  font-size: 13px;
  line-height: 1.45;
}

.tc-offer-summary-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #699000;
  font-weight: 900;
}

.tc-offer-secure-note {
  margin-top: 18px;
  padding: 12px;
  color: #264264;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #cbd9e9;
  border-radius: 6px;
  background: #edf5ff;
}

.tc-offer-error,
.tc-offer-notice {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.5;
}

.tc-offer-error {
  color: #8c1620;
  border: 1px solid #efbbc0;
  background: #fff0f1;
}

.tc-offer-notice {
  color: #244b09;
  border: 1px solid #c6dda9;
  background: #f1f9e7;
}

.tc-offer-success-card {
  max-width: 720px;
  margin: 0 auto;
}

.tc-offer-success-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #fff;
  background: #438000;
  font-size: 24px;
  font-weight: 900;
}

.tc-offer-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.tc-offer-reference-grid div {
  padding: 10px 12px;
  border: 1px solid #d7e1ec;
  border-radius: 6px;
  background: #f8fafc;
}

.tc-offer-reference-grid span,
.tc-offer-reference-grid strong {
  display: block;
  overflow-wrap: anywhere;
}

.tc-offer-reference-grid span {
  margin-bottom: 4px;
  color: #647389;
  font-size: 11px;
  text-transform: uppercase;
}

.tc-offer-reference-grid strong {
  color: #172a43;
  font-size: 13px;
}

.tc-offer-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tc-offer-success-actions a,
.tc-offer-success-actions button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #0f67ff;
  border-radius: 6px;
  color: #0f67ff;
  background: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.tc-offer-success-actions .is-primary {
  color: #fff;
  background: #0f67ff;
}

body.tc-offer-modal-open {
  overflow: hidden !important;
}

@media (max-width: 1020px) {
  .tc-offer-ribbon-inner {
    width: calc(100vw - 32px);
    gap: 12px;
  }

  .tc-offer-ribbon-inner span:nth-of-type(2) {
    display: none;
  }

  .tc-growth-offers-heading {
    grid-template-columns: 1fr;
  }

  .tc-growth-offers-art {
    aspect-ratio: 16 / 7;
    min-height: 0;
  }

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

  .tc-growth-offer-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .tc-offer-ribbon-inner {
    min-height: 46px;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
  }

  .tc-offer-ribbon-inner > span {
    display: none;
  }

  .tc-growth-offers {
    padding: 46px 0;
  }

  .tc-growth-offers h2 {
    font-size: 32px;
  }

  .tc-growth-offers-art {
    aspect-ratio: 16 / 8;
    min-height: 0;
  }

  .tc-growth-offer-grid,
  .tc-offer-checkout-layout,
  .tc-offer-fields,
  .tc-offer-reference-grid {
    grid-template-columns: 1fr;
  }

  .tc-growth-offer-card:last-child {
    grid-column: auto;
  }

  .tc-growth-offer-card > p:not(.tc-growth-offer-billing),
  .tc-growth-offer-billing {
    min-height: 0;
  }

  .tc-growth-offer-modal {
    align-items: stretch;
    padding: 0;
  }

  .tc-growth-offer-dialog {
    width: 100%;
    max-height: 100dvh;
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .tc-growth-offer-dialog > header {
    position: sticky;
    top: 0;
    min-height: 70px;
    padding: 12px 14px;
  }

  .tc-growth-offer-dialog h2 {
    font-size: 20px;
  }

  .tc-growth-offer-dialog-body {
    padding: 14px;
  }

  .tc-offer-form-card,
  .tc-offer-summary-card,
  .tc-offer-success-card {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-growth-offer-loading span {
    animation-duration: 1.8s;
  }
}
