@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap");
*, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / .5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; }
html, :host { line-height: 1.5; text-size-adjust: 100%; tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; }
body { margin: 0px; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
button, input, optgroup, select, textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0px; padding: 0px; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; }
img, video { max-width: 100%; height: auto; }
:root { --background: 0 0% 4%; --foreground: 0 0% 95%; --card: 0 0% 7%; --card-foreground: 0 0% 95%; --popover: 0 0% 7%; --popover-foreground: 0 0% 95%; --primary: 72 85% 58%; --primary-foreground: 0 0% 4%; --secondary: 0 0% 12%; --secondary-foreground: 0 0% 95%; --muted: 0 0% 15%; --muted-foreground: 0 0% 55%; --accent: 24 95% 55%; --accent-foreground: 0 0% 4%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 210 40% 98%; --border: 0 0% 15%; --input: 0 0% 15%; --ring: 72 85% 58%; --radius: .75rem; --font-display: "Space Grotesk", sans-serif; --font-body: "Inter", sans-serif; }
* { border-color: hsl(var(--border)); box-sizing: border-box; }
body { 
  background-color: hsl(var(--background)); 
  color: hsl(var(--foreground)); 
  font-family: var(--font-body); 
  overflow-x: hidden; 
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); }
.container { width: 100%; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; }
@media (min-width: 1400px) { .container { max-width: 1400px; } }
@keyframes text-gradient-anim { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
.text-gradient { 
  background: linear-gradient(to right, hsl(var(--primary)), hsl(var(--accent)), hsl(var(--primary)));
  background-size: 200% auto; 
  -webkit-background-clip: text; 
  background-clip: text; 
  color: transparent; 
  -webkit-text-fill-color: transparent; 
  animation: text-gradient-anim 6s linear infinite; 
}
.glow-primary { box-shadow: rgba(203, 239, 57, 0.15) 0px 0px 30px; }
html { scroll-behavior: smooth; }
@keyframes marquee { 0% { transform: translate(0px); } 100% { transform: translate(-50%); } }
.animate-marquee { animation: 180s linear 0s infinite normal none running marquee; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0px; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-16 { margin-top: 4rem; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.aspect-\[9\/16\] { aspect-ratio: 9 / 16; }
.h-14 { height: 3.5rem; }
.w-14 { width: 3.5rem; }
.w-full { width: 100%; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-xl { max-width: 36rem; }
.min-h-screen { min-height: 100vh; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.whitespace-nowrap { white-space: nowrap; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: var(--radius); }
.rounded-xl { border-radius: 0.75rem; }
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }
.border-border { border-color: hsl(var(--border)); }
.border-primary { border-color: hsl(var(--primary)); }
.border-primary\/20 { border-color: hsl(var(--primary) / .2); }
.border-primary\/30 { border-color: hsl(var(--primary) / .3); }
.border-primary\/40 { border-color: hsl(var(--primary) / .4); }
.border-primary\/50 { border-color: hsl(var(--primary) / .5); }
.border-transparent { border-color: transparent; }
.bg-accent { background-color: hsl(var(--accent)); }
.bg-accent\/20 { background-color: hsl(var(--accent) / .2); }
.bg-background { background-color: hsl(var(--background)); }
.bg-background\/60 { background-color: hsl(var(--background) / .6); }
.bg-card { background-color: hsl(var(--card)); }
.bg-primary { background-color: hsl(var(--primary)); }
.bg-primary\/10 { background-color: hsl(var(--primary) / .1); }
.bg-primary\/5 { background-color: hsl(var(--primary) / .05); }
.bg-secondary\/30 { background-color: hsl(var(--secondary) / .3); }
.bg-transparent { background-color: transparent; }
.bg-gradient-to-b { background-image: linear-gradient(to bottom,var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right,var(--tw-gradient-stops)); }
.bg-gradient-to-t { background-image: linear-gradient(to top,var(--tw-gradient-stops)); }
.from-background { --tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position); --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-primary\/10 { --tw-gradient-from: hsl(var(--primary) / .1) var(--tw-gradient-from-position); --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-primary\/5 { --tw-gradient-from: hsl(var(--primary) / .05) var(--tw-gradient-from-position); --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-transparent { --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to); }
.to-accent\/10 { --tw-gradient-to: hsl(var(--accent) / .1) var(--tw-gradient-to-position); }
.to-accent\/5 { --tw-gradient-to: hsl(var(--accent) / .05) var(--tw-gradient-to-position); }
.to-transparent { --tw-gradient-to: transparent var(--tw-gradient-to-position); }
.fill-primary { fill: hsl(var(--primary)); }
.p-8 { padding: 2rem; }
.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-8 { padding-left: 2rem; padding-right: 2rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-20 { padding-top: 5rem; }
.text-center { text-align: center; }
.font-body { font-family: Inter, sans-serif; }
.font-display { font-family: "Space Grotesk", sans-serif; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.uppercase { text-transform: uppercase; }
.leading-\[0\.95\] { line-height: 0.95; }
.leading-relaxed { line-height: 1.625; }
.tracking-\[0\.3em\] { letter-spacing: 0.3em; }
.tracking-tight { letter-spacing: -0.025em; }
.text-accent { color: hsl(var(--accent)); }
.text-accent-foreground { color: hsl(var(--accent-foreground)); }
.text-destructive { color: hsl(var(--destructive)); }
.text-foreground { color: hsl(var(--foreground)); }
.text-foreground\/80 { color: hsl(var(--foreground) / .8); }
.text-muted-foreground { color: hsl(var(--muted-foreground)); }
.text-primary { color: hsl(var(--primary)); }
.text-primary-foreground { color: hsl(var(--primary-foreground)); }
.text-primary\/10 { color: hsl(var(--primary) / .1); }
.text-primary\/20 { color: hsl(var(--primary) / .2); }
.opacity-0 { opacity: 0; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.shadow-\[0_0_25px_hsl\(72_85\%_58\%\/0\.35\)\] { box-shadow: 0 0 25px hsl(72 85% 58%/.35); }
.blur-3xl { filter: blur(64px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.duration-300 { transition-duration: 0.3s; }
.delay-1000 { transition-delay: 1s; }
@keyframes pulse { 50% { opacity: 0.5; } }
.animate-pulse { animation: 2s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite normal none running pulse; }
@keyframes accordion-up { 0% { height: var(--radix-accordion-content-height); } 100% { height: 0px; } }
@keyframes accordion-down { 0% { height: 0px; } 100% { height: var(--radix-accordion-content-height); } }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:scale-110:hover { transform: scale(1.1); }
.hover\:scale-\[1\.03\]:hover { transform: scale(1.03); }
.hover\:border-accent\/50:hover { border-color: hsl(var(--accent) / .5); }
.hover\:border-primary\/50:hover { border-color: hsl(var(--primary) / .5); }
.hover\:bg-accent\/20:hover { background-color: hsl(var(--accent) / .2); }
.hover\:bg-accent\/30:hover { background-color: hsl(var(--accent) / .3); }
.hover\:bg-background\/40:hover { background-color: hsl(var(--background) / .4); }
.hover\:bg-primary\/20:hover { background-color: hsl(var(--primary) / .2); }
.hover\:bg-secondary:hover { background-color: hsl(var(--secondary)); }
.hover\:gap-3:hover { gap: 0.75rem; }
.hover\:glow-primary:hover { box-shadow: rgba(203, 239, 57, 0.15) 0px 0px 30px; }
.hover\:opacity-90:hover { opacity: 0.9; }
.hover\:shadow-\[0_0_30px_hsl\(72_85\%_58\%\/0\.4\)\]:hover { box-shadow: 0 0 30px hsl(72 85% 58%/.4); }
.hover\:text-foreground:hover { color: hsl(var(--foreground)); }
.focus\:border-primary\/50:focus { border-color: hsl(var(--primary) / .5); }
.focus\:outline-none:focus { outline: transparent solid 2px; outline-offset: 2px; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0px, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
.grid-cols-\[1fr_auto_1fr\] { grid-template-columns: 1fr auto 1fr; }
.flex-col { flex-direction: column; }
.flex-col-reverse { flex-direction: column-reverse; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.gap-0 { gap: 0px; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
@media (min-width: 640px) { .sm\:flex-row { flex-direction: row; } .sm\:text-6xl { font-size: 3.75rem; line-height: 1; } }
@media (min-width: 768px) { .md\:block { display: block; } .md\:flex { display: flex; } .md\:hidden { display: none; } .md\:flex-row { flex-direction: row; } .md\:gap-12 { gap: 3rem; } .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0px, 1fr)); } .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0px, 1fr)); } .md\:p-12 { padding: 3rem; } .md\:px-8 { padding-left: 2rem; padding-right: 2rem; } .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; } .md\:text-2xl { font-size: 1.5rem; } .md\:text-5xl { font-size: 3rem; line-height: 1; } .md\:text-7xl { font-size: 4.5rem; line-height: 1; } .md\:text-xl { font-size: 1.25rem; } }
@media (min-width: 1024px) { .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0px, 1fr)); } .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0px, 1fr)); } .lg\:text-6xl { font-size: 3.75rem; line-height: 1; } .lg\:text-8xl { font-size: 6rem; line-height: 1; } }

/* ══════════════════════════════════════
   NAV
══════════════════════════════════════ */
nav.fixed{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s}
nav.scrolled{background-color:hsl(var(--background)/.95);backdrop-filter:blur(24px);border-bottom:1px solid hsl(var(--border))}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}
.nav-logo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:hsl(var(--primary));letter-spacing:-.025em}
.nav-logo .dot{color:hsl(var(--accent))}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links a{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));transition:color .15s}
.nav-links a:hover{color:hsl(var(--foreground))}
a.btn-book{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground)) !important;padding:.625rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:600;transition:opacity .15s}
a.btn-book:hover{opacity:.9;color:hsl(var(--primary-foreground)) !important}
.btn-menu{display:none;color:hsl(var(--foreground));padding:.25rem;background:transparent;border:none;cursor:pointer;transition:transform .2s ease, color .2s ease}
.btn-menu:hover{transform:scale(1.1);color:hsl(var(--primary))}
.btn-menu:active{transform:scale(0.95)}

