.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:88vh}.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}.dashboard-card{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)}}.dash-header{background:var(--navy-mid);padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between}.dash-title{color:var(--white);font-size:.78rem;font-weight:600}.dash-status{display:flex;align-items:center;gap:.4rem;background:rgba(97,206,112,.2);border-radius:50px;padding:.2rem .7rem;font-size:.65rem;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:.08em}.dash-body{padding:1.2rem}.dash-uptime{margin-bottom:1rem}.dash-status::before{content:'';width:6px;height:6px;background:var(--green);border-radius:50%;animation:pulse 1.5s ease infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}.dash-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:1rem}.dash-metric{background:var(--light);border-radius:6px;padding:.8rem .7rem;border:1px solid var(--border)}.metric-label{font-size:.62rem;color:var(--mid);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem}.metric-val{font-size:1.2rem;font-weight:800;color:var(--navy)}.metric-val.green{color:var(--green-dark)}.metric-val.blue{color:var(--blue-dark)}.metric-change{font-size:.6rem;color:var(--green-dark);font-weight:600;margin-top:.15rem}.dash-uptime{margin-bottom:1rem}.uptime-label{font-size:.7rem;color:var(--mid);margin-bottom:.4rem;display:flex;justify-content:space-between}.uptime-bar{height:8px;background:var(--border);border-radius:50px;overflow:hidden}.uptime-fill{height:100%;width:99.8%;background:linear-gradient(90deg,var(--green) 0%,var(--green-dark) 100%);border-radius:50px}.update-row{display:flex;align-items:center;justify-content:space-between;padding:.55rem 0;border-bottom:1px solid var(--border);font-size:.72rem}.update-row:last-child{border-bottom:none}.update-name{color:var(--navy);font-weight:500}.update-badge{font-size:.6rem;font-weight:700;padding:.15rem .5rem;border-radius:50px;text-transform:uppercase;letter-spacing:.06em}.badge-ok{background:var(--green-light);color:var(--green-dark)}.badge-update{background:var(--blue-light);color:var(--blue-dark)}.badge-warn{background:#fff4e5;color:#d97706}.alert-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:180px;display:flex;align-items:center;gap:.7rem;animation:floatUp 1s .25s cubic-bezier(.22,1,.36,1)both;z-index:2}.alert-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)}.alert-text{font-size:.7rem;color:var(--navy);font-weight:600;line-height:1.4}.alert-text span{color:var(--mid);font-weight:400;display:block;font-size:.65rem}.plans-section{background:var(--light);padding:7rem 5rem}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;align-items:start}.plan-card{background:var(--white);border-radius:10px;border:1.5px solid var(--border);padding:2.2rem 2rem;position:relative;transition:transform .25s,box-shadow .25s}.plan-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px rgba(0,30,53,.1)}.plan-card.featured{border-color:var(--blue);background:var(--navy);transform:scale(1.03)}.plan-card.featured:hover{transform:scale(1.03)translateY(-6px)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--blue);color:var(--white);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem 1rem;border-radius:50px}.plan-name{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--mid);margin-bottom:.5rem}.plan-card.featured .plan-name{color:rgba(255,255,255,.55)}.plan-price{font-size:2.4rem;font-weight:800;color:var(--navy);line-height:1;margin-bottom:.2rem}.plan-card.featured .plan-price{color:var(--white)}.plan-period{font-size:.78rem;color:var(--mid);margin-bottom:1.5rem}.plan-card.featured .plan-period{color:rgba(255,255,255,.5)}.plan-divider{height:1px;background:var(--border);margin-bottom:1.5rem}.plan-card.featured .plan-divider{background:rgba(255,255,255,.15)}.plan-features{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-bottom:2rem}.plan-features li{font-size:.855rem;color:var(--mid);display:flex;align-items:flex-start;gap:.6rem;line-height:1.4}.plan-card.featured .plan-features li{color:rgba(255,255,255,.75)}.check{width:16px;height:16px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.plan-card.featured .check{background:rgba(97,206,112,.2)}.check svg{color:var(--green-dark)}.btn-plan{display:block;text-align:center;background:var(--green);color:var(--white);padding:.85rem;border-radius:4px;text-decoration:none;font-size:.875rem;font-weight:600;transition:background .2s}.btn-plan:hover{background:var(--green-dark)}.btn-plan.outline{background:0 0;border:1.5px solid var(--border);color:var(--navy)}.btn-plan.outline:hover{border-color:var(--green);color:var(--green);background:var(--green-light)}.included-section{background:var(--white);padding:7rem 5rem}.included-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:1rem}.included-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.included-item{display:flex;gap:1.2rem;align-items:flex-start}.inc-icon{width:44px;height:44px;border-radius:10px;flex-shrink:0;background:var(--green-light);display:flex;align-items:center;justify-content:center;color:var(--green-dark);margin-top:2px}.inc-icon.blue-icon{background:var(--blue-light);color:var(--blue-dark)}.included-item h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}.included-item p{font-size:.855rem;line-height:1.7;color:var(--mid)}.checklist-card{background:var(--white);border-radius:12px;border:1.5px solid var(--border);box-shadow:0 12px 50px rgba(0,30,53,8%);overflow:hidden}.checklist-body{padding:1.2rem}.checklist-header{background:var(--navy-mid);padding:1rem 1.3rem;display:flex;align-items:center;justify-content:space-between}.checklist-header span{color:var(--white);font-size:.8rem;font-weight:600}.checklist-date{color:rgba(255,255,255,.5);font-size:.7rem}.check-item{display:flex;align-items:center;gap:.8rem;padding:.7rem 0;border-bottom:1px solid var(--border);font-size:.82rem;color:var(--navy)}.check-item:last-child{border-bottom:none}.check-box{width:20px;height:20px;border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.check-box.done{background:var(--green)}.check-box.pending{background:var(--border)}.check-box.warn{background:#f59e0b}.check-item .ci-label{flex:1}.check-item .ci-time{font-size:.68rem;color:var(--mid)}.why-section{background:var(--navy);padding:7rem 5rem}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:3.5rem}.why-card{background:rgba(255,255,255,5%);border-radius:10px;border:1px solid rgba(255,255,255,8%);padding:2rem 1.8rem;transition:background .25s,border-color .25s}.why-card:hover{background:rgba(255,255,255,8%);border-color:rgba(97,206,112,.3)}.why-num{font-size:2.5rem;font-weight:800;color:rgba(97,206,112,.25);line-height:1;margin-bottom:1rem;font-variant-numeric:tabular-nums}.why-card h3{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.why-card p{font-size:.845rem;line-height:1.7;color:rgba(255,255,255,.55)}.testimonial-section{background:var(--white);padding:7rem 5rem}.testimonial-inner{background:var(--blue-light);border-left:4px solid var(--blue);border-radius:0 12px 12px 0;padding:3rem 3.5rem;max-width:860px}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}.cta-section{background:var(--blue);padding:5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}.btn-white-green{display:inline-flex;align-items:center;gap:.6rem;background:var(--green);color:var(--white);padding:1rem 2.2rem;border-radius:4px;text-decoration:none;font-size:.875rem;font-weight:700;white-space:nowrap;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:background .2s,transform .2s}.cta-section h2{color:var(--white);font-size:clamp(1.8rem,2.8vw,2.6rem);font-weight:800;line-height:1.2;margin-bottom:.9rem;letter-spacing:-.02em}.cta-section p{color:rgba(255,255,255,.8);margin-top:.4rem;font-size:.95rem}@media(max-width:1024px){.plans-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.plan-card.featured{transform:none}.plan-card.featured:hover{transform:translateY(-6px)}}@media(max-width:960px){.hero{grid-template-columns:1fr;padding:7rem 2rem 5rem;gap:3rem}.hero::before{display:none}.hero-visual{justify-content:center}.alert-card{display:none}.plans-section,.included-section,.why-section,.testimonial-section,.included-grid{grid-template-columns:1fr;gap:2rem}}