:root {
  --ytl-nav-ink: #102027;
  --ytl-nav-muted: #66777f;
  --ytl-nav-line: rgba(16, 32, 39, 0.1);
  --ytl-nav-soft: #f4faf8;
  --ytl-nav-panel: #ffffff;
  --ytl-nav-green: #0f7b61;
  --ytl-nav-blue: #194c7a;
  --ytl-nav-gold: #c3922e;
  --ytl-nav-shadow: 0 24px 80px rgba(16, 32, 39, 0.16);
}

.ytl-mega-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background:
    radial-gradient(circle at 0% 0%, rgba(15, 123, 97, 0.34), transparent 34%),
    linear-gradient(105deg, #07151c 0%, #102027 38%, #16324a 72%, #07151c 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.ytl-mega-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
  min-height: 82px;
  margin: 0 auto;
  padding: 0 18px 0 8px;
}

.ytl-mega-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 20px;
}

.ytl-mega-logo img {
  display: block;
  max-width: 178px;
  height: auto;
}

.ytl-mega-links,
.ytl-mobile-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ytl-mega-links {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1 1 auto;
  justify-content: center;
}

.ytl-mega-links > li > a,
.ytl-mega-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  padding: 0 12px;
  color: #fff;
  text-decoration: none;
  font: 700 15px/1.1 Outfit, Arial, sans-serif;
}

.ytl-has-mega > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.65;
}

.ytl-mega-links > li:hover > a,
.ytl-mega-links > li:focus-within > a {
  color: #9fe0cf;
}

.ytl-mega-panel {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: min(1120px, calc(100vw - 28px));
  padding: 22px;
  border: 1px solid var(--ytl-nav-line);
  border-radius: 8px;
  background: var(--ytl-nav-panel);
  box-shadow: var(--ytl-nav-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 12px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.ytl-has-mega:hover .ytl-mega-panel,
.ytl-has-mega:focus-within .ytl-mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.ytl-mega-panel--services,
.ytl-mega-panel--tools {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 18px;
}

.ytl-mega-intro {
  padding: 24px;
  border-radius: 8px;
  color: var(--ytl-nav-ink);
  background: linear-gradient(135deg, rgba(15, 123, 97, 0.12), rgba(25, 76, 122, 0.08));
}

.ytl-mega-intro--dark {
  color: #fff;
  background: linear-gradient(135deg, #102027, #194c7a);
}

.ytl-mega-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--ytl-nav-green);
  font: 800 12px/1 Outfit, Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ytl-mega-intro--dark .ytl-mega-eyebrow {
  color: #9fe0cf;
}

.ytl-mega-intro h3 {
  margin: 0;
  font: 800 28px/1.05 Fraunces, Georgia, serif;
  letter-spacing: 0;
}

.ytl-mega-intro p {
  margin: 14px 0 20px;
  color: var(--ytl-nav-muted);
  font: 400 15px/1.55 Outfit, Arial, sans-serif;
}

.ytl-mega-intro--dark p {
  color: rgba(255, 255, 255, 0.76);
}

.ytl-mega-mini-cta,
.ytl-mega-tool-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 8px;
  color: #fff;
  background: var(--ytl-nav-ink);
  text-decoration: none;
  font: 800 14px/1 Outfit, Arial, sans-serif;
}

.ytl-mega-tool-cta {
  color: var(--ytl-nav-ink);
  background: #fff;
}

.ytl-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ytl-mega-link-card,
.ytl-tools-mega-list a,
.ytl-company-mega a {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--ytl-nav-line);
  border-radius: 8px;
  color: var(--ytl-nav-green);
  background: #fff;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.ytl-mega-link-card:hover,
.ytl-tools-mega-list a:hover,
.ytl-company-mega a:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 123, 97, 0.35);
  background: var(--ytl-nav-soft);
}

