:root {
  --refresh-ink: #15283f;
  --refresh-ink-soft: #294057;
  --refresh-navy: #15283f;
  --refresh-cream: #f7f2e8;
  --refresh-ivory: #f7f2e8;
  --refresh-paper: #fffdf8;
  --refresh-gold: #b58a3d;
  --refresh-gold-soft: #dcc99e;
  --refresh-rose: #d9a7a1;
  --refresh-muted: #667381;
  --refresh-line: rgba(21, 40, 63, 0.14);
  --refresh-shadow: 0 24px 70px rgba(21, 40, 63, 0.12);
}

body {
  background: var(--refresh-paper);
  color: var(--refresh-ink);
}

/* Cabeçalho padronizado em todas as páginas */
.site-header.refresh-header {
  background: #0d2038 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(14px);
}

.nav-shell {
  min-height: 82px;
}

.brand-refresh {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fffaf3;
  text-decoration: none;
}

.brand-refresh img {
  width: 44px !important;
  height: 50px !important;
  object-fit: contain;
}

.refresh-header .brand-refresh img {
  opacity: 1 !important;
  filter: brightness(0) invert(1);
}

.brand-refresh span {
  display: grid;
  line-height: 1;
}

.brand-refresh strong {
  color: #fffaf3;
  font: 600 25px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.02em;
}

.brand-refresh small {
  margin-top: 6px;
  color: var(--refresh-gold-soft);
  font: 600 8px/1 Inter, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav-refresh {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav-refresh > a,
.nav-dropdown > button {
  color: #fffaf3 !important;
  font: 600 13px/1 Inter, sans-serif;
  text-decoration: none;
  opacity: 1 !important;
  visibility: visible !important;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-dropdown > button::after {
  content: "⌄";
  color: var(--refresh-gold-soft);
  font-size: 14px;
}

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 30;
  width: min(320px, 85vw);
  padding: 10px;
  border: 1px solid var(--refresh-line);
  border-radius: 16px;
  background: var(--refresh-paper) !important;
  box-shadow: var(--refresh-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: 180ms ease;
}

.nav-dropdown:is(:hover, :focus-within, .is-open) .nav-dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-dropdown-panel a {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 10px;
  color: var(--refresh-ink) !important;
  text-decoration: none;
}

.nav-dropdown-panel a:hover,
.nav-dropdown-panel a:focus-visible {
  background: var(--refresh-cream);
}

.nav-dropdown-panel strong {
  color: var(--refresh-ink) !important;
  font-size: 13px;
}

.nav-dropdown-panel span {
  color: var(--refresh-muted) !important;
  font-size: 11px;
  line-height: 1.45;
}

/* Botão Fale comigo */
.refresh-header .site-nav-refresh > a.nav-cta-refresh {
  padding: 12px 18px;
  border: 1px solid #e8b9b2 !important;
  border-radius: 999px;
  background: #e8b9b2 !important;
  color: #0d2038 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.refresh-header .site-nav-refresh > a.nav-cta-refresh:hover,
.refresh-header .site-nav-refresh > a.nav-cta-refresh:focus-visible {
  border-color: #f1d1cc !important;
  background: #f1d1cc !important;
  color: #0d2038 !important;
}

.refresh-header .menu-toggle span {
  background: #fffaf3 !important;
}

.proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
}

.hero-refresh {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 7vw, 96px) 0 64px;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(217, 167, 161, 0.36),
      transparent 27%
    ),
    linear-gradient(
      130deg,
      var(--refresh-paper) 0 67%,
      var(--refresh-cream) 67% 100%
    );
}

.hero-refresh::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(181, 138, 61, 0.35);
  border-radius: 50%;
}

.hero-refresh-grid > *,
.site-form-shell > *,
.recognition-grid > * {
  min-width: 0;
}

.hero-refresh-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
}

.hero-refresh .eyebrow {
  color: var(--refresh-gold);
}

.hero-refresh h1 {
  max-width: 760px;
  margin: 16px 0 20px;
  color: var(--refresh-ink);
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.96;
}

.hero-refresh h1 em {
  color: var(--refresh-rose);
  font-weight: 500;
}

.hero-refresh-lead {
  max-width: 660px;
  color: #51606e;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.hero-training-card {
  max-width: 680px;
  margin-top: 30px;
  padding: 22px 24px;
  border: 1px solid rgba(181, 138, 61, 0.32);
  border-left: 4px solid var(--refresh-gold);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 40px rgba(21, 40, 63, 0.08);
}

.hero-training-card > span {
  color: var(--refresh-gold);
  font: 700 10px/1 Inter, sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero-training-card h2 {
  margin: 10px 0 8px;
  font-size: clamp(27px, 3vw, 37px);
  line-height: 1.05;
}

.hero-training-card p {
  margin: 0 0 18px;
  color: #596775;
}

.hero-refresh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-refresh-portrait {
  position: relative;
  justify-self: end;
  width: min(100%, 470px);
}

.hero-refresh-portrait::before {
  content: "";
  position: absolute;
  inset: 28px -24px -24px 28px;
  border: 1px solid var(--refresh-gold-soft);
  border-radius: 48% 48% 24px 24px;
}

.hero-refresh-portrait img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 48% 48% 24px 24px;
  box-shadow: var(--refresh-shadow);
}

