@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html {
  overflow-y: scroll;
}

body {
  background-color: #000000;
  font-family: PP Neue Montreal, Arial, sans-serif;
  color: #201d1d;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  min-height: 100%;
}

a,
button {
  cursor: pointer;
}

/* Disable Scroll on Loading */
main:has(.willem-header.is--loading) {
  height: 100dvh;
}

.willem-header {
  color: #f4f4f4;
  position: relative;
  overflow: hidden;
}

/* Loading: Hidden */
.willem-header.is--loading.is--hidden {
  display: none;
}

.willem-loader {
  color: #201d1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
  transform: translateX(-7vw);
}

.willem__h1 {
  color: #ffffff;
  white-space: nowrap;
  justify-content: center;
  font-size: 6em;
  font-weight: 500;
  line-height: 1.15;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
}

.willem__h1-start {
  justify-content: flex-end;
  display: flex;
  flex: 1;
}

.willem__h1-end {
  justify-content: flex-start;
  display: flex;
  flex: 1;
}

.willem__letter {
  display: block;
  position: relative;
}

.willem__letter-white.is--space {
  margin-left: .25em;
}

.willem-loader__box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 1.15em;
  display: flex;
  position: relative;
  align-self: center;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 0.15em;
}

.willem-loader__box-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.willem__growing-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.willem__growing-image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.willem__cover-image {
  pointer-events: none;
  object-fit: cover;
  object-position: center 25%;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 7;
}

.willem__cover-image-extra {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
}

.willem__cover-image-extra.is--1 {
  z-index: 10;
}

.willem__cover-image-extra.is--2 {
  z-index: 9;
}

.willem__cover-image-extra.is--3 {
  z-index: 8;
}

.willem__cover-image {
  z-index: 7;
}

.willem-header__content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: 3em;
  display: flex;
  position: relative;
}

.willem-header__top {
  width: 100%;
  position: relative;
}

