:root {
  --dark: #151f31;
  --dark-2: #0f141c;
  --dark-3: #1b2638;
  --green: #00c445;
  --green-2: #00e052;
  --white: #f4f5f2;
  --text: #f8faf6;
  --muted: #c6cbcc;
  --light: #f5f6f4;
  --light-text: #151f31;
  --light-muted: #555e62;
  --line: rgba(255, 255, 255, .12);
  --line-dark: rgba(21, 31, 49, .12);
  --container: 1136px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0b1118;
  color: var(--text);
  overflow-x: hidden;
}

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

.container {
  width: min(100% - 88px, var(--container));
  margin-inline: auto;
}

.header {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 64px, var(--container));
  transform: translateX(-50%);
  z-index: 10;
  padding-top: 45px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 32px;
}

.img-logo {
  transform: scale(2);
}

.logo {
  width: 190px;
  height: 42px;
  display: block;
  overflow: hidden;
  position: relative;
}

.logo img {
  position: absolute;
  width: 210px;
  height: 210px;
  object-fit: contain;
  left: -14px;
  top: -84px;
}

.nav {
  justify-self: end;
  display: flex;
  gap: 56px;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
}

.nav a {
  color: rgba(255, 255, 255, .94);
  transition: .25s ease;
}

.nav a:hover {
  color: var(--green);
}

.nav a.active,
.nav a[aria-current="page"] {
  color: var(--green);
}

.nav i {
  width: 6px;
  height: 6px;
  background: var(--green);
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: middle;
}

.top-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 24px;
  border: 1px solid rgba(0, 196, 69, .86);
  border-radius: 10px;
  font-weight: 800;
  font-size: 15px;
  background: rgba(255, 255, 255, .02);
  transition: .25s ease;
}

.top-cta:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 196, 69, .18);
}

.wa-icon {
  color: var(--green);
  font-size: 14px;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  padding-top: 144px;
  background:
    radial-gradient(circle at 75% 40%, rgba(0, 196, 69, .17), transparent 23%),
    radial-gradient(circle at 23% 43%, rgba(255, 255, 255, .055), transparent 24%),
    linear-gradient(145deg, #111827 0%, #0f141c 42%, #0b1118 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 42% 45%, rgba(255, 255, 255, .04), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, .02), transparent 30%, rgba(255, 255, 255, .02));
  pointer-events: none;
}

.hero-grid {
  min-height: 554px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 55px;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.label {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 34px;
}

.label span {
  display: inline-block;
  width: 25px;
  height: 3px;
  border-radius: 20px;
  background: var(--green);
  margin-right: 14px;
  transform: translateY(-3px);
}

.hero h1 {
  font-size: clamp(48px, 6vw, 70px);
  line-height: 1.06;
  letter-spacing: -.055em;
  font-weight: 850;
  max-width: 535px;
  margin-bottom: 34px;
}

.hero h1 strong,
.section-copy strong,
.final-cta strong {
  color: var(--green);
  font-style: normal;
  font-weight: inherit;
}

.subtitle {
  color: #c6ccce;
  font-size: 20px;
  line-height: 1.75;
  max-width: 430px;
  margin-bottom: 48px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 54px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-radius: 8px;
  padding: 19px 29px;
  background: linear-gradient(135deg, #00e052, #00c445);
  color: #06130a;
  font-weight: 900;
  transition: .25s ease;
}

.btn-primary span,
.btn-link span,
.text-action span,
.site-overlay span,
.final-cta span {
  color: black;
  font-size: 24px;
  line-height: 0;
}

.btn-link {
  font-weight: 850;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.hero-symbol {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-symbol img {
  width: min(100%, 680px);
  max-width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28), 0 18px 38px rgba(0, 196, 69, .10);
  filter: drop-shadow(0 20px 22px rgba(0, 196, 69, .08));
}

.brands {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .025)),
    linear-gradient(145deg, #0f141c, #12191d);
  padding-bottom: 76px;
}

.divider {
  height: 1px;
  background: var(--line);
  margin-bottom: 34px;
}

.brands p {
  text-align: center;
  color: #c2c8ca;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .22em;
  margin-bottom: 35px;
}

.brands strong {
  color: var(--green);
}

.brand-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.brand-item {
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .62);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  font-size: 19px;
  border-right: 1px solid var(--line);
}

.brand-item:last-child {
  border-right: 0;
}

.brand-icon {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.brand-item small {
  display: block;
  font-size: 8px;
  letter-spacing: .22em;
  text-align: center;
  margin-top: 4px;
}

.white-block {
  background: var(--light);
  color: var(--light-text);
}

.split-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 70px;
}

.services {
  padding: 78px 0 74px;
}

.green-label {
  color: var(--green-2);
  margin-bottom: 31px;
}

.green-label span {
  background: var(--green-2);
}

.section-copy h2 {
  font-size: 37px;
  line-height: 1.16;
  letter-spacing: -.045em;
  max-width: 350px;
  margin-bottom: 34px;
}

.text-action {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--green-2);
  font-weight: 900;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
  padding-top: 34px;
}

.service {
  min-height: 170px;
  padding-left: 52px;
  border-left: 1px solid var(--line-dark);
  padding: 30px;
}

.service:first-child {
  border-left: 0;
}

.service-icon {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: rgba(16, 23, 29, .055);
  display: grid;
  place-items: center;
  margin-bottom: 25px;
}

.service-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--green-2);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

.service p {
  color: var(--light-muted);
  font-size: 15px;
  line-height: 1.68;
  max-width: 210px;
}

.portfolio {
  padding: 0 0 32px;
}

.portfolio-layout {
  padding-top: 64px;
  border-top: 1px solid rgba(16, 23, 29, .12);
}

.portfolio-showcase {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.portfolio-viewport {
  width: min(700px, 100%);
  height: 438px;
  overflow: hidden;
  position: relative;
  padding: 6px 0;
  isolation: isolate;
}

.portfolio-viewport::before,
.portfolio-viewport::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 4;
  pointer-events: none;
}

.portfolio-viewport::before {
  top: 0;
  background: linear-gradient(to bottom, #fbfbfa 8%, rgba(251, 251, 250, 0));
}

.portfolio-viewport::after {
  bottom: 0;
  background: linear-gradient(to top, #fbfbfa 8%, rgba(251, 251, 250, 0));
}

.portfolio-track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: translateY(-50%);
  animation: portfolioVerticalDown 20s linear infinite;
  will-change: transform;
}

.portfolio-viewport:hover .portfolio-track {
  animation-play-state: paused;
}

.site-card {
  width: 100%;
  height: 245px;
  flex: 0 0 245px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(12, 18, 22, .18);
  background: #111;
  position: relative;
}

.site-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.light-card {
  background: #fff;
  box-shadow: 0 22px 55px rgba(12, 18, 22, .12);
}

@keyframes portfolioVerticalDown {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0);
  }
}

.site-overlay {
  position: absolute;
  inset: 0;
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(8, 12, 15, .72), rgba(8, 12, 15, .08) 68%);
  color: white;
}

.site-overlay h3 {
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -.05em;
  max-width: 340px;
  margin-bottom: 30px;
}

.site-overlay strong {
  color: var(--green);
}

.site-overlay a {
  font-weight: 900;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 17px;
}

.final-cta {
  margin: 49px 0 0;
  padding: 40px 46px;
  border-radius: 13px;
  background:
    radial-gradient(circle at 100% 40%, rgba(0, 196, 69, .10), transparent 30%),
    linear-gradient(135deg, #111827, #222a2f);
  min-height: 138px;
  display: grid;
  grid-template-columns: 98px 1fr auto;
  align-items: center;
  gap: 34px;
  color: var(--text);
}

.chat-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 2px solid var(--green);
  display: grid;
  place-items: center;
  color: var(--green);
}

.chat-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.final-cta h2 {
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: -.04em;
  max-width: 550px;
}

.final-cta a {
  color: var(--green);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .045), transparent 36%),
    linear-gradient(145deg, #121a1e, #0b1013);
  padding: 56px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1fr;
  gap: 58px;
}

.footer-brand {
  padding-right: 72px;
  /* border-bottom: 1px solid var(--line); */
  padding-bottom: 42px;
}

.footer-brand img {
  width: 178px;
  /* height: 48px; */
  object-fit: cover;
  object-position: left center;
  margin-bottom: 22px;
}

.footer-brand p {
  color: #c4cacb;
  max-width: 190px;
  line-height: 1.65;
}

.footer-col h4 {
  text-transform: uppercase;
  color: #9ca4a6;
  font-size: 12px;
  letter-spacing: .15em;
  margin-bottom: 22px;
}

.footer-col a {
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
  color: #f4f5f2;
}

.footer-col a:hover {
  color: var(--green);
}

.copyright {
  grid-column: 2 / 4;
  color: #9ca4a6;
  font-size: 14px;
  align-self: end;
  text-align: center;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


.portfolio-cases::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(5, 13, 24, .28));
}

.project-window.is-scroll-driven {
  animation: none !important;
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 40px, var(--container));
  }

  .header {
    position: fixed;
    width: calc(100% - 28px);
    top: 14px;
    padding: 12px 14px;
    background: rgba(16, 23, 27, .82);
    border: 1px solid var(--line);
    border-radius: 18px;
    backdrop-filter: blur(14px);
    grid-template-columns: 1fr auto;
  }

  .logo {
    width: 155px;
    height: 35px;
  }

  .logo img {
    width: 175px;
    height: 175px;
    top: -70px;
    left: -10px;
  }

  .menu-button {
    display: grid;
    gap: 6px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: transparent;
    place-content: center;
  }

  .menu-button span {
    width: 20px;
    height: 2px;
    background: white;
  }

  .nav,
  .top-cta {
    display: none;
  }

  .nav.open {
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    background: rgba(16, 23, 27, .98);
    border: 1px solid var(--line);
    border-radius: 18px;
  }

  .hero {
    padding-top: 120px;
  }

  .hero-grid,
  .split-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: unset;
    gap: 24px;
    padding-bottom: 48px;
  }

  .hero-symbol {
    order: -1;
  }

  .hero-symbol img {
    width: min(100%, 520px);
  }

  .label {
    margin-bottom: 22px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .subtitle {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .hero-actions {
    gap: 24px;
  }

  .brands {
    padding-bottom: 46px;
  }

  .brand-list {
    grid-template-columns: 1fr 1fr;
    gap: 24px 0;
  }

  .brand-item {
    border-right: 0;
  }

  .services {
    padding-top: 56px;
  }

  .section-copy h2 {
    font-size: 34px;
  }

  .service-list {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 24px;
  }

  .service {
    border-left: 0;
    border-top: 1px solid var(--line-dark);
    padding-left: 0;
    padding-top: 24px;
  }

  .service:first-child {
    border-top: 1px solid var(--line-dark);
  }

  .portfolio-layout {
    padding-top: 54px;
  }

  .portfolio-showcase {
    justify-content: flex-start;
  }

  .portfolio-viewport {
    width: 100%;
    height: 390px;
  }

  .site-card {
    height: 225px;
    flex-basis: 225px;
  }

  .site-overlay {
    padding: 26px;
  }

  .site-overlay h3 {
    font-size: 25px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-brand {
    border-bottom: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .copyright {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .brand-list {
    grid-template-columns: 1fr;
  }

  .final-cta h2 {
    font-size: 25px;
  }
}


.brand-logo {
  display: flex;
  align-items: center;
  gap: 16px
}

.brand-logo img {
  width: 43px;
  height: 43px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(0, 196, 69, .25))
}

.brand-logo>span {
  font-size: 25px;
  letter-spacing: .42em;
  font-weight: 800;
  color: #f0f2ef;
  line-height: 1
}

.brand-logo>span span {
  color: var(--green);
  letter-spacing: .42em
}

/* Portfolio estilo stack scroll-driven */
.portfolio-cases {
  /* margin-top: 72px; */
  height: 170vh;
  position: relative;
  /* background:
    radial-gradient(circle at 22% 18%, rgba(0,196,69,.13), transparent 24%),
    radial-gradient(circle at 64% 50%, rgba(35,82,255,.18), transparent 35%),
    linear-gradient(135deg, #162765 0%, #071321 56%, #050d18 100%); */
  color: #f5f7fb;
  overflow: clip;
}

.portfolio-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.portfolio-cases-inner {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) 118px;
  align-items: center;
  gap: 30px;
  position: relative;
}

.portfolio-side {
  color: rgba(255, 255, 255, .78);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  z-index: 8;
}

.portfolio-count strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #f6f8fb;
  letter-spacing: -.04em;
}

.portfolio-count span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, .56);
}

.portfolio-count span em {
  font-style: normal;
}

.portfolio-count small {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, .52);
}

.portfolio-total {
  align-self: center;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: none;
  white-space: nowrap;
}

.portfolio-main {
  min-width: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  position: relative;
  z-index: 6;
}

.portfolio-actions {
  order: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 12;
}

.portfolio-all-link {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 224, 82, .28);
  background: rgba(0, 224, 82, .10);
  color: #a4fb98;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -.01em;
  text-transform: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.portfolio-all-link:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 224, 82, .54);
  background: rgba(0, 224, 82, .16);
  color: #ffffff;
}

.portfolio-all-link span {
  font-size: 14px;
}

.portfolio-stage {
  order: 1;
  width: 100%;
  height: 68vh;
  min-height: 500px;
  position: relative;
  perspective: 1450px;
  transform-style: preserve-3d;
}

.portfolio-state {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: min(520px, 92vw);
  min-height: 220px;
  padding: 34px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .10);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 224, 82, .16), transparent 35%),
    linear-gradient(180deg, rgba(13, 22, 34, .92), rgba(7, 13, 22, .94));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .42);
  color: #f6f8fb;
}

.portfolio-state-orb {
  width: 56px;
  height: 56px;
  border-radius: 22px;
  margin-bottom: 16px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .42), transparent 28%),
    linear-gradient(135deg, rgba(0, 224, 82, .9), rgba(35, 82, 255, .72));
  box-shadow: 0 18px 42px rgba(0, 224, 82, .16);
}

.portfolio-loading .portfolio-state-orb,
.portfolio-state--loading .portfolio-state-orb {
  animation: portfolioStatePulse 1.2s ease-in-out infinite alternate;
}

.portfolio-state strong {
  display: block;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.portfolio-state p {
  max-width: 390px;
  margin-top: 10px;
  color: rgba(232, 238, 245, .68);
  font-size: 14px;
  line-height: 1.65;
}

@keyframes portfolioStatePulse {
  from {
    transform: translateY(0) scale(.96);
    filter: saturate(.9);
  }

  to {
    transform: translateY(-5px) scale(1.04);
    filter: saturate(1.2);
  }
}


.portfolio-big-label {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: rgba(255, 255, 255, .035);
  font-size: clamp(110px, 15vw, 230px);
  line-height: .8;
  font-weight: 950;
  letter-spacing: -.12em;
  white-space: nowrap;
  pointer-events: none;
}

.project-window {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(760px, 100%);
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  background: #0a0d12;
  border: 1px solid rgba(255, 255, 255, .42);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .55);
  transform-origin: center center;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
  transform: translate(-50%, -50%);
  transition: transform .08s linear, opacity .08s linear, filter .08s linear;
}

