@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);:root{--brand-orange:#ff6b47;--brand-purple:#1c0d31;--brand-scarlet:#dc143c;--brand-red:#b91c1c;--brand-black:#0a0a0a;--orange-primary:#ff6b47;--orange-dark:#e85a40;--orange-light:#ff8b6f;--orange-scarlet:#ff4500;--purple-primary:#4e2473;--purple-dark:#1c0d31;--purple-light:#5d2aa4;--purple-black:#150729;--red-primary:#b91c1c;--red-dark:#991b1b;--red-scarlet:#dc2626;--scarlet-primary:#dc143c;--scarlet-dark:#b91c1c;--scarlet-light:#ef4444;--gray-50:#0a0a0a;--gray-100:#1a1a1a;--gray-200:#2a2a2a;--gray-300:#3a3a3a;--gray-600:#9ca3af;--gray-700:#d1d5db;--gray-800:#f3f4f6;--gray-900:#fff;--white:#0a0a0a;--true-white:#fff;--navy-primary:#2d1b3d;--navy-dark:#1f1229;--navy-light:#4a2f5a;--blue-gradient-start:#2d1b3d;--blue-gradient-end:#4a2f5a;--accent-orange:#ff6b47;--accent-scarlet:#dc143c;--accent-purple:#2d1b3d;--accent-red:#b91c1c;--gradient-primary:linear-gradient(135deg,var(--orange-primary) 0%,var(--purple-primary) 100%);--gradient-scarlet:linear-gradient(135deg,var(--scarlet-primary) 0%,var(--orange-primary) 100%);--gradient-dark:linear-gradient(135deg,var(--purple-black) 0%,var(--gray-50) 100%);--gradient-fire:linear-gradient(135deg,var(--scarlet-primary) 0%,var(--orange-primary) 50%,var(--purple-primary) 100%);--font-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--shadow-sm:0 1px 2px 0 #0006;--shadow-md:0 4px 6px -1px #00000080;--shadow-lg:0 10px 15px -3px #0009;--shadow-xl:0 20px 25px -5px #000000b3;--shadow-glow:0 0 20px #ff6b474d;--shadow-scarlet:0 0 20px #dc143c66;--radius-sm:0.125rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--success:#059669;--warning:#d97706;--error:var(--red-primary);--info:var(--orange-primary);--page-width:70%;--page-width-sm:100%;--page-width-md:90%}*{box-sizing:border-box;margin:0}html{line-height:1.5;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--gray-300);color:var(--gray-800);font-family:var(--font-primary);font-size:var(--text-base);line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--gray-800);font-weight:700;letter-spacing:-.025em;line-height:1.25}h1{font-size:var(--text-5xl);font-weight:800}h2{font-size:var(--text-4xl);font-weight:700}h3{font-size:var(--text-3xl)}h3,h4{font-weight:600}h4{font-size:var(--text-2xl)}p{color:var(--gray-600);line-height:1.7}a{color:var(--brand-orange);text-decoration:none;transition:color .2s ease}a:hover{color:var(--orange-light)}img{height:auto;max-width:100%}:focus{outline:2px solid var(--brand-orange);outline-offset:2px}::selection{background:var(--brand-orange);color:var(--true-white)}@media (max-width:768px){h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}}.container{max-width:1280px}.container,.container-sm{margin:0 auto;padding:0 var(--space-4)}.container-sm{max-width:640px}.container-lg{margin:0 auto;max-width:1536px;padding:0 var(--space-4)}.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:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.gap-12{gap:var(--space-12)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.section-padding{padding:var(--space-24) 0}.section-padding-sm{padding:var(--space-16) 0}.section-padding-lg{padding:var(--space-32) 0}.text-center{text-align:center}@media (max-width:1024px){.grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.grid-cols-2,.grid-cols-3{grid-template-columns:repeat(1,minmax(0,1fr))}.section-padding{padding:var(--space-16) 0}}.btn{align-items:center;border:none;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:var(--text-base);font-weight:600;justify-content:center;padding:var(--space-3) var(--space-6);text-decoration:none;transition:all .2s ease;white-space:nowrap}.btn-primary{background:var(--purple-primary);border:2px solid var(--purple-primary);color:var(--true-white)}.btn-primary:hover{background:var(--brand-orange);border-color:var(--brand-orange);transform:translateY(-1px)}.btn-secondary{background:#0000;border:2px solid var(--purple-primary);color:var(--purple-primary)}.btn-secondary:hover{background:var(--brand-orange);border-color:var(--brand-orange);color:var(--true-white);transform:translateY(-1px)}.btn-outline{background:#0000;border:2px solid var(--true-white);color:var(--true-white)}.btn-outline:hover{background:var(--brand-orange);border-color:var(--brand-orange);color:var(--true-white);transform:translateY(-1px)}.btn-lg{font-size:var(--text-lg);padding:var(--space-4) var(--space-8)}.btn-sm{font-size:var(--text-sm);padding:var(--space-2) var(--space-4)}.card{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-6);transition:all .3s ease}.card:hover{border-color:var(--brand-orange);box-shadow:var(--shadow-xl);transform:translateY(-4px)}.badge{align-items:center;background:var(--brand-orange);border-radius:var(--radius-md);color:var(--true-white);display:inline-flex;font-size:var(--text-xs);font-weight:600;letter-spacing:.05em;padding:var(--space-2) var(--space-3);text-align:center;text-transform:uppercase}.wireframe-bg{overflow:hidden;position:relative}.wireframe-bg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='%23FF6B47' stroke-width='.5' opacity='.15'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.wireframe-bg>*{position:relative;z-index:2}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.header{background:#0000;border-bottom:none;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:var(--purple-dark) 100%;border-bottom:1px solid var(--gray-200)}.header-container{height:80px;justify-content:space-between}.header-container,.header-logo{align-items:center;display:flex}.header-logo{color:var(--true-white);font-size:var(--text-2xl);font-weight:800;letter-spacing:.05em;text-decoration:none;transition:color .3s ease}.header-logo-svg{fill:var(--true-white);height:32px;transition:fill .3s ease,transform .3s ease;width:auto}.header-logo:hover .header-logo-svg{fill:var(--brand-orange);transform:scale(1.05)}.header-logo.scrolled .header-logo-svg{fill:var(--gray-700)}.header-logo.scrolled:hover .header-logo-svg{fill:var(--brand-orange)}.header-logo.scrolled{color:var(--gray-800)}.header-nav{align-items:center;display:flex;gap:var(--space-8)}.header-nav-link{color:var(--true-white);font-size:var(--text-sm);font-weight:500;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:color .2s ease}.header-nav-link.scrolled{color:var(--gray-700)}.header-nav-link:hover{color:var(--brand-orange)}.header-cta{border-color:var(--true-white);color:var(--true-white)}.header-cta:hover{background:var(--brand-orange);border-color:var(--brand-orange);color:var(--true-white)}@media (max-width:768px){.header-nav{gap:var(--space-4)}.header-logo-svg{height:28px}.header{width:var(--page-width-sm)}}.footer{background:var(--brand-purple);background:linear-gradient(180deg,var(--brand-purple) 0,var(--brand-black) 100%);display:flex;padding:var(--space-16) 0 var(--space-8)}.footer-content{grid-gap:var(--space-12);display:grid;gap:var(--space-12);grid-template-columns:1fr 1fr 1fr;margin-bottom:var(--space-12)}.footer-logo{align-items:center;color:var(--gray-800);cursor:pointer;display:flex;font-size:var(--text-2xl);font-weight:800;letter-spacing:.05em;margin-bottom:var(--space-4)}.footer-logo-svg{fill:var(--brand-orange);height:36px;transition:transform .3s ease;width:auto}.footer-logo:hover .footer-logo-svg{transform:scale(1.05)}.footer-description{color:var(--gray-600);line-height:1.6;margin-bottom:var(--space-4)}.footer h4{color:var(--gray-800);font-size:var(--text-lg);margin-bottom:var(--space-4)}.footer-email{color:var(--brand-orange);display:block;margin-bottom:var(--space-2);text-decoration:none}.footer-email:hover{color:var(--orange-light)}.footer-address{color:var(--gray-600)}.footer-nav{display:flex;flex-direction:column;gap:var(--space-2)}.footer-nav-link{color:var(--brand-orange);text-decoration:none;transition:color .2s ease}.footer-nav-link:hover{color:var(--orange-light)}.footer-copyright{border-top:1px solid var(--gray-300);color:var(--gray-600);font-size:var(--text-sm);padding-top:var(--space-6);text-align:center}@media (max-width:768px){.footer-content{gap:var(--space-8);grid-template-columns:1fr}.footer-logo-svg{height:32px}}.homepage{margin:0 auto}.hero{align-items:center;background:linear-gradient(0deg,var(--purple-primary) 0,var(--purple-dark) 100%);color:var(--true-white);display:flex;min-height:80vh;position:relative}.hero-bg{background-image:url(/static/media/rocket.d1f1eda9c8484e419158.png);background-position:50%;background-repeat:no-repeat;background-size:cover;filter:blur(3px);height:100%;left:0;opacity:.3;position:absolute;top:10%;width:100%;z-index:1}.hero-content{text-align:center;z-index:2}.hero-badge{background:#90594b00;justify-content:center;max-width:300px;width:50%}.hero h1,.hero-badge{color:var(--true-white);margin-bottom:var(--space-6)}.hero h1{font-size:var(--text-6xl);font-weight:800;line-height:1.1}.hero p{color:#ffffffe6;font-size:var(--text-xl);line-height:1.6;margin:0 auto var(--space-8);max-width:800px}.hero-buttons{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center}.features-section{background:linear-gradient(0deg,var(--purple-dark) 0,var(--purple-primary) 100%);color:var(--true-white)}.features-grid{grid-gap:var(--space-8);display:grid;gap:var(--space-8);grid-template-columns:repeat(3,1fr);margin-top:var(--space-12)}.feature-item{background:rgba(32,32,32,.473);border:1px solid var(--gray-200);border-radius:var(--radius-lg);display:flex;flex-direction:column;padding:var(--space-6);transition:all .3s ease}.feature-item:hover{border-color:var(--brand-orange);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{align-items:center;background:#ff4d4780;border-radius:10%;color:var(--true-white);display:flex;font-size:var(--text-3xl);height:50px;justify-content:center;margin-bottom:var(--space-4);transition:all .3s ease;width:50px}.feature-item:hover .feature-icon{background:var(--orange-light);transform:scale(1.1)}.feature-item h3{color:var(--gray-800);font-size:var(--text-xl);margin-bottom:var(--space-3)}.feature-item p{color:var(--gray-600);line-height:1.6}.mission-section{background:linear-gradient(180deg,var(--purple-dark) 0,var(--brand-black) 100%);color:var(--true-white)}.mission-header{margin-bottom:var(--space-16);text-align:center}.mission-badge,.mission-title{margin-bottom:var(--space-6)}.mission-title{color:var(--brand-orange)}.mission-content{grid-gap:var(--space-16);align-items:center;display:grid;gap:var(--space-16);grid-template-columns:1fr 1fr}.mission-text p{color:var(--gray-600);font-size:var(--text-lg);line-height:1.7;margin-bottom:var(--space-6)}.mission-text strong{color:var(--gray-800);font-weight:600}.mission-visual{align-items:center;background:var(--purple-primary);background-image:url(/static/media/racecar.339e51c09979c07ccf3e.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid var(--brand-orange);border-radius:var(--radius-lg);box-shadow:0 4px 20px #0000001a;color:var(--true-white);display:flex;font-size:var(--text-6xl);height:400px;justify-content:center;opacity:.7;overflow:hidden;position:relative;transition:all .3s ease}.mission-visual:hover{opacity:1;transform:scale(1.02)}.cta-section{background:linear-gradient(180deg,var(--brand-black) 0,var(--brand-purple) 100%);color:var(--true-white);text-align:center}.cta-section h2{color:var(--true-white);font-size:var(--text-4xl);margin-bottom:var(--space-4)}.cta-section p{color:#ffffffe6;font-size:var(--text-lg);margin:0 auto var(--space-8);max-width:600px}@media (max-width:1024px){.mission-content{gap:var(--space-8);grid-template-columns:1fr}}@media (max-width:768px){.hero h1{font-size:var(--text-4xl)}.features-grid{grid-template-columns:1fr}.hero-buttons{align-items:center;flex-direction:column}}.mission-page{margin:0 auto}.mission-hero{align-items:center;background:linear-gradient(0deg,var(--purple-primary) 0,var(--purple-dark) 100%);color:var(--true-white);display:flex;min-height:100vh;position:relative}.mission-hero:after{background-image:url(/static/media/iss.89bf6b4112227b719057.png);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";filter:blur(4px);height:80%;left:0;opacity:.2;position:absolute;top:10%;width:100%;z-index:1}.mission-hero-content{text-align:center;z-index:2}.mission-hero-badge{background:#90594b00;justify-content:center;max-width:300px;width:50%}.mission-hero h1,.mission-hero-badge{color:var(--true-white);margin-bottom:var(--space-6)}.mission-hero h1{font-size:var(--text-5xl);font-weight:800;line-height:1.1}.mission-hero p{color:#ffffffe6;font-size:var(--text-xl);line-height:1.6;margin:0 auto var(--space-8);max-width:700px}.mission-hero-buttons{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center}.problem-section{background:linear-gradient(0deg,var(--purple-dark) 0,var(--purple-primary) 100%)}.problem-badge{background:#90594b00;color:var(--true-white);display:flex;justify-content:center;width:50%}.problem-content{grid-gap:var(--space-16);align-items:center;display:grid;gap:var(--space-16);grid-template-columns:1fr 1fr}.problem-text h2{color:var(--gray-800);font-size:var(--text-4xl);margin-bottom:var(--space-6)}.problem-text p{color:var(--gray-600);font-size:var(--text-lg);line-height:1.7;margin-bottom:var(--space-6)}.problem-text strong{color:var(--brand-orange);font-weight:600}.problem-visual{background:var(--purple-primary);border:2px solid var(--brand-orange);border-radius:var(--radius-lg);padding:var(--space-8)}.problem-stats{display:flex;flex-direction:column;gap:var(--space-6)}.stat-item{background:#ffffff1a;border-radius:var(--radius-md);padding:var(--space-4);text-align:center}.stat-number{color:var(--brand-orange);display:block;font-size:var(--text-4xl);font-weight:800;margin-bottom:var(--space-2)}.stat-label{color:#fffc;font-size:var(--text-sm);letter-spacing:.05em;text-transform:uppercase}.solution-section{background:linear-gradient(180deg,var(--purple-dark) 0,var(--gray-50) 100%)}.solution-header{margin-bottom:var(--space-16);text-align:center}.solution-badge{background:#90594b00;color:var(--true-white);justify-content:center;margin-bottom:var(--space-6);max-width:300px;width:50%}.solution-header h2{color:var(--brand-orange);font-size:var(--text-4xl)}.solution-grid{grid-gap:var(--space-8);display:grid;gap:var(--space-8);grid-template-columns:repeat(3,1fr)}.solution-item{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-8);text-align:center;transition:all .3s ease}.solution-item:hover{border-color:var(--brand-orange);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.solution-icon{display:block;font-size:var(--text-4xl);margin-bottom:var(--space-4)}.solution-item h3{color:var(--gray-800);font-size:var(--text-xl);margin-bottom:var(--space-4)}.solution-item p{color:var(--gray-600);line-height:1.6}.market-section{background:linear-gradient(0deg,var(--purple-dark) 0,var(--gray-50) 100%)}.market-content{grid-gap:var(--space-16);align-items:center;display:grid;gap:var(--space-16);grid-template-columns:1fr 1fr}.market-visual{background:var(--purple-primary);border:2px solid var(--brand-orange);border-radius:var(--radius-lg);padding:var(--space-8)}.market-visual h3{color:var(--true-white);font-size:var(--text-2xl);margin-bottom:var(--space-6);text-align:center}.market-list{display:flex;flex-direction:column;gap:var(--space-4)}.market-item{align-items:center;background:#ffffff1a;border-radius:var(--radius-md);color:var(--true-white);display:flex;font-weight:500;gap:var(--space-3);padding:var(--space-3)}.market-icon{font-size:var(--text-xl)}.market-text h2{color:var(--brand-orange);font-size:var(--text-4xl);margin-bottom:var(--space-6)}.market-text p{color:var(--gray-600);font-size:var(--text-lg);line-height:1.7;margin-bottom:var(--space-6)}.market-text strong{color:var(--gray-800);font-weight:600}.vision-section{background:linear-gradient(180deg,var(--purple-dark) 0,var(--brand-purple) 100%);color:var(--true-white);text-align:center}.vision-content{margin:0 auto;max-width:800px}.vision-section h2{color:var(--true-white);font-size:var(--text-4xl);margin-bottom:var(--space-6)}.vision-section p{color:#ffffffe6;font-size:var(--text-lg);line-height:1.7;margin-bottom:var(--space-6)}.vision-buttons{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center;margin-top:var(--space-8)}@media (max-width:1024px){.market-content,.problem-content{gap:var(--space-8);grid-template-columns:1fr}.solution-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.mission-hero h1{font-size:var(--text-4xl)}.solution-grid{grid-template-columns:1fr}.mission-hero-buttons,.vision-buttons{align-items:center;flex-direction:column}.problem-stats{gap:var(--space-4)}}.blog-page{margin:0 auto}.blog-hero{align-items:center;background:linear-gradient(180deg,var(--purple-primary) 0,var(--purple-dark) 100%);color:var(--true-white);display:flex;min-height:70vh;position:relative}.blog-hero-content{text-align:center;z-index:2}.blog-hero-badge{background:#90594b00;justify-content:center;max-width:300px;width:50%}.blog-hero h1,.blog-hero-badge{color:var(--true-white);margin-bottom:var(--space-6)}.blog-hero h1{font-size:var(--text-5xl);font-weight:800;line-height:1.1}.blog-hero p{color:#ffffffe6;font-size:var(--text-xl);line-height:1.6;margin:0 auto var(--space-8);max-width:700px}.blog-hero-buttons{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center}.cms-placeholder-section{align-items:center;background:var(--gray-100);display:flex;min-height:60vh}.cms-placeholder{background:var(--gray-50);border:3px dashed var(--brand-orange);border-radius:var(--radius-xl);padding:var(--space-16);text-align:center;transition:all .3s ease;width:100%}.cms-placeholder:hover{border-color:var(--orange-light);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.cms-placeholder-content{margin:0 auto;max-width:800px}.cms-icon{font-size:4rem;margin-bottom:var(--space-6);opacity:.7}.cms-placeholder h2{color:var(--gray-800);font-size:var(--text-3xl);margin-bottom:var(--space-6)}.cms-placeholder>p{color:var(--gray-600);font-size:var(--text-lg);line-height:1.6;margin-bottom:var(--space-8)}.cms-features{grid-gap:var(--space-4);display:grid;gap:var(--space-4);grid-template-columns:repeat(2,1fr);margin-bottom:var(--space-8)}.cms-feature{align-items:center;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-md);display:flex;gap:var(--space-3);padding:var(--space-4);transition:all .3s ease}.cms-feature:hover{border-color:var(--brand-orange);transform:translateX(4px)}.feature-icon{font-size:var(--text-xl)}.feature-text{color:var(--gray-700);font-weight:500}.cms-suggestions{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:var(--space-8);padding:var(--space-6);text-align:left}.cms-suggestions h3{color:var(--gray-800);font-size:var(--text-xl);margin-bottom:var(--space-4)}.cms-options{grid-gap:var(--space-3);display:grid;gap:var(--space-3);grid-template-columns:repeat(2,1fr)}.cms-option{background:var(--gray-50);border-radius:var(--radius-md);color:var(--gray-600);font-size:var(--text-sm);padding:var(--space-3)}.cms-option strong{color:var(--brand-orange);display:block;margin-bottom:var(--space-1)}.cms-placeholder-footer{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center}.preview-content-section{background:var(--brand-black)}.preview-header{margin-bottom:var(--space-16);text-align:center}.preview-header h2{color:var(--brand-orange);font-size:var(--text-4xl);margin-bottom:var(--space-6)}.preview-header p{color:var(--gray-600);font-size:var(--text-lg);line-height:1.6;margin:0 auto;max-width:600px}.preview-grid{grid-gap:var(--space-8);display:grid;gap:var(--space-8);grid-template-columns:repeat(3,1fr)}.preview-card{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-6);transition:all .3s ease}.preview-card:hover{border-color:var(--brand-orange);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.preview-category{background:var(--brand-orange);border-radius:var(--radius-sm);color:var(--true-white);display:inline-block;font-size:var(--text-xs);font-weight:600;letter-spacing:.05em;margin-bottom:var(--space-4);padding:var(--space-2) var(--space-3);text-transform:uppercase}.preview-card h3{color:var(--gray-800);font-size:var(--text-xl);line-height:1.3;margin-bottom:var(--space-4)}.preview-card p{color:var(--gray-600);line-height:1.6;margin-bottom:var(--space-4)}.preview-meta{align-items:center;color:var(--gray-500);display:flex;font-size:var(--text-sm);gap:var(--space-2)}.newsletter-section{background:linear-gradient(135deg,var(--purple-dark) 0,var(--purple-primary) 100%);color:var(--true-white);text-align:center}.newsletter-content{margin:0 auto;max-width:600px}.newsletter-section h2{color:var(--true-white);font-size:var(--text-4xl);margin-bottom:var(--space-6)}.newsletter-section p{color:#ffffffe6;font-size:var(--text-lg);line-height:1.6;margin-bottom:var(--space-8)}.newsletter-buttons{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center}@media (max-width:1024px){.preview-grid{grid-template-columns:repeat(2,1fr)}.cms-features,.cms-options{grid-template-columns:1fr}}@media (max-width:768px){.blog-hero h1{font-size:var(--text-4xl)}.preview-grid{grid-template-columns:1fr}.blog-hero-buttons,.cms-placeholder-footer,.newsletter-buttons{align-items:center;flex-direction:column}.cms-placeholder{padding:var(--space-8)}.cms-features{gap:var(--space-3)}}
/*# sourceMappingURL=main.43799ec0.css.map*/