:root {
  --tlg-red: #df0a04;
  --tlg-red-dark: #a90702;
  --tlg-ink: #0a1014;
  --tlg-ink-soft: #151d22;
  --tlg-muted: #5d6870;
  --tlg-line: #dde3e7;
  --tlg-soft: #f3f5f6;
  --tlg-white: #fff;
  --tlg-radius: 8px;
  --tlg-shadow: 0 18px 50px rgba(8, 18, 25, .1);
}

/* Cabecera y navegación comercial */
.tl-top-account-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  font-size: 11px;
  font-weight: 850;
}

.tl-top-account-links > a:not(.tl-pro) {
  color: #cfd6da;
  text-decoration: none;
}

.tl-top-account-links > a:hover {
  color: #fff;
}

.tl-account-link {
  display: grid !important;
  line-height: 1.1;
}

.tl-account-link small {
  margin-top: 3px;
  color: #6b767d;
  font-size: 9px;
  font-weight: 650;
}

.tl-nav-inner {
  overflow: visible !important;
}

.tl-mega-menu {
  position: relative;
  flex: 1;
  justify-content: flex-start;
}

.tl-mega-menu > li {
  position: static !important;
  display: flex;
  align-items: stretch;
}

.tl-mega-menu > li > a {
  position: relative;
  padding-right: 42px !important;
}

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