.window-bar {
  height: 36px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  align-items: center;
  background: linear-gradient(180deg, #f8f9fb, #d8dde6);
  color: #55606b;
  font-size: 11px;
  font-weight: 800;
  position: relative;
  z-index: 4;
}

.window-bar p {
  margin: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.9);
}

.window-bar a {
  color: #3b4652;
  text-align: right;
  font-size: 11px;
}

.window-dots {
  display: flex;
  gap: 8px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.window-dots span:nth-child(1) {
  background: #ff5f57;
}

.window-dots span:nth-child(2) {
  background: #ffbd2e;
}

.window-dots span:nth-child(3) {
  background: #28c840;
}

.project-screen {
  width: 100%;
  height: calc(100% - 36px);
}

.project-window picture {
  display: block;
  width: 100%;
  height: 100%;
}

.project-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(.46) saturate(.98);
}

.mobile-project-info {
  display: none;
}

.window-overlay {
  position: absolute;
  inset: 36px 0 0;
  padding: 118px 46px 34px;
  background:
    linear-gradient(90deg, rgba(2, 5, 10, .82) 0%, rgba(2, 5, 10, .46) 44%, rgba(2, 5, 10, .20) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}

.window-overlay span {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  backdrop-filter: blur(12px);
}

.window-overlay h3 {
  font-size: 56px;
  line-height: .92;
  letter-spacing: -.07em;
  max-width: 560px;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .45);
}

.window-overlay p {
  margin-top: 14px;
  max-width: 440px;
  color: rgba(255, 255, 255, .80);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

@media (max-width: 980px) {
  .portfolio-cases {
    margin-top: 56px;
    height: 150vh;
  }

  .portfolio-cases-inner {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 18px;
  }

  .portfolio-count,
  .portfolio-total {
    width: min(680px, 92vw);
    margin-inline: auto;
  }

  .portfolio-total {
    justify-self: start;
    align-items: flex-start;
  }

  .portfolio-stage {
    width: 100%;
    height: 440px;
    min-height: 440px;
    order: 1;
  }

  .portfolio-count {
    order: 1;
  }

  .portfolio-main {
    order: 2;
    width: min(680px, 92vw);
    margin-inline: auto;
  }

  .portfolio-stage {
    order: 1;
  }

  .portfolio-actions {
    order: 2;
  }

  .portfolio-total {
    order: 3;
  }

  .project-window {
    width: min(680px, 92vw);
    height: 320px;
  }

  .window-overlay h3 {
    font-size: 42px;
  }
}

@media (max-width: 620px) {
  .portfolio-cases {
    height: 150vh;
  }

  .portfolio-stage {
    height: 360px;
    min-height: 360px;
  }

  .project-window {
    height: 260px;
    border-radius: 12px;
  }

  .window-bar {
    height: 32px;
    grid-template-columns: 58px 1fr 54px;
    font-size: 9px;
  }

  .window-dots span {
    width: 8px;
    height: 8px;
  }

  .project-window img {
    height: calc(100% - 32px);
  }

  .window-overlay {
    inset: 32px 0 0;
    padding: 72px 24px 24px;
  }

  .window-overlay h3 {
    font-size: 33px;
  }

  .window-overlay p {
    font-size: 13px;
  }
}


.final-cta {
  margin-bottom: 60px !important;
}

/* ==============================
   Ajustes mobile - centralização
   Mantém desktop intacto
   ============================== */
@media (max-width: 980px) {
  body {
    text-align: center;
  }

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

  .header {
    left: 50%;
    right: auto;
    width: calc(100% - 28px);
    max-width: 430px;
    margin-inline: auto;
    transform: translateX(-50%);
    justify-content: center;
  }

  .brand-logo {
    justify-self: start;
    gap: 12px;
  }

  .brand-logo img {
    width: 38px;
    height: 38px;
  }

  .brand-logo>span {
    font-size: 19px;
    letter-spacing: .34em;
  }

  .menu-button {
    justify-self: end;
  }

  .nav.open {
    align-items: center;
    text-align: center;
  }

  .hero {
    padding-top: 108px;
  }

  .hero-grid {
    justify-items: center;
    text-align: center;
    gap: 18px;
    padding-bottom: 54px;
  }

  .hero-content,
  .section-copy,
  .service-list,
  .final-cta,
  .footer-grid {
    width: 100%;
    margin-inline: auto;
    text-align: center;
    justify-items: center;
  }

  .label,
  .green-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-inline: auto;
  }

  .label span {
    margin-right: 0;
    transform: none;
  }

  .hero h1,
  .subtitle,
  .section-copy h2,
  .service p,
  .final-cta h2,
  .footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero h1 {
    max-width: 420px;
  }

  .subtitle {
    max-width: 350px;
  }

  .hero-actions {
    justify-content: center;
    align-items: center;
  }

  .btn-primary,
  .btn-link,
  .text-action,
  .final-cta a {
    margin-inline: auto;
  }

  .services {
    padding: 58px 0 64px;
  }

  .split-layout {
    justify-items: center;
    gap: 42px;
  }

  .section-copy h2 {
    max-width: 370px;
  }

  .service-list {
    max-width: 380px;
    gap: 22px;
  }

  .service {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 28px 0 0;
    text-align: center;
  }

  .service-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .service p {
    max-width: 280px;
  }

  .portfolio-cases-inner {
    justify-items: center;
    text-align: center;
  }

  .portfolio-count,
  .portfolio-total {
    text-align: center;
    justify-self: center;
  }

  .portfolio-stage {
    margin-inline: auto;
  }

  .final-cta {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    place-items: center;
  }

  .chat-icon {
    margin-inline: auto;
  }

  .footer-grid {
    place-items: center;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-brand img {
    margin-left: auto;
    margin-right: auto;
    object-position: center;
  }

  .footer-col {
    text-align: center;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 44px);
  }

  .hero-symbol img {
    width: 100%;
    max-width: 460px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .btn-primary {
    width: min(100%, 320px);
  }

  .section-copy h2 {
    font-size: clamp(30px, 9vw, 36px);
  }

  .service-list {
    max-width: 330px;
  }

  .portfolio-cases {
    margin-top: 42px;
  }

  .portfolio-count,
  .portfolio-total {
    width: 100%;
  }

  .project-window {
    width: min(92vw, 350px);
  }

  .final-cta {
    width: min(100%, 360px);
    padding: 34px 22px;
  }
}

/* Atualização: logo nova em SVG */
.brand-logo {
  width: 250px;
  display: flex;
  align-items: center;
}

.brand-logo img {
  width: 250px;
  height: auto;
  object-fit: contain;
  filter: none;
}

.footer-brand img {
  width: 190px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 768px) {
  .brand-logo {
    width: 180px;
  }

  .brand-logo img {
    width: 180px;
    height: auto;
  }

  .footer-brand img {
    width: 170px;
  }
}

@media (max-width: 420px) {
  .brand-logo,
  .brand-logo img {
    width: 165px;
  }
}

/* ==============================
   Menu mobile em tela cheia
   Animação elegante e navegação desktop intacta
   ============================== */
@media (max-width: 980px) {
  body.menu-open {
    overflow: hidden;
  }

  .header {
    left: 0;
    right: 0;
    transform: none;
    margin-inline: auto;
    z-index: 2000;
    transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
  }

  body.menu-open .header {
    background: rgba(10, 16, 18, .72);
    border-color: rgba(0, 196, 69, .16);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .24);
  }

  .brand-logo,
  .menu-button {
    position: relative;
    z-index: 3;
  }

  .menu-button {
    cursor: pointer;
    transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
  }

  .menu-button:hover {
    transform: translateY(-1px);
  }

  .menu-button.active {
    background: rgba(0, 196, 69, .12);
    border-color: rgba(0, 196, 69, .48);
    box-shadow: 0 0 0 7px rgba(0, 196, 69, .06);
  }

  .menu-button span {
    display: block;
    transition: transform .42s cubic-bezier(.16, 1, .3, 1), opacity .28s ease, background .28s ease;
    transform-origin: center;
  }

  .menu-button.active span {
    background: var(--green);
  }

  .menu-button.active span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button.active span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 118px 26px 44px;
    background:
      radial-gradient(circle at 84% 12%, rgba(0, 196, 69, .22), transparent 24%),
      radial-gradient(circle at 20% 88%, rgba(0, 196, 69, .12), transparent 30%),
      linear-gradient(145deg, rgba(7, 12, 14, .97), rgba(18, 27, 31, .985));
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 0;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.02);
    clip-path: circle(0% at calc(100% - 35px) 35px);
    transition:
      clip-path .78s cubic-bezier(.16, 1, .3, 1),
      opacity .42s ease,
      visibility .42s ease,
      transform .78s cubic-bezier(.16, 1, .3, 1);
    z-index: 2;
    counter-reset: menuItem;
    overflow: hidden;
  }

  .nav::before,
  .nav::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity .65s ease, transform .9s cubic-bezier(.16, 1, .3, 1);
  }

  .nav::before {
    inset: 0;
    background:
      linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
    -webkit-mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
    transform: translateY(14px);
  }

  .nav::after {
    width: 310px;
    height: 310px;
    border: 1px solid rgba(0, 196, 69, .18);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.72);
    box-shadow:
      0 0 80px rgba(0, 196, 69, .10),
      inset 0 0 70px rgba(0, 196, 69, .055);
  }

  .nav.open {
    position: fixed;
    inset: 0;
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
    clip-path: circle(145% at calc(100% - 35px) 35px);
  }

  .nav.open::before,
  .nav.open::after {
    opacity: 1;
    transform: translateY(0);
  }

  .nav.open::after {
    transform: translate(-50%, -50%) scale(1);
  }

  .nav a {
    position: relative;
    z-index: 1;
    width: min(100%, 360px);
    padding: 18px 4px 18px 58px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    border-radius: 0;
    background: transparent;
    color: #f8faf6;
    font-size: clamp(31px, 10.5vw, 54px);
    line-height: .92;
    font-weight: 900;
    letter-spacing: -.075em;
    text-align: left;
    transform: translateY(30px) scale(.98);
    opacity: 0;
    filter: blur(10px);
    transition:
      transform .74s cubic-bezier(.16, 1, .3, 1),
      opacity .55s ease,
      filter .55s ease,
      color .25s ease,
      border-color .25s ease,
      letter-spacing .25s ease;
  }

  .nav a::before {
    counter-increment: menuItem;
    content: "0" counter(menuItem);
    position: absolute;
    left: 4px;
    top: 21px;
    color: var(--green);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .16em;
    opacity: .86;
  }

  .nav a::after {
    content: "";
    position: absolute;
    left: 58px;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: var(--green);
    box-shadow: 0 0 18px rgba(0, 196, 69, .52);
    transition: width .35s cubic-bezier(.16, 1, .3, 1);
  }

  .nav.open a {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }

  .nav.open a:nth-child(1) { transition-delay: .18s; }
  .nav.open a:nth-child(2) { transition-delay: .25s; }
  .nav.open a:nth-child(3) { transition-delay: .32s; }
  .nav.open a:nth-child(4) { transition-delay: .39s; }
  .nav.open a:nth-child(5) { transition-delay: .46s; }
  .nav.open a:nth-child(6) { transition-delay: .53s; }

  .nav a:hover,
  .nav a:focus-visible {
    color: var(--green);
    border-color: rgba(0, 196, 69, .42);
    letter-spacing: -.055em;
    outline: none;
  }

  .nav a:hover::after,
  .nav a:focus-visible::after {
    width: calc(100% - 58px);
  }

  .nav i {
    width: 8px;
    height: 8px;
    margin-left: 12px;
    box-shadow: 0 0 18px rgba(0, 196, 69, .62);
  }
}

/* ==============================
   Seção Sobre nós — Modelo 02
   ============================== */
.about-section-v2 {
  position: relative;
  overflow: hidden;
  padding: 126px 0 122px;
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 196, 69, .11), transparent 30%),
    radial-gradient(circle at 92% 52%, rgba(0, 196, 69, .08), transparent 28%),
    linear-gradient(145deg, #0c1215 0%, #121b1f 50%, #080d10 100%);
  color: var(--text);
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  isolation: isolate;
}

.about-section-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
  opacity: .42;
  pointer-events: none;
}

.about-section-v2::after {
  content: "CODEXA";
  position: absolute;
  right: -62px;
  bottom: -48px;
  z-index: -1;
  color: rgba(255, 255, 255, .025);
  font-size: clamp(86px, 17vw, 250px);
  font-weight: 950;
  letter-spacing: -.09em;
  line-height: .78;
  pointer-events: none;
}

.about-v2-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 82px;
  align-items: center;
}

.about-v2-copy .label {
  margin-bottom: 28px;
}

.about-v2-copy h2 {
  max-width: 690px;
  margin-bottom: 28px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .99;
  letter-spacing: -.075em;
  font-weight: 900;
}

.about-v2-copy > p {
  max-width: 610px;
  color: rgba(238, 243, 240, .72);
  font-size: 18px;
  line-height: 1.78;
}

.about-v2-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 42px;
}

.about-v2-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #62eb50, #43d63d);
  color: #06130a;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(0, 196, 69, .18);
  transition: transform .25s ease, box-shadow .25s ease;
}

.about-v2-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(0, 196, 69, .26);
}

.about-v2-primary span {
  font-size: 23px;
  line-height: 0;
}

.about-v2-link {
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
  font-weight: 850;
  border-bottom: 1px solid rgba(0, 196, 69, .58);
  padding-bottom: 7px;
  transition: color .22s ease, border-color .22s ease;
}

.about-v2-link:hover {
  color: var(--green);
  border-color: var(--green);
}

.about-v2-panel {
  position: relative;
  min-height: 560px;
  display: grid;
  align-content: center;
}

.about-v2-glow {
  position: absolute;
  inset: 4% 1% 12% 8%;
  background:
    radial-gradient(circle at 52% 45%, rgba(0, 196, 69, .22), transparent 38%),
    radial-gradient(circle at 20% 78%, rgba(255, 255, 255, .07), transparent 32%);
  filter: blur(32px);
  opacity: .76;
  pointer-events: none;
}

.about-v2-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035)),
    rgba(12, 18, 21, .78);
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow:
    0 42px 130px rgba(0, 0, 0, .43),
    inset 0 1px 0 rgba(255, 255, 255, .07);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.about-v2-window::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 196, 69, .24), transparent 66%);
  pointer-events: none;
}

.about-v2-window-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 60px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-v2-window-bar div {
  display: flex;
  gap: 8px;
}

.about-v2-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .36);
}

