@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#18231f;background:#f4f5ef;font-synthesis:none;--green: #1e5a45;--lime: #d8f080;--orange: #d9661f;--orange-soft: #fff0e5;--ink: #17231f;--muted: #6f7a74;--line: #dfe3db}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);font:800 22px Manrope,DM Sans,Arial,sans-serif;letter-spacing:-.7px}.brand-mark{display:grid;place-items:center;width:39px;height:39px;color:#173e31;background:var(--lime);border-radius:12px 12px 12px 4px}.loading-screen{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:20px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr;background:#f8f9f4}.login-copy{padding:54px clamp(40px,8vw,130px);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.login-copy:after{content:"";position:absolute;width:460px;height:460px;background:#eaf3d3;border-radius:50%;left:-220px;bottom:-310px;filter:blur(2px)}.login-copy .brand{position:absolute;top:52px}.eyebrow,.page-kicker,.panel-kicker{font-size:11px;letter-spacing:2px;font-weight:700;color:#587164}.eyebrow{display:flex;align-items:center;gap:10px;margin-top:40px}.eyebrow span{width:28px;height:2px;background:#a2bd42}.login-copy h1{font:700 clamp(48px,5.4vw,80px)/1.05 "Manrope","DM Sans",Arial,sans-serif;letter-spacing:-4px;margin:24px 0 22px}.login-copy h1 em{color:var(--green);font-style:normal}.login-copy>p{color:var(--muted);font-size:17px;line-height:1.7;max-width:530px;margin:0}.login-features{display:flex;gap:34px;margin-top:55px}.feature{display:flex;align-items:center;gap:13px}.feature>span{width:42px;height:42px;border:1px solid #dce2d7;background:#fff;border-radius:12px;display:grid;place-items:center;color:var(--green)}.feature svg{width:19px}.feature div{display:flex;flex-direction:column}.feature strong{font-size:13px}.feature small{color:var(--muted);margin-top:3px}.login-panel-wrap{background:#173e31;display:grid;place-items:center;padding:40px;position:relative;overflow:hidden}.login-panel-wrap:before,.login-panel-wrap:after{content:"";position:absolute;border:1px solid rgba(216,240,128,.1);border-radius:50%}.login-panel-wrap:before{width:600px;height:600px;right:-350px;top:-250px}.login-panel-wrap:after{width:400px;height:400px;left:-260px;bottom:-230px}.login-panel{width:min(420px,100%);padding:42px;border-radius:22px;background:#fff;box-shadow:0 30px 80px #00000040;position:relative;z-index:1}.panel-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#edf4d7;color:var(--green);margin-bottom:26px}.panel-kicker{margin:0 0 11px;color:#7a896c}.login-panel h2{font:700 28px Manrope,DM Sans,Arial,sans-serif;letter-spacing:-1px;margin:0 0 10px}.muted{color:var(--muted);line-height:1.55}.button{border:0;min-height:50px;padding:0 18px;border-radius:10px;font-weight:700;display:inline-flex;justify-content:center;align-items:center;gap:11px}.google-button{width:100%;margin-top:24px;color:#fff;background:var(--green)}.google-button>svg{margin-left:auto}.google-icon{display:grid;place-items:center;background:#fff;color:#4285f4;width:25px;height:25px;border-radius:50%;font-family:Arial;font-weight:700}.secondary{width:100%;background:#eef1eb;color:var(--green);margin-top:16px}.security-note{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;color:#8b958f}.signed-user{display:flex;align-items:center;gap:12px;padding:14px;margin-top:22px;background:#f4f6f0;border-radius:12px}.signed-user img,.signed-user>span{width:38px;height:38px;border-radius:50%}.signed-user>span{display:grid;place-items:center;background:var(--lime);text-transform:uppercase}.signed-user div{display:flex;flex-direction:column;min-width:0}.signed-user small{color:var(--muted);overflow:hidden;text-overflow:ellipsis}.alert{padding:13px 15px;border-radius:10px;display:flex;align-items:center;gap:10px;margin:20px 0;font-size:13px}.alert svg{width:18px;flex:0 0 auto}.alert.error{background:#fff0ed;color:#a13b2e}.alert.success{background:#eaf6e8;color:#28633e}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.sidebar{background:#173e31;color:#fff;padding:27px 18px 18px;display:flex;flex-direction:column;position:fixed;width:248px;inset:0 auto 0 0}.sidebar-brand{color:#fff;margin:0 11px 38px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.nav-item{width:100%;border:0;background:transparent;color:#b8c8c0;text-decoration:none;display:flex;align-items:center;gap:13px;height:45px;padding:0 13px;border-radius:9px;font-size:13px;position:relative}.nav-item svg{width:18px}.nav-item.active{color:#fff;background:#ffffff17}.nav-item.active>span{color:var(--lime)}.nav-item.active i{position:absolute;right:-18px;width:3px;height:24px;background:var(--lime);border-radius:3px 0 0 3px}.sidebar-bottom{margin-top:auto}.admin-mobile-nav{display:none}.environment{color:#9db0a6;font-size:9px;letter-spacing:1.4px;display:flex;gap:7px;align-items:center;margin:0 12px 17px}.environment span,.online i{width:6px;height:6px;border-radius:50%;background:#bdda62;box-shadow:0 0 0 3px #bdda6221}.user-card{border-top:1px solid rgba(255,255,255,.1);padding:18px 6px 0;display:grid;grid-template-columns:35px 1fr 28px;gap:10px;align-items:center}.user-card img,.avatar{width:35px;height:35px;border-radius:10px}.avatar{display:grid;place-items:center;background:var(--lime);color:var(--green);text-transform:uppercase}.user-card div{min-width:0;display:flex;flex-direction:column}.user-card strong{font-size:11px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.user-card small{font-size:9px;color:#94a79d;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.user-card button{border:0;background:none;color:#8fa299;padding:5px}.content{grid-column:2;min-width:0}.topbar{height:63px;border-bottom:1px solid var(--line);background:#ffffff8c;display:flex;justify-content:space-between;align-items:center;padding:0 38px;font-size:11px}.topbar>div{display:flex;align-items:center;gap:8px}.topbar span{color:#8b948f}.online{color:#66746d}.online i{display:inline-block}.page{max-width:990px;margin:0 auto;padding:44px 35px 70px}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.page-heading h1{font:700 36px Manrope,DM Sans,Arial,sans-serif;letter-spacing:-1.6px;margin:6px 0 8px}.page-heading>div>p:last-child{color:var(--muted);margin:0;font-size:14px}.heading-badge{display:flex;align-items:center;gap:10px;background:#e9efd9;color:var(--green);padding:10px 14px;border-radius:11px}.heading-badge svg{width:21px}.heading-badge span{display:flex;flex-direction:column}.heading-badge small{font-size:8px;letter-spacing:1px}.heading-badge strong{font-size:12px}.card{background:#fff;border:1px solid #e0e4dc;border-radius:14px;padding:27px 30px;margin-bottom:18px;box-shadow:0 2px 3px #192d2305}.loading-card{display:flex;align-items:center;justify-content:center;gap:12px;min-height:220px;color:var(--muted)}.card-head,.section-title{display:flex;gap:16px;align-items:center;padding-bottom:24px;border-bottom:1px solid #edf0ea}.zapi-logo{display:grid;place-items:center;width:48px;height:48px;flex:0 0 auto;border-radius:13px;background:#173e31;color:var(--lime);font:800 24px Manrope,DM Sans,Arial,sans-serif}.card h2{font:700 17px Manrope,DM Sans,Arial,sans-serif;margin:0}.card p{color:var(--muted);font-size:12px;margin:5px 0 0}.title-row{display:flex;align-items:center;gap:10px}.status{font-size:8px;font-weight:700;letter-spacing:1px;padding:5px 8px;border-radius:5px;background:#f4ede2;color:#9b6c30}.status.connected{background:#e6f2dc;color:#427129}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:25px 0 8px}.form-grid.three{grid-template-columns:1fr 1fr .7fr;padding-bottom:0}.field{display:flex;flex-direction:column;gap:8px}.field>span{font-weight:700;font-size:11px;display:flex;align-items:center;gap:5px;color:#3b4842}.field input,.field select{width:100%;height:43px;border:1px solid #dbe0d8;border-radius:8px;padding:0 13px;color:var(--ink);background:#fbfcf9;outline:none;transition:.2s;font-size:13px}.field input:focus,.field select:focus{border-color:#719a87;box-shadow:0 0 0 3px #1e5a4517;background:#fff}.field input::placeholder{color:#adb4b0}.field small{font-size:9px;color:#909a94}.toggle-row{margin-top:20px;padding:18px 0 0;border-top:1px solid #edf0ea;display:flex;justify-content:space-between;align-items:center}.toggle-row>div{display:flex;flex-direction:column}.toggle-row strong{font-size:11px}.toggle-row span{font-size:10px;color:var(--muted);margin-top:4px}.toggle{width:42px;height:23px;padding:3px;border:0;background:#cfd6d1;border-radius:20px}.toggle i{display:block;width:17px;height:17px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 3px #0003}.toggle.on{background:var(--green)}.toggle.on i{transform:translate(19px)}.section-title{border:0;padding-bottom:0}.soft-icon{width:43px;height:43px;display:grid;place-items:center;color:var(--green);background:#eef3df;border-radius:11px}.soft-icon svg{width:20px}.form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:25px}.form-actions p{display:flex;align-items:center;gap:7px;color:#78837d;font-size:10px}.primary{background:var(--green);color:#fff;min-width:170px}.primary:disabled{opacity:.65;cursor:wait}.catalog-section{margin-top:55px}.catalog-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}.catalog-heading h2{font:700 28px Manrope,DM Sans,Arial,sans-serif;letter-spacing:-1px;margin:5px 0}.catalog-heading>div>p:last-child{margin:0;color:var(--muted);font-size:13px}.count-badge{font-size:10px;color:var(--green);background:#e9efd9;border-radius:20px;padding:7px 11px;font-weight:700}.catalog-tabs{display:grid;grid-template-columns:repeat(3,1fr);background:#e9ece5;padding:4px;border-radius:12px;margin-bottom:18px}.catalog-tabs button{height:44px;border:0;border-radius:9px;background:transparent;color:#758078;display:flex;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:700}.catalog-tabs button svg{width:17px}.catalog-tabs button small{border-radius:20px;padding:2px 7px;background:#0000000f;font-size:9px}.catalog-tabs button.active{background:#fff;color:var(--green);box-shadow:0 2px 7px #14281e14}.catalog-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:start}.catalog-form,.catalog-list{margin:0}.catalog-form-title{display:flex;align-items:center;gap:11px;padding-bottom:18px;border-bottom:1px solid #edf0ea}.catalog-form-title>svg{width:34px;height:34px;padding:8px;border-radius:9px;background:#edf3df;color:var(--green)}.catalog-form h3,.catalog-list h3{font:700 14px Manrope,DM Sans,Arial,sans-serif;margin:0}.catalog-form-title p{margin-top:2px;font-size:10px}.catalog-fields{display:flex;flex-direction:column;gap:16px;padding:20px 0}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.catalog-save{width:100%}.list-title{display:flex;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid #edf0ea}.list-title span{font-size:10px;color:var(--muted)}.empty-list{min-height:170px;display:flex;justify-content:center;align-items:center;gap:9px;color:var(--muted);font-size:12px}.catalog-item{display:grid;grid-template-columns:35px 1fr 8px;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid #f0f2ee}.catalog-item:last-child{border:0}.item-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;color:var(--green);background:#f0f4e7}.item-icon svg{width:16px}.catalog-item div{min-width:0;display:flex;flex-direction:column;gap:3px}.catalog-item strong,.catalog-item small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-item strong{font-size:11px}.catalog-item small{color:var(--muted);font-size:9px}.catalog-item>i{width:7px;height:7px;border-radius:50%;background:#cfd5d0}.catalog-item>i.active{background:#8db23d}.admin-route-page{width:100%}.overview-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:18px}.overview-stat{min-height:155px;padding:19px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:13px}.overview-stat>div{width:35px;height:35px;display:grid;place-items:center;color:#89948e;background:#eef1ec;border-radius:9px;margin-bottom:17px}.overview-stat>div.active{color:var(--green);background:#e9f1da}.overview-stat svg{width:17px}.overview-stat small{color:#8a958f;font-size:8px;letter-spacing:.7px;text-transform:uppercase}.overview-stat strong{font:700 14px Manrope,DM Sans,Arial,sans-serif;margin:6px 0 4px}.overview-stat>span{color:var(--muted);font-size:9px}.launch-card{padding-bottom:10px}.launch-title{display:flex;gap:13px;align-items:center;padding-bottom:20px;border-bottom:1px solid #edf0ea}.launch-title h2{font:700 15px Manrope,DM Sans,Arial,sans-serif;margin:0}.launch-title p{margin-top:4px}.launch-list{display:flex;flex-direction:column}.launch-item{min-height:67px;padding:13px 3px;display:grid;grid-template-columns:31px 1fr 20px;gap:11px;align-items:center;color:var(--ink);text-decoration:none;border-bottom:1px solid #edf0ea}.launch-item:last-child{border-bottom:0}.launch-item>span{width:28px;height:28px;display:grid;place-items:center;color:#9da7a1;background:#eff1ed;border-radius:50%}.launch-item>span.done{color:#4e782f;background:#e6f0d8}.launch-item svg{width:14px}.launch-item>div{display:flex;flex-direction:column;gap:3px}.launch-item strong{font-size:10px}.launch-item small{color:var(--muted);font-size:9px}.launch-item>svg{color:#9ba69f}.users-toolbar{display:flex;align-items:center;gap:12px;padding:17px}.users-toolbar>label{height:41px;flex:1;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #dce1da;border-radius:8px;background:#fbfcf9}.users-toolbar svg{width:16px;color:#89958e}.users-toolbar input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:11px}.users-toolbar select{height:41px;border:1px solid #dce1da;border-radius:8px;background:#fbfcf9;color:#5d6963;padding:0 11px;font-size:10px}.users-empty{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.users-empty>span{width:55px;height:55px;display:grid;place-items:center;color:var(--green);background:#eaf1db;border-radius:16px}.users-empty>span svg{width:24px}.users-empty h2{margin-top:18px}.users-empty>p{max-width:430px;line-height:1.6}.users-empty>div{margin-top:18px;display:flex;align-items:center;gap:7px;color:#748079;font-size:9px}.users-empty>div svg{width:14px}.settings-sections{display:flex;flex-direction:column;gap:13px}.setting-card{display:grid;grid-template-columns:43px 1fr 250px;gap:16px;align-items:center;margin:0}.setting-icon{width:43px;height:43px;display:grid;place-items:center;color:var(--green);background:#eaf1db;border-radius:11px}.setting-icon svg{width:19px}.setting-card h2{margin:0}.setting-card>div:nth-child(2) p{margin-top:4px}.setting-card>label{display:flex;flex-direction:column;gap:8px}.setting-card>label>span{font-size:9px;color:#68756e}.setting-card>label>div{display:flex;align-items:center;border:1px solid #dce1da;border-radius:8px;overflow:hidden}.setting-card input[type=number]{width:100%;height:39px;padding:0 11px;border:0;outline:0;background:#fbfcf9}.setting-card>label small{padding:0 11px;color:#849088;font-size:9px}.source-checks{display:flex;gap:13px;justify-content:flex-end;flex-wrap:wrap}.source-checks label{font-size:9px;color:#59665f}.settings-notice{margin-top:18px;padding:14px 17px;display:flex;align-items:center;gap:11px;color:#84612d;background:#f6efdf;border-radius:10px}.settings-notice svg{width:18px}.settings-notice div{display:flex;flex-direction:column;gap:2px}.settings-notice strong{font-size:10px}.settings-notice span{font-size:9px}.guide-page{display:flex;flex-direction:column;gap:58px}.guide-hero{min-height:390px;border-radius:20px;overflow:hidden;padding:50px 55px;color:#fff;background:#173e31;display:grid;grid-template-columns:1.12fr .88fr;gap:45px;position:relative}.guide-hero:before{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(216,240,128,.12);border-radius:50%;right:-210px;top:-240px}.guide-hero>div:first-child{position:relative;z-index:1;align-self:center}.guide-hero .page-kicker{color:#b6ca7a}.guide-hero h1{font:700 45px/1.08 Manrope,DM Sans,Arial,sans-serif;letter-spacing:-2.4px;margin:10px 0 18px}.guide-hero h1 em{color:var(--lime);font-style:normal}.guide-hero>div>p:not(.page-kicker){max-width:500px;color:#bed0c7;font-size:14px;line-height:1.65}.guide-cta{background:var(--lime);color:#173e31;margin-top:16px}.guide-phone{width:255px;height:360px;justify-self:center;align-self:end;transform:translateY(52px) rotate(2deg);background:#f1f3ed;color:var(--ink);border:7px solid #0d261e;border-radius:29px 29px 0 0;overflow:hidden;box-shadow:0 25px 55px #0000004d;position:relative;z-index:1}.phone-head{height:58px;padding:10px 13px;background:#f9faf7;display:flex;align-items:center;gap:9px;border-bottom:1px solid #e1e6df}.mini-brand{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--lime);color:var(--green)}.mini-brand svg{width:16px}.phone-head div{display:flex;flex-direction:column}.phone-head strong{font-size:10px}.phone-head small{color:#779169;font-size:8px}.chat-body{height:100%;padding:16px 11px;background:#e9eee7;display:flex;flex-direction:column;gap:9px}.chat-time{align-self:center;color:#8d9992;font-size:7px}.bubble{margin:0;padding:9px 10px;border-radius:10px;font-size:9px;line-height:1.45;box-shadow:0 1px 2px #0000000d}.user-bubble{background:#dff0aa;align-self:flex-end;border-bottom-right-radius:2px}.bot-bubble{background:#fff;align-self:flex-start;border-bottom-left-radius:2px;display:flex;flex-direction:column;gap:7px}.bot-bubble strong{color:var(--green)}.bot-bubble small{color:#5a6d63;font-weight:700;border-top:1px solid #edf0eb;padding-top:6px}.guide-section-head{max-width:560px;margin-bottom:23px}.guide-page h2{font:700 27px/1.2 Manrope,DM Sans,Arial,sans-serif;letter-spacing:-1px;margin:6px 0}.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.journey-card{padding:24px 20px;background:#fff;border:1px solid var(--line);border-radius:13px;position:relative}.journey-number{position:absolute;top:18px;right:18px;color:#c4cbc6;font:700 10px Manrope,DM Sans,Arial,sans-serif}.journey-icon{width:39px;height:39px;display:grid;place-items:center;color:var(--green);background:#edf3de;border-radius:10px;margin-bottom:20px}.journey-icon svg{width:18px}.journey-card h3,.roadmap-card h3{font:700 14px Manrope,DM Sans,Arial,sans-serif;margin:0 0 7px}.journey-card p,.roadmap-card p{color:var(--muted);font-size:10px;line-height:1.5;margin:0}.guide-principles{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;padding:40px;background:#fff;border:1px solid var(--line);border-radius:17px}.principles-copy>p:not(.page-kicker){color:var(--muted);font-size:12px}.principle-list{display:flex;flex-direction:column;gap:19px;margin-top:27px}.principle{display:flex;align-items:flex-start;gap:13px}.principle>span{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;color:var(--green);background:#edf3de;border-radius:9px}.principle svg{width:16px}.principle div{display:flex;flex-direction:column}.principle strong{font-size:11px}.principle p{color:var(--muted);font-size:10px;margin:4px 0 0}.guide-note{background:#173e31;color:#fff;padding:29px;border-radius:14px;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.guide-note>svg{color:var(--lime);width:25px;margin-bottom:18px}.guide-note .page-kicker{color:#aebe89}.guide-note blockquote{font:600 19px/1.45 Manrope,DM Sans,Arial,sans-serif;letter-spacing:-.4px;margin:14px 0 20px}.guide-note>span{color:#9db2a8;font-size:10px}.checklist-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.checklist-item{min-height:100px;padding:23px 26px;display:flex;gap:15px;align-items:flex-start;border-bottom:1px solid #ebeee8}.checklist-item:nth-child(odd){border-right:1px solid #ebeee8}.checklist-item:nth-last-child(-n+2){border-bottom:0}.checklist-item>span{width:27px;height:27px;flex:0 0 auto;display:grid;place-items:center;color:var(--green);background:#eaf1d8;border-radius:50%;font-size:10px;font-weight:800}.checklist-item strong{font-size:11px}.checklist-item p{color:var(--muted);font-size:10px;margin:5px 0 0;line-height:1.5}.guide-roadmap{padding:35px;color:#fff;background:#1a2b25;border-radius:17px}.guide-roadmap .page-kicker{color:#9fb2a8}.roadmap-items{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:24px}.roadmap-card{padding:21px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px}.roadmap-card.active{border-color:#d8f08066;background:#d8f08012}.roadmap-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.roadmap-top>span{color:var(--lime)}.roadmap-top svg{width:19px}.roadmap-top small{color:#9db0a6;font-size:7px;letter-spacing:1px}.roadmap-card.active .roadmap-top small{color:var(--lime)}.roadmap-card p{color:#93a69c}@media(max-width:850px){.login-page{grid-template-columns:1fr}.login-copy{min-height:540px;padding:100px 35px 55px}.login-copy .brand{top:30px}.login-panel-wrap{min-height:550px}.sidebar{width:76px;padding:24px 10px}.sidebar-brand>span:last-child,.nav-item:not(.active):after,.nav-item{font-size:0}.sidebar-brand{margin:0 auto 38px}.sidebar nav{align-items:center}.nav-item{width:46px;justify-content:center;padding:0}.nav-item svg{width:20px}.environment,.user-card div,.user-card button{display:none}.user-card{display:flex;justify-content:center;padding:18px 0 0}.content{margin-left:-172px}.overview-stats{grid-template-columns:1fr 1fr}}@media(max-width:620px){.app-shell{display:block}.sidebar{display:none}.content{grid-column:auto;margin-left:0;width:100%}.admin-mobile-nav{height:64px;display:flex;position:fixed;z-index:30;left:0;right:0;bottom:0;padding:5px 6px env(safe-area-inset-bottom);overflow-x:auto;background:#173e31;box-shadow:0 -5px 20px #00000026}.admin-mobile-nav .nav-item{min-width:64px;height:52px;padding:4px 7px;flex-direction:column;justify-content:center;gap:2px;color:#9db0a6;font-size:8px}.admin-mobile-nav .nav-item svg{width:17px}.admin-mobile-nav .nav-item.active{color:#fff;background:#ffffff14}.admin-mobile-nav .nav-item.active i{display:none}.content .page{padding-bottom:95px}.login-page{display:block}.login-copy{min-height:430px;padding:90px 24px 38px;justify-content:flex-start}.login-copy:after{display:none}.login-copy .brand{top:25px}.login-copy h1{font-size:43px;line-height:1.08;letter-spacing:-2.5px;margin:18px 0 16px}.login-copy>p{font-size:15px;line-height:1.55}.eyebrow{margin-top:22px}.login-features{display:none}.login-panel-wrap{min-height:520px;padding:34px 18px}.login-panel{padding:30px 24px}.topbar{padding:0 18px}.online{display:none!important}.page{padding:30px 18px 60px}.page-heading{align-items:flex-start}.heading-badge{display:none}.card{padding:22px 18px}.form-grid,.form-grid.three{grid-template-columns:1fr;gap:17px}.form-actions{align-items:flex-end;gap:12px}.form-actions p{max-width:150px}.catalog-heading{align-items:flex-start}.count-badge{display:none}.catalog-layout{grid-template-columns:1fr}.catalog-tabs button span{display:none}.mini-grid{grid-template-columns:1fr}.overview-stats{grid-template-columns:1fr 1fr;gap:10px}.overview-stat{min-height:145px;padding:16px}.users-toolbar{align-items:stretch;flex-direction:column}.users-toolbar select{width:100%}.users-empty{min-height:300px;padding:25px 18px}.setting-card{grid-template-columns:40px 1fr;padding:20px 18px}.setting-card>label,.setting-card>.source-checks{grid-column:1 / -1}.source-checks{justify-content:flex-start}.guide-page{gap:40px}.guide-hero{grid-template-columns:1fr;padding:35px 28px 0}.guide-phone{height:300px;transform:translateY(20px) rotate(1deg)}.journey-grid{grid-template-columns:1fr 1fr}.guide-principles{grid-template-columns:1fr;padding:26px 22px;gap:25px}.checklist-card{grid-template-columns:1fr}.checklist-item,.checklist-item:nth-child(odd){border-right:0;border-bottom:1px solid #ebeee8}.checklist-item:last-child{border-bottom:0}.roadmap-items{grid-template-columns:1fr}}.lp{min-height:100vh;color:#17231f;background:#f8f9f4;overflow:hidden}.lp-header{height:76px;padding:0 clamp(25px,6vw,90px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7e9e2;background:#f8f9f4f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;z-index:20}.lp-header nav{display:flex;align-items:center;gap:clamp(20px,3vw,42px)}.lp-header nav a{color:#59665f;text-decoration:none;font-size:12px;font-weight:600}.lp-header nav a:hover{color:var(--green)}.lp-menu-button{display:none;border:0;background:none;color:var(--green)}.lp-hero{min-height:660px;display:grid;grid-template-columns:1.03fr .97fr;background:#f8f9f4}.lp-hero-copy{padding:95px 40px 65px clamp(35px,8vw,130px);align-self:center}.lp-pill{display:inline-flex;align-items:center;gap:9px;color:#995021;background:var(--orange-soft);border:1px solid #f3d5c0;border-radius:20px;padding:8px 12px;font-size:9px;letter-spacing:1.4px;font-weight:700}.lp-pill span{width:6px;height:6px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 4px #d9661f24}.lp-hero h1{font:700 clamp(54px,6.3vw,90px)/.98 "Manrope","DM Sans",Arial,sans-serif;letter-spacing:clamp(-5px,-.4vw,-3px);margin:27px 0 24px}.lp-hero h1 em{color:var(--green);font-style:normal}.lp-hero-copy>p{max-width:580px;color:#68766f;font-size:17px;line-height:1.7;margin:0}.lp-hero-actions{display:flex;align-items:center;gap:25px;margin-top:34px}.lp-button{min-height:51px;padding:0 20px;border-radius:10px;display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-size:12px;font-weight:700}.lp-button svg{width:17px}.lp-button.primary{color:#fff;background:var(--green)}.lp-hero-actions>span{display:flex;gap:8px;color:#79857f;font-size:10px;align-items:center}.lp-hero-actions>span svg{width:16px;color:#6c914e}.lp-trust-row{display:flex;align-items:center;gap:26px;margin-top:58px}.lp-trust-row div{display:flex;flex-direction:column}.lp-trust-row strong{font:700 15px Manrope,DM Sans,Arial,sans-serif}.lp-trust-row small{color:#89938e;font-size:9px;margin-top:4px}.lp-trust-row i{height:30px;width:1px;background:#dce1da}.lp-hero-visual{min-height:660px;position:relative;display:grid;place-items:center;background:#173e31;overflow:hidden}.lp-map-grid{position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:62px 62px;transform:rotate(13deg) scale(1.2)}.lp-hero-visual:after{content:"";position:absolute;width:450px;height:450px;border-radius:50%;background:#d8f08012;filter:blur(3px)}.lp-phone{width:295px;height:530px;border:8px solid #0a241b;border-radius:35px;background:#edf0eb;overflow:hidden;z-index:3;box-shadow:0 35px 70px #0006;transform:rotate(-2deg)}.lp-phone-head{height:67px;display:flex;align-items:center;gap:10px;padding:12px 15px;background:#fafbf8;border-bottom:1px solid #dce1dc}.lp-phone-head>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--lime);color:var(--green)}.lp-phone-head svg{width:18px}.lp-phone-head div{display:flex;flex-direction:column}.lp-phone-head strong{font-size:11px}.lp-phone-head small{color:#739164;font-size:8px}.lp-chat{min-height:100%;padding:21px 13px;display:flex;flex-direction:column;gap:12px;background:#e7ede6}.lp-chat-date{align-self:center;color:#829087;font-size:7px}.lp-chat-user{align-self:flex-end;padding:10px 11px;margin:0;border-radius:11px 11px 2px;background:#daf0a3;font-size:10px}.lp-chat-bot{align-self:flex-start;max-width:235px;padding:13px;border-radius:11px 11px 11px 2px;background:#fff;box-shadow:0 2px 5px #0000000d}.lp-chat-bot>strong{color:var(--green);font-size:10px}.lp-chat-bot p{padding:9px 0;margin:0;font-size:9px;line-height:1.45;border-bottom:1px solid #edf0ec}.lp-chat-bot p b{color:var(--green)}.lp-chat-bot p small{color:#7c8982;font-size:8px}.lp-chat-bot div{display:flex;gap:6px;padding-top:11px}.lp-chat-bot button{padding:6px 9px;border:1px solid #d7ddd7;color:var(--green);background:#f7f9f4;border-radius:6px;font-size:8px;font-weight:700}.map-pin{position:absolute;width:44px;height:44px;display:grid;place-items:center;color:var(--green);background:var(--lime);border:5px solid rgba(23,62,49,.75);border-radius:50% 50% 50% 7px;z-index:2;box-shadow:0 10px 25px #00000040}.map-pin svg{width:16px}.pin-a{left:13%;top:22%;transform:rotate(-15deg)}.pin-b{right:10%;top:16%;transform:rotate(22deg)}.pin-c{right:13%;bottom:16%;transform:rotate(12deg)}.lp-price-card{position:absolute;left:8%;bottom:16%;z-index:5;padding:13px 15px;display:flex;align-items:center;gap:11px;border-radius:12px;background:#fff;box-shadow:0 12px 35px #00000040}.lp-price-card>span{width:32px;height:32px;display:grid;place-items:center;color:var(--orange);background:var(--orange-soft);border-radius:9px}.lp-price-card svg{width:15px}.lp-price-card div{display:flex;flex-direction:column}.lp-price-card small{color:#819087;font-size:7px;letter-spacing:.8px}.lp-price-card strong{color:var(--orange);font:800 17px Manrope,DM Sans,Arial,sans-serif}.lp-strip{min-height:99px;padding:20px clamp(30px,7vw,110px);display:flex;align-items:center;justify-content:space-between;background:#e8eed8;color:#43564b;border-top:3px solid var(--orange)}.lp-strip>p{color:var(--green);font:700 15px Manrope,DM Sans,Arial,sans-serif}.lp-strip>div{display:flex;align-items:center;gap:25px;font-size:12px;font-weight:600}.lp-strip i{width:5px;height:5px;background:var(--orange);border-radius:50%}.lp-section{padding:100px clamp(35px,8vw,130px)}.lp-section-heading{max-width:660px;margin-bottom:48px}.lp-kicker{color:#748867;font-size:10px;letter-spacing:2px;font-weight:700;margin:0}.lp-section h2,.lp-benefits h2,.lp-merchants h2,.lp-trust h2,.lp-final-cta h2{font:700 clamp(33px,4vw,52px)/1.12 "Manrope","DM Sans",Arial,sans-serif;letter-spacing:-2.5px;margin:12px 0 17px}.lp-section-heading>p:last-child,.lp-benefits-copy>p:not(.lp-kicker),.lp-merchants-copy>p:not(.lp-kicker){color:var(--muted);line-height:1.65;font-size:14px}.lp-steps{max-width:1180px;display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.lp-hero-actions>.lp-button.primary.disabled{color:#d3ddd8;background:#60766b;cursor:default}.lp-whatsapp{padding:85px clamp(35px,8vw,130px);display:grid;grid-template-columns:1fr 330px;gap:90px;align-items:center;color:#fff;background:#173e31}.lp-whatsapp-copy{max-width:670px}.lp-whatsapp .lp-kicker{color:#f3a36d}.lp-whatsapp h2{font:700 clamp(38px,5vw,60px)/1.08 "Manrope","DM Sans",Arial,sans-serif;letter-spacing:-3px;margin:13px 0 20px}.lp-whatsapp-copy>p:not(.lp-kicker){max-width:570px;color:#bfd0c7;font-size:14px;line-height:1.7}.lp-whatsapp .lp-button{margin-top:22px;color:var(--green)}.whatsapp-unavailable{display:inline-block;margin-top:24px;padding:12px 15px;color:#c6d5ce;background:#ffffff14;border-radius:9px;font-size:11px}.lp-qr-card{padding:18px;background:#fff;border-radius:19px;box-shadow:0 25px 60px #00000040}.lp-qr-card>a:first-child,.lp-qr-card>a:first-child img,.lp-qr-placeholder{width:100%;aspect-ratio:1;display:block;border-radius:10px}.lp-qr-placeholder{display:grid;place-items:center;color:#9aaba3;background:#f1f4ef}.lp-qr-placeholder svg{width:75px;height:75px}.lp-qr-card>div{padding:15px 5px 2px;display:flex;align-items:center;gap:10px;color:var(--green)}.lp-qr-card>div>svg{width:21px}.lp-qr-card>div>span{display:flex;flex-direction:column}.lp-qr-card strong{font-size:11px}.lp-qr-card small{margin-top:2px;color:#829088;font-size:9px}.lp-qr-card .lp-qr-open{min-height:auto;aspect-ratio:auto;margin-top:12px;padding:11px 12px;display:flex;align-items:center;gap:7px;color:#fff;background:#1e5a45;border-radius:9px;text-decoration:none;font-size:10px;font-weight:700}.lp-qr-open svg{width:16px}.lp-qr-card .lp-qr-open small{margin:0 0 0 auto;color:#d0ddd7}.merchant-submit-page{min-height:100vh;background:#f8f9f4}.lp-button.compact{min-height:38px;padding:0 16px;font-size:11px}.merchant-submit-main{max-width:1240px;margin:0 auto;padding:70px 32px 90px;display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.merchant-submit-intro{position:sticky;top:120px}.merchant-submit-intro h1{font:700 clamp(40px,5vw,68px)/1.05 "Manrope","DM Sans",Arial,sans-serif;letter-spacing:-3px;margin:16px 0 22px}.merchant-submit-intro h1 em{color:#748867;font-style:normal}.merchant-submit-intro>p{color:#66726c;font-size:17px;line-height:1.7;max-width:500px}.merchant-submit-intro>div{display:flex;flex-direction:column;gap:13px;margin-top:30px;color:#405048;font-size:13px;font-weight:700}.merchant-submit-intro>div span{display:flex;align-items:center;gap:9px}.merchant-submit-intro>div svg{width:17px;color:var(--green)}.merchant-submit-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:0 18px 55px #173e3112}.submission-section{display:flex;align-items:center;gap:12px;padding-bottom:16px;margin:10px 0 22px;border-bottom:1px solid var(--line)}.submission-section:not(:first-child){margin-top:38px}.submission-section>svg{width:38px;height:38px;padding:9px;color:var(--green);background:#edf4d7;border-radius:10px}.submission-section div{display:flex;flex-direction:column;gap:3px}.submission-section small{color:#849089;font-size:10px}.merchant-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.merchant-form-grid .wide{grid-column:1 / -1}.location-button{width:100%;margin-top:18px;padding:14px;display:flex;justify-content:center;align-items:center;gap:8px;color:var(--green);background:#f2f6e8;border:1px dashed #9aad69;border-radius:10px;font-weight:700;cursor:pointer}.location-button svg{width:18px}.hidden-field{position:absolute;left:-9999px}.submission-note{margin:22px 0 14px;color:#7a857f;font-size:10px;line-height:1.6}.submission-send{width:100%;justify-content:center}.submission-success{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.submission-success>svg{width:64px;height:64px;color:var(--green)}.submission-success h2{margin:20px 0 8px;font-size:28px}.submission-success p{max-width:440px;color:#748079;line-height:1.7;margin-bottom:25px}.submission-review-list{display:grid;gap:14px}.submission-review{display:grid;grid-template-columns:1.3fr .8fr auto;align-items:center;gap:24px;margin:0}.review-main{display:flex;gap:13px;align-items:flex-start}.review-main h2{margin:4px 0 6px;font-size:17px}.review-main small,.review-contact small{color:#849089;font-size:9px}.review-main a{display:block;margin-top:7px;color:var(--green);font-size:11px}.review-contact{display:flex;flex-direction:column;gap:4px;font-size:11px}.review-actions{display:flex;gap:8px}.review-actions .button{min-height:38px;padding:0 13px;font-size:10px}.legal-consent{display:flex;align-items:flex-start;gap:10px;margin:22px 0 15px;color:#637069;font-size:11px;line-height:1.6}.legal-consent input{width:17px;height:17px;margin-top:1px;accent-color:var(--green)}.legal-consent a,.legal-main a{color:var(--green);font-weight:700}.footer-legal-links{display:flex;align-items:center;gap:18px}.footer-legal-links a{display:inline-flex;align-items:center;gap:4px;color:inherit;text-decoration:none}.footer-legal-links svg{width:14px}.legal-page{min-height:100vh;background:#f8f9f4}.legal-back{display:inline-flex;align-items:center;gap:6px;color:#59665f;text-decoration:none;font-size:11px;font-weight:700}.legal-back svg{width:16px}.legal-main{max-width:850px;margin:0 auto;padding:75px 30px 95px}.legal-main>h1{font:700 clamp(42px,6vw,68px)/1.05 "Manrope","DM Sans",Arial,sans-serif;letter-spacing:-3px;margin:16px 0 17px}.legal-lead{color:#69756f;font-size:18px;line-height:1.7;margin-bottom:55px}.legal-main section{padding:28px 0;border-top:1px solid var(--line)}.legal-main section h2{margin:0 0 13px;color:#23382f;font-size:18px}.legal-main section p,.legal-main section li{color:#59665f;font-size:14px;line-height:1.8}.legal-main section p{margin:0}.legal-main section ul{margin:0;padding-left:20px}.legal-footer{padding:25px clamp(25px,6vw,90px);display:flex;justify-content:space-between;gap:25px;color:#d9e1dc;background:#173e31;font-size:10px}.legal-footer div{display:flex;gap:20px}.legal-footer a{color:#fff;text-decoration:none}.public-header{height:76px;padding:0 clamp(25px,6vw,90px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(231,233,226,.9);background:#f8f9f4f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:60}.public-header nav{display:flex;align-items:center;gap:30px}.public-header nav>a{color:#435048;text-decoration:none;font-size:11px;font-weight:700;white-space:nowrap}.public-header nav>a:hover{color:var(--green)}.public-header .header-cta{min-height:39px;padding:0 16px;display:inline-flex;align-items:center;gap:7px;color:#fff;background:var(--orange);border-radius:9px}.public-header .header-cta:hover{color:#fff;background:#b95217}.public-header .header-cta svg{width:14px}.public-menu-button{display:none;padding:0;color:var(--green);background:none;border:0}.public-footer{color:#fff;background:#102e25}.public-footer-top{padding:70px clamp(25px,6vw,90px) 58px;display:grid;grid-template-columns:1.2fr .55fr .65fr 1fr;gap:clamp(35px,5vw,75px);align-items:start}.footer-brand-block .brand{color:#fff}.footer-brand-block h2{margin:25px 0 10px;font:650 clamp(24px,3vw,36px)/1.18 "Manrope","DM Sans",Arial,sans-serif;letter-spacing:-1.5px}.footer-brand-block p{margin:0;color:#a9bbb3;font-size:12px}.footer-column{display:flex;flex-direction:column;gap:14px}.footer-column>strong{margin-bottom:6px;color:#82978e;font-size:9px;letter-spacing:1.8px}.footer-column a{display:flex;align-items:center;gap:7px;color:#dce6e1;text-decoration:none;font-size:11px}.footer-column a:hover{color:var(--lime)}.footer-column svg{width:14px}.footer-merchant-card{min-height:145px;padding:22px;display:grid;grid-template-columns:38px 1fr 18px;gap:13px;align-items:start;color:#173e31;background:var(--lime);border-radius:16px;text-decoration:none;transition:transform .2s ease}.footer-merchant-card:hover{transform:translateY(-3px)}.footer-merchant-card>span{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:var(--green);border-radius:10px}.footer-merchant-card svg{width:18px}.footer-merchant-card div{display:flex;flex-direction:column;gap:5px}.footer-merchant-card small{font-size:8px;letter-spacing:1.2px}.footer-merchant-card strong{font-size:14px}.footer-merchant-card p{margin:0;color:#4b604f;font-size:10px;line-height:1.5}.public-footer-bottom{min-height:62px;padding:16px clamp(25px,6vw,90px);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#80968d;border-top:1px solid rgba(255,255,255,.08);font-size:9px}.public-footer-bottom a{color:#b7c7c0;text-decoration:none}.mp-flow.simple-flow{max-width:820px;grid-template-columns:repeat(2,1fr)}.simple-flow-note{max-width:820px;margin-top:16px;padding:16px 18px;display:flex;align-items:center;gap:10px;color:#5f6d65;background:#edf4d7;border-radius:11px;font-size:11px}.simple-flow-note svg{width:18px;flex:0 0 auto;color:var(--green)}.contact-page{min-height:100vh;background:#f8f9f4}.contact-main{max-width:1180px;margin:0 auto;padding:75px 30px 95px;display:grid;grid-template-columns:.75fr 1.25fr;gap:75px;align-items:start}.contact-intro{padding-top:20px}.contact-icon{width:52px;height:52px;margin-bottom:25px;display:grid;place-items:center;color:var(--green);background:#edf4d7;border-radius:15px}.contact-intro h1{margin:15px 0 20px;font:700 clamp(42px,5vw,68px)/1.04 "Manrope","DM Sans",Arial,sans-serif;letter-spacing:-3px}.contact-intro h1 em{color:#748867;font-style:normal}.contact-intro>p{max-width:440px;color:#69756f;font-size:16px;line-height:1.7}.contact-intro>a{margin-top:25px;display:inline-flex;align-items:center;gap:8px;color:var(--green);text-decoration:none;font-size:12px;font-weight:700}.contact-intro>a svg{width:17px}.contact-card{padding:35px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 55px #173e3112}.contact-form-heading{margin-bottom:28px}.contact-form-heading h2{margin:0 0 6px;font-size:23px}.contact-form-heading p{margin:0;color:#849089;font-size:11px}.field textarea{width:100%;padding:13px 14px;resize:vertical;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:9px;font:inherit;line-height:1.55}.field textarea:focus{outline:2px solid rgba(116,136,103,.2);border-color:#8fa079}.contact-success{min-height:470px}.contact-inbox{display:grid;gap:13px}.contact-message{margin:0}.contact-message-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.contact-message-head span{color:#78877f;font-size:8px;font-weight:800;letter-spacing:1.5px}.contact-message-head h2{margin:5px 0 3px;font-size:17px}.contact-message-head a{color:var(--green);font-size:11px;text-decoration:none}.contact-message>p{margin:20px 0 0;padding-top:17px;color:#59665f;border-top:1px solid var(--line);font-size:12px;line-height:1.7;white-space:pre-wrap}.contact-message .button{min-height:38px;padding:0 13px;font-size:10px}@media(max-width:900px){.merchant-submit-main{grid-template-columns:1fr;gap:35px;padding-top:45px}.merchant-submit-intro{position:static}.submission-review{grid-template-columns:1fr}.public-footer-top{grid-template-columns:1fr 1fr}.footer-brand-block,.footer-merchant-card{grid-column:1 / -1}.contact-main{grid-template-columns:1fr;gap:35px}}@media(max-width:560px){.merchant-submit-main{padding:32px 16px 60px}.merchant-submit-card{padding:22px 17px}.merchant-form-grid{grid-template-columns:1fr}.merchant-form-grid .wide{grid-column:auto}.review-actions{flex-direction:column}.footer-legal-links{flex-wrap:wrap;gap:10px 15px}.legal-footer{flex-direction:column}.public-header{height:68px;padding:0 18px}.public-header nav{display:none;position:absolute;inset:68px 0 auto;padding:18px;flex-direction:column;align-items:stretch;gap:4px;background:#f8f9f4;border-bottom:1px solid var(--line);box-shadow:0 15px 30px #173e3114}.public-header nav.open{display:flex}.public-header nav>a{padding:13px 10px}.public-header .header-cta{margin-top:6px;justify-content:center}.public-menu-button{display:block}.public-footer-top{padding:48px 22px 38px;grid-template-columns:1fr;gap:34px}.footer-brand-block,.footer-merchant-card{grid-column:auto}.public-footer-bottom{padding:20px 22px;flex-direction:column;align-items:flex-start;gap:9px}.contact-main{padding:40px 16px 65px}.contact-card{padding:24px 17px}.contact-message-head{flex-direction:column}}.lp-step{min-height:230px;padding:27px 24px;background:#fff;border:1px solid #e0e4dd;border-radius:14px}.lp-step>div{display:flex;justify-content:space-between;align-items:flex-start}.lp-step>div>span{width:43px;height:43px;display:grid;place-items:center;color:var(--orange);background:var(--orange-soft);border-radius:11px}.lp-step svg{width:19px}.lp-step small{color:var(--orange);font:700 11px Manrope,DM Sans,Arial,sans-serif}.lp-step h3{font:700 16px Manrope,DM Sans,Arial,sans-serif;margin:30px 0 10px}.lp-step p{color:var(--muted);font-size:11px;line-height:1.6;margin:0}.lp-benefits{padding:95px clamp(35px,8vw,130px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,9vw,140px);align-items:center;background:#fff}.lp-benefits-visual{aspect-ratio:1;max-width:510px;width:100%;border-radius:50%;position:relative;display:grid;place-items:center;background:#f1f5e6;border:1px solid #e5eadc}.lp-benefits-visual:before,.lp-benefits-visual:after{content:"";position:absolute;border-radius:50%;border:1px dashed #cad7b4}.lp-benefits-visual:before{top:13%;right:13%;bottom:13%;left:13%}.lp-benefits-visual:after{top:30%;right:30%;bottom:30%;left:30%}.benefit-center{width:150px;height:150px;border-radius:50%;z-index:2;color:#fff;background:var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 20px 45px #1e5a4540}.benefit-center .brand-mark{width:38px;height:38px;margin-bottom:8px}.benefit-center strong{font:700 16px Manrope,DM Sans,Arial,sans-serif}.benefit-center small{color:#a9c0b4;font-size:7px;margin-top:4px}.benefit-orbit{position:absolute;width:60px;height:60px;z-index:3;display:grid;place-items:center;color:var(--green);background:#fff;border:1px solid #dde4d8;border-radius:17px;box-shadow:0 12px 30px #1e3c2d1f}.benefit-orbit svg{width:22px}.orbit-one{top:8%;left:45%}.orbit-two{left:7%;bottom:25%}.orbit-three{right:7%;bottom:24%}.lp-benefits-copy{max-width:550px}.lp-checks{display:flex;flex-direction:column;gap:22px;margin-top:31px}.lp-check-item{display:flex;align-items:flex-start;gap:13px}.lp-check-item>span{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:var(--green);border-radius:50%}.lp-check-item svg{width:14px}.lp-check-item div{display:flex;flex-direction:column}.lp-check-item strong{font-size:12px}.lp-check-item p{color:var(--muted);font-size:10px;margin:5px 0 0}.lp-merchants{padding:100px clamp(35px,8vw,130px);color:#fff;background:#173e31;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(50px,9vw,140px);align-items:center}.lp-merchants .lp-kicker{color:#b7ca7d}.lp-merchants-copy>p:not(.lp-kicker){color:#a8bbb2}.lp-merchants ul{display:grid;grid-template-columns:1fr 1fr;gap:17px;list-style:none;padding:0;margin:30px 0 0}.lp-merchants li{display:flex;gap:8px;align-items:center;color:#ccdad3;font-size:10px}.lp-merchants li svg{width:15px;color:var(--lime)}.lp-merchant-panel{padding:25px;color:var(--ink);background:#f9faf6;border-radius:16px;box-shadow:0 30px 70px #00000040}.merchant-panel-head,.merchant-panel-head>div{display:flex;align-items:center;justify-content:space-between}.merchant-panel-head>div{gap:10px}.merchant-panel-head>div>span{width:38px;height:38px;display:grid;place-items:center;color:var(--green);background:#e9f0d9;border-radius:10px}.merchant-panel-head svg{width:17px}.merchant-panel-head>div div{display:flex;flex-direction:column}.merchant-panel-head strong{font-size:11px}.merchant-panel-head small{color:#78906d;font-size:8px}.merchant-panel-head>small{padding:5px 8px;color:#3d702c;background:#e3f0d9;border-radius:5px;letter-spacing:1px}.merchant-metrics{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:22px 0}.merchant-metrics>div{padding:17px;display:flex;flex-direction:column;background:#eef2e7;border-radius:10px}.merchant-metrics small{color:#7f8b85;font-size:7px;letter-spacing:.8px}.merchant-metrics strong{color:var(--green);font:700 25px Manrope,DM Sans,Arial,sans-serif;margin:7px 0 2px}.merchant-metrics span{color:#74816f;font-size:8px}.merchant-offer{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:13px 0;border-top:1px solid #e3e7df}.merchant-offer>span{width:34px;height:34px;display:grid;place-items:center;color:var(--green);background:#edf2e4;border-radius:8px}.merchant-offer svg{width:15px}.merchant-offer>div{display:flex;flex-direction:column}.merchant-offer strong{font-size:10px}.merchant-offer small{color:#8b9690;font-size:8px;margin-top:3px}.merchant-offer b{color:var(--green);font-size:11px}.lp-trust{padding:100px clamp(35px,8vw,130px)}.lp-trust>div:first-child{max-width:600px}.lp-trust-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:43px}.lp-trust-cards article{padding:27px;background:#fff;border:1px solid #e0e4dd;border-radius:14px}.lp-trust-cards article>span{color:var(--green)}.lp-trust-cards svg{width:24px}.lp-trust-cards h3{font:700 14px Manrope,DM Sans,Arial,sans-serif;margin:18px 0 8px}.lp-trust-cards p{color:var(--muted);font-size:10px;line-height:1.6;margin:0}.lp-final-cta{min-height:430px;padding:75px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:#1e5a45;position:relative;overflow:hidden}.lp-final-cta:before,.lp-final-cta:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(216,240,128,.1);border-radius:50%}.lp-final-cta:before{left:-230px;bottom:-250px}.lp-final-cta:after{right:-230px;top:-250px}.cta-mark{width:49px;height:49px;display:grid;place-items:center;color:var(--green);background:var(--lime);border-radius:15px 15px 15px 5px;margin-bottom:20px}.cta-mark svg{width:22px}.lp-final-cta .lp-kicker{color:#c8daa0}.lp-final-cta h2{margin-bottom:8px}.lp-final-cta>p:not(.lp-kicker){color:#b9d0c5;margin:0}.lp-button.light{margin-top:27px;color:var(--green);background:#fff}.lp-footer{color:#bccac3;background:#102a21;padding:55px clamp(35px,8vw,130px) 25px}.lp-footer-main{display:flex;justify-content:space-between;gap:50px;padding-bottom:45px}.footer-brand{color:#fff}.lp-footer-main>div:first-child>p{color:#81968c;font-size:11px;margin:13px 0}.lp-footer-links{display:flex;gap:90px}.lp-footer-links>div{display:flex;flex-direction:column;gap:10px}.lp-footer-links strong{color:#7f958a;font-size:8px;letter-spacing:1.4px;margin-bottom:5px}.lp-footer-links a{color:#b4c3bc;text-decoration:none;font-size:10px}.lp-footer-bottom{min-height:55px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;align-items:flex-end}.lp-footer-bottom strong{color:#9eafa7;font-size:10px;letter-spacing:.2px}.lp-footer-bottom a{display:flex;align-items:center;gap:7px;color:var(--lime);text-decoration:none;font-size:10px;font-weight:700}.lp-footer-bottom svg{width:14px}@media(max-width:900px){.lp-header nav{display:none;position:absolute;left:20px;right:20px;top:68px;padding:20px;flex-direction:column;align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 18px 40px #00000024}.lp-header nav.open{display:flex}.lp-menu-button{margin-left:auto}.lp-menu-button{display:grid;place-items:center}.lp-hero{grid-template-columns:1fr}.lp-hero-visual{min-height:620px}.lp-strip{flex-direction:column;justify-content:center}.lp-steps{grid-template-columns:1fr 1fr}.lp-benefits,.lp-merchants{grid-template-columns:1fr}.lp-whatsapp{grid-template-columns:1fr 280px;gap:45px}.lp-benefits-visual{justify-self:center}}@media(max-width:600px){.lp-header{height:68px;padding:0 18px}.lp-header .brand{font-size:18px}.lp-header .brand-mark{width:35px;height:35px}.lp-hero{min-height:auto}.lp-hero-copy{padding:52px 20px 42px}.lp-pill{max-width:100%;padding:7px 10px;font-size:8px;letter-spacing:1.1px}.lp-hero h1{font-size:clamp(43px,13.5vw,54px);line-height:1.02;letter-spacing:-2.8px;margin:22px 0 18px}.lp-hero-copy>p{font-size:15px}.lp-hero-actions{align-items:flex-start;flex-direction:column;gap:18px;margin-top:27px}.lp-button{min-height:48px}.lp-trust-row{gap:12px;margin-top:38px;justify-content:space-between}.lp-trust-row i{height:26px}.lp-trust-row strong{font-size:12px}.lp-trust-row small{font-size:7px}.lp-hero-visual{min-height:515px}.lp-phone{width:250px;height:440px;border-width:6px;border-radius:29px}.lp-phone-head{height:58px}.lp-chat{padding:15px 10px}.lp-price-card{left:3%;bottom:10%}.pin-a{left:4%}.pin-b{right:3%}.lp-strip{min-height:105px;padding:18px 20px;gap:7px}.lp-strip>p{margin:0}.lp-strip>div{gap:8px 10px;flex-wrap:wrap;justify-content:center;line-height:1.6}.lp-section,.lp-benefits,.lp-merchants,.lp-trust{padding:62px 20px}.lp-section-heading{margin-bottom:30px}.lp-section h2,.lp-benefits h2,.lp-merchants h2,.lp-trust h2,.lp-final-cta h2{letter-spacing:-1.8px}.lp-steps,.lp-trust-cards{grid-template-columns:1fr}.lp-whatsapp{grid-template-columns:1fr;padding:60px 20px;gap:35px}.lp-qr-card{width:min(100%,310px);justify-self:center}.lp-steps{gap:11px}.lp-step{min-height:165px;padding:21px 20px}.lp-step>div>span{width:38px;height:38px}.lp-step h3{margin:19px 0 7px}.lp-benefits{gap:45px}.lp-benefits-visual{max-width:290px;justify-self:center}.benefit-center{width:108px;height:108px}.benefit-orbit{width:49px;height:49px;border-radius:14px}.lp-checks{gap:18px;margin-top:26px}.lp-merchants{gap:38px}.lp-merchants ul{grid-template-columns:1fr}.lp-merchants li{font-size:11px}.lp-merchant-panel{padding:18px 15px}.merchant-metrics{grid-template-columns:1fr 1fr}.merchant-metrics>div{padding:13px}.merchant-metrics strong{font-size:21px}.merchant-offer{grid-template-columns:31px minmax(0,1fr) auto;gap:8px}.merchant-offer>span{width:31px;height:31px}.merchant-offer strong,.merchant-offer small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.lp-trust-cards{gap:11px;margin-top:28px}.lp-trust-cards article{padding:22px 20px}.lp-trust-cards h3{margin:13px 0 6px}.lp-final-cta{min-height:350px;padding:60px 20px}.lp-footer{padding:42px 20px 22px}.lp-footer-main,.lp-footer-bottom{flex-direction:column;align-items:flex-start}.lp-footer-main{gap:30px;padding-bottom:32px}.lp-footer-links{width:100%;gap:50px}.lp-footer-bottom{gap:18px;padding-top:22px}}@media(max-width:350px){.lp-header{padding:0 14px}.lp-hero-copy{padding-left:16px;padding-right:16px}.lp-hero h1{font-size:42px}.lp-trust-row{gap:8px}.lp-trust-row div{max-width:82px}.lp-phone{width:232px}.lp-price-card{transform:scale(.9);transform-origin:left bottom}.merchant-metrics{grid-template-columns:1fr}}.partner-public-page{min-height:100vh;background:#f7f9f3}.partner-login{min-height:calc(100vh - 76px);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:8vw;padding:70px clamp(28px,9vw,140px);background:#f7f9f3}.partner-login>section{max-width:650px}.partner-login h1{font:700 clamp(44px,5vw,70px)/1.05 "Manrope",sans-serif;letter-spacing:-3px;margin:14px 0 22px}.partner-login h1 em{color:var(--green);font-style:normal}.partner-login>section>p:last-of-type{color:var(--muted);font-size:16px;line-height:1.65}.partner-benefits{display:flex;gap:22px;margin-top:34px;color:#637168;font-size:11px;font-weight:700}.partner-benefits span{display:flex;align-items:center;gap:8px}.partner-benefits svg{width:17px;color:var(--green)}.partner-login-card{max-width:430px;padding:38px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 22px 60px #23413017}.partner-login-card .soft-icon{margin-bottom:28px}.partner-login-card h2{font:700 25px Manrope,sans-serif;margin:8px 0}.partner-login-card>p:not(.panel-kicker){color:var(--muted);font-size:13px;line-height:1.5}.partner-login-card .google-button,.partner-login-card>a.button{width:100%;margin-top:24px;text-decoration:none}.partner-login-card .google-button svg{width:17px;margin-left:auto}.partner-onboarding{min-height:100vh;padding:28px 24px 70px;background:#f4f5ef}.partner-onboarding>header{max-width:900px;margin:0 auto 45px;display:flex;align-items:center;justify-content:space-between}.partner-onboarding>header button{border:0;color:var(--muted);background:transparent}.partner-onboarding form{max-width:760px;margin:auto;padding:42px}.partner-onboarding h1{font:700 32px Manrope,sans-serif;margin:8px 0}.partner-onboarding form>p:not(.page-kicker){color:var(--muted);font-size:13px}.partner-onboarding .button{margin-left:auto}.partner-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr;background:#f4f5ef}.partner-sidebar{position:fixed;inset:0 auto 0 0;width:250px;padding:28px 18px 20px;display:flex;flex-direction:column;color:#fff;background:#173e31}.partner-sidebar .brand{color:#fff;margin:0 10px 45px}.partner-sidebar .brand>span:last-child{display:flex;flex-direction:column}.partner-sidebar .brand small{color:#aabe8a;font:700 7px DM Sans,sans-serif;letter-spacing:1.2px}.partner-sidebar nav{display:flex;flex-direction:column;gap:6px}.partner-sidebar nav button{height:46px;padding:0 13px;display:flex;align-items:center;gap:12px;border:0;border-radius:9px;color:#b8c8c0;background:transparent;text-align:left;font-size:12px}.partner-sidebar nav button svg{width:18px}.partner-sidebar nav button.active{color:#fff;background:#ffffff1a}.partner-sidebar nav button.active svg{color:var(--lime)}.partner-user{margin-top:auto;padding:18px 5px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:8px}.partner-user>div{min-width:0;display:flex;flex:1;flex-direction:column}.partner-user strong,.partner-user small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.partner-user strong{font-size:11px}.partner-user small{color:#91a59b;font-size:9px}.partner-user button{padding:5px;border:0;color:#9caf9f;background:transparent}.partner-user svg{width:17px}.partner-content{grid-column:2;width:100%;max-width:1100px;padding:55px 45px}.partner-content>header{margin-bottom:32px}.partner-content>header h1{font:700 36px Manrope,sans-serif;margin:7px 0}.partner-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.partner-stats article{display:flex;flex-direction:column;gap:12px}.partner-stats small{color:var(--muted);text-transform:uppercase;letter-spacing:1px}.partner-stats strong{font:700 23px Manrope,sans-serif}.partner-locked{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.partner-locked>svg{width:45px;height:45px;padding:11px;color:var(--green);background:#eaf1db;border-radius:13px}.partner-locked h2{margin-top:18px}.partner-locked .button{margin-top:22px}@media(max-width:760px){.partner-login{grid-template-columns:1fr;padding:35px 20px 60px;gap:45px}.partner-login>section>.brand{margin-bottom:50px}.partner-benefits{flex-direction:column}.partner-login-card{max-width:none;padding:28px 22px}.partner-onboarding form{padding:28px 20px}.partner-onboarding .form-grid{grid-template-columns:1fr}.partner-shell{display:block}.partner-sidebar{position:static;width:100%;padding:18px}.partner-sidebar .brand{margin-bottom:18px}.partner-sidebar nav{flex-direction:row;overflow-x:auto}.partner-sidebar nav button{white-space:nowrap}.partner-user{margin-top:18px}.partner-content{padding:34px 18px}.partner-stats{grid-template-columns:1fr}}.mp{min-height:100vh;background:#f8f9f4}.mp-hero{min-height:520px;padding:70px clamp(35px,8vw,130px);display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;overflow:hidden}.mp-hero-copy{max-width:720px}.mp-back{display:inline-flex;align-items:center;gap:5px;margin-bottom:48px;color:#738079;text-decoration:none;font-size:10px;font-weight:700}.mp-back svg{width:14px}.mp-hero h1{font:700 clamp(45px,5.5vw,74px)/1.03 "Manrope","DM Sans",Arial,sans-serif;letter-spacing:-3.5px;margin:12px 0 22px}.mp-hero h1 em{color:var(--green);font-style:normal}.mp-hero-copy>p:last-child{max-width:620px;color:var(--muted);font-size:16px;line-height:1.7}.mp-hero-art{width:min(390px,100%);aspect-ratio:1;justify-self:center;position:relative;display:grid;place-items:center}.mp-art-ring{position:absolute;border-radius:50%;border:1px dashed #b9cba1}.mp-art-ring.outer{top:2%;right:2%;bottom:2%;left:2%;background:#edf3df}.mp-art-ring.inner{top:25%;right:25%;bottom:25%;left:25%;background:#fff}.mp-main-icon{width:105px;height:105px;z-index:2;display:grid;place-items:center;color:var(--lime);background:var(--green);border-radius:30px;box-shadow:0 20px 45px #1e5a4540}.mp-main-icon svg{width:43px;height:43px}.mp-float-icon{width:50px;height:50px;z-index:3;position:absolute;display:grid;place-items:center;color:var(--green);background:#fff;border:1px solid #dce3d7;border-radius:15px;box-shadow:0 10px 25px #1e3c2d1a}.mp-float-icon svg{width:19px}.mp-float-icon.one{top:7%;left:44%}.mp-float-icon.two{left:6%;bottom:23%}.mp-float-icon.three{right:7%;bottom:22%}.mp-content{padding:90px clamp(35px,8vw,130px) 110px;background:#fff}.mp-heading{max-width:690px;margin-bottom:42px}.mp-heading h2,.mp-cta h2{font:700 clamp(32px,4vw,48px)/1.15 "Manrope","DM Sans",Arial,sans-serif;letter-spacing:-2px;margin:10px 0 15px}.mp-heading>p:last-child{color:var(--muted);font-size:13px;line-height:1.65}.mp-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.mp-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.mp-feature-grid.three{grid-template-columns:repeat(3,1fr)}.mp-card{min-height:205px;padding:24px;border:1px solid #dfe4dc;border-radius:14px;background:#fbfcf9}.mp-card>div{display:flex;justify-content:space-between;align-items:flex-start}.mp-card>div>span{width:40px;height:40px;display:grid;place-items:center;color:var(--green);background:#eaf1db;border-radius:10px}.mp-card svg{width:18px}.mp-card small{color:#b6c0ba;font-size:9px;font-weight:800}.mp-card h3{font:700 14px Manrope,DM Sans,Arial,sans-serif;margin:28px 0 8px}.mp-card p{color:var(--muted);font-size:10px;line-height:1.6;margin:0}.mp-band{margin-top:28px;padding:25px 28px;color:#fff;background:#173e31;border-radius:14px;display:flex;justify-content:space-between;align-items:center;gap:30px}.mp-band>strong{font:700 14px Manrope,DM Sans,Arial,sans-serif}.mp-band>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:13px 20px}.mp-band span{display:flex;align-items:center;gap:6px;color:#c1d0c8;font-size:9px}.mp-band svg{width:13px;color:var(--lime)}.mp-split{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:42px}.mp-split .mp-heading{margin:0}.mp-stat{padding:28px;background:#edf3df;border-radius:14px;display:flex;flex-direction:column}.mp-stat small{color:#718364;font-size:8px;letter-spacing:1.4px}.mp-stat strong{color:var(--green);font:700 21px Manrope,DM Sans,Arial,sans-serif;margin:10px 0 7px}.mp-stat p{color:var(--muted);font-size:10px;line-height:1.5;margin:0}.mp-cta{min-height:350px;padding:65px 25px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:#1e5a45}.mp-cta .brand-mark{margin-bottom:15px}.mp-cta h2{margin:8px 0}.mp-cta>p{color:#bad0c5;margin:0;font-size:12px}@media(max-width:900px){.mp-hero{grid-template-columns:1fr;gap:35px;padding-top:55px}.mp-hero-art{max-width:330px}.mp-flow,.mp-feature-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.mp-hero{min-height:auto;padding:42px 20px 55px;gap:25px}.mp-back{margin-bottom:35px}.mp-hero h1{font-size:clamp(40px,12vw,50px);letter-spacing:-2.5px}.mp-hero-copy>p:last-child{font-size:14px}.mp-hero-art{max-width:265px}.mp-main-icon{width:82px;height:82px;border-radius:24px}.mp-main-icon svg{width:34px;height:34px}.mp-float-icon{width:42px;height:42px}.mp-content{padding:60px 20px 70px}.mp-heading{margin-bottom:28px}.mp-flow,.mp-feature-grid,.mp-feature-grid.three{grid-template-columns:1fr;gap:11px}.mp-card{min-height:160px;padding:20px}.mp-card h3{margin:19px 0 7px}.mp-band{align-items:flex-start;flex-direction:column;padding:22px 20px}.mp-band>div{justify-content:flex-start}.mp-split{grid-template-columns:1fr;gap:24px;margin-bottom:28px}.mp-cta{min-height:310px;padding:55px 20px}}
