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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #161616;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block
}

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

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none
}

ul,
ol {
  list-style: none
}

input,
select,
textarea {
  font-family: inherit
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: .9;
  letter-spacing: -0.015em;
  font-size: clamp(48px, 7vw, 88px)
}

h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: .95;
  letter-spacing: -0.01em;
  font-size: clamp(36px, 5vw, 60px)
}

h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .01em;
  font-size: clamp(20px, 3vw, 26px)
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: -0.01em
}

.text-display-xl {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: .88;
  letter-spacing: -0.02em;
  font-size: clamp(56px, 9vw, 100px)
}

.text-display-lg {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: .9;
  letter-spacing: -0.015em;
  font-size: clamp(48px, 7vw, 88px)
}

.text-display-md {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: .95;
  letter-spacing: -0.01em;
  font-size: clamp(36px, 5vw, 60px)
}

.lead {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: #888;
  max-width: 520px;
  margin-top: 16px
}

.lead--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.lead--dark {
  color: rgba(255, 255, 255, .45)
}

.eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f39422;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px
}

.eyebrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #f39422;
  flex-shrink: 0
}

.eyebrow--center {
  justify-content: center
}

.text-white {
  color: #fff
}

.text-orange {
  color: #f39422
}

.text-muted {
  color: #888
}

.text-muted-dark {
  color: rgba(255, 255, 255, .45)
}

.text-center {
  text-align: center
}

.container {
  max-width: 1024px;
  margin-inline: auto;
  padding-inline: 20px
}

@media(max-width: 480px) {
  .container {
    padding-inline: 20px
  }
}

.section {
  padding-block: 60px
}

.section--white {
  background: #fff
}

.section--off {
  background: #f7f7f5
}

.section--dark {
  background: #1e1e1e
}

.section--black {
  background: #161616
}

.section--deep {
  background: #0d0d0d
}

@media(max-width: 768px) {
  .section {
    padding-block: 64px
  }
}

@media(max-width: 480px) {
  .section {
    padding-block: 48px
  }
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr
}

@media(max-width: 768px) {
  .split {
    grid-template-columns: 1fr
  }
}

.split__pane {
  padding: 88px 64px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 480px
}

@media(max-width: 1024px) {
  .split__pane {
    padding: 72px 48px
  }
}

@media(max-width: 768px) {
  .split__pane {
    padding: 64px 32px;
    min-height: auto
  }
}

@media(max-width: 480px) {
  .split__pane {
    padding: 48px 20px
  }
}

.split__pane--light {
  background: #fff;
  border-right: 1px solid #e4e2dc
}

@media(max-width: 768px) {
  .split__pane--light {
    border-right: none;
    border-bottom: 1px solid #e4e2dc
  }
}

.split__pane--dark {
  background: #161616
}

.split__inner {
  max-width: 480px;
  width: 100%
}

.split__bg-symbol {
  position: absolute;
  pointer-events: none
}

.split__bg-symbol img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.split__bg-symbol--tr {
  right: -60px;
  top: -60px;
  width: 340px;
  height: 340px;
  opacity: .05
}

.split__bg-symbol--br {
  right: -60px;
  bottom: -60px;
  width: 300px;
  height: 300px;
  opacity: .04
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

@media(max-width: 1024px) {
  .two-col {
    gap: 56px
  }
}

@media(max-width: 768px) {
  .two-col {
    grid-template-columns: 1fr;
    gap: 48px
  }
}

.two-col--start {
  align-items: start
}

.two-col--60-40 {
  grid-template-columns: 1.4fr 1fr
}

@media(max-width: 768px) {
  .two-col--60-40 {
    grid-template-columns: 1fr
  }
}

.two-col--40-60 {
  grid-template-columns: 1fr 1.4fr
}

@media(max-width: 768px) {
  .two-col--40-60 {
    grid-template-columns: 1fr
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200
}

.nav {
  height: 64px;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #e4e2dc;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px)
}

.nav--dark {
  background: rgba(16, 16, 16, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.nav--dark .nav__link {
  color: rgba(255, 255, 255, .5)
}

.nav--dark .nav__link:hover {
  color: #fff
}

.nav--dark .nav__link.is-active {
  color: #f39422
}

.nav--dark .nav__burger span {
  background: #fff
}

.nav--dark .nav__mobile {
  background: #1e1e1e;
  border-color: rgba(255, 255, 255, .07)
}

.nav--dark .nav__mobile .nav__link {
  border-bottom-color: rgba(255, 255, 255, .07)
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1024px;
  margin-inline: auto;
  padding-inline: 20px
}

@media(max-width: 480px) {
  .nav__inner {
    padding-inline: 20px
  }
}

.nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0
}

.nav__logo img {
  height: 30px;
  display: block
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 28px
}

@media(max-width: 768px) {
  .nav__links {
    display: none
  }
}

.nav__link {
  font-size: 16px;
  font-weight: 500;
  color: #020202;
  letter-spacing: .01em;
  transition: color .2s ease;
  border-bottom: none;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase
}

.nav__link:hover {
  color: #161616
}

.nav__link.is-active {
  color: #f39422;
  font-weight: 600
}

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  width: 32px
}

@media(max-width: 768px) {
  .nav__burger {
    display: flex
  }
}

.nav__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #161616;
  transition: all .2s ease;
  border-radius: 2px
}

.nav__burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.nav__burger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0)
}

.nav__burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.nav__mobile {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #e4e2dc;
  z-index: 199;
  flex-direction: column;
  padding: 16px 20px
}

.nav__mobile.is-open {
  display: flex
}

@media(max-width: 480px) {
  .nav__mobile {
    padding: 16px 20px
  }
}

.nav__mobile .nav__link {
  padding: 14px 0;
  border-bottom: 1px solid #e4e2dc;
  font-size: 15px;
  width: 100%;
  display: block
}

.footer {
  background: #f7f7f5;
  border-top: 1px solid #e4e2dc
}

.footer--dark {
  background: #0d0d0d;
  border-top: 1px solid rgba(255, 255, 255, .07)
}

.footer--dark .footer__col-title {
  color: rgba(255, 255, 255, .9)
}

.footer--dark .footer__link,
.footer--dark .footer__info {
  color: rgba(255, 255, 255, .35)
}

.footer--dark .footer__link:hover,
.footer--dark .footer__info:hover {
  color: #f39422
}

.footer--dark .footer__bottom {
  border-top-color: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .2)
}

.footer__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1024px;
  margin-inline: auto;
  padding: 64px 20px 48px
}

@media(max-width: 1024px) {
  .footer__inner {
    gap: 56px
  }
}

@media(max-width: 768px) {
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 20px 40px
  }
}

@media(max-width: 480px) {
  .footer__inner {
    padding: 40px 20px 32px
  }
}

.footer__logo {
  height: 80px
}

.footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