.tl-submenu-toggle {
  position: relative;
  z-index: 2;
  width: 28px;
  margin-left: -38px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.tl-submenu-toggle::before {
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px auto 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: '';
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.tl-submenu-toggle[aria-expanded="true"]::before {
  transform: translateY(4px) rotate(225deg);
}

.tl-mega-menu .tl-mega-panel {
  position: absolute !important;
  top: 64px !important;
  left: 0 !important;
  z-index: 100;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(920px, calc(100vw - 42px)) !important;
  min-width: 0 !important;
  padding: 14px !important;
  border: 1px solid #273139 !important;
  border-top: 3px solid var(--tlg-red) !important;
  border-radius: 0 0 8px 8px;
  background: #0c1216 !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .34) !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.tl-mega-menu > li:hover > .tl-mega-panel,
.tl-mega-menu > li:focus-within > .tl-mega-panel,
.tl-mega-menu > li.is-submenu-open > .tl-mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tl-mega-menu .tl-mega-panel li {
  border: 0 !important;
}

.tl-mega-menu .tl-mega-panel a {
  display: block !important;
  height: 100% !important;
  min-height: 92px;
  padding: 17px !important;
  border-radius: 5px;
  background: rgba(255, 255, 255, .035) !important;
  text-transform: none !important;
}

.tl-mega-menu .tl-mega-panel a:hover {
  background: rgba(223, 10, 4, .18) !important;
}

.tl-mega-menu .tl-mega-panel strong {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}

.tl-mega-menu .tl-mega-panel span {
  display: block;
  margin-top: 6px;
  color: #aeb8be;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.4;
}

/* Portada */
.tl-homepage {
  overflow: clip;
  background: #fff;
}

.tl-growth-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #070b0e;
  color: #fff;
}

.tl-growth-hero-media,
.tl-growth-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tl-growth-hero-media {
  object-fit: cover;
  object-position: center;
}

.tl-growth-hero-shade {
  background: linear-gradient(90deg, rgba(5, 9, 12, .97) 0, rgba(5, 9, 12, .92) 35%, rgba(5, 9, 12, .37) 66%, rgba(5, 9, 12, .18) 100%), linear-gradient(0deg, rgba(5, 8, 10, .45), transparent 55%);
}

.tl-growth-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(350px, .72fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: center;
  min-height: 610px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.tl-growth-hero-copy {
  max-width: 720px;
}

.tl-growth-kicker,
.tl-growth-heading > div > span,
.tlp-kicker {
  display: block;
  margin-bottom: 12px;
  color: #e31913;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tl-growth-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5.6vw, 76px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .96;
  text-transform: uppercase;
}

.tl-growth-hero h1 em {
  color: #f2211a;
  font-style: normal;
}

.tl-growth-hero-copy > p {
  max-width: 660px;
  margin: 25px 0 28px;
  color: #d7dde1;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.tl-growth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.tl-growth-actions a,
.tlp-contact-actions a,
.tlp-submit,
.tlp-blog-subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.tl-growth-actions .is-primary,
.tlp-contact-actions .is-primary,
.tlp-submit {
  border-color: var(--tlg-red);
  background: linear-gradient(180deg, #f11a14, #c70601);
  color: #fff;
  box-shadow: 0 10px 26px rgba(215, 8, 2, .24);
}

.tl-growth-actions a:hover,
.tlp-contact-actions a:hover {
  transform: translateY(-2px);
}

.tl-growth-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 29px;
}

.tl-growth-proof span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d8dfe3;
  font-size: 11px;
  font-weight: 800;
}

.tl-growth-proof svg {
  width: 21px;
  height: 21px;
  stroke: #f51a13;
}

.tl-growth-finder {
  padding: 30px !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  border-radius: 8px !important;
  background: rgba(7, 11, 14, .9) !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .36) !important;
  backdrop-filter: blur(12px);
}

.tl-growth-finder h2 {
  margin: 0 !important;
  font-size: 28px !important;
  text-transform: none !important;
}

.tl-growth-finder > p {
  margin: 9px 0 19px;
  color: #bfc8cd;
  font-size: 13px;
}

.tl-growth-finder .tl-tabs {
  margin-bottom: 14px;
}

.tl-growth-search-field {
  display: grid;
  grid-template-columns: 1fr 52px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}

.tl-growth-search-field input {
  height: 52px !important;
  margin: 0 !important;
  color: #162027;
}

.tl-growth-search-field button {
  border: 0;
  background: var(--tlg-red);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.tl-growth-finder small {
  margin-top: 13px !important;
  line-height: 1.5;
}

.tl-growth-trust {
  border-bottom: 1px solid var(--tlg-line);
  background: #fff;
}

.tl-growth-trust .tl-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tl-growth-trust .tl-container > div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 88px;
  padding: 14px 24px;
  border-right: 1px solid var(--tlg-line);
}

.tl-growth-trust .tl-container > div:first-child {
  border-left: 1px solid var(--tlg-line);
}

.tl-growth-trust svg {
  width: 30px;
  height: 30px;
  stroke: var(--tlg-red);
}

.tl-growth-trust strong,
.tl-growth-trust small {
  display: block;
}

.tl-growth-trust strong {
  color: var(--tlg-ink);
  font-size: 13px;
}

.tl-growth-trust small {
  margin-top: 3px;
  color: #778189;
  font-size: 10px;
}

.tl-growth-section {
  padding: clamp(65px, 7vw, 104px) 0;
}

.tl-growth-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}

.tl-growth-heading h2 {
  max-width: 790px;
  margin: 0;
  color: var(--tlg-ink);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.tl-growth-heading p {
  max-width: 720px;
  margin: 13px 0 0;
  color: var(--tlg-muted);
  font-size: 15px;
  line-height: 1.65;
}

.tl-growth-heading > a {
  flex: 0 0 auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #f0b0ad;
  color: var(--tlg-red-dark);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.tl-growth-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tl-growth-category {
  position: relative;
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--tlg-line);
  border-radius: var(--tlg-radius);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(8, 18, 25, .055);
}

.tl-growth-category:hover {
  border-color: #edb1ae;
  box-shadow: var(--tlg-shadow);
  transform: translateY(-4px);
}

.tl-growth-category img {
  align-self: center;
  width: 100%;
  height: 100%;
  max-height: 180px;
  padding: 18px 6px 18px 15px;
  object-fit: contain;
}

.tl-growth-category > div {
  align-self: center;
  padding: 25px 24px 25px 12px;
}

.tl-growth-category h3 {
  margin: 0;
  color: var(--tlg-ink);
  font-size: 19px;
  line-height: 1.12;
}

.tl-growth-category p {
  margin: 9px 0 15px;
  color: var(--tlg-muted);
  font-size: 12px;
  line-height: 1.5;
}

.tl-growth-category > div > span {
  color: var(--tlg-red-dark);
  font-size: 11px;
  font-weight: 900;
}

.tl-growth-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--tlg-red);
  color: #fff;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tl-growth-mode-section {
  position: relative;
  background: #090e12;
  color: #fff;
}

