@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;--radius: .625rem;--background: hsl(0, 0%, 100%);--foreground: hsl(224, 71%, 4%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(224, 71%, 4%);--popover: hsl(0, 0%, 100%);--popover-foreground: hsl(224, 71%, 4%);--primary: hsl(220, 90%, 56%);--primary-foreground: hsl(220, 9%, 97%);--secondary: hsl(220, 14%, 96%);--secondary-foreground: hsl(220, 9%, 9%);--muted: hsl(220, 14%, 96%);--muted-foreground: hsl(220, 9%, 46%);--accent: hsl(220, 14%, 96%);--accent-foreground: hsl(220, 9%, 9%);--destructive: hsl(0, 84%, 60%);--border: hsl(220, 13%, 91%);--input: hsl(220, 13%, 91%);--ring: hsl(220, 9%, 46%)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--background);color:var(--foreground);font-feature-settings:"rlig" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{border-color:var(--border)}.bg-background{background-color:var(--background)}.bg-foreground{background-color:var(--foreground)}.bg-card{background-color:var(--card)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-muted{background-color:var(--muted)}.bg-white{background-color:#fff}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-blue-200{background-color:#bfdbfe}.bg-blue-400{background-color:#60a5fa}.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}.bg-purple-50{background-color:#faf5ff}.bg-purple-100{background-color:#f3e8ff}.bg-purple-200{background-color:#e9d5ff}.bg-purple-400{background-color:#a78bfa}.bg-purple-500{background-color:#8b5cf6}.bg-purple-600{background-color:#7c3aed}.bg-green-400{background-color:#4ade80}.bg-green-500{background-color:#22c55e}.bg-green-600{background-color:#16a34a}.bg-yellow-400{background-color:#facc15}.text-foreground{color:var(--foreground)}.text-card-foreground{color:var(--card-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-white{color:#fff}.text-blue-600{color:#2563eb}.text-purple-600{color:#7c3aed}.text-green-600{color:#16a34a}.border-border{border-color:var(--border)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.space-y-4>*+*{margin-top:1rem}.space-y-8>*+*{margin-top:2rem}.space-x-4>*+*{margin-left:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-4{gap:1rem}.gap-8{gap:2rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.transition-all{transition:all .2s ease-in-out}.hover\:scale-105:hover{transform:scale(1.05)}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-5xl{font-size:3rem;line-height:1}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@keyframes shimmer-slide{to{transform:translate(calc(100cqw - 100%))}}@keyframes spin-around{0%{transform:translateZ(0) rotate(0)}15%,35%{transform:translateZ(0) rotate(90deg)}65%,85%{transform:translateZ(0) rotate(270deg)}to{transform:translateZ(0) rotate(360deg)}}@keyframes meteor{0%{transform:rotate(var(--angle)) translate(0);opacity:1}70%{opacity:1}to{transform:rotate(var(--angle)) translate(-500px);opacity:0}}.animate-shimmer-slide{animation:shimmer-slide var(--speed, 3s) ease-in-out infinite alternate}.animate-spin-around{animation:spin-around calc(var(--speed, 3s) * 2) infinite linear}.animate-meteor{animation:meteor 5s linear infinite}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.top-0{top:0}.top-8{top:2rem}.top-10{top:2.5rem}.top-16{top:4rem}.top-20{top:5rem}.top-32{top:8rem}.bottom-8{bottom:2rem}.bottom-10{bottom:2.5rem}.bottom-20{bottom:5rem}.bottom-32{bottom:8rem}.left-8{left:2rem}.left-10{left:2.5rem}.left-16{left:4rem}.left-20{left:5rem}.left-32{left:8rem}.left-1\/2{left:50%}.right-8{right:2rem}.right-10{right:2.5rem}.right-20{right:5rem}.right-32{right:8rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-20{width:5rem}.w-32{width:8rem}.w-40{width:10rem}.w-48{width:12rem}.w-fit{width:fit-content}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-10{height:2.5rem}.h-20{height:5rem}.h-32{height:8rem}.h-40{height:10rem}.h-48{height:12rem}.h-full{height:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0{margin-top:0}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-16{padding-top:4rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-none{line-height:1}.border{border-width:1px}.ring-2{box-shadow:0 0 0 2px var(--primary)}.blur-3xl{filter:blur(64px)}.opacity-5{opacity:.05}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-90{opacity:.9}.overflow-hidden{overflow:hidden}.whitespace-pre-wrap{white-space:pre-wrap}.flex-shrink-0{flex-shrink:0}.transform{transform:translateZ(0)}.-translate-x-1\/2{transform:translate(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.scale-105{transform:scale(1.05)}.from-blue-50{--tw-gradient-from: #eff6ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))}.from-blue-100{--tw-gradient-from: #dbeafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))}.from-blue-500{--tw-gradient-from: #3b82f6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))}.from-blue-600{--tw-gradient-from: #2563eb;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))}.from-purple-50{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.from-purple-100{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.from-purple-500{--tw-gradient-from: #8b5cf6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))}.from-purple-600{--tw-gradient-from: #7c3aed;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))}.from-gray-50{--tw-gradient-from: #f9fafb;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))}.from-green-500{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.from-yellow-400{--tw-gradient-from: #facc15;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0))}.from-primary{--tw-gradient-from: var(--primary);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(var(--primary), 0))}.via-white{--tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))}.via-blue-600{--tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))}.to-white{--tw-gradient-to: #ffffff}.to-blue-600{--tw-gradient-to: #2563eb}.to-blue-100{--tw-gradient-to: #dbeafe}.to-purple-50{--tw-gradient-to: #faf5ff}.to-purple-100{--tw-gradient-to: #f3e8ff}.to-purple-500{--tw-gradient-to: #8b5cf6}.to-purple-600{--tw-gradient-to: #7c3aed}.to-green-600{--tw-gradient-to: #16a34a}.to-transparent{--tw-gradient-to: transparent}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.text-transparent{color:transparent}.aspect-\[4\/3\]{aspect-ratio:4 / 3}.z-10{z-index:10}.-z-10{z-index:-10}.cursor-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.inline-flex{display:inline-flex}.sm\:flex-row{flex-direction:row}.bg-slate-800{background-color:#1e293b}.bg-slate-900{background-color:#0f172a}.bg-gray-50{background-color:#f9fafb}.bg-gray-900{background-color:#111827}.bg-orange-500{background-color:#f97316}.bg-orange-600{background-color:#ea580c}.bg-pink-500{background-color:#ec4899}.bg-pink-600{background-color:#db2777}.bg-indigo-500{background-color:#6366f1}.bg-indigo-600{background-color:#4f46e5}.bg-yellow-500{background-color:#eab308}.bg-yellow-600{background-color:#ca8a04}.bg-teal-500{background-color:#14b8a6}.bg-teal-600{background-color:#0d9488}.bg-primary-600{background-color:#2563eb}.bg-primary-700{background-color:#1d4ed8}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-slate-300{color:#cbd5e1}.from-slate-900{--tw-gradient-from: #0f172a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0))}.from-slate-800{--tw-gradient-from: #1e293b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0))}.from-orange-500{--tw-gradient-from: #f97316;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0))}.from-orange-600{--tw-gradient-from: #ea580c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0))}.from-pink-500{--tw-gradient-from: #ec4899;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))}.from-pink-600{--tw-gradient-from: #db2777;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))}.from-indigo-500{--tw-gradient-from: #6366f1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))}.from-indigo-600{--tw-gradient-from: #4f46e5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))}.from-yellow-500{--tw-gradient-from: #eab308;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0))}.from-yellow-600{--tw-gradient-from: #ca8a04;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0))}.from-teal-500{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.from-teal-600{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.from-white{--tw-gradient-from: #ffffff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))}.from-gray-300{--tw-gradient-from: #d1d5db;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))}.to-slate-900{--tw-gradient-to: #0f172a}.to-slate-800{--tw-gradient-to: #1e293b}.to-orange-500{--tw-gradient-to: #f97316}.to-orange-600{--tw-gradient-to: #ea580c}.to-pink-600{--tw-gradient-to: #db2777}.to-indigo-600{--tw-gradient-to: #4f46e5}.to-yellow-600{--tw-gradient-to: #ca8a04}.to-teal-600{--tw-gradient-to: #0d9488}.to-gray-300{--tw-gradient-to: #d1d5db}.via-slate-800{--tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0))}.w-8{width:2rem}.h-8{height:2rem}.w-16{width:4rem}.h-16{height:4rem}.space-x-2>*+*{margin-left:.5rem}.space-x-8>*+*{margin-left:2rem}.space-y-2>*+*{margin-top:.5rem}.md\:hidden{display:none}.hidden{display:none}.justify-start{justify-content:flex-start}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.h-6{height:1.5rem}.w-6{width:1.5rem}.fixed{position:fixed}.w-full{width:100%}.z-50{z-index:50}.hover\:text-primary:hover{color:var(--primary)}.hover\:bg-primary-700:hover{background-color:#1d4ed8}.transition-colors{transition:color .2s ease-in-out}.transition-shadow{transition:box-shadow .2s ease-in-out}.text-sm{font-size:.875rem;line-height:1.25rem}.leading-relaxed{line-height:1.625}.bg-background\/95{background-color:#fffffff2}.rounded-2xl{border-radius:1rem}.size-lg{padding:.75rem 1.5rem;font-size:1.125rem}.bg-\[radial-gradient\(circle_at_50\%_50\%\,rgba\(255\,255\,255\,0\.1\)\,transparent_50\%\)\]{background-image:radial-gradient(circle at 50% 50%,rgba(255,255,255,.1),transparent 50%)}.hover\:rotate-5:hover{transform:rotate(5deg)}@media (min-width: 768px){.md\:hidden{display:none}.md\:flex{display:flex}.md\:block{display:block}}.mb-6{margin-bottom:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.ghost{background-color:transparent;border:1px solid transparent;color:var(--foreground)}.ghost:hover{background-color:var(--secondary);color:var(--secondary-foreground)}@media (min-width: 768px){.md\:hidden{display:none!important}.md\:flex{display:flex!important}.md\:block{display:block!important}}.btn-lg{padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.75rem}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.top-1\/2{top:50%}.h-px{height:1px}.w-\[50px\]{width:50px}.from-zinc-500{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.to-zinc-500{--tw-gradient-to: #71717a}.bg-zinc-500{background-color:#71717a}.shadow-\[0_0_0_1px_\#ffffff10\]{box-shadow:0 0 0 1px #ffffff10}.rotate-\[var\(--angle\)\]{transform:rotate(var(--angle))}.size-0\.5{width:.125rem;height:.125rem}.whitespace-nowrap{white-space:nowrap}.focus-visible\:outline-none:focus-visible{outline:none}.focus-visible\:ring-2:focus-visible{box-shadow:0 0 0 2px var(--ring)}.focus-visible\:ring-ring:focus-visible{box-shadow:0 0 0 2px var(--ring)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}.bg-primary\/90{background-color:#22c55ee6}.bg-destructive{background-color:var(--destructive)}.bg-secondary\/80{background-color:#dcdcdccc}.bg-accent{background-color:var(--accent)}.hover\:bg-primary\/90:hover{background-color:#22c55ee6}.hover\:bg-destructive\/90:hover{background-color:#ef4444e6}.hover\:bg-secondary\/80:hover{background-color:#dcdcdccc}.hover\:bg-accent:hover{background-color:var(--accent)}.text-destructive-foreground{color:var(--destructive-foreground)}.text-accent-foreground,.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.underline-offset-4{text-underline-offset:4px}.hover\:underline:hover{text-decoration:underline}.h-12{height:3rem}.h-14{height:3.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-xs{font-size:.75rem;line-height:1rem}.ring-primary{--tw-ring-color: var(--primary)}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.border-input{border-color:var(--input)}.shadow-sm{box-shadow:0 1px 2px #0000000d}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.w-10{width:2.5rem}.duration-200{transition-duration:.2s}.bg-input{background-color:var(--input)}.text-destructive-foreground{color:#fff}:root{--destructive-foreground: hsl(0, 0%, 100%);--accent-foreground: hsl(220, 9%, 9%);--ring: hsl(220, 9%, 46%)}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}.-top-4{top:-1rem}.-right-4{right:-1rem}.group:hover .group-hover\:translate-x-1{transform:translate(.25rem)}.transform{transform:translate(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1)}.flex-col{flex-direction:column}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-\[\#0d2447\]{background-color:#0d2447}.bg-\[\#e3dcd0\]{background-color:#e3dcd0}.text-\[\#0d2447\]{color:#0d2447}.text-slate-700{color:#334155}.text-gray-400{color:#9ca3af}.text-gray-300{color:#d1d5db}.text-gray-700{color:#374151}.py-24{padding-top:6rem;padding-bottom:6rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.gap-5{gap:1.25rem}.gap-x-16{column-gap:4rem}.gap-y-10{row-gap:2.5rem}.h-9{height:2.25rem}.w-9{width:2.25rem}.max-w-5xl{max-width:64rem}.border-4{border-width:4px}.border-white\/10{border-color:#ffffff1a}.-translate-x-1\/4{transform:translate(-25%)}.-translate-y-1\/4{transform:translateY(-25%)}@media (min-width: 768px){.md\:translate-x-0{transform:translate(0)}.md\:translate-y-0{transform:translateY(0)}}.inline-block{display:inline-block}.tracking-tight{letter-spacing:-.025em}.from-amber-50{--tw-gradient-from: #fffbeb;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))}.to-orange-50{--tw-gradient-to: #fff7ed}.italic{font-style:italic}.space-x-6>*+*{margin-left:1.5rem}.header{position:fixed;top:0;width:100%;background-color:#fffcf8d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb;z-index:50}.header-container{max-width:1280px;margin:0 auto;padding:0 1rem}.header-content{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo-container{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#111827}.logo-icon{width:2rem;height:2rem;background-color:#064e3b;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff}.logo-text{font-size:1.25rem;font-weight:700}.logo-image{width:120px;height:120px;object-fit:contain}.desktop-nav{display:none}@media (min-width: 768px){.desktop-nav{display:flex;align-items:center;gap:2rem}}.nav-link{color:#4b5563;text-decoration:none;transition:color .2s ease-in-out;font-weight:500}.nav-link:hover{color:#064e3b}.desktop-actions{display:none}@media (min-width: 768px){.desktop-actions{display:flex;align-items:center;gap:1rem}}.btn{display:inline-block;padding:.5rem 1.25rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s ease-in-out;border:1px solid transparent}.btn-ghost{background-color:transparent;color:#374151}.btn-ghost:hover{background-color:#f3f4f6}.btn-primary{background-color:#0d2447;color:#fff}.btn-primary:hover{background-color:#0a1d35}.mobile-menu-button{display:block;background:none;border:none;cursor:pointer}@media (min-width: 768px){.mobile-menu-button{display:none}}.mobile-menu{border-top:1px solid #e5e7eb;padding:1rem 0}.mobile-nav{display:flex;flex-direction:column;gap:1rem}.mobile-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem}.mobile-actions .btn{text-align:center}@media (max-width: 768px){.logo-text-container{display:none}.logo-icon{width:2rem;height:2rem}.logo-shield{width:1rem;height:1rem}}.footer{background-color:#fffcf8;color:#374151;padding:4rem 1rem}.footer-container{max-width:1280px;margin:0 auto}.footer-main{display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width: 768px){.footer-main{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0}}.footer-about{text-align:center}@media (min-width: 768px){.footer-about{text-align:left}}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-image{height:3rem;width:auto}.footer-description{max-width:24rem;line-height:1.625;color:#6b7280}.footer-links-group{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){.footer-links-group{flex-direction:row;gap:4rem}}.links-column h4{font-weight:600;color:#111827;margin-bottom:1rem;text-align:center}@media (min-width: 768px){.links-column h4{text-align:left}}.links-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;text-align:center}@media (min-width: 768px){.links-column ul{text-align:left}}.links-column a{color:#4b5563;text-decoration:none;transition:color .2s ease-in-out}.links-column a:hover{color:#111827}.footer-bottom{border-top:1px solid #d1d5db;margin-top:4rem;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.copyright{font-size:.875rem;color:#6b7280}.social-links{display:flex;gap:1.5rem}.social-links a{color:#4b5563;transition:color .2s ease-in-out}.social-links a:hover{color:#111827}.hero-section{background:#fffcf8;padding:8rem 0;border-bottom:1px solid #e5e7eb;position:relative;overflow:hidden;text-align:center}.hero-container{max-width:64rem;margin:0 auto;padding:0 1rem;position:relative;z-index:10}.hero-content{position:relative}.hero-badge{display:inline-block;background:linear-gradient(135deg,#064e3b,#047857);color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.hero-title{font-size:2.5rem;font-weight:700;color:#1f2937;line-height:1.2;margin-bottom:1.5rem}.hero-highlight{background:linear-gradient(135deg,#064e3b,#047857);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media (min-width: 768px){.hero-title{font-size:3.5rem}}.hero-subtitle{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:2.5rem;max-width:42rem;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:#064e3b;line-height:1}.stat-label{font-size:.875rem;color:#6b7280;margin-top:.25rem}.hero-buttons{display:flex;justify-content:center;gap:1rem;margin:2rem 0;flex-wrap:wrap}.hero-button{display:inline-block;font-weight:600;padding:.875rem 2rem;border-radius:9999px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.hero-button.primary{background-color:#0d2447;color:#fff}.hero-button.primary:hover{background-color:#0a1d35;transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.hero-button.secondary{background:#fff;color:#064e3b;border:2px solid #064e3b}.hero-button.secondary:hover{background:#064e3b;color:#fff;transform:translateY(-2px)}.hero-trust{margin-top:3rem}.trust-text{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.trust-badges{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.trust-badge{background:#064e3b1a;color:#064e3b;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;border:1px solid rgba(6,78,59,.2)}.dot-pattern-hero{position:absolute;top:50%;left:-5rem;transform:translateY(-50%);z-index:-1;opacity:.3}@media (max-width: 768px){.hero-stats{gap:1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-button{width:100%;max-width:300px}.trust-badges{flex-direction:column;align-items:center}}.features-section{padding:6rem 0;background:linear-gradient(135deg,#0d2447,#1e3a8a);color:#fff;position:relative;overflow:hidden}.dot-pattern{position:absolute;top:0;left:0;transform:translate(-25%,-25%)}@media (min-width: 768px){.dot-pattern{transform:translate(0)}}.features-container{max-width:1280px;margin:0 auto;padding:0 1rem;position:relative;z-index:10}.features-header{text-align:center;margin-bottom:5rem}.features-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;color:#fbbf24;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(251,191,36,.3)}.badge-icon{width:1rem;height:1rem}.features-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.025em;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-description{font-size:1.125rem;line-height:1.75;color:#d1d5db;max-width:48rem;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:2.5rem 4rem;max-width:64rem;margin:0 auto}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}.features-title{font-size:2.5rem}}@media (max-width: 768px){.features-grid{gap:1.5rem}.feature-item{padding:1rem}.feature-icon{width:6rem;height:6rem}.feature-icon svg{height:3rem;width:3rem}}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff0d;border-radius:1rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-item:hover{transform:translateY(-2px);background:#ffffff14;border-color:#fff3;box-shadow:0 10px 25px -5px #0000004d}.feature-icon-wrapper{position:relative;flex-shrink:0}.feature-icon{display:flex;align-items:center;justify-content:center;width:10rem;height:10rem;background:linear-gradient(135deg,#064e3b,#047857);border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}.feature-icon svg{height:5rem;width:5rem;color:#fff}.feature-content{flex:1}.feature-text{font-size:1rem;color:#f3f4f6;margin-bottom:.5rem;line-height:1.5}.feature-benefit{font-size:.875rem;color:#10b981;font-weight:500;background:#10b9811a;padding:.25rem .5rem;border-radius:.375rem;border:1px solid rgba(16,185,129,.2)}.solution-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#fbf8f2);position:relative;overflow:hidden}.solution-container{max-width:1280px;margin:0 auto;padding:0 1rem;position:relative;z-index:10}.solution-header{text-align:center;margin-bottom:4rem}.solution-badge{display:inline-block;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.solution-title{font-size:2.25rem;font-weight:700;color:#0d2447;margin-bottom:1rem}@media (min-width: 768px){.solution-title{font-size:2.5rem}}.solution-subtitle{font-size:1.125rem;color:#4b5563;max-width:42rem;margin:0 auto;line-height:1.75}.solution-steps{display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width: 768px){.solution-steps{flex-direction:row;justify-content:center;align-items:flex-start}}.solution-step{position:relative;text-align:center;padding:2rem;border-radius:1rem;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);max-width:280px}.solution-step:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000040;border-color:#064e3b1a}.step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.step-time{display:flex;align-items:center;gap:.25rem;background:#064e3b1a;color:#064e3b;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.step-content{text-align:left}.step-features{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.step-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#064e3b;background:#064e3b0d;padding:.25rem .5rem;border-radius:.375rem}.step-arrow{position:absolute;top:50%;right:-2rem;transform:translateY(-50%);color:#9ca3af;z-index:5}@media (max-width: 768px){.step-arrow{display:none}}.step-icon-wrapper{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a}.icon-blue,.icon-purple,.icon-green{background:linear-gradient(135deg,#064e3b,#047857);color:#fff}.step-icon{width:1.5rem;height:1.5rem}.step-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#111827}.step-description{color:#4b5563;line-height:1.625;font-size:.875rem}.solution-cta{margin-top:4rem;text-align:center}.cta-content{background:linear-gradient(135deg,#064e3b,#047857);color:#fff;padding:3rem 2rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;max-width:48rem;margin:0 auto}.cta-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.cta-description{color:#ffffffe6;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .3s ease;white-space:nowrap}.cta-button.primary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.cta-button.primary:hover{background:#ffffff4d;transform:translateY(-2px)}.cta-button.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.cta-button.secondary:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width: 768px){.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:250px}}.dot-pattern-solution{position:absolute;top:50%;right:-5rem;transform:translateY(-50%);z-index:1;opacity:.5}.about-section{padding:8rem 2rem;background-color:#0d2447}.about-container{max-width:48rem;margin:0 auto;background-color:#fff;color:#1f2937;border-radius:1.5rem;padding:3rem;text-align:center;box-shadow:0 25px 50px -12px #00000040}.about-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.about-description{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:2.5rem}.about-button{display:inline-block;background-color:#064e3b;color:#fff;font-weight:600;padding:.875rem 2rem;border-radius:9999px;text-decoration:none;transition:background-color .3s ease;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.about-button:hover{background-color:#047857}.pricing-section{padding:6rem 0;background-color:#fff;position:relative}.pricing-container{max-width:1280px;margin:0 auto;padding:0 1rem}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (min-width: 768px){.pricing-title{font-size:2.5rem}}.pricing-subtitle{font-size:1.125rem;color:#4b5563;max-width:42rem;margin:0 auto;line-height:1.75}.toggle-wrapper{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:4rem}.toggle-label{font-weight:500;color:#4b5563}.toggle-switch{position:relative;display:inline-block;width:3.5rem;height:2rem}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:2rem}.slider:before{position:absolute;content:"";height:1.5rem;width:1.5rem;left:.25rem;bottom:.25rem;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#196824}input:checked+.slider:before{transform:translate(1.5rem)}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width: 1024px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{border:none;border-radius:1.5rem;padding:2.5rem;transition:all .3s ease;color:#fff;position:relative}.pricing-card.primary{background:linear-gradient(135deg,#0e2841,#104862)}.pricing-card.secondary{background:linear-gradient(135deg,#0d3512,#196824)}.pricing-card.dark{background:linear-gradient(135deg,#1f2937,#111827)}.pricing-card.popular{transform:scale(1.05);position:relative}.popular-badge{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);background-color:#196824;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.card-name{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.card-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem;border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:.5rem}.card-description{color:#ffffffe6;margin:0 0 2rem;min-height:3rem;line-height:1.5}.card-pricing{margin-bottom:2rem}.current-price{color:#fff;font-size:1.1rem;font-weight:600}.features-list{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;color:#374151}.feature-icon{color:#196824;width:1.25rem;height:1.25rem}.pricing-button{display:block;width:100%;text-align:center;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;background-color:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.pricing-button:hover{background-color:#ffffff4d;transform:translateY(-1px)}