@media(max-width: 600px) {
  .footer__cols {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
}

@media(max-width: 480px) {
  .footer__cols {
    grid-template-columns: 1fr;
    gap: 28px
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer__col-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 4px
}

.footer__link,
.footer__info {
  font-size: 13px;
  color: #888;
  transition: color .2s ease
}

.footer__link:hover,
.footer__info:hover {
  color: #f39422
}

.footer__info {
  pointer-events: none
}

.footer__bottom {
  border-top: 1px solid #e4e2dc;
  padding: 16px 20px;
  font-size: 12px;
  color: #888;
  max-width: 1024px;
  margin-inline: auto
}

@media(max-width: 480px) {
  .footer__bottom {
    padding: 16px 20px
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease, border-color .2s ease, color .2s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap
}

.btn--outline {
  border: 1px solid #e4e2dc;
  color: #161616;
  background: rgba(0, 0, 0, 0)
}

.btn--outline:hover {
  border-color: hsl(45, 12.9032258065%, 67.8431372549%);
  transform: translateY(-1px)
}

.btn--outline-light {
  border: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .8);
  background: rgba(0, 0, 0, 0)
}

.btn--outline-light:hover {
  border-color: rgba(255, 255, 255, .5);
  color: #fff;
  transform: translateY(-1px)
}

.btn--wa {
  background: #25d366;
  color: #fff
}

.btn--wa:hover {
  background: #1aab55;
  transform: translateY(-1px);
  color: #fff
}

.btn--wa svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  flex-shrink: 0
}

.btn--full {
  width: 100%
}

.btn--submit {
  width: 100%;
  padding: 15px;
  background: #f39422;
  color: #161616;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background .2s ease, transform .2s ease
}

.btn--submit:hover {
  background: #c7791b;
  transform: translateY(-1px)
}

.btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px
}

.btn-row--center {
  justify-content: center
}

@media(max-width: 480px) {
  .btn-row {
    flex-direction: column
  }

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

.btn--outline-dark {
  border: 1px solid rgba(255, 255, 255, .35);
  color: rgba(255, 255, 255, .85);
  background: rgba(0, 0, 0, 0)
}

.btn--outline-dark:hover {
  border-color: rgba(255, 255, 255, .7);
  color: #fff;
  transform: translateY(-1px)
}

.card-grid {
  margin-top: 48px
}

.card-grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #e4e2dc;
  border: 1px solid #e4e2dc;
  border-radius: 8px;
  overflow: hidden
}

.card-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e4e2dc;
  border: 1px solid #e4e2dc;
  border-radius: 8px;
  overflow: hidden
}

.card-grid--4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e4e2dc;
  border: 1px solid #e4e2dc;
  border-radius: 8px;
  overflow: hidden
}

.card-grid--especial {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  gap: 20px
}

@media(max-width: 768px) {

  .card-grid--2,
  .card-grid--3,
  .card-grid--4,
  .card-grid--especial {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width: 480px) {

  .card-grid--2,
  .card-grid--3,
  .card-grid--4,
  .card-grid--especial {
    grid-template-columns: 1fr
  }
}

.card-grid--dark {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .07)
}

.card {
  background: #fff;
  padding: 36px 32px;
  transition: background .2s ease;
  position: relative
}

.card:hover {
  background: #f7f7f5
}

.card--dark {
  background: #252525
}

.card--dark:hover {
  background: hsl(0, 0%, 17.5098039216%)
}

.card--dark .card__title {
  color: #fff
}

.card--dark .card__desc {
  color: rgba(255, 255, 255, .45)
}

.card--dark .card__num {
  color: #f39422
}

.card--dark .card__arrow {
  border-color: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .35)
}

.card--dark:hover .card__arrow {
  background: #f39422;
  border-color: #f39422;
  color: #161616
}

@media(max-width: 768px) {
  .card {
    padding: 28px 24px
  }
}

.card__num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f39422;
  margin-bottom: 16px;
  display: block
}

.card__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 10px;
  line-height: 1.1
}

.card__desc {
  font-size: 13px;
  color: #888;
  line-height: 1.65
}

.card__price {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-top: 20px;
  color: #161616
}

.card__price small {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #888
}

.card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e4e2dc;
  color: #888;
  font-size: 14px;
  float: right;
  transition: all .2s ease;
  text-decoration: none
}

.card:hover .card__arrow {
  background: #f39422;
  border-color: #f39422;
  color: #161616
}

.card__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.card__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #888;
  line-height: 1.5
}

.card__list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f39422;
  flex-shrink: 0;
  margin-top: 6px
}

.ds-card {
  background: #1e1e1e;
  padding: 48px 40px;
  transition: background .2s ease
}

.ds-card:hover {
  background: hsl(0, 0%, 13.7647058824%)
}

@media(max-width: 768px) {
  .ds-card {
    padding: 32px 28px
  }
}

.ds-card__num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f39422;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px
}

.ds-card__num::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .07)
}

.ds-card__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin-bottom: 14px
}

.ds-card__desc {
  font-size: 13px;
  color: rgba(255, 255, 255, .4);
  line-height: 1.65;
  margin-bottom: 24px
}

.ds-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.ds-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
  line-height: 1.4
}

.ds-card__list li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f39422;
  flex-shrink: 0;
  margin-top: 6px
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #e4e2dc
}

@media(max-width: 600px) {
  .stats {
    grid-template-columns: 1fr 1fr
  }
}

.stats__item {
  padding: 32px;
  border-right: 1px solid #e4e2dc
}

.stats__item:last-child {
  border-right: none
}

@media(max-width: 768px) {
  .stats__item {
    padding: 24px 20px
  }
}

.stats__number {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  color: #161616
}

@media(max-width: 768px) {
  .stats__number {
    font-size: 36px
  }
}

.stats__number span {
  color: #f39422
}

.stats__label {
  font-size: 12px;
  color: #888;
  font-weight: 500;
  letter-spacing: .04em;
  margin-top: 4px
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 48px
}

@media(max-width: 768px) {
  .steps {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width: 480px) {
  .steps {
    grid-template-columns: 1fr
  }
}

.steps__item {
  padding: 36px 24px;
  border-right: 1px solid rgba(255, 255, 255, .07)
}

.steps__item:last-child {
  border-right: none
}

@media(max-width: 768px) {
  .steps__item {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    border-right: none
  }

  .steps__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .07)
  }
}

@media(max-width: 480px) {
  .steps__item {
    border-right: none !important
  }
}

.steps__number {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 56px;
  font-weight: 900;
  color: rgba(255, 255, 255, .05);
  line-height: 1;
  margin-bottom: 12px
}

.steps__bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #f39422;
  margin-bottom: 14px
}

.steps__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .04em;
  margin-bottom: 8px
}

.steps__desc {
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
  line-height: 1.6
}

.porto__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px
}

@media(max-width: 768px) {
  .porto__grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width: 480px) {
  .porto__grid {
    grid-template-columns: 1fr
  }
}

