@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{--background: #fafafa;--foreground: #1a1a1a;--card: #ffffff;--card-foreground: #1a1a1a;--primary: #1a1a1a;--primary-foreground: #fafafa;--secondary: #f5f5f5;--secondary-foreground: #1a1a1a;--muted: #f0f0f0;--muted-foreground: #737373;--accent: #6366f1;--accent-foreground: #fafafa;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #e5e5e5;--input: #e5e5e5;--ring: #6366f1;--radius: 0.5rem}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Space Grotesk', system-ui, sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-0.02em}h1{font-size:clamp(2rem, 5vw, 3.75rem)}h2{font-size:clamp(1.75rem, 4vw, 3rem)}h3{font-size:clamp(1.5rem, 3vw, 1.875rem)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width: 1024px){.container{padding:0 2rem}}.section{padding:5rem 0}@media (min-width: 1024px){.section{padding:8rem 0}}.header{position:fixed;top:0;left:0;right:0;z-index:50;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.header.scrolled{background-color:white;border-bottom:1px solid var(--border)}.header-content{display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 1024px){.header-content{height:5rem}}.logo{font-size:1.25rem;font-weight:700;letter-spacing:-0.02em;text-decoration:none;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}@media (min-width: 1024px){.logo{font-size:1.5rem}}.nav{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav{display:flex}}.nav-link{font-size:0.875rem;font-weight:500;text-decoration:none;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}.mobile-menu-btn{display:block;padding:0.5rem;background:none;border:none;cursor:pointer}@media (min-width: 768px){.mobile-menu-btn{display:none}}.mobile-menu{display:none;background-color:white;border-bottom:1px solid var(--border);padding:1rem 1.5rem}.mobile-menu.open{display:block}.mobile-nav{display:flex;flex-direction:column;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.625rem 1.5rem;font-size:0.875rem;font-weight:500;border-radius:calc(var(--radius) - 2px);border:none;cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;text-decoration:none;white-space:nowrap}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:rgba(26,26,26,0.9)}.btn-outline{background-color:transparent;border:1px solid rgba(250,250,250,0.3);color:var(--primary-foreground)}.btn-outline:hover{background-color:rgba(250,250,250,0.1)}.btn-lg{padding:0.75rem 1.5rem;font-size:1rem}.btn-sm{padding:0.5rem 1rem;font-size:0.875rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:5rem;background-color:var(--primary)}@media (min-width: 1024px){.hero{padding-top:0}}.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);background-size:4rem 4rem}.hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:5rem 1.5rem}@media (min-width: 1024px){.hero-content{padding:8rem 2rem}}.hero-badge{font-size:0.875rem;font-weight:500;letter-spacing:0.05em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.hero-title{font-size:clamp(1.875rem, 5vw, 3.75rem);font-weight:700;line-height:1.1;letter-spacing:-0.02em;color:var(--primary-foreground);margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1.125rem, 2vw, 1.25rem);line-height:1.6;color:rgba(250,250,250,0.7);max-width:48rem;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.hero-buttons{flex-direction:row}}.card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.card:hover{border-color:rgba(99,102,241,0.5)}.card-featured{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:0.5rem}.card-price{font-size:1.5rem;font-weight:700;margin-bottom:0.5rem}.card-description{font-size:0.875rem;color:var(--muted-foreground);margin-bottom:1.5rem}.card-featured .card-description{color:rgba(250,250,250,0.6)}.card-features{list-style:none;margin-bottom:2rem}.card-feature-item{display:flex;align-items:start;gap:0.5rem;font-size:0.875rem;margin-bottom:0.75rem}.card-feature-item::before{content:'';width:0.375rem;height:0.375rem;border-radius:50%;background-color:var(--accent);margin-top:0.375rem;flex-shrink:0}.card-featured .card-feature-item::before{background-color:rgba(250,250,250,0.6)}.section-badge{font-size:0.875rem;font-weight:500;letter-spacing:0.05em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-title{font-size:clamp(1.875rem, 4vw, 3rem);font-weight:700;line-height:1.2;letter-spacing:-0.02em;margin-bottom:1.5rem}.section-subtitle{font-size:1.125rem;line-height:1.6;color:var(--muted-foreground)}.grid-2{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.grid-2{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr);gap:2rem}}.grid-3{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.grid-3{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);gap:2rem}}.text-center{text-align:center}.text-muted{color:var(--muted-foreground)}.bg-muted{background-color:var(--muted)}.bg-primary{background-color:var(--primary);color:var(--primary-foreground)}.bg-primary .section-title,.bg-primary .section-subtitle{color:var(--primary-foreground)}.bg-primary .text-muted{color:rgba(250,250,250,0.6)}.footer{padding:3rem 0;background-color:var(--primary);border-top:1px solid rgba(250,250,250,0.1);color:var(--primary-foreground)}.footer-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 768px){.footer-grid{-ms-grid-columns:2fr 1fr 1fr;grid-template-columns:2fr 1fr 1fr}}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:1rem;display:block;text-decoration:none;color:var(--primary-foreground)}.footer-text{font-size:0.875rem;color:rgba(250,250,250,0.6);margin-bottom:1.5rem;max-width:24rem}.footer-links{list-style:none}.footer-links li{margin-bottom:0.75rem}.footer-link{font-size:0.875rem;color:rgba(250,250,250,0.6);text-decoration:none;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}.footer-link:hover{color:var(--primary-foreground)}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.social-link{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(250,250,250,0.2);display:flex;align-items:center;justify-content:center;color:rgba(250,250,250,0.6);text-decoration:none;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.social-link:hover{color:var(--primary-foreground);border-color:rgba(250,250,250,0.4)}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(250,250,250,0.1);text-align:center}.footer-bottom-text{font-size:0.875rem;color:rgba(250,250,250,0.4)}@media (max-width: 767px){.hide-mobile{display:none}}@media (min-width: 768px){.hide-desktop{display:none}}.blog-content{max-width:100%}.blog-content p{font-size:1.125rem;line-height:1.75;color:rgba(26,26,26,0.9);margin-bottom:1.5rem}.blog-content h2{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.blog-content h3{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-top:2rem;margin-bottom:0.75rem;line-height:1.4}.blog-content ul{list-style:none;padding-left:0;margin-bottom:1.5rem}.blog-content li{display:flex;align-items:start;gap:0.75rem;color:rgba(26,26,26,0.9);margin-bottom:0.75rem;line-height:1.6}.blog-content blockquote{border-left:4px solid rgba(99,102,241,0.5);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--muted-foreground);font-size:1.125rem;line-height:1.75}.blog-post-card{-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.blog-post-card:hover{border-color:rgba(99,102,241,0.3)}.blog-post-card h3 a:hover{color:var(--accent)}.category-btn:hover{border-color:rgba(99,102,241,0.5) !important;color:var(--foreground) !important}@media (max-width: 767px){.blog-content p{font-size:1rem}.blog-content h2{font-size:1.25rem}.blog-content h3{font-size:1.125rem}}