.about-v2-window-bar span:nth-child(1) { background: #ff7069; }
.about-v2-window-bar span:nth-child(2) { background: #ffd263; }
.about-v2-window-bar span:nth-child(3) { background: var(--green); }

.about-v2-window-bar strong {
  font-weight: 900;
  color: rgba(255, 255, 255, .72);
}

.about-v2-code-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  padding: 18px 28px 28px;
}

.about-v2-code-list div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.about-v2-code-list div:last-child {
  border-bottom: 0;
}

.about-v2-code-list span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
  line-height: 1.9;
}

.about-v2-code-list p {
  color: rgba(255, 255, 255, .68);
  font-size: 16px;
  line-height: 1.64;
}

.about-v2-code-list strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.about-v2-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: calc(100% - 58px);
  margin: -32px auto 0;
}

.about-v2-stats article {
  min-height: 116px;
  padding: 22px 18px;
  border-radius: 22px;
  background: rgba(245, 246, 244, .96);
  color: #0d1417;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.about-v2-stats strong {
  display: block;
  margin-bottom: 10px;
  color: #10171b;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -.045em;
}

.about-v2-stats span {
  display: block;
  color: rgba(16, 23, 27, .62);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 750;
}

@media (max-width: 980px) {
  .about-section-v2 {
    padding: 88px 0 90px;
  }

  .about-v2-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    text-align: center;
  }

  .about-v2-copy h2,
  .about-v2-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  .about-v2-copy h2 {
    max-width: 690px;
  }

  .about-v2-copy > p {
    max-width: 590px;
  }

  .about-v2-actions {
    justify-content: center;
  }

  .about-v2-panel {
    min-height: auto;
    width: min(100%, 660px);
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .about-section-v2 {
    padding: 72px 0 78px;
  }

  .about-section-v2::after {
    right: -22px;
    bottom: -16px;
    font-size: 74px;
    letter-spacing: -.08em;
  }

  .about-v2-grid {
    gap: 42px;
  }

  .about-v2-copy h2 {
    max-width: 360px;
    font-size: clamp(34px, 9.3vw, 43px);
    letter-spacing: -.07em;
  }

  .about-v2-copy > p {
    max-width: 350px;
    font-size: 16px;
    line-height: 1.72;
  }

  .about-v2-actions {
    gap: 18px;
    margin-top: 34px;
  }

  .about-v2-primary {
    width: 100%;
    justify-content: center;
  }

  .about-v2-link {
    font-size: 14px;
  }

  .about-v2-window {
    border-radius: 24px;
  }

  .about-v2-window-bar {
    min-height: 54px;
    padding: 0 16px;
  }

  .about-v2-window-bar strong {
    font-size: 10px;
  }

  .about-v2-code-list {
    padding: 10px 18px 18px;
  }

  .about-v2-code-list div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
    text-align: left;
  }

  .about-v2-code-list p {
    font-size: 14px;
  }

  .about-v2-code-list strong {
    font-size: 16px;
  }

  .about-v2-stats {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    margin-top: 14px;
  }

  .about-v2-stats article {
    min-height: auto;
    padding: 18px 18px;
    text-align: left;
  }
}

/* Botão flutuante WhatsApp — modelo 2 */
.whatsapp-float {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 14px 18px 14px 14px;
  border-radius: 24px;
  border: 1px solid rgba(0, 224, 82, .22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)),
    rgba(5, 14, 18, .86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, .38),
    0 8px 26px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .06);
  color: #f5f7fb;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform .32s cubic-bezier(.22, 1, .36, 1),
    box-shadow .32s ease,
    border-color .32s ease,
    opacity .28s ease;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: auto auto -35% -12%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 224, 82, .22), transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.whatsapp-float__badge {
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 224, 82, .18);
  background: rgba(0, 224, 82, .09);
  color: #8efa7e;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.whatsapp-float__icon {
  flex: 0 0 auto;
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-top: 2px;
  border-radius: 16px;
  background: linear-gradient(135deg, #63f151, #00c445);
  box-shadow:
    0 10px 24px rgba(80, 217, 64, .24),
    inset 0 1px 0 rgba(255, 255, 255, .22);
}

.whatsapp-float__icon::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 196, 69, .2);
}

.whatsapp-float__icon svg {
  width: 26px;
  height: 26px;
  fill: #06130a;
}

.whatsapp-float__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.whatsapp-float__content strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.whatsapp-float__content small {
  margin-top: 3px;
  color: rgba(230, 236, 241, .74);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}

.whatsapp-float__arrow {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 999px;
  color: #9cf991;
  font-size: 15px;
  font-weight: 800;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: transform .28s ease, background .28s ease;
}

.whatsapp-float:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 224, 82, .36);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, .42),
    0 14px 28px rgba(0, 0, 0, .3),
    0 0 0 1px rgba(0, 224, 82, .08),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

.whatsapp-float:hover .whatsapp-float__arrow {
  transform: translateX(2px) translateY(-1px);
  background: rgba(0, 224, 82, .1);
}

.whatsapp-float:active {
  transform: translateY(-1px) scale(.985);
}

body.menu-open .whatsapp-float {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(.96);
}

@media (max-width: 620px) {
  .whatsapp-float {
    right: 18px;
    bottom: 18px;
    min-height: 58px;
    width: 58px;
    min-width: 58px;
    padding: 10px;
    border-radius: 18px;
    justify-content: center;
    gap: 0;
  }

  .whatsapp-float::before {
    inset: auto auto -50% -35%;
    width: 100px;
    height: 100px;
  }

  .whatsapp-float__badge,
  .whatsapp-float__content,
  .whatsapp-float__arrow {
    display: none;
  }

  .whatsapp-float__icon {
    width: 38px;
    height: 38px;
    margin-top: 0;
    border-radius: 14px;
  }

  .whatsapp-float__icon svg {
    width: 23px;
    height: 23px;
  }

  .whatsapp-float__icon::after {
    width: 8px;
    height: 8px;
    right: -1px;
    top: -1px;
  }
}


/* Portfólio mobile — experiência em formato de smartphone */
@media (max-width: 768px) {
  .portfolio-cases {
    margin-top: 46px;
    height: 360vh;
  }

  .portfolio-sticky {
    align-items: stretch;
  }

  .portfolio-cases-inner {
    min-height: 100vh;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    align-items: start;
    gap: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .portfolio-count,
  .portfolio-total {
    width: min(100%, 360px);
    margin-inline: auto;
    padding: 0 2px;
    text-align: left;
  }

  .portfolio-main {
    order: 2;
    width: min(100%, 360px);
    margin-inline: auto;
    gap: 16px;
  }

  .portfolio-actions {
    width: 100%;
  }

  .portfolio-count {
    order: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .portfolio-count::after {
    content: "Explore no mobile";
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .portfolio-count strong {
    font-size: 42px;
  }

  .portfolio-count span {
    margin-top: 6px;
    font-size: 12px;
  }

  .portfolio-count small {
    margin-top: 3px;
    font-size: 10px;
  }

  .portfolio-total {
    order: 3;
    justify-self: center;
    align-items: center;
    text-align: center;
  }

  .portfolio-all-link {
    width: min(100%, 300px);
  }

  .portfolio-total strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
  }

  .portfolio-stage {
    width: 100%;
    height: 74vh;
    min-height: 580px;
    max-height: 700px;
    order: 2;
    perspective: 1400px;
  }

  .project-window {
    width: min(82vw, 310px);
    height: min(68vh, 560px);
    min-height: 500px;
    border-radius: 34px;
    padding: 12px 12px 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035)),
      #08111c;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow:
      0 28px 70px rgba(0, 0, 0, .48),
      inset 0 1px 0 rgba(255, 255, 255, .08);
    overflow: visible;
    pointer-events: none;
    transition: transform .16s linear, opacity .16s linear, filter .16s linear;
  }

  .project-window::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 34%;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
  }

  .project-window.is-active {
    pointer-events: auto;
  }

  .window-bar {
    display: none;
  }

  .project-screen {
    position: relative;
    height: calc(100% - 56px);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #0a1018;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  }

  .project-screen::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 34%;
    height: 18px;
    border-radius: 999px;
    background: rgba(6, 10, 16, .98);
    z-index: 4;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .35);
  }

  .project-window img {
    filter: none;
    object-fit: cover;
    object-position: top center;
  }

  .mobile-project-info {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%) translateY(14px);
    width: min(90vw, 340px);
    padding: 16px 16px 16px 14px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: linear-gradient(180deg, rgba(10, 18, 28, .94), rgba(6, 13, 22, .92));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .35);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease;
  }

  .project-window.is-active .mobile-project-info {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }

  .mobile-project-number {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 224, 82, .18), rgba(0, 224, 82, .05));
    border: 1px solid rgba(0, 224, 82, .18);
    color: #9dfa90;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
  }

  .mobile-project-copy {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mobile-project-copy strong {
    display: block;
    color: #f8fbff;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 800;
  }

  .mobile-project-copy p {
    margin-top: 6px;
    color: rgba(231, 236, 242, .68);
    font-size: 12px;
    line-height: 1.4;
  }

  .mobile-project-info a {
    flex: 0 0 auto;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    background: rgba(0, 224, 82, .10);
    border: 1px solid rgba(0, 224, 82, .18);
    color: #a4fb98;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
  }

  .mobile-project-info a span {
    font-size: 13px;
  }
}

@media (max-width: 620px) {
  .portfolio-cases {
    height: 350vh;
  }

  .portfolio-stage {
    min-height: 540px;
    height: 72vh;
  }

  .project-window {
    width: min(82vw, 300px);
    min-height: 480px;
    height: min(66vh, 530px);
    border-radius: 30px;
  }

  .project-screen {
    border-radius: 22px;
  }

  .mobile-project-info {
    width: min(92vw, 340px);
    padding: 14px;
    gap: 12px;
  }

  .mobile-project-number {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 12px;
  }

  .mobile-project-copy strong {
    font-size: 15px;
  }

  .mobile-project-copy p {
    font-size: 11px;
  }

  .mobile-project-info a {
    position: absolute;
    right: 14px;
    bottom: 14px;
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  .mobile-project-copy {
    padding-right: 118px;
  }
}

/* =====================================================
   Codexa — animações premium v2
   Header mobile preservado + microinterações refinadas
===================================================== */
:root {
  --ease-premium: cubic-bezier(.16, 1, .3, 1);
  --ease-smooth: cubic-bezier(.22, 1, .36, 1);
}

::selection {
  background: rgba(0, 196, 69, .30);
  color: #fff;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 196, 69, .15), var(--green), rgba(255, 255, 255, .85));
  transform: scaleX(0);
  transform-origin: left center;
  box-shadow: 0 0 18px rgba(0, 196, 69, .42);
  pointer-events: none;
}

.premium-cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 196, 69, .085), rgba(0, 196, 69, .025) 36%, transparent 70%);
  transform: translate3d(-50%, -50%, 0);
  filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: opacity .45s ease;
}

body.site-loaded .premium-cursor-glow {
  opacity: 1;
}

body.site-loaded .header {
  animation: premiumHeaderInDesktop .8s var(--ease-premium) both;
}

body.site-loaded .brand-logo img {
  animation: premiumLogoBreath 6s ease-in-out infinite;
  transform-origin: center;
}

.hero {
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 8%;
  width: min(62vw, 540px);
  height: min(62vw, 540px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(0, 196, 69, .18), transparent 34%),
    radial-gradient(circle at 65% 75%, rgba(255, 255, 255, .07), transparent 40%);
  filter: blur(24px);
  opacity: .68;
  pointer-events: none;
  animation: premiumGlowDrift 13s ease-in-out infinite alternate;
}

.hero-content.reveal.active .label {
  animation: premiumFadeUp .72s var(--ease-premium) both .04s;
}

.hero-content.reveal.active h1 {
  animation: premiumTitleIn .92s var(--ease-premium) both .14s;
}

.hero-content.reveal.active .subtitle {
  animation: premiumFadeUp .82s var(--ease-premium) both .28s;
}

.hero-content.reveal.active .hero-actions {
  animation: premiumFadeUp .82s var(--ease-premium) both .40s;
}

.hero-symbol {
  animation: premiumFloat 7.5s ease-in-out infinite;
  transform-origin: center;
}

.hero-symbol img {
  animation: premiumSymbolGlow 7s ease-in-out infinite;
}

.label span {
  transform-origin: left center;
}

.reveal.active .label span,
.hero-content.reveal.active .label span {
  animation: premiumLineGrow .7s var(--ease-premium) both .18s;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(.985);
  filter: blur(10px);
  transition:
    opacity .95s var(--ease-premium),
    transform .95s var(--ease-premium),
    filter .95s var(--ease-premium);
  will-change: opacity, transform, filter;
}

.reveal.active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.service-list.reveal.active .service,
.about-v2-panel.reveal.active .about-v2-window,
.about-v2-panel.reveal.active .about-v2-stats article {
  animation: premiumCardIn .8s var(--ease-premium) both;
}

.service-list.reveal.active .service:nth-child(1) { animation-delay: .04s; }
.service-list.reveal.active .service:nth-child(2) { animation-delay: .14s; }
.service-list.reveal.active .service:nth-child(3) { animation-delay: .24s; }

.about-v2-panel.reveal.active .about-v2-window { animation-delay: .06s; }
.about-v2-panel.reveal.active .about-v2-stats article:nth-child(1) { animation-delay: .24s; }
.about-v2-panel.reveal.active .about-v2-stats article:nth-child(2) { animation-delay: .34s; }
.about-v2-panel.reveal.active .about-v2-stats article:nth-child(3) { animation-delay: .44s; }

.service,
.about-v2-window,
.about-v2-stats article,
.final-cta {
  position: relative;
  transform-style: preserve-3d;
}

.service,
.about-v2-stats article,
.final-cta {
  overflow: hidden;
}

.service::after,
.about-v2-stats article::after,
.final-cta::after {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: 0;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(0, 196, 69, .16), transparent 44%);
  pointer-events: none;
  transition: opacity .36s ease;
}

.service:hover::after,
.about-v2-stats article:hover::after,
.final-cta:hover::after {
  opacity: 1;
}

.service-icon {
  transition: transform .44s var(--ease-smooth), background .44s ease, box-shadow .44s ease;
}

.service:hover .service-icon {
  transform: translateY(-4px) rotate(-3deg) scale(1.04);
  background: rgba(31, 207, 72, .10);
  box-shadow: 0 18px 38px rgba(31, 207, 72, .16);
}

.service-icon svg {
  stroke-dasharray: 74;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset .75s var(--ease-premium), transform .45s var(--ease-smooth);
}

.service:hover .service-icon svg {
  stroke-dashoffset: 148;
  transform: scale(1.04);
}

.btn-primary,
.top-cta,
.about-v2-primary,
.final-cta a,
.text-action,
.btn-link,
.about-v2-link,
.whatsapp-float {
  will-change: transform;
}

.btn-primary,
.top-cta,
.about-v2-primary,
.final-cta a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn-primary::before,
.top-cta::before,
.about-v2-primary::before,
.final-cta a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 48%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .36), transparent);
  transform: skewX(-18deg);
  transition: left .7s var(--ease-premium);
  pointer-events: none;
  z-index: -1;
}