.porto__item {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #252525
}

.porto__item:hover .porto__overlay {
  opacity: 1
}

.porto__item:hover .porto__thumb {
  transform: scale(1.04)
}

.porto__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .06)
}

.porto__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none
}

.porto__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 16, 16, 0.94) 0%, rgba(16, 16, 16, 0.3) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  opacity: 0;
  transition: opacity .35s ease
}

.porto__cat {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  color: #f39422;
  margin-bottom: 6px
}

.porto__name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1
}

.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.filter-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .45);
  padding: 7px 16px;
  border-radius: 4px;
  transition: all .2s ease
}

.filter-btn:hover {
  border-color: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .8)
}

.filter-btn.is-active {
  background: #f39422;
  border-color: #f39422;
  color: #161616
}

.tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  display: inline-block;
  background: #f7f7f5;
  color: #888;
  border: 1px solid #e4e2dc;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s ease
}

.tag.is-active,
.tag--active {
  background: #fff3dc;
  color: #9b6500;
  border-color: #fad88a
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.55
}

.check-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f39422;
  flex-shrink: 0;
  margin-top: 6px
}

.check-list--light li {
  color: #444
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  font-size: 14px;
  color: rgba(255, 255, 255, .65)
}

.why-list li:last-child {
  border-bottom: none
}

.why-list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f39422;
  flex-shrink: 0
}

.why-list--light li {
  color: #161616;
  border-bottom-color: #e4e2dc
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 48px
}

@media(max-width: 768px) {
  .values {
    grid-template-columns: 1fr
  }
}

.values__item {
  background: #1e1e1e;
  padding: 48px 36px
}

@media(max-width: 768px) {
  .values__item {
    padding: 32px 28px
  }
}

.values__label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  color: #f39422;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px
}

.values__label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .07)
}

.values__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px
}

.values__desc {
  font-size: 13px;
  color: rgba(255, 255, 255, .4);
  line-height: 1.65
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #888;
  margin-bottom: 32px;
  flex-wrap: wrap
}

.breadcrumb a {
  color: #888;
  transition: color .2s ease
}

.breadcrumb a:hover {
  color: #f39422
}

.breadcrumb__sep {
  color: #e4e2dc
}

.breadcrumb__current {
  color: #161616;
  font-weight: 500
}

.page-header {
  background: #161616;
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden
}

@media(max-width: 768px) {
  .page-header {
    padding: 72px 0 60px
  }
}

@media(max-width: 480px) {
  .page-header {
    padding: 56px 0 48px
  }
}

.page-header__bg {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  height: 420px;
  opacity: .05;
  pointer-events: none
}

.page-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

@media(max-width: 768px) {
  .page-header__bg {
    display: none
  }
}

.page-header h1 {
  color: #fff
}

.page-header .lead {
  color: rgba(255, 255, 255, .45)
}

.page-header .eyebrow {
  color: #f39422
}

.page-header__num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  color: rgba(255, 255, 255, .2);
  text-transform: uppercase;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px
}

.page-header__num::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .07)
}

.page-header__tags {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap
}

.page-header__tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .3);
  display: flex;
  align-items: center;
  gap: 8px
}

.page-header__tag::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #f39422
}

.cta-dark {
  background: #0d0d0d;
  padding: 112px 0;
  text-align: center;
  position: relative;
  overflow: hidden
}

@media(max-width: 768px) {
  .cta-dark {
    padding: 80px 0
  }
}

.cta-dark__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  height: 560px;
  opacity: .04;
  pointer-events: none
}

.cta-dark__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

@media(max-width: 768px) {
  .cta-dark__bg {
    display: none
  }
}

.cta-dark__inner {
  position: relative
}

.cta-dark h2 {
  font-size: clamp(48px, 8vw, 96px);
  color: #fff
}

.product__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  padding: 0px 0 88px
}

@media(max-width: 1024px) {
  .product__wrap {
    gap: 48px
  }
}

@media(max-width: 768px) {
  .product__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0 64px
  }
}

.product__tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f39422;
  margin-bottom: 12px;
  display: block
}

.product__name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .95;
  margin-bottom: 16px
}

.product__desc {
  font-size: 15px;
  color: #888;
  line-height: 1.7;
  margin-bottom: 28px
}

.product__price-block {
  background: #f7f7f5;
  border: 1px solid #e4e2dc;
  border-radius: 8px;
  padding: 24px 28px;
  margin-bottom: 28px
}

.product__price-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
  display: block
}

.product__price-main {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #161616;
  line-height: 1
}

.product__price-main small {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #888
}

.product__price-note {
  font-size: 12px;
  color: #888;
  margin-top: 6px
}

.product__price-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 16px;
  border-top: 1px solid #e4e2dc;
  padding-top: 16px
}

.product__tier {
  text-align: center;
  padding: 10px 8px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e4e2dc
}

.product__tier--highlight {
  border-color: #f39422;
  background: #fff8ee
}

.product__tier--highlight .product__tier-val {
  color: #c7791b
}

.product__tier-qty {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  color: #888
}

.product__tier-val {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #161616;
  margin-top: 2px
}

.product__cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px
}

.product__specs {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px
}

.product__specs tr {
  border-bottom: 1px solid #e4e2dc
}

.product__specs tr:last-child {
  border-bottom: none
}

.product__specs td {
  padding: 12px 0;
  font-size: 13px;
  vertical-align: top
}

.product__specs td:first-child {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  color: #888;
  width: 42%
}

.product__specs td:last-child {
  color: #161616;
  font-weight: 500
}

.product__file-note {
  background: #f7f7f5;
  border: 1px solid #e4e2dc;
  border-radius: 6px;
  padding: 16px 20px;
  font-size: 13px;
  color: #555;
  line-height: 1.6
}

.product__file-note strong {
  color: #161616;
  font-weight: 600;
  display: block;
  margin-bottom: 10px
}

.product__file-note ul {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.product__file-note ul li {
  display: flex;
  align-items: center;
  gap: 8px
}

.product__file-note ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f39422;
  flex-shrink: 0
}

.product__gallery-main {
  aspect-ratio: 4/3;
  background: #f7f7f5;
  border-radius: 8px;
  border: 1px solid #e4e2dc;
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.product__gallery-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}

.product__gallery-placeholder img {
  opacity: .1;
  width: 100px
}

.product__gallery-placeholder span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  color: #e4e2dc
}

.product__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px
}

.product__thumb {
  aspect-ratio: 1;
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  overflow: hidden;
  transition: border-color .2s ease;
  background: #f7f7f5;
  display: flex;
  align-items: center;
  justify-content: center
}

.product__thumb.is-active {
  border-color: #f39422
}

.product__thumb:hover:not(.is-active) {
  border-color: #e4e2dc
}

.product__note {
  margin-top: 28px;
  padding: 20px 24px;
  background: #f7f7f5;
  border-radius: 6px;
  border: 1px solid #e4e2dc;
  border-left: 3px solid #f39422
}

