/* =============================================================================
   Two Column Stats – Home Page
   ============================================================================= */

.tcsh-section {
  background-color: #0d0d0d;
  padding: 5rem 0;
  overflow: hidden;
}

/* ── Two-column grid ────────────────────────────────────────────────────────── */

.tcsh-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 6rem);
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

/* ── Left column ────────────────────────────────────────────────────────────── */

.tcsh-left {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

/* Brand mark */
.tcsh-brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-top: auto;
}

.tcsh-brand-name {
  font-family: 'Tiempos Headline', serif;
  font-weight: 400;
  font-size: clamp(42px, 5.5vw, 80px);
  color: #ffffff;
  display: block;
  line-height: 50%;
}

.tcsh-brand-sub-row {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.tcsh-brand-sub {
  font-family: 'TWK Lausanne', sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 6.5vw, 83.663px);
  font-style: normal;
  line-height: 1.0;
  letter-spacing: -0.05em;
  display: inline-block;
  padding-bottom: 0.15em;
  background: linear-gradient(90deg, #2ba3ff 0%, #40ddff 50%, #44eb25 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.tcsh-brand-mark {
  font-family: 'TWK Lausanne', sans-serif;
  font-weight: 350;
  font-size: clamp(10px, 1.2vw, 16px);
  color: #44eb25;
  line-height: 33px;
  padding-left: 2px;
  -webkit-text-fill-color: #44eb25;
}

/* ── Circle stat widget ──────────────────────────────────────────────────────── */

.tcsh-circle-wrap {
  position: absolute;
  top: 20px;
  left: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tcsh-circle-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(164px, calc(18vw + 4px), 184px);
  height: clamp(164px, calc(18vw + 4px), 184px);
  border-radius: 50%;
  background: conic-gradient(from 135deg, #2ba3ff 0%, #40ddff 50%, #44eb25 75%, #2ba3ff 100%);
  animation: tcsh-border-spin 10s linear infinite;
  filter: blur(0.5px) drop-shadow(0 0 4px rgba(43, 163, 255, 0.5)) drop-shadow(0 0 10px rgba(64, 221, 255, 0.25));
}

@keyframes tcsh-border-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

.tcsh-circle {
  position: relative;
  width: clamp(160px, 18vw, 180px);
  height: clamp(160px, 18vw, 180px);
  border-radius: 50%;
  border: none;
  background: #0d0d0d;
  box-shadow: 0 0 20px rgba(43, 163, 255, 0.15), inset 0 0 15px rgba(43, 163, 255, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 1rem;
}

.tcsh-circle-badge, .tcsh-circle-desc {
  font-family: 'TWK Lausanne', sans-serif;
  font-weight: 350;
  font-size: clamp(9px, 1vw, 15px);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .9px;
  line-height: 25px;
}

.tcsh-circle-number {
  font-family: 'Tiempos Headline', serif;
  font-weight: 300;
  font-size: clamp(24px, 3vw, 50px);
  color: #ffffff;
  line-height: 90%;
  text-align: center;
}

/* ── Right column ────────────────────────────────────────────────────────────── */

.tcsh-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Heading */
.tcsh-heading {
  font-family: 'TWK Lausanne', sans-serif;
  font-weight: 350;
  font-size: clamp(26px, 2.8vw, 40px);
  color: #ffffff;
  line-height: 1;
  margin: 0;
  max-width: 520px;
}

.tcsh-heading em {
  font-family: 'Tiempos Headline', serif;
  font-style: italic;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
}

.tcsh-heading .tcsh-underline {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* Body */
.tcsh-body p {
  font-family: 'TWK Lausanne', sans-serif;
  font-weight: 200;
  font-size: clamp(15px, 1.5vw, 22px);
  color: #d0d0d0;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.tcsh-body p:last-child {
  margin-bottom: 0;
}

/* ── Stat cards — side by side ───────────────────────────────────────────────── */

.tcsh-cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.tcsh-stat-card {
  position: relative;
  background-color: #181a20;
  border-radius: 4px;
  width: 273.138px;
  padding: clamp(1rem, 2.5vw, 1.25rem);
  overflow: hidden;
  flex-shrink: 0;
  padding-top: clamp(1rem, 2.5vw, 2rem);
  padding-bottom: clamp(1rem, 2.5vw, 2rem);
}

.tcsh-stat-card-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
}

.tcsh-stat-card-accent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom left, #0d0d0d 50%, transparent 50%);
}

.tcsh-stat-card-accent::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, #2ba3ff 50%, transparent 50%);
}

.tcsh-stat-card-number {
  font-family: 'Tiempos Headline', serif;
  font-weight: 300;
  font-size: clamp(38px, 5vw, 64px);
  color: #ffffff;
  line-height: 1;
  margin: 0 0 0.6rem;
}

.tcsh-stat-card-label,
.tcsh-stat-card-label p {
  font-family: 'TWK Lausanne', sans-serif;
  font-weight: 350;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
}

/* ── CTA button ──────────────────────────────────────────────────────────────── */

.tcsh-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  font-family: 'TWK Lausanne', sans-serif;
  font-weight: 750;
  font-size: clamp(15px, 1.6vw, 22px);
  line-height: 1.25;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #2ba3ff;
  border-radius: 0 30px 30px 30px;
  padding: clamp(8px, 1vw, 12px) clamp(20px, 2.5vw, 35px) clamp(8px, 1vw, 12px) clamp(14px, 1.5vw, 21px);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.tcsh-cta:hover {
  background-color: #2ba3ff;
  color: #000000;
}

.tcsh-cta-arrow {
  font-size: 1em;
  color: #2ba3ff;
  line-height: 1;
  transition: color 0.2s ease;
}

.tcsh-cta:hover .tcsh-cta-arrow {
  color: #000000;
}

/* ── iPad Pro (1024–1366px) ──────────────────────────────────────────────────── */

@media (min-width: 1024px) and (max-width: 1366px) {
  .tcsh-inner {
    padding: 0 2rem;
  }

  .tcsh-stat-card {
    width: 100%;
  }

  .tcsh-heading,
  .tcsh-heading em {
    font-size: clamp(28px, 3vw, 40px);
  }

  .tcsh-body p {
    font-size: clamp(16px, 1.8vw, 22px);
    line-height: 1.7;
  }

  .tcsh-cta {
    font-size: clamp(16px, 1.8vw, 22px);
  }

  .tcsh-stat-card-number {
    font-size: clamp(44px, 5vw, 64px);
  }

  .tcsh-stat-card-label,
  .tcsh-stat-card-label p {
    font-size: clamp(11px, 1.1vw, 13px);
  }

  .tcsh-circle-wrap {
    top: clamp(30px, calc(330px - 23.44vw), 90px);
    left: clamp(210px, 21vw, 290px);
  }

  .tcsh-circle-wrap::before {
    width: clamp(139px, 13.5vw, 184px);
    height: clamp(139px, 13.5vw, 184px);
  }

  .tcsh-circle {
    width: clamp(135px, 13.2vw, 180px);
    height: clamp(135px, 13.2vw, 180px);
  }
}

/* ── Tablet (768–1023px) ─────────────────────────────────────────────────────── */

@media (max-width: 1023px) {
  .tcsh-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    padding: 0 2.5rem;
  }

  .tcsh-circle-wrap {
    top: clamp(50px, 8vw, 120px);
    left: clamp(150px, 22vw, 290px);
  }

  .tcsh-stat-card {
    width: 100%;
  }

  .tcsh-heading,
  .tcsh-heading em {
    font-size: clamp(26px, 3.5vw, 40px);
  }

  .tcsh-body p {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.65;
  }

  .tcsh-cta {
    font-size: clamp(16px, 2vw, 20px);
  }

  .tcsh-stat-card-number {
    font-size: clamp(40px, 5.5vw, 64px);
  }

  .tcsh-stat-card-label,
  .tcsh-stat-card-label p {
    font-size: clamp(11px, 1.2vw, 13px);
  }
}

