@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}*,body{padding:0;margin:0}body{min-height:100vh;background:linear-gradient(135deg,#f6f8ff,#f0f3ff);background-image:radial-gradient(at 20% 25%,rgba(66,84,255,.04) 0,transparent 50%),radial-gradient(at 75% 75%,rgba(66,84,255,.03) 0,transparent 50%),radial-gradient(at 85% 15%,rgba(225,66,255,.02) 0,transparent 50%);background-attachment:fixed;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1e1b4b}.header,header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:#fff;position:relative;z-index:100;width:100%;box-shadow:0 2px 4px rgba(0,0,0,.1)}.logo{height:60px;display:block}.brand{display:flex;flex-direction:column;align-items:center;gap:.3rem;margin-right:1rem}.brand a{display:block}.brand-name{font-size:1.1rem;font-weight:600;color:#a03}nav{display:flex;align-items:center;gap:1.5rem}nav a{text-decoration:none;color:#a03;font-weight:500;transition:color .2s ease-in-out}nav a:hover{color:#8f0033}.cta-button{background-color:#a03;color:#fff;border:none;padding:.75rem 1.6rem;border-radius:9999px;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 6px 12px rgba(170,0,51,.3);transition:background-color .3s ease,box-shadow .3s ease}.cta-button:hover{background-color:#8f0033;box-shadow:0 8px 18px rgba(143,0,51,.4)}.hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#1e1b4b}.hero h1{font-size:2.8rem;margin-bottom:1rem;font-weight:700;line-height:1.2}.hero p{font-size:1.2rem;max-width:600px;margin:0 auto 2rem;line-height:1.6;color:#4b5563}.hero-buttons{display:flex;justify-content:center;margin-bottom:1rem}.hero-buttons .primary{background-color:#a03;color:#fff;padding:.875rem 2rem;border:none;border-radius:9999px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 8px rgba(170,0,51,.25);transition:all .2s ease-in-out}.hero-buttons .primary:hover{background-color:#c41e3a;box-shadow:0 6px 16px rgba(170,0,51,.35);transform:translateY(-2px)}.trust-text{font-size:.9rem;color:#6b7280;margin:0 auto;max-width:400px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem}.trust-icon{flex-shrink:0}.video-preview{display:flex;justify-content:center;margin-top:3rem;padding:0 1rem;position:relative}video{width:100%;max-width:900px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.mute-toggle{position:absolute;bottom:20px;right:20px;background:rgba(0,0,0,.5);border:none;border-radius:50%;color:#fff;font-size:1.2rem;cursor:pointer;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.mute-toggle:hover{background:rgba(0,0,0,.7)}.blog-search{max-width:400px;margin:20px auto}.blog-search,.search-container{width:100%;position:relative}.search-input{width:100%;padding:10px 10px 10px 35px;border:1px solid #ccc;border-radius:6px;font-size:14px;transition:all .3s ease}.search-input:focus{outline:none;border-color:#a03;box-shadow:0 0 0 2px rgba(170,0,51,.1)}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);pointer-events:none}.search-image{max-height:200px;margin-top:40px;display:block;margin-left:auto;margin-right:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.blog-card{animation:fadeIn .3s ease-in-out}.category-button,.category-button:hover{@apply transform -translate-y-0.5}@media (max-width:768px){.search-image{display:none}.blog-search{padding:0 20px}.hero{padding:3rem 1.5rem}.hero h1{font-size:2.2rem;line-height:1.3}.hero p{font-size:1.1rem;margin-bottom:1.5rem}.hero-buttons{margin-bottom:.75rem}.hero-buttons .primary{padding:.75rem 1.5rem;font-size:1rem}.trust-text{font-size:.85rem;padding:0 1rem;max-width:90%;line-height:1.4}}.no-results{text-align:center;padding:2rem;color:#666;font-size:1.1rem;animation:fadeIn .3s ease-in-out}.blog-container{position:relative;z-index:1}@keyframes spin{to{transform:rotate(1turn)}}.twitter-embed-container{text-align:center;margin:40px auto;max-width:600px}