.product__note p:first-child {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #161616
}

.product__note p:last-child {
  font-size: 13px;
  color: #888;
  line-height: 1.55
}

.product__note p:last-child a {
  color: #f39422;
  font-weight: 600
}

.product__note p:last-child a:hover {
  text-decoration: underline
}

@media(min-width: 769px) {
  .product__info {
    position: sticky;
    top: 80px
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 18px
}

.form__box {
  background: #f7f7f5;
  border: 1px solid #e4e2dc;
  border-radius: 8px;
  padding: 48px
}

@media(max-width: 768px) {
  .form__box {
    padding: 32px 24px;
    order: -1;
  }
}

@media(max-width: 480px) {
  .form__box {
    padding: 24px 20px
  }
}

.form__box h3 {
  margin-bottom: 28px
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

@media(max-width: 480px) {
  .form__row {
    grid-template-columns: 1fr
  }
}

.form__field {
  display: flex;
  flex-direction: column;
  gap: 7px
}

.form__field label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  color: #888
}

.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #e4e2dc;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #161616;
  transition: border-color .2s ease;
  outline: none;
  appearance: none
}

.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  border-color: #f39422
}

.form__field input::placeholder,
.form__field select::placeholder,
.form__field textarea::placeholder {
  color: rgba(0, 0, 0, .25)
}

.form__field textarea {
  resize: vertical;
  min-height: 120px
}

.form__note {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 4px
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px
}

.contact-info__label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  color: #888;
  margin-bottom: 6px;
  display: block
}

.contact-info__value {
  font-size: 18px;
  font-weight: 600;
  color: #161616;
  transition: color .2s ease
}

.contact-info__value:hover {
  color: #f39422
}

.contact-info__text {
  font-size: 14px;
  color: #888
}

.contact-info__note {
  margin-top: 12px;
  padding: 24px;
  background: #f7f7f5;
  border-radius: 6px;
  border: 1px solid #e4e2dc
}

.contact-info__note p:first-child {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px
}

.contact-info__note p:last-child {
  font-size: 13px;
  color: #888;
  line-height: 1.55
}

.badge {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle
}

.badge--fast {
  background: #e8f5e9;
  color: #2e7d32
}

.badge--popular {
  background: #fff3dc;
  color: #9b6500
}

.card-img {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f7f7f5;
  border-bottom: 1px solid #e4e2dc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative
}

.card-img__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: hsl(45, 12.9032258065%, 77.8431372549%)
}

.card-img__placeholder svg {
  width: 32px;
  height: 32px;
  opacity: .4
}

.card-img__placeholder span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #bbb
}

.card-img--pendones {
  background: linear-gradient(135deg, #EEE9E0, #E0D8CC)
}

.card-img--flyers {
  background: linear-gradient(135deg, #E8EEF2, #D8E4EA)
}

.card-img--lienzos {
  background: linear-gradient(135deg, #EAF0E8, #D8E8D4)
}

.card-img--adhesivos {
  background: linear-gradient(135deg, #F0EAE8, #E8D8D4)
}

.card-img--corporativo {
  background: linear-gradient(135deg, #EDE8F0, #E0D4E8)
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(10, 10, 10, .95);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px)
}

.lightbox.is-open {
  display: flex
}

.lightbox__inner {
  max-width: 900px;
  width: 100%;
  position: relative;
  animation: lb-in .3s cubic-bezier(0.16, 1, 0.3, 1) both
}

.lightbox__close {
  position: absolute;
  top: -48px;
  right: 0;
  background: none;
  border: none;
  color: rgba(255, 255, 255, .5);
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  transition: color .2s;
  z-index: 10
}

.lightbox__close:hover {
  color: #fff
}

.lightbox__img {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 8px;
  overflow: hidden;
  background: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative
}

.lightbox__img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .08);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em
}

.lightbox__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.lightbox__cat {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #f39422;
  margin-bottom: 6px
}

.lightbox__name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  line-height: 1
}

.lightbox__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, .4);
  line-height: 1.6;
  max-width: 360px
}

.lightbox__nav {
  display: flex;
  gap: 8px;
  align-self: flex-end
}

.lightbox__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center
}

.lightbox__btn:hover {
  border-color: #f39422;
  color: #f39422
}

@keyframes lb-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97)
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

.hero-aura {
  position: relative;
  overflow: hidden
}

.hero-aura__canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0
}

.hero-aura__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 90% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 90% at 50% 50%, black 20%, transparent 100%)
}

.hero-aura__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: blob-breathe 7s ease-in-out infinite
}

.hero-aura__blob--orange {
  background: radial-gradient(circle, rgba(243, 148, 34, 0.12) 0%, transparent 70%)
}

.hero-aura__blob--orange-sm {
  background: radial-gradient(circle, rgba(243, 148, 34, 0.08) 0%, transparent 70%)
}

.hero-aura__content {
  position: relative;
  z-index: 2
}

@keyframes blob-breathe {

  0%,
  100% {
    transform: scale(1);
    opacity: .7
  }

  50% {
    transform: scale(1.12);
    opacity: 1
  }
}

.scan-line {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(243, 148, 34, .18);
  z-index: 1;
  pointer-events: none;
  animation: scan-anim 10s linear infinite
}

@keyframes scan-anim {
  0% {
    top: -2px;
    opacity: 0
  }

  5% {
    opacity: 1
  }

  95% {
    opacity: 1
  }

  100% {
    top: 100vh;
    opacity: 0
  }
}

.social-links {
  display: flex;
  align-items: center;
  gap: 12px
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .4);
  transition: all .25s ease;
  text-decoration: none
}

.social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor
}

.social-link:hover {
  border-color: #f39422;
  color: #f39422;
  background: rgba(243, 148, 34, .08);
  transform: translateY(-2px);
  box-shadow: 0 0 16px rgba(243, 148, 34, .25)
}

.social-link--light {
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .35)
}

.social-link--light:hover {
  border-color: #f39422;
  color: #f39422;
  background: rgba(243, 148, 34, .06);
  box-shadow: 0 0 12px rgba(243, 148, 34, .2)
}

.stat-counter {
  display: inline-block;
  transition: all .2s
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s cubic-bezier(0.16, 1, 0.3, 1), transform .65s cubic-bezier(0.16, 1, 0.3, 1)
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0)
}

.reveal-delay-1 {
  transition-delay: .1s
}

.reveal-delay-2 {
  transition-delay: .2s
}

.reveal-delay-3 {
  transition-delay: .3s
}

.reveal-delay-4 {
  transition-delay: .4s
}

.reveal-delay-5 {
  transition-delay: .5s
}

.steps__item {
  transition: background .3s ease;
  cursor: default
}

.steps__item:hover {
  background: rgba(243, 148, 34, .04)
}

