*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:      #1B2A6B;
  --navy-dark: #111d4a;
  --gold:      #C9A84C;
  --white:     #FFFFFF;
  --off-white: #F8F9FC;
  --gray-light:#F1F3F8;
  --amber:     #FDF5E4;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.65;
}

/* ── Language Switch Strip ── */
.lang-strip {
  background-color: var(--gold);
  color: var(--navy);
  padding: 13px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 18px;
  flex-wrap: wrap;
}

.lang-strip a.strip-btn {
  background-color: var(--navy);
  color: #fff;
  padding: 7px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 16px;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.lang-strip a.strip-btn:hover { opacity: 0.85; }

/* ── Sticky Header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--navy);
  padding: 6px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 14px rgba(0,0,0,0.20);
}

.header-logo {
  height: 117px;
  width: auto;
  display: block;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.15s;
}

.nav-links a:hover { color: var(--gold); }

.btn-cta {
  background-color: var(--gold);
  color: var(--navy);
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 15px;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.btn-cta:hover { opacity: 0.88; }

/* ── Disclaimer Banner ── */
.disclaimer-banner {
  background-color: var(--amber);
  border-bottom: 3px solid var(--gold);
  padding: 22px 36px;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  line-height: 1.7;
}

.disc-label {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--navy);
  margin-bottom: 10px;
}

.disclaimer-banner p {
  color: #444;
  margin-bottom: 7px;
}

.disclaimer-banner p:last-child { margin-bottom: 0; }

.disclaimer-banner p.disc-es {
  color: #666;
  font-style: italic;
}

/* ── Hero ── */
.hero {
  background-image: linear-gradient(rgba(27,42,107,0.82), rgba(27,42,107,0.82)), url('TSL_General.jpg');
  background-size: cover;
  background-position: center;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 32px;
}

.hero-inner {
  max-width: 760px;
  text-align: center;
  color: #fff;
}

.hero-eyebrow {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: 16px;
}

.hero-heading {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 54px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 22px;
}

.hero-subhead {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin-bottom: 36px;
}

.btn-hero {
  display: inline-block;
  background-color: var(--gold);
  color: var(--navy);
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 18px;
  padding: 17px 40px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.15s, opacity 0.15s;
  margin-bottom: 18px;
}

.btn-hero:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.hero-access {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

/* ── Services Section ── */
.services-section {
  background-color: var(--off-white);
}

.services-heading-wrap {
  text-align: center;
  padding: 68px 32px 28px;
}

.section-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 38px;
  color: var(--navy);
}

.service-row {
  display: flex;
  min-height: 380px;
  width: 100%;
}

.service-row.even {
  flex-direction: row-reverse;
}

.service-text {
  flex: 1;
  padding: 52px 48px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-image {
  flex: 1;
  overflow: hidden;
  min-height: 380px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-eyebrow {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--gold);
  margin-bottom: 10px;
}

.service-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 23px;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 14px;
}

.service-body {
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  color: #444;
  line-height: 1.72;
  margin-bottom: 12px;
}

.service-note {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  font-style: italic;
  line-height: 1.65;
}

/* ── How It Works ── */
.how-section {
  background-color: var(--white);
  padding: 84px 32px;
}

.section-heading {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 38px;
  color: var(--navy);
  text-align: center;
  margin-bottom: 52px;
}

.steps-grid {
  display: flex;
  gap: 40px;
  max-width: 980px;
  margin: 0 auto;
}

.step {
  flex: 1;
  text-align: center;
  padding: 0 12px;
}

.step-number {
  width: 58px;
  height: 87px;
  border-radius: 50%;
  background-color: var(--navy);
  color: var(--gold);
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 12px;
}

.step-body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.68;
}

/* ── About ── */
.about-section {
  background-color: var(--navy);
  padding: 84px 32px;
}

.about-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.about-heading {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #fff;
  margin-bottom: 28px;
}

.about-body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.84);
  line-height: 1.78;
  margin-bottom: 38px;
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.credential-pill {
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 9px 20px;
  border-radius: 999px;
}

/* ── Client Responsibility ── */
.client-resp {
  background-color: var(--gray-light);
  padding: 26px 36px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.68;
}

.client-resp strong { color: var(--navy); }

/* ── Contact ── */
.contact-section {
  background-color: var(--off-white);
  padding: 84px 32px;
}

.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.contact-left { flex: 1; }

.green-badge {
  display: inline-block;
  background-color: #e8f5e9;
  color: #2e7d32;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 14px;
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.contact-heading {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: var(--navy);
  margin-bottom: 14px;
}

.contact-para {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.68;
  margin-bottom: 24px;
}

.contact-asl-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin-bottom: 22px;
}

.contact-details {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.85;
}

