:root {
  --tlp-site-red: #df0802;
  --tlp-site-red-dark: #a80602;
  --tlp-site-ink: #0d151b;
  --tlp-site-muted: #5c6871;
  --tlp-site-line: #dfe5e9;
  --tlp-site-soft: #f4f6f7;
  --tlp-site-green: #087d31;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.tlp-cookie-open {
  overflow: hidden;
}

.tl-menu > li > a::after {
  display: none;
}

.tl-menu > li.menu-item-has-children > a::after {
  display: inline;
}

.tl-phone,
.tl-contact > a {
  text-decoration: none;
}

.tl-brand,
.tl-maker {
  color: inherit;
  text-decoration: none;
}

.tl-brand:hover,
.tl-maker:hover {
  border-color: #edaaa7;
  color: #9e0b06;
  transform: translateY(-1px);
}

a,
button,
input,
select,
textarea {
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(223, 8, 2, .28);
  outline-offset: 3px;
}

.tl-mini-icons a {
  color: #172027;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.tl-mini-icons a:hover {
  color: var(--tlp-site-red);
}

.tl-footer a {
  color: inherit;
  text-decoration: none;
}

.tl-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tl-footer-main h3 {
  letter-spacing: .025em;
}

.tl-footer-main ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-footer-main li,
.tl-footer-main p {
  line-height: 1.55;
}

.tl-footer-contact-links {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.tl-footer-contact-links a {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  color: #fff;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.tl-footer-legal-name {
  margin-top: 16px !important;
  color: #aab3b9;
  font-size: 11px;
}

.tl-payment-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.tl-payment-note span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 5px;
  color: #dfe5e8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tl-page-shell {
  min-height: 60vh;
  background: linear-gradient(180deg, #eef2f4 0, #f7f8f9 230px, #fff 620px);
}

.tl-page-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 70px;
  background: #0b1014;
  color: #fff;
}

.tl-page-hero::before,
.tl-page-hero::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.tl-page-hero::before {
  inset: 0;
  background: linear-gradient(115deg, rgba(223, 8, 2, .42), transparent 52%);
}

.tl-page-hero::after {
  top: -100px;
  right: -70px;
  width: 470px;
  height: 300px;
  border: 52px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.tl-page-hero .tl-container {
  position: relative;
  z-index: 1;
}

.tl-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: #ff8d89;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tl-page-eyebrow::before {
  width: 29px;
  height: 3px;
  border-radius: 3px;
  background: var(--tlp-site-red);
  content: '';
}

.tl-page-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1.02;
  text-transform: none;
}

.tl-page-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #dbe2e6;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.6;
}

.tl-page-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 34px), 1120px);
  margin: -34px auto 72px;
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid var(--tlp-site-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(10, 20, 28, .11);
}

.tl-page-content > :first-child,
.tl-page-content .tlp-legal > :first-child,
.tl-page-content .tlp-service-page > :first-child,
.tl-page-content .tlp-guide > :first-child {
  margin-top: 0;
}

.tl-page-content > :last-child,
.tl-page-content .tlp-legal > :last-child,
.tl-page-content .tlp-service-page > :last-child,
.tl-page-content .tlp-guide > :last-child {
  margin-bottom: 0;
}

.tl-page-content h2 {
  margin: 34px 0 12px;
  color: var(--tlp-site-ink);
  font-size: clamp(21px, 2.5vw, 27px);
  font-weight: 950;
  letter-spacing: -.025em;
  line-height: 1.18;
  text-transform: none;
}

.tl-page-content h2::after {
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 9px;
  border-radius: 3px;
  background: var(--tlp-site-red);
  content: '';
}

.tl-page-content h3 {
  margin: 24px 0 9px;
  color: var(--tlp-site-ink);
  font-size: 17px;
  font-weight: 950;
  text-transform: none;
}

.tl-page-content p,
.tl-page-content li {
  color: #34414a;
  font-size: 15px;
  line-height: 1.72;
}

.tl-page-content a {
  color: #a60803;
  font-weight: 800;
  text-underline-offset: 3px;
}

.tl-updated,
.tlp-updated {
  display: inline-flex;
  margin: 0 0 24px !important;
  padding: 7px 10px;
  border-radius: 6px;
  background: var(--tlp-site-soft);
  color: #66727a !important;
  font-size: 11px !important;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tlp-identity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0 0 34px;
  border: 1px solid var(--tlp-site-line);
  border-radius: 12px;
  background: var(--tlp-site-line);
}

.tlp-identity-grid > div {
  min-width: 0;
  padding: 14px 16px;
  background: #f8f9fa;
}

.tlp-identity-grid .is-wide {
  grid-column: 1 / -1;
}