.willem-header__bottom {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.willen-nav {
  display: flex;
  position: relative;
  overflow: hidden;
}

.willem-nav__start {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.willem-nav__end {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.willem-nav__cta {
  display: flex;
}

.willem-nav__links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.willem-nav__link {
  color: inherit;
  font-size: 1.3125em;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.willem__letter-white {
  display: block;
  position: relative;
}

.footer-conexao {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 100;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 1.5rem 9rem;

  background: #000000;
  isolation: isolate;

  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1100px;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  color: white;
}

.container h1 {
  font-family: "Rubik", sans-serif;
  font-size: clamp(3rem, 10vw, 8rem);
  line-height: 1;
  margin: 0 0 1rem;
  font-weight: 800;
}

.container h2 {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.2rem, 3vw, 2rem);
  margin-bottom: 3rem;
  opacity: .8;
  font-weight: 500;
}

.container p {
  width: min(100%, 700px);

  font-family: "Geist Mono", monospace;
  font-size: clamp(.95rem, 1.5vw, 1.2rem);

  line-height: 1.8;

  color: rgba(255, 255, 255, .75);

  margin-bottom: 1.5rem;
}

.container .copyright {
  font-family: "Geist Mono", monospace;
  font-size: 0.75rem;
  opacity: 0.5;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.footer-conexao .container h1 .conexao-informatica-suffix {
  margin-left: 1.5em;
}

/* --- Video Text Effect (CONEXÃO INFORMÁTICA) --- */
.logo-entry-blog {
  font-family: "Rubik", sans-serif;
  font-size: clamp(2.8rem, 8vw, 6.5rem);
  line-height: 1;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 25;
  background-color: #000000;
  color: transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: pre-wrap;
  width: 100%;
  margin: 0 0 0.5rem;
}

.logo-entry-blog::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: #000000;
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
  z-index: 5;
  pointer-events: none;
  white-space: pre-wrap;
  text-align: center;
}

.video-wrapper-blog {
  position: absolute;
  inset: 4px;
  overflow: hidden;
  z-index: 1;
}

.video-text-blog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@media (max-width: 768px) {
  .footer-conexao .container h1 .conexao-informatica-suffix {
    margin-left: 0.8em;
  }
}

.type-char {
  opacity: 0;
  transition: opacity .15s ease;
}

.type-char.visible {
  opacity: 1;
}

.typing-caret {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: currentColor;
  margin-left: 2px;
  animation: blink .8s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}


/* mobile */

@media (max-width:768px) {

  .footer-conexao {
    padding: 4rem 1.25rem 1rem;
    min-height: 100vh;
  }

  .container {
    width: 100%;
    align-items: center;
  }

  .container h1 {
    width: 100%;

    font-size: clamp(2.5rem, 13vw, 3.2rem);

    line-height: .95;
    word-spacing: 0.35em;

    text-align: center;
  }

  .container h2 {
    width: 100%;

    font-size: 1rem;

    text-align: center;

    margin-top: 1rem;
    margin-bottom: 2rem;

    opacity: .75;
  }

  .container p {
    width: 100%;

    text-align: center;

    font-size: .92rem;

    line-height: 1.75;

    margin-bottom: 1.2rem;
  }

}




@media (max-width: 768px) {

  .willem-loader {
    transform: translateX(0) !important;
    width: 100vw;
    padding: 0 1rem;
  }

  .willem__h1 {
    font-size: clamp(2rem, 10vw, 3rem) !important;

    width: 100%;
    justify-content: center !important;
    align-items: center !important;

    text-align: center;
  }

  .willem__h1-start,
  .willem__h1-end {
    flex: 0 0 auto;
  }

  .willem-loader__box {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .willem__h1 {
    font-size: 4.5em;
  }

  .willem-nav__links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .willem__h1 {
    font-size: 2.5em;
  }

  .willem-nav__start {
    width: 65%;
  }

  .willem-nav__end {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    width: 45%;
  }
}

.osmo-credits__p {
  pointer-events: auto;
  text-align: center;
  margin: 0;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  bottom: 0.15em;
}

.osmo-credits__p-a {
  color: #f4f4f4;
}

@media screen and (max-width: 991px) {
  .osmo-credits__p {
    display: none;
  }
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('https://cdn.prod.website-files.com/6819ed8312518f61b84824df/6819ed8312518f61b84825ba_PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


:root {
  --gutter: 2rem;
}

/* ---------- mobile ---------- */

@media (max-width: 900px) {
  .stack {
    gap: 1rem;
  }

  .manifesto-card {
    width: 30vw;
    height: 56vh;
  }

  .editorial-ghost {
    flex-direction: column;
  }

  .cover {
    height: 45%;
  }
}

@media (max-width: 600px) {
  :root {
    --gutter: 1rem;
  }
}

.content-wrap {
  background: #000000;
  overflow: clip;
}

.content-wrap .fluid {
  font-size: clamp(4rem, 12vw, 12rem);
  line-height: 0.6;
  margin: 0;
  color: #fff;
  font-family: PP Neue Montreal, Arial, sans-serif;
}

.content-wrap h2.fluid {
  font-size: clamp(1.5rem, 4vw, 4rem);
  padding-top: 48px;
  text-align: center;
  color: #fff;
}

.section-grid {
  min-height: 240vh;
}

.content {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  place-items: center;
  align-content: center;
  position: sticky;
  top: 0;
  overflow: hidden;
}


.grid {
  --offset: 0;
  --container-width: 1600px;
  --gap: clamp(10px, 7.35vw, 80px);

  width: var(--container-width);
  max-width: calc(100% - (2 * var(--gutter)));
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: var(--gap);
  margin: 0 auto;
  align-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
    --offset: -1;
  }

  .grid>.layer:nth-of-type(1) {
    display: none;
  }
}

.grid>.layer {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
}

.grid>.layer:nth-of-type(1) div:nth-of-type(odd) {
  grid-column: 1;
}

.grid>.layer:nth-of-type(1) div:nth-of-type(even) {
  grid-column: -2;
}

.grid>.layer:nth-of-type(2) div:nth-of-type(odd) {
  grid-column: calc(2 + var(--offset));
}

.grid>.layer:nth-of-type(2) div:nth-of-type(even) {
  grid-column: calc(-3 - var(--offset));
}

.grid>.layer:nth-of-type(3) div:first-of-type {
  grid-column: calc(3 + var(--offset));
  grid-row: 1;
}

.grid>.layer:nth-of-type(3) div:last-of-type {
  grid-column: calc(3 + var(--offset));
  grid-row: -1;
}

.grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 1rem;
}

.grid .scaler {
  position: relative;
  grid-area: 2 / calc(3 + var(--offset));
}

.scaler {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.scaler img {
  position: absolute;
  top: 50%;
  left: 53.5%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center 25%;
  border-radius: 1rem;
  width: 70vw;
  height: 65dvh;
  max-width: none;
  max-height: none;
}

/* --- Scroll Indicator --- */
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  animation: fadeInScroll 1s ease 0.5s forwards;
  z-index: 10;
  transition: opacity 0.5s ease;
}

.scroll-indicator.hidden {
  opacity: 0 !important;
  pointer-events: none;
}

.mouse-icon {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  position: relative;
  margin-bottom: 5px;
}

.wheel {
  width: 4px;
  height: 8px;
  background: white;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollWheel 2s infinite;
}

.scroll-arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scroll-arrows span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  transform: rotate(45deg);
  margin: -3px;
  animation: scrollArrow 2s infinite;
}

.scroll-arrows span:nth-child(2) {
  animation-delay: 0.2s;
}

.scroll-arrows span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes scrollWheel {
  0% {
    top: 8px;
    opacity: 1;
  }

  100% {
    top: 24px;
    opacity: 0;
  }
}

@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-5px, -5px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(5px, 5px);
  }
}

@keyframes fadeInScroll {
  to {
    opacity: 1;
  }
}

/* ===== Seção Horizontal ===== */
:root {
  --theme-main-bg: #000000;
  --theme-sub-bg: #000000;
  --theme-text: #ffffff;
  --theme-title: #0066FF;
  --font-sans: "Urbanist", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

.horizontal-section-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

svg.theme-svg-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
}

section#content {
  font-family: var(--font-sans);
  color: var(--theme-text);
  position: absolute;
  inset: 0;
  padding-inline: min(10vw, 100px);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}

