

.tesoltutor-page .brand-blue {
    background-color: #032B69 !important;
}

.tesoltutor-page h1, .tesoltutor-page h2, .tesoltutor-page h3, .tesoltutor-page h4, .tesoltutor-page h5, .tesoltutor-page h6 {
    font-family: Arial, Helvetica, sans-serif !important;}


.tt-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.tt-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
    #tt-home {
  --tt-navy: #01336c;
  --tt-red: #b60d17;
  --tt-ink: #172b45;
  --tt-muted: #5d6b7c;
  --tt-pale: #f3f7fb;
  --tt-line: #e2e9f1;
  color: var(--tt-ink);
  font-family: inherit;
  line-height: 1.6;
  overflow: hidden;
}

#tt-home * {
  box-sizing: border-box;
}

#tt-home a {
  text-decoration: none;
}

#tt-home .tt-wrap {
  width: min(1120px, 100% - 40px);
  margin: 0 auto;
}

#tt-home .tt-section {
  padding: 76px 0;
}

#tt-home .tt-eyebrow {
  color: var(--tt-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

#tt-home h1,
#tt-home h2,
#tt-home h3,
#tt-home p {
  margin-top: 0;
}

#tt-home h1,
#tt-home h2,
#tt-home h3 {
  color: var(--tt-navy);
  line-height: 1.15;
}

#tt-home h1 {
  font-size: clamp(36px, 5vw, 58px);
  margin-bottom: 20px;
  letter-spacing: -.035em;
}

#tt-home h2 {
  font-size: clamp(29px, 3.5vw, 42px);
  margin-bottom: 14px;
  letter-spacing: -.025em;
}

#tt-home h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#tt-home .tt-lead {
  color: var(--tt-muted);
  font-size: 18px;
  max-width: 620px;
}

#tt-home .tt-center {
  text-align: center;
}

#tt-home .tt-center .tt-lead {
  margin-left: auto;
  margin-right: auto;
}

#tt-home .tt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease;
}

#tt-home .tt-btn:hover {
  transform: translateY(-2px);
}

#tt-home .tt-btn-primary {
  color: #fff;
  background: var(--tt-red);
  box-shadow: 0 8px 20px rgba(182, 13, 23, .18);
}

#tt-home .tt-btn-secondary {
  color: var(--tt-navy);
  background: #fff;
  border: 1px solid var(--tt-line);
}

#tt-home .tt-btn:focus-visible,
#tt-home a:focus-visible {
  outline: 3px solid #f2a6aa;
  outline-offset: 4px;
}

/* Hero */
#tt-home .tt-hero {
margin-top:-20px;
  position: relative;
  padding: 28px 0 36px;
  background:
    radial-gradient(circle at 82% 18%, rgba(182, 13, 23, .07), transparent 28%),
    linear-gradient(135deg, #f7faff 0%, #fff 58%, #f2f6fb 100%);
}

#tt-home .tt-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 54px;
}

#tt-home .tt-hero h1 span {
  color: var(--tt-red);
}

#tt-home .tt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}

#tt-home .tt-proof {
  color: var(--tt-muted);
  font-size: 14px;
}

/* Hero illustration: panel and labels flow vertically */
#tt-home .tt-hero-art {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 0;
  padding: 12px 0;
}

#tt-home .tt-hero-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 430px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(1, 51, 108, .08);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(1, 51, 108, .13);
  transform: none;
}

#tt-home .tt-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#tt-home .tt-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #edf5ff;
  color: var(--tt-navy);
  font-size: 12px;
  font-weight: 800;
}

#tt-home .tt-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2b9a67;
}

#tt-home .tt-avatar-scene {
  position: relative;
  display: grid;
  place-items: center;
  height: 210px;
  margin: 22px 0;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #e8f1fc, #f9e8e9);
}

#tt-home .tt-avatar-halo {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .6);
}

#tt-home .tt-avatar-person {
  position: relative;
  width: 116px;
  height: 145px;
  margin-top: 25px;
}

#tt-home .tt-avatar-head {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 31px;
  width: 56px;
  height: 66px;
  border-radius: 48% 48% 45% 45%;
  background: #c98460;
  box-shadow: inset 0 -5px rgba(111, 53, 35, .1);
}

#tt-home .tt-avatar-hair {
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 26px;
  width: 67px;
  height: 36px;
  border-radius: 50% 50% 24% 24%;
  background: #29344a;
}

#tt-home .tt-avatar-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 116px;
  height: 86px;
  border-radius: 55px 55px 12px 12px;
  background: var(--tt-navy);
}

#tt-home .tt-avatar-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 49px;
  width: 18px;
  height: 48px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#tt-home .tt-speech {
  position: absolute;
  left:-20px;
  top: 110px;
  right: 18px;
  width: 160px;
  padding: 10px 14px;
  border-radius: 14px 14px 4px 14px;
  background: #fff;
  color: var(--tt-navy);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 5px 16px rgba(1, 51, 108, .08);
}

#tt-home .tt-wave {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 28px;
  flex-shrink: 0;
}

#tt-home .tt-wave i {
  display: block;
  width: 4px;
  border-radius: 4px;
  background: var(--tt-red);
}

#tt-home .tt-wave i:nth-child(1),
#tt-home .tt-wave i:nth-child(7) {
  height: 8px;
}

