/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */

@layer properties {
    @supports (((-webkit-hyphens: none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        *, ::backdrop, :after, :before {
            --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-ease: initial
        }
    }
}

@layer theme {
    :host,
    :root {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-red-500: oklch(63.7% .237 25.331);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1/.75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25/.875);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75/1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75/1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2/1.5);
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --leading-relaxed: 1.625;
        --radius-md: .375rem;
        --radius-lg: .5rem;
        --radius-xl: .75rem;
        --ease-out: cubic-bezier(0, 0, .2, 1);
        --animate-spin: spin 1s linear infinite;
        --aspect-video: 16/9;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {
    *,
    ::backdrop,
    :after,
    :before {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }
    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }
    :host,
    html {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }
    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }
    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }
    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }
    b,
    strong {
        font-weight: bolder
    }
    code,
    kbd,
    pre,
    samp {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }
    small {
        font-size: 80%
    }
    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }
    sub {
        bottom: -.25em
    }
    sup {
        top: -.5em
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }
    :-moz-focusring {
        outline: auto
    }
    progress {
        vertical-align: baseline
    }
    summary {
        display: list-item
    }
    menu,
    ol,
    ul {
        list-style: none
    }
    audio,
    canvas,
    embed,
    iframe,
    img,
    object,
    svg,
    video {
        vertical-align: middle;
        display: block
    }
    img,
    video {
        max-width: 100%;
        height: auto
    }
    button,
    input,
    optgroup,
    select,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }
    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }
    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }
    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }
    ::file-selector-button {
        margin-inline-end: 4px
    }
    ::placeholder {
        opacity: 1
    }
    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }
        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }
    textarea {
        resize: vertical
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none
    }
    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }
    ::-webkit-datetime-edit {
        display: inline-flex
    }
    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }
    ::-webkit-datetime-edit,
    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }
    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }
    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }
    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }
    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }
    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }
    :-moz-ui-invalid {
        box-shadow: none
    }
    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }
    ::file-selector-button {
        appearance: button
    }
    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
        height: auto
    }
    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;