.hero-refresh-portrait figcaption {
  position: relative;
  z-index: 2;
  width: calc(100% - 34px);
  margin: -28px auto 0;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--refresh-ink);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.section-refresh-light {
  background: var(--refresh-paper);
}

.section-refresh-cream {
  background: var(--refresh-cream);
}

.sales-video-section {
  padding: clamp(64px, 8vw, 104px) 0;
  background: var(--refresh-paper);
}

.sales-video-section.video-class {
  background: var(--refresh-cream);
}

.sales-video-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 72px);
}

.sales-video-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
}

.sales-video-copy p {
  color: #566473;
  line-height: 1.75;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 10px solid #fff;
  border-radius: 24px;
  background: var(--refresh-ink);
  box-shadow: var(--refresh-shadow);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.refresh-curriculum-note {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.refresh-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.refresh-module {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.refresh-module > span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--refresh-gold);
  color: #fff;
  font-weight: 700;
}

.refresh-module h3 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.refresh-module p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.62;
}

.site-form-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: start;
}

.site-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--refresh-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--refresh-shadow);
}

.site-form .field {
  display: grid;
  gap: 8px;
}

.site-form .field-full,
.site-form .form-consent,
.site-form .form-message,
.site-form .form-submit {
  grid-column: 1 / -1;
}

.site-form label,
.site-form legend {
  color: var(--refresh-ink);
  font-size: 12px;
  font-weight: 700;
}

.site-form input,
.site-form select,
.site-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cfd6dd;
  border-radius: 10px;
  background: #fff;
  color: var(--refresh-ink);
  font: 400 15px/1.4 Inter, sans-serif;
}

.site-form textarea {
  min-height: 130px;
  resize: vertical;
}

.site-form input:focus,
.site-form select:focus,
.site-form textarea:focus {
  border-color: var(--refresh-gold);
  outline: 3px solid rgba(181, 138, 61, 0.15);
}

.form-consent {
  display: flex;
  gap: 10px;
  color: #5d6975;
  font-size: 12px;
  line-height: 1.55;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: #8a3f3b;
  font-size: 13px;
}

.form-message.is-success {
  color: #2e704f;
}

.library-returning {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--refresh-line);
}

.library-returning form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.library-returning input {
  flex: 1;
}

.library-returning .form-message {
  flex-basis: 100%;
}

.recognition-section {
  background: linear-gradient(
    135deg,
    #fff 0%,
    var(--refresh-ivory) 100%
  );
}

.recognition-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
}

.recognition-card {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--refresh-shadow);
}

.recognition-card img {
  width: 100%;
  height: auto;
}

.recognition-copy > p {
  color: var(--refresh-muted);
  font-size: 17px;
}

.recognition-numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 20px;
}

.recognition-numbers div {
  padding: 22px;
  border: 1px solid var(--refresh-line);
  border-radius: 18px;
  background: #fff;
}

.recognition-numbers strong,
.recognition-numbers span {
  display: block;
}

.recognition-numbers strong {
  color: var(--refresh-navy);
  font: 600 48px/1 "Cormorant Garamond", Georgia, serif;
}

.recognition-numbers span,
.recognition-copy small {
  color: var(--refresh-muted);
  font-size: 12px;
  line-height: 1.55;
}

@media (min-width: 1100px) {
  .refresh-header .site-nav-refresh {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (max-width: 980px) {
  .refresh-header .site-nav-refresh {
    display: grid;
    align-items: stretch;
    gap: 0;
    background: #0d2038 !important;
  }

  .refresh-header .site-nav-refresh > a,
  .refresh-header .nav-dropdown > button {
    color: #fffaf3 !important;
  }

  .nav-dropdown > button {
    width: 100%;
    justify-content: space-between;
    padding: 13px 0;
  }

  .nav-dropdown-panel {
    position: static;
    width: 100%;
    margin-top: 4px;
    padding: 6px;
    background: var(--refresh-paper) !important;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .nav-dropdown.is-open .nav-dropdown-panel {
    display: block;
  }

  .hero-refresh-grid,
  .sales-video-grid,
  .site-form-shell,
  .recognition-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-refresh-portrait {
    justify-self: center;
    width: min(78vw, 470px);
  }

  .refresh-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-refresh strong {
    font-size: 22px;
  }

  .brand-refresh small {
    font-size: 7px;
  }

  .hero-refresh {
    padding-top: 34px;
  }

  .hero-refresh h1 {
    font-size: clamp(43px, 14vw, 62px);
  }

  .hero-training-card {
    padding: 20px;
  }

  .hero-refresh-actions,
  .library-returning form {
    flex-direction: column;
  }

  .hero-refresh-actions .button,
  .library-returning .button {
    width: 100%;
    text-align: center;
  }

  .refresh-module-grid,
  .site-form {
    grid-template-columns: 1fr;
  }

  .site-form .field {
    grid-column: 1 / -1;
  }

  .video-frame {
    border-width: 5px;
    border-radius: 16px;
  }
}

@media (max-width: 560px) {
  .recognition-numbers {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .proof-grid {
    grid-template-columns: 1fr;
  }
}