.steps__item:hover .steps__number {
  color: rgba(243, 148, 34, .15);
  text-shadow: 0 0 40px rgba(243, 148, 34, .3)
}

.steps__item:hover .steps__bar {
  width: 36px;
  box-shadow: 0 0 10px rgba(243, 148, 34, .6)
}

.steps__item:hover .steps__title {
  color: #f39422
}

.steps__bar {
  transition: width .3s ease, box-shadow .3s ease
}

.steps__number {
  transition: color .3s ease, text-shadow .3s ease
}

.steps__title {
  transition: color .3s ease
}

.ds-card {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease
}

.ds-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  border: 1px solid #f39422;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none
}

.ds-card:hover {
  background: #202020;
  box-shadow: inset 0 0 40px rgba(243, 148, 34, .04)
}

.ds-card:hover::before {
  opacity: 1
}

.ds-card:hover .ds-card__num {
  text-shadow: none
}

.ds-card:hover .ds-card__title {
  color: rgba(255, 255, 255, .95)
}

.stats__number {
  transition: text-shadow .4s ease
}

.stats__number.glowing {
  text-shadow: 0 0 30px rgba(243, 148, 34, .4)
}

.card {
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .08)
}

.nos-stat {
  transition: background .3s ease
}

.nos-stat:hover {
  background: #202020
}

.nos-stat:hover .nos-stat__n {
  text-shadow: 0 0 30px rgba(243, 148, 34, .4)
}

@media(max-width: 768px) {
  [style*="grid-template-columns:1fr 1fr"][style*=min-height] {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important
  }
}

.steps__number {
  color: rgba(255, 255, 255, .2)
}

@media(max-width: 768px) {
  .steps__number {
    font-size: 40px
  }
}

@media(max-width: 768px) {
  .footer__inner {
    text-align: center
  }

  .footer__col {
    align-items: center
  }

  .footer__logo {
    margin-inline: auto
  }

  .social-links {
    justify-content: center
  }
}

.nos-carousel {
  display: none
}

@media(max-width: 768px) {
  .nos-carousel {
    display: block;
    position: relative;
    overflow: hidden
  }
}

.nos-carousel__track {
  display: flex;
  transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.nos-carousel__slide {
  min-width: 100%;
  padding: 0 4px
}

.nos-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px
}

.nos-carousel__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
  padding: 0
}

.nos-carousel__dot.is-active {
  background: #f39422;
  transform: scale(1.3)
}

.nos-carousel__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 16px
}

.nos-carousel__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s
}

.nos-carousel__arrow:hover {
  border-color: #f39422;
  color: #f39422
}

@media(max-width: 768px) {
  .nos-two-col {
    display: none
  }
}

.btn--wa {
  color: #fff !important
}

.btn--wa:hover {
  color: #fff !important
}

.steps__number {
  color: rgba(255, 255, 255, .22)
}

.btn--wa,
.btn--wa:hover {
  color: #fff !important
}

@media(max-width: 768px) {
  .footer__inner {
    text-align: center;
    flex-direction: column;
    align-items: center
  }

  .footer__col {
    align-items: center;
    text-align: center
  }

  .footer__logo {
    margin-inline: auto
  }

  .social-links {
    justify-content: center
  }
}

.text-center-section {
  position: relative;
  overflow: hidden;
  text-align: center
}

.porto-preview-wrap {
  margin-top: 48px
}

.porto-cta-wrap {
  text-align: center;
  margin-top: 36px
}

.dark-content-wrap {
  position: relative;
  z-index: 2
}

.h2-xl {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .9
}

.h2-contact {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: .95
}

.h2-product {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: .95
}

.page-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  color: rgba(255, 255, 255, .2);
  text-transform: uppercase;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px
}

.page-num::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .07)
}

.lead--narrow {
  max-width: 560px
}

.section-pb-0 {
  padding-bottom: 0
}

.section-pt-0 {
  padding-top: 0
}

.section-pt-48 {
  padding-top: 48px
}

.mt-16 {
  margin-top: 16px
}

.mt-20 {
  margin-top: 20px
}

.mt-24 {
  margin-top: 24px
}

.mt-40 {
  margin-top: 40px
}

.mt-48 {
  margin-top: 48px
}

.mt-56 {
  margin-top: 56px
}

.pb-0 {
  padding-bottom: 0
}

.canvas-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none
}

.porto__item--c1 {
  background: #1e1a16
}

.porto__item--c2 {
  background: #141e1a
}

.porto__item--c3 {
  background: #1a1420
}

.porto__item--c4 {
  background: #14181e
}

.porto__item--c5 {
  background: #1a1e14
}

.porto__item--c6 {
  background: #1e1418
}

.porto__item--c7 {
  background: #14201c
}

.porto__item--c8 {
  background: #1a1820
}

.porto__item--c9 {
  background: #201c14
}

.porto__item--c10 {
  background: #141c20
}

.porto__item--c11 {
  background: #1c2014
}

.porto__item--c12 {
  background: #181420
}

.footer-social {
  margin-top: 20px
}

.lightbox__img {
  overflow: hidden
}

.lightbox__img:has(.lb-real-img[style*="display: block"]) {
  background: #111 !important
}

.lb-real-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: none;
  transition: opacity .25s ease
}

.product__gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .25s ease
}

@keyframes btn-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(243, 148, 34, .55)
  }

  50% {
    box-shadow: 0 0 0 14px rgba(243, 148, 34, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(243, 148, 34, 0)
  }
}

.btn--pulse {
  animation: btn-pulse 2s ease-out infinite
}

.btn--pulse:hover {
  animation: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 148, 34, .5)
}

@keyframes ab {

  0%,
  100% {
    opacity: .7
  }

  50% {
    opacity: 1
  }
}

@keyframes lab {

  0%,
  100% {
    opacity: .6;
    transform: scale(1)
  }

  50% {
    opacity: 1;
    transform: scale(1.1)
  }
}

@keyframes nb {

  0%,
  100% {
    opacity: .7
  }

  50% {
    opacity: 1
  }
}

.aura-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  transition: transform .1s ease-out;
  animation: ab 7s ease-in-out infinite
}

.light-aura-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: lab 8s ease-in-out infinite
}

.nos-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: nb 8s ease-in-out infinite
}

.btn--orange {
  background: linear-gradient(160deg, #FFB93A 0%, #F39422 25%, #C7791B 60%, #E8951F 80%, #C97A10 100%);
  box-shadow: inset 0 1px 0 rgba(255, 220, 120, .45), inset 0 -1px 0 rgba(0, 0, 0, .18), 0 2px 6px rgba(200, 120, 0, .3);
  color: #161616;
  position: relative;
  overflow: hidden
}

.btn--orange::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.22) 50%, transparent 100%);
  transform: skewX(-15deg);
  transition: left .45s ease;
  pointer-events: none
}

