:root{color-scheme:light;--color-bg: #ffffff;--color-surface: #fff5f5;--color-text: #111827;--color-muted: #4b5563;--color-accent: #f04a45;--color-accent-strong: #c62828;--color-border: #e5e7eb;--font-sans: "Inter", "SF Pro Display", "Segoe UI", system-ui, -apple-system, sans-serif;--max-width: 72rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 4rem;font-family:var(--font-sans);line-height:1.6;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg);color:var(--color-text)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-bg);color:var(--color-text)}#root{min-height:100vh}main{display:block;width:100%}.page{width:100%;max-width:var(--max-width);margin:0 auto;padding:var(--space-xl) var(--space-md);display:grid;gap:var(--space-md)}.legal{gap:var(--space-lg)}.legal__header{display:grid;gap:var(--space-xs)}.legal__content{display:grid;gap:var(--space-lg)}.legal__content section{display:grid;gap:var(--space-xs)}.legal__content h2{font-size:1.25rem}.legal__content p{color:var(--color-muted)}a{color:var(--color-accent);text-decoration:none;font-weight:500}a:hover{color:var(--color-accent-strong)}p{margin:0}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:600;margin:0;color:var(--color-text)}ul,ol{margin:0;padding-left:1.25rem}img,picture{max-width:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button{border:none;border-radius:999px;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background-color:var(--color-accent);cursor:pointer;transition:background-color .15s ease-in-out,transform .15s ease-in-out}button:hover{background-color:var(--color-accent-strong)}button:focus-visible{outline:3px solid rgba(240,74,69,.3);outline-offset:2px}::selection{background-color:#f04a4533}.home{display:flex;flex-direction:column;gap:var(--space-xl)}.section{width:100%;max-width:var(--max-width);margin:0 auto;padding:var(--space-xl) var(--space-md);display:grid;gap:var(--space-lg)}.section-alt{background:var(--color-surface);border-radius:2rem;box-shadow:0 20px 60px #f04a4514}.section-header{display:grid;gap:var(--space-sm);max-width:40rem}.section-eyebrow{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--color-accent-strong)}.section-lead{color:var(--color-muted);font-size:1.05rem}.hero{text-align:left;display:grid;gap:var(--space-lg)}.hero__icon{width:96px;height:96px;border-radius:24px;background:var(--color-surface);display:grid;place-items:center;box-shadow:0 18px 36px #f04a452e}.hero__icon img{width:64px;height:64px;border-radius:16px}.hero__body{display:grid;gap:var(--space-sm)}.hero__support{color:var(--color-muted);font-weight:500}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.hero__note{font-size:.85rem;color:var(--color-muted)}.hero__copy{display:grid;gap:var(--space-md)}.hero__media{display:flex;justify-content:center;align-items:flex-end}.hero__device{position:relative;width:min(18rem,70vw);border-radius:2rem;overflow:hidden;box-shadow:0 24px 40px #211b1929;background:#160d0d}.hero__device img{width:100%;height:100%;object-fit:cover;object-position:top center}@media (min-width: 768px){.hero{grid-template-columns:minmax(0,2fr) minmax(0,2fr);align-items:center}.hero__media{justify-content:flex-end}}@media (min-width: 1100px){.hero__device{width:20rem}}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.5rem;border-radius:999px;background:var(--color-accent);color:#fff;font-weight:600;text-decoration:none;box-shadow:0 12px 24px #f04a4533;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.cta-button:hover{background:var(--color-accent-strong);transform:translateY(-2px);box-shadow:0 18px 30px #f04a4547}.text-link{font-weight:600;color:var(--color-muted)}.text-link:hover{color:var(--color-accent-strong)}.card-grid{display:grid;gap:var(--space-md)}.card{padding:var(--space-lg);border-radius:1.5rem;border:1px solid var(--color-border);background:#fff;display:grid;gap:var(--space-sm)}.card h3{margin:0}.card p{color:var(--color-muted)}.card-grid.three-up{gap:var(--space-md)}.workflow-list{list-style:none;padding:0;margin:0;display:grid;gap:var(--space-md)}.workflow-item{display:grid;grid-template-columns:auto 1fr;gap:var(--space-sm);align-items:start;padding:var(--space-md);border:1px solid var(--color-border);border-radius:1.25rem;background:#fff}.workflow-step-number{width:2.5rem;height:2.5rem;border-radius:999px;background:var(--color-surface);color:var(--color-accent-strong);font-weight:700;display:grid;place-items:center}.testimonial-grid{display:grid;gap:var(--space-md)}.testimonial{border-radius:1.5rem;padding:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);display:grid;gap:var(--space-sm)}.testimonial blockquote{margin:0;font-size:1.05rem;line-height:1.7}.testimonial figcaption{font-size:.9rem;color:var(--color-muted)}.faq-list{display:grid;gap:var(--space-sm)}.faq-item{border-radius:1rem;border:1px solid var(--color-border);background:#fff;padding:var(--space-md)}.faq-item summary{cursor:pointer;font-weight:600}.faq-item p{margin-top:var(--space-sm);color:var(--color-muted)}.final-cta{background:linear-gradient(135deg,#f04a4514,#ffa4a033);border-radius:2rem}.final-cta__inner{display:grid;gap:var(--space-sm);padding:0 48px}.final-cta__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.screenshots{padding-top:var(--space-xl)}.screenshots-grid{display:grid;gap:var(--space-lg)}.screenshots-copy{display:grid;gap:var(--space-sm)}.screenshots-copy ul{margin:0;padding-left:1.25rem;color:var(--color-muted)}.screenshots-points li+li{margin-top:.35rem}.screenshots-carousel .carousel{margin:0;padding:0}.screenshots-carousel .carousel__viewport{padding:var(--space-lg) var(--space-md)}.screenshots-carousel .carousel__controls{justify-content:center}@media (min-width: 640px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.hero{grid-template-columns:auto 1fr;align-items:center}.hero__body{gap:var(--space-md)}.workflow-list{grid-template-columns:repeat(3,minmax(0,1fr))}.workflow-item{grid-template-columns:1fr;text-align:left}.workflow-step-number{justify-self:start}.screenshots-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:var(--space-xl)}}@media (min-width: 1024px){.section{padding:var(--space-xl) 0}}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.app-header{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem var(--space-md);border-bottom:1px solid var(--color-border);max-width:var(--max-width);margin:0 auto;width:100%}.brand{display:inline-flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;color:var(--color-text)}.brand__icon{width:36px;height:36px;border-radius:12px;box-shadow:0 10px 20px #f04a4540}.nav-links{display:flex;flex-wrap:wrap;gap:.75rem}.nav-link{font-size:.95rem;color:var(--color-muted);text-decoration:none}.nav-link:focus,.nav-link:hover{color:var(--color-accent-strong)}.app-main{flex:1}.app-footer{margin-top:auto;padding:2rem var(--space-md);text-align:center;font-size:.9rem;color:var(--color-muted);border-top:1px solid var(--color-border)}@media (min-width: 768px){.app-header{flex-direction:row;align-items:center;justify-content:space-between}}.carousel{display:grid;gap:var(--space-md);max-width:var(--max-width);margin:var(--space-xl) auto;padding:0 var(--space-md)}.cookie-banner{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);width:min(100%,var(--max-width));padding:0 var(--space-md);z-index:1000}.cookie-banner__content{background:#111827;color:#f9fafb;border-radius:1.5rem;padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-sm);box-shadow:0 30px 60px #11182759}.cookie-banner__content a{color:#f9fafb;text-decoration:underline}.cookie-banner__content button{align-self:flex-start;background:#f9fafb;color:#111827;padding:.6rem 1.1rem;border-radius:999px;font-weight:600}.cookie-banner__content button:hover{background:#e5e7eb}@media (min-width: 640px){.cookie-banner__content{flex-direction:row;align-items:center;justify-content:space-between}}.carousel__viewport{position:relative;overflow:hidden;border-radius:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;padding:var(--space-md)}.carousel__slide{display:none;margin:0;transition:opacity .2s ease-in-out;width:100%}.carousel__slide img{width:auto;max-width:min(100%,320px);height:auto;max-height:clamp(280px,60vh,420px);object-fit:contain;border-radius:2rem;box-shadow:0 20px 40px #11182726}.carousel__slide.is-active{display:flex;justify-content:center}.carousel__controls{display:flex;align-items:center;justify-content:center;gap:var(--space-sm)}.carousel__controls button{background:transparent;color:var(--color-text);border:1px solid var(--color-border);padding:.5rem .75rem;border-radius:999px;transition:background-color .15s ease-in-out,color .15s ease-in-out}.carousel__controls button:hover{background:var(--color-surface);color:var(--color-accent-strong)}.carousel__dots{display:flex;gap:.5rem}.dot{width:.75rem;height:.75rem;border-radius:999px;border:1px solid var(--color-border);background:transparent;padding:0}.dot.is-active{background:var(--color-accent);border-color:var(--color-accent)}
