:root{color-scheme:light;--bg:#f6f8f7;--surface:#ffffff;--surface-soft:#f1f7f4;--text:#17211d;--muted:#617069;--line:#dce6e1;--primary:#0f8f61;--primary-hover:#0b7650;--danger:#b42318;--success:#067647;--shadow:0 18px 50px rgba(26,55,42,0.08)}html[data-theme=dark]{color-scheme:dark;--bg:#101512;--surface:#18201c;--surface-soft:#1d2a24;--text:#eef5f1;--muted:#a6b7af;--line:#304039;--primary:#2ac487;--primary-hover:#4dd49c;--danger:#ff8a80;--success:#5ee0a7;--shadow:none}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Tahoma,Arial,sans-serif}button,input,textarea{font:inherit}.embedded-shell,.landing-shell{min-height:100vh;padding:clamp(20px,5vw,64px)}.landing-shell{display:grid;place-items:center}.hero-card,.panel{background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.hero-card{max-width:720px;padding:clamp(28px,6vw,64px)}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--primary);color:white;font-weight:800;font-size:24px}.eyebrow{color:var(--primary);font-weight:700;margin:26px 0 8px}h1{font-size:clamp(40px,8vw,72px);letter-spacing:-.05em;line-height:1;margin:0}.hero-copy{color:var(--muted);font-size:19px;line-height:1.7;max-width:600px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{border:0;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center;align-items:center}.button.primary{background:var(--primary);color:white}.button.primary:hover{background:var(--primary-hover)}.button.secondary{background:var(--surface-soft);color:var(--text);border:1px solid var(--line)}.button:disabled{opacity:.55;cursor:not-allowed}.fine-print{color:var(--muted);font-size:13px;margin:28px 0 0}.embedded-shell{max-width:960px;margin:0 auto}.embedded-intro{margin-bottom:24px}.embedded-intro h1{font-size:clamp(30px,5vw,46px)}.embedded-intro p{color:var(--muted);line-height:1.6}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:13px;font-weight:700}.status-pill:before{content:"";width:8px;height:8px;border-radius:50%;background:#d99b16}.status-pill.ready:before{background:var(--success)}.status-pill.error:before{background:var(--danger)}.panel{padding:clamp(20px,4vw,36px)}.panel+.panel{margin-top:20px}.panel h2{margin:0 0 6px;font-size:22px}.panel-copy{margin:0 0 24px;color:var(--muted);line-height:1.55}.step-label{color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.connection-actions,.url-form{display:flex;gap:12px}.connection-actions{flex-wrap:wrap}.url-form input{flex:1 1;min-width:0;padding:13px 14px;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:10px;outline:none}.url-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.preview-panel{animation:reveal .2s ease-out}.source-row{display:flex;justify-content:space-between;gap:12px;margin-top:18px;color:var(--muted);font-size:13px}.source-row a{color:var(--primary);font-weight:700}.image-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:18px}.image-strip img{width:100%;aspect-ratio:1;object-fit:cover;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft)}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.field{display:grid;grid-gap:7px;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:700;font-size:14px}.field input,.field textarea{width:100%;padding:12px 13px;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:10px;outline:none}.field input:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.field textarea{min-height:96px;resize:vertical}.form-footer{display:flex;align-items:center;gap:16px;margin-top:22px}.message{margin:18px 0 0;padding:13px 15px;border-radius:10px;line-height:1.5}.message.error{background:color-mix(in srgb,var(--danger) 10%,var(--surface));color:var(--danger)}.message.success{background:color-mix(in srgb,var(--success) 10%,var(--surface));color:var(--success)}.message a{color:inherit;font-weight:700}@media (max-width:640px){.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.form-footer{align-items:stretch}.connection-actions,.form-footer,.source-row,.url-form{flex-direction:column}.image-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}.marketing{--ink:#14201b;--green:#087a52;--green-dark:#075e42;--mint:#e9f7f0;--cream:#f8faf8;background:#fff;color:var(--ink);overflow:hidden}.marketing *,.marketing :after,.marketing :before{box-sizing:border-box}.site-nav{height:78px;max-width:1220px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.wordmark{display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:20px;font-weight:800;letter-spacing:-.04em}.wordmark>span:last-child>span{color:var(--green)}.wordmark-icon{width:34px;height:34px;display:grid;place-items:center;color:white;background:linear-gradient(145deg,#079d68,#076f4e);border-radius:10px 10px 10px 3px;font-weight:900;box-shadow:0 7px 18px rgba(8,122,82,.2)}.nav-links{display:flex;align-items:center;gap:34px}.nav-links a,.site-footer a{color:#536159;text-decoration:none;font-size:14px;font-weight:650}.nav-links a:hover,.site-footer a:hover{color:var(--green)}.nav-actions{display:flex;align-items:center;gap:12px}.language-toggle{border:0;background:transparent;color:#536159;font-weight:700;cursor:pointer;padding:10px}.nav-cta{text-decoration:none;background:var(--green);color:white;padding:11px 17px;border-radius:11px;font-size:13px;font-weight:800;box-shadow:0 8px 24px rgba(8,122,82,.18)}.marketing-hero{min-height:720px;position:relative;max-width:1440px;margin:0 auto;padding:88px 6vw 40px;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:52px;gap:52px;align-items:center}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.orb-one{width:520px;height:520px;right:-100px;top:10px;background:radial-gradient(circle,rgba(56,199,142,.16),rgba(56,199,142,0) 69%)}.orb-two{width:370px;height:370px;left:-240px;top:180px;background:radial-gradient(circle,rgba(255,201,94,.13),rgba(255,201,94,0) 70%)}.hero-content{position:relative;z-index:2;max-width:610px;animation:hero-in .65s ease-out both}.hero-badge{width:-moz-fit-content;width:fit-content;display:inline-flex;gap:9px;align-items:center;padding:7px 11px;border:1px solid #d7e9df;background:#f6fbf8;color:#39725b;font-size:12px;font-weight:750;border-radius:999px}.hero-badge span{width:7px;height:7px;background:#14a36c;border-radius:50%;box-shadow:0 0 0 4px rgba(20,163,108,.12)}.marketing-hero h1{font-size:clamp(50px,6vw,82px);line-height:.98;letter-spacing:-.065em;margin:24px 0 22px;max-width:700px}.marketing-hero h1 span{color:var(--green);display:block}.marketing-hero .hero-content>p{color:#59675f;font-size:18px;line-height:1.75;max-width:590px}.hero-buttons{display:flex;gap:12px;margin-top:30px}.cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:49px;padding:0 20px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:800}.cta svg,.feature-link svg,.plan-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}[dir=rtl] .cta svg,[dir=rtl] .feature-link svg,[dir=rtl] .plan-button svg{transform:scaleX(-1)}.cta-primary{background:var(--green);color:white;box-shadow:0 12px 28px rgba(8,122,82,.23)}.cta-primary:hover,.nav-cta:hover{background:var(--green-dark);transform:translateY(-1px)}.cta-ghost{color:var(--ink);border:1px solid #d9e2dc;background:rgba(255,255,255,.8)}.proof-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:25px;color:#718078;font-size:12px;font-weight:650}.proof-row span{display:inline-flex;align-items:center;gap:6px}.proof-row i{font-style:normal;color:var(--green);font-weight:900}.dashboard-preview{position:relative;z-index:2;min-height:492px;background:#fff;border:1px solid #e1e9e5;border-radius:24px;box-shadow:0 35px 90px rgba(23,54,40,.16);transform:perspective(1100px) rotateY(-3deg) rotateX(1deg);display:grid;grid-template-columns:68px 1fr;overflow:hidden;animation:preview-in .8s ease-out .15s both}[dir=rtl] .dashboard-preview{transform:perspective(1100px) rotateY(3deg) rotateX(1deg);direction:ltr}.preview-sidebar{background:#10261d;padding:18px 13px;display:flex;flex-direction:column;align-items:center;gap:18px}.preview-logo{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#16a66f;color:white;font-weight:900;margin-bottom:24px}.preview-sidebar>span{width:30px;height:30px;border-radius:8px;position:relative}.preview-sidebar>span:after{content:"";position:absolute;width:13px;height:13px;border:2px solid #7c968a;border-radius:4px;inset:7px;opacity:.55}.preview-sidebar>span.active{background:rgba(39,201,137,.16)}.preview-sidebar>span.active:after{border-color:#48d59d;opacity:1}.preview-main{padding:28px;background:#f7faf8;min-width:0}.preview-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.preview-top div{display:grid;grid-gap:4px;gap:4px}.preview-top small{color:#8b9891;font-size:10px}.preview-top strong{font-size:18px;letter-spacing:-.03em}.avatar{width:34px;height:34px;background:#def3e9;color:var(--green);font-weight:850;font-size:10px;border-radius:50%;display:grid;place-items:center}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.metric-grid>div{background:white;padding:18px;border:1px solid #e6ede9;border-radius:14px;display:grid;grid-gap:6px;gap:6px}.metric-grid small{color:#77857d;font-size:10px}.metric-grid strong{font-size:27px;letter-spacing:-.04em}.metric-grid em{color:#16835c;font-size:9px;font-style:normal}.preview-panels{display:grid;grid-template-columns:1.4fr .9fr;grid-gap:12px;gap:12px;margin-top:12px}.activity-card,.chart-card{min-width:0;height:238px;background:white;border:1px solid #e6ede9;border-radius:14px;padding:18px}.activity-card>span,.chart-card>span{font-size:11px;font-weight:800}.bars{height:160px;display:flex;align-items:flex-end;gap:7px;margin-top:24px;border-bottom:1px solid #e7eee9}.bars i{flex:1 1;min-width:4px;background:linear-gradient(#16a66f,#bfe9d7);border-radius:4px 4px 0 0}.activity-card p{display:grid;grid-template-columns:28px 1fr auto;grid-gap:8px;gap:8px;align-items:center;font-size:9px;margin:14px 0;white-space:nowrap}.activity-card b{width:26px;height:26px;border-radius:8px;background:#ecf8f2;color:var(--green);display:grid;place-items:center}.activity-card small{color:#9ba69f}@keyframes hero-in{0%{opacity:0;transform:translateY(18px)}}@keyframes preview-in{0%{opacity:0;transform:perspective(1100px) rotateY(-3deg) translateY(25px)}}.integration-strip{border-top:1px solid #edf1ee;border-bottom:1px solid #edf1ee;padding:28px 24px;text-align:center}.integration-strip p{color:#8a9690;font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:750;margin:0 0 21px}.integration-strip>div{display:flex;justify-content:center;gap:clamp(32px,7vw,95px);align-items:center;flex-wrap:wrap}.integration-strip strong{font-size:18px;color:#3d4d44;letter-spacing:-.04em}.integration-strip strong span{color:var(--green);-webkit-margin-start:5px;margin-inline-start:5px}.integration-strip .muted-logo{opacity:.48}.section{padding:112px 24px}.section-heading{max-width:760px;margin:0 auto 54px}.section-heading.centered{text-align:center}.section-heading>span{color:var(--green);text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:850}.section-heading h2{font-size:clamp(36px,5vw,56px);line-height:1.05;letter-spacing:-.055em;margin:14px 0 18px}.section-heading p{max-width:650px;color:#6b7871;line-height:1.75;font-size:16px}.feature-section{background:var(--cream)}.feature-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.feature-card{background:white;border:1px solid #e5ebe7;border-radius:18px;padding:28px;transition:.25s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(31,65,50,.09);border-color:#cae2d7}.icon-wrap{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--mint);color:var(--green)}.feature-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-size:19px;margin:22px 0 10px;letter-spacing:-.025em}.feature-card p{color:#6d7972;line-height:1.65;font-size:14px;min-height:92px}.feature-link{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:800}.steps-section{background:#fff}.steps-grid{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);position:relative}.steps-grid:before{content:"";position:absolute;top:29px;left:16.6%;right:16.6%;height:1px;background:#cfe4da}.steps-grid article{position:relative;z-index:1;text-align:center;padding:0 35px}.step-number{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 25px;border-radius:50%;background:#fff;color:var(--green);border:1px solid #b9dacb;font-size:13px;font-weight:900;box-shadow:0 0 0 8px #fff}.steps-grid h3{font-size:20px;margin:0 0 9px}.steps-grid p{color:#78847e;font-size:14px;line-height:1.6}.pricing-section{background:#f5f9f7}.billing-toggle{width:-moz-fit-content;width:fit-content;margin:28px auto 0;background:#e8efeb;padding:4px;border-radius:11px;display:flex}.billing-toggle button{border:0;background:transparent;color:#66736c;padding:9px 14px;border-radius:8px;font-size:12px;font-weight:750;cursor:pointer}.billing-toggle button.active{background:white;color:var(--ink);box-shadow:0 3px 10px rgba(31,61,47,.08)}.pricing-grid{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;align-items:stretch}.price-card{position:relative;background:white;border:1px solid #dfe8e3;border-radius:20px;padding:30px;display:flex;flex-direction:column}.price-card.featured{border:2px solid var(--green);transform:translateY(-10px);box-shadow:0 24px 60px rgba(8,122,82,.13)}.popular{position:absolute;top:-13px;left:50%;transform:translateX(-50%);white-space:nowrap;background:var(--green);color:white;padding:6px 11px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.1em}.price-card h3{font-size:18px;margin:0 0 22px}.price{display:grid;grid-gap:3px;gap:3px;padding-bottom:22px;border-bottom:1px solid #ebefed}.price strong{font-size:35px;letter-spacing:-.05em}.price small{color:#849088;min-height:18px}.price-card ul{list-style:none;padding:16px 0;margin:0;display:grid;grid-gap:12px;gap:12px;color:#536159;font-size:13px}.price-card li:first-letter{color:var(--green)}.plan-button{margin-top:auto;min-height:44px;border:1px solid #cfdcd5;color:var(--ink);text-decoration:none;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:11px;font-size:13px;font-weight:800}.featured .plan-button{background:var(--green);color:white;border-color:var(--green)}.pricing-note{max-width:850px;margin:36px auto 0;color:#7c8982;text-align:center;font-size:12px;line-height:1.6}.final-cta{max-width:1120px;margin:90px auto;padding:54px 60px;border-radius:24px;background:linear-gradient(135deg,#075c41,#0b8d5f);color:white;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}.final-cta:after{content:"";position:absolute;width:300px;height:300px;right:-90px;top:-170px;border:50px solid rgba(255,255,255,.05);border-radius:50%}.final-cta h2{font-size:34px;letter-spacing:-.045em;margin:0 0 8px}.final-cta p{color:#cbe9dc;margin:0}.cta-light{background:white;color:var(--green);position:relative;z-index:1;flex:none}.site-footer{max-width:1180px;margin:0 auto;padding:35px 24px 50px;border-top:1px solid #e7ece9;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-footer p{color:#839088;font-size:12px}.site-footer>div{display:flex;gap:22px}.legal-page{min-height:100vh;background:#f7faf8;padding:36px 24px 80px}.legal-page>.wordmark{max-width:820px;display:flex;margin:0 auto 50px}.legal-page article{max-width:820px;margin:0 auto;background:white;border:1px solid #e1e8e4;border-radius:22px;padding:clamp(28px,5vw,64px);box-shadow:0 20px 60px rgba(23,54,40,.06)}.legal-page h1{font-size:clamp(38px,6vw,60px);margin:8px 0 30px}.legal-page h2{margin:32px 0 8px;font-size:20px}.legal-page p{color:#5f6d65;line-height:1.75}.legal-kicker{color:var(--primary)!important;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.08em}@media (max-width:980px){.marketing-hero{grid-template-columns:1fr;padding-top:60px}.hero-content{text-align:center;margin:0 auto}.hero-badge,.section-heading p{margin-inline:auto}.hero-buttons,.proof-row{justify-content:center}.dashboard-preview{max-width:760px;width:100%;margin:20px auto 0;transform:none}.feature-grid{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}}@media (max-width:720px){.site-nav{padding:0 16px}.nav-cta{display:none}.marketing-hero{padding:54px 18px 35px}.marketing-hero h1{font-size:50px}.dashboard-preview{grid-template-columns:48px 1fr;min-height:400px}.preview-sidebar{padding:14px 8px}.preview-logo{width:32px;height:32px}.preview-main{padding:16px}.metric-grid{grid-template-columns:1fr 1fr}.metric-grid>div:last-child{display:none}.preview-panels{grid-template-columns:1fr}.activity-card{display:none}.chart-card{height:200px}.bars{height:125px}.section{padding:82px 18px}.feature-grid,.pricing-grid{grid-template-columns:1fr}.feature-card p{min-height:0}.steps-grid{grid-template-columns:1fr;gap:42px}.steps-grid:before{display:none}.price-card.featured{transform:none;margin-top:8px}.final-cta{margin:60px 18px;padding:38px 28px}.final-cta,.site-footer{flex-direction:column;text-align:center}.hero-buttons{flex-direction:column}.cta{width:100%}.proof-row{gap:10px 16px}.wordmark{font-size:18px}}