:root {
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #2d2d2d;
  width: 100%;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.wrap-sections {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrap-sections.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.wrap-sections.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap-sections.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: var(--black);
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .8;
  color: #222c;
  max-width: 680px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.primary-button {
  color: #525151;
  letter-spacing: normal;
  text-transform: none;
  background-color: #e0fe60;
  border: 2px solid #646464;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 4px 16px 4px 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.primary-button:hover {
  color: #525151;
  background-color: #f6ffd0;
}

.primary-button:active {
  background-color: #e0fe60;
}

.primary-button.w--current {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 4px 16px 4px 4px;
  display: flex;
  position: static;
}

.primary-button.w--current:hover {
  color: #525151;
  background-color: #eaeaea;
}

.primary-button.cc-jumbo-button {
  border-radius: 80px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #0000;
  border: 2px solid #525151;
  border-radius: 20px;
  padding: 7px 24px;
  position: relative;
}

.primary-button.cc-contact-us:hover {
  color: #eaeaea;
  background-color: #525151;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: #525151;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  font-weight: 500;
  display: block;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-light.bright {
  opacity: .64;
  color: #fff;
}

.heading-jumbo {
  color: #222;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 110%;
}

.heading-jumbo._404 {
  margin-bottom: 40px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  transition-property: none;
}

.logo-link.w--current:hover {
  opacity: 1;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff42;
  background-image: linear-gradient(135deg, #ffffff1a, #fff0);
  border: 1px solid #89898933;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 840px;
  height: 48px;
  padding: 8px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 0 4px 1px #fff6;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 32px 0 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: 1;
  color: #525151;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .6;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #525151;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  width: auto;
  margin-bottom: 0;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  background-image: url('../images/bg_texture_rotate180.png');
  background-position: 50%;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template: ". ."
  / 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: grid;
}

.features-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  max-width: 840px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.text-block {
  letter-spacing: normal;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.body {
  color: #525151;
  background-color: #eaeaea;
  font-family: Plus Jakarta Sans, sans-serif;
}

.bg {
  z-index: -1;
  background-color: #e7e7e7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.vc-logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 32px;
  display: flex;
}

.vc-logos.hide, .image.hide {
  display: none;
}

.vc-logos-wrap {
  opacity: .6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vc-logos-mask {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  height: 32px;
  display: none;
  position: absolute;
}

.shade {
  background-image: linear-gradient(270deg, #f5f5f500, #f5f5f5);
  width: 120px;
  height: 100%;
  transform: rotate(0);
}

.shade.right {
  background-image: linear-gradient(270deg, #f5f5f500, #f5f5f5);
  transform: rotate(180deg);
}

.privacy-policy {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrap-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.wrap-header.center {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-align-left {
  color: #333;
  text-align: left;
  max-width: 928px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 110%;
}

.paragraph {
  color: #333333b3;
  text-align: center;
  max-width: 570px;
  margin-bottom: 32px;
  display: flex;
}

.paragraph.left-align {
  color: #3339;
  text-align: left;
}

.paragraph.left-align.contained {
  color: #52515199;
  max-width: 520px;
}

.paragraph.bright {
  color: #ffffffa3;
  max-width: 400px;
}

.feature {
  flex-flow: column;
  display: flex;
}

.heading-2 {
  color: #3b3b3b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 140%;
}

.heading-2.bright {
  color: #fff;
  line-height: 140%;
}

.wrap-icon {
  flex: none;
  width: 24px;
  height: 24px;
  padding-top: 2px;
}

.heading-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.wrap-image-feature {
  border-radius: 24px;
  overflow: hidden;
}

.wrap-heading-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  width: auto;
  margin-left: 4px;
  font-size: 16px;
}

.text-block-2:hover {
  color: #525151;
}

.section-3 {
  background-color: #ebebeb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading {
  color: #333;
  text-align: left;
  max-width: 928px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 110%;
}

.heading.left-align.contained {
  color: #3b3b3b;
  max-width: 600px;
}

.heading.center {
  color: #3b3b3b;
  text-align: center;
}

.heading.center.bright {
  color: #fff;
}

.heading.h2 {
  margin-top: 60px;
}

.image-en {
  filter: brightness(93%);
}

.image-en.hide {
  display: none;
}

.wrap-investors {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-3 {
  font-size: 16px;
}

.faq {
  background-color: #232323;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrap-logo-icon {
  z-index: 0;
  flex: none;
  align-self: center;
  width: 32px;
  height: 32px;
  position: relative;
  inset: auto;
}

.wrap-logo-icon._2 {
  position: absolute;
  inset: 0%;
}

.logo-arc-big {
  z-index: 1;
  object-fit: none;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 0%;
}

.logo-arc-small {
  z-index: 2;
  object-fit: none;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 0%;
}

.logo-circle {
  z-index: 3;
  object-fit: none;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 0%;
}

.wrap-animated {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.texture-bottom {
  z-index: 1;
  background-image: url('../images/texture_top.png');
  background-position: 0 0;
  background-size: 630px;
  position: absolute;
  inset: 0%;
}

.texture-top {
  z-index: 2;
  background-image: url('../images/texture_top.png');
  background-position: 0 0;
  background-size: 125px;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  flex: none;
  width: 32px;
  height: 32px;
  position: relative;
}

.texture-1 {
  background-image: url('../images/bg_texture.png');
  background-size: 630px;
  position: absolute;
  inset: 0%;
}

.texture-2 {
  background-image: url('../images/bg_texture_rotate.png');
  background-size: 630px;
  position: absolute;
  inset: 0%;
}

.texture-3 {
  background-image: url('../images/bg_texture_rotate180.png');
  background-size: 630px;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  z-index: 0;
  object-fit: contain;
  width: 32px;
  height: 32px;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.image-4 {
  display: none;
}

.background-video {
  z-index: 1;
  aspect-ratio: 1.12;
  object-fit: cover;
  width: auto;
  height: auto;
  position: relative;
}

.background-video-2 {
  z-index: 1;
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: auto;
  position: relative;
}

.section-security {
  background-color: #232323;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-dark {
  background-color: #f4f4f4;
  padding: 50px 30px 32px;
  position: relative;
}

.footer-dark .container-2 {
  background-color: #e0fe60;
  border-radius: 30px;
  padding: 60px 50px 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-brand {
  padding-bottom: 2px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  opacity: 1;
  color: #c4c4c4;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-copyright-center:hover {
  opacity: .69;
  color: #c4c4c4;
}

.footer-copyright-center.en {
  display: block;
}

.footer-copyright-center.pt {
  display: none;
}

.footer-copyright-center.pt-copy {
  display: block;
}

.footer-copyright-center.en-copy {
  display: none;
}

/* Footer Moderno */
.footer-modern {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
  margin-bottom: 40px;
}

.footer-brand-section {
  display: flex;
  align-items: flex-start;
}

.footer-brand-section .footer-brand {
  padding: 0;
}

.footer-brand-section .footer-brand img {
  height: 40px;
  width: auto;
  filter: brightness(0);
}

.footer-links-section {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
  justify-content: center;
}

.footer-nav-block,
.footer-legal-block {
  display: flex;
  flex-direction: column;
}

.footer-nav-title {
  color: #1a1b1f;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.footer-nav-link {
  color: #1a1b1f;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.2s ease;
  opacity: 0.8;
}

.footer-nav-link:hover {
  color: #1a1b1f;
  opacity: 1;
}

/* Para páginas em português */
/* Controle de visibilidade por idioma - padrão português */
.footer-nav-link.pt,
.footer-nav-link.pt-copy {
  display: block;
}

.footer-nav-link.en,
.footer-nav-link.en-copy {
  display: none;
}

/* Para páginas em inglês */
.page-en .footer-nav-link.pt,
.page-en .footer-nav-link.pt-copy {
  display: none;
}

.page-en .footer-nav-link.en,
.page-en .footer-nav-link.en-copy {
  display: block;
}

.footer-contact-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact-item {
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}

.footer-contact-link {
  color: #1a1b1f;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-contact-link:hover {
  color: #1a1b1f;
  opacity: 1;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(26, 27, 31, 0.15);
  display: flex;
  justify-content: center;
}

.footer-copyright {
  color: #1a1b1f;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .footer-dark {
    padding: 50px 30px 32px;
  }

  .footer-dark .container-2 {
    padding: 50px 40px 35px;
    border-radius: 25px;
  }

  .footer-modern {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }

  .footer-links-section {
    grid-template-columns: auto auto;
    justify-content: flex-start;
  }

  .footer-contact-section {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding: 40px 20px 30px;
  }

  .footer-dark .container-2 {
    padding: 40px 30px 30px;
    border-radius: 20px;
  }

  .footer-modern {
    grid-row-gap: 40px;
  }

  .footer-links-section {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}

.wrap-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-5 {
  width: 52px;
  height: 52px;
}

.body-2 {
  background-color: var(--white);
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: #525151;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.link-block {
  border: 2px #525151;
  border-radius: 24px;
  padding: 8px 7px;
  text-decoration: none;
}

.link-block.pt.w--current {
  display: block;
}

.link-block.pt.w--current:hover {
  opacity: .6;
}

.link-block.pt.hide.w--current {
  display: none;
}

.link-block.pt.hide.w--current:hover {
  opacity: .6;
}

.link-block.en, .link-block.en.w--current {
  display: block;
}

.link-block.en.hide:hover {
  opacity: .6;
}

.link-block.en.hide.w--current {
  display: none;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-3-column.mobile-landscape-1-column.grid-gap-xxl {
  display: block;
}

.grid-layout.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.masonry-layout.desktop-3-column {
  column-count: 3;
}

.heading-6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}

.eyebrow.utility-margin-bottom-0, .heading-5.utility-margin-bottom-0, .utility-margin-bottom-0, .paragraph-xxl.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.utility-padding-all-0 {
  padding: 0;
}

.slider-slide.utility-padding-all-0 {
  padding-left: 0;
  padding-right: 0;
}

.pricing-4-tabs-menu.utility-margin-bottom-2rem {
  justify-content: flex-start;
  position: relative;
}

.icon-small {
  width: 1.25rem;
  height: 1.25rem;
}

.inline-figure-0 {
  max-width: 1280px;
}

.bold-text, .paragraph-2, .paragraph-3, .bold-text-2 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.heading-7 {
  text-align: left;
  margin-bottom: 40px;
}

.body-3 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.heading-8 {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 40px;
}

.bold-text-3, .bold-text-4 {
  font-size: 32px;
}

.bold-text-5 {
  text-align: left;
}

.space {
  margin-bottom: 16px;
}

.text-block-pt {
  letter-spacing: normal;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  display: none;
}

.image-code {
  filter: brightness(93%);
}

.background-video-en {
  z-index: 1;
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: auto;
  position: relative;
}

.meta-partner-logo {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

/* ========================================
   VERSÕES META TECH PROVIDER
======================================== */

/* VERSÃO 1: Badge Flutuante */
.meta-badge-floating {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
  border-radius: 15px;
  padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(24, 119, 242, 0.3);
  animation: floatBadge 3s ease-in-out infinite;
  cursor: pointer;
  transition: all 0.3s ease;
}

.meta-badge-floating:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 12px 40px rgba(24, 119, 242, 0.4);
}

.badge-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}

.badge-text {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  opacity: 0.9;
}

.badge-logo {
  width: 60px;
  height: auto;
  margin: 4px 0;
  filter: brightness(0) invert(1);
}

.badge-subtitle {
  font-size: 9px;
  font-weight: 600;
  opacity: 0.8;
  margin-top: 2px;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
}

/* VERSÃO 4: Logo no Header */
.nav-meta-certification {
  display: flex;
  align-items: center;
  margin-right: 24px;
  position: relative;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.nav-meta-certification:hover {
  background: rgba(24, 119, 242, 0.1);
  transform: translateY(-1px);
}

.meta-nav-logo {
  width: 40px;
  height: auto;
  transition: transform 0.3s ease;
}

.nav-meta-certification:hover .meta-nav-logo {
  transform: scale(1.1);
}

.cert-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #1877f2;
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 8px;
  z-index: 1000;
}

.cert-tooltip::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-bottom-color: #1877f2;
}

.nav-meta-certification:hover .cert-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(2px);
}

/* VERSÃO 5: Seção Dedicada */
.meta-certification-section {
  background: linear-gradient(135deg, #f8f9ff 0%, #e3f2fd 100%);
  padding: 40px 0;
  border-top: 1px solid rgba(24, 119, 242, 0.1);
  border-bottom: 1px solid rgba(24, 119, 242, 0.1);
  position: relative;
  overflow: hidden;
}

.meta-certification-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(24, 119, 242, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(66, 165, 245, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.meta-cert-content {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 30px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cert-badge {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cert-main-logo {
  width: 200px;
  height: auto;
  filter: drop-shadow(0 4px 20px rgba(24, 119, 242, 0.2));
  transition: transform 0.3s ease;
}

.meta-certification-section:hover .cert-main-logo {
  transform: scale(1.05);
}

.cert-badge-overlay {
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: #4caf50;
  color: white;
  border-radius: 20px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.cert-verified {
  display: flex;
  align-items: center;
  gap: 2px;
}

.cert-text {
  padding-left: 15px;
}

.cert-title {
  font-size: 28px;
  font-weight: 700;
  color: #1877f2;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.cert-description {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  margin: 0 0 18px 0;
  max-width: 500px;
}

.cert-benefits {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cert-benefit {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #1877f2;
  padding: 4px 0;
}

.cert-benefit::before {
  content: '✓';
  margin-right: 8px;
  color: #4caf50;
  font-weight: 800;
}

/* Responsividade */
@media (max-width: 768px) {
  .meta-badge-floating {
    top: 15px;
    right: 15px;
    padding: 10px 12px;
  }
  
  .badge-logo {
    width: 45px;
  }
  
  .nav-meta-certification {
    margin-right: 12px;
  }
  
  .meta-nav-logo {
    width: 30px;
  }
  
  .meta-certification-section {
    padding: 30px 0;
  }
  
  .meta-cert-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
    padding: 0 20px;
  }
  
  .cert-main-logo {
    width: 150px;
  }
  
  .cert-text {
    padding-left: 0;
  }
  
  .cert-title {
    font-size: 22px;
  }
  
  .cert-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .wrap-sections.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    width: 100%;
  }

  .primary-button {
    justify-content: center;
  }

  .paragraph-light {
    text-align: left;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 110%;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    border-width: 1px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .features-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .video {
    height: auto;
  }

  .heading-2, .heading-2.bright {
    text-align: left;
  }

  .image-3 {
    flex: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-brand {
    padding-bottom: 4px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .wrap-sections {
    margin-left: 15px;
    margin-right: 15px;
  }

  .wrap-sections.cc-cta {
    padding: 15px;
  }

  .wrap-sections.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .wrap-sections.cc-store-home-wrap {
    overflow: hidden;
  }

  .container {
    text-align: center;
    width: 100%;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 20px;
  }

  .label.cc-light {
    font-weight: 600;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    font-weight: 500;
  }

  .heading-jumbo {
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .features-grid {
    flex-flow: column;
  }

  .video {
    height: 400px;
  }

  .vc-logos-wrap {
    width: 100%;
  }

  .vc-logos-mask {
    display: none;
  }

  .privacy-policy {
    padding-left: 32px;
    padding-right: 32px;
  }

  .wrap-header {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph, .paragraph.left-align.contained, .heading-2 {
    font-weight: 500;
  }

  .section-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading.left-align.contained {
    font-weight: 500;
  }

  .heading.center {
    max-width: 360px;
    font-weight: 500;
  }

  .image-3 {
    object-fit: cover;
    height: 100%;
  }

  .faq {
    padding-left: 32px;
    padding-right: 32px;
  }

  .background-video-2 {
    height: 100%;
  }

  .section-security, .footer-dark {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .grid-layout.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .masonry-layout.mobile-landscape-1-column {
    column-count: 1;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .background-video-en {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 19px;
    font-weight: 500;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 40px;
    line-height: 110%;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .vc-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .image {
    object-fit: cover;
  }

  .vc-logos-wrap {
    overflow: visible;
  }

  .vc-logos-mask {
    display: none;
  }

  .privacy-policy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-header {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph.left-align.contained {
    text-align: center;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.left-align {
    font-size: 32px;
  }

  .heading.left-align.contained {
    text-align: center;
  }

  .heading.center {
    font-size: 32px;
  }

  .wrap-investors {
    width: 100%;
  }

  .image-3 {
    width: 140%;
  }

  .faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video {
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .background-video-2 {
    aspect-ratio: auto;
    height: 100%;
  }

  .section-security, .footer-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .wrap-logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-5 {
    width: 44px;
    height: 44px;
  }

  .grid-layout.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .background-video-en {
    aspect-ratio: auto;
    height: 100%;
  }
}

#w-node-b4e20d19-524e-258d-6fa7-833f64178354-f13e6ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bdbcbc5-924c-46a1-d031-09a55e598673-f13e6ec6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f22051ed-4ac1-5e80-77c4-8d1add48c8a3-f13e6ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ff86bdf-2064-10ca-2ed7-fb45b7dab67b-f13e6ec6, #w-node-_14bfc006-1a82-d70d-47f3-00946461e473-f13e6ec6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b4e20d19-524e-258d-6fa7-833f64178354-9f3c9d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bdbcbc5-924c-46a1-d031-09a55e598673-9f3c9d0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f22051ed-4ac1-5e80-77c4-8d1add48c8a3-9f3c9d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ff86bdf-2064-10ca-2ed7-fb45b7dab67b-9f3c9d0e, #w-node-_14bfc006-1a82-d70d-47f3-00946461e473-9f3c9d0e {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-b4e20d19-524e-258d-6fa7-833f64178354-f13e6ec6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_02ce462e-5de5-4099-ddc4-39cf034dced4-f13e6ec6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6bdbcbc5-924c-46a1-d031-09a55e598673-f13e6ec6, #w-node-f22051ed-4ac1-5e80-77c4-8d1add48c8a3-f13e6ec6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6ff86bdf-2064-10ca-2ed7-fb45b7dab67a-f13e6ec6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6ff86bdf-2064-10ca-2ed7-fb45b7dab67b-f13e6ec6, #w-node-_14bfc006-1a82-d70d-47f3-00946461e470-f13e6ec6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14bfc006-1a82-d70d-47f3-00946461e472-f13e6ec6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14bfc006-1a82-d70d-47f3-00946461e473-f13e6ec6, #w-node-b4e20d19-524e-258d-6fa7-833f64178354-9f3c9d0e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_02ce462e-5de5-4099-ddc4-39cf034dced4-9f3c9d0e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6bdbcbc5-924c-46a1-d031-09a55e598673-9f3c9d0e, #w-node-f22051ed-4ac1-5e80-77c4-8d1add48c8a3-9f3c9d0e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6ff86bdf-2064-10ca-2ed7-fb45b7dab67a-9f3c9d0e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6ff86bdf-2064-10ca-2ed7-fb45b7dab67b-9f3c9d0e, #w-node-_14bfc006-1a82-d70d-47f3-00946461e470-9f3c9d0e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14bfc006-1a82-d70d-47f3-00946461e472-9f3c9d0e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14bfc006-1a82-d70d-47f3-00946461e473-9f3c9d0e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

/* ========================================
   DESAFIO PLATI AI - LIQUID GLASS DESIGN
======================================== */

/* Body específico do desafio */
.challenge-body {
  background: linear-gradient(135deg, #f8fafe 0%, #e3f2fd 25%, #f8f9ff 50%, #e8f5e8 75%, #fff3e0 100%);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Navigation com glass effect */
.challenge-nav {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Hero Section */
.hero-challenge {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 40px;
  overflow: hidden;
}

/* Liquid Glass Background */
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.glass-orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, 
    rgba(24, 119, 242, 0.1) 0%, 
    rgba(255, 0, 128, 0.1) 50%, 
    rgba(0, 255, 136, 0.1) 100%);
  backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: float 6s ease-in-out infinite;
}

.glass-orb-1 {
  width: 300px;
  height: 300px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.glass-orb-2 {
  width: 200px;
  height: 200px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.glass-orb-3 {
  width: 150px;
  height: 150px;
  top: 80%;
  left: 60%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-20px) rotate(120deg); }
  66% { transform: translateY(10px) rotate(240deg); }
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-text {
  padding: 0 20px;
}

/* PESO 3 - Títulos principais */
.hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #1a1b1f 0%, #1877f2 50%, #ff0080 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* PESO 2 - Subtítulos */
.hero-subtitle {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 40px;
  font-weight: 400;
}

/* CTAs */
.hero-ctas {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
}

/* PESO 3 - CTA Principal */
.cta-primary {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.9) 0%, rgba(255, 0, 128, 0.9) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 16px 32px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(24, 119, 242, 0.3);
}

.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 45px rgba(255, 0, 128, 0.4);
  background: linear-gradient(135deg, rgba(24, 119, 242, 1) 0%, rgba(255, 0, 128, 1) 100%);
}

.cta-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cta-primary:hover .cta-icon {
  transform: translateX(3px);
}

/* PESO 2 - CTA Secundário */
.cta-secondary {
  color: #1877f2;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 24px;
  border: 2px solid rgba(24, 119, 242, 0.2);
  border-radius: 50px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.cta-secondary:hover {
  background: rgba(24, 119, 242, 0.1);
  border-color: #1877f2;
  transform: translateY(-1px);
}

/* PESO 1 - Badges */
.hero-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.badge {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(24, 119, 242, 0.1);
  border-radius: 25px;
  padding: 8px 16px;
  font-size: 13px;
  color: #555;
  font-weight: 500;
}

/* Hero Visual */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prize-glass-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 40px;
  box-shadow: 
    0 8px 32px rgba(24, 119, 242, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.prize-content {
  position: relative;
}

.iphone-display {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.iphone-mockup {
  font-size: 60px;
  margin-bottom: 16px;
  animation: floatPhone 4s ease-in-out infinite;
}

@keyframes floatPhone {
  0%, 100% { transform: translateY(0px) rotateY(0deg); }
  50% { transform: translateY(-10px) rotateY(10deg); }
}

.secret-reveal {
  text-align: center;
}

.secret-label {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 12px;
}

.secret-word-hidden {
  font-family: 'Courier New', monospace;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(135deg, #1877f2, #ff0080, #00ff88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: blur(2px);
  transition: filter 0.3s ease;
}

.prize-glass-card:hover .secret-word-hidden {
  filter: blur(0px);
}

/* Sections */
.how-it-works,
.prizes-section,
.leaderboard-section,
.manifesto-section,
.faq-section {
  padding: 80px 40px;
  position: relative;
}

/* PESO 3 - Títulos de seção */
.section-title {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: #1a1b1f;
}

/* PESO 2 - Subtítulos de seção */
.section-subtitle {
  font-size: 20px;
  text-align: center;
  color: #666;
  margin-bottom: 50px;
  font-weight: 400;
}

/* Como Funciona - Glass Cards */
.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.glass-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 50px rgba(24, 119, 242, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.35);
}

.card-icon {
  font-size: 48px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

/* PESO 2 - Títulos dos cartões */
.card-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1b1f;
  margin-bottom: 16px;
}

/* PESO 1 - Texto dos cartões */
.card-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Premiação */
.prizes-section {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.03) 0%, rgba(255, 0, 128, 0.03) 100%);
}

.prizes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.prize-card {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.prize-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.prize-card:hover::before {
  left: 100%;
}

.prize-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.4);
}

.main-prize-glass {
  border: 2px solid rgba(255, 0, 128, 0.3);
  background: linear-gradient(135deg, rgba(255, 0, 128, 0.1) 0%, rgba(0, 255, 136, 0.1) 100%);
  transform: scale(1.05);
}

.prize-rank {
  font-size: 40px;
  margin-bottom: 16px;
}

.prize-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1b1f;
  margin-bottom: 12px;
}

.prize-value {
  font-size: 24px;
  font-weight: 800;
  color: #1877f2;
  margin-bottom: 8px;
}

.prize-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* PESO 0 - Nota dos prêmios */
.prize-note {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #888;
  font-style: italic;
}

/* Leaderboard Glass */
.leaderboard-section {
  background: rgba(255, 255, 255, 0.1);
}

.leaderboard-glass {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.placeholder-icon {
  font-size: 60px;
  margin-bottom: 20px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.countdown-live {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #1877f2;
}

/* Manifesto */
.manifesto-section {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, rgba(24, 119, 242, 0.02) 100%);
}

.manifesto-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.manifesto-text {
  padding: 0 20px;
}

/* PESO 1 - Parágrafos do manifesto */
.manifesto-p {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 24px;
  font-weight: 400;
}

.manifesto-points {
  margin: 30px 0 40px 0;
}

/* PESO 2 - Pontos do manifesto */
.point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: rgba(24, 119, 242, 0.05);
  border-radius: 15px;
  border-left: 3px solid #1877f2;
}

.point-icon {
  font-size: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.point-text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

/* PESO 3 - CTA do Manifesto */
.cta-manifesto {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  border: 2px solid #1877f2;
  border-radius: 50px;
  padding: 14px 28px;
  color: #1877f2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}

.cta-manifesto:hover {
  background: #1877f2;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(24, 119, 242, 0.3);
}

.cta-arrow {
  transition: transform 0.3s ease;
}

.cta-manifesto:hover .cta-arrow {
  transform: translateX(3px);
}

/* Manifesto Visual */
.manifesto-visual {
  display: flex;
  justify-content: center;
}

.stats-glass {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.stat-highlight {
  margin-bottom: 30px;
}

.stat-number {
  display: block;
  font-size: 36px;
  font-weight: 900;
  color: #ff0080;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.security-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sec-icon {
  font-size: 32px;
  animation: floatIcon 3s ease-in-out infinite;
}

.sec-icon:nth-child(2) { animation-delay: 1s; }
.sec-icon:nth-child(3) { animation-delay: 2s; }

@keyframes floatIcon {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
}

/* FAQ Section */
.faq-section {
  background: rgba(248, 249, 255, 0.5);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 25px;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* PESO 2 - Perguntas FAQ */
.faq-question {
  font-size: 17px;
  font-weight: 700;
  color: #1877f2;
  margin-bottom: 12px;
}

/* PESO 1 - Respostas FAQ */
.faq-answer {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.faq-cta {
  text-align: center;
  margin-top: 40px;
}

/* Footer */
.footer-challenge {
  background: rgba(26, 27, 31, 0.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
  color: white;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo img {
  height: 30px;
  filter: brightness(0) invert(1);
}

.footer-links {
  display: flex;
  gap: 30px;
}

/* PESO 0 - Links do footer */
.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #00ff88;
}

/* PESO 0 - Copyright */
.footer-copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .hero-title {
    font-size: 36px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .hero-ctas {
    justify-content: center;
  }
  
  .manifesto-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  
  .glass-orb {
    display: none;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .footer-links {
    gap: 20px;
  }
}

/* Challenge Navigation Link */
.challenge-link {
  background: rgba(24, 119, 242, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 8px 16px !important;
  margin-right: 16px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.challenge-nav {
  color: white !important;
  font-weight: 700 !important;
  font-size: 13px;
}

.challenge-link:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #ff0080 0%, #00ff88 100%);
  box-shadow: 0 8px 25px rgba(255, 0, 128, 0.4);
}

/* Animações para ícones dos cards */
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ========================================
   HOME V2 - CYBERPUNK FLICKERING GRID
======================================== */

/* Cyberpunk Hero - Igual ao synth-recon */
.cyberpunk-hero {
  background: #000000;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}


/* FlickeringGrid Canvas - Igual ao synth-recon */
.flickering-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
}

/* FlickeringGrid Canvas Light - para seção light */
.flickering-grid-canvas-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.7;
}

/* Cyberpunk Title with glow - Igual ao synth-recon */
.cyberpunk-title {
  position: relative;
  z-index: 10;
  color: #ffffff;
  text-shadow: 
    0 0 10px rgba(255, 255, 255, 0.3),
    0 0 20px rgba(255, 255, 255, 0.2),
    0 0 30px rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 50%, #c7d2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: subtleGlow 4s ease-in-out infinite alternate;
}

@keyframes subtleGlow {
  0% { 
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
  }
  100% { 
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4));
  }
}

/* Ensure content is above grid */
.cyberpunk-hero .container {
  position: relative;
  z-index: 10;
}

.cyberpunk-hero .intro-content {
  position: relative;
  z-index: 10;
}

/* Cyberpunk CTA simples - sem super animação */
.cyberpunk-cta {
  background: rgba(252, 143, 70, 0.9) !important;
  backdrop-filter: blur(10px);
  border: 1px solid #FC8F46;
  box-shadow: 
    0 8px 32px rgba(252, 143, 70, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.cyberpunk-cta:hover {
  background: #FC8F46 !important;
  box-shadow: 
    0 12px 40px rgba(252, 143, 70, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: translateY(-2px) scale(1.02);
}

.cyberpunk-cta .text-block-2 {
  color: #000 !important;
  font-weight: 600;
}


/* Header COMPLETAMENTE LIMPO - força total */
.cyberpunk-page .navigation,
.cyberpunk-page .navigation-wrap,
.cyberpunk-page .w-nav {
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Só um overlay sutil na navigation-wrap */
.cyberpunk-page .navigation-wrap {
  background: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 0 !important;
}

.cyberpunk-page .logo-link img {
  filter: brightness(0) invert(1) !important;
}

.cyberpunk-page .link {
  color: rgba(255, 255, 255, 0.9) !important;
}

.cyberpunk-page .link:hover {
  color: #FC8F46 !important;
}

.cyberpunk-page .text-block {
  color: #ffffff !important;
}

/* Link v2 destacado */
.link-block.cyberpunk {
  background: rgba(252, 143, 70, 0.3) !important;
  border-radius: 15px;
  padding: 8px 16px !important;
  margin-right: 16px;
  border: 1px solid rgba(252, 143, 70, 0.5);
}

.cyberpunk .link {
  color: #000000 !important;
  font-weight: 700 !important;
}

/* Adjustments for readability on dark background */
.cyberpunk-hero .paragraph-bigger {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* iPhone showcase no lugar do vídeo */
.cyberpunk-hero .video {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iphone-showcase-cyberpunk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
}

.iphone-hero-image {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
  filter: 
    drop-shadow(0 0 10px rgba(252, 143, 70, 0.3))
    drop-shadow(0 0 20px rgba(252, 143, 70, 0.15))
    drop-shadow(0 25px 50px rgba(0, 0, 0, 0.4))
    drop-shadow(0 10px 25px rgba(0, 0, 0, 0.3));
  animation: floatIphoneSoft 8s ease-in-out infinite;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transform-origin: center center;
}

@keyframes floatIphone {
  0%, 100% { 
    transform: translateY(0px) rotate(0deg); 
    filter: 
      drop-shadow(0 25px 50px rgba(0, 0, 0, 0.4))
      drop-shadow(0 10px 25px rgba(0, 0, 0, 0.3));
  }
  50% { 
    transform: translateY(-15px) rotate(2deg); 
    filter: 
      drop-shadow(0 35px 70px rgba(0, 0, 0, 0.5))
      drop-shadow(0 15px 35px rgba(0, 0, 0, 0.4));
  }
}

/* Animação suave para iPhone hero */
@keyframes floatIphoneSoft {
  0%, 100% { 
    transform: translateY(0px);
  }
  50% { 
    transform: translateY(-8px);
  }
}

/* Floating Messages - Sistema dinâmico melhorado */
.floating-messages-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  pointer-events: none;
  overflow: hidden;
}


/* Dynamic Messages - WhatsApp style */
.floating-message-dynamic {
  position: absolute;
  background: rgba(248, 249, 250, 0.95);
  color: #495057;
  padding: 16px 24px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 
    0 15px 50px rgba(108, 117, 125, 0.4),
    0 8px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(173, 181, 189, 0.6);
  max-width: 350px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  white-space: nowrap;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: scale(0.8) rotate(5deg);
  opacity: 0;
}

.floating-message-dynamic.animate-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.floating-message-dynamic.animate-out {
  transform: scale(0.9) rotate(-5deg);
  opacity: 0;
  filter: blur(3px);
}

/* Glow cinza sutil */
.floating-message-dynamic::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(135deg, #adb5bd, #ced4da, #e9ecef, #adb5bd);
  background-size: 400% 400%;
  border-radius: 34px;
  z-index: -1;
  opacity: 0.3;
  filter: blur(15px);
  animation: glowRotate 4s ease-in-out infinite;
}

@keyframes glowRotate {
  0%, 100% {
    background-position: 0% 50%;
    opacity: 0.2;
  }
  50% {
    background-position: 100% 50%;
    opacity: 0.4;
  }
}

/* Typing effect for messages */
.floating-message-dynamic::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #495057;
  border-radius: 50%;
  opacity: 0;
  animation: typingCursor 1s ease-in-out infinite;
  animation-delay: 0.5s;
}

@keyframes typingCursor {
  0%, 50% { opacity: 0; }
  25%, 75% { opacity: 1; }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .floating-message-dynamic {
    font-size: 13px;
    padding: 12px 18px;
    max-width: 280px;
    border-radius: 25px;
  }
}

/* Meta partner logo adjustment */
.cyberpunk-hero .meta-partner-logo {
  position: relative;
  z-index: 10;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.cyberpunk-hero .meta-partner-logo img {
  filter: brightness(1.1) contrast(1.1);
}

/* Background textures - hide completamente */
.cyberpunk-hero .bg,
.cyberpunk-hero .texture-1,
.cyberpunk-hero .texture-2, 
.cyberpunk-hero .texture-3 {
  display: none !important;
  visibility: hidden !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .flickering-grid-canvas {
    opacity: 0.6; /* Less intense on mobile */
  }
  
  .cyberpunk-title {
    font-size: 36px;
    text-shadow: 
      0 0 5px rgba(255, 255, 255, 0.2),
      0 0 10px rgba(255, 255, 255, 0.1);
  }
  
  .cyberpunk-hero {
    padding: 80px 20px 60px;
  }
}

/* ========================================
   PREMIUM CHALLENGE - MINIMAL DESIGN
======================================== */

/* Body with gradient background */
.premium-challenge-body {
  background: linear-gradient(180deg, #ffffff 0%, #ffe0c2 50%, #f18bbf 100%);
  background-attachment: fixed;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  padding: 0;
}

/* Premium Navigation */
.premium-nav {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo img {
  height: 32px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  transition: opacity 0.3s ease;
}

.nav-link:hover {
  opacity: 0.7;
}

.nav-link.active {
  font-weight: 500;
  position: relative;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000000;
}

.nav-cta {
  background: transparent;
  border: 1.5px solid #000000;
  border-radius: 30px;
  padding: 8px 20px;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.nav-cta:hover {
  background: #000000;
  color: #ffffff;
}

/* Hero Premium */
.hero-premium {
  padding: 140px 40px 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* PESO 1 - Tagline */
.tagline {
  font-family: 'Crimson Text', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin: 0 0 24px 0;
  opacity: 0.8;
}

/* PESO 3 - Headline */
.headline {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  color: #000000;
  text-align: center;
  margin: 0 0 32px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* PESO 2 - Subheadline */
.subheadline {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin: 0 0 48px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* PESO 3 - CTA Premium */
.cta-premium {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 1.5px solid #000000;
  border-radius: 30px;
  padding: 12px 28px;
  color: #000000;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  margin-bottom: 80px;
}

.cta-premium:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cta-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cta-premium:hover .cta-arrow {
  transform: translateX(4px);
}

/* PESO 3 - Product Showcase */
.product-showcase {
  margin-bottom: 80px;
}

.iphone-container-premium {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.hand-holding {
  position: relative;
  padding: 40px;
}

.iphone-device {
  width: 280px;
  height: 500px;
  background: linear-gradient(135deg, #1a1b1f 0%, #2c2c2e 100%);
  border-radius: 45px;
  margin: 0 auto;
  position: relative;
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.3),
    0 8px 25px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 2px solid #333;
}

.iphone-device::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: #333;
  border-radius: 2px;
}

.iphone-device::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: #333;
  border-radius: 2px;
}

.iphone-screen {
  position: absolute;
  top: 35px;
  left: 15px;
  right: 15px;
  bottom: 35px;
  border-radius: 35px;
  overflow: hidden;
  background: #000;
}

.screen-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ff6b35 0%, #f18bbf 25%, #9b59b6 50%, #3498db 100%);
  opacity: 0.9;
}

.secret-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-family: 'Inter', sans-serif;
}

.secret-prompt {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  opacity: 0.9;
}

.secret-word-reveal {
  font-family: 'SF Mono', 'Monaco', 'Courier New', monospace;
  font-size: 20px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Challenge Info Grid */
.challenge-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.info-card {
  text-align: center;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.info-card:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.info-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 8px 0;
}

.info-text {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* Sections Premium */
.container-premium {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-title-premium {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #000000;
  text-align: center;
  margin: 0 0 60px 0;
}

.section-desc {
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 60px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Prizes Premium */
.prizes-premium {
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
}

.prizes-minimal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  max-width: 900px;
  margin: 0 auto 40px;
}

.prize-minimal {
  text-align: center;
  padding: 40px 24px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  backdrop-filter: blur(15px);
}

.prize-minimal:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.prize-minimal.main {
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid #000000;
  transform: scale(1.05);
}

.prize-rank {
  font-size: 32px;
  display: block;
  margin-bottom: 16px;
}

.prize-minimal h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 12px 0;
}

.prize-amount {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.legal-note {
  text-align: center;
  font-size: 13px;
  color: #666;
  font-style: italic;
  margin: 0;
}

/* FAQ Premium */
.faq-premium {
  padding: 100px 0;
}

.faq-minimal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.faq-minimal {
  padding: 32px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.faq-minimal:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.faq-minimal h4 {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 12px 0;
}

.faq-minimal p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Footer Premium */
.footer-premium {
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-minimal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-logo img {
  height: 28px;
  opacity: 0.8;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-copy {
  color: #000000;
  font-size: 13px;
  opacity: 0.5;
}

/* Responsive Premium */
@media (max-width: 768px) {
  .nav-container {
    padding: 0 20px;
  }
  
  .nav-links {
    gap: 20px;
  }
  
  .hero-premium {
    padding: 120px 20px 60px;
  }
  
  .hero-container {
    max-width: 100%;
  }
  
  .headline {
    font-size: 36px;
  }
  
  .subheadline {
    font-size: 18px;
  }
  
  .tagline {
    font-size: 16px;
  }
  
  .iphone-device {
    width: 220px;
    height: 400px;
  }
  
  .challenge-info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .container-premium {
    padding: 0 20px;
  }
  
  .section-title-premium {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .footer-minimal {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  
  .footer-links {
    gap: 24px;
  }
}
