/* ============================================================
   Tensile Marketing Site — stylesheet
   All page styling lives here. Dynamic, data-bound values
   (the {{ ... }} bindings in the modal form) remain inline in
   the markup because they are computed at render time.
   ============================================================ */

/* ---------- Base / reset ---------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

::selection {
  background: #0052FF;
  color: #fff;
}

a {
  color: #0052FF;
  text-decoration: none;
}

a:hover {
  color: #003FCC;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #4D7CFF !important;
  box-shadow: 0 0 0 3px rgba(0, 82, 255, .12);
}

@keyframes tsl-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tsl-pop {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Page shell + shared layout ---------- */
.tsl-page {
  min-height: 100%;
  background: #F4F3F0;
  font-family: 'Inter', system-ui, sans-serif;
  color: #191C22;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}

.tsl-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ---------- Buttons ---------- */
.tsl-btn {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(100deg, #0052FF, #4D7CFF);
  padding: 16px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 30px -12px rgba(0, 82, 255, 0.55);
  transition: transform .2s ease;
}

.tsl-btn-mr {
  margin-right: 2rem;
}

.tsl-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

.tsl-btn--sm {
  font-size: 15px;
  padding: 12px 22px;
  box-shadow: 0 10px 26px -12px rgba(0, 82, 255, 0.55);
}

.tsl-btn--block {
  width: 100%;
  justify-content: center;
}

.tsl-btn-ghost {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #191C22;
  background: transparent;
  border: 1px solid #DEDBD3;
  padding: 13px 22px;
  border-radius: 999px;
  cursor: pointer;
}

.tsl-gradient-text {
  background: linear-gradient(100deg, #0052FF, #4D7CFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Header ---------- */
.tsl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(244, 243, 240, 0.88);
  border-bottom: 1px solid #DEDBD3;
}

.tsl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.tsl-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.tsl-brand-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.tsl-brand-name {
  font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: 21px;
  letter-spacing: -0.01em;
  color: #191C22;
}

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

.tsl-nav-link {
  font-size: 14.5px;
  color: #565C68;
  font-weight: 500;
}

.tsl-lang-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid #DEDBD3;
  border-radius: 999px;
  margin-right: 14px;
}

.tsl-lang-btn {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  border: none;
  background: transparent;
  border-radius: 999px;
  padding: 6px 12px;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}

/* ---------- Mobile nav (collapsed header, <= 1040px) ---------- */
.tsl-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #DEDBD3;
  border-radius: 12px;
  background: #fff;
  color: #191C22;
  cursor: pointer;
}

.tsl-mobile-menu {
  display: none;
  border-top: 1px solid #DEDBD3;
  background: rgba(244, 243, 240, 0.97);
  padding: 10px 0 24px;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.tsl-mobile-link {
  display: block;
  padding: 14px 2px;
  font-size: 16.5px;
  font-weight: 500;
  color: #191C22;
  border-bottom: 1px solid #E3E0D8;
}

.tsl-mobile-link:hover {
  color: #0052FF;
}

.tsl-mobile-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.tsl-mobile-lang-label {
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8A8F99;
}

.tsl-mobile-menu .tsl-lang-toggle {
  margin-right: 0;
}

/* Footer instance sits on the dark panel */
.tsl-lang-toggle--foot {
  margin-right: 0;
  border-color: #2C3140;
}

.tsl-mobile-cta {
  margin-top: 18px;
}

/* The Japanese nav labels are the widest. Measured: brand + nav + CTA leaves only
   7px between items at 1001px and 27px at 1041px, so collapse below 1040px. */
@media (max-width: 1040px) {
  .tsl-nav-links,
  .tsl-header-cta {
    display: none;
  }

  .tsl-nav-toggle {
    display: inline-flex;
  }

  .tsl-mobile-menu {
    display: block;
  }
}

/* ---------- Hero ---------- */
.tsl-hero {
  padding: 76px 0 90px;
}

.tsl-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 60px;
  align-items: center;
}

.tsl-hero-copy {
  animation: tsl-fade-up 0.7s ease both;
}

.tsl-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8A8F99;
  margin-bottom: 2px;
}

.tsl-hero-title {
  font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 5.6vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 22px 0 24px;
  max-width: 16ch;
  color: #191C22;
}

