.article-wrapper{--color-primary:#00447f;--color-primary-dark:#002e57;--color-primary-mid:#0062b8;--color-primary-light:#1191e1;--color-primary-muted:#62a9d8;--color-accent:#21cdb0;--color-accent-alt:#3bc0cb;--bg-page:#fff;--bg-surface:#f6f8fa;--bg-surface-hover:#eef1f5;--bg-subtle:#e8ecf0;--bg-inverse:#002e57;--text-primary:#002e57;--text-secondary:#3d4f5f;--text-muted:#111111a8;--text-inverse:#f7f8f8;--text-inverse-muted:#b0c4d8;--text-inverse-subtle:#8da4bf;--border-default:#d0d7de;--border-subtle:#e8ecf0;--interactive-primary:#21cdb0;--interactive-primary-hover:#1ab89d;--interactive-primary-active:#15a38b;--interactive-secondary:#00447f;--status-success:#25d184;--status-error:#f05641;--font-primary:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--text-display:clamp(2.25rem,1.5rem + 3vw,3.5rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014,0 2px 4px #0000000a;--shadow-lg:0 8px 24px #0000001a,0 4px 8px #0000000a;--shadow-xl:0 20px 60px #002e5726,0 4px 16px #0000000d;--ease-out:cubic-bezier(.25,.1,.25,1);--duration-fast:.15s;--duration-normal:.25s;--duration-slow:.4s}.article-wrapper .container{max-width:820px;margin:0 auto;padding:0 24px}.article-wrapper .section{padding:80px 0}.article-wrapper .section--surface{background:var(--bg-surface)}.article-wrapper .section--gradient{color:#fff;background:linear-gradient(135deg,#002e57,#00447f,#0062b8)}.article-wrapper .hero{text-align:center;color:#fff;background:linear-gradient(135deg,#002e57,#00447f,#0062b8);justify-content:center;align-items:center;padding:140px 24px 80px;display:flex}.article-wrapper .hero__inner{max-width:820px}.article-wrapper .hero__overline{letter-spacing:1.5px;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-4);font-size:13px;font-weight:600;display:inline-block}.article-wrapper .hero__heading{font-size:var(--text-display);margin-bottom:var(--space-6);font-weight:700;line-height:1.15}.article-wrapper .hero__subtext{color:#ffffffd9;margin-bottom:var(--space-8);max-width:680px;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}.article-wrapper .hero__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.article-wrapper .btn{border-radius:var(--radius-md);cursor:pointer;border:0;justify-content:center;align-items:center;height:48px;padding:0 28px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.article-wrapper .btn:hover{transform:translateY(-1px)}.article-wrapper .btn--primary{background:var(--interactive-primary);color:var(--color-primary-dark)}.article-wrapper .btn--primary:hover{background:var(--interactive-primary-hover);box-shadow:0 4px 16px #21cdb04d}.article-wrapper .btn--outline{color:#fff;background:0 0;border:2px solid #ffffff80}.article-wrapper .btn--outline:hover{background:#ffffff14;border-color:#fff}.article-wrapper .section__heading{margin-bottom:var(--space-6);color:var(--text-primary);font-size:clamp(1.5rem,1rem + 2vw,2.25rem);font-weight:700;line-height:1.2}.article-wrapper .section__text{color:var(--text-secondary);margin-bottom:var(--space-6);max-width:760px;font-size:1.0625rem;line-height:1.75}.article-wrapper .section__text a{color:var(--color-primary);text-underline-offset:3px;font-weight:600;text-decoration:underline}.article-wrapper .section__text a:hover{color:var(--color-primary-mid)}.article-wrapper .steps{counter-reset:step-counter;flex-direction:column;gap:32px;max-width:760px;display:flex}.article-wrapper .step{counter-increment:step-counter;align-items:flex-start;gap:20px;display:flex}.article-wrapper .step__number{background:var(--color-primary-dark);width:44px;height:44px;color:var(--color-accent);border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.article-wrapper .step__content h3{color:var(--text-primary);margin-bottom:var(--space-2);font-size:1.125rem;font-weight:700}.article-wrapper .step__content p{color:var(--text-secondary);font-size:1rem;line-height:1.7}.article-wrapper .detect-grid{margin-top:var(--space-8);grid-template-columns:repeat(2,1fr);gap:24px;max-width:860px;display:grid}.article-wrapper .detect-card{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);transition:box-shadow var(--duration-normal) var(--ease-out);padding:28px}.article-wrapper .detect-card:hover{box-shadow:var(--shadow-md)}.article-wrapper .detect-card__icon{margin-bottom:var(--space-3);font-size:1.5rem}.article-wrapper .detect-card h3{color:var(--text-primary);margin-bottom:var(--space-2);font-size:1rem;font-weight:700}.article-wrapper .detect-card p{color:var(--text-secondary);font-size:.9375rem;line-height:1.65}.article-wrapper .help-grid{margin-top:var(--space-8);grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.article-wrapper .help-card{background:var(--bg-page);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);text-align:center;padding:32px}.article-wrapper .help-card__icon{width:56px;height:56px;color:var(--color-accent);border-radius:var(--radius-full);margin:0 auto var(--space-5);background:#21cdb01f;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.article-wrapper .help-card h3{color:var(--text-primary);margin-bottom:var(--space-3);font-size:1.0625rem;font-weight:700}.article-wrapper .help-card p{color:var(--text-secondary);font-size:.9375rem;line-height:1.65}.article-wrapper .cta-section{text-align:center;padding:80px 24px}.article-wrapper .cta-section .section__heading{color:#fff;margin-bottom:var(--space-4)}.article-wrapper .cta-section .section__text{color:#fffc;margin-left:auto;margin-right:auto;margin-bottom:var(--space-8)}.article-wrapper .cta-section .hero__actions{justify-content:center}.article-wrapper .resources-list{margin-top:var(--space-6);flex-wrap:wrap;gap:12px;display:flex}.article-wrapper .resource-pill{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-full);color:var(--color-primary);align-items:center;gap:8px;padding:10px 20px;font-size:.9375rem;font-weight:500;transition:background .2s,border-color .2s;display:inline-flex}.article-wrapper .resource-pill:hover{background:var(--bg-surface-hover);border-color:var(--color-primary-muted)}.article-wrapper .mention{border-left:3px solid var(--color-accent);border-radius:0 var(--radius-md) var(--radius-md)0;color:var(--text-primary);margin-top:var(--space-4);background:#21cdb01a;padding:16px 20px;font-size:.9375rem;font-weight:500;display:inline-block}.article-wrapper [data-animate]{opacity:0;transition:opacity .6s var(--ease-out),transform .6s var(--ease-out);transform:translateY(24px)}.article-wrapper [data-animate].is-visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.article-wrapper .detect-grid,.article-wrapper .help-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.article-wrapper .help-grid{grid-template-columns:1fr}.article-wrapper .container{padding:0 20px}.article-wrapper .section{padding:48px 0}.article-wrapper .hero{padding:100px 20px 60px}.article-wrapper .hero__inner{max-width:100%}.article-wrapper .step-list li{padding-left:48px}}@media (max-width:768px){.article-wrapper .hero{padding:100px 16px 60px}.article-wrapper .detect-grid{grid-template-columns:1fr}.article-wrapper .hero__heading{font-size:clamp(1.5rem,5vw,2rem)}.article-wrapper .hero__subtext{max-width:100%;font-size:.9375rem}.article-wrapper .hero__actions{flex-direction:column;align-items:center}.article-wrapper .hero__actions a{text-align:center;width:100%;max-width:320px}.article-wrapper .section__heading{font-size:clamp(1.25rem,4vw,1.75rem)}.article-wrapper .section__text{font-size:.9375rem}.article-wrapper .step-list li{padding-left:44px;font-size:.9375rem}.article-wrapper .step-list li:before{width:30px;height:30px;font-size:.8125rem;left:-16px}.article-wrapper .cta-section{padding:48px 20px!important}.article-wrapper .cta-section .section__heading{font-size:clamp(1.25rem,4vw,1.75rem)}.article-wrapper .resources-list{flex-direction:column}.article-wrapper .resource-pill{text-align:center;justify-content:center;width:100%}.article-wrapper [style*="grid-template-columns:repeat(2"],.article-wrapper [style*="grid-template-columns: repeat(2"],.article-wrapper [style*="grid-template-columns:repeat(3"],.article-wrapper [style*="grid-template-columns: repeat(3"]{grid-template-columns:1fr!important}.article-wrapper [style*=padding\:32px],.article-wrapper [style*="padding: 32px"]{padding:20px!important}.article-wrapper [style*=padding\:80px]{padding:48px 0!important}.article-wrapper [style*=gap\:24px],.article-wrapper [style*="gap: 24px"]{gap:16px!important}}@media (max-width:480px){.article-wrapper .hero{padding:88px 16px 40px}.article-wrapper .hero__heading{font-size:1.75rem}.article-wrapper .hero__subtext{font-size:1rem}.article-wrapper .resources-list{flex-direction:column}.article-wrapper .container{padding:0 16px}.article-wrapper .step-list li{padding-left:40px}.article-wrapper [style*=padding\:48px],.article-wrapper [style*="padding: 48px"]{padding:24px!important}}@media (prefers-reduced-motion:reduce){.article-wrapper *,.article-wrapper :before,.article-wrapper :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}