@layer utilities {
    .visible {
        visibility: visible
    }
    .absolute {
        position: absolute
    }
    .fixed {
        position: fixed
    }
    .relative {
        position: relative
    }
    .-top-3 {
        top: calc(var(--spacing)*-3)
    }
    .right-4 {
        right: calc(var(--spacing)*4)
    }
    .container {
        width: 100%
    }
    @media (min-width:40rem) {
        .container {
            max-width: 40rem
        }
    }
    @media (min-width:48rem) {
        .container {
            max-width: 48rem
        }
    }
    @media (min-width:64rem) {
        .container {
            max-width: 64rem
        }
    }
    @media (min-width:80rem) {
        .container {
            max-width: 80rem
        }
    }
    @media (min-width:96rem) {
        .container {
            max-width: 96rem
        }
    }
    .mx-auto {
        margin-inline: auto
    }
    .mb-2 {
        margin-bottom: calc(var(--spacing)*2)
    }
    .block {
        display: block
    }
    .flex {
        display: flex
    }
    .hidden {
        display: none
    }
    .inline-block {
        display: inline-block
    }
    .aspect-video {
        aspect-ratio: var(--aspect-video)
    }
    .h-4 {
        height: calc(var(--spacing)*4)
    }
    .h-5 {
        height: calc(var(--spacing)*5)
    }
    .h-6 {
        height: calc(var(--spacing)*6)
    }
    .h-7 {
        height: calc(var(--spacing)*7)
    }
    .h-10 {
        height: calc(var(--spacing)*10)
    }
    .h-12 {
        height: calc(var(--spacing)*12)
    }
    .h-16 {
        height: calc(var(--spacing)*16)
    }
    .h-full {
        height: 100%
    }
    .min-h-screen {
        min-height: 100vh
    }
    .w-4 {
        width: calc(var(--spacing)*4)
    }
    .w-5 {
        width: calc(var(--spacing)*5)
    }
    .w-8 {
        width: calc(var(--spacing)*8)
    }
    .w-10 {
        width: calc(var(--spacing)*10)
    }
    .w-12 {
        width: calc(var(--spacing)*12)
    }
    .w-16 {
        width: calc(var(--spacing)*16)
    }
    .w-full {
        width: 100%
    }
    .flex-1 {
        flex: 1
    }
    .flex-shrink-0 {
        flex-shrink: 0
    }
    .rotate-180 {
        rotate: 180deg
    }
    .transform {
        transform: var(--tw-rotate-x, )var(--tw-rotate-y, )var(--tw-rotate-z, )var(--tw-skew-x, )var(--tw-skew-y, )
    }
    .animate-spin {
        animation: var(--animate-spin)
    }
    .resize {
        resize: both
    }
    .items-center {
        align-items: center
    }
    .items-start {
        align-items: flex-start
    }
    .justify-between {
        justify-content: space-between
    }
    .justify-center {
        justify-content: center
    }
    .gap-2 {
        gap: calc(var(--spacing)*2)
    }
    .gap-3 {
        gap: calc(var(--spacing)*3)
    }
    .gap-4 {
        gap: calc(var(--spacing)*4)
    }
    .overflow-hidden {
        overflow: hidden
    }
    .rounded {
        border-radius: .25rem
    }
    .rounded-\[var\(--radius-xl\)\] {
        border-radius: var(--radius-xl)
    }
    .rounded-full {
        border-radius: 3.40282e+38px
    }
    .rounded-md {
        border-radius: var(--radius-md)
    }
    .rounded-xl {
        border-radius: var(--radius-xl)
    }
    .rounded-t-\[var\(--radius-xl\)\] {
        border-top-left-radius: var(--radius-xl);
        border-top-right-radius: var(--radius-xl)
    }
    .rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .rounded-b-\[var\(--radius-xl\)\] {
        border-bottom-right-radius: var(--radius-xl);
        border-bottom-left-radius: var(--radius-xl)
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }
    .border-2 {
        border-style: var(--tw-border-style);
        border-width: 2px
    }
    .border-4 {
        border-style: var(--tw-border-style);
        border-width: 4px
    }
    .border-\[\#ab58f4\] {
        border-color: #ab58f4
    }
    .border-\[rgba\(171\, 88\, 244\, 0\.3\)\] {
        border-color: #ab58f44d
    }
    .border-\[var\(--border-color\)\] {
        border-color: var(--border-color)
    }
    .border-t-transparent {
        border-top-color: #0000
    }
    .bg-\[rgba\(171\, 88\, 244\, 0\.1\)\] {
        background-color: #ab58f41a
    }
    .bg-\[rgba\(171\, 88\, 244\, 0\.15\)\] {
        background-color: #ab58f426
    }
    .bg-\[rgba\(255\, 255\, 255\, 0\.05\)\] {
        background-color: #ffffff0d
    }
    .bg-black {
        background-color: var(--color-black)
    }
    .object-contain {
        object-fit: contain
    }
    .object-cover {
        object-fit: cover
    }
    .px-4 {
        padding-inline: calc(var(--spacing)*4)
    }
    .py-8 {
        padding-block: calc(var(--spacing)*8)
    }
    .text-center {
        text-align: center
    }
    .text-left {
        text-align: left
    }
    .font-mono {
        font-family: var(--font-mono)
    }
    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }
    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height))
    }
    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }
    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height))
    }
    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }
    .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed)
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }
    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }
    .text-\[\#10B981\] {
        color: #10b981
    }
    .text-\[\#ab58f4\] {
        color: #ab58f4
    }
    .text-\[var\(--foreground-muted\)\] {
        color: var(--foreground-muted)
    }
    .text-red-500 {
        color: var(--color-red-500)
    }
    .text-white {
        color: var(--color-white)
    }
    .uppercase {
        text-transform: uppercase
    }
    .line-through {
        text-decoration-line: line-through
    }
    .opacity-60 {
        opacity: .6
    }
    .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))
    }
    .transition-transform {
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }
    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out)
    }
}

