@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700;800;900&display=swap");

:root {
  --ctc-graphite: #0b0d10;
  --ctc-ink: #111827;
  --ctc-dark: #2d2926;
  --ctc-white: #ffffff;
  --ctc-wash: #f5f7fa;
  --ctc-soft: #eef2f7;
  --ctc-line: #d9dfe8;
  --ctc-muted: #5f6b7a;
  --ctc-blue: #008ad8;
  --ctc-blue-dark: #0050b5;
  --ctc-blue-soft: #eaf6ff;
  --ctc-success: #138a4b;
  --ctc-success-soft: #eaf8ef;
  --ctc-warning: #b56a00;
  --ctc-warning-soft: #fff6e8;
  --ctc-radius-card: 20px;
  --ctc-radius-panel: 30px;
  --ctc-radius-control: 14px;
  --ctc-shadow-soft: 0 14px 34px rgba(17, 24, 39, 0.08);
  --ctc-shadow-panel: 0 24px 64px rgba(17, 24, 39, 0.14);
  --ctc-max: 1220px;
  --ctc-font: "Heebo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ctc-efs-active,
.ctc-efs-active button,
.ctc-efs-active input,
.ctc-efs-active select,
.ctc-efs-active textarea {
  font-family: var(--ctc-font);
}

.ctc-efs-active .ctc-home-official-lower,
.ctc-efs-active .ctc-home-renewal-bridge,
.ctc-efs-active .ctc-home-marketplace-discovery,
.ctc-efs-active .ctc-home-confidence-banner {
  display: none !important;
}

.ctc-section {
  width: min(100% - 32px, var(--ctc-max));
  margin-inline: auto;
}

.ctc-wrap {
  width: min(100% - 32px, var(--ctc-max));
  margin-inline: auto;
}

.ctc-card {
  border: 1px solid var(--ctc-line);
  border-radius: var(--ctc-radius-card);
  background: var(--ctc-white);
  box-shadow: var(--ctc-shadow-soft);
}

.ctc-announcement-bar {
  display: flex;
  justify-content: center;
  gap: 28px;
  overflow: hidden;
  background: var(--ctc-graphite);
  color: var(--ctc-white);
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.ctc-announcement-bar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ctc-announcement-bar i {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 999px;
  background: var(--ctc-success);
}

.ctc-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--ctc-blue-soft);
  color: var(--ctc-blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.ctc-button-primary,
.ctc-button-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.ctc-button-primary {
  border: 1px solid var(--ctc-graphite);
  background: var(--ctc-graphite);
  color: var(--ctc-white);
}

.ctc-button-secondary {
  border: 1px solid var(--ctc-line);
  background: var(--ctc-white);
  color: var(--ctc-ink);
}

.ctc-button-secondary--dark {
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  color: var(--ctc-white);
}

.ctc-button-primary:hover,
.ctc-button-primary:focus-visible,
.ctc-button-secondary:hover,
.ctc-button-secondary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.14);
}

.ctc-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 28px;
  overflow: hidden;
  padding: 58px 48px;
  border-radius: 0;
  background: radial-gradient(circle at 72% 48%, #2a3038 0, #11161d 42%, #050608 100%);
  color: var(--ctc-white);
}

.ctc-hero__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.ctc-hero h1 {
  margin: 0 0 18px;
  color: var(--ctc-white);
  font-size: 64px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.ctc-hero p {
  max-width: 560px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.45;
}

.ctc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ctc-hero__media {
  align-self: stretch;
  display: flex;
  align-items: end;
  justify-content: center;
}

.ctc-hero__media img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.28));
}

.ctc-quick-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: thin;
}

.ctc-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  flex: 0 0 auto;
  border: 1px solid var(--ctc-line);
  border-radius: 999px;
  background: var(--ctc-white);
  color: var(--ctc-muted);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ctc-pill--dark {
  border-color: var(--ctc-graphite);
  background: var(--ctc-graphite);
  color: var(--ctc-white);
}