.btn-primary:hover::before,
.top-cta:hover::before,
.about-v2-primary:hover::before,
.final-cta a:hover::before {
  left: 130%;
}

.btn-primary:hover,
.top-cta:hover,
.about-v2-primary:hover,
.final-cta a:hover {
  transform: translateY(-3px);
}

.text-action span,
.btn-link span,
.about-v2-primary span,
.final-cta a span,
.mobile-project-info a span {
  display: inline-block;
  transition: transform .32s var(--ease-smooth);
}

.text-action:hover span,
.btn-link:hover span,
.about-v2-primary:hover span,
.final-cta a:hover span,
.mobile-project-info a:hover span {
  transform: translateX(4px);
}

.about-v2-glow {
  animation: premiumGlowPulse 7s ease-in-out infinite alternate;
}

.about-v2-window {
  overflow: hidden;
}

.about-v2-window::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .075) 18%, transparent 34%);
  transform: translateX(-120%);
  opacity: .8;
  pointer-events: none;
}

.about-v2-panel.reveal.active .about-v2-window::after {
  animation: premiumSweep 2.6s var(--ease-premium) both .9s;
}

.about-v2-code-list div {
  transition: background .32s ease, transform .32s var(--ease-smooth), border-color .32s ease;
}

.about-v2-code-list div:hover {
  transform: translateX(6px);
  border-color: rgba(0, 196, 69, .18);
  background: rgba(255, 255, 255, .025);
}

.portfolio-stage.reveal.active {
  animation: premiumStageIn .95s var(--ease-premium) both;
}

.project-window {
  backface-visibility: hidden;
}

.project-screen {
  position: relative;
  isolation: isolate;
}

.project-screen picture {
  position: relative;
  isolation: isolate;
}

.project-screen picture::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 16%, rgba(255, 255, 255, .13) 42%, transparent 64%);
  transform: translateX(-130%);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.project-window.is-active .project-screen picture::after {
  animation: premiumScreenSheen 2.2s var(--ease-premium) both;
}

.whatsapp-float {
  animation: premiumWhatsappIn .78s var(--ease-premium) both .95s;
}

.whatsapp-float__icon::after {
  animation: premiumOnlinePulse 2.2s ease-out infinite;
}

.premium-tilt {
  transform: perspective(900px) rotateX(var(--tilt-rx, 0deg)) rotateY(var(--tilt-ry, 0deg));
  transition: transform .24s var(--ease-smooth), box-shadow .24s ease;
}

.premium-tilt.is-tilting {
  transition: transform .08s linear, box-shadow .24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .premium-tilt:hover {
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  }
}

@keyframes premiumHeaderInDesktop {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-18px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    filter: blur(0);
  }
}

@keyframes premiumHeaderInMobile {
  from {
    opacity: 0;
    transform: translateY(-14px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes premiumLogoBreath {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(0, 196, 69, 0)); }
  50% { filter: drop-shadow(0 0 16px rgba(0, 196, 69, .18)); }
}

@keyframes premiumGlowDrift {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: .56; }
  to { transform: translate3d(-78px, 42px, 0) scale(1.12); opacity: .84; }
}

@keyframes premiumFadeUp {
  from { opacity: 0; transform: translateY(18px); filter: blur(9px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes premiumTitleIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(.985);
    letter-spacing: -.09em;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes premiumLineGrow {
  from { transform: translateY(-3px) scaleX(.15); opacity: .5; }
  to { transform: translateY(-3px) scaleX(1); opacity: 1; }
}

@keyframes premiumFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(0, -14px, 0) rotate(-1.2deg); }
}

@keyframes premiumSymbolGlow {
  0%, 100% { filter: drop-shadow(0 32px 22px rgba(0, 196, 69, .16)); }
  50% { filter: drop-shadow(0 44px 34px rgba(0, 196, 69, .28)); }
}

@keyframes premiumCardIn {
  from { opacity: 0; transform: translateY(22px) scale(.96); filter: blur(10px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes premiumGlowPulse {
  from { opacity: .58; transform: translate3d(-8px, 8px, 0) scale(.98); }
  to { opacity: .9; transform: translate3d(10px, -10px, 0) scale(1.06); }
}

@keyframes premiumSweep {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(130%); }
}

@keyframes premiumStageIn {
  from { opacity: 0; transform: translateY(24px) scale(.985); filter: blur(12px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes premiumScreenSheen {
  0% { opacity: 0; transform: translateX(-130%); }
  16% { opacity: .82; }
  100% { opacity: 0; transform: translateX(130%); }
}

@keyframes premiumWhatsappIn {
  from { opacity: 0; transform: translateY(20px) scale(.94); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes premiumOnlinePulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .55), 0 0 0 3px rgba(0, 196, 69, .2); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 3px rgba(0, 196, 69, .08); }
}

@media (max-width: 980px) {
  body.site-loaded .header {
    animation-name: premiumHeaderInMobile;
  }
}

@media (max-width: 768px) {
  .premium-cursor-glow {
    display: none;
  }

  .hero::after {
    right: -180px;
    top: 5%;
    opacity: .52;
  }

  .hero-symbol {
    animation-duration: 8.5s;
  }

  .service:hover .service-icon,
  .about-v2-code-list div:hover {
    transform: none;
  }

  .premium-tilt,
  .premium-tilt.is-tilting {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .premium-cursor-glow,
  .scroll-progress {
    display: none !important;
  }
}


/* ==============================
   Footer premium — proposta 2
   ============================== */


.pre-footer-contact {
  position: relative;
  padding: 0 0 42px;
}

.pre-footer-contact .container {
  position: relative;
}

.pre-footer-contact__inner {
  display: flex;
  justify-content: flex-end;
}

.pre-footer-contact .footer-premium__cta {
  width: min(100%, 470px);
  min-height: 0;
}

@media (max-width: 1120px) {
  .pre-footer-contact__inner {
    justify-content: center;
  }

  .pre-footer-contact .footer-premium__cta {
    width: min(100%, 560px);
  }
}

@media (max-width: 768px) {
  .pre-footer-contact {
    padding: 0 0 30px;
  }

  .pre-footer-contact .footer-premium__cta {
    width: min(100%, 430px);
    text-align: center;
  }
}

@media (max-width: 420px) {
  .pre-footer-contact {
    padding: 0 0 24px;
  }
}
.footer.footer-premium {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 92px 0 36px;
  background:
    radial-gradient(circle at 8% 82%, rgba(0, 196, 69, .22), transparent 28%),
    radial-gradient(circle at 82% 30%, rgba(0, 196, 69, .11), transparent 28%),
    linear-gradient(180deg, #0b1117 0%, #091014 48%, #080d11 100%);
  border-top: 1px solid rgba(255, 255, 255, .08);
  text-align: left;
}

.footer.footer-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.92), rgba(0,0,0,.18));
  opacity: .32;
}

.footer.footer-premium::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -26%;
  width: 520px;
  height: 520px;
  z-index: -2;
  border: 1px solid rgba(0, 196, 69, .12);
  border-radius: 34% 66% 52% 48%;
  transform: rotate(-18deg);
  opacity: .55;
}

.footer-premium__glow {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(48px);
}

.footer-premium__glow--left {
  left: -150px;
  bottom: -190px;
  width: 410px;
  height: 410px;
  background: rgba(0, 196, 69, .22);
}

.footer-premium__glow--right {
  right: 2%;
  top: 26%;
  width: 380px;
  height: 380px;
  background: rgba(0, 196, 69, .12);
}

.footer-premium__inner {
  position: relative;
}

.footer-premium__main {
  display: grid;
  grid-template-columns: minmax(230px, .82fr) minmax(560px, 1.78fr);
  align-items: start;
  gap: clamp(34px, 4vw, 58px);
}

.footer-premium__brand {
  max-width: 330px;
}

.footer-premium__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 32px;
}

.footer-premium__logo img {
  width: 205px;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 24px rgba(0, 196, 69, .18));
}

.footer-premium__brand p {
  color: rgba(244, 245, 242, .72);
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -.02em;
  max-width: 300px;
}

.footer-premium__brand p strong {
  color: var(--green);
  font-weight: 600;
}

.footer-premium__socials {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.footer-premium__socials a {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

.footer-premium__socials a:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 196, 69, .48);
  background: rgba(0, 196, 69, .08);
  box-shadow: 0 18px 34px rgba(0, 196, 69, .12);
}

.footer-premium__socials svg,
.footer-premium__group svg,
.footer-premium__cta svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-premium__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3vw, 44px);
  min-width: 0;
}

.footer-premium__group {
  min-width: 0;
  padding-left: clamp(22px, 2.6vw, 34px);
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.footer-premium__group h4 {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 31px;
  color: rgba(244, 245, 242, .72);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.footer-premium__group h4 span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(0, 196, 69, .75);
}

.footer-premium__group a {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: rgba(244, 245, 242, .68);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 500;
  transition: color .25s ease, transform .25s ease;
}

.footer-premium__group a:hover {
  color: var(--green);
  transform: translateX(5px);
}

.footer-premium__group--contact a {
  width: 100%;
  word-break: break-word;
}

.footer-premium__group--contact svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  color: var(--green);
}

.footer-premium__cta {
  position: relative;
  min-height: 294px;
  padding: 36px;
  border: 1px solid rgba(0, 196, 69, .45);
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 90%, rgba(0, 196, 69, .22), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .015));
  box-shadow:
    0 28px 90px rgba(0, 0, 0, .28),
    0 0 0 1px rgba(255, 255, 255, .035),
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 0 56px rgba(0, 196, 69, .10);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.footer-premium__cta::before {
  content: "";
  position: absolute;
  inset: auto -60px -100px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(0, 196, 69, .28);
  filter: blur(48px);
  pointer-events: none;
}

.footer-premium__spark {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--green);
  font-size: 24px;
  text-shadow: 0 0 22px rgba(0, 196, 69, .68);
}

.footer-premium__cta h3 {
  max-width: 285px;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.14;
  letter-spacing: -.055em;
}

.footer-premium__cta h3 strong {
  color: var(--green);
  font-weight: 800;
}

.footer-premium__cta h3::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin: 24px 0 20px;
  border-radius: 99px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(0, 196, 69, .46);
}

.footer-premium__cta p {
  max-width: 285px;
  color: rgba(244, 245, 242, .68);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.footer-premium__cta a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  border-radius: 18px;
  color: #071108;
  background: linear-gradient(135deg, #67f55b, #25d83e);
  box-shadow:
    0 18px 44px rgba(0, 196, 69, .28),
    inset 0 1px 0 rgba(255, 255, 255, .35);
  font-size: 16px;
  font-weight: 900;
  transition: transform .28s ease, box-shadow .28s ease;
}

.footer-premium__cta a:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 58px rgba(0, 196, 69, .34),
    inset 0 1px 0 rgba(255, 255, 255, .4);
}

.footer-premium__cta a svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: none;
  flex: 0 0 auto;
}

.footer-premium__cta a span {
  margin-left: auto;
  font-size: 21px;
}

.footer-premium__bottom {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  margin-top: 58px;
  padding-top: 31px;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.footer-premium__bottom p {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(244, 245, 242, .60);
  font-size: 14px;
  font-weight: 500;
}

.footer-premium__bottom p:last-child {
  justify-content: flex-end;
}

.footer-premium__bottom p span {
  width: 3px;
  height: 19px;
  border-radius: 99px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(0, 196, 69, .65);
}

.footer-premium__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .10);
}

.footer-premium__mark::before,
.footer-premium__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(32vw, 370px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12));
}

.footer-premium__mark::before {
  right: calc(100% + 20px);
}

.footer-premium__mark::after {
  left: calc(100% + 20px);
  transform: rotate(180deg);
}

.footer-premium__mark img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(0, 196, 69, .45));
}

@media (max-width: 1120px) {
  .footer-premium__main {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .footer-premium__brand {
    max-width: 100%;
  }

  .footer-premium__brand p {
    max-width: 560px;
  }

  .footer-premium__cta {
    max-width: 560px;
  }
}

@media (max-width: 768px) {
  .footer.footer-premium {
    padding: 70px 0 104px;
    text-align: center;
  }

  .footer-premium__main {
    justify-items: center;
    gap: 42px;
  }

  .footer-premium__brand {
    display: grid;
    justify-items: center;
  }

  .footer-premium__logo img {
    width: 185px;
  }

  .footer-premium__brand p {
    max-width: 330px;
    font-size: 16px;
  }

  .footer-premium__socials {
    justify-content: center;
  }

  .footer-premium__links {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 430px;
  }

  .footer-premium__group {
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    text-align: center;
  }

  .footer-premium__group:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .footer-premium__group h4,
  .footer-premium__group a {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-premium__group a:hover {
    transform: translateY(-2px);
  }

  .footer-premium__cta {
    width: min(100%, 430px);
    padding: 32px 24px;
    border-radius: 26px;
  }

  .footer-premium__cta h3,
  .footer-premium__cta p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-premium__cta h3::after {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-premium__bottom {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 44px;
  }

  .footer-premium__bottom p,
  .footer-premium__bottom p:last-child {
    justify-content: center;
    text-align: center;
  }

  .footer-premium__mark {
    order: -1;
    margin-inline: auto;
  }

  .footer-premium__mark::before,
  .footer-premium__mark::after {
    width: 90px;
  }
}

@media (max-width: 420px) {
  .footer-premium__socials a {
    width: 50px;
    height: 50px;
  }

  .footer-premium__cta {
    padding: 28px 18px;
  }

  .footer-premium__cta a {
    min-height: 58px;
    font-size: 15px;
  }

  .footer-premium__cta a span {
    display: none;
  }
}

/* ==============================
   Página de projetos
   ============================== */
.projects-page {
  background: var(--light);
  color: var(--light-text);
}

.projects-page .header {
  position: absolute;
}

.projects-page .img-logo {
  width: 250px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  transform: none;
}

.projects-page .nav a {
  color: rgba(21, 31, 49, .74);
}

.projects-page .nav a:hover,
.projects-page .nav a.active,
.projects-page .nav a[aria-current="page"] {
  color: var(--green);
}

.projects-page .top-cta {
  border-color: rgba(0, 196, 69, .35);
  background: rgba(255, 255, 255, .72);
  color: var(--light-text);
  box-shadow: 0 16px 40px rgba(21, 31, 49, .07);
}

.projects-page .menu-button span {
  background: var(--light-text);
}

.projects-hero {
  position: relative;
  overflow: hidden;
  padding: 190px 0 86px;
  background:
    radial-gradient(circle at 84% 14%, rgba(0, 196, 69, .13), transparent 22rem),
    linear-gradient(180deg, #fbfdfb 0%, var(--light) 100%);
}

.projects-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(21, 31, 49, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 31, 49, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .85), transparent 78%);
  pointer-events: none;
}

.projects-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr);
  gap: 64px;
  align-items: center;
}

.projects-hero__copy h1 {
  max-width: 760px;
  margin: 22px 0 22px;
  color: var(--light-text);
  font-size: clamp(46px, 7vw, 82px);
  line-height: .96;
  letter-spacing: -.075em;
}