:root {
    --background: #000;
    --background-card: #0c1011f2;
    --foreground: #f9f9f9;
    --foreground-muted: #9ca3af;
    --foreground-secondary: #d1d5db;
    --gradient-primary: linear-gradient(135deg, #4a37b6, #ab58f4);
    --gradient-button: linear-gradient(135deg, #ab58f4, #4a37b6);
    --gradient-success: linear-gradient(135deg, #10b981, #059669);
    --border-color: #80808026;
    --border-accent: #6452d44d;
    --spacing-xs: clamp(4px, 1vw, 6px);
    --spacing-sm: clamp(8px, 2vw, 12px);
    --spacing-md: clamp(12px, 3vw, 16px);
    --spacing-lg: clamp(18px, 5vw, 24px);
    --spacing-xl: clamp(24px, 7vw, 32px);
    --font-xs: clamp(10px, 2.5vw, 12px);
    --font-sm: clamp(12px, 3vw, 14px);
    --font-md: clamp(14px, 3.5vw, 16px);
    --font-lg: clamp(16px, 4.5vw, 20px);
    --font-xl: clamp(18px, 5.5vw, 24px);
    --font-2xl: clamp(20px, 6.5vw, 32px);
    --font-3xl: clamp(24px, 7.5vw, 36px);
    --radius-sm: clamp(6px, 1.8vw, 8px);
    --radius-md: clamp(10px, 3vw, 12px);
    --radius-lg: clamp(12px, 4vw, 16px);
    --radius-xl: clamp(16px, 5vw, 24px)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-hyphens: none !important;
    hyphens: none !important
}

html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100vw
}

body,
html {
    overflow-x: hidden
}

body {
    background: var(--background);
    color: var(--foreground);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6
}

.container-dpgm {
    max-width: 520px;
    padding: var(--spacing-lg)var(--spacing-md);
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.card-dpgm {
    background: #111517a6;
    border: 1px solid #80808026;
    border-radius: clamp(16px, 5vw, 24px);
    padding: clamp(20px, 6vw, 32px);
    position: relative;
    overflow: hidden
}

.card-dpgm-sm {
    padding: var(--spacing-lg)
}

.card-highlight {
    border: 1px solid var(--border-accent);
    box-shadow: 0 4px 20px #4a37b626
}

.action-text-typing {
    text-align: center;
    margin-bottom: var(--spacing-lg);
    color: var(--foreground);
    font-size: clamp(16px, 4.5vw, 20px);
    font-weight: 700;
    line-height: 1.4
}

.modal-overlay {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 2000;
    background: #000000d9;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    inset: 0;
    overflow-y: auto
}

.modal-content {
    background: #0c1011;
    border: 1px solid #80808033;
    border-radius: 16px;
    width: 100%;
    max-width: 600px;
    max-height: 85vh;
    position: relative;
    overflow-y: auto
}

.modal-header {
    z-index: 1;
    background: #0c1011;
    border-bottom: 1px solid #80808026;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    display: flex;
    position: sticky;
    top: 0
}

.modal-title {
    color: #f9f9f9;
    font-size: 9px;
    font-weight: 700
}

.modal-close {
    color: #9ca3af;
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 4px;
    font-size: 12px;
    line-height: 1;
    transition: color .2s
}

.modal-body {
    padding: 24px
}

.modal-body h3 {
    color: #f9f9f9;
    margin: 20px 0 10px;
    font-size: 7.5px;
    font-weight: 600
}

.modal-body h3:first-child {
    margin-top: 0
}

.modal-body li,
.modal-body p {
    color: #9ca3af;
    margin-bottom: 12px;
    font-size: 6.5px;
    line-height: 1.7
}

.modal-body ul {
    margin-bottom: 16px;
    padding-left: 20px
}

.modal-body li {
    margin-bottom: 6px
}

.title-dpgm {
    font-size: var(--font-2xl);
    text-align: center;
    color: var(--foreground);
    font-weight: 700;
    line-height: 1.2
}

.logo-section-upsell {
    text-align: center;
    margin-bottom: clamp(20px, 5vw, 28px)
}

.logo-upsell {
    width: clamp(85px, 24vw, 121px);
    height: auto;
    margin: 0 auto;
    display: block
}

.main-title-firewall {
    text-align: center;
    color: var(--foreground);
    margin-bottom: clamp(8px, 2vw, 12px);
    font-size: clamp(24.2px, 7.87vw, 38.7px);
    font-weight: 700;
    line-height: 1.3
}

.subtitle-firewall {
    color: #f9f9f9;
    text-align: center;
    margin: 0;
    font-size: clamp(15.4px, 3.85vw, 17.6px);
    font-weight: 700;
    line-height: 1.5
}

.text-gradient-inline,
.title-typing {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #4a37b6, #ab58f4 50%, #4a37b6) 0 0/200%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: gradient-flow 3s infinite
}

.emoji-no-color {
    -webkit-text-fill-color: initial;
    background: 0 0
}

.typing-cursor {
    color: #ab58f4;
    font-weight: 300;
    animation: blink-cursor .75s step-end infinite;
    display: inline
}

@keyframes blink-cursor {
    0%,
    to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.subtitle-dpgm {
    font-size: var(--font-md);
    color: var(--foreground-secondary);
    text-align: center;
    line-height: 1.5
}

.titulo-medio {
    font-size: clamp(22px, 5vw, 24px)
}

.titulo-medio,
.titulo-medio-grande {
    text-align: center;
    color: #f9f9f9;
    letter-spacing: -.5px;
    margin: 0;
    font-weight: 700;
    line-height: 1.4
}

.titulo-medio-grande {
    font-size: clamp(23px, 5.3vw, 25px)
}

.text-gradient {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #4a37b6, #ab58f4 50%, #4a37b6) 0 0/200%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: gradient-flow 3s infinite
}

@keyframes gradient-flow {
    0% {
        background-position: 0
    }
    50% {
        background-position: 100%
    }
    to {
        background-position: 0
    }
}

.fire-emoji {
    animation: fireColors .8s ease-in-out infinite;
    display: inline-block
}

@keyframes fireColors {
    0%,
    to {
        filter: hue-rotate()brightness()
    }
    33% {
        filter: hue-rotate(-15deg)brightness(1.2)
    }
    66% {
        filter: hue-rotate(15deg)brightness(1.1)
    }
}

.matrix-rain {
    pointer-events: none;
    z-index: 0;
    opacity: .525;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden
}

.matrix-rain:before {
    background-image: repeating-linear-gradient(0deg, #0000, #0000 2px, #4a37b666 2px 4px, #0000 4px 50px), repeating-linear-gradient(90deg, #0000, #0000 18px, #4a37b64d 18px 20px);
    animation: matrix-rain-fall-1 20s linear infinite
}

.matrix-rain:after,
.matrix-rain:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0
}

.matrix-rain:after {
    background-image: repeating-linear-gradient(0deg, #0000, #0000 2px, #ab58f466 2px 4px, #0000 4px 50px), repeating-linear-gradient(90deg, #0000, #0000 9px, #ab58f44d 28px 30px);
    animation: matrix-rain-fall-2 15s linear infinite
}

@keyframes matrix-rain-fall-1 {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(50px)
    }
}

@keyframes matrix-rain-fall-2 {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(50px)
    }
}

.btn-dpgm {
    width: 100%;
    padding: var(--spacing-lg);
    border-radius: var(--radius-lg);
    font-weight: 700;
    font-size: var(--font-md);
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: var(--gradient-button);
    border: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 6px 24px #ab58f480
}

.btn-dpgm-pulse {
    animation: pulse-button 2s cubic-bezier(.4, 0, .6, 1) infinite
}

@keyframes pulse-button {
    0%,
    to {
        box-shadow: 0 6px 24px #ab58f480, 0 0 #ab58f4b3
    }
    50% {
        box-shadow: 0 6px 24px #ab58f499, 0 0 0 8px #ab58f400
    }
}

@keyframes shimmer {
    0% {
        left: -100%
    }
    to {
        left: 100%
    }
}

.btn-dpgm-main {
    letter-spacing: .5px;
    font-size: clamp(15px, 3.85vw, 18px);
    font-weight: 800;
    display: block
}

.btn-dpgm-sub {
    opacity: .9;
    margin-top: 4px;
    font-size: clamp(12px, 2.9vw, 14px);
    font-weight: 500;
    display: block
}

.btn-secondary {
    border: 1px solid var(--border-color);
    box-shadow: none;
    background: #ffffff0d
}

.pricing-container-dpgm {
    border-radius: var(--radius-lg);
    padding: var(--spacing-md);
    border: 1px solid var(--border-accent);
    text-align: center;
    margin-bottom: var(--spacing-lg);
    background: 0 0
}

.pricing-old {
    color: var(--foreground-muted);
    font-size: var(--font-sm);
    text-decoration: line-through
}

.pricing-current {
    background: var(--gradient-primary);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(36px, 9vw, 48px);
    font-weight: 800;
    line-height: 1
}

.pricing-note {
    font-size: var(--font-xs);
    color: var(--foreground-muted);
    margin-top: var(--spacing-xs)
}

.benefits-list {
    margin: var(--spacing-lg)0;
    padding: 0;
    list-style: none
}

.benefit-item {
    align-items: flex-start;
    gap: var(--spacing-sm);
    color: var(--foreground);
    font-size: var(--font-sm);
    margin-bottom: var(--spacing-sm);
    padding: var(--spacing-sm)var(--spacing-md);
    border-radius: var(--radius-md);
    background: #ffffff08;
    border: 1px solid #ffffff0d;
    display: flex
}

.benefit-item svg {
    color: #ab58f4;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px
}

.benefit-item-disabled {
    opacity: .5
}

.benefit-item-disabled svg {
    color: #dc2626
}

.badge-dpgm {
    font-size: var(--font-xs);
    border-radius: 999px;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-weight: 600;
    display: inline-flex
}

.badge-primary {
    background: var(--gradient-primary);
    color: #fff
}

.badge-diamond {
    color: #fff;
    background: linear-gradient(135deg, #3f8fe8, #50aebf)
}

.badge-premium {
    color: #fff;
    background: #6210b5
}

.badge-diamond.absolute,
.badge-premium.absolute,
.badge-primary.absolute {
    overflow: hidden
}

.badge-premium.absolute:after,
.badge-primary.absolute:after {
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, #0000, #ffffff4d, #0000);
    width: 100%;
    height: 100%;
    animation: shimmer 2.5s infinite;
    position: absolute;
    top: 0;
    left: -100%
}

@keyframes badgePulse {
    0%,
    to {
        transform: scale(1);
        box-shadow: 0 0 #ab58f4b3
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 10px 5px #ab58f400
    }
}

.badge-success {
    background: var(--gradient-success);
    color: #fff
}

.badge-warning {
    color: #000;
    background: linear-gradient(135deg, #fbbf24, #f59e0b)
}

.banner-dpgm {
    padding: var(--spacing-md);
    text-align: center;
    font-weight: 700;
    font-size: var(--font-sm)
}

.banner-warning {
    color: #fff;
    background: linear-gradient(135deg, #dc2626, #991b1b)
}

.banner-success {
    background: var(--gradient-success);
    color: #fff
}

.banner-primary {
    background: var(--gradient-primary);
    color: #fff
}

.warning-banner-fixed {
    z-index: 1000;
    background: linear-gradient(#991b1b, #7f1d1d);
    border-bottom: 1px solid #ffffff1a;
    border-radius: 0 0 50% 50%/0 0 11px 11px;
    padding: clamp(13px, 3.3vw, 15px) clamp(16px, 4vw, 24px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 12px #dc262666
}

.warning-banner-inner {
    justify-content: center;
    align-items: center;
    gap: clamp(10px, 2.5vw, 14px);
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    transform: translate(-2%)
}

.warning-icon {
    color: #fff;
    filter: blur(1px);
    flex-shrink: 0;
    width: clamp(14px, 3.6vw, 17px);
    height: clamp(14px, 3.6vw, 17px)
}

.warning-icon,
.warning-icon-exclamation {
    animation: blink-warning 1.5s ease-in-out infinite
}

@keyframes blink-warning {
    0%,
    to {
        opacity: 1
    }
    50% {
        opacity: .3
    }
}

.warning-text-container {
    flex-direction: column;
    gap: 1px;
    display: flex
}

.warning-line-1 {
    color: #fff;
    font-size: clamp(14px, 3.6vw, 16px);
    font-weight: 700;
    line-height: 1.3
}

.warning-line-2 {
    color: #ffffffe6;
    font-size: clamp(11px, 2.8vw, 12px);
    font-weight: 500;
    line-height: 1.3
}

.progress-bar-dpgm {
    width: 90%;
    max-width: 450px;
    height: 10px;
    margin: var(--spacing-md)auto;
    background: #ffffff14;
    border-radius: 999px;
    overflow: hidden
}

.progress-bar-fill {
    width: 0;
    animation: progressGrow 2s cubic-bezier(.4, 0, .2, 1) forwards
}

.progress-bar-fill,
.progress-bar-fill-dynamic {
    background: var(--gradient-primary);
    border-radius: 999px;
    height: 100%
}

@keyframes progressGrow {
    0% {
        width: 0
    }
}

.input-dpgm {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    width: 100%;
    padding: var(--spacing-md);
    color: var(--foreground);
    font-size: var(--font-sm);
    background: #0c1011cc;
    outline: none;
    transition: border-color .2s
}

.input-dpgm:focus {
    border-color: #ab58f4
}

.input-dpgm::placeholder {
    color: var(--foreground-muted)
}

.input-group {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: var(--spacing-sm)var(--spacing-md);
    align-items: center;
    gap: var(--spacing-sm);
    background: #0c1011cc;
    display: flex
}

.input-group:focus-within {
    border-color: #ab58f4
}

.input-group input {
    color: var(--foreground);
    font-size: var(--font-sm);
    background: 0 0;
    border: none;
    outline: none;
    flex: 1
}

.faq-container {
    margin-top: 0
}

.faq-title {
    text-align: center;
    color: var(--foreground);
    margin-bottom: clamp(18px, 5vw, 24px);
    font-size: clamp(20px, 6.5vw, 32px);
    font-weight: 700;
    line-height: 1.2
}

.faq-item {
    background: #ffffff0d;
    border: 1px solid #ffffff1a;
    border-radius: clamp(10px, 3vw, 12px);
    margin-bottom: clamp(8px, 2.5vw, 12px);
    transition: all .3s;
    overflow: hidden
}

.faq-item.active {
    background: #ffffff14;
    border-color: #ab58f44d
}

.faq-button {
    color: #f9f9f9;
    text-align: left;
    cursor: pointer;
    background: 0 0;
    border: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: clamp(15px, 4.5vw, 20px);
    font-size: clamp(13px, 3.5vw, 16px);
    font-weight: 600;
    line-height: 1.5;
    transition: color .2s;
    display: flex
}

.faq-button svg {
    width: clamp(16px, 4.5vw, 20px);
    height: clamp(16px, 4.5vw, 20px);
    color: var(--foreground-muted);
    flex-shrink: 0;
    transition: transform .3s
}

.faq-item.active .faq-button svg {
    color: #ab58f4;
    transform: rotate(180deg)
}

.faq-answer {
    max-height: 0;
    padding: 0 clamp(15px, 4.5vw, 20px);
    transition: max-height .3s, padding .3s;
    overflow: hidden
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 clamp(15px, 4.5vw, 20px) clamp(15px, 4.5vw, 20px)
}

.faq-answer p {
    color: #9ca3af;
    margin: 0;
    padding-top: clamp(8px, 2vw, 10px);
    font-size: clamp(13px, 3.2vw, 15px);
    line-height: 1.6
}

.faq-new {
    background: #0c1011f2;
    border: 1px solid #50505033;
    border-radius: 16px;
    margin-bottom: clamp(20px, 5vw, 28px);
    padding: clamp(20px, 6vw, 32px)
}

.faq-new-title {
    text-align: center;
    color: #f9f9f9;
    margin-bottom: clamp(16px, 4vw, 24px);
    font-size: clamp(18px, 4.5vw, 22px);
    font-weight: 700
}

.faq-new-list {
    flex-direction: column;
    gap: 0;
    display: flex
}

.faq-new-item {
    border-radius: var(--radius-md);
    margin-bottom: var(--spacing-sm);
    background: #ffffff08;
    border: 1px solid #ffffff0d;
    overflow: hidden
}

.faq-new-btn {
    width: 100%;
    padding: 4px var(--spacing-md);
    color: var(--foreground);
    font-size: var(--font-sm);
    text-align: left;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    gap: var(--spacing-sm);
    background: 0 0;
    border: none;
    border-top: 4px;
    font-weight: 500;
    display: flex
}

.faq-new-icon {
    color: #9061f9;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 300;
    transition: transform .3s
}

.faq-new-item.active .faq-new-icon {
    transform: rotate(45deg)
}

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

.faq-new-item.active .faq-new-answer {
    max-height: 200px;
    padding: 0 16px 14px
}

.faq-new-answer p {
    color: #9ca3af;
    margin: 0;
    font-size: 13px;
    line-height: 1.5
}

.countdown-dpgm {
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-md);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-accent);
    background: #ab58f41a;
    display: flex
}

.countdown-item {
    text-align: center
}

.countdown-number {
    font-size: var(--font-xl);
    color: var(--foreground);
    font-weight: 800;
    line-height: 1
}

.countdown-label {
    font-size: var(--font-xs);
    color: var(--foreground-muted);
    text-transform: uppercase;
    margin-top: 2px
}

.countdown-separator {
    font-size: var(--font-lg);
    color: var(--foreground-muted);
    font-weight: 700
}

.alert-dpgm {
    text-align: center;
    padding: var(--spacing-md);
    border-radius: var(--radius-md);
    font-size: clamp(11.7px, 2.9vw, 12.6px);
    line-height: 1.35;
    display: block
}

.alert-warning {
    color: #fbbf24;
    background: #fbbf241a;
    border: 1px solid #fbbf244d
}

.alert-danger {
    color: #fca5a5;
    background: #dc26261a;
    border: 1px solid #dc26264d
}

.alert-success {
    color: #10b981;
    background: #10b9811a;
    border: 1px solid #10b9814d
}

.alert-dpgm svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px
}

.dropdown-dpgm {
    position: relative
}

.dropdown-trigger {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    width: 100%;
    padding: var(--spacing-md);
    color: var(--foreground);
    font-size: var(--font-sm);
    cursor: pointer;
    background: #0c1011cc;
    justify-content: space-between;
    align-items: center;
    transition: border-color .2s;
    display: flex
}

.dropdown-trigger svg {
    width: 18px;
    height: 18px;
    transition: transform .3s
}

.dropdown-trigger.open svg {
    transform: rotate(180deg)
}

.dropdown-menu {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    z-index: 50;
    background: #0c1011fa;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    overflow: hidden
}

.dropdown-item {
    padding: var(--spacing-md);
    color: var(--foreground);
    font-size: var(--font-sm);
    cursor: pointer;
    transition: background .2s
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes shimmerBar {
    0% {
        background-position: -200% 0
    }
    to {
        background-position: 200% 0
    }
}

.animate-fadeIn {
    animation: fadeIn .6s ease-out
}

.animate-fadeInUp {
    animation: fadeInUp .4s ease-out
}

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

.footer-dpgm {
    border-top: 1px solid var(--border-color);
    padding: clamp(20px, 5vw, 32px)var(--spacing-md);
    text-align: center;
    margin-top: var(--spacing-xl)
}

.footer-logo {
    opacity: .7;
    width: 60px;
    height: auto;
    margin: 0 auto 12px
}

.footer-text {
    color: var(--foreground-muted);
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.5
}

.footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    display: flex
}

.footer-link {
    color: var(--foreground-muted);
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 11px;
    text-decoration: none;
    transition: color .2s
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.mb-sm {
    margin-bottom: var(--spacing-sm)
}

.mb-md {
    margin-bottom: var(--spacing-md)
}

.mb-lg {
    margin-bottom: var(--spacing-lg)
}

.mb-xl {
    margin-bottom: var(--spacing-xl)
}

.mt-sm {
    margin-top: var(--spacing-sm)
}

.mt-md {
    margin-top: var(--spacing-md)
}

.mt-lg {
    margin-top: var(--spacing-lg)
}

.mt-xl {
    margin-top: var(--spacing-xl)
}

@media (max-width:480px) {
    .container-dpgm {
        padding: var(--spacing-md)12px
    }
    .card-dpgm {
        padding: var(--spacing-lg)
    }
}

.btn-diamond,
.btn-gold {
    box-shadow: none !important
}

.text-gradient-gold {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #e5b84b, #b8873d);
    -webkit-background-clip: text;
    background-clip: text
}

.text-gradient-diamond {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #3f8fe8, #50aebf);
    -webkit-background-clip: text;
    background-clip: text
}

.text-gradient-premium {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #ab58f4, #4a37b6);
    -webkit-background-clip: text;
    background-clip: text
}

@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-ease {
    syntax: "*";
    inherits: false
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}