    :root {
      --bg: #061b3c;
      --bg2: #002147;
      --accent2: #002147;
      --light-blue: #4A90E2;
      --light-blue-dark: #3073bf;
      --text: #ffffff;
      --off:  #eeeeeeff;
      --muted: rgba(255,255,255,.78);
      --accent: #B22222;
      --border: #3F3F3F;
      --gray: #191919;
    }
    * { box-sizing: border-box; }
    html {
      scroll-behavior: smooth;
      scroll-padding-top: 86px;
    }
    body {
      margin: 0;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
      color: var(--text);
      background: #ffffff;
      overflow-x: hidden;
    }

    a, p, h1, h2, h3, h4, h5, h6 {
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    img, iframe {
      max-width: 100%;
    }

    .hero,
    .section {
      scroll-margin-top: 86px;
    }
    .container {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 22px;
    }

    .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 30;
      min-height: 70px;
      background: rgba(6,27,60,.92);
      border-bottom: 1px solid rgba(255,255,255,.10);
      backdrop-filter: blur(10px);
    }
    .nav .container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 26px;
      min-height: 70px;
    }
    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      flex: 1;
      max-width: 640px;
    }
    .nav a {
      color: rgba(255,255,255,.92);
      text-decoration: none;
      font-weight: 900;
      font-size: 12px;
      letter-spacing: .3px;
      text-transform: uppercase;
      padding: 10px 6px;
      border-bottom: 2px solid transparent;
    }
    .nav a:hover { border-bottom-color: rgba(255,255,255,.28); }
    .nav a.-active { border-bottom-color: var(--accent); }
    .nav-cta {
      margin-left: auto;
    }

    body.lp .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 12px 18px;
      border-radius: 8px;
      background: var(--accent);
      color: #fff;
      text-decoration: none;
      font-weight: 900;
      font-size: 12px;
      letter-spacing: .3px;
      text-transform: uppercase;
      border: 0;
      cursor: pointer;
    }
    body.lp .btn:active { transform: translateY(1px); }



    .hero--alberto {
      --hero-photo: url('../img/bg-hero-topo-2.jpg');
    }

    .hero--carla {
      --hero-photo: url('../img/bg-hero-topo-carla-1.png');
    }

    .hero--tamires {
      --hero-photo: url('../img/bg-hero-topo-tamiris.png');
    }

    .hero--roberto {
      --hero-photo: url('../img/bg-hero-topo-3-2.png');
    }

    .hero--nelson {
      --hero-photo: url('../img/bg-hero-topo-nelson.png');
    }

    .hero,
    .hero-photo {
      background-image: var(--hero-photo, none);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .hero {
      position: relative;
      background-image:
        linear-gradient(180deg, rgba(6,27,60,.18), rgba(0,37,78,.22)),
        var(--hero-photo, none);
      background-size: auto, cover;
      background-position: center, right center;
      background-repeat: no-repeat, no-repeat;
      overflow: hidden;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(6,27,60,.48) 0%, rgba(6,27,60,.28) 52%, rgba(6,27,60,.12) 72%, rgba(6,27,60,0) 100%);
      pointer-events: none;
      z-index: 1;
    }
    .hero .container {
      position: relative;
      z-index: 2;
      padding-top: 120px;
      padding-bottom: 46px;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
      align-items: center;
      justify-items: stretch;
    }

    .hero-left {
      text-align: center;
      display: grid;
      justify-items: center;
      justify-self: start;
      width: 100%;
      max-width: 620px;
    }

    .brand {
      margin-bottom: 18px;
    }
    .brand-logo {
      display: block;
      width: min(420px, 100%);
      height: auto;
      margin: 0 auto;
    }

    .badges {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin: 18px 0 20px;
      justify-content: center;
    }
    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 8px 12px;
      border: 2px solid rgba(255,255,255,.22);
      border-radius: 6px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .4px;
      background: rgba(0,0,0,.08);
      height: 36px;
      font-size: inherit !important;
    }
    .badge.-city {
      border: 0;
      background: transparent;
      padding-left: 0;
    }
    .badge.-accent {
      border-color: var(--light-blue);
      background: transparent;
    }

    .hero .badge.-accent {
      background: rgba(6,27,60,.85) !important;
      color: var(--text) !important;
      border-color: var(--light-blue) !important;
    }

    body.lp .hero .badges .badge.-accent {
      background: rgba(6,27,60,.85) !important;
      color: var(--text) !important;
      border-color: var(--light-blue) !important;
    }

    /* Keep -city badges transparent in hero */
    body.lp .hero .badges .badge.-city {
      border: 0 !important;
      background: transparent !important;
      padding-left: 0 !important;
    }

    .hero-text {
      font-size: 22px;
      line-height: 1.55;
      color: var(--text);
      max-width: 560px;
      margin: 0 0 22px;
      font-weight: 650;
    }
    .metrics {
      margin-top: 22px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      width: min(520px, 100%);
      margin-left: auto;
      margin-right: auto;
    }
    .countdown {
      margin-top: 16px;
      width: min(560px, 100%);
      margin-left: auto;
      margin-right: auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }
    .cd-box {
      background: var(--light-blue);
      border-radius: 12px;
      padding: 10px 8px 9px;
      text-align: center;
      display: grid;
      justify-items: center;
      align-content: center;
      min-height: 72px;
    }
    .cd-n {
      font-size: 32px;
      line-height: 1;
      font-weight: 1000;
      color: var(--text);
      letter-spacing: .4px;
      font-variant-numeric: tabular-nums;
    }
    .cd-l {
      margin-top: 6px;
      font-size: 12px;
      font-weight: 850;
      color: var(--text);
      letter-spacing: .2px;
    }

    .hero-right {
	  display: none;
    }

    .hero-photo {
      width: min(440px, 100%);
      aspect-ratio: 4 / 5;
      border-radius: 0;
      overflow: hidden;
      position: relative;
      filter: saturate(1.05) contrast(1.02);
    }
    .hero-photo::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(6,27,60,.18), rgba(6,27,60,.55));
      pointer-events: none;
    }
    .metric {
      border: 2px solid var(--light-blue);
      border-radius: 14px;
      padding: 14px 16px;
      background: rgba(0,0,0,.00);
      min-height: 84px;
      display: grid;
      align-content: center;
      gap: 4px;
    }
    .metric .n {
      color: var(--light-blue);
      font-weight: 1000;
      font-size: 34px;
      line-height: 1;
    }
    .metric .t {
      color: rgba(255,255,255,.86);
      font-weight: 800;
      font-size: 14px;
      line-height: 1.15;
    }

    .section {
      padding: 64px 0;
    }
    .where {
      background: var(--text);
      color: var(--bg);
      padding: 72px 0;
      position: relative;
    }
    .where-grid {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 22px;
      position: relative;
      display: flex;
      align-items: center;
      gap: 48px;
    }
    .where-grid > div:first-child {
      width: min(52%, 640px);
      z-index: 1;
    }
    .place-photo {
      width: 100%;
      aspect-ratio: 4 / 3;
      border-radius: 6px;
      /* box-shadow: 0 18px 48px rgba(0,0,0,.28); */
      border-right: 6px solid var(--light-blue);
      border-bottom: 6px solid var(--light-blue);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .where-content {
      display: grid;
      align-content: center;
      justify-items: start;
      padding: 0;
      position: relative;
      z-index: 2;
    }
    .where-title {
      font-size: 30px;
      color: var(--bg);
      font-weight: bold;
    }
    .where-content-inner {
      width: 100%;
      max-width: 440px;
      margin: 0 auto;
      text-align: left;
    }
    .where-cta {
      margin-top: 18px;
    }

    .audience {
      background: #ffffff;
      color: #13233b;
    }
    .audience-title {
      margin: 0 0 34px;
      text-align: center;
      font-weight: 1000;
      font-size: 36px;
      letter-spacing: .2px;
      text-transform: uppercase;
      color: var(--light-blue);
    }
    .audience-sub {
      margin: -18px auto 34px;
      max-width: 980px;
      text-align: center;
      color: var(--border);
      font-size: 14px;
      line-height: 1.7;
    }
    .audience-grid {
      display: grid;
      grid-template-columns: repeat(3, 260px);
      gap: 34px;
      justify-content: center;
      align-items: start;
    }
    .audience-card {
      text-align: center;
      display: grid;
      justify-items: center;
      gap: 10px;
    }
    .audience-photo {
      width: 100%;
      aspect-ratio: 4 / 3;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      background: #e6eaf2;
      border-bottom: 3px solid var(--light-blue);
    }
    .audience-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .audience-h {
      margin: 8px 0 0;
      font-weight: 1000;
      font-size: 16px;
      letter-spacing: .3px;
      text-transform: uppercase;
      color: var(--accent2);
    }
    .audience-p {
      margin: 0;
      max-width: 240px;
      color: var(--border);
      font-size: 14px;
      line-height: 1.5;
    }
    .audience-cta {
      display: grid;
      justify-content: center;
      margin-top: 34px;
    }

    .topics {
      background:
        linear-gradient(180deg, #0021478f, #00214772),
        url('	https://morar-eua.sgglobal.group/wp-content/uploads/2024/12/bg-evento.webp');
      background-size: auto, cover;
      background-position: center, center;
      background-repeat: no-repeat;
      color: var(--text);
    }
    .topics-title {
      margin: 0 0 10px;
      text-align: center;
      font-weight: 1000;
      font-size: 36px;
      letter-spacing: .2px;
      text-transform: uppercase;
      color: var(--text);
    }
    .topics-sub {
      margin: 0 auto 26px;
      max-width: 980px;
      text-align: center;
      color: var(--text);
      font-size: 14px;
      line-height: 1.7;
      /* font-weight: 650; */
    }
    .topic-em {
      color: var(--light-blue);
      font-weight: 1000;
    }
    .tabs {
      margin-top: 14px;
      border-radius: 0;
      overflow: hidden;
    }
    .tablist {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 6px;
      align-items: stretch;
    }
    .tab {
      appearance: none;
      border: 0;
      background:  var(--light-blue);
      color: var(--text);
      font-weight: 1000;
      font-size: 12px;
      letter-spacing: .2px;
      text-transform: uppercase;
      padding: 14px 12px;
      cursor: pointer;
    }
    .tab[aria-selected="true"] {
      background: var(--text);
      color: var(--light-blue);
    }
    .tabpanel {
      background: var(--text);
      color: var(--accent2);
      border: 6px solid var(--text);
      display: grid;
      grid-template-columns: 360px 1fr;
      align-items: center;
      gap: 22px;
      padding: 18px;
    }
    .tabpanel[hidden] {
      display: none;
    }
    .topic-image {
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 0;
      overflow: hidden;
      background: var(--text);
    }
    .topic-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .topic-copy {
      display: grid;
      align-content: center;
      gap: 12px;
      max-width: 520px;
      margin: 0 auto;
      justify-self: center;
      text-align: left;
    }
    .topic-copy .title {
      margin: 0;
      color: var(--accent2);
      font-size: 18px;
      line-height: 1.65;
    }
    .topic-copy p {
      margin: 0;
      color: var(--border);
      font-size: 16px;
      line-height: 1.65;
    }

    .objections {
      background: #ffffff;
      color: #13233b;
    }
    .objections-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 36px;
      align-items: start;
    }
    .objections-left {
      padding-top: 10px;
    }

    @media (min-width: 900px) {
      .objections-grid {
        align-items: center;
      }
      .objections-left {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100%;
      }
    }
    .objections-left .objections-title {
      text-align: left;
    }
    .objections-left .objections-sub {
      text-align: left;
      margin-left: 0;
      margin-right: 0;
    }
    .objections-title {
      margin: 0 0 10px;
      text-align: center;
      font-weight: 1000;
      font-size: 36px;
      letter-spacing: .2px;
      text-transform: uppercase;
      color: #0b2e5f;
    }
    .objections-em {
      color: var(--light-blue);
    }
    .objections-sub {
      margin: 0 auto 28px;
      max-width: 980px;
      text-align: center;
      color: var(--border);
      font-size: 14px;
      line-height: 1.7;
    }
    .objections-carousel {
      position: relative;
    }
    .objections-carousel .carousel-btn { display: none; }
    .carousel-viewport {
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      padding: 8px 4px 18px;
    }
    .carousel-viewport::-webkit-scrollbar { height: 10px; }
    .carousel-viewport::-webkit-scrollbar-thumb {
      background: rgba(19,35,59,.20);
      border-radius: 999px;
    }
    .carousel-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: min(520px, 92%);
      gap: 16px;
      align-items: stretch;
    }
    .carousel-slide {
      scroll-snap-align: start;
    }
    .objection-card {
      background: #0b2e5f;
      border: 1px solid rgba(255,255,255,.14);
      padding: 18px 16px;
      border-radius: 12px;
      box-shadow: 0 16px 40px rgba(0,0,0,.18);
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      min-height: 100%;
      overflow: hidden;
    }
    .objection-body {
      display: grid;
      align-content: start;
      gap: 10px;
    }
    .objection-h {
      margin: 0;
      font-weight: 1000;
      font-size: 14px;
      letter-spacing: .25px;
      text-transform: uppercase;
      color: var(--text);
      line-height: 1.25;
    }
    .objection-p {
      margin: 0;
      color: var(--text);
      font-size: 13px;
      line-height: 1.6;
      font-weight: 650;
    }
    .objection-p a {
      color: var(--text);
      text-decoration: underline;
      text-underline-offset: 3px;
      font-weight: 800;
    }

    .objections-carousel .carousel-track {
      grid-auto-columns: calc((100% - 16px) / 2);
    }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      border-radius: 999px;
      border: 0;
      background: rgba(6,27,60,.92);
      color: var(--text);
      font-weight: 1000;
      cursor: pointer;
      display: grid;
      place-items: center;
      box-shadow: 0 12px 30px rgba(0,0,0,.18);
      z-index: 2;
    }
    .carousel-btn[disabled] {
      opacity: .35;
      cursor: not-allowed;
    }
    .carousel-btn.-prev { left: -6px; }
    .carousel-btn.-next { right: -6px; }
    .carousel-btn span { font-size: 18px; line-height: 1; }

    .mentor {
      background:
        linear-gradient(180deg, #0021478f, #00214772),
        url('https://morar-eua.sgglobal.group/wp-content/uploads/2024/12/bg-evento.webp');
      background-size: auto, cover;
      background-position: center, center;
      background-repeat: no-repeat;
      color: var(--text);
      padding: 72px 0;
    }
    .mentor-grid {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
    }
    .mentor-content {
      display: grid;
      align-content: center;
      justify-items: start;
      padding: 0;
      flex: 1;
    }
    .mentor-content-inner {
      width: 100%;
      max-width: 520px;
      margin: 0 auto;
      text-align: left;
    }
    .mentor-title {
      margin: 0 0 16px;
      font-size: 40px;
      line-height: 1.05;
      font-weight: 1000;
      text-transform: uppercase;
      letter-spacing: .2px;
      color: var(--text);
    }
    .mentor-title span {
      display: block;
    }
    .mentor-p {
      margin: 0;
      color: var(--text);
      font-size: 15px;
      line-height: 1.7;
      font-weight: normal;
    }
    .mentor-more {
      display: inline-block;
      margin-top: 16px;
      color: var(--text);
      font-weight: 900;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .mentor-photo {
      width: min(380px, 100%);
      aspect-ratio: 4 / 5;
      min-height: 0;
      border-radius: 6px;
      border: 0;
      background: url('../img/Imagem-Apresentador-Evento-1.png');
      background-size: contain;
      background-position: center bottom;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
    }
    .mentor-photo::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(6,27,60,.18);
      pointer-events: none;
    }
    .mentor-label {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      background: transparent;
      padding: 0;
      border-left: 0;
    }
    .mentor-name {
      margin: 0;
      font-weight: 1000;
      letter-spacing: .4px;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 1.1;
      color: var(--text);
      position: relative;
      padding-left: 40px;
    }
    .mentor-name::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: var(--light-blue);
      transform: translateY(-50%);
    }
    .mentor-name::after {
      content: "";
      position: absolute;
      left: 14px;
      top: 50%;
      width: 22px;
      height: 2px;
      background: var(--light-blue);
      transform: translateY(-50%);
    }
    .mentor-role {
      margin: 6px 0 0;
      font-weight: 900;
      letter-spacing: .3px;
      text-transform: uppercase;
      font-size: 12px;
      color: var(--text);
    }

    .schedule {
      background:
        url('../img/bg-programacao-blue2.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: var(--text);
      padding: 0;
      position: relative;
      overflow: hidden;
    }
    .schedule-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      align-items: stretch;
      min-height: 640px;
      grid-template-areas: "left right";
    }
    .schedule-right { grid-area: left; }
    .schedule-photo-wrap { grid-area: right; }
    .schedule-left-inner {
      width: 100%;
      max-width: 520px;
      margin: 0 auto;
      text-align: left;
    }
    .schedule-title {
      margin: 0 0 22px;
      font-size: 36px;
      line-height: 1.05;
      font-weight: 1000;
      text-transform: uppercase;
      letter-spacing: .2px;
      color: var(--text);
    }
    .schedule-list {
      display: grid;
      gap: 18px;
    }
    .schedule-item {
      display: grid;
      grid-template-columns: 74px 1fr;
      align-items: center;
      gap: 14px;
    }
    .schedule-time {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 34px;
      padding: 0 10px;
      border-radius: 4px;
      background: var(--accent2);
      color: var(--text);
      font-weight: 1000;
      font-size: 12px;
      letter-spacing: .4px;
    }
    .schedule-text {
      color: var(--text);
      font-weight: 750;
      font-size: 16px;
      line-height: 1.35;
      min-height: 34px;
      display: grid;
      align-content: center;
    }

    .schedule-right {
      display: grid;
      place-items: center;
      padding: 64px 22px;
    }
    .schedule-photo-wrap {
      display: grid;
      place-items: center;
      padding: 64px 22px;
    }
    .schedule-photo {
      width: min(520px, 100%);
      min-height: 420px;
      border-radius: 14px;
      border: 0;
      position: relative;
      overflow: hidden;
      box-shadow: 0 30px 70px rgba(0,0,0,.28);
    }

    .schedule-photo {
      background: transparent;
    }
    .schedule-marquee {
      position: absolute;
      inset: 0;
      overflow: hidden;
    }
    .schedule-marquee-inner {
      height: 100%;
      display: flex;
      align-items: stretch;
      width: max-content;
      animation: schedule-marquee 38s linear infinite;
      will-change: transform;
    }
    .schedule-marquee-track {
      display: flex;
      align-items: stretch;
      /* gap: 14px; */
      height: 100%;
      /* padding-right: 14px; */
    }
    .schedule-marquee-track img {
      display: block;
      height: 100%;
      width: auto;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      /* border-radius: 10px; */
      flex: 0 0 auto;
    }
    @keyframes schedule-marquee {
      from { transform: translate3d(0,0,0); }
      to { transform: translate3d(-50%,0,0); }
    }
    @media (prefers-reduced-motion: reduce) {
      .schedule-marquee-inner { animation: none !important; }
    }

    @media (max-width: 900px) {
      .schedule-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
          "left"
          "right";
        min-height: 0;
      }
      .schedule-right,
      .schedule-photo-wrap {
        padding: 42px 22px;
      }
      .schedule-title {
        font-size: 32px;
      }
      .schedule-photo {
        min-height: 360px;
      }
    }

    .testimonials {
      background:
        linear-gradient(180deg, #002147e0, #002147e0),
        url('../img/testimonials-bg.jpg');
      background-size: auto, cover;
      background-position: center, center;
      background-repeat: no-repeat;
      color: var(--text);
    }
    .testimonials-title {
      margin: 0 0 10px;
      text-align: center;
      font-weight: 1000;
      font-size: 34px;
      text-transform: uppercase;
      letter-spacing: .2px;
      color: var(--text);
    }
    .testimonials-lead {
      margin: 0 auto 28px;
      max-width: 980px;
      text-align: center;
      color: var(--text);
      font-size: 16px;
      line-height: 1.7;
      /* font-weight: 650; */
    }
    .videos-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      align-items: start;
    }
    .video-card {
      position: relative;
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      background: #e6eaf2;
      overflow: hidden;
      border: 0;
      text-decoration: none;
    }
    .video-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: none;
      opacity: 1;
    }
    .testimonials-cta {
      display: grid;
      justify-content: center;
      margin-top: 26px;
    }

    .team {
      background: var(--text);
      color: var(--bg);
    }
    .team-kicker {
      margin: 0 auto 28px;
      max-width: 980px;
      text-align: center;
      font-weight: 1000;
      font-size: 44px;
      line-height: 1.05;
      color: var(--bg);
      letter-spacing: -.2px;
    }
    .team-kicker span {
      display: inline-block;
    }
    .team-kicker .kicker-hi {
      margin-top: 8px;
      padding: 8px 10px;
      background: var(--light-blue);
      color: var(--text);
    }
    .team-kicker .kicker-hi::after {
      content: ".";
      color: var(--text);
    }
    .team-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }
    .team-photo {
      width: 100%;
      display: grid;
      justify-items: center;
    }
    .team-photo img {
      width: min(520px, 100%);
      height: auto;
      display: block;
    }

    /* .final-right {
      min-height: 980px;
    } */
    /* #s-formulario {
      width: 100%;
      min-height: 980px;
      background: rgba(255,255,255,.96);
      border-radius: 12px;
    } */
    .team-title {
      margin: 0 0 14px;
      font-weight: 1000;
      font-size: 34px;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: .2px;
      color: #0b2e5f;
    }
    .team-copy {
      margin: 0;
      color: var(--bg);
      font-size: 15px;
      line-height: 1.7;
      /* font-weight: 650; */
    }

    .awards {
      margin-top: 34px;
    }
    .awards-title {
      margin: 0 0 10px;
      text-align: center;
      font-weight: 1000;
      font-size: 34px;
      text-transform: uppercase;
      letter-spacing: .2px;
      color: var(--bg);
    }
    .awards-sub {
      margin: 0 auto 22px;
      max-width: 980px;
      text-align: center;
      color: var(--border);
      font-size: 14px;
      line-height: 1.7;
      /* font-weight: 650; */
    }
    .awards .carousel-track {
      grid-auto-columns: calc((100% - 54px) / 4);
      gap: 18px;
    }
    .award-card {
      background: transparent;
      border: 0;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
      display: grid;
      justify-items: center;
      align-content: start;
      gap: 10px;
      text-align: center;
      min-height: 100%;
    }
    .award-badge {
      width: 128px;
      height: 128px;
      border-radius: 999px;
      overflow: hidden;
      border: 0;
      background: transparent;
      display: grid;
      place-items: center;
      box-shadow: none;
    }
    .award-badge img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .award-year {
      margin: 0;
      font-weight: 1000;
      font-size: 18px;
      letter-spacing: .2px;
      color: #0b2e5f;
    }
    .award-desc {
      margin: 0;
      font-weight: 650;
      font-size: 12px;
      line-height: 1.4;
      color: #4a5d78;
    }
    .carousel-dots {
      margin-top: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }
    .carousel-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      border: 0;
      background: rgba(11,46,95,.22);
      cursor: pointer;
      padding: 0;
    }
    .carousel-dot[aria-current="true"] {
      width: 18px;
      background: var(--bg);
    }

    .faq {
      background: var(--text);
      color: var(--bg);
    }
    .faq-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 36px;
      align-items: start;
    }
    .faq-left {
      padding-top: 10px;
    }
    .faq-title {
      margin: 0 0 16px;
      font-weight: 1000;
      font-size: 40px;
      line-height: 1.05;
      text-transform: uppercase;
      letter-spacing: .2px;
      color: var(--bg);
    }
    .faq-lead {
      margin: 0 0 22px;
      color: var(--bg);
      font-size: 16px;
      line-height: 1.7;
      /* font-weight: 650; */
      max-width: 420px;
    }
    .faq-accordion {
      border: 1px solid rgba(19,35,59,.12);
      background: var(--text);
      border-radius: 10px;
      overflow: hidden;
      width: 100%;
    }
    @media (min-width: 1024px) {
      .faq-accordion {
        width: 75%;
      }
    }
    .faq-item {
      border-top: 1px solid rgba(19,35,59,.10);
    }
    .faq-item:first-child { border-top: 0; }
    .faq-q {
      list-style: none;
      cursor: pointer;
      padding: 16px 44px 16px 16px;
      font-weight: 850;
      color: rgba(11,46,95,.92);
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      text-align: left;
      position: relative;
    }
    .faq-q:hover {
      background: rgba(243,246,251,.75);
    }
    .faq-q::-webkit-details-marker { display: none; }
    .faq-q::after {
      content: "";
      position: absolute;
      right: 16px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-right: 2px solid rgba(11,46,95,.65);
      border-bottom: 2px solid rgba(11,46,95,.65);
      transform: translateY(-50%) rotate(45deg);
      transition: transform 200ms cubic-bezier(0.87, 0, 0.13, 1);
    }
    .faq-item[open] .faq-q {
      background: #f3f6fb;
      color: #0b2e5f;
    }
    .faq-item[open] .faq-q::after {
      transform: translateY(-50%) rotate(-135deg);
      border-right-color: rgba(11,46,95,.85);
      border-bottom-color: rgba(11,46,95,.85);
    }
    .faq-a {
      overflow: hidden;
      height: 0;
      opacity: 0;
      padding: 0;
      background: #fbfcfe;
      color: rgba(36,58,89,.92);
      font-size: 13px;
      line-height: 1.7;
      font-weight: 500;
      text-align: left;
      transition:
        height 200ms cubic-bezier(0.87, 0, 0.13, 1),
        opacity 200ms ease;
      will-change: height;
    }

    .faq-a a {
      color: var(--light-blue);
    }
    .faq-a-inner {
      padding: 14px 16px 18px;
      transform: translateY(-2px);
      transition: transform 200ms cubic-bezier(0.87, 0, 0.13, 1);
      will-change: transform;
    }
    .faq-item[open] .faq-a {
      opacity: 1;
    }
    .faq-item[open] .faq-a-inner {
      transform: translateY(0);
    }

    @media (prefers-reduced-motion: reduce) {
      .faq-a,
      .faq-a-inner,
      .faq-q::after {
        transition: none !important;
      }
    }
    .faq-a b,
    .faq-a strong {
      font-weight: 500;
    }

    .final {
      background:
        linear-gradient(180deg, rgba(6,27,60,.88), rgba(7,31,68,.92)),
        url('https://images.unsplash.com/photo-1521464302861-ce943915d1c3?q=80&w=1171&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
      background-size: auto, cover;
      background-position: center, center;
      background-repeat: no-repeat;
      color: var(--text);
      padding: 0;
      position: relative;
      overflow: hidden;
    }
    .final-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: center;
      min-height: 520px;
      padding: 84px 0;
    }
    .final-left {
      padding: 0 22px;
    }
    .final-title {
      margin: 0 0 14px;
      font-weight: 1000;
      font-size: 40px;
      line-height: 1.05;
      text-transform: uppercase;
      letter-spacing: .2px;
      color: #ffffff;
    }
    .final-lead {
      margin: 0;
      max-width: 520px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.7;
      font-weight: 650;
    }
    .final-right {
      padding: 0 22px;
      /* display: grid; */
      justify-items: center;
    }
    .form-card {
      width: min(420px, 100%);
      background: #ffffff;
      color: #13233b;
      border-radius: 6px;
      padding: 22px;
      box-shadow: 0 30px 70px rgba(0,0,0,.35);
    }
    .form-title {
      margin: 0;
      text-align: center;
      font-weight: 1000;
      font-size: 14px;
      letter-spacing: .6px;
      text-transform: uppercase;
    }
    .form-sub {
      margin: 6px 0 16px;
      text-align: center;
      color: #6a7a92;
      font-size: 12px;
      line-height: 1.4;
      font-weight: 650;
    }
    .f {
      display: grid;
      gap: 10px;
    }
    .f input {
      width: 100%;
      height: 40px;
      border-radius: 2px;
      border: 1px solid rgba(19,35,59,.30);
      padding: 0 12px;
      font-size: 12px;
      outline: none;
    }
    .phone {
      display: grid;
      grid-template-columns: 60px 1fr;
      gap: 0;
    }
    .phone .ddi {
      height: 40px;
      border-radius: 2px 0 0 2px;
      border: 1px solid rgba(19,35,59,.30);
      border-right: 0;
      display: grid;
      place-items: center;
      font-size: 12px;
      color: #13233b;
      background: #f3f5f9;
      font-weight: 800;
    }
    .phone input {
      border-radius: 0 2px 2px 0;
    }
    .form-actions {
      display: grid;
      justify-content: end;
      margin-top: 10px;
    }
    #s-formulario label,
    .final-right label,
    #s-formulario .label,
    .final-right .label {
      color: #13233b !important;
      opacity: 1 !important;
    }
    #s-formulario input::placeholder,
    #s-formulario textarea::placeholder {
      color: rgba(19,35,59,.85) !important;
      opacity: 1 !important;
    }
    #s-formulario .MuiInputLabel-root,
    #s-formulario .MuiFormLabel-root,
    #s-formulario .mat-form-field-label,
    #s-formulario .form-label,
    #s-formulario .field-label {
      color: #13233b !important;
      opacity: 1 !important;
    }
    #s-formulario .form-label,
    #s-formulario .field-label {
      color: #13233b !important;
      opacity: 1 !important;
    }
    #s-formulario .form-floating > label {
      color: #13233b !important;
      opacity: 1 !important;
      z-index: 2;
    }
    #s-formulario .form-floating > .form-control,
    #s-formulario .form-floating > .form-select {
      z-index: 1;
    }
    #s-formulario .form-floating > .form-control::placeholder {
      color: transparent !important;
    }
    body.lp .btn.-soft {
      background: #DC2626;
      padding: 10px 16px;
      border-radius: 4px;
      font-size: 12px;
      text-transform: none;
      letter-spacing: 0;
    }

    .form-embed {
      width: min(520px, 100%);
      height: 560px;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .footer {
      background: #ffffff;
      color: #0b2e5f;
      padding: 28px 0 18px;
    }
    .footer-logo {
      display: grid;
      justify-content: center;
      margin-bottom: 18px;
      width: 100%;
      text-align: center;
    }
    .footer-logo img {
      width: 100%;
      max-width: 240px;
      height: auto;
      display: block;
      margin: 0 auto;
      filter: brightness(1.08) contrast(1.02);
    }
    .footer-links {
      border-top: 1px solid rgba(19,35,59,.14);
      padding-top: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 18px 28px;
      font-size: 12px;
    }
    .footer-links a {
      color: #0b2e5f;
      text-decoration: none;
      font-weight: 800;
    }
    .footer-links a:hover {
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .footer-company {
      color: rgba(11,46,95,.85);
      font-weight: 750;
      letter-spacing: .1px;
      text-align: center;
    }
    .footer-copy {
      color: rgba(11,46,95,.72);
      font-weight: 800;
      text-align: center;
    }

    @media (max-width: 980px) {
      .tablist { grid-template-columns: 1fr 1fr; }
      .tabpanel { grid-template-columns: 1fr; }
      .topic-image { max-width: 380px; }
      .mentor-grid { flex-direction: column; align-items: stretch; }
      .mentor-photo { width: 100%; max-width: 520px; margin: 0 auto; }
      .schedule-grid { grid-template-columns: 1fr; }
      .schedule-photo-wrap { padding-top: 0; }
      .schedule-photo { min-height: 280px; }
      .videos-grid { grid-template-columns: 1fr 1fr; }
      .team-grid { grid-template-columns: 1fr; }
      .faq-grid { grid-template-columns: 1fr; }
      .objections-grid { grid-template-columns: 1fr; }
      .final-grid { grid-template-columns: 1fr; padding: 64px 0; }
      .final-title { font-size: 34px; }
      .audience-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 260px)); }
      .carousel-track { grid-auto-columns: min(560px, 92%); }
      .awards .carousel-track { grid-auto-columns: calc((100% - 18px) / 2); }
      .team-kicker { font-size: 34px; }
    }
    @media (max-width: 520px) {
      .topics-title { font-size: 30px; }
      .countdown-title { font-size: 30px; }
      .tablist { grid-template-columns: 1fr; }
      .videos-grid { grid-template-columns: 1fr; }
      .footer-links { justify-content: flex-start; }
      .carousel-track { grid-auto-columns: 92%; }
      .awards .carousel-track { grid-auto-columns: 78%; }
      .team-kicker { font-size: 30px; }
      .team-kicker .kicker-hi { padding: 7px 8px; }
    }
    .where-list {
      display: grid;
      gap: 14px;
      font-size: 18px;
      line-height: 1.45;
    }
    .where-item b {
      display: block;
      margin-bottom: 2px;
    }

    @media (max-width: 640px) {
      .hero-grid { grid-template-columns: 1fr; }
      .hero-right { display: none; }
	  .hero-left { justify-self: center; justify-items: center; text-align: center; max-width: 520px; }
	  .brand-logo { margin-left: auto; margin-right: auto; }
	  .badges { justify-content: center; }
	  .hero-text { margin-left: auto; margin-right: auto; }
	  .metrics { margin-left: auto; margin-right: auto; }
      .where { padding: 48px 0; }
      .where-grid { min-height: auto; }
      .where-grid > div:first-child {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
      }
      .place-photo { aspect-ratio: 16 / 9; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
      .where-content { margin-left: 0; min-height: auto; padding-top: 22px; }
      .countdown { grid-template-columns: 1fr; }
	  .hero .container { padding-top: 96px; }
    }
    @media (min-width: 981px) {
      .audience-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .audience-p { max-width: 260px; }
    }
    @media (max-width: 520px) {
      .container { padding: 0 16px; }
      .metrics { grid-template-columns: 1fr; }
	  .countdown { grid-template-columns: repeat(2, 1fr); gap: 10px; }
      .badge { width: 100%; justify-content: center; }
      .badge.-city { justify-content: center; }
      .nav .container { justify-content: flex-end; }
      .nav-links { display: none; }
    }

    @media (max-width: 360px) {
      .countdown { grid-template-columns: 1fr; }
      .cd-n { font-size: 28px; }
    }

    .lp-modal {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: none;
    }
    .lp-modal[aria-hidden="false"] {
      display: block;
    }
    .lp-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,.62);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
    .lp-modal-panel {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: min(520px, calc(100% - 24px));
      height: min(820px, calc(100vh - 56px));
      background: #ffffff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 30px 70px rgba(0,0,0,.45);
      display: flex;
      flex-direction: column;
    }
    .lp-modal-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 36px;
      height: 36px;
      border-radius: 999px;
      border: 0;
      background: rgba(0,0,0,.65);
      color: #ffffff;
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
      z-index: 2;
    }
    .lp-modal-body {
      padding: 0;
      flex: 1;
      min-height: 0;
    }
    .lp-modal-embed {
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 8px;
      background: #ffffff;
      overflow: hidden;
    }

    .awards [data-carousel-viewport] {
      overflow: hidden;
      scroll-snap-type: none;
      -ms-overflow-style: none;
      scrollbar-width: none;
      touch-action: pan-y;
    }
    .awards [data-carousel-viewport]::-webkit-scrollbar {
      width: 0;
      height: 0;
    }