.contact-details a {
  color: var(--navy);
  text-decoration: none;
}

.contact-details a:hover { text-decoration: underline; }

.contact-right { flex: 1.2; }

.contact-form-wrap {
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.form-group { margin-bottom: 18px; }

.form-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

.form-control {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  appearance: none;
  transition: border-color 0.15s;
}

.form-control:focus {
  outline: none;
  border-color: var(--navy);
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  display: block;
  width: 100%;
  background-color: var(--navy);
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 17px;
  padding: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.15s;
  margin-top: 8px;
}

.btn-submit:hover { opacity: 0.88; }

/* ── Footer ── */
.site-footer {
  background-color: var(--navy-dark);
  color: rgba(255,255,255,0.65);
  padding: 60px 32px 0;
}

.footer-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 56px;
}

.footer-left { flex: 1; }

.footer-logo {
  height: 56px;
  display: block;
  margin-bottom: 20px;
}

.footer-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.85;
  color: rgba(255,255,255,0.58);
}

.footer-right { flex: 1.5; }

.footer-disc-block { margin-bottom: 26px; }

.footer-disc-label {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--gold);
  margin-bottom: 7px;
}

.footer-disc-text {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  color: rgba(255,255,255,0.52);
  line-height: 1.72;
  margin-bottom: 5px;
}

.footer-disc-text:last-child { margin-bottom: 0; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 20px 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.38);
  max-width: 1100px;
  margin: 40px auto 0;
}

/* ── Mobile Responsive ── */
@media (max-width: 768px) {
  .nav-links { display: none; }

  .site-header { padding: 6px 20px; }

  .header-logo { height: 87px; }

  .hero-heading { font-size: 34px; }

  .hero-subhead { font-size: 15.5px; }

  .btn-hero { font-size: 16px; padding: 15px 28px; }

  .disclaimer-banner { padding: 18px 20px; }

  .services-heading-wrap { padding: 48px 20px 20px; }

  .service-row,
  .service-row.even {
    flex-direction: column;
  }

  .service-image {
    order: -1;
    min-height: 240px;
    height: 240px;
  }

  .service-text { padding: 32px 24px; }

  .how-section { padding: 56px 20px; }

  .steps-grid { flex-direction: column; }

  .about-section { padding: 56px 20px; }

  .contact-section { padding: 56px 20px; }

  .contact-inner { flex-direction: column; }

  .contact-form-wrap { padding: 28px 20px; }

  .footer-grid { flex-direction: column; gap: 36px; }

  .site-footer { padding: 48px 20px 0; }

  .lang-strip {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 14px 20px;
    font-size: 16px;
  }

  .section-heading { font-size: 30px; }

  .section-title { font-size: 30px; }
}

/* ── Logo Frame (hero) ── */
.logo-frame {
  display: inline-block;
  background-color: #fff;
  border-radius: 16px;
  padding: 14px 26px;
  margin-bottom: 22px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.22);
}
.logo-frame img {
  height: 173px;
  width: auto;
  display: block;
}
.brand-name {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: rgba(255,255,255,0.88);
  margin-bottom: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* ── Service Cards Grid (brief overview) ── */
.service-cards-section {
  background-color: var(--off-white);
  padding: 64px 32px 72px;
}
.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto 36px;
}
.service-card-brief {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s;
}
.service-card-brief:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
.service-card-brief .service-title {
  font-size: 17px;
  margin-bottom: 10px;
}
.service-card-brief .service-body {
  font-size: 14px;
  flex: 1;
  margin-bottom: 18px;
}
.card-link {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 13.5px;
  color: var(--navy);
  text-decoration: none;
}
.card-link:hover { color: var(--gold); }
.all-services-wrap {
  text-align: center;
}
.all-services-link {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 3px;
}
.all-services-link:hover { color: var(--gold); }

/* ── Page Hero (internal pages) ── */
.page-hero {
  background-color: var(--navy);
  padding: 52px 32px;
  text-align: center;
}
.page-hero-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.page-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.70);
}

/* ── Video Placeholder ── */
.video-placeholder {
  background-color: var(--gray-light);
  border: 2px dashed #c8c8c8;
  border-radius: 14px;
  padding: 64px 32px;
  text-align: center;
  margin: 40px 0;
}
.video-placeholder-play {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 24px;
  color: #fff;
}
.video-placeholder-label {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #999;
  margin-bottom: 6px;
}
.video-placeholder-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  color: #bbb;
}

