.tr-app-store,
.tr-site-home,
body.woocommerce,
body.page {
  --tr-bg: #fbf7ef;
  --tr-ink: #16212d;
  --tr-muted: #657484;
  --tr-surface: #ffffff;
  --tr-line: #eadfce;
  --tr-dark: #10202c;
  --tr-panel: #162c3d;
  --tr-accent: #13c58d;
  --tr-blue: #2388f2;
  --tr-warm: #ffb13d;
  --tr-shadow: 0 24px 70px rgba(58, 38, 13, 0.14);
}

body {
  background: #f7f9fc;
}

body,
button,
input,
textarea,
select {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
  border-bottom: 1px solid rgba(16, 32, 44, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 36px rgba(16, 32, 44, 0.08);
}

.site-branding .site-title a,
.main-navigation ul li a,
.site-header-cart .cart-contents {
  color: #16212d;
  font-weight: 850;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  border-radius: 999px;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:hover {
  color: #06140f;
  background: rgba(19, 197, 141, 0.14);
}

.site-main {
  background: linear-gradient(180deg, #fffaf1 0, #f7f9fc 360px, #f7f9fc 100%);
}

.entry-title {
  color: #16212d;
  font-weight: 900;
  letter-spacing: 0;
}

.woocommerce-breadcrumb,
.storefront-breadcrumb {
  color: #657484;
}
.tr-app-store {
  --tr-bg: #fbf7ef;
  --tr-ink: #16212d;
  --tr-muted: #657484;
  --tr-surface: #ffffff;
  --tr-line: #eadfce;
  --tr-dark: #10202c;
  --tr-panel: #162c3d;
  --tr-accent: #13c58d;
  --tr-blue: #2388f2;
  --tr-warm: #ffb13d;
  --tr-shadow: 0 24px 70px rgba(58, 38, 13, 0.14);
  color: var(--tr-ink);
  background: linear-gradient(180deg, #fffaf1 0, #fbf7ef 360px, #f7f9fc 100%);
  border-radius: 14px;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tr-store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: center;
  min-height: 560px;
  padding: 54px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 177, 61, 0.32), transparent 30%),
    linear-gradient(135deg, #ffffff 0, #fff4df 56%, #e8f6ff 100%);
  border: 1px solid #f0dfc4;
  box-shadow: var(--tr-shadow);
}

.tr-store-hero h1 {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--tr-ink);
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.tr-store-hero p {
  max-width: 720px;
  margin: 0;
  color: #516273;
  font-size: 19px;
  line-height: 1.62;
}

.tr-deal-pill,
.tr-kicker,
.tr-promise,
.tr-category-hook {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tr-deal-pill {
  color: #562f00;
  background: rgba(255, 177, 61, 0.34);
  padding: 0 12px;
  margin-bottom: 18px;
}

.tr-kicker {
  color: #067452;
  margin-bottom: 14px;
}

.tr-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tr-button {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
}

.tr-button--primary {
  color: #06140f;
  background: var(--tr-accent);
}

.tr-button--secondary {
  color: var(--tr-ink);
  border: 1px solid var(--tr-line);
  background: rgba(255, 255, 255, 0.68);
}

.tr-button--full {
  width: 100%;
  margin-top: 18px;
}

.tr-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.tr-trust-row span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  color: #4e6173;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid #f0dfc4;
  font-size: 13px;
  font-weight: 800;
}

.tr-quick-buy,
.tr-dashboard-metrics article,
.tr-category-card,
.tr-app-card,
.tr-store-strip {
  border: 1px solid rgba(16, 32, 44, 0.12);
  border-radius: 12px;
  background: var(--tr-surface);
  box-shadow: 0 16px 46px rgba(16, 32, 44, 0.1);
}

.tr-quick-buy {
  align-self: center;
  width: 100%;
  max-width: 440px;
  padding: 30px;
  transform: none;
}

.tr-quick-buy h2 {
  margin: 20px 0 10px;
  color: var(--tr-ink);
  font-size: 30px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.tr-quick-buy p,
.tr-category-card p,
.tr-app-card p {
  color: var(--tr-muted);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.tr-quick-price {
  margin-top: 18px;
}

.tr-quick-price small,
.tr-app-card__footer small {
  display: block;
  color: var(--tr-muted);
  font-weight: 800;
}

.tr-quick-price strong,
.tr-app-card__footer strong {
  display: block;
  color: var(--tr-ink);
  font-size: 24px;
}

.tr-featured-section,
.tr-category-section,
.tr-store-dashboard,
.tr-lane-section,
.tr-trust-section,
.tr-compare-section,
.tr-coming-section {
  padding: 38px 56px;
}

.tr-featured-section {
  background: #fffdf8;
}

.tr-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.tr-section-heading h2,
.tr-dashboard-copy h2 {
  max-width: 900px;
  margin: 0;
  color: var(--tr-ink);
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
}

.tr-featured-grid,
.tr-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tr-store-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  color: #f5fbff;
  background: #10202c;
}

.tr-dashboard-copy h2 {
  color: #f5fbff;
}

.tr-dashboard-copy p {
  max-width: 860px;
  margin: 16px 0 0;
  color: #bfd0df;
  font-size: 18px;
  line-height: 1.62;
}

.tr-dashboard-metrics {
  display: grid;
  gap: 12px;
}

.tr-dashboard-metrics article {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  background: var(--tr-panel);
}

.tr-dashboard-metrics strong {
  color: var(--tr-warm);
  font-size: 40px;
  line-height: 1;
}

.tr-dashboard-metrics span {
  color: #bfd0df;
  text-align: right;
}

.tr-category-section {
  background: var(--tr-surface);
}

.tr-lane-section,
.tr-trust-section,
.tr-compare-section,
.tr-video-section,
.tr-privacy-section,
.tr-consumer-section,
.tr-coming-section {
  background: #f7f9fc;
}

.tr-lane-grid,
.tr-trust-grid,
.tr-video-grid,
.tr-privacy-grid,
.tr-coming-grid {
  display: grid;
  gap: 16px;
}

.tr-lane-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tr-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tr-video-grid,
.tr-privacy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tr-coming-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tr-lane-card,
.tr-trust-grid article,
.tr-video-card,
.tr-privacy-card,
.tr-consumer-grid article,
.tr-coming-card {
  border: 1px solid rgba(16, 32, 44, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(16, 32, 44, 0.08);
}

.tr-trust-grid article {
  min-height: 150px;
  padding: 20px;
}

.tr-trust-grid strong {
  display: block;
  color: var(--tr-ink);
  font-size: 20px;
  line-height: 1.18;
}

.tr-trust-grid span {
  display: block;
  margin-top: 10px;
  color: var(--tr-muted);
  line-height: 1.5;
}

.tr-lane-card {
  min-height: 250px;
  padding: 22px;
}

.tr-lane-card > span,
.tr-coming-card > span {
  color: #067452;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tr-lane-card h3,
.tr-coming-card h3 {
  margin: 12px 0 8px;
  color: var(--tr-ink);
  line-height: 1.16;
}

.tr-lane-card h3 {
  font-size: 23px;
}

.tr-coming-card h3 {
  font-size: 20px;
}

.tr-lane-card p,
.tr-coming-card p {
  color: var(--tr-muted);
  line-height: 1.55;
}

.tr-lane-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tr-lane-card li {
  border-radius: 999px;
  padding: 7px 10px;
  color: #10202c;
  background: rgba(19, 197, 141, 0.12);
  font-size: 12px;
  font-weight: 850;
}

.tr-coming-card {
  min-height: 190px;
  padding: 20px;
}

.tr-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tr-category-card {
  min-height: 166px;
  padding: 20px;
  background: #fffaf1;
  box-shadow: none;
}

.tr-category-hook {
  color: #7a4100;
  background: rgba(255, 177, 61, 0.22);
  padding: 0 10px;
  margin-bottom: 12px;
}

.tr-category-card > span:not(.tr-category-hook) {
  display: block;
  color: var(--tr-ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

.tr-category-card p {
  margin: 9px 0 0;
  font-size: 14px;
}

.tr-store-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 24px 56px 0;
  background: #fff;
}

.tr-filter {
  min-height: 38px;
  border: 1px solid var(--tr-line);
  border-radius: 999px;
  color: var(--tr-ink);
  background: #fff;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 800;
}

.tr-filter.is-active {
  color: #06140f;
  border-color: var(--tr-warm);
  background: var(--tr-warm);
}

.tr-app-grid {
  padding: 24px 56px 56px;
  background: #fff;
}

.tr-app-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 24px;
  color: #f5fbff;
  background: linear-gradient(180deg, #102334, #0b1925);
}

.tr-app-card.is-hidden {
  display: none;
}

.tr-app-card__top,
.tr-app-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.tr-app-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  color: #06140f;
  background: var(--tr-warm);
  font-weight: 900;
}

.tr-badge {
  flex-shrink: 0;
  max-width: 190px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  color: #06140f;
  background: var(--tr-accent);
  padding: 0 11px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  white-space: normal;
}

.tr-badge--warm {
  background: var(--tr-warm);
}

.tr-promise {
  color: var(--tr-warm);
  margin-top: 22px;
}

.tr-app-card h2 {
  margin: 10px 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.16;
}

.tr-app-card p {
  color: #bfd0df;
}

.tr-app-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tr-app-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 22px 2px;
}

.tr-app-labels span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 6px 9px;
  color: #c7d3e1;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 850;
}

.tr-app-card li {
  position: relative;
  padding-left: 22px;
  margin-top: 13px;
  color: #bfd0df;
  line-height: 1.45;
}

.tr-app-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tr-accent);
}

.tr-app-card__footer {
  margin-top: auto;
  padding-top: 24px;
}

.tr-app-card__footer strong {
  color: #fff;
}

.tr-store-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 56px 56px;
  padding: 24px;
  background: #fffaf1;
  box-shadow: none;
}

.tr-store-strip strong {
  display: block;
  color: var(--tr-ink);
  font-size: 22px;
}

.tr-store-strip span {
  color: var(--tr-muted);
}

.tr-compare-section {
  background: #fff;
}

.tr-compare-table {
  overflow: hidden;
  border: 1px solid rgba(16, 32, 44, 0.12);
  border-radius: 12px;
  background: #fff;
}

.tr-compare-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.35fr 1.2fr 1.2fr 0.85fr 0.65fr;
  gap: 14px;
  padding: 16px 18px;
  border-top: 1px solid rgba(16, 32, 44, 0.1);
  color: var(--tr-muted);
}

.tr-compare-row:first-child {
  border-top: 0;
}

.tr-compare-row--head {
  color: var(--tr-ink);
  background: #fffaf1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tr-compare-row strong {
  color: var(--tr-ink);
}

.tr-related-section {
  padding: 46px 56px;
  background: #f6f8fb;
  border-bottom: 1px solid #dbe9f5;
}

.tr-related-section .tr-section-heading p {
  max-width: 560px;
  margin: 0;
  color: var(--tr-muted);
  line-height: 1.6;
}

.tr-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  border: 1px solid #dbe9f5;
  background: #dbe9f5;
}

.tr-related-grid article {
  min-height: 0;
  padding: 16px;
  background: #fff;
}

.tr-related-grid span {
  color: #f84c6b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-related-grid h3 {
  margin: 8px 0;
  color: #142535;
  font-size: 22px;
  font-weight: 420;
}

.tr-related-grid p {
  color: #4a5f73;
  line-height: 1.56;
}

.tr-related-grid strong {
  display: block;
  color: #142535;
  line-height: 1.45;
}

.tr-related-grid a {
  display: inline-block;
  margin-top: 12px;
  color: #0b7f6f;
  font-weight: 850;
  text-decoration: none;
}

.tr-video-section,
.tr-privacy-section,
.tr-consumer-section {
  padding: 46px 56px;
}

.tr-video-section .tr-section-heading p,
.tr-privacy-section .tr-section-heading p {
  max-width: 520px;
  margin: 0;
  color: var(--tr-muted);
  line-height: 1.6;
}

.tr-video-card {
  overflow: hidden;
}

.tr-video-player {
  position: relative;
  overflow: hidden;
  background: #07111f;
}

.tr-video-player video,
.tr-video-fallback {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.tr-video-fallback {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.tr-video-fallback strong {
  position: relative;
  z-index: 1;
  font-size: 22px;
}

.tr-video-fallback small {
  position: relative;
  z-index: 1;
  color: #c7d3e1;
}

.tr-video-play {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #2ee7d3;
  box-shadow: 0 18px 42px rgba(46, 231, 211, 0.24);
}

.tr-video-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #06131f;
}

.tr-video-copy {
  padding: 22px;
}

.tr-video-copy h3,
.tr-privacy-card h3 {
  margin: 10px 0;
  color: var(--tr-ink);
  font-size: 24px;
  line-height: 1.15;
}

.tr-video-copy p {
  color: var(--tr-muted);
  line-height: 1.6;
}

.tr-video-copy ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tr-video-copy li {
  position: relative;
  padding-left: 20px;
  color: #30485c;
  line-height: 1.4;
}

.tr-video-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #13c58d;
}

