/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, 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: 'Space Grotesk', sans-serif;
    --color-white: #FFFFFF;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #FFFFFF;
    --color-surface-soft: #F5F5F7;
    --color-accent: #E87722;
    --color-accent-dk: #C2611A;
    --color-accent-lt: #F39B52;
    --color-accent-text: #A84808;
    --color-dark: #141414;
    --color-steel: #6B6B6B;
    --color-surface: #F5F5F7;
    --font-display: 'Barlow Condensed', sans-serif;
    --font-body: 'Inter', sans-serif;
    --spacing-section: 80px;
    --radius-card: 4px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-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"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .isolate {
    isolation: isolate;
  }
  .\!container {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .pl-section {
    padding-left: var(--spacing-section);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}
body {
  background: var(--color-bg);
  color: var(--color-steel);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  background: var(--color-accent);
  color: #fff;
  padding: 8px 16px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  z-index: 10000;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 16px;
}
#main-content:focus {
  outline: none;
}
h1, .h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(56px, 8vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  text-wrap: balance;
}
h2, .h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}
h3, .h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.2;
  text-wrap: balance;
}
h4, .h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
}
p {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 65ch;
  text-wrap: pretty;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: var(--radius-card);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 200ms cubic-bezier(0.22, 1, 0.36, 1), background 200ms ease, border-color 200ms ease, color 200ms ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn:active {
  transform: scale(0.97);
  transition-duration: 80ms;
}
.btn-primary {
  background: var(--color-accent);
  color: #ffffff;
  border-color: var(--color-accent);
}
.btn-primary:hover {
  background: #d4691a;
  border-color: #d4691a;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(232, 119, 34, 0.35);
}
.btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-ghost:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
  transform: translateY(-1px);
}
.btn-dark {
  background: var(--color-dark);
  color: #ffffff;
  border-color: var(--color-dark);
}
.btn-dark:hover {
  background: #2a2a2a;
  transform: translateY(-1px);
}
.btn-outline-accent {
  background: transparent;
  color: var(--color-accent-text);
  border-color: var(--color-accent);
}
.btn-outline-accent:hover {
  background: var(--color-accent);
  color: #ffffff;
}
.btn-outline-dark {
  background: transparent;
  color: var(--color-dark);
  border-color: var(--color-dark);
}
.btn-outline-dark:hover {
  background: var(--color-dark);
  color: #ffffff;
}
.section {
  padding: var(--spacing-section) 0;
}
.section-dark {
  background: var(--color-dark);
  color: rgba(255, 255, 255, 0.85);
}
.section-surface {
  background: var(--color-surface);
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5vw;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 4vw;
  }
  :root {
    --spacing-section: 60px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
  :root {
    --spacing-section: 40px;
  }
}
.accent-rule {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.accent-rule::before {
  content: '';
  display: block;
  width: 4px;
  height: 1em;
  background: var(--color-accent);
  border-radius: 2px;
  flex-shrink: 0;
}
.card {
  border-radius: var(--radius-card);
  overflow: hidden;
  cursor: pointer;
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.card:hover {
  transform: scale(1.02) translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15);
}
.card:active {
  transform: scale(0.99);
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  will-change: transform, opacity;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(32px);
  will-change: transform, opacity;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px;
  transition: background 300ms ease, backdrop-filter 300ms ease;
}
nav.scrolled {
  background: rgba(20, 20, 20, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 14px 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav-logo img {
  height: 44px;
  width: auto;
  object-fit: contain;
}
.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  transition: color 200ms;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 80ms ease-out;
}
.nav-links a:hover, .nav-links a.active {
  color: #ffffff;
}
.nav-links a:hover::after, .nav-links a.active::after {
  transform: scaleX(1);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 300ms ease;
}
.nav-hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 768px) {
  nav {
    padding: 12px 16px;
  }
  nav.scrolled {
    padding: 10px 16px;
  }
  .nav-logo img {
    height: 36px;
  }
  .nav-logo-text {
    font-size: clamp(12px, 3.5vw, 15px) !important;
    margin-left: 8px !important;
  }
  .nav-links {
    display: none;
  }
  .nav-cta .btn:not(:last-child) {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-dark);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-nav.open {
  opacity: 1;
  pointer-events: all;
}
.mobile-nav a {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(16px);
  transition: color 200ms, opacity 350ms cubic-bezier(0.22, 1, 0.36, 1), transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-nav.open a {
  opacity: 1;
  transform: translateY(0);
}
.mobile-nav a:hover {
  color: var(--color-accent);
}
.whatsapp-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  cursor: pointer;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
}
.whatsapp-fab:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 36px rgba(37, 211, 102, 0.55);
}
.whatsapp-fab:active {
  transform: scale(0.96);
}
.whatsapp-fab svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}
.sticky-quote {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(100%);
  z-index: 90;
  background: var(--color-accent);
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px 0 0 4px;
  transition: transform 300ms ease, background 200ms;
  box-shadow: -4px 0 20px rgba(232, 119, 34, 0.3);
}
.sticky-quote.visible {
  transform: translateY(-50%) translateX(0);
}
.sticky-quote:hover {
  background: #d4691a;
}
.back-to-top {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 200;
  width: 44px;
  height: 44px;
  background: var(--color-dark);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms cubic-bezier(0.22, 1, 0.36, 1), transform 300ms cubic-bezier(0.22, 1, 0.36, 1), background 200ms;
  transform: translateY(10px);
}
.back-to-top:active {
  transform: scale(0.93) translateY(0);
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #2a2a2a;
}
.back-to-top svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
}
footer {
  background: var(--color-dark);
  color: rgba(255, 255, 255, 0.6);
  padding: 80px 0 32px;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }
  footer .footer-grid>div:first-child {
    grid-column: span 2;
  }
  footer .footer-grid>div:last-child {
    grid-column: span 2;
  }
}
footer .footer-brand-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 8px;
}
footer .footer-tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  max-width: 260px;
}
footer .footer-heading {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 16px;
}
footer .footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 14px;
  transition: color 200ms;
}
footer .footer-links a:hover {
  color: #ffffff;
}
footer .footer-bottom {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
footer .footer-bottom a:hover {
  color: #ffffff;
}
.counter {
  font-variant-numeric: tabular-nums;
}
.shutter {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: hidden;
  background: #23262a;
}
.shutter.done {
  pointer-events: none;
}
.shutter-stage {
  position: absolute;
  inset: 0;
  perspective: 1700px;
  perspective-origin: 50% -6%;
}
.drum {
  position: absolute;
  left: -4%;
  right: -4%;
  top: 0;
  height: 74px;
  z-index: 30;
  transform-origin: 50% 0%;
  will-change: transform;
}
.drum-barrel {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,#0c0d0e 0%,#23262a 16%,#3a3f44 34%,#54595e 50%,#33373b 70%,#191b1d 90%,#000 100%);
  box-shadow: 0 14px 30px rgba(0,0,0,.6),inset 0 -2px 6px rgba(0,0,0,.6),inset 0 2px 3px rgba(255,255,255,.12);
  border-bottom: 2px solid #000;
}
.drum-barrel::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  height: 3px;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.5) 18%,rgba(255,255,255,.18) 50%,rgba(255,255,255,.5) 82%,transparent);
  filter: blur(.4px);
}
.drum-cap {
  position: absolute;
  top: 50%;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 31;
  background: radial-gradient(circle at 38% 34%,#6a6f74 0%,#3a3e42 38%,#15171a 72%,#000 100%);
  box-shadow: 0 10px 24px rgba(0,0,0,.6),inset 0 0 0 4px rgba(0,0,0,.35),inset 2px 2px 6px rgba(255,255,255,.14);
}
.drum-cap.l {
  left: -6px;
}
.drum-cap.r {
  right: -6px;
}
.drum-cap::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle at 40% 38%,#52565a,#1a1c1e);
  box-shadow: inset 1px 1px 2px rgba(255,255,255,.25);
}
.curtain {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  z-index: 20;
}
.slat {
  position: absolute;
  left: 0;
  right: 0;
  transform-origin: 50% 0%;
  will-change: transform,filter;
  backface-visibility: hidden;
  background: linear-gradient(180deg,#6c7276 0%,#b8bec2 14%,#d6dadd 30%,#a7adb1 50%,#7d8388 74%,#43484c 92%,#2c3033 100%);
  border-top: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.45);
}
.slat::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .5;
  background: repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0,rgba(255,255,255,.06) 1px,rgba(0,0,0,.05) 2px,rgba(0,0,0,.05) 3px,transparent 3px,transparent 7px);
}
.rail {
  position: absolute;
  left: 0;
  right: 0;
  transform-origin: 50% 0%;
  will-change: transform;
  backface-visibility: hidden;
  background: linear-gradient(180deg,#52575b 0%,#3c4145 22%,#2c2f33 60%,#1b1d1f 100%);
  border-top: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 -3px 8px rgba(0,0,0,.5),0 6px 18px rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rail .handle {
  position: absolute;
  top: 50%;
  width: 74px;
  height: 12px;
  border-radius: 7px;
  transform: translateY(-50%);
  background: linear-gradient(180deg,#15171a,#34383c);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.18),0 1px 2px rgba(0,0,0,.6);
}
.rail .handle.l {
  left: 9%;
}
.rail .handle.r {
  right: 9%;
}
.rail .plate {
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.12)) drop-shadow(0 -1px 1px rgba(0,0,0,.5));
}
.rail .plate img {
  height: 34px;
  width: auto;
  display: block;
  opacity: .96;
}
.guide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 25;
  background: linear-gradient(90deg,#0a0b0c,#34383c 40%,#1c1e20 60%,#000);
  box-shadow: inset 0 0 8px rgba(0,0,0,.7);
}
.guide.l {
  left: 0;
  border-right: 1px solid rgba(255,255,255,.06);
}
.guide.r {
  right: 0;
  border-left: 1px solid rgba(255,255,255,.06);
}
.guide .bolt {
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle at 38% 36%,#6a6f74,#15171a);
  box-shadow: inset 0 0 1px rgba(255,255,255,.4);
}
.sheen {
  position: absolute;
  inset: 0;
  z-index: 22;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0;
  background: linear-gradient(176deg,transparent 38%,rgba(255,255,255,.10) 47%,rgba(255,255,255,.34) 50%,rgba(255,255,255,.10) 53%,transparent 62%);
}
.shutter-skip {
  position: absolute;
  top: 24px;
  right: 26px;
  z-index: 40;
  font-family: 'Space Grotesk',sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 100px;
  padding: 9px 17px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s,color .2s,background .2s,transform .2s;
}
.shutter-skip:hover {
  color: #fff;
  background: rgba(255,255,255,.13);
  transform: translateY(-1px);
}
@media (max-width:700px) {
  .guide {
    width: 18px;
  }
  .rail .plate img {
    height: 26px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .shutter {
    display: none;
  }
}
.page-transition {
  position: fixed;
  inset: 0;
  background: var(--color-dark);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease;
}
.page-transition.out {
  opacity: 1;
  pointer-events: all;
}
.marquee-track {
  display: flex;
  gap: 64px;
  align-items: center;
  white-space: nowrap;
  animation: marquee-scroll 20s linear infinite;
}
.marquee-track:hover {
  animation-play-state: paused;
}
.marquee-wrap {
  overflow: hidden;
}
@media (max-width: 768px) {
  .marquee-track {
    animation-duration: 12s;
    gap: 40px;
  }
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.product-card-v2 {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-card);
  cursor: pointer;
  aspect-ratio: 3 / 4;
}
.product-card-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.product-card-v2:hover img {
  transform: scale(1.06);
}
.product-card-v2 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 20, 20, 0.95) 0%, rgba(20, 20, 20, 0.3) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
.product-card-v2 .hover-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}
.product-card-v2:hover .hover-bar {
  transform: scaleX(1);
}
.prod-hero-full-bleed {
  position: relative;
  height: 80vh;
  min-height: 550px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  color: #ffffff;
  margin-top: 84px;
}
@media (max-width: 768px) {
  .prod-hero-full-bleed {
    margin-top: 60px;
  }
}
.prod-hero-full-bleed .hero-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: var(--bg-desktop);
}
@media (max-width: 768px) {
  .prod-hero-full-bleed .hero-bg-image {
    background-image: var(--bg-mobile);
  }
}
.prod-hero-full-bleed .hero-overlay {
  display: none;
}
.prod-hero-title-card {
  position: absolute;
  bottom: 48px;
  left: 48px;
  background: var(--color-dark);
  padding: 24px 36px;
  border-left: 4px solid var(--color-accent);
  z-index: 5;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  max-width: 450px;
  text-align: left;
}
.prod-hero-title-card h1 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.prod-hero-full-bleed .scroll-down-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: color 300ms, transform 300ms;
  animation: bounce 2s infinite;
  z-index: 4;
}
.prod-hero-full-bleed .scroll-down-indicator:hover {
  color: var(--color-accent);
}
.prod-hero-full-bleed .scroll-down-indicator svg {
  width: 32px;
  height: 32px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-10px) translateX(-50%);
  }
  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}
