/* ============================================
   OPTIMIZED CSS - Replaces Tailwind CDN
   Generated for: index.html
   ============================================ */

/* ===== CSS Variables ===== */
:root {
    --neon: #39ff14;
    --dark: #050505;
    --dark-lighter: #0a0a0a;
    --dark-lighter-2: #141414;
    --white-10: rgba(255, 255, 255, 0.1);
    --white-5: rgba(255, 255, 255, 0.05);
    --neon-20: rgba(57, 255, 20, 0.2);
    --neon-10: rgba(57, 255, 20, 0.1);
    --neon-5: rgba(57, 255, 20, 0.05);
    --dark-bg: rgba(15, 15, 15, 0.9);
}

/* ===== Reset & Base ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--dark);
    color: #ffffff;
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-image: radial-gradient(
        circle at 1px 1px,
        rgba(57, 255, 20, 0.05) 1px,
        transparent 0
    );
    background-size: 40px 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== Typography ===== */
.font-black {
    font-weight: 900;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.font-light {
    font-weight: 300;
}

.font-mono {
    font-family: "JetBrains Mono", monospace;
}

.text-white {
    color: #ffffff;
}

.text-neon {
    color: var(--neon);
}

.text-dark {
    color: var(--dark);
}

.text-zinc-400 {
    color: #a1a1aa;
}

.text-zinc-600 {
    color: #52525b;
}

.text-zinc-700 {
    color: #3f3f46;
}

.text-xs {
    font-size: 0.75rem;
}

[class*="text-\\[10px\\]"],
.text-10px-custom {
    font-size: 0.625rem;
}

.text-sm {
    font-size: 0.875rem;
}

.text-base {
    font-size: 1rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.text-4xl {
    font-size: 2.25rem;
}

.text-5xl {
    font-size: 3rem;
}

.text-6xl {
    font-size: 3.75rem;
}

.text-8xl {
    font-size: 6rem;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.italic {
    font-style: italic;
}

.tracking-tighter {
    letter-spacing: -0.025em;
}

.tracking-tight {
    letter-spacing: -0.015em;
}

.tracking-wider {
    letter-spacing: 0.025em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.tracking-0-2em,
.tracking-20 {
    letter-spacing: 0.2em;
}

.tracking-0-3em,
.tracking-30 {
    letter-spacing: 0.3em;
}

.tracking-0-4em,
.tracking-40 {
    letter-spacing: 0.4em;
}

.tracking-0-5em,
.tracking-50 {
    letter-spacing: 0.5em;
}

.leading-none {
    line-height: 1;
}

.leading-tight {
    line-height: 1.25;
}

.leading-relaxed {
    line-height: 1.75;
}

.leading-1-05,
.leading-105 {
    line-height: 1.05;
}

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

.text-right {
    text-align: right;
}

/* ===== Layout ===== */
.container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-sm {
    max-width: 24rem;
}

.min-h-screen {
    min-height: 100vh;
}

.min-h-full {
    min-height: 100%;
}

.min-h-100px {
    min-height: 100px;
}

.h-px {
    height: 1px;
}

.h-1-5,
.h-15 {
    height: 0.375rem;
}

.h-2 {
    height: 0.5rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-12 {
    height: 3rem;
}

.h-16 {
    height: 4rem;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-32 {
    height: 8rem;
}

.h-64 {
    height: 16rem;
}

.h-96 {
    height: 24rem;
}

.h-full {
    height: 100%;
}

.w-1 {
    width: 0.25rem;
}

.w-1-5,
.w-15 {
    width: 0.375rem;
}

.w-2 {
    width: 0.5rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-64 {
    width: 16rem;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.h-screen {
    height: 100vh;
}

.aspect-video {
    position: relative;
    padding-bottom: 56.25%;
}

.aspect-video > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Flexbox ===== */
.flex {
    display: flex;
}

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

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

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

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

.flex-grow {
    flex-grow: 1;
}

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

.items-end {
    align-items: flex-end;
}

.items-start {
    align-items: flex-start;
}

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

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

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-1-5,
.gap-15 {
    gap: 0.375rem;
}

/* ===== Grid ===== */
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* ===== Spacing ===== */
.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-32 {
    padding-top: 8rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-32 {
    padding-bottom: 8rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-1-5,
.py-15 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-12 {
    padding: 3rem;
}

.p-16 {
    padding: 4rem;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

.space-y-5 > * + * {
    margin-top: 1.25rem;
}

.space-y-6 > * + * {
    margin-top: 1.5rem;
}

.space-y-8 > * + * {
    margin-top: 2rem;
}

.space-y-10 > * + * {
    margin-top: 2.5rem;
}

.space-y-16 > * + * {
    margin-top: 4rem;
}

.space-x-2 > * + * {
    margin-left: 0.5rem;
}

.space-x-3 > * + * {
    margin-left: 0.75rem;
}

.space-x-4 > * + * {
    margin-left: 1rem;
}

.space-x-8 > * + * {
    margin-left: 2rem;
}

/* ===== Borders & Rounded ===== */
.border {
    border-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-white-5,
.border-white-5-percent {
    border-color: rgba(255, 255, 255, 0.05);
}

.border-white-10,
.border-white-10-percent {
    border-color: rgba(255, 255, 255, 0.1);
}

.border-neon-20,
.border-neon-20-percent {
    border-color: rgba(57, 255, 20, 0.2);
}

.border-neon-30,
.border-neon-30-percent {
    border-color: rgba(57, 255, 20, 0.3);
}

.border-neon-40,
.border-neon-40-percent {
    border-color: rgba(57, 255, 20, 0.4);
}

.border-neon-50,
.border-neon-50-percent {
    border-color: rgba(57, 255, 20, 0.5);
}

.border-neon {
    border-color: var(--neon);
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-40px,
.rounded-40 {
    border-radius: 40px;
}

.rounded-full {
    border-radius: 9999px;
}

/* ===== Backgrounds ===== */
.bg-dark {
    background-color: var(--dark);
}

.bg-dark-95,
.bg-dark-95-percent {
    background-color: rgba(5, 5, 5, 0.95);
}

.bg-dark-10,
.bg-dark-10-percent {
    background-color: rgba(5, 5, 5, 0.1);
}

.bg-zinc-800 {
    background-color: #18181b;
}

.bg-zinc-900 {
    background-color: #18181b;
}

.bg-zinc-900-10,
.bg-zinc-900-10-percent {
    background-color: rgba(24, 24, 27, 0.1);
}

.bg-neon {
    background-color: var(--neon);
}

.bg-neon-5,
.bg-neon-5-percent {
    background-color: rgba(57, 255, 20, 0.05);
}

.bg-neon-10,
.bg-neon-10-percent {
    background-color: rgba(57, 255, 20, 0.1);
}

.bg-neon-20,
.bg-neon-20-percent {
    background-color: rgba(57, 255, 20, 0.2);
}

.bg-black-80,
.bg-black-80-percent {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-white-5,
.bg-white-5-percent {
    background-color: rgba(255, 255, 255, 0.05);
}

.bg-white-10,
.bg-white-10-percent {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-001,
.bg-white-0-01-percent {
    background-color: rgba(255, 255, 255, 0.01);
}

/* ===== Glass Effect ===== */
.glass {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(57, 255, 20, 0.1);
}

.bg-grid {
    background-image: radial-gradient(
        circle at 1px 1px,
        rgba(57, 255, 20, 0.05) 1px,
        transparent 0
    );
    background-size: 40px 40px;
}

/* ===== Effects & Shadows ===== */
.shadow-neon {
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.2);
}

.shadow-neon-bright {
    box-shadow: 0 0 25px rgba(57, 255, 20, 0.4);
}

.shadow-neon-5,
.shadow-neon-5-percent {
    box-shadow: 0 0 5px rgba(57, 255, 20, 0.1);
}

.shadow-neon-10,
.shadow-neon-10-percent {
    box-shadow: 0 0 10px rgba(57, 255, 20, 0.15);
}

.text-glow {
    text-shadow: 0 0 20px rgba(57, 255, 20, 0.4);
}

/* ===== Positioning ===== */
.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.top-full {
    top: 100%;
}

.bottom-2 {
    bottom: 0.5rem;
}

.right-2 {
    right: 0.5rem;
}

.top-2 {
    top: 0.5rem;
}

.left-4 {
    left: 1rem;
}

.top-20 {
    top: 5rem;
}

.-top-24 {
    top: -6rem;
}

.-bottom-24 {
    bottom: -6rem;
}

.-left-24 {
    left: -6rem;
}

.-right-24 {
    right: -6rem;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

/* ===== Transitions & Animations ===== */
.transition-all {
    transition: all 0.3s ease;
}

.transition-colors {
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.transition-opacity {
    transition: opacity 0.3s ease;
}

.duration-75 {
    transition-duration: 75ms;
}

.duration-100 {
    transition-duration: 100ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-in {
    transition-timing-function: ease-in;
}

.ease-out {
    transition-timing-function: ease-out;
}

/* ===== Hover States ===== */
.group:hover .group-hover-scale-110,
.group\:hover\:scale-110 .group:hover {
    transform: scale(1.1);
}

.group:hover .group-hover-opacity-80,
.group\:hover\:opacity-80 .group:hover {
    opacity: 0.8;
}

.group:hover .group-hover-opacity-60,
.group\:hover\:opacity-60 .group:hover {
    opacity: 0.6;
}

.group:hover .group-hover-bg-zinc-700,
.group\:hover\:bg-zinc-700 .group:hover {
    background-color: #18181b;
}

.group:hover .group-hover-text-neon,
.group\:hover\:text-neon .group:hover {
    color: var(--neon);
}

.group:hover .group-hover-text-neon-20,
.group:hover .group-hover-text-neon-20-percent,
.group\:hover\:text-neon\/20 .group:hover {
    color: rgba(57, 255, 20, 0.2);
}

.group:hover .group-hover-scale-105,
.group\:hover\:scale-105 .group:hover {
    transform: scale(1.05);
}

.group:hover .group-hover-shadow-neon-bright,
.group\:hover\:shadow-neon-bright .group:hover {
    box-shadow: 0 0 25px rgba(57, 255, 20, 0.4);
}

.group:hover .group-hover-border-neon,
.group\:hover\:border-neon .group:hover {
    border-color: var(--neon);
}

/* ===== Card Animations ===== */
.package-card,
.showcase-card,
.testimonial-card,
.process-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.package-card:hover,
.showcase-card:hover,
.testimonial-card:hover,
.process-card:hover {
    border-color: var(--neon);
    transform: translateY(-10px);
}

/* ===== Form Elements ===== */
input,
select,
textarea {
    background: rgba(15, 15, 15, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #39ff14 !important;
    outline: none;
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.2);
}

/* ===== Details/Summary ===== */
details > summary {
    list-style: none;
    cursor: pointer;
}

details > summary::-webkit-details-marker {
    display: none;
}

/* ===== Hero Gradient ===== */
.hero-gradient {
    background: radial-gradient(
        circle at 50% 50%,
        rgba(57, 255, 20, 0.08) 0%,
        transparent 70%
    );
}

/* ===== Layout Shift Prevention ===== */
header,
section {
    min-height: 100px;
}

/* ===== Step Numbers ===== */
.step-number {
    -webkit-text-stroke: 1px rgba(57, 255, 20, 0.3);
    color: transparent;
}

/* ===== Utility Classes ===== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.pointer-events-none {
    pointer-events: none;
}

.cursor-pointer {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .md-flex,
    .md\:flex {
        display: flex;
    }

    .md-hidden,
    .md\:hidden {
        display: none;
    }

    .md-flex-col,
    .md\:flex-col {
        flex-direction: column;
    }

    .md-grid-cols-2,
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md-grid-cols-3,
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md-grid-cols-4,
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md-text-base,
    .md\:text-base {
        font-size: 1rem;
    }

    .md-text-2xl,
    .md\:text-2xl {
        font-size: 1.5rem;
    }

    .md-text-4xl,
    .md\:text-4xl {
        font-size: 2.25rem;
    }

    .md-text-6xl,
    .md\:text-6xl {
        font-size: 3.75rem;
    }

    .md-text-8xl,
    .md\:text-8xl {
        font-size: 6rem;
    }

    .md-text-xl,
    .md\:text-xl {
        font-size: 1.25rem;
    }

    .md-text-sm,
    .md\:text-sm {
        font-size: 0.875rem;
    }

    .md-flex-row,
    .md\:flex-row {
        flex-direction: row;
    }

    .md-col-span-2,
    .md\:col-span-2 {
        grid-column: span 2;
    }

    .md-text-lg,
    .md\:text-lg {
        font-size: 1.125rem;
    }

    .md-text-xs,
    .md\:text-xs {
        font-size: 0.75rem;
    }

    .md-text-10px,
    .md-text-10px-custom,
    .md\:text-10px,
    .md\:text-\[10px\] {
        font-size: 0.625rem;
    }

    .md-block,
    .md\:block {
        display: block;
    }

    .md-w-auto,
    .md\:w-auto {
        width: auto;
    }
}

@media (max-width: 640px) {
    .sm-flex,
    .sm\:flex {
        display: flex;
    }

    .sm-flex-col,
    .sm\:flex-col {
        flex-direction: column;
    }

    .sm-w-auto,
    .sm\:w-auto {
        width: auto;
    }

    .sm-block,
    .sm\:block {
        display: block;
    }
}

@media (min-width: 769px) {
    .md-flex,
    .md\:flex {
        display: flex;
    }
}

/* ===== Animations ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* ===== Blur Effects ===== */
.backdrop-blur-xl {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

/* ===== Custom Scrollbar ===== */
::-webkit-scrollbar {
    width: 10px;
}

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

::-webkit-scrollbar-thumb {
    background: var(--neon-20);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--neon);
}

/* ===== Selection ===== */
::selection {
    background: var(--neon);
    color: var(--dark);
}

/* ===== Focus Styles ===== */
:focus-visible {
    outline: 2px solid var(--neon);
    outline-offset: 2px;
}

button:focus-visible,
a:focus-visible {
    outline: 2px solid var(--neon);
    outline-offset: 2px;
}

h2 {
    color: #39ff14;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
}

cap-widget {
    --cap-background: rgba(15, 15, 15, 0.9)
        --cap-border-color: rgba(25, 25, 25 0.1) --cap-border-radius: 10px;
    --cap-widget-height: 60px;
    --cap-widget-width: 100%;
    --cap-widget-padding: 20px;
    --cap-gap: 15px;
    --cap-color: var(--white-10);
    --cap-checkbox-size: 35px;
    --cap-checkbox-border: 1px solid var(--neon);
    --cap-checkbox-border-radius: 5px;
    --cap-checkbox-background: rgba(20, 20, 20, 0.6);
    --cap-checkbox-margin: 2px;
    --cap-spinner-color: var(--neon);
    --cap-spinner-background-color: rgba(20, 20, 20, 0.6);
    --cap-spinner-thickness: 5px;
    display: block;
    width: 100%;
    margin: 1rem 0;
}