.tl-growth-mode-section::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(196, 15, 8, .2), transparent 32%);
  content: '';
}

.tl-growth-mode-section .tl-container {
  position: relative;
}

.tl-growth-heading.is-light h2 {
  color: #fff;
}

.tl-growth-heading.is-light p {
  color: #b9c2c7;
}

.tl-growth-heading.is-light > a {
  color: #ff7f7a;
}

.tl-growth-modes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tl-growth-modes article {
  position: relative;
  min-height: 315px;
  padding: 33px;
  border: 1px solid #303a40;
  border-radius: 7px;
  background: #11191e;
}

.tl-growth-modes article.is-featured {
  border-color: #ad1b16;
  background: linear-gradient(145deg, #1a1718, #151d22);
  box-shadow: inset 0 4px 0 var(--tlg-red);
}

.tl-growth-mode-number {
  color: #53616a;
  font-size: 42px;
  font-weight: 950;
  letter-spacing: -.05em;
}

.tl-growth-mode-label {
  position: absolute;
  top: 27px;
  right: 26px;
  padding: 5px 8px;
  border-radius: 3px;
  background: #72201d;
  color: #ffd1cf;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.tl-growth-modes h3 {
  margin: 28px 0 12px;
  color: #fff;
  font-size: 24px;
}

.tl-growth-modes p {
  min-height: 82px;
  color: #b7c0c5;
  font-size: 13px;
  line-height: 1.65;
}

.tl-growth-modes a {
  color: #ff716c;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.tl-growth-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  border: 1px solid var(--tlg-line);
  border-left: 5px solid var(--tlg-red);
  border-radius: 7px;
  background: var(--tlg-soft);
}

.tl-growth-empty span {
  color: var(--tlg-red-dark);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.tl-growth-empty h3 {
  margin: 7px 0;
  font-size: 23px;
}

.tl-growth-empty p {
  margin: 0;
  color: var(--tlg-muted);
}

.tl-growth-empty > a {
  flex: 0 0 auto;
  padding: 15px 22px;
  border-radius: 4px;
  background: var(--tlg-red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.tl-growth-services,
.tl-growth-blog-home,
.tl-growth-faq-home {
  background: var(--tlg-soft);
}

.tl-growth-service-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, 275px);
  gap: 18px;
}

.tl-growth-service-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}

.tl-growth-service-card.is-large {
  grid-row: span 2;
}

.tl-growth-service-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 7, 9, .94) 0, rgba(3, 7, 9, .28) 72%);
  content: '';
}

.tl-growth-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.tl-growth-service-card:hover img {
  transform: scale(1.035);
}

.tl-growth-service-card > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px;
}

.tl-growth-service-card span,
.tl-growth-blog-grid article > div > span {
  color: #ff7772;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tl-growth-service-card h3 {
  margin: 7px 0;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 32px);
}

.tl-growth-service-card:not(.is-large) h3 {
  font-size: 23px;
}

.tl-growth-service-card p {
  max-width: 560px;
  margin: 0 0 12px;
  color: #dae0e4;
  font-size: 12px;
  line-height: 1.55;
}

.tl-growth-service-card strong {
  font-size: 11px;
}

.tl-growth-pro {
  padding: clamp(70px, 8vw, 120px) 0;
  background: #fff;
}

