.why-section{--why-bg:#0F1A2E;--why-card:#070F24;--why-primary:#4F8CFF;--why-primary-hover:#3A7BFF;--why-secondary:#00D4AA;--why-accent:#8B5CF6;--why-text:#FFFFFF;--why-text-muted:#94A3B8;--why-text-dim:#64748B;--why-border:rgba(255, 255, 255, 0.06);--why-border-hover:rgba(79, 140, 255, 0.2);--why-radius:1.2rem;--why-radius-full:9999px;--why-font:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--why-transition:0.5s cubic-bezier(0.22, 1, 0.36, 1);--why-shadow:0 8px 30px rgba(0, 0, 0, 0.2)}.why-section{padding:4rem 0;background:var(--why-bg);font-family:var(--why-font);position:relative;overflow:hidden;border-top:1px solid var(--why-border);border-bottom:1px solid var(--why-border)}.why-section::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgb(79 140 255 / .04) 0%,transparent 70%);top:-200px;right:-200px;pointer-events:none;z-index:0}.why-section__container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.why-section__header{text-align:center;margin-bottom:3rem}.why-section__badge{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--why-secondary);background:rgb(0 212 170 / .08);border:1px solid rgb(0 212 170 / .12);padding:.3rem 1.2rem;border-radius:var(--why-radius-full);margin-bottom:1rem}.why-section__heading{font-size:clamp(2rem, 4vw, 2.8rem);font-weight:700;color:var(--why-text);margin-bottom:.5rem;letter-spacing:-.02em}.why-section__highlight{background:linear-gradient(135deg,var(--why-primary),var(--why-secondary));-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.why-section__description{font-size:1.05rem;color:var(--why-text-muted);max-width:600px;margin:0 auto;line-height:1.7}.why-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.why-section__card{background:var(--why-card);border:1px solid var(--why-border);border-radius:var(--why-radius);padding:1.8rem 1.5rem;transition:all var(--why-transition);box-shadow:var(--why-shadow);display:flex;gap:1rem;align-items:flex-start;position:relative;overflow:hidden}.why-section__card::before{content:'';position:absolute;inset:-2px;border-radius:calc(var(--why-radius) + 2px);padding:2px;background:conic-gradient(from 0deg,transparent,rgb(79 140 255 / .3),rgb(0 212 170 / .3),rgb(139 92 246 / .3),rgb(79 140 255 / .3),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity 0.6s ease;pointer-events:none;z-index:0}.why-section__card:hover::before{opacity:1;animation:whyRotateBorder 4s linear infinite}@keyframes whyRotateBorder{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.why-section__card::after{content:'';position:absolute;inset:0;border-radius:var(--why-radius);background:radial-gradient(ellipse at 50% 0%,rgb(79 140 255 / .04) 0%,transparent 70%);opacity:0;transition:opacity 0.5s ease;pointer-events:none;z-index:0}.why-section__card:hover::after{opacity:1}.why-section__card:hover{transform:translateY(-8px);border-color:var(--why-border-hover);box-shadow:0 20px 60px rgb(0 0 0 / .4),0 0 40px rgb(79 140 255 / .04);background:rgb(79 140 255 / .02)}.why-section__card-icon{font-size:2.4rem;flex-shrink:0;display:flex;align-items:flex-start;margin-top:.1rem;transition:transform var(--why-transition)}.why-section__card:hover .why-section__card-icon{transform:scale(1.08) rotate(-4deg)}.why-section__card-content{flex:1;display:flex;flex-direction:column;gap:.3rem;position:relative;z-index:1}.why-section__card-title{font-size:1.1rem;font-weight:700;color:var(--why-text);margin:0;line-height:1.3}.why-section__card-desc{font-size:.85rem;color:var(--why-text-muted);line-height:1.6;margin:0}.why-section__card-badge{display:inline-block;font-size:.6rem;font-weight:600;padding:.15rem .8rem;border-radius:var(--why-radius-full);background:rgb(79 140 255 / .08);color:var(--why-primary);align-self:flex-start;margin-top:.2rem;transition:all var(--why-transition)}.why-section__card:hover .why-section__card-badge{background:rgb(79 140 255 / .18);color:#fff}.why-section__card[data-why="free"] .why-section__card-badge{background:rgb(0 212 170 / .12);color:#00D4AA}.why-section__card[data-why="free"]:hover .why-section__card-badge{background:#00D4AA;color:#fff}.why-section__card[data-why="hindi"] .why-section__card-badge{background:rgb(255 107 107 / .12);color:#FF6B6B}.why-section__card[data-why="hindi"]:hover .why-section__card-badge{background:#FF6B6B;color:#fff}.why-section__card[data-why="client-side"] .why-section__card-badge{background:rgb(139 92 246 / .12);color:#8B5CF6}.why-section__card[data-why="client-side"]:hover .why-section__card-badge{background:#8B5CF6;color:#fff}.why-section__card[data-why="updates"] .why-section__card-badge{background:rgb(251 191 36 / .12);color:#FBBF24}.why-section__card[data-why="updates"]:hover .why-section__card-badge{background:#FBBF24;color:#fff}.why-section__card[data-why="expert"] .why-section__card-badge{background:rgb(79 140 255 / .12);color:#4F8CFF}.why-section__card[data-why="expert"]:hover .why-section__card-badge{background:#4F8CFF;color:#fff}.why-section__card[data-why="community"] .why-section__card-badge{background:rgb(0 212 170 / .12);color:#00D4AA}.why-section__card[data-why="community"]:hover .why-section__card-badge{background:#00D4AA;color:#fff}.why-section__trust{display:flex;align-items:center;justify-content:center;gap:1.5rem 2.5rem;flex-wrap:wrap;padding:1.5rem 2rem;background:rgb(255 255 255 / .02);border:1px solid var(--why-border);border-radius:var(--why-radius);backdrop-filter:blur(8px);box-shadow:0 4px 20px rgb(0 0 0 / .15);transition:all var(--why-transition)}.why-section__trust:hover{border-color:rgb(79 140 255 / .12);box-shadow:0 8px 40px rgb(0 0 0 / .25)}.why-section__trust-item{display:flex;align-items:center;gap:.6rem;color:var(--why-text-muted);font-size:.9rem;font-weight:500}.why-section__trust-icon{font-size:1.2rem;color:var(--why-secondary)}.why-section__trust-divider{width:1px;height:28px;background:var(--why-border)}@media (max-width:1024px){.why-section__grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (max-width:768px){.why-section{padding:3rem 0}.why-section__grid{grid-template-columns:1fr;gap:1rem;max-width:420px;margin-left:auto;margin-right:auto}.why-section__card{padding:1.5rem 1.2rem;gap:.8rem}.why-section__card-icon{font-size:2rem}.why-section__card-title{font-size:1rem}.why-section__card-desc{font-size:.8rem}.why-section__description{font-size:.95rem}.why-section__heading{font-size:1.8rem}.why-section__trust{padding:1.2rem 1.2rem;gap:.8rem 1.5rem;flex-direction:column;align-items:flex-start}.why-section__trust-divider{width:100%;height:1px}}@media (max-width:480px){.why-section{padding:2.5rem 0}.why-section__grid{max-width:100%}.why-section__card{padding:1.2rem 1rem;gap:.6rem;flex-direction:column}.why-section__card-icon{font-size:1.8rem}.why-section__card-title{font-size:.95rem}.why-section__card-desc{font-size:.75rem}.why-section__card-badge{font-size:.5rem;padding:.1rem .6rem}.why-section__heading{font-size:1.6rem}.why-section__description{font-size:.9rem}.why-section__badge{font-size:.6rem;padding:.2rem .8rem}.why-section__trust-item{font-size:.8rem}.why-section__trust-icon{font-size:1rem}}@media (prefers-reduced-motion:reduce){.why-section__card,.why-section__card-icon,.why-section__card-badge,.why-section__trust{transition:none!important}.why-section__card::before{animation:none!important;opacity:0!important}.why-section__card:hover{transform:none!important}.why-section__trust:hover{border-color:var(--why-border);box-shadow:0 4px 20px rgb(0 0 0 / .15)}}