/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer utilities {
  @layer theme {
    :root, :host {
      --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
      --spacing: .25rem;
      --radius-sm: .25rem;
      --radius-md: .375rem;
      --default-font-family: var(--font-sans);
      --default-mono-font-family: var(--font-mono);
    }
  }

  @layer base {
    *, :after, :before, ::backdrop {
      box-sizing: border-box;
      border: 0 solid;
      margin: 0;
      padding: 0;
    }

    ::file-selector-button {
      box-sizing: border-box;
      border: 0 solid;
      margin: 0;
      padding: 0;
    }

    html, :host {
      -webkit-text-size-adjust: 100%;
      tab-size: 4;
      line-height: 1.5;
      font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
      font-feature-settings: var(--default-font-feature-settings, normal);
      font-variation-settings: var(--default-font-variation-settings, normal);
      -webkit-tap-highlight-color: transparent;
    }

    hr {
      height: 0;
      color: inherit;
      border-top-width: 1px;
    }

    abbr:where([title]) {
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted;
    }

    h1, h2, h3, h4, h5, h6 {
      font-size: inherit;
      font-weight: inherit;
    }

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

    b, strong {
      font-weight: bolder;
    }

    code, kbd, samp, pre {
      font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
      font-feature-settings: var(--default-mono-font-feature-settings, normal);
      font-variation-settings: var(--default-mono-font-variation-settings, normal);
      font-size: 1em;
    }

    small {
      font-size: 80%;
    }

    sub, sup {
      vertical-align: baseline;
      font-size: 75%;
      line-height: 0;
      position: relative;
    }

    sub {
      bottom: -.25em;
    }

    sup {
      top: -.5em;
    }

    table {
      text-indent: 0;
      border-color: inherit;
      border-collapse: collapse;
    }

    :-moz-focusring {
      outline: auto;
    }

    progress {
      vertical-align: baseline;
    }

    summary {
      display: list-item;
    }

    ol, ul, menu {
      list-style: none;
    }

    img, svg, video, canvas, audio, iframe, embed, object {
      vertical-align: middle;
      display: block;
    }

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

    button, input, select, optgroup, textarea {
      font: inherit;
      font-feature-settings: inherit;
      font-variation-settings: inherit;
      letter-spacing: inherit;
      color: inherit;
      opacity: 1;
      background-color: #0000;
      border-radius: 0;
    }

    ::file-selector-button {
      font: inherit;
      font-feature-settings: inherit;
      font-variation-settings: inherit;
      letter-spacing: inherit;
      color: inherit;
      opacity: 1;
      background-color: #0000;
      border-radius: 0;
    }

    :where(select:is([multiple], [size])) optgroup {
      font-weight: bolder;
    }

    :where(select:is([multiple], [size])) optgroup option {
      padding-inline-start: 20px;
    }

    ::file-selector-button {
      margin-inline-end: 4px;
    }

    ::placeholder {
      opacity: 1;
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
      ::placeholder {
        color: currentColor;
      }

      @supports (color: color-mix(in lab, red, red)) {
        ::placeholder {
          color: color-mix(in oklab, currentcolor 50%, transparent);
        }
      }
    }

    textarea {
      resize: vertical;
    }

    ::-webkit-search-decoration {
      -webkit-appearance: none;
    }

    ::-webkit-date-and-time-value {
      min-height: 1lh;
      text-align: inherit;
    }

    ::-webkit-datetime-edit {
      display: inline-flex;
    }

    ::-webkit-datetime-edit-fields-wrapper {
      padding: 0;
    }

    ::-webkit-datetime-edit {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-year-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-month-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-day-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-hour-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-minute-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-second-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-millisecond-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-meridiem-field {
      padding-block: 0;
    }

    ::-webkit-calendar-picker-indicator {
      line-height: 1;
    }

    :-moz-ui-invalid {
      box-shadow: none;
    }

    button, input:where([type="button"], [type="reset"], [type="submit"]) {
      appearance: button;
    }

    ::file-selector-button {
      appearance: button;
    }

    ::-webkit-inner-spin-button {
      height: auto;
    }

    ::-webkit-outer-spin-button {
      height: auto;
    }

    [hidden]:where(:not([hidden="until-found"])) {
      display: none !important;
    }
  }

  @layer components;

  @layer utilities {
    .pointer-events-none {
      pointer-events: none;
    }

    .collapse {
      visibility: collapse;
    }

    .visible {
      visibility: visible;
    }

    .absolute {
      position: absolute;
    }

    .fixed {
      position: fixed;
    }

    .relative {
      position: relative;
    }

    .inset-0 {
      inset: calc(var(--spacing) * 0);
    }

    .start {
      inset-inline-start: var(--spacing);
    }

    .end {
      inset-inline-end: var(--spacing);
    }

    .container {
      width: 100%;
    }

    @media (min-width: 40rem) {
      .container {
        max-width: 40rem;
      }
    }

    @media (min-width: 48rem) {
      .container {
        max-width: 48rem;
      }
    }

    @media (min-width: 64rem) {
      .container {
        max-width: 64rem;
      }
    }

    @media (min-width: 80rem) {
      .container {
        max-width: 80rem;
      }
    }

    @media (min-width: 96rem) {
      .container {
        max-width: 96rem;
      }
    }

    .block {
      display: block;
    }

    .flex {
      display: flex;
    }

    .grid {
      display: grid;
    }

    .hidden {
      display: none;
    }

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

    .table {
      display: table;
    }

    .shrink-0 {
      flex-shrink: 0;
    }

    .transform {
      transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    }

    .resize {
      resize: both;
    }

    .flex-col {
      flex-direction: column;
    }

    .flex-row {
      flex-direction: row;
    }

    .justify-around {
      justify-content: space-around;
    }

    .gap-4 {
      gap: calc(var(--spacing) * 4);
    }

    .overflow-hidden {
      overflow: hidden;
    }

    .rounded-\[inherit\] {
      border-radius: inherit;
    }

    .border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }

    .uppercase {
      text-transform: uppercase;
    }

    .tabular-nums {
      --tw-numeric-spacing: tabular-nums;
      font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
    }

    .shadow {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .ring {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .blur {
      --tw-blur: blur(8px);
      filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
    }

    .filter {
      filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
    }

    .\[animation-direction\:reverse\] {
      animation-direction: reverse;
    }

    @media (hover: hover) {
      .group-hover\:\[animation-play-state\:paused\]:is(:where(.group):hover *) {
        animation-play-state: paused;
      }
    }
  }
}

:root {
  --primary: #e8962e;
  --primary-dark: #c67b1a;
  --primary-darker: #a86515;
  --primary-light: #f0a844;
  --primary-accent: #ffb438;
  --dark-bg: #181828;
  --darker-bg: #101020;
  --darkest-bg: #08080f;
  --white: #fff;
  --gray-light: #f5f5f5;
  --gray-mid: #ccc;
  --gray-text: #9a9ab0;
  --transition: all .3s ease;
  --glass-bg: #ffffff0a;
  --glass-border: #ffffff14;
  --glow-primary: 0 0 40px #e8962e40;
  --whatsapp-green: #25d366;
  --whatsapp-green-dark: #1da851;
  --danger: #e74c3c;
  --success: #2ecc71;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --text-secondary: #ffffffb8;
  --red-primary: var(--primary);
  --red-dark: var(--primary-dark);
  --red-darker: var(--primary-darker);
  --red-light: var(--primary-light);
  --red-accent: var(--primary-accent);
  --gold-accent: var(--primary);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--darkest-bg);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--darker-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--red-primary);
  border-radius: 4px;
}

.top-bar {
  background: var(--red-primary);
  padding: 8px 0;
  font-size: .85rem;
}

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