.tl-growth-pro-inner,
.tl-growth-about-inner,
.tlp-editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}

.tl-growth-pro-image {
  position: relative;
}

.tl-growth-pro-image::before {
  position: absolute;
  top: -18px;
  right: 24px;
  bottom: 18px;
  left: -18px;
  z-index: 0;
  border: 1px solid #e7b5b3;
  content: '';
}

.tl-growth-pro-image img,
.tlp-editorial-split > img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: var(--tlg-shadow);
}

.tl-growth-pro-image > span {
  position: absolute;
  right: -20px;
  bottom: -18px;
  z-index: 2;
  padding: 14px 20px;
  border-radius: 4px;
  background: var(--tlg-red);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tl-growth-pro-copy h2,
.tl-growth-about h2,
.tlp-editorial-split h2,
.tlp-account-intro h2,
.tlp-blog-intro h2 {
  margin: 0;
  color: var(--tlg-ink);
  font-size: clamp(31px, 4vw, 47px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.tl-growth-pro-copy > p,
.tl-growth-about p,
.tlp-editorial-split p,
.tlp-account-intro p,
.tlp-blog-intro p {
  color: var(--tlg-muted);
  line-height: 1.7;
}

.tl-growth-pro-copy ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 28px;
  padding: 0;
  list-style: none;
}

.tl-growth-pro-copy li {
  position: relative;
  padding-left: 28px;
  color: #344047;
  font-size: 13px;
}

.tl-growth-pro-copy li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f9dfde;
  color: var(--tlg-red);
  content: '✓';
  font-size: 11px;
  font-weight: 950;
}

.tl-growth-pro-copy .tl-growth-actions a:not(.is-primary) {
  color: var(--tlg-ink);
}

.tl-growth-how {
  border-top: 1px solid var(--tlg-line);
}

.tl-growth-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: step;
}

.tl-growth-steps article {
  position: relative;
  min-height: 195px;
  padding: 28px 25px;
  border-top: 3px solid #cfd6da;
  border-right: 1px solid var(--tlg-line);
}

.tl-growth-steps article:first-child {
  border-left: 1px solid var(--tlg-line);
}

.tl-growth-steps article:hover {
  border-top-color: var(--tlg-red);
  background: #fafbfb;
}

.tl-growth-steps article > span {
  color: var(--tlg-red);
  font-size: 28px;
  font-weight: 950;
}

.tl-growth-steps h3 {
  margin: 25px 0 8px;
  font-size: 18px;
}

.tl-growth-steps p {
  color: var(--tlg-muted);
  font-size: 12px;
  line-height: 1.6;
}

.tl-growth-blog-grid,
.tlp-blog-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tl-growth-blog-grid article,
.tlp-article-card {
  overflow: hidden;
  border: 1px solid var(--tlg-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(8, 18, 25, .06);
}

.tl-growth-blog-image,
.tlp-article-image {
  display: block;
  overflow: hidden;
}

.tl-growth-blog-image img,
.tlp-article-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .4s ease;
}

.tl-growth-blog-grid article:hover img,
.tlp-article-card:hover img {
  transform: scale(1.035);
}

.tl-growth-blog-grid article > div,
.tlp-article-body {
  padding: 23px;
}

.tl-growth-blog-grid h3,
.tlp-article-card h2 {
  margin: 8px 0 10px;
  color: var(--tlg-ink);
  font-size: 20px;
  line-height: 1.23;
}

.tl-growth-blog-grid h3 a,
.tlp-article-card h2 a {
  color: inherit;
  text-decoration: none;
}

.tl-growth-blog-grid p,
.tlp-article-card p {
  color: var(--tlg-muted);
  font-size: 12px;
  line-height: 1.6;
}

