:root{color-scheme:dark;--bg:#111;--surface:#1e1e1e;--surface-hover:#282828;--text:#f0f0f0;--muted:#979797;--line:#323232;--blue:#88adff;font-family:Arial,Helvetica,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.5}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2{font-size:32px;line-height:1.25;font-weight:600;letter-spacing:-.65px}h3{font-size:20px;line-height:1.4;font-weight:500}p{color:var(--muted)}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex="0"]:focus-visible{outline:2px solid var(--blue);outline-offset:6px}button{cursor:pointer}[hidden]{display:none!important}.container{width:100%;max-width:1440px;padding:0 80px;margin:0 auto}
.site-header{height:64px;position:sticky;top:0;z-index:20;background:rgba(17,17,17,.91);backdrop-filter:blur(18px);border-bottom:1px solid transparent}.header-inner{max-width:1440px;height:100%;padding:0 80px;margin:auto;display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;align-items:center}.site-header .logo img{width:64px;height:auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 16px;border-radius:12px;background:#ececec;color:#171717;font-size:16px;font-weight:500;line-height:24px;transition:background .18s,transform .18s;white-space:nowrap}.button:hover{background:#fff;transform:translateY(-2px)}.button:active{transform:translateY(0)}.button-small{min-height:34px;padding:5px 14px;font-size:14px;line-height:24px}.button-secondary{background:#2b2b2b;color:var(--text)}.button-secondary:hover{background:#393939}.button-large{min-height:52px;padding:12px 36px;border-radius:30px;min-width:200px;font-size:17px}
.hero{padding:80px 0}.hero .container{display:flex;flex-direction:column;align-items:center;text-align:center}.eyebrow{font-size:14px;line-height:20px;color:var(--muted)}.hero .eyebrow{margin-bottom:24px}.hero-description{max-width:900px;font-size:18px;line-height:1.65;margin-top:16px}.hero .button{margin-top:32px}.hero-image{width:100%;max-width:1024px;height:auto;border-radius:8px;margin-top:48px}.section{padding:72px 0}.section h2{text-align:center;margin-bottom:48px}.section-heading{text-align:center;margin:0 auto 32px;max-width:1000px}.section-heading h2{margin-bottom:16px}.section-heading>p{line-height:24px}.section-heading .eyebrow{margin-bottom:20px;font-size:13px;letter-spacing:1.5px}.grid{display:grid;gap:16px}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border-radius:16px;background:var(--surface);padding:20px}.icon{width:24px;height:24px;display:block}.product-card{min-height:260px;display:flex;flex-direction:column;padding-top:24px}.product-card h3{font-size:18px;margin-top:24px}.product-card p{margin-top:6px;font-size:17px;line-height:28px}.card-action{display:flex;justify-content:flex-end;padding-top:20px;margin-top:auto}
.feature-section{padding:144px 0 72px}.feature-layout{display:flex;align-items:flex-start;gap:48px}.feature-media,.feature-options{width:calc((100% - 48px)/2);min-width:0}.feature-media{border-radius:8px;overflow:hidden;aspect-ratio:16/9}.feature-media img{width:100%;height:100%;object-fit:cover}.feature-options{padding-top:0}.feature-item{position:relative;padding:12px 0 12px 26px}.feature-item:before{content:"";position:absolute;left:0;top:27px;height:4px;width:4px;border-radius:50%;background:#d0d0d0}.feature-item.is-active:before{top:20px;bottom:20px;height:auto;border-radius:0;width:2px;background:#454545}.feature-trigger{border:0;padding:0;background:none;text-align:left;width:100%;font-size:24px;line-height:1.25;font-weight:400;letter-spacing:-.35px}.feature-trigger:hover{color:#fff}.feature-description p{font-size:16px;line-height:24px;margin-top:10px}.feature-cta{margin:22px 0 0 26px}.feature-reversed{flex-direction:row-reverse}.business-features{padding-top:104px}.formats{padding-top:48px;padding-bottom:96px}.format-card{display:flex;align-items:flex-start;flex-direction:column}.format-card>img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.format-card h3{margin:24px 0 8px}.format-card p{line-height:26px;margin-bottom:24px}.format-card .button{margin-top:auto}.benefits-card{max-width:1040px;margin:auto;padding:48px;display:grid;grid-template-columns:1fr 1.3fr;gap:80px}.benefits-card .eyebrow{font-size:12px;letter-spacing:1.3px}.benefits-card h3{font-size:32px;line-height:1.2;letter-spacing:-.6px;margin-top:20px}.benefits-card .button{margin-top:28px}.check-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;justify-content:center;gap:16px}.check-list li{padding-left:28px;position:relative;color:#c6c6c6}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--text)}
.case-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:28px}.case-tabs button{padding:10px 18px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:17px;transition:background .15s,color .15s}.case-tabs button:hover{color:var(--text);background:var(--surface)}.case-tabs button[aria-selected="true"]{background:#282828;color:var(--text)}.case-description{max-width:900px;min-height:52px;margin:0 auto 36px;text-align:center;line-height:26px}.case-image{max-width:1120px;margin:auto;border-radius:12px;overflow:hidden;aspect-ratio:16/9;background:var(--surface)}.case-image img{width:100%;height:100%;object-fit:cover}.center-action{text-align:center;margin-top:32px}.security{padding-top:48px;padding-bottom:96px}.security-card{padding:28px;min-height:222px}.security-card .icon{margin-bottom:24px}.security-card h3{font-size:21px;margin-bottom:10px}.security-card p{line-height:26px;max-width:500px}.prompt-section{padding-top:96px}.prompt-card{padding:30px;display:flex;flex-direction:column;align-items:flex-start;min-height:330px}.prompt-label{font-size:12px;letter-spacing:1.4px;color:var(--blue);margin-bottom:28px}.prompt-card h3{font-size:21px;margin-bottom:16px}.prompt-card p{font-size:16px;line-height:26px;margin-bottom:28px}.prompt-card .button{margin-top:auto}.getting-started{padding-top:104px;padding-bottom:104px}.steps{gap:48px}.steps article{border-top:1px solid var(--line);padding-top:22px}.step-number{font-size:14px;color:var(--muted);display:block;margin-bottom:26px}.steps h3{font-size:22px;margin-bottom:12px}.steps p{line-height:26px}.getting-started .center-action{margin-top:48px}
.faq-layout{display:grid;grid-template-columns:1fr 2.2fr;gap:100px}.faq h2{text-align:left;font-size:28px;line-height:37px;padding-top:12px;margin:0}.faq-items details{border-bottom:1px solid var(--line)}.faq-items details:first-child{border-top:1px solid var(--line)}.faq-items summary{list-style:none;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:60px;padding:18px 0;line-height:24px;font-size:16px}.faq-items summary::-webkit-details-marker{display:none}.faq-items p{padding:0 32px 22px 0;line-height:26px}.faq-symbol{position:relative;width:16px;height:16px;flex:0 0 16px}.faq-symbol:before,.faq-symbol:after{content:"";position:absolute;background:#bababa;inset:7px 1px;height:1.5px}.faq-symbol:after{transform:rotate(90deg);transition:transform .18s}.faq-items details[open] .faq-symbol:after{transform:rotate(0)}.final-cta{padding:64px 0 176px;text-align:center}.final-cta .icon{width:48px;height:48px;margin:0 auto 24px}.final-cta h2{max-width:740px;margin:0 auto 28px}.site-footer{min-height:300px;border-top:1px solid #252525;padding:48px 0 180px}.site-footer .logo img{width:96px;height:auto}
@media(min-width:1600px){.hero{padding-top:96px}.hero h1{font-size:40px;line-height:48px}}
@media(max-width:1023px){.container,.header-inner{padding-left:48px;padding-right:48px}.hero{padding-top:56px}.hero h1{font-size:32px}.desktop-break{display:none}.feature-layout{gap:32px}.feature-media,.feature-options{width:calc((100% - 32px)/2)}.feature-trigger{font-size:21px}.feature-section{padding-top:96px}.feature-item{padding-left:20px}.feature-cta{margin-left:20px}.benefits-card{gap:36px;padding:36px}.grid-three{gap:24px}.prompt-card{padding:22px}.faq-layout{gap:48px;grid-template-columns:1fr 2fr}.steps{gap:28px}}
@media(max-width:767px){.container,.header-inner{padding-left:24px;padding-right:24px}.site-header{height:64px}.hero{padding:48px 0}.hero h1{font-size:30px;line-height:1.2;letter-spacing:-.8px;max-width:540px}.hero .eyebrow{margin-bottom:20px}.hero-description{font-size:17px;line-height:27px;margin-top:20px}.hero .button{margin-top:24px}.hero-image{margin-top:36px}.section{padding:48px 0}.section h2{font-size:28px;line-height:36px;margin-bottom:32px;letter-spacing:-.5px}.section-heading h2{margin-bottom:16px}.grid-two,.grid-three{grid-template-columns:1fr;gap:20px}.product-card{min-height:250px;padding:24px}.product-card p{font-size:16px;line-height:26px}.feature-layout,.feature-reversed{flex-direction:column;gap:24px}.feature-media,.feature-options{width:100%}.feature-trigger{font-size:22px;line-height:29px}.feature-item{padding-left:22px}.feature-cta{margin-left:22px}.feature-section{padding-top:64px}.formats .grid{gap:40px}.format-card h3{margin-top:20px}.format-card p{margin-bottom:18px}.benefits-card{grid-template-columns:1fr;gap:32px;padding:28px}.benefits-card h3{font-size:30px}.check-list{gap:18px}.case-tabs{gap:4px;margin-bottom:20px;justify-content:flex-start}.case-tabs button{font-size:14px;padding:9px 12px}.case-description{text-align:left;min-height:0;font-size:16px;margin-bottom:24px}.case-image{border-radius:8px}.security-card{min-height:0;padding:26px}.security-card h3{font-size:21px}.prompt-card{padding:28px;min-height:300px}.prompt-label{margin-bottom:22px}.steps{gap:32px}.step-number{margin-bottom:18px}.steps h3{font-size:22px}.faq-layout{display:block}.faq h2{padding-top:0;margin-bottom:28px}.faq-items summary{padding:20px 0}.faq-items p{padding-right:12px}.final-cta{padding:48px 0 104px}.final-cta h2{font-size:28px;line-height:36px;letter-spacing:-.5px}.site-footer{padding:36px 0 160px;min-height:240px}.site-footer .logo img{width:80px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