/* ── About Page Content ── */
.about-page-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px 32px 80px;
}
.about-page-body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.78;
  margin-bottom: 22px;
}
.about-disclaimer-small {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  line-height: 1.68;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

/* ── Contact Page ── */
.contact-page-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 32px 80px;
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

/* ── Mobile additions ── */
@media (max-width: 768px) {
  .service-cards-grid { grid-template-columns: 1fr; }
  .service-cards-section { padding: 48px 20px 56px; }
  .page-hero { padding: 40px 20px; }
  .page-hero-title { font-size: 28px; }
  .about-page-content { padding: 40px 20px 60px; }
  .logo-frame { padding: 14px 22px; }
  .logo-frame img { height: 129px; }
  .brand-name { font-size: 18px; }
  .contact-page-wrap { flex-direction: column; padding: 48px 20px 60px; }
}

/* ── Page & Element Entrance Animations ── */
@keyframes tls-fadeinup {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-inner .logo-frame  { animation: tls-fadeinup 0.7s ease both; animation-delay: 0.10s; }
.hero-inner .brand-name  { animation: tls-fadeinup 0.7s ease both; animation-delay: 0.30s; }
.hero-inner .hero-eyebrow{ animation: tls-fadeinup 0.7s ease both; animation-delay: 0.50s; }
.hero-inner .hero-heading{ animation: tls-fadeinup 0.7s ease both; animation-delay: 0.70s; }
.hero-inner .hero-subhead{ animation: tls-fadeinup 0.7s ease both; animation-delay: 0.90s; }
.hero-inner .btn-hero    { animation: tls-fadeinup 0.7s ease both; animation-delay: 1.10s; }
.hero-inner .hero-access { animation: tls-fadeinup 0.7s ease both; animation-delay: 1.30s; }

.service-card-brief:nth-child(1){ animation: tls-fadeinup 0.6s ease both; animation-delay: 0.10s; }
.service-card-brief:nth-child(2){ animation: tls-fadeinup 0.6s ease both; animation-delay: 0.25s; }
.service-card-brief:nth-child(3){ animation: tls-fadeinup 0.6s ease both; animation-delay: 0.40s; }
.service-card-brief:nth-child(4){ animation: tls-fadeinup 0.6s ease both; animation-delay: 0.55s; }
.service-card-brief:nth-child(5){ animation: tls-fadeinup 0.6s ease both; animation-delay: 0.70s; }
.service-card-brief:nth-child(6){ animation: tls-fadeinup 0.6s ease both; animation-delay: 0.85s; }

.step { animation: tls-fadeinup 0.6s ease both; }
.step:nth-child(1){ animation-delay: 0.10s; }
.step:nth-child(2){ animation-delay: 0.30s; }
.step:nth-child(3){ animation-delay: 0.50s; }

.page-hero-title { animation: tls-fadeinup 0.7s ease both; animation-delay: 0.10s; }
.page-hero-sub   { animation: tls-fadeinup 0.7s ease both; animation-delay: 0.30s; }

/* ── Nav size +20% ── */
.nav-links { gap: 29px; }
.nav-links a { font-size: 18px; }
.btn-cta { font-size: 18px; padding: 12px 29px; }
.header-nav { gap: 34px; }

/* ── Step number: enforce circle ── */
.step-number {
  min-width: 58px;
  min-height: 58px;
  width: 58px;
  height: 58px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 50%;
}

/* ── Hero trust line ── */
.hero-inner .hero-subhead { margin-bottom: 12px; }
.hero-trust {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.68);
  font-style: italic;
  line-height: 1.65;
  margin-bottom: 28px;
}
.hero-inner .hero-trust { animation: tls-fadeinup 0.7s ease both; animation-delay: 1.00s; }
.hero-inner .btn-hero   { animation-delay: 1.20s; }
.hero-inner .hero-access{ animation-delay: 1.40s; }

/* ── Why TLS Strip ── */
.why-tls-section {
  background-color: var(--navy);
  padding: 64px 32px;
}
.why-tls-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.why-tls-card { text-align: center; padding: 0 8px; }
.why-tls-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 21px;
  color: var(--gold);
  margin-bottom: 12px;
}
.why-tls-body {
  font-family: 'Inter', sans-serif;
  font-size: 16.5px;
  color: rgba(255,255,255,0.78);
  line-height: 1.68;
}

/* ── Testimonials ── */
.testimonials-section {
  background-color: var(--white);
  padding: 64px 32px;
  text-align: center;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 980px;
  margin: 36px auto 0;
}
.testimonial-card {
  background-color: var(--off-white);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #bbb;
  font-style: italic;
  line-height: 1.65;
  text-align: left;
}

/* ── Mobile additions ── */
@media (max-width: 768px) {
  .why-tls-grid { grid-template-columns: 1fr; gap: 28px; }
  .why-tls-section { padding: 48px 20px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials-section { padding: 48px 20px; }
}

/* ── Form privacy note ── */
.form-privacy {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  color: #999;
  text-align: center;
  line-height: 1.55;
  margin-bottom: 10px;
}
