:root {
  --green: #1b5e3f;
  --green-2: #0f7a4a;
  --green-3: #0b3f2a;
  --gold: #e89a3c;
  --gold-light: #fff2df;
  --ink: #14231c;
  --muted: #5f6f67;
  --line: #d8e3dd;
  --surface: #f5f8f6;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(7, 48, 31, 0.14);
  --radius: 22px;
  --container: 1160px;
  --dark-1: #17161a;
  --dark-2: #262429;
}
* {
  box-sizing: border-box;
}
/* Garante que o atributo [hidden] sempre esconda o elemento, mesmo quando outra regra da folha
   de estilo define um "display" próprio para ele (ex.: #webToLeadForm com display:grid). */
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::selection {
  background: var(--gold);
  color: var(--green-3);
}
a {
  color: inherit;
}
button,
input,
select {
  font: inherit;
}
img,
svg {
  display: block;
  max-width: 100%;
}
.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
}
.skip-link:focus {
  top: 16px;
}
.topbar {
  background: var(--green-3);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}
.topbar .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.topbar strong {
  color: var(--gold);
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--green);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--white);
}
.brand-mark {
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow: inset 0 0 0 4px rgba(232, 154, 60, 0.18);
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.045em;
}
.brand-tagline {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}
.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s ease;
}
.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--white);
  color: var(--green);
  transform: translateY(-1px);
}
.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-image: url("../img/banner-header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 72px 0 84px;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero::before {
  width: 460px;
  height: 460px;
  right: -170px;
  top: -120px;
}
.selo-premier{
  width:80px;
}
.hero::after {
  width: 220px;
  height: 220px;
  right: 76px;
  top: 72px;
  border-color: rgba(232, 154, 60, 0.28);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7d8af;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(232, 154, 60, 0.16);
}
h1 {
  margin: 0;
  max-width: 720px;
  font-size: 46px;
  line-height: 0.98;
  letter-spacing: -0.055em;
}
h1 span {
  display: block;
  margin-top: 10px;
  color: var(--gold);
}
.hero-lead {
  max-width: 650px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
}
.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.event-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.17);
  font-size: 14px;
  font-weight: 700;
}
.event-chip svg {
  width: 18px;
  color: var(--gold);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 31px;
}
.logotipo{
  width: 200px;
  height: auto;
  margin:20px 0;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.button-primary {
  color: var(--green-3);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(232, 154, 60, 0.22);
}
.button-primary:hover,
.button-primary:focus-visible {
  background: #f3ae5a;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(232, 154, 60, 0.28);
}
.hero-note {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}
.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.trust-line strong {
  color: var(--white);
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.trust-item::before {
  content: "✓";
  color: var(--gold);
  font-weight: 900;
}
.privacy-note {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  color: #78867e;
  font-size: 11px;
  text-align: center;
}
.privacy-note svg {
  width: 14px;
  flex: 0 0 auto;
}

/* Formulário Web-to-Lead (Salesforce) */
.w2l-container {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  max-width: 500px;
  margin: 0px auto; /* Centraliza o formulário na tela */
  padding: 34px 32px;
  border: 1px solid var(--line);
  border-radius: 20px; /* Cantos arredondados do cartão */
  background-color: #fff;
  color: var(
    --ink
  ); /* corrige texto invisível: o card fica dentro do hero, que herda cor branca */
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* Faixa de destaque no topo do cartão, no padrão visual do restante da LP */
.w2l-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #00964f, var(--gold));
}

/* Título e texto de apoio do formulário */
.w2l-container h2 {
  margin: 0;
  color: var(--green);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.w2l-container > p {
  margin: 8px 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

/* Estilo dos rótulos (textos explicativos dos campos) */
.w2l-container label {
  display: block; /* Força o label a ficar em uma linha própria */
  margin-top: 16px;
  color: #2f4339;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

/* Estilização padrão para campos de texto, e-mail e telefone */
.w2l-container input[type="text"],
.w2l-container input[type="email"],
.w2l-container input[type="tel"] {
  width: 100%;
  height: 46px;
  padding: 0 18px;
  margin-top: 6px;
  box-sizing: border-box; /* Garante que o padding não estoure a largura total */
  border: 1px solid #d5ded9;
  border-radius: 100px; /* Campos com bordas arredondadas no estilo pílula */
  background: var(--surface);
  color: var(--ink);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.w2l-container input::placeholder {
  color: #98a49e;
}

/* Destaque visual quando o usuário clica/foca no campo */
.w2l-container input:focus {
  outline: none;
  border-color: #00964f;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 150, 79, 0.14);
}

/* Destaque em vermelho para campos inválidos que já possuem texto digitado */
.w2l-container input:invalid:not(:placeholder-shown) {
  border-color: #c62828;
}

.w2l-container input:invalid:not(:placeholder-shown):focus {
  box-shadow: 0 0 0 4px rgba(198, 40, 40, 0.14);
}

/* Estilização do botão de envio (submit) */
.w2l-container input[type="submit"] {
  margin-top: 26px;
  height: 50px;
  padding: 0 24px;
  background: linear-gradient(135deg, #00964f 0%, #00b263 100%);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 15px;
  border-radius: 100px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 26px rgba(0, 150, 79, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

/* Efeito de hover no botão de envio */
.w2l-container input[type="submit"]:hover {
  background: linear-gradient(135deg, #00854a 0%, #00964f 100%);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 150, 79, 0.34);
}

.w2l-container input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 150, 79, 0.26);
}

/* Tela de sucesso exibida no lugar do formulário após o envio ser confirmado */
.w2l-success-screen {
  text-align: center;
}

.w2l-success-screen h3 {
  margin: 0;
  color: var(--green);
  font-size: 22px;
  letter-spacing: -0.02em;
}

.w2l-success-screen p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.w2l-warning-box {
  margin: 20px 0;
  padding: 14px 16px;
  border: 1px solid var(--gold);
  border-radius: 14px;
  background: var(--gold-light);
  color: #6b4a1c;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.btn-teams-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  padding: 14px 24px;
  border-radius: 100px;
  background: linear-gradient(135deg, #00964f 0%, #00b263 100%);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 150, 79, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn-teams-action:hover {
  background: linear-gradient(135deg, #00854a 0%, #00964f 100%);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 150, 79, 0.34);
}

/* Estilização do bloco visual de depuração (se existir na página) */
#debug {
  margin-top: 30px;
  background: #f4f4f4;
  padding: 16px;
  border: 1px solid #ccc;
  font-size: 13px;
}

#debug h3 {
  margin: 0 0 10px;
}

#debug table {
  width: 100%;
  border-collapse: collapse;
}

#debug td {
  padding: 4px 8px;
  border-bottom: 1px solid #ddd;
}

/* Destaque na primeira coluna do debug (nomes dos parâmetros) */
#debug td:first-child {
  font-weight: bold;
  width: 140px;
  color: #555;
}

/* Estilo para indicar no debug que o parâmetro está ausente */
.empty {
  color: #aaa;
  font-style: italic;
}

/* Agrupa pares de campos (nome/sobrenome, empresa/cargo) na mesma linha em telas grandes, sem alterar o HTML do formulário.
   Cada campo recebe linha e coluna explícitas (o auto-placement do grid, com apenas a coluna fixa,
   empurra o 2º item do par para a linha do input anterior em vez de alinhar com seu par). */
@media (min-width: 641px) {
  #webToLeadForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
  }

  #webToLeadForm label[for="first_name"] {
    grid-column: 1;
    grid-row: 1;
  }
  #webToLeadForm input#first_name {
    grid-column: 1;
    grid-row: 2;
  }
  #webToLeadForm label[for="last_name"] {
    grid-column: 2;
    grid-row: 1;
  }
  #webToLeadForm input#last_name {
    grid-column: 2;
    grid-row: 2;
  }

  #webToLeadForm label[for="email"] {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  #webToLeadForm input#email {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  #webToLeadForm label[for="company"] {
    grid-column: 1;
    grid-row: 5;
  }
  #webToLeadForm input#company {
    grid-column: 1;
    grid-row: 6;
  }
  #webToLeadForm label[for="Cargo__c"] {
    grid-column: 2;
    grid-row: 5;
  }
  #webToLeadForm input#Cargo__c {
    grid-column: 2;
    grid-row: 6;
  }

  #webToLeadForm label[for="phone"] {
    grid-column: 1 / -1;
    grid-row: 7;
  }
  #webToLeadForm input#phone {
    grid-column: 1 / -1;
    grid-row: 8;
  }

  #webToLeadForm input[type="submit"] {
    grid-column: 1 / -1;
    grid-row: 9;
  }
}
.proof-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--dark-1);
  color: rgba(255, 255, 255, 0.82);
}
.proof-grid {
  min-height: 116px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  align-items: center;
}
.proof-intro {
  padding-right: 34px;
}
.proof-intro span {
  color: var(--gold);
  font-weight: 800;
}
.proof-stat {
  padding: 22px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.proof-stat strong {
  display: block;
  color: var(--gold);
  font-size: 28px;
  line-height: 1;
}
.proof-stat span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}
section.content {
  padding: 86px 0;
}
#beneficios {
  background: var(--dark-2);
}
#publico {
  background: var(--dark-2);
}
.section-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-title {
  margin: 0;
  max-width: 780px;
  color: var(--green-3);
  font-size: clamp(34px, 4.4vw, 50px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}
.section-lead {
  max-width: 720px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 18px;
}
.dark-section .section-title {
  color: var(--white);
}
.dark-section .section-lead {
  color: rgba(255, 255, 255, 0.68);
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 42px;
}
.benefit {
  position: relative;
  min-height: 245px;
  padding: 25px 23px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  transition: 0.22s ease;
}
.benefit:hover {
  transform: translateY(-5px);
  border-color: rgba(27, 94, 63, 0.42);
  box-shadow: 0 16px 34px rgba(21, 77, 51, 0.09);
}
.benefit::after {
  content: attr(data-number);
  position: absolute;
  right: 17px;
  bottom: -17px;
  color: rgba(27, 94, 63, 0.06);
  font-size: 90px;
  font-weight: 900;
  letter-spacing: -0.08em;
}
.benefit-badge {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--green);
  background: var(--gold-light);
  font-weight: 900;
}
.benefit h3 {
  margin: 18px 0 9px;
  color: var(--green);
  font-size: 18px;
  line-height: 1.25;
}
.benefit p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.agenda-section {
  padding: 86px 0;
  background: var(--dark-1);
}
.agenda-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 60px;
  align-items: start;
}
.event-card {
  position: sticky;
  top: 24px;
  padding: 30px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--green-3);
  box-shadow: var(--shadow);
}
.event-card .mini {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.event-card h3 {
  margin: 9px 0 21px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.event-detail {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.event-detail-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
}
.event-detail small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
}
.event-detail strong {
  display: block;
  margin-top: 2px;
}
.event-card .button {
  width: 100%;
  margin-top: 22px;
}
.topics {
  display: grid;
  gap: 12px;
  margin-top: 29px;
}
.topic {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.topic:last-child {
  border-bottom: 0;
}
.topic-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: #e6f0eb;
  font-size: 13px;
  font-weight: 900;
}
.topic h3 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 18px;
}
.topic p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}
.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 62px;
  align-items: center;
}
.audience-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #fff 0%, #f4f8f5 100%);
}
.role-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.role-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 11px 13px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 5px 16px rgba(27, 94, 63, 0.06);
  font-size: 13px;
  font-weight: 700;
}
.role-list li::before {
  content: "✓";
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-size: 12px;
}
.audience-copy p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}
.audience-copy .button {
  margin-top: 10px;
  background: var(--green);
  color: var(--white);
}
.audience-copy .button:hover {
  background: var(--green-3);
  transform: translateY(-2px);
}
.faq-section {
  padding: 86px 0;
  background: var(--green-3);
  color: var(--white);
}
.faq-section .section-title {
  color: var(--white);
}
.faq-section .section-lead {
  color: rgba(255, 255, 255, 0.66);
}
.faq-list {
  max-width: 850px;
  margin: 38px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border: 0;
  color: var(--white);
  background: transparent;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.faq-question span:last-child {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease;
}
.faq-item.open .faq-question span:last-child {
  transform: rotate(45deg);
}
.faq-answer {
  display: none;
  max-width: 760px;
  padding: 0 0 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}
.faq-item.open .faq-answer {
  display: block;
}
.final-cta {
  padding: 72px 0;
  background: var(--dark-1);
}
.final-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 38px 42px;
  border: 1px solid rgba(232, 154, 60, 0.46);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(87, 55, 16, 0.08);
}
.final-box h2 {
  margin: 0;
  color: var(--green-3);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.final-box p {
  margin: 10px 0 0;
  color: var(--muted);
}
.final-box .button {
  flex: 0 0 auto;
  background: var(--green);
  color: var(--white);
}
.final-box .button:hover {
  background: var(--green-3);
  transform: translateY(-2px);
}
footer {
  padding: 56px 0 0;
  color: rgba(255, 255, 255, 0.68);
  background: #1d1d1d;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-col h3 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.footer-col p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.6;
}
.footer-col a {
  color: var(--white);
  text-decoration: none;
}
.footer-col a:hover {
  text-decoration: underline;
}
.footer-logo {
  width: 170px;
  height: auto;
  margin-bottom: 18px;
}
.footer-office,
.footer-social {
  text-align: center;
}
.footer-link {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--white);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  transition: 0.2s ease;
}
.social-icons a svg {
  width: 18px;
  height: 18px;
}
.social-icons a:hover {
  color: var(--green-3);
  background: var(--gold);
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: center;
}
.reveal {
  opacity: 1;
  transform: none;
}
@media (max-width: 980px) {
  .hero-grid,
  .agenda-grid,
  .audience-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    gap: 42px;
  }
  .footer-office,
  .footer-social {
    text-align: left;
  }
  .social-icons {
    justify-content: flex-start;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
  }
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proof-intro {
    grid-column: 1 / -1;
    padding: 24px 0 17px;
  }
  .proof-stat {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .event-card {
    position: static;
  }
  .final-box {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }
  .topbar .container {
    min-height: 48px;
  }
  .nav {
    min-height: 68px;
  }
  .nav-cta {
    display: none;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
  }
  .hero {
    padding: 51px 0 61px;
  }
  h1 {
    font-size: 43px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .event-meta {
    display: grid;
    grid-template-columns: 1fr;
  }
  .w2l-container {
    padding: 24px 20px;
  }
  .benefits,
  .role-list,
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .proof-intro {
    grid-column: auto;
  }
  .proof-stat {
    border-left: 0;
  }
  section.content,
  .agenda-section,
  .faq-section {
    padding: 64px 0;
  }
  .benefit {
    min-height: 210px;
  }
  .audience-card {
    padding: 22px;
  }
  .final-box {
    padding: 29px 24px;
  }
  .final-box .button {
    width: 100%;
  }
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