.btn--orange:hover {
  background: linear-gradient(160deg, #FFC040 0%, #F39422 30%, #C97A10 70%, #E8951F 100%);
  box-shadow: inset 0 1px 0 rgba(255, 220, 120, .5), inset 0 -1px 0 rgba(0, 0, 0, .2), 0 4px 16px rgba(200, 120, 0, .45);
  transform: translateY(-1px)
}

.btn--orange:hover::after {
  left: 130%
}

.btn--orange:active {
  transform: translateY(0);
  box-shadow: inset 0 1px 0 rgba(255, 220, 120, .3), inset 0 -1px 0 rgba(0, 0, 0, .15), 0 1px 4px rgba(200, 120, 0, .25)
}

.btn--pulse {
  animation: btn-pulse 2.2s ease-out infinite
}

.btn--pulse:hover {
  animation: none;
  box-shadow: inset 0 1px 0 rgba(255, 220, 120, .5), inset 0 -1px 0 rgba(0, 0, 0, .2), 0 0 0 6px rgba(243, 148, 34, .2), 0 6px 20px rgba(200, 120, 0, .45);
  transform: translateY(-2px)
}

.btn--wa.btn--pulse {
  animation: btn-pulse-wa 2.2s ease-out infinite
}

.btn--wa.btn--pulse:hover {
  animation: none;
  box-shadow: 0 0 0 6px rgba(37, 211, 102, .2), 0 6px 20px rgba(37, 211, 102, .4);
  transform: translateY(-2px)
}

@keyframes btn-pulse-wa {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
  }

  50% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
  }
}

.dark-site {
  background: #0d0d0d;
  color: rgba(255, 255, 255, .85)
}

.dark-site .section-ds {
  background: #161616;
  padding-block: 60px
}

.dark-site .section-ds-off {
  background: #1e1e1e;
  padding-block: 60px
}

.dark-site .section-ds-deep {
  background: #0d0d0d;
  padding-block: 60px
}

@media(max-width: 768px) {

  .dark-site .section-ds,
  .dark-site .section-ds-off,
  .dark-site .section-ds-deep {
    padding-block: 64px
  }
}

@media(max-width: 480px) {

  .dark-site .section-ds,
  .dark-site .section-ds-off,
  .dark-site .section-ds-deep {
    padding-block: 48px
  }
}

.ds-statement {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  border-left: 3px solid #f39422;
  padding-left: 24px;
  margin: 48px 0
}

.ds-info-box {
  margin-top: 40px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 6px
}

.hero-split-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 64px)
}

@media(max-width: 768px) {
  .hero-split-wrap {
    grid-template-columns: 1fr;
    min-height: auto
  }
}

.hero-light-pane {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 88px 64px;
  display: flex;
  align-items: center;
  border-right: 1px solid #e4e2dc;
  min-height: 50vh
}

@media(max-width: 768px) {
  .hero-light-pane {
    min-height: 60vh;
    padding: 56px 24px;
    border-right: none;
    border-bottom: 1px solid #e4e2dc
  }
}

.hero-dark-pane {
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
  padding: 88px 64px;
  display: flex;
  align-items: center;
  min-height: 50vh
}

@media(max-width: 768px) {
  .hero-dark-pane {
    min-height: 60vh;
    padding: 56px 24px
  }
}

.pane-inner {
  position: relative;
  z-index: 2;
  max-width: 480px;
  width: 100%
}

#hero-canvas,
#hero-canvas-light,
canvas.nos-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none
}

#hero-canvas-light {
  mix-blend-mode: multiply
}

.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 5%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 5%, transparent 100%)
}

.cta-aura-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(243, 148, 34, 0.1) 0%, rgba(243, 148, 34, 0.04) 35%, transparent 65%);
  pointer-events: none;
  border-radius: 50%;
  animation: ab 9s ease-in-out infinite
}

.cta-aura-accent {
  position: absolute;
  left: 30%;
  top: 40%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(243, 148, 34, 0.06) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
  animation: ab 11s ease-in-out infinite;
  animation-delay: 3s
}

.cta-inner-wrap {
  position: relative;
  z-index: 2
}

.nos-hero {
  background: #0d0d0d;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0
}

@media(max-width: 768px) {
  .nos-hero {
    padding: 64px 0
  }
}

.nos-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 5%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 5%, transparent 100%)
}

.nos-big-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(120px, 20vw, 220px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(255, 255, 255, .025);
  letter-spacing: -0.02em;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1
}

@media(max-width: 768px) {
  .nos-big-num {
    display: none
  }
}

.nos-content {
  position: relative;
  z-index: 2
}

.nos-hero-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(56px, 10vw, 110px);
  color: #fff;
  line-height: .88;
  font-weight: 900;
  text-transform: uppercase
}

.nos-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 56px
}

@media(max-width: 600px) {
  .nos-stats {
    grid-template-columns: 1fr
  }
}

.nos-stat {
  padding: 36px 32px;
  background: #1a1a1a;
  transition: background .3s ease
}

.nos-stat:hover {
  background: #202020
}

@media(max-width: 768px) {
  .nos-stat {
    padding: 24px 20px
  }
}

.nos-stat__n {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  transition: text-shadow .4s ease
}

.nos-stat__n span {
  color: #f39422
}

@media(max-width: 768px) {
  .nos-stat__n {
    font-size: 40px
  }
}

.nos-stat__l {
  font-size: 12px;
  color: rgba(255, 255, 255, .4);
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 6px
}

@media(max-width: 768px) {
  .nos-content h1 {
    font-size: clamp(48px, 14vw, 80px) !important
  }

  .nos-stats {
    grid-template-columns: 1fr !important
  }
}

.ink-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0
}

.ink-blob--1 {
  width: 130%;
  height: 130%;
  left: -30%;
  bottom: -40%;
  background: radial-gradient(ellipse at 35% 65%, rgba(100, 110, 120, 0.22) 0%, rgba(130, 140, 150, 0.1) 40%, rgba(160, 170, 180, 0.03) 65%, transparent 80%);
  filter: blur(36px);
  animation: ink-breathe-1 10s ease-in-out infinite;
  animation-delay: -5s
}

.ink-blob--2 {
  width: 110%;
  height: 110%;
  right: -25%;
  top: -25%;
  background: radial-gradient(ellipse at 65% 35%, rgba(90, 105, 120, 0.18) 0%, rgba(120, 135, 150, 0.07) 45%, transparent 70%);
  filter: blur(40px);
  animation: ink-breathe-2 12s ease-in-out infinite;
  animation-delay: -7s
}

.ink-blob--3 {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 15%;
  background: radial-gradient(circle, rgba(120, 120, 120, 0.14) 0%, rgba(140, 140, 145, 0.05) 55%, transparent 75%);
  filter: blur(28px);
  animation: ink-breathe-1 8s ease-in-out infinite;
  animation-delay: -3s
}