/* ── Mobile (≤767px) ─────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  .tcsh-section {
    padding: 3.5rem 0;
  }

  .tcsh-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 1.5rem;
  }

  /* On mobile: left col goes below right col */
  .tcsh-left {
    order: 1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: left;
    gap: 2rem;
    height: 200px;
    min-height: auto;
  }

  .tcsh-right {
    order: 12;
  }

  .tcsh-brand {
    flex: 1;
    margin-top: 110px;
  }

  .tcsh-circle-wrap {
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-start;
    top: 20px;
    left: 170px;
  }

  .tcsh-circle-wrap::before {
    width: 99px;
    height: 99px;
  }

  .tcsh-circle {
    width: 95px;
    height: 95px;
  }

  .tcsh-circle-number {
    font-size: 18px;
    line-height: 1.1;
  }

  .tcsh-heading,
  .tcsh-heading em {
    font-size: 26px;
    max-width: 100%;
  }

  .tcsh-brand-name {
    font-size: 48px;
  }

  .tcsh-body p {
    font-size: clamp(14px, 4vw, 18px);
    line-height: 1.6;
  }

  .tcsh-cards-row {
    grid-template-columns: 1fr;
  }

  .tcsh-cta {
    font-size: 18px;
  }

  .tcsh-stat-card {
    width: 100%;
    height: auto;
    min-height: 120px;
    flex-shrink: 1;
  }

  .tcsh-section p:not(.tcsh-stat-card-number) {
    font-size: 18px;
  }

  .tcsh-section .tcsh-stat-card-label p {
    font-size: 15px;
  }

  .tcsh-stat-card-number {
    font-size: clamp(46px, 13vw, 64px);
  }

}

/* ── Small phones (≤390px) ───────────────────────────────────────────────────── */

@media (max-width: 390px) {
  .tcsh-inner {
    padding: 0 1.25rem;
  }

  .tcsh-left {
    flex-direction: column;
  }

  .tcsh-cards-row {
    grid-template-columns: 1fr;
  }
}
