* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #15213a;
  background: #fff;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
/* HEADER */
.tt-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 24px 0;
}
.tt-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tt-logo {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -1px;
}
.tt-logo span {
  color: #73a0ff;
}
.tt-menu {
  display: flex;
  gap: 5px;
  align-items: center;
}
.tt-menu a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
  padding: 9px 13px;
  border-radius: 8px;
  transition: 0.25s;
}
.tt-menu a:hover,
.tt-menu a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.tt-demo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #fff;
  color: #2558c9;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  transition: 0.3s;
}
.tt-demo:hover {
  transform: translateY(-2px);
  color: #2558c9;
}

/* HERO */
.tt-hero {
  position: relative;
  overflow: hidden;
  padding: 175px 0 105px;
  background:
    radial-gradient(circle at 80% 30%, rgba(107, 91, 255, 0.3), transparent 30%), radial-gradient(circle at 15% 90%, rgba(35, 102, 235, 0.18), transparent 30%),
    linear-gradient(135deg, #06132f, #0c2551 65%, #15366c);
}
.tt-hero:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  right: -280px;
  top: -180px;
}
.tt-hero:after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  left: -220px;
  bottom: -230px;
}
.tt-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 30px;
  border: 1px solid rgba(147, 197, 253, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #a9c8ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tt-hero h1 {
  margin: 20px 0 20px;
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -3px;
  font-weight: 800;
}
.tt-hero h1 span {
  background: linear-gradient(90deg, #78a5ff, #ad91ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tt-hero p {
  max-width: 620px;
  color: #c7d7f1;
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}
.tt-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.tt-btn-primary,
.tt-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
}
.tt-btn-primary {
  background: #4a7df1;
  color: #fff;
  box-shadow: 0 15px 30px rgba(40, 91, 215, 0.25);
}
.tt-btn-primary:hover {
  transform: translateY(-2px);
  color: #fff;
}
.tt-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #dbe7fb;
  background: rgba(255, 255, 255, 0.05);
}
.tt-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* HERO FLOW */
.tt-flow {
  position: relative;
  padding: 35px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
}
.tt-flow-title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 30px;
}
.tt-flow-line {
  position: absolute;
  left: 58px;
  right: 58px;
  top: 103px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #719cff, transparent);
}
.tt-flow-item {
  text-align: center;
  position: relative;
  z-index: 2;
}
.tt-flow-icon {
  width: 55px;
  height: 55px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  color: #fff;
  font-size: 19px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}
