/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Barlow', system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-gray-100: #F2F2F0;
    --color-gray-200: #E0E0E0;
    --color-gray-500: #9CA3A8;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --leading-relaxed: 1.625;
    --radius-sm: 12px;
    --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-gold-100: #FFF8EB;
    --color-gold-200: #F0C854;
    --color-gold-300: #E5A91B;
    --color-gold-500: #C48E10;
    --color-navy: #2D3E50;
    --color-text: #2D3E50;
    --color-text-body: #4A4A4A;
    --color-text-muted: #9CA3A8;
    --color-error: #E5534B;
    --color-passado-dark: #0A1210;
    --color-passado-green: #00D47E;
    --color-passado-text: #8a9e90;
    --radius-pill: 100px;
    --radius-card: 20px;
    --font-sora: 'Sora', system-ui, sans-serif;
    --font-dm: 'DM Sans', system-ui, sans-serif;
  }
}
@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;
  }
  :-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 {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-1 {
    z-index: 1;
  }
  .z-100 {
    z-index: 100;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[120px\] {
    min-height: 120px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .max-w-\[460px\] {
    max-width: 460px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[580px\] {
    max-width: 580px;
  }
  .max-w-\[780px\] {
    max-width: 780px;
  }
  .max-w-\[1080px\] {
    max-width: 1080px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize-y {
    resize: vertical;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-black\/8 {
    border-color: color-mix(in srgb, #000 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 8%, transparent);
    }
  }
  .border-error {
    border-color: var(--color-error);
  }
  .border-gold-200 {
    border-color: var(--color-gold-200);
  }
  .bg-\[\#fdf2f2\] {
    background-color: #fdf2f2;
  }
  .bg-gold-100 {
    background-color: var(--color-gold-100);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .font-sora {
    font-family: var(--font-sora);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[0\.72rem\] {
    font-size: 0.72rem;
  }
  .text-\[0\.78rem\] {
    font-size: 0.78rem;
  }
  .text-\[0\.85rem\] {
    font-size: 0.85rem;
  }
  .text-\[2\.2rem\] {
    font-size: 2.2rem;
  }
  .text-\[clamp\(1\.8rem\,3vw\,2\.4rem\)\] {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
  }
  .text-\[clamp\(2\.6rem\,5vw\,4rem\)\] {
    font-size: clamp(2.6rem, 5vw, 4rem);
  }
  .text-\[clamp\(2rem\,4vw\,3rem\)\] {
    font-size: clamp(2rem, 4vw, 3rem);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-1\.5px\] {
    --tw-tracking: -1.5px;
    letter-spacing: -1.5px;
  }
  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
  .tracking-\[0\.3px\] {
    --tw-tracking: 0.3px;
    letter-spacing: 0.3px;
  }
  .tracking-\[1\.5px\] {
    --tw-tracking: 1.5px;
    letter-spacing: 1.5px;
  }
  .tracking-\[3px\] {
    --tw-tracking: 3px;
    letter-spacing: 3px;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-gold-500 {
    color: var(--color-gold-500);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-passado-green {
    color: var(--color-passado-green);
  }
  .text-passado-text {
    color: var(--color-passado-text);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-text-body {
    color: var(--color-text-body);
  }
  .text-text-muted {
    color: var(--color-text-muted);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-\[gap\] {
    transition-property: gap;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    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);
  }
  .hover\:gap-3 {
    &:hover {
      @media (hover: hover) {
        gap: calc(var(--spacing) * 3);
      }
    }
  }
  .hover\:text-gold-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gold-300);
      }
    }
  }
  .hover\:text-gold-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gold-500);
      }
    }
  }
  .max-md\:order-first {
    @media (width < 48rem) {
      order: -9999;
    }
  }
  .max-md\:ml-0 {
    @media (width < 48rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:items-start {
    @media (width < 48rem) {
      align-items: flex-start;
    }
  }
  .max-md\:px-6 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .max-md\:py-8 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .max-md\:py-14 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-sans);
  background: var(--color-gray-100);
  color: var(--color-text);
  line-height: 1.7;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nodePulse {
  0%,100% {
    r: 5;
  }
  50% {
    r: 7;
  }
}
@keyframes lineDash {
  to {
    stroke-dashoffset: -20;
  }
}
@keyframes ringPulse {
  0%,100% {
    opacity: .25;
    transform: scale(1);
  }
  50% {
    opacity: .4;
    transform: scale(1.02);
  }
}
@keyframes gateOpen {
  0%,12% {
    transform: translateX(0);
  }
  35%,75% {
    transform: translateX(var(--open-dir));
  }
  92%,100% {
    transform: translateX(0);
  }
}
@keyframes checkDraw {
  0%,33% {
    stroke-dashoffset: 120;
    opacity: 0;
  }
  36% {
    stroke-dashoffset: 120;
    opacity: 1;
  }
  46% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  78% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  88%,100% {
    stroke-dashoffset: 120;
    opacity: 0;
  }
}
@keyframes ageTextFade {
  0%,25% {
    opacity: .7;
  }
  32%,82% {
    opacity: 0;
  }
  96%,100% {
    opacity: .7;
  }
}
@keyframes pulseDot {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: .4;
  }
}
.animate-fade-up {
  opacity: 0;
  animation: fadeUp .8s ease forwards;
}
.animate-fade-up-1 {
  animation-delay: 0s;
}
.animate-fade-up-2 {
  animation-delay: .15s;
}
.animate-fade-up-3 {
  animation-delay: .3s;
}
.animate-fade-up-4 {
  animation-delay: .45s;
}
.nav-blur {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .85rem 2rem;
  background: var(--color-gold-300);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 12px rgba(229,169,27,.3);
  transition: all .25s;
}
.btn-primary:hover {
  background: var(--color-gold-500);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(229,169,27,.35);
}
.btn-primary svg {
  transition: transform .2s;
}
.btn-primary:hover svg {
  transform: translateX(3px);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .85rem 2rem;
  background: #fff;
  color: var(--color-text);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  border-radius: var(--radius-pill);
  border: 2px solid var(--color-gray-200);
  transition: all .25s;
}
.btn-secondary:hover {
  border-color: var(--color-gold-300);
  color: var(--color-gold-500);
}
.btn-submit {
  padding: .85rem 2rem;
  background: var(--color-gold-300);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: .9rem;
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(229,169,27,.3);
  transition: all .2s;
  align-self: flex-start;
}
.btn-submit:hover {
  background: var(--color-gold-500);
}
.nav-cta {
  padding: .5rem 1.5rem !important;
  background: var(--color-gold-300) !important;
  color: #fff !important;
  border-radius: var(--radius-pill) !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 8px rgba(229,169,27,.25);
  transition: all .2s !important;
}
.nav-cta:hover {
  background: var(--color-gold-500) !important;
}
.stat-card {
  background: var(--color-gold-300);
  border-radius: var(--radius-sm);
  padding: 1.5rem;
  border: 2px solid var(--color-gold-200);
  transition: all .3s;
}
.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(229,169,27,.25);
}
.form-input {
  width: 100%;
  padding: .85rem 1.2rem;
  background: #fff;
  border: 2px solid var(--color-gray-200);
  border-radius: var(--radius-sm);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: .95rem;
  font-weight: 500;
  outline: none;
  transition: border-color .2s;
}
.form-input::placeholder {
  color: var(--color-gray-500);
}
.form-input:focus {
  border-color: var(--color-gold-300);
}
.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--color-gold-100);
  border: 2px solid var(--color-gold-200);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-icon svg {
  color: var(--color-gold-500);
}
.product-card {
  background: var(--color-passado-dark);
  color: #E8E6E1;
  border: 1px solid rgba(0,212,126,.08);
  border-radius: var(--radius-card);
  padding: 3.5rem;
  font-family: var(--font-dm);
  transition: all .3s;
  box-shadow: 0 4px 30px rgba(0,0,0,.15);
}
.product-card:hover {
  border-color: rgba(0,212,126,.25);
  box-shadow: 0 8px 40px rgba(0,0,0,.2);
}
.product-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem 1rem;
  background: rgba(0,212,126,.08);
  border: 1px solid rgba(0,212,126,.12);
  border-radius: var(--radius-pill);
  font-family: var(--font-sora);
  font-size: .72rem;
  font-weight: 600;
  color: var(--color-passado-green);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1.5rem;
}
.product-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--color-passado-green);
  border-radius: 50%;
  animation: pulseDot 2s ease infinite;
}
.gate-container {
  width: 220px;
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gate-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0,212,126,.1);
  border-radius: 50%;
}
.gate-ring:nth-child(2) {
  inset: 20px;
  border-color: rgba(0,212,126,.06);
}
.gate-ring:nth-child(3) {
  inset: 40px;
  border-color: rgba(0,212,126,.03);
}
.gate-svg {
  position: relative;
  z-index: 2;
}
.prose h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-text);
  margin-top: 2.5rem;
  margin-bottom: .75rem;
  letter-spacing: -.3px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose h3 {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--color-text);
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}
.prose p, .prose li {
  color: var(--color-text-body);
  margin-bottom: .75rem;
  font-size: 1rem;
}
.prose ul {
  padding-left: 1.5rem;
  margin-bottom: .75rem;
}
.prose li {
  margin-bottom: .35rem;
}
.prose a {
  color: var(--color-gold-500);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
}
.prose a:hover {
  color: var(--color-gold-300);
}
.network-container {
  width: 480px;
  height: 480px;
}
.network-container svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .network-container {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  .product-card {
    padding: 2rem;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ease: initial;
    }
  }
}
