:root{--background:0 0% 100%;--foreground:215 16% 15%;--card:0 0% 100%;--card-foreground:215 16% 15%;--popover:0 0% 100%;--popover-foreground:215 16% 15%;--primary:315 70% 58%;--primary-foreground:0 0% 98%;--primary-light:315 70% 94%;--primary-glow:315 70% 68%;--secondary:215 25% 95%;--secondary-foreground:215 16% 25%;--muted:220 13% 97%;--muted-foreground:215 10% 50%;--accent:270 70% 60%;--accent-foreground:0 0% 98%;--accent-light:270 70% 94%;--success:142 70% 50%;--success-foreground:0 0% 98%;--success-light:142 70% 94%;--warning:38 90% 55%;--warning-foreground:0 0% 98%;--warning-light:38 90% 94%;--destructive:0 80% 60%;--destructive-foreground:0 0% 98%;--border:220 13% 92%;--input:220 13% 94%;--ring:220 85% 58%;--radius:0.875rem;--event-gradient-primary:linear-gradient(135deg,#df49b9,#e774ca);--event-gradient-accent:linear-gradient(135deg,#9952e0,#e052bd);--event-gradient-subtle:linear-gradient(180deg,#fdf6fc,#fbe9f7);--shadow-soft:0 1px 3px 0 rgba(33,37,43,.08),0 1px 2px -1px rgba(33,37,43,.08);--shadow-elegant:0 4px 6px -1px rgba(33,37,43,.08),0 2px 4px -2px rgba(33,37,43,.08);--shadow-glow:0 10px 25px -5px rgba(223,73,185,.15);--shadow-float:0 20px 25px -5px rgba(33,37,43,.08),0 10px 10px -5px rgba(33,37,43,.04);--transition-smooth:all 0.2s cubic-bezier(0.4,0,0.2,1);--transition-spring:all 0.3s cubic-bezier(0.34,1.56,0.64,1);--sidebar-background:0 0% 100%;--sidebar-foreground:215 16% 25%;--sidebar-primary:315 70% 58%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:315 70% 96%;--sidebar-accent-foreground:215 16% 25%;--sidebar-border:315 70% 92%;--sidebar-ring:315 70% 58%;--accent:238 85% 67%;--success:142 71% 45%;--hero-bg:210 40% 98%;--surface:0 0% 100%;--text-primary:222 47% 11%;--text-secondary:215 19% 35%;--text-muted:215 20% 65%;--text-on-primary:0 0% 100%;--max-width:1200px;--section-padding:5rem 0;--card-padding:2rem;--font-heading:"Inter",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--shadow:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 20px 25px -5px rgba(0,0,0,.1);--border-radius:0.5rem;--transition:all 0.3s ease-in-out}.dark{--background:224 71% 4%;--foreground:213 31% 91%;--card:224 71% 5%;--card-foreground:213 31% 91%;--popover:224 71% 5%;--popover-foreground:213 31% 91%;--primary:315 70% 65%;--primary-foreground:224 71% 4%;--primary-light:315 70% 15%;--primary-glow:315 70% 75%;--secondary:215 28% 8%;--secondary-foreground:213 31% 91%;--muted:223 47% 6%;--muted-foreground:215 10% 60%;--accent:270 70% 65%;--accent-foreground:224 71% 4%;--accent-light:270 70% 15%;--success:142 70% 55%;--success-foreground:224 71% 4%;--success-light:142 70% 15%;--warning:38 90% 60%;--warning-foreground:224 71% 4%;--warning-light:38 90% 15%;--destructive:0 80% 65%;--destructive-foreground:213 31% 91%;--border:215 28% 12%;--input:215 28% 12%;--ring:220 85% 65%;--event-gradient-primary:linear-gradient(135deg,#c3229b,#e467c5);--event-gradient-accent:linear-gradient(135deg,#8026d9,#d926ac);--event-gradient-subtle:linear-gradient(180deg,#040916,#080c16);--shadow-soft:0 1px 3px 0 rgba(0,0,0,.3),0 1px 2px -1px rgba(0,0,0,.3);--shadow-elegant:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -2px rgba(0,0,0,.3);--shadow-glow:0 10px 25px -5px rgba(228,103,197,.25);--shadow-float:0 20px 25px -5px rgba(0,0,0,.3),0 10px 10px -5px rgba(0,0,0,.2);--sidebar-background:224 71% 3%;--sidebar-foreground:213 31% 85%;--sidebar-primary:315 70% 65%;--sidebar-primary-foreground:224 71% 4%;--sidebar-accent:215 28% 8%;--sidebar-accent-foreground:213 31% 85%;--sidebar-border:215 28% 12%;--sidebar-ring:315 70% 65%}body{background:hsl(var(--background));color:hsl(var(--text-primary));font-family:var(--font-body);line-height:1.6}.hero-section{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--secondary)));color:hsl(var(--text-on-primary));padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>') repeat;background-size:100px 100px}.hero-title{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;margin-bottom:1.5rem}.hero-subtitle,.hero-title{position:relative;z-index:1}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.navigation{background:hsl(var(--surface));border-bottom:1px solid hsl(var(--text-muted)/.2);box-shadow:var(--shadow);position:sticky;top:0;z-index:50}.nav-brand{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;color:hsl(var(--primary))}.features-section{padding:var(--section-padding);background:hsl(var(--hero-bg))}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.feature-card{background:hsl(var(--card));border:1px solid hsl(var(--text-muted)/.2);border-radius:var(--border-radius);padding:var(--card-padding);box-shadow:var(--shadow);transition:var(--transition);text-align:center}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{width:3rem;height:3rem;margin:0 auto 1rem;background:hsl(var(--primary)/.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:hsl(var(--primary))}.feature-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:hsl(var(--text-primary))}.feature-description{color:hsl(var(--text-secondary));line-height:1.6}.pricing-section{padding:var(--section-padding);background:hsl(var(--background))}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.pricing-card{background:hsl(var(--card));border:2px solid hsl(var(--text-muted)/.2);border-radius:var(--border-radius);padding:var(--card-padding);text-align:center;position:relative;transition:var(--transition)}.pricing-card.popular{border-color:hsl(var(--primary));transform:scale(1.05);box-shadow:var(--shadow-lg)}.pricing-card.popular:before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:hsl(var(--primary));color:hsl(var(--text-on-primary));padding:.5rem 1rem;border-radius:var(--border-radius);font-size:.875rem;font-weight:600}.pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-4px)}.btn-primary{background:hsl(var(--primary));color:hsl(var(--text-on-primary));border:none;border-radius:var(--border-radius);padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-block;transition:var(--transition);cursor:pointer}.btn-primary:hover{background:hsl(var(--secondary));transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:hsl(var(--primary));border:2px solid hsl(var(--primary));border-radius:var(--border-radius);padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-block;transition:var(--transition);cursor:pointer}.btn-secondary:hover{background:hsl(var(--primary));color:hsl(var(--text-on-primary));transform:translateY(-2px)}.react-international-phone-input-container{display:flex;align-items:center;width:100%;flex:1}.react-international-phone-country-selector-button,.react-international-phone-input-container .react-international-phone-input{border:0!important;box-shadow:none!important;background-color:transparent!important;background:transparent!important;outline:none!important;display:flex!important;align-items:center!important}input.react-international-phone-input{background-color:transparent!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;margin:0!important;width:100%!important}.react-international-phone-country-selector-button{border-top-left-radius:inherit!important;border-bottom-left-radius:inherit!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.react-international-phone-input{border-top-right-radius:inherit!important;border-bottom-right-radius:inherit!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.react-international-phone-country-selector-dropdown{max-height:300px;overflow-y:auto;border-radius:var(--radius,.5rem);background-color:hsl(var(--background));border:1px solid hsl(var(--input));box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);z-index:50!important}.react-international-phone-country-selector-dropdown__list-item{padding:.5rem .75rem;cursor:pointer;color:hsl(var(--foreground))}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:hsl(var(--accent))}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:.5rem}.footer{background:hsl(var(--text-primary));color:hsl(var(--text-on-primary));padding:3rem 0 2rem;text-align:center}@media (max-width:768px){.hero-title{font-size:2.5rem}.features-grid,.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:none}}