.hero{background:var(--navy);padding:9rem 5rem 6rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;position:relative;overflow:hidden;min-height:90vh}.hero::before{content:'';position:absolute;top:0;right:0;width:45%;height:100%;background:var(--navy-mid);clip-path:polygon(12% 0%,100% 0%,100% 100%,0% 100%)}.hero::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:60px;background:var(--white);clip-path:ellipse(55% 100% at 50% 100%)}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:rgba(97,206,112,.15);border:1px solid rgba(97,206,112,.3);color:var(--green);border-radius:50px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .9rem;margin-bottom:1.8rem}.hero-eyebrow::before{content:'';width:6px;height:6px;background:var(--green);border-radius:50%}.hero-text{position:relative;z-index:1}h1{font-size:clamp(2.6rem,4vw,4rem);font-weight:800;line-height:1.1;color:var(--white);margin-bottom:1.4rem;letter-spacing:-.03em}h1 span{color:var(--green)}.hero-sub{font-size:1rem;line-height:1.8;font-weight:300;color:rgba(255,255,255,.65);max-width:460px;margin-bottom:2.5rem}.hero-ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero-visual{position:relative;z-index:1;display:flex;justify-content:flex-end}.store-mockup{width:100%;max-width:500px;background:var(--white);border-radius:12px;box-shadow:0 24px 80px rgba(0,0,0,.3);overflow:hidden;animation:floatUp .85s cubic-bezier(.22,1,.36,1)both}@keyframes floatUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.store-topbar{background:var(--navy);height:38px;display:flex;align-items:center;gap:.7rem;padding:0 1rem}.s-logo{width:55px;height:9px;background:var(--white);border-radius:2px;opacity:.9}.s-search{flex:1;height:20px;background:rgba(255,255,255,.1);border-radius:3px;margin:0 .5rem;display:flex;align-items:center;padding:0 .5rem;gap:.3rem}.s-search-icon{width:8px;height:8px;border-radius:50%;border:1.5px solid rgba(255,255,255,.4)}.s-search-bar{flex:1;height:4px;background:rgba(255,255,255,.2);border-radius:2px}.s-cart{width:26px;height:20px;background:var(--green);border-radius:3px;display:flex;align-items:center;justify-content:center}.s-cart-dot{width:6px;height:6px;background:#fff;border-radius:50%;opacity:.9}.store-banner{background:linear-gradient(120deg,var(--blue-light) 0%,#d0f0fb 100%);padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between}.banner-text-big{font-size:.85rem;font-weight:800;color:var(--navy)}.banner-text-sm{font-size:.6rem;color:var(--mid);margin-top:.15rem}.banner-btn{height:22px;padding:0 .7rem;background:var(--blue);border-radius:3px;display:flex;align-items:center}.banner-btn-text{width:30px;height:5px;background:rgba(255,255,255,.9);border-radius:2px}.store-products{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;padding:.9rem}.product-card{background:var(--light);border-radius:6px;overflow:hidden;border:1px solid var(--border)}.product-img{height:52px;position:relative}.product-img-fill{width:100%;height:100%}.product-badge-sale{position:absolute;top:4px;left:4px;background:var(--green);color:#fff;font-size:.45rem;font-weight:700;text-transform:uppercase;padding:1px 4px;border-radius:2px}.product- .product-line{height:5px;background:var(--border);border-radius:2px;margin-bottom:.2rem}.product-line.s{width:65%}.product-price-row{display:flex;align-items:center;gap:.3rem;margin-top:.3rem}.product-price{width:28px;height:6px;background:var(--navy);border-radius:2px;opacity:.8}.product-price-old{width:20px;height:5px;background:var(--border);border-radius:2px}.product-add{width:18px;height:14px;background:var(--green);border-radius:2px;margin-left:auto;opacity:.85}.store-footer-bar{background:var(--light);border-top:1px solid var(--border);padding:.7rem 1rem;display:flex;align-items:center;justify-content:space-between}.sfb-label{font-size:.6rem;color:var(--mid)}.sfb-stats{display:flex;gap:1rem}.sfb-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.sfb-num{width:28px;height:7px;background:var(--blue);border-radius:2px;opacity:.7}.sfb-lbl{width:22px;height:4px;background:var(--border);border-radius:2px}.order-card{position:absolute;bottom:-10px;left:-30px;background:var(--white);border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.15);padding:.8rem 1rem;min-width:190px;display:flex;align-items:center;gap:.75rem;animation:floatUp 1s .25s cubic-bezier(.22,1,.36,1)both;z-index:2}.order-icon{width:36px;height:36px;border-radius:8px;background:var(--green-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--green-dark)}.order-text{font-size:.7rem;color:var(--navy);font-weight:600;line-height:1.4}.order-text span{color:var(--mid);font-weight:400;display:block;font-size:.63rem}.platforms-section{background:var(--light);padding:7rem 5rem}.platforms-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3.5rem;max-width:860px;margin-left:auto;margin-right:auto}.platform-card{background:var(--white);border-radius:10px;border:1.5px solid var(--border);padding:2.2rem 2rem;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative}.platform-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px rgba(0,30,53,.1);border-color:var(--green)}.platform-card.recommended{border-color:var(--blue)}.platform-rec-badge{position:absolute;top:-11px;left:1.5rem;background:var(--blue);color:var(--white);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .8rem;border-radius:50px}.platform-logo{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.4rem}.platform-card h3{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.platform-card .platform-tagline{font-size:.8rem;color:var(--blue);font-weight:600;margin-bottom:.8rem}.platform-card p{font-size:.855rem;line-height:1.7;color:var(--mid);margin-bottom:1.3rem}.platform-tags{display:flex;flex-wrap:wrap;gap:.4rem}.ptag{font-size:.68rem;font-weight:600;padding:.2rem .6rem;background:var(--light);border:1px solid var(--border);border-radius:50px;color:var(--mid)}.features-section{background:var(--white);padding:7rem 5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:3.5rem}.feature-card{background:var(--light);border-radius:10px;padding:2rem 1.8rem;border:1px solid var(--border);transition:transform .25s,box-shadow .25s,border-color .25s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,30,53,8%);border-color:var(--green);background:var(--white)}.feat-icon{width:46px;height:46px;border-radius:10px;background:var(--green-light);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;color:var(--green-dark)}.feat-icon.blue{background:var(--blue-light);color:var(--blue-dark)}.feature-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.feature-card p{font-size:.845rem;line-height:1.75;color:var(--mid)}.process-section{background:var(--light);padding:7rem 5rem}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:4rem;position:relative}.process-grid::before{content:'';position:absolute;top:29px;left:5%;right:5%;height:2px;background:var(--border);z-index:0}.process-step{text-align:center;padding:0 .8rem;position:relative;z-index:1}.step-num{width:58px;height:58px;border-radius:50%;background:var(--blue);color:var(--white);font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.3rem;box-shadow:0 4px 18px rgba(0,174,239,.3)}.process-step h3{font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}.process-step p{font-size:.78rem;line-height:1.65;color:var(--mid)}.integrations-section{background:var(--navy);padding:7rem 5rem}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:3.5rem}.integration-chip{background:rgba(255,255,255,6%);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;transition:background .2s,border-color .2s;cursor:default}.integration-chip:hover{background:rgba(255,255,255,.1);border-color:rgba(97,206,112,.4)}.int-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.integration-chip span{font-size:.75rem;font-weight:600;color:rgba(255,255,255,.7);text-align:center}.results-section{background:var(--white);padding:7rem 5rem}.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3.5rem}.result-card{background:var(--light);border-radius:10px;border:1px solid var(--border);padding:2rem 1.8rem;text-align:center;transition:transform .25s,box-shadow .25s}.result-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,30,53,8%)}.result-num{font-size:2.8rem;font-weight:800;line-height:1;margin-bottom:.4rem}.result-num.green{color:var(--green-dark)}.result-num.blue{color:var(--blue-dark)}.result-num.navy{color:var(--navy)}.result-label{font-size:.82rem;color:var(--mid);line-height:1.5}.testimonial-section{background:var(--light);padding:7rem 5rem}.testimonial-inner{background:var(--white);border-left:4px solid var(--blue);border-radius:0 12px 12px 0;padding:3rem 3.5rem;max-width:860px;box-shadow:0 8px 40px rgba(0,30,53,7%)}blockquote{font-size:clamp(1rem,1.6vw,1.2rem);font-weight:400;line-height:1.8;color:var(--navy);margin-bottom:1.8rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:44px;height:44px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--white);font-size:.875rem}.author-name{font-weight:700;color:var(--navy);font-size:.9rem}.author-title{font-size:.76rem;color:var(--mid);margin-top:.1rem}@media(max-width:960px){.hero{grid-template-columns:1fr;padding:7rem 2rem 5rem;gap:3rem}.hero::before{display:none}.hero-visual{justify-content:center}.order-card{display:none}.platforms-section,.features-section,.process-section,.integrations-section,.results-section,.testimonial-section,.platforms-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.process-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.process-grid::before{display:none}.results-grid{grid-template-columns:repeat(2,1fr)}}