.tsl-hero-lead {
  font-size: 19px;
  color: #565C68;
  max-width: 46ch;
  margin: 0 0 34px;
}

.tsl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.tsl-hero-link {
  font-size: 16px;
  color: #0052FF;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Hero media (testing-machine photo) */
.tsl-hero-media-wrap {
  animation: tsl-fade-up 0.7s ease both;
  animation-delay: 0.1s;
}

.tsl-hero-media {
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid #DEDBD3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(25, 28, 34, 0.28), 0 8px 20px -16px rgba(25, 28, 34, 0.4);
}

.tsl-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.tsl-hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 30px 18px 15px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #fff;
  background: linear-gradient(to top, rgba(20, 22, 28, 0.82), rgba(20, 22, 28, 0));
}

.tsl-hero-caption-dot {
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4D7CFF;
  box-shadow: 0 0 0 4px rgba(77, 124, 255, 0.3);
}

/* ---------- Shared section heading ---------- */
.tsl-section-head {
  max-width: 60ch;
  margin-bottom: 52px;
}

.tsl-eyebrow {
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8A8F99;
}

.tsl-eyebrow-dark {
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9BA1AE;
}

.tsl-section-title {
  font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 3.8vw, 44px);
  margin: 16px 0 0;
  color: #191C22;
}

.tsl-section-lead {
  color: #565C68;
  font-size: 18px;
  margin-top: 18px;
  max-width: 52ch;
}

.tsl-strong-white {
  color: #fff;
  font-weight: 600;
}

/* ---------- Platform / shared-record ---------- */
.tsl-platform {
  background: #14161C;
  color: #EDECE8;
  padding: 96px 0;
}

.tsl-platform-title {
  font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 46px);
  max-width: 18ch;
  color: #fff;
  margin: 16px 0 0;
}

.tsl-platform-lead {
  color: #9BA1AE;
  font-size: 19px;
  max-width: 50ch;
  margin-top: 22px;
}

/* Hub-and-spoke diagram (inline SVG scales to its container) */
.tsl-hubspoke {
  margin-top: 56px;
  width: 100%;
}

.tsl-hubspoke svg {
  display: block;
  width: 100%;
  height: auto;
}

.tsl-eco-note {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid #2C3140;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: #9BA1AE;
  font-size: 14.5px;
  max-width: 62ch;
}

/* ---------- Who it's for ---------- */
.tsl-audience {
  padding: 96px 0;
  background: #ECEAE4;
  border-top: 1px solid #DEDBD3;
  border-bottom: 1px solid #DEDBD3;
}

/* ---------- Modules ---------- */
.tsl-modules {
  padding: 100px 0;
}

.tsl-mod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tsl-mod-card {
  background: #fff;
  border: 1px solid #DEDBD3;
  border-radius: 14px;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}

.tsl-mod-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px -30px rgba(25, 28, 34, 0.4);
}

