:root{--bg:#fff;--bg-secondary:#f8f9fa;--text:#10131a;--text-secondary:#6c757d;--border:#e9ecef;--primary:#635bff;--teal:#22d3c5;--pink:#ff6b9d}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-wrap:anywhere}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{padding:24px 0;border-bottom:1px solid var(--border)}.nav{display:flex;justify-content:space-between;align-items:center;min-width:0}.logo{font-size:24px;font-weight:700;color:var(--primary);text-decoration:none}.nav-links{display:flex;gap:38px;list-style:none}.language-menu{position:relative}.language-toggle{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:0;background:transparent;color:var(--text);cursor:pointer;font:inherit;white-space:nowrap}.language-globe{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6}.language-chevron{width:0;height:0;margin-left:1px;border-top:6px solid;border-right:5px solid transparent;border-left:5px solid transparent;transition:transform .2s}.language-toggle[aria-expanded=true] .language-chevron{transform:rotate(180deg)}.language-dropdown{position:absolute;z-index:20;top:calc(100% + 10px);right:0;min-width:160px;padding:6px 0;border:0;border-radius:0 0 8px 8px;background:#fff;color:#10131a;box-shadow:0 8px 18px rgba(16,19,26,.14);overflow:hidden}.language-dropdown button{display:block;width:100%;padding:9px 17px;border:0;border-radius:0;background:transparent;color:#10131a;text-align:left;font:inherit;cursor:pointer}.language-dropdown button:hover{background:#f8f8f8}.language-dropdown button.active{background:#eef0f4;color:#4c6285}.nav-links a{color:var(--text);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.hero{text-align:center;padding:80px 0}.hero h1{font-size:56px;font-weight:700;margin-bottom:16px;line-height:1.15;max-width:960px;margin-left:auto;margin-right:auto}.hero .tagline{font-size:20px;color:var(--primary);font-weight:600;letter-spacing:.02em;text-transform:uppercase;margin-bottom:24px}.hero .hero-sub{font-size:20px;color:var(--text-secondary);max-width:720px;margin:0 auto 40px;line-height:1.5}.hero-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-secondary{display:inline-block;background:transparent;color:var(--text);padding:16px 32px;border:1px solid var(--border);border-radius:8px;text-decoration:none;font-weight:600;font-size:18px;transition:background .2s}.cta-secondary:hover{background:var(--bg-secondary)}.built-for{padding:80px 0}.built-for h2{text-align:center;font-size:40px;margin-bottom:16px}.section-lead{text-align:center;color:var(--text-secondary);max-width:640px;margin:0 auto 48px;font-size:18px;line-height:1.5}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px;max-width:960px;margin:0 auto}.audience{padding:24px;border:1px solid var(--border);border-radius:12px;background:var(--bg)}.audience h3{font-size:20px;margin-bottom:12px}.audience p{color:var(--text-secondary);font-size:15px;line-height:1.6}.screenshot{margin:0}.screenshot img{border-radius:12px;border:1px solid var(--border)}.cta-button{display:inline-block;background:var(--primary);color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:18px;transition:opacity .2s}.cta-button:hover{opacity:.9}.features{padding:80px 0;background:var(--bg-secondary)}.features h2{text-align:center;font-size:40px;margin-bottom:64px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px}.feature{text-align:center}.feature h3{font-size:24px;margin-bottom:16px}.feature p{color:var(--text-secondary);font-size:16px}.pricing{padding:80px 0}.pricing h2{text-align:center;font-size:40px;margin-bottom:64px}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px;max-width:800px;margin:0 auto}.pricing-card{border:2px solid var(--border);border-radius:12px;padding:40px;text-align:center;display:flex;flex-direction:column}.pricing-card.featured{border-color:var(--primary);position:relative}.pricing-card h3{font-size:28px;margin-bottom:16px}.pricing-card h2,.pricing-card h3{min-height:34px}.price{font-size:48px;font-weight:700;margin:24px 0;min-height:58px}.price span{font-size:20px;font-weight:400;color:var(--text-secondary)}.features-list{list-style:none;margin:32px 0;text-align:left;flex:1 1}.pricing-card .btn{margin-top:auto}.features-list li{padding:12px 0 12px 32px;position:relative}.features-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.footer{padding:72px 0 28px;border-top:1px solid var(--border);color:var(--text-secondary)}.product-menu{position:relative}.product-toggle{display:inline-flex;align-items:center;gap:8px;border:0;padding:8px 0;background:transparent;color:#555b68;font:inherit;font-size:16px;font-weight:500;cursor:pointer}.product-menu:hover .product-toggle{color:var(--text)}.product-chevron{width:7px;height:7px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg) translateY(-2px);transition:transform .2s}.product-menu:hover .product-chevron{transform:rotate(225deg) translate(-1px,-1px)}.product-dropdown{position:absolute;z-index:10;top:calc(100% + 12px);left:-18px;display:none;min-width:240px;padding:8px;list-style:none;border:1px solid #edf0f4;border-radius:12px;background:#fff;box-shadow:0 16px 35px rgba(16,19,26,.12)}.product-menu:after{content:"";position:absolute;top:100%;left:-18px;width:240px;height:12px}.product-menu.is-open .product-dropdown,.product-menu:hover .product-dropdown{display:block}.product-menu:focus-within .product-dropdown{display:block}.product-dropdown a:focus-visible,.product-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.product-menu.is-open .product-chevron{transform:rotate(225deg) translate(-1px,-1px)}.product-dropdown a{display:block;padding:10px 12px;border-radius:8px;color:#555b68;white-space:nowrap}.product-dropdown a:hover{background:#f6f7fb;color:var(--text)}.footer-main{display:flex;justify-content:space-between;gap:72px;padding-bottom:64px}.footer-brand{max-width:300px}.footer-logo{display:inline-flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-size:21px;font-weight:700}.footer-logo .logo-mark{transform:scale(.9);transform-origin:left center;margin-right:-2px}.footer-brand p{margin-top:18px;font-size:15px;line-height:1.7}.footer-columns{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));grid-gap:64px;gap:64px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:120px}.footer-column h2{margin-bottom:6px;color:var(--text);font-size:14px;font-weight:700}.footer-column a{color:var(--text-secondary);text-decoration:none;font-size:14px;transition:color .2s}.footer-column a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);padding-top:24px;font-size:13px}.footer-links{display:flex;justify-content:center;gap:32px;list-style:none;margin-bottom:24px}.footer-links a{color:var(--text-secondary);text-decoration:none}.footer-links a:hover{color:var(--text)}.faq-hero{padding:88px 0 64px;text-align:center;background:linear-gradient(180deg,#f8f9fc 0,var(--bg) 100%)}.faq-hero h1{max-width:760px;margin:0 auto 20px;font-size:clamp(42px,6vw,68px);line-height:1.05;letter-spacing:-.06em}.faq-hero>.container>p:last-child{max-width:680px;margin:0 auto;color:var(--text-secondary);font-size:19px;line-height:1.6}.faq-content{max-width:900px;padding-bottom:96px}.faq-section{padding-top:56px}.faq-section h2{margin-bottom:18px;font-size:28px;letter-spacing:-.03em}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 4px;cursor:pointer;list-style:none;font-size:18px;font-weight:650}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{color:var(--primary);font-size:28px;font-weight:400;line-height:1;transition:transform .2s}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item p{max-width:760px;padding:0 44px 24px 4px;font-size:16px;line-height:1.7}@media (max-width:700px){.footer{padding-top:52px}.footer-main{display:block;padding-bottom:44px}.footer-columns{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}.footer-column{min-width:0}}@media (max-width:640px){.faq-hero{padding:64px 0 48px}.faq-hero h1{font-size:40px}.faq-hero>.container>p:last-child{font-size:17px}.faq-content{padding-bottom:64px}.faq-section{padding-top:40px}.faq-section h2{font-size:25px}.faq-item summary{padding:18px 0;font-size:16px}.faq-item p{padding-left:0;padding-right:20px;font-size:15px}}.export-example{padding:96px 0;background:#10131a;color:#fff}.export-example-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:64px;gap:64px;align-items:center}.export-example h2{max-width:540px;margin:12px 0 18px;color:#fff;font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-.055em}.export-example p:not(.eyebrow){max-width:520px;color:#b8becb;font-size:17px;line-height:1.65}.export-example .eyebrow{color:#8f88ff}.export-example-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}.export-example .cta-secondary{color:#d8d6ff}.export-code-card{overflow:hidden;border:1px solid #343947;border-radius:16px;background:#171a23;box-shadow:0 24px 60px rgba(0,0,0,.22)}.export-code-footer,.export-code-top{display:flex;justify-content:space-between;gap:16px;padding:16px 20px;color:#8e96a7;font-size:12px}.export-code-top{border-bottom:1px solid #343947;color:#d9dcff}.export-code-card pre{margin:0;padding:26px 20px;overflow-x:auto;color:#c8d6ff;font:14px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace}.export-code-footer{border-top:1px solid #343947;color:#9ee5da}.pricing-comparison,.pricing-details{max-width:980px;margin:72px auto 0}.pricing-comparison h2,.pricing-details h2{margin-bottom:24px;text-align:center}.comparison-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:14px;background:#fff;max-width:100%;min-width:0}.comparison-table-wrap table{width:100%;min-width:620px;border-collapse:collapse;text-align:left}.comparison-table-wrap td,.comparison-table-wrap th{padding:15px 18px;border-bottom:1px solid #ececf3}.comparison-table-wrap thead th{background:#f7f6ff;color:var(--text);font-size:13px}.comparison-table-wrap tbody th{font-weight:600}.comparison-table-wrap td{color:var(--text-secondary);text-align:center}.comparison-table-wrap td:first-of-type{text-align:left}.comparison-table-wrap .comparison-pro{color:#5149c2;font-weight:700;background:#fbfaff}.pricing-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.pricing-detail-grid>div{padding:24px;border:1px solid var(--border);border-radius:14px;background:#fff}.pricing-detail-grid h3{margin-bottom:10px;font-size:18px}.pricing-detail-grid p{color:var(--text-secondary);line-height:1.65}.seo-output-example{padding:88px 0;background:#10131a;color:#fff}.seo-output-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:56px;gap:56px;align-items:center}.seo-output-example h2{max-width:560px;margin:12px 0 16px;color:#fff;font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.05em}.seo-output-example p:not(.eyebrow){max-width:540px;color:#b8becb;font-size:17px;line-height:1.65}.seo-output-example .eyebrow{color:#8f88ff}.seo-output-card{overflow:hidden;border:1px solid #343947;border-radius:16px;background:#171a23;box-shadow:0 24px 60px rgba(0,0,0,.22)}.seo-output-card-footer,.seo-output-card-top{padding:15px 20px;color:#d9dcff;font-size:12px}.seo-output-card-top{border-bottom:1px solid #343947}.seo-output-card-footer{border-top:1px solid #343947;color:#9ee5da}.seo-output-card pre{margin:0;padding:24px 20px;overflow-x:auto;color:#c8d6ff;font:14px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace}.seo-trust-strip{padding:34px 0;border-top:1px solid #e8e9f0;border-bottom:1px solid #e8e9f0;background:#fafbff;color:#10131a}.seo-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.seo-trust-grid>div{display:flex;flex-direction:column;gap:6px}.seo-trust-grid strong{color:#10131a;font-size:15px}.seo-trust-grid span{color:#626978;font-size:13px;line-height:1.5}@media (max-width:768px){.export-example{padding:68px 0}.export-example-grid,.pricing-detail-grid,.seo-output-grid{grid-template-columns:1fr;gap:32px}.seo-trust-grid{grid-template-columns:1fr;gap:16px}.export-example-actions{justify-content:center}.export-example h2,.export-example p:not(.eyebrow){margin-left:auto;margin-right:auto;text-align:center}.pricing-comparison,.pricing-details{margin-top:52px}.seo-output-example{padding:64px 0}.seo-output-example h2,.seo-output-example p:not(.eyebrow){margin-left:auto;margin-right:auto;text-align:center}}.hero{padding:76px 0 88px;background:linear-gradient(180deg,#fff,#fbfaff)}.hero-grid{grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:64px}.hero-copy{text-align:left}.eyebrow,.hero-kicker{color:#635bff;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.hero-kicker{margin-bottom:20px}.hero h1{font-size:clamp(48px,6vw,76px)}.hero h1 span{display:block;color:#10131a}.hero h1 .hero-accent{color:#635bff}.hero .hero-sub{max-width:510px;margin:0 0 30px;color:#626978}.hero-ctas{gap:12px}.hero .cta-button,.hero .cta-secondary{min-height:48px;padding:13px 22px;font-size:15px}.hero .cta-button{background:#635bff;box-shadow:0 12px 25px rgba(99,91,255,.2)}.hero .cta-secondary{border:1px solid #dedbff;background:#fff;color:#3d367f}.hero-note:after{content:" · Chrome Web Store · Local-first privacy"}.hero-note span{margin-right:7px;color:#35a995}.hero-product-shot{display:grid;min-height:500px;padding:20px;border:1px solid #ebe8ff;border-radius:28px;background:radial-gradient(circle at 50% 35%,#f1efff 0,#fafaff 48%,#fff 75%);box-shadow:0 22px 60px rgba(70,58,160,.1)}.hero-product-shot img{display:block;border:6px solid #fff;border-radius:18px;box-shadow:0 26px 55px rgba(36,30,95,.2),0 4px 12px rgba(36,30,95,.1);transform:rotate(1deg)}.workflow-section{padding:96px 0 108px;border-top:1px solid #eeeef5}.workflow-pro{background:#faf9ff}.workflow-heading{max-width:680px;margin-bottom:44px}.workflow-heading .eyebrow{margin-bottom:12px;font-size:12px}.section-heading h2,.workflow-heading h2{margin:0 0 14px;color:#10131a;font-size:clamp(36px,4vw,56px);line-height:1.05;letter-spacing:-.06em}.workflow-heading>p:last-child{max-width:580px;color:#626978;font-size:17px;line-height:1.6}.workflow-offer{display:inline-block;margin-top:14px;padding:7px 12px;border:1px solid #dcd7ff;border-radius:999px;background:#f4f2ff;color:#5149c2!important;font-size:13px!important;font-weight:700}.workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.workflow-card{overflow:hidden;min-width:0;border:1px solid #e4e0ff;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(42,35,110,.06)}.workflow-card-copy{min-height:176px;padding:22px 20px 12px}.workflow-number{color:#635bff;font-size:11px;font-weight:800;letter-spacing:.12em}.workflow-card h3{margin:18px 0 8px;color:#10131a;font-size:20px;letter-spacing:-.025em}.workflow-card p{color:#626978;font-size:14px;line-height:1.55}.workflow-card-media{display:grid;min-height:220px;padding:14px;border-top:1px solid #f0eeff;background:#fbfaff}.workflow-card-media img{display:block;max-height:250px;border:1px solid #e3e0f5;border-radius:10px;box-shadow:0 10px 24px rgba(35,29,100,.12)}.pricing{padding:72px 0 96px;background:#fff;color:#10131a}.pricing-header{max-width:760px;margin:0 auto 32px;text-align:center}.pricing-header h1{margin:0 0 12px}.pricing-header .section-lead{margin:0 auto}.section-heading{max-width:700px;margin:0 auto 44px;text-align:center}.section-heading .eyebrow{margin-bottom:12px;font-size:12px}.pricing-cards{max-width:980px;gap:24px;align-items:stretch}.pricing-card{border:1px solid #e3e0f5;border-radius:18px;padding:30px 34px;background:#fff;color:#10131a;box-shadow:0 14px 34px rgba(27,24,72,.06)}.pricing-card.featured{border:2px solid #8e86ff;box-shadow:0 18px 38px rgba(99,91,255,.14)}.pricing-card h3{margin-bottom:8px}.pricing-card .price{margin:8px 0 16px}.pricing-card .price span{display:block;margin-top:2px;color:#626978}.pricing-card .features-list{margin:16px 0 24px;color:#626978}.pricing-card .btn{border-radius:10px;background:#635bff;color:#fff;text-decoration:none;font-weight:700;padding:13px 18px;text-align:center}.pricing-card:not(.featured) .btn{background:#f0efff;color:#5149c2}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;gap:42px}.hero-copy{text-align:center}.hero .hero-sub{margin-left:auto;margin-right:auto}.hero-ctas{justify-content:center}.hero-product-shot{min-height:420px}.workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.hero{padding:54px 0 62px}.hero h1{font-size:clamp(44px,13vw,62px)}.hero .hero-sub{font-size:17px}.hero-product-shot{min-height:330px;padding:12px;border-radius:20px}.pricing,.workflow-section{padding:66px 0 76px}.workflow-grid{grid-template-columns:1fr}.workflow-card-copy{min-height:auto}.workflow-card-media{min-height:240px}.section-heading h2,.workflow-heading h2{font-size:38px}}.seo-section{padding:104px 0}.seo-section h2{font-size:clamp(38px,4vw,54px);line-height:1.05;letter-spacing:-.06em;margin-bottom:28px}.seo-copy{max-width:900px}.faq-item p,.seo-copy p{font-size:19px;line-height:1.7}.seo-card li{font-size:17px;line-height:1.55;padding:10px 0}.product-mockup{min-height:500px}.real-product-visual{position:relative;z-index:1;width:min(100%,470px);padding:14px;border:1px solid hsla(0,0%,100%,.9);border-radius:22px;background:hsla(0,0%,100%,.78);box-shadow:0 30px 80px rgba(26,24,61,.18),0 4px 12px rgba(26,24,61,.08);transform:rotate(2deg)}.real-product-visual img{display:block;max-height:500px;border-radius:12px}.real-showcase-visual{display:grid;padding:14px;background:linear-gradient(145deg,#f8f9fc,#e9ebf3)}.real-showcase-visual img{display:block;border-radius:7px;box-shadow:0 12px 25px rgba(16,19,26,.18)}@media (max-width:768px){.seo-section{padding:72px 0}.seo-section h2{font-size:36px}.faq-item p,.seo-copy p{font-size:17px}.product-mockup{min-height:390px}}.btn{background:var(--primary);color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;transition:opacity .2s;width:100%}.btn:hover{opacity:.9}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:500}.form-group input{width:100%;padding:12px;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-size:16px}.form-group input:focus{outline:2px solid var(--primary);outline-offset:0}.error{color:#dc3545}.error,.success{font-size:14px;margin-top:8px}.success{color:#28a745}.card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:40px;max-width:600px;margin:40px auto}.card h2{margin-bottom:24px}.seo-hero{padding:88px 0 72px;text-align:center}.eyebrow{font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:14px;margin-bottom:16px}.seo-hero h1{font-size:52px;line-height:1.15;max-width:900px;margin:0 auto 20px}.seo-intro{max-width:720px;margin:0 auto 36px;color:var(--text-secondary);font-size:20px}.seo-section{padding:72px 0}.seo-muted{background:var(--bg-secondary)}.seo-section h2{font-size:36px;margin-bottom:24px}.seo-copy{max-width:820px}.seo-copy p{color:var(--text-secondary);font-size:18px;margin-bottom:40px}.workflow-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;list-style:none;counter-reset:workflow}.workflow-list li{counter-increment:workflow;background:var(--bg);border:1px solid var(--border);border-radius:12px;color:var(--text-secondary)}.workflow-list li:before{content:counter(workflow);display:block;color:var(--primary);font-size:28px;font-weight:700;margin-bottom:12px}.seo-columns{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:820px;margin-bottom:44px}.seo-pricing-section>.container{max-width:868px}.seo-pricing-section .seo-columns,.seo-pricing-section .seo-copy,.seo-pricing-section h2{margin-left:auto;margin-right:auto}.seo-card{border:1px solid var(--border);border-radius:12px;padding:28px}.seo-card-pro{border-color:var(--primary)}.seo-card h3{font-size:24px;margin-bottom:16px}.seo-card ul{list-style:none;color:var(--text-secondary)}.seo-card li{padding:8px 0}.seo-card li:before{content:"✓";color:var(--primary);margin-right:10px}.faq-section{max-width:820px}.faq-item{border-top:1px solid var(--border);padding:24px 0}.faq-item h3{font-size:19px;margin-bottom:8px}.faq-item p{color:var(--text-secondary)}.related-links{display:flex;flex-wrap:wrap;gap:16px}.related-links a{color:var(--primary);font-weight:600;text-decoration:none;border:1px solid var(--border);border-radius:8px;padding:12px 16px}.tools-directory{background:#fbfbfd;color:#10131a}.tools-directory-hero{padding:104px 0 88px;text-align:center;background:radial-gradient(circle at 50% 18%,rgba(99,91,255,.14),transparent 34%),#fff}.tools-directory-hero h1{max-width:820px;margin:0 auto 24px;font-size:clamp(46px,6vw,76px);line-height:1;letter-spacing:-.06em}.tools-directory-hero>.container>p:not(.eyebrow){max-width:720px;margin:0 auto 32px;color:#626978;font-size:18px;line-height:1.65}.tools-directory-list{padding:96px 0}.tools-directory-heading{max-width:720px;margin-bottom:42px}.tools-directory-heading h2,.tools-directory-journey h2{margin:10px 0 0;font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.05em}.tools-directory-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:16px;gap:16px}.tools-directory-card{grid-column:span 2;min-height:280px;padding:28px;border:1px solid #e3e5eb;border-radius:16px;background:#fff;display:flex;flex-direction:column;box-shadow:0 18px 50px rgba(16,19,26,.04)}.tools-directory-card:nth-child(4){grid-column:2/span 2}.tools-directory-card:nth-child(5){grid-column:4/span 2}.tools-directory-card-top{display:flex;justify-content:space-between;color:#7b8290;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.tools-directory-card-top span:last-child{color:var(--primary)}.tools-directory-card h3{margin:48px 0 12px;font-size:25px;letter-spacing:-.04em}.tools-directory-card p{margin:0 0 28px;color:#68707e;line-height:1.65}.tools-directory-card a{margin-top:auto;color:#3d367f;font-weight:700;text-decoration:none}.tools-directory-card a span{margin-left:8px;color:#22a895}.tools-directory-journey{padding:88px 0;background:#10131a;color:#fff}.tools-directory-journey .container{max-width:880px}.tools-directory-journey>.container>p:not(.eyebrow){max-width:720px;margin:24px 0 30px;color:#aeb5c2;font-size:17px;line-height:1.7}.tools-directory-journey .cta-secondary{color:#fff;border-color:#3a3f4c}.header{padding:18px 0;border-bottom:1px solid rgba(16,19,26,.08);background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:-webkit-sticky;position:sticky;top:0;z-index:10}.logo{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-size:20px;letter-spacing:-.04em}.logo-mark{width:36px;height:36px;display:block;border-radius:10px}.logo-mark i{display:none}.logo-mark i:first-child{height:9px}.logo-mark i:nth-child(2){height:14px;background:linear-gradient(180deg,#ff6b9d,#635bff)}.logo-mark i:nth-child(3){height:18px;background:linear-gradient(180deg,#f3ba2f,#ff6b9d)}.nav-links{align-items:center;gap:36px}.nav-links a{font-size:16px;color:#555b68}.nav-main-links{margin-left:62px}.nav-actions{margin-left:auto;gap:20px}.language-toggle{font-size:15px;padding:8px 0}.nav-cta{padding:11px 16px;border-radius:9px;color:#fff!important;background:#10131a;font-size:15px!important}.nav-cta span{margin-left:8px;color:#22d3c5}.logo small{display:block;margin-top:1px;color:#9aa0ad;font-size:8px;font-weight:700;letter-spacing:.12em}.hero{padding:82px 0 72px;text-align:left;background:radial-gradient(circle at 78% 30%,rgba(99,91,255,.12),transparent 34%),linear-gradient(180deg,#fff,#fbfbfd);overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:center;grid-gap:68px;gap:68px}.hero-copy{position:relative;z-index:1}.hero-kicker{color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}.hero h1{max-width:620px;margin:0 0 24px;font-size:clamp(44px,5.4vw,72px);line-height:1.02;letter-spacing:-.065em}.hero h1 span{color:var(--primary)}.hero h1>span:not(.hero-headline-line){display:inline-block;margin-top:.1em;font-size:.78em;letter-spacing:-.05em}.hero .hero-sub{max-width:520px;margin:0 0 32px;font-size:19px;line-height:1.6}.hero-demo-wrap{position:relative;display:grid;place-items:center}.hero-demo-glow{position:absolute;inset:8% 2%;background:linear-gradient(135deg,rgba(99,91,255,.28),rgba(34,211,197,.2));filter:blur(55px);transform:rotate(-6deg)}.browser-frame{width:min(100%,600px);position:relative;overflow:hidden;border:1px solid hsla(0,0%,100%,.8);border-radius:16px;background:#fff;box-shadow:0 30px 80px rgba(26,24,61,.18),0 4px 12px rgba(26,24,61,.08);transform:rotate(2deg)}.browser-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 17px;border-bottom:1px solid #edf0f4;color:#8b909b;font-size:12px}.browser-toolbar .traffic{display:flex;gap:5px}.browser-toolbar .traffic i{width:8px;height:8px;border-radius:50%;background:#ff6b9d}.browser-toolbar .traffic i:nth-child(2){background:#f3ba2f}.browser-toolbar .traffic i:nth-child(3){background:#22d3c5}.browser-address{padding:5px 70px;border-radius:6px;background:#f5f6f8;color:#727987}.hero-demo{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#f6f7fa}.demo-badge{position:absolute;right:0;bottom:18px;padding:9px 12px;border:1px solid #e8e9ed;border-radius:8px;background:#fff;box-shadow:0 10px 30px rgba(16,19,26,.1);color:#535967;font-size:11px;font-weight:700}.workflow-strip{padding:58px 0 70px;border-top:1px solid #edf0f4;background:#fff}.workflow-intro{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.workflow-intro h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.05em}.workflow-intro .eyebrow{margin:0}.workflow-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.workflow-steps article{position:relative;min-height:210px;overflow:hidden;padding:22px;border:1px solid #edf0f4;border-radius:14px;background:#fbfbfd}.workflow-steps article>span{color:var(--primary);font-size:12px;font-weight:800}.workflow-steps h3{margin-top:22px;font-size:22px}.workflow-steps p{max-width:230px;margin-top:6px;color:var(--text-secondary);font-size:14px;line-height:1.5}.workflow-steps img{position:absolute;right:-32px;bottom:-74px;width:115px;height:188px;object-fit:cover;border:1px solid #e4e6ed;border-radius:10px;transform:rotate(-8deg);box-shadow:0 12px 24px rgba(16,19,26,.14)}.seo-hero{padding:104px 0 92px;text-align:left;background:radial-gradient(circle at 80% 25%,rgba(99,91,255,.11),transparent 30%),linear-gradient(180deg,#fff,#fbfbfd);color:#10131a;overflow:hidden}.seo-hero-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:center;grid-gap:72px;gap:72px}.seo-hero-copy{position:relative;z-index:1}.seo-hero h1{color:#10131a;font-size:clamp(42px,5vw,68px);letter-spacing:-.06em;line-height:1.02;max-width:680px;margin:0 0 24px}.eyebrow{color:var(--primary);font-size:12px;letter-spacing:.1em}.eyebrow span{color:#22d3c5;margin-left:8px}.seo-intro{max-width:580px;margin:0 0 32px;color:#626978;font-size:18px;line-height:1.65}.seo-hero .cta-secondary{color:#3d367f}.hero-ctas{justify-content:flex-start}.cta-button,.cta-secondary{border-radius:9px;font-size:15px;padding:14px 18px}.cta-button span,.cta-secondary span{margin-left:10px}.hero-note{color:#858a96;font-size:12px;margin-top:16px}.hero-note span{color:#22a895;margin-right:6px}.product-mockup{min-height:430px;position:relative;display:grid;place-items:center}.mockup-glow{position:absolute;inset:8% 4%;background:linear-gradient(135deg,rgba(99,91,255,.26),rgba(34,211,197,.2));filter:blur(55px);transform:rotate(-8deg)}.mockup-window{width:min(100%,470px);position:relative;border:1px solid hsla(0,0%,100%,.8);border-radius:16px;background:hsla(0,0%,100%,.88);box-shadow:0 30px 80px rgba(26,24,61,.18),0 4px 12px rgba(26,24,61,.08);transform:rotate(3deg);overflow:hidden}.mockup-footer,.mockup-toolbar{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid #edf0f4;color:#747a88;font-size:12px}.mockup-footer{border-top:1px solid #edf0f4;border-bottom:0}.traffic{display:flex;gap:5px}.traffic i{width:7px;height:7px;border-radius:50%;background:#ff6b9d}.traffic i:nth-child(2){background:#f3ba2f}.traffic i:nth-child(3){background:#22d3c5}.toolbar-title{color:#161923;font-weight:700}.toolbar-title b{color:#a3a8b4;margin-left:6px}.mockup-body{padding:24px}.mockup-heading,.mockup-project{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#1c2030;font-weight:650}.mockup-heading small,.mockup-project b{color:#9da3ae;font-weight:500}.mockup-swatches{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin:18px 0 25px}.mockup-swatches div{height:78px;border-radius:10px;padding:9px;display:flex;align-items:flex-end;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.mockup-swatches span{font-size:9px;color:#fff;mix-blend-mode:difference}.mockup-project{padding:13px 0;border-top:1px solid #f0f1f4}.mockup-project.muted{color:#777d89}.project-dot{width:8px;height:8px;border-radius:3px;background:#635bff;margin-right:9px}.mockup-project b{margin-left:auto}.mockup-footer strong{color:#10131a;margin-left:auto;margin-right:14px}.mockup-footer button{border:0;background:#10131a;color:#fff;border-radius:6px;padding:7px 12px;font-size:11px}.product-strip{border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;padding:20px 0;background:#fff}.product-strip .container{display:flex;justify-content:space-between;align-items:center}.strip-label{color:#8b909b;font-size:12px}.strip-items{display:flex;gap:35px;color:#a0a5b0;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.strip-items span:first-child{color:#635bff}.workflow-list{gap:16px}.workflow-list li{min-height:210px;border-radius:16px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;box-shadow:0 10px 35px rgba(16,19,26,.05)}.workflow-list li:before{display:none}.workflow-kicker{color:#9298a5;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.workflow-list strong{display:block;color:var(--text);font-size:21px;line-height:1.25;margin-top:22px}.workflow-list li>span:last-child{color:#727987;font-size:14px;line-height:1.5}.showcase-section{padding:100px 0;background:#10131a;color:#fff}.showcase-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.showcase-heading h2{font-size:42px;letter-spacing:-.05em;margin:0}.showcase-heading .eyebrow{margin:0;color:#b1aaff}.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.showcase-card{border:1px solid #2a2e39;border-radius:16px;padding:18px;background:#171a23}.showcase-card-top{display:flex;justify-content:space-between;color:#737b8b;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.showcase-visual{height:210px;margin:20px 0 25px;border-radius:10px;background:#20242e;position:relative;overflow:hidden;padding:22px;color:#fff}.showcase-card h3{font-size:20px;letter-spacing:-.03em;margin-bottom:8px}.showcase-card a{color:#aeb5c2;font-size:13px;text-decoration:none}.showcase-card a span{color:#22d3c5;margin-left:8px}.browser-bar{display:flex;gap:5px;border-bottom:1px solid #3b404b;padding-bottom:14px}.browser-bar span{width:6px;height:6px;border-radius:50%;background:#535a68}.color-cursor{position:absolute;left:56%;top:45%;font-size:28px;color:#22d3c5;text-shadow:0 0 22px #22d3c5}.picker-tooltip{position:absolute;right:20px;bottom:22px;background:#fff;color:#10131a;padding:11px 13px;border-radius:8px;display:flex;flex-direction:column;font-size:11px;box-shadow:0 10px 30px #10131a88}.picker-tooltip small{color:#8a909c;margin-top:3px}.mini-title{font-size:12px;border-bottom:1px solid #3b404b;padding-bottom:15px}.mini-title span{float:right;color:#8d95a4}.swatches{display:flex;gap:9px;margin:28px 0 18px}.swatches i{height:64px;flex:1 1;border-radius:7px;box-shadow:inset 0 0 0 1px #ffffff22}.showcase-export small,.showcase-palette small{color:#89919f;font-size:10px}.showcase-export{background:linear-gradient(145deg,#191c27,#202034)}.code-line{font:12px/2.1 ui-monospace,SFMono-Regular,Consolas,monospace;color:#c4cada}.code-line span{color:#8bd6cf}.code-line b{color:#ff9fbd;font-weight:500}.showcase-export small{display:block;border-top:1px solid #3b404b;margin-top:27px;padding-top:15px}.showcase-section-tall .showcase-visual{height:640px}.showcase-section-tall .real-showcase-visual img{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain}.pro-workflow-section .showcase-visual{height:300px}.pro-workflow-section-two-column .showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-workflow-section-two-column .showcase-visual{height:640px}.pro-workflow-section-two-column .showcase-card:nth-child(4) .real-showcase-visual img{object-fit:contain;object-position:center}.pro-workflow-section-centered-last-row .showcase-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.pro-workflow-section-centered-last-row .showcase-card{grid-column:span 2}.pro-workflow-section-centered-last-row .showcase-card:nth-child(4){grid-column:2/span 2}.pro-workflow-section-centered-last-row .showcase-card:nth-child(5){grid-column:4/span 2}.pro-workflow-section .real-showcase-visual img{width:100%;height:100%;object-fit:contain;object-position:center}.pro-workflow-section .showcase-card:nth-child(-n+3) .showcase-visual{height:640px}.pro-workflow-section .showcase-card:nth-child(-n+3) .real-showcase-visual img{object-fit:contain}.pro-workflow-section .showcase-card:nth-child(n+4) .showcase-visual{height:640px}.pro-workflow-section .showcase-card:nth-child(n+4) .real-showcase-visual img{object-fit:contain}.pro-workflow-section .showcase-card:nth-child(4) .real-showcase-visual img,.pro-workflow-section-two-column .real-showcase-visual img{object-fit:contain;object-position:center}.pro-workflow-section .real-showcase-visual{padding:18px;border-radius:14px;background:linear-gradient(145deg,#242733,#1d202a 58%,#191c25)}.pro-workflow-section .real-showcase-visual img{border-radius:12px;box-shadow:0 16px 30px rgba(0,0,0,.26),0 0 0 1px hsla(0,0%,100%,.08);transition:box-shadow .25s ease,transform .25s ease}.pro-workflow-section .showcase-card:hover .real-showcase-visual img{box-shadow:0 20px 36px rgba(0,0,0,.32),0 0 0 1px hsla(0,0%,100%,.12);transform:translateY(-2px)}.pro-workflow-section .showcase-card{display:flex;flex-direction:column}.pro-workflow-section .showcase-card .showcase-visual{margin:20px 0}.pro-workflow-section .showcase-card h3{margin:0 0 8px}.pro-workflow-section .showcase-card p{margin:0 0 12px}.pro-workflow-section .real-showcase-visual img{height:auto;max-height:100%}.pro-workflow-section .real-showcase-visual img,.workflow-card-media img{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center}.showcase-section-tall.pro-workflow-section-two-column .real-showcase-visual img{height:auto}@media (max-width:768px){.tools-directory-hero{padding:68px 0 60px}.tools-directory-hero h1{font-size:39px}.tools-directory-list{padding:68px 0}.tools-directory-grid{grid-template-columns:1fr}.tools-directory-card,.tools-directory-card:nth-child(4),.tools-directory-card:nth-child(5){grid-column:auto;min-height:240px}.tools-directory-card h3{margin-top:34px}.tools-directory-journey{padding:68px 0}.header{position:-webkit-sticky;position:sticky;top:0;z-index:40;padding:16px 0;background:var(--bg)}.header .container{position:relative}.nav-actions,.nav-main-links{display:none}.nav{flex-wrap:nowrap}.mobile-nav-controls{position:relative;display:flex;align-items:center;gap:16px;margin-left:auto}.mobile-nav-controls>.language-menu .language-toggle{padding:7px 0;font-size:13px}.mobile-nav-controls>.language-menu .language-globe{width:17px;height:17px}.mobile-menu-toggle{display:inline-flex;width:36px;height:36px;padding:0;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text);cursor:pointer;align-items:center;justify-content:center;font-size:27px;line-height:1}.mobile-navigation-menu{position:fixed;z-index:41;top:69px;right:0;left:0;display:flex;width:100%;max-height:calc(100dvh - 69px);padding:12px 22px 22px;flex-direction:column;overflow-y:auto;border-top:1px solid var(--border);border-radius:0 0 14px 14px;background:var(--bg);box-shadow:0 18px 30px rgba(16,19,26,.12);animation:mobile-panel-in .18s ease-out}.mobile-navigation-overlay{position:fixed;z-index:39;top:69px;right:0;bottom:0;left:0;width:100%;border:0;background:rgba(16,19,26,.42);cursor:pointer;animation:mobile-overlay-in .22s ease-out}.mobile-navigation-menu>.mobile-product-toggle{margin-top:4px}.mobile-navigation-menu>.mobile-product-toggle,.mobile-navigation-menu>a{border-bottom:1px solid #edf0f4;border-radius:0;padding:19px 12px}.mobile-navigation-menu>.mobile-product-toggle{border-top:0}.mobile-navigation-menu>a:last-of-type{border-bottom:0}@keyframes mobile-panel-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-overlay-in{0%{opacity:0}to{opacity:1}}.mobile-navigation-menu>a,.mobile-product-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:12px;border:0;border-radius:0;background:transparent;color:var(--text);font:inherit;font-weight:600;text-align:left;text-decoration:none;cursor:pointer}.mobile-navigation-menu>a:hover,.mobile-product-toggle:hover{background:transparent}.mobile-product-toggle,.mobile-product-toggle:active,.mobile-product-toggle:focus,.mobile-product-toggle:focus-visible,.mobile-product-toggle:hover{background:transparent;-webkit-tap-highlight-color:transparent}.mobile-product-toggle .product-chevron{transition:transform .2s}.mobile-product-toggle[aria-expanded=true] .product-chevron{transform:rotate(225deg) translate(-1px,-1px)}.mobile-product-links{max-height:0;margin:0;padding:0 0 0 26px;overflow:hidden;border-bottom:0;list-style:none;opacity:0;transition:max-height .25s ease,opacity .2s ease,padding .25s ease}.mobile-product-links.is-expanded{max-height:240px;padding:4px 0 12px 26px;opacity:1}.mobile-product-links a{display:block;max-width:250px;padding:9px 12px;color:var(--text-secondary);font-size:14px;line-height:1.4;text-decoration:none}.mobile-product-links a:hover{color:var(--primary)}.mobile-navigation-menu>a.mobile-nav-cta{display:flex!important;align-items:center;justify-content:center;width:100%;box-sizing:border-box;margin-top:16px!important;border-radius:10px;color:#fff!important;background:#10131a!important;text-align:center}}@media (min-width:769px){.mobile-nav-controls{display:none}}@media (max-width:768px){.hero{padding:64px 0 50px}.hero-grid{grid-template-columns:1fr;gap:28px}.hero-copy{text-align:center}.hero .hero-sub,.hero h1{margin-left:auto;margin-right:auto}.hero-demo-wrap{min-height:300px}.browser-address{padding:5px 28px}.workflow-intro{display:block}.workflow-intro h2{margin-top:8px}.workflow-steps{grid-template-columns:1fr}.workflow-steps article{min-height:170px}.hero h1{font-size:36px}.hero .tagline{font-size:16px}.hero .hero-sub{font-size:17px}.built-for h2,.features h2,.pricing h2{font-size:28px}.nav-links{gap:16px}.seo-hero{padding:64px 0}.seo-hero-grid{grid-template-columns:1fr;gap:35px}.seo-hero-copy{text-align:center}.seo-hero h1,.seo-intro{margin-left:auto;margin-right:auto}.hero-ctas{justify-content:center}.product-mockup{min-height:350px}.product-strip .container,.showcase-heading{display:block}.strip-items{margin-top:15px;gap:18px}.pro-workflow-section-centered-last-row .showcase-grid,.pro-workflow-section-two-column .showcase-grid,.showcase-grid{grid-template-columns:1fr}.pro-workflow-section-centered-last-row .showcase-card{grid-column:auto}.showcase-heading h2{font-size:32px;margin-top:10px}.seo-hero h1{font-size:36px}.seo-intro{font-size:17px}.seo-section{padding:52px 0}.seo-section h2{font-size:28px}.seo-columns,.workflow-list{grid-template-columns:1fr}.showcase-card{width:100%;min-width:0}.showcase-card .real-showcase-visual img{max-width:100%}}.hero-popup-card{width:min(100%,470px)}@media (max-width:640px){.container{padding:0 18px}.header{padding:14px 0}.nav{align-items:center;flex-wrap:wrap;row-gap:8px}.nav-main-links{order:3;flex:0 1 100%;justify-content:center;width:100%}.nav-main-links,.nav-main-links>li{min-width:0;max-width:100%}.logo{font-size:18px}.logo small{display:none}.logo-mark{width:32px;height:32px;border-radius:9px}.nav-links{gap:10px;flex-wrap:wrap;justify-content:flex-end}.nav-main-links{margin-left:0;gap:10px}.product-toggle{padding:7px 0;font-size:12px}.product-chevron{width:6px;height:6px}.product-menu{max-width:100%}.product-dropdown{top:calc(100% + 8px);right:0;left:auto;width:min(215px,calc(100vw - 36px));min-width:0;max-width:calc(100vw - 36px)}.nav-actions{min-width:0;margin-left:auto}.nav-links .language-toggle{padding:7px 0;font-size:12px}.nav-links .language-globe{width:16px;height:16px}.nav-cta{padding:9px 10px;font-size:12px!important}.nav-cta span{display:none}.hero{padding:54px 0 42px}.hero h1{font-size:clamp(40px,12vw,54px)}.hero .hero-sub{font-size:17px}.hero-demo-wrap{min-height:245px;margin:0 -8px}.browser-frame{transform:rotate(1deg)}.browser-toolbar{padding:10px 12px}.browser-address{padding:4px 18px}.demo-badge{right:4px;bottom:8px}.workflow-strip{padding:46px 0 54px}.workflow-steps article{min-height:180px}.built-for,.features,.pricing{padding:56px 0}.faq-content,.faq-section,.pricing-comparison,.pricing-details,.seo-page .container{min-width:0}.comparison-table-wrap{width:100%;overflow-x:auto}.faq-item,.faq-item h3,.faq-item p,.seo-page a,.seo-page li,.seo-page p{min-width:0;overflow-wrap:anywhere}}.hero-demo{object-position:left center;filter:saturate(.88) brightness(1.02)}.demo-badge{z-index:2}.workflow-steps article>div{position:relative;z-index:1;max-width:54%}.workflow-steps img{right:-18px;bottom:-56px;width:178px;height:250px;object-fit:contain;object-position:top;border-radius:12px;background:#fff;transform:rotate(-6deg)}.workflow-steps article:nth-child(3) img{width:205px;right:-26px}@media (max-width:640px){.workflow-steps article>div{max-width:58%}}.browser-frame{display:none}.hero-site-backdrop{position:absolute;width:min(100%,560px);height:330px;overflow:hidden;border:1px solid rgba(203,208,220,.65);border-radius:18px;background:linear-gradient(145deg,#f8f9fc,#edf0f6);box-shadow:0 20px 45px rgba(26,24,61,.08);transform:rotate(-4deg) translate(-8px,12px);opacity:.9}.hero-site-bar{position:relative;height:42px;border-bottom:1px solid #e2e6ee;background:hsla(0,0%,100%,.8)}.hero-site-bar:before{content:"";position:absolute;left:17px;top:17px;width:8px;height:8px;border-radius:50%;background:#ff9ebc;box-shadow:14px 0 #f1c35c,28px 0 #65d9cf}.hero-site-bar:after{content:"Chrome extension workspace";position:absolute;left:92px;right:24px;top:10px;padding:5px 12px;border-radius:6px;background:#f1f3f7;color:#a0a6b2;font-size:10px}.hero-site-layout{display:grid;grid-template-columns:72px 1fr;grid-gap:18px;gap:18px;padding:28px 24px}.hero-site-layout:before{content:"";display:block;height:230px;border-radius:8px;background:#e2e6ef}.hero-site-layout i{display:block;height:12px;margin-bottom:12px;border-radius:5px;background:#d8dde8}.hero-site-layout i:nth-child(2){width:72%}.hero-site-layout i:nth-child(3){width:88%}.hero-popup-card{width:min(100%,420px);position:relative;z-index:1;overflow:hidden;border:8px solid hsla(0,0%,100%,.92);border-radius:20px;background:#fff;box-shadow:0 34px 80px rgba(26,24,61,.24),0 8px 22px rgba(26,24,61,.12);transform:rotate(1deg) translate(16px,-4px)}.hero-demo{aspect-ratio:auto;object-fit:contain;object-position:center}.workflow-showcase{padding:92px 0 112px;background:#fff;border-top:1px solid #edf0f4;scroll-margin-top:90px}.showcase-intro{display:block;margin-bottom:78px}.showcase-intro h2{max-width:620px;margin-top:12px;font-size:clamp(36px,4vw,54px);letter-spacing:-.06em}.showcase-rows{display:flex;flex-direction:column;gap:112px}.showcase-row{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:center;grid-gap:clamp(44px,8vw,120px);gap:clamp(44px,8vw,120px)}.showcase-row-reverse{grid-template-columns:minmax(0,1.22fr) minmax(0,.78fr)}.showcase-row-reverse .showcase-copy{order:2}.showcase-row-reverse .showcase-image{order:1}.showcase-copy{max-width:410px}.showcase-number{color:#635bff;font-size:11px;font-weight:800;letter-spacing:.12em}.showcase-copy h3{margin:20px 0 14px;font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:-.055em}.showcase-copy p{color:var(--text-secondary);font-size:17px;line-height:1.65}.showcase-image{display:grid;place-items:center;min-height:330px;padding:28px;border:1px solid #e6e8ef;border-radius:20px;background:linear-gradient(145deg,#fafbff,#f2f3f8);box-shadow:0 24px 60px rgba(16,19,26,.08)}.showcase-image img,.showcase-image video{display:block;width:100%;max-height:430px;object-fit:contain;border-radius:10px;box-shadow:0 18px 38px rgba(16,19,26,.14)}.showcase-image video{aspect-ratio:16/10;object-fit:cover;background:#f6f7fa}.showcase-row:first-child .showcase-image{overflow:hidden}.showcase-row:first-child .showcase-image video{border-radius:20px}@media (max-width:768px){.workflow-showcase{padding:66px 0 78px}.showcase-intro{margin-bottom:50px}.showcase-rows{gap:72px}.showcase-row,.showcase-row-reverse{grid-template-columns:1fr;gap:28px}.showcase-row-reverse .showcase-copy,.showcase-row-reverse .showcase-image{order:0}.showcase-copy{max-width:none}.showcase-copy h3{font-size:32px}.showcase-image{min-height:250px;padding:18px}}.hero-demo-wrap{min-height:455px}.browser-frame{width:min(100%,470px);transform:rotate(1deg);box-shadow:0 26px 70px rgba(26,24,61,.15),0 3px 10px rgba(26,24,61,.08)}.hero-demo{aspect-ratio:3/4;object-position:right center}.hero-demo-glow{inset:5% 12%;opacity:.8}.demo-badge{right:4px;bottom:14px}.workflow-showcase{padding:76px 0 88px}.showcase-intro{margin-bottom:54px}.showcase-rows{gap:72px}.showcase-image{min-height:300px;padding:24px;border-color:#dfe2ea;box-shadow:0 18px 45px rgba(16,19,26,.1),0 2px 5px rgba(16,19,26,.04)}.showcase-image img,.showcase-image video{border:1px solid rgba(16,19,26,.12);box-shadow:0 16px 32px rgba(16,19,26,.18)}.showcase-row:first-child .showcase-image{padding:0}.showcase-row:first-child .showcase-image video{border:0;box-shadow:none}.features{padding:76px 0;background:linear-gradient(180deg,#f7f8fb,#f1f2f7)}.features-eyebrow{text-align:center;margin-bottom:12px}.features h2{max-width:680px;margin:0 auto 50px;font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-.06em}.features-grid{gap:16px}.feature{min-height:190px;padding:26px 24px;text-align:left;border:1px solid #e1e3eb;border-radius:16px;background:hsla(0,0%,100%,.72);box-shadow:0 12px 30px rgba(16,19,26,.05)}.feature h3{margin-bottom:10px;font-size:20px;letter-spacing:-.025em}.feature p{color:#626978;font-size:15px;line-height:1.55}@media (max-width:768px){.hero-demo-wrap{min-height:330px}.browser-frame{width:min(100%,350px)}.workflow-showcase{padding:58px 0 70px}.showcase-intro{margin-bottom:40px}.showcase-rows{gap:54px}.features{padding:60px 0}.features h2{margin-bottom:34px}}@media (min-width:769px){.header .container{max-width:1440px}.hero{padding:48px 0 38px}.hero .container,.seo-page .container{max-width:1440px}.seo-page .product-mockup{min-height:520px}.seo-page .real-product-visual{width:min(100%,600px)}.seo-page .real-product-visual.compact{width:min(100%,440px)}.seo-page .real-product-visual img{max-height:none}.hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:36px}.hero-copy{padding-left:12px}.hero-kicker{margin-bottom:20px}.hero h1{margin-bottom:28px}.hero-headline-line{white-space:nowrap}.hero .hero-sub{max-width:600px;margin-bottom:36px}.hero-ctas{gap:28px}.hero-demo-wrap{min-height:390px}.hero-site-backdrop{width:min(100%,680px);height:300px;border:0;border-radius:24px;box-shadow:none;transform:rotate(-4deg) translate(-8px,12px);opacity:.48}.hero-site-bar,.hero-site-layout{opacity:.72}.hero-popup-card{width:min(100%,500px);border-width:6px;box-shadow:0 28px 64px rgba(26,24,61,.2),0 6px 18px rgba(26,24,61,.1)}}.hero h1 .hero-headline-line{display:block;color:var(--text)}.hero h1 .hero-headline-accent{margin-top:.12em;color:var(--primary);font-size:.82em;letter-spacing:-.055em}.hero h1{font-size:clamp(42px,5vw,66px)}.hero .cta-button,.hero .cta-secondary{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 32px;gap:8px;border-radius:10px}.hero .cta-button{font-weight:700;box-shadow:0 12px 24px rgba(99,91,255,.22)}.hero .cta-button span,.hero .cta-secondary span{margin-left:0}.hero .cta-button:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(99,91,255,.28)}.hero-demo-wrap{min-height:430px}.hero-site-backdrop{opacity:.22;transform:rotate(-4deg) translate(-8px,14px);background:#f6f7fb}.hero-site-backdrop img{display:block;width:100%;height:100%;object-fit:cover;object-position:left center;filter:saturate(.9) brightness(1.02)}.hero-kicker{font-size:14px;letter-spacing:.13em;margin-bottom:24px}.hero-popup-card{width:min(100%,480px);transform:rotate(1deg) translate(12px)}@media (min-width:769px){.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:52px}.hero-copy{padding:18px 0 8px 20px}.hero-demo-wrap{transform:translateY(8px)}.hero-site-backdrop{opacity:.22}}@media (max-width:640px){.hero-popup-card{transform:rotate(1deg)}}.hero-product-shot img{width:min(100%,430px);max-width:100%;transform:none}@media (max-width:640px){.hero-product-shot img{width:min(100%,360px)}}.hero-product-shot{overflow:visible;place-items:center}.hero-product-shot img{width:100%;max-width:none;height:auto;max-height:500px;margin:0;object-fit:contain;object-position:center}.workflow-card-media{overflow:hidden;place-items:center;height:260px;min-height:260px}.workflow-card-media img{width:100%;max-width:none;height:100%;max-height:100%;margin:0;object-fit:contain;object-position:center}.real-product-visual{overflow:visible;place-items:center}.real-product-visual.compact{width:min(100%,440px);padding:10px}.real-product-visual.short{width:min(92%,560px);padding:10px}.real-product-visual img{width:100%;max-width:100%;height:auto;margin:0;object-fit:contain;object-position:center}.real-product-visual.short img{width:100%;height:auto;max-height:540px;object-fit:contain}.real-showcase-visual{overflow:hidden;place-items:center}.real-showcase-visual img{width:100%;max-width:100%;height:100%;margin:0;object-fit:contain;object-position:center}.showcase-visual{height:300px}@media (max-width:640px){.hero-product-shot{min-height:300px}.hero-product-shot img{max-height:300px}.workflow-card-media{height:220px;min-height:220px;padding:10px}.workflow-card-media img{width:100%;max-width:none;height:100%;max-height:100%}.real-product-visual img{width:100%}.real-product-visual.short{width:min(94%,420px)}.real-product-visual.short img{max-height:390px}.real-showcase-visual img{width:100%}.showcase-visual{height:260px}.showcase-section-tall .showcase-visual{height:540px}.pro-workflow-section .showcase-visual{height:300px}.pro-workflow-section .showcase-card:nth-child(-n+3) .showcase-visual,.pro-workflow-section .showcase-card:nth-child(n+4) .showcase-visual,.pro-workflow-section-two-column .showcase-visual{height:420px}}.showcase-section-tall.pro-workflow-section-two-column .real-showcase-visual{padding:20px;border-radius:14px;background:linear-gradient(145deg,#242733,#1d202a 55%,#191c25)}.showcase-section-tall.pro-workflow-section-two-column .real-showcase-visual img{width:auto;max-width:100%;height:100%;max-height:100%;border-radius:12px;object-fit:contain;object-position:center;box-shadow:0 16px 30px rgba(0,0,0,.28),0 0 0 1px hsla(0,0%,100%,.08)}.showcase-section-tall.pro-workflow-section-two-column .showcase-card>.real-showcase-visual,.showcase-section-tall.pro-workflow-section-two-column .showcase-card>a,.showcase-section-tall.pro-workflow-section-two-column .showcase-card>h3,.showcase-section-tall.pro-workflow-section-two-column .showcase-card>p{width:min(100%,415px);margin-right:auto;margin-left:auto}.showcase-section-tall.pro-workflow-section-two-column .showcase-card>h3{margin-top:0}@media (max-width:768px){.pro-workflow-section .showcase-grid,.pro-workflow-section.pro-workflow-section-centered-last-row .showcase-grid,.pro-workflow-section.pro-workflow-section-two-column .showcase-grid{grid-template-columns:minmax(0,1fr)}.pro-workflow-section .showcase-card,.pro-workflow-section.pro-workflow-section-centered-last-row .showcase-card{grid-column:auto}}