.tl-growth-blog-grid article > div > a,
.tlp-article-link {
  color: var(--tlg-red-dark);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.tl-growth-about {
  background: #0b1115;
  color: #fff;
}

.tl-growth-about h2,
.tl-growth-about p {
  color: #fff;
}

.tl-growth-about p {
  color: #b9c2c7;
}

.tl-growth-about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.tl-growth-about-facts span {
  padding: 15px;
  border: 1px solid #303a40;
  border-radius: 4px;
}

.tl-growth-about-facts strong,
.tl-growth-about-facts small {
  display: block;
}

.tl-growth-about-facts strong {
  color: #fff;
  font-size: 12px;
}

.tl-growth-about-facts small {
  margin-top: 5px;
  color: #939fa7;
  font-size: 9px;
  line-height: 1.4;
}

.tl-growth-text-link {
  color: #ff7772;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.tl-growth-about aside {
  padding: 38px;
  border-top: 4px solid var(--tlg-red);
  border-radius: 6px;
  background: #161f25;
}

.tl-growth-about aside h3 {
  margin-top: 0;
  color: #fff;
  font-size: 26px;
}

.tl-growth-about aside .tl-growth-actions a:not(.is-primary) {
  color: #fff;
}

.tl-growth-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
}

.tl-growth-faq-grid details {
  border: 1px solid var(--tlg-line);
  border-radius: 6px;
  background: #fff;
}

.tl-growth-faq-grid summary {
  position: relative;
  padding: 20px 48px 20px 20px;
  color: var(--tlg-ink);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.tl-growth-faq-grid summary::after {
  position: absolute;
  top: 16px;
  right: 17px;
  color: var(--tlg-red);
  content: '+';
  font-size: 22px;
}

.tl-growth-faq-grid details[open] summary::after {
  content: '−';
}

.tl-growth-faq-grid p {
  margin: -2px 20px 20px;
  color: var(--tlg-muted);
  font-size: 12px;
  line-height: 1.65;
}

/* Páginas con fotografía editorial */
.tlp-page-image {
  margin: -52px -52px 45px;
}

.tlp-page-image img {
  display: block;
  width: 100%;
  max-height: 500px;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
}

.tlp-editorial-split {
  margin-bottom: 50px;
}

.tlp-editorial-split .tlp-contact-actions {
  margin-top: 25px;
}

/* Mi cuenta y alta profesional */
.tlp-account-intro {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 45px;
  align-items: center;
  margin-bottom: 42px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--tlg-line);
}

.tlp-account-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tlp-account-points span {
  position: relative;
  padding: 16px 12px 16px 37px;
  border: 1px solid var(--tlg-line);
  border-radius: 5px;
  color: #354048;
  font-size: 11px;
  font-weight: 850;
}

.tlp-account-points span::before {
  position: absolute;
  top: 15px;
  left: 13px;
  color: var(--tlg-red);
  content: '✓';
  font-weight: 950;
}

.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  font-family: inherit;
}

.woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
  padding: 27px;
  border: 1px solid var(--tlg-line);
  border-radius: 7px;
  background: #fff;
}

.woocommerce-account form.login,
.woocommerce-account form.register {
  padding: 0 !important;
  border: 0 !important;
}

.woocommerce-account form input.input-text,
.tlp-pro-form input,
.tlp-pro-form select,
.tlp-pro-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #cfd7dc;
  border-radius: 4px;
  background: #fff;
  color: var(--tlg-ink);
  font: inherit;
  box-sizing: border-box;
}

.woocommerce-account form input.input-text:focus,
.tlp-pro-form input:focus,
.tlp-pro-form select:focus,
.tlp-pro-form textarea:focus {
  border-color: var(--tlg-red);
  box-shadow: 0 0 0 3px rgba(223, 10, 4, .1);
  outline: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--tlg-line);
  border-radius: 6px;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 17px;
  border-bottom: 1px solid var(--tlg-line);
  color: var(--tlg-ink);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: var(--tlg-red);
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 71% !important;
}

.tlp-pro-register-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(35px, 6vw, 75px);
  align-items: start;
}

.tlp-pro-register-copy {
  position: sticky;
  top: 25px;
}

