
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  background: #dfe5ea;
  color: #14243d;
  overflow-x: hidden;
}
a { color: inherit; }

.ts-header {
  background: #ffffff;
  border-bottom: 1px solid #d8dde3;
}
.ts-header-inner {
  max-width: 1720px;
  margin: 0 auto;
  min-height: 88px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ts-logo {
  font-size: 34px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.5px;
  color: #111827;
}
.ts-top-btn,
.ts-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #2578cf;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.ts-top-btn {
  min-width: 198px;
  height: 46px;
  padding: 0 24px;
  border-radius: 16px;
  font-size: 15px;
}

.ts-hero {
  min-height: calc(100vh - 88px);
  padding: 34px 20px 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ts-links-card {
  width: min(1360px, 100%);
  background: #ffffff;
  border-radius: 28px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 0 rgba(255,255,255,.7);
}
.ts-links-title {
  font-size: 24px;
  font-weight: 700;
  color: #0f2343;
}
.ts-links-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.ts-links-list a {
  text-decoration: none;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f2343;
}
.ts-copy-icon {
  width: 28px;
  height: 28px;
  position: relative;
  justify-self: end;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.ts-copy-icon::before,
.ts-copy-icon::after {
  content: "";
  position: absolute;
  border: 2px solid #2c7ad6;
  border-radius: 4px;
  background: transparent;
}
.ts-copy-icon::before {
  width: 16px;
  height: 16px;
  top: 7px;
  left: 3px;
}
.ts-copy-icon::after {
  width: 16px;
  height: 16px;
  top: 1px;
  left: 9px;
  background: #fff;
}

.ts-center-card {
  width: min(1000px, calc(100% - 40px));
  margin: 58px auto 0;
  background: #ffffff;
  border-radius: 22px;
  padding: 34px 30px 32px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(33,43,54,.05);
}
.ts-center-card p {
  margin: 0 0 28px;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 400;
  color: #233f66;
}
.ts-main-btn {
  width: min(630px, 100%);
  min-height: 74px;
  padding: 18px 24px;
  border-radius: 22px;
  font-size: 24px;
  margin: 0 auto;
}

.tripscan-compass {
  max-width: 1080px;
  margin: 0 auto 70px;
  padding: 0 20px;
}
.tripscan-compass > div {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px 40px;
  margin-bottom: 26px;
  box-shadow: 0 6px 24px rgba(33,43,54,.05);
}
.tripscan-intro h1,
.tripscan-compass h2,
.tripscan-compass h3 {
  color: #101828;
  margin-top: 0;
}
.tripscan-intro h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 22px;
}
.tripscan-compass h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 24px;
}
.tripscan-compass h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.tripscan-compass p,
.tripscan-compass li {
  font-size: 18px;
  line-height: 1.7;
  color: #243447;
}
.tripscan-intro p,
.tripscan-summary p,
.tripscan-flow p {
  text-align: center;
}
.tripscan-grid,
.tripscan-faqgrid,
.tripscan-footer-top {
  display: grid;
  gap: 20px;
}
.tripscan-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tripscan-grid > div,
.tripscan-faqgrid > div {
  background: #f6f8fb;
  border-radius: 18px;
  padding: 22px 24px;
}
.tripscan-grid--list ul {
  padding-left: 22px;
  margin: 0;
}
.tripscan-faqgrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tripscan-footer {
  background: #0f1724;
  color: #ffffff;
}
.tripscan-footer-top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 24px 18px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}
.tripscan-footer-top h4 {
  margin: 0 0 12px;
  font-size: 18px;
}
.tripscan-footer-top p,
.tripscan-footer-top li,
.tripscan-footer-bottom p {
  color: #d8e1ee;
  font-size: 15px;
  line-height: 1.6;
}
.tripscan-footer-top ul {
  margin: 0;
  padding-left: 18px;
}
.tripscan-footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px 30px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .tripscan-grid,
  .tripscan-faqgrid,
  .tripscan-footer-top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .ts-header-inner {
    min-height: auto;
    padding: 16px 18px;
  }
  .ts-logo { font-size: 26px; }
  .ts-top-btn {
    min-width: auto;
    padding: 0 16px;
    font-size: 14px;
  }
  .ts-hero {
    padding: 20px 12px 28px;
    min-height: auto;
  }
  .ts-links-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 18px;
  }
  .ts-links-title,
  .ts-links-list a {
    font-size: 18px;
  }
  .ts-copy-icon {
    justify-self: center;
  }
  .ts-center-card {
    width: 100%;
    margin-top: 22px;
    padding: 24px 18px;
  }
  .ts-center-card p {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .ts-main-btn {
    min-height: 58px;
    font-size: 18px;
  }
  .tripscan-compass {
    padding: 0 12px;
    margin-bottom: 36px;
  }
  .tripscan-compass > div {
    padding: 22px 18px;
    margin-bottom: 18px;
  }
  .tripscan-intro h1,
  .tripscan-compass h2 {
    font-size: 24px;
  }
  .tripscan-compass h3 {
    font-size: 20px;
  }
  .tripscan-compass p,
  .tripscan-compass li {
    font-size: 16px;
  }
  .tripscan-footer-top,
  .tripscan-footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
}