.projects-hero__copy > p:not(.label) {
  max-width: 670px;
  color: var(--light-muted);
  font-size: 20px;
  line-height: 1.72;
}

.projects-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.projects-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  color: var(--light-text);
  font-weight: 900;
}

.projects-hero__link span {
  color: var(--green);
  font-size: 24px;
}

.projects-hero__panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(21, 31, 49, .09);
  border-radius: 28px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 26px 70px rgba(21, 31, 49, .09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.projects-hero__metric {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 4px 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(21, 31, 49, .07);
  border-radius: 20px;
  background: var(--white);
}

.projects-hero__metric span {
  grid-row: span 2;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: rgba(0, 196, 69, .1);
  color: var(--green);
  font-weight: 900;
}

.projects-hero__metric strong {
  color: var(--light-text);
  font-size: 17px;
}

.projects-hero__metric small {
  color: var(--light-muted);
  font-size: 13px;
  line-height: 1.5;
}

.projects-list-section {
  padding: 82px 0 110px;
  background: var(--light);
}

.projects-section-heading {
  position: relative;
  z-index: 20;
  display: grid;
  gap: 28px;
  align-items: start;
  margin-bottom: 36px;
}

.projects-section-heading h2 {
  max-width: 760px;
  margin-top: 18px;
  color: var(--light-text);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.projects-filter {
  position: relative;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.8fr);
  gap: 28px;
  align-items: center;
  width: 100%;
  padding: 24px 28px;
  border: 1px solid rgba(21, 31, 49, .09);
  border-radius: 26px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 22px 60px rgba(21, 31, 49, .065);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.projects-filter__intro {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding-right: 28px;
  border-right: 1px solid rgba(21, 31, 49, .1);
}

.projects-filter__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(0, 196, 69, .18);
  border-radius: 999px;
  background: rgba(0, 196, 69, .1);
  color: var(--green);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.projects-filter__icon svg {
  width: 24px;
  height: 24px;
  transform: scale(2);
  transform-origin: center;
}

.projects-filter__intro strong {
  display: block;
  margin-bottom: 4px;
  color: var(--light-text);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.025em;
}

.projects-filter__intro small {
  display: block;
  max-width: 250px;
  color: var(--light-muted);
  font-size: 14px;
  line-height: 1.45;
}

.projects-filter__controls {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(210px, 1fr) auto;
  gap: 18px;
  align-items: end;
  min-width: 0;
}

.projects-filter__field {
  position: relative;
  display: grid;
  gap: 9px;
  min-width: 0;
  text-align: left;
}

.projects-filter__field > span {
  color: rgba(21, 31, 49, .54);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.projects-multiselect {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.projects-multiselect.is-open {
  z-index: 80;
}

.projects-multiselect__button,
.projects-filter__clear {
  min-height: 50px;
  border: 1px solid rgba(21, 31, 49, .1);
  border-radius: 16px;
  background-color: var(--white);
  color: var(--light-text);
  box-shadow: 0 12px 26px rgba(21, 31, 49, .04);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  transition: border-color .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.projects-multiselect__button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 0 14px 0 17px;
  text-align: left;
}

.projects-multiselect__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.projects-multiselect__counter {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 196, 69, .12);
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.projects-multiselect__counter[hidden] {
  display: none;
}

.projects-multiselect__chevron {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  color: rgba(21, 31, 49, .64);
  font-size: 18px;
  line-height: 1;
  transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.projects-multiselect.is-open .projects-multiselect__button,
.projects-multiselect.is-active .projects-multiselect__button {
  border-color: rgba(0, 196, 69, .38);
  background-color: rgba(0, 196, 69, .055);
}

.projects-multiselect.is-open .projects-multiselect__chevron {
  transform: rotate(180deg);
  background: rgba(0, 196, 69, .12);
  color: var(--green);
}

.projects-multiselect__dropdown {
  position: absolute;
  z-index: 90;
  top: calc(100% + 10px);
  left: 0;
  width: min(360px, 100%);
  max-height: 300px;
  overflow: auto;
  padding: 10px;
  border: 1px solid rgba(21, 31, 49, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 60px rgba(21, 31, 49, .14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.projects-multiselect__options {
  display: grid;
  gap: 6px;
}

.projects-multiselect__option {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 13px;
  color: var(--light-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  transition: background-color .2s ease, color .2s ease;
}

.projects-multiselect__option:hover {
  background: rgba(0, 196, 69, .07);
}

.projects-multiselect__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.projects-multiselect__checkbox {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(21, 31, 49, .16);
  border-radius: 7px;
  background: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.projects-multiselect__checkbox::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  opacity: 0;
  transform: rotate(-45deg) translate(1px, -1px);
}

.projects-multiselect__option input:checked + .projects-multiselect__checkbox {
  border-color: var(--green);
  background: var(--green);
}

.projects-multiselect__option input:checked + .projects-multiselect__checkbox::after {
  opacity: 1;
}

.projects-multiselect__option-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.projects-multiselect__empty {
  padding: 12px;
  color: var(--light-muted);
  font-size: 14px;
  font-weight: 700;
}

.projects-filter__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  white-space: nowrap;
}

.projects-filter__clear span {
  color: var(--green);
  font-size: 18px;
  line-height: 1;
}

.projects-multiselect__button:hover,
.projects-multiselect__button:focus,
.projects-filter__clear:hover:not(:disabled),
.projects-filter__clear:focus {
  border-color: rgba(0, 196, 69, .38);
  background-color: rgba(0, 196, 69, .055);
  box-shadow: 0 16px 34px rgba(21, 31, 49, .065);
  outline: none;
}

.projects-multiselect__button:focus,
.projects-filter__clear:focus {
  transform: translateY(-1px);
}

.projects-multiselect__button:disabled,
.projects-filter__clear:disabled {
  cursor: not-allowed;
  opacity: .52;
}

.projects-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.projects-card {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 31, 49, .1);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(21, 31, 49, .06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.projects-card:hover {
  z-index: 2;
  transform: translateY(-6px);
  border-color: rgba(0, 196, 69, .28);
  box-shadow: 0 28px 70px rgba(21, 31, 49, .1);
}

.projects-card__media {
  display: block;
  height: 300px;
  overflow: hidden;
  background: #e9eeec;
}

.projects-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .5s ease;
}

.projects-card:hover .projects-card__media img {
  transform: scale(1.035);
}

.projects-card__content {
  padding: 30px;
}

.projects-card__taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.projects-card__category,
.projects-card__niche {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.projects-card__category {
  background: rgba(0, 196, 69, .1);
  color: var(--green);
}

.projects-card__niche {
  border: 1px solid rgba(21, 31, 49, .08);
  background: rgba(21, 31, 49, .035);
  color: rgba(21, 31, 49, .62);
}

.projects-card__content h3 {
  margin-bottom: 12px;
  color: var(--light-text);
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.projects-card__content p {
  min-height: 74px;
  color: var(--light-muted);
  font-size: 15px;
  line-height: 1.65;
}

.projects-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--light-text);
  font-weight: 900;
}

.projects-card__link span {
  color: var(--green);
  transition: transform .25s ease;
}

.projects-card__link:hover span {
  transform: translateX(4px);
}

.projects-card__link--disabled {
  color: var(--light-muted);
}

.projects-state {
  display: grid;
  min-height: 250px;
  place-items: center;
  align-content: center;
  margin-top: 34px;
  padding: 42px 24px;
  border: 1px solid rgba(21, 31, 49, .09);
  border-radius: 26px;
  background: var(--white);
  color: var(--light-muted);
  text-align: center;
}

.projects-state[hidden] {
  display: none;
}

.projects-state > span {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--green) 0 34%, transparent 36%),
    rgba(0, 196, 69, .12);
}

.projects-state--loading > span {
  animation: portfolioStatePulse 1.2s ease-in-out infinite alternate;
}

.projects-state strong {
  margin-bottom: 8px;
  color: var(--light-text);
  font-size: 20px;
}

.projects-state p {
  max-width: 500px;
  font-size: 15px;
  line-height: 1.7;
}

.projects-final-cta {
  padding: 0 0 110px;
  background: var(--light);
}

.projects-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 196, 69, .2), transparent 24rem),
    linear-gradient(145deg, #111827 0%, #0f141c 100%);
  color: var(--text);
  box-shadow: 0 30px 80px rgba(21, 31, 49, .18);
}

.projects-final-cta__inner h2 {
  max-width: 770px;
  margin: 18px 0 14px;
  color: var(--text);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.projects-final-cta__inner p:not(.label) {
  max-width: 610px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.projects-final-cta__inner a {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid var(--green);
  border-radius: 14px;
  background: var(--green);
  color: var(--dark-2);
  font-weight: 900;
}

.projects-final-cta__inner a span {
  font-size: 22px;
}

@media (max-width: 1120px) {
  .projects-page .header {
    grid-template-columns: 250px 1fr auto;
    gap: 22px;
  }

  .projects-page .nav {
    gap: 30px;
  }

  .projects-hero__grid,
  .projects-section-heading {
    grid-template-columns: 1fr;
  }

  .projects-filter {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }

  .projects-filter__intro {
    padding-right: 0;
    padding-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(21, 31, 49, .1);
  }

  .projects-filter__intro small {
    max-width: none;
  }

  .projects-filter__controls {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .projects-filter__clear {
    grid-column: 1 / -1;
  }

  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 980px) {
  .projects-page .header {
    position: fixed;
    background: rgba(255, 255, 255, .88);
    border-color: rgba(21, 31, 49, .1);
  }

  .projects-page .img-logo {
    width: 180px;
    height: 48px;
  }

  body.projects-page.menu-open .header {
    background: rgba(255, 255, 255, .92);
    border-color: rgba(0, 196, 69, .2);
  }

  .projects-page .nav {
    background:
      radial-gradient(circle at 50% 0%, rgba(0, 196, 69, .14), transparent 45%),
      rgba(250, 252, 251, .96);
  }

  .projects-page .nav a {
    color: var(--light-text);
  }

  .projects-hero {
    padding-top: 145px;
  }

  .projects-hero__panel {
    display: none;
  }
}

@media (max-width: 768px) {
  .projects-hero {
    padding: 132px 0 62px;
  }

  .projects-hero__copy,
  .projects-section-heading,
  .projects-final-cta__inner {
    text-align: center;
  }

  .projects-hero__copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .projects-hero__copy > p:not(.label) {
    font-size: 17px;
  }

  .projects-hero__actions {
    justify-content: center;
  }

  .projects-hero__actions .btn-primary,
  .projects-final-cta__inner a {
    width: 100%;
  }

  .projects-list-section {
    padding: 66px 0 78px;
  }

  .projects-filter {
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: left;
  }

  .projects-filter__intro {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .projects-filter__icon {
    width: 46px;
    height: 46px;
  }

  .projects-filter__controls {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .projects-filter__clear {
    width: 100%;
  }

  .projects-grid,
  .projects-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .projects-card__media {
    height: 220px;
  }

  .projects-card__content {
    padding: 24px;
  }

  .projects-card__content h3 {
    font-size: 23px;
  }

  .projects-card__content p {
    min-height: 0;
  }

  .projects-final-cta {
    padding-bottom: 78px;
  }

  .projects-final-cta__inner {
    padding: 34px 22px;
  }
}

@media (max-width: 520px) {
  .projects-page .img-logo {
    width: 165px;
    height: 42px;
  }

  .projects-multiselect__button,
  .projects-filter__clear {
    width: 100%;
  }

  .projects-card__media {
    height: 190px;
  }
}

/* ==============================
   Ajuste mobile hero — texto antes da imagem
   ============================== */
@media (max-width: 980px) {
  .hero {
    padding-top: 176px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .hero-content {
    order: 1;
    position: relative;
    z-index: 2;
  }

  .hero-symbol {
    order: 2;
    width: 100%;
    margin-top: 18px;
  }

  .hero-symbol img {
    width: min(100%, 560px);
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 164px;
  }

  .hero-grid {
    gap: 28px;
    padding-bottom: 62px;
  }

  .hero-symbol {
    margin-top: 4px;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-top: 158px;
  }
}

/* ==============================
   Padronização das logos do cabeçalho
   ============================== */
:root {
  --header-logo-width-desktop: 320px;
  --header-logo-width-tablet: 260px;
  --header-logo-width-mobile: 225px;
}

.header {
  grid-template-columns: var(--header-logo-width-desktop) 1fr auto;
}

.header .brand-logo {
  width: var(--header-logo-width-desktop);
  min-width: var(--header-logo-width-desktop);
  height: auto;
}

.header .brand-logo img,
.header .brand-logo .img-logo,
.projects-page .header .brand-logo img,
.projects-page .header .brand-logo .img-logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
  transform: none !important;
  filter: none;
}

@media (max-width: 980px) {
  .header {
    grid-template-columns: 1fr auto;
  }

  .header .brand-logo {
    width: var(--header-logo-width-tablet);
    min-width: 0;
  }

  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo {
    width: var(--header-logo-width-tablet);
    max-height: 72px;
  }
}

@media (max-width: 520px) {
  .header .brand-logo {
    width: var(--header-logo-width-mobile);
  }

  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo {
    width: var(--header-logo-width-mobile);
    height: auto;
    max-height: 62px;
  }
}

@media (max-width: 380px) {
  .header .brand-logo {
    width: 205px;
  }

  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo {
    width: 205px;
    max-height: 58px;
  }
}

/* ==============================
   Ajuste final: logo do cabeçalho maior
   ============================== */
:root {
  --header-logo-width-desktop: 385px;
  --header-logo-width-tablet: 310px;
  --header-logo-width-mobile: 255px;
  --header-logo-width-small: 230px;
}

.header {
  grid-template-columns: var(--header-logo-width-desktop) 1fr auto;
}

.header .brand-logo,
.projects-page .header .brand-logo {
  width: var(--header-logo-width-desktop);
  min-width: var(--header-logo-width-desktop);
  overflow: visible;
}

.header .brand-logo img,
.header .brand-logo .img-logo,
.projects-page .header .brand-logo img,
.projects-page .header .brand-logo .img-logo,
.projects-page .img-logo {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  max-height: 90px;
  object-fit: contain;
  object-position: left center;
  transform: none !important;
  filter: none;
}

@media (max-width: 1120px) {
  .projects-page .header {
    grid-template-columns: var(--header-logo-width-tablet) 1fr auto;
  }
}

@media (max-width: 980px) {
  .header,
  .projects-page .header {
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .header .brand-logo,
  .projects-page .header .brand-logo {
    width: var(--header-logo-width-tablet);
    min-width: 0;
  }

  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    width: var(--header-logo-width-tablet) !important;
    max-height: 72px;
  }
}

@media (max-width: 520px) {
  .header,
  .projects-page .header {
    gap: 12px;
    padding: 12px 12px;
  }

  .header .brand-logo,
  .projects-page .header .brand-logo {
    width: var(--header-logo-width-mobile);
  }

  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    width: var(--header-logo-width-mobile) !important;
    max-height: 60px;
  }
}

@media (max-width: 380px) {
  .header .brand-logo,
  .projects-page .header .brand-logo {
    width: var(--header-logo-width-small);
  }

  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    width: var(--header-logo-width-small) !important;
    max-height: 64px;
  }
}

/* ==============================
   Ajuste: reduzir logos do cabeçalho em 20%
   ============================== */
:root {
  --header-logo-width-desktop: 308px;
  --header-logo-width-tablet: 248px;
  --header-logo-width-mobile: 204px;
  --header-logo-width-small: 184px;
}

.header .brand-logo img,
.header .brand-logo .img-logo,
.projects-page .header .brand-logo img,
.projects-page .header .brand-logo .img-logo,
.projects-page .img-logo {
  max-height: 72px;
}

@media (max-width: 980px) {
  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    max-height: 58px;
  }
}

@media (max-width: 520px) {
  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    max-height: 48px;
  }
}

@media (max-width: 380px) {
  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    max-height: 51px;
  }
}

/* ==============================
   Ajuste: reduzir logos do cabeçalho em mais 30%
   ============================== */
:root {
  --header-logo-width-desktop: 216px;
  --header-logo-width-tablet: 174px;
  --header-logo-width-mobile: 143px;
  --header-logo-width-small: 129px;
}

.header .brand-logo img,
.header .brand-logo .img-logo,
.projects-page .header .brand-logo img,
.projects-page .header .brand-logo .img-logo,
.projects-page .img-logo {
  max-height: 50px;
}

@media (max-width: 980px) {
  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    max-height: 41px;
  }
}

@media (max-width: 520px) {
  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    max-height: 34px;
  }
}

@media (max-width: 380px) {
  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    max-height: 36px;
  }
}


/* ==============================
   Tema claro / escuro da Codexa
   ============================== */
html[data-theme="dark"] {
  color-scheme: dark;
}

html[data-theme="light"] {
  color-scheme: light;
}

.header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.theme-toggle {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .05);
  color: var(--text);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease, background-color .24s ease, box-shadow .24s ease, color .24s ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 196, 69, .35);
  background: rgba(0, 196, 69, .10);
  outline: none;
}