.ink-blob--4 {
  width: 60%;
  height: 60%;
  right: 5%;
  top: 30%;
  background: radial-gradient(circle, rgba(105, 115, 130, 0.16) 0%, rgba(130, 140, 155, 0.05) 55%, transparent 78%);
  filter: blur(22px);
  animation: ink-breathe-2 14s ease-in-out infinite;
  animation-delay: -9s
}

.ink-blob--5 {
  width: 50%;
  height: 50%;
  left: 20%;
  top: 5%;
  background: radial-gradient(circle, rgba(110, 120, 130, 0.12) 0%, transparent 70%);
  filter: blur(18px);
  animation: ink-breathe-1 16s ease-in-out infinite;
  animation-delay: -11s
}

@keyframes ink-breathe-1 {

  0%,
  100% {
    transform: scale(1) translate(0, 0);
    opacity: .85
  }

  33% {
    transform: scale(1.06) translate(12px, -16px);
    opacity: 1
  }

  66% {
    transform: scale(0.96) translate(-8px, 10px);
    opacity: .75
  }
}

@keyframes ink-breathe-2 {

  0%,
  100% {
    transform: scale(1) translate(0, 0);
    opacity: .8
  }

  40% {
    transform: scale(1.08) translate(-14px, 10px);
    opacity: 1
  }

  70% {
    transform: scale(0.94) translate(8px, -8px);
    opacity: .7
  }
}

.aura-blob--preload {
  animation: ab 7s ease-in-out infinite
}

.hero-dark-pane .aura-blob {
  border-radius: 50%
}

@media(max-width: 768px) {

  .hero-dark-pane .aura-blob,
  .hero-dark-pane .aura-blob--preload {
    filter: brightness(1.4) saturate(1.2)
  }
}

.ph-aura {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: ab 9s ease-in-out infinite
}

.ph-aura--1 {
  width: 120%;
  height: 120%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(243, 148, 34, 0.2) 0%, rgba(243, 148, 34, 0.07) 40%, transparent 68%);
  animation-delay: -4s
}

.ph-aura--2 {
  width: 80%;
  height: 80%;
  right: -15%;
  top: -20%;
  background: radial-gradient(circle, rgba(243, 148, 34, 0.16) 0%, transparent 65%);
  animation-delay: -7s
}

.ph-aura--3 {
  width: 60%;
  height: 60%;
  left: 5%;
  bottom: -15%;
  background: radial-gradient(circle, rgba(243, 148, 34, 0.14) 0%, transparent 68%);
  animation-delay: -11s
}

.svc-carousel {
  display: none
}

@media(max-width: 768px) {
  .svc-carousel {
    display: block;
    margin-top: 40px
  }
}

@media(max-width: 768px) {
  .svc-grid-static {
    display: none
  }
}

.svc-carousel__track {
  display: flex;
  transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform
}

.svc-carousel__slide {
  min-width: 100%;
  padding: 0 2px
}

.svc-carousel__slide .ds-card {
  border-radius: 6px;
  min-height: 320px
}

.svc-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 2px
}

.svc-carousel__dots {
  display: flex;
  gap: 8px
}

.svc-carousel__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .2s, transform .2s
}

.svc-carousel__dot.is-active {
  background: #f39422;
  transform: scale(1.3)
}

.svc-carousel__arrows {
  display: flex;
  gap: 8px
}

.svc-carousel__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s
}

.svc-carousel__btn:hover {
  border-color: #f39422;
  color: #f39422
}

.svc-counter {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, .35);
  font-weight: 600;
  letter-spacing: .1em
}

.card--has-img {
  padding: 0;
  border: 1px solid #f7f7f5
}

.card-img__placeholder svg {
  color: hsl(45, 12.9032258065%, 79.8431372549%)
}

.card-body {
  padding: 24px 28px 28px
}

.btn-row--col {
  flex-direction: column
}

.proceso {
  display: flex;
  align-items: stretch;
  gap: 0;
  position: relative;
  margin-top: 56px
}

@media(max-width: 768px) {
  .proceso {
    flex-direction: column;
    gap: 0
  }
}

.proceso__step {
  flex: 1;
  position: relative;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, .07);
  padding: 36px 28px 40px;
  cursor: default;
  transition: background .35s ease, border-color .35s ease, transform .35s ease;
  overflow: hidden
}

.proceso__step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 120%, rgba(243, 148, 34, 0.18) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none
}

.proceso__step:hover {
  background: #202020;
  border-color: rgba(243, 148, 34, .35);
  transform: translateY(-3px);
  z-index: 2
}

.proceso__step:hover::before {
  opacity: 1
}

.proceso__step:hover .proceso__num {
  color: rgba(243, 148, 34, .35);
  text-shadow: 0 0 40px rgba(243, 148, 34, .5)
}

.proceso__step:hover .proceso__bar {
  width: 40px;
  box-shadow: 0 0 12px rgba(243, 148, 34, .7)
}

.proceso__step:hover .proceso__title {
  color: #f39422
}

.proceso__step:hover .proceso__desc {
  color: rgba(255, 255, 255, .7)
}

.proceso__step:hover .proceso__arrow {
  opacity: 1;
  transform: translateX(4px)
}

.proceso__step.is-active {
  background: #222;
  border-color: rgba(243, 148, 34, .5)
}

.proceso__step.is-active::before {
  opacity: 1
}

.proceso__step.is-active .proceso__num {
  color: rgba(243, 148, 34, .4)
}

.proceso__step.is-active .proceso__bar {
  width: 40px;
  box-shadow: 0 0 12px rgba(243, 148, 34, .7)
}

.proceso__step.is-active .proceso__title {
  color: #f39422
}

@media(max-width: 768px) {
  .proceso__step {
    padding: 28px 24px 32px;
    transform: none !important
  }

  .proceso__step:hover {
    transform: none
  }
}

.proceso__step:last-child .proceso__arrow-connector {
  display: none
}

.proceso__num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, .08);
  margin-bottom: 12px;
  transition: color .35s ease, text-shadow .35s ease;
  letter-spacing: -0.02em
}

@media(max-width: 768px) {
  .proceso__num {
    font-size: 48px
  }
}

.proceso__bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #f39422;
  margin-bottom: 16px;
  transition: width .35s ease, box-shadow .35s ease
}

.proceso__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .06em;
  margin-bottom: 10px;
  transition: color .35s ease
}

.proceso__desc {
  font-size: 12px;
  color: rgba(255, 255, 255, .38);
  line-height: 1.7;
  transition: color .35s ease
}

.proceso__arrow-connector {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 28px;
  height: 28px;
  pointer-events: none
}

@media(max-width: 768px) {
  .proceso__arrow-connector {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -14px;
    transform: translateX(-50%) rotate(90deg)
  }
}

.proceso__arrow-connector svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(243, 148, 34, .5);
  stroke-width: 1.5;
  overflow: visible
}

.proceso__progress-line {
  display: none
}

