.why-pill-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .95rem;background:#0284c71a;color:var(--color-primary, #0284c7);border:1px solid rgba(2,132,199,.2);border-radius:var(--radius-full, 9999px);font-size:.82rem;font-weight:700;margin-bottom:1rem}[data-theme=dark] .why-pill-badge{background:#38bdf81f;color:#38bdf8;border-color:#38bdf840}.why-badge-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981b3}.pills-nav-wrap{display:flex;justify-content:center;margin-bottom:3rem}.pills-nav{display:inline-flex;background:#ffffffeb;backdrop-filter:blur(14px);padding:.4rem;border-radius:var(--radius-full, 9999px);border:1.5px solid var(--color-border, #e2e8f0);gap:.35rem;box-shadow:0 10px 25px -4px #0f172a0f}[data-theme=dark] .pills-nav{background:#1e293be0;border-color:#334155;box-shadow:0 10px 25px -4px #00000080}.pill-item{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1.25rem;border-radius:var(--radius-full, 9999px);font-size:.88rem;font-weight:700;color:var(--color-text-muted, #64748b);transition:all .25s ease;cursor:pointer;border:1.5px solid var(--color-border, #e2e8f0);background:var(--color-bg-secondary, #f0f7fe);user-select:none;box-shadow:0 1px 3px #0000000a}[data-theme=dark] .pill-item{background:#090d16;border-color:#334155;color:var(--color-text-muted, #94a3b8)}.pill-item:hover{color:var(--color-primary, #0284c7);border-color:var(--color-primary, #0284c7);transform:translateY(-1px)}[data-theme=dark] .pill-item:hover{color:#38bdf8;border-color:#38bdf8}.pill-item.active{background:var(--color-primary, #0284c7);border-color:var(--color-primary, #0284c7);color:#fff;box-shadow:0 4px 14px #0284c759}[data-theme=dark] .pill-item.active{background:#38bdf8;border-color:#38bdf8;color:#090d16;box-shadow:0 4px 14px #38bdf866}.why-choose-tab-panels{margin-bottom:4rem}.why-choose-panel{animation:fadeIn .35s cubic-bezier(.16,1,.3,1) forwards}.why-choose-content-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:3.5rem;align-items:center;text-align:left}.panel-highlight-tag{display:inline-block;font-size:.78rem;font-weight:700;color:var(--color-primary, #0284c7);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.65rem}[data-theme=dark] .panel-highlight-tag{color:#38bdf8}.why-choose-text h3{font-family:var(--font-heading, "Outfit", sans-serif);font-size:2.15rem;font-weight:800;line-height:1.2;color:var(--color-text-main, #0f172a);margin-bottom:1.15rem;letter-spacing:-.02em}[data-theme=dark] .why-choose-text h3{color:#f8fafc}.why-choose-text p{font-size:1.05rem;color:var(--color-text-muted, #475569);line-height:1.7;margin-bottom:1.75rem}[data-theme=dark] .why-choose-text p{color:#94a3b8}.why-feature-points{display:flex;flex-direction:column;gap:.95rem}.point-item{display:flex;align-items:flex-start;gap:.85rem;font-size:.95rem;line-height:1.5;color:var(--color-text-main, #1e293b)}[data-theme=dark] .point-item{color:#e2e8f0}.point-icon{width:22px;height:22px;border-radius:50%;background:#10b98126;color:#10b981;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;flex-shrink:0;margin-top:.15rem}.illustration-box{display:flex;justify-content:center;align-items:center}.why-svg-graphic{max-width:320px;height:auto;filter:drop-shadow(0 20px 40px rgba(15,23,42,.12));transition:transform .3s ease}.why-svg-graphic:hover{transform:scale(1.03)}.why-value-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:left}.value-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffffe6;backdrop-filter:blur(16px);border:1.5px solid var(--color-border, #e2e8f0);border-radius:var(--radius-xl, 20px);box-shadow:0 10px 25px -4px #0f172a0d;transition:all .3s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .value-card{background:#0f172ae0;border-color:#38bdf838;box-shadow:inset 0 1.5px 1px #ffffff14,0 12px 30px -6px #000000a6,0 0 20px #38bdf80f}.value-card:hover{transform:translateY(-4px);border-color:var(--color-primary, #0284c7);box-shadow:0 16px 36px -6px #0f172a1f}[data-theme=dark] .value-card:hover{border-color:#38bdf873;box-shadow:inset 0 1.5px 1px #ffffff26,0 18px 40px -6px #000c,0 0 28px #38bdf826}.value-card-icon-wrap{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0f172a0a}.value-card-icon-wrap svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.value-card:hover .value-card-icon-wrap svg{transform:scale(1.15) rotate(4deg)}.icon-cyan{background:#0284c71a;border:1.5px solid rgba(2,132,199,.22)}[data-theme=dark] .icon-cyan{background:#38bdf81f;border-color:#38bdf84d;box-shadow:0 0 16px #38bdf826}.icon-emerald{background:#10b9811a;border:1.5px solid rgba(16,185,129,.22)}[data-theme=dark] .icon-emerald{background:#10b9811f;border-color:#10b9814d;box-shadow:0 0 16px #10b98126}.icon-amber{background:#f59e0b1a;border:1.5px solid rgba(245,158,11,.22)}[data-theme=dark] .icon-amber{background:#f59e0b1f;border-color:#f59e0b4d;box-shadow:0 0 16px #f59e0b26}.icon-indigo{background:#6366f11a;border:1.5px solid rgba(99,102,241,.22)}[data-theme=dark] .icon-indigo{background:#6366f11f;border-color:#6366f14d;box-shadow:0 0 16px #6366f126}.icon-sky{background:#0ea5e91a;border:1.5px solid rgba(14,165,233,.22)}[data-theme=dark] .icon-sky{background:#0ea5e91f;border-color:#0ea5e94d;box-shadow:0 0 16px #0ea5e926}.icon-rose{background:#ec48991a;border:1.5px solid rgba(236,72,153,.22)}[data-theme=dark] .icon-rose{background:#ec48991f;border-color:#ec48994d;box-shadow:0 0 16px #ec489926}.value-card-content h4{font-family:var(--font-heading, "Outfit", sans-serif);font-size:1.05rem;font-weight:700;color:var(--color-text-main, #0f172a);margin-bottom:.35rem}[data-theme=dark] .value-card-content h4{color:#f8fafc}.value-card-content p{font-size:.88rem;color:var(--color-text-muted, #475569);line-height:1.5}[data-theme=dark] .value-card-content p{color:#94a3b8}@media (max-width: 1024px){.why-choose-content-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.why-choose-text{max-width:100%;margin:0 auto;text-align:left}.illustration-box{order:-1;display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:0 auto 1.5rem!important}.why-svg-graphic{display:block!important;margin:0 auto!important;max-width:280px!important;width:100%!important}.why-value-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.illustration-box{order:-1;display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:0 auto 1.25rem!important;padding:0}.why-svg-graphic{display:block!important;margin:0 auto!important;max-width:250px!important;width:100%!important}.pills-nav-wrap{width:100%;margin-bottom:2rem;padding:0;overflow:visible}.pills-nav{display:grid!important;grid-template-columns:repeat(2,1fr)!important;width:100%!important;max-width:100%!important;border-radius:var(--radius-xl, 20px)!important;padding:.5rem!important;gap:.45rem!important;overflow:visible!important}.pill-item{width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.65rem .5rem!important;font-size:.82rem!important;border-radius:var(--radius-lg, 14px)!important;gap:.35rem!important;text-align:center!important;white-space:nowrap!important}.pill-item svg{width:15px;height:15px;flex-shrink:0}.why-choose-text h3{font-size:1.75rem}.why-value-cards-grid{grid-template-columns:1fr}}@media (max-width: 380px){.pill-item{font-size:.75rem!important;padding:.55rem .25rem!important;gap:.25rem!important}.pill-item svg{width:13px;height:13px}}.features-pill-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .95rem;background:#0284c71a;color:var(--color-primary, #0284c7);border:1px solid rgba(2,132,199,.2);border-radius:var(--radius-full, 9999px);font-size:.82rem;font-weight:700;margin-bottom:1rem}[data-theme=dark] .features-pill-badge{background:#38bdf81f;color:#38bdf8;border-color:#38bdf840}.features-badge-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981b3}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3.5rem;text-align:left}.feature-card{background:#ffffffeb;backdrop-filter:blur(16px);border:1.5px solid var(--color-border, #e2e8f0);border-radius:var(--radius-xl, 22px);padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:0 10px 25px -4px #0f172a0d}[data-theme=dark] .feature-card{background:#0f172ae0;border-color:#38bdf838;box-shadow:inset 0 1.5px 1px #ffffff14,0 12px 30px -6px #000000a6}.feature-card:hover{transform:translateY(-6px);border-color:var(--color-primary, #0284c7);box-shadow:0 20px 40px -8px #0f172a1f}[data-theme=dark] .feature-card:hover{border-color:#38bdf873;box-shadow:inset 0 1.5px 1px #ffffff26,0 20px 42px -8px #000c,0 0 28px #38bdf826}.feature-card-top{display:flex;align-items:center;justify-content:space-between;min-height:48px;height:48px;margin-bottom:1.5rem;width:100%}.feature-icon-badge{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin:0;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0f172a08}.feature-card:hover .feature-icon-badge{transform:scale(1.1) rotate(4deg)}.feature-tag-badge{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.32rem .75rem;height:28px;line-height:1;border-radius:var(--radius-full, 9999px);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #0f172a08;white-space:nowrap;margin:0;transition:all .25s ease}.tag-live-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;display:inline-block}.feature-card:hover .feature-tag-badge{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a14}.feature-card h4{font-family:var(--font-heading, "Outfit", sans-serif);font-size:1.18rem;font-weight:700;color:var(--color-text-main, #0f172a);margin-bottom:.65rem;line-height:1.3}[data-theme=dark] .feature-card h4{color:#f8fafc}.feature-card p{font-size:.92rem;color:var(--color-text-muted, #475569);line-height:1.65}[data-theme=dark] .feature-card p{color:#94a3b8}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 640px){.features-grid{grid-template-columns:1fr;margin-top:2.25rem}.feature-card{padding:1.5rem 1.25rem}.feature-card-top{min-height:42px;height:42px;margin-bottom:1.25rem}.feature-icon-badge{width:42px;height:42px}.feature-tag-badge{font-size:.68rem;padding:.25rem .6rem;height:26px;gap:.35rem}}.faq-pill-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .95rem;background:#0284c71a;color:var(--color-primary, #0284c7);border:1px solid rgba(2,132,199,.2);border-radius:var(--radius-full, 9999px);font-size:.82rem;font-weight:700;margin-bottom:1rem}[data-theme=dark] .faq-pill-badge{background:#38bdf81f;color:#38bdf8;border-color:#38bdf840}.faq-badge-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981b3}.articles-header{text-align:center;max-width:720px;margin:0 auto 3rem;display:flex;flex-direction:column;align-items:center}.articles-pill-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .95rem;background:#0284c71a;color:var(--color-primary, #0284c7);border:1px solid rgba(2,132,199,.2);border-radius:var(--radius-full, 9999px);font-size:.82rem;font-weight:700;margin-bottom:1rem}[data-theme=dark] .articles-pill-badge{background:#38bdf81f;color:#38bdf8;border-color:#38bdf840}.articles-badge-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981b3}.articles-header-btn-wrap{margin-top:1.25rem;display:flex;justify-content:center}.btn-see-more-articles{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.35rem;background:#0284c714;color:var(--color-primary, #0284c7);border:1.5px solid rgba(2,132,199,.25);border-radius:var(--radius-full, 9999px);font-size:.88rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px #0284c714}.btn-see-more-articles:hover{background:var(--color-primary, #0284c7);color:#fff;border-color:var(--color-primary, #0284c7);transform:translateY(-2px);box-shadow:0 8px 20px #0284c740}[data-theme=dark] .btn-see-more-articles{background:#38bdf81f;color:#38bdf8;border-color:#38bdf84d;box-shadow:0 2px 8px #0006}[data-theme=dark] .btn-see-more-articles:hover{background:#38bdf8;color:#090d16;border-color:#38bdf8;box-shadow:0 8px 24px #38bdf859}@media (max-width: 640px){.articles-header{margin-bottom:2rem}.btn-see-more-articles{padding:.5rem 1.15rem;font-size:.82rem;white-space:nowrap}}