.c-blue {
  background: linear-gradient(145deg, #4b7ff7, #2859d3);
}
.c-purple {
  background: linear-gradient(145deg, #9068ff, #6140d1);
}
.c-green {
  background: linear-gradient(145deg, #32c68d, #168f65);
}
.c-orange {
  background: linear-gradient(145deg, #ffb15c, #e97820);
}
.c-red {
  background: linear-gradient(145deg, #ff6579, #d93450);
}
.tt-flow-item strong {
  display: block;
  margin-top: 10px;
  color: #e7efff;
  font-size: 10px;
}
.tt-flow-item small {
  display: block;
  margin-top: 3px;
  color: #94a9ca;
  font-size: 8px;
}

/* SECTION */
.tt-section {
  padding: 105px 0;
}
.tt-section.soft {
  background: #f7f9fd;
}
.tt-head {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 55px;
}
.tt-head .tt-kicker {
  color: #4d73d8;
  background: #eef3ff;
  border-color: #dbe5ff;
}

.section-title,
.section-heading h2,
.section-header h2,
.workflow-header h2,
.dashboard-header h2,
.why-section h2,
.contact-title {
}
.tt-head h2 {
  color: var(--ink);
  /* font-size: clamp(2.4rem, 5vw, 4rem); */
  font-size: 38px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
}
.tt-head h2 span {
  color: #5f5fff;
}
.tt-head p {
  margin: 0;
  color: #738096;
  font-size: 14px;
  line-height: 1.8;
}

p {
  margin: 0;
  color: #738096;
  font-size: 14px;
  line-height: 1.8;
}
h3 {
  margin: 0;
  color: #738096;
  font-size: 18px;
  line-height: 1.8;
}

/* JOURNEY */
.tt-stage {
  position: relative;
  padding: 23px 17px;
  height: 100%;
  min-height: 165px;
  border: 1px solid #e3e9f2;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(20, 40, 75, 0.035);
  transition: 0.3s;
}
.tt-stage:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px rgba(20, 40, 75, 0.09);
}
.tt-stage-num {
  /*! position: absolute; */
  right: 14px;
  top: 13px;
  color: #b5c6df;
  font-size: 9px;
  font-weight: 800;
}
.tt-stage-icon {
  width: 53px;
  height: 53px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 17px;
  margin: 0 auto 17px auto;
}
.tt-stage h3 {
  font-size: 12px;
  color: #18253e;
  font-weight: 750;
  margin: 0 0 5px;
}
.tt-stage p {
  font-size: 9px;
  color: #7a8799;
  line-height: 1.55;
  margin: 0;
}

/* DETAIL */
.tt-step-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.tt-step-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt-step-label span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #7b8799;
}
.tt-detail h2 {
  margin: 0 0 18px;
  font-size: clamp(31px, 3.5vw, 46px);
  line-height: 1.12;
  letter-spacing: -1.7px;
  font-weight: 800;
  color: #142039;
}
.tt-detail h2 span {
  color: #4e7df0;
}
.tt-detail > p {
  color: #6c788d;
  font-size: 13px;
  line-height: 1.85;
  margin: 0 0 23px;
}
.tt-checks {
  display: grid;
  gap: 11px;
  margin-bottom: 27px;
}
.tt-check {
  display: flex;
  gap: 10px;
  color: #59677c;
  font-size: 11px;
  line-height: 1.6;
}
.tt-check i {
  color: #27a578;
  font-size: 14px;
  flex: none;
}

/* BROWSER MOCKUP */
.tt-browser {
  border: 1px solid #dce5f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(20, 40, 75, 0.11);
  overflow: hidden;
}
.tt-browser-bar {
  height: 39px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 15px;
  background: #f5f7fb;
  border-bottom: 1px solid #e7ecf3;
}
.tt-browser-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d2d9e5;
}
.tt-browser-body {
  padding: 30px 38px;
}
.tt-fake-logo {
  font-size: 11px;
  font-weight: 800;
  color: #16284a;
}
.tt-fake-logo b {
  color: #477cff;
}
.tt-fake-title {
  text-align: center;
  margin: 30px 0 5px;
  font-size: 21px;
  font-weight: 800;
  color: #17243d;
}
.tt-fake-sub {
  text-align: center;
  font-size: 9px;
  color: #8994a7;
}
.tt-field {
  height: 38px;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  color: #a1acbd;
  font-size: 8px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.tt-fake-button {
  width: 130px;
  margin: 19px auto 0;
  padding: 10px;
  border-radius: 8px;
  background: #4779ed;
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
}

.screenshot img {
  border-radius: 20px;
}

/* DASHBOARD */
.tt-dashboard {
  /* display: grid;
  grid-template-columns: 125px 1fr; */
  min-height: 365px;
  border: 1px solid #dce5f1;
  border-radius: 22px;
  overflow: hidden;
  background: #f8faff;
  box-shadow: 0 28px 65px rgba(20, 40, 75, 0.1);
}
.tt-sidebar {
  padding: 23px 11px;
  background: linear-gradient(180deg, #071835, #12305e);
}
.tt-sidebar strong {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  margin-bottom: 22px;
}
.tt-sidebar span {
  display: block;
  color: #a8b9d7;
  padding: 8px;
  border-radius: 7px;
  font-size: 8px;
  margin: 2px 0;
}
.tt-sidebar span.active {
  background: #3d73e8;
  color: #fff;
}
.tt-dash-body {
  padding: 25px;
}
.tt-dash-title {
  font-size: 17px;
  font-weight: 800;
  color: #16233b;
}
.tt-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 20px;
}
.tt-stat {
  padding: 14px;
  border: 1px solid #e1e7f0;
  border-radius: 11px;
  background: #fff;
}
.tt-stat small {
  display: block;
  color: #8995a8;
  font-size: 7px;
}
.tt-stat strong {
  display: block;
  margin-top: 5px;
  color: #17243d;
  font-size: 20px;
}
.tt-list {
  margin-top: 13px;
  background: #fff;
  border: 1px solid #e1e7f0;
  border-radius: 11px;
  overflow: hidden;
}
.tt-list-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #edf1f5;
  color: #69768a;
  font-size: 8px;
}
.tt-list-row:last-child {
  border: 0;
}
.tt-list-row b {
  color: #3d73e8;
}

/* AGENT */
.tt-agent-flow {
  display: grid;
  gap: 11px;
  margin-top: 25px;
}
.tt-agent-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.tt-agent-row > span {
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: #edf3ff;
  color: #4779e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  flex: none;
}
.tt-agent-row p {
  margin: 0;
  color: #657287;
  font-size: 11px;
}
.tt-alert {
  display: flex;
  gap: 10px;
  padding: 14px 15px;
  margin-top: 23px;
  border: 1px solid #ffe2b7;
  border-radius: 11px;
  background: #fff9f0;
  color: #896432;
  font-size: 12px;
  line-height: 1.6;
}
.tt-alert i {
  color: #ed9828;
}

/* ACTIVATION */
.tt-dark-card {
  padding: 38px;
  border-radius: 24px;
  color: #fff;
  background: radial-gradient(circle at 90% 10%, rgba(120, 95, 255, 0.27), transparent 35%), linear-gradient(145deg, #071735, #123a78);
  box-shadow: 0 30px 65px rgba(7, 23, 53, 0.2);
}
.tt-dark-card small {
  color: #9ec2ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tt-dark-card h3 {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 17px 0 13px;
}
.tt-dark-card p {
  color: #c7d8f3;
  font-size: 11px;
  line-height: 1.75;
  margin: 0;
}
.tt-rule {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.tt-rule b {
  color: #8fb5ff;
  font-size: 10px;
}
.tt-rule p {
  margin-top: 5px;
}

/* CASE */
.tt-case-side {
  padding: 25px 12px;
  background: linear-gradient(180deg, #071835, #12305e);
}
.tt-case-side strong {
  display: block;
  color: #fff;
  font-size: 12px;
  margin: 0 7px 20px;
}
.tt-case-side span {
  display: block;
  color: #a9b9d5;
  padding: 7px;
  font-size: 8px;
  border-radius: 6px;
}
.tt-case-side span.active {
  background: #3d73e8;
  color: #fff;
}
.tt-case-main {
  padding: 28px;
}
.tt-case-title {
  font-size: 17px;
  font-weight: 800;
  color: #16243c;
  margin-bottom: 20px;
}
.tt-case-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.tt-case-fields label {
  display: block;
  font-size: 8px;
  color: #6c788b;
  margin-bottom: 6px;
}
.tt-case-field {
  height: 35px;
  background: #fff;
  border: 1px solid #dce4ef;
  border-radius: 7px;
}

.tt-info {
  padding: 21px;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  background: #fff;
}
.tt-info-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  margin-bottom: 13px;
}
.tt-info h4 {
  font-size: 12px;
  color: #18253e;
  margin: 0 0 6px;
  font-weight: 750;
}
.tt-info p {
  font-size: 9px;
  line-height: 1.65;
  color: #7a8799;
  margin: 0;
}

/* MOBILE APP */
.tt-phone {
  padding: 9px;
  border: 5px solid #101a2c;
  border-radius: 30px;
  background: #fff;
  min-height: 430px;
  box-shadow: 0 25px 50px rgba(20, 40, 75, 0.14);
}
.tt-phone.featured {
  transform: translateY(-12px);
}
.tt-phone-top {
  padding: 14px 8px;
  background: #0a2047;
  border-radius: 19px 19px 10px 10px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}
.tt-case-card {
  margin-top: 11px;
  padding: 12px;
  border: 1px solid #e3e8f0;
  border-radius: 9px;
  background: #f9fbfd;
}
.tt-case-card strong,
.tt-case-card span,
.tt-case-card b {
  display: block;
}
.tt-case-card strong {
  font-size: 8px;
  color: #18253e;
}
.tt-case-card span {
  font-size: 7px;
  color: #7d899a;
  margin-top: 3px;
}
.tt-case-card b {
  font-size: 7px;
  color: #24a174;
  margin-top: 5px;
}
.tt-camera {
  height: 200px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #d8e7ff, #aabedc);
}
.tt-camera i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.55);
  color: #416fca;
  font-size: 19px;
}
.tt-location {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #e1e7f0;
  border-radius: 9px;
}
.tt-location i {
  color: #3d73e9;
}
.tt-location strong,
.tt-location small {
  display: block;
}
.tt-location strong {
  font-size: 7px;
  color: #18253e;
}
.tt-location small {
  font-size: 6px;
  color: #7c8798;
  line-height: 1.5;
  margin-top: 3px;
}
.tt-captured {
  margin-top: 8px;
  padding: 6px;
  border-radius: 7px;
  background: #e5f9ef;
  color: #168357;
  text-align: center;
  font-size: 7px;
  font-weight: 700;
}

/* AGENT CHECKLIST */
.tt-agent-list h3 {
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 20px;
}
.tt-agent-item {
  display: flex;
  gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid #e8edf4;
}
.tt-agent-item > span {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #edf3ff;
  color: #4778e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  flex: none;
}
.tt-agent-item h5 {
  font-size: 12px;
  color: #1d2941;
  margin: 0 0 4px;
}
.tt-agent-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #7a8799;
  margin: 0;
}
.tt-check-card {
  padding: 27px;
  border: 1px solid #e0e7f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(20, 40, 75, 0.06);
}
.tt-check-card h4 {
  font-size: 13px;
  margin: 0 0 20px;
}
.tt-check-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tt-check-card li {
  font-size: 10px;
  color: #657287;
  padding: 6px 0 6px 20px;
  position: relative;
}
.tt-check-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #25a477;
  font-weight: 800;
}
.tt-check-card p {
  font-size: 8px;
  color: #8994a5;
  border-top: 1px solid #e8edf3;
  padding-top: 14px;
  margin: 12px 0 0;
  line-height: 1.6;
}

