*{box-sizing:border-box}body{font-family:'Hind Siliguri',sans-serif;color:var(--dark);background:var(--white);margin:0}.breadcrumb-wrap{background:var(--gray-light);padding:0.75rem 0;border-bottom:1px solid #e5e7eb}.breadcrumb{margin:0;font-size:0.88rem}.breadcrumb-item a{color:var(--emerald);text-decoration:none}.breadcrumb-item a:hover{color:var(--emerald-dark)}.breadcrumb-item.active{color:var(--gray-mid)}.breadcrumb-item + .breadcrumb-item::before{color:var(--gray-mid)}.app-hero{background:linear-gradient(135deg,var(--bg-dark) 0%,#1f2937 55%,#064e3b 100%);padding:80px 0 60px;overflow:hidden;position:relative}.app-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,0.12) 0%,transparent 70%);border-radius:50%}.hero-badge{display:inline-block;background:rgba(16,185,129,0.18);color:var(--emerald);border:1px solid var(--emerald);border-radius:20px;font-size:0.8rem;font-weight:700;padding:0.25rem 0.9rem;margin-bottom:1rem}.app-hero h1{font-size:2.2rem;font-weight:800;color:var(--white);line-height:1.35}.app-hero h1 span{color:var(--emerald)}.app-hero p{color:#d1fae5;font-size:0.97rem;line-height:1.85;max-width:500px}.btn-dl-primary{background:var(--emerald);color:var(--white);border:none;border-radius:10px;padding:0.85rem 2rem;font-weight:700;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:0.6rem;transition:background 0.2s}.btn-dl-primary:hover{background:var(--emerald-dark);color:var(--white)}.btn-dl-border{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,0.5);border-radius:10px;padding:0.82rem 1.8rem;font-weight:700;font-size:0.97rem;text-decoration:none;display:inline-flex;align-items:center;gap:0.6rem;transition:all 0.2s}.btn-dl-border:hover{background:var(--white);color:var(--dark);border-color:var(--white)}.hero-stat{text-align:center}.hero-stat .num{font-size:1.6rem;font-weight:800;color:var(--emerald)}.hero-stat .lbl{font-size:0.78rem;color:#9ca3af}.hero-stat-divider{width:1px;background:rgba(255,255,255,0.12);height:40px}.phone-mockup{width:220px;height:420px;background:linear-gradient(160deg,#1f2937 0%,#111827 100%);border-radius:36px;border:3px solid rgba(16,185,129,0.4);box-shadow:0 20px 60px rgba(0,0,0,0.5),0 0 0 1px rgba(16,185,129,0.1);position:relative;overflow:hidden;margin:0 auto}.phone-screen{position:absolute;inset:12px;background:linear-gradient(160deg,#064e3b 0%,#1f2937 100%);border-radius:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.8rem}.phone-logo{font-size:2rem;font-weight:800;color:var(--white)}.phone-logo span{color:var(--emerald)}.phone-screen-badge{background:var(--emerald);color:var(--white);font-size:0.7rem;font-weight:700;padding:0.2rem 0.7rem;border-radius:20px}.phone-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:70px;height:22px;background:var(--bg-dark);border-radius:0 0 14px 14px;z-index:2}.phone-icon-row{display:flex;gap:0.6rem}.phone-icon-box{width:44px;height:44px;background:rgba(16,185,129,0.15);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--emerald);font-size:1.1rem;border:1px solid rgba(16,185,129,0.25)}.section-label{color:var(--emerald);font-size:0.82rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.3rem}.section-title{font-size:1.75rem;font-weight:700;color:var(--dark);line-height:1.35}.section-title span{color:var(--emerald)}.section-divider{width:52px;height:4px;background:var(--emerald);border-radius:2px;margin:0.5rem 0 1.5rem}.section-divider.center{margin:0.5rem auto 1.5rem}.feature-card{background:var(--white);border:1.5px solid #e5e7eb;border-radius:14px;padding:1.6rem 1.4rem;height:auto;transition:box-shadow 0.25s,border-color 0.25s,transform 0.2s}.feature-card:hover{box-shadow:0 8px 28px rgba(16,185,129,0.13);border-color:var(--emerald);transform:translateY(-3px)}.feature-icon{width:54px;height:54px;background:var(--emerald-light);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.feature-card h5{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:0.5rem}.feature-card p{font-size:0.88rem;color:var(--gray-mid);line-height:1.75;margin:0}.step-wrap{counter-reset:step}.step-item{display:flex;gap:1.2rem;margin-bottom:1.8rem;position:relative}.step-item:not(:last-child)::after{content:'';position:absolute;left:21px;top:44px;width:2px;height:calc(100% - 8px);background:var(--emerald-light)}.step-num{width:44px;height:44px;background:var(--emerald);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;flex-shrink:0;z-index:1}.step-body h5{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:0.3rem}.step-body p{font-size:0.9rem;color:var(--gray-mid);margin:0;line-height:1.7}.content-body p{color:var(--gray-text);font-size:0.95rem;line-height:1.9;margin-bottom:1rem}.content-body h2{font-size:1.12rem;font-weight:700;color:var(--dark);margin:2rem 0 0.8rem;padding-bottom:0.5rem;border-bottom:2px solid var(--emerald-light);display:flex;align-items:center;gap:0.6rem}.content-body h2 i{color:var(--emerald)}.content-body ul li{color:var(--gray-text);font-size:0.93rem;line-height:1.85;margin-bottom:0.4rem}.content-body ul li::marker{color:var(--emerald)}.spec-table{width:100%;border-collapse:collapse;font-size:0.9rem}.spec-table th{background:var(--dark);color:var(--white);padding:0.75rem 1rem;text-align:left;font-weight:700}.spec-table td{padding:0.7rem 1rem;border-bottom:1px solid #e5e7eb;color:var(--gray-text)}.spec-table tr:nth-child(even) td{background:var(--gray-light)}.spec-table tr:hover td{background:var(--emerald-bg)}.spec-badge{display:inline-block;background:var(--emerald-light);color:#065f46;font-size:0.78rem;font-weight:700;padding:0.15rem 0.6rem;border-radius:20px}.compare-card{border-radius:14px;overflow:hidden;border:1.5px solid #e5e7eb}.compare-head{padding:1rem 1.4rem;font-weight:700;font-size:1rem}.compare-head.app{background:var(--dark);color:var(--white)}.compare-head.web{background:var(--gray-light);color:var(--dark)}.compare-row{display:flex;align-items:center;gap:0.7rem;padding:0.7rem 1.4rem;border-bottom:1px solid #f3f4f6;font-size:0.88rem;color:var(--gray-text)}.compare-row:last-child{border-bottom:none}.compare-row i.yes{color:var(--emerald)}.compare-row i.no{color:#ef4444}.accordion-button{font-size:0.93rem;font-weight:600;color:var(--dark);background:var(--white)}.accordion-button:not(.collapsed){color:var(--emerald);background:#f0fdf4;box-shadow:none}.accordion-button:focus{box-shadow:0 0 0 3px rgba(16,185,129,0.12)}.accordion-body{font-size:0.9rem;color:var(--gray-text);line-height:1.8}.accordion-item{border:1.5px solid #e5e7eb;border-radius:10px !important;margin-bottom:0.6rem;overflow:hidden}.cta-banner{background:linear-gradient(135deg,#064e3b 0%,#1f2937 100%);color:var(--white);padding:64px 0}.cta-banner h2{font-size:1.75rem;font-weight:700}.cta-banner p{color:#d1fae5;font-size:0.97rem}.btn-cta-green{background:var(--emerald);color:var(--white);border:none;border-radius:8px;padding:0.72rem 1.8rem;font-weight:700;font-size:0.97rem;text-decoration:none;display:inline-block;transition:background 0.2s}.btn-cta-green:hover{background:var(--emerald-dark);color:var(--white)}.btn-cta-border{background:transparent;color:var(--white);border:2px solid var(--white);border-radius:8px;padding:0.68rem 1.6rem;font-weight:700;font-size:0.97rem;text-decoration:none;display:inline-block;transition:all 0.2s}.btn-cta-border:hover{background:var(--white);color:var(--dark)}@media (max-width:767px){.app-hero h1{font-size:1.55rem}.phone-mockup{width:170px;height:320px}}html,body{overflow-x:clip;width:100%}
