@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{--accent:#0058ff;--fg:#1f1f23;--bg:#ffffff;--muted:#6d6d78;--radius:10px;--shadow:0 4px 24px rgba(0, 0, 0, 0.06);--container:1180px}*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:inter,system-ui,Arial,sans-serif;color:var(--fg);background:var(--bg);line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1rem}.hero{padding:5rem 0 3rem;background:#fafbfc;border-bottom:1px solid #e5e7eb}.hero h1{margin:0 0 1rem;font-size:clamp(2.3rem,4vw,3rem)}.hero p{max-width:48ch;font-size:1.125rem;color:var(--muted);margin:0 auto 2rem}.cta-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{display:inline-block;padding:.8em 1.8em;border-radius:var(--radius);font-weight:600;transition:background .2s}.btn-primary{background:var(--accent);color:#fff;margin:5px}.btn-primary:hover{background:#0040c2}.value-grid{display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:3rem 0}.value-card{background:#fff;padding:1.8rem;border:1px solid #e5e7eb;border-radius:var(--radius);box-shadow:var(--shadow)}.value-card p{margin:.4rem 0 0;color:var(--muted)}footer{margin-top:4rem;background:#1a1b20;color:#fff;text-align:center;padding:3rem 1rem}footer a{color:#fff;font-weight:600}footer a:hover{text-decoration:underline}@media(min-width:820px){.cta-row .btn{min-width:200px}}.resources{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.resources a{display:inline-block}.tag{padding:4px;margin-left:5px;margin-right:5px;margin-top:3px;margin-bottom:3px;border-radius:5px;background-color:#bb33;border:1px solit #9948}.news-list-item{margin-top:6px;margin-bottom:6px}.article-cover-image{max-height:min(50vw,50vh);margin:10px;border-radius:10px}.product-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:2rem 1rem}.product-hero .product-hero-text{max-width:600px}.product-hero .product-hero-image img{max-width:100%;height:auto;border-radius:var(--radius)}@media(min-width:820px){.product-hero{flex-direction:row;align-items:center;text-align:left}.product-hero .product-hero-text{flex:1;padding-right:2rem}.product-hero .product-hero-image{flex:1;display:flex;justify-content:center}.product-hero .product-hero-image img{max-width:100%;height:auto}}.benefit-stack{margin-top:1rem}.float-left{float:left;margin:0 1.5rem 1.5rem 0;max-width:40%}.benefit-stack::after{content:"";display:table;clear:both}.product-list{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;text-decoration:none;color:inherit;padding:.75rem;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.1)}.product-card-image img{width:100%;height:auto;display:block}.product-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-card-content h2{margin:0 0 .5rem;font-size:1.4rem}.product-card-content p{flex:1;margin:0 0 1rem;color:var(--muted)}.stinger-carousel{position:relative;margin:3rem auto;overflow:hidden;max-width:var(--container)}.stinger-carousel .track{display:flex;transition:transform .6s ease}.stinger-carousel .slide{flex:0 0 100%;padding:1rem;display:flex;justify-content:center}.stinger-card{width:100%;max-width:740px;background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.8rem}.stinger-card h3{margin:0 0 .75rem;font-size:1.35rem}.stinger-card p{margin:0;color:var(--muted);line-height:1.55}.stinger-carousel .nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid #d1d5db;background:#fff;color:#6d6d78;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 4px rgba(0,0,0,8%);z-index:2}.stinger-carousel .prev{left:6px}.stinger-carousel .next{right:6px}.stinger-carousel .nav:hover,.stinger-carousel .nav:focus{background:var(--accent);border-color:var(--accent);color:#fff}.trustbar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;margin:2rem auto}.two-column-layout{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin:2rem 0}.two-column-layout .text-column{flex:2;min-width:300px}.two-column-layout .image-column{flex:1;min-width:250px;text-align:center}.two-column-layout .image-column img{max-width:100%;height:auto;border-radius:var(--radius);box-shadow:var(--shadow)}