.marketing-pricing .tr-hero {
  padding: 80px 24px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #faf8f5;
}
.marketing-pricing .tr-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.marketing-pricing .tr-hero-badge {
  display: inline-block;
  background: #e8f0ed;
  color: #16332a;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.marketing-pricing .tr-hero-title {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1c1100;
  margin-bottom: 20px;
}
.marketing-pricing .tr-hero-title em {
  font-style: italic;
  color: #16332a;
}
.marketing-pricing .tr-hero-sub {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 40px;
}
.marketing-pricing .tr-toggle {
  display: inline-flex;
  background: #fff;
  border: 1px solid #f0ede8;
  border-radius: 100px;
  padding: 4px;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.marketing-pricing .tr-toggle-btn {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 20px;
  border: none;
  background: transparent;
  color: #555;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.marketing-pricing .tr-toggle-btn.active {
  background: #0f2b23;
  color: #fff;
}
.marketing-pricing .tr-toggle-save {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #0f2b23;
  background: #c8f026;
  padding: 2px 7px;
  border-radius: 100px;
  letter-spacing: 0.02em;
}
.marketing-pricing .tr-toggle-btn.active .tr-toggle-save {
  background: #c8f026;
  color: #0f2b23;
}
.marketing-pricing .tr-cards {
  padding: 40px 24px 80px;
}
.marketing-pricing .tr-cards-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.marketing-pricing .tr-card {
  background: #fff;
  border: 1px solid #f0ede8;
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.marketing-pricing .tr-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.marketing-pricing .tr-card.featured {
  background: #0f2b23;
  border-color: #0f2b23;
  color: #faf8f5;
}
.marketing-pricing .tr-card.featured:hover {
  box-shadow: 0 12px 32px rgba(15, 43, 35, 0.2);
}

.marketing-pricing .tr-card.pre {
  border: 1px solid rgba(200, 240, 38, 0.4);
  background: linear-gradient(180deg, #fff 0%, #fafff0 100%);
}

.marketing-pricing .tr-card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #c8f026;
  color: #0f2b23;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}
.marketing-pricing .tr-card-badge.pre {
  background: #0f2b23;
  color: #c8f026;
}

.marketing-pricing .tr-card-name {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.marketing-pricing .tr-card.featured .tr-card-name {
  color: #c8f026;
}

.marketing-pricing .tr-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.55;
  margin-bottom: 28px;
  min-height: 44px;
}
.marketing-pricing .tr-card.featured .tr-card-desc {
  color: rgba(250, 248, 245, 0.7);
}

.marketing-pricing .tr-card-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}
.marketing-pricing .tr-card-price {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: inherit;
}
.marketing-pricing .tr-card-price-unit {
  font-size: 15px;
  color: #888;
  font-weight: 500;
}
.marketing-pricing .tr-card.featured .tr-card-price-unit {
  color: rgba(250, 248, 245, 0.6);
}

.marketing-pricing .tr-card-price-sub {
  font-size: 13px;
  color: #999;
  margin-bottom: 28px;
}
.marketing-pricing .tr-card.featured .tr-card-price-sub {
  color: rgba(250, 248, 245, 0.5);
}

.marketing-pricing .tr-card-earlybird {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(200, 240, 38, 0.2);
  color: #0f2b23;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 20px;
  align-self: flex-start;
}
.marketing-pricing .tr-card-earlybird svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.marketing-pricing .tr-card-cta {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: 100px;
  text-decoration: none;
  margin-bottom: 28px;
  transition: all 0.15s;
  border: 1px solid transparent;
}
.marketing-pricing .tr-card-cta.primary {
  background: #0f2b23;
  color: #fff;
}
.marketing-pricing .tr-card-cta.primary:hover {
  background: #1a3d32;
}

.marketing-pricing .tr-card.featured .tr-card-cta.primary {
  background: #c8f026;
  color: #0f2b23;
}
.marketing-pricing .tr-card.featured .tr-card-cta.primary:hover {
  background: #b8e010;
}

.marketing-pricing .tr-card-cta.is-outline {
  border-color: #0f2b23;
  color: #0f2b23;
  background: transparent;
}
.marketing-pricing .tr-card-cta.is-outline:hover {
  background: rgba(15, 43, 35, 0.05);
}

.marketing-pricing .tr-card-features-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.marketing-pricing .tr-card.featured .tr-card-features-label {
  color: rgba(250, 248, 245, 0.5);
}

.marketing-pricing .tr-card-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.marketing-pricing .tr-card-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.marketing-pricing .tr-card.featured .tr-card-feature {
  color: rgba(250, 248, 245, 0.9);
}

.marketing-pricing .tr-card-feature-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #e8f0ed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.marketing-pricing .tr-card-feature-check svg {
  width: 10px;
  height: 10px;
  stroke: #16332a;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.marketing-pricing .tr-card.featured .tr-card-feature-check {
  background: rgba(200, 240, 38, 0.2);
}
.marketing-pricing .tr-card.featured .tr-card-feature-check svg {
  stroke: #c8f026;
}

@media (max-width: 900px) {
  .marketing-pricing .tr-cards-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .marketing-pricing .tr-card {
    padding: 32px 24px;
  }
}
.marketing-pricing .tr-compare {
  padding: 80px 24px;
  background: #fff;
  border-top: 1px solid #f0ede8;
  border-bottom: 1px solid #f0ede8;
}
.marketing-pricing .tr-compare-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.marketing-pricing .tr-compare-title {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #1c1100;
  text-align: center;
  margin-bottom: 48px;
}

.marketing-pricing .tr-plan-key {
  display: none;
}
.marketing-pricing .tr-table {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f0ede8;
}

.marketing-pricing .tr-table-header {
  background: #faf8f5;
  padding: 20px 24px;
  font-size: 13px;
  font-weight: 600;
  color: #1c1100;
  border-bottom: 1px solid #f0ede8;
}
.marketing-pricing .tr-table-header.plan {
  text-align: center;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 18px;
}
.marketing-pricing .tr-table-header.plan-featured {
  background: rgba(200, 240, 38, 0.15);
  color: #0f2b23;
}

.marketing-pricing .tr-table-cell {
  padding: 18px 24px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f5f3ef;
  display: flex;
  align-items: center;
}
.marketing-pricing .tr-table-cell.value {
  justify-content: center;
  color: #666;
  font-size: 13px;
}
.marketing-pricing .tr-table-cell.value.featured {
  background: rgba(200, 240, 38, 0.05);
}
.marketing-pricing .tr-table-cell.check svg {
  width: 18px;
  height: 18px;
  stroke: #0f2b23;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.marketing-pricing .tr-table-cell.dash {
  color: #ccc;
  font-size: 16px;
}
.marketing-pricing .tr-table-row-last > .tr-table-cell {
  border-bottom: none;
}
.marketing-pricing .tr-table-section-label {
  grid-column: 1 / -1;
  background: #faf8f5;
  padding: 14px 24px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  border-top: 1px solid #f0ede8;
  border-bottom: 1px solid #f0ede8;
}

@media (max-width: 768px) {
  .marketing-pricing .tr-compare {
    padding: 48px 14px;
  }
  .marketing-pricing .tr-plan-key {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 0 14px 2px;
    font:
      500 13.5px "Inter",
      -apple-system,
      sans-serif;
    color: #6f6a62;
  }
  .marketing-pricing .tr-plan-key i {
    font-style: normal;
    font-weight: 700;
    color: #1c1100;
    margin-right: 6px;
  }
  .marketing-pricing .tr-table {
    grid-template-columns: minmax(0, 2.2fr) repeat(3, minmax(0, 1fr));
    border-radius: 14px;
  }
  .marketing-pricing .tr-table-header {
    padding: 12px 10px;
    font-size: 12.5px;
    text-align: center;
  }
  .marketing-pricing .tr-table-header:first-child {
    text-align: left;
    padding-left: 14px;
  }
  .marketing-pricing .tr-table-header.plan {
    font-family:
      "Inter",
      -apple-system,
      sans-serif;
    font-size: 0;
  }
  .marketing-pricing .tr-table-header.plan::before {
    font:
      700 13.5px "Inter",
      -apple-system,
      sans-serif;
    color: #1c1100;
  }
  .marketing-pricing .tr-table-header:nth-child(2)::before {
    content: "A";
  }
  .marketing-pricing .tr-table-header:nth-child(3)::before {
    content: "B";
  }
  .marketing-pricing .tr-table-header:nth-child(4)::before {
    content: "C";
  }
  .marketing-pricing .tr-table-cell {
    padding: 13px 8px;
    font-size: 13px;
    line-height: 1.4;
    align-items: center;
  }
  .marketing-pricing .tr-table-cell:not(.value) {
    padding-left: 14px;
  }
  .marketing-pricing .tr-table-cell.value {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    justify-content: center;
  }
  .marketing-pricing .tr-table-cell.value::before {
    content: none;
  }
  .marketing-pricing .tr-table-cell.check svg {
    width: 16px;
    height: 16px;
  }
  .marketing-pricing .tr-table-section-label {
    padding: 12px 14px;
  }
}
.marketing-pricing .tr-faq {
  padding: 80px 24px 100px;
  background: #faf8f5;
}
.marketing-pricing .tr-faq-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.marketing-pricing .tr-faq-title {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #1c1100;
  margin-bottom: 12px;
}
.marketing-pricing .tr-faq-sub {
  font-size: 15px;
  color: #888;
  margin-bottom: 48px;
}
.marketing-pricing .tr-faq-list {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.marketing-pricing .tr-faq-item {
  border-bottom: 1px solid rgba(22, 51, 42, 0.12);
}
.marketing-pricing .tr-faq-item:first-child {
  border-top: 1px solid rgba(22, 51, 42, 0.12);
}
.marketing-pricing .tr-faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.marketing-pricing .tr-faq-q-text {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.35;
  color: #1c1100;
  letter-spacing: -0.01em;
}
.marketing-pricing .tr-faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketing-pricing .tr-faq-icon::before,
.marketing-pricing .tr-faq-icon::after {
  content: "";
  position: absolute;
  background: #0f2b23;
  border-radius: 1px;
  transition: transform 0.25s;
}
.marketing-pricing .tr-faq-icon::before {
  width: 16px;
  height: 1.5px;
}
.marketing-pricing .tr-faq-icon::after {
  width: 1.5px;
  height: 16px;
}
.marketing-pricing .tr-faq-item[open] .tr-faq-icon::after {
  transform: scaleY(0);
}
.marketing-pricing .tr-faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}
.marketing-pricing .tr-faq-item[open] .tr-faq-a {
  max-height: 400px;
  padding-bottom: 22px;
}
.marketing-pricing .tr-faq-a-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}
.marketing-pricing .tr-cta {
  padding: 32px 24px 48px;
  background: #faf8f5;
}
.marketing-pricing .tr-cta-wrap {
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 24px;
  padding: 100px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.marketing-pricing .tr-cta-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: blur(2px) brightness(0.55);
}
.marketing-pricing .tr-cta-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(15, 43, 35, 0.5) 0%,
      rgba(15, 43, 35, 0.7) 100%
    ),
    radial-gradient(
      ellipse at 20% 80%,
      rgba(200, 240, 38, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(200, 240, 38, 0.08) 0%,
      transparent 50%
    );
  pointer-events: none;
  z-index: 1;
}
.marketing-pricing .tr-cta-logo {
  position: relative;
  z-index: 3;
  margin-bottom: 24px;
  display: inline-block;
}
.marketing-pricing .tr-cta-logo svg {
  width: 38px;
  height: 34px;
  filter: drop-shadow(0 2px 12px rgba(200, 240, 38, 0.3));
}
.marketing-pricing .tr-cta-title {
  position: relative;
  z-index: 3;
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #faf8f5;
  max-width: 680px;
  margin: 0 auto 32px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.marketing-pricing .tr-cta-btn {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #0f2b23;
  background: #c8f026;
  border-radius: 100px;
  padding: 15px 30px;
  text-decoration: none;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.marketing-pricing .tr-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(200, 240, 38, 0.4);
}
.marketing-pricing .tr-cta-sub {
  position: relative;
  z-index: 3;
  font-size: 13px;
  color: #faf8f5;
  opacity: 0.7;
  margin-top: 16px;
}
.marketing-pricing .tr-hero-badge {
  display: none !important;
}
.marketing-pricing .tr-hero-title {
  margin-top: 0 !important;
}
.marketing-pricing .tr-card-badge,
.marketing-pricing .tr-table-section-label,
.marketing-pricing .tr-card-features-label,
.marketing-pricing .tr-toggle-save {
  font-size: 12px !important;
}
.marketing-pricing .tr-card-earlybird {
  font-size: 13px !important;
}
.marketing-pricing .sticky-cta small {
  font-size: 12.5px !important;
  color: #6f6a62 !important;
}
.marketing-pricing .sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid #eee;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(110%);
  transition: transform 0.3s ease;
}
.marketing-pricing .sticky-cta.visible {
  transform: translateY(0);
}
.marketing-pricing .sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  background: #c8f026;
  color: #16332a;
  font-size: 15.5px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 18px -6px rgba(160, 200, 20, 0.55);
}
.marketing-pricing .sticky-cta small {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #8b8681;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .marketing-pricing .sticky-cta {
    display: block;
  }
}