.theme-toggle__icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: opacity .24s ease, transform .24s ease;
}

.theme-toggle__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-toggle__icon--sun {
  opacity: 0;
  transform: scale(.7) rotate(-18deg);
}

.theme-toggle__icon--moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

html[data-theme="light"] .theme-toggle {
  border-color: rgba(21, 31, 49, .10);
  background: rgba(255, 255, 255, .82);
  color: var(--light-text);
  box-shadow: 0 16px 34px rgba(21, 31, 49, .08);
}

html[data-theme="light"] .theme-toggle__icon--sun {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

html[data-theme="light"] .theme-toggle__icon--moon {
  opacity: 0;
  transform: scale(.72) rotate(18deg);
}

@media (max-width: 980px) {
  .header-actions {
    gap: 10px;
  }

  .theme-toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .top-cta {
    display: none;
  }
}

html[data-theme="light"] body {
  background: #f5f8f4;
  color: #182233;
}

html[data-theme="light"] .header {
  padding: 18px 22px;
  border-radius: 26px;
  border: 1px solid rgba(21, 31, 49, .08);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 22px 60px rgba(21, 31, 49, .08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

html[data-theme="light"] .nav a,
html[data-theme="light"] .projects-hero__link,
html[data-theme="light"] .projects-card__link,
html[data-theme="light"] .final-cta a {
  color: var(--light-text);
}

html[data-theme="light"] .nav a:hover,
html[data-theme="light"] .nav a.active,
html[data-theme="light"] .nav a[aria-current="page"] {
  color: var(--green);
}

html[data-theme="light"] .menu-button,
html[data-theme="light"] .projects-page .menu-button {
  border-color: rgba(21, 31, 49, .08);
  background: rgba(255, 255, 255, .9);
}

html[data-theme="light"] .menu-button span {
  background: var(--light-text);
}

html[data-theme="light"] .top-cta {
  border-color: rgba(0, 196, 69, .18);
  background: rgba(0, 196, 69, .1);
  color: var(--light-text);
  box-shadow: 0 16px 38px rgba(0, 196, 69, .12);
}

html[data-theme="light"] .hero {
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 196, 69, .12), transparent 24rem),
    radial-gradient(circle at 84% 16%, rgba(0, 196, 69, .08), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #f1f6f1 100%);
}

html[data-theme="light"] .hero::before,
html[data-theme="light"] .about-section-v2::before,
html[data-theme="light"] .projects-hero::before {
  opacity: .45;
}

html[data-theme="light"] .hero h1,
html[data-theme="light"] .hero h1 strong,
html[data-theme="light"] .subtitle,
html[data-theme="light"] .section-copy h2,
html[data-theme="light"] .about-v2-copy h2,
html[data-theme="light"] .about-v2-copy p,
html[data-theme="light"] .final-cta h2,
html[data-theme="light"] .final-cta strong {
  color: var(--light-text);
}

html[data-theme="light"] .subtitle,
html[data-theme="light"] .service p,
html[data-theme="light"] .about-v2-copy p,
html[data-theme="light"] .footer-premium__brand p,
html[data-theme="light"] .footer-premium__bottom p {
  color: var(--light-muted);
}

html[data-theme="light"] .hero-symbol img {
  filter: drop-shadow(0 28px 52px rgba(21, 31, 49, .10));
}

html[data-theme="light"] .about-section-v2 {
  background:
    radial-gradient(circle at 80% 10%, rgba(0, 196, 69, .10), transparent 28rem),
    linear-gradient(180deg, #f6faf6 0%, #eef4ef 100%);
  color: var(--light-text);
}

html[data-theme="light"] .about-v2-window,
html[data-theme="light"] .about-v2-stats article,
html[data-theme="light"] .projects-final-cta__inner,
html[data-theme="light"] .final-cta {
  border-color: rgba(21, 31, 49, .08);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 24px 62px rgba(21, 31, 49, .08);
}

html[data-theme="light"] .about-v2-window-bar,
html[data-theme="light"] .about-v2-code-list p,
html[data-theme="light"] .about-v2-code-list strong,
html[data-theme="light"] .about-v2-stats strong,
html[data-theme="light"] .about-v2-stats span,
html[data-theme="light"] .projects-final-cta__inner h2,
html[data-theme="light"] .projects-final-cta__inner p {
  color: var(--light-text);
}

html[data-theme="light"] .about-v2-code-list p,
html[data-theme="light"] .about-v2-stats span,
html[data-theme="light"] .projects-final-cta__inner p {
  color: var(--light-muted);
}

html[data-theme="light"] .portfolio-cases {
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 196, 69, .10), transparent 25rem),
    linear-gradient(180deg, #f7fbf7 0%, #eef4ef 100%);
  color: var(--light-text);
}

html[data-theme="light"] .portfolio-cases::after {
  background: linear-gradient(to bottom, transparent, rgba(238, 244, 239, .92));
}

html[data-theme="light"] .portfolio-side,
html[data-theme="light"] .portfolio-total,
html[data-theme="light"] .portfolio-count span,
html[data-theme="light"] .portfolio-count small,
html[data-theme="light"] .mobile-project-copy p,
html[data-theme="light"] .portfolio-state p {
  color: rgba(21, 31, 49, .6);
}

html[data-theme="light"] .portfolio-count strong,
html[data-theme="light"] .portfolio-state strong,
html[data-theme="light"] .mobile-project-copy strong {
  color: var(--light-text);
}

html[data-theme="light"] .project-window,
html[data-theme="light"] .portfolio-state {
  border-color: rgba(21, 31, 49, .08);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 28px 70px rgba(21, 31, 49, .08);
}

html[data-theme="light"] .window-bar,
html[data-theme="light"] .mobile-project-info {
  background: rgba(247, 250, 247, .96);
  color: var(--light-text);
}

html[data-theme="light"] .window-bar {
  border-bottom: 1px solid rgba(21, 31, 49, .08);
}

html[data-theme="light"] .window-dots span:nth-child(1) { background: #ff5f57; }
html[data-theme="light"] .window-dots span:nth-child(2) { background: #febc2e; }
html[data-theme="light"] .window-dots span:nth-child(3) { background: #28c840; }

html[data-theme="light"] .window-bar a,
html[data-theme="light"] .mobile-project-info a,
html[data-theme="light"] .portfolio-all-link {
  color: var(--green);
}

html[data-theme="light"] .portfolio-all-link {
  border-color: rgba(0, 196, 69, .2);
  background: rgba(0, 196, 69, .09);
  box-shadow: 0 18px 44px rgba(21, 31, 49, .08);
}

html[data-theme="light"] .footer.footer-premium {
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 196, 69, .10), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #eef3ef 100%);
}

html[data-theme="light"] .footer.footer-premium::before,
html[data-theme="light"] .footer.footer-premium::after,
html[data-theme="light"] .footer-premium__glow {
  opacity: .35;
}

html[data-theme="light"] .footer-premium__group h4,
html[data-theme="light"] .footer-premium__group a,
html[data-theme="light"] .footer-premium__brand p strong,
html[data-theme="light"] .footer-premium__bottom p span,
html[data-theme="light"] .footer-premium__cta h3,
html[data-theme="light"] .footer-premium__cta p,
html[data-theme="light"] .footer-premium__bottom p,
html[data-theme="light"] .footer-premium__socials a,
html[data-theme="light"] .footer-premium__group svg,
html[data-theme="light"] .footer-premium__socials svg {
  color: var(--light-text);
  stroke: currentColor;
}

html[data-theme="light"] .footer-premium__group a,
html[data-theme="light"] .footer-premium__brand p,
html[data-theme="light"] .footer-premium__bottom p,
html[data-theme="light"] .footer-premium__cta p {
  color: var(--light-muted);
}

html[data-theme="light"] .footer-premium__socials a,
html[data-theme="light"] .footer-premium__mark,
html[data-theme="light"] .footer-premium__cta {
  border-color: rgba(21, 31, 49, .08);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 50px rgba(21, 31, 49, .07);
}

html[data-theme="light"] .footer-premium__cta a {
  color: var(--light-text);
}

html[data-theme="light"] .whatsapp-float {
  border-color: rgba(21, 31, 49, .08);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 24px 54px rgba(21, 31, 49, .14);
}

html[data-theme="light"] .whatsapp-float__content strong,
html[data-theme="light"] .whatsapp-float__arrow {
  color: var(--light-text);
}

html[data-theme="light"] .whatsapp-float__content small {
  color: var(--light-muted);
}

/* Tema escuro para a página de projetos */
html[data-theme="dark"] body.projects-page {
  background: #0b1118;
  color: var(--text);
}

html[data-theme="dark"] .projects-page .header {
  padding: 18px 22px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(11, 17, 24, .72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

html[data-theme="dark"] .projects-page .nav a,
html[data-theme="dark"] .projects-page .projects-hero__link,
html[data-theme="dark"] .projects-page .projects-card__link,
html[data-theme="dark"] .projects-page .projects-final-cta__inner a,
html[data-theme="dark"] .projects-page .projects-filter__clear {
  color: var(--text);
}

html[data-theme="dark"] .projects-page .menu-button {
  border-color: rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .04);
}

html[data-theme="dark"] .projects-page .menu-button span {
  background: var(--text);
}

html[data-theme="dark"] .projects-page .top-cta {
  background: rgba(0, 196, 69, .12);
  color: var(--text);
  border-color: rgba(0, 196, 69, .22);
}

html[data-theme="dark"] .projects-hero {
  background:
    radial-gradient(circle at 84% 14%, rgba(0, 196, 69, .12), transparent 22rem),
    linear-gradient(180deg, #0f1623 0%, #0b1118 100%);
}

html[data-theme="dark"] .projects-hero::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
}

html[data-theme="dark"] .projects-hero__copy h1,
html[data-theme="dark"] .projects-hero__copy > p:not(.label),
html[data-theme="dark"] .projects-hero__metric strong,
html[data-theme="dark"] .projects-section-heading h2,
html[data-theme="dark"] .projects-card__content h3,
html[data-theme="dark"] .projects-state strong,
html[data-theme="dark"] .projects-final-cta__inner h2 {
  color: var(--text);
}

html[data-theme="dark"] .projects-hero__copy > p:not(.label),
html[data-theme="dark"] .projects-hero__metric small,
html[data-theme="dark"] .projects-filter__intro small,
html[data-theme="dark"] .projects-card__content p,
html[data-theme="dark"] .projects-state,
html[data-theme="dark"] .projects-state p,
html[data-theme="dark"] .projects-final-cta__inner p {
  color: var(--muted);
}

html[data-theme="dark"] .projects-hero__panel,
html[data-theme="dark"] .projects-hero__metric,
html[data-theme="dark"] .projects-filter,
html[data-theme="dark"] .projects-card,
html[data-theme="dark"] .projects-state,
html[data-theme="dark"] .projects-final-cta__inner {
  border-color: rgba(255, 255, 255, .10);
  background: rgba(15, 20, 28, .88);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .26);
}

html[data-theme="dark"] .projects-list-section,
html[data-theme="dark"] .projects-final-cta {
  background: #0b1118;
}

html[data-theme="dark"] .projects-filter__intro {
  border-right-color: rgba(255, 255, 255, .10);
}

html[data-theme="dark"] .projects-filter__field > span {
  color: rgba(255, 255, 255, .56);
}

html[data-theme="dark"] .projects-filter__intro strong,
html[data-theme="dark"] .projects-multiselect__option,
html[data-theme="dark"] .projects-multiselect__value,
html[data-theme="dark"] .projects-multiselect__chevron,
html[data-theme="dark"] .projects-filter__clear,
html[data-theme="dark"] .projects-card__niche {
  color: var(--text);
}

html[data-theme="dark"] .projects-multiselect__button,
html[data-theme="dark"] .projects-filter__clear,
html[data-theme="dark"] .projects-multiselect__checkbox {
  border-color: rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .04);
  color: var(--text);
  box-shadow: none;
}

html[data-theme="dark"] .projects-multiselect.is-open .projects-multiselect__button,
html[data-theme="dark"] .projects-multiselect.is-active .projects-multiselect__button,
html[data-theme="dark"] .projects-multiselect__button:hover,
html[data-theme="dark"] .projects-filter__clear:hover:not(:disabled) {
  background: rgba(0, 196, 69, .10);
  border-color: rgba(0, 196, 69, .28);
}

html[data-theme="dark"] .projects-multiselect__dropdown {
  border-color: rgba(255, 255, 255, .10);
  background: rgba(10, 15, 24, .98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .42);
}

html[data-theme="dark"] .projects-multiselect__option:hover {
  background: rgba(0, 196, 69, .10);
}

html[data-theme="dark"] .projects-card__media {
  background: #121925;
}

html[data-theme="dark"] .projects-card__category {
  background: rgba(0, 196, 69, .14);
}

html[data-theme="dark"] .projects-card__niche {
  border-color: rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .04);
}

html[data-theme="dark"] .projects-page .nav.open {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 196, 69, .14), transparent 45%),
    rgba(10, 15, 24, .98);
}