/* NAV DROPDOWN */
.nav-dropdown{position:relative}
.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));cursor:pointer;background:none;border:none;padding:0;transition:color .15s;font-family:var(--font-body)}
.nav-dropdown-trigger:hover{color:hsl(var(--foreground))}
.nav-dropdown-trigger svg{transition:transform .25s ease}
.nav-dropdown:hover .nav-dropdown-trigger{color:hsl(var(--foreground))}
.nav-dropdown:hover .nav-dropdown-trigger svg{transform:rotate(180deg)}
.nav-dropdown-menu{position:absolute;top:calc(100% + .75rem);left:50%;transform:translateX(-50%);background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:.5rem;min-width:220px;box-shadow:0 16px 48px rgba(0,0,0,.5);opacity:0;visibility:hidden;transform:translateX(-50%) translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s}
.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.625rem;color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s;text-decoration:none;white-space:nowrap}
.nav-dropdown-item:hover{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary))}
.nav-dropdown-item svg{color:hsl(var(--primary));flex-shrink:0}
.nav-dropdown-label{font-size:.75rem;font-weight:600;color:hsl(var(--primary));letter-spacing:.05em;padding:.5rem 1rem .25rem;display:block}

/* Mobile menu */
.mob-menu{position:fixed;inset:0;z-index:9999;background:hsl(var(--background)/.98);backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;visibility:hidden;transform:translateY(-15px);transition:opacity .4s cubic-bezier(0.4,0,0.2,1),transform .4s cubic-bezier(0.4,0,0.2,1),visibility .4s}
.mob-menu.open{opacity:1;visibility:visible;transform:translateY(0)}
.mob-menu a{font-family:var(--font-display);font-size:1.25rem;line-height:1.1;font-weight:700;color:hsl(var(--foreground));opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease,color .2s ease}
.mob-menu.open a{opacity:1;transform:translateY(0)}
.mob-menu.open a:nth-child(2){transition-delay:.1s}
.mob-menu.open a:nth-child(3){transition-delay:.15s}
.mob-menu.open a:nth-child(4){transition-delay:.2s}
.mob-menu.open a:nth-child(5){transition-delay:.25s}
.mob-menu.open a:nth-child(6){transition-delay:.3s}
.mob-menu.open a:nth-child(7){transition-delay:.35s}
.mob-menu a:hover:not(.btn-primary){color:hsl(var(--primary))}
.mob-x{position:absolute;top:1rem;right:2rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));background:transparent;border:none;cursor:pointer;z-index:10000;transition:transform .2s ease, color .2s ease;padding:.25rem;box-sizing:content-box}
.mob-x:hover{transform:scale(1.1);color:hsl(var(--primary))}
.mob-x:active{transform:scale(0.95)}

/* Mobile submenu for Free Tools */
.mob-tools-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));background:none;border:none;cursor:pointer;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease,color .2s ease;padding:0}
.mob-menu.open .mob-tools-btn{opacity:1;transform:translateY(0);transition-delay:.28s}
.mob-tools-btn:hover{color:hsl(var(--primary))}
.mob-tools-btn svg{transition:transform .25s ease}
.mob-tools-btn.open svg{transform:rotate(180deg)}
.mob-subnav{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(0.4,0,0.2,1)}
.mob-subnav.open{max-height:200px}
.mob-subnav a{font-size:1rem !important;color:hsl(var(--muted-foreground)) !important;font-weight:500 !important;padding:.25rem 1.5rem;border-radius:.5rem;opacity:1 !important;transform:none !important;transition:color .15s,background-color .15s !important}
/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:5rem}
.hero-blob1{position:absolute;top:25%;left:25%;width:24rem;height:24rem;background-color:hsl(var(--primary)/.05);border-radius:9999px;filter:blur(64px)}
.hero-blob2{position:absolute;bottom:25%;right:25%;width:20rem;height:20rem;background-color:hsl(var(--accent)/.05);border-radius:9999px;filter:blur(64px)}
@keyframes spin-slow{ 0%{transform:translate(-50%,-50%) rotate(0deg) scale(1)} 50%{transform:translate(-50%,-50%) rotate(180deg) scale(1.05)} 100%{transform:translate(-50%,-50%) rotate(360deg) scale(1)} }
@keyframes spin-slow-reverse{ 0%{transform:translate(-50%,-50%) rotate(360deg) scale(1)} 50%{transform:translate(-50%,-50%) rotate(180deg) scale(1.02)} 100%{transform:translate(-50%,-50%) rotate(0deg) scale(1)} }

.hero-ring1{position:absolute;top:50%;left:50%;width:600px;height:600px;border:1px dashed hsl(var(--primary)/.15);border-radius:9999px;animation:spin-slow 25s linear infinite}
.hero-ring2{position:absolute;top:50%;left:50%;width:800px;height:800px;border:1px solid hsl(var(--accent)/.1);border-radius:9999px;animation:spin-slow-reverse 35s linear infinite}
.hero-ring3{position:absolute;top:50%;left:50%;width:1000px;height:1000px;border:1px dashed hsl(var(--foreground)/.05);border-radius:9999px;animation:spin-slow 45s linear infinite}
.hero-inner{position:relative;z-index:10;text-align:center;max-width:64rem;margin:0 auto;padding:0 1rem}
.hero-label{color:hsl(var(--primary));font-family:var(--font-display);font-size:.875rem;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1.5rem;display:block}
@media(min-width:768px){.hero-label{font-size:1rem}}
.hero-h1{font-family:var(--font-display);font-weight:700;font-size:3rem;line-height:.95;margin-bottom:2rem}
@media(min-width:640px){.hero-h1{font-size:3.75rem}}
@media(min-width:768px){.hero-h1{font-size:4.5rem}}
@media(min-width:1024px){.hero-h1{font-size:6rem}}
.hero-sub{color:hsl(var(--muted-foreground));font-size:1.125rem;max-width:42rem;margin:0 auto 2.5rem;font-family:var(--font-body)}
@media(min-width:768px){.hero-sub{font-size:1.25rem}}
.hero-btns{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}
@media(min-width:640px){.hero-btns{flex-direction:row}}
.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:1rem 2rem;border-radius:9999px;font-family:var(--font-display);font-weight:600;font-size:1.125rem;display:inline-flex;align-items:center;gap:.5rem;transition:opacity .15s,gap .15s}
.btn-primary:hover{opacity:.9;gap:.75rem}
.btn-primary svg{transition:transform .15s}
.btn-primary:hover svg{transform:translateX(.25rem)}
.btn-ghost{border:1px solid hsl(var(--border));color:hsl(var(--foreground));padding:1rem 2rem;border-radius:9999px;font-family:var(--font-display);font-weight:600;font-size:1.125rem;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .15s}
.btn-ghost:hover{background-color:hsl(var(--secondary))}
.hero-fade{position:absolute;bottom:0;left:0;right:0;height:8rem;background:linear-gradient(to top,hsl(var(--background)),transparent)}

/* MARQUEE */
.marquee-wrap{padding:1.5rem 0;border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));overflow:hidden;background-color:hsl(var(--primary))}
.marquee-track{display:flex;white-space:nowrap;width:max-content}
.m-item{font-family:var(--font-display);color:hsl(var(--primary-foreground));font-size:1.125rem;font-weight:700;display:inline-flex;align-items:center}
@media(min-width:768px){.m-item{font-size:1.25rem}}
.m-dot{display:inline-block;flex-shrink:0;font-size:1.5rem;margin:0 2.5rem}

/* SECTIONS SHARED */
section{padding:6rem 0}
@media(min-width:768px){section.py32{padding:8rem 0}}
.sec-hd{text-align:center;margin-bottom:4rem}
.sec-label{color:hsl(var(--primary));font-family:var(--font-display);font-size:.875rem;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem;display:block}
.sec-title{font-family:var(--font-display);font-weight:700;font-size:2.25rem;line-height:1.1}
@media(min-width:768px){.sec-title{font-size:3rem}}
@media(min-width:1024px){.sec-title{font-size:3.75rem}}
.sec-sub{color:hsl(var(--muted-foreground));margin-top:1rem;max-width:36rem;margin-left:auto;margin-right:auto}
@media(min-width:768px){.sec-sub{font-size:1.125rem}}

/* SERVICES */
.svc-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.svc-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.svc-grid{grid-template-columns:repeat(3,1fr)}}
@keyframes subtle-bg-anim { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
.svc-card{position:relative;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;transition:border-color .3s,box-shadow .3s,transform .1s ease-out;z-index:1;overflow:hidden;transform:perspective(1200px) rotateX(calc(var(--scroll-tilt, 0deg) + var(--mouse-tilt-x, 0deg))) rotateY(var(--mouse-tilt-y, 0deg)) scale(var(--card-scale, 1));will-change:transform}
.svc-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsl(var(--primary)/.03),hsl(var(--accent)/.03),hsl(var(--primary)/.03));background-size:200% auto;z-index:-1;animation:subtle-bg-anim 10s ease infinite}
.svc-card:hover{border-color:hsl(var(--primary)/.5);box-shadow:rgba(203,239,57,.15) 0 0 30px}
.svc-ico{width:3.5rem;height:3.5rem;border-radius:.75rem;background-color:hsl(var(--primary)/.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:background-color .3s}
.svc-card:hover .svc-ico{background-color:hsl(var(--primary)/.2)}
.svc-ico svg{color:hsl(var(--primary))}
.svc-card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}
.svc-card p{color:hsl(var(--muted-foreground));line-height:1.625}

/* PORTFOLIO */
.tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem}
.tab-btn{padding:.75rem 1.5rem;font-family:var(--font-display);font-size:.875rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s;position:relative}
.tab-btn.active{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border:none}
.tab-btn.off{background-color:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground))}
.tab-btn.off:hover{color:hsl(var(--foreground));border-color:hsl(var(--accent)/.5)}
.tab-panel{display:none}
.tab-panel.active{display:block}
.reels-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:56rem;margin:0 auto}
@media(min-width:768px){.reels-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.reels-grid{grid-template-columns:repeat(3,1fr)}}
.reel-card{position:relative;aspect-ratio:9/16;border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--border));background-color:hsl(var(--card));cursor:pointer;transition:transform .2s ease-out;touch-action: pan-y;}
.res-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .res-grid { grid-template-columns: repeat(2, 1fr); }
}

