.tt-site-kit {
  --tt-bg: #0d1114;
  --tt-bg-soft: #161d22;
  --tt-ink: #101417;
  --tt-text: #f6f8f8;
  --tt-muted: #68737c;
  --tt-line: rgba(16, 20, 23, 0.12);
  --tt-line-dark: rgba(255, 255, 255, 0.14);
  --tt-accent: #20d6b0;
  --tt-accent-2: #ffb23e;
  --tt-radius: 10px;
  color: var(--tt-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tt-site-kit *,
.tt-site-kit *::before,
.tt-site-kit *::after {
  box-sizing: border-box;
}

.tt-site-kit a {
  text-decoration: none;
}

.tt-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  align-items: center;
  gap: 42px;
  max-width: 1180px !important;
  margin: 0 auto;
  padding: 72px 24px 56px;
}

.tt-hero-copy h1,
.tt-page h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--tt-ink);
  font-size: clamp(3rem, 6vw, 5.75rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.tt-page h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.tt-eyebrow {
  margin: 0 0 14px;
  color: #087e68;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tt-lead {
  max-width: 650px;
  margin: 0 0 28px;
  color: #55616a;
  font-size: 1.08rem;
  line-height: 1.72;
}

.tt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 800;
}

.tt-btn-primary {
  color: #07100e;
  background: linear-gradient(135deg, var(--tt-accent), #d7ff79);
}

.tt-btn-secondary {
  color: var(--tt-ink);
  border: 1px solid var(--tt-line);
  background: #fff;
}

.tt-hero-media {
  min-height: 510px;
  overflow: hidden;
  border-radius: var(--tt-radius);
  background: var(--tt-bg-soft);
  box-shadow: 0 30px 90px rgba(10, 15, 18, 0.22);
}

.tt-hero-img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
}

.tt-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px !important;
  margin: 0 auto;
  padding: 0 24px 72px;
}

.tt-trust-row span {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tt-line);
  border-radius: 8px;
  background: #fff;
  color: var(--tt-ink);
  font-weight: 800;
  text-align: center;
}

.tt-section,
.tt-page {
  max-width: 1180px !important;
  margin: 0 auto;
  padding: 76px 24px;
}

.tt-section h2,
.tt-cta h2 {
  max-width: 780px;
  margin: 0 0 30px;
  color: var(--tt-ink);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}

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

.tt-card,
.tt-feature-list > div,
.tt-contact-box,
.tt-faq details {
  border: 1px solid var(--tt-line);
  border-radius: var(--tt-radius);
  background: #fff;
}

.tt-card {
  min-height: 235px;
  padding: 24px;
}

.tt-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border-radius: 8px;
  color: #07100e;
  background: var(--tt-accent);
  font-weight: 900;
}

.tt-card h3 {
  margin: 0 0 10px;
  color: var(--tt-ink);
  font-size: 1.15rem;
}

.tt-card p,
.tt-muted,
.tt-feature-list p,
.tt-faq p {
  color: var(--tt-muted);
  line-height: 1.65;
}

.tt-dark-band {
  max-width: none !important;
  padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px));
  padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
  color: var(--tt-text);
  background:
    radial-gradient(circle at 86% 14%, rgba(32, 214, 176, 0.16), transparent 26rem),
    var(--tt-bg);
}

.tt-dark-band h2,
.tt-dark-band .tt-muted,
.tt-dark-band .woocommerce-loop-product__title,
.tt-dark-band .price {
  color: var(--tt-text);
}

.tt-dark-band .tt-eyebrow {
  color: var(--tt-accent);
}

.tt-dark-band .products {
  margin-top: 30px;
}

.tt-dark-band ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.tt-dark-band ul.products::before,
.tt-dark-band ul.products::after {
  display: none !important;
}

.tt-dark-band ul.products li.product,
.tt-dark-band .product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--tt-line-dark);
  border-radius: var(--tt-radius);
  background: rgba(255, 255, 255, 0.06);
}

.tt-dark-band ul.products li.product a img,
.tt-dark-band .product img {
  width: 100% !important;
  margin: 0 !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tt-dark-band ul.products li.product .woocommerce-loop-product__title,
.tt-dark-band .woocommerce-loop-product__title {
  min-height: 2.8em;
  margin: 18px 18px 8px !important;
  padding: 0 !important;
  color: var(--tt-text) !important;
  font-size: 1.18rem !important;
  line-height: 1.22 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}

.tt-dark-band ul.products li.product .price,
.tt-dark-band .price {
  display: block !important;
  margin: 0 18px 12px !important;
  color: var(--tt-accent) !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
}

.tt-dark-band .ast-woo-product-category,
.tt-dark-band .posted_in,
.tt-dark-band .product_meta {
  display: block;
  margin: 0 18px 16px !important;
  color: rgba(246, 248, 248, 0.58) !important;
  font-size: 0.72rem !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}

.tt-dark-band ul.products li.product .button,
.tt-dark-band .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 4px 18px 18px !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  color: #07100e !important;
  background: var(--tt-accent) !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

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

.tt-feature-list > div {
  padding: 22px;
}

.tt-feature-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--tt-ink);
  font-size: 1.02rem;
}

.tt-cta {
  max-width: 1180px !important;
  margin: 18px auto 80px;
  padding: 52px;
  border-radius: var(--tt-radius);
  background: linear-gradient(135deg, #eafff9, #fff6df);
}

.tt-page {
  padding-top: 90px;
}

.tt-contact-box {
  max-width: 660px;
  padding: 26px;
}

.tt-contact-box p {
  margin: 0 0 14px;
}

.tt-contact-box p:last-child {
  margin-bottom: 0;
}

.tt-faq {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.tt-faq details {
  padding: 20px 22px;
}

.tt-faq summary {
  cursor: pointer;
  color: var(--tt-ink);
  font-weight: 800;
}

@media (max-width: 900px) {
  .tt-hero,
  .tt-card-grid,
  .tt-dark-band ul.products {
    grid-template-columns: 1fr;
  }

  .tt-trust-row,
  .tt-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-hero-media,
  .tt-hero-img {
    min-height: 420px;
  }
}

@media (max-width: 620px) {
  .tt-hero,
  .tt-section,
  .tt-page,
  .tt-trust-row {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tt-hero-copy h1,
  .tt-page h1 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .tt-trust-row,
  .tt-feature-list {
    grid-template-columns: 1fr;
  }

  .tt-hero-media,
  .tt-hero-img {
    min-height: 320px;
  }

  .tt-cta {
    margin-right: 16px;
    margin-left: 16px;
    padding: 34px 22px;
  }
}