.tlp-pro-register-copy > img {
  width: 100%;
  margin-bottom: 27px;
  border-radius: 7px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tlp-pro-register-copy h2,
.tlp-form-heading h2,
.tlp-pro-welcome h2 {
  margin: 0;
  color: var(--tlg-ink);
  font-size: clamp(28px, 3.7vw, 42px);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1.07;
}

.tlp-pro-register-copy p,
.tlp-form-heading p {
  color: var(--tlg-muted);
  line-height: 1.65;
}

.tlp-form-note,
.tlp-form-privacy {
  padding: 13px 15px;
  border-left: 3px solid #bdc5ca;
  background: var(--tlg-soft);
  color: #66727a !important;
  font-size: 10px;
  line-height: 1.55 !important;
}

.tlp-pro-form {
  padding: 30px;
  border: 1px solid var(--tlg-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--tlg-shadow);
}

.tlp-form-heading {
  margin-bottom: 27px;
}

.tlp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.tlp-form-grid label {
  display: block;
}

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

.tlp-form-grid label > span {
  display: block;
  margin-bottom: 7px;
  color: #263139;
  font-size: 11px;
  font-weight: 850;
}

.tlp-form-grid label > small {
  display: block;
  margin-top: 5px;
  color: #77838a;
  font-size: 9px;
}

.tlp-pro-form textarea {
  min-height: 105px;
  resize: vertical;
}

.tlp-checkbox {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  margin: 20px 0;
  color: #536068;
  font-size: 10px;
  line-height: 1.55;
}

.tlp-checkbox input {
  min-height: 0;
  margin-top: 3px;
}

.tlp-checkbox a {
  color: var(--tlg-red-dark);
}

.tlp-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.tlp-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.tlp-form-status {
  margin-bottom: 19px;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 12px;
}

.tlp-form-status.is-error {
  border: 1px solid #e2aaa7;
  background: #fff0ef;
  color: #8d120d;
}

.tlp-form-status.is-success {
  border: 1px solid #aed1bb;
  background: #edf8f1;
  color: #176337;
}

.tlp-pro-dashboard {
  display: grid;
  gap: 25px;
}

.tlp-pro-welcome {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--tlg-line);
}

.tlp-pro-welcome p {
  color: var(--tlg-muted);
}

.tlp-status-card {
  padding: 26px;
  border: 1px solid var(--tlg-line);
  border-radius: 7px;
  background: var(--tlg-soft);
}

.tlp-status-card > span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e9edf0;
  color: #45525a;
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.tlp-status-card > span.is-approved {
  background: #dff3e7;
  color: #176337;
}

.tlp-status-card > span.is-pending {
  background: #fff1d6;
  color: #80530a;
}

.tlp-status-card h3 {
  margin: 12px 0 6px;
  font-size: 22px;
}

.tlp-status-card p {
  color: var(--tlg-muted);
}

.tlp-pro-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.tlp-pro-actions a {
  display: block;
  padding: 22px;
  border: 1px solid var(--tlg-line);
  border-radius: 6px;
  color: var(--tlg-ink);
  text-decoration: none;
}

.tlp-pro-actions a:hover {
  border-color: #efaaa7;
  transform: translateY(-2px);
}

.tlp-pro-actions strong,
.tlp-pro-actions span {
  display: block;
}

.tlp-pro-actions span {
  margin-top: 6px;
  color: var(--tlg-muted);
  font-size: 10px;
}

/* Blog */
.tlp-blog-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 38px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--tlg-line);
}

.tlp-blog-subscribe {
  flex: 0 0 auto;
  color: var(--tlg-red-dark);
}