/* PORTAL */
.tt-portal {
  position: relative;
  padding: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  background: #fff;
  transition: 0.3s;
}
.tt-portal:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(20, 40, 75, 0.07);
}
.tt-portal > span {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 8px;
  color: #d5deeb;
  font-weight: 800;
}
.tt-portal i {
  font-size: 20px;
  color: #4d7df0;
  display: block;
  margin-bottom: 15px;
}
.tt-portal h4 {
  font-size: 11px;
  margin: 0 0 5px;
  color: #18253e;
}
.tt-portal p {
  font-size: 8px;
  line-height: 1.55;
  color: #7a8799;
  margin: 0;
}

/* CTA */
.tt-cta-wrap {
  padding-bottom: 100px;
}
.tt-cta {
  position: relative;
  overflow: hidden;
  padding: 52px 55px;
  border-radius: 26px;
  background: radial-gradient(circle at 85% 20%, rgba(123, 92, 246, 0.25), transparent 30%), linear-gradient(135deg, #081735, #153c80);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 30px 70px rgba(11, 31, 70, 0.18);
}
.tt-cta h2 {
  color: #fff;
  font-size: 38px;
  letter-spacing: -1.5px;
  margin: 14px 0 8px;
  font-weight: 800;
}
.tt-cta h2 span {
  color: #8fb4ff;
}
.tt-cta p {
  color: #c4d5ef;
  font-size: 12px;
  margin: 0;
}
.tt-cta .tt-kicker {
  color: #a8c8ff;
}

/* FOOTER */
.tt-footer {
  background: #06132d;
  color: #9cadc8;
  padding: 75px 0 0;
}
.tt-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 45px;
}
.tt-footer .tt-logo {
  font-size: 22px;
}
.tt-footer-about {
  font-size: 10px;
  line-height: 1.8;
  max-width: 300px;
  margin: 16px 0 20px;
}
.tt-cert {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.tt-cert span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 7px;
  color: #aebdd5;
}
.tt-footer h5 {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 4px 0 17px;
}
.tt-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tt-footer li {
  margin: 0 0 10px;
}
.tt-footer a {
  color: #899bb7;
  font-size: 9px;
}
.tt-footer a:hover {
  color: #fff;
}
.tt-news {
  margin-top: 24px;
}
.tt-news h6 {
  font-size: 8px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.tt-news-form {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  overflow: hidden;
}
.tt-news-form input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 9px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 8px;
}
.tt-news-form button {
  border: 0;
  background: #3e72e8;
  color: #fff;
  width: 38px;
}
.tt-social {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.tt-social a {
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt-bottom {
  margin-top: 55px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.tt-bottom p,
.tt-bottom a {
  font-size: 8px;
  color: #71849f;
  margin: 0;
}
.tt-bottom-links {
  display: flex;
  gap: 18px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .tt-footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .tt-menu {
    display: none;
  }
  .tt-hero-grid,
  .tt-detail-grid,
  .tt-hero {
    padding-top: 145px;
  }
  .tt-hero h1 {
    font-size: 52px;
  }
  .tt-flow {
    max-width: 700px;
    margin: auto;
  }
  .tt-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tt-footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .tt-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 650px) {
  .tt-header {
    padding: 18px 0;
  }
  .tt-demo {
    padding: 10px 13px;
    font-size: 10px;
  }
  .tt-hero {
    padding: 125px 0 75px;
  }
  .tt-hero h1 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .tt-hero p {
    font-size: 13px;
  }
  .tt-flow-line {
    display: none;
  }
  .tt-section {
    padding: 75px 0;
  }
  .tt-case-side {
    min-width: 120px;
  }
  .tt-case-main {
    min-width: 590px;
  }
  .tt-phone.featured {
    transform: none;
  }
  .tt-cta {
    padding: 35px 25px;
  }
  .tt-cta h2 {
    font-size: 30px;
  }
  .tt-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .tt-bottom {
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .tt-footer-grid {
    grid-template-columns: 1fr;
  }
  .tt-footer-grid > div:first-child {
    grid-column: auto;
  }
}

/* =========================================================
   BOOTSTRAP GRID COMPATIBILITY
   Bootstrap owns all page/container/row/column layout.
   These rules preserve the original visual appearance.
   ========================================================= */

.tt-detail-grid > [class*="col-"],
.tt-bottom-grid > [class*="col-"],
.tt-info-grid > [class*="col-"],
.tt-phones > [class*="col-"],
.tt-journey > [class*="col-"],
.tt-portal-grid > [class*="col-"] {
  min-width: 0;
}

.tt-phones {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.tt-case {
  /* The internal mock dashboard remains a custom visual component.
     Only its outer page placement uses Bootstrap columns. */
}

@media (max-width: 650px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tt-phones {
    max-width: 300px;
  }
}
