.trf-breadcrumb {
  background: #f7faff;
  border-bottom: 1px solid #e8eef8;
}

.trf-breadcrumb__inner {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.trf-breadcrumb__inner a {
  color: #2563c8;
  text-decoration: none;
}

.trf-breadcrumb__inner span {
  color: #64748b;
}

.trf-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 72px;
  background: linear-gradient(160deg, #1a2d6e 0%, #163090 50%, #2563c8 100%);
}

.trf-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.trf-hero__orb--right {
  top: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
  background: rgba(91, 163, 217, 0.1);
}

.trf-hero__orb--left {
  bottom: -60px;
  left: -40px;
  width: 280px;
  height: 280px;
  background: rgba(91, 163, 217, 0.07);
}

.trf-hero__inner {
  position: relative;
}

.trf-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.12);
  padding: 6px 16px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.trf-hero__badge-icon {
  display: flex;
  flex-shrink: 0;
  line-height: 0;
}

.trf-hero__badge-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.trf-hero h1 {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  color: #fff;
}

.trf-hero p {
  margin: 0 0 36px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.7;
}

.trf-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.trf-hero__stats strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: #fff;
}

.trf-hero__stats span {
  margin-top: 2px;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.trf-section {
  padding: 72px 0;
  background: #fff;
}

.trf-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.trf-heading__line {
  height: 3px;
  width: 36px;
  border-radius: 2px;
  background: #2563c8;
}

.trf-heading span {
  color: #2563c8;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.trf-title {
  margin: 0 0 40px;
  color: #1a2d6e;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.5vw, 32px);
}

.trf-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.trf-tab {
  position: relative;
  padding: 16px 18px;
  border-radius: 14px;
  border: 2px solid #e8eef8;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.trf-tab.is-active {
  background: #f7faff;
}

.trf-tab__badge {
  position: absolute;
  top: -10px;
  right: 12px;
  border-radius: 10px;
  background: #f59e0b;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
}

.trf-tab__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  line-height: 0;
}

.trf-tab__icon .trf-icon-svg {
  width: 26px;
  height: 26px;
}

.trf-tab__name {
  display: block;
  margin-bottom: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a2d6e;
}

.trf-tab__time {
  color: #64748b;
  font-size: 12px;
}

.trf-delivery-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
}

.trf-delivery-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.trf-delivery-head__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  flex-shrink: 0;
}

.trf-delivery-head__icon .trf-icon-svg {
  width: 36px;
  height: 36px;
}

.trf-delivery-head__name {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.trf-delivery-head__time {
  color: #64748b;
  font-size: 13px;
}

.trf-delivery-desc {
  margin: 0 0 24px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.trf-rates {
  border: 1px solid #e8eef8;
  border-radius: 14px;
  overflow: hidden;
}

.trf-rates__header,
.trf-rates__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 11px 20px;
}

.trf-rates__header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.trf-rates__header span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.trf-rates__header span:last-child,
.trf-rates__row span:last-child {
  text-align: right;
}

.trf-rates__row {
  border-bottom: 1px solid #e8eef8;
}

.trf-rates__row:nth-child(even) {
  background: #f7faff;
}

.trf-rates__row span:first-child {
  color: #64748b;
  font-size: 14px;
}

.trf-rates__row span:last-child {
  color: #1a2d6e;
  font-size: 14px;
  font-weight: 700;
}

.trf-includes {
  background: #f7faff;
  border: 1px solid #e8eef8;
  border-radius: 16px;
  padding: 28px;
}

.trf-includes h3 {
  margin: 0 0 20px;
  color: #1a2d6e;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.trf-include-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.trf-include-item__icon {
  flex-shrink: 0;
  display: flex;
  line-height: 0;
  margin-top: 1px;
}

.trf-include-item__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  color: #2563c8;
}

