.tt-info-page,
.tt-info-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.wrapper,
#midsection.container,
#midsection .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .wrapper,
html body #midsection.container,
html body #midsection .container {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#midsection .row,
#midsection .row-fluid {
  margin: 0 !important;
}

#content.tt-info-page {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.tt-info-page {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #f7fbfd;
  color: #102033;
  font-family: "Poppins", "Inter", Arial, sans-serif;
}

.tt-info-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tt-info-container {
  width: min(1180px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}

.tt-info-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: clamp(34px, 5vw, 62px) 0 clamp(32px, 4.6vw, 58px);
  background: #06111d;
  color: #ffffff;
}

.tt-info-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-image: var(--tt-hero-image);
  background-position: center;
  background-size: cover;
  opacity: 0.34;
}

.tt-info-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 17, 29, 0.92), rgba(6, 17, 29, 0.54), rgba(6, 17, 29, 0.2));
}

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

.tt-info-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(20px, 3.6vw, 42px);
  align-items: center;
}

.tt-info-hero-copy,
.tt-about-hero-panel,
.tt-legal-summary,
.tt-info-hero-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.tt-info-breadcrumb {
  margin-bottom: 12px;
  color: rgba(226, 244, 250, 0.78);
  font-size: 12px;
  font-weight: 700;
}

.tt-info-breadcrumb a {
  color: #9ee8f7;
  text-decoration: none;
}

.tt-info-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 2px 13px 0;
  border-radius: 999px;
  background: rgba(54, 193, 223, 0.15);
  color: #9ee8f7;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  vertical-align: middle;
}

.tt-info-page h1 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.tt-info-page h2 {
  margin: 0 0 16px;
  color: #102033;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.tt-info-page p {
  font-size: 15px;
  line-height: 1.78;
}

.tt-info-hero p {
  max-width: 680px;
  color: rgba(237, 249, 252, 0.9);
  font-size: clamp(15px, 1.4vw, 18px);
}

.tt-info-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.02;
}

.tt-info-hero p {
  max-width: 640px;
  line-height: 1.62;
}

.tt-info-hero .tt-info-actions,
.tt-info-hero .tt-legal-actions {
  margin-top: 18px;
}

.tt-info-hero .tt-info-btn {
  min-height: 38px;
  padding: 0 16px;
}

.tt-info-actions,
.tt-legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tt-info-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(54, 193, 223, 0.35);
  border-radius: 999px;
  color: #9ee8f7 !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
}

.tt-info-btn-primary {
  border-color: #36c1df;
  background: #36c1df;
  color: #06111d !important;
}

.tt-info-stat,
.tt-about-profile-card,
.tt-legal-summary,
.tt-legal-aside,
.tt-legal-document,
.tt-card,
.tt-step,
.tt-feature-card,
.tt-cta-box {
  min-width: 0;
}

.tt-about-hero-panel,
.tt-legal-summary,
.tt-info-hero-panel {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.tt-about-stat-grid,
.tt-legal-summary {
  display: grid;
  gap: 10px;
}

.tt-about-stat-grid {
  margin-top: 14px;
}

.tt-info-stat,
.tt-legal-summary-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff;
}

.tt-info-stat strong,
.tt-legal-summary-item strong {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
}

.tt-info-stat span,
.tt-legal-summary-item span {
  display: block;
  min-width: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 700;
}

.tt-about-hero-panel img,
.tt-legal-visual img,
.tt-about-image-card img,
.tt-image-card img,
.tt-feature-card img,
.tt-step img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.tt-about-hero-panel img,
.tt-legal-visual img {
  height: clamp(150px, 18vw, 230px);
  border-radius: 10px;
}

.tt-about-image-card,
.tt-legal-visual,
.tt-image-card,
.tt-feature-card,
.tt-step {
  overflow: hidden;
  max-width: 100%;
}

.tt-about-image-card img,
.tt-image-card img {
  height: clamp(260px, 38vw, 460px);
}

.tt-feature-card img,
.tt-step img {
  height: 220px;
}

.tt-info-strip,
.tt-legal-band {
  overflow: hidden;
  background: #071827;
  color: #dff7fb;
}

.tt-info-strip-track {
  width: max-content;
  min-width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
  will-change: transform;
  animation: ttInfoMarquee 30s linear infinite;
}

.tt-info-strip:hover .tt-info-strip-track {
  animation-play-state: paused;
}

.tt-info-strip-track span {
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.tt-info-strip-track span::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 13px;
  border-radius: 50%;
  background: #36c1df;
  box-shadow: 0 0 0 7px rgba(54, 193, 223, 0.12);
}

.tt-legal-band-track {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 0;
}

.tt-section {
  padding: clamp(42px, 5vw, 66px) 0;
}

.tt-section-white {
  background: #ffffff;
}

.tt-section-soft {
  background: #f1f9fc;
}

.tt-section-head {
  max-width: 760px;
  margin: 0 0 26px;
}

