:root{--primary: #2563eb;--primary-soft: #e0ecff;--dark: #0f172a;--text: #1f2933;--muted: #6b7280;--bg: #f3f4f6;--white: #ffffff;--radius-lg: 16px;--shadow-soft: 0 10px 30px rgba(15, 23, 42, .1)}*{box-sizing:border-box;scroll-behavior:smooth}body{margin:0;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.25rem}header{position:sticky;top:0;z-index:50;background:#f3f4f6e6;backdrop-filter:blur(10px);border-bottom:1px solid rgba(148,163,184,.25)}.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.brand{display:flex;align-items:center;gap:.6rem}.brand-icon{width:38px;height:38px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:1.1rem;box-shadow:var(--shadow-soft)}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text span:first-child{font-weight:700;font-size:1rem}.brand-text span:last-child{font-size:.7rem;color:var(--muted)}.nav-links{display:flex;align-items:center;gap:1.25rem;font-size:.9rem}.nav-links a{color:var(--muted);font-weight:500}.nav-links a:hover{color:var(--primary)}.nav-cta{padding:.45rem .9rem;border-radius:999px;background:var(--primary);color:var(--white);font-size:.85rem;font-weight:600;border:none;cursor:pointer;box-shadow:var(--shadow-soft)}.nav-cta:hover{opacity:.9}.menu-toggle{display:none;flex-direction:column;gap:4px;cursor:pointer}.menu-toggle span{width:22px;height:2px;background:var(--dark);border-radius:999px}.mobile-menu{display:none;flex-direction:column;gap:.75rem;padding:.75rem 0 1rem;font-size:.95rem}.mobile-menu a{color:var(--muted)}.mobile-menu a:hover{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.4rem;border-radius:999px;border:none;cursor:pointer;font-weight:600;font-size:.95rem;gap:.45rem}.btn-primary{background:var(--primary);color:var(--white);box-shadow:var(--shadow-soft)}.btn-outline{background:transparent;color:var(--dark);border:1px solid rgba(148,163,184,.6)}.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .7rem;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.7rem;font-weight:600}.chip-dot{width:7px;height:7px;border-radius:999px;background:#22c55e}.hero{padding:3rem 0 2.5rem}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:3rem;align-items:center}.hero-title{font-size:2rem;line-height:1.2;margin:.8rem 0 .75rem;color:var(--dark)}.hero-title span.highlight{color:var(--primary)}.hero-subtitle{font-size:.95rem;color:var(--muted);max-width:460px;margin-bottom:1.25rem}.hero-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem;font-size:.75rem}.badge{padding:.25rem .6rem;border-radius:999px;border:1px dashed rgba(148,163,184,.8);color:var(--muted)}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:.5rem}.hero-note{font-size:.75rem;color:var(--muted)}.hero-card{background:var(--white);border-radius:var(--radius-lg);padding:1.25rem 1.35rem;box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,.25)}.hero-card-header{margin-bottom:.75rem}.hero-card-title{font-size:.95rem;font-weight:600;color:var(--dark);margin-bottom:.2rem}.hero-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.75rem;font-size:.8rem}.hero-feature{padding:.6rem .7rem;border-radius:12px;background:var(--bg)}.hero-feature-title{font-weight:600;margin-bottom:.2rem;color:var(--dark)}.hero-feature-desc{color:var(--muted);font-size:.75rem}.hero-card-footer{font-size:.75rem;color:var(--muted);margin-top:.9rem}section{padding:2.75rem 0}.section-heading{text-align:center;max-width:620px;margin:0 auto 2rem}.section-title{font-size:1.4rem;margin-bottom:.4rem;color:var(--dark)}.section-subtitle{font-size:.9rem;color:var(--muted)}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.service-card{background:var(--white);border-radius:14px;padding:1rem;box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,.2);font-size:.85rem}.service-icon{width:32px;height:32px;border-radius:999px;background:var(--primary-soft);display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:.65rem}.service-title{font-weight:600;margin-bottom:.35rem;color:var(--dark)}.service-desc{color:var(--muted);margin-bottom:.75rem}.service-tag{display:inline-block;font-size:.7rem;color:var(--primary);background:#2563eb0f;padding:.2rem .5rem;border-radius:999px;font-weight:500}.why-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2rem;align-items:start}.list{display:flex;flex-direction:column;gap:.8rem;font-size:.9rem}.list-item{display:flex;gap:.6rem;align-items:flex-start}.list-bullet{width:20px;height:20px;border-radius:999px;background:var(--primary-soft);display:flex;align-items:center;justify-content:center;font-size:.75rem;margin-top:.1rem}.list-item-title{font-weight:600;color:var(--dark);margin-bottom:.1rem}.why-box{background:var(--white);border-radius:var(--radius-lg);padding:1.2rem 1.3rem;box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,.25);font-size:.85rem}.why-label{font-size:.75rem;color:var(--muted);margin-bottom:.3rem}.why-kpi{font-size:1.2rem;font-weight:700;color:var(--primary)}.why-note{font-size:.75rem;color:var(--muted);margin-top:.5rem}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;font-size:.8rem}.step{background:var(--white);border-radius:14px;padding:.9rem;border:1px solid rgba(148,163,184,.25)}.step-label{display:inline-block;font-size:.7rem;padding:.15rem .45rem;border-radius:999px;background:var(--primary-soft);color:var(--primary);margin-bottom:.4rem;font-weight:600}.step-title{font-weight:600;margin-bottom:.3rem;color:var(--dark)}.step-desc{color:var(--muted)}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.price-card{background:var(--white);border-radius:18px;padding:1.25rem 1.1rem;box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,.4);font-size:.85rem;position:relative;overflow:hidden}.price-card.highlight{border-color:var(--primary)}.price-name{font-weight:600;margin-bottom:.15rem;color:var(--dark)}.price-target{font-size:.75rem;color:var(--muted);margin-bottom:.6rem}.price-amount{font-size:1.4rem;font-weight:700;color:var(--primary);margin-bottom:.25rem;display:flex;flex-direction:column;gap:.15rem}.price-old{font-size:.8rem;color:var(--muted);text-decoration:line-through}.price-discount{font-size:.75rem;font-weight:600;color:#b91c1c}.price-note{font-size:.7rem;color:var(--muted);margin-bottom:.8rem}.price-features{list-style:none;padding:0;margin:0 0 .9rem;display:flex;flex-direction:column;gap:.3rem;font-size:.8rem}.price-features li:before{content:"✓";margin-right:.35rem;color:#22c55e;font-weight:700}.price-ribbon{position:absolute;top:.7rem;right:.8rem;font-size:.65rem;background:#22c55e;color:var(--white);padding:.2rem .6rem;border-radius:999px;font-weight:600}.faq-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:1.5rem;align-items:flex-start}.faq-item{margin-bottom:.8rem;font-size:.85rem}.faq-q{font-weight:600;margin-bottom:.2rem;color:var(--dark)}.faq-a{color:var(--muted)}.contact-card{background:var(--white);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,.3)}.contact-row{font-size:.85rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem;color:var(--muted)}.contact-row strong{color:var(--dark)}form{margin-top:.9rem;display:grid;grid-template-columns:1fr;gap:.65rem;font-size:.85rem}label{font-size:.75rem;color:var(--muted);margin-bottom:.15rem;display:block}input,textarea,select{width:100%;padding:.55rem .7rem;border-radius:10px;border:1px solid rgba(148,163,184,.8);font-family:inherit;font-size:.85rem;outline:none;background:#f9fafb}input:focus,textarea:focus,select:focus{border-color:var(--primary);background:var(--white)}textarea{resize:vertical;min-height:80px}footer{border-top:1px solid rgba(148,163,184,.4);padding:1.2rem 0;font-size:.78rem;color:var(--muted)}.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;align-items:center}@media(max-width:900px){.hero-grid,.why-grid,.two-cols,.faq-grid{grid-template-columns:minmax(0,1fr)}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-grid{grid-template-columns:minmax(0,1fr)}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.nav-links{display:none}.menu-toggle,.mobile-menu.open{display:flex}.hero{padding-top:2.25rem}.hero-title{font-size:1.6rem}.services-grid,.steps{grid-template-columns:minmax(0,1fr)}}
