@charset "UTF-8";.home-container{width:100%}.hero{padding:5rem 1.5rem 0;text-align:center;background:linear-gradient(to top,rgba(20,184,166,.15) 10%,transparent 100%);display:flex;flex-direction:column;align-items:center;min-height:100vh;position:relative}.hero-logo{position:absolute;top:2rem;left:2rem;width:80px;height:auto}@media(max-width:768px){.hero-logo{width:50px;top:1.5rem;left:1.5rem}}.hero-title-main{font-size:clamp(2.5rem,7vw,4rem);font-weight:800;color:#1a1a1a;margin-bottom:0;line-height:1.1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.02em}.hero-title-accent{font-size:clamp(2rem,5.5vw,3.25rem);font-weight:700;background:linear-gradient(135deg,#14b8a6,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:#474747;margin-bottom:2.5rem;max-width:800px;line-height:1.6;font-weight:700}.hero-image-container{width:100%;flex-grow:1;display:flex;align-items:flex-start;justify-content:center;margin-top:4rem}.hero-image-wrapper{width:100%;max-width:900px;aspect-ratio:16/9;overflow:hidden;border-radius:1.5rem 1.5rem 0 0;border:1px solid rgba(20,184,166,.15);border-bottom:0;background:#fff}.hero-image{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-decoration:none;display:inline-block}.btn-primary{background:transparent;color:#14b8a6;border-color:#14b8a6}.btn-primary:hover{background:#14b8a6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #14b8a64d}.btn-secondary{background:transparent;color:#14b8a6;border:2px solid #14b8a6}.btn-secondary:hover{background:#14b8a6;color:#fff}.btn-large{padding:1.25rem 2.5rem;font-size:1.25rem}.centered-features{padding:8rem 1.5rem 5rem;background:#fff}.centered-features-header{text-align:center;margin-bottom:4rem}.centered-features-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a1a1a}.centered-features-title .title-accent{color:#14b8a6}.centered-features-subtitle{font-size:clamp(1rem,2vw,1.125rem);color:#474747;max-width:980px;margin:0 auto;line-height:1.6}.centered-features-content{max-width:1400px;margin:0 auto}.features-row{display:flex;gap:4rem;align-items:center;justify-content:center}.features-column{flex:1;display:flex;flex-direction:column;gap:3rem;max-width:400px}.features-column-left{align-items:flex-end}.features-column-right{align-items:flex-start}.features-image{width:400px;height:450px;flex-shrink:0;border-radius:1rem;overflow:hidden;background-color:#fff}.features-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.feature-item{display:flex;gap:1.5rem;max-width:400px}.feature-item-right{flex-direction:row;text-align:right}.feature-item-left{flex-direction:row-reverse;text-align:left}.feature-icon-wrapper{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.feature-icon{width:32px;height:32px;color:#14b8a6}.feature-content{flex:1}.feature-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.feature-description{font-size:1rem;color:#666;line-height:1.6}@media(max-width:1024px){.features-row{flex-direction:column;gap:3rem}.features-column{max-width:100%;align-items:center}.features-column-left,.features-column-right{align-items:center}.feature-item{flex-direction:column;text-align:center;align-items:center}.feature-item-right,.feature-item-left{flex-direction:column;text-align:center}.features-image{width:100%;max-width:600px;height:400px}}.overlapping-cta{padding:0 0 3rem;background:#fff;margin:5rem 0;width:100%;position:relative;overflow:hidden}.cta-container{max-width:1400px;width:100%;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:center;padding:0 1.5rem;box-sizing:border-box}.cta-background{position:absolute;left:0;right:0;width:100vw;top:50%;transform:translateY(-50%);height:380px;background:linear-gradient(135deg,#14b8a6,#0d9488);z-index:1;margin-left:calc(-50vw + 50%)}.cta-image-wrapper{position:relative;display:flex;justify-content:flex-start;align-items:center;z-index:10;flex:1}.cta-image-desktop{width:550px;height:650px;object-fit:cover}.cta-content{position:relative;z-index:5;padding:3rem;margin-left:-2rem;color:#fff;max-width:800px;flex:1;display:flex;align-items:center}.cta-image-mobile{display:none;width:100%;height:300px;object-fit:cover;border-radius:1rem;filter:grayscale(20%);margin-bottom:2rem}.cta-text{display:flex;flex-direction:column;gap:1rem}.cta-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2;color:#fffffff2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:.5rem}.cta-description{font-size:.95rem;line-height:1.5;color:#ffffffe6;margin:0}.cta-content .btn-primary{background:#fff;color:#14b8a6;border-color:#fff;font-weight:600;padding:1rem 2rem;font-size:1.125rem;text-decoration:none;display:inline-block;text-align:center}.cta-content .btn-primary:hover{background:#f0fdfa;transform:translateY(-2px);box-shadow:0 8px 25px #ffffff4d}@media(max-width:1024px){.cta-container{flex-direction:column;padding:0 1rem;max-width:100%}.cta-background,.cta-image-wrapper,.cta-image-desktop{display:none}.cta-image-mobile{display:block;width:100%;height:auto;min-height:400px;object-fit:cover;border-radius:1rem;filter:grayscale(20%);margin-bottom:0}.cta-content{margin-left:0;padding:2rem 1.5rem;width:100%;max-width:100%;position:relative;background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:1.5rem;display:flex;flex-direction:column;box-sizing:border-box}.cta-text{margin-top:1.5rem}.cta-title{font-size:1.5rem}.cta-description{font-size:.95rem}}.how-it-works{padding:5rem 0;background:#f8f9fa;width:100%}.how-it-works-header{text-align:center;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.how-it-works-header .how-it-works-label{font-size:.875rem;font-weight:600;color:#14b8a6;letter-spacing:1px;margin-bottom:.75rem;text-transform:uppercase}.how-it-works-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#1a1a1a;margin-bottom:1rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}.step{text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 10px #0000000d}.step:hover{transform:translateY(-5px);box-shadow:0 10px 30px #14b8a626}.step .step-number{width:60px;height:60px;background:#14b8a61a;color:#14b8a6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem;font-weight:700}.step h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.step p{color:#666;line-height:1.6;font-size:.95rem}.pricing{padding:10rem 1.5rem 20rem;max-width:1200px;margin:0 auto}.pricing h2{font-size:clamp(1.75rem,4vw,2.5rem);text-align:center;margin-bottom:3rem;color:#1a1a1a}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}@media(max-width:1024px){.pricing-cards{grid-template-columns:1fr}}.pricing-card{border-radius:1rem;padding:2.5rem 2rem;position:relative;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-5px)}.pricing-card-starter{background:#fff;border:2px solid #e5e7eb;color:#1a1a1a}.pricing-card-business{background:#1e293b;color:#fff;box-shadow:0 10px 40px #0003}.pricing-card-business .pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#14b8a6;color:#fff;padding:.4rem 1.2rem;border-radius:1rem;font-size:.75rem;font-weight:700;letter-spacing:.5px}.pricing-card-business .pricing-features li{color:#ffffffe6}.pricing-card-enterprise{background:#115e59;color:#fff}.pricing-card-enterprise .pricing-features li{color:#ffffffe6}.pricing-plan-name{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.pricing-price{margin-bottom:2rem}.pricing-price .price-amount{font-size:2.5rem;font-weight:700;display:block;margin-bottom:.25rem}.pricing-price .price-period{font-size:1rem;opacity:.7}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.pricing-features li{position:relative;padding:.75rem 0 .75rem 1.5rem;line-height:1.5}.pricing-features li:before{content:"•";position:absolute;left:0;color:#14b8a6;font-weight:700}.about-section{padding:5rem 0;background:linear-gradient(135deg,#14b8a6,#0d9488);overflow:hidden}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin:0 auto;padding-left:1.5rem;background-color:#fff}.about-content .about-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}.about-content .about-title .about-title-accent{color:#14b8a6}.about-content .about-description{font-size:1.125rem;color:#666;line-height:1.7;margin-bottom:2rem}.about-content .about-cta{display:flex;gap:1rem;flex-wrap:wrap}.about-image-wrapper{position:relative;width:100%;height:500px;overflow:hidden;box-shadow:0 20px 60px #00000026;clip-path:polygon(10% 0%,100% 0%,100% 100%,0% 100%)}.about-image-wrapper .about-image{width:100%;height:100%;object-fit:cover}.cta-two-wrapper{margin:18rem 0;padding:0 1.5rem;max-width:calc(1200px + 3rem);margin-left:auto;margin-right:auto}.cta-two-section{padding:3rem 4rem;background:linear-gradient(15deg,#1e293b,#115e59);border-radius:16px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;overflow:hidden}.cta-two-section h2{font-size:clamp(1.75rem,4vw,2.5rem);color:#10d8c1;margin-bottom:1rem}.cta-two-section p{font-size:1.125rem;margin-bottom:2rem;opacity:.95}.cta-two-section .btn-primary{background:#fff;color:#1e293b;border-color:#fff}.cta-two-section .btn-primary:hover{background:#f0fdfa;box-shadow:0 4px 12px #ffffff4d}.cta-two-content{flex:1;z-index:2}.cta-two-image-wrapper{flex-shrink:0;z-index:1;position:relative;right:-6rem;top:-2rem}.cta-two-image{width:400px;height:auto;transform:rotate(-10deg)}@media(max-width:768px){.hero{min-height:60vh}.steps{grid-template-columns:1fr}.about-container{grid-template-columns:1fr;gap:2rem;padding-left:1.5rem;padding-right:1.5rem}.about-content{padding-bottom:2rem;padding-right:1.5rem}.about-image-wrapper{width:100vw;height:350px;order:-1;margin-left:-1.5rem}.hero-cta{flex-direction:column;align-items:stretch}.hero-cta button{width:100%}.cta-two-wrapper{margin:10rem 0;padding:0 1.5rem}.cta-two-section{padding:2rem 1.5rem;flex-direction:column;text-align:left}.cta-two-content{margin-bottom:2rem}.cta-two-image-wrapper{display:block;position:static;right:auto;top:auto;width:100%;display:flex;justify-content:center}.cta-two-image{width:100%;max-width:400px;transform:rotate(-5deg)}.footer-main{flex-direction:column;gap:3rem}.footer-brand{text-align:center;max-width:none;margin:0 auto}.footer-logo-wrapper{justify-content:center}.footer-links{flex-direction:column;gap:2rem}.footer-column{text-align:center}.footer-legal{flex-direction:column;gap:0;align-items:center}}.footer{background:#f8f9fa;padding:4rem 0 0;margin-top:5rem}.footer-main{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem;display:flex;justify-content:space-between;gap:4rem}.footer-brand{flex:1;max-width:400px}.footer-logo-wrapper{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo{width:40px;height:auto}.footer-brand-name{font-size:1.5rem;font-weight:700;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.footer-copyright{color:#999;font-size:.875rem;margin:0}.footer-links{display:flex;gap:4rem}.footer-column{flex:1}.footer-column-title{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.footer-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-nav li a{color:#666;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-nav li a:hover{color:#14b8a6}.footer-bottom{background:#1e293b;padding:1.5rem 0}.footer-legal{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;gap:2rem;justify-content:flex-start}.footer-legal a{color:#fffc;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-legal a:hover{color:#14b8a6}