.res-card {
  position: relative;
  background-color: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1.25rem;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
}
.res-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background-color: var(--accent-color, hsl(var(--primary)));
  opacity: 0.8;
}

.res-cat {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  width: fit-content;
}

.res-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.res-card .loc {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.4);
  margin-top: -0.75rem;
}

.res-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.stat-box {
  background: rgba(40,40,40,0.5);
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.03);
}
.stat-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}
.stat-val {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
.stat-sub {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  margin-top: 0.25rem;
}

.res-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0.5rem 0;
}

.res-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}
.tag-pill {
  background: #252525;
  color: rgba(255,255,255,0.6);
  padding: 0.3rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.05);
}

.res-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.15);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

@media (max-width: 640px) {
  .res-card { padding: 1.5rem; }
  .stat-box { padding: 1rem; }
  .stat-val { font-size: 1.1rem; }
}

/* WHY US */
.vs-desk{display:none;max-width:72rem;margin:0 auto}
@media(min-width:768px){.vs-desk{display:block}}
.vs-row-wrap{display:grid;grid-template-columns:1fr auto 1fr;gap:0}
.vs-hd{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-radius:.75rem .75rem 0 0}
.vs-hd.bad{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-bottom:none;font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:hsl(var(--muted-foreground))}
.vs-hd.good{background-color:hsl(var(--card));border:1px solid hsl(var(--primary)/.4);border-bottom:none;position:relative;overflow:hidden;font-family:var(--font-display);font-size:1.25rem;font-weight:700}
.vs-hd.good::before{content:'';position:absolute;inset:0;background-color:hsl(var(--primary)/.05)}
.vs-hd.good>*{position:relative}
.vs-hd.good .gt{color:hsl(var(--primary))}
.vs-mid-hd{width:5rem;display:flex;align-items:center;justify-content:center}
.vs-cell-bad{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:.875rem;color:hsl(var(--muted-foreground));border-left:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));transition:background-color .2s}
.vs-cell-good{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));border-left:1px solid hsl(var(--primary)/.2);border-right:1px solid hsl(var(--primary)/.2);border-bottom:1px solid hsl(var(--primary)/.2);transition:background-color .2s}
.vs-mid-row{width:5rem;position:relative;display:flex;align-items:center;justify-content:center}
.vs-mid-line{position:absolute;top:0;bottom:0;left:50%;width:1px;background-color:hsl(var(--border));transform:translateX(-50%)}
.vs-badge{width:2.5rem;height:2.5rem;border-radius:9999px;background-color:hsl(var(--background));border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px hsl(var(--background));font-family:var(--font-display);font-weight:600;font-size:.75rem;color:hsl(var(--muted-foreground))}
.bg-even-bad{background-color:hsl(var(--secondary)/.3)}
.bg-odd-bad{background-color:hsl(var(--card))}
.bg-even-good{background-color:hsl(var(--secondary)/.3)}
.bg-odd-good{background-color:hsl(var(--card))}
.vs-row-wrap:not(:first-child):hover .vs-cell-bad{background-color:hsl(var(--secondary)/.8)}
.vs-row-wrap:not(:first-child):hover .vs-cell-good{background-color:hsl(var(--primary)/.15);box-shadow:inset 0 0 20px hsl(var(--primary)/.1);border-color:hsl(var(--primary)/.5);z-index:2;position:relative}
.vs-last .vs-cell-bad{border-radius:0 0 0 .75rem}
.vs-last .vs-cell-good{border-radius:0 0 .75rem 0}
.ic-x{color:hsl(var(--destructive));flex-shrink:0;width:1.125rem;height:1.125rem}
.ic-ok{color:hsl(var(--primary));flex-shrink:0;width:1.125rem;height:1.125rem}
.vs-mob{display:flex;flex-direction:column;gap:0.75rem}
@media(min-width:768px){.vs-mob{display:none}}
.vsm-card{border-radius:.75rem;overflow:hidden;border:1px solid hsl(var(--border));margin-bottom:.75rem}
.vsm-b{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:hsl(var(--card));color:hsl(var(--muted-foreground));font-size:.875rem}
.vsm-mid{display:flex;align-items:center;justify-content:center;padding:.25rem;background-color:hsl(var(--background))}
.vsm-badge{width:2rem;height:2rem;border-radius:9999px;border:1px solid hsl(var(--primary)/.6);display:flex;align-items:center;justify-content:center;box-shadow:0 0 15px hsl(72 85% 58%/.2);font-family:var(--font-display);font-weight:700;font-size:10px;color:hsl(var(--primary))}
.vsm-g{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:hsl(var(--card));border-top:1px solid hsl(var(--primary)/.2);color:hsl(var(--foreground));font-size:.875rem;font-weight:500}
.vs-cta{margin-top:4rem;max-width:56rem;margin-left:auto;margin-right:auto;text-align:center;border-radius:1rem;border:1px solid hsl(var(--primary)/.3);background-color:hsl(var(--card));padding:2rem;position:relative;overflow:hidden;z-index:1}
@media(min-width:768px){.vs-cta{padding:3rem}}
.vs-cta::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom right,hsl(var(--primary)/.05),hsl(var(--accent)/.05),hsl(var(--primary)/.05));background-size:200% auto;z-index:-1;animation:subtle-bg-anim 10s ease infinite;pointer-events:none}
.vs-cta-h{position:relative;font-family:var(--font-display);font-weight:700;font-size:1.125rem;margin-bottom:.5rem}
@media(min-width:768px){.vs-cta-h{font-size:1.5rem}}
.vs-cta-p{position:relative;color:hsl(var(--muted-foreground));margin-bottom:2rem}
.btn-switch{position:relative;display:inline-flex;align-items:center;gap:.5rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:1rem 2rem;border-radius:.75rem;font-family:var(--font-display);font-weight:700;font-size:1.125rem;transition:all .3s}
.btn-switch:hover{box-shadow:0 0 30px hsl(72 85% 58%/.4);transform:scale(1.05)}

/* PROCESS */
.proc-grid{position:relative;display:flex;flex-direction:column;gap:5rem;max-width:32rem;margin:0 auto;padding-left:3.5rem;padding-top:2rem;padding-bottom:2rem}
.proc-track{position:absolute;top:0;bottom:0;left:1.5rem;width:40px;z-index:0;transform:translateX(-50%);-webkit-mask-image:linear-gradient(to bottom,transparent,black 4rem,black calc(100% - 4rem),transparent);mask-image:linear-gradient(to bottom,transparent,black 4rem,black calc(100% - 4rem),transparent)}
.proc-track-bg{position:absolute;top:0;bottom:0;left:50%;width:2px;transform:translateX(-50%);background-color:hsl(var(--border))}
.proc-line-glow{position:absolute;top:0;left:50%;width:2px;height:0;background-color:hsl(var(--primary));box-shadow:0 0 15px hsl(var(--primary)/.8);transform:translateX(-50%);transition:height .1s ease-out}

.proc-step{position:relative;text-align:left;z-index:1;transition:opacity .5s ease}
.step-heading{position:relative;display:flex;align-items:center;min-height:3.5rem}
.step-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin:0;transition:all .5s ease;padding-left:1.5rem;color:hsl(var(--foreground))}
.proc-step.active .step-title{color:hsl(var(--primary));text-shadow:0 0 20px hsl(var(--primary)/.6),0 0 40px hsl(var(--primary)/.2)}
.step-in{padding-top:.5rem;padding-left:1.5rem}
.step-ico{width:3.5rem;height:3.5rem;border-radius:1rem;background-color:hsl(var(--background));border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(0.4,0,0.2,1);position:absolute;left:-2rem;top:50%;z-index:11;transform:translate(-50%,-50%)}
.step-ico svg{color:hsl(var(--muted-foreground));transition:all .5s ease;width:1.5rem;height:1.5rem}

.proc-step.active .step-ico{border-color:hsl(var(--primary));box-shadow:0 0 20px hsl(var(--primary)/.3),0 0 60px hsl(var(--primary)/.1);background-color:hsl(var(--background));transform:translate(-50%,-50%)}
.proc-step.active .step-ico svg{color:hsl(var(--primary))}

.proc-step p{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.625;margin:0}

@media(max-width:640px){
  .proc-grid{gap:3.5rem;padding-left:4rem}
  .proc-track{left:1.25rem}
  .step-heading{min-height:3rem}
  .step-title{font-size:1.25rem;padding-left:1rem}
  .step-in{padding-top:.5rem;padding-left:1rem}
  .step-ico{width:3rem;height:3rem;left:-2.75rem}
  .step-ico svg{width:1.25rem;height:1.25rem}
  .proc-step p{font-size:.875rem}
}

/* STATS */
.stats-wrap{padding:5rem 0;background-color:hsl(var(--card));border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}
.stat-item{text-align:center}
.stat-n{font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:hsl(var(--primary));display:block}
@media(min-width:768px){.stat-n{font-size:3rem}}
@media(min-width:1024px){.stat-n{font-size:3.75rem}}
.stat-l{color:hsl(var(--muted-foreground));margin-top:.5rem;font-size:.875rem}
@media(min-width:768px){.stat-l{font-size:1rem}}