/* Core is the required base module, so it sits full-width above the app modules */
.tsl-mod-core {
  margin-bottom: 20px;
  border-color: #C6D5FF;
  background: linear-gradient(115deg, #fff 55%, #F5F8FF);
}

.tsl-mod-core .tsl-mod-desc {
  max-width: 74ch;
}

.tsl-mod-roadmap {
  margin: 30px 0 0;
  padding-top: 24px;
  border-top: 1px solid #DEDBD3;
  font-size: 14.5px;
  color: #8A8F99;
  max-width: 74ch;
}

.tsl-mod-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

/* Two-tone module icon (from the Tensile icon system), tinted to the site's blue accent */
.tsl-mod-icon {
  --ink: #191C22;
  --acc: #0052FF;
  flex: none;
  width: 54px;
  height: 54px;
  border-radius: 13px;
  background: #F4F3F0;
  border: 1px solid #E5E2DA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tsl-mod-icon svg {
  width: 32px;
  height: 32px;
}

.tsl-mod-code {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 6px 11px;
  border-radius: 8px;
  color: #fff;
}

.tsl-mod-code--live {
  background: linear-gradient(120deg, #0052FF, #4D7CFF);
}

.tsl-mod-code--dev {
  background: #14161C;
}

.tsl-mod-status {
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tsl-mod-status--live {
  color: #0052FF;
}

.tsl-mod-status--dev {
  color: #8A8F99;
}

.tsl-mod-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
}

.tsl-mod-status--live .tsl-mod-dot {
  background: #0052FF;
}

.tsl-mod-status--dev .tsl-mod-dot {
  background: #8A8F99;
}

.tsl-mod-name {
  font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: 16px;
  margin: 0 0 9px;
  color: #191C22;
}

.tsl-mod-sub {
  font-size: 12.5px;
  color: #0052FF;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}

.tsl-mod-desc {
  font-size: 14.5px;
  color: #565C68;
  line-height: 1.6;
  margin: 0;
}

/* ---------- Differentiators / Why ---------- */
.tsl-why {
  padding: 96px 0;
  background: #ECEAE4;
  border-top: 1px solid #DEDBD3;
  border-bottom: 1px solid #DEDBD3;
}

.tsl-diff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: #DEDBD3;
  border: 1px solid #DEDBD3;
  border-radius: 14px;
  overflow: hidden;
}

.tsl-diff-cell {
  background: #F4F3F0;
  padding: 36px 34px;
}

.tsl-diff-kicker {
 font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 12px;
  color: #191C22;
}

.tsl-diff-title {
    font-family: 'Courier New', Courier, monospace;
  font-size: 22px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0052FF;
  margin-bottom: 16px;
  display: block;
 
}

.tsl-diff-desc {
  font-size: 15.5px;
  color: #565C68;
  margin: 0;
}

/* ---------- Compliance ---------- */
.tsl-compliance {
  background: #14161C;
  color: #EDECE8;
  padding: 100px 0;
}

.tsl-compliance-title {
  font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 3.8vw, 44px);
  color: #fff;
  margin: 16px 0 0;
  max-width: 20ch;
}

.tsl-compliance-lead {
  color: #9BA1AE;
  font-size: 18px;
  margin-top: 18px;
  max-width: 54ch;
}

.tsl-comp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 54px;
}

.tsl-comp-card {
  background: #1B1E26;
  border: 1px solid #2C3140;
  border-radius: 12px;
  padding: 24px 22px;
}

.tsl-comp-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #232734;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #4D7CFF;
}

.tsl-comp-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 8px;
  color: #fff;
}

.tsl-comp-desc {
  font-size: 13.5px;
  color: #9BA1AE;
  line-height: 1.55;
  margin: 0;
}

.tsl-comp-note {
  margin-top: 40px;
  font-size: 13.5px;
  color: #9BA1AE;
  border-top: 1px solid #2C3140;
  padding-top: 24px;
  max-width: 78ch;
}

.tsl-note-strong {
  color: #EDECE8;
  font-weight: 600;
}

/* ---------- Final CTA ---------- */
.tsl-cta {
  padding: 110px 0;
  text-align: center;
}

.tsl-cta-title {
  font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4.6vw, 52px);
  max-width: 20ch;
  margin: 0 auto 20px;
  color: #191C22;
}

.tsl-cta-lead {
  color: #565C68;
  font-size: 19px;
  max-width: 48ch;
  margin: 0 auto 34px;
}

/* ---------- Footer ---------- */
.tsl-footer {
  background: #14161C;
  color: #9BA1AE;
  padding: 56px 0 40px;
}

.tsl-foot-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.tsl-foot-logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.tsl-foot-name {
  font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: 19px;
  color: #fff;
}

.tsl-foot-tagline {
  max-width: 34ch;
  margin-top: 16px;
  font-size: 14px;
  color: #9BA1AE;
}

.tsl-foot-cols {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.tsl-foot-col-title {
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9BA1AE;
  margin: 0 0 14px;
  font-weight: 500;
}

.tsl-foot-link {
  display: block;
  font-size: 14px;
  color: #cfd3db;
  margin-bottom: 9px;
}

.tsl-foot-link:hover {
  color: #fff;
}

.tsl-foot-link--action {
  cursor: pointer;
}

.tsl-foot-bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid #2C3140;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: #6f7583;
}

.tsl-foot-bottom a {
    color: #6f7583;
}

.tsl-foot-meta {
  font-family: 'Courier New', Courier, monospace;
  letter-spacing: 0.03em;
}

/* ---------- Modal ---------- */
.tsl-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(20, 22, 28, 0.55);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 20px;
  overflow-y: auto;
}

