/* 
 * Panini Works — Futuristic AI Light Theme Stylesheet & Custom Components
 */

:root {
  --radius: .75rem;
  --background: #f8fafc;
  --foreground: #0f172a;
  
  --cyber-indigo: #4f46e5;
  --cyber-purple: #8b5cf6;
  --cyber-cyan: #06b6d4;
  --cyber-pink: #ec4899;
}

/* User Custom Typography & Theme Classes */
.display-h1 {
    letter-spacing: -.03em;
    font-size: clamp(44px,7vw,80px);
    font-weight: 800;
    line-height: 1.05
}

.display-h2 {
    letter-spacing: -.025em;
    font-size: clamp(32px,4.5vw,52px);
    font-weight: 800;
    line-height: 1.08
}

.display-price {
    letter-spacing: -.03em;
    font-size: clamp(40px,6vw,56px);
    font-weight: 800;
    line-height: 1
}

.text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading,var(--text-2xl--line-height))
}

.text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading,var(--text-3xl--line-height))
}

.text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading,var(--text-4xl--line-height))
}

.text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading,var(--text-7xl--line-height))
}

.text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading,var(--text-base--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))
}

.text-\[0\.8rem\] {
    font-size: .8rem
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[11px\] {
    font-size: 11px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[17px\] {
    font-size: 17px
}

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

.leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed)
}

.leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug)
}

.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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal)
}

.font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold)
}


@layer theme {
    :root,:host {
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --container-xs: 20rem;
        --container-sm: 24rem;
        --container-md: 28rem;
        --container-lg: 32rem;
        --container-xl: 36rem;
        --container-2xl: 42rem;
        --container-3xl: 48rem;
        --container-4xl: 56rem;
        --container-5xl: 64rem;
        --container-6xl: 72rem;
        --container-7xl: 80rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1 / .75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25 / .875);
        --text-base: 1rem;
        --text-base--line-height: 1.5 ;
        --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);
        --text-3xl: 1.875rem;
        --text-3xl--line-height: 1.2 ;
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5 / 2.25);
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --text-7xl: 4.5rem;
        --text-7xl--line-height: 1;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --tracking-tight: -.025em;
        --tracking-wider: .05em;
        --tracking-widest: .1em;
        --leading-snug: 1.375;
        --leading-relaxed: 1.625;
        --ease-in-out: cubic-bezier(.4, 0, .2, 1);
        --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
        --blur-md: 12px;
        --blur-xl: 24px;
        --blur-2xl: 40px;
        --blur-3xl: 64px;
        --aspect-video: 16 / 9;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: "Sora", ui-sans-serif, system-ui, sans-serif;
        --default-mono-font-family: var(--font-mono);
        --color-background: var(--background);
        --color-foreground: var(--foreground);
        --color-border: var(--border)
    }
}

/* Base style resets & Mesh Gradient Background */
body {
  background: 
    radial-gradient(at 0% 0%, rgba(99, 102, 241, 0.15) 0px, transparent 50%),
    radial-gradient(at 100% 0%, rgba(6, 182, 212, 0.15) 0px, transparent 50%),
    radial-gradient(at 100% 100%, rgba(168, 85, 247, 0.12) 0px, transparent 50%),
    radial-gradient(at 0% 100%, rgba(236, 72, 153, 0.1) 0px, transparent 50%),
    #f8fafc;
  background-attachment: fixed;
  color: var(--foreground);
  font-family: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Headings font settings */
h1, h2, h3, h4, h5, h6, .font-sora, .display-h1, .display-h2, .display-price {
  font-family: 'Sora', sans-serif;
}

/* Floating background blobs animations */
@keyframes bgFloat1 {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-40px) scale(1.08); }
}

@keyframes bgFloat2 {
  0%, 100% { transform: translateY(0) translateX(0) scale(1); }
  50% { transform: translateY(50px) translateX(30px) scale(1.05); }
}

@keyframes bgPulse {
  0%, 100% { transform: scale(1); opacity: .4; }
  50% { transform: scale(1.12); opacity: .65; }
}

.animate-bg-float-1 {
  animation: bgFloat1 12s ease-in-out infinite;
}

.animate-bg-float-2 {
  animation: bgFloat2 15s ease-in-out infinite;
}

.animate-bg-pulse {
  animation: bgPulse 8s ease-in-out infinite;
}

/* Premium Glassmorphic Cards (Professional & Clean) */
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(226, 232, 240, 0.7) !important;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.03);
}

.glass-card-hover {
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s cubic-bezier(.22,1,.36,1), background-color .3s, border-color .3s;
}

.glass-card-hover:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(99, 102, 241, 0.25) !important; /* Soft indigo accent border on hover */
  box-shadow: 
    0 20px 40px -15px rgba(99, 102, 241, 0.06),
    0 10px 25px -10px rgba(6, 182, 212, 0.04);
}