/* REVIEWS */
.review-wrap{position:relative;max-width:48rem;margin:0 auto}
.review-card{position:relative;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;text-align:center;z-index:1;overflow:hidden;transition:transform .1s ease-out, box-shadow .3s;transform:perspective(1200px) rotateX(calc(var(--scroll-tilt, 0deg) + var(--mouse-tilt-x, 0deg))) rotateY(var(--mouse-tilt-y, 0deg)) scale(var(--card-scale, 1));will-change:transform}
.review-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsl(var(--primary)/.03),hsl(var(--accent)/.03),hsl(var(--primary)/.03));background-size:200% auto;z-index:-1;animation:subtle-bg-anim 10s ease infinite}
@media(min-width:768px){.review-card{padding:3rem 4rem}}
.rev-nav{position:absolute;top:calc(50% - 1.5rem);width:3rem;height:3rem;border-radius:9999px;background-color:hsl(var(--background)/.9);border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,0.5)}
.rev-nav:hover{border-color:hsl(var(--primary)/.5);color:hsl(var(--primary));transform:scale(1.1)}
.rev-nav.prev{left:-4rem}
.rev-nav.next{right:-4rem}
@media(max-width:900px){.rev-nav{display:none}}
.q-ico{color:hsl(var(--primary)/.2);position:absolute;top:1.5rem;left:1.5rem;width:3rem;height:3rem;z-index:0}
.stars{position:relative;z-index:1;display:flex;justify-content:center;gap:.25rem;margin-bottom:1.5rem}
.stars svg{width:1.125rem;height:1.125rem;color:hsl(var(--primary));fill:hsl(var(--primary))}
.rev-text{position:relative;z-index:1;font-size:1.125rem;line-height:1.75;color:hsl(var(--foreground));margin-bottom:2rem;font-family:var(--font-body)}
@media(min-width:768px){.rev-text{font-size:1.25rem}}
.rev-name{position:relative;z-index:1;font-family:var(--font-display);font-weight:700;font-size:1.125rem}
.rev-role{position:relative;z-index:1;color:hsl(var(--muted-foreground));font-size:.875rem;margin-top:.25rem}
.dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}
.dot-btn{height:.75rem;border-radius:9999px;cursor:pointer;border:none;padding:0;transition:all .3s}
.dot-btn.on{width:2rem;background-color:hsl(var(--primary))}
.dot-btn.off{width:.75rem;background-color:hsl(var(--muted))}

/* FAQ */
.faq-list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}
.faq-item{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;padding:0 1.5rem;transition:border-color .15s}
.faq-item[data-open="true"]{border-color:hsl(var(--primary)/.5)}
.faq-q{display:flex;flex:1;align-items:center;justify-content:space-between;padding:1.25rem 0;cursor:pointer;font-family:var(--font-display);font-size:1rem;font-weight:600;gap:1rem;user-select:none;width:100%;text-align:left;background:transparent;border:none;color:inherit}
@media(min-width:768px){.faq-q{font-size:1.125rem}}
.faq-q svg{flex-shrink:0;width:1rem;height:1rem;transition:transform .2s}
.faq-item[data-open="true"] .faq-q svg{transform:rotate(180deg)}
.faq-a{overflow:hidden;max-height:0;transition:max-height .3s ease,padding .3s ease;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.7}
.faq-item[data-open="true"] .faq-a{max-height:300px;padding-bottom:1.25rem}

/* CONTACT */
.contact-wrap{background-color:hsl(var(--secondary)/.3)}
.contact-form{max-width:36rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}
.f-field{width:100%;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;padding:1rem 1.5rem;color:hsl(var(--foreground));font-size:1rem;outline:none;transition:border-color .15s;-webkit-appearance:none;appearance:none}
.f-field::placeholder{color:hsl(var(--muted-foreground))}
.f-field:focus{border-color:hsl(var(--primary)/.5)}
.f-field option{background:hsl(0 0% 7%)}
/* ADDED DROPDOWN ARROW FOR SELECT */
select.f-field {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.2rem;
  padding-right: 3rem;
  cursor: pointer;
}
select.f-field:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23cbef39" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>');
}
.btn-wa{width:100%;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:1rem;border-radius:.75rem;font-family:var(--font-display);font-weight:700;font-size:1.125rem;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;border:none;transition:opacity .15s}
.btn-wa:hover{opacity:.9}
.soc-btns{display:flex;justify-content:center;gap:1rem}
.soc-btn{display:inline-flex;align-items:center;gap:.5rem;border:1px solid hsl(var(--border));border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:border-color .15s}
.soc-btn:hover{border-color:hsl(var(--primary)/.5)}
.soc-btn.ig:hover{border-color:hsl(var(--accent)/.5)}

/* NEW CREATIVE FOOTER */
.creative-footer {
  background-color: hsl(var(--card));
  border-top: 1px solid hsl(var(--border));
  position: relative;
  overflow: hidden;
  padding: 5rem 0 3rem;
}
.creative-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, hsl(var(--primary)/.5), transparent);
}
.cf-top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid hsl(var(--border));
}
@media(min-width: 1024px) {
  .cf-top { flex-direction: row; justify-content: space-between; gap: 5rem; }
}
.cf-brand { max-width: 24rem; }
.cf-logo {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: hsl(var(--primary));
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
}
.cf-logo .dot { color: hsl(var(--accent)); }
.cf-tag { color: hsl(var(--muted-foreground)); line-height: 1.7; font-size: 1.0625rem; }

.cf-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  flex: 1;
}
@media(min-width: 640px) {
  .cf-grid { grid-template-columns: repeat(3, 1fr); }
}
.cf-col h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  color: hsl(var(--foreground));
}
.cf-links { display: flex; flex-direction: column; gap: 1rem; }
.cf-links a {
  color: hsl(var(--muted-foreground));
  font-size: 0.9375rem;
  transition: color 0.2s, transform 0.2s;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
}
.cf-links a:hover { color: hsl(var(--primary)); transform: translateX(4px); }
.cf-links a.contact-hl { color: hsl(var(--foreground)); font-weight: 600; }
.cf-links a.contact-hl:hover { color: hsl(var(--primary)); }

.cf-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: hsl(var(--secondary)/.5);
  color: hsl(var(--foreground));
  transition: all 0.2s;
}
.cf-socials a:hover { background-color: hsl(var(--accent)/.2); color: hsl(var(--accent)); transform: scale(1.1); }

.cf-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  gap: 1.5rem;
}
@media(min-width: 768px) {
  .cf-bottom { flex-direction: row; }
}
.cf-copy { color: hsl(var(--muted-foreground)/.8); font-size: 0.875rem; }
.cf-made { color: hsl(var(--primary)/.8); font-size: 0.875rem; font-family: var(--font-display); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }

/* FLOATING WA */
.wa-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:3.5rem;height:3.5rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:rgba(203,239,57,.15) 0 0 30px,0 10px 15px -3px rgba(0,0,0,.1);transition:transform .15s}
.wa-float:hover{transform:scale(1.1)}

/* SCROLL REVEAL */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
.reveal-sm{opacity:0;transform:translateY(15px);transition:opacity .5s ease,transform .5s ease}
.reveal-sm.in{opacity:1;transform:none}
.d1{transition-delay:.05s}.d2{transition-delay:.1s}.d3{transition-delay:.15s}.d4{transition-delay:.2s}
.d5{transition-delay:.25s}.d6{transition-delay:.3s}.d7{transition-delay:.35s}.d8{transition-delay:.4s}

/* NATIVE VIDEO PLAYER */
.native-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: #000;
}
.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.3);
  transition: background-color 0.3s;
  cursor: pointer;
}
.video-overlay.playing {
  background-color: transparent;
}
.video-overlay.playing:hover {
  background-color: transparent; /* No tint on hover when playing */
}
.play-pause-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background-color: hsl(var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--primary-foreground));
  transition: opacity 0.3s, transform 0.2s, background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  opacity: 1; /* Visible by default to make users know it is a video */
  pointer-events: none;
}
.video-overlay:hover .play-pause-btn:not(.playing-btn) {
  opacity: 1; /* Show on hover */
  transform: scale(1.1);
}
.video-overlay.playing .play-pause-btn,
.video-overlay.playing:hover .play-pause-btn {
  opacity: 0 !important; /* Never show buttons while playing */
  pointer-events: none !important;
}

/* GAMIFICATION EFFECTS */
.hero-section { perspective: 1200px; }
.hero-inner { transform-style: preserve-3d; }

.svc-card::after, .res-card::after, .review-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), hsl(var(--primary)/0.15) 0%, transparent 80%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  z-index: 10;
  mix-blend-mode: color-dodge;
}
.svc-card:hover::after, .res-card:hover::after, .review-card:hover::after {
  opacity: 1;
}

a[class*="btn-"]:not(.tab-btn), button:not(.tab-btn):not(.btn-menu):not(.mob-x):not(.faq-q):not(.rev-nav), .soc-btn {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.15s, opacity 0.15s, border-color 0.15s, box-shadow 0.3s !important;
  will-change: transform;
}

.video-overlay.playing .ic-play { display: none; }
.video-overlay.playing .ic-pause { display: block; margin-left: 0; }

.video-lbl {
  position: absolute;
  bottom: 1.5rem;
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  transition: opacity 0.3s;
  pointer-events: none;
}
.video-overlay.playing .video-lbl {
  opacity: 0;
}
.video-overlay.playing:hover .video-lbl {
  opacity: 1;
}

/* EYEBALLS */
.eye {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 0.02em;
  vertical-align: middle;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: initial !important;
  color: initial !important;
  overflow: hidden;
}
.pupil {
  width: 0.25em;
  height: 0.25em;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
}

/* CUSTOM CURSOR */
@media (pointer: fine) {
  body, a, button, select, input, textarea, .video-overlay, .tab-btn {
    cursor: none !important;
  }
  .custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: hsl(var(--accent));
    border-radius: 50%;
    pointer-events: none;
    z-index: 100000;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform, width, height, opacity;
    transition: width 0.2s, height 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.3s;
  }
  .custom-cursor.active { opacity: 1; }
  .custom-cursor.hovering {
    width: 44px;
    height: 44px;
    background-color: hsl(var(--accent) / 0.15);
    border: 1.5px solid hsl(var(--accent));
    backdrop-filter: blur(2px);
  }
}
@media (pointer: coarse) {
  .custom-cursor { display: none !important; }
}

/* HOME PORTFOLIO PLAY BUTTON — always show play, hide pause by default */
.play-pause-btn .ic-pause { display: none; }
.video-overlay.playing .ic-play  { display: none; }
.video-overlay.playing .ic-pause { display: block; }

/* ══════════════════════════════════════
   BLOG PAGE
══════════════════════════════════════ */
.blog-header { padding: 10rem 1rem 4rem; text-align: center; }
.blog-header .sec-label { margin-bottom: 1rem; }
.blog-header h1 { font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; line-height: 1.1; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .blog-header h1 { font-size: 3.5rem; } }
@media (min-width: 1024px) { .blog-header h1 { font-size: 4rem; } }
.blog-header p { color: hsl(var(--muted-foreground)); font-size: 1.125rem; max-width: 42rem; margin: 0 auto; line-height: 1.625; }