.ytl-mega-link-card span,
.ytl-company-mega span {
  color: var(--ytl-nav-green);
  font: 800 12px/1 Outfit, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ytl-mega-link-card strong,
.ytl-tools-mega-list strong,
.ytl-company-mega strong {
  font: 800 16px/1.2 Outfit, Arial, sans-serif;
}

.ytl-mega-link-card small,
.ytl-tools-mega-list small,
.ytl-company-mega small {
  color: var(--ytl-nav-muted);
  font: 400 13px/1.45 Outfit, Arial, sans-serif;
}

.ytl-tools-mega-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ytl-company-mega {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ytl-mega-panel--company {
  width: min(860px, calc(100vw - 28px));
}

.ytl-mega-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: auto;
}

.ytl-tools-pill,
.ytl-consult-pill,
.ytl-mobile-tools,
.ytl-mobile-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  text-decoration: none;
  font: 800 14px/1 Outfit, Arial, sans-serif;
}

.ytl-tools-pill {
  color: #d7fff3;
  border: 1px solid rgba(159, 224, 207, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.ytl-consult-pill {
  color: #102027;
  background: #ffffff;
  margin-right: 40px;
}



.ytl-mobile-trigger {
  display: none;
  width: 46px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.ytl-mobile-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ytl-nav-ink);
  background: #fff;
}

.ytl-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  background: rgba(16, 32, 39, 0.58);
}

.ytl-mobile-menu.is-open {
  display: block;
}

.ytl-mobile-panel {
  width: min(420px, 92vw);
  height: 100%;
  margin-left: auto;
  overflow-y: auto;
  background: #fff;
  box-shadow: -18px 0 60px rgba(16, 32, 39, 0.22);
}

.ytl-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid var(--ytl-nav-line);
}

.ytl-mobile-header img {
  max-width: 170px;
  height: auto;
}

.ytl-mobile-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  color: var(--ytl-nav-ink);
  background: var(--ytl-nav-soft);
  font: 800 18px/1 Outfit, Arial, sans-serif;
}

.ytl-mobile-links {
  padding: 12px 16px;
}

.ytl-mobile-links a,
.ytl-mobile-toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 4px;
  border: 0;
  border-bottom: 1px solid var(--ytl-nav-line);
  color: var(--ytl-nav-ink);
  background: transparent;
  text-align: left;
  text-decoration: none;
  font: 800 16px/1.2 Outfit, Arial, sans-serif;
}

.ytl-mobile-toggle::after {
  content: "+";
  color: var(--ytl-nav-green);
}

.ytl-mobile-group.is-open .ytl-mobile-toggle::after {
  content: "-";
}

.ytl-mobile-dropdown {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 8px 14px;
}

.ytl-mobile-group.is-open .ytl-mobile-dropdown {
  display: block;
}

.ytl-mobile-dropdown a {
  color: var(--ytl-nav-muted);
  font-size: 14px;
  font-weight: 700;
}

.ytl-mobile-cta {
  display: grid;
  gap: 10px;
  padding: 18px 20px 28px;
}

.ytl-mobile-tools {
  color: var(--ytl-nav-green);
  border: 1px solid rgba(15, 123, 97, 0.24);
  background: var(--ytl-nav-soft);
}

.ytl-mobile-consult {
  color: #fff;
  background: var(--ytl-nav-ink);
}

@media (max-width: 1120px) {
  .ytl-mega-links,
  .ytl-mega-actions {
    display: none;
  }

  .ytl-mega-nav {
    justify-content: space-between;
    min-height: 74px;
    padding-right: 10px;
  }

  .ytl-mobile-trigger {
    display: block;
  }
}

@media (max-width: 520px) {
  .ytl-mega-logo img,
  .ytl-mobile-header img {
    max-width: 150px;
  }

  .ytl-mobile-panel {
    width: 100%;
  }
}


:root {
  --ytl-footer-ink: #ffffff;
  --ytl-footer-muted: rgba(255, 255, 255, 0.68);
  --ytl-footer-soft: rgba(255, 255, 255, 0.08);
  --ytl-footer-line: rgba(255, 255, 255, 0.12);
  --ytl-footer-green: #9fe0cf;
  --ytl-footer-gold: #e5c16a;
  --ytl-footer-dark: #07151c;
}