.content-block {
  position: absolute;
  width: calc(100% - 2 * min(10vw, 100px));
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 0;
}

.content-block .btn-modern-media {
  pointer-events: none !important;
}

.content-block.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 10;
}

.content-block.active .btn-modern-media {
  pointer-events: auto !important;
}

@media (min-width: 769px) {
  .content-block {
    transition: opacity 0.5s ease, visibility 0.5s ease;
    transform: none;
  }

  .content-block .content-title,
  .content-block .content-year,
  .content-block p,
  .content-block .btn-modern-media {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(5px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
      filter 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .content-block.active .content-title {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.1s;
  }

  .content-block.active .content-year {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.2s;
  }

  .content-block.active p {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.35s;
  }

  .content-block.active .btn-modern-media {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition-delay: 0.5s;
  }

  .content-block:not(.active) .content-title,
  .content-block:not(.active) .content-year,
  .content-block:not(.active) p,
  .content-block:not(.active) .btn-modern-media {
    transform: translateY(-25px);
    opacity: 0;
    filter: blur(3px);
    transition: transform 0.4s cubic-bezier(0.3, 0, 0.8, 0.15),
      opacity 0.4s cubic-bezier(0.3, 0, 0.8, 0.15),
      filter 0.4s cubic-bezier(0.3, 0, 0.8, 0.15);
  }
}

.content-title {
  font-size: clamp(2rem, 4.5vw, 5rem);
  color: var(--theme-title);
  line-height: 1.1;
  font-family: var(--font-sans);
  font-weight: 800;
  margin: 0;
  padding-left: 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  width: clamp(280px, 45vw, 80vw);
  text-align: left;
  word-break: break-word;
}

.content-year {
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  color: var(--theme-text);
  opacity: 0.65;
  font-family: var(--font-sans);
  font-weight: 600;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  display: block;
  width: clamp(280px, 45vw, 80vw);
  text-align: left;
}

.content-title,
.content-year,
section#content p {
  max-width: 700px;
}

section#content p {
  width: clamp(280px, 45vw, 80vw);
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  font-weight: 600;
  text-wrap: balance;
  color: var(--theme-text);
  line-height: 1.5;
  position: relative;
  margin: 0;
  text-align: justify;
}

section#panes-container {
  width: 1000vw;
  display: flex;
  height: 100vh;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.pane {
  position: relative;
  height: 100vh;
  width: 100vw;
  flex-shrink: 0;
}

#panes-container .pane img {
  position: absolute;
  right: 0;
  top: 50%;
  width: max(20vw, 400px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transform: translate(-100%, -50%);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(7, 15, 54, 0.15);
}

.pane:nth-of-type(1) img {
  left: min(10vw, 100px) !important;
  right: auto !important;
  transform: translate(0, -50%) !important;
}

.pane:nth-of-type(2) img {
  transform: translate(-185%, -50%) !important;
}