@media (max-width: 980px) {
  html[data-theme="light"] .header {
    width: calc(100% - 28px);
    top: 14px;
    padding: 12px 14px;
  }

  html[data-theme="dark"] .projects-page .header {
    width: calc(100% - 28px);
    top: 14px;
    padding: 12px 14px;
  }
}

/* ==============================
   Seção Depoimentos — Praticità
   ============================== */
.testimonials-section {
  --testimonials-header-offset: 96px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: calc(100vh - var(--testimonials-header-offset));
  padding: clamp(42px, 5.2vh, 58px) 0 clamp(52px, 5.8vh, 68px);
  color: var(--text);
  background:
    radial-gradient(circle at 84% 18%, rgba(0, 196, 69, .16), transparent 28rem),
    radial-gradient(circle at 12% 70%, rgba(0, 196, 69, .10), transparent 24rem),
    linear-gradient(145deg, #0a1017 0%, #0e151d 48%, #080d12 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  isolation: isolate;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, transparent, black 16%, black 84%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 16%, black 84%, transparent);
  opacity: .32;
  pointer-events: none;
}

.testimonials-section::after {
  content: "CLIENTES";
  position: absolute;
  right: -44px;
  bottom: -22px;
  z-index: -1;
  color: rgba(255, 255, 255, .022);
  font-size: clamp(72px, 12vw, 172px);
  font-weight: 950;
  letter-spacing: -.09em;
  line-height: .78;
  pointer-events: none;
}

.testimonials-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, .405fr) minmax(0, .595fr);
  gap: clamp(36px, 4vw, 56px);
  align-items: center;
  width: min(100% - 88px, 1280px);
  margin-inline: auto;
}

.testimonials-copy {
  align-self: center;
}

.testimonials-copy .label {
  margin-bottom: 12px;
}

.testimonials-copy h2 {
  max-width: 560px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -.052em;
  font-weight: 950;
}

.testimonials-copy h2 strong {
  color: var(--green);
  font-style: normal;
}

.testimonials-copy > p {
  display: -webkit-box;
  max-width: 430px;
  margin-bottom: 24px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(238, 243, 240, .74);
  font-size: 16px;
  line-height: 1.5;
}

.testimonial-client-card {
  position: relative;
  max-width: 520px;
}

.testimonial-client-image {
  position: relative;
  overflow: hidden;
  height: clamp(220px, 28vh, 300px);
  border-radius: 24px;
  border: 1px solid rgba(0, 196, 69, .42);
  background: rgba(255, 255, 255, .04);
  box-shadow:
    0 28px 76px rgba(0, 0, 0, .30),
    0 0 0 1px rgba(255, 255, 255, .04) inset;
}

.testimonial-client-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(4, 10, 14, .20)),
    radial-gradient(circle at 68% 18%, rgba(255, 255, 255, .16), transparent 24%);
  pointer-events: none;
}

.testimonial-client-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 28%;
  transform: scale(1.01);
}

.testimonial-client-meta {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
}

.testimonial-client-icon,
.testimonial-feature__quote-icon,
.testimonial-results span {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0, 196, 69, .34);
  background: rgba(0, 196, 69, .08);
  color: var(--green);
  box-shadow: 0 14px 34px rgba(0, 196, 69, .07);
}

.testimonial-client-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
}

.testimonial-client-icon svg,
.testimonial-feature__quote-icon svg,
.testimonial-results svg,
.testimonial-client-meta small svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.testimonial-feature__quote-icon svg {
  fill: currentColor;
  stroke: none;
}

.testimonial-client-meta strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -.045em;
  font-weight: 900;
}

.testimonial-client-meta span {
  display: block;
  color: rgba(255, 255, 255, .70);
  font-size: 14px;
  line-height: 1.25;
}

.testimonial-client-meta span::after {
  content: " Codexa";
  color: var(--green);
  font-weight: 850;
}

.testimonial-client-meta small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(0, 196, 69, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.testimonial-client-meta small svg {
  width: 17px;
  height: 17px;
  color: var(--green);
}

.testimonial-feature {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(30px, 3.9vh, 38px) clamp(32px, 3.4vw, 44px) clamp(28px, 3.4vh, 34px);
  border: 1px solid rgba(255, 255, 255, .13);
  background:
    radial-gradient(circle at 84% 8%, rgba(0, 196, 69, .22), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .035)),
    rgba(10, 16, 23, .78);
  box-shadow:
    0 34px 104px rgba(0, 0, 0, .38),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.testimonial-feature::before {
  content: "";
  position: absolute;
  top: -118px;
  right: -108px;
  width: 286px;
  height: 286px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 196, 69, .22), transparent 66%);
  pointer-events: none;
}

.testimonial-feature__quote-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
}

.testimonial-feature blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(31px, 3.1vw, 42px);
  line-height: 1.12;
  letter-spacing: -.05em;
  font-weight: 540;
}

.testimonial-feature blockquote strong {
  color: var(--green);
  font-weight: 900;
}

.testimonial-results {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: calc(100% - 58px);
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.testimonial-results div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 66px;
  padding: 10px 10px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
}

.testimonial-results span {
  width: 42px;
  height: 42px;
  border-radius: 15px;
}

.testimonial-results p {
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.26;
}

.testimonial-results strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: -.025em;
  font-weight: 900;
}

html[data-theme="light"] .testimonials-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(0, 196, 69, .10), transparent 25rem),
    radial-gradient(circle at 10% 76%, rgba(0, 196, 69, .08), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f1f6f1 100%);
  color: var(--light-text);
  border-bottom-color: rgba(21, 31, 49, .08);
}

html[data-theme="light"] .testimonials-section::before {
  opacity: .38;
  background:
    linear-gradient(90deg, rgba(21, 31, 49, .055) 1px, transparent 1px),
    linear-gradient(rgba(21, 31, 49, .045) 1px, transparent 1px);
}

html[data-theme="light"] .testimonials-section::after {
  color: rgba(21, 31, 49, .032);
}

html[data-theme="light"] .testimonials-copy h2,
html[data-theme="light"] .testimonials-copy h2 strong,
html[data-theme="light"] .testimonial-client-meta strong,
html[data-theme="light"] .testimonial-feature blockquote,
html[data-theme="light"] .testimonial-results strong {
  color: var(--light-text);
}

html[data-theme="light"] .testimonials-copy h2 strong,
html[data-theme="light"] .testimonial-feature blockquote strong {
  color: var(--green);
}

html[data-theme="light"] .testimonials-copy > p,
html[data-theme="light"] .testimonial-client-meta span,
html[data-theme="light"] .testimonial-client-meta small,
html[data-theme="light"] .testimonial-results p {
  color: var(--light-muted);
}

html[data-theme="light"] .testimonial-client-image,
html[data-theme="light"] .testimonial-feature,
html[data-theme="light"] .testimonial-client-meta small,
html[data-theme="light"] .testimonial-results div {
  border-color: rgba(21, 31, 49, .09);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 22px 62px rgba(21, 31, 49, .09);
}

html[data-theme="light"] .testimonial-feature {
  background:
    radial-gradient(circle at 84% 8%, rgba(0, 196, 69, .13), transparent 34%),
    rgba(255, 255, 255, .84);
}

html[data-theme="light"] .testimonial-results {
  border-top-color: rgba(21, 31, 49, .09);
}

@media (min-width: 1121px) and (max-height: 820px) {
  .testimonials-section {
    padding-top: 34px;
    padding-bottom: 46px;
  }

  .testimonials-copy h2 {
    font-size: clamp(44px, 4.6vw, 64px);
    margin-bottom: 12px;
  }

  .testimonials-copy > p {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .testimonial-client-image {
    height: clamp(200px, 25vh, 260px);
  }

  .testimonial-feature {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .testimonial-feature__quote-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
  }

  .testimonial-feature blockquote {
    font-size: clamp(28px, 2.65vw, 36px);
  }

  .testimonial-results {
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 1120px) {
  .testimonials-section {
    display: block;
    min-height: auto;
    padding: 92px 0 96px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 46px;
    width: min(100% - 56px, 860px);
  }

  .testimonials-copy {
    text-align: center;
  }

  .testimonials-copy h2,
  .testimonials-copy > p,
  .testimonial-client-card {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-copy > p {
    -webkit-line-clamp: unset;
  }

  .testimonial-client-card {
    width: min(100%, 690px);
    max-width: 690px;
  }

  .testimonial-client-image {
    height: auto;
    aspect-ratio: 1.72 / 1;
  }

  .testimonial-feature {
    width: min(100%, 860px);
    margin-inline: auto;
  }

  .testimonial-results {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 86px 0 88px;
  }

  .testimonials-grid {
    width: min(100% - 40px, 640px);
    gap: 36px;
  }

  .testimonials-copy h2 {
    max-width: 430px;
    font-size: clamp(40px, 11.5vw, 58px);
    line-height: .94;
    letter-spacing: -.075em;
  }

  .testimonials-copy > p {
    max-width: 360px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.65;
  }

  .testimonial-client-image {
    aspect-ratio: 1 / .9;
    border-radius: 24px;
  }

  .testimonial-client-image img {
    object-position: 50% 24%;
  }

  .testimonial-client-meta {
    grid-template-columns: 58px 1fr;
    gap: 16px;
    text-align: left;
    margin-top: 18px;
  }

  .testimonial-client-icon {
    width: 58px;
    height: 58px;
    border-radius: 19px;
  }

  .testimonial-client-meta strong {
    font-size: 19px;
  }

  .testimonial-client-meta span {
    font-size: 14px;
  }

  .testimonial-client-meta small {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
  }

  .testimonial-feature {
    border-radius: 28px;
    padding: 34px 24px 28px;
  }

  .testimonial-feature__quote-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
    border-radius: 17px;
  }

  .testimonial-feature blockquote {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.42;
    letter-spacing: -.05em;
  }

  .testimonial-results {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
    padding-top: 28px;
  }

  .testimonial-results div {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .testimonial-results span {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .testimonial-results p {
    font-size: 14px;
    line-height: 1.42;
  }

  .testimonial-results strong {
    font-size: 15px;
    line-height: 1.15;
  }
}

@media (max-width: 420px) {
  .testimonials-section {
    padding: 76px 0 80px;
  }

  .testimonials-grid {
    width: min(100% - 32px, 390px);
  }

  .testimonial-client-image {
    aspect-ratio: .92 / 1;
  }

  .testimonial-client-image img {
    object-position: 50% 20%;
  }

  .testimonial-feature blockquote {
    font-size: 23px;
  }
}

/* ==============================
   Portfólio em lista horizontal
   ============================== */
.projects-grid {
  display: flex;
  grid-template-columns: none;
  gap: 28px;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding: 4px 4px 26px;
  margin: 0 -4px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.projects-grid::-webkit-scrollbar {
  height: 10px;
}

.projects-grid::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(21, 31, 49, .08);
}

.projects-grid::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  background: rgba(0, 196, 69, .58);
}

.projects-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 196, 69, .78);
}

.projects-card {
  display: flex;
  flex: 0 0 clamp(360px, 39vw, 520px);
  width: clamp(360px, 39vw, 520px);
  min-width: clamp(360px, 39vw, 520px);
  scroll-snap-align: start;
  flex-direction: column;
}

.projects-card__media {
  flex: 0 0 auto;
}

.projects-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.projects-card__content p {
  min-height: 78px;
}

.projects-card__link {
  margin-top: auto;
  padding-top: 18px;
}

html[data-theme="dark"] .projects-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .08);
}

html[data-theme="dark"] .projects-grid::-webkit-scrollbar-thumb {
  border-color: rgba(10, 16, 24, .82);
}

@media (max-width: 1120px) {
  .projects-grid {
    display: flex;
    grid-template-columns: none;
    gap: 24px;
  }

  .projects-card {
    flex-basis: clamp(340px, 56vw, 500px);
    width: clamp(340px, 56vw, 500px);
    min-width: clamp(340px, 56vw, 500px);
  }
}