.prod-overview-section {
  background: var(--color-bg);
  padding: 96px 0 80px;
}
.prod-overview-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 72px;
  align-items: center;
}
.prod-hero-tagline {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-accent-text);
  margin-bottom: 12px;
  display: inline-block;
  background: rgba(232, 119, 34, 0.08);
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid rgba(232, 119, 34, 0.15);
}
.prod-overview-text h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-dark);
  line-height: 1.15;
  margin-top: 8px;
  margin-bottom: 24px;
}
.prod-overview-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-steel);
  margin-bottom: 24px;
}
.prod-overview-text p.prod-overview-sub {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark);
  line-height: 1.7;
}
.prod-overview-actions {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.prod-overview-image {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: var(--color-dark);
  aspect-ratio: 4 / 5;
  width: 70%;
  margin-left: auto;
}
.prod-overview-image.aspect-4-5 {
  aspect-ratio: 4 / 5;
}
.prod-overview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.prod-overview-image:hover img {
  transform: scale(1.03);
}
.gallery-section {
  background: var(--color-surface);
  padding: 64px 0;
}
.gallery-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--color-accent) rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}
.gallery-scroll::-webkit-scrollbar {
  height: 4px;
}
.gallery-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.gallery-scroll::-webkit-scrollbar-thumb {
  background: var(--color-accent);
  border-radius: 2px;
}
.gallery-item {
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 400px;
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery-item:hover img {
  transform: scale(1.04);
}
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(20, 20, 20, 0);
  transition: background-color 200ms ease;
}
.gallery-item:hover::after {
  background-color: rgba(20, 20, 20, 0.15);
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.95);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}
.lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.lightbox img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms;
}
.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.15);
}
.lightbox-close svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms;
}
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.15);
}
.lightbox-nav svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
}
.lightbox-prev {
  left: 20px;
}
.lightbox-next {
  right: 20px;
}
.lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}
.benefits-section {
  background: var(--color-bg);
  padding: var(--spacing-section) 0;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--color-surface);
  border: 1px solid var(--color-surface);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 48px;
}
.benefit-item {
  background: var(--color-bg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 200ms;
}
.benefit-item:hover {
  background: var(--color-surface-soft);
}
.benefit-icon {
  width: 48px;
  height: 48px;
  background: rgba(232, 119, 34, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--color-accent);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefit-title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-dark);
  line-height: 1.1;
}
.benefit-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-steel);
}
.specs-section {
  background: var(--color-surface);
  padding: 100px 0;
}
.specs-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 64px;
  margin-top: 48px;
  align-items: start;
}
.specs-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.specs-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.specs-group-title {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent-text);
  border-bottom: 1.5px solid rgba(232, 119, 34, 0.15);
  padding-bottom: 8px;
}
.specs-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  background: #ffffff;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(20, 20, 20, 0.01);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), border-color 300ms ease, box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1), background 300ms ease;
}
.spec-row:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 119, 34, 0.25);
  box-shadow: 0 12px 24px rgba(232, 119, 34, 0.08);
  background: #ffffff;
}
.spec-label {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-dark);
}
.spec-value {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-steel);
  text-align: right;
}
.applications-title {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-steel);
  margin-bottom: 24px;
}
.applications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}
.app-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.02);
  border: 1px solid rgba(20, 20, 20, 0.08);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), border-color 300ms ease, box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1);
}
.app-item:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(232, 119, 34, 0.35);
  box-shadow: 0 16px 32px rgba(232, 119, 34, 0.1);
}
.app-icon {
  width: 24px;
  height: 24px;
  background: rgba(232, 119, 34, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 300ms cubic-bezier(0.22, 1, 0.36, 1), transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}
.app-item:hover .app-icon {
  background: var(--color-accent);
  transform: scale(1.1);
}
.app-icon svg {
  width: 12px;
  height: 12px;
  stroke: var(--color-accent);
  transition: stroke 300ms ease;
  fill: none;
}
.app-item:hover .app-icon svg {
  stroke: #ffffff;
}
.app-name {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-dark);
}
.specs-price-box {
  margin-top: 32px;
  background: var(--color-dark);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.specs-price-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--color-accent);
}
.specs-price-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
.specs-price-value {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}
.specs-price-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 12px;
  line-height: 1.5;
}
.faq-section {
  background: var(--color-surface);
  padding: var(--spacing-section) 0;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 48px;
}
details.faq-item {
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  padding: 0;
}
details.faq-item:nth-child(odd) {
  border-right: 1px solid rgba(20, 20, 20, 0.08);
  padding-right: 32px;
}
details.faq-item:nth-child(even) {
  padding-left: 32px;
}
summary.faq-q {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-dark);
  user-select: none;
  transition: color 200ms;
}
summary.faq-q::-webkit-details-marker {
  display: none;
}
summary.faq-q:hover {
  color: var(--color-accent-text);
}
summary.faq-q .faq-icon {
  width: 28px;
  height: 28px;
  border: 1.5px solid rgba(20, 20, 20, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 200ms, background 200ms;
}
summary.faq-q .faq-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--color-steel);
  transition: transform 300ms, stroke 200ms;
}
details[open] summary.faq-q .faq-icon {
  border-color: var(--color-accent);
  background: rgba(232, 119, 34, 0.08);
}
details[open] summary.faq-q .faq-icon svg {
  transform: rotate(45deg);
  stroke: var(--color-accent);
}
.faq-a {
  font-size: 14px;
  line-height: 1.75;
  color: var(--color-steel);
  padding-bottom: 22px;
  max-width: 480px;
}
details[open] .faq-a {
  animation: faqOpen 350ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes faqOpen {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes faqClose {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-6px);
  }
}
.related-section {
  background: var(--color-bg);
  padding: var(--spacing-section) 0;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px auto 0 0;
  width: 80%;
}
.rel-card {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  overflow: hidden;
  text-decoration: none;
  display: block;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.02);
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 200ms cubic-bezier(0.22, 1, 0.36, 1), border-color 200ms ease;
}
.rel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(20, 20, 20, 0.08);
  border-color: rgba(232, 119, 34, 0.25);
}
.rel-card-img {
  aspect-ratio: 4/5;
  overflow: hidden;
}
.rel-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.rel-card:hover .rel-card-img img {
  transform: scale(1.05);
}
.rel-card-body {
  padding: 20px;
}
.rel-card-name {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-dark);
  line-height: 1.1;
  margin-bottom: 6px;
}
.rel-card-spec {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--color-accent-text);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.rel-card-link {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 200ms;
}
.rel-card:hover .rel-card-link {
  color: var(--color-accent);
}
.rel-card-link svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
}
.prod-cta-section {
  background: var(--color-dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.prod-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(255, 255, 255, 0.015) 28px, rgba(255, 255, 255, 0.015) 29px);
  pointer-events: none;
}
.prod-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.prod-cta-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 0.95;
  margin-bottom: 16px;
}
.prod-cta-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 480px;
}
.prod-cta-buttons {
  display: flex;
  gap: 12px;
  flex-direction: column;
  min-width: 240px;
}
@media (max-width: 1024px) {
  .prod-overview-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .prod-overview-image {
    max-width: 385px;
    margin: 0 auto;
  }
  .specs-layout {
    grid-template-columns: 1fr;
  }
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  details.faq-item:nth-child(odd), details.faq-item:nth-child(even) {
    border-right: none;
    padding: 0;
  }
  .prod-cta-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .prod-cta-buttons {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .prod-overview-image {
    display: none;
  }
}
@media (max-width: 640px) {
  .prod-hero-full-bleed {
    height: 70vh;
    min-height: 420px;
  }
  .prod-hero-title-card {
    left: 20px;
    right: 20px;
    bottom: 32px;
    padding: 18px 24px;
    max-width: none;
  }
  .prod-overview-section {
    padding: 64px 0 48px;
  }
  .prod-overview-actions {
    flex-direction: column;
    gap: 12px;
  }
  .prod-overview-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: transparent;
    border: none;
    margin: 32px 0 0 0;
    padding: 0;
    overflow: visible;
  }
  .benefits-grid::-webkit-scrollbar {
    display: none;
  }
  .benefit-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 4px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--color-surface);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    width: 100%;
  }
  .benefit-item .benefit-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    margin: 0;
  }
  .benefit-item .benefit-title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 16px;
  }
  .benefit-item .benefit-desc {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .applications-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .specs-layout {
    gap: 36px;
  }
  .specs-container {
    gap: 24px;
  }
  .spec-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 16px;
  }
  .spec-value {
    text-align: left;
    font-size: 13.5px;
    width: 100%;
  }
  .related-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 10px 0 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .related-grid::-webkit-scrollbar {
    display: none;
  }
  .rel-card {
    flex: 0 0 224px;
    scroll-snap-align: center;
  }
  .prod-cta-buttons {
    flex-direction: column;
  }
  .gallery-item {
    width: 340px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal-left, .reveal-right {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
  .marquee-track {
    animation: none;
  }
  .mobile-nav a {
    opacity: 1;
    transform: none;
  }
}
.bl-cta {
  background: var(--color-dark);
  padding: 100px 32px;
  text-align: center;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.bl-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(232, 119, 34, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.bl-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bl-cta-sub {
  font-family: var(--font-mono), sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 24px;
  display: block;
}
.bl-cta-h2 {
  font-family: var(--font-display), sans-serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 0.95;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.bl-cta-p {
  font-size: 17px;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 44px;
  line-height: 1.6;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.bl-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn-cta-primary {
  position: relative;
  overflow: hidden;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 18px 36px;
  background: linear-gradient(135deg, var(--color-accent) 0%, #C2611A 100%);
  border: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 10px 30px rgba(232, 119, 34, 0.25);
  border-radius: 4px;
}
.btn-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(232, 119, 34, 0.4);
  background: linear-gradient(135deg, #f08c3e 0%, var(--color-accent) 100%);
}
.btn-cta-primary:active {
  transform: scale(0.97) !important;
  box-shadow: 0 6px 16px rgba(232, 119, 34, 0.3) !important;
  transition-duration: 80ms !important;
}
.btn-cta-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.btn-cta-primary:hover::before {
  left: 100%;
}
.btn-cta-ghost {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  padding: 18px 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  border-radius: 4px;
}
.btn-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--color-accent);
  transform: translateY(-2px);
}
.btn-cta-ghost:active {
  transform: scale(0.97) !important;
  transition-duration: 80ms !important;
}
.btn-cta-ghost svg {
  transition: transform 0.3s ease;
}
.btn-cta-ghost:hover svg {
  transform: translateX(4px);
}
.btn-whatsapp {
  background: #25D366 !important;
  color: #fff !important;
  border-color: #25D366 !important;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.25) !important;
}
.btn-whatsapp:hover {
  background: #20bd5a !important;
  border-color: #20bd5a !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4) !important;
}
.text-whatsapp {
  color: #25D366 !important;
}
.text-whatsapp:hover {
  color: #20bd5a !important;
}
.cs-hero {
  position: relative;
  height: 540px;
  overflow: hidden;
  background: var(--color-dark);
}
.cs-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}
.cs-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.1) 0%, rgba(20, 20, 20, 0.4) 50%, rgba(20, 20, 20, 0.92) 100%);
  z-index: 2;
}
.cs-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 120px 5vw 56px;
  z-index: 5;
}
.cs-breadcrumb {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cs-breadcrumb a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 200ms;
}
.cs-breadcrumb a:hover {
  color: var(--color-accent);
}
.cs-breadcrumb span {
  opacity: 0.5;
}
.cs-tag {
  display: inline-block;
  background: rgba(232, 119, 34, 0.12);
  color: var(--color-accent);
  border: 1px solid rgba(232, 119, 34, 0.25);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 4px;
  width: fit-content;
  margin-bottom: 16px;
}
.cs-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.5vw, 4.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  max-width: 900px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.cs-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-family: var(--font-mono);
  align-items: center;
}
.cs-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cs-meta-divider {
  width: 4px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 50%;
  opacity: 0.6;
}
.cs-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px 100px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 64px;
  align-items: start;
}
.cs-main {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.cs-carousel-section {
  position: relative;
  background: var(--color-dark);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.cs-carousel-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  background: #0f0f0f;
  cursor: zoom-in;
}
.cs-carousel-slides {
  width: 100%;
  height: 100%;
  position: relative;
}
.cs-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0.98);
  z-index: 1;
}
.cs-carousel-slide.active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  z-index: 2;
}
.cs-carousel-slide img, .cs-carousel-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cs-carousel-caption {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(15, 15, 15, 0.92) 0%, rgba(15, 15, 15, 0.3) 70%, transparent 100%);
  padding: 32px 32px 20px;
  color: #fff;
  font-size: 14px;
  z-index: 5;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.cs-carousel-desc {
  max-width: 75%;
  font-family: var(--font-body);
  line-height: 1.5;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
}
.cs-carousel-counter {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.1em;
  background: rgba(15, 15, 15, 0.6);
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cs-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  background: rgba(15, 15, 15, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 250ms, border-color 250ms, transform 250ms;
}
.cs-carousel-nav:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  transform: translateY(-50%) scale(1.08);
}
.cs-carousel-nav:active {
  transform: translateY(-50%) scale(0.94);
}
.cs-carousel-nav svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  stroke-width: 2.5;
  transition: transform 200ms;
}
.cs-carousel-prev {
  left: 20px;
}
.cs-carousel-next {
  right: 20px;
}
.cs-carousel-prev:hover svg {
  transform: translateX(-2px);
}
.cs-carousel-next:hover svg {
  transform: translateX(2px);
}
.cs-carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 0;
  background: transparent;
  border-top: none;
}
.cs-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 250ms ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.cs-carousel-dot.active {
  background: var(--color-accent);
  transform: scale(1.25);
  box-shadow: 0 0 8px var(--color-accent), 0 1px 3px rgba(0, 0, 0, 0.6);
}
.cs-section {
  display: flex;
  flex-direction: column;
}
.cs-section-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cs-section-label::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: rgba(20, 20, 20, 0.08);
}
.cs-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--color-dark);
  line-height: 1.15;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cs-brief-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.cs-brief-card {
  padding: 40px 48px;
  border-radius: 12px;
  border: 1px solid rgba(20, 20, 20, 0.06);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  transition: transform 400ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 300ms ease, box-shadow 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cs-brief-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.08);
}
.cs-brief-card:nth-child(1) {
  background: linear-gradient(135deg, rgba(186, 45, 25, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(186, 45, 25, 0.12);
  border-left: 5px solid #ba2d19;
}
.cs-brief-card:nth-child(1):hover {
  border-color: rgba(186, 45, 25, 0.35);
}
.cs-brief-card:nth-child(1) .cs-brief-card-icon {
  background: rgba(186, 45, 25, 0.08) !important;
  color: #ba2d19 !important;
  box-shadow: 0 4px 12px rgba(186, 45, 25, 0.1);
}
.cs-brief-card:nth-child(1) h3::after {
  background: #ba2d19 !important;
}
.cs-brief-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(46, 117, 81, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(46, 117, 81, 0.12);
  border-left: 5px solid #2e7551;
}
.cs-brief-card:nth-child(2):hover {
  border-color: rgba(46, 117, 81, 0.35);
}
.cs-brief-card:nth-child(2) .cs-brief-card-icon {
  background: rgba(46, 117, 81, 0.08) !important;
  color: #2e7551 !important;
  box-shadow: 0 4px 12px rgba(46, 117, 81, 0.1);
}
.cs-brief-card:nth-child(2) h3::after {
  background: #2e7551 !important;
}
.cs-brief-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cs-brief-card:hover .cs-brief-card-icon {
  transform: scale(1.12) rotate(5deg);
}
.cs-brief-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.2px;
}
.cs-brief-card h3 {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cs-brief-card h3::after {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--color-accent);
  border-radius: 50%;
  display: inline-block;
}
@keyframes pulse-challenge {
  0% {
    box-shadow: 0 0 0 0 rgba(186, 45, 25, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(186, 45, 25, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(186, 45, 25, 0);
  }
}
@keyframes pulse-solution {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 117, 81, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(46, 117, 81, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(46, 117, 81, 0);
  }
}
.cs-brief-card:nth-child(1) h3::after {
  animation: pulse-challenge 2s infinite;
}
.cs-brief-card:nth-child(2) h3::after {
  animation: pulse-solution 2s infinite;
}
.cs-brief-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-steel);
}
.cs-brief-card p:first-of-type {
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--color-dark);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.cs-brief-card p:not(:last-child) {
  margin-bottom: 14px;
}
.cs-solution-bullets {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 28px;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
  padding-top: 28px;
}
.cs-solution-bullets li {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-steel);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(46, 117, 81, 0.06);
  padding: 14px 16px;
  border-radius: 8px;
  transition: all 250ms ease;
}
.cs-solution-bullets li:hover {
  background: #ffffff;
  border-color: rgba(46, 117, 81, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(46, 117, 81, 0.06);
}
.cs-solution-bullets li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-color: rgba(46, 117, 81, 0.1);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e7551' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
  transition: transform 250ms ease, background-color 250ms ease;
}
.cs-solution-bullets li:hover::before {
  transform: scale(1.15);
  background-color: rgba(46, 117, 81, 0.2);
}
.cs-spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.cs-spec-card {
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 4px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.02);
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 250ms ease;
}
.cs-spec-card:hover {
  border-color: var(--color-accent);
  background: #fafaf9;
  box-shadow: 0 12px 30px rgba(20, 20, 20, 0.06);
}
.cs-spec-card .k {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-steel);
}
.cs-spec-card .v {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-dark);
}
.cs-quote-card {
  background: var(--color-dark);
  padding: 48px 48px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.cs-quote-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--color-accent);
}
.cs-quote-card-icon {
  position: absolute;
  top: 24px;
  left: 32px;
  font-family: var(--font-display);
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(232, 119, 34, 0.08);
  user-select: none;
}
.cs-quote-card blockquote {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.cs-quote-card cite {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
  font-style: normal;
  position: relative;
  z-index: 2;
}
.cs-quote-card cite::before {
  content: '';
  width: 16px;
  height: 1px;
  background: var(--color-accent);
}
.cs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
}
.cs-info-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 4px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 12px 30px rgba(20, 20, 20, 0.03);
}
.cs-info-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-dark);
  margin-bottom: 24px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs-info-card h3::after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background: var(--color-accent);
}
.cs-info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(20, 20, 20, 0.08);
  gap: 16px;
}
.cs-info-row:last-child {
  border-bottom: none;
}
.cs-info-row .k {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-steel);
  flex-shrink: 0;
}
.cs-info-row .v {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-dark);
  text-align: right;
}
.cs-cta-card {
  background: var(--color-dark);
  padding: 32px;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.cs-cta-card h4 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.03em;
}
.cs-cta-card p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
  line-height: 1.5;
}
.cs-cta-card .btn-whatsapp {
  width: 100%;
  justify-content: center;
  margin-bottom: 12px;
  padding: 14px 24px;
  font-size: 14px;
}
.cs-cta-card .btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  padding: 14px 24px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 250ms ease;
}
.cs-cta-card .btn-outline:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}
.cs-cta-card .btn-outline svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
.cs-metrics-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--color-surface);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.02);
  margin-bottom: 24px;
  border: 1px solid rgba(20, 20, 20, 0.08);
}
.cs-metric-card {
  background: #ffffff;
  padding: 24px 20px;
  text-align: center;
  transition: all 250ms cubic-bezier(0.22, 1, 0.36, 1);
}
.cs-metric-card:hover {
  background: #fafaf9;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
}
.cs-metric-card .n {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--color-dark);
  line-height: 1;
}
.cs-metric-card .l {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-steel);
  margin-top: 6px;
}
.cs-nav-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 100px;
}
.cs-nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.cs-nav-btn {
  background: #ffffff;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 4px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.02);
}
.cs-nav-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.cs-nav-btn.prev::before {
  transform-origin: right;
}
.cs-nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.04);
  border-color: rgba(232, 119, 34, 0.2);
}
.cs-nav-btn:hover::before {
  transform: scaleX(1);
}
.cs-nav-btn .lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
  display: flex;
  align-items: center;
  gap: 8px;
}
.cs-nav-btn.next .lbl {
  justify-content: flex-end;
}
.cs-nav-btn .lbl svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: transform 250ms ease;
}
.cs-nav-btn.prev:hover .lbl svg {
  transform: translateX(-4px);
}
.cs-nav-btn.next:hover .lbl svg {
  transform: translateX(4px);
}
.cs-nav-btn .ttl {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--color-dark);
  text-transform: uppercase;
  line-height: 1.2;
}
.cs-nav-btn.next .ttl {
  text-align: right;
}
@media (max-width:1024px) {
  .cs-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 64px;
  }
  .cs-main {
    display: contents;
  }
  .cs-sidebar {
    display: contents;
  }
  .cs-info-card {
    order: -2;
  }
  .cs-carousel-section {
    order: -1;
  }
  .cs-nav-wrapper {
    padding-bottom: 64px;
  }
  .sticky-quote {
    display: none !important;
  }
}
@media (max-width:768px) {
  .cs-hero {
    height: 420px;
  }
  .cs-hero-content {
    padding: 90px 24px 32px;
  }
  .cs-title {
    margin-bottom: 12px;
  }
  .cs-layout {
    padding: 48px 24px 64px;
  }
  .cs-carousel-viewport {
    min-height: auto;
  }
  .cs-brief-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .cs-brief-card {
    padding: 24px 20px;
  }
  .cs-solution-bullets {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .cs-spec-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cs-quote-card {
    padding: 36px 32px;
  }
  .cs-nav-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cs-nav-btn {
    padding: 20px 24px;
  }
  .cs-nav-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width:480px) {
  .cs-hero {
    height: 360px;
  }
  .cs-meta {
    gap: 12px;
    font-size: 12px;
  }
  .cs-meta-divider {
    display: none;
  }
  .cs-spec-grid {
    grid-template-columns: 1fr;
  }
  .cs-quote-card blockquote {
    font-size: 15px;
  }
  .cs-metrics-bar {
    grid-template-columns: 1fr;
  }
}
.presence-section {
  background: var(--color-bg);
  padding: var(--spacing-section) 0;
  position: relative;
  overflow: hidden;
}
.presence-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  margin-top: 40px;
}
.presence-map-col {
  background: var(--color-dark);
  border-radius: 4px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 48px rgba(20, 20, 20, 0.25);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.map-wrapper {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.india-svg {
  width: 100%;
  height: auto;
  display: block;
}
.map-outline {
  fill: rgba(255, 255, 255, 0.03);
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.5;
  transition: fill 300ms ease, stroke 300ms ease;
}
.presence-map-col:hover .map-outline {
  fill: rgba(255, 255, 255, 0.04);
  stroke: rgba(255, 255, 255, 0.12);
}
.map-state {
  fill: rgba(255, 255, 255, 0.035);
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 0.75;
  transition: fill 250ms ease, stroke 250ms ease;
}
.map-state:hover {
  fill: rgba(255, 255, 255, 0.1);
  stroke: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.coverage-dot {
  fill: var(--color-accent);
  opacity: 0.65;
  transition: all 400ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
  pointer-events: none;
  filter: drop-shadow(0 0 2px var(--color-accent));
}
.coverage-dot.active {
  opacity: 1;
  transform: scale(1.6);
  filter: drop-shadow(0 0 6px var(--color-accent));
}
.map-link {
  stroke: var(--color-accent);
  stroke-width: 1;
  stroke-dasharray: 4, 4;
  opacity: 0.15;
  transition: opacity 300ms, stroke-width 300ms;
}
.map-link.active {
  opacity: 0.55;
  stroke-width: 1.5;
  animation: line-pulse 2s ease-in-out infinite;
}
@keyframes line-pulse {
  0%, 100% {
    opacity: 0.35;
    stroke-width: 1.2px;
  }
  50% {
    opacity: 0.65;
    stroke-width: 1.8px;
  }
}
.map-node {
  cursor: pointer;
}
.map-node .core {
  fill: #fff;
  transition: fill 200ms, transform 200ms;
}
.map-node .halo {
  fill: var(--color-accent);
  opacity: 0.35;
  transform: scale(1);
  transform-origin: center;
  transition: all 400ms cubic-bezier(0.22, 1, 0.36, 1);
}
.map-node:hover .halo, .map-node.active .halo {
  opacity: 0.7;
  transform: scale(1.35);
  animation: node-halo-pulse 2s infinite;
}
.map-node:hover .core, .map-node.active .core {
  fill: var(--color-accent);
  transform: scale(1.15);
}
@keyframes node-halo-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.45);
    opacity: 0.35;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
.node-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  fill: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
  text-anchor: middle;
  pointer-events: none;
  transition: fill 250ms, font-size 250ms;
}
.node-label.text-left {
  text-anchor: start;
}
.node-label.text-right {
  text-anchor: end;
}
.map-node:hover .node-label, .map-node.active .node-label {
  fill: #ffffff;
  font-size: 10.5px;
}
.glow-circle {
  transition: opacity 300ms ease;
}
.presence-info-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.network-stats-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent-text);
  background: rgba(232, 119, 34, 0.08);
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid rgba(232, 119, 34, 0.15);
  margin-bottom: 20px;
}
.network-stats-pill .pulse-dot {
  width: 6px;
  height: 6px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 0 8px #25D366;
  animation: dot-ping 1.5s infinite;
}
@keyframes dot-ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.presence-subtitle {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-dark);
  margin-bottom: 12px;
}
.presence-lead {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-steel);
  margin-bottom: 28px;
}
.glass-hub-card {
  background: rgba(20, 20, 20, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 4px;
  padding: 30px;
  color: #fff;
  width: 100%;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  min-height: 310px;
  box-sizing: border-box;
}
.hub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 14px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 12px;
}
.hub-header h4 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.hub-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  padding: 4px 8px;
  border-radius: 2px;
}
.hub-badge.primary {
  background: rgba(232, 119, 34, 0.12);
  border-color: rgba(232, 119, 34, 0.35);
  color: var(--color-accent);
}
.hub-desc {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
}
.hub-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0;
  margin-bottom: 20px;
}
.hub-stat-cell {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.hub-stat-cell:last-child {
  border-right: none;
}
.hub-stat-cell .num {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.1;
}
.hub-stat-cell .lbl {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 4px;
}
.hub-meta-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hub-meta-item {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}
.hub-meta-item strong {
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  margin-right: 4px;
}
.hub-data {
  animation: hub-fade-in 300ms ease-out forwards;
}
@keyframes hub-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .presence-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .presence-map-col {
    padding: 16px;
  }
  .glass-hub-card {
    padding: 20px;
    min-height: 290px;
  }
  .presence-info-col {
    display: none !important;
  }
}
.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--color-accent);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 200ms ease, height 200ms ease, background 200ms ease;
  will-change: transform;
}
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(232, 119, 34, 0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  transition: width 250ms cubic-bezier(0.22, 1, 0.36, 1), height 250ms cubic-bezier(0.22, 1, 0.36, 1), border-color 250ms ease, opacity 250ms ease;
  will-change: transform;
}
.cursor-ring.hover {
  width: 52px;
  height: 52px;
  border-color: rgba(232, 119, 34, 0.9);
}
.cursor-dot.hidden, .cursor-ring.hidden {
  opacity: 0;
}
@media (hover: none) {
  .cursor-dot, .cursor-ring {
    display: none;
  }
}
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: var(--color-accent);
  z-index: 99997;
  width: 0%;
  transition: width 80ms linear;
  pointer-events: none;
  box-shadow: 0 0 6px rgba(232, 119, 34, 0.5);
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient( 75px circle at var(--sx, 50%) var(--sy, 50%), rgba(255, 255, 255, 0.25) 0%, transparent 65% );
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}
.btn-primary:hover::after {
  opacity: 1;
}
.reveal-clip {
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  transition: clip-path 800ms cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-clip.clip-visible {
  clip-path: inset(0 0% 0 0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal-clip {
    clip-path: none;
    transition: none;
  }
}
.specs-table tbody tr {
  transition: background 150ms ease;
}
.specs-table tbody tr:hover td {
  background: rgba(232, 119, 34, 0.04);
}
:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(232, 119, 34, 0.18);
  border-radius: 2px;
}
.prod-card::before, .product-card-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background: radial-gradient(180px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.09), transparent 60%);
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}
.prod-card:hover::before, .product-card-v2:hover::before {
  opacity: 1;
}
.testi-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.testi-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(20, 20, 20, 0.18);
  cursor: pointer;
  transition: background 250ms ease, transform 250ms ease, width 250ms cubic-bezier(0.22, 1, 0.36, 1);
  border: none;
  padding: 0;
  flex-shrink: 0;
}
.testi-dot.active {
  background: var(--color-accent);
  transform: scale(1.3);
  width: 20px;
  border-radius: 3px;
}
.ab-tl-item {
  transition: border-color 400ms ease;
}
.ab-tl-item.tl-active {
  border-left-color: var(--color-accent) !important;
}
.ab-tl-item.tl-active .ab-tl-year {
  color: var(--color-accent) !important;
}
.ab-tl-item.tl-active .ab-tl-title {
  color: #ffffff !important;
}
.grid-bg {
  background-image: linear-gradient(rgba(20, 20, 20, 0.038) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 20, 20, 0.038) 1px, transparent 1px);
  background-size: 72px 72px;
  background-position: center center;
}
.why-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.028;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.prod-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 5;
  box-shadow: inset 0 0 0 0 transparent;
  transition: box-shadow 300ms ease;
}
.prod-card:hover::after {
  box-shadow: inset 0 0 0 1.5px rgba(232, 119, 34, 0.75);
}
.prod-card:hover {
  box-shadow: 0 20px 48px rgba(232, 119, 34, 0.14);
}
.wrd-in {
  will-change: transform;
  backface-visibility: hidden;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.section-label {
  will-change: transform, opacity;
}
.stat-cell-new {
  will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .why-section::after, .prod-card::after {
    display: none;
  }
  .wrd-in {
    will-change: auto;
  }
}
@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-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: 0px;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@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-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-outline-style: solid;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
