@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");.marketing-wrapper{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.marketing-wrapper *{box-sizing:border-box}.marketing-wrapper .hero-gradient{background:linear-gradient(135deg,#3b82f6,#22c55e)}.marketing-wrapper .cta-button{transition:all .3s ease;display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#22c55e);color:white;text-decoration:none;border-radius:8px;font-weight:600;border:none;cursor:pointer}.marketing-wrapper .cta-button:hover{background:linear-gradient(135deg,#2563eb,#16a34a);transform:translateY(-2px);box-shadow:0 10px 20px rgba(59,130,246,.3);color:white;text-decoration:none}.marketing-wrapper .feature-card{transition:transform .3s ease,box-shadow .3s ease;background:white;padding:24px;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.marketing-wrapper .feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.12)}.marketing-wrapper .nav{position:sticky;top:0;z-index:50;background:white;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:0}.marketing-wrapper .nav-container{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:64px}.marketing-wrapper .nav-brand{font-size:24px;font-weight:700;background:linear-gradient(135deg,#3b82f6,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.marketing-wrapper .nav-links{display:none;gap:32px;align-items:center}@media (min-width:768px){.marketing-wrapper .nav-links{display:flex}}.marketing-wrapper .nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .3s ease}.marketing-wrapper .nav-link:hover{color:#3b82f6}.marketing-wrapper .hero{padding:80px 16px;background:white;text-align:center}@media (min-width:640px){.marketing-wrapper .hero{padding:120px 16px}}.marketing-wrapper .hero-container{max-width:1200px;margin:0 auto}.marketing-wrapper .hero h1{font-size:32px;font-weight:800;line-height:1.2;margin-bottom:24px;color:#111827}@media (min-width:640px){.marketing-wrapper .hero h1{font-size:48px}}@media (min-width:768px){.marketing-wrapper .hero h1{font-size:60px}}.marketing-wrapper .hero p{font-size:18px;color:#6b7280;max-width:640px;margin:0 auto 40px}@media (min-width:640px){.marketing-wrapper .hero p{font-size:20px}}.marketing-wrapper .highlight{background:linear-gradient(135deg,#3b82f6,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.marketing-wrapper .section{padding:80px 16px}.marketing-wrapper .section-container{max-width:1200px;margin:0 auto}.marketing-wrapper .section-title{font-size:36px;font-weight:800;text-align:center;margin-bottom:16px;color:#111827}@media (min-width:640px){.marketing-wrapper .section-title{font-size:42px}}.marketing-wrapper .section-subtitle{font-size:18px;color:#6b7280;text-align:center;margin-bottom:48px}.marketing-wrapper .features-grid{display:grid;gap:32px;grid-template-columns:1fr}@media (min-width:768px){.marketing-wrapper .features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.marketing-wrapper .features-grid{grid-template-columns:repeat(3,1fr)}}.marketing-wrapper .feature-icon{font-size:48px;margin-bottom:16px}.marketing-wrapper .feature-title{font-size:20px;font-weight:600;margin-bottom:8px;color:#111827}.marketing-wrapper .feature-description{color:#6b7280;line-height:1.6}.marketing-wrapper .two-columns{display:grid;gap:32px;grid-template-columns:1fr}@media (min-width:768px){.marketing-wrapper .two-columns{grid-template-columns:repeat(2,1fr)}}.marketing-wrapper .feature-list{list-style:none;padding:0;margin:0}.marketing-wrapper .feature-list li{position:relative;padding-left:24px;margin-bottom:12px;color:#374151}.marketing-wrapper .feature-list li:before{content:"✓";color:#3b82f6;font-weight:700;position:absolute;left:0;top:0}.marketing-wrapper .cta-section{background:linear-gradient(135deg,#3b82f6,#22c55e);color:white}.marketing-wrapper .cta-section h2{color:white;margin-bottom:16px}.marketing-wrapper .cta-section p{color:#bbf7d0}.marketing-wrapper .footer{background:#111827;color:white;padding:32px 16px;text-align:center}.marketing-wrapper .footer-brand{font-size:24px;font-weight:700;background:linear-gradient(135deg,#3b82f6,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}.marketing-wrapper .footer p{color:#9ca3af;margin-bottom:16px}.marketing-wrapper .footer-copyright{color:#6b7280;font-size:14px}.marketing-wrapper .form-group{display:flex;flex-direction:column;gap:16px;max-width:400px;margin:0 auto}@media (min-width:640px){.marketing-wrapper .form-group{flex-direction:row}}.marketing-wrapper .form-input{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:16px;outline:none}.marketing-wrapper .form-input:focus{box-shadow:0 0 0 3px rgba(59,130,246,.3)}.marketing-wrapper .bg-gray-50{background-color:#f9fafb}.marketing-wrapper .bg-white{background-color:white}.marketing-wrapper .loading-spinner{width:36px;height:36px;border-radius:50%;border:4px solid rgba(0,0,0,.1);border-left-color:#3b82f6;animation:spin 1s ease infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.marketing-wrapper .hidden-mobile{display:none}@media (min-width:768px){.marketing-wrapper .hidden-mobile{display:block}}.marketing-wrapper .hidden-desktop{display:block}@media (min-width:768px){.marketing-wrapper .hidden-desktop{display:none}}