@media (max-width: 768px) {
  .projects-grid {
    display: flex;
    grid-template-columns: none;
    gap: 18px;
    padding-bottom: 22px;
  }

  .projects-card {
    flex-basis: min(86vw, 390px);
    width: min(86vw, 390px);
    min-width: min(86vw, 390px);
  }

  .projects-card__content p {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .projects-card {
    flex-basis: 88vw;
    width: 88vw;
    min-width: 88vw;
  }
}

/* ==============================
   Ajuste portfólio horizontal full-bleed
   O carrossel sai do limite do container e ocupa a largura total da viewport.
   ============================== */
.projects-list-section .projects-grid {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(44px, calc((100vw - var(--container)) / 2));
  padding-right: max(44px, calc((100vw - var(--container)) / 2));
  scroll-padding-left: max(44px, calc((100vw - var(--container)) / 2));
  scroll-padding-right: max(44px, calc((100vw - var(--container)) / 2));
}

@media (max-width: 980px) {
  .projects-list-section .projects-grid {
    padding-left: 20px;
    padding-right: 20px;
    scroll-padding-left: 20px;
    scroll-padding-right: 20px;
  }
}

@media (max-width: 620px) {
  .projects-list-section .projects-grid {
    padding-left: 14px;
    padding-right: 14px;
    scroll-padding-left: 14px;
    scroll-padding-right: 14px;
  }
}

/* ==============================
   Portfólio mobile com mockup de celular
   Usa a imagem mobile cadastrada na API via <picture>.
   ============================== */
.projects-card__media picture,
.projects-card__media picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.projects-card__media picture img {
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 768px) {
  .projects-list-section .projects-grid {
    align-items: stretch;
    gap: 20px;
    padding-top: 8px;
    padding-bottom: 28px;
  }

  .projects-list-section .projects-card {
    flex: 0 0 min(82vw, 320px);
    width: min(82vw, 320px);
    min-width: min(82vw, 320px);
    overflow: visible;
    padding: 12px 12px 18px;
    border-radius: 34px;
    background:
      radial-gradient(circle at 50% 0%, rgba(0, 196, 69, .12), transparent 52%),
      linear-gradient(180deg, rgba(15, 20, 28, .96), rgba(8, 13, 21, .98));
    border-color: rgba(255, 255, 255, .12);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
  }

  .projects-list-section .projects-card:hover {
    transform: none;
  }

  .projects-list-section .projects-card::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 34%;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .projects-list-section .projects-card__media {
    position: relative;
    height: auto;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: #0a1018;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .06),
      0 18px 38px rgba(0, 0, 0, .26);
  }

  .projects-list-section .projects-card__media::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 3;
    width: 34%;
    height: 18px;
    border-radius: 999px;
    background: rgba(6, 10, 16, .98);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .35);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .projects-list-section .projects-card__media picture {
    position: relative;
    isolation: isolate;
  }

  .projects-list-section .projects-card__media picture::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(120deg, transparent 16%, rgba(255, 255, 255, .10) 42%, transparent 64%);
    opacity: .5;
    pointer-events: none;
  }

  .projects-list-section .projects-card__media img {
    filter: none;
    object-fit: cover;
    object-position: top center;
    transform: none;
  }

  .projects-list-section .projects-card:hover .projects-card__media img {
    transform: none;
  }

  .projects-list-section .projects-card__content {
    padding: 18px 4px 6px;
  }

  .projects-list-section .projects-card__taxonomies {
    gap: 7px;
    margin-bottom: 12px;
  }

  .projects-list-section .projects-card__category,
  .projects-list-section .projects-card__niche {
    min-height: 24px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .projects-list-section .projects-card__content h3 {
    color: #f8fbff;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -.04em;
  }

  .projects-list-section .projects-card__content p {
    margin-top: 8px;
    color: rgba(231, 236, 242, .70);
    font-size: 13px;
    line-height: 1.5;
  }

  .projects-list-section .projects-card__link {
    align-self: flex-start;
    min-height: 40px;
    margin-top: 16px;
    padding: 0 13px;
    border: 1px solid rgba(0, 224, 82, .18);
    border-radius: 14px;
    background: rgba(0, 224, 82, .10);
    color: #a4fb98;
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .projects-list-section .projects-card {
    flex-basis: min(84vw, 305px);
    width: min(84vw, 305px);
    min-width: min(84vw, 305px);
    border-radius: 32px;
  }

  .projects-list-section .projects-card__media {
    border-radius: 24px;
  }
}

html[data-theme="light"] .projects-list-section .projects-card__media picture img {
  background: #eef3ef;
}

@media (max-width: 768px) {
  html[data-theme="light"] .projects-list-section .projects-card {
    border-color: rgba(21, 31, 49, .08);
    background:
      radial-gradient(circle at 50% 0%, rgba(0, 196, 69, .12), transparent 52%),
      rgba(255, 255, 255, .92);
    box-shadow: 0 28px 70px rgba(21, 31, 49, .10);
  }

  html[data-theme="light"] .projects-list-section .projects-card::after {
    background: rgba(21, 31, 49, .14);
  }

  html[data-theme="light"] .projects-list-section .projects-card__media {
    border-color: rgba(21, 31, 49, .10);
    background: #f5f8f4;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .75),
      0 18px 38px rgba(21, 31, 49, .10);
  }

  html[data-theme="light"] .projects-list-section .projects-card__media::before {
    background: rgba(21, 31, 49, .86);
  }

  html[data-theme="light"] .projects-list-section .projects-card__content h3 {
    color: var(--light-text);
  }

  html[data-theme="light"] .projects-list-section .projects-card__content p {
    color: var(--light-muted);
  }

  html[data-theme="light"] .projects-list-section .projects-card__link {
    color: var(--green);
  }
}

/* ==============================
   Padronização final do cabeçalho
   Mantém a mesma posição e caixa visual entre tema claro/escuro e páginas
   ============================== */
:root {
  --site-header-top-desktop: 28px;
  --site-header-padding-desktop: 14px 18px;
  --site-header-min-height-desktop: 78px;
  --site-header-logo-height-desktop: 50px;
  --site-header-top-mobile: 14px;
  --site-header-padding-mobile: 12px 14px;
  --site-header-min-height-mobile: 66px;
  --site-header-logo-height-tablet: 41px;
  --site-header-logo-height-mobile: 34px;
  --site-header-logo-height-small: 36px;
}

.header,
.projects-page .header,
html[data-theme="light"] .header,
html[data-theme="dark"] .projects-page .header {
  position: absolute;
  top: var(--site-header-top-desktop);
  left: 50%;
  right: auto;
  width: min(100% - 64px, var(--container));
  min-height: var(--site-header-min-height-desktop);
  padding: var(--site-header-padding-desktop);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: var(--header-logo-width-desktop) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  border-radius: 26px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 2000;
}

html[data-theme="dark"] .header,
html[data-theme="dark"] .projects-page .header {
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(11, 17, 24, .72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

html[data-theme="light"] .header,
html[data-theme="light"] .projects-page .header {
  border: 1px solid rgba(21, 31, 49, .08);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 22px 60px rgba(21, 31, 49, .08);
}

.header .brand-logo,
.projects-page .header .brand-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: var(--header-logo-width-desktop);
  min-width: var(--header-logo-width-desktop);
  height: var(--site-header-logo-height-desktop);
  overflow: visible;
}

.header .brand-logo img,
.header .brand-logo .img-logo,
.projects-page .header .brand-logo img,
.projects-page .header .brand-logo .img-logo,
.projects-page .img-logo {
  display: block;
  width: var(--header-logo-width-desktop) !important;
  height: var(--site-header-logo-height-desktop) !important;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: left center;
  transform: none !important;
}

.header .nav,
.projects-page .header .nav {
  justify-self: end;
}

.header .header-actions,
.projects-page .header .header-actions {
  justify-self: end;
  align-self: center;
}

.header .theme-toggle,
.projects-page .header .theme-toggle {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .header,
  .projects-page .header,
  html[data-theme="light"] .header,
  html[data-theme="dark"] .projects-page .header {
    position: fixed;
    top: var(--site-header-top-mobile);
    left: 14px;
    right: 14px;
    width: auto;
    min-height: var(--site-header-min-height-mobile);
    padding: var(--site-header-padding-mobile);
    transform: none;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    border-radius: 18px;
  }

  .header .brand-logo,
  .projects-page .header .brand-logo {
    width: var(--header-logo-width-tablet);
    min-width: 0;
    height: var(--site-header-logo-height-tablet);
  }

  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    width: var(--header-logo-width-tablet) !important;
    height: var(--site-header-logo-height-tablet) !important;
    max-height: none;
  }
}

@media (max-width: 520px) {
  .header,
  .projects-page .header,
  html[data-theme="light"] .header,
  html[data-theme="dark"] .projects-page .header {
    gap: 12px;
    padding: 12px;
  }

  .header .brand-logo,
  .projects-page .header .brand-logo {
    width: var(--header-logo-width-mobile);
    height: var(--site-header-logo-height-mobile);
  }

  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    width: var(--header-logo-width-mobile) !important;
    height: var(--site-header-logo-height-mobile) !important;
  }
}

@media (max-width: 380px) {
  .header .brand-logo,
  .projects-page .header .brand-logo {
    width: var(--header-logo-width-small);
    height: var(--site-header-logo-height-small);
  }

  .header .brand-logo img,
  .header .brand-logo .img-logo,
  .projects-page .header .brand-logo img,
  .projects-page .header .brand-logo .img-logo,
  .projects-page .img-logo {
    width: var(--header-logo-width-small) !important;
    height: var(--site-header-logo-height-small) !important;
  }
}

/* Ajuste de navegação com item Depoimentos */
@media (min-width: 981px) {
  .header .nav,
  .projects-page .header .nav {
    gap: clamp(18px, 2.2vw, 34px);
    white-space: nowrap;
  }
}

/* Depoimento Praticità — texto atualizado mais longo */
@media (min-width: 1121px) {
  .testimonial-feature blockquote {
    font-size: clamp(25px, 2.25vw, 32px);
    line-height: 1.14;
    letter-spacing: -.045em;
  }
}

@media (min-width: 1121px) and (max-height: 820px) {
  .testimonial-feature blockquote {
    font-size: clamp(23px, 2.05vw, 28px);
    line-height: 1.13;
  }
}

/* ==============================
   Cases especiais dinâmicos
   ============================== */
.featured-projects {
  width: 100%;
}

/* ==============================
   Case especial — Projeto full width
   ============================== */
.featured-system-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(30px, 4.4vw, 64px);
  align-items: center;
  width: 100%;
  margin-top: clamp(54px, 5.8vw, 82px);
  padding: clamp(32px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 34px;
  background:
    radial-gradient(circle at 77% 46%, rgba(0, 196, 69, .13), transparent 30rem),
    linear-gradient(145deg, rgba(16, 23, 33, .98) 0%, rgba(8, 13, 20, .99) 100%);
  color: var(--text);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(255, 255, 255, .04);
}

.featured-system-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 54% 42%, rgba(0, 0, 0, .62), transparent 72%);
  pointer-events: none;
}

.featured-system-card::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 18%;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(0, 196, 69, .10);
  filter: blur(82px);
  pointer-events: none;
}

.featured-system-card__content,
.featured-system-card__visual,
.featured-system-card__features {
  min-width: 0;
}

.featured-system-card__content {
  max-width: 650px;
}

.featured-system-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(26px, 3vw, 34px);
  color: var(--green-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.featured-system-card__eyebrow span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(0, 196, 69, .48);
}

.featured-system-card h2 {
  max-width: 640px;
  margin-bottom: 24px;
  color: var(--text);
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: .96;
  letter-spacing: -.07em;
}

.featured-system-card__description {
  max-width: 640px;
  color: rgba(231, 236, 242, .80);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.72;
}

.featured-system-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 34px;
}

.featured-system-card__chips span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 13px;
  background: rgba(255, 255, 255, .035);
  color: rgba(244, 247, 250, .94);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.featured-system-card__chips span::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(0, 196, 69, .45);
}

.featured-system-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 34px;
}

.featured-system-card__primary,
.featured-system-card__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 950;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.featured-system-card__primary {
  border: 1px solid var(--green);
  background: var(--green);
  color: #06120b;
  box-shadow: 0 18px 44px rgba(0, 196, 69, .18);
}

.featured-system-card__secondary {
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .025);
  color: var(--text);
}

.featured-system-card__primary span,
.featured-system-card__secondary span {
  font-size: 24px;
  line-height: 1;
  transition: transform .25s ease;
}

.featured-system-card__primary:hover,
.featured-system-card__secondary:hover {
  transform: translateY(-2px);
}

.featured-system-card__primary:hover span,
.featured-system-card__secondary:hover span {
  transform: translateX(4px);
}

.featured-system-card__secondary:hover {
  border-color: rgba(0, 196, 69, .42);
  background: rgba(0, 196, 69, .06);
}

.featured-system-card__visual {
  display: flex;
  justify-content: flex-end;
}

.featured-system-card__browser {
  width: min(100%, 760px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .045);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, .28),
    0 0 44px rgba(0, 196, 69, .08),
    inset 0 1px 0 rgba(255, 255, 255, .05);
}

.featured-system-card__bar {
  display: grid;
  grid-template-columns: 9px 9px 9px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(10, 15, 23, .94);
}

.featured-system-card__bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .24);
}

.featured-system-card__bar span:nth-child(3) {
  background: var(--green);
}

.featured-system-card__bar small {
  overflow: hidden;
  justify-self: center;
  margin-left: -52px;
  color: rgba(231, 236, 242, .68);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.featured-system-card__browser img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.2;
  object-fit: cover;
  object-position: center top;
  background: #f7f5f2;
}

.featured-system-card__features {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(24px, 3.8vw, 48px);
  padding-top: clamp(30px, 3vw, 44px);
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.featured-system-card__feature {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 150px;
  padding: 0 clamp(20px, 2.4vw, 34px);
}

.featured-system-card__feature:first-child {
  padding-left: 0;
}

.featured-system-card__feature:last-child {
  padding-right: 0;
}

.featured-system-card__feature + .featured-system-card__feature {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.featured-system-card__feature svg {
  width: 34px;
  height: 34px;
  stroke: var(--green);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(0, 196, 69, .16));
}

.featured-system-card__feature strong {
  display: block;
  margin-top: 10px;
  color: var(--text);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.2;
  letter-spacing: -.03em;
}

.featured-system-card__feature p {
  max-width: 260px;
  color: rgba(231, 236, 242, .68);
  font-size: 14px;
  line-height: 1.55;
}

html[data-theme="light"] .featured-system-card {
  border-color: rgba(255, 255, 255, .16);
  box-shadow:
    0 32px 82px rgba(21, 31, 49, .17),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}

html[data-theme="light"] .featured-system-card__browser {
  box-shadow:
    0 28px 70px rgba(21, 31, 49, .22),
    0 0 44px rgba(0, 196, 69, .08),
    inset 0 1px 0 rgba(255, 255, 255, .05);
}

@media (max-width: 1180px) {
  .featured-system-card {
    grid-template-columns: 1fr;
  }

  .featured-system-card__content {
    max-width: 760px;
  }

  .featured-system-card__visual {
    justify-content: stretch;
  }

  .featured-system-card__browser {
    width: min(100%, 900px);
  }

  .featured-system-card__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }

  .featured-system-card__feature:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .featured-system-card__feature:nth-child(even) {
    padding-right: 0;
    border-left: 1px solid rgba(255, 255, 255, .14);
  }
}

@media (max-width: 768px) {
  .featured-system-card {
    margin-top: 46px;
    padding: 26px;
    border-radius: 28px;
    gap: 30px;
  }

  .featured-system-card h2 {
    font-size: clamp(36px, 13vw, 54px);
  }

  .featured-system-card__description {
    font-size: 14px;
    line-height: 1.65;
  }

  .featured-system-card__chips {
    gap: 9px;
    margin: 24px 0 24px;
  }

  .featured-system-card__chips span {
    min-height: 36px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .featured-system-card__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .featured-system-card__primary,
  .featured-system-card__secondary {
    width: 100%;
    min-height: 54px;
  }

  .featured-system-card__browser {
    border-radius: 20px;
  }

  .featured-system-card__bar {
    height: 34px;
  }

  .featured-system-card__bar small {
    justify-self: start;
    margin-left: 8px;
  }

  .featured-system-card__browser img {
    aspect-ratio: 16 / 11.2;
  }

  .featured-system-card__features {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 10px;
    padding-top: 26px;
  }

  .featured-system-card__feature,
  .featured-system-card__feature:first-child,
  .featured-system-card__feature:last-child,
  .featured-system-card__feature:nth-child(odd),
  .featured-system-card__feature:nth-child(even) {
    min-height: auto;
    padding: 22px 0;
    border-left: 0;
  }

  .featured-system-card__feature + .featured-system-card__feature {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .11);
  }

  .featured-system-card__feature:first-child {
    padding-top: 0;
  }

  .featured-system-card__feature:last-child {
    padding-bottom: 0;
  }

  .featured-system-card__feature p {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .featured-system-card {
    margin-top: 40px;
    padding: 20px;
    border-radius: 24px;
  }

  .featured-system-card__eyebrow {
    gap: 10px;
    margin-bottom: 22px;
    font-size: 10px;
    line-height: 1.4;
  }

  .featured-system-card__chips span {
    flex: 1 1 auto;
    justify-content: center;
  }

  .featured-system-card__feature svg {
    width: 30px;
    height: 30px;
  }
}
.project-image-fallback {
  display: grid;
  width: 100%;
  min-height: 100%;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(circle at 75% 20%, rgba(124, 92, 255, 0.3), transparent 38%),
    linear-gradient(145deg, #171a24, #29233f);
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.project-image-fallback span {
  max-width: 24rem;
  font: 700 clamp(1rem, 2vw, 1.5rem)/1.25 "Montserrat", sans-serif;
}