.tr-video-studio {
  padding: 46px 56px;
  color: #f8fbff;
  background: #07111f;
}

.tr-video-studio-hero {
  max-width: 980px;
}

.tr-video-studio h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 320;
  line-height: 1.02;
}

.tr-video-studio-hero p,
.tr-video-pipeline p,
.tr-video-script-card p,
.tr-video-script-card dd,
.tr-video-readiness p,
.tr-video-readiness li,
.tr-product-story__video-plan p,
.tr-product-story__video-plan li {
  color: #c7d3e1;
  line-height: 1.58;
}

.tr-video-pipeline,
.tr-video-script-grid {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-video-pipeline {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 28px;
}

.tr-video-script-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.tr-video-pipeline article,
.tr-video-script-card {
  min-height: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-video-pipeline span,
.tr-video-script-card__top span,
.tr-video-script-card dt {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-video-pipeline h2,
.tr-video-script-card h2,
.tr-video-readiness h2,
.tr-product-story__video-plan h3 {
  color: #fff;
  font-weight: 380;
}

.tr-video-pipeline h2,
.tr-video-script-card h2 {
  margin: 8px 0;
  font-size: 24px;
}

.tr-video-script-card__top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.tr-video-script-card__top strong {
  color: #fff;
  font-size: 12px;
  font-weight: 760;
}

.tr-video-script-card dl {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
}

.tr-video-script-card dd {
  margin: 4px 0 0;
}

.tr-video-readiness,
.tr-product-story__video-plan {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-video-readiness {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.tr-video-readiness ul,
.tr-product-story__video-plan ol {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.tr-product-story__video-plan strong {
  display: block;
  color: #fff;
}

.tr-privacy-card {
  padding: 22px;
}

.tr-privacy-card dl {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
}

.tr-privacy-card dl div {
  padding-top: 12px;
  border-top: 1px solid rgba(16, 32, 44, 0.1);
}

.tr-privacy-card dt {
  color: #067452;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tr-privacy-card dd {
  margin: 6px 0 0;
  color: var(--tr-muted);
  line-height: 1.55;
}

.tr-buyer-notes {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 32, 44, 0.12);
}

.tr-buyer-notes strong {
  display: block;
  color: var(--tr-ink);
  font-size: 15px;
}

.tr-buyer-notes ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.tr-buyer-notes li {
  position: relative;
  padding-left: 18px;
  color: var(--tr-muted);
  line-height: 1.45;
}

.tr-buyer-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #13c58d;
}

.tr-consumer-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.4fr);
  gap: 28px;
  align-items: start;
  color: #f8fbff;
  background: linear-gradient(135deg, #07111f, #0d1c31 54%, #102334);
}

.tr-consumer-copy h2 {
  margin: 10px 0 14px;
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
}

.tr-consumer-copy p,
.tr-consumer-copy small {
  color: #c7d3e1;
  line-height: 1.65;
}

.tr-consumer-copy small {
  display: block;
  margin-top: 14px;
  color: #91a8bb;
}

.tr-consumer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tr-consumer-grid article {
  min-height: 156px;
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.tr-consumer-grid strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
}

.tr-consumer-grid span {
  display: block;
  margin-top: 10px;
  color: #c7d3e1;
  line-height: 1.55;
}

.tr-pledge-section,
.tr-visual-band,
.tr-need-section {
  padding: 46px 56px;
  background: #fff;
}

.tr-pledge-section {
  background: linear-gradient(135deg, #07111f, #0d1c31 54%, #102334);
  color: #f8fbff;
}

.tr-pledge-section .tr-section-heading {
  align-items: end;
}

.tr-pledge-section .tr-section-heading h2,
.tr-pledge-card h3,
.tr-need-section h2 {
  color: inherit;
}

.tr-pledge-section .tr-section-heading p {
  max-width: 470px;
  margin: 0;
  color: #bfd0df;
  line-height: 1.6;
}

.tr-pledge-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tr-pledge-grid article {
  min-height: 220px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.tr-pledge-grid article > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #06131f;
  background: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
}

.tr-pledge-grid h3 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.18;
}

.tr-pledge-grid p {
  margin: 0;
  color: #c7d3e1;
  line-height: 1.55;
}

.tr-visual-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: #f7f9fc;
}

.tr-visual-card {
  overflow: hidden;
  border: 1px solid rgba(16, 32, 44, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(16, 32, 44, 0.08);
}

.tr-visual-card img,
.tr-home-visuals img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tr-visual-card div {
  padding: 22px;
}

.tr-visual-card h2 {
  margin: 10px 0;
  color: var(--tr-ink);
  font-size: 28px;
  line-height: 1.15;
}

.tr-visual-card p {
  margin: 0;
  color: var(--tr-muted);
  line-height: 1.6;
}

.tr-need-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: center;
  color: #f8fbff;
  background: linear-gradient(135deg, #10202c, #0b1728);
}

.tr-need-copy h2 {
  max-width: 780px;
  margin: 10px 0 14px;
  color: #fff;
  font-size: 38px;
  line-height: 1.08;
}

.tr-need-copy p {
  max-width: 780px;
  color: #c7d3e1;
  font-size: 17px;
  line-height: 1.7;
}

.tr-need-copy small {
  display: block;
  max-width: 720px;
  margin-top: 14px;
  color: #91a8bb;
  line-height: 1.5;
}

.tr-need-steps {
  display: grid;
  gap: 10px;
}

.tr-need-steps article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.tr-need-steps strong {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #06131f;
  background: #2ee7d3;
}

.tr-need-steps span {
  color: #d9e4ef;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .tr-store-hero,
  .tr-store-dashboard,
  .tr-featured-grid,
  .tr-app-grid,
  .tr-lane-grid,
  .tr-trust-grid,
  .tr-video-grid,
  .tr-privacy-grid,
  .tr-consumer-section,
  .tr-coming-grid,
  .tr-pledge-grid,
  .tr-visual-band,
  .tr-need-section {
    grid-template-columns: 1fr;
  }

  .tr-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .tr-store-hero,
  .tr-featured-section,
  .tr-store-dashboard,
  .tr-category-section,
  .tr-lane-section,
  .tr-trust-section,
  .tr-compare-section,
  .tr-video-section,
  .tr-privacy-section,
  .tr-consumer-section,
  .tr-coming-section,
  .tr-pledge-section,
  .tr-visual-band,
  .tr-need-section,
  .tr-store-toolbar,
  .tr-app-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tr-store-hero {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tr-store-hero h1 {
    font-size: 42px;
  }

  .tr-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .tr-category-grid {
    grid-template-columns: 1fr;
  }

  .tr-quick-buy {
    transform: none;
  }

  .tr-store-strip {
    display: block;
    margin-left: 24px;
    margin-right: 24px;
  }

  .tr-store-strip .tr-button {
    width: 100%;
    margin-top: 16px;
  }

  .tr-compare-row {
    grid-template-columns: 1fr;
  }

  .tr-need-copy h2 {
    font-size: 32px;
  }

  .tr-consumer-grid {
    grid-template-columns: 1fr;
  }
}


.tr-site-home {
  color: var(--tr-ink);
  background: linear-gradient(180deg, #fffaf1 0, #f7f9fc 100%);
  border-radius: 14px;
  overflow: hidden;
}

.tr-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: center;
  min-height: 560px;
  padding: 54px;
  background: radial-gradient(circle at 84% 20%, rgba(35, 136, 242, 0.22), transparent 28%), linear-gradient(135deg, #ffffff 0, #fff4df 54%, #e7fff5 100%);
  border: 1px solid #f0dfc4;
  box-shadow: var(--tr-shadow);
}

.tr-home-hero h1 {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--tr-ink);
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.tr-home-hero p,
.tr-home-panel p,
.tr-home-pathways p,
.tr-home-section p {
  color: #516273;
  line-height: 1.62;
}

.tr-home-hero p {
  max-width: 720px;
  margin: 0;
  font-size: 19px;
}

.tr-home-panel {
  align-self: center;
  padding: 30px;
  border: 1px solid rgba(16, 32, 44, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(16, 32, 44, 0.1);
}

.tr-home-panel h2 {
  margin: 10px 0;
  color: var(--tr-ink);
  font-size: 30px;
  line-height: 1.12;
}

.tr-home-section {
  padding: 42px 56px;
  background: #fff;
}

.tr-home-pathways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tr-home-pathways article {
  min-height: 176px;
  padding: 22px;
  border: 1px solid rgba(16, 32, 44, 0.1);
  border-radius: 12px;
  background: #fffaf1;
}

.tr-home-pathways span {
  color: #067452;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tr-home-pathways h3 {
  margin: 12px 0 8px;
  color: var(--tr-ink);
  font-size: 22px;
  line-height: 1.18;
}

.tr-home-section--dark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #f5fbff;
  background: #10202c;
}

.tr-home-section--dark h2 {
  max-width: 820px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
}

.tr-home-section--dark p {
  max-width: 760px;
  margin: 0;
  color: #bfd0df;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border: 1px solid rgba(16, 32, 44, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(16, 32, 44, 0.08);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 24px;
  text-align: left;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #16212d;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.14;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #10202c;
  font-weight: 900;
}

.tr-shop-decision-layer {
  display: grid;
  gap: 22px;
  margin: 0 0 28px;
  padding: 30px;
  color: #f8fbff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 0%, rgba(79, 140, 255, 0.26), transparent 30%),
    linear-gradient(135deg, rgba(9, 23, 40, 0.96), rgba(13, 28, 49, 0.94));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
}

.tr-shop-decision-layer__copy {
  max-width: 920px;
}

.tr-shop-decision-layer h2 {
  margin: 8px 0 10px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 340;
  line-height: 1.08;
}

.tr-shop-decision-layer p {
  margin: 0;
  color: #c7d3e1;
  font-size: 17px;
  line-height: 1.7;
}

.tr-shop-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.tr-shop-path-grid a {
  min-height: 118px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  color: #f8fbff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
}

.tr-shop-path-grid a:hover,
.tr-shop-path-grid a:focus-visible {
  color: #06131f;
  background: linear-gradient(90deg, #2ee7d3, #7df5e9);
  outline: none;
}

.tr-shop-path-grid strong {
  font-size: 15px;
  font-weight: 850;
}

.tr-shop-path-grid span {
  color: inherit;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.82;
}

.tr-shop-trust-strip,
.tr-shop-card-context__labels,
.tr-product-confidence-panel__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tr-shop-trust-strip span,
.tr-shop-card-context__labels span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.tr-shop-trust-strip span {
  color: #06131f;
  background: #a7fff3;
}

.tr-shop-card-context {
  display: grid;
  gap: 10px;
  margin: 12px 0 14px;
}

.tr-shop-card-context p {
  margin: 0;
  color: #405061;
  font-size: 14px;
  line-height: 1.52;
}

.tr-shop-card-context__labels span {
  color: #10202c;
  background: #edf5f4;
}

.tr-shop-card-context small {
  display: block;
  color: #607083;
  font-size: 12px;
  line-height: 1.45;
}

.tr-product-confidence-panel {
  display: grid;
  gap: 18px;
  margin: 20px 0 24px;
  padding: 22px;
  color: #f8fbff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.055)),
    rgba(11, 25, 43, 0.82);
}

.tr-product-confidence-panel h2 {
  margin: 6px 0 8px;
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 360;
  line-height: 1.12;
}

.tr-product-confidence-panel p,
.tr-product-confidence-panel dd {
  margin: 0;
  color: #c7d3e1;
  line-height: 1.56;
}

.tr-product-confidence-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.tr-product-confidence-panel dl div {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.tr-product-confidence-panel dt {
  margin: 0 0 6px;
  color: #7df5e9;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.tr-product-confidence-panel__links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 12px;
  color: #06131f;
  border-radius: 999px;
  background: #2ee7d3;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.tr-product-confidence-panel__links a:hover,
.tr-product-confidence-panel__links a:focus-visible {
  background: #7df5e9;
  outline: none;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order,
.button,
button,
input[type="submit"] {
  border: 0;
  border-radius: 8px;
  color: #06140f;
  background: #13c58d;
  font-weight: 900;
  box-shadow: none;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #payment #place_order:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
  color: #06140f;
  background: #16d89b;
}

.woocommerce table.shop_table {
  border: 1px solid rgba(16, 32, 44, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form.login {
  padding: 24px;
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: #13c58d;
  padding: 18px 22px;
}

.woocommerce-error {
  border-top-color: #ff4d61;
  padding: 18px 22px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
  border: 1px solid rgba(16, 32, 44, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.site-footer {
  display: none !important;
}

.tr-fixed-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
  color: #f8fbff;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 17, 31, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.28);
}

.tr-fixed-footer__inner {
  width: min(1824px, calc(100vw - 52px));
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(420px, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
}

.tr-fixed-footer__brand,
.tr-fixed-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.tr-fixed-footer__brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.tr-fixed-footer__brand strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
}

.tr-fixed-footer__brand span {
  color: #aab8c8;
  font-size: 12px;
  line-height: 1.35;
}

.tr-fixed-footer__links {
  justify-content: center;
}

.tr-fixed-footer__links a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.tr-fixed-footer__links a:hover,
.tr-fixed-footer__links a:focus-visible {
  color: #2ee7d3;
  outline: none;
}

@media (max-width: 980px) {
  body,
  body.page,
  body.woocommerce,
  body.archive,
  body.single-product {
    --tr-footer-height: 132px;
  }

  .tr-fixed-footer__inner {
    width: min(100%, calc(100vw - 28px));
    min-height: 112px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0;
  }

  .tr-fixed-footer__brand,
  .tr-fixed-footer__links {
    justify-content: center;
    text-align: center;
  }

  .tr-fixed-footer__brand {
    align-items: center;
  }

  .tr-fixed-footer__links {
    gap: 8px 12px;
  }
}

@media (max-width: 1100px) {
  .tr-home-hero,
  .tr-home-pathways {
    grid-template-columns: 1fr;
  }

  .tr-home-section--dark {
    display: block;
  }
}

@media (max-width: 780px) {
  .tr-home-hero,
  .tr-home-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tr-home-hero {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tr-home-hero h1 {
    font-size: 42px;
  }
}

/* Clean retail refresh inspired by the Unimor furniture storefront reference. */
.tr-app-store {
  --tr-ink: #142535;
  --tr-muted: #4a5f73;
  --tr-surface: #ffffff;
  --tr-line: #dbe9f5;
  --tr-accent: #f84c6b;
  --tr-blue: #dbe9f5;
  --tr-warm: #f84c6b;
  --tr-shadow: 0 18px 48px rgba(20, 37, 53, 0.08);
  background: #ffffff;
  border: 1px solid #e8eff6;
  border-radius: 5px;
  box-shadow: 0 18px 60px rgba(20, 37, 53, 0.06);
}

.tr-store-hero {
  min-height: 460px;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  padding: 44px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f8fb 100%);
  border: 0;
  border-bottom: 1px solid #dbe9f5;
  border-radius: 0;
  box-shadow: none;
}

.tr-store-hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.06;
}

.tr-store-hero p {
  color: #4a5f73;
  font-size: 17px;
  line-height: 1.7;
}

.tr-deal-pill,
.tr-kicker,
.tr-promise,
.tr-category-hook {
  border-radius: 5px;
  letter-spacing: 0.02em;
}

.tr-deal-pill {
  color: #142535;
  background: #dbe9f5;
}

.tr-kicker {
  color: #f84c6b;
}

.tr-button {
  min-height: 44px;
  border-radius: 5px;
  font-weight: 800;
}

.tr-button--primary {
  color: #ffffff;
  background: #142535;
}

.tr-button--primary:hover {
  color: #ffffff;
  background: #22394d;
}

.tr-button--secondary {
  color: #142535;
  border-color: #dbe9f5;
  background: #ffffff;
}

.tr-trust-row span {
  border-radius: 5px;
  color: #4a5f73;
  background: #ffffff;
  border-color: #dbe9f5;
}

.tr-quick-buy {
  max-width: 380px;
  padding: 24px;
  border-color: #dbe9f5;
  border-radius: 5px;
  box-shadow: 0 18px 48px rgba(20, 37, 53, 0.08);
}

.tr-quick-buy h2 {
  font-size: 28px;
}

.tr-quick-buy p,
.tr-category-card p,
.tr-app-card p {
  color: #4a5f73;
}

.tr-featured-section,
.tr-category-section,
.tr-store-dashboard,
.tr-lane-section,
.tr-trust-section,
.tr-compare-section,
.tr-coming-section {
  padding: 34px 44px;
}

.tr-featured-section,
.tr-category-section,
.tr-lane-section,
.tr-trust-section,
.tr-compare-section,
.tr-coming-section,
.tr-store-toolbar,
.tr-app-grid {
  background: #ffffff;
}

.tr-section-heading h2,
.tr-dashboard-copy h2 {
  font-size: 30px;
}

.tr-featured-grid,
.tr-app-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tr-app-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: #142535;
  border-color: #dbe9f5;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: none;
}

.tr-app-card:hover {
  box-shadow: 0 18px 48px rgba(20, 37, 53, 0.1);
}

.tr-app-card__media {
  position: relative;
  min-height: 210px;
  display: grid;
  place-items: center;
  background: #f6f8fb;
  border-bottom: 1px solid #dbe9f5;
}

.tr-app-card__image {
  display: block;
  width: min(78%, 300px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(20, 37, 53, 0.12);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(20, 37, 53, 0.16);
}

.tr-app-card__corner {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  background: #f84c6b;
  font-weight: 900;
}

.tr-app-card__top,
.tr-app-card .tr-promise,
.tr-app-card h2,
.tr-app-card p,
.tr-app-card ul,
.tr-app-card__footer {
  margin-left: 22px;
  margin-right: 22px;
}

.tr-app-card__top {
  margin-top: 22px;
}

.tr-app-icon {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  color: #ffffff;
  background: #142535;
}

.tr-badge {
  border-radius: 5px;
  color: #142535;
  background: #dbe9f5;
}

.tr-promise {
  color: #f84c6b;
}

.tr-app-card h2 {
  color: #142535;
  font-size: 24px;
}

.tr-app-card li {
  color: #4a5f73;
}

.tr-app-card li::before {
  background: #f84c6b;
}

.tr-app-card__footer {
  padding: 22px 0;
  border-top: 1px solid #eef4f9;
}

.tr-app-card__footer strong {
  color: #142535;
}

.tr-store-dashboard {
  grid-template-columns: minmax(0, 1fr) 360px;
  color: #142535;
  background: #f6f8fb;
  border-top: 1px solid #dbe9f5;
  border-bottom: 1px solid #dbe9f5;
}

.tr-dashboard-copy h2 {
  color: #142535;
}

.tr-dashboard-copy p,
.tr-dashboard-metrics span {
  color: #4a5f73;
}

.tr-dashboard-metrics article,
.tr-category-card,
.tr-lane-card,
.tr-trust-grid article,
.tr-compare-table,
.tr-coming-card,
.tr-store-strip {
  border-color: #dbe9f5;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: none;
}

.tr-dashboard-metrics strong {
  color: #f84c6b;
}

.tr-category-card {
  min-height: 150px;
  background: #ffffff;
}

.tr-lane-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  border-bottom: 1px solid #dbe9f5;
}

.tr-trust-section,
.tr-compare-section {
  background: #ffffff;
  border-bottom: 1px solid #dbe9f5;
}

.tr-lane-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tr-lane-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  box-shadow: none;
}

.tr-lane-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -42px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: rgba(248, 76, 107, 0.09);
}

.tr-lane-card > span,
.tr-coming-card > span {
  color: #f84c6b;
}

.tr-lane-card h3,
.tr-coming-card h3 {
  color: #142535;
}

.tr-lane-card p,
.tr-trust-grid span,
.tr-compare-row,
.tr-coming-card p {
  color: #4a5f73;
}

.tr-trust-grid strong,
.tr-compare-row strong {
  color: #142535;
}

.tr-compare-row--head {
  color: #142535;
  background: #f6f8fb;
}

.tr-lane-card li {
  border-radius: 5px;
  color: #142535;
  background: #dbe9f5;
}

.tr-coming-section {
  background: #f6f8fb;
  border-top: 1px solid #dbe9f5;
}

.tr-coming-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tr-coming-card {
  box-shadow: none;
}

.tr-category-hook {
  color: #142535;
  background: #dbe9f5;
}

.tr-filter {
  border-radius: 5px;
  border-color: #dbe9f5;
  background: #ffffff;
}

.tr-filter.is-active {
  color: #ffffff;
  border-color: #142535;
  background: #142535;
}

.tr-store-strip {
  background: #f6f8fb;
}

@media (max-width: 1100px) {
  .tr-store-hero,
  .tr-store-dashboard,
  .tr-featured-grid,
  .tr-app-grid,
  .tr-lane-grid,
  .tr-coming-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .tr-store-hero,
  .tr-featured-section,
  .tr-store-dashboard,
  .tr-category-section,
  .tr-lane-section,
  .tr-coming-section,
  .tr-store-toolbar,
  .tr-app-grid {
    padding-left: 22px;
    padding-right: 22px;
  }

  .tr-store-hero h1 {
    font-size: 40px;
  }

  .tr-app-card__media {
    min-height: 180px;
  }
}

/* Dynamic professional home refresh. */
.tr-site-home {
  --tr-layout-rail: 336px;
  --tr-layout-gap: 48px;
  --tr-header-top: 148px;
  --tr-layout-top-gap: 20px;
  --tr-sidebar-top-gap: 72px;
  --tr-titlebar-height: 80px;
  --tr-home-ink: #f8fbff;
  --tr-home-muted: #aab8c8;
  --tr-home-line: rgba(255, 255, 255, 0.14);
  --tr-home-cyan: #2ee7d3;
  --tr-home-blue: #4f8cff;
  --tr-home-violet: #8d6bff;
  color: var(--tr-home-ink);
  background: #07111f;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(7, 17, 31, 0.24);
}

/* Wide-screen workspace audit: use desktop width and make Home navigation persistent. */
@media (min-width: 1180px) {
  #content .col-full,
  body.page .site-main,
  body.woocommerce .site-main,
  body.woocommerce-page .site-main,
  body.single-product .site-main {
    width: min(1824px, calc(100vw - 52px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  body.page .content-area,
  body.woocommerce .content-area,
  body.woocommerce-page .content-area,
  body.single-product .content-area,
  body.page .entry-content,
  body.woocommerce .entry-content,
  body.woocommerce-page .entry-content,
  body.single-product .entry-content {
    width: 100%;
    max-width: none;
  }

  .tr-app-store,
  .tr-site-home,
  .tr-product-story,
  .tr-checkout-guide,
  .tr-checkout-reassurance,
  .tr-account-guide,
  .tr-support-paths,
  .tr-trust-center,
  .tr-kb,
  .tr-success,
  .tr-proof,
  .tr-governance,
  .tr-video-studio,
  .tr-ops-queue,
  .tr-lifecycle {
    width: min(1824px, calc(100vw - 52px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
}

.tr-home-shell {
  display: grid;
  grid-template-columns: var(--tr-layout-rail) minmax(0, 1fr);
  gap: var(--tr-layout-gap);
  align-items: start;
  padding: 10px 26px 0;
  background: #07111f;
}

.tr-home-main {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tr-home-line);
  border-radius: 8px;
}

.tr-home-sidebar {
  position: sticky;
  top: 132px;
  width: var(--tr-layout-rail);
  padding: 0;
  color: #f8fbff;
  background: #061724;
  transition: transform 180ms ease;
}

.tr-home-sidebar-panel {
  position: relative;
  display: grid;
  gap: 14px;
  width: 298px;
  margin-top: 0;
  margin-left: 10px;
  padding: 30px 22px;
  border: 1px solid var(--tr-home-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05)),
    rgba(11, 25, 43, 0.86);
}

.tr-home-sidebar-toggle {
  position: absolute;
  top: 172px;
  right: -7px;
  z-index: 2;
  width: 22px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: transparent;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.tr-home-sidebar-arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #2ee7d3;
}

.tr-home-sidebar-panel strong {
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
}

.tr-home-sidebar-panel nav {
  display: grid;
  gap: 6px;
}

.tr-home-sidebar-panel a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: rgba(248, 251, 255, 0.82);
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 360;
  line-height: 1.12;
  letter-spacing: 0;
  text-decoration: none !important;
  box-shadow: none !important;
}

.tr-home-sidebar-panel a::before,
.tr-home-sidebar-panel a::after {
  display: none !important;
  content: none !important;
}

.tr-home-sidebar-panel a:hover,
.tr-home-sidebar-panel a:focus-visible {
  color: #f8fbff;
  border-color: rgba(46, 231, 211, 0.38);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(46, 231, 211, 0.22) !important;
  outline: none;
}

/* Fixed Home sidebar audit: anchor the desktop rail to the viewport while content scrolls. */
@media (min-width: 1180px) {
  .tr-home-main {
    grid-column: 2;
  }

  .tr-home-sidebar {
    position: fixed;
    top: calc(var(--tr-header-top) + var(--tr-sidebar-top-gap));
    left: max(26px, calc((100vw - 1824px) / 2 + 26px));
    z-index: 20;
    width: var(--tr-layout-rail);
    height: calc(100vh - var(--tr-header-top) - var(--tr-sidebar-top-gap));
  }

  .tr-home-sidebar-toggle {
    display: inline-flex;
  }

  .tr-home-sidebar-panel {
    max-height: calc(100vh - var(--tr-header-top) - var(--tr-sidebar-top-gap));
    overflow-y: auto;
  }

  .tr-site-home.is-sidebar-closed .tr-home-sidebar {
    transform: translateX(calc(-100% - 18px));
  }

  .tr-site-home.is-sidebar-closed .tr-home-sidebar-panel {
    pointer-events: none;
  }

  .tr-site-home.is-sidebar-closed .tr-home-sidebar-toggle {
    right: -40px;
  }

  .tr-site-home.is-sidebar-closed .tr-home-sidebar-arrow {
    transform: rotate(180deg);
  }

  .tr-site-home.is-sidebar-closed .tr-home-shell {
    grid-template-columns: 0 minmax(0, 1fr);
    gap: 0;
  }

  .tr-site-home.is-sidebar-closed .tr-home-main {
    grid-column: 1 / -1;
    margin-left: 34px;
  }

  body.home.tr-home-sidebar-is-closed .entry-header {
    width: min(1824px, calc(100vw - 52px));
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home.tr-home-sidebar-is-closed .entry-header .entry-title {
    padding-left: 60px !important;
  }
}

body.home,
body.home .site-main,
body.home .content-area,
body.home .hentry,
body.home .entry-content {
  background: #07111f;
}

body.home .entry-title {
  color: #f8fbff;
}

.tr-site-home .tr-home-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 44px;
  padding: 72px 60px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(79, 140, 255, 0.34), transparent 28%),
    radial-gradient(circle at 28% 84%, rgba(46, 231, 211, 0.16), transparent 31%),
    linear-gradient(135deg, #07111f 0%, #0d1c31 52%, #11172a 100%);
  border: 0;
  box-shadow: none;
}

.tr-site-home .tr-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent 86%);
}

.tr-site-home .tr-home-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141, 107, 255, 0.32), transparent 64%);
  filter: blur(6px);
  z-index: -1;
}

.tr-home-hero__copy {
  max-width: 820px;
}

.tr-site-home .tr-deal-pill {
  min-height: 34px;
  padding: 0 14px;
  color: #07111f;
  background: linear-gradient(90deg, #2ee7d3, #b7f7ef);
  border-radius: 999px;
}

.tr-site-home .tr-home-hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(48px, 6.4vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

.tr-site-home .tr-home-hero p {
  max-width: 720px;
  color: #c7d3e1;
  font-size: 20px;
  line-height: 1.65;
}

.tr-site-home .tr-button--primary {
  color: #06131f;
  background: linear-gradient(90deg, #2ee7d3, #7df5e9);
  box-shadow: 0 18px 42px rgba(46, 231, 211, 0.24);
}

.tr-site-home .tr-button--primary:hover {
  color: #06131f;
  background: linear-gradient(90deg, #65f3e5, #a5fff6);
}

.tr-site-home .tr-button--secondary {
  color: #f8fbff;
  border-color: var(--tr-home-line);
  background: rgba(255, 255, 255, 0.08);
}

.tr-home-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 720px;
}

.tr-home-metrics article {
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--tr-home-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
}

.tr-home-metrics strong {
  display: block;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
}

.tr-home-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--tr-home-muted);
  font-weight: 800;
}

.tr-site-home .tr-home-panel {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  padding: 28px;
  color: #f8fbff;
  border: 1px solid var(--tr-home-line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(11, 25, 43, 0.78);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
}

.tr-home-panel__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.tr-home-status {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #07111f;
  background: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tr-site-home .tr-home-panel h2 {
  position: relative;
  z-index: 1;
  margin-top: 52px;
  color: #ffffff;
  font-size: 34px;
}

.tr-site-home .tr-home-panel p {
  position: relative;
  z-index: 1;
  color: #c7d3e1;
}

.tr-home-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 34px 56px;
  background: #07111f;
}

.tr-home-visuals article {
  overflow: hidden;
  border: 1px solid var(--tr-home-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.tr-home-visuals div {
  padding: 22px;
}

.tr-home-visuals h2 {
  margin: 10px 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.tr-home-visuals p {
  margin: 0;
  color: #c7d3e1;
  line-height: 1.6;
}

.tr-home-orbit {
  position: absolute;
  inset: 22px 22px auto auto;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(46, 231, 211, 0.2);
  border-radius: 50%;
}

.tr-home-orbit span {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.tr-home-orbit span:nth-child(1) {
  inset: 28px;
  border: 1px solid rgba(79, 140, 255, 0.34);
}

.tr-home-orbit span:nth-child(2) {
  top: 28px;
  right: 38px;
  width: 18px;
  height: 18px;
  background: #2ee7d3;
  box-shadow: 0 0 32px rgba(46, 231, 211, 0.78);
}

.tr-home-orbit span:nth-child(3) {
  left: 34px;
  bottom: 44px;
  width: 12px;
  height: 12px;
  background: #8d6bff;
  box-shadow: 0 0 30px rgba(141, 107, 255, 0.82);
}

.tr-home-preview {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 28px 0 10px;
  padding: 18px;
  border: 1px solid var(--tr-home-line);
  border-radius: 14px;
  background: rgba(3, 10, 20, 0.42);
}

.tr-home-preview span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.tr-home-preview span:nth-child(1) {
  width: 48%;
  background: #2ee7d3;
}

.tr-home-preview span:nth-child(2) {
  width: 88%;
}

.tr-home-preview span:nth-child(3) {
  width: 66%;
  background: rgba(79, 140, 255, 0.72);
}

.tr-site-home .tr-home-section {
  position: relative;
  isolation: isolate;
  color: #f8fbff;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(46, 231, 211, 0.12), transparent 30%),
    radial-gradient(circle at 88% 74%, rgba(79, 140, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #081321 0%, #0d1c31 54%, #11172a 100%);
  border-top: 1px solid var(--tr-home-line);
  border-bottom: 1px solid var(--tr-home-line);
}

.tr-site-home .tr-home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), transparent 92%);
}

.tr-site-home .tr-home-section .tr-kicker {
  color: #2ee7d3;
}

.tr-site-home .tr-home-section .tr-section-heading h2 {
  color: #ffffff;
}

.tr-site-home .tr-home-pathways article {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  color: #f8fbff;
  border-color: var(--tr-home-line);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    rgba(11, 25, 43, 0.72);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.tr-site-home .tr-home-pathways article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 231, 211, 0.18), transparent 68%);
}

.tr-site-home .tr-home-pathways span {
  color: #2ee7d3;
}

.tr-site-home .tr-home-pathways h3 {
  color: #ffffff;
}

.tr-site-home .tr-home-pathways p {
  color: #c7d3e1;
}

.tr-site-home .tr-home-section--dark {
  color: #f8fbff;
  background: linear-gradient(135deg, #0b1728, #121f36);
}

.tr-site-home .tr-home-section--dark .tr-kicker {
  color: #2ee7d3;
}

@media (max-width: 1100px) {
  .tr-home-shell {
    grid-template-columns: 1fr;
  }

  .tr-home-sidebar {
    position: static;
    width: auto;
    background: transparent;
  }

  .tr-home-sidebar-panel {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .tr-home-sidebar-panel nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tr-site-home .tr-home-hero {
    grid-template-columns: 1fr;
  }

  .tr-home-visuals {
    grid-template-columns: 1fr;
  }

  .tr-home-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .tr-home-shell {
    padding: 0;
  }

  .tr-home-sidebar {
    display: none;
  }

  .tr-home-main {
    border: 0;
    border-radius: 0;
  }

  .tr-site-home .tr-home-hero {
    min-height: auto;
    padding: 42px 22px;
  }

  .tr-site-home .tr-home-hero h1 {
    font-size: 46px;
  }

  .tr-home-metrics {
    grid-template-columns: 1fr;
  }

  .tr-site-home .tr-home-panel {
    min-height: 460px;
  }

  .tr-home-visuals {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (min-width: 981px) {
  .tr-site-home .tr-home-hero {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 36px;
    min-height: 590px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tr-site-home .tr-home-hero h1 {
    max-width: 720px;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 0.98;
  }

  .tr-site-home .tr-home-panel {
    min-height: 460px;
  }
}

/* Site-wide Home visual system. */
body,
body.page,
body.woocommerce,
body.archive,
body.single-product {
  --tr-layout-rail: 336px;
  --tr-layout-gap: 48px;
  --tr-header-top: 148px;
  --tr-layout-top-gap: 20px;
  --tr-sidebar-top-gap: 72px;
  --tr-footer-height: 84px;
  color: #f8fbff;
  background: #07111f;
  padding-top: var(--tr-header-top);
  padding-bottom: var(--tr-footer-height);
}

body.admin-bar {
  padding-top: calc(var(--tr-header-top) + 32px);
}

#masthead.site-header,
header.site-header,
.site-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: var(--tr-header-top) !important;
  min-height: var(--tr-header-top) !important;
  z-index: 99999 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 17, 31, 0.86);
  backdrop-filter: blur(20px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2);
}

#masthead.site-header::before,
header.site-header::before,
.site-header::before {
  content: "";
  position: absolute;
  top: 14px;
  left: max(26px, calc((100vw - 1824px) / 2 + 26px));
  z-index: 0;
  width: var(--tr-layout-rail);
  height: 120px;
  display: block;
  border: 1px solid rgba(248, 251, 255, 0.58);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.1), rgba(7, 17, 31, 0.05)),
    url("../images/family-automation-1.1.25.png") center / cover no-repeat;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

body:not(.admin-bar) #masthead.site-header,
body:not(.admin-bar) header.site-header,
body:not(.admin-bar) .site-header {
  top: 0 !important;
}

body.admin-bar #masthead.site-header,
body.admin-bar header.site-header,
body.admin-bar .site-header {
  top: 32px !important;
}

#masthead.site-header .col-full,
header.site-header .col-full,
.site-header .col-full {
  position: relative;
  z-index: 1;
  width: min(1824px, calc(100vw - 52px));
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
  min-height: var(--tr-header-top);
  padding: 0 !important;
}

.site-header .site-branding,
.site-header .site-search,
.site-header .main-navigation,
.site-header .site-header-cart {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-header .site-branding {
  position: absolute !important;
  top: 24px;
  left: calc(var(--tr-layout-rail) + var(--tr-layout-gap));
  z-index: 2;
  min-width: 680px;
  max-width: calc(100% - var(--tr-layout-rail) - var(--tr-layout-gap) - 560px);
  overflow: visible !important;
}

.site-header .site-search {
  position: absolute !important;
  top: 76px;
  right: 26px;
  z-index: 2;
  max-width: 320px;
  width: 100% !important;
}

.site-header .main-navigation {
  min-width: 0;
}

.site-header .site-header-cart {
  position: absolute !important;
  top: 88px;
  right: 26px;
  z-index: 3;
}

.site-header .storefront-primary-navigation {
  position: absolute !important;
  top: 92px;
  right: 0;
  left: 0;
  z-index: 2;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

#masthead.site-header .storefront-primary-navigation .col-full,
header.site-header .storefront-primary-navigation .col-full,
.site-header .storefront-primary-navigation .col-full {
  position: relative;
  width: min(1824px, calc(100vw - 52px));
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 22px !important;
  height: auto !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-right: 560px !important;
  padding-bottom: 0 !important;
  padding-left: calc(var(--tr-layout-rail) + var(--tr-layout-gap)) !important;
}

.site-header .storefront-primary-navigation .main-navigation,
.site-header .storefront-primary-navigation .site-header-cart {
  width: auto !important;
}

.site-header .site-header-cart,
.site-header .site-header-cart .cart-contents {
  height: auto !important;
  min-height: 0 !important;
}

.site-header .site-header-cart .cart-contents {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

#masthead.site-header .site-header-cart .widget_shopping_cart,
header.site-header .site-header-cart .widget_shopping_cart,
.site-header .site-header-cart .widget_shopping_cart {
  display: none !important;
}

.site-branding .site-title,
.site-branding .site-title a {
  color: #f8fbff !important;
}

.site-branding .site-title {
  margin: 0 !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  font-size: clamp(36px, 3vw, 48px) !important;
  font-weight: 320 !important;
  line-height: 1.02 !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  letter-spacing: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.site-branding .site-title a {
  display: inline !important;
  width: auto !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.main-navigation ul,
.main-navigation ul.menu,
.main-navigation ul.nav-menu {
  margin: 0 !important;
}

.main-navigation ul li a,
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a,
.site-header-cart .cart-contents,
.site-header-cart .cart-contents .amount,
.site-header-cart .cart-contents .count {
  color: #f8fbff !important;
  opacity: 1 !important;
  font-weight: 650;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px !important;
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.86) !important;
  line-height: 1;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.site-header .main-navigation .primary-navigation ul.menu > li:first-child > a,
.site-header .main-navigation .primary-navigation ul.nav-menu > li:first-child > a {
  padding-left: 0 !important;
}

.site-branding .site-title a:hover,
.main-navigation ul li a:hover,
.site-header-cart .cart-contents:hover {
  color: #2ee7d3;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:hover {
  color: #f8fbff !important;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(46, 231, 211, 0.28);
}

.site-main,
body.page .site-main,
body.woocommerce .site-main {
  background:
    radial-gradient(circle at 78% 6%, rgba(79, 140, 255, 0.25), transparent 28%),
    radial-gradient(circle at 18% 18%, rgba(46, 231, 211, 0.11), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0d1c31 52%, #11172a 100%);
}

.content-area,
.site-content,
.entry-content,
.hentry {
  background: transparent;
}

.entry-title,
.page-title,
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-account .entry-title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
  color: #f8fbff !important;
  opacity: 1 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.woocommerce-breadcrumb,
.storefront-breadcrumb,
.woocommerce-breadcrumb a,
.storefront-breadcrumb a {
  color: #aab8c8;
}

.widget,
.widget_product_search,
.widget_shopping_cart,
.widget_recent_entries,
.widget_recent_comments,
.widget_archive,
.widget_categories,
.widget_meta {
  color: #c7d3e1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06)),
    rgba(11, 25, 43, 0.72) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.widget h2,
.widget .widget-title,
.widget_shopping_cart .widget-title {
  color: #f8fbff;
  font-weight: 500;
}

.widget a,
.widget_shopping_cart a {
  color: #f8fbff;
}

.widget a:hover,
.widget_shopping_cart a:hover {
  color: #2ee7d3;
}

.tr-app-store {
  --tr-ink: #f8fbff;
  --tr-muted: #c7d3e1;
  --tr-surface: rgba(255, 255, 255, 0.08);
  --tr-line: rgba(255, 255, 255, 0.14);
  --tr-accent: #2ee7d3;
  --tr-blue: #4f8cff;
  --tr-warm: #8d6bff;
  color: #f8fbff;
  background: #07111f;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(7, 17, 31, 0.24);
}

.tr-store-hero {
  position: relative;
  isolation: isolate;
  min-height: 590px;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  overflow: hidden;
  padding: 64px 56px;
  background:
    radial-gradient(circle at 78% 18%, rgba(79, 140, 255, 0.34), transparent 28%),
    radial-gradient(circle at 28% 84%, rgba(46, 231, 211, 0.16), transparent 31%),
    linear-gradient(135deg, #07111f 0%, #0d1c31 52%, #11172a 100%);
  border: 0;
}

.tr-store-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent 86%);
}

.tr-store-hero h1 {
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: 0.98;
}

.tr-store-hero p {
  max-width: 740px;
  color: #c7d3e1;
  font-size: 20px;
}

.tr-deal-pill,
.tr-app-store .tr-deal-pill {
  color: #07111f;
  background: linear-gradient(90deg, #2ee7d3, #b7f7ef);
  border-radius: 999px;
}

.tr-app-store .tr-kicker,
.tr-app-store .tr-promise {
  color: #2ee7d3;
}

.tr-app-store .tr-button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order,
.button,
button,
input[type="submit"] {
  color: #06131f;
  background: linear-gradient(90deg, #2ee7d3, #7df5e9);
  box-shadow: 0 18px 42px rgba(46, 231, 211, 0.18);
}

.tr-app-store .tr-button--primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #payment #place_order:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
  color: #06131f;
  background: linear-gradient(90deg, #65f3e5, #a5fff6);
}

.tr-app-store .tr-button--secondary {
  color: #f8fbff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.tr-trust-row span,
.tr-filter,
.tr-quick-buy,
.tr-app-card,
.tr-lane-card,
.tr-trust-grid article,
.tr-compare-table,
.tr-compare-row,
.tr-category-card,
.tr-coming-card,
.tr-store-strip,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.woocommerce table.shop_table {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.tr-quick-buy,
.tr-app-card {
  color: #f8fbff;
  backdrop-filter: blur(10px);
}

.tr-quick-buy h2,
.tr-app-card h2,
.tr-lane-card h3,
.tr-trust-grid strong,
.tr-compare-row strong,
.tr-category-card > span:not(.tr-category-hook),
.tr-coming-card h3,
.tr-store-strip strong,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title,
.woocommerce-account h2,
.woocommerce-cart h2,
.woocommerce-checkout h3 {
  color: #ffffff;
}

.tr-quick-buy p,
.tr-category-card p,
.tr-app-card p,
.tr-app-card li,
.tr-lane-card p,
.tr-trust-grid span,
.tr-compare-row,
.tr-coming-card p,
.tr-store-strip span,
.woocommerce,
.woocommerce p,
.woocommerce table.shop_table,
.woocommerce form .form-row label {
  color: #c7d3e1;
}

.tr-featured-section,
.tr-category-section,
.tr-store-toolbar,
.tr-app-grid,
.tr-lane-section,
.tr-trust-section,
.tr-compare-section,
.tr-coming-section {
  background: transparent;
}

.tr-store-dashboard,
.tr-trust-section,
.tr-compare-section,
.tr-coming-section {
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(11, 23, 40, 0.86), rgba(18, 31, 54, 0.86));
}

.tr-dashboard-copy h2,
.tr-section-heading h2 {
  color: #ffffff;
}

.tr-dashboard-copy p,
.tr-dashboard-metrics span {
  color: #c7d3e1;
}

.tr-dashboard-metrics article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.tr-dashboard-metrics strong {
  color: #2ee7d3;
}

.tr-app-card__media {
  background:
    radial-gradient(circle at 50% 18%, rgba(79, 140, 255, 0.24), transparent 35%),
    rgba(255, 255, 255, 0.06);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.tr-app-icon,
.tr-app-card__corner {
  color: #06131f;
  background: linear-gradient(90deg, #2ee7d3, #7df5e9);
}

.tr-badge,
.tr-category-hook,
.tr-lane-card li,
.tr-app-labels span,
.tr-compare-row--head {
  color: #f8fbff;
  background: rgba(79, 140, 255, 0.24);
}

.tr-compare-row {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.tr-filter {
  color: #f8fbff;
}

.tr-filter.is-active {
  color: #06131f;
  border-color: #2ee7d3;
  background: #2ee7d3;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #2ee7d3;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
  color: #f8fbff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.woocommerce form .form-row input.input-text::placeholder,
input::placeholder,
textarea::placeholder {
  color: #8fa0b4;
}

.site-footer {
  display: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #07111f;
}

@media (max-width: 780px) {
  body,
  body.page,
  body.woocommerce,
  body.archive,
  body.single-product {
    padding-top: 156px;
  }

  body.admin-bar {
    padding-top: 188px;
  }

  #masthead.site-header .col-full,
  header.site-header .col-full,
  .site-header .col-full {
    min-height: 156px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #masthead.site-header::before,
  header.site-header::before,
  .site-header::before {
    display: none;
  }

  .site-header .site-branding,
  .site-header .site-search,
  .site-header .main-navigation,
  .site-header .site-header-cart {
    position: static !important;
    grid-column: 1 / -1;
    justify-self: stretch;
    min-width: 0;
    max-width: none;
  }

  .site-header .storefront-primary-navigation {
    position: static !important;
  }

  .site-header .storefront-primary-navigation .col-full {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px !important;
    padding-left: 0 !important;
  }

  .site-header .site-search {
    max-width: none;
  }

  .site-branding .site-title,
  .site-branding .site-title a {
    width: auto !important;
    min-width: 0 !important;
    white-space: normal !important;
  }

  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 6px 8px !important;
  }

  .tr-store-hero {
    min-height: auto;
    padding: 42px 22px;
  }

  .tr-store-hero h1 {
    font-size: 44px;
  }
}

/* Unified page title typography. */
.entry-title,
.page-title,
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-account .entry-title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account h1,
.woocommerce-cart h1,
.woocommerce-checkout h1 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(38px, 4.6vw, 56px) !important;
  font-weight: 300 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 780px) {
  .entry-title,
  .page-title,
  .woocommerce-products-header__title,
  .woocommerce div.product .product_title,
  .woocommerce-account .entry-title,
  .woocommerce-cart .entry-title,
  .woocommerce-checkout .entry-title,
  .woocommerce-account h1,
  .woocommerce-cart h1,
  .woocommerce-checkout h1 {
    font-size: 38px !important;
  }
}

/* Professional flow and knowledge-base refinement. */
.tr-app-store {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tr-flow-section,
.tr-home-flow {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-flow-section {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tr-home-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tr-flow-section a,
.tr-home-flow article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 18px 20px;
  color: #f8fbff;
  background: rgba(7, 17, 31, 0.92);
  text-decoration: none;
}

.tr-flow-section strong,
.tr-home-flow strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(46, 231, 211, 0.42);
  border-radius: 999px;
  color: #2ee7d3;
  font-size: 13px;
}

.tr-home-flow strong {
  width: auto;
  min-width: 72px;
  padding: 0 12px;
}

.tr-flow-section span,
.tr-home-flow span {
  color: #c7d3e1;
  font-weight: 750;
  line-height: 1.25;
}

.tr-flow-section a:hover {
  background: rgba(14, 31, 54, 0.98);
}

.tr-standards-nav {
  display: grid;
  grid-template-columns: minmax(170px, 0.6fr) minmax(220px, 0.9fr) minmax(320px, 1.6fr);
  gap: 14px;
  align-items: center;
  margin: 0 56px;
  padding: 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 31, 0.62);
}

.tr-standards-nav--home {
  margin-top: 0;
}

.tr-standards-nav strong {
  color: #fff;
  font-size: 17px;
  font-weight: 380;
}

.tr-standards-nav div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.tr-standards-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(46, 231, 211, 0.24);
  border-radius: 999px;
  padding: 0 12px;
  color: #dffaf7;
  background: rgba(46, 231, 211, 0.08);
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}

.tr-standards-nav a:hover {
  border-color: rgba(46, 231, 211, 0.52);
  background: rgba(46, 231, 211, 0.14);
}

.tr-howto-section {
  padding: 56px;
  color: #f8fbff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 240px),
    #07111f;
}

.tr-howto-section .tr-section-heading {
  align-items: end;
}

.tr-howto-section .tr-section-heading p {
  max-width: 520px;
  margin: 0;
  color: #c7d3e1;
  line-height: 1.6;
}

.tr-howto-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.tr-howto-index {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

.tr-howto-index strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
}

.tr-howto-index a {
  padding: 10px 0;
  color: #c7d3e1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.tr-howto-index a:hover,
.tr-howto-footer a:hover,
.tr-home-howto-grid a:hover {
  color: #7df5e9;
}

.tr-howto-guides {
  display: grid;
  gap: 16px;
}

.tr-howto-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(46, 231, 211, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.tr-howto-card__top,
.tr-howto-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tr-howto-card__top span {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-howto-card__top small,
.tr-howto-footer span {
  color: #91a8bb;
}

.tr-howto-card h3 {
  max-width: 820px;
  margin: 14px 0 10px;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 420;
  line-height: 1.1;
}

.tr-howto-card p {
  max-width: 900px;
  color: #c7d3e1;
  line-height: 1.65;
}

.tr-howto-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 20px;
  margin-top: 20px;
}

.tr-howto-columns div {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-howto-columns strong {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.tr-howto-columns ol,
.tr-howto-columns ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #c7d3e1;
  line-height: 1.5;
}

.tr-howto-footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-howto-footer a,
.tr-home-howto-grid a {
  color: #2ee7d3;
  font-weight: 850;
  text-decoration: none;
}

.tr-compass-section,
.tr-home-compass {
  color: #f8fbff;
  background:
    linear-gradient(120deg, rgba(46, 231, 211, 0.13), transparent 36%),
    linear-gradient(135deg, #081321 0%, #0d1c31 58%, #101a2f 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-compass-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
  padding: 54px 56px;
}

.tr-compass-copy h2,
.tr-home-compass h2 {
  margin: 10px 0 14px;
  color: #fff;
  font-weight: 340;
  letter-spacing: 0;
  line-height: 1.08;
}

.tr-compass-copy h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.tr-home-compass h2 {
  max-width: 780px;
  font-size: clamp(30px, 4vw, 46px);
}

.tr-compass-copy p,
.tr-home-compass p {
  margin: 0;
  color: #c7d3e1;
  line-height: 1.68;
}

.tr-compass-copy p {
  max-width: 760px;
  font-size: 17px;
}

.tr-compass-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-compass-grid article {
  min-height: 172px;
  padding: 22px;
  background: rgba(7, 17, 31, 0.82);
}

.tr-compass-grid strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 520;
  line-height: 1.16;
}

.tr-compass-grid span {
  display: block;
  margin-top: 10px;
  color: #c7d3e1;
  line-height: 1.55;
}

.tr-home-compass {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 42px 56px;
}

.tr-finder-section,
.tr-home-finder,
.tr-trust-center,
.tr-product-story {
  color: #f8fbff;
}

.tr-finder-section,
.tr-home-finder {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: center;
  padding: 40px 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.tr-finder-copy h2,
.tr-home-finder h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-weight: 360;
  line-height: 1.1;
}

.tr-finder-copy h2 {
  font-size: clamp(30px, 3.6vw, 48px);
}

.tr-home-finder h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.tr-finder-copy p {
  color: #c7d3e1;
  line-height: 1.65;
}

.tr-finder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-finder-grid article {
  padding: 16px;
  background: rgba(7, 17, 31, 0.82);
}

.tr-finder-grid strong,
.tr-trust-center-grid strong,
.tr-product-story strong {
  display: block;
  color: #fff;
  font-weight: 620;
  line-height: 1.18;
}

.tr-finder-grid span,
.tr-trust-center-grid span,
.tr-product-story span {
  display: block;
  margin-top: 8px;
  color: #c7d3e1;
  line-height: 1.5;
}

.tr-trust-center,
.tr-product-story {
  background: #07111f;
}

.tr-trust-center {
  padding: 46px 56px;
}

.tr-trust-center-hero {
  max-width: 980px;
  margin-bottom: 28px;
}

.tr-trust-center-hero h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 320;
  line-height: 1.02;
}

.tr-trust-center-hero p {
  max-width: 820px;
  color: #c7d3e1;
  font-size: 18px;
  line-height: 1.68;
}

.tr-trust-center-grid,
.tr-trust-ledger__columns,
.tr-product-story__grid {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-trust-center-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tr-trust-ledger__columns,
.tr-product-story__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tr-trust-center-grid article,
.tr-trust-ledger__columns div,
.tr-product-story__grid article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-trust-ledger,
.tr-idea-terms,
.tr-product-story__intro,
.tr-product-story__columns,
.tr-product-story__trust {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-trust-ledger article {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tr-trust-ledger h3,
.tr-product-story h2,
.tr-product-story h3,
.tr-idea-terms h2 {
  color: #fff;
  font-weight: 380;
  line-height: 1.12;
}

.tr-trust-ledger h3 {
  margin: 0 0 12px;
  font-size: 26px;
}

.tr-trust-ledger ul,
.tr-idea-terms ol,
.tr-product-story ul {
  display: grid;
  gap: 8px;
  color: #c7d3e1;
  line-height: 1.5;
}

.tr-idea-terms,
.tr-product-story__columns,
.tr-product-story__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tr-idea-terms p,
.tr-product-story p,
.tr-product-story dd {
  color: #c7d3e1;
  line-height: 1.62;
}

.tr-product-story {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-product-story__intro {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.tr-product-story h2 {
  margin: 10px 0;
  font-size: clamp(30px, 4vw, 48px);
}

.tr-product-story h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.tr-product-story dl {
  display: grid;
  gap: 12px;
}

.tr-product-story dt {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-product-story dd {
  margin: 4px 0 0;
}

.tr-product-story__buyer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-product-story__buyer h3 {
  color: #fff;
  font-weight: 380;
}

.tr-product-story__buyer dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: rgba(255, 255, 255, 0.12);
}

.tr-product-story__buyer div {
  min-height: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-product-story__buyer dd {
  color: #c7d3e1;
  line-height: 1.52;
}

.tr-product-story__related {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-product-story__related h3 {
  color: #fff;
  font-weight: 380;
}

.tr-product-story__related ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  list-style: none;
}

.tr-product-story__related li {
  min-height: 0;
  padding: 14px;
  color: #c7d3e1;
  background: rgba(255, 255, 255, 0.055);
  line-height: 1.52;
}

.tr-product-story__support-path {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-product-story__support-path h3 {
  color: #fff;
  font-weight: 380;
}

.tr-product-story__support-path p,
.tr-product-story__support-path dd {
  color: #c7d3e1;
  line-height: 1.52;
}

.tr-product-story__support-path dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: rgba(255, 255, 255, 0.12);
}

.tr-product-story__support-path div {
  min-height: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-product-story__support-path dt {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-product-story__support-path dd {
  margin: 4px 0 0;
}

.tr-checkout-guide {
  margin-bottom: 24px;
  padding: 28px;
  color: #f8fbff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(120deg, rgba(46, 231, 211, 0.12), transparent 36%),
    rgba(7, 17, 31, 0.9);
}

.tr-checkout-guide__intro {
  max-width: 920px;
}

.tr-checkout-guide h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 320;
  line-height: 1.04;
}

.tr-checkout-guide p {
  color: #c7d3e1;
  font-size: 17px;
  line-height: 1.65;
}

.tr-checkout-confidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: rgba(46, 231, 211, 0.22);
}

.tr-checkout-confidence article {
  min-height: 0;
  padding: 16px;
  background: rgba(46, 231, 211, 0.08);
}

.tr-checkout-confidence strong {
  display: block;
  color: #fff;
  font-weight: 660;
}

.tr-checkout-confidence span {
  display: block;
  margin-top: 8px;
  color: #d8fbf7;
  line-height: 1.5;
}

.tr-checkout-reassurance {
  margin: 0 0 18px;
  padding: 18px;
  color: #f8fbff;
  border: 1px solid rgba(46, 231, 211, 0.24);
  border-radius: 6px;
  background: rgba(7, 17, 31, 0.92);
}

.tr-checkout-reassurance h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 340;
  line-height: 1.08;
}

.tr-checkout-reassurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-checkout-reassurance-grid article {
  min-height: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-checkout-reassurance-grid strong {
  display: block;
  color: #fff;
  font-weight: 660;
}

.tr-checkout-reassurance-grid span {
  display: block;
  margin-top: 7px;
  color: #c7d3e1;
  line-height: 1.48;
}

.tr-account-guide {
  margin: 0 0 18px;
  padding: 18px;
  color: #f8fbff;
  border: 1px solid rgba(46, 231, 211, 0.24);
  border-radius: 6px;
  background: rgba(7, 17, 31, 0.92);
}

.tr-account-guide h2 {
  margin: 8px 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 340;
  line-height: 1.08;
}

.tr-account-guide p {
  max-width: 900px;
  color: #c7d3e1;
  line-height: 1.58;
}

.tr-account-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-account-guide-grid article {
  min-height: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-account-guide-grid strong {
  display: block;
  color: #fff;
  font-weight: 660;
}

.tr-account-guide-grid span {
  display: block;
  margin-top: 7px;
  color: #c7d3e1;
  line-height: 1.48;
}

.tr-account-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tr-account-guide-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  color: #07111f;
  border-radius: 4px;
  background: #2ee7d3;
  font-weight: 850;
  text-decoration: none;
}

.tr-checkout-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-checkout-checklist article {
  min-height: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-checkout-checklist strong {
  display: block;
  color: #fff;
  font-weight: 620;
}

.tr-checkout-checklist span {
  display: block;
  margin-top: 8px;
  color: #c7d3e1;
  line-height: 1.5;
}

.tr-kb {
  padding: 46px 56px;
  color: #f8fbff;
  background: #07111f;
}

.tr-kb-hero {
  max-width: 1040px;
}

.tr-kb h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 320;
  line-height: 1.02;
}

.tr-kb-hero p,
.tr-kb-results-note {
  color: #c7d3e1;
  line-height: 1.65;
}

.tr-kb-search {
  display: grid;
  gap: 8px;
  max-width: 720px;
  margin-top: 22px;
}

.tr-kb-search span {
  color: #2ee7d3;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-kb-search input {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.08);
  padding: 0 14px;
}

.tr-kb-results-note {
  margin-top: 16px;
}

.tr-kb-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 30px;
}

.tr-kb-topics {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

.tr-kb-topics strong,
.tr-kb-sections h2 {
  color: #fff;
}

.tr-kb-topics a {
  padding: 10px 0;
  color: #c7d3e1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.tr-kb-topics a:hover,
.tr-kb-card a:hover {
  color: #7df5e9;
}

.tr-kb-sections {
  display: grid;
  gap: 32px;
}

.tr-kb-sections h2 {
  margin: 0 0 14px;
  font-size: 30px;
  font-weight: 360;
}

.tr-kb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-kb-card {
  min-height: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-kb-card.is-hidden {
  display: none;
}

.tr-kb-card > span {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-kb-card h3 {
  margin: 10px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 430;
  line-height: 1.15;
}

.tr-kb-card p,
.tr-kb-card li {
  color: #c7d3e1;
  line-height: 1.5;
}

.tr-kb-card a {
  color: #2ee7d3;
  font-weight: 850;
  text-decoration: none;
}

.tr-success {
  padding: 46px 56px;
  color: #f8fbff;
  background: #07111f;
}

.tr-success-hero {
  max-width: 980px;
}

.tr-success h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 320;
  line-height: 1.02;
}

.tr-success-hero p,
.tr-success-card p,
.tr-success-card li,
.tr-success-support p,
.tr-success-support li,
.tr-product-story__success p,
.tr-product-story__success li {
  color: #c7d3e1;
  line-height: 1.58;
}

.tr-success-path,
.tr-success-grid {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-success-path {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.tr-success-path article,
.tr-success-card {
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-success-path strong {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(46, 231, 211, 0.42);
  border-radius: 999px;
  color: #2ee7d3;
}

.tr-success-path span {
  display: block;
  margin-top: 10px;
  color: #c7d3e1;
}

.tr-success-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.tr-success-card > span {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-success-card h2 {
  margin: 10px 0;
  color: #fff;
  font-size: 26px;
  font-weight: 380;
}

.tr-success-card ol,
.tr-success-support ul,
.tr-product-story__success ol {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.tr-success-card__footer,
.tr-product-story__success {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-success-card__footer strong,
.tr-product-story__success strong {
  display: block;
  color: #fff;
}

.tr-success-card__footer a {
  display: inline-block;
  margin-top: 10px;
  color: #2ee7d3;
  font-weight: 850;
  text-decoration: none;
}

.tr-success-support {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-success-support h2,
.tr-product-story__success h3 {
  color: #fff;
  font-weight: 380;
}

.tr-support-paths {
  padding: 46px 56px;
  color: #f8fbff;
  background: #07111f;
}

.tr-support-paths-hero {
  max-width: 980px;
}

.tr-support-paths h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 320;
  line-height: 1.02;
}

.tr-support-paths-hero p,
.tr-support-paths-grid p,
.tr-support-paths-grid dd,
.tr-support-paths-note span {
  color: #c7d3e1;
  line-height: 1.58;
}

.tr-support-paths-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-support-paths-grid article {
  min-height: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-support-paths-grid span,
.tr-support-paths-grid dt {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-support-paths-grid h2 {
  margin: 8px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 380;
}

.tr-support-paths-grid dl {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.tr-support-paths-grid dd {
  margin: 4px 0 0;
}

.tr-support-paths-grid a {
  display: inline-block;
  margin-top: 14px;
  color: #2ee7d3;
  font-weight: 850;
  text-decoration: none;
}

.tr-support-paths-note {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-support-paths-note strong {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-proof {
  padding: 46px 56px;
  color: #f8fbff;
  background: #07111f;
}

.tr-proof-hero {
  max-width: 980px;
}

.tr-proof h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 320;
  line-height: 1.02;
}

.tr-proof-hero p,
.tr-proof-card p,
.tr-proof-card dd,
.tr-proof-request p,
.tr-proof-request li,
.tr-product-story__proof p,
.tr-product-story__proof dd {
  color: #c7d3e1;
  line-height: 1.58;
}

.tr-proof-policy,
.tr-proof-grid {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-proof-policy {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.tr-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.tr-proof-policy article,
.tr-proof-card {
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-proof-policy strong,
.tr-proof-card h2,
.tr-proof-request h2,
.tr-product-story__proof h3 {
  color: #fff;
  font-weight: 380;
}

.tr-proof-policy span {
  display: block;
  margin-top: 8px;
  color: #c7d3e1;
  line-height: 1.5;
}

.tr-proof-card > span {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-proof-card h2 {
  margin: 10px 0;
  font-size: 26px;
}

.tr-proof-card dl,
.tr-product-story__proof dl {
  display: grid;
  gap: 12px;
}

.tr-proof-card dt,
.tr-product-story__proof dt {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-proof-card dd,
.tr-product-story__proof dd {
  margin: 4px 0 0;
}

.tr-proof-request,
.tr-product-story__proof {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-proof-request {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.tr-proof-request ol {
  display: grid;
  gap: 8px;
}

.tr-governance {
  padding: 46px 56px;
  color: #f8fbff;
  background: #07111f;
}

.tr-governance-hero {
  max-width: 980px;
}

.tr-governance h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 320;
  line-height: 1.02;
}

.tr-governance-hero p,
.tr-governance-grid p,
.tr-governance-lifecycle p,
.tr-governance-lifecycle span,
.tr-governance-standards li,
.tr-product-story__governance p {
  color: #c7d3e1;
  line-height: 1.58;
}

.tr-governance-grid,
.tr-governance-standards {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-governance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.tr-governance-standards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.tr-governance-grid article,
.tr-governance-standards article {
  min-height: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-governance-grid span {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-governance-grid h2,
.tr-governance-lifecycle h2,
.tr-governance-standards h2,
.tr-product-story__governance h3 {
  color: #fff;
  font-weight: 380;
}

.tr-governance-grid h2 {
  margin: 8px 0 8px;
  font-size: 24px;
}

.tr-governance-lifecycle,
.tr-product-story__governance {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-governance-lifecycle {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
}

.tr-governance-lifecycle ol,
.tr-governance-standards ul {
  display: grid;
  gap: 8px;
}

.tr-governance-lifecycle ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tr-governance-lifecycle li {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tr-governance-lifecycle strong {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-product-story__lifecycle {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-product-story__lifecycle h3 {
  color: #fff;
  font-weight: 380;
}

.tr-product-story__lifecycle p,
.tr-product-story__lifecycle dd {
  color: #c7d3e1;
  line-height: 1.58;
}

.tr-product-story__lifecycle dl {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.tr-product-story__lifecycle dt {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-product-story__lifecycle dd {
  margin: 4px 0 0;
}

.tr-ops-queue {
  padding: 46px 56px;
  color: #f8fbff;
  background: #07111f;
}

.tr-ops-queue-hero {
  max-width: 980px;
}

.tr-ops-queue h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 320;
  line-height: 1.02;
}

.tr-ops-queue-hero p,
.tr-ops-lanes p,
.tr-ops-card p,
.tr-ops-card dd,
.tr-ops-playbook p,
.tr-ops-playbook span {
  color: #c7d3e1;
  line-height: 1.58;
}

.tr-ops-lanes,
.tr-ops-grid {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-ops-lanes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.tr-ops-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.tr-ops-lanes article,
.tr-ops-card {
  min-height: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-ops-lanes span,
.tr-ops-card__top span,
.tr-ops-card dt {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-ops-lanes h2,
.tr-ops-card h2,
.tr-ops-playbook h2 {
  color: #fff;
  font-weight: 380;
}

.tr-ops-lanes h2,
.tr-ops-card h2 {
  margin: 8px 0;
  font-size: 24px;
}

.tr-ops-card__top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.tr-ops-card__top strong {
  color: #fff;
  font-size: 12px;
  font-weight: 760;
}

.tr-ops-card dl {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
}

.tr-ops-card dd {
  margin: 4px 0 0;
}

.tr-ops-playbook {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-ops-playbook ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tr-ops-playbook li {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tr-ops-playbook strong {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-lifecycle {
  padding: 46px 56px;
  color: #f8fbff;
  background: #07111f;
}

.tr-lifecycle-hero {
  max-width: 980px;
}

.tr-lifecycle h1 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 320;
  line-height: 1.02;
}

.tr-lifecycle-hero p,
.tr-lifecycle-lanes p,
.tr-lifecycle-card p,
.tr-lifecycle-card dd,
.tr-lifecycle-support p,
.tr-lifecycle-support span,
.tr-lifecycle-rules li {
  color: #c7d3e1;
  line-height: 1.58;
}

.tr-lifecycle-lanes,
.tr-lifecycle-grid {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-lifecycle-lanes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.tr-lifecycle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.tr-lifecycle-lanes article,
.tr-lifecycle-card {
  min-height: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tr-lifecycle-lanes span,
.tr-lifecycle-card__top span,
.tr-lifecycle-card dt {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-lifecycle-lanes h2,
.tr-lifecycle-card h2,
.tr-lifecycle-support h2,
.tr-lifecycle-rules h2 {
  color: #fff;
  font-weight: 380;
}

.tr-lifecycle-lanes h2,
.tr-lifecycle-card h2 {
  margin: 8px 0;
  font-size: 24px;
}

.tr-lifecycle-card__top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.tr-lifecycle-card__top strong {
  color: #fff;
  font-size: 12px;
  font-weight: 760;
}

.tr-lifecycle-card dl {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
}

.tr-lifecycle-card dd {
  margin: 4px 0 0;
}

.tr-lifecycle-support {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-lifecycle-support ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tr-lifecycle-support li {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tr-lifecycle-support strong {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-lifecycle-rules {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-lifecycle-rules ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.tr-home-section--howto {
  padding-top: 48px;
  padding-bottom: 48px;
}

.tr-home-howto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: rgba(255, 255, 255, 0.12);
}

.tr-home-howto-grid article {
  min-height: 260px;
  padding: 22px;
  background: rgba(7, 17, 31, 0.86);
}

.tr-home-howto-grid span {
  color: #2ee7d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tr-home-howto-grid h3 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 430;
  line-height: 1.14;
}

.tr-home-howto-grid p {
  color: #c7d3e1;
}

.tr-app-store .tr-quick-buy,
.tr-app-store .tr-app-card,
.tr-app-store .tr-lane-card,
.tr-app-store .tr-trust-grid article,
.tr-app-store .tr-video-card,
.tr-app-store .tr-privacy-card,
.tr-app-store .tr-consumer-grid article,
.tr-app-store .tr-coming-card,
.tr-app-store .tr-category-card,
.tr-app-store .tr-store-strip,
.tr-site-home .tr-home-panel,
.tr-site-home .tr-home-pathways article,
.tr-home-visuals article {
  border-radius: 6px;
  box-shadow: none;
}

.tr-app-store .tr-featured-section,
.tr-app-store .tr-video-section,
.tr-app-store .tr-store-dashboard,
.tr-app-store .tr-lane-section,
.tr-app-store .tr-category-section,
.tr-app-store .tr-compare-section,
.tr-app-store .tr-privacy-section,
.tr-app-store .tr-consumer-section,
.tr-app-store .tr-coming-section,
.tr-app-store .tr-need-section,
.tr-app-store .tr-pledge-section,
.tr-app-store .tr-visual-band {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tr-app-store .tr-section-heading h2,
.tr-site-home .tr-section-heading h2 {
  font-weight: 360;
  letter-spacing: 0;
}

.tr-app-store .tr-app-grid,
.tr-app-store .tr-featured-grid,
.tr-app-store .tr-lane-grid,
.tr-app-store .tr-trust-grid,
.tr-app-store .tr-video-grid,
.tr-app-store .tr-privacy-grid,
.tr-app-store .tr-coming-grid,
.tr-site-home .tr-home-pathways {
  gap: 12px;
}

@media (max-width: 1100px) {
  .tr-flow-section,
  .tr-standards-nav,
  .tr-home-flow,
  .tr-howto-layout,
  .tr-howto-columns,
  .tr-compass-section,
  .tr-compass-grid,
  .tr-home-compass,
  .tr-finder-section,
  .tr-finder-grid,
  .tr-home-finder,
  .tr-trust-center-grid,
  .tr-trust-ledger__columns,
  .tr-idea-terms,
  .tr-related-grid,
  .tr-product-story__grid,
  .tr-product-story__buyer dl,
  .tr-product-story__related ul,
  .tr-product-story__support-path dl,
  .tr-product-story__columns,
  .tr-product-story__trust,
  .tr-checkout-confidence,
  .tr-checkout-reassurance-grid,
  .tr-account-guide-grid,
  .tr-checkout-checklist,
  .tr-kb-layout,
  .tr-kb-grid,
  .tr-success-path,
  .tr-success-grid,
  .tr-success-support,
  .tr-support-paths-grid,
  .tr-support-paths-note,
  .tr-proof-policy,
  .tr-proof-grid,
  .tr-proof-request,
  .tr-governance-grid,
  .tr-governance-lifecycle,
  .tr-governance-standards,
  .tr-video-pipeline,
  .tr-video-script-grid,
  .tr-video-readiness,
  .tr-ops-lanes,
  .tr-ops-grid,
  .tr-ops-playbook,
  .tr-lifecycle-lanes,
  .tr-lifecycle-grid,
  .tr-lifecycle-support,
  .tr-home-howto-grid {
    grid-template-columns: 1fr;
  }

  .tr-howto-index {
    position: static;
  }
}

@media (max-width: 780px) {
  .tr-howto-section {
    padding: 36px 22px;
  }

  .tr-compass-section,
  .tr-home-compass,
  .tr-finder-section,
  .tr-home-finder,
  .tr-trust-center {
    padding: 36px 22px;
  }

  .tr-checkout-guide {
    padding: 22px;
  }

  .tr-kb {
    padding: 36px 22px;
  }

  .tr-success {
    padding: 36px 22px;
  }

  .tr-support-paths {
    padding: 36px 22px;
  }

  .tr-proof {
    padding: 36px 22px;
  }

  .tr-governance {
    padding: 36px 22px;
  }

  .tr-video-studio {
    padding: 36px 22px;
  }

  .tr-ops-queue {
    padding: 36px 22px;
  }

  .tr-lifecycle {
    padding: 36px 22px;
  }

  .tr-governance-lifecycle li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tr-ops-playbook li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tr-lifecycle-support li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tr-kb-topics {
    position: static;
  }

  .tr-flow-section a,
  .tr-standards-nav,
  .tr-home-flow article {
    min-height: 64px;
    padding: 14px 16px;
  }

  .tr-standards-nav {
    margin-right: 22px;
    margin-left: 22px;
  }

  .tr-standards-nav div {
    justify-content: flex-start;
  }

  .tr-howto-card {
    padding: 18px;
  }

  .tr-howto-card__top,
  .tr-howto-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Compact professional cleanup: remove bulky space eaters across site. */
.tr-site-home .tr-home-hero,
.tr-store-hero {
  min-height: auto;
  padding-top: clamp(42px, 5vw, 58px);
  padding-bottom: clamp(38px, 5vw, 54px);
}

.tr-site-home .tr-home-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 28px;
}

.tr-store-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
  gap: 30px;
}

.tr-store-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  padding: 0;
}

.tr-button,
.tr-app-store .tr-button--primary,
.tr-app-store .tr-button--secondary,
.tr-site-home .tr-button--primary,
.tr-site-home .tr-button--secondary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button,
button,
input[type="submit"] {
  min-height: 38px;
  border-radius: 6px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 1.1;
}

.tr-button--full {
  width: auto;
  min-width: 0;
}

.tr-home-metrics,
.tr-dashboard-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tr-home-metrics article,
.tr-dashboard-metrics article {
  flex: 1 1 138px;
  min-height: 0;
  padding: 12px 14px;
  border-radius: 6px;
}

.tr-home-metrics strong,
.tr-dashboard-metrics strong {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1;
}

.tr-home-metrics span,
.tr-dashboard-metrics span {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.25;
}

.tr-site-home .tr-home-panel,
.tr-quick-buy {
  min-height: 0;
  padding: 20px;
}

.tr-site-home .tr-home-panel h2,
.tr-quick-buy h2 {
  margin-top: 18px;
  font-size: clamp(24px, 2.6vw, 30px);
}

.tr-home-preview {
  gap: 8px;
  margin: 18px 0 8px;
  padding: 12px;
}

.tr-home-preview span {
  height: 10px;
}

.tr-home-orbit {
  width: 148px;
  height: 148px;
  opacity: 0.72;
}

.tr-app-store .tr-featured-section,
.tr-app-store .tr-video-section,
.tr-app-store .tr-store-dashboard,
.tr-app-store .tr-lane-section,
.tr-app-store .tr-category-section,
.tr-app-store .tr-compare-section,
.tr-app-store .tr-related-section,
.tr-app-store .tr-privacy-section,
.tr-app-store .tr-consumer-section,
.tr-app-store .tr-coming-section,
.tr-app-store .tr-need-section,
.tr-app-store .tr-pledge-section,
.tr-app-store .tr-visual-band,
.tr-compass-section,
.tr-howto-section,
.tr-home-compass,
.tr-home-visuals,
.tr-site-home .tr-home-section {
  padding-top: clamp(30px, 4vw, 44px);
  padding-bottom: clamp(30px, 4vw, 44px);
}

.tr-flow-section a,
.tr-home-flow article {
  min-height: 56px;
  padding: 12px 16px;
}

.tr-flow-section strong,
.tr-home-flow strong {
  width: 28px;
  height: 28px;
  font-size: 12px;
}

.tr-home-flow strong {
  width: auto;
  min-width: 62px;
}

.tr-compass-grid article,
.tr-consumer-grid article,
.tr-pledge-grid article,
.tr-trust-grid article,
.tr-lane-card,
.tr-category-card,
.tr-coming-card,
.tr-video-copy,
.tr-privacy-card,
.tr-howto-card,
.tr-home-howto-grid article,
.tr-visual-card div {
  min-height: 0;
  padding: 16px;
}

.tr-compass-grid article,
.tr-consumer-grid article,
.tr-pledge-grid article,
.tr-trust-grid article,
.tr-home-howto-grid article {
  min-height: 0;
}

.tr-app-card {
  min-height: 0;
}

.tr-app-card__media {
  min-height: 150px;
}

.tr-app-card__top,
.tr-app-card .tr-promise,
.tr-app-card h2,
.tr-app-card p,
.tr-app-card ul,
.tr-app-card__footer {
  margin-left: 16px;
  margin-right: 16px;
}

.tr-app-card h2,
.tr-video-copy h3,
.tr-privacy-card h3,
.tr-visual-card h2,
.tr-home-howto-grid h3 {
  font-size: clamp(20px, 2.2vw, 25px);
}

.tr-app-card__footer {
  padding-top: 16px;
  padding-bottom: 16px;
}

.tr-app-labels {
  margin: 12px 16px 0;
}

.tr-howto-layout {
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 16px;
}

.tr-howto-index {
  padding: 14px;
}

.tr-howto-card h3 {
  font-size: clamp(22px, 2.6vw, 32px);
}

.tr-howto-columns {
  gap: 14px;
  margin-top: 14px;
}

.tr-howto-footer {
  margin-top: 16px;
  padding-top: 14px;
}

.tr-store-strip {
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.woocommerce table.shop_table,
.widget,
.widget_product_search,
.widget_shopping_cart,
.widget_recent_entries,
.widget_recent_comments,
.widget_archive,
.widget_categories,
.widget_meta {
  border-radius: 6px;
  box-shadow: none !important;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form.login {
  padding: 18px;
}

@media (max-width: 1100px) {
  .tr-site-home .tr-home-hero,
  .tr-store-hero,
  .tr-howto-layout {
    grid-template-columns: 1fr;
  }

  .tr-home-metrics,
  .tr-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .tr-store-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .tr-button,
  .tr-store-actions .tr-button,
  .tr-store-strip .tr-button {
    width: 100%;
  }

  .tr-home-metrics,
  .tr-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .tr-home-metrics article,
  .tr-dashboard-metrics article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .tr-home-metrics span,
  .tr-dashboard-metrics span {
    margin-top: 0;
  }
}

/* Accessibility audit polish: keyboard focus and skip navigation. */
.skip-link,
.screen-reader-text:focus {
  position: fixed !important;
  top: 12px;
  left: 12px;
  z-index: 100000;
  width: auto;
  height: auto;
  clip: auto !important;
  clip-path: none;
  padding: 10px 14px;
  color: #06131f;
  background: #2ee7d3;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  font-weight: 900;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.tr-button:focus-visible,
.tr-filter:focus-visible,
.tr-flow-section a:focus-visible,
.tr-howto-index a:focus-visible,
.tr-howto-footer a:focus-visible,
.tr-home-howto-grid a:focus-visible,
.tr-finder-section a:focus-visible,
.tr-home-finder a:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible {
  outline: 3px solid #2ee7d3;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(46, 231, 211, 0.18);
}

.tr-filter:focus-visible,
.tr-button:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Performance audit polish: avoid unnecessary off-screen layout work. */
.tr-app-store .tr-featured-section,
.tr-app-store .tr-video-section,
.tr-app-store .tr-store-dashboard,
.tr-app-store .tr-lane-section,
.tr-app-store .tr-category-section,
.tr-app-store .tr-compare-section,
.tr-app-store .tr-privacy-section,
.tr-app-store .tr-consumer-section,
.tr-app-store .tr-coming-section,
.tr-app-store .tr-need-section,
.tr-app-store .tr-pledge-section,
.tr-app-store .tr-visual-band,
.tr-compass-section,
.tr-finder-section,
.tr-howto-section,
.tr-trust-center,
.tr-product-story,
.tr-support-paths,
.tr-governance,
.tr-video-studio,
.tr-ops-queue,
.tr-lifecycle,
.tr-site-home .tr-home-section,
.tr-home-visuals,
.tr-home-compass,
.tr-home-finder {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.tr-app-card__image,
.tr-visual-card img,
.tr-home-visuals img {
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.06);
}

/* Live visual QA polish: compact title bars and non-clipping navigation. */
.site-header .storefront-primary-navigation .col-full {
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  padding-left: calc(var(--tr-layout-rail) + var(--tr-layout-gap)) !important;
}

.site-header .storefront-primary-navigation .main-navigation {
  flex: 1 1 720px !important;
  min-width: 0 !important;
}

.site-header .site-header-cart {
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

.site-header .main-navigation .primary-navigation ul.menu,
.site-header .main-navigation .primary-navigation ul.nav-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 10px !important;
  align-items: center !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-header .main-navigation .primary-navigation ul.menu > li,
.site-header .main-navigation .primary-navigation ul.nav-menu > li {
  float: none !important;
}

.site-header .main-navigation .primary-navigation ul.menu > li > a,
.site-header .main-navigation .primary-navigation ul.nav-menu > li > a {
  white-space: nowrap !important;
}

.site-header .main-navigation .handheld-navigation,
.site-header .main-navigation > div:not(.primary-navigation) {
  display: none !important;
}

body.page .entry-header {
  width: min(1824px, calc(100vw - 52px));
  max-width: none;
  box-sizing: border-box;
  margin: 0 auto !important;
  padding: 10px 0 12px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

body.page .entry-header .entry-title {
  max-width: 1120px;
  margin: 0 auto !important;
  padding: 0 16px !important;
  font-size: clamp(28px, 3.2vw, 44px) !important;
  font-weight: 280 !important;
  line-height: 1.1 !important;
  text-shadow: none !important;
}

/* World-class UI polish pass: shared typography and compact actions. */
.tr-app-store,
.tr-site-home,
.woocommerce,
body.page,
body.woocommerce,
body,
button,
input,
textarea,
select {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: 0 !important;
}

.site-branding .site-title a,
.main-navigation ul li a,
.site-header-cart .cart-contents,
.tr-site-home h1,
.tr-site-home h2,
.tr-site-home h3,
.tr-app-store h1,
.tr-app-store h2,
.tr-app-store h3,
.woocommerce div.product .product_title,
.woocommerce-loop-product__title,
body.page .entry-header .entry-title {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 320 !important;
  letter-spacing: 0 !important;
}

.site-branding .site-title a {
  font-weight: 460 !important;
}

.main-navigation ul li a,
.site-header-cart .cart-contents,
.tr-home-sidebar-panel a,
.tr-product-confidence-panel__links a,
.tr-proof-stat span,
.tr-kb-card strong,
.tr-success-card strong,
.tr-support-paths-card strong,
.tr-footer strong {
  font-weight: 360 !important;
}

.tr-deal-pill,
.tr-kicker,
.tr-promise,
.tr-category-hook,
.tr-app-card__badge,
.tr-product-story__label,
.tr-section-kicker,
.tr-badge,
.badge,
.promise {
  font-weight: 560 !important;
  letter-spacing: 0.02em !important;
}

.tr-button,
.tr-app-store .tr-button--primary,
.tr-app-store .tr-button--secondary,
.tr-site-home .tr-button--primary,
.tr-site-home .tr-button--secondary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order,
.button,
button,
input[type="submit"] {
  min-height: 36px !important;
  width: auto !important;
  max-width: max-content !important;
  border-radius: 7px !important;
  padding: 8px 14px !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 460 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.tr-button--full,
.button.full,
.tr-app-card .tr-button,
.tr-quick-buy .tr-button,
.tr-home-panel .tr-button {
  width: auto !important;
  min-width: 0 !important;
}

.tr-store-actions,
.tr-product-confidence-panel__links,
.tr-account-guide-actions,
.tr-home-actions,
.tr-shop-card-context__actions {
  gap: 8px !important;
}

.tr-site-home p,
.tr-app-store p,
.tr-site-home li,
.tr-app-store li,
.woocommerce,
.woocommerce p,
.woocommerce li {
  font-weight: 360 !important;
}

.tr-home-metrics strong,
.tr-dashboard-metrics strong,
.tr-proof-stat strong,
.metric strong,
.quick-price strong,
.app-footer strong {
  font-weight: 380 !important;
}

/* Storefront readability hotfix: make native sorting controls legible on dark shop surfaces. */
.woocommerce .woocommerce-ordering,
.woocommerce-result-count {
  color: #dce7f4 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 360 !important;
}

.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-ordering select.orderby,
select.orderby {
  min-height: 38px !important;
  max-width: min(260px, 100%) !important;
  padding: 7px 38px 7px 12px !important;
  color: #06131f !important;
  border: 1px solid rgba(46, 231, 211, 0.48) !important;
  border-radius: 7px !important;
  background-color: #f8fbff !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 460 !important;
  line-height: 1.2 !important;
}

@media (min-width: 1180px) {
  body.page .entry-header .entry-title {
    width: min(1824px, calc(100vw - 52px));
    max-width: none;
    box-sizing: border-box;
    padding-right: 22px !important;
    padding-left: calc(var(--tr-layout-rail) + var(--tr-layout-gap) + 18px) !important;
  }

  body.home .entry-header .entry-title {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0 !important;
    padding-right: 22px !important;
    padding-left: 18px !important;
    text-align: left !important;
  }

  body.home .entry-header {
    width: calc(min(1824px, calc(100vw - 52px)) - var(--tr-layout-rail) - var(--tr-layout-gap) - 52px);
    margin-top: var(--tr-layout-top-gap) !important;
    margin-right: auto !important;
    margin-left: calc(max(26px, calc((100vw - 1824px) / 2 + 26px)) + 26px + var(--tr-layout-rail) + var(--tr-layout-gap)) !important;
    padding-top: 0 !important;
    padding-bottom: 4px !important;
  }
}

@media (max-width: 780px) {
  .tr-shop-decision-layer {
    padding: 22px;
  }

  .tr-shop-path-grid,
  .tr-product-confidence-panel dl {
    grid-template-columns: 1fr;
  }

  .tr-shop-path-grid a {
    min-height: 0;
  }

  .site-header .storefront-primary-navigation .col-full {
    padding-left: 0 !important;
  }

  .site-header .storefront-primary-navigation .main-navigation {
    flex-basis: 100% !important;
  }

  .site-header .main-navigation .primary-navigation ul.menu,
  .site-header .main-navigation .primary-navigation ul.nav-menu {
    gap: 4px 8px !important;
  }

  .site-header .main-navigation .primary-navigation ul.menu > li > a,
  .site-header .main-navigation .primary-navigation ul.nav-menu > li > a {
    min-height: 30px;
    padding: 5px 8px !important;
    font-size: 13px;
  }

  body.page .entry-header .entry-title {
    font-size: clamp(26px, 8vw, 34px) !important;
  }
}

/* Mobile readability audit: prevent off-canvas sections and oversized hero text. */
@media (max-width: 780px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header .site-search {
    display: none !important;
  }

  #page,
  #content,
  .site-main,
  .content-area,
  .col-full,
  .entry-content,
  .tr-home-shell,
  .tr-home-main,
  .tr-site-home,
  .tr-app-store,
  .tr-store-hero,
  .tr-site-home .tr-home-hero,
  .tr-checkout-guide,
  .tr-checkout-reassurance,
  .tr-account-guide,
  .tr-support-paths,
  .tr-product-story {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .tr-store-hero,
  .tr-site-home .tr-home-hero {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  .tr-store-hero h1,
  .tr-site-home .tr-home-hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 48px) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere;
  }

  .tr-store-hero p,
  .tr-site-home .tr-home-hero p,
  .tr-checkout-reassurance-grid span,
  .tr-account-guide-grid span,
  .tr-support-paths-grid p,
  .tr-support-paths-grid dd {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
