@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Merriweather:wght@300;400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;line-height:1.6;color:#374151;background-color:#fff}:root{--primary-50: #fef7ff;--primary-100: #fdeeff;--primary-200: #fbddfe;--primary-300: #f8bcfd;--primary-400: #f389fa;--primary-500: #ea5af5;--primary-600: #d633e8;--primary-700: #b91cc7;--primary-800: #9a1aa3;--primary-900: #7e1a85;--secondary-50: #f0f9ff;--secondary-100: #e0f2fe;--secondary-200: #bae6fd;--secondary-300: #7dd3fc;--secondary-400: #38bdf8;--secondary-500: #0ea5e9;--secondary-600: #0284c7;--secondary-700: #0369a1;--secondary-800: #075985;--secondary-900: #0c4a6e;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--black: #000000;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;text-decoration:none;transition:all .2s ease-in-out;transform:translateY(0)}.btn:hover{transform:translateY(-2px)}.btn-primary{background-color:var(--primary-600);color:var(--white);box-shadow:var(--shadow-lg)}.btn-primary:hover{background-color:var(--primary-700);box-shadow:var(--shadow-xl)}.btn-secondary{background-color:var(--white);color:var(--primary-600);border:2px solid var(--primary-600)}.btn-secondary:hover{background-color:var(--gray-50)}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-full{width:100%}.header{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--gray-200);z-index:50}.header-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-600);text-decoration:none}.nav{display:none}.nav-link{color:var(--gray-700);text-decoration:none;font-weight:500;transition:color .2s ease}.nav-link:hover{color:var(--primary-600)}.nav-desktop{display:none;gap:2rem}.nav-buttons{display:none;gap:1rem;align-items:center}.mobile-menu-btn{display:block;background:none;border:none;color:var(--gray-700);cursor:pointer;padding:.5rem}.mobile-menu-btn:hover{color:var(--primary-600)}.mobile-menu{display:none;padding:1rem 0;border-top:1px solid var(--gray-200)}.mobile-menu.active{display:block}.mobile-menu .nav{display:flex;flex-direction:column;gap:1rem}.mobile-menu .nav-buttons{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem}@media (min-width: 768px){.nav-desktop,.nav-buttons{display:flex}.mobile-menu-btn{display:none}}.section{padding:4rem 0}.section-hero{position:relative;padding-top:5rem;padding-bottom:4rem;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero-fallback-image{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--gray-900);transition:opacity .3s ease}.hero-fallback-image.hidden{opacity:0}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.hero-video.visible{opacity:1}.hero-video.hidden{opacity:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:-1}@media (max-width: 768px){.hero-video{object-position:center}.hero-fallback-image{background-position:center}}@media (min-width: 769px){.hero-video{object-position:center 20%}.hero-fallback-image{background-position:center 20%}}@media (prefers-reduced-motion: reduce){.hero-video{display:none}.hero-fallback-image{opacity:1!important}}.hero-video-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-600) 0%,var(--secondary-600) 100%);z-index:-3;opacity:1;transition:opacity .5s ease}.hero-video-container.loaded:before{opacity:0}.section-gray{background-color:var(--gray-50)}.hero{text-align:center}.hero h1{font-size:2.25rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero h1 .highlight{color:var(--primary-400)}.hero p{font-size:1.25rem;color:var(--gray-100);margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media (min-width: 640px){.hero h1{font-size:3.75rem}.hero-buttons{flex-direction:row}}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.section-title p{font-size:1.25rem;color:var(--gray-600);max-width:42rem;margin:0 auto}@media (min-width: 640px){.section-title h2{font-size:2.25rem}}.cards-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.card{background-color:var(--white);border-radius:.75rem;padding:2rem;text-align:center;box-shadow:var(--shadow-lg);transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.card-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.card-icon.primary{background-color:var(--primary-100)}.card-icon.secondary{background-color:var(--secondary-100)}.card-icon svg{width:2rem;height:2rem}.card-icon.primary svg{color:var(--primary-600)}.card-icon.secondary svg{color:var(--secondary-600)}.card h3{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.card p{color:var(--gray-600)}.pricing-grid{display:grid;gap:2rem;grid-template-columns:1fr;max-width:80rem;margin:0 auto}@media (min-width: 768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background-color:var(--white);border-radius:.75rem;padding:2rem;text-align:center;box-shadow:var(--shadow-lg);transition:all .3s ease;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.pricing-card.featured{border:2px solid var(--primary-600)}.pricing-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background-color:var(--primary-600);color:var(--white);padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.pricing-card h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.pricing-price{font-size:2.25rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem}.pricing-price .period{font-size:1.125rem;font-weight:400;color:var(--gray-600)}.pricing-features{list-style:none;text-align:left;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;margin-bottom:.75rem}.pricing-features svg{width:1.25rem;height:1.25rem;color:#10b981;margin-right:.75rem;flex-shrink:0}.cta-section{background:linear-gradient(135deg,var(--primary-50) 0%,var(--white) 50%,var(--secondary-50) 100%);text-align:center}.cta-content{max-width:64rem;margin:0 auto}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media (min-width: 640px){.cta-buttons{flex-direction:row}}.footer{background-color:var(--gray-900);color:var(--white);padding:3rem 0}.footer-content{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.footer-content{grid-template-columns:repeat(4,1fr)}}.footer-brand{grid-column:1}.footer-brand h3{font-size:1.5rem;font-weight:700;color:var(--primary-400);margin-bottom:1rem}.footer-brand p{color:var(--gray-400);margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-links a{color:var(--gray-400);transition:color .2s ease}.social-links a:hover{color:var(--primary-400)}.social-links svg{width:1.5rem;height:1.5rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:var(--gray-400);text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-800);margin-top:2rem;padding-top:2rem;text-align:center}.footer-bottom p{color:var(--gray-400)}.space-x-8>*+*{margin-left:2rem}.space-y-4>*+*{margin-top:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.gap-8{gap:2rem}.gap-4{gap:1rem}.gap-2{gap:.5rem}.text-center{text-align:center}.text-left{text-align:left}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-lg{font-size:1.125rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray-600{color:var(--gray-600)}.text-gray-900{color:var(--gray-900)}.text-primary-600{color:var(--primary-600)}.text-white{color:var(--white)}.text-gray-400{color:var(--gray-400)}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pt-20{padding-top:5rem}.pb-16{padding-bottom:4rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:flex-row{flex-direction:row}}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.md\:flex{display:flex}.md\:hidden{display:none}.md\:text-4xl{font-size:2.25rem}.md\:text-6xl{font-size:3.75rem}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
