:root{--bg: #ffffff;--bg-subtle: #f8fafc;--fg: #0f172a;--fg-muted: #64748b;--border: #e2e8f0;--primary: #0f172a;--primary-fg: #f8fafc;--accent: #16a34a;--radius: .5rem;--container: 72rem}@media(prefers-color-scheme:dark){:root{--bg: #030712;--bg-subtle: #0f172a;--fg: #f8fafc;--fg-muted: #94a3b8;--border: #1e293b;--primary: #f8fafc;--primary-fg: #0f172a}}*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{line-height:1.2;letter-spacing:-.02em;margin:0}p{margin:0}a{color:inherit}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.25rem}.section{padding-block:5rem}.section--subtle{background:var(--bg-subtle)}.muted{color:var(--fg-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);border:1px solid transparent;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:opacity .15s ease}.btn:hover{opacity:.9}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn--primary{background:var(--primary);color:var(--primary-fg)}.btn--outline{border-color:var(--border);background:transparent;color:var(--fg)}.btn--block{width:100%}.site-header{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg) 85%,transparent);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4rem}.site-header__brand{font-weight:700;font-size:1.25rem;text-decoration:none}.site-header__nav{display:flex;align-items:center;gap:.75rem;font-size:.9375rem}.site-header__nav .btn{padding:.5rem 1rem;font-size:.9375rem;white-space:nowrap}.site-header__link{text-decoration:none;color:var(--fg-muted);padding:.5rem;white-space:nowrap}.language-switcher{display:inline-flex;align-items:center;gap:.125rem;padding:.1875rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-subtle)}.language-switcher__option{display:inline-flex;align-items:center;justify-content:center;min-width:2.125rem;height:1.75rem;padding-inline:.5rem;border-radius:999px;color:var(--fg-muted);font-size:.75rem;font-weight:700;line-height:1;letter-spacing:.03em;text-decoration:none;transition:color .15s ease,background-color .15s ease}.language-switcher__option:not(.language-switcher__option--active):hover{color:var(--fg)}.language-switcher__option:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.language-switcher__option--active{background:var(--bg);color:var(--fg);box-shadow:0 1px 2px #0f172a1f}.site-header__signup-label--short{display:none}@media(max-width:40rem){.site-header__nav .site-header__link[data-nav=login],.site-header__nav .site-header__link[data-nav=pricing]{display:none}}@media(max-width:30rem){.site-header__nav .site-header__link[data-nav=resources]{display:none}.site-header__inner{gap:.5rem;padding-inline:.75rem}.site-header__brand{font-size:1.125rem}.site-header__nav{gap:.25rem}.site-header__nav .btn{padding-inline:.75rem;font-size:.875rem}.language-switcher__option{min-width:1.875rem;padding-inline:.375rem}.site-header__signup-label--full{display:none}.site-header__signup-label--short{display:inline}}.site-header__link:hover{color:var(--fg)}.hero{padding-block:6rem}.hero__grid{display:grid;gap:3rem;align-items:center}@media(min-width:48rem){.hero__grid{grid-template-columns:1fr 1fr}}.hero__kicker{font-size:.9375rem;font-weight:600;color:var(--accent);margin-bottom:.75rem}.hero__title{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800}.hero__subtitle{font-size:1.25rem;color:var(--fg-muted);margin-top:1.25rem;max-width:36rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero__art{aspect-ratio:4 / 3;border-radius:.75rem;border:1px solid var(--border);background:var(--bg-subtle);display:grid;place-items:center;color:var(--fg-muted)}.section__head{text-align:center;max-width:42rem;margin-inline:auto;margin-bottom:3.5rem}.section__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.section__subtitle{margin-top:1rem;color:var(--fg-muted)}.grid-3{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr))}.card{background:var(--bg);border:1px solid var(--border);border-radius:.75rem;padding:1.75rem}.card__icon{color:var(--fg);margin-bottom:1rem}.card__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.integration__list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem}.integration__list li{border:1px solid var(--border);border-radius:999px;padding:.25rem .875rem;font-size:.875rem;font-weight:600}.workflow{max-width:42rem;margin-inline:auto;text-align:center}.workflow__title{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem}.workflow__steps{text-align:left;display:grid;gap:.75rem;color:var(--fg-muted);padding-left:1.25rem}.pricing__toggle{display:flex;justify-content:center;gap:.25rem;margin-bottom:3rem;padding:.25rem;border:1px solid var(--border);border-radius:999px;width:fit-content;margin-inline:auto}.pricing__toggle button{border:0;background:transparent;color:var(--fg-muted);font:inherit;font-weight:600;padding:.5rem 1.5rem;border-radius:999px;cursor:pointer}.pricing__toggle button[aria-selected=true]{background:var(--primary);color:var(--primary-fg)}.grid-3[data-plans]{grid-template-columns:repeat(auto-fit,minmax(min(100%,13.5rem),1fr));max-width:78rem;margin-inline:auto}.plan{display:flex;flex-direction:column;position:relative}.plan--recommended{border-color:var(--primary);box-shadow:0 10px 30px -12px #0f172a40}.plan__badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:var(--primary);color:var(--primary-fg);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:999px;white-space:nowrap}.plan__head{text-align:center;margin-bottom:1.5rem}.plan__name{font-size:1.25rem;font-weight:700}.plan__price{margin-top:1rem;display:flex;align-items:flex-end;justify-content:center;gap:.25rem}.plan__amount{font-size:2.5rem;font-weight:800;line-height:1}.plan__features{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;gap:.75rem;flex:1}.plan__features li{display:flex;gap:.5rem;align-items:flex-start;font-size:.9375rem}.plan__check{color:var(--accent);flex-shrink:0;margin-top:.15rem}.pricing__note{text-align:center;margin-top:1.5rem;font-size:.875rem}.site-footer{border-top:1px solid var(--border);padding-block:2.5rem;color:var(--fg-muted);font-size:.875rem}.site-footer__inner{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.site-footer__links{display:flex;flex-wrap:wrap;gap:1rem}.site-footer__links a{text-decoration:none;color:var(--fg-muted)}.site-footer__links a:hover{color:var(--fg)}.cta{text-align:center}.cta__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.cta__subtitle{margin:1.5rem auto 2rem;max-width:40rem;font-size:1.125rem;color:var(--fg-muted)}.content-page__breadcrumbs{padding-top:1.5rem}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;list-style:none;padding:0;margin:0;font-size:.875rem;color:var(--fg-muted)}.breadcrumbs__item{display:flex;align-items:center;gap:.375rem}.breadcrumbs__item a{color:var(--fg-muted);text-decoration:none}.breadcrumbs__item a:hover{color:var(--fg);text-decoration:underline}.breadcrumbs__item [aria-current=page]{color:var(--fg);font-weight:600}.breadcrumbs__sep{color:var(--border)}.content-hero{padding-block:3rem 3.5rem}.content-hero__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;max-width:48rem}.content-hero__intro{font-size:1.125rem;color:var(--fg-muted);margin-top:1.25rem;max-width:42rem}.content-section{max-width:42rem}.content-section__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.content-section+.content-section{margin-top:3rem}.content-list{display:grid;gap:.75rem;padding-left:1.25rem;color:var(--fg-muted)}.content-steps{display:grid;gap:1rem;padding-left:1.25rem;color:var(--fg-muted)}.legal__container{max-width:42rem}.legal__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin-bottom:.5rem}.legal__intro{margin-top:1.5rem;color:var(--fg-muted)}.legal__section{margin-top:2.5rem}.legal__heading{font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.legal__paragraph{margin-top:.75rem;color:var(--fg-muted)}.legal__paragraph:first-of-type{margin-top:0}