.trf-include-item > span:last-child {
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.trf-note {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(91, 163, 217, 0.27);
  background: #fff;
  color: #64748b;
  font-size: 12px;
  line-height: 1.6;
}

.trf-note__icon {
  flex-shrink: 0;
  display: flex;
  line-height: 0;
  color: #2563c8;
}

.trf-note__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.trf-note__text {
  flex: 1;
  min-width: 0;
}

.trf-note strong {
  color: #1a2d6e;
}

.trf-calculator {
  padding: 72px 0;
  background: #f0f5ff;
}

.trf-calculator__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.trf-calculator__desc {
  margin: 0 0 20px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

.trf-volume-note {
  border: 1px solid #e8eef8;
  border-radius: 12px;
  background: #fff;
  padding: 16px 20px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.trf-volume-note strong {
  color: #1a2d6e;
}

.trf-calc-card {
  border: 1px solid #e8eef8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(37, 99, 200, 0.1);
  padding: 32px;
}

.trf-field {
  margin-bottom: 22px;
}

.trf-field__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.trf-field__row label,
.trf-field__label {
  color: #1a2d6e;
  font-size: 13px;
  font-weight: 600;
}

.trf-field__row strong {
  color: #2563c8;
  font-size: 15px;
  font-weight: 700;
}

#trf-weight {
  width: 100%;
  accent-color: #2563c8;
  height: 6px;
}

.trf-range-ends {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  color: #64748b;
  font-size: 11px;
}

.trf-radios {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.trf-radio {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1.5px solid #e8eef8;
  cursor: pointer;
}

.trf-radio.is-active {
  background: #f0f5ff;
  border-color: #2563c8;
}

.trf-radio input {
  accent-color: #2563c8;
}

.trf-radio__name {
  flex: 1;
  font-size: 14px;
  color: #64748b;
}

.trf-radio.is-active .trf-radio__name {
  color: #1a2d6e;
  font-weight: 600;
}

.trf-radio__price {
  color: #2563c8;
  font-size: 13px;
  font-weight: 700;
}

.trf-insurance {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1.5px solid #e8eef8;
  border-radius: 8px;
  padding: 12px 14px;
  cursor: pointer;
}

.trf-insurance input {
  width: 16px;
  height: 16px;
  accent-color: #2563c8;
}

.trf-insurance span {
  display: block;
  color: #64748b;
  font-size: 14px;
}

.trf-insurance small {
  display: block;
  color: #64748b;
  font-size: 12px;
}

.trf-goods-value {
  margin-top: 8px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #f7faff;
  display: none;
  align-items: center;
  gap: 10px;
}

.trf-goods-value span {
  white-space: nowrap;
  color: #64748b;
  font-size: 12px;
}

.trf-goods-value input {
  flex: 1;
  border: 1px solid #e8eef8;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 14px;
  color: #1a2d6e;
  font-weight: 600;
  outline: none;
}

.trf-result {
  border-top: 1px solid #e8eef8;
  padding-top: 20px;
}

.trf-result__line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #64748b;
}

.trf-result__total {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 2px solid #2563c8;
  display: flex;
  justify-content: space-between;
  color: #1a2d6e;
  font-size: 20px;
  font-weight: 800;
}

.trf-result__total span:last-child {
  color: #2563c8;
}

.trf-result p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

#trf-insurance-line {
  display: none;
}

.trf-fees-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.trf-fee-card {
  border: 1px solid #e8eef8;
  border-radius: 16px;
  overflow: hidden;
}

.trf-fee-card__head {
  padding: 16px 24px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.trf-fee-row {
  padding: 14px 24px;
  border-bottom: 1px solid #e8eef8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.trf-fee-row:nth-child(even) {
  background: #f7faff;
}

.trf-fee-row__name {
  color: #1a2d6e;
  font-size: 14px;
  font-weight: 600;
}

.trf-fee-row__desc {
  color: #64748b;
  font-size: 12px;
  margin-top: 2px;
}

.trf-fee-row__price {
  flex-shrink: 0;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.trf-tokens {
  padding: 72px 0;
  background: #f7faff;
}

.trf-tokens__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.trf-token-note {
  margin-bottom: 12px;
  display: flex;
  gap: 14px;
  border: 1px solid #e8eef8;
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
}

.trf-token-note__icon {
  flex-shrink: 0;
  display: flex;
  line-height: 0;
  color: #2563c8;
}

.trf-token-note__icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.trf-token-note strong {
  display: block;
  margin-bottom: 4px;
  color: #1a2d6e;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.trf-token-note p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.trf-token-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.trf-plan {
  position: relative;
  border: 2px solid #e8eef8;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.trf-plan.is-popular {
  border-color: #2563c8;
  background: #f0f5ff;
}

.trf-plan__top {
  background: #2563c8;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 0;
}

.trf-plan__body {
  padding: 20px 20px 18px;
}

.trf-plan__tokens {
  color: #1a2d6e;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.trf-plan__tokens small {
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
}

.trf-plan__price {
  margin: 8px 0;
  color: #2563c8;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.trf-plan__save {
  display: inline-block;
  margin-bottom: 14px;
  border-radius: 10px;
  background: #f0fdf4;
  color: #16a34a;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
}

.trf-plan__unit {
  margin-bottom: 16px;
  color: #64748b;
  font-size: 12px;
}

.trf-plan button {
  width: 100%;
  border-radius: 8px;
  border: 1.5px solid #2563c8;
  background: transparent;
  color: #2563c8;
  font-size: 13px;
  font-weight: 700;
  padding: 10px;
  cursor: pointer;
}

.trf-plan.is-popular button {
  border: none;
  background: #2563c8;
  color: #fff;
}

.trf-faq {
  padding: 72px 0;
  background: #fff;
}

.trf-faq__inner {
  max-width: 800px;
}

.trf-faq h2 {
  margin: 0 0 8px;
  color: #1a2d6e;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.trf-faq p {
  margin: 0 0 36px;
  text-align: center;
  color: #64748b;
  font-size: 14px;
}

.trf-faq-item {
  border: 1px solid #e8eef8;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}

.trf-faq-item button {
  width: 100%;
  border: none;
  background: transparent;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  color: #1a2d6e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.trf-faq-item button span:last-child {
  color: #2563c8;
  font-size: 20px;
  transition: transform 0.2s ease;
}

.trf-faq-item.is-open button span:last-child {
  transform: rotate(45deg);
}

.trf-faq-answer {
  display: none;
  border-top: 1px solid #e8eef8;
  padding: 0 20px 16px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.trf-faq-item.is-open .trf-faq-answer {
  display: block;
}

.trf-cta {
  padding: 64px 0;
  background: linear-gradient(120deg, #1a2d6e 0%, #2563c8 100%);
}

.trf-cta__inner {
  text-align: center;
}

.trf-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
}

.trf-cta p {
  max-width: 480px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}

.trf-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.trf-btn {
  border-radius: 10px;
  text-decoration: none;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
}

.trf-btn--solid {
  padding-left: 36px;
  padding-right: 36px;
  background: #fff;
  color: #2563c8;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.trf-btn--outline {
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

@media (max-width: 1100px) {
  .trf-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .trf-delivery-grid,
  .trf-calculator__grid,
  .trf-tokens__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .trf-fees-grid,
  .trf-token-plans {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .trf-section,
  .trf-calculator,
  .trf-tokens,
  .trf-faq,
  .trf-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .trf-hero {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .trf-hero__stats {
    gap: 24px;
  }

  .trf-calc-card {
    padding: 20px;
  }
}