.tt-section-head .tt-info-eyebrow,
.tt-copy .tt-info-eyebrow,
.tt-legal-cta .tt-info-eyebrow,
.tt-cta-box .tt-info-eyebrow {
  color: #087c9e;
  background: #e6f7fb;
  border: 1px solid rgba(54, 193, 223, 0.18);
}

.tt-section-head p,
.tt-copy p,
.tt-legal-document p,
.tt-about-profile-card p,
.tt-cta-box p,
.tt-legal-cta p {
  margin: 0 0 14px;
  color: #526d82;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}

.tt-section-head h2 {
  max-width: 780px;
}

.tt-about-story-grid,
.tt-about-split,
.tt-info-hero-grid,
.tt-legal-layout,
.tt-split {
  max-width: 100%;
}

.tt-about-story-grid,
.tt-about-split,
.tt-split,
.tt-legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(22px, 3.4vw, 42px);
  align-items: center;
}

.tt-about-story,
.tt-about-split {
  padding: 0;
}

.tt-image-card,
.tt-about-image-card,
.tt-about-split figure {
  margin: 0;
  border: 1px solid rgba(113, 145, 168, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(7, 24, 39, 0.08);
}

.tt-image-card img,
.tt-about-image-card img,
.tt-about-split figure img {
  border-radius: 8px;
}

.tt-about-profile-card {
  padding: 24px;
  border: 1px solid rgba(113, 145, 168, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(7, 24, 39, 0.07);
}

.tt-about-profile-card h1,
.tt-about-profile-card h2,
.tt-about-profile-card h3 {
  margin-top: 0;
  color: #071827;
}

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

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

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

.tt-process-line,
.tt-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tt-about-card-grid article,
.tt-card,
.tt-step,
.tt-feature-card {
  border: 1px solid rgba(113, 145, 168, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(7, 24, 39, 0.07);
}

.tt-about-card-grid article,
.tt-card {
  padding: 22px;
}

.tt-about-card-grid article strong,
.tt-card b {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  margin-bottom: 12px;
  color: #087c9e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-about-card-grid article h3,
.tt-card h3,
.tt-step h3,
.tt-feature-card h3 {
  margin: 0 0 10px;
  color: #071827;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.tt-about-card-grid article p,
.tt-card p,
.tt-step p,
.tt-feature-card p {
  margin: 0;
  color: #557086;
  font-size: 13px;
  line-height: 1.62;
  font-weight: 500;
}

.tt-card-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #e8f8fd;
  color: #087c9e;
}

.tt-card-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tt-step {
  position: relative;
  padding: 14px 14px 18px;
}

.tt-step-number {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  min-width: 38px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(7, 24, 39, 0.88);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.tt-step img {
  height: 148px;
  margin-bottom: 16px;
  border-radius: 6px;
}

.tt-feature-card img {
  height: 210px;
}

.tt-feature-card div {
  padding: 18px;
}

.tt-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.tt-mini-grid div {
  padding: 16px;
  border: 1px solid rgba(113, 145, 168, 0.16);
  border-radius: 8px;
  background: #ffffff;
}

.tt-mini-grid strong,
.tt-mini-grid span {
  display: block;
}

.tt-mini-grid strong {
  color: #071827;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 900;
}

.tt-mini-grid span {
  margin-top: 6px;
  color: #557086;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.tt-about-checklist {
  display: grid;
  gap: 10px;
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
}

.tt-about-checklist li {
  position: relative;
  padding-left: 26px;
  color: #405d72;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.tt-about-checklist li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #36c1df;
  box-shadow: 0 0 0 6px rgba(54, 193, 223, 0.12);
}

.tt-legal-document {
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid #e0ecf2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(12, 43, 62, 0.08);
}

.tt-legal-layout {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
}

.tt-legal-aside {
  align-self: start;
  position: sticky;
  top: 112px;
  padding: 20px;
  border: 1px solid rgba(113, 145, 168, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(7, 24, 39, 0.07);
}

.tt-legal-aside > span,
.tt-legal-aside strong,
.tt-legal-aside p {
  display: block;
}

.tt-legal-aside > span {
  margin-bottom: 8px;
  color: #087c9e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tt-legal-aside strong {
  color: #071827;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.tt-legal-aside p {
  margin: 12px 0 18px;
  color: #557086;
  font-size: 13px;
  line-height: 1.65;
}

.tt-legal-aside nav,
.tt-legal-band-track {
  display: flex;
}

.tt-legal-aside nav {
  flex-direction: column;
  gap: 8px;
}

.tt-legal-aside nav a,
.tt-legal-band-track a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: #087c9e !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  background: #e8f8fd;
  border: 1px solid rgba(54, 193, 223, 0.18);
}

.tt-legal-document h1,
.tt-legal-document h2,
.tt-legal-document h3,
.tt-legal-document h4 {
  color: #071827;
  letter-spacing: 0;
}

.tt-legal-document h2,
.tt-legal-document h3 {
  margin: 26px 0 12px;
}

.tt-legal-document h2:first-child,
.tt-legal-document h3:first-child {
  margin-top: 0;
}

.tt-legal-document ul,
.tt-legal-document ol {
  margin: 0 0 18px 20px;
  color: #526d82;
  line-height: 1.75;
}

.tt-cta-box,
.tt-legal-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(113, 145, 168, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 24, 39, 0.08);
}

.tt-cta-box h2,
.tt-legal-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.tt-cta-box p,
.tt-legal-cta p {
  max-width: 760px;
}

.tt-faq-layout {
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.tt-faq-nav {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px solid rgba(113, 145, 168, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(7, 24, 39, 0.07);
}

.tt-faq-nav a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(113, 145, 168, 0.16);
  border-radius: 8px;
  color: #29475e !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  background: #fbfdff;
}

.tt-faq-group {
  margin-bottom: 28px;
}

.tt-faq-group:last-child {
  margin-bottom: 0;
}

.tt-faq-group h2 {
  margin-bottom: 14px;
  font-size: clamp(22px, 2.2vw, 30px);
}

.tt-faq-item {
  margin: 0 0 10px;
  border: 1px solid rgba(113, 145, 168, 0.18);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.tt-faq-item summary {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 15px 54px 15px 18px;
  color: #071827;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.tt-faq-item summary::-webkit-details-marker {
  display: none;
}

.tt-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -14px;
  border-radius: 50%;
  background: #e8f8fd;
  color: #087c9e;
  font-size: 18px;
  font-weight: 900;
}

.tt-manufacturing-page .tt-info-hero,
.tt-manufacturing-page .tt-mfg-section {
  overflow: hidden;
}

@keyframes ttInfoMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .tt-info-container,
  .tt-legal-band-track {
    width: calc(100% - 32px);
  }

  .tt-info-hero-grid,
  .tt-about-story-grid,
  .tt-about-split,
  .tt-split,
  .tt-legal-layout {
    grid-template-columns: 1fr;
  }

  .tt-card-grid,
  .tt-feature-grid,
  .tt-process-line,
  .tt-process-grid,
  .tt-about-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-info-hero {
    min-height: 0;
    padding: 42px 0;
  }

  .tt-about-hero-panel img,
  .tt-legal-visual img {
    height: min(260px, 42vw);
  }

  .tt-about-image-card img,
  .tt-image-card img {
    height: min(420px, 62vw);
  }

  .tt-faq-layout {
    grid-template-columns: 1fr;
  }

  .tt-faq-nav,
  .tt-legal-aside {
    position: static;
  }
}

@media (max-width: 767px) {
  html body .wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

@media (max-width: 560px) {
  .tt-info-container,
  .tt-legal-band-track {
    width: calc(100% - 28px);
  }

  .tt-section {
    padding: 38px 0;
  }

  .tt-info-page h1 {
    font-size: 34px;
  }

  .tt-info-hero {
    padding: 24px 0 22px;
  }

  .tt-info-hero h1 {
    font-size: 30px;
  }

  .tt-info-hero p {
    font-size: 13.5px;
    line-height: 1.48;
  }

  .tt-info-hero .tt-info-breadcrumb {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .tt-info-hero .tt-info-eyebrow {
    min-height: 26px;
    margin-bottom: 10px;
    padding: 2px 11px 0;
    font-size: 10px;
    line-height: 1;
  }

  .tt-info-hero .tt-info-actions {
    gap: 10px;
    margin-top: 14px;
  }

  .tt-info-hero .tt-info-btn {
    min-height: 40px;
  }

  .tt-info-hero .tt-about-hero-panel,
  .tt-info-hero .tt-legal-summary,
  .tt-info-hero .tt-info-hero-panel {
    display: none;
  }

  .tt-info-page h2 {
    font-size: 26px;
  }

  .tt-info-actions,
  .tt-legal-actions {
    flex-direction: column;
  }

  .tt-info-btn {
    width: 100%;
  }

  .tt-about-card-grid,
  .tt-card-grid,
  .tt-feature-grid,
  .tt-process-line,
  .tt-process-grid,
  .tt-mini-grid {
    grid-template-columns: 1fr;
  }

  .tt-about-profile-card,
  .tt-about-card-grid article,
  .tt-card,
  .tt-cta-box,
  .tt-legal-cta,
  .tt-legal-document,
  .tt-legal-aside {
    padding: 18px;
  }

  .tt-cta-box,
  .tt-legal-cta {
    grid-template-columns: 1fr;
  }

  .tt-about-hero-panel,
  .tt-legal-summary,
  .tt-info-hero-panel {
    padding: 12px;
  }

  .tt-about-hero-panel img,
  .tt-legal-visual img,
  .tt-about-image-card img,
  .tt-image-card img,
  .tt-feature-card img,
  .tt-step img {
    height: 260px;
  }

  .tt-step img,
  .tt-feature-card img {
    height: 190px;
  }

  .tt-info-strip-track span {
    min-height: 56px;
    padding: 0 26px;
  }
}