.blog-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; padding: 0 1rem 2rem; }
.blog-filter-btn { padding: 0.5rem 1rem; border-radius: 9999px; font-size: 0.875rem; font-weight: 500; cursor: pointer; border: none; transition: background-color 0.2s, color 0.2s; white-space: nowrap; }
.blog-filter-btn.active { background-color: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.blog-filter-btn:not(.active) { background-color: hsl(var(--secondary)); color: hsl(var(--secondary-foreground)); }
.blog-filter-btn:hover:not(.active) { background-color: hsl(var(--muted)); }

.blog-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 72rem; margin: 0 auto; padding: 0 2rem 8rem; }
@media (min-width: 768px) { .blog-grid { grid-template-columns: repeat(2, 1fr); padding: 0 2rem 10rem; } }
@media (min-width: 1024px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }

.blog-card { display: flex; flex-direction: column; background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 1rem; overflow: hidden; position: relative; transition: border-color 0.3s, transform 0.1s ease-out; text-decoration: none; transform: perspective(1200px) rotateX(calc(var(--scroll-tilt, 0deg) + var(--mouse-tilt-x, 0deg))) rotateY(var(--mouse-tilt-y, 0deg)) scale(var(--card-scale, 1)); will-change: transform; touch-action: pan-y; }
.blog-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, hsl(var(--primary)/.03), hsl(var(--accent)/.03), hsl(var(--primary)/.03)); background-size: 200% auto; z-index: -1; animation: subtle-bg-anim 10s ease infinite; }
.blog-card:hover { border-color: hsl(var(--primary)/.5); box-shadow: rgba(203, 239, 57, 0.15) 0 0 30px; }

.blog-card-img-wrap { position: relative; aspect-ratio: 16/9; overflow: hidden; border-bottom: 1px solid hsl(var(--border)); }
.blog-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover img { transform: scale(1.05); }

.blog-card-badge { position: absolute; top: 0.75rem; left: 0.75rem; background-color: hsl(var(--primary)); color: hsl(var(--primary-foreground)); padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; z-index: 2; pointer-events: none; }

.blog-card-content { flex: 1; display: flex; flex-direction: column; padding: 1.5rem; }
.blog-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; font-size: 0.75rem; color: hsl(var(--muted-foreground)); margin-bottom: 0.75rem; }
.blog-card-meta span { display: inline-flex; align-items: center; gap: 0.25rem; }
.blog-card-meta svg { width: 0.75rem; height: 0.75rem; }

.blog-card h2 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: hsl(var(--foreground)); margin-bottom: 0.5rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.2s; }
.blog-card:hover h2 { color: hsl(var(--primary)); }

.blog-card-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.75rem; margin-top: -0.25rem; }
.bc-tag { font-size: 0.7rem; color: hsl(var(--muted-foreground)); background-color: hsl(var(--secondary) / 0.7); padding: 0.15rem 0.6rem; border-radius: 9999px; font-weight: 500; letter-spacing: 0.02em; }
.blog-card-excerpt { font-size: 0.875rem; color: hsl(var(--muted-foreground)); line-height: 1.625; margin-bottom: 1.25rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.blog-card-read { display: inline-flex; align-items: center; gap: 0.5rem; color: hsl(var(--primary)); font-size: 0.875rem; font-weight: 600; margin-top: auto; transition: gap 0.2s; }
.blog-card:hover .blog-card-read { gap: 0.75rem; }
.blog-card-read svg { width: 0.875rem; height: 0.875rem; }

/* ══════════════════════════════════════
   SINGLE BLOG POST
══════════════════════════════════════ */
.article-breadcrumb { margin-bottom: 2rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.5rem; }
.article-breadcrumb a { color: hsl(var(--foreground)); text-decoration: none; transition: color 0.2s; }
.article-breadcrumb a:hover { color: hsl(var(--primary)); }
.article-breadcrumb .current { color: hsl(var(--primary)); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; }
@media (min-width: 768px) { .article-breadcrumb .current { max-width: 400px; } }

.article-header { padding: 8rem 1rem 3rem; text-align: center; max-width: 48rem; margin: 0 auto; }
.article-header h1 { font-family: var(--font-display); font-size: 2.25rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .article-header h1 { font-size: 3rem; } }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem; color: hsl(var(--muted-foreground)); font-size: 0.875rem; margin-bottom: 2rem; }
.article-meta span { display: inline-flex; align-items: center; gap: 0.375rem; }
.article-meta svg { width: 1rem; height: 1rem; }

.article-featured-img { max-width: 64rem; margin: 0 auto 4rem; overflow: hidden; border-radius: 1rem; border: 1px solid hsl(var(--border)); }
.blog-layout-main .article-featured-img { max-width: 100%; margin: 0 0 3rem; }
.article-featured-img img { width: 100%; height: auto; display: block; }

.article-content { max-width: 44rem; margin: 0 auto; padding: 0 1rem 6rem; line-height: 1.75; font-size: 1.125rem; color: hsl(var(--foreground)); }
.blog-layout-main .article-content { max-width: 100%; margin: 0; padding: 0 0 6rem; }
.article-content h2 { font-family: var(--font-display); font-size: 1.75rem; font-weight: 700; margin: 3rem 0 1rem; color: hsl(var(--foreground)); line-height: 1.3; }
.article-content h3 { font-family: var(--font-display); font-size: 1.375rem; font-weight: 600; margin: 2rem 0 1rem; }
.article-content p { margin-bottom: 1.5rem; color: hsl(var(--muted-foreground)); }
.article-content ul { padding-left: 1.5rem; margin-bottom: 1.5rem; color: hsl(var(--muted-foreground)); }
.article-content li { margin-bottom: 0.5rem; }
.article-content strong { color: hsl(var(--foreground)); font-weight: 600; }

.article-author { display: flex; align-items: center; gap: 1rem; padding: 2rem; background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 1rem; margin-top: 4rem; text-align: left; }
.article-author-info h3 { font-size: 1.125rem; font-weight: 600; margin: 0 0 0.25rem; }
.article-author-info p { margin: 0; font-size: 0.875rem; color: hsl(var(--muted-foreground)); }
.article-author-avatar { width: 4rem; height: 4rem; border-radius: 50%; object-fit: cover; background-color: hsl(var(--secondary)); }

.article-tags { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.5rem; padding-top: 2rem; border-top: 1px solid hsl(var(--border)); }
.article-tags span { background-color: hsl(var(--secondary)); color: hsl(var(--secondary-foreground)); padding: 0.375rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 500; }

.blog-layout { display: flex; flex-direction: column; gap: 4rem; padding-bottom: 8rem; }
.blog-layout-with-sidebar { display: grid; grid-template-columns: 1fr; gap: 4rem; padding-bottom: 8rem; }
@media (min-width: 1024px) {
  .blog-layout-with-sidebar { grid-template-columns: 1fr 300px; }
}

.blog-sidebar { display: flex; flex-direction: column; gap: 3rem; }
.sidebar-widget-title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; margin-bottom: 1.5rem; color: hsl(var(--foreground)); }

.sidebar-cat-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.sidebar-cat-list li a { color: hsl(var(--muted-foreground)); transition: color 0.2s; display: flex; justify-content: space-between; align-items: center; font-size: 0.9375rem; }
.sidebar-cat-list li a:hover { color: hsl(var(--primary)); }
.sidebar-cat-list span { color: hsl(var(--muted-foreground)/0.5); font-size: 0.8125rem; font-weight: 400; }

.sidebar-tag-cloud { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.sidebar-tag-cloud a { background-color: hsl(var(--secondary)); color: hsl(var(--secondary-foreground)); padding: 0.375rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 500; transition: all 0.2s; border: 1px solid transparent; }
.sidebar-tag-cloud a:hover { background-color: hsl(var(--primary)/0.1); border-color: hsl(var(--primary)/0.3); color: hsl(var(--primary)); }

/* ══════════════════════════════════════
   FREE TOOLS - HOMEPAGE SECTION
══════════════════════════════════════ */
.tools-section { background-color: hsl(var(--card)); }
.tools-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 56rem; margin: 0 auto; }
@media (min-width: 768px) { .tools-grid { grid-template-columns: repeat(2, 1fr); } }