#tt-home .tt-wave i:nth-child(2),
#tt-home .tt-wave i:nth-child(6) {
  height: 16px;
}

#tt-home .tt-wave i:nth-child(3),
#tt-home .tt-wave i:nth-child(5) {
  height: 23px;
}

#tt-home .tt-wave i:nth-child(4) {
  height: 28px;
}

#tt-home .tt-panel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

#tt-home .tt-panel-bottom strong {
  display: block;
  color: var(--tt-navy);
}

#tt-home .tt-panel-bottom small {
  color: var(--tt-muted);
}

/* Float labels are now normal-flow elements below the panel */
#tt-home .tt-hero-floats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

#tt-home .tt-float {
  position: static;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid var(--tt-line);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(1, 51, 108, .1);
  color: var(--tt-navy);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

#tt-home .tt-float-one,
#tt-home .tt-float-two {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

#tt-home .tt-float span {
  flex-shrink: 0;
}

/* General cards */
#tt-home .tt-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

#tt-home .tt-card {
  padding: 20px 28px 28px 20px;
  border: 1px solid var(--tt-line);
  border-radius: 22px;
  background: #fff;
}

#tt-home .tt-card-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 17px;
  background: #edf4fc;
  font-size: 37px;
}

#tt-home .tt-card p {
  color: var(--tt-muted);
  margin-bottom: 0;
}

#tt-home .tt-card-red {
  background: #fff6f6;
  border-color: #f6dfe1;
}

#tt-home .tt-card-red .tt-card-icon {
  background: #fde5e6;
 
}


#tt-home .tt-card-blue {
  background: #f4f8fd;
}

#tt-home .tt-card-green {
  background: #f3faf7;
  border-color: #dcefe5;
}

#tt-home .tt-card-green .tt-card-icon {
  background: #e1f3e9;
}

/* Interests */
#tt-home .tt-interest-section {
  background: var(--tt-pale);
}

#tt-home .tt-interest-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 34px;
}

#tt-home .tt-interest {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 8px;
  text-align: center;
  border: 1px solid #e1e9f2;
  border-radius: 18px;
  background: #fff;
  color: var(--tt-navy);
  font-weight: 800;
  font-size: 14px;
}

#tt-home .tt-interest span {
  font-size: 29px;
}

/* Tools */
#tt-home .tt-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

#tt-home .tt-tool {
  padding: 24px 20px;
  border-radius: 20px;
  background: #f7f9fc;
  border: 1px solid #edf1f6;
}

#tt-home .tt-tool .tt-tool-icon {
  font-size: 29px;
  margin-bottom: 15px;
}

#tt-home .tt-tool h3 {
  font-size: 18px;
}

#tt-home .tt-tool p {
  color: var(--tt-muted);
  font-size: 14px;
  margin-bottom: 0;
}

/* Steps */
#tt-home .tt-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
}

#tt-home .tt-step {
  position: relative;
  padding: 26px;
  border-top: 3px solid var(--tt-red);
  background: #fff;
}

#tt-home .tt-step-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--tt-navy);
  color: #fff;
  font-weight: 900;
}

#tt-home .tt-step p {
  color: var(--tt-muted);
  margin-bottom: 0;
}

/* Final callout */
#tt-home .tt-final {
  padding: 0 0 76px;
}

#tt-home .tt-final-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 48px;
  border-radius: 28px;
  background: var(--tt-navy);
  color: #fff;
}

#tt-home .tt-final-box h2 {
  color: #fff;
  margin-bottom: 10px;
}

#tt-home .tt-final-box p {
  color: #d9e5f2;
  margin-bottom: 0;
  max-width: 620px;
}

#tt-home .tt-final-box .tt-btn {
  flex-shrink: 0;
}

/* Tablet */
@media (max-width: 850px) {
  #tt-home .tt-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #tt-home .tt-hero-art {
    min-height: 0;
  }

  #tt-home .tt-card-grid {
    grid-template-columns: 1fr;
  }

  #tt-home .tt-interest-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #tt-home .tt-tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #tt-home .tt-final-box {
    align-items: flex-start;
    flex-direction: column;
    padding: 36px;
  }
}

/* Mobile */
@media (max-width: 520px) {
  #tt-home .tt-wrap {
    width: min(100% - 28px, 1120px);
  }

  #tt-home .tt-section {
    padding: 54px 0;
  }

  #tt-home .tt-hero {
    padding: 48px 0 54px;
  }

  #tt-home .tt-hero-art {
    gap: 14px;
  }

  #tt-home .tt-hero-panel {
    padding: 18px;
  }

  #tt-home .tt-avatar-scene {
    height: 185px;
  }

  #tt-home .tt-hero-floats {
    flex-direction: column;
    align-items: stretch;
  }

  #tt-home .tt-float {
    justify-content: center;
  }

  #tt-home .tt-interest-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #tt-home .tt-tools-grid,
  #tt-home .tt-steps {
    grid-template-columns: 1fr;
  }

  #tt-home .tt-final-box {
    padding: 28px 22px;
  }

  #tt-home .tt-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  #tt-home .tt-btn {
    width: 100%;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #tt-home .tt-btn {
    transition: none;
  }

  #tt-home .tt-btn:hover {
    transform: none;
  }
}