.pane:nth-of-type(3) img {
  transform: translate(-115%, -50%) !important;
}

.pane:nth-of-type(4) img {
  transform: translate(-185%, -50%) !important;
}

.pane:nth-of-type(5) img {
  transform: translate(-115%, -50%) !important;
}

.pane:nth-of-type(6) img {
  transform: translate(-185%, -50%) !important;
}

.pane:nth-of-type(7) img {
  transform: translate(-115%, -50%) !important;
}

.pane:nth-of-type(8) img {
  transform: translate(-185%, -50%) !important;
}

.pane:nth-of-type(9) img {
  transform: translate(-115%, -50%) !important;
}

.pane:nth-of-type(10) img {
  transform: translate(-185%, -50%) !important;
}

.pane:nth-of-type(11) img {
  transform: translate(-115%, -50%) !important;
}

@media (max-width: 768px) {
  .horizontal-section-wrapper {
    height: 100vh !important;
    overflow: hidden !important;
  }

  section#content p {
    text-align: left;
  }

  section#panes-container {
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }

  #panes-container .pane img {
    width: min(85vw, 500px);
    height: auto;
    max-height: 45vh;
  }

  #panes-container .pane img {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    right: auto !important;
  }

  section#content {
    padding: 0 1rem !important;

    text-align: left !important;
    align-items: flex-start !important;

    pointer-events: none;
  }

  .content-block {
    position: absolute !important;

    width: 100% !important;
    height: 100vh !important;

    display: flex !important;
    flex-direction: column !important;

    justify-content: center !important;
    align-items: flex-start !important;

    text-align: left !important;

    transform: none !important;
    opacity: 0;

    /* ALTERADO */
    padding: 1.25rem 0 !important;

    box-sizing: border-box;
  }

  .content-title,
  .content-year,
  section#content p {
    width: 100% !important;
    max-width: 100% !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    margin-left: 0 !important;
  }

  .content-title {
    font-size: clamp(2rem, 9vw, 3rem) !important;

    text-align: left !important;

    margin-bottom: .2rem !important;
  }

  .content-year {
    text-align: left !important;

    margin-bottom: 1rem !important;
  }

  section#content p {
    width: 100% !important;

    padding-right: .5rem !important;

    line-height: 1.65;
  }

  section#content p {
    overflow-wrap: break-word;
    word-break: break-word;

    font-size: .95rem !important;

    max-width: calc(100vw - 2rem) !important;
  }
}

.hero-section {
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-container {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: url(#clip-path1);
  background-color: #000000;
  overflow: hidden;
}

.hero-bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  opacity: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--font-sans), system-ui, sans-serif;
  opacity: 0;
  /* Started at 0 for GSAP animation */
  width: 100%;
}

.footer-style {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 4rem 10vw 2rem;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}


.footer-brand p {
  max-width: 400px;
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.8;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-links h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #0ae448;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  font-size: 0.9rem;
  opacity: 0.6;
}

.text-dark {
  color: #070f36 !important;
}

.text-white {
  color: #ffffff !important;
}

.panel {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: var(--font-sans), system-ui, sans-serif;
}

.panel.black {
  background: #000000;
  color: #ffffff;
}

.panel.red {
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
  color: #070f36;
}

.panel h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column {
  flex-direction: column;
}

.box {
  width: 120px;
  height: 120px;
  background-color: #333;
  margin: 15px;
  border-radius: 1.2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.box.blue {
  background: linear-gradient(135deg, #0542bb 0%, #3209e6 100%);
}

.box.purple {
  background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
}

#clipContainer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.btn-modern-media {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 0.8rem 2rem;
  border: 2px solid var(--theme-text);
  border-radius: 50px;
  background-color: transparent;
  color: var(--theme-text);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-modern-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--theme-title);
  transition: width 0.4s ease-out;
  z-index: -1;
}

.btn-modern-media:hover::before {
  width: 100%;
}

.btn-modern-media:hover {
  border-color: var(--theme-title);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.content-block[data-index="7"] .btn-modern-media::before {
  background-color: #ffffff;
}

.content-block[data-index="7"] .btn-modern-media:hover {
  border-color: #ffffff;
  color: #0ae448;
}

.btn-arrow-icon {
  transition: transform 0.3s ease;
}

.btn-modern-media:hover .btn-arrow-icon {
  transform: translate(2px, -2px);
}