.tlp-article-meta {
  color: var(--tlg-red-dark);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tlp-article-card h2 {
  font-size: 21px;
}

.tl-article-shell {
  background: #fff;
}

.tl-article-hero {
  padding: 60px 0 80px;
  background: #0a1014;
  color: #fff;
}

.tl-article-hero h1 {
  max-width: 960px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.5vw, 66px);
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.tl-article-hero p {
  max-width: 820px;
  margin: 19px 0 0;
  color: #c8d0d5;
  font-size: 17px;
  line-height: 1.6;
}

.tl-article-breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  color: #9aa6ad;
  font-size: 10px;
}

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

.tl-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 50px;
  align-items: start;
  padding-top: 55px;
  padding-bottom: 80px;
}

.tl-article-cover {
  margin: 0 0 38px;
}

.tl-article-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
}

.tl-article-content {
  max-width: 820px;
  color: #29353c;
  font-size: 16px;
  line-height: 1.82;
}

.tl-article-content h2 {
  margin: 45px 0 14px;
  color: var(--tlg-ink);
  font-size: 28px;
  line-height: 1.2;
}

.tl-article-content ul {
  padding-left: 22px;
}

.tl-article-content li {
  margin: 8px 0;
}

.tl-article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 45px;
  padding: 26px;
  border-left: 5px solid var(--tlg-red);
  background: var(--tlg-soft);
}

.tl-article-cta span,
.tl-article-cta strong {
  display: block;
}

