.hero{padding:100px 0 80px;position:relative;overflow:hidden}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__chip{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:1.5rem;padding:6px 14px;background:#2563eb0f;border:1px solid rgba(37,99,235,.15);border-radius:100px;width:fit-content}.hero__chip:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.hero__h1{font-family:var(--heading);font-size:clamp(3.5rem,7vw,6rem);font-weight:400;line-height:.95;letter-spacing:.02em;text-transform:uppercase;margin-bottom:1.5rem}.hero__h1 .blue{color:var(--blue)}.hero__h1 .red{color:var(--red)}.hero__text{font-size:1.15rem;font-weight:400;color:var(--slate);line-height:1.7;margin-bottom:2rem;max-width:480px}.hero__ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero__visual{position:relative}.hero__visual:before{content:"";position:absolute;inset:-60px;background:radial-gradient(ellipse at 60% 40%,rgba(37,99,235,.08) 0%,rgba(239,35,60,.05) 50%,transparent 80%);filter:blur(40px);z-index:-1}.mockup{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 0 0 1px #0000000f,0 4px 8px #0000000a,0 12px 24px #0000000f,0 24px 48px #00000014;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.mockup__bar{background:#1c1c1e;padding:10px 14px;display:flex;align-items:center;gap:7px}.mockup__dot{width:10px;height:10px;border-radius:50%}.mockup__dot--r{background:#ff5f57}.mockup__dot--y{background:#ffbd2e}.mockup__dot--g{background:#28ca42}.mockup__url{flex:1;background:#ffffff14;border-radius:5px;padding:4px 12px;color:#fff6;font-family:var(--mono);font-size:.65rem;margin-left:8px}.mockup__body{background:#fafafa;min-height:340px}.mp-hero{background:linear-gradient(135deg,#070b14,#0f172a);padding:32px 24px 28px;position:relative;overflow:hidden}.mp-hero:before{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.4) 0%,transparent 70%);top:-60px;right:-40px}.mp-hero:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(239,35,60,.2) 0%,transparent 70%);bottom:-30px;left:20px}.mp-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.mp-logo{width:48px;height:6px;background:#ffffffb3;border-radius:2px}.mp-nav-links{display:flex;gap:8px}.mp-nav-link{width:28px;height:5px;background:#ffffff40;border-radius:2px}.mp-nav-btn{width:44px;height:16px;background:var(--blue);border-radius:3px}.mp-heading{width:75%;height:16px;background:#ffffffe6;border-radius:2px;margin-bottom:8px}.mp-heading-2{width:55%;height:14px;background:#ffffff8c;border-radius:2px;margin-bottom:12px}.mp-subtext{width:65%;height:6px;background:#ffffff40;border-radius:2px;margin-bottom:18px}.mp-cta{width:80px;height:22px;background:var(--red);border-radius:4px;box-shadow:0 2px 8px #ef233c4d}.mp-features{padding:20px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mp-card{background:var(--white);border:1px solid #E5E7EB;border-radius:6px;padding:14px 10px}.mp-card-icon{width:20px;height:20px;border-radius:4px;margin-bottom:8px}.mp-card-icon--blue{background:#2563eb1f}.mp-card-icon--red{background:#ef233c1f}.mp-card-title{width:60%;height:6px;background:#1e293b;border-radius:2px;margin-bottom:6px}.mp-card-text{width:85%;height:4px;background:#cbd5e1;border-radius:2px}.stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.5rem 0;background:var(--light);position:relative;z-index:1}.stats .container{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat{display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;color:var(--slate)}.stat__val{font-weight:700;color:var(--ink)}.stat__sep{width:3px;height:3px;border-radius:50%;background:var(--muted)}.diffs{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:.5rem}.diff{padding:2rem;border-radius:12px;border:1px solid var(--border);background:var(--white);transition:border-color .2s,box-shadow .2s}.diff:hover{box-shadow:0 4px 16px #0000000f}.diff__num{font-family:var(--mono);font-size:.75rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem}.diff:nth-child(1) .diff__num,.diff:nth-child(4) .diff__num,.diff:nth-child(5) .diff__num{color:var(--red)}.diff:nth-child(2) .diff__num,.diff:nth-child(3) .diff__num,.diff:nth-child(6) .diff__num{color:var(--blue)}.diff:nth-child(1):hover,.diff:nth-child(4):hover,.diff:nth-child(5):hover{border-color:var(--red);box-shadow:0 4px 16px #ef233c1a}.diff:nth-child(2):hover,.diff:nth-child(3):hover,.diff:nth-child(6):hover{border-color:var(--blue);box-shadow:0 4px 16px #2563eb1a}.diff__title{font-family:var(--heading);font-size:1.5rem;font-weight:400;line-height:1.1;letter-spacing:.01em;text-transform:uppercase;margin-bottom:.5rem}.diff:nth-child(1):hover .diff__title,.diff:nth-child(4):hover .diff__title,.diff:nth-child(5):hover .diff__title{color:var(--red)}.diff:nth-child(2):hover .diff__title,.diff:nth-child(3):hover .diff__title,.diff:nth-child(6):hover .diff__title{color:var(--blue)}.diff__desc{font-size:.9rem;color:var(--slate);line-height:1.6}.templates-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem}.pricing-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.pricing__card{border:1px solid var(--border);border-top:3px solid var(--blue);border-radius:16px;padding:2.5rem;background:var(--white);box-shadow:0 4px 16px #0000000f}.pricing__badge{display:inline-block;font-family:var(--mono);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--blue);background:#2563eb0f;border:1px solid rgba(37,99,235,.15);padding:4px 12px;border-radius:100px;margin-bottom:1.5rem}.pricing__amt{font-size:3.5rem;font-weight:700;letter-spacing:-.03em;line-height:1}.pricing__per{font-size:.95rem;color:var(--muted);margin-bottom:2rem;margin-top:.25rem}.pricing__list{list-style:none;margin-bottom:2rem}.pricing__list li{font-size:.9rem;color:var(--slate);padding:.6rem 0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.75rem}.pricing__list li:last-child{border-bottom:none}.pricing__chk{color:var(--blue);font-size:.85rem;flex-shrink:0}.cta-final{padding:7rem 0;background:var(--ink);color:var(--white);position:relative;overflow:hidden}.cta-final:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.12) 0%,transparent 70%);top:-200px;right:-100px;pointer-events:none}.cta-final:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(239,35,60,.08) 0%,transparent 70%);bottom:-150px;left:-50px;pointer-events:none}.cta-final .container{position:relative;z-index:1}.cta-final__h2{font-family:var(--heading);font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:.95;letter-spacing:.02em;text-transform:uppercase;margin-bottom:1.25rem}.cta-final__h2 .red{color:var(--red)}.cta-final__sub{font-size:1.1rem;color:#ffffffa6;line-height:1.65;margin-bottom:2rem;max-width:480px}.cta-final__note{margin-top:1rem;font-family:var(--mono);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff80}@media(max-width:900px){.hero .container{grid-template-columns:1fr;gap:3rem}.hero{padding:80px 0 60px}.hero__h1{font-size:clamp(2.5rem,10vw,3.5rem)}.hero__visual{order:-1}.stats .container{gap:1.5rem}.stat__sep{display:none}.diffs{grid-template-columns:1fr}.pricing-layout{grid-template-columns:1fr;gap:2rem}.cta-final{padding:5rem 0}.templates-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:600px){.stats .container{flex-direction:column;gap:.5rem;align-items:center}}