.ytl-enterprise-footer {
  position: relative;
  overflow: hidden;
  color: var(--ytl-footer-ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(15, 123, 97, 0.34), transparent 30%), radial-gradient(circle at 88% 10%, rgba(195, 146, 46, 0.18), transparent 28%), linear-gradient(135deg, #4CAF50 0%, #7d4f0b 42%, #1a4062 75%, #07151c 100%);
  font-family: Outfit, Arial, sans-serif;
}

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

.ytl-footer-cta,
.ytl-footer-main,
.ytl-footer-bottom {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.ytl-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 42px 0;
  border-bottom: 1px solid var(--ytl-footer-line);
}

.ytl-footer-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--ytl-footer-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ytl-footer-cta h2 {
  max-width: 820px;
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.ytl-footer-cta p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--ytl-footer-muted);
  font-size: 17px;
  line-height: 1.6;
}

.ytl-footer-cta-actions {
  display: grid;
  gap: 10px;
  min-width: 220px;
}

.ytl-footer-tools-btn,
.ytl-footer-consult-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.ytl-footer-tools-btn {
  color: #102027;
  background: #ffc1079e;
}

.ytl-footer-consult-btn {
  color: #ffffff;
  border: 1px solid rgba(159, 224, 207, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.ytl-footer-main {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 42px;
  padding: 46px 0 38px;
}

.ytl-footer-logo {
  display: inline-flex;
  margin-bottom: 20px;
}

.ytl-footer-logo img {
  display: block;
  max-width: 190px;
  height: auto;
}

.ytl-footer-brand p {
  margin: 0;
  color: var(--ytl-footer-muted);
  font-size: 15px;
  line-height: 1.68;
}

.ytl-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.ytl-footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--ytl-footer-line);
  border-radius: 999px;
  color: var(--ytl-footer-green);
  background: var(--ytl-footer-soft);
  font-size: 12px;
  font-weight: 800;
}

.ytl-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.ytl-footer-socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--ytl-footer-line);
  border-radius: 8px;
  color: #102027;
  background: #ffffff;
  font-weight: 900;
}

.ytl-footer-columns {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 1.1fr 0.9fr;
  gap: 26px;
}

.ytl-footer-col {
  padding-left: 18px;
  border-left: 1px solid var(--ytl-footer-line);
}

.ytl-footer-col h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ytl-footer-col ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ytl-footer-col a {
  color: var(--ytl-footer-muted);
  font-size: 14px;
  line-height: 1.38;
  transition: color 160ms ease, transform 160ms ease;
}

.ytl-footer-col a:hover {
  color: var(--ytl-footer-green);
}

.ytl-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--ytl-footer-line);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.ytl-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.ytl-footer-legal a {
  color: rgba(255, 255, 255, 0.64);
}

.ytl-footer-legal a:hover {
  color: var(--ytl-footer-green);
}

@media (max-width: 1040px) {
  .ytl-footer-cta,
  .ytl-footer-main {
    grid-template-columns: 1fr;
  }

  .ytl-footer-cta-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .ytl-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ytl-footer-cta,
  .ytl-footer-main,
  .ytl-footer-bottom {
    width: min(100% - 24px, 1240px);
  }

  .ytl-footer-cta {
    padding: 34px 0;
  }

  .ytl-footer-main {
    gap: 30px;
    padding: 34px 0;
  }

  .ytl-footer-cta-actions,
  .ytl-footer-columns {
    grid-template-columns: 1fr;
  }

  .ytl-footer-col {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid var(--ytl-footer-line);
  }

  .ytl-footer-bottom {
    display: grid;
    text-align: left;
  }

  .ytl-footer-legal {
    justify-content: flex-start;
  }
}


/* ======================================
   ACTIVE DESKTOP MENU
====================================== */

.ytl-active-link {
    color: #e8b935 !important;
    font-weight: 700 !important;
    position: relative;
}

.ytl-active-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 3px;
    background: #e8b935;
    border-radius: 50px;
}

/* ======================================
   ACTIVE MOBILE MENU
====================================== */

.ytl-mobile-active {
    color: #e8b935 !important;
    font-weight: 700 !important;
}

/* Optional */
.ytl-mobile-active::before {
    content: "• ";
}