.tl-article-cta span {
  color: var(--tlg-red-dark);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.tl-article-cta strong {
  margin-top: 5px;
  color: var(--tlg-ink);
  font-size: 15px;
}

.tl-article-cta a {
  flex: 0 0 auto;
  padding: 13px 17px;
  border-radius: 4px;
  background: var(--tlg-red);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
}

.tl-article-aside {
  position: sticky;
  top: 25px;
  display: grid;
  gap: 18px;
}

.tl-article-aside > div {
  padding: 24px;
  border: 1px solid var(--tlg-line);
  border-radius: 6px;
}

.tl-article-aside h2 {
  margin: 0 0 10px;
  color: var(--tlg-ink);
  font-size: 20px;
}

.tl-article-aside p,
.tl-article-aside li {
  color: var(--tlg-muted);
  font-size: 11px;
  line-height: 1.6;
}

.tl-article-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tl-article-aside li {
  padding: 8px 0;
  border-bottom: 1px solid var(--tlg-line);
}

.tl-article-aside a {
  color: var(--tlg-red-dark);
  font-weight: 850;
  text-decoration: none;
}

.tl-related-guides {
  padding: 75px 0;
  background: var(--tlg-soft);
}

@media (max-width: 1240px) {
  .tl-mega-menu > li > a { padding: 0 34px 0 16px !important; font-size: 13px !important; }
  .tl-growth-category-grid { grid-template-columns: repeat(2, 1fr); }
  .tl-growth-hero-inner { grid-template-columns: 1fr 380px; gap: 45px; }
}

@media (max-width: 980px) {
  .tl-growth-hero-inner { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 70px; }
  .tl-growth-hero-media { object-position: 66% center; }
  .tl-growth-hero-shade { background: rgba(5, 9, 12, .82); }
  .tl-growth-hero-copy { max-width: 800px; }
  .tl-growth-finder { max-width: 650px; }
  .tl-growth-trust .tl-container { grid-template-columns: 1fr 1fr; }
  .tl-growth-trust .tl-container > div { border-bottom: 1px solid var(--tlg-line); }
  .tl-growth-category-grid { grid-template-columns: 1fr 1fr; }
  .tl-growth-modes { grid-template-columns: 1fr; }
  .tl-growth-modes article { min-height: 0; }
  .tl-growth-modes p { min-height: 0; }
  .tl-growth-service-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 300px; }
  .tl-growth-service-card.is-large { grid-column: span 2; grid-row: auto; }
  .tl-growth-pro-inner, .tl-growth-about-inner, .tlp-editorial-split { grid-template-columns: 1fr; }
  .tl-growth-pro-image { max-width: 720px; }
  .tl-growth-steps { grid-template-columns: 1fr 1fr; }
  .tl-growth-blog-grid, .tlp-blog-index { grid-template-columns: 1fr 1fr; }
  .tlp-pro-register-layout { grid-template-columns: 1fr; }
  .tlp-pro-register-copy { position: static; }
  .tl-article-layout { grid-template-columns: 1fr; }
  .tl-article-aside { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .tl-top-account-links { width: 100%; justify-content: center; }
  .tl-nav-inner { position: relative; }
  .tl-mega-menu { position: absolute !important; top: 100%; left: 0 !important; right: 0 !important; z-index: 100; max-height: calc(100vh - 130px); overflow-y: auto; }
  .tl-mega-menu.is-open { display: block !important; }
  .tl-mega-menu > li { position: relative !important; display: grid; grid-template-columns: 1fr 50px; border-bottom: 1px solid #222c32; }
  .tl-mega-menu > li > a { height: 52px !important; padding: 0 16px !important; }
  .tl-submenu-toggle { width: 50px; margin: 0; border-left: 1px solid #222c32; }
  .tl-mega-menu .tl-mega-panel { position: static !important; grid-column: 1 / -1; grid-template-columns: 1fr !important; display: none !important; width: 100% !important; padding: 7px !important; border: 0 !important; border-top: 1px solid #263139 !important; border-radius: 0; opacity: 1; visibility: visible; transform: none; }
  .tl-mega-menu > li.is-submenu-open > .tl-mega-panel { display: grid !important; }
  .tl-mega-menu .tl-mega-panel a { min-height: 0; padding: 13px !important; }
  .tl-growth-hero { min-height: auto; }
  .tl-growth-hero-inner { min-height: auto; }
  .tl-growth-hero h1 { font-size: 42px; }
  .tl-growth-proof { gap: 13px; }
  .tl-growth-trust .tl-container { grid-template-columns: 1fr; }
  .tl-growth-trust .tl-container > div { border-left: 1px solid var(--tlg-line); }
  .tl-growth-heading { align-items: flex-start; flex-direction: column; margin-bottom: 27px; }
  .tl-growth-heading h2 { font-size: 33px; }
  .tl-growth-category-grid { grid-template-columns: 1fr; }
  .tl-growth-category { min-height: 175px; }
  .tl-growth-service-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 330px); }
  .tl-growth-service-card.is-large { grid-column: auto; }
  .tl-growth-pro-image > span { right: 10px; }
  .tl-growth-steps { grid-template-columns: 1fr; }
  .tl-growth-blog-grid, .tlp-blog-index { grid-template-columns: 1fr; }
  .tl-growth-about-facts { grid-template-columns: 1fr; }
  .tl-growth-faq-grid { grid-template-columns: 1fr; }
  .tlp-page-image { margin: -24px -24px 30px; }
  .tlp-page-image img { border-radius: 17px 17px 0 0; }
  .tlp-account-intro { grid-template-columns: 1fr; gap: 25px; }
  .tlp-account-points { grid-template-columns: 1fr; }
  .woocommerce-account .u-columns { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: 100% !important; }
  .tlp-form-grid { grid-template-columns: 1fr; }
  .tlp-form-grid label.is-wide { grid-column: auto; }
  .tlp-pro-form { padding: 22px; }
  .tlp-pro-actions { grid-template-columns: 1fr; }
  .tlp-blog-intro { align-items: flex-start; flex-direction: column; }
  .tl-article-layout { gap: 30px; padding-top: 30px; }
  .tl-article-aside { grid-template-columns: 1fr; }
  .tl-article-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .tl-growth-hero h1 { font-size: 36px; }
  .tl-growth-finder { padding: 22px !important; }
  .tl-growth-finder .tl-tabs { grid-template-columns: 1fr; }
  .tl-growth-actions a { width: 100%; }
  .tl-growth-category { grid-template-columns: 36% 64%; }
  .tl-growth-category > div { padding-right: 15px; }
  .tl-growth-about aside { padding: 26px; }
}