.tool-card { position: relative; background-color: hsl(var(--background)); border: 1px solid hsl(var(--border)); border-radius: 1.25rem; padding: 2rem; transition: border-color .3s, box-shadow .3s, transform .1s ease-out; z-index: 1; overflow: hidden; }
.tool-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, hsl(var(--primary)/.04), hsl(var(--accent)/.04)); z-index: -1; }
.tool-card:hover { border-color: hsl(var(--primary)/.5); box-shadow: 0 0 40px hsl(var(--primary)/.12); }
.tool-card-ico { width: 3.5rem; height: 3.5rem; border-radius: 1rem; background-color: hsl(var(--primary)/.1); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.tool-card-ico svg { color: hsl(var(--primary)); }
.tool-card h3 { font-family: var(--font-display); font-size: 1.375rem; font-weight: 700; margin-bottom: .75rem; }
.tool-card p { color: hsl(var(--muted-foreground)); line-height: 1.625; margin-bottom: 1.75rem; font-size: .9375rem; }
.tool-card-badge { display: inline-block; background-color: hsl(var(--primary)/.1); color: hsl(var(--primary)); font-size: .6875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .75rem; border-radius: 9999px; margin-bottom: 1rem; }
.btn-tool { display: inline-flex; align-items: center; gap: .5rem; background-color: hsl(var(--primary)); color: hsl(var(--primary-foreground)); padding: .875rem 1.75rem; border-radius: 9999px; font-family: var(--font-display); font-weight: 600; font-size: .9375rem; transition: opacity .15s, gap .15s, box-shadow .3s; }
.btn-tool:hover { opacity: .9; gap: .75rem; box-shadow: 0 0 24px hsl(var(--primary)/.4); }
.btn-tool svg { transition: transform .15s; }
.btn-tool:hover svg { transform: translateX(.2rem); }

/* ══════════════════════════════════════
   TOOL PAGES (AUDIT + REEL IDEAS)
══════════════════════════════════════ */
.tool-page-header { padding: 8rem 1rem 3rem; text-align: center; max-width: 48rem; margin: 0 auto; }
.tool-page-header h1 { font-family: var(--font-display); font-size: 2.25rem; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }
@media (min-width: 768px) { .tool-page-header h1 { font-size: 3rem; } }
.tool-page-header p { color: hsl(var(--muted-foreground)); font-size: 1.0625rem; line-height: 1.75; }

.tool-form-wrap { max-width: 36rem; margin: 0 auto 4rem; padding: 0 1rem; }
.tool-input-group { display: flex; gap: .75rem; flex-direction: column; }
@media (min-width: 540px) { .tool-input-group { flex-direction: row; } }
.tool-input { flex: 1; background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: .875rem; padding: 1rem 1.25rem; color: hsl(var(--foreground)); font-size: 1rem; outline: none; transition: border-color .15s; min-height: 48px; font-family: var(--font-body); }
.tool-input:focus { border-color: hsl(var(--primary)/.5); }
.tool-input::placeholder { color: hsl(var(--muted-foreground)); }
.btn-analyze { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; background-color: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border: none; border-radius: .875rem; padding: 1rem 1.75rem; font-family: var(--font-display); font-weight: 700; font-size: 1rem; cursor: pointer; transition: opacity .15s, box-shadow .3s; min-height: 48px; white-space: nowrap; }
.btn-analyze:hover { opacity: .9; box-shadow: 0 0 20px hsl(var(--primary)/.35); }
.btn-analyze:disabled { opacity: .5; cursor: not-allowed; }
.btn-analyze.loading svg { animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.animate-spin { animation: spin 1s linear infinite; }

.tool-results { max-width: 42rem; margin: 0 auto; padding: 0 1rem 6rem; display: none; }
.tool-results.visible { display: block; }

/* Audit Results */
.audit-score-card { background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 1.25rem; padding: 2rem; text-align: center; margin-bottom: 2rem; position: relative; overflow: hidden; }
.audit-score-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, hsl(var(--primary)/.05), hsl(var(--accent)/.05)); pointer-events: none; }
.audit-score-label { font-size: .875rem; font-weight: 600; color: hsl(var(--muted-foreground)); letter-spacing: .08em; text-transform: uppercase; margin-bottom: .5rem; }
.audit-score-num { font-family: var(--font-display); font-size: 5rem; font-weight: 700; color: hsl(var(--primary)); line-height: 1; margin-bottom: .5rem; }
.audit-score-sub { color: hsl(var(--muted-foreground)); font-size: .9375rem; }
.audit-score-bar-wrap { width: 100%; height: 8px; background-color: hsl(var(--secondary)); border-radius: 9999px; margin: 1.25rem 0; overflow: hidden; }
.audit-score-bar { height: 100%; border-radius: 9999px; background: linear-gradient(to right, hsl(var(--primary)), hsl(var(--accent))); transition: width 1.2s cubic-bezier(0.4,0,0.2,1); }

.audit-suggestions { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
.audit-suggestion-item { display: flex; align-items: flex-start; gap: 1rem; background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 1rem; padding: 1.25rem; }
.audit-suggestion-item .sug-ico { width: 2rem; height: 2rem; border-radius: .5rem; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.sug-ico.warn { background-color: hsl(38 95% 55%/.15); color: hsl(38 95% 55%); }
.sug-ico.good { background-color: hsl(var(--primary)/.1); color: hsl(var(--primary)); }
.sug-ico.tip { background-color: hsl(var(--accent)/.15); color: hsl(var(--accent)); }
.audit-suggestion-item h4 { font-family: var(--font-display); font-size: 1rem; font-weight: 600; margin-bottom: .25rem; }
.audit-suggestion-item p { font-size: .875rem; color: hsl(var(--muted-foreground)); line-height: 1.6; margin: 0; }

/* Reel Ideas Results */
.ideas-header { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; margin-bottom: 1.5rem; }
.idea-list { display: flex; flex-direction: column; gap: .875rem; margin-bottom: 2rem; }
.idea-item { display: flex; align-items: flex-start; gap: 1rem; background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: .875rem; padding: 1.125rem 1.25rem; transition: border-color .2s; }
.idea-item:hover { border-color: hsl(var(--primary)/.4); }
.idea-num { font-family: var(--font-display); font-size: .875rem; font-weight: 700; color: hsl(var(--primary)); min-width: 1.5rem; margin-top: .1rem; flex-shrink: 0; }
.idea-text { font-size: .9375rem; line-height: 1.5; color: hsl(var(--foreground)); }
.ideas-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-copy { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid hsl(var(--border)); border-radius: .75rem; padding: .875rem 1.5rem; font-family: var(--font-display); font-weight: 600; font-size: .9375rem; cursor: pointer; background: transparent; color: hsl(var(--foreground)); transition: border-color .15s, background-color .15s; min-height: 48px; }
.btn-copy:hover { border-color: hsl(var(--primary)/.5); background-color: hsl(var(--primary)/.05); }
.btn-more { display: inline-flex; align-items: center; gap: .5rem; background-color: hsl(var(--secondary)); border: 1px solid hsl(var(--border)); border-radius: .75rem; padding: .875rem 1.5rem; font-family: var(--font-display); font-weight: 600; font-size: .9375rem; cursor: pointer; color: hsl(var(--foreground)); transition: background-color .15s, border-color .15s; min-height: 48px; }
.btn-more:hover { background-color: hsl(var(--muted)); border-color: hsl(var(--primary)/.3); }

/* Tool WA CTA */
.tool-wa-cta { background-color: hsl(var(--card)); border: 1px solid hsl(var(--primary)/.3); border-radius: 1.25rem; padding: 2rem; text-align: center; margin-top: 3rem; }
.tool-wa-cta h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; margin-bottom: .5rem; }
.tool-wa-cta p { color: hsl(var(--muted-foreground)); font-size: .9375rem; margin-bottom: 1.5rem; }

/* ══════════════════════════════════════
   REEL SCRIPT CARDS
══════════════════════════════════════ */
.reel-scripts-list { display: flex; flex-direction: column; gap: 1.75rem; margin-bottom: 2.5rem; }
.reel-script-card { background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 1.25rem; overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.reel-script-card:hover { border-color: hsl(var(--primary)/.4); box-shadow: 0 0 32px hsl(var(--primary)/.08); }
.rsc-header { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid hsl(var(--border)); gap: 1rem; flex-wrap: wrap; }
.rsc-title { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: hsl(var(--foreground)); }
.rsc-num { font-size: .75rem; font-weight: 700; color: hsl(var(--primary)); background: hsl(var(--primary)/.1); border-radius: 9999px; padding: .25rem .75rem; flex-shrink: 0; }
.rsc-body { padding: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.rsc-section { display: flex; flex-direction: column; gap: .375rem; }
.rsc-label { font-size: .6875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: hsl(var(--primary)); }
.rsc-hook { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: hsl(var(--foreground)); font-style: italic; line-height: 1.5; }
.rsc-scenes { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .5rem; }
.rsc-scenes li { display: flex; align-items: flex-start; gap: .75rem; font-size: .9375rem; color: hsl(var(--muted-foreground)); line-height: 1.5; }
.rsc-scenes li::before { content: attr(data-n); font-family: var(--font-display); font-size: .75rem; font-weight: 700; color: hsl(var(--primary)); background: hsl(var(--primary)/.1); border-radius: 9999px; width: 1.5rem; height: 1.5rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: .125rem; }
.rsc-caption { font-size: .9375rem; color: hsl(var(--muted-foreground)); line-height: 1.65; font-style: italic; }
.rsc-hashtags { display: flex; flex-wrap: wrap; gap: .4rem; }
.rsc-tag { font-size: .75rem; font-weight: 500; color: hsl(var(--primary)); background: hsl(var(--primary)/.08); border: 1px solid hsl(var(--primary)/.2); border-radius: 9999px; padding: .25rem .625rem; }
.rsc-footer { padding: 1rem 1.5rem; border-top: 1px solid hsl(var(--border)); display: flex; gap: .75rem; flex-wrap: wrap; }
.btn-copy-script { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-display); font-size: .875rem; font-weight: 600; color: hsl(var(--muted-foreground)); background: transparent; border: 1px solid hsl(var(--border)); border-radius: .625rem; padding: .5rem 1rem; cursor: pointer; transition: color .15s, border-color .15s, background-color .15s; min-height: 40px; }
.btn-copy-script:hover { color: hsl(var(--primary)); border-color: hsl(var(--primary)/.4); background: hsl(var(--primary)/.05); }
.btn-copy-script.copied { color: hsl(120 60% 55%); border-color: hsl(120 60% 55%/.4); }
.reel-gen-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
/* ══════════════════════════════════════
   REEL IDEAS GENERATOR (Polished)
══════════════════════════════════════ */
.rg-card {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border) / 0.5);
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px -10px hsl(var(--background));
}

@media (min-width: 640px) {
  .rg-card {
    padding: 2.5rem;
  }
}

.rg-input-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  width: 100%;
}

.rg-input-group > * {
  width: 100%;
}

@media (min-width: 640px) {
  .rg-input-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.rg-input {
  flex: 1;
  min-width: 0;
  text-overflow: ellipsis;
  background: hsl(var(--background));
  border: 1px solid hsl(var(--border));
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: hsl(var(--foreground));
  font-family: inherit;
  transition: all 0.2s ease;
}

.rg-input:focus {
  outline: none;
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 3px hsl(var(--primary) / 0.1);
}

#rgLanguage {
  width: 100%;
}

@media (min-width: 640px) {
  #rgLanguage {
    width: 160px;
    flex: 0 0 160px;
  }
}

.btn-rg {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border: none;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-rg:hover {
  background: hsl(var(--primary) / 0.9);
  transform: translateY(-2px);
}

.btn-rg:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

#rgError {
  display: none;
  color: hsl(var(--destructive));
  font-size: 0.875rem;
  margin-top: 1rem;
  background: hsl(var(--destructive) / 0.1);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid hsl(var(--destructive) / 0.2);
}

