/* Bom Vendedor — tokens e componentes compartilhados. Sem dependências externas. */
:root{--green-950:#082f2c;--green-900:#0d3b36;--green-700:#08755c;--green-600:#078667;--green-500:#0fa67a;--mint:#e8f7f1;--orange:#ff6a00;--orange-dark:#b34400;--ink:#1f2937;--muted:#637283;--line:#dfe7eb;--surface:#fff;--bg:#f3f5f7;--navy:#182131;--radius:16px;--shadow:0 10px 32px rgba(15,42,44,.06);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:var(--bg);font:16px/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}h1,h2,h3,p{margin:0 0 16px}h1,h2,h3{line-height:1.2;color:var(--green-900);letter-spacing:-.035em}h1{font-size:clamp(30px,4vw,48px);font-weight:800}h2{font-size:28px}h3{font-size:19px}a{color:var(--green-700);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font:inherit}button,a,input,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.6;cursor:wait}img{max-width:100%;height:auto}button svg,a svg{flex-shrink:0}svg.icon{width:21px;height:21px;vertical-align:middle;flex-shrink:0}input,textarea{width:100%;background:#fff;border:1px solid #bdcbd1;border-radius:9px;padding:12px 14px;min-height:46px;color:var(--ink)}input[type=checkbox]{width:19px;height:19px;min-height:19px;accent-color:var(--green-700);flex-shrink:0}input[readonly]{background:#f3f5f7;color:#536573}textarea{resize:vertical}label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:650}label small{font-weight:400}small,.muted{font-size:13px;color:var(--muted);line-height:1.6}label small{font-size:13px}fieldset{border:1px solid var(--line);border-radius:12px;padding:22px}legend{padding:0 8px;font-weight:700}code{background:#e9eef0;padding:2px 5px;border-radius:4px;overflow-wrap:anywhere}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #168d79;outline-offset:4px}.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.section{padding-block:64px}.narrow{max-width:850px}.lead{font-size:18px;color:#50676b;max-width:540px;line-height:1.7}.eyebrow{display:block;font-size:11px;font-weight:800;letter-spacing:.13em;color:var(--green-700);margin-bottom:12px}.pill{display:inline-block;background:#d5f0e5;padding:7px 12px;border-radius:20px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:11px 20px;border-radius:9px;background:var(--green-700);color:#fff;border:1px solid transparent;font-size:14px;font-weight:750;text-decoration:none;line-height:1.4;transition:background .16s,box-shadow .16s}.button:hover{background:var(--green-900);text-decoration:none;box-shadow:0 3px 10px #0d3b361a}.button-orange{background:var(--orange);color:#172b2b}.button-orange:hover{background:#e65f00;color:#132520}.button-outline{border-color:var(--line);background:white;color:var(--green-900)}.button-outline:hover{background:var(--mint);color:var(--green-900)}.button-small{min-height:38px;padding:8px 14px;font-size:13px}.quiet-link{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:700}.text-button{border:0;background:none;color:var(--green-700);font-size:14px;padding:10px 0}.icon-button{border:1px solid var(--line);background:#fff;color:var(--green-900);border-radius:8px;min-width:44px;min-height:44px}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:8px;left:8px;z-index:100;background:#fff;padding:15px}.mobile-only{display:none}.site-header{background:white;border-top:3px solid var(--green-700);border-bottom:1px solid var(--line)}.header-main{display:flex;align-items:center;gap:28px;min-height:94px}.brand{flex:0 0 178px;display:flex;align-items:center}.brand img{width:178px;height:54px;object-fit:contain}.search{display:flex;align-items:center;border:1px solid #cbdcd7;border-radius:10px;overflow:hidden;background:white;gap:10px;padding-left:15px}.search>.icon{color:var(--green-700)}.search input{border:0;border-radius:0;min-width:0;padding:13px 0;background:transparent;outline-offset:-3px}.search button{align-self:stretch;border:0;background:var(--green-700);color:white;font-size:14px;font-weight:750;padding:0 23px}.search button:hover{background:var(--green-900)}.header-search{flex:1}.header-search input{font-size:13px}.header-actions{display:flex;align-items:center;gap:20px;font-size:13px;white-space:nowrap}.header-actions>a{display:flex;align-items:center;gap:7px}.header-actions .icon{width:18px}.site-nav{display:flex;align-items:center;gap:34px;min-height:46px;font-size:13px;font-weight:650}.site-nav a{padding:10px 0;color:#54616f;border-bottom:2px solid transparent}.site-nav a[aria-current=page]{border-color:var(--green-500);color:var(--green-700)}.hero{background:radial-gradient(ellipse at 82% 35%,#ccebe1 0,transparent 45%),linear-gradient(120deg,#fafdfc,#e9f7f2);border-bottom:1px solid #dceee8}.hero-grid{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:80px;min-height:480px;padding-block:58px}.hero h1{font-size:clamp(38px,4.3vw,58px);max-width:580px;line-height:1.05;letter-spacing:-.055em;margin-bottom:24px}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:26px}.hero-benefits{display:flex;flex-wrap:wrap;gap:20px;margin-top:36px;padding-top:22px;border-top:1px solid #cfe5dc;font-size:12px;font-weight:550;color:#41685d}.hero-benefits span{display:flex;align-items:center;gap:7px}.hero-benefits .icon{width:16px}.hero-visual{padding:12px 14px}.comparison-card{background:rgba(255,255,255,.92);border:1px solid #fff;border-radius:24px;padding:28px;text-align:center;box-shadow:0 24px 60px #0d3b361a;transform:rotate(2deg)}.comparison-card>.eyebrow{font-size:10px}.brand-symbol{width:142px;height:142px;margin:10px auto 22px;border-radius:30px;background:var(--mint);display:grid;place-items:center}.brand-symbol img{width:105px;height:105px;object-fit:contain}.comparison-card h2{font-size:25px;line-height:1.25}.comparison-card p{font-size:14px;color:var(--muted)}.comparison-line{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:var(--green-700)}.comparison-line span{display:flex;flex-direction:column;align-items:center;gap:8px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.section-heading h2{margin-bottom:9px}.section-heading p{color:var(--muted);font-size:14px;margin:0}.section-heading .eyebrow{margin-bottom:8px}.empty-state{padding:50px 28px;background:white;border:1px solid var(--line);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow)}.empty-state>.icon{width:40px;height:40px;color:var(--green-700);margin-bottom:16px;background:var(--mint);padding:9px;box-sizing:content-box;border-radius:16px}.empty-state h3,.empty-state h2{margin-bottom:10px}.empty-state p{max-width:510px;margin-inline:auto;color:var(--muted)}.empty-state .button{margin-top:12px}.how-section{padding-top:0}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.how-grid article{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:30px;position:relative}.how-grid .icon{color:var(--green-700);width:28px;height:28px;margin-bottom:25px}.how-grid h3{font-size:20px}.how-grid p{font-size:14px;color:var(--muted);margin:0}.step-number{position:absolute;right:25px;top:20px;font-size:32px;font-weight:800;color:#dcece6}.site-footer{background:linear-gradient(130deg,#0e5146,#082e2b);color:#c5dbd4;padding-top:44px}.footer-callout{display:flex;align-items:center;justify-content:space-between;gap:25px;border:1px solid #ffffff12;border-radius:14px;padding:28px 32px;background:#ffffff06;margin-bottom:44px}.footer-callout h2{color:#fff;font-size:25px;margin:0}.footer-callout .eyebrow{color:#8fdbc0;font-size:10px;margin-bottom:9px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:70px;padding-bottom:42px}.footer-grid h3{color:white;font-size:15px;letter-spacing:0;margin-bottom:17px}.footer-grid p,.footer-grid a{font-size:13px;color:#d0e1db}.footer-grid a{display:block;margin-bottom:8px;overflow-wrap:anywhere}.footer-grid small{color:#b6d0c7}.footer-logo{background:#fff;padding:8px;border-radius:8px;object-fit:contain;max-width:180px;height:58px;margin-bottom:12px}.footer-bottom{border-top:1px solid #ffffff20;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-bottom>div{display:flex;gap:20px;flex-wrap:wrap}.footer-bottom a,.footer-bottom small{font-size:11px;color:#b6d0c7}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.panel h2{font-size:20px;letter-spacing:-.02em}.panel>p{font-size:14px;color:var(--muted)}.panel-title{display:flex;gap:14px;border-bottom:1px solid var(--line);margin-bottom:24px;padding-bottom:20px}.panel-title>.icon{padding:10px;background:var(--mint);border-radius:12px;box-sizing:content-box;color:var(--green-700)}.panel-title h2{margin:0 0 5px}.panel-title p{margin:0;font-size:13px;color:var(--muted)}.form-stack{display:flex;flex-direction:column;gap:22px}.form-stack h2{margin-bottom:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.full{grid-column:1/-1}.notice{padding:16px 20px;border:1px solid #cce0e0;border-radius:12px;background:#edf6f4;color:#315b55;font-size:14px;margin-block:20px;overflow-wrap:anywhere}.notice.success{border-color:#99d3b8;background:#e8f7ee}.notice.error{border-color:#f3b1a9;background:#fff1ed;color:#952e20}.auth-wrap{padding:64px 24px;min-height:640px;background:radial-gradient(ellipse at top,#def2e9,transparent 70%)}.auth-card{max-width:490px;background:white;border:1px solid var(--line);box-shadow:var(--shadow);padding:38px;border-radius:20px;margin:auto}.auth-card h1{font-size:31px}.auth-card>p{font-size:14px;color:var(--muted)}.auth-switch{text-align:center;margin:24px 0 0}.legal-body{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9}.contact-list h2{margin-top:25px;font-size:20px}.contact-list h2:first-child{margin-top:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{padding:20px;border:1px solid var(--line);border-radius:14px;background:white;display:flex;flex-direction:column;gap:12px}.product-card h3{font-size:17px}.product-card p{font-size:14px;color:var(--muted);flex:1}.product-placeholder{height:130px;background:var(--mint);border-radius:9px;display:grid;place-items:center}.product-placeholder .icon{width:42px;height:42px;color:var(--green-700)}.catalog-search{margin:28px 0;max-width:700px}.admin-body{background:#f2f5f7}.sidebar{position:fixed;inset:12px auto 12px 12px;width:242px;background:linear-gradient(165deg,#172132,#212d3e);border:1px solid #364354;border-radius:18px;color:#e8eef4;padding:22px 14px;display:flex;flex-direction:column;z-index:20;box-shadow:0 14px 35px #111e3320;overflow-y:auto}.admin-brand{display:flex;align-items:center;gap:10px;color:white;padding-bottom:22px;border-bottom:1px solid #ffffff14;font-weight:750;font-size:15px}.admin-brand small{display:block;color:#aebdcb;font-size:11px;font-weight:400}.admin-brand img{height:42px;object-fit:contain}.sidebar-user{display:flex;align-items:center;gap:10px;background:#123f483d;border:1px solid #ffffff10;padding:14px 10px;border-radius:12px;margin-top:20px;font-size:13px;overflow-wrap:anywhere}.sidebar-user .icon{color:#66d0b1}.sidebar-user small{display:block;font-size:11px;color:#aebdcb}.nav-caption{color:#96a7bb;font-size:10px;font-weight:800;letter-spacing:.12em;margin:30px 10px 12px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:14px 10px;border-radius:9px;color:#c7d2df;font-size:12px;font-weight:650;border:1px solid transparent;margin-bottom:4px}.sidebar-link .icon{width:18px;color:#9aafbf}.sidebar-link.is-active{background:#174b5066;border-color:#4ba18a40;color:#fff}.sidebar-link.is-active .icon{color:#66d0b1}.sidebar-link:hover{background:#ffffff09;text-decoration:none}.sidebar-bottom{margin-top:auto;padding:40px 10px 0;display:flex;flex-direction:column;gap:10px}.sidebar-bottom a,.sidebar-bottom button{color:#c7d9dc;font-size:13px}.sidebar-bottom small{font-size:10px;color:#91a3b6}.admin-workspace{margin-left:270px;padding:12px 24px 24px 12px}.admin-top{display:flex;align-items:center;justify-content:space-between;gap:18px;background:white;border:1px solid #e9eef2;border-radius:16px;padding:18px 24px;box-shadow:var(--shadow)}.admin-top .eyebrow{font-size:10px;margin:0 0 4px}.admin-top strong{font-size:17px}.admin-top .button{min-height:36px;padding:8px 13px;font-size:12px}.admin-content{max-width:1400px;margin:auto;padding:32px 4px}.admin-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:10px 0 25px}.admin-heading h1{font-size:29px;margin-bottom:10px;color:#203443}.admin-heading p{color:var(--muted);font-size:14px;margin:0}.admin-heading .eyebrow{font-size:10px}.status-badge{display:flex;align-items:center;gap:8px;background:#e4f4ed;color:#24614e;border:1px solid #c9e6d9;padding:8px 12px;border-radius:20px;font-size:11px;white-space:nowrap}.status-badge .icon{width:15px;height:15px}.settings-tabs{display:flex;gap:6px;margin-bottom:26px;overflow-x:auto;border-bottom:1px solid var(--line)}.settings-tabs a{white-space:nowrap;padding:13px 15px;color:#667888;font-size:12px;font-weight:650;border-bottom:3px solid transparent}.settings-tabs a.is-active{color:var(--green-700);border-color:var(--green-600)}.settings-columns{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(250px,1fr);gap:24px}.settings-columns .save-bar{grid-column:1/-1}.logo-preview{display:grid;place-items:center;border:1px dashed #b9d2c8;background:#f7fbf9;min-height:158px;border-radius:12px;margin:24px 0}.logo-preview img{max-width:85%;max-height:110px;object-fit:contain}.upload-label{padding:14px;border:1px solid var(--line);border-radius:10px;background:#fcfdfd;font-size:13px}.upload-label input{font-size:11px;padding:0;min-height:30px;border:0;margin-top:6px}.check{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:13px;font-weight:500}.preview-note{background:linear-gradient(140deg,#eff8f4,#fff)}.preview-note>.icon{color:var(--green-700);margin-bottom:14px}.preview-note h3{font-size:17px}.preview-note p{font-size:13px;margin:0}.save-bar{border-top:1px solid var(--line);padding-top:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.save-bar>span{color:var(--muted);font-size:12px}.button-group{display:flex;flex-wrap:wrap;gap:12px}.toggle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.toggle-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:15px;border:1px solid var(--line);border-radius:11px;padding:18px}.nav-editor-row{display:grid;grid-template-columns:28px minmax(0,1fr) minmax(0,1.4fr) 75px;align-items:center;gap:16px;padding:16px 0;border-top:1px solid var(--line)}.row-number{background:var(--mint);border-radius:7px;text-align:center;color:var(--green-700);font-size:12px;font-weight:750}.legal-editor summary{display:flex;align-items:center;justify-content:space-between;gap:15px;cursor:pointer;list-style:none}.legal-editor summary:before{content:'+';font-size:24px;color:var(--green-700)}.legal-editor[open] summary:before{content:'−'}.legal-editor summary strong{flex:1}.legal-editor[open] summary{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid var(--line)}.badge{font-size:11px;background:var(--mint);padding:5px 12px;border-radius:20px;color:var(--green-700)}
@media(min-width:1500px){.admin-workspace{padding-right:40px}.admin-content{padding-top:40px}}
@media(max-width:1150px){.header-main{gap:20px}.header-actions{gap:14px}.header-actions span{display:none}.hero-grid{gap:35px}.hero-benefits{gap:12px}.sidebar{width:215px}.admin-workspace{margin-left:238px;padding-right:16px}.settings-columns{grid-template-columns:minmax(0,1fr)}.settings-columns>aside{display:grid;grid-template-columns:1fr 1fr;align-items:start}.status-badge{display:none}.footer-grid{gap:35px}}
@media(max-width:800px){.container{width:calc(100% - 32px)}.header-main{flex-wrap:wrap;gap:14px;padding-block:15px;min-height:0}.brand{flex-basis:145px}.brand img{width:145px;height:43px}.header-search{order:4;flex:1 0 100%}.header-actions{margin-left:auto}.header-actions .button{font-size:11px;padding:7px 10px}.site-header .mobile-only{display:block}.site-nav{display:none;padding-block:10px}.site-nav.is-open{display:flex;flex-wrap:wrap}.hero-grid{grid-template-columns:1fr 1fr;gap:20px;padding-block:40px}.hero h1{font-size:39px}.hero .lead{font-size:16px}.hero-benefits{display:none}.comparison-card{padding:20px;transform:none}.comparison-card h2{font-size:21px}.comparison-card>.eyebrow{font-size:8px}.brand-symbol{width:108px;height:108px}.brand-symbol img{width:82px;height:82px}.hero-actions{gap:16px}.hero-actions .button{font-size:12px}.hero-visual{padding:0}.section{padding-block:44px}.how-section{padding-top:0}.how-grid{gap:14px}.how-grid article{padding:22px}.how-grid h3{font-size:18px}.footer-callout{padding:22px}.footer-callout h2{font-size:21px}.footer-grid{grid-template-columns:1.3fr 1fr;gap:35px}.footer-grid section:first-child{grid-column:1/-1;max-width:480px}.footer-bottom{align-items:flex-start;flex-direction:column}.sidebar{display:none;top:86px;bottom:12px;box-shadow:0 10px 40px #10273255}.sidebar.is-open{display:flex}.admin-workspace{margin:0;padding:10px 14px}.admin-top>.mobile-only{display:block}.admin-top>div{flex:1}.admin-top{padding:14px}.admin-content{padding-top:24px}.admin-heading h1{font-size:26px}.admin-content .panel{padding:24px}.settings-columns>aside{gap:20px}.settings-tabs a{font-size:12px;padding-inline:12px}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){h1{font-size:30px}h2{font-size:24px}.hero-grid{grid-template-columns:1fr;padding-block:36px;gap:35px}.hero h1{font-size:44px;max-width:360px}.hero .lead{max-width:350px}.hero-visual{max-width:350px;width:100%;margin:auto}.comparison-card{padding:23px}.comparison-card>.eyebrow{font-size:9px}.comparison-card h2{font-size:23px}.comparison-card .brand-symbol{width:100px;height:100px;margin-bottom:15px}.comparison-line{padding-top:16px}.hero-actions .button{font-size:14px}.header-actions{gap:12px}.header-actions .button{display:none}.header-main{gap:12px}.brand{flex-basis:142px}.hero-benefits{display:none}.section-heading{align-items:flex-start;flex-direction:column;gap:14px}.section-heading .quiet-link{font-size:13px}.how-grid{grid-template-columns:1fr}.how-grid article{padding:25px}.how-grid .icon{margin-bottom:17px}.empty-state{padding:35px 20px}.empty-state h2{font-size:23px}.empty-state p{font-size:14px}.footer-callout{flex-direction:column;align-items:flex-start}.footer-callout h2{font-size:24px}.footer-grid{gap:25px;grid-template-columns:1fr}.footer-grid section:first-child{grid-column:auto}.footer-bottom>div{gap:15px}.auth-wrap{padding:35px 16px}.auth-card{padding:26px 22px}.auth-card h1{font-size:27px}.panel{padding:22px}.form-grid{grid-template-columns:1fr}.admin-heading h1{font-size:25px}.admin-content .panel{padding:20px}.admin-top .eyebrow{font-size:8px}.admin-top strong{font-size:14px}.admin-top .button{font-size:11px;padding:8px}.settings-columns>aside{display:flex}.toggle-grid{grid-template-columns:1fr}.save-bar{align-items:stretch;flex-direction:column;gap:14px}.save-bar .button{width:100%}.nav-editor-row{grid-template-columns:24px 1fr;gap:12px}.nav-editor-row>label{grid-column:2}.nav-editor-row .row-number{grid-row:1}.legal-editor summary strong{font-size:14px}.legal-editor .badge{font-size:10px}.product-grid{grid-template-columns:1fr}.search button{padding-inline:18px}.contact-list a{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.panel>h2 + .form-stack{margin-top:22px}

input[aria-invalid="true"]{border:2px solid #b42318;background:#fff8f6}
.category-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:24px}.category-card{display:flex;gap:16px;align-items:center;padding:20px;background:#fff;border:1px solid #dce7e6;border-radius:14px;text-decoration:none;color:#0d3b36}.category-card img{object-fit:contain;flex-shrink:0}.category-card small{display:block;color:#536e77;margin-top:6px;line-height:1.5}.category-card:hover{border-color:#0fa67a}.category-card:focus-visible{outline:3px solid #0fa67a}
