:root {
  --bg: #ffffff;
  --ink: #111111;
  --muted: #4a4a4a;
  --accent: #f28b00;
  --accent-dark: #d77200;
  --card-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  --radius: 18px;
  --container: 1180px;
}

@font-face {
  font-family: "NewBlack";
  src: url("../fonts/NewBlackTypeface-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "NewBlack";
  src: url("../fonts/NewBlackTypeface-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NewBlack";
  src: url("../fonts/NewBlackTypeface-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NewBlack";
  src: url("../fonts/NewBlackTypeface-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NewBlack";
  src: url("../fonts/NewBlackTypeface-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "NewBlack", Arial, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.hero-image img {
  width: 100%;
  height: auto;
}

.intro {
  padding: 34px 0 16px;
}

.intro-copy {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  color: var(--muted);
  font-size: clamp(1.14rem, 1.92vw, 1.82rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.intro-copy strong {
  color: var(--ink);
  font-weight: 800;
}

.cards {
  padding: 16px 0 20px;
  margin-bottom: 2em;
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.cards-column {
  display: grid;
  gap: 18px;
  align-content: start;
}

.cards-column:first-child {
  position: relative;
  z-index: 2;
}

.cards-column:last-child {
  position: relative;
  z-index: 1;
}

.cards-grid picture,
.eixos-media {
  display: block;
}

.grid-item {
  position: relative;
  z-index: 1;
}

.grid-item:hover {
  z-index: 10;
}

.card-image {
  width: 100%;
  border-radius: 18px;
  box-shadow: 18px 22px 42px 10px rgba(0, 0, 0, 0.18);
}

.grid-item img {
  transition: transform 0.35s ease;
  will-change: transform;
}

.grid-item:hover img {
  transform: scale(1.03);
}

@media (min-width: 769px) {
  .cards-grid {
    gap: 0;
  }

  .cards-column:last-child .card-image {
    width: 82%;
    margin-top: 15%;
    position: relative;
    left: -2%;
  }
}

@media (min-width: 451px) and (max-width: 768px) {
  .cards-grid {
    gap: 0;
  }

  .cards-column:last-child .card-image {
    width: 82%;
    margin-top: 15%;
    position: relative;
    left: -2%;
  }
}

.section-tag-wrap,
.cta-tag-wrap {
  text-align: center;
}

.section-tag-wrap {
  padding: 0;
  text-align: left;
  margin-top: 1.25em;
}

.section-tag-wrap-mobile {
  display: none;
}

.section-tag-wrap .ribbon-stack {
  align-items: flex-start;
}

.showcase {
  padding-bottom: 30px;
}

.showcase-full {
  width: 100%;
}

.eixos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
}

.eixos-grid img {
  width: 100%;
  height: auto;
}

.eixo-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.eixo-trigger:focus-visible {
  outline: 4px solid var(--accent);
  outline-offset: -4px;
}

.eixo-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(17, 17, 17, 0.64);
  z-index: 999;
}

.eixo-modal.is-open {
  display: flex;
}

.eixo-modal__dialog {
  position: relative;
  width: min(100%, 720px);
}

.eixo-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  color: inherit;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.eixo-modal__content {
  border-radius: 28px;
  padding: 44px 36px 38px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.eixo-modal__eyebrow {
  margin: 0 0 12px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.82;
}

.eixo-modal__title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.eixo-modal__description {
  margin: 0;
  max-width: 34ch;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.35;
}

.cta {
  padding: 0 0 48px;
}

.cta-panel {
  text-align: center;
}

.formz-section {
  padding: 0 0 64px;
}

.formz-panel {
  width: min(100%, 940px);
  margin: 0 auto;
  padding: 28px 20px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff5e8 0%, #ffffff 100%);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
}

.ribbon-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.ribbon-line {
  position: relative;
  display: inline-block;
  padding: 6px 10px;
  background: var(--accent);
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

.ribbon-line.is-first {
  border-left: 6px solid var(--accent-dark);
}

.ribbon-line.is-first::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -13px;
  width: 16px;
  height: 16px;
  background: var(--accent-dark);
  border-radius: 50%;
}

.ribbon-line.is-last {
  border-right: 6px solid var(--accent-dark);
}

.ribbon-line.is-last::after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: -15px;
  width: 16px;
  height: 16px;
  background: var(--accent-dark);
  border-radius: 50%;
}

.section-tag-wrap .ribbon-line {
  font-size: clamp(1.05rem, 2.9vw, 2.35rem);
}

.cta-tag-wrap .ribbon-line {
  font-size: clamp(1.2rem, 2.3vw, 2.4rem);
}

.cta-actions {
  margin-top: 2em;
}

.button-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  border: 0;
  background: var(--accent);
  color: #111;
  font-family: inherit;
  font-size: 1.9rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(242, 139, 0, 0.28);
}

.button-download:hover {
  background: #ff9d19;
}

.site-footer {
  padding: 0 0 28px;
}

.site-footer p {
  margin: 0;
  text-align: center;
  color: #666;
  font-size: 0.82rem;
}

@media (max-width: 768px) {
  .intro {
    padding-top: 22px;
  }

  .intro-copy {
    max-width: 640px;
    font-size: clamp(1rem, 4.8vw, 1.45rem);
    line-height: 1.08;
  }

  .cta-tag-wrap .ribbon-line {
    font-size: clamp(0.82rem, 3.4vw, 1.05rem);
  }

  .eixos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .eixos-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .showcase {
    padding-bottom: 24px;
  }

  .cta {
    padding-bottom: 36px;
  }

  .formz-section {
    padding-bottom: 42px;
  }

  .formz-panel {
    padding: 20px 14px;
    border-radius: 22px;
  }

  .button-download {
    min-width: 190px;
    min-height: 52px;
    padding: 0 26px;
    font-size: 1.55rem;
  }

  .eixo-modal {
    padding: 18px;
  }

  .eixo-modal__content {
    border-radius: 24px;
    padding: 34px 24px 28px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .cta-tag-wrap .ribbon-line {
    font-size: clamp(1rem, 1.9vw, 1.35rem);
  }
}

@media (max-width: 450px) {
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
  }

  .cards-column {
    gap: 16px;
    justify-items: center;
    width: 100%;
  }

  .cards-column picture {
    display: block;
    background: transparent;
    overflow: visible;
    text-align: center;
  }

  .card-image {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 18px 22px 42px 10px rgba(0, 0, 0, 0.18);
  }

  .section-tag-wrap {
    width: 100%;
    text-align: center;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .cards-column .section-tag-wrap {
    display: none;
  }

  .section-tag-wrap-mobile {
    display: block;
  }

  .section-tag-wrap .ribbon-stack {
    align-items: center;
  }

  .eixo-modal__close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
  }
}