.rg-script-card {
  margin-bottom: 2rem;
  border: 1px solid hsl(var(--border) / 0.6);
  background: hsl(var(--card));
  text-align: left;
}

.skeleton-wrap {
  display: none;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}

.skeleton-card {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border) / 0.3);
  border-radius: 1.5rem;
  padding: 2rem;
}

.skeleton-line {
  height: 1.25rem;
  background: hsl(var(--muted));
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.loading-status-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: hsl(var(--primary));
  margin-bottom: 2rem;
  min-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.rg-field-copy {
  flex-shrink: 0;
  background: transparent;
  border: 1px solid hsl(var(--border));
  border-radius: 0.5rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: hsl(var(--muted-foreground));
  transition: all 0.15s ease;
}

.rg-field-copy:hover {
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

#rgMoreBtn {
  background: hsl(var(--background));
  border: 1px solid hsl(var(--border));
  color: hsl(var(--foreground));
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

#rgMoreBtn:hover {
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}


/* -
   PRICING PAGE
 */
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 64rem; margin: 0 auto; }
@media (min-width: 1024px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: start; max-width: 72rem; gap: 1.5rem; } }

.pricing-card { position: relative; background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 1.25rem; padding: 2.5rem 2rem; display: flex; flex-direction: column; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; z-index: 1; overflow: hidden; transform: perspective(1200px) rotateX(calc(var(--scroll-tilt, 0deg) + var(--mouse-tilt-x, 0deg))) rotateY(var(--mouse-tilt-y, 0deg)) scale(var(--card-scale, 1)); will-change: transform; }
.pricing-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, hsl(var(--primary)/.02), hsl(var(--accent)/.02)); z-index: -1; animation: subtle-bg-anim 10s ease infinite; }
.pricing-card:hover { border-color: hsl(var(--primary)/.4); box-shadow: rgba(203, 239, 57, 0.1) 0 0 40px; }

.pricing-card.gold { border: 2px solid hsl(var(--primary)); box-shadow: rgba(203, 239, 57, 0.15) 0 0 50px; transform: scale(1.02); z-index: 2; padding-top: 3.5rem; }
@media (min-width: 1024px) { .pricing-card.gold { transform: scale(1.05); } .pricing-card.gold:hover { transform: scale(1.08); box-shadow: rgba(203, 239, 57, 0.25) 0 0 60px; } }

.pc-popular-badge { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background-color: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: 0.875rem; font-weight: 700; padding: 0.5rem 1.5rem; border-radius: 0 0 1rem 1rem; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 4px 15px hsl(var(--primary)/.4); }

.pc-header { text-align: center; margin-bottom: 2rem; border-bottom: 1px solid hsl(var(--border)); padding-bottom: 2rem; }
.pc-header h3 { font-family: var(--font-display); font-size: 1.75rem; font-weight: 700; color: hsl(var(--foreground)); margin-bottom: 0.5rem; }
.pricing-card.gold .pc-header h3 { color: hsl(var(--primary)); }
.pc-tagline { color: hsl(var(--muted-foreground)); font-size: 0.9375rem; min-height: 2.75rem; display: flex; align-items: center; justify-content: center; line-height: 1.5; margin-bottom: 1.5rem; }
.pc-price { font-family: var(--font-display); font-size: 3rem; font-weight: 700; color: hsl(var(--foreground)); line-height: 1; }
.pc-price span { font-size: 1.125rem; font-weight: 500; color: hsl(var(--muted-foreground)); margin-left: 0.25rem; font-family: var(--font-body); }

.pc-body { flex: 1; display: flex; flex-direction: column; }
.pc-rec { font-size: 0.875rem; color: hsl(var(--muted-foreground)); line-height: 1.6; margin-bottom: 2rem; padding: 1rem; background-color: hsl(var(--background)/.5); border-radius: 0.75rem; border: 1px solid hsl(var(--border)); }
.pc-rec strong { color: hsl(var(--foreground)); display: block; margin-bottom: 0.25rem; font-weight: 600; }

.pc-features { list-style: none; padding: 0; margin: 0 0 2rem 0; display: flex; flex-direction: column; gap: 1.25rem; }
.pc-features li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.9375rem; color: hsl(var(--foreground)); line-height: 1.4; }
.pc-features li svg { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-top: 0.1rem; }
.pc-features li strong { font-weight: 600; color: hsl(var(--primary)); }

.pc-footer { margin-top: auto; }

/* PRICING TABLE */
.pt-wrap { max-width: 64rem; margin: 0 auto; background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 1.25rem; box-shadow: 0 10px 40px rgba(0,0,0,0.2); overflow: hidden; }
.pt-overflow { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.pt-table { width: 100%; border-collapse: collapse; text-align: left; min-width: 800px; }
.pt-table th, .pt-table td { padding: 1.25rem 1.5rem; border-bottom: 1px solid hsl(var(--border)); }
.pt-table th { background-color: hsl(var(--secondary)/.3); font-family: var(--font-display); font-size: 1.125rem; font-weight: 600; color: hsl(var(--foreground)); position: sticky; top: 0; z-index: 10; }
.pt-corner { width: 35%; }
.pt-th-price { display: block; font-size: 0.875rem; font-weight: 400; color: hsl(var(--muted-foreground)); margin-top: 0.25rem; font-family: var(--font-body); }
.pt-table tbody tr:last-child td { border-bottom: none; }
.pt-table tbody tr:hover { background-color: hsl(var(--primary)/.02); }
.pt-group-row td { background-color: hsl(var(--secondary)/.5); font-family: var(--font-display); font-weight: 600; color: hsl(var(--primary)); font-size: 1rem; letter-spacing: 0.05em; text-transform: uppercase; padding: 1rem 1.5rem; }
.pt-table td { color: hsl(var(--muted-foreground)); font-size: 0.9375rem; }
.pt-table td:not(:first-child) { text-align: center; }
.pt-gold-th { background-color: hsl(var(--primary)/.1) !important; color: hsl(var(--primary)) !important; border-top: 3px solid hsl(var(--primary)); }
.pt-gold-col { background-color: hsl(var(--primary)/.05); color: hsl(var(--foreground)) !important; font-weight: 500; border-left: 1px solid hsl(var(--primary)/.2); border-right: 1px solid hsl(var(--primary)/.2); }
.ic-ok-small { color: hsl(var(--primary)); width: 1.5rem; height: 1.5rem; margin: 0 auto; }

/* ADD-ON SECTION */
.addon-card { width: 100%; max-width: 84rem; margin: 0 auto; background: linear-gradient(135deg, hsl(var(--card)), hsl(var(--secondary)/.3)); border: 1px solid hsl(var(--primary)/.3); border-radius: 1.5rem; padding: 3rem; display: flex; flex-direction: column; gap: 3rem; position: relative; overflow: hidden; }
@media (min-width: 768px) { .addon-card { flex-direction: row; align-items: center; justify-content: space-between; } }
.addon-card::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, hsl(var(--primary)/.05) 0%, transparent 50%); pointer-events: none; z-index: 0; }
.addon-content { z-index: 1; flex: 1; }
.addon-title { font-family: var(--font-display); font-size: 1.75rem; font-weight: 700; color: hsl(var(--foreground)); margin-bottom: 1rem; line-height: 1.2; }
@media (min-width: 768px) { .addon-title { font-size: 2.25rem; } }
.addon-desc { color: hsl(var(--muted-foreground)); font-size: 1.0625rem; line-height: 1.6; margin-bottom: 2rem; }
.addon-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 540px) { .addon-list { grid-template-columns: repeat(2, 1fr); } }
.addon-list li { display: flex; align-items: center; gap: 0.75rem; color: hsl(var(--foreground)); font-size: 0.9375rem; font-weight: 500; }
.addon-list li svg { flex-shrink: 0; width: 1.125rem; height: 1.125rem; }
.addon-price-col { z-index: 1; background-color: hsl(var(--background)); border: 1px solid hsl(var(--border)); padding: 2.5rem; border-radius: 1.25rem; text-align: center; flex-shrink: 0; min-width: 280px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.addon-price-val { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: hsl(var(--primary)); margin-bottom: 0.5rem; line-height: 1; }
.addon-price-col p { color: hsl(var(--muted-foreground)); font-size: 0.9375rem; }

.contact-info-blocks { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 64rem; margin: 4rem auto 0; }
@media (min-width: 768px) { .contact-info-blocks { grid-template-columns: repeat(3, 1fr); } }
.ci-block { background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 1.25rem; padding: 2.5rem 1.5rem; text-align: center; transition: transform 0.3s, border-color 0.3s; }
.ci-block:hover { transform: translateY(-5px); border-color: hsl(var(--primary)/.4); }
.ci-icon { width: 3.5rem; height: 3.5rem; background-color: hsl(var(--primary)/.1); color: hsl(var(--primary)); border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.ci-block h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: hsl(var(--foreground)); margin-bottom: 0.5rem; }
.ci-block p, .ci-block a { color: hsl(var(--muted-foreground)); font-size: 1rem; transition: color 0.2s; }
.ci-block a:hover { color: hsl(var(--primary)); text-decoration: underline; }



/* 
   MODERN STRIPE-LIKE MATRIX STYLES
 */
.pt-matrix-sec { padding-top: 4rem; padding-bottom: 4rem; background-color: hsl(var(--background)); position: relative; z-index: 1; }
.unified-matrix { background-color: transparent !important; border-collapse: separate; border-spacing: 0; width: 100%; }
.unified-matrix th, .unified-matrix td { padding: 1.5rem 1.75rem; border-bottom: 1px solid hsl(var(--border) / 0.4); text-align: center; }
.unified-matrix thead th { background: transparent !important; padding: 0 0 1.5rem 0; border: none !important; vertical-align: bottom; }

.pt-plan-head { 
    padding: 2.5rem 2rem; 
    background-color: transparent; 
    border: 1px solid transparent;
    text-align: left; 
    display: flex; flex-direction: column; gap: 0.5rem; height: 100%; position: relative; 
}
.gold-head { 
    background-color: hsl(var(--card)) !important; 
    border: 1px solid hsl(var(--primary)/.3) !important; 
    border-bottom: none !important;
    border-radius: 1.5rem 1.5rem 0 0;
    box-shadow: 0 -15px 40px -10px hsl(var(--primary)/.1); 
    z-index: 5; margin-top: -1.5rem; padding-top: 4rem; 
}
.matrix-badge { 
    top: -1px; left: 50%; transform: translateX(-50%); 
    background-color: hsl(var(--primary)); color: hsl(var(--primary-foreground));
    padding: 0.5rem 1.25rem; border-radius: 0 0 1rem 1rem; 
    font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
    box-shadow: 0 4px 15px hsl(var(--primary)/.3); z-index: 10; font-family: var(--font-display);
}

.pt-corner-content { padding: 0 1.5rem 2rem 0; text-align: left; }
.pt-corner-content h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: hsl(var(--foreground)); margin-bottom: 0.5rem; }
.pt-corner-content p { color: hsl(var(--muted-foreground)); font-size: 0.9375rem; line-height: 1.5; font-weight: 400; }

