/*
Theme Name: Pastrana Direct
Theme URI: https://pastranadirect.com
Author: AI Studio
Description: A premium one-page WordPress theme for Pastrana Direct LLC based on modern glassmorphism.
Version: 1.0.0
Text Domain: pastranadirect
*/

/* Custom utilities built on top of Tailwind framework */
.glass-panel {
    background: rgba(28, 27, 27, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.neon-text-glow {
    text-shadow: 0 0 20px rgba(138, 43, 226, 0.6);
}

.neon-glow-primary {
    box-shadow: 0 0 30px rgba(138, 43, 226, 0.4);
}

.text-gradient-purple-blue {
    background: linear-gradient(90deg, #8A2BE2 0%, #14D1FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, rgba(138,43,226,1) 0%, rgba(20,209,255,0.8) 100%);
}

.bg-background { background-color: #131313; }
.text-on-surface { color: #e5e2e1; }
.text-on-surface-variant { color: #cfc2d7; }
.text-primary { color: #dcb8ff; }
.bg-primary { background-color: #dcb8ff; }
.text-on-primary { color: #480081; }