.tsl-modal {
  background: #F4F3F0;
  border-radius: 20px;
  max-width: 620px;
  width: 100%;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.6);
  position: relative;
  margin: auto;
  border: 1px solid #DEDBD3;
  animation: tsl-pop 0.35s ease;
}

.tsl-modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #DEDBD3;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #565C68;
}

.tsl-modal-head {
  padding: 30px 32px 20px;
  border-bottom: 1px solid #DEDBD3;
}

.tsl-modal-kicker {
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0052FF;
}

.tsl-modal-title {
  font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: 28px;
  margin: 12px 0 8px;
  color: #191C22;
}

.tsl-modal-sub {
  font-size: 15px;
  color: #565C68;
  margin: 0;
}

.tsl-modal-body {
  padding: 26px 32px 32px;
}

.tsl-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.tsl-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.tsl-field-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}

.tsl-field-block--lg {
  margin-bottom: 20px;
}

.tsl-label {
  font-size: 13px;
  font-weight: 600;
  color: #191C22;
}

.tsl-req {
  color: #0052FF;
}

.tsl-opt {
  color: #8A8F99;
  font-weight: 400;
  font-size: 12px;
}

.tsl-input {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #191C22;
  background: #fff;
  border: 1px solid #DEDBD3;
  border-radius: 10px;
  padding: 12px 14px;
  width: 100%;
}

.tsl-textarea {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #191C22;
  background: #fff;
  border: 1px solid #DEDBD3;
  border-radius: 10px;
  padding: 12px 14px;
  width: 100%;
  resize: vertical;
  min-height: 84px;
}

.tsl-err {
  font-size: 12px;
  color: #d64545;
}

.tsl-modules-pick {
  margin: 6px 0 22px;
}

.tsl-pick-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #191C22;
}

.tsl-pick-hint {
  font-size: 12.5px;
  color: #8A8F99;
  margin-bottom: 14px;
}

.tsl-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.tsl-tile {
  font-family: 'Courier New', Courier, monospace;
  font-size: 12.5px;
  font-weight: 500;
  padding: 11px 8px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
}

.tsl-tile-sub {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin-top: 3px;
}

.tsl-modal-fine {
  font-size: 12px;
  color: #8A8F99;
  text-align: center;
  margin-top: 14px;
}

/* Inline send error under the submit button */
.tsl-modal-error {
  font-size: 12.5px;
  color: #d64545;
  text-align: center;
  margin: 12px 0 0;
}

.tsl-modal-error a {
  color: #d64545;
  text-decoration: underline;
}

/* ---------- Toast (confirmation after the form is sent) ---------- */
.tsl-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: min(92vw, 460px);
  background: #14161C;
  color: #fff;
  border: 1px solid #2C3140;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 20px 50px -18px rgba(0, 0, 0, 0.55);
  animation: tsl-pop 0.35s ease;
}

.tsl-toast-icon {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(140deg, #0052FF, #4D7CFF);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tsl-toast-msg {
  font-size: 14.5px;
  line-height: 1.4;
}

.tsl-toast-close {
  flex: none;
  margin-left: 4px;
  padding: 2px;
  background: none;
  border: none;
  cursor: pointer;
  color: #9BA1AE;
  display: flex;
}

.tsl-toast-close:hover {
  color: #fff;
}

.tsl-success {
  padding: 52px 32px 46px;
  text-align: center;
}

.tsl-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(140deg, #0052FF, #4D7CFF);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  box-shadow: 0 16px 34px -14px rgba(0, 82, 255, 0.6);
}

.tsl-success-title {
  font-family: 'Monda', sans-serif;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 12px;
  color: #191C22;
}

.tsl-success-msg {
  color: #565C68;
  font-size: 15.5px;
  max-width: 38ch;
  margin: 0 auto 26px;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .tsl-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .tsl-diff-grid {
    grid-template-columns: 1fr !important;
  }

  .tsl-mod-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .tsl-comp-grid {
    grid-template-columns: 1fr !important;
  }

  .tsl-field-row {
    grid-template-columns: 1fr !important;
  }

  .tsl-tiles {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .tsl-foot-top {
    flex-direction: column !important;
    gap: 28px !important;
  }
}

@media (max-width: 600px) {
  .tsl-mod-grid {
    grid-template-columns: 1fr !important;
  }
}