/* Professional Card (for step lists and flow diagrams) */
.gradient-border-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.7) !important;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.03);
}

/* Futuristic Glowing Gradient Buttons */
.btn-primary-gradient {
  background: linear-gradient(135deg, var(--cyber-indigo) 0%, var(--cyber-purple) 50%, var(--cyber-cyan) 100%);
  background-size: 200% auto;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 
    0 10px 20px -5px rgba(99, 102, 241, 0.35), 
    0 8px 16px -6px rgba(6, 182, 212, 0.2);
  transition: background-position 0.4s, transform 0.2s, box-shadow 0.2s;
  position: relative;
  z-index: 1;
}

.btn-primary-gradient:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  filter: blur(14px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.btn-primary-gradient:hover:after {
  opacity: 0.6;
}

.btn-primary-gradient:hover {
  background-position: right center;
  transform: translateY(-1.5px);
  box-shadow: 
    0 12px 25px -5px rgba(99, 102, 241, 0.45), 
    0 10px 20px -6px rgba(6, 182, 212, 0.3);
}

.btn-primary-gradient:active {
  transform: translateY(0);
}

/* Gradient Text Utilities */
.text-gradient {
  background: linear-gradient(135deg, var(--cyber-indigo) 0%, var(--cyber-purple) 45%, var(--cyber-cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.text-gradient-cyber {
  background: linear-gradient(135deg, var(--cyber-pink) 0%, var(--cyber-purple) 50%, var(--cyber-indigo) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* Cyber Shifting Border Shimmer */
@keyframes borderShimmer {
  0%, 100% { background-position: 0 50%; }
  50% { background-position: 100% 50%; }
}

.gradient-border-shimmer {
  background: linear-gradient(90deg, var(--cyber-indigo), var(--cyber-cyan), var(--cyber-purple), var(--cyber-pink), var(--cyber-indigo));
  background-size: 300% 100%;
  animation: borderShimmer 6s linear infinite;
}

/* Themed Range Slider */
input[type="range"].range-brand {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 9999px;
  background: rgba(226, 232, 240, 0.8);
  outline: none;
  transition: background 0.3s ease;
}

input[type="range"].range-brand::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  border-radius: 9999px;
}

input[type="range"].range-brand::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  background: var(--cyber-indigo);
  border: 2px solid #ffffff;
  cursor: pointer;
  margin-top: -7px;
  box-shadow: 0 6px 14px -4px rgba(99, 102, 241, 0.4);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s ease;
}

input[type="range"].range-brand::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  background-color: var(--cyber-purple);
}

/* Accordion States */
.accordion-item.active {
  border-color: rgba(99, 102, 241, 0.3);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 10px 25px -10px rgba(99, 102, 241, 0.1);
}

.accordion-item button svg {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.active button svg {
  transform: rotate(180deg);
  color: var(--cyber-indigo);
}

.accordion-content {
  transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Infinite Marquee */
@keyframes marquee {
  0% { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.animate-marquee {
  display: flex;
  width: max-content;
  animation: marquee 35s linear infinite;
}

/* Custom Scrollbar (Futuristic / Muted) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

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

/* Futuristic Light Gradient Mesh for Section Backgrounds */
.hero-section-gradient {
  background: 
    radial-gradient(circle at 15% 20%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 85% 80%, rgba(6, 182, 212, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(168, 85, 247, 0.10) 0%, transparent 60%),
    linear-gradient(135deg, #f0f4ff 0%, #f0f9ff 45%, #faf5ff 100%);
  position: relative;
}

.roi-section-gradient {
  background: 
    radial-gradient(circle at 20% 20%, rgba(99, 102, 241, 0.16) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(6, 182, 212, 0.16) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(168, 85, 247, 0.11) 0%, transparent 60%),
    linear-gradient(135deg, #f5f7ff 0%, #eefdff 50%, #fbf7ff 100%);
  position: relative;
}

.light-mesh-gradient-1 {
  background: 
    radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.11) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(6, 182, 212, 0.11) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.07) 0%, transparent 65%),
    linear-gradient(135deg, #faf5ff 0%, #f0f7ff 50%, #f0fdfa 100%);
  position: relative;
}

.light-mesh-gradient-2 {
  background: 
    radial-gradient(circle at 20% 80%, rgba(236, 72, 153, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.04) 0%, transparent 65%),
    linear-gradient(135deg, #fff7f8 0%, #fdfaff 50%, #f5f8ff 100%);
  position: relative;
}

.light-mesh-gradient-3 {
  background: 
    radial-gradient(circle at 30% 10%, rgba(6, 182, 212, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 90%, rgba(16, 185, 129, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.03) 0%, transparent 65%),
    linear-gradient(135deg, #f5fdfb 0%, #f6fbff 50%, #f9fdfb 100%);
  position: relative;
}

.dark-mesh-gradient {
  background: linear-gradient(135deg, #0f172a 0%, #090d16 100%);
  position: relative;
}