.tlp-identity-grid span,
.tlp-contact-grid span {
  display: block;
  margin-bottom: 4px;
  color: #737d84;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tlp-identity-grid strong {
  display: block;
  color: #172129;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.tlp-identity-grid a {
  color: inherit;
  text-decoration: none;
}

.tlp-table-wrap {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 30px;
  border: 1px solid var(--tlp-site-line);
  border-radius: 11px;
}

.tlp-legal-table {
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 13px;
}

.tlp-legal-table th,
.tlp-legal-table td {
  padding: 13px 14px;
  border: 0;
  border-bottom: 1px solid var(--tlp-site-line);
  overflow-wrap: anywhere;
  text-align: left;
  vertical-align: top;
}

.tlp-legal-table th {
  background: #121a20;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tlp-legal-table td {
  background: #fff;
  color: #34414a;
  line-height: 1.55;
}

.tlp-legal-table tbody tr:nth-child(even) td {
  background: #f8f9fa;
}

.tlp-legal-table tbody tr:last-child td {
  border-bottom: 0;
}

.tlp-legal-table code {
  color: #99110c;
  font-size: 12px;
  white-space: normal;
}

.tlp-cookie-cards,
.tlp-feature-grid,
.tlp-process-grid,
.tlp-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin: 20px 0 30px;
}

.tlp-cookie-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tlp-cookie-cards > div,
.tlp-feature-grid > div,
.tlp-process-grid > div,
.tlp-contact-grid > a,
.tlp-contact-grid > div {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--tlp-site-line);
  border-radius: 10px;
  background: #f8f9fa;
}

.tlp-cookie-cards strong,
.tlp-feature-grid strong,
.tlp-process-grid strong,
.tlp-contact-grid strong {
  display: block;
  color: var(--tlp-site-ink);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.25;
}

.tlp-cookie-cards p,
.tlp-feature-grid p,
.tlp-process-grid p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.tlp-process-grid > div {
  position: relative;
  padding-top: 56px;
}

.tlp-process-grid > div > span {
  position: absolute;
  top: 16px;
  left: 18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--tlp-site-red);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.tlp-feature-grid a {
  display: inline-flex;
  margin-top: 11px;
  font-size: 12px;
}

.tlp-page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 38px;
  padding: 22px 24px;
  border-radius: 12px;
  background: #101820;
  box-shadow: 0 14px 30px rgba(11, 20, 27, .12);
}

.tlp-page-cta strong,
.tlp-page-cta span {
  display: block;
}

.tlp-page-cta strong {
  color: #fff;
  font-size: 18px;
}

.tlp-page-cta span {
  margin-top: 4px;
  color: #cbd4d9;
  font-size: 13px;
}

.tlp-page-cta a,
.tlp-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 18px;
  border-radius: 7px;
  background: var(--tlp-site-red);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.tlp-page-cta a:hover,
.tlp-contact-actions a.is-primary:hover {
  background: var(--tlp-site-red-dark);
  color: #fff;
  transform: translateY(-1px);
}

.tlp-form-model {
  margin: 22px 0;
  padding: 20px;
  border: 1px dashed #c5cfd5;
  border-radius: 10px;
  background: #f8f9fa;
}

.tlp-form-model h3 {
  margin-top: 0;
}

.tlp-cookie-settings-link {
  padding: 0;
  border: 0;
  background: none;
  color: #a60803;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tlp-checklist-public {
  display: grid;
  gap: 10px;
  margin: 18px 0 28px;
  padding: 0;
  list-style: none;
}

.tlp-checklist-public li {
  position: relative;
  padding: 12px 14px 12px 45px;
  border: 1px solid var(--tlp-site-line);
  border-radius: 8px;
  background: #f8f9fa;
}

.tlp-checklist-public li::before {
  position: absolute;
  top: 13px;
  left: 15px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--tlp-site-red);
  color: #fff;
  content: '✓';
  font-size: 11px;
  font-weight: 950;
}

.tlp-page-faq {
  display: grid;
  gap: 10px;
}

.tlp-page-faq details {
  padding: 17px 19px;
  border: 1px solid var(--tlp-site-line);
  border-radius: 9px;
  background: #fff;
}

.tlp-page-faq details[open] {
  border-color: #efb9b6;
  box-shadow: 0 8px 24px rgba(26, 36, 43, .06);
}

.tlp-page-faq summary {
  cursor: pointer;
  color: var(--tlp-site-ink);
  font-size: 15px;
  font-weight: 950;
}

.tlp-page-faq p {
  margin: 11px 0 0;
  font-size: 14px;
}

.tlp-contact-grid > a {
  color: inherit;
  text-decoration: none;
}

.tlp-contact-grid > a:hover {
  border-color: #e9aaa7;
  background: #fff5f4;
}