.ctc-pill--green {
  border-color: #bfe8cf;
  background: var(--ctc-success-soft);
  color: var(--ctc-success);
}

.ctc-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ctc-route-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--ctc-line);
  border-radius: var(--ctc-radius-card);
  background: var(--ctc-white);
  padding: 18px;
  color: var(--ctc-ink);
  text-decoration: none;
  box-shadow: var(--ctc-shadow-soft);
}

.ctc-route-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--ctc-graphite);
  color: var(--ctc-white);
}

.ctc-route-card strong,
.ctc-route-card small {
  display: block;
}

.ctc-route-card strong {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 850;
}

.ctc-route-card small {
  color: var(--ctc-muted);
  font-size: 14px;
  line-height: 1.35;
}

.ctc-route-card__arrow {
  color: var(--ctc-graphite);
  font-size: 24px;
}

.ctc-tradein-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  border: 1px solid var(--ctc-line);
  border-radius: var(--ctc-radius-panel);
  background: var(--ctc-white);
  padding: 28px;
  box-shadow: var(--ctc-shadow-panel);
}

.ctc-tradein-shell--compact {
  grid-template-columns: 1fr;
  padding: 22px;
  box-shadow: var(--ctc-shadow-soft);
}

.ctc-tradein-shell__intro h2 {
  margin: 0 0 8px;
  color: var(--ctc-ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.ctc-tradein-shell__intro p {
  margin: 0;
  color: var(--ctc-muted);
  font-size: 15px;
  line-height: 1.45;
}

.ctc-tradein-shell__form {
  min-width: 0;
}

.ctc-tradein-shell .ctc-tradein__form,
.ctc-tradein-shell form {
  width: 100%;
}

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

.ctc-tradein-shell :is(input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]), select, textarea) {
  min-height: 46px;
  border: 1px solid var(--ctc-line);
  border-radius: var(--ctc-radius-control);
  background: #fbfcfe;
  color: var(--ctc-ink);
}

.ctc-admin-warning {
  border: 1px solid #f0c87a;
  border-radius: var(--ctc-radius-control);
  background: var(--ctc-warning-soft);
  color: #7a4100;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.45;
}

.ctc-trust-ribbon {
  display: grid;
  gap: 12px;
  border: 1px solid var(--ctc-line);
  border-radius: var(--ctc-radius-card);
  background: var(--ctc-white);
  padding: 14px;
  box-shadow: var(--ctc-shadow-soft);
}

.ctc-trust-ribbon--horizontal {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ctc-trust-ribbon--grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ctc-trust-ribbon__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 8px;
}

.ctc-trust-ribbon__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ctc-soft);
  color: var(--ctc-graphite);
}

.ctc-trust-ribbon strong,
.ctc-trust-ribbon small {
  display: block;
}

.ctc-trust-ribbon strong {
  color: var(--ctc-ink);
  font-size: 15px;
  font-weight: 850;
}

.ctc-trust-ribbon small {
  margin-top: 2px;
  color: var(--ctc-muted);
  font-size: 13px;
  line-height: 1.3;
}

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

