@import url('fonts.css');
:root{--ink:#202420;--muted:#6b716b;--line:#dce0d6;--paper:#f6f7f2;--lime:#d7fa38;--white:#fff;--radius:16px;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);font-size:16px;background:var(--paper)}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #567000;outline-offset:4px}button{transition:background .16s,transform .16s}button:not(:disabled):active{transform:translateY(1px)}[hidden]{display:none!important}.skip{position:absolute;top:-100px;background:white;padding:15px;z-index:10}.skip:focus{top:0}header{border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{max-width:1320px;margin:auto;height:98px;display:flex;align-items:center;gap:26px;padding:0 48px}.brand{font-family:'Manrope',Arial,sans-serif;font-weight:800;font-size:32px;letter-spacing:-1.8px;text-decoration:none;display:flex;align-items:baseline}.brand span{font-weight:650}.brand i{width:8px;height:8px;background:var(--ink);margin-left:4px}.header-label{border-left:1px solid #cdd2c7;padding-left:26px;font-size:12px;letter-spacing:1.5px}.portal-link{margin-left:auto;font-size:14px;text-decoration:none}.portal-link span{margin-left:18px;font-size:20px}main{max-width:1320px;padding:0 48px;margin:auto}.intro{display:flex;justify-content:space-between;align-items:center;padding:54px 0 42px;gap:32px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px}.intro .eyebrow{display:flex;align-items:center;gap:9px}.intro .eyebrow>span{width:7px;height:7px;background:#758536}.intro h1{font-family:'Manrope',Arial,sans-serif;font-size:clamp(34px,3.5vw,49px);line-height:1.12;letter-spacing:-2px;font-weight:750;margin:18px 0}.intro h1>span{color:#809807}.intro p{font-size:16px;line-height:1.65;color:var(--muted);margin:0}.audience{width:284px;min-width:250px;border:1px solid #cbd993;border-radius:16px;padding:23px 25px;background:var(--lime);transform:rotate(2deg)}.audience-top{display:flex;justify-content:space-between;font-size:11px;font-weight:700;line-height:1.6;letter-spacing:1px}.audience svg{width:28px;height:28px}.audience strong{font-family:'Manrope',sans-serif;font-size:77px;letter-spacing:-6px;line-height:1.4}.audience strong span{font-size:30px;letter-spacing:-1.5px;margin-left:6px;font-weight:500}.audience-bottom{font-size:13px;border-top:1px solid #a5c32a;padding-top:13px;display:flex;justify-content:space-between}.steps{display:flex;align-items:center;padding:0 0 30px;border-bottom:1px solid var(--line);gap:22px}.step{display:flex;align-items:center;gap:10px;border:0;background:none;padding:0;color:#83897d;font-size:14px}.step b{display:grid;place-items:center;border-radius:50%;width:29px;height:29px;border:1px solid #cfd5c7;font-size:11px}.step.active{color:var(--ink);font-weight:700}.step.active b{background:var(--ink);border-color:var(--ink);color:var(--lime)}.step-line{height:1px;background:var(--line);flex:1;max-width:110px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 318px;gap:30px;align-items:start;padding-top:34px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:22px}.section-heading .eyebrow{font-size:10px;letter-spacing:1.5px;color:var(--muted)}h2{font-family:'Manrope',Arial,sans-serif;letter-spacing:-.8px;line-height:1.25;font-size:26px;margin:6px 0 0;font-weight:750}.muted{color:var(--muted);font-size:12px}.filters{display:flex;gap:7px;margin-bottom:24px;flex-wrap:wrap}.filters button{border:1px solid var(--line);background:transparent;border-radius:30px;padding:9px 15px;font-size:13px}.filters button.selected{background:var(--ink);border-color:var(--ink);color:white}.catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product{border:1px solid var(--line);border-radius:var(--radius);background:white;padding:23px 22px 20px;display:flex;flex-direction:column;position:relative;min-height:307px}.product.selected{border:1px solid #8b9d44;box-shadow:inset 0 0 0 1px #8b9d44}.product-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:21px}.category{font-size:11px;font-weight:600;border:1px solid var(--line);border-radius:5px;padding:4px 8px}.product-icon{color:#777e6b;width:21px;height:21px}.product h3{font-family:'Manrope',Arial,sans-serif;font-size:19px;line-height:1.35;letter-spacing:-.4px;margin:0 0 9px}.product p{font-size:14px;line-height:1.5;color:var(--muted);margin:0 0 14px}.deliverables{padding:0;margin:0 0 25px;list-style:none;font-size:13px;line-height:1.55}.deliverables li{display:flex;gap:8px}.deliverables li:before{content:'✓';color:#67764a;font-size:12px}.product-bottom{margin-top:auto;border-top:1px solid #edf0e7;padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-family:'Manrope',Arial,sans-serif;font-size:24px;font-weight:750;letter-spacing:-1px}.price.quote{font-size:17px;letter-spacing:-.3px}.add-button{background:#fff;border:1px solid #ccd2c5;padding:9px 12px;border-radius:7px;font-size:13px;white-space:nowrap}.add-button:hover{background:var(--lime);border-color:#a9c22f}.product.selected .add-button{background:var(--lime);border-color:#bdd541}.summary{position:sticky;top:24px;background:white;border:1px solid var(--line);border-radius:var(--radius);padding:24px;margin-top:6px}.summary-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.summary h2{font-size:20px;margin:0;letter-spacing:-.6px}.summary-heading>span{width:26px;height:26px;display:grid;place-items:center;background:#eff1e9;border-radius:50%;font-size:12px}.empty-cart{padding:19px 0 30px;text-align:center}.empty-cart>span{display:block;font-size:26px;font-weight:400;color:#9aab68;width:44px;height:44px;border-radius:50%;background:#f2f5e9;margin:0 auto 17px}.empty-cart strong{font-size:16px;line-height:1.45;font-weight:500}.empty-cart p{font-size:13px;line-height:1.5;color:var(--muted);margin:10px 0 0}.summary-total{padding:21px 0;border-top:1px solid var(--line)}.summary-total>span{font-size:12px;color:var(--muted);display:block;margin-bottom:7px}.summary-total>strong{font-family:'Manrope',Arial,sans-serif;font-size:32px;letter-spacing:-1px}.summary-total small{display:block;color:var(--muted);margin-top:5px}.primary{border:1px solid var(--lime);background:var(--lime);color:var(--ink);font-size:14px;font-weight:700;border-radius:8px;min-height:48px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;text-decoration:none}.primary:hover:not(:disabled){background:#c9ed2f}.primary:disabled{background:#e7ebdc;border-color:#e7ebdc;color:#858c77;opacity:1}.primary span{font-size:20px}.full{width:100%}.summary-note{font-size:12px;line-height:1.6;text-align:center;color:var(--muted);margin:12px 0 22px}.summary-bottom{border-top:1px solid var(--line);padding-top:18px;display:flex;align-items:center;gap:12px}.summary-bottom>span{font-size:24px}.summary-bottom p{font-size:13px;margin:0;line-height:1.6;color:#717968}.cart-item{display:flex;align-items:start;gap:8px;padding:0 0 15px;margin-bottom:15px;border-bottom:1px solid #edf0e7}.cart-item>div{flex:1}.cart-item strong{display:block;font-size:13px;line-height:1.4}.cart-item small{font-size:12px;color:var(--muted)}.quantity{display:flex;align-items:center;gap:8px;margin-top:8px}.quantity button,.remove{width:27px;height:27px;border:1px solid var(--line);border-radius:5px;background:white;padding:0}.quantity span{font-size:12px}.remove{border:0;color:var(--muted)}#totals p{display:flex;justify-content:space-between;font-size:12px;gap:12px}.extras{margin-top:42px}.check-row{display:flex;align-items:center;gap:12px;padding:17px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.45;cursor:pointer}.check-row>span{flex:1}.check-row input{width:19px;height:19px;accent-color:#425422;flex-shrink:0}.check-row strong{font-weight:500}.check-row small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.check-row>b{font-size:14px}.fineprint{color:var(--muted);font-size:12px;line-height:1.6}.how{margin:68px 0 45px;padding-top:29px;border-top:1px solid var(--line)}.how>.eyebrow{font-size:10px;color:var(--muted)}.how>div{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:25px}.how b{font-size:13px;color:#81943c}.how h3{font-family:'Manrope',Arial,sans-serif;font-size:18px;margin:12px 0 8px;letter-spacing:-.3px}.how p{font-size:14px;color:var(--muted);line-height:1.6;margin:0}footer{border-top:1px solid var(--line);max-width:1224px;margin:0 auto;padding:28px 0;display:flex;align-items:center;gap:24px}footer .brand{font-size:25px}footer>span{font-size:12px;color:var(--muted)}footer>div{display:flex;gap:22px;margin-left:auto;font-size:12px}footer a{text-decoration:none}.form-panel{background:white;padding:28px;border:1px solid var(--line);border-radius:var(--radius)}.form-panel h3{font-size:17px;margin:0 0 20px}.form-panel h3:not(:first-child){margin-top:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.field{display:flex;flex-direction:column;gap:9px;font-size:14px;margin:0 0 20px;font-weight:500}.field input,.field textarea,.field select{border:1px solid #cbd1c4;border-radius:7px;padding:12px;color:var(--ink);background:white;width:100%;min-height:45px;font-size:15px}.field textarea{resize:vertical}.field small{font-size:12px;color:var(--muted);font-weight:400}.upload-zone{border:1px dashed #9ba689;background:#f7f9ef;display:flex;align-items:center;flex-direction:column;padding:25px 15px;gap:12px;border-radius:10px;text-align:center;font-size:14px;cursor:pointer}.upload-zone>span{font-size:12px;color:var(--muted)}.upload-zone input{width:100%;max-width:300px;font-size:12px}.trap{position:absolute;left:-10000px;opacity:0}.file-row{display:flex;gap:12px;align-items:center;margin-top:10px;font-size:13px;overflow-wrap:anywhere}.file-row button{margin-left:auto;background:transparent;border:0;font-size:20px}.form-actions{display:flex;justify-content:space-between;gap:20px;margin-top:24px}.secondary{border:1px solid #ccd2c5;background:transparent;border-radius:8px;padding:12px 16px;font-size:14px}.secondary:hover{background:#eaf0dc}.notice{font-size:14px;line-height:1.65;border:1px solid #cdd6b8;background:#eff4e4;border-radius:12px;padding:24px;margin-top:20px}.notice p:last-child{margin-bottom:0}.consent{font-size:13px;align-items:flex-start}.review-section{border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:20px}.review-section:last-child{border:0;margin:0}.review-section p{font-size:14px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0}.review-section h3{margin:0 0 12px}.success-panel{text-align:center;background:white;padding:45px 35px;border:1px solid var(--line);border-radius:16px}.success-panel .eyebrow{display:block;margin:20px 0}.success-panel h2{font-size:35px}.success-panel p{color:var(--muted);line-height:1.7}.success-icon{background:var(--lime);width:58px;height:58px;display:grid;place-items:center;border-radius:50%;font-size:28px;margin:auto}.protocol{font-size:23px;font-weight:700;padding:20px;margin:20px 0;border:1px dashed #c6ceb8;border-radius:8px}.success-panel button{margin:15px auto}#message{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);padding:16px 22px;background:#202420;color:white;box-shadow:0 6px 25px #0003;border-radius:9px;max-width:calc(100vw - 30px);z-index:20;font-size:14px}#message.error{background:#862c2c}.admin-main{padding-top:45px}.admin-head{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:30px}.login-panel{max-width:460px;margin:55px auto 100px}.login-panel h1{font-family:'Manrope',sans-serif;font-size:27px;letter-spacing:-1px}.login-panel p{color:var(--muted);font-size:14px;line-height:1.6}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px}.stat{background:white;border:1px solid var(--line);padding:23px;border-radius:12px}.stat span{display:block;color:var(--muted);font-size:13px}.stat strong{display:block;font-size:31px;margin-top:10px}.admin-toolbar{display:flex;gap:15px;margin-bottom:20px}.admin-toolbar input,.admin-toolbar select{padding:12px;border:1px solid var(--line);border-radius:7px;background:white;font:inherit;min-width:0}.admin-toolbar input{flex:1}.order-row{display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;background:white;border:1px solid var(--line);border-radius:10px;width:100%;padding:20px;margin-bottom:10px}.order-row strong{display:block;font-size:16px}.order-row small{display:block;font-size:12px;color:var(--muted);margin-top:6px}.badge{background:#edf1e3;font-size:12px;border-radius:20px;padding:6px 11px;white-space:nowrap}.order-detail{margin-top:25px}.admin-files{display:flex;gap:12px;flex-wrap:wrap}.admin-files a{border:1px solid var(--line);padding:10px;border-radius:6px;font-size:13px;overflow-wrap:anywhere}.simple-page{max-width:820px;padding-top:50px;padding-bottom:80px;line-height:1.8}.simple-page h1{font-family:'Manrope';font-size:36px;line-height:1.2}.simple-page h2{font-size:21px;margin-top:30px}
@media(min-width:1500px){.intro{padding-top:65px;padding-bottom:50px}}
@media(max-width:1100px){.header-inner,main{padding-left:28px;padding-right:28px}.workspace{grid-template-columns:minmax(0,1fr) 285px;gap:22px}.product{padding:18px 17px}.price{font-size:21px}.product-bottom{gap:6px}.add-button{padding:9px;font-size:12px}.summary{padding:20px}footer{margin:0 28px}.intro h1{font-size:40px}}
@media(max-width:850px){.header-label{display:none}.workspace{grid-template-columns:minmax(0,1fr) 250px;gap:20px}.catalog{grid-template-columns:1fr}.intro h1{font-size:35px}.audience{min-width:210px;width:210px;padding:20px}.audience strong{font-size:60px}.audience-top{font-size:10px}.audience-bottom{font-size:11px}.audience strong span{font-size:23px}.step{font-size:12px}.steps{gap:12px}.step-line{max-width:35px}.form-grid{grid-template-columns:1fr}.form-panel{padding:22px}footer>span{display:none}.how>div{gap:25px}}
@media(max-width:620px){.header-inner{height:77px;padding:0 20px}.brand{font-size:29px}.portal-link{font-size:12px}.portal-link span{margin-left:7px}main{padding:0 20px}.intro{padding:34px 0 28px;display:block}.intro h1{font-size:37px;letter-spacing:-1.6px;margin:15px 0}.intro .eyebrow{font-size:9px}.intro p{font-size:14px}.audience{transform:none;min-width:0;width:100%;margin-top:25px;padding:17px 20px;display:flex;align-items:center;gap:16px}.audience-top{display:none}.audience strong{font-size:40px;letter-spacing:-2px;white-space:nowrap;line-height:1.3}.audience strong span{font-size:19px;letter-spacing:-.7px}.audience-bottom{font-size:12px;border:0;padding:0;flex:1;gap:12px}.steps{padding-bottom:22px;gap:8px;justify-content:space-between}.step{flex-direction:column;gap:8px;font-size:10px;flex:1}.step b{width:27px;height:27px}.step-line{display:none}.workspace{grid-template-columns:1fr;gap:28px;padding-top:27px}.section-heading{align-items:center}.section-heading .eyebrow{font-size:9px}h2{font-size:24px}.catalog{grid-template-columns:1fr}.product{padding:23px;min-height:275px}.product h3{font-size:21px}.product p{font-size:14px}.product-top{margin-bottom:17px}.deliverables{font-size:14px;margin-bottom:18px}.price{font-size:25px}.add-button{font-size:14px;padding:10px 15px}.summary{position:static;margin:0}.filters{gap:6px}.filters button{font-size:12px;padding:9px 12px}.summary-bottom{display:none}.empty-cart{padding:8px 0 22px}.empty-cart br{display:none}.empty-cart>span{display:none}.how{margin:40px 0}.how>div{grid-template-columns:1fr;gap:23px}.how article{display:grid;grid-template-columns:40px 1fr;column-gap:10px}.how b{grid-row:1/3;padding-top:5px}.how h3{margin:0 0 6px}.how p{grid-column:2}.form-panel{padding:20px}.form-actions{gap:10px}.form-actions button{font-size:12px;padding:12px}.check-row{font-size:13px}.fineprint{font-size:12px}footer{margin:0 20px;padding:24px 0;align-items:start}.footer>div{gap:10px}footer>div{flex-direction:column;gap:12px;text-align:right}.admin-stats{grid-template-columns:1fr 1fr 1fr;gap:8px}.stat{padding:13px}.stat span{font-size:11px}.stat strong{font-size:24px}.admin-toolbar{flex-direction:column}.order-row{align-items:start;flex-wrap:wrap}.admin-head h1{font-size:27px}.admin-head{align-items:start}.protocol{font-size:18px}.success-panel{padding:35px 22px}.field input,.field textarea,.field select{font-size:16px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.mobile-action{display:none}@media(max-width:620px){body{padding-bottom:84px}.mobile-action{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:10;background:#fff;border-top:1px solid var(--line);padding:12px 20px;gap:12px;align-items:center;justify-content:space-between;box-shadow:0 -4px 20px #00000008}.mobile-action>span{font-weight:600;font-size:14px}.mobile-action .primary{min-height:44px;font-size:13px;padding:10px 15px}#message{bottom:90px}}
@media(min-width:621px){.header-inner{height:82px}.intro{padding-top:30px;padding-bottom:27px}.intro h1{font-size:clamp(34px,3.2vw,44px);margin:14px 0}.audience{padding:19px 23px;width:270px}.audience strong{font-size:62px;line-height:1.22}.audience-top{font-size:10px}.steps{padding-bottom:22px}.workspace{padding-top:27px}.product{min-height:290px}}
/* Status remain labeled so information does not depend on color alone. */
.badge{display:inline-flex;align-items:center;gap:6px;border:1px solid transparent;font-weight:600}.badge:before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.status-received{background:#e8f0ff;color:#2256a0;border-color:#cfddfa}.status-analysis{background:#fff4ca;color:#795700;border-color:#efdda3}.status-waiting{background:#ffedde;color:#9b460d;border-color:#f6d4b7}.status-proposal{background:#f0e8ff;color:#7040a0;border-color:#dfcef4}.status-approved{background:#e7f4e6;color:#306c35;border-color:#cbe5c9}.status-scheduled{background:#dff4f0;color:#17685e;border-color:#bde5de}.status-published{background:#215d42;color:#fff;border-color:#215d42}.status-cancelled{background:#eef0f1;color:#535b61;border-color:#d8dde0}.detail-top{display:flex;gap:20px;justify-content:space-between;align-items:start}.detail-top h2{margin-top:12px}.detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.whatsapp-link{display:inline-flex;padding:10px 14px;gap:8px;align-items:center;border-radius:7px;color:#185a35;background:#e9f6ed;border:1px solid #c6e3cf;text-decoration:none;font-weight:600;font-size:14px;margin-bottom:8px}.whatsapp-link:hover{background:#d6eedf}.admin-nav{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);margin-bottom:25px;padding-bottom:15px}.admin-nav button{background:none;border:0;padding:9px 18px;border-radius:7px;font-size:14px}.admin-nav button.selected{background:var(--ink);color:white}.admin-nav>span{margin-left:auto;font-size:13px;color:var(--muted)}#team-view>.muted{margin:0 0 25px;font-size:14px;line-height:1.6}.user-row{display:flex;align-items:center;gap:18px;background:white;border:1px solid var(--line);border-radius:12px;padding:20px;margin-bottom:12px}.user-avatar{width:40px;height:40px;background:#eff2e7;border-radius:50%;display:grid;place-items:center;font-size:18px;font-weight:600}.user-info{flex:1;min-width:0;overflow-wrap:anywhere}.user-info strong{font-size:16px;display:block}.user-info strong small{font-size:12px;color:var(--muted);font-weight:400}.user-info>span{font-size:13px;color:var(--muted);display:block;margin-top:6px}#user-editor{margin-top:30px}#user-editor h2{margin-bottom:25px}
#print-area{display:none}
@media(max-width:620px){.detail-top{flex-direction:column;gap:12px}.admin-nav{flex-wrap:wrap}.admin-nav>span{width:100%;margin:0}.user-row{flex-wrap:wrap;gap:12px}.user-info{flex-basis:calc(100% - 62px)}#team-view .section-heading{align-items:start;flex-direction:column}.user-row .secondary{margin-left:auto}.user-row .badge{font-size:11px}}
@media print{
 @page{size:A4;margin:16mm}
 :root,body{background:white!important;color:#202620!important;font-family:Arial,sans-serif!important;font-size:10pt!important}
 body{margin:0!important;padding:0!important}body>*:not(#print-area){display:none!important}#print-area{display:block!important;width:auto!important;margin:0!important;padding:0!important}
 .print-brand{font-size:25pt;font-weight:800;letter-spacing:-1pt;border-bottom:1px solid #ddd;padding-bottom:18pt}.print-brand span{float:right;letter-spacing:1pt;font-size:8pt;font-weight:500;margin-top:12pt;color:#666}
 .print-kicker{margin-top:28pt;letter-spacing:1pt;font-size:8pt;color:#666}#print-area h1{font-size:18pt;line-height:1.3;margin:12pt 0}.print-meta{color:#666;font-size:9pt}.print-contact{display:grid;grid-template-columns:1fr 1fr;gap:25pt;margin:24pt 0}.print-contact p{line-height:1.7;overflow-wrap:anywhere}#print-area h2{font-family:Arial,sans-serif;font-size:10pt;letter-spacing:0;margin:0 0 8pt}.print-table{width:100%;border-collapse:collapse}.print-table th{text-align:left;color:#666;font-size:8pt;letter-spacing:.4pt}.print-table td,.print-table th{padding:12pt 0;border-bottom:1px solid #ddd;vertical-align:top}.print-table td:first-child{width:65%;padding-right:16pt}.print-table th:last-child,.print-table td:last-child{text-align:right;white-space:nowrap}.print-table tr{break-inside:avoid}.print-table thead{display:table-header-group}.print-total{padding:20pt 0;text-align:right;break-inside:avoid}.print-total>span{font-size:9pt;color:#666;display:block}.print-total>strong{font-size:25pt;display:block;margin-top:6pt}.print-total small{display:block;margin-top:6pt}.print-brief{margin-top:15pt}.print-brief p{white-space:pre-wrap;line-height:1.65;overflow-wrap:anywhere;margin:0 0 16pt}.print-disclaimer{border-top:1px solid #ddd;margin-top:25pt;padding-top:15pt;font-size:8pt;line-height:1.6;break-inside:avoid}.print-disclaimer p{color:#555}
}