.tlp-contact-grid small {
  display: block;
  margin-top: 6px;
  color: var(--tlp-site-muted);
  font-size: 12px;
}

.tlp-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 30px;
}

.tlp-contact-actions a:not(.is-primary) {
  border: 1px solid #cfd7dc;
  background: #fff;
  color: #29363e;
}

.tlp-contact-actions a:not(.is-primary):hover {
  border-color: #a8b5bc;
  background: #f3f5f6;
}

.tlp-cookie[hidden],
.tlp-cookie-settings[hidden],
.tlp-cookie-actions [hidden] {
  display: none !important;
}

.tlp-cookie {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 22px;
  background: rgba(5, 9, 12, .52);
  backdrop-filter: blur(3px);
}

.tlp-cookie-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  width: min(960px, 100%);
  padding: 24px;
  border: 1px solid #dce3e7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

.tlp-cookie-intro {
  max-width: 610px;
}

.tlp-cookie-badge {
  display: inline-flex;
  margin-bottom: 7px;
  color: var(--tlp-site-red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tlp-cookie h2 {
  margin: 0 0 8px;
  color: var(--tlp-site-ink);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.025em;
  line-height: 1.15;
  text-transform: none;
}

.tlp-cookie p {
  margin: 0 0 8px;
  color: #4d5a63;
  font-size: 13px;
  line-height: 1.55;
}

.tlp-cookie a {
  color: #9e0b07;
  font-size: 12px;
  font-weight: 900;
}

.tlp-cookie-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 8px;
  align-self: end;
}

.tlp-cookie-actions button {
  min-height: 43px;
  padding: 0 13px;
  border: 1px solid #cfd7dc;
  border-radius: 7px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.tlp-cookie-actions .is-secondary {
  background: #fff;
  color: #28343c;
}

.tlp-cookie-actions .is-secondary:hover {
  background: #f2f5f6;
}

.tlp-cookie-actions .is-primary {
  border-color: var(--tlp-site-red);
  background: var(--tlp-site-red);
  color: #fff;
}

.tlp-cookie-actions .is-primary:hover {
  background: var(--tlp-site-red-dark);
}

.tlp-cookie-close {
  position: absolute;
  top: 8px;
  right: 9px;
  display: none;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f0f3f5;
  color: #26323a;
  cursor: pointer;
  font-size: 23px;
}

.tlp-cookie.is-manage .tlp-cookie-close {
  display: grid;
  place-items: center;
}

.tlp-cookie-settings {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding-top: 4px;
}

.tlp-cookie-settings label {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid var(--tlp-site-line);
  border-radius: 8px;
  background: #f8f9fa;
}

.tlp-cookie-settings strong,
.tlp-cookie-settings small {
  display: block;
}

.tlp-cookie-settings strong {
  color: #182129;
  font-size: 12px;
}

.tlp-cookie-settings small {
  margin-top: 3px;
  color: #68747c;
  font-size: 10px;
  line-height: 1.35;
}

.tlp-cookie-settings input {
  width: 19px;
  height: 19px;
  accent-color: var(--tlp-site-red);
}

@media (max-width: 980px) {
  .tlp-cookie-card {
    grid-template-columns: 1fr;
  }

  .tlp-cookie-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tlp-cookie-settings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tlp-feature-grid,
  .tlp-process-grid,
  .tlp-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .tl-page-hero {
    padding: 39px 0 61px;
  }

  .tl-page-content {
    margin-bottom: 45px;
    padding: 23px 18px;
    border-radius: 12px;
  }

  .tlp-identity-grid,
  .tlp-cookie-cards {
    grid-template-columns: 1fr;
  }

  .tlp-identity-grid .is-wide {
    grid-column: auto;
  }

  .tlp-page-cta {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .tlp-page-cta a {
    width: 100%;
  }

  .tlp-table-wrap {
    overflow: visible;
    border: 0;
  }

  .tlp-legal-table,
  .tlp-legal-table tbody,
  .tlp-legal-table tr,
  .tlp-legal-table td {
    display: block;
    width: 100%;
  }

  .tlp-legal-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .tlp-legal-table tr {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid var(--tlp-site-line);
    border-radius: 9px;
  }

  .tlp-legal-table td {
    padding: 11px 13px;
    border-bottom: 1px solid var(--tlp-site-line);
    background: #fff !important;
  }

  .tlp-legal-table td:first-child {
    background: #141c22 !important;
    color: #fff;
    font-weight: 900;
  }

  .tlp-cookie {
    padding: 10px;
  }

  .tlp-cookie-card {
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 20px 17px;
  }

  .tlp-cookie-actions,
  .tlp-cookie-settings {
    grid-template-columns: 1fr;
  }

  .tlp-cookie-actions button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
