:root{--color-background:#f7f9fc;--color-surface:#fff;--color-surface-muted:#eef4ff;--color-border:#d6e3f5;--color-text:#142033;--color-text-muted:#4e5f79;--color-primary:#2987d6;--color-primary-dark:#2372b3;--color-accent:#dbeafe;--color-focus:#0f172a;--shadow-sm:0 10px 24px #1420330f;--shadow-md:0 18px 40px #14203314;--radius-sm:.75rem;--radius-md:1rem;--radius-lg:1.5rem;--container:72rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--header-offset:6rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-background);color:var(--color-text);margin:0;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{color:var(--color-primary-dark)}:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}code{font-family:Cascadia Code,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em}.container{width:min(calc(100% - 2rem), var(--container));margin-inline:auto}.skip-link{z-index:100;background:var(--color-text);color:#fff;border-radius:var(--radius-sm);padding:.75rem 1rem;position:absolute;top:-3rem;left:1rem}.skip-link:focus{top:1rem}.eyebrow{margin:0 0 var(--space-3);color:var(--color-primary-dark);letter-spacing:.03em;text-transform:uppercase;font-size:.9rem;font-weight:700}.muted{color:var(--color-text-muted)}.site-header{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f9fcf0;border-bottom:1px solid #d6e3f5e6;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:5rem;display:flex}.site-brand{align-items:center;gap:var(--space-3);text-decoration:none;display:inline-flex}.site-brand strong,.site-footer__brand{font-size:1rem;display:block}.site-brand small{color:var(--color-text-muted);font-size:.82rem;display:block}.site-brand__mark{background:var(--color-primary);color:#fff;border-radius:999px;place-items:center;width:2.75rem;height:2.75rem;font-weight:800;display:inline-grid}.site-nav ul,.footer-links,.hero__highlights,.tag-list,.check-list{margin:0;padding:0;list-style:none}.site-nav ul{align-items:center;gap:var(--space-5);display:flex}.site-nav a{color:var(--color-text);font-weight:600;text-decoration:none}.site-nav a[aria-current=page]{color:var(--color-text)}.site-header__actions,.hero__actions,.cta-card__actions,.section__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.section__actions{margin-top:var(--space-4)}.site-header__mobile{align-items:center;gap:var(--space-3);display:none}.mobile-menu{position:relative}.mobile-menu summary{cursor:pointer;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);padding:.75rem 1rem;font-weight:700;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open] nav{min-width:15rem;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-md);position:absolute;top:calc(100% + .5rem);right:0}.mobile-menu ul{gap:var(--space-3);margin:0;padding:0;list-style:none;display:grid}.mobile-menu a{font-weight:600;text-decoration:none;display:block}.button{justify-content:center;align-items:center;gap:var(--space-2);border:1px solid #0000;border-radius:999px;min-height:2.8rem;padding:.4rem 1.2rem;font-weight:700;text-decoration:none;transition:transform .15s,background-color .15s,border-color .15s,color .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--color-primary);color:#fff}.button--primary:hover{background:var(--color-primary-dark);color:#fff}.button--secondary{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.button--ghost{color:var(--color-primary-dark);background:0 0;border-color:#0000}.button--sm{min-height:2.55rem;font-size:.95rem}.button--lg{min-height:3.2rem;padding-inline:1.35rem}.button.is-disabled,.button[disabled]{cursor:not-allowed;opacity:.6;transform:none}.hero{padding:var(--space-6) 0 var(--space-7)}.hero__grid,.split-layout,.pricing-grid,.cta-card,.site-footer__grid{gap:var(--space-6);display:grid}.hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start}.hero__grid>:nth-child(2){margin-top:60px}.hero__content h1,.section h2,.article-shell h1{letter-spacing:-.03em;margin:0;line-height:1.12}.hero__content h1{max-width:12ch;font-size:clamp(2.45rem,5vw,4.5rem)}.hero__description,.section__description,.article-shell__lead{color:var(--color-text-muted);font-size:1.08rem}.hero__supporting{margin:var(--space-4) 0 var(--space-3);color:var(--color-text-muted);font-weight:600}.hero__highlights{gap:var(--space-3);color:var(--color-text-muted);flex-wrap:wrap;display:flex}.hero__highlights li{background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:.5rem .85rem}.section{padding:var(--space-5) 0}.section[id]{scroll-margin-top:var(--header-offset)}.section--centered .section__header{text-align:center;margin-inline:auto}.section__header{max-width:44rem;margin-bottom:var(--space-6)}.section__header h2{margin-bottom:var(--space-3);font-size:clamp(2rem,3vw,3rem)}.card-grid{gap:var(--space-4);display:grid}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid--two,.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.testimonial-card{gap:var(--space-3);border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-lg);min-height:100%;padding:var(--space-5);box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.testimonial-card blockquote{color:var(--color-text);margin:0;font-size:1.02rem;line-height:1.7}.testimonial-card__stars{color:#d4a11a;letter-spacing:.08em;gap:.2rem;font-size:1.1rem;display:flex}.testimonial-card__name{color:var(--color-primary-dark);margin:0;font-weight:700}.feature-card,.pricing-card,.report-card,.content-card,.cta-card,.screenshot-card,.faq-item,.site-footer,.article-shell__container{border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm)}.feature-card,.pricing-card,.report-card,.content-card,.cta-card,.article-shell__container{border-radius:var(--radius-lg);padding:var(--space-5)}.feature-card__heading,.content-card__heading{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.feature-card h3,.report-card h3,.content-card h3,.cta-card h3,.pricing-card__title{margin:0 0 var(--space-3)}.pill{background:var(--color-accent);color:var(--color-primary-dark);white-space:nowrap;border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.8rem;font-weight:800;display:inline-flex}.pricing-grid{align-items:stretch}.pricing-card{gap:var(--space-2);align-content:start;display:grid}.pricing-card--highlighted{background:linear-gradient(#fff 0%,#f5f9ff 100%)}.pricing-card__title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.95rem;font-weight:700}.pricing-card__price{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,3vw,2.7rem);font-weight:800}.pricing-card__note{color:var(--color-text-muted);margin:0;font-size:.95rem}.check-list{gap:var(--space-2);display:grid}.check-list li{gap:var(--space-2);display:flex}.check-list li:before{content:"•";color:var(--color-primary);font-weight:900}.check-list--columns{grid-template-columns:repeat(2,minmax(0,1fr))}.tag-list{gap:var(--space-2);flex-wrap:wrap;display:flex}.tag-list li{border:1px solid var(--color-border);background:var(--color-surface);border-radius:999px;padding:.45rem .75rem}.split-layout{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:start}.stack{gap:var(--space-4);display:grid}.screenshot-card{border-radius:0 0 var(--radius-lg) var(--radius-lg);margin:0;overflow:hidden}.screenshot-card img{aspect-ratio:16/10;object-fit:contain;background:#edf3ff;width:100%}.screenshot-card figcaption{gap:var(--space-2);padding:var(--space-4);display:grid}.screenshot-card figcaption span{color:var(--color-text-muted);font-size:.95rem}.faq-list{gap:var(--space-3);display:grid}.faq-item{border-radius:var(--radius-md);padding:0;overflow:hidden}.faq-item summary{cursor:pointer;padding:1rem 1.1rem;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{color:var(--color-text-muted);margin:0;padding:0 1.1rem 1rem}.cta-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.site-footer{margin-top:var(--space-7);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:var(--space-7) 0}.site-footer__grid{grid-template-columns:1.2fr 1fr .9fr}.site-footer__brand{margin-bottom:var(--space-2);text-decoration:none}.site-footer__copyright{margin-top:var(--space-4)}.footer-links{gap:var(--space-2);display:grid}.blog-list,.article-content{display:grid}.article-shell{padding:var(--space-7) 0}.article-shell__container{max-width:48rem;margin-inline:auto}.article-shell__meta{margin:0 0 var(--space-3);color:var(--color-text-muted)}.article-content h2,.article-content h3{margin:var(--space-4) 0 var(--space-1)}.article-content p,.article-content ul{margin:0 0 var(--space-2)}@media (width<=62rem){.card-grid--four,.card-grid--three,.card-grid--two,.testimonial-grid,.hero__grid,.split-layout,.pricing-grid,.cta-card,.site-footer__grid{grid-template-columns:1fr}.site-nav--desktop,.site-header__actions--desktop{display:none}.site-header__mobile{display:flex}}@media (width<=42rem){:root{--header-offset:5.5rem}.hero{padding-top:var(--space-7)}.check-list--columns{grid-template-columns:1fr}.site-header__inner{min-height:4.5rem}.site-brand small{display:none}}.privacy-policy h2{margin-top:32px;margin-bottom:12px;font-size:1.3rem}.privacy-policy p{margin:0 0 16px}