@media(max-width: 768px) {
  .proceso__progress-line {
    display: block;
    height: 2px;
    background: rgba(243, 148, 34, .15);
    margin: 0 24px;
    position: relative
  }

  .proceso__progress-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f39422;
    width: 0;
    transition: width .6s ease
  }
}

.valores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 56px
}

@media(max-width: 768px) {
  .valores {
    grid-template-columns: 1fr
  }
}

.valor {
  position: relative;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  padding: 48px 36px 40px;
  overflow: hidden;
  cursor: default;
  transition: border-color .4s ease, transform .4s ease
}

.valor::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 148, 34, 0.14) 0%, transparent 70%);
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%) scale(0.6);
  opacity: 0;
  transition: opacity .5s ease, transform .5s ease;
  pointer-events: none
}

.valor::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(135deg, rgba(243, 148, 34, 0.4), transparent 60%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .4s ease
}

.valor:hover {
  border-color: rgba(0, 0, 0, 0);
  transform: translateY(-6px)
}

.valor:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1)
}

.valor:hover::after {
  opacity: 1
}

.valor:hover .valor__icon-wrap {
  transform: scale(1.08)
}

.valor:hover .valor__label {
  color: #f39422;
  letter-spacing: .24em
}

.valor:hover .valor__title {
  color: #fff
}

.valor:hover .valor__desc {
  color: rgba(255, 255, 255, .65)
}

.valor:hover .valor__particles {
  opacity: 1
}

@media(max-width: 768px) {
  .valor {
    padding: 36px 28px
  }

  .valor:hover {
    transform: translateY(-3px)
  }
}

.valor__icon-wrap {
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  position: relative;
  transition: transform .4s ease
}

.valor__icon {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.valor__symbol {
  width: 52px;
  height: 52px;
  stroke: rgba(243, 148, 34, .7);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .3s ease
}

.valor:hover .valor__symbol {
  stroke: #f39422
}

.valor__label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(243, 148, 34, .6);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color .3s ease, letter-spacing .3s ease
}

.valor__label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .06)
}

.valor__title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
  line-height: 1.05;
  margin-bottom: 16px;
  transition: color .3s ease
}

.valor__desc {
  font-size: 13px;
  color: rgba(255, 255, 255, .38);
  line-height: 1.75;
  transition: color .35s ease
}

.valor__watermark {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
  font-weight: 900;
  color: rgba(255, 255, 255, .025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color .3s ease
}

.valor:hover .valor__watermark {
  color: rgba(243, 148, 34, .06)
}

.valor__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease;
  border-radius: 8px;
  overflow: hidden
}

/* ── WIDGETS EN FOOTER — normalizar HTML de WordPress ──────────────────────
   Los widgets generan: <ul class="menu"><li><a> o <ul><li><a>
   Hay que darles el mismo estilo que .footer__link               */

.footer__col ul,
.footer__col .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.footer__col ul li a,
.footer__col .menu li a,
.footer__col .widget a,
.footer__col .textwidget a {
  font-size: 13px;
  color: #888;
  transition: color .2s ease;
  text-decoration: none;
  display: block;
}

.footer__col ul li a:hover,
.footer__col .menu li a:hover,
.footer__col .widget a:hover,
.footer__col .textwidget a:hover {
  color: #f39422;
}

/* Título del widget → mismo estilo que .footer__col-title */
.footer__col .widget-title,
.footer__col .widgettitle {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 14px;
  margin-top: 0;
}

/* Variante dark footer */
.footer--dark .footer__col ul li a,
.footer--dark .footer__col .menu li a,
.footer--dark .footer__col .widget a,
.footer--dark .footer__col .textwidget a {
  color: rgba(255, 255, 255, .35);
}

.footer--dark .footer__col ul li a:hover,
.footer--dark .footer__col .menu li a:hover,
.footer--dark .footer__col .widget a:hover {
  color: #f39422;
}

.footer--dark .footer__col .widget-title,
.footer--dark .footer__col .widgettitle {
  color: rgba(255, 255, 255, .9);
}

/* Quitar márgenes extra que agrega WP a los widgets */
.footer__col .widget {
  margin: 0;
  padding: 0;
}

.footer__col .widget:not(:first-child) {
  margin-top: 24px;
}

/* Links normales en widgets de texto */
.footer__col p a {
  font-size: 13px;
  color: #888;
  transition: color .2s ease;
}

.footer__col p a:hover {
  color: #f39422;
}

/* ── CAROUSEL MOBILE — fix overflow lateral ────────────────────────────────── */
.svc-carousel {
  overflow: hidden;
  /* evita scroll lateral */
  width: 100%;
}

.svc-carousel__track {
  width: 100%;
}

.svc-carousel__slide {
  width: 100%;
  flex-shrink: 0;
}

/* Prevenir overflow lateral en toda la página en mobile */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

/* ── iOS: prevenir zoom automático ─────────────────────────────────────────── */
/* iOS hace zoom cuando font-size < 16px al enfocar cualquier input/button    */
@media (max-width: 768px) {

  /* Inputs y selects — mínimo 16px para evitar zoom */
  input,
  select,
  textarea,
  .form__field input,
  .form__field select,
  .form__field textarea {
    font-size: 16px !important;
  }

  /* Botones de navegación del lightbox y portafolio */
  .lightbox__btn,
  .lightbox__close,
  .filter-btn,
  .svc-carousel__btn,
  .svc-carousel__dot,
  .nos-carousel__arrow {
    font-size: 16px !important;
    touch-action: manipulation;
    /* elimina el delay de 300ms en iOS */
  }

  /* Todos los botones: eliminar delay táctil */
  button,
  .btn,
  a {
    touch-action: manipulation;
  }
}

/* ── Filtro "Todos" iOS — asegurar que data-pcat vacío se incluye ──────────── */
/* (La lógica está en JS, pero por si acaso el item no tiene data-pcat)        */
.porto__item[data-pcat=""],
.porto__item:not([data-pcat]) {
  /* Estos items son visibles cuando el filtro es "todos" */
  display: block;
}
/* ── SELECTOR DE IDIOMA ────────────────────────────────────────────────────── */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
}

.lang-switcher__btn {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(22, 22, 22, 0.4);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 3px;
  transition: color 0.2s, background 0.2s;
  line-height: 1;
}

.lang-switcher__btn:hover {
  color: #f39422;
}

.lang-switcher__btn--active {
  color: #f39422;
  background: rgba(243, 148, 34, 0.08);
}

.nav--dark .lang-switcher__btn {
  color: rgba(255, 255, 255, 0.35);
}

.nav--dark .lang-switcher__btn:hover,
.nav--dark .lang-switcher__btn--active {
  color: #f39422;
  background: rgba(243, 148, 34, 0.1);
}

/* Separador entre ES y EN */
.lang-switcher__btn:not(:last-child)::after {
  content: '|';
  margin-left: 4px;
  color: rgba(22, 22, 22, 0.15);
  pointer-events: none;
}

.nav--dark .lang-switcher__btn:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.15);
}