.pt-plan-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; margin: 0; color: hsl(var(--foreground)); }
.pt-tagline { min-height: 2.5rem; font-weight: 400; margin: 0; font-size: 0.875rem; color: hsl(var(--muted-foreground)); }
.pt-price { margin: 1rem 0; font-family: var(--font-display); font-size: 2.75rem; font-weight: 700; color: hsl(var(--foreground)); line-height: 1; }
.pt-price span { font-size: 1rem; font-weight: 500; color: hsl(var(--muted-foreground)); margin-left: 0.25rem; font-family: var(--font-body); }

.pt-btn { margin-top: auto; width: 100%; justify-content: center; border-radius: 0.75rem; padding: 0.875rem 1.5rem; font-weight: 600; }
.pt-btn-sm { padding: 0.75rem 1.5rem; font-size: 0.9375rem; width: 100%; justify-content: center; border-radius: 0.75rem; }

.pt-group-row td { 
    background-color: hsl(var(--secondary) / 0.4) !important; 
    color: hsl(var(--foreground)); font-family: var(--font-display); 
    font-size: 1.125rem; font-weight: 600; text-align: left; 
    padding: 1.5rem 1.75rem 1rem 1.75rem; 
    border-bottom: 1px solid hsl(var(--border) / 0.4) !important;
}

.unified-matrix tbody tr td { background-color: transparent; transition: background-color 0.2s; color: hsl(var(--muted-foreground)); font-weight: 500; }
.unified-matrix tbody tr:not(.pt-group-row):hover td { background-color: hsl(var(--secondary)/.2); }
.unified-matrix tbody tr:not(.pt-group-row):hover td.pt-gold-col { background-color: hsl(var(--card)); }

.unified-matrix .pt-feature-name { text-align: left; font-weight: 500; color: hsl(var(--foreground)); font-size: 0.9375rem; width: 28%; }
.pt-feat-hint { display: block; font-weight: 400; font-size: 0.8125rem; color: hsl(var(--muted-foreground)); margin-top: 0.25rem; }

.unified-matrix .pt-gold-col { 
    background-color: hsl(var(--card)) !important;
    border-left: 1px solid hsl(var(--primary)/.3); 
    border-right: 1px solid hsl(var(--primary)/.3); 
    color: hsl(var(--foreground)); 
}

.unified-matrix .pt-action-row td { padding: 2.5rem 1.75rem; border-bottom: none !important; }
.unified-matrix .pt-action-row .pt-gold-col { 
    border-bottom: 1px solid hsl(var(--primary)/.3) !important; 
    border-radius: 0 0 1.5rem 1.5rem; 
    box-shadow: 0 15px 40px -10px hsl(var(--primary)/.1); 
}
.border-b-none { border-bottom: none !important; }

.pricing-notes-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 64rem; margin: 4rem auto 0; }
@media (min-width: 768px) { .pricing-notes-grid { grid-template-columns: repeat(3, 1fr); } }
.p-note-card { background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 1rem; padding: 1.5rem; transition: transform 0.3s, border-color 0.3s; }
.p-note-card:hover { transform: translateY(-3px); border-color: hsl(var(--primary)/.4); }
.p-note-card.gold { border-color: hsl(var(--primary)/.3); background-color: hsl(var(--primary)/.02); }
.p-note-card h4 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; margin-bottom: 0.75rem; color: hsl(var(--foreground)); }
.p-note-card p { color: hsl(var(--muted-foreground)); font-size: 0.875rem; line-height: 1.6; margin: 0; }



/* -
   MINIMAL PRICING CARDS (SCREENSHOT 2 STYLE)
- */
.clean-pricing-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 84rem; margin: 0 auto; }
@media (min-width: 1024px) { .clean-pricing-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

.clean-card { background: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 1rem; display: flex; flex-direction: column; overflow: hidden; }
.clean-card.gold { border: 2px solid hsl(var(--primary)); box-shadow: 0 10px 40px -10px hsl(var(--primary)/.15); }

.cc-head { padding: 3.5rem 2rem 2.5rem; text-align: center; border-bottom: 1px solid hsl(var(--border)/0.5); background: linear-gradient(180deg, hsl(var(--primary)/.02) 0%, transparent 100%); }
.cc-title { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: hsl(var(--foreground)); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1rem; }
.clean-card.gold .cc-title { color: hsl(var(--primary)); }
.cc-price { font-family: var(--font-display); font-size: 3.5rem; font-weight: 700; color: hsl(var(--primary)); line-height: 1; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.cc-price span { font-size: 1rem; font-weight: 500; color: hsl(var(--muted-foreground)); margin-left: 0.5rem; font-family: var(--font-body); }

.cc-body { padding: 2.5rem 2rem; flex: 1; display: flex; flex-direction: column; }
.cc-features { list-style: none; padding: 0; margin: 0 0 2rem 0; display: flex; flex-direction: column; gap: 1.25rem; }
.cc-features li { display: flex; align-items: flex-start; gap: 1rem; font-size: 0.9375rem; color: hsl(var(--muted-foreground)); line-height: 1.4; font-weight: 500; }
.ic-circle-check { flex-shrink: 0; width: 1.5rem; height: 1.5rem; color: hsl(var(--primary)); background: hsl(var(--primary)/.1); border-radius: 50%; padding: 0.2rem; }

.cc-bottom { margin-top: auto; padding-top: 2rem; border-top: 1px dashed hsl(var(--border)/0.5); text-align: center; }
.cc-ideal { font-size: 0.875rem; color: hsl(var(--foreground)); font-weight: 600; text-transform: uppercase; letter-spacing: 0.025em; margin-bottom: 0.5rem; }
.cc-desc { font-size: 0.8125rem; color: hsl(var(--muted-foreground)); line-height: 1.5; }

/* 
   QUICK OVERVIEW TABLE (SCREENSHOT 1 STYLE)
 */
.overview-sec { padding: 6rem 0; background-color: hsl(var(--background)); }
.overview-title { text-align: center; color: hsl(var(--muted-foreground)); font-size: 1.125rem; font-weight: 500; margin-bottom: 3rem; }

.overview-wrap { max-width: 64rem; margin: 0 auto; background: hsl(var(--card)); border-radius: 1rem; border: 1px solid hsl(var(--border)/0.3); overflow-x: auto; -webkit-overflow-scrolling: touch; }

.overview-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 600px; }
.overview-table th, .overview-table td { padding: 1.5rem; border-bottom: 1px solid hsl(var(--border) / 0.15); }
.overview-table tr:last-child td { border-bottom: none; }

.overview-table th { font-family: var(--font-display); font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; color: hsl(var(--muted-foreground)); text-align: center; }
.overview-table th:first-child { text-align: left; color: hsl(var(--foreground)); font-size: 1rem; text-transform: none; letter-spacing: normal; width: 40%; }

.overview-table td { font-size: 0.9375rem; color: hsl(var(--muted-foreground)); text-align: center; font-weight: 500; }
.overview-table td:first-child { text-align: left; color: hsl(var(--foreground)); font-weight: 600; }

.ov-gold { color: hsl(var(--primary)) !important; font-weight: 700 !important; }
.ov-check { color: hsl(var(--primary)); width: 1.5rem; height: 1.5rem; margin: 0 auto; display: block; font-weight: 900; }
.ov-dash { color: hsl(var(--muted-foreground) / 0.3); font-size: 1.25rem; font-weight: 300; }



/* FEATURES ACCORDION */
.toggle-features-btn { background: transparent; border: 1px solid hsl(var(--border)); color: hsl(var(--foreground)); padding: 0.75rem 1rem; border-radius: 0.5rem; width: 100%; font-weight: 600; font-size: 0.875rem; cursor: pointer; display: flex; justify-content: center; align-items: center; gap: 0.5rem; transition: background 0.2s; }
.toggle-features-btn:hover { background: hsl(var(--secondary)/.5); }
.toggle-features-btn svg { width: 1rem; height: 1rem; transition: transform 0.3s; }
.clean-pricing-grid.show-details .toggle-features-btn svg { transform: rotate(180deg); }

.detailed-features-list { display: none; margin-top: 1rem; padding-top: 0.5rem; margin-bottom: 2rem; }
.clean-pricing-grid.show-details .detailed-features-list { display: block; animation: fadeInDown 0.3s ease forwards; }

.df-row { display: flex; justify-content: space-between; align-items: center; padding: 0 0.5rem; border-bottom: 1px solid hsl(var(--border)/0.2); font-size: 0.875rem; height: 60px; border-radius: 6px; }
.df-row:nth-child(even) { background-color: hsl(var(--border) / 0.15); border-bottom: none; }
.df-row:last-child { border-bottom: none; }
.df-label { color: hsl(var(--muted-foreground)); font-weight: 500; }
.df-val { color: hsl(var(--foreground)); font-weight: 600; text-align: right; display: flex; align-items: center; gap: 0.25rem; }
.clean-card.gold .df-val { color: hsl(var(--primary)); }
.df-check { color: hsl(var(--primary)); font-weight: 900; }
.df-dash { color: hsl(var(--muted-foreground)/0.4); font-size: 1.25rem; font-weight: 300; }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

