/*
 * Direção premium/editorial.
 * Ativação: index.html?layout=premium
 */

html.layout-premium {
  --p-ivory: #f1ede4;
  --p-paper: #faf8f3;
  --p-ink: #171914;
  --p-muted: #62645d;
  --p-line: #cbc7bd;
  --p-blue: #244ec8;
  --p-blue-deep: #17368f;
  --p-sage: #cdd4c4;
  --p-bone: #e5dfd2;
  overflow-x: clip;
  color-scheme: light;
}

.premium-em {
  font-style: inherit;
}

html.layout-premium body {
  overflow-x: clip;
  color: var(--p-ink);
  background: var(--p-ivory);
  font-family: "Manrope", "Inter", sans-serif;
}

html.layout-premium body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.3;
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.45' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
}

html.layout-premium .site-header {
  position: relative;
  top: auto;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 18px;
  color: var(--p-ink);
  background: transparent;
  border-bottom: 1px solid var(--p-ink);
  backdrop-filter: none;
}

html.layout-premium .brand img {
  height: 33px;
  filter: brightness(0) saturate(100%);
}

html.layout-premium .desktop-nav {
  color: var(--p-ink);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.layout-premium .desktop-nav a {
  border-bottom: 1px solid transparent;
}

html.layout-premium .desktop-nav a:hover {
  color: var(--p-blue);
  border-color: currentColor;
}

html.layout-premium .header-cta {
  padding: 10px 0 8px;
  color: var(--p-ink);
  background: transparent;
  border-bottom: 1px solid var(--p-ink);
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 700;
}

html.layout-premium .header-cta::after {
  margin-left: 16px;
  content: "↗";
}

html.layout-premium .section {
  width: min(1120px, calc(100% - 48px));
  padding: 116px 0;
}

html.layout-premium .hero {
  position: relative;
  min-height: auto;
  align-items: end;
  gap: 74px;
  padding-top: 100px;
  padding-bottom: 132px;
}

html.layout-premium .hero::before {
  position: absolute;
  top: 44px;
  right: 0;
  color: #8b8c85;
  content: "ESTRATÉGIA  ·  DESIGN  ·  TECNOLOGIA";
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

html.layout-premium .eyebrow {
  margin-bottom: 24px;
  color: var(--p-blue);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

html.layout-premium h1,
html.layout-premium h2,
html.layout-premium h3 {
  color: var(--p-ink);
}

html.layout-premium h1,
html.layout-premium h2 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
}

html.layout-premium h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(4rem, 7vw, 6.8rem);
  line-height: 0.86;
  letter-spacing: -0.055em;
}

html.layout-premium h1 .premium-em {
  display: block;
  color: var(--p-blue);
  font-weight: 400;
  font-style: italic;
}

html.layout-premium h2 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 5.4vw, 5.3rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

html.layout-premium h3 {
  font-size: 1.02rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

html.layout-premium .hero-text,
html.layout-premium .section-heading p,
html.layout-premium .modal-copy p,
html.layout-premium .final-cta p {
  color: var(--p-muted);
  font-size: 1rem;
  line-height: 1.75;
}

html.layout-premium .hero-text {
  max-width: 580px;
}

html.layout-premium .hero-actions {
  gap: 22px;
  margin: 40px 0 36px;
}

html.layout-premium .btn {
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 0;
  font-size: 0.83rem;
  font-weight: 700;
}

html.layout-premium .btn-primary {
  color: #fff;
  background: var(--p-ink);
  box-shadow: none;
}

html.layout-premium .btn-primary::after {
  margin-left: 22px;
  content: "↗";
  font-size: 0.95rem;
}

html.layout-premium .btn-primary:hover {
  color: #fff;
  background: var(--p-blue);
}

html.layout-premium .btn-secondary {
  min-height: auto;
  padding: 13px 0 8px;
  color: var(--p-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--p-ink);
}

html.layout-premium .trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 650px;
  border-top: 1px solid var(--p-line);
}

html.layout-premium .trust-row span {
  padding: 14px 10px 0 0;
  color: var(--p-muted);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

html.layout-premium .trust-row span:nth-child(n) {
  color: var(--p-muted);
}

html.layout-premium .hero-panel {
  position: relative;
  margin-bottom: 14px;
  padding: 46px 28px 28px;
  overflow: visible;
  color: var(--p-ink);
  background: var(--p-sage);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html.layout-premium .hero-panel::before {
  position: absolute;
  inset: auto -18px -18px auto;
  z-index: -1;
  width: 76%;
  height: 76%;
  content: "";
  background: var(--p-blue);
  border: 0;
  border-radius: 0;
}

html.layout-premium .hero-panel::after {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(23, 25, 20, 0.58);
  content: "01 / 04";
  font-family: "Newsreader", Georgia, serif;
  font-size: 0.82rem;
  font-style: italic;
}

html.layout-premium .panel-top {
  margin-bottom: 20px;
  color: var(--p-ink);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.layout-premium .status-dot {
  width: 7px;
  height: 7px;
  background: var(--p-blue);
  box-shadow: none;
}

html.layout-premium .browser-mockup,
html.layout-premium .demo-screen {
  background: var(--p-paper);
  border: 1px solid rgba(23, 25, 20, 0.28);
  border-radius: 0;
}

html.layout-premium .browser-bar {
  display: none;
}

html.layout-premium .mockup-content {
  gap: 0;
  padding: 0;
}

html.layout-premium .lead-card,
html.layout-premium .notification-card {
  margin: 0;
  padding: 24px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--p-line);
  border-radius: 0;
}

html.layout-premium .notification-card {
  border-bottom: 0;
}

html.layout-premium .lead-label,
html.layout-premium .notification-card span {
  color: var(--p-blue);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

html.layout-premium .lead-card strong,
html.layout-premium .notification-card strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 500;
}

html.layout-premium .lead-card p,
html.layout-premium .notification-card p {
  color: var(--p-muted);
  font-size: 0.78rem;
}

html.layout-premium .flow-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(23, 25, 20, 0.32);
}

html.layout-premium .flow-list div {
  display: block;
  padding: 14px 8px 0 0;
  color: var(--p-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1.4;
}

html.layout-premium .flow-list span,
html.layout-premium .steps-list span,
html.layout-premium .demo-flow span {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 8px;
  color: var(--p-blue);
  background: transparent;
  border-radius: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1rem;
  font-style: italic;
}

html.layout-premium .section-heading {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  max-width: none;
  margin-bottom: 66px;
  column-gap: 42px;
}

html.layout-premium .section-heading .eyebrow {
  grid-row: 1 / span 2;
  padding-top: 12px;
  border-top: 1px solid var(--p-ink);
}

html.layout-premium .section-heading h2,
html.layout-premium .section-heading > p:not(.eyebrow) {
  grid-column: 2;
}

html.layout-premium .section-heading > p:not(.eyebrow) {
  max-width: 610px;
}

html.layout-premium .section-heading.centered {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

html.layout-premium .demo-section {
  position: relative;
}

html.layout-premium .demo-section::before,
html.layout-premium .solution-section::before,
html.layout-premium .audience-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: "";
  background: var(--p-paper);
  transform: translateX(-50%);
}

html.layout-premium .demo-panel {
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: end;
  gap: 54px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html.layout-premium .demo-screen {
  border-right: 0;
  border-left: 0;
}

html.layout-premium .demo-flow {
  gap: 0;
  padding: 0;
}

html.layout-premium .demo-flow li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 26px 10px;
  color: var(--p-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--p-line);
  border-radius: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
}

html.layout-premium .demo-flow li:last-child {
  border-bottom: 0;
}

html.layout-premium .demo-flow span {
  margin: 0;
  font-size: 1.25rem;
}

html.layout-premium .card-grid,
html.layout-premium .feature-grid {
  gap: 0;
  overflow: visible;
  border-top: 1px solid var(--p-ink);
}

html.layout-premium .card,
html.layout-premium .feature-card,
html.layout-premium .audience-grid article,
html.layout-premium .lead-form {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html.layout-premium .card,
html.layout-premium .feature-card {
  min-height: 250px;
  padding: 28px 30px 32px 0;
  border-bottom: 1px solid var(--p-line);
}

html.layout-premium .three .card {
  border-right: 1px solid var(--p-line);
}

html.layout-premium .three .card + .card {
  padding-left: 30px;
}

html.layout-premium .three .card:last-child {
  border-right: 0;
}

html.layout-premium .card {
  display: flex;
  flex-direction: column;
}

html.layout-premium .card-icon {
  margin-bottom: 64px;
  color: var(--p-blue);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
}

html.layout-premium .card h3 {
  margin-top: auto;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
}

html.layout-premium .card p,
html.layout-premium .feature-card p,
html.layout-premium .steps-list p {
  color: var(--p-muted);
  font-size: 0.84rem;
}

html.layout-premium .feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.layout-premium .feature-card {
  min-height: 190px;
  padding: 30px 44px 38px 0;
  border-top: 0;
}

html.layout-premium .feature-card:nth-child(2n) {
  padding-right: 0;
  padding-left: 44px;
  border-left: 1px solid var(--p-line);
}

html.layout-premium .feature-card h3 {
  max-width: 360px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 500;
}

html.layout-premium .feature-card::before {
  display: block;
  margin-bottom: 42px;
  color: var(--p-blue);
  content: "✦";
  font-size: 0.72rem;
}

html.layout-premium .price-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 60px;
  margin-top: 58px;
  padding: 42px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--p-ink);
  border-radius: 0;
  box-shadow: none;
}

html.layout-premium .price-card strong {
  color: var(--p-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

html.layout-premium .price-card p {
  color: var(--p-muted);
}

html.layout-premium .differentiators-section,
html.layout-premium .final-cta {
  width: min(1180px, calc(100% - 28px));
  padding: 86px 72px;
  color: var(--p-paper);
  background: var(--p-ink);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html.layout-premium .differentiators-section h2,
html.layout-premium .final-cta h2 {
  color: var(--p-paper);
}

html.layout-premium .differentiators-section .eyebrow,
html.layout-premium .final-cta .eyebrow {
  color: #9fb4ff;
}

html.layout-premium .split-content {
  gap: 90px;
}

html.layout-premium .check-list {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

html.layout-premium .check-list li {
  padding: 14px 0;
  color: rgba(255, 255, 255, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 500;
}

html.layout-premium .check-list li::before {
  display: none;
}

html.layout-premium .audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--p-ink);
}

html.layout-premium .audience-grid article {
  position: relative;
  min-height: 170px;
  padding: 92px 24px 24px 0;
  color: var(--p-ink);
  border: 0;
  border-right: 1px solid var(--p-line);
  border-bottom: 1px solid var(--p-line);
  border-radius: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.42rem;
  font-weight: 500;
}

html.layout-premium .audience-grid article:nth-child(3n + 2),
html.layout-premium .audience-grid article:nth-child(3n + 3) {
  padding-left: 24px;
}

html.layout-premium .audience-grid article:nth-child(3n) {
  border-right: 0;
}

html.layout-premium .audience-grid article::before {
  position: absolute;
  top: 24px;
  left: inherit;
  width: auto;
  height: auto;
  color: var(--p-blue);
  content: "↳";
  background: transparent;
  border-radius: 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
}

html.layout-premium .audience-grid article:nth-child(3n + 2)::before,
html.layout-premium .audience-grid article:nth-child(3n + 3)::before {
  left: 24px;
}

html.layout-premium .final-cta {
  align-items: end;
}

html.layout-premium .final-cta p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.64);
}

html.layout-premium .final-cta .btn-primary {
  justify-self: end;
  color: var(--p-ink);
  background: var(--p-paper);
}

html.layout-premium .modal-backdrop {
  background: rgba(23, 25, 20, 0.72);
  backdrop-filter: blur(8px);
}

html.layout-premium .modal-dialog {
  background: var(--p-paper);
  border: 0;
  border-radius: 0;
  box-shadow: 24px 24px 0 var(--p-blue);
}

html.layout-premium .modal-close {
  color: var(--p-ink);
  background: transparent;
  border: 1px solid var(--p-line);
  border-radius: 0;
}

html.layout-premium .modal-copy h2 {
  font-size: clamp(2.7rem, 6vw, 4.4rem);
}

html.layout-premium .wizard-form {
  background: transparent;
}

html.layout-premium .wizard-progress {
  height: 2px;
  background: var(--p-line);
  border-radius: 0;
}

html.layout-premium .wizard-progress span {
  background: var(--p-blue);
  border-radius: 0;
}

html.layout-premium .wizard-counter {
  color: var(--p-blue);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.layout-premium label {
  color: var(--p-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 500;
}

html.layout-premium input,
html.layout-premium select,
html.layout-premium textarea {
  color: var(--p-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--p-ink);
  border-radius: 0;
}

html.layout-premium input:focus,
html.layout-premium select:focus,
html.layout-premium textarea:focus {
  border-color: var(--p-blue);
  outline: 0;
}

html.layout-premium .form-success {
  color: #285437;
  background: #e8efe7;
  border-color: #b9cbb9;
  border-radius: 0;
}

html.layout-premium .site-footer {
  grid-template-columns: 1fr 1fr;
  padding: 42px max(24px, calc((100vw - 1120px) / 2));
  color: var(--p-muted);
  background: var(--p-ivory);
  border-top: 1px solid var(--p-ink);
  font-size: 0.72rem;
  text-align: left;
}

html.layout-premium .site-footer span:first-child {
  color: var(--p-ink);
  font-weight: 700;
}

html.layout-premium .site-footer span:last-child {
  text-align: right;
}

@media (min-width: 960px) {
  html.layout-premium .hero {
    grid-template-columns: 1.25fr 0.75fr;
  }
}

@media (max-width: 959px) {
  html.layout-premium .hero {
    gap: 70px;
  }

  html.layout-premium .demo-panel,
  html.layout-premium .price-card {
    grid-template-columns: 1fr;
  }

  html.layout-premium .differentiators-section,
  html.layout-premium .final-cta {
    padding: 64px 42px;
  }
}

@media (max-width: 719px) {
  html.layout-premium .site-header {
    width: calc(100% - 32px);
    padding-top: 18px;
  }

  html.layout-premium .brand img {
    height: 29px;
  }

  html.layout-premium .section {
    width: calc(100% - 32px);
    padding: 82px 0;
  }

  html.layout-premium .hero {
    padding-top: 90px;
    padding-bottom: 96px;
  }

  html.layout-premium .hero::before {
    top: 32px;
    left: 0;
    right: auto;
  }

  html.layout-premium h1 {
    font-size: clamp(3.65rem, 16vw, 4.8rem);
  }

  html.layout-premium .hero-actions {
    align-items: stretch;
  }

  html.layout-premium .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.layout-premium .hero-panel {
    padding: 42px 18px 22px;
  }

  html.layout-premium .flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.layout-premium .section-heading {
    display: block;
    margin-bottom: 48px;
  }

  html.layout-premium .section-heading .eyebrow {
    margin-bottom: 30px;
    padding-top: 10px;
  }

  html.layout-premium .section-heading h2,
  html.layout-premium .section-heading > p:not(.eyebrow) {
    grid-column: auto;
  }

  html.layout-premium h2 {
    font-size: clamp(3rem, 14vw, 4.3rem);
  }

  html.layout-premium .demo-flow li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    font-size: 1.12rem;
  }

  html.layout-premium .three,
  html.layout-premium .feature-grid,
  html.layout-premium .audience-grid {
    grid-template-columns: 1fr;
  }

  html.layout-premium .three .card,
  html.layout-premium .three .card + .card,
  html.layout-premium .feature-card,
  html.layout-premium .feature-card:nth-child(2n) {
    min-height: auto;
    padding: 28px 0 34px;
    border-right: 0;
    border-left: 0;
  }

  html.layout-premium .card-icon {
    margin-bottom: 38px;
  }

  html.layout-premium .price-card {
    gap: 26px;
  }

  html.layout-premium .differentiators-section,
  html.layout-premium .final-cta {
    width: calc(100% - 16px);
    padding: 52px 24px;
  }

  html.layout-premium .final-cta > * {
    min-width: 0;
  }

  html.layout-premium .final-cta h2 {
    font-size: clamp(2.65rem, 11.5vw, 3.3rem);
  }

  html.layout-premium .audience-grid article,
  html.layout-premium .audience-grid article:nth-child(3n + 2),
  html.layout-premium .audience-grid article:nth-child(3n + 3) {
    min-height: 130px;
    padding: 74px 0 22px;
    border-right: 0;
  }

  html.layout-premium .audience-grid article:nth-child(3n + 2)::before,
  html.layout-premium .audience-grid article:nth-child(3n + 3)::before {
    left: 0;
  }

  html.layout-premium .site-footer {
    grid-template-columns: 1fr;
  }

  html.layout-premium .site-footer span:last-child {
    text-align: left;
  }
}
