@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slideInFromBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-fade-in{animation:fadeIn .6s ease forwards}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.animate-fade-in-down{animation:fadeInDown .6s ease forwards}.animate-fade-in-left{animation:fadeInLeft .6s ease forwards}.animate-fade-in-right{animation:fadeInRight .6s ease forwards}.animate-scale-in{animation:scaleIn .5s ease forwards}.animate-float{animation:float 3s ease-in-out infinite}[data-reveal]{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}[data-reveal].revealed{opacity:1;transform:translateY(0)}[data-reveal=left]{transform:translate(-30px)}[data-reveal=left].revealed{transform:translate(0)}[data-reveal=right]{transform:translate(30px)}[data-reveal=right].revealed{transform:translate(0)}[data-reveal=scale]{transform:scale(.9)}[data-reveal=scale].revealed{transform:scale(1)}[data-delay="1"]{transition-delay:.1s}[data-delay="2"]{transition-delay:.2s}[data-delay="3"]{transition-delay:.3s}[data-delay="4"]{transition-delay:.4s}[data-delay="5"]{transition-delay:.5s}[data-delay="6"]{transition-delay:.6s}[data-delay="7"]{transition-delay:.7s}[data-delay="8"]{transition-delay:.8s}[data-delay="9"]{transition-delay:.9s}[data-delay="10"]{transition-delay:1s}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:2px solid transparent;border-radius:.75rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn svg{width:20px;height:20px}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:transparent;color:#2563eb;border-color:#2563eb}.btn-secondary:hover{background:#eff6ff;transform:translateY(-2px)}.btn-white{background:#fff;color:#2563eb;border-color:#fff}.btn-white:hover{background:#f3f4f6;border-color:#f3f4f6;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn-ghost{background:transparent;color:#4b5563}.btn-ghost:hover{color:#2563eb;background:#eff6ff}.btn-lg{padding:1rem 2rem;font-size:1.125rem;border-radius:1rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid #e5e7eb;transition:all .2s ease}.card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.card-elevated{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:none}.card-elevated:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-4px)}.section{padding:5rem 0}@media (max-width: 768px){.section{padding:3rem 0}}.section-header{text-align:center;max-width:800px;margin:0 auto 3rem}.section-badge{display:inline-block;padding:.5rem 1rem;background:#dbeafe;color:#1d4ed8;font-size:.875rem;font-weight:600;border-radius:9999px;margin-bottom:1rem}.section-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.25}@media (max-width: 768px){.section-title{font-size:1.875rem}}.section-subtitle{font-size:1.125rem;color:#4b5563;line-height:1.625}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.grid-2{grid-template-columns:1fr}}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid-3{grid-template-columns:1fr}}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.grid-4{grid-template-columns:1fr}}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.5rem}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:.75rem;transition:all .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#6b7280}.form-textarea{min-height:120px;resize:vertical}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px}.badge-primary{background:#dbeafe;color:#1d4ed8}.badge-success{background:#d1fae5;color:#047857}.badge-warning{background:#fef3c7;color:#b45309}.icon-wrapper{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.75rem;background:#dbeafe;color:#2563eb}.icon-wrapper svg{width:24px;height:24px}.icon-wrapper-lg{width:64px;height:64px;border-radius:1rem}.icon-wrapper-lg svg{width:32px;height:32px}.divider{height:1px;background:#e5e7eb;margin:2rem 0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#2563eb}.text-secondary{color:#4b5563}.text-success{color:#059669}.text-warning{color:#d97706}.text-error{color:#dc2626}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;color:#111827;background:#f9fafb}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;background:none;border:none}input,textarea,select{font-family:inherit}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:all .2s ease}.header.scrolled{border-bottom-color:#e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#2563eb}.logo svg{width:36px;height:36px}.nav{display:flex;align-items:center;gap:2rem}@media (max-width: 1024px){.nav{display:none}}.nav-link{font-size:1rem;font-weight:500;color:#4b5563;transition:color .15s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#2563eb;transition:width .2s ease}.nav-link:hover,.nav-link.active{color:#2563eb}.nav-link:hover:after,.nav-link.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}@media (max-width: 1024px){.header-actions{display:none}}.mobile-menu-btn{display:none;padding:.5rem;color:#111827}@media (max-width: 1024px){.mobile-menu-btn{display:flex}}.mobile-menu-btn svg{width:28px;height:28px}.mobile-menu{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:#fff;padding:1.5rem;z-index:99}.mobile-menu.open{display:block;animation:fadeIn .3s ease}.mobile-nav{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.mobile-nav-link{font-size:1.125rem;font-weight:500;color:#111827;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.mobile-nav-link:hover{color:#2563eb}.mobile-actions{display:flex;flex-direction:column;gap:.75rem}.mobile-actions .btn{width:100%;justify-content:center}.hero{padding-top:calc(72px + 4rem);padding-bottom:4rem;background:linear-gradient(135deg,#eff6ff,#fff,#eff6ff);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(circle,rgba(37,99,235,.05) 0%,transparent 70%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 1024px){.hero-inner{grid-template-columns:1fr;text-align:center}}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#dbeafe;color:#1d4ed8;font-size:.875rem;font-weight:600;border-radius:9999px;margin-bottom:1.5rem}.hero-title{font-size:3rem;font-weight:700;color:#111827;line-height:1.25;margin-bottom:1.5rem}@media (max-width: 1024px){.hero-title{font-size:2.25rem}}@media (max-width: 640px){.hero-title{font-size:1.875rem}}.hero-title span{color:#2563eb}.hero-description{font-size:1.125rem;color:#4b5563;line-height:1.625;margin-bottom:2rem;max-width:540px}@media (max-width: 1024px){.hero-description{margin:0 auto 2rem}}.hero-actions{display:flex;gap:1rem}@media (max-width: 1024px){.hero-actions{justify-content:center}}@media (max-width: 640px){.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}}.hero-stats{display:flex;gap:2rem;margin-top:3rem}@media (max-width: 1024px){.hero-stats{justify-content:center}}@media (max-width: 640px){.hero-stats{flex-wrap:wrap;gap:1.5rem}}.hero-stat{text-align:left}@media (max-width: 1024px){.hero-stat{text-align:center}}.hero-stat-value{font-size:1.875rem;font-weight:700;color:#2563eb}.hero-stat-label{font-size:.875rem;color:#4b5563}.hero-visual{position:relative}@media (max-width: 1024px){.hero-visual{max-width:500px;margin:0 auto}}.hero-image-wrapper{position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.hero-image-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(37,99,235,.1),transparent);z-index:1}.hero-mockup{width:100%;background:linear-gradient(135deg,#2563eb,#1e40af);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:600}.hero-floating-card{position:absolute;background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;animation:float 3s ease-in-out infinite}.hero-floating-card.card-1{top:10%;right:-10%;animation-delay:0s}.hero-floating-card.card-2{bottom:20%;left:-10%;animation-delay:1s}.hero-floating-card.card-3{bottom:10%;right:10%;animation-delay:2s}.floating-card-content{display:flex;align-items:center;gap:.75rem}.floating-card-icon{width:40px;height:40px;border-radius:.75rem;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center}.floating-card-icon svg{width:20px;height:20px}.floating-card-text{font-size:.875rem;font-weight:600;color:#111827}.floating-card-subtext{font-size:.75rem;color:#4b5563}.features{background:#fff}.feature-card{padding:2rem;border-radius:1rem;background:#f9fafb;border:1px solid #e5e7eb;transition:all .3s ease}.feature-card:hover{background:#fff;border-color:#bfdbfe;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-4px)}.feature-card:hover .feature-icon{background:#2563eb;color:#fff}.feature-icon{width:56px;height:56px;border-radius:.75rem;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all .2s ease}.feature-icon svg{width:28px;height:28px}.feature-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem}.feature-description{font-size:1rem;color:#4b5563;line-height:1.625}.stats{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.stats-grid{grid-template-columns:1fr}}.stat-item{text-align:center}.stat-value{font-size:3rem;font-weight:700;line-height:1;margin-bottom:.5rem}@media (max-width: 768px){.stat-value{font-size:2.25rem}}.stat-label{font-size:1rem;opacity:.9}.testimonials{background:#f9fafb}.testimonial-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column}.testimonial-content{font-size:1.125rem;color:#4b5563;line-height:1.625;flex:1;margin-bottom:1.5rem}.testimonial-content:before{content:'"';font-size:2.25rem;color:#bfdbfe;line-height:1;display:block;margin-bottom:.5rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:9999px;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:700}.testimonial-name{font-weight:600;color:#111827}.testimonial-role{font-size:.875rem;color:#4b5563}.cta{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;text-align:center}.cta-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media (max-width: 768px){.cta-title{font-size:1.875rem}}.cta-description{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto 2rem}.cta-actions{display:flex;gap:1rem;justify-content:center}@media (max-width: 640px){.cta-actions{flex-direction:column;align-items:center}.cta-actions .btn{width:100%;max-width:300px}}.footer{background:#111827;color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.footer-grid{grid-template-columns:1fr}}.footer-brand .logo{color:#fff;margin-bottom:1rem}.footer-description{color:#9ca3af;line-height:1.625;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:.75rem;background:#1f2937;color:#9ca3af;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.social-link:hover{background:#2563eb;color:#fff}.social-link svg{width:20px;height:20px}.footer-column-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#9ca3af;font-size:.875rem;transition:color .15s ease}.footer-link:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid #1f2937;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.footer-copyright{color:#9ca3af;font-size:.875rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#9ca3af;font-size:.875rem;transition:color .15s ease}.footer-legal a:hover{color:#fff}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}@media (max-width: 1024px){.pricing-cards{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.pricing-card{background:#fff;border-radius:1.5rem;padding:2rem;border:2px solid #e5e7eb;transition:all .3s ease;position:relative}.pricing-card:hover{border-color:#bfdbfe;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.pricing-card.popular{border-color:#2563eb;transform:scale(1.05)}@media (max-width: 1024px){.pricing-card.popular{transform:none}}.pricing-popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.pricing-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.pricing-name{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.pricing-description{font-size:.875rem;color:#4b5563}.pricing-price{margin:1.5rem 0;text-align:center}.pricing-amount{font-size:3rem;font-weight:700;color:#111827}.pricing-currency{font-size:1.25rem;font-weight:600;vertical-align:top}.pricing-period{font-size:1rem;color:#4b5563}.pricing-features{margin-bottom:2rem}.pricing-feature{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:.875rem;color:#4b5563}.pricing-feature svg{width:20px;height:20px;color:#059669;flex-shrink:0;margin-top:2px}.pricing-feature.disabled{opacity:.5}.pricing-feature.disabled svg{color:#9ca3af}.pricing-cta .btn{width:100%}.faq{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:1rem;margin-bottom:1rem;overflow:hidden;border:1px solid #e5e7eb}.faq-question{width:100%;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:600;color:#111827;text-align:left;transition:background .15s ease}.faq-question:hover{background:#f9fafb}.faq-question svg{width:24px;height:24px;color:#4b5563;transition:transform .2s ease}.faq-question[aria-expanded=true] svg{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.25rem;color:#4b5563;line-height:1.625;display:none}.faq-answer.open{display:block}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 1024px){.contact-grid{grid-template-columns:1fr}}.contact-info h2{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.contact-info p{color:#4b5563;line-height:1.625;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;gap:1rem}.contact-method-icon{width:48px;height:48px;border-radius:.75rem;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-method-icon svg{width:24px;height:24px}.contact-method-label{font-size:.875rem;color:#4b5563;margin-bottom:.25rem}.contact-method-value{font-weight:600;color:#111827}.contact-form-wrapper{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.contact-form h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.about-hero{padding-top:calc(72px + 4rem);padding-bottom:4rem;background:linear-gradient(135deg,#eff6ff,#fff);text-align:center}.about-hero-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem}@media (max-width: 768px){.about-hero-title{font-size:2.25rem}}.about-hero-description{font-size:1.25rem;color:#4b5563;max-width:700px;margin:0 auto;line-height:1.625}.about-story{background:#fff}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 1024px){.about-story-grid{grid-template-columns:1fr}}.about-story-content h2{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.about-story-content p{color:#4b5563;line-height:1.625;margin-bottom:1rem}.about-story-image{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:1.5rem;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:1.25rem;font-weight:600}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.values-grid{grid-template-columns:1fr}}.value-card{text-align:center;padding:2rem}.value-icon{width:64px;height:64px;border-radius:1rem;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.value-icon svg{width:32px;height:32px}.value-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.value-description{color:#4b5563;line-height:1.625}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 1024px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.team-grid{grid-template-columns:1fr}}.team-card{text-align:center}.team-avatar{width:120px;height:120px;border-radius:9999px;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:1.875rem;font-weight:700;margin:0 auto 1rem}.team-name{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.team-role{color:#4b5563;font-size:.875rem}.features-hero{padding-top:calc(72px + 4rem);padding-bottom:4rem;background:linear-gradient(135deg,#eff6ff,#fff);text-align:center}.features-hero-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem}@media (max-width: 768px){.features-hero-title{font-size:2.25rem}}.features-hero-description{font-size:1.25rem;color:#4b5563;max-width:700px;margin:0 auto;line-height:1.625}.feature-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 1024px){.feature-detail{grid-template-columns:1fr}}.feature-detail:nth-child(2n) .feature-detail-content{order:2}@media (max-width: 1024px){.feature-detail:nth-child(2n) .feature-detail-content{order:1}}.feature-detail:nth-child(2n) .feature-detail-visual{order:1}@media (max-width: 1024px){.feature-detail:nth-child(2n) .feature-detail-visual{order:2}}.feature-detail-content h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-detail-content p{color:#4b5563;line-height:1.625;margin-bottom:1.5rem}.feature-detail-list{display:flex;flex-direction:column;gap:.75rem}.feature-detail-item{display:flex;align-items:center;gap:.75rem;color:#4b5563}.feature-detail-item svg{width:20px;height:20px;color:#059669;flex-shrink:0}.feature-detail-visual{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:1.5rem;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:1.25rem;font-weight:600}