.ctc-section-head h2 {
  margin: 0;
  color: var(--ctc-ink);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

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

.ctc-efs-band {
  width: min(100% - 32px, var(--ctc-max));
  margin: 32px auto;
}

.ctc-efs-band--wash {
  width: 100%;
  max-width: none;
  background: var(--ctc-wash);
  padding: 42px max(16px, calc((100% - var(--ctc-max)) / 2));
}

.ctc-efs-band--dark {
  width: 100%;
  max-width: none;
  background: var(--ctc-graphite);
  color: var(--ctc-white);
  padding: 46px max(16px, calc((100% - var(--ctc-max)) / 2));
}

.ctc-efs-intro {
  max-width: 760px;
  margin-bottom: 20px;
}

.ctc-efs-intro h2,
.ctc-efs-intro h1 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.ctc-efs-intro p {
  margin: 0;
  color: var(--ctc-muted);
  font-size: 17px;
  line-height: 1.5;
}

.ctc-efs-band--dark .ctc-efs-intro p {
  color: rgba(255, 255, 255, 0.74);
}

.ctc-simple-grid,
.ctc-category-grid,
.ctc-article-grid,
.ctc-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.ctc-info-card,
.ctc-category-card,
.ctc-article-card {
  display: block;
  min-height: 154px;
  border: 1px solid var(--ctc-line);
  border-radius: var(--ctc-radius-card);
  background: var(--ctc-white);
  color: var(--ctc-ink);
  padding: 20px;
  text-decoration: none;
  box-shadow: var(--ctc-shadow-soft);
}

.ctc-info-card strong,
.ctc-category-card strong,
.ctc-article-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.ctc-info-card p,
.ctc-category-card p,
.ctc-article-card p {
  margin: 0;
  color: var(--ctc-muted);
  font-size: 14px;
  line-height: 1.42;
}

.ctc-category-card {
  min-height: 128px;
  background: linear-gradient(150deg, #ffffff, #eef6fc);
}

.ctc-info-card--blue {
  border-color: rgba(0, 138, 216, 0.24);
  background: var(--ctc-blue-soft);
}

.ctc-info-card--green {
  border-color: #bfe8cf;
  background: var(--ctc-success-soft);
}

.ctc-info-card--dark {
  border-color: rgba(255, 255, 255, 0.16);
  background: #15191f;
  color: var(--ctc-white);
}

.ctc-info-card--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.ctc-faq-list {
  display: grid;
  gap: 10px;
}

.ctc-faq-list details {
  border: 1px solid var(--ctc-line);
  border-radius: 16px;
  background: var(--ctc-white);
  padding: 16px 18px;
}

.ctc-faq-list summary {
  cursor: pointer;
  color: var(--ctc-ink);
  font-weight: 900;
}

.ctc-faq-list p {
  margin: 10px 0 0;
  color: var(--ctc-muted);
  line-height: 1.5;
}

.ctc-cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  border-radius: var(--ctc-radius-panel);
  background: var(--ctc-graphite);
  color: var(--ctc-white);
  padding: 28px;
}

.ctc-cta-panel h2 {
  margin: 0 0 8px;
  color: var(--ctc-white);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.ctc-cta-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.ctc-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ctc-product-card {
  overflow: hidden;
  border: 1px solid var(--ctc-line);
  border-radius: var(--ctc-radius-card);
  background: var(--ctc-white);
  box-shadow: var(--ctc-shadow-soft);
}

.ctc-product-card__image {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, #eef4ff, #f8fafc);
  padding: 20px;
}

.ctc-product-card__image img {
  max-height: 170px;
  width: auto;
  object-fit: contain;
}

.ctc-product-card__stock {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 999px;
  background: var(--ctc-success-soft);
  color: var(--ctc-success);
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 850;
}

.ctc-product-card__body {
  padding: 16px;
}

.ctc-badge {
  display: inline-flex;
  border-radius: 999px;
  background: var(--ctc-blue-soft);
  color: var(--ctc-blue-dark);
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 850;
}

.ctc-product-card h3 {
  margin: 10px 0 8px;
  color: var(--ctc-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}

.ctc-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ctc-product-card__meta {
  display: grid;
  gap: 4px;
  min-height: 72px;
  margin: 0 0 12px;
  padding: 0;
  color: var(--ctc-muted);
  font-size: 13px;
  line-height: 1.28;
  list-style: none;
}

.ctc-product-card__price {
  margin-bottom: 13px;
  color: var(--ctc-blue-dark);
  font-size: 22px;
  font-weight: 900;
}

.ctc-product-card__price del {
  color: var(--ctc-muted);
  font-size: 14px;
  font-weight: 500;
}

.ctc-product-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.ctc-mobile-sticky {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 80;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  padding: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.18);
  backdrop-filter: blur(16px);
}

.ctc-product-support {
  display: grid;
  gap: 22px;
  margin-top: 28px;
  margin-bottom: 40px;
}

.ctc-woo-archive-trust {
  margin-top: 16px;
  margin-bottom: 22px;
}

.ctc-efs-active.woocommerce-page ul.products,
.ctc-efs-active.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ctc-efs-active.woocommerce-page ul.products li.product,
.ctc-efs-active.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  border: 1px solid var(--ctc-line);
  border-radius: var(--ctc-radius-card);
  background: var(--ctc-white);
  padding: 14px !important;
  box-shadow: var(--ctc-shadow-soft);
}

.ctc-efs-active.woocommerce-page ul.products li.product img,
.ctc-efs-active.woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 16px;
  background: linear-gradient(150deg, #eef4ff, #f8fafc);
  padding: 14px;
}

.ctc-efs-active.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.ctc-efs-active.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ctc-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.ctc-efs-active.woocommerce-page ul.products li.product .price,
.ctc-efs-active.woocommerce ul.products li.product .price {
  color: var(--ctc-blue-dark);
  font-size: 19px;
  font-weight: 900;
}

.ctc-efs-active.woocommerce-page ul.products li.product .button,
.ctc-efs-active.woocommerce ul.products li.product .button,
.ctc-efs-active.woocommerce div.product form.cart .button {
  border-radius: 999px;
  background: var(--ctc-graphite);
  color: var(--ctc-white);
  font-weight: 850;
}

.ctc-efs-active.woocommerce div.product {
  width: min(100% - 32px, var(--ctc-max));
  margin-inline: auto;
}

.ctc-efs-active.woocommerce div.product div.images img {
  border-radius: var(--ctc-radius-card);
  background: var(--ctc-wash);
}

.ctc-efs-active.woocommerce div.product .summary {
  border: 1px solid var(--ctc-line);
  border-radius: var(--ctc-radius-panel);
  background: var(--ctc-white);
  padding: 24px;
  box-shadow: var(--ctc-shadow-soft);
}

@media (max-width: 1024px) {
  .ctc-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 44px 28px;
  }

  .ctc-hero h1 {
    font-size: 48px;
  }

  .ctc-products-grid,
  .ctc-trust-ribbon--horizontal,
  .ctc-category-grid,
  .ctc-simple-grid,
  .ctc-article-grid,
  .ctc-support-grid,
  .ctc-efs-active.woocommerce-page ul.products,
  .ctc-efs-active.woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ctc-tradein-shell,
  .ctc-route-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ctc-announcement-bar {
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    font-size: 12px;
  }

  .ctc-section,
  .ctc-wrap {
    width: min(100% - 24px, var(--ctc-max));
  }

  .ctc-hero {
    padding: 34px 20px;
  }

  .ctc-hero h1 {
    font-size: 38px;
  }

  .ctc-hero p {
    font-size: 16px;
  }

  .ctc-hero__actions,
  .ctc-product-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ctc-tradein-shell {
    padding: 18px;
    border-radius: 20px;
  }

  .ctc-tradein-shell .ctc-grid,
    .ctc-products-grid,
  .ctc-category-grid,
  .ctc-simple-grid,
  .ctc-article-grid,
  .ctc-support-grid,
  .ctc-efs-active.woocommerce-page ul.products,
  .ctc-efs-active.woocommerce ul.products,
    .ctc-trust-ribbon--horizontal,
    .ctc-trust-ribbon--grid {
    grid-template-columns: 1fr;
  }

  .ctc-cta-panel {
    grid-template-columns: 1fr;
  }

  .ctc-route-card {
    grid-template-columns: 48px 1fr auto;
    min-height: 112px;
    padding: 14px;
  }

  .ctc-trust-ribbon__item {
    grid-template-columns: 40px 1fr;
  }

  .ctc-mobile-sticky.is-visible {
    display: grid;
  }
}