.top-bar-left {
  align-items: center;
  gap: 8px;
  display: flex;
}

.top-bar-left svg {
  width: 16px;
  height: 16px;
}

.top-bar-right {
  align-items: center;
  gap: 8px;
  font-weight: 500;
  display: flex;
}

.navbar {
  z-index: 1000;
  -webkit-backdrop-filter: blur(12px);
  background: #101020f7;
  border-bottom: 1px solid #e8962e40;
  padding: 0;
  transition: background .3s, box-shadow .3s;
  position: sticky;
  top: 0;
}

header.scrolled .navbar {
  background: #08080ffa;
  border-bottom-color: #e8962e66;
  box-shadow: 0 4px 30px #00000080;
}

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

.navbar-logo {
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.navbar-logo svg {
  width: auto;
  height: 55px;
}

.logo-img {
  object-fit: contain;
  width: auto;
  height: 55px;
}

.footer-logo-img {
  object-fit: contain;
  width: auto;
  height: 40px;
}

.navbar-contact {
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  margin-left: auto;
  display: flex;
}

.navbar-contact-item {
  min-width: 0;
  color: var(--gray-mid);
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navbar-contact-item:hover {
  color: var(--white);
}

.navbar-contact-text {
  flex-direction: column;
  line-height: 1.2;
  display: flex;
}

.contact-label {
  text-transform: uppercase;
  letter-spacing: .8px;
  color: var(--primary);
  font-size: .68rem;
  font-weight: 600;
}

.contact-value {
  color: var(--gray-mid);
  font-size: .85rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .navbar .container {
    gap: 24px;
  }

  .navbar-contact {
    flex: 0 auto;
    max-width: 70%;
  }

  .navbar-contact-text {
    min-width: 0;
  }

  .navbar-contact-item .contact-value {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 230px;
    overflow: hidden;
  }
}

.navbar-contact-item .icon-circle {
  background: var(--red-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.navbar-contact-item .icon-circle svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

.nav-menu {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #181828f7;
  border-top: 1px solid #ffffff0a;
}

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

.nav-menu ul {
  gap: 0;
  display: flex;
}

.nav-menu ul li a {
  color: var(--gray-mid);
  transition: var(--transition);
  padding: 15px 25px;
  font-size: .95rem;
  font-weight: 500;
  display: block;
  position: relative;
}

.nav-menu ul li a:hover, .nav-menu ul li a.active {
  color: var(--white);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.menu-toggle {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  display: none;
}

.menu-toggle span {
  background: var(--white);
  width: 24px;
  height: 2px;
  transition: var(--transition);
  transform-origin: center;
  display: block;
}

.menu-toggle.open span:first-child {
  transform: translateY(7px) rotate(45deg);
}

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

.menu-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  min-height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-video {
  object-fit: cover;
  z-index: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-background {
  z-index: 0;
  background: linear-gradient(135deg, #08080fe0 0%, #0d0d1fcc 50%, #1e1405bf 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-background:after {
  content: "";
  background-image: linear-gradient(#e8962e0f 1px, #0000 1px), linear-gradient(90deg, #e8962e0f 1px, #0000 1px);
  background-position: center;
  background-size: 60px 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-background:before {
  content: "";
  background: linear-gradient(transparent, var(--darkest-bg));
  z-index: 1;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero .container {
  z-index: 2;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 95px 20px 100px;
  display: grid;
  position: relative;
}

@media (min-width: 993px) {
  .hero .container {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
    justify-content: center;
    justify-items: stretch;
    width: min(1200px, 100%);
    margin-inline: auto;
  }

  .hero-content, .hero-images {
    min-width: 0;
  }

  .hero-content {
    justify-self: center;
    max-width: 620px;
  }

  .hero-images {
    justify-self: center;
    width: 100%;
    max-width: 470px;
  }
}

.hero-content {
  position: relative;
}

.hero-content:before {
  content: "";
  background: var(--red-primary);
  border-radius: 2px;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
}

.hero-content h1 {
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.05;
}

.hero-content h1 span {
  background: linear-gradient(135deg, var(--primary-light), var(--primary-accent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: block;
}

.hero-content p {
  color: var(--gray-text);
  max-width: 480px;
  margin-bottom: 32px;
  font-size: 1.05rem;
  line-height: 1.85;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none;
  border-radius: 2px;
  padding: 15px 38px;
  font-size: .95rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-primary:after {
  content: "";
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.btn-primary:hover:after {
  opacity: 1;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px #e8962e73;
}

.btn-primary span, .btn-primary > * {
  z-index: 1;
  position: relative;
}

.btn-outline {
  color: var(--white);
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: none;
  border: 2px solid #ffffff59;
  border-radius: 2px;
  padding: 15px 38px;
  font-size: .95rem;
  font-weight: 700;
  display: inline-block;
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary-light);
  transform: translateY(-3px);
  box-shadow: 0 5px 20px #e8962e33;
}

.hero-cta-group {
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  display: flex;
}

.hero-stats-bar {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 4px;
  align-items: center;
  gap: 0;
  width: fit-content;
  padding: 16px 24px;
  display: flex;
}

.hero-stat {
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  display: flex;
}

.hero-stat strong {
  color: var(--primary-light);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.hero-stat span {
  color: #ffffff8c;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 4px;
  font-size: .75rem;
}

.hero-stat-divider {
  background: #ffffff1a;
  width: 1px;
  height: 40px;
}

.hero-scroll-indicator {
  z-index: 3;
  color: #ffffff73;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-scroll-indicator:hover {
  color: var(--primary-light);
}

.scroll-mouse {
  border: 2px solid #ffffff4d;
  border-radius: 11px;
  justify-content: center;
  width: 22px;
  height: 36px;
  padding-top: 6px;
  display: flex;
}

.scroll-wheel {
  background: var(--primary);
  border-radius: 2px;
  width: 3px;
  height: 8px;
  animation: 1.8s ease-in-out infinite scroll-anim;
}

@keyframes scroll-anim {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-badge {
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #e8962e1f;
  border: 1px solid #e8962e4d;
  border-radius: 20px;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: .78rem;
  font-weight: 600;
  display: inline-flex;
}

.hero-badge-dot {
  background: var(--primary);
  width: 7px;
  height: 7px;
  box-shadow: 0 0 8px var(--primary);
  border-radius: 50%;
  animation: 2s infinite dot-pulse;
}

@keyframes dot-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }
}

.hero-images {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.hero-image-card {
  border: 1px solid #e8962e26;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 50px #0009;
}

.hero-image-card img {
  object-fit: cover;
  width: 100%;
  transition: transform .6s;
  display: block;
}

.hero-image-card:hover img {
  transform: scale(1.04);
}

.hero-image-main img {
  height: 260px;
}

.hero-image-secondary img {
  height: 180px;
}

.hero-image-overlay {
  background: linear-gradient(#0000, #000000bf);
  padding: 12px 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-image-overlay span {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary-light);
  font-size: .8rem;
  font-weight: 700;
}

.testimonial-banner {
  background: var(--darker-bg);
  padding: 40px 0;
}

.testimonial-banner .container {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonial-banner blockquote {
  color: var(--gray-text);
  max-width: 700px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 1.1rem;
  font-style: italic;
  position: relative;
}

.testimonial-banner .author {
  color: var(--red-light);
  margin-top: 15px;
  font-style: normal;
  font-weight: 600;
}

.section {
  padding: 80px 0;
}

.section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-eyebrow {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
  font-size: .75rem;
  font-weight: 700;
  display: inline-block;
}

.section-header h2 {
  text-transform: uppercase;
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 900;
}

.section-header h2:not(.no-gradient) {
  background: linear-gradient(135deg, #fff 30%, var(--primary-light) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section-header .accent-line {
  background: linear-gradient(90deg, var(--primary), var(--primary-accent));
  border-radius: 2px;
  width: 50px;
  height: 3px;
  margin: 16px auto 0;
}

@keyframes accent-shimmer {
  0% {
    background-position: -200%;
  }

  100% {
    background-position: 200%;
  }
}

.section-header .accent-line {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary-accent), var(--primary-light), var(--primary-dark));
  background-size: 300%;
  border-radius: 2px;
  width: 70px;
  height: 3px;
  margin: 16px auto 0;
  animation: 3s linear infinite accent-shimmer;
}

.section-header p {
  color: var(--gray-text);
  max-width: 560px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.7;
}

.services {
  background: var(--darker-bg);
}

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

.service-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  text-align: left;
  border-radius: var(--radius-md);
  flex-direction: column;
  padding: 36px 28px 28px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  border-color: #e8962e40;
  transform: translateY(-6px);
  box-shadow: 0 20px 50px #0006, 0 0 0 1px #e8962e1a;
}

.service-card-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.service-icon {
  background: linear-gradient(135deg, #e8962e33, #e8962e14);
  border: 1px solid #e8962e33;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.service-icon svg {
  width: 28px;
  height: 28px;
  fill: var(--primary-light);
}

.service-tag {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
  background: #e8962e1a;
  border: 1px solid #e8962e33;
  border-radius: 20px;
  height: fit-content;
  padding: 4px 10px;
  font-size: .68rem;
  font-weight: 700;
}

.service-card h3 {
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
}

.service-card > p {
  color: var(--gray-text);
  flex: 1;
  font-size: .88rem;
  line-height: 1.75;
}

.service-link {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: .8px;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap .2s, color .2s;
  display: inline-flex;
}

.service-link svg {
  width: 16px;
  height: 16px;
  fill: var(--primary);
  transition: transform .2s;
}

.service-link:hover {
  color: var(--primary-accent);
  gap: 10px;
}

.service-link:hover svg {
  fill: var(--primary-accent);
  transform: translateX(3px);
}

.products {
  background: var(--darkest-bg);
}

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

.product-card {
  background: var(--darker-bg);
  transition: var(--transition);
  border: 1px solid #ffffff0d;
  overflow: hidden;
}

.product-card:hover {
  border-color: #e8962e4d;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px #0000004d;
}

.product-card-image {
  background: var(--dark-bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-card-image svg {
  width: 60px;
  height: 60px;
  fill: var(--red-primary);
  opacity: .5;
}

.product-card-image:after {
  content: "";
  background: var(--red-primary);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-card-body {
  padding: 25px;
}

.product-card-body h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.product-card-body p {
  color: var(--gray-text);
  margin-bottom: 15px;
  font-size: .9rem;
  line-height: 1.6;
}

.btn-secondary {
  border: 2px solid var(--red-primary);
  color: var(--red-light);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  background: none;
  padding: 10px 25px;
  font-size: .85rem;
  font-weight: 600;
  display: inline-block;
}

.btn-secondary:hover {
  background: var(--red-primary);
  color: var(--white);
}

.cta-section {
  background: linear-gradient(135deg, var(--red-dark) 0%, var(--red-primary) 50%, var(--red-light) 100%);
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-section:before {
  content: "";
  background-image: radial-gradient(#ffffff29 1.1px, #0000 1.1px);
  background-position: center;
  background-size: 28px 28px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cta-section .container {
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.cta-section h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 800;
}

.cta-section p {
  opacity: .9;
  max-width: 600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}

.btn-white {
  background: var(--white);
  color: var(--red-primary);
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  padding: 14px 40px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px #0000004d;
}

.contact {
  background: var(--dark-bg);
}

.contact-grid {
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  display: grid;
}

.contact-info h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}

.contact-info p {
  color: var(--gray-text);
  margin-bottom: 30px;
  line-height: 1.7;
}

.contact-info-item {
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.contact-info-item .icon-circle {
  background: #e8962e26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  display: flex;
}

.contact-info-item .icon-circle svg {
  width: 20px;
  height: 20px;
  fill: var(--red-light);
}

.contact-info-item span {
  color: var(--gray-mid);
  font-size: .95rem;
}

.contact-form {
  background: linear-gradient(#ffffff0a, #ffffff05);
  border: 1px solid #ffffff14;
  border-radius: 16px;
  flex-direction: column;
  gap: 20px;
  padding: 28px;
  display: flex;
  box-shadow: 0 20px 50px #00000038;
}

.contact-form-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 4px;
  display: flex;
}

.contact-form-header h3 {
  margin-bottom: 6px;
  font-size: 1.35rem;
  font-weight: 800;
}

.contact-form-header p {
  color: var(--gray-text);
  max-width: 460px;
  font-size: .92rem;
  line-height: 1.7;
}

.contact-channel-badge {
  letter-spacing: .9px;
  text-transform: uppercase;
  color: var(--primary-light);
  white-space: nowrap;
  background: #e8962e14;
  border: 1px solid #e8962e38;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  font-size: .74rem;
  font-weight: 700;
  display: inline-flex;
}

.contact-channel-badge:before {
  content: "";
  background: currentColor;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 12px;
}

.contact-channel-badge--fallback {
  color: #7ef0b5;
  background: #25d3661a;
  border-color: #25d36647;
}

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

.form-group label {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--gray-mid);
  font-size: .85rem;
  font-weight: 600;
}

.form-group input, .form-group textarea {
  background: var(--darker-bg);
  color: var(--white);
  transition: var(--transition);
  border: 1px solid #ffffff1a;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
}

.form-group input:focus, .form-group textarea:focus {
  border-color: var(--red-primary);
  outline: none;
  box-shadow: 0 0 0 3px #e8962e26;
}

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

.contact-form-note {
  color: #ffffff94;
  margin-top: -4px;
  font-size: .82rem;
  line-height: 1.6;
}

.footer {
  background: var(--darkest-bg);
  border-top: 1px solid #ffffff0a;
}

.footer-top {
  padding: 70px 0 50px;
}

.footer-top .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-grid {
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 50px;
  display: grid;
}

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

.footer-brand p {
  color: var(--gray-text);
  font-size: .88rem;
  line-height: 1.75;
}

.footer-social {
  gap: 10px;
  display: flex;
}

.footer-social a {
  width: 38px;
  height: 38px;
  transition: var(--transition);
  background: #ffffff0d;
  border: 1px solid #ffffff12;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social a:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px #e8962e4d;
}

.footer-social a svg {
  width: 16px;
  height: 16px;
  fill: var(--white);
}

.footer-col h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 22px;
  padding-bottom: 12px;
  font-size: .8rem;
  font-weight: 800;
  position: relative;
}

.footer-col h4:after {
  content: "";
  background: linear-gradient(90deg, var(--primary), var(--primary-accent));
  border-radius: 1px;
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-links {
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-links li a {
  color: var(--gray-text);
  transition: var(--transition);
  align-items: center;
  gap: 6px;
  font-size: .875rem;
  text-decoration: none;
  display: inline-flex;
}

.footer-links li a:before {
  content: "›";
  color: var(--primary);
  opacity: 0;
  transition: var(--transition);
  font-size: 1rem;
  transform: translateX(-4px);
}

.footer-links li a:hover {
  color: var(--white);
  transform: translateX(4px);
}

.footer-links li a:hover:before {
  opacity: 1;
  transform: translateX(0);
}

.footer-contact-list {
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-contact-list li {
  color: var(--gray-text);
  align-items: flex-start;
  gap: 10px;
  font-size: .85rem;
  line-height: 1.4;
  display: flex;
}

.footer-contact-list li svg {
  width: 16px;
  height: 16px;
  fill: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-list li a {
  color: var(--gray-text);
  text-decoration: none;
  transition: color .2s;
}

.footer-contact-list li a:hover {
  color: var(--primary-light);
}

.footer-bottom {
  border-top: 1px solid #ffffff0a;
  padding: 20px 0;
}

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

.footer-bottom p {
  color: #ffffff4d;
  font-size: .8rem;
}

.fade-in {
  opacity: 0;
  transition: opacity .6s, transform .6s;
  transform: translateY(30px);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-us {
  background: var(--darkest-bg);
}

.about-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  display: grid;
}

.about-content h3 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.about-content > p {
  color: var(--gray-text);
  margin-bottom: 15px;
  font-size: .95rem;
  line-height: 1.8;
}

.about-values {
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  display: flex;
}

.about-value {
  align-items: flex-start;
  gap: 15px;
  display: flex;
}

.about-value-icon {
  background: #e8962e26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
}

.about-value-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--red-light);
}

.about-value h4 {
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 700;
}

.about-value p {
  color: var(--gray-text);
  font-size: .9rem;
  line-height: 1.5;
}

.about-image-wrapper {
  position: relative;
}

.about-image-wrapper img {
  object-fit: cover;
  border: 1px solid #e8962e33;
  border-radius: 8px;
  width: 100%;
  height: 450px;
  box-shadow: 0 10px 40px #00000080;
}

.about-experience-badge {
  background: var(--red-primary);
  text-align: center;
  border-radius: 8px;
  padding: 20px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  box-shadow: 0 5px 20px #e8962e66;
}

.badge-number {
  color: var(--white);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.badge-text {
  color: #ffffffe6;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 4px;
  font-size: .75rem;
  display: block;
}

.gallery {
  background: var(--darker-bg);
}

.gallery-filters {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  display: flex;
}

.gallery-filter-btn {
  color: var(--gray-mid);
  cursor: pointer;
  transition: var(--transition);
  background: none;
  border: 2px solid #ffffff1a;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.gallery-filter-btn:hover, .gallery-filter-btn.active {
  background: var(--red-primary);
  border-color: var(--red-primary);
  color: var(--white);
}

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

.gallery-item {
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.gallery-item img, .gallery-item video {
  object-fit: cover;
  width: 100%;
  height: 250px;
  transition: transform .4s;
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-video-wrapper {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.gallery-video-wrapper video {
  height: 100%;
}

.gallery-overlay {
  background: linear-gradient(#0000, #000c);
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.gallery-overlay h4 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
}

.whatsapp-float {
  background: var(--whatsapp-green);
  z-index: 999;
  width: 60px;
  height: 60px;
  transition: var(--transition);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  animation: 2s infinite pulse-whatsapp;
  display: flex;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 4px 15px #25d36666;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px #25d36699;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: var(--white);
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 #25d36680;
  }

  70% {
    box-shadow: 0 0 0 15px #25d36600;
  }

  100% {
    box-shadow: 0 0 #25d36600;
  }
}

.clients-section {
  background: var(--darker-bg);
  border-bottom: 1px solid #ffffff0d;
  padding: 40px 0;
}

.clients-section .container {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.clients-title {
  text-align: center;
  color: var(--gray-text);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-size: .9rem;
}

.clients-marquee {
  justify-content: center;
  align-items: center;
}

.client-logo-card {
  text-align: center;
  transition: var(--transition);
  background: #ffffff08;
  border: 1px solid #ffffff0d;
  border-radius: 4px;
  padding: 20px 15px;
}

.client-logo-card:hover {
  background: #ffffff0d;
  border-color: #e8962e4d;
}

.client-logo-card span {
  color: var(--gray-mid);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .85rem;
  font-weight: 600;
}

.client-logo-img {
  object-fit: contain;
  max-width: 100%;
  max-height: 60px;
}

.cnc-services {
  background: var(--darkest-bg);
}

.cnc-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
  display: grid;
}

.cnc-card {
  background: var(--darker-bg);
  border-radius: var(--radius-md);
  border: 1px solid #e8962e1f;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
}

.cnc-card:hover {
  border-color: #e8962e66;
  transform: translateY(-6px);
  box-shadow: 0 16px 50px #e8962e38, 0 0 0 1px #e8962e26;
}

.cnc-card-image {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #e8962e14, #ffffff05);
  width: 100%;
  overflow: hidden;
}

.cnc-card-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.cnc-card:hover .cnc-card-image img {
  transform: scale(1.05);
}

.cnc-card-body {
  padding: 2rem;
}

.cnc-card-body h3 {
  color: var(--white);
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.cnc-card-body > p {
  color: var(--gray-text);
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

.cnc-features {
  flex-direction: column;
  gap: .6rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.cnc-features li {
  color: #ffffffd9;
  align-items: center;
  gap: .6rem;
  font-size: .95rem;
  display: flex;
}

.cnc-check {
  width: 18px;
  height: 18px;
  fill: var(--red-primary);
  flex-shrink: 0;
}

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

  .cnc-card-image {
    aspect-ratio: 16 / 10;
  }
}

.design-services {
  background: var(--darker-bg);
}

.design-grid {
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
  display: flex;
}

.design-card {
  background: var(--dark-bg);
  border-radius: var(--radius-md);
  border: 1px solid #e8962e1f;
  grid-template-columns: 1fr 1fr;
  transition: transform .3s, box-shadow .3s;
  display: grid;
  overflow: hidden;
}

.design-card:hover {
  border-color: #e8962e66;
  transform: translateY(-4px);
  box-shadow: 0 16px 50px #e8962e33, 0 0 0 1px #e8962e26;
}

.design-card--reverse .design-card-image {
  order: 2;
}

.design-card--reverse .design-card-body {
  order: 1;
}

.design-card-image {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #e8962e14, #ffffff05);
  width: 100%;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
}

.design-card-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.design-card:hover .design-card-image img {
  transform: scale(1.05);
}

.design-card-body {
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  display: flex;
}

.design-card-body h3 {
  color: var(--white);
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.design-card-body > p {
  color: var(--gray-text);
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

.design-features {
  flex-direction: column;
  gap: .6rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.design-features li {
  color: #ffffffd9;
  align-items: center;
  gap: .6rem;
  font-size: .95rem;
  display: flex;
}

.design-check {
  width: 18px;
  height: 18px;
  fill: var(--red-primary);
  flex-shrink: 0;
}

.design-card-body .btn-primary {
  align-self: flex-start;
}

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

  .design-card--reverse .design-card-image, .design-card--reverse .design-card-body {
    order: unset;
  }

  .design-card-image {
    aspect-ratio: 16 / 10;
    min-height: 220px;
  }

  .design-card-body {
    padding: 1.5rem;
  }
}

.faq {
  background: var(--darkest-bg);
}

.faq-list {
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.faq-item {
  background: var(--dark-bg);
  transition: var(--transition);
  border: 1px solid #ffffff0d;
  overflow: hidden;
}

.faq-item.open {
  border-color: #e8962e4d;
}

.faq-question {
  width: 100%;
  color: var(--white);
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.faq-chevron {
  width: 24px;
  min-width: 24px;
  height: 24px;
  fill: var(--red-light);
  transition: transform .3s;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  padding: 0 24px;
  transition: max-height .3s, padding .3s;
  overflow: hidden;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 24px 18px;
}

.faq-answer p {
  color: var(--gray-text);
  font-size: .95rem;
  line-height: 1.7;
}

.stats-section {
  background: linear-gradient(135deg, #1a0e04 0%, #2d1506 40%, var(--primary-dark) 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.stats-section:before {
  content: "";
  background-image: radial-gradient(#ffffff1f .8px, #0000 .8px);
  background-position: center;
  background-size: 25px 25px;
  position: absolute;
  inset: 0;
}

.stats-bg-line {
  background: linear-gradient(90deg, transparent, var(--primary-light), transparent);
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.stats-section .container {
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.stats-grid {
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  display: grid;
}

.stat-card {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px;
  display: flex;
  position: relative;
}

.stat-card:not(:last-child):after {
  content: "";
  background: #fff3;
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0;
}

.stat-icon {
  background: #ffffff1a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 4px;
  display: flex;
}

.stat-icon svg {
  fill: #ffffffd9;
  width: 22px;
  height: 22px;
}

.stat-number {
  color: var(--white);
  text-shadow: 0 2px 15px #e8962e4d;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}

.stat-label {
  color: #ffffffb3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .82rem;
  font-weight: 600;
}

.scroll-to-top {
  background: var(--red-primary);
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  width: 45px;
  height: 45px;
  transition: var(--transition);
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 95px;
  right: 30px;
  transform: translateY(20px);
  box-shadow: 0 2px 10px #0000004d;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: var(--red-light);
  transform: translateY(-3px);
}

.scroll-to-top svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
}

.testimonial-carousel {
  min-height: 200px;
  position: relative;
}

.testimonial-slide {
  color: var(--gray-text);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 1.1rem;
  font-style: italic;
  transition: opacity .5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  left: auto;
  transform: none;
}

.testimonial-photo {
  object-fit: cover;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  max-width: 600px;
  height: 200px;
  margin: 0 auto 20px;
  display: block;
}

.testimonial-slide:before {
  content: "\"";
  color: var(--red-primary);
  font-family: Playfair Display, serif;
  font-size: 4rem;
  position: absolute;
  top: -20px;
  left: 0;
}

.testimonial-slide .author {
  color: var(--red-light);
  margin-top: 15px;
  font-style: normal;
  font-weight: 600;
  display: block;
}

.testimonial-slide .company {
  color: var(--gray-mid);
  font-weight: 400;
}

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

.testimonial-dot {
  border: 2px solid var(--red-primary);
  cursor: pointer;
  width: 10px;
  height: 10px;
  transition: var(--transition);
  background: none;
  border-radius: 50%;
  padding: 0;
}

.testimonial-dot.active {
  background: var(--red-primary);
}

.contact-map {
  margin-top: 50px;
}

.contact-map iframe {
  border-radius: var(--radius-sm);
  border: none;
  outline: 1px solid #ffffff0d;
}

.form-status {
  border-radius: 6px;
  margin-bottom: 5px;
  padding: 12px 16px;
  font-size: .9rem;
  font-weight: 500;
}

.form-status--success {
  color: #2ecc71;
  background: #2ecc7126;
  border: 1px solid #2ecc714d;
}

.form-status--error {
  color: #e74c3c;
  background: #e74c3c26;
  border: 1px solid #e74c3c4d;
}

.form-status--info {
  color: #3498db;
  background: #3498db26;
  border: 1px solid #3498db4d;
}

.contact-form-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.btn-whatsapp-alt {
  background: var(--whatsapp-green);
  color: var(--white);
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: .5px;
  border: none;
  align-items: center;
  gap: 8px;
  padding: 14px 25px;
  font-size: .95rem;
  font-weight: 600;
  display: inline-flex;
}

.btn-whatsapp-alt:hover {
  background: var(--whatsapp-green-dark);
  transform: translateY(-2px);
}

.lightbox-overlay {
  z-index: 2000;
  background: #000000eb;
  justify-content: center;
  align-items: center;
  animation: .25s lightbox-fade-in;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes lightbox-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.lightbox-close {
  color: var(--white);
  cursor: pointer;
  z-index: 2001;
  background: none;
  border: none;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .2s;
  position: fixed;
  top: 20px;
  right: 25px;
}

.lightbox-close:hover {
  color: var(--primary);
}

.lightbox-content {
  flex-direction: column;
  align-items: center;
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
}

.lightbox-content img {
  object-fit: contain;
  border-radius: 4px;
  max-width: 100%;
  max-height: 80vh;
}

.lightbox-caption {
  color: var(--gray-mid);
  text-align: center;
  margin-top: 12px;
  font-size: .95rem;
}

.gallery-empty {
  color: var(--gray-text);
  text-align: center;
  grid-column: 1 / -1;
  padding: 40px 20px;
  font-style: italic;
}

.testimonial-controls {
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.testimonial-pause {
  color: var(--white);
  cursor: pointer;
  width: 32px;
  height: 32px;
  transition: var(--transition);
  background: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  display: flex;
}

.testimonial-pause:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.work-process {
  background: var(--dark-bg);
  position: relative;
  overflow: hidden;
}

.work-process:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(at 50% 0, #e8962e0d 0%, #0000 70%);
  position: absolute;
  inset: 0;
}

.process-timeline {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
  position: relative;
}

.process-timeline:before {
  background: linear-gradient(90deg, transparent, var(--primary) 20%, var(--primary-accent) 50%, var(--primary) 80%, transparent);
  z-index: 0;
  opacity: .6;
  height: 2px;
  position: absolute;
  top: 55px;
  left: 12.5%;
  right: 12.5%;
}

.process-step {
  text-align: center;
  z-index: 1;
  padding: 0 10px;
  position: relative;
}

.process-step-header {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.process-step-icon {
  width: 80px;
  height: 80px;
  transition: var(--transition);
  z-index: 2;
  background: #e8962e1a;
  border: 2px solid #e8962e4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.process-step:hover .process-step-icon {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  border-color: var(--primary);
  transform: scale(1.08);
  box-shadow: 0 8px 25px #e8962e59;
}

.process-step-icon svg {
  width: 30px;
  height: 30px;
  fill: var(--primary-light);
  transition: fill .3s;
}

.process-step:hover .process-step-icon svg {
  fill: var(--white);
}

.process-step-number {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8px;
  font-size: .72rem;
  font-weight: 800;
}

.process-step h3 {
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 10px;
  font-size: 1.05rem;
  font-weight: 800;
}

.process-step > p {
  color: var(--gray-text);
  max-width: 200px;
  margin: 0 auto 16px;
  font-size: .85rem;
  line-height: 1.65;
}

.process-details {
  text-align: left;
  flex-direction: column;
  gap: 6px;
  max-width: 200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}

.process-details li {
  color: #ffffff8c;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  display: flex;
}

.process-details li svg {
  width: 14px;
  height: 14px;
  fill: var(--primary);
  flex-shrink: 0;
}

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

  .process-timeline:before {
    display: none;
  }
}

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

  .contact-form-actions {
    flex-direction: column;
  }

  .contact-form-actions .btn-primary, .contact-form-actions .btn-whatsapp-alt {
    text-align: center;
    justify-content: center;
    width: 100%;
  }
}

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

@media (max-width: 992px) {
  .hero {
    min-height: auto;
    display: block;
  }

  .hero .container {
    text-align: center;
    grid-template-columns: 1fr;
    align-content: start;
    place-items: start center;
    gap: 36px;
    width: 100%;
    margin: 0 auto;
    padding-top: 76px;
    padding-bottom: 120px;
  }

  .hero-content:before {
    display: none;
  }

  .hero-content, .hero-images {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .hero-content > .animate-blur-in {
    width: 100%;
  }

  .hero-content p, .hero-stats-bar {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-badge {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .hero-images {
    margin: 0 auto;
  }

  .hero-image-main img {
    height: 220px;
  }

  .hero-image-secondary img {
    height: 150px;
  }

  .services-grid, .products-grid, .ventajas-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid, .about-grid {
    grid-template-columns: 1fr;
  }

  .about-image-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }

  .about-experience-badge {
    bottom: -10px;
    right: 10px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .stat-card:nth-child(2):after {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero .container {
    gap: 24px;
    padding-top: 20px;
    padding-bottom: 72px;
  }

  .hero-badge {
    padding: 7px 14px;
    font-size: .72rem;
  }

  .top-bar .container {
    text-align: center;
    flex-direction: column;
    gap: 4px;
  }

  .top-bar-right {
    align-items: center;
    gap: 6px;
    display: flex;
  }

  .navbar .container {
    flex-wrap: wrap;
  }

  .navbar-contact {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-menu ul {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .nav-menu.mobile-open ul {
    display: flex;
  }

  .nav-menu ul li a {
    border-bottom: 1px solid #ffffff0a;
    padding: 13px 24px;
  }

  .hero-content h1 {
    font-size: 2.4rem;
  }

  .hero-content p {
    margin-bottom: 24px;
  }

  .hero-stats-bar {
    padding: 12px 16px;
  }

  .hero-stat {
    padding: 0 16px;
  }

  .hero-stat strong {
    font-size: 1.25rem;
  }

  .ventajas-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats-bar {
    width: 100%;
  }

  .hero-images, .hero-scroll-indicator {
    display: none;
  }

  .services-grid, .products-grid, .gallery-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom .container {
    text-align: center;
    flex-direction: column;
  }

  .cta-section h2 {
    font-size: 1.8rem;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .gallery-filters {
    gap: 6px;
  }

  .gallery-filter-btn {
    padding: 6px 16px;
    font-size: .8rem;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-float svg {
    width: 25px;
    height: 25px;
  }

  .scroll-to-top {
    width: 40px;
    height: 40px;
    bottom: 96px;
    right: 20px;
  }

  .testimonial-carousel {
    min-height: auto;
  }

  .testimonial-slide {
    padding: 0 25px;
    font-size: .95rem;
  }

  .testimonial-photo {
    max-width: 100%;
    height: 160px;
  }

  .testimonial-slide:before {
    font-size: 3rem;
    top: -15px;
  }

  .section-header h2 {
    font-size: 1.6rem;
  }

  .section-header p {
    font-size: .9rem;
  }

  .faq-question {
    padding: 14px 16px;
    font-size: .9rem;
  }

  .faq-answer {
    padding: 0 16px;
  }

  .faq-item.open .faq-answer {
    padding: 0 16px 14px;
  }

  .cnc-card-body, .design-card-body {
    padding: 1.25rem;
  }

  .cnc-card-body h3, .design-card-body h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: .9rem;
  }

  .hero-stats-bar {
    text-align: center;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .hero-stat-divider {
    width: 60%;
    height: 1px;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
  }

  .hero-cta-group .btn-primary, .hero-cta-group .btn-outline {
    text-align: center;
    width: 100%;
  }

  .section {
    padding: 50px 0;
  }

  .section-header {
    margin-bottom: 35px;
  }

  .section-header h2 {
    font-size: 1.4rem;
  }

  .ventajas-section:before {
    display: none;
  }

  .testimonial-photo {
    height: 130px;
  }

  .testimonial-slide {
    padding: 0 20px;
    font-size: .9rem;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .stat-number {
    font-size: 1.6rem;
  }

  .stat-label {
    font-size: .75rem;
  }

  .cta-section h2 {
    font-size: 1.4rem;
  }

  .cta-section p {
    font-size: .9rem;
  }
}

.ventajas-section {
  background: var(--dark-bg);
  position: relative;
  overflow: hidden;
}

.ventajas-section:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #e8962e0f 0%, #0000 70%);
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}

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

.ventaja-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.ventaja-card:before {
  content: "";
  background: linear-gradient(180deg, var(--primary), var(--primary-accent));
  border-radius: 0 0 2px;
  width: 3px;
  height: 0;
  transition: height .4s;
  position: absolute;
  top: 0;
  left: 0;
}

.ventaja-card:hover {
  border-color: #e8962e33;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px #00000059;
}

.ventaja-card:hover:before {
  height: 100%;
}

.ventaja-number {
  color: #e8962e14;
  letter-spacing: -2px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 20px;
}

.ventaja-icon {
  width: 52px;
  height: 52px;
  transition: var(--transition);
  background: linear-gradient(135deg, #e8962e2e, #e8962e0f);
  border: 1px solid #e8962e2e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.ventaja-card:hover .ventaja-icon {
  background: linear-gradient(135deg, #e8962e4d, #e8962e1f);
  border-color: #e8962e66;
}

.ventaja-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--primary-light);
}

.ventaja-card h3 {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--white);
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 800;
}

.ventaja-card p {
  color: var(--gray-text);
  font-size: .875rem;
  line-height: 1.75;
}

@media (max-width: 992px) {
  .ventajas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .ventaja-card {
    padding: 24px 20px;
  }
}

.form-honeypot {
  opacity: 0 !important;
  pointer-events: none !important;
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  left: -9999px !important;
}

.digital-home-section {
  background: radial-gradient(70% 70% at 80% 20%, #e8962e14 0%, #0000 60%), linear-gradient(145deg, #0b0b14 0%, #08080f 100%);
  border-top: 1px solid #e8962e24;
  border-bottom: 1px solid #e8962e24;
}

.digital-home-container {
  grid-template-columns: 1fr 430px;
  align-items: center;
  gap: 54px;
  display: grid;
}

.digital-home-content h2 {
  text-transform: uppercase;
  letter-spacing: -.5px;
  margin-bottom: 16px;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.1;
}

.digital-home-content p {
  color: var(--gray-text);
  max-width: 620px;
  margin-bottom: 28px;
  line-height: 1.85;
}

.digital-home-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.digital-home-panel {
  background: #ffffff08;
  border: 1px solid #e8962e38;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px #0000006b;
}

.digital-home-panel-header {
  background: #ffffff05;
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  display: flex;
}

.digital-home-panel-header span {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.digital-home-panel-header span:first-child {
  background: #ff5f57;
}

.digital-home-panel-header span:nth-child(2) {
  background: #ffbd2e;
}

.digital-home-panel-header span:nth-child(3) {
  background: #28c840;
}

.digital-home-panel-header p {
  color: #fff6;
  margin-left: 8px;
  font-family: monospace;
  font-size: .76rem;
}

.digital-home-kpis {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px;
  display: grid;
}

.digital-home-kpis div {
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 10px;
  padding: 12px;
}

.digital-home-kpis small {
  color: var(--gray-text);
  margin-bottom: 6px;
  font-size: .75rem;
  display: block;
}

.digital-home-kpis strong {
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 800;
}

.digital-home-bars {
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 6px;
  height: 100px;
  padding: 0 16px 18px;
  display: grid;
}

.digital-home-bars span {
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--primary-dark) 100%);
  opacity: .95;
  border-radius: 6px 6px 0 0;
}

@media (max-width: 992px) {
  .digital-home-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .digital-home-content {
    text-align: center;
  }

  .digital-home-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .digital-home-actions {
    justify-content: center;
  }

  .digital-home-panel {
    max-width: 470px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .digital-home-content h2 {
    font-size: 1.9rem;
  }

  .digital-home-actions {
    flex-direction: column;
  }
}

.digital-nav-badge {
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #e8962e1f;
  border: 1px solid #e8962e4d;
  border-radius: 20px;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  font-size: .78rem;
  font-weight: 700;
  display: inline-flex;
}

.digital-nav-badge-dot {
  background: var(--primary);
  width: 7px;
  height: 7px;
  box-shadow: 0 0 8px var(--primary);
  border-radius: 50%;
  animation: 2s infinite dot-pulse;
}

.digital-hero {
  background: var(--darkest-bg);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.digital-hero-bg {
  pointer-events: none;
  background: radial-gradient(80% 60% at 60% 40%, #e8962e12 0%, #0000 70%), radial-gradient(50% 50% at 10% 80%, #e8962e0a 0%, #0000 60%);
  position: absolute;
  inset: 0;
}

.digital-hero-container {
  z-index: 1;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  position: relative;
}

.digital-hero-title {
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.05;
}

.digital-hero-title span {
  background: linear-gradient(135deg, var(--primary-light), var(--primary-accent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.digital-hero-desc {
  color: var(--gray-text);
  max-width: 500px;
  margin-bottom: 32px;
  font-size: 1.05rem;
  line-height: 1.85;
}

.digital-hero-visual {
  justify-content: center;
  display: flex;
}

.digital-hero-card {
  background: #ffffff0a;
  border: 1px solid #e8962e33;
  border-radius: 14px;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
  box-shadow: 0 20px 60px #00000080;
}

.digital-hero-card-header {
  background: #ffffff08;
  border-bottom: 1px solid #ffffff0f;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  display: flex;
}

.digital-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.digital-dot.red {
  background: #ff5f57;
}

.digital-dot.yellow {
  background: #ffbd2e;
}

.digital-dot.green {
  background: #28c840;
}

.digital-card-label {
  color: #ffffff59;
  margin-left: 8px;
  font-family: monospace;
  font-size: .75rem;
}

.digital-hero-card-body {
  padding: 20px;
}

.digital-stat-row {
  gap: 16px;
  margin-bottom: 20px;
  display: flex;
}

.digital-stat-item {
  background: #ffffff0a;
  border: 1px solid #ffffff12;
  border-radius: 8px;
  flex: 1;
  padding: 12px 16px;
}

.digital-stat-label {
  color: #ffffff73;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 6px;
  font-size: .7rem;
  display: block;
}

.digital-stat-value {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.digital-stat-value.accent {
  color: var(--primary-light);
}

.digital-chart-bars {
  align-items: flex-end;
  gap: 6px;
  height: 80px;
  margin-bottom: 16px;
  padding: 0 4px;
  display: flex;
}

.digital-bar {
  background: linear-gradient(180deg, var(--primary), var(--primary-dark));
  opacity: .7;
  border-radius: 3px 3px 0 0;
  flex: 1;
  transition: opacity .3s;
}

.digital-bar:nth-child(4) {
  opacity: 1;
  box-shadow: 0 0 12px #e8962e66;
}

.digital-hero-badge-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.digital-pill {
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: .5px;
  background: #e8962e1a;
  border: 1px solid #e8962e33;
  border-radius: 20px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.digital-pill-dot {
  background: var(--primary);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 6px var(--primary);
  border-radius: 50%;
}

.digital-pill-dot.green {
  background: #28c840;
  box-shadow: 0 0 6px #28c840;
}

.digital-services-section {
  background: var(--darker-bg);
}

.digital-services-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}

.digital-service-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.digital-service-card:hover {
  border-color: #e8962e40;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px #0000004d;
}

.digital-service-tag {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
  background: #e8962e1a;
  border: 1px solid #e8962e33;
  border-radius: 20px;
  margin-bottom: 14px;
  padding: 3px 10px;
  font-size: .68rem;
  font-weight: 700;
  display: inline-block;
}

.digital-service-icon {
  background: linear-gradient(135deg, #e8962e2e, #e8962e0f);
  border: 1px solid #e8962e2e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
}

.digital-service-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--primary-light);
}

.digital-service-card h3 {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 800;
}

.digital-service-card > p {
  color: var(--gray-text);
  margin-bottom: 16px;
  font-size: .875rem;
  line-height: 1.75;
}

.digital-service-items {
  border-top: 1px solid #ffffff0f;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 14px 0 0;
  list-style: none;
  display: flex;
}

.digital-service-items li {
  color: #fff9;
  align-items: flex-start;
  gap: 8px;
  font-size: .8rem;
  line-height: 1.4;
  display: flex;
}

.digital-service-items li svg {
  width: 14px;
  height: 14px;
  fill: var(--primary);
  flex-shrink: 0;
  margin-top: 1px;
}

.digital-diff-section {
  background: var(--dark-bg);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.digital-diff-section:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #e8962e0f 0%, #0000 70%);
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
}

.digital-diff-container {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 70px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
}

.digital-diff-text h2 {
  text-transform: uppercase;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
}

.digital-diff-text h2 span {
  background: linear-gradient(135deg, var(--primary-light), var(--primary-accent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.digital-diff-text p {
  color: var(--gray-text);
  margin-bottom: 16px;
  font-size: .95rem;
  line-height: 1.8;
}

.digital-diff-features {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.digital-diff-item {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  align-items: flex-start;
  gap: 18px;
  padding: 20px;
  display: flex;
}

.digital-diff-number {
  color: #e8962e33;
  letter-spacing: -1px;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.digital-diff-item h4 {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--white);
  margin-bottom: 6px;
  font-size: .95rem;
  font-weight: 800;
}

.digital-diff-item p {
  color: var(--gray-text);
  margin: 0;
  font-size: .85rem;
  line-height: 1.65;
}

.digital-steps-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  display: grid;
  position: relative;
}

.digital-step-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  text-align: center;
  padding: 36px 28px;
  position: relative;
}

.digital-step-number {
  color: #e8962e26;
  letter-spacing: -2px;
  margin-bottom: 12px;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.digital-step-card h3 {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--white);
  margin-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 800;
}

.digital-step-card p {
  color: var(--gray-text);
  font-size: .875rem;
  line-height: 1.7;
}

.digital-step-arrow {
  color: var(--primary);
  z-index: 2;
  background: var(--dark-bg);
  border: 1px solid #e8962e33;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 1.5rem;
  display: flex;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.digital-cta-section {
  background: linear-gradient(135deg, #08080f 0%, #1e1405f2 100%);
  border-top: 1px solid #e8962e26;
  border-bottom: 1px solid #e8962e26;
  padding: 80px 0;
}

.digital-cta-container {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
}

.digital-cta-text h2 {
  text-transform: uppercase;
  letter-spacing: -.5px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
}

.digital-cta-text h2 span {
  background: linear-gradient(135deg, var(--primary-light), var(--primary-accent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.digital-cta-text p {
  color: var(--gray-text);
  font-size: 1rem;
  line-height: 1.7;
}

.digital-cta-actions {
  flex-direction: column;
  gap: 12px;
  min-width: 260px;
  display: flex;
}

.digital-contact-section {
  background: var(--darkest-bg);
  border-top: 1px solid #e8962e1f;
  padding: 80px 0;
}

.digital-contact-container {
  grid-template-columns: 1fr 1.4fr;
  align-items: start;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
}

.digital-contact-info h2 {
  text-transform: uppercase;
  letter-spacing: -.5px;
  margin: 12px 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.1;
}

.digital-contact-info h2 span {
  background: linear-gradient(135deg, var(--primary-light), var(--primary-accent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.digital-contact-info > p {
  color: var(--gray-text);
  margin-bottom: 32px;
  font-size: .95rem;
  line-height: 1.75;
}

.digital-contact-items {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.digital-contact-item {
  align-items: center;
  gap: 14px;
  display: flex;
}

.digital-contact-icon {
  background: #e8962e14;
  border: 1px solid #e8962e2e;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.digital-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: var(--primary);
}

.digital-contact-item div {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.digital-contact-item strong {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--gray-text);
  font-size: .78rem;
  font-weight: 600;
}

.digital-contact-item a, .digital-contact-item span {
  color: var(--white);
  font-size: .92rem;
}

.digital-contact-item a:hover {
  color: var(--primary);
}

.digital-contact-form {
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  padding: 36px;
}

.digital-form-row {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.digital-contact-form .form-group {
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
  display: flex;
}

.digital-contact-form label {
  text-transform: uppercase;
  letter-spacing: .4px;
  color: var(--gray-text);
  font-size: .82rem;
  font-weight: 600;
}

.digital-contact-form input, .digital-contact-form select, .digital-contact-form textarea {
  color: var(--white);
  background: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: 11px 14px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  transition: border-color .2s, box-shadow .2s;
}

.digital-contact-form select option {
  color: var(--white);
  background: #1a1a2e;
}

.digital-contact-form input:focus, .digital-contact-form select:focus, .digital-contact-form textarea:focus {
  border-color: #e8962e80;
  box-shadow: 0 0 0 3px #e8962e14;
}

.digital-contact-form input::placeholder, .digital-contact-form textarea::placeholder {
  color: #fff3;
}

.digital-contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.digital-form-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  display: flex;
}

@media (max-width: 992px) {
  .digital-hero-container {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .digital-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .digital-hero-title {
    font-size: 2.4rem;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .digital-hero-visual {
    max-width: 380px;
    margin: 0 auto;
  }

  .digital-services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .digital-diff-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .digital-cta-container {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .digital-cta-actions {
    min-width: unset;
    flex-flow: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .digital-hero {
    padding: 70px 0 50px;
  }

  .digital-hero-title {
    font-size: 2rem;
  }

  .digital-services-grid {
    grid-template-columns: 1fr;
  }

  .digital-steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .digital-step-arrow {
    display: none;
  }

  .digital-contact-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }

  .digital-form-row {
    grid-template-columns: 1fr;
  }

  .digital-contact-form {
    padding: 24px 20px;
  }

  .digital-diff-text h2, .digital-cta-text h2 {
    font-size: 1.8rem;
  }

  .digital-cta-actions {
    flex-direction: column;
  }
}

.admin-loading {
  background: var(--darkest-bg);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.admin-spinner {
  border: 4px solid #e8962e33;
  border-top-color: var(--red-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: .8s linear infinite spin;
}

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

.admin-login-page {
  background: var(--darkest-bg);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
}

.admin-login-card {
  background: var(--darker-bg);
  text-align: center;
  border: 1px solid #e8962e26;
  border-radius: 16px;
  width: 100%;
  max-width: 420px;
  padding: 3rem;
}

.admin-login-logo img {
  border-radius: 8px;
  height: 60px;
  margin-bottom: 1.5rem;
}

.admin-login-card h2 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.admin-login-subtitle {
  color: #ffffff80;
  margin-bottom: 2rem;
}

.admin-login-form {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
}

.admin-field {
  text-align: left;
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.admin-field label {
  color: #ffffffb3;
  font-size: .85rem;
  font-weight: 600;
}

.admin-field input, .admin-field select {
  background: var(--dark-bg);
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  padding: .75rem 1rem;
  font-size: .95rem;
  transition: border-color .3s;
}

.admin-field input:focus, .admin-field select:focus {
  border-color: var(--red-primary);
  outline: none;
}

.admin-field input::placeholder {
  color: #ffffff4d;
}

.admin-field input[type="file"] {
  padding: .5rem;
}

.admin-field select option {
  background: var(--dark-bg);
  color: #fff;
}

.admin-btn-primary {
  background: var(--red-primary);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background .3s;
}

.admin-btn-primary:hover {
  background: var(--red-dark);
}

.admin-btn-primary:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.admin-btn-outline {
  color: var(--red-primary);
  border: 1px solid var(--red-primary);
  cursor: pointer;
  background: none;
  border-radius: 8px;
  padding: .5rem 1rem;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .3s, color .3s;
}

.admin-btn-outline:hover {
  background: var(--red-primary);
  color: #fff;
}

.admin-btn-danger {
  color: #fff;
  cursor: pointer;
  background: #e74c3c;
  border: none;
  border-radius: 8px;
  padding: .5rem 1rem;
  font-size: .85rem;
  font-weight: 600;
  transition: background .3s;
}

.admin-btn-danger:hover {
  background: #c0392b;
}

.admin-back-link {
  color: #ffffff80;
  margin-top: 1.5rem;
  font-size: .85rem;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.admin-back-link:hover {
  color: var(--red-primary);
}

.admin-alert {
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  font-size: .9rem;
  display: flex;
}

.admin-alert-error {
  color: #e74c3c;
  background: #e74c3c26;
  border: 1px solid #e74c3c4d;
}

.admin-alert-success {
  color: #2ecc71;
  background: #2ecc7126;
  border: 1px solid #2ecc714d;
}

.admin-alert-close {
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0 .25rem;
  font-size: 1.2rem;
}

.admin-layout {
  background: var(--darkest-bg);
  min-height: 100vh;
}

.admin-header {
  background: var(--darker-bg);
  z-index: 100;
  border-bottom: 1px solid #e8962e26;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.admin-header-left {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.admin-logo {
  border-radius: 6px;
  height: 40px;
}

.admin-header-left h1 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
}

.admin-header-right {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.admin-main {
  padding: 2rem;
}

.admin-container {
  max-width: 1100px;
  margin: 0 auto;
}

.admin-welcome {
  margin-bottom: 2rem;
}

.admin-welcome h2 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.admin-welcome p {
  color: #fff9;
}

.admin-section {
  background: var(--darker-bg);
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.admin-section-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.admin-section-header h3 {
  color: #fff;
  font-size: 1.25rem;
}

.admin-info h3 {
  color: var(--red-primary);
  margin-bottom: 1rem;
}

.admin-info ul {
  color: #fff9;
  padding-left: 1.25rem;
  font-size: .9rem;
  line-height: 1.8;
  list-style: outside;
}

.admin-info ul strong {
  color: var(--red-primary);
}

.admin-form {
  background: var(--dark-bg);
  border: 1px solid #ffffff0f;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.admin-form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.admin-preview {
  border-radius: 8px;
  max-width: 300px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.admin-preview img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 180px;
}

.admin-gallery-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  display: grid;
}

.admin-gallery-card {
  background: var(--dark-bg);
  border: 1px solid #ffffff0f;
  border-radius: 10px;
  overflow: hidden;
}

.admin-gallery-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.admin-gallery-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.admin-gallery-info {
  flex-direction: column;
  gap: .25rem;
  padding: .75rem;
  display: flex;
}

.admin-gallery-info strong {
  color: #fff;
  font-size: .85rem;
}

.admin-gallery-cat {
  color: var(--red-primary);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .75rem;
}

.admin-gallery-actions {
  gap: .5rem;
  padding: 0 .75rem .75rem;
  display: flex;
}

.admin-btn-sm {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: .35rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  transition: opacity .3s;
}

.admin-btn-sm:hover {
  opacity: .85;
}

.admin-btn-edit {
  background: var(--red-primary);
  color: #fff;
}

.admin-btn-delete {
  color: #e74c3c;
  background: #e74c3c33;
}

.admin-empty {
  color: #fff6;
  text-align: center;
  grid-column: 1 / -1;
  padding: 2rem;
  font-style: italic;
}

@media (max-width: 768px) {
  .admin-header {
    text-align: center;
    flex-direction: column;
    gap: 1rem;
  }

  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .admin-main {
    padding: 1rem;
  }

  .admin-section {
    padding: 1.25rem;
  }
}

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

@keyframes marquee-vertical {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-100% - 1rem));
  }
}

@keyframes blur-in {
  from {
    opacity: 0;
    filter: blur(12px);
  }

  to {
    opacity: 1;
    filter: blur();
  }
}

@keyframes border-beam {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.animate-marquee {
  animation: 5s linear infinite marquee;
}

.animate-marquee-vertical {
  animation: 40s linear infinite marquee-vertical;
}

.animate-blur-in {
  animation: .8s ease-out both blur-in;
}

.animate-border-beam {
  animation: border-beam var(--duration, 15s) linear infinite;
  animation-delay: var(--delay, 0s);
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}
