/* TuMenúDelDía Costos · MVP 1.0 */
:root{--costos-ink:#2a2019;--costos-muted:#746a62;--costos-line:#eadfd4;--costos-bg:#fffaf5;--costos-card:#fff;--costos-accent:#f97316;--costos-accent2:#ea580c;--costos-soft:#fff1e6;--costos-green:#166534;--costos-green-bg:#ecfdf3;--costos-blue:#075985;--costos-blue-bg:#f0f9ff;--costos-red:#991b1b;--costos-red-bg:#fef2f2}
body.costos-app{background:linear-gradient(180deg,#fffaf5 0,#fff 360px);color:var(--costos-ink);padding-bottom:105px}
.costos-shell{width:min(1100px,calc(100% - 28px));margin:0 auto}
.costos-topbar{position:sticky;top:0;z-index:25;background:rgba(255,255,255,.94);border-bottom:1px solid var(--costos-line);backdrop-filter:blur(12px)}
.costos-topbar__in{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px}.costos-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--costos-ink);font-weight:1000;letter-spacing:-.035em}.costos-brand__icon{display:grid;place-items:center;width:39px;height:39px;border-radius:14px;background:linear-gradient(135deg,#ffedd5,#fff7ed);font-size:21px;border:1px solid #fed7aa}.costos-brand small{display:block;color:var(--costos-muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin-top:2px}.costos-topbar__nav{display:flex;align-items:center;gap:7px}.costos-topbar__nav a{padding:9px 12px;border-radius:12px;text-decoration:none;color:#655b53;font-weight:850;font-size:13px}.costos-topbar__nav a.active,.costos-topbar__nav a:hover{background:var(--costos-soft);color:var(--costos-accent2)}
.costos-main{padding:28px 0 40px}.costos-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.costos-page-head h1{margin:0;font-size:clamp(26px,4vw,38px);letter-spacing:-.045em}.costos-page-head p{margin:7px 0 0;color:var(--costos-muted);font-weight:650}.costos-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:950;color:var(--costos-accent2)}
.costos-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--costos-accent),var(--costos-accent2));color:#fff;text-decoration:none;font-weight:950;cursor:pointer;box-shadow:0 10px 20px rgba(234,88,12,.16)}.costos-btn:hover{filter:saturate(1.05)}.costos-btn--secondary{background:#fff;color:var(--costos-ink);border:1px solid var(--costos-line);box-shadow:none}.costos-btn--danger{background:#fff;color:var(--costos-red);border:1px solid #fecaca;box-shadow:none}.costos-btn--small{min-height:36px;padding:7px 11px;border-radius:11px;font-size:12px}
.costos-card{background:var(--costos-card);border:1px solid var(--costos-line);border-radius:22px;padding:20px;box-shadow:0 12px 30px rgba(86,55,28,.055)}.costos-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}.costos-col-4{grid-column:span 4}.costos-col-5{grid-column:span 5}.costos-col-6{grid-column:span 6}.costos-col-7{grid-column:span 7}.costos-col-8{grid-column:span 8}.costos-col-12{grid-column:1/-1}
.costos-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 20px}.costos-kpi{display:flex;align-items:center;gap:13px;padding:17px 18px;border:1px solid var(--costos-line);border-radius:20px;background:#fff}.costos-kpi__icon{display:grid;place-items:center;width:43px;height:43px;border-radius:15px;background:var(--costos-soft);font-size:20px}.costos-kpi span{display:block;color:var(--costos-muted);font-size:12px;font-weight:850}.costos-kpi strong{display:block;font-size:21px;letter-spacing:-.035em;margin-top:2px}
.costos-hero{padding:24px;background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fed7aa;border-radius:26px;margin-bottom:18px}.costos-hero h2{margin:2px 0 8px;font-size:clamp(24px,4vw,38px);letter-spacing:-.045em}.costos-hero p{max-width:680px;margin:0 0 17px;color:#6d5545;font-weight:650;line-height:1.55}.costos-hero__actions{display:flex;gap:10px;flex-wrap:wrap}
.costos-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.costos-section-head h2{margin:0;font-size:19px;letter-spacing:-.025em}.costos-section-head a{font-size:13px;font-weight:900;color:var(--costos-accent2);text-decoration:none}
.costos-list{display:grid;gap:10px}.costos-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 15px;border:1px solid var(--costos-line);border-radius:17px;background:#fff;text-decoration:none;color:inherit}.costos-row:hover{border-color:#fdba74}.costos-row__main{min-width:0}.costos-row__main strong{display:block;font-size:15px}.costos-row__main span{display:block;margin-top:4px;color:var(--costos-muted);font-size:12px;font-weight:700}.costos-row__value{text-align:right;flex:0 0 auto}.costos-row__value strong{display:block;font-size:16px}.costos-row__value span{display:block;font-size:11px;color:var(--costos-muted);font-weight:800;margin-top:3px}
.costos-search{position:relative;margin-bottom:14px}.costos-search input{padding-left:42px}.costos-search::before{content:'⌕';position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#8b8178;font-size:19px;pointer-events:none}
.costos-app label{display:block;margin:0 0 6px;font-size:12px;font-weight:900;color:#574c44}.costos-app input,.costos-app select,.costos-app textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid #ddd3ca;border-radius:13px;background:#fff;color:var(--costos-ink);font:inherit;outline:none}.costos-app input:focus,.costos-app select:focus,.costos-app textarea:focus{border-color:#fb923c;box-shadow:0 0 0 3px rgba(249,115,22,.10)}.costos-app input[type=checkbox]{width:auto;min-height:auto}.costos-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.costos-field--full{grid-column:1/-1}.costos-input-group{display:grid;grid-template-columns:minmax(0,1fr) 105px;gap:8px}.costos-help{margin-top:5px;color:var(--costos-muted);font-size:11px;line-height:1.4}.costos-form-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap;margin-top:18px}
.costos-result{padding:24px;border-radius:25px;background:linear-gradient(135deg,#ecfdf3,#fff);border:1px solid #bbf7d0}.costos-result__label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:950;color:var(--costos-green)}.costos-result__price{font-size:clamp(42px,8vw,68px);font-weight:1000;letter-spacing:-.065em;line-height:1;margin:7px 0;color:#14532d}.costos-result__meta{color:#44614b;font-weight:700}.costos-breakdown{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:16px}.costos-breakdown div{display:flex;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:13px;background:rgba(255,255,255,.72);border:1px solid #d1fae5;font-size:12px}.costos-breakdown strong{font-size:13px}
.costos-current{padding:16px;border:1px solid #bae6fd;background:var(--costos-blue-bg);border-radius:18px;margin-top:14px}.costos-current h3{margin:0 0 10px;color:var(--costos-blue);font-size:15px}.costos-current__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.costos-current__grid div{padding:10px;border-radius:12px;background:#fff}.costos-current span{display:block;font-size:10px;text-transform:uppercase;font-weight:900;color:#667085}.costos-current strong{display:block;margin-top:4px;font-size:17px}
.costos-items{display:grid;gap:10px}.costos-item-editor{display:grid;grid-template-columns:minmax(180px,1.5fr) 110px 100px auto;gap:9px;align-items:end;padding:12px;border:1px solid var(--costos-line);border-radius:16px;background:#fffaf5}.costos-item-editor button{min-height:44px}.costos-add-item{margin-top:10px}
.costos-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#f4f1ee;color:#6b625b;font-size:10px;font-weight:900}.costos-badge--prep{background:#eff6ff;color:#1d4ed8}.costos-badge--ok{background:#dcfce7;color:#166534}.costos-badge--warn{background:#ffedd5;color:#9a3412}
.costos-empty{text-align:center;padding:34px 18px;border:1px dashed #d8cec4;border-radius:20px;color:var(--costos-muted);background:#fff}.costos-empty strong{display:block;color:var(--costos-ink);font-size:18px;margin-bottom:6px}.costos-empty p{margin:0 0 14px}
.costos-flash{margin:14px 0;padding:12px 14px;border-radius:14px;background:#ecfdf3;color:#166534;border:1px solid #bbf7d0;font-weight:800}.costos-flash.error{background:#fef2f2;color:#991b1b;border-color:#fecaca}
.costos-upsell{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 20px;border:1px solid #fed7aa;border-radius:22px;background:#fff7ed;margin-top:18px}.costos-upsell h3{margin:0 0 5px;font-size:17px}.costos-upsell p{margin:0;color:#765c49;font-size:13px;font-weight:650}
.costos-price-history{display:grid;gap:8px;margin-top:12px}.costos-history-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:9px 0;border-bottom:1px solid #f0ebe6;font-size:12px}.costos-history-row:last-child{border-bottom:0}
.costos-stepper{display:flex;gap:8px;margin-bottom:18px}.costos-stepper span{flex:1;height:5px;border-radius:999px;background:#eee7e1}.costos-stepper span.active{background:var(--costos-accent)}
.costos-wizard-step[hidden]{display:none!important}.costos-wizard-nav{display:flex;justify-content:space-between;gap:10px;margin-top:18px}
.costos-public{min-height:100vh;background:radial-gradient(circle at 15% 5%,#fff1e6 0,transparent 33%),#fffaf5;color:var(--costos-ink)}.costos-public .costos-shell{padding:28px 0 50px}.costos-public-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:38px}.costos-public-nav__actions{display:flex;gap:9px}.costos-public-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.costos-public-hero h1{font-size:clamp(42px,7vw,76px);line-height:.98;letter-spacing:-.065em;margin:8px 0 18px}.costos-public-hero p{font-size:18px;line-height:1.6;color:#6c5d52;max-width:690px}.costos-public-price{display:flex;align-items:baseline;gap:7px;margin:20px 0}.costos-public-price strong{font-size:42px;letter-spacing:-.05em}.costos-public-price span{color:var(--costos-muted);font-weight:800}.costos-demo-card{padding:24px;border-radius:28px;background:#fff;border:1px solid var(--costos-line);box-shadow:0 26px 60px rgba(97,51,20,.10)}.costos-demo-card__result{padding:18px;border-radius:20px;background:var(--costos-green-bg);margin-top:15px}.costos-demo-card__result span{display:block;color:var(--costos-green);font-size:12px;font-weight:950}.costos-demo-card__result strong{display:block;font-size:42px;letter-spacing:-.05em;color:#14532d;margin-top:3px}.costos-public-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px}.costos-public-feature{padding:18px;border-radius:20px;background:#fff;border:1px solid var(--costos-line)}.costos-public-feature strong{display:block;margin:8px 0 5px}.costos-public-feature p{margin:0;color:var(--costos-muted);font-size:13px;line-height:1.5}
.costos-auth-wrap{width:min(560px,calc(100% - 28px));margin:0 auto;padding:34px 0}.costos-auth-card{padding:25px;border-radius:26px;background:#fff;border:1px solid var(--costos-line);box-shadow:0 24px 70px rgba(90,50,20,.10)}.costos-auth-card h1{margin:4px 0 8px;font-size:31px;letter-spacing:-.045em}.costos-auth-card>p{color:var(--costos-muted);line-height:1.5}.costos-auth-card .costos-btn{width:100%;margin-top:7px}.costos-auth-login{text-align:center;margin-top:14px;font-size:13px;color:var(--costos-muted)}.costos-auth-login a{font-weight:900;color:var(--costos-accent2)}
.costos-bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr))!important}.costos-bottom-nav .ui-app-bottom-nav__item{min-height:54px}
@media(max-width:900px){.costos-col-4,.costos-col-5,.costos-col-6,.costos-col-7,.costos-col-8{grid-column:1/-1}.costos-public-hero{grid-template-columns:1fr}.costos-public-features{grid-template-columns:1fr}.costos-topbar__nav{display:none}}
@media(max-width:700px){.costos-main{padding-top:20px}.costos-page-head{align-items:flex-start;flex-direction:column}.costos-page-head .costos-btn{width:100%}.costos-kpis{grid-template-columns:1fr}.costos-fields{grid-template-columns:1fr}.costos-field--full{grid-column:auto}.costos-item-editor{grid-template-columns:1fr 1fr}.costos-item-editor .costos-item-source{grid-column:1/-1}.costos-item-editor .costos-remove-item{grid-column:1/-1}.costos-breakdown,.costos-current__grid{grid-template-columns:1fr}.costos-upsell{align-items:flex-start;flex-direction:column}.costos-upsell .costos-btn{width:100%}.costos-public-nav{margin-bottom:24px}.costos-public-nav__actions .costos-btn--secondary{display:none}.costos-public-hero h1{font-size:46px}.costos-public-hero p{font-size:16px}}
.costos-account-stat{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #f0ebe6}.costos-account-stat span{font-size:12px;color:var(--costos-muted);font-weight:850}.costos-account-stat strong{font-size:14px;text-align:right}.costos-account-links{display:grid;margin-top:8px}.costos-account-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #f0ebe6;color:var(--costos-ink);text-decoration:none;font-size:13px;font-weight:850}.costos-account-links a:last-child{border-bottom:0}.costos-account-links a span{font-size:20px;color:var(--costos-muted)}


/* Costos MVP 1.0.2 - wizard estable y compacto */
.costos-btn[hidden]{display:none!important}
.costos-stepper--labeled{
  display:grid;
  grid-template-columns:auto minmax(20px,1fr) auto minmax(20px,1fr) auto;
  align-items:center;
  gap:8px;
  margin:0 0 24px;
}
.costos-stepper--labeled span{
  flex:none;
  height:auto;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0;
  border:0;
  background:transparent;
  color:#93877e;
  white-space:nowrap;
}
.costos-stepper--labeled span b{
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#f1ece7;
  border:1px solid #e3d9d0;
  font-size:12px;
  line-height:1;
}
.costos-stepper--labeled span small{
  font-size:12px;
  font-weight:900;
  line-height:1;
}
.costos-stepper--labeled span.active{color:var(--costos-accent2);background:transparent}
.costos-stepper--labeled span.active b{
  color:#fff;
  background:var(--costos-accent);
  border-color:var(--costos-accent);
}
.costos-stepper--labeled span.done{color:#6f6259;background:transparent}
.costos-stepper--labeled span.done b{
  color:#fff;
  background:#9a8d82;
  border-color:#9a8d82;
}
.costos-stepper--labeled>i{
  display:block;
  height:3px;
  min-width:20px;
  border-radius:999px;
  background:#ebe4de;
}
.costos-step-intro{margin:7px 0 0;color:var(--costos-muted);line-height:1.45;font-size:14px}
.costos-recipe-hint{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;margin-bottom:12px;border-radius:14px;background:var(--costos-soft);border:1px solid #fed7aa}
.costos-recipe-hint strong{color:var(--costos-ink)}
.costos-recipe-hint span{color:var(--costos-muted);font-size:13px}
.costos-item-line-cost{display:flex;flex-direction:column;gap:2px;justify-content:center;min-width:78px;padding:0 4px 4px}
.costos-item-line-cost span{font-size:11px;color:var(--costos-muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.costos-item-line-cost strong{font-size:16px;color:var(--costos-green)}
.costos-recipe-subtotal{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:15px 16px;border-radius:16px;background:var(--costos-green-bg);border:1px solid #bbf7d0}
.costos-recipe-subtotal span{font-weight:800;color:var(--costos-green)}
.costos-recipe-subtotal strong{font-size:22px;color:var(--costos-green)}
.costos-wizard-nav{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  align-items:center;
  margin-top:20px;
}
.costos-wizard-nav .costos-wizard-primary{
  justify-self:end;
  min-width:190px;
}
.costos-wizard-nav #prevStep[style*="display: none"] + .costos-wizard-primary,
.costos-wizard-nav #prevStep[style*="display:none"] + .costos-wizard-primary{
  grid-column:1/-1;
  justify-self:stretch;
}
@media(max-width:700px){
  .costos-stepper--labeled{
    grid-template-columns:auto 1fr auto 1fr auto;
    gap:5px;
    margin-bottom:20px;
  }
  .costos-stepper--labeled span{
    flex-direction:column;
    gap:5px;
  }
  .costos-stepper--labeled span b{
    width:25px;height:25px;flex-basis:25px;font-size:11px;
  }
  .costos-stepper--labeled span small{font-size:10px}
  .costos-stepper--labeled>i{height:2px}
  .costos-recipe-hint{align-items:flex-start;flex-direction:column}
  .costos-item-editor{grid-template-columns:1fr 1fr}
  .costos-item-line-cost{grid-column:1/-1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:10px;background:#fff;border:1px dashed var(--costos-line)}
  .costos-recipe-subtotal{position:sticky;bottom:94px;z-index:4;box-shadow:0 8px 24px rgba(31,41,55,.10)}
  .costos-wizard-nav{grid-template-columns:1fr 1fr}
  .costos-wizard-nav .costos-btn{width:100%;min-width:0}
  .costos-wizard-nav .costos-wizard-primary{justify-self:stretch}
  .costos-wizard-nav #prevStep[style*="display: none"] + .costos-wizard-primary,
  .costos-wizard-nav #prevStep[style*="display:none"] + .costos-wizard-primary{
    grid-column:1/-1;
  }
}

/* Costos MVP 1.0.3 - múltiples componentes de empaque */
.costos-packaging-block{padding:16px;border:1px solid #fed7aa;border-radius:18px;background:#fffaf5}
.costos-packaging-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.costos-packaging-head strong{display:block;font-size:15px;color:var(--costos-ink)}
.costos-packaging-head span{display:block;margin-top:4px;color:var(--costos-muted);font-size:12px;line-height:1.45}
.costos-packaging-items{display:grid;gap:9px}
.costos-packaging-editor{display:grid;grid-template-columns:minmax(180px,1.6fr) 105px 90px auto;gap:9px;align-items:end;padding:11px;border:1px solid var(--costos-line);border-radius:15px;background:#fff}
.costos-packaging-subtotal{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px;padding:12px 14px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa}
.costos-packaging-subtotal span{font-size:12px;font-weight:850;color:#9a3412}
.costos-packaging-subtotal strong{font-size:19px;color:#9a3412}
.costos-manual-packaging{margin-top:14px;padding-top:14px;border-top:1px dashed #e8d9cc}
.costos-subsection-title{margin:16px 0 8px;padding-top:14px;border-top:1px solid #f0ebe6;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;color:var(--costos-muted)}
.costos-empty--compact{padding:18px 14px;text-align:left}
.costos-empty--compact strong{font-size:14px}
.costos-empty--compact p{font-size:12px;line-height:1.45}
@media(max-width:700px){
  .costos-packaging-editor{grid-template-columns:1fr 100px}
  .costos-packaging-source{grid-column:1/-1}
  .costos-packaging-editor .costos-item-line-cost{grid-column:1/-1}
  .costos-packaging-editor .costos-remove-packaging{grid-column:1/-1}
  .costos-packaging-subtotal{position:relative;bottom:auto;box-shadow:none}
}


/* Costos MVP 1.0.4 - análisis sectorial y precio real */
.costos-result-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.costos-reference-strip{margin-top:14px;padding:13px 14px;border-radius:15px;background:#fff;border:1px solid #d1fae5}.costos-reference-strip>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.costos-reference-strip span{font-size:12px;font-weight:850;color:#44614b}.costos-reference-strip strong{font-size:18px;color:#14532d}.costos-reference-strip small{display:block;margin-top:5px;color:#647067;font-size:10px;line-height:1.4}
.costos-analysis-picker{padding:15px 16px;margin-bottom:16px;border:1px solid var(--costos-line);border-radius:18px;background:#fff}.costos-analysis-picker__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.costos-analysis-hero{padding:22px;margin-bottom:16px;border:1px solid var(--costos-line);border-radius:24px;background:#fff}.costos-analysis-hero.high{background:#fff7ed;border-color:#fdba74}.costos-analysis-hero.ok{background:#f0fdf4;border-color:#bbf7d0}.costos-analysis-hero.low{background:#f0f9ff;border-color:#bae6fd}.costos-analysis-hero__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.costos-analysis-hero h2{margin:2px 0 0;font-size:clamp(22px,4vw,32px);letter-spacing:-.04em}.costos-analysis-hero>p{margin:12px 0 16px;max-width:820px;color:#554b44;font-weight:700;line-height:1.5}.costos-analysis-status{display:inline-flex;padding:7px 10px;border-radius:999px;background:#fff;border:1px solid currentColor;font-size:11px;font-weight:950}.high .costos-analysis-status{color:#c2410c}.ok .costos-analysis-status{color:#15803d}.low .costos-analysis-status{color:#0369a1}.costos-analysis-hero__numbers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.costos-analysis-hero__numbers>div{padding:13px;border-radius:15px;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.06)}.costos-analysis-hero__numbers span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--costos-muted);font-weight:900}.costos-analysis-hero__numbers strong{display:block;margin-top:4px;font-size:22px;letter-spacing:-.035em}.costos-analysis-hero__numbers small{display:block;margin-top:2px;color:var(--costos-muted);font-size:10px;font-weight:800}
.costos-analysis-grid{margin-bottom:16px}.costos-foodcost{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:4px 0 16px}.costos-foodcost>div:first-child strong{display:block;font-size:48px;line-height:1;color:var(--costos-ink);letter-spacing:-.06em}.costos-foodcost>div:first-child span{display:block;margin-top:5px;color:var(--costos-muted);font-size:12px;font-weight:800}.costos-foodcost__ref{text-align:right}.costos-foodcost__ref span{display:block;color:var(--costos-muted);font-size:10px;font-weight:900;text-transform:uppercase}.costos-foodcost__ref strong{display:block;margin-top:4px;font-size:23px}.costos-benchmark{margin:4px 0 14px}.costos-benchmark__track{position:relative;height:12px;border-radius:999px;background:linear-gradient(90deg,#e0f2fe,#dcfce7 55%,#ffedd5);overflow:visible}.costos-benchmark__band{position:absolute;top:0;height:12px;background:rgba(22,163,74,.22);border-left:1px dashed #16a34a;border-right:1px dashed #16a34a}.costos-benchmark__track i{position:absolute;top:-6px;width:4px;height:24px;border-radius:99px;background:#111827;transform:translateX(-2px);box-shadow:0 0 0 3px #fff}.costos-benchmark__labels{display:flex;justify-content:space-between;gap:8px;margin-top:6px;font-size:9px;color:var(--costos-muted);font-weight:800}.costos-analysis-note{margin-top:12px;padding:11px 12px;border-radius:13px;background:#faf8f6;color:#6b625b;font-size:11px;line-height:1.5}.costos-reference-price{padding:16px;border-radius:18px;background:var(--costos-green-bg);border:1px solid #bbf7d0}.costos-reference-price span,.costos-reference-price small{display:block;color:#44614b;font-size:11px;font-weight:800}.costos-reference-price strong{display:block;margin:7px 0;font-size:40px;letter-spacing:-.055em;color:#14532d}.costos-analysis-disclaimer{margin:12px 0 0;color:var(--costos-muted);font-size:12px;line-height:1.5}.costos-metric-list{display:grid;gap:8px}.costos-metric-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:13px;background:#faf8f6}.costos-metric-list span{font-size:12px;font-weight:800}.costos-metric-list strong{font-size:15px}.costos-metric-list .total{border:1px solid #fed7aa;background:#fff7ed}.costos-metric-list .available{border:1px solid #bbf7d0;background:#f0fdf4}.costos-impact-list{display:grid;gap:8px}.costos-impact-list>div{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border-radius:13px;background:#faf8f6}.costos-impact-rank{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#fff;border:1px solid var(--costos-line);font-weight:950;font-size:11px}.costos-impact-list strong{display:block;font-size:13px}.costos-impact-list small{display:block;margin-top:3px;color:var(--costos-muted);font-size:10px;font-weight:750}.costos-impact-list b{font-size:13px}.costos-analysis-tip{margin-top:12px;padding:11px 12px;border-radius:13px;background:#fff7ed;border:1px solid #fed7aa;font-size:11px;line-height:1.5;color:#7c4a24}.costos-sources{margin-bottom:18px}.costos-sources>a{display:block;padding:12px 0;border-top:1px solid #f0ebe6;text-decoration:none;color:inherit}.costos-sources>a strong{display:block;font-size:13px;color:var(--costos-blue)}.costos-sources>a span{display:block;margin-top:3px;color:var(--costos-muted);font-size:11px;line-height:1.45}.costos-sources>p{margin:12px 0 0;color:var(--costos-muted);font-size:10px;line-height:1.5}.costos-analysis-empty-price{text-align:center;padding:32px 20px}.costos-analysis-empty-price h2{margin:8px 0}.costos-analysis-empty-price p{max-width:560px;margin:0 auto 16px;color:var(--costos-muted);line-height:1.5}.costos-analysis-icon{display:grid;place-items:center;width:50px;height:50px;margin:0 auto;border-radius:16px;background:var(--costos-soft);font-size:25px;font-weight:1000;color:var(--costos-accent2)}
@media(max-width:700px){.costos-bottom-nav .ui-app-bottom-nav__item{padding-left:2px;padding-right:2px}.costos-bottom-nav .ui-app-bottom-nav__item strong{font-size:10px}.costos-analysis-hero__top{flex-direction:column}.costos-analysis-hero__numbers{grid-template-columns:1fr}.costos-foodcost{align-items:flex-start;flex-direction:column}.costos-foodcost__ref{text-align:left}.costos-analysis-picker__row{grid-template-columns:1fr}.costos-analysis-picker__row .costos-btn{width:100%}.costos-reference-strip>div{align-items:flex-start;flex-direction:column}.costos-reference-price strong{font-size:36px}}

.costos-page-head--compact{margin-bottom:14px}
.costos-calc-showcase{display:flex;flex-direction:column;gap:16px}
.costos-calc-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:6px 0 2px}
.costos-calc-hero__copy{flex:1 1 auto;min-width:0}.costos-calc-hero__prefix{display:block;font-size:16px;line-height:1.05;color:#315a4a;margin-bottom:4px}.costos-calc-hero h2{margin:0;font-size:clamp(30px,8vw,56px);line-height:.96;letter-spacing:-.06em;color:#103b32;text-transform:uppercase}.costos-calc-hero__sub{margin:8px 0 0;color:#5f6a64;font-weight:700}
.costos-calc-hero__visual{flex:0 0 160px;display:flex;justify-content:flex-end}.costos-calc-hero__plate{width:150px;height:120px;border-radius:26px;background:radial-gradient(circle at 30% 30%,#fff7ed,#fed7aa 55%,#fdba74);display:flex;align-items:center;justify-content:center;box-shadow:0 18px 34px rgba(0,0,0,.10)}.costos-calc-hero__plate span{font-size:56px;filter:drop-shadow(0 6px 10px rgba(0,0,0,.12))}
.costos-calc-summary{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;align-items:center;padding:22px;border-radius:26px;background:linear-gradient(135deg,#f3fff8,#fff);border:1px solid #cae9d7;box-shadow:0 10px 24px rgba(22,101,52,.06)}.costos-calc-summary__eyebrow{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#5c6f67;font-weight:950}.costos-calc-summary__left strong{display:block;margin-top:8px;font-size:clamp(56px,10vw,84px);line-height:.92;letter-spacing:-.08em;color:#35a048}.costos-calc-summary__right{display:flex;align-items:center;justify-content:space-between;gap:16px}.costos-calc-summary__right p{margin:0;max-width:280px;font-size:20px;line-height:1.35;color:#2c3d36}.costos-calc-summary__right p b{color:#22824c}.costos-calc-summary__coin{flex:0 0 98px;width:98px;height:98px;border-radius:999px;background:linear-gradient(180deg,#16a34a,#15803d);display:grid;place-items:center;color:#fff;font-size:52px;font-weight:1000;box-shadow:0 12px 24px rgba(22,163,74,.26)}
.costos-calc-distribution{padding:20px 22px}.costos-calc-distribution__head h3,.costos-calc-detail__head h3{margin:0;font-size:16px;text-transform:uppercase;letter-spacing:.02em}.costos-calc-bar{display:flex;width:100%;height:40px;border-radius:12px;overflow:hidden;background:#eef6ef;margin:16px 0}.costos-calc-bar span{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:13px}.costos-calc-bar__ingredients{background:linear-gradient(90deg,#1fa142,#50c867)}.costos-calc-bar__packaging{background:linear-gradient(90deg,#f59e0b,#f97316)}.costos-calc-bar i{font-style:normal;white-space:nowrap;padding:0 8px}.costos-calc-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.costos-calc-legend>div{display:flex;gap:10px;align-items:flex-start}.costos-calc-legend strong{display:block;font-size:18px}.costos-calc-legend small{display:block;margin-top:4px;color:#605550;font-size:14px}.costos-calc-legend .dot{width:14px;height:14px;border-radius:999px;margin-top:6px;flex:0 0 14px}.costos-calc-legend .dot-green{background:#1f9d46}.costos-calc-legend .dot-orange{background:#f97316}
.costos-calc-detail__rows{margin-top:14px;border:1px solid #e8ece8;border-radius:24px;overflow:hidden;background:#fff}.costos-calc-detail__row{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:18px 20px;border-bottom:1px solid #eef1ee}.costos-calc-detail__row:last-child{border-bottom:0}.costos-calc-detail__row.total{grid-template-columns:1fr auto;background:#fff}.costos-calc-detail__icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-size:22px}.costos-calc-detail__icon.green{background:#ebf8ef}.costos-calc-detail__icon.orange{background:#fff1e7}.costos-calc-detail__text strong{display:block;font-size:18px}.costos-calc-detail__text small{display:block;color:#6e6259;margin-top:2px;font-size:14px}.costos-calc-detail__value{font-size:18px;font-weight:1000}.costos-calc-detail__value.green{color:#18843d}.costos-calc-detail__value.orange{color:#f97316}.costos-calc-detail__value.total{font-size:22px;color:#167137}
.costos-calc-note{display:flex;gap:14px;align-items:flex-start;padding:18px 20px;background:#f3fff8;border-color:#d5efdf}.costos-calc-note__icon{width:48px;height:48px;border-radius:16px;background:#e4f7ea;display:grid;place-items:center;font-size:24px;flex:0 0 48px}.costos-calc-note strong{display:block;font-size:18px}.costos-calc-note p{margin:4px 0 0;color:#4e6158;font-size:16px;line-height:1.45}
.costos-calc-cta{display:grid;grid-template-columns:1.2fr .9fr;gap:18px;align-items:center;padding:20px 22px;border-radius:24px;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;box-shadow:0 14px 28px rgba(249,115,22,.22)}.costos-calc-cta__copy strong{display:block;font-size:28px;line-height:1.05}.costos-calc-cta__copy p{margin:6px 0 0;font-size:18px;line-height:1.4;color:#fff4eb}.costos-calc-cta__button{display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:20px;background:#fff;color:#1f2937;text-decoration:none;font-weight:900;box-shadow:0 12px 24px rgba(0,0,0,.12)}.costos-calc-cta__button-icon{font-size:28px}.costos-calc-cta__button b{margin-left:auto;font-size:26px;color:#c2410c}
.costos-calc-edit{display:flex;align-items:center;gap:14px;padding:20px 22px;border-radius:24px;background:#fff;border:1px solid var(--costos-line);text-decoration:none;color:#1f1f1f;box-shadow:0 10px 24px rgba(86,55,28,.05)}.costos-calc-edit__icon{width:44px;height:44px;border-radius:14px;background:#ebf8ef;display:grid;place-items:center;font-size:22px}.costos-calc-edit span{font-size:20px;font-weight:900}.costos-calc-edit b{margin-left:auto;font-size:26px;color:#8b8178}
@media(max-width:900px){.costos-calc-summary,.costos-calc-cta{grid-template-columns:1fr}.costos-calc-summary__right{justify-content:flex-start}.costos-calc-cta__button{width:100%}.costos-calc-hero__visual{flex-basis:120px}.costos-calc-hero__plate{width:120px;height:100px}.costos-calc-hero__plate span{font-size:44px}}
@media(max-width:700px){.costos-calc-hero{align-items:flex-start}.costos-calc-summary{padding:18px}.costos-calc-summary__left strong{font-size:clamp(52px,16vw,76px)}.costos-calc-summary__right{align-items:flex-start;flex-direction:row}.costos-calc-summary__right p{font-size:16px;max-width:none}.costos-calc-summary__coin{width:80px;height:80px;flex-basis:80px;font-size:44px}.costos-calc-legend{grid-template-columns:1fr}.costos-calc-detail__row{grid-template-columns:auto 1fr auto;padding:16px}.costos-calc-cta__copy strong{font-size:24px}.costos-calc-cta__copy p{font-size:16px}.costos-calc-edit span{font-size:18px}}

.costos-analysis-showcase{display:flex;flex-direction:column;gap:16px}
.costos-analysis-product-hero{padding-top:4px}.costos-analysis-product-hero .costos-calc-hero__visual{align-items:flex-start}
.costos-analysis-badge{display:flex;align-items:center;justify-content:center;min-width:150px;min-height:84px;padding:16px 18px;border-radius:24px;font-weight:1000;font-size:22px;line-height:1.1;text-align:center;box-shadow:0 14px 28px rgba(0,0,0,.08)}.costos-analysis-badge.neutral{background:#fff7ed;color:#c2410c}.costos-analysis-badge.high{background:#fef2f2;color:#b91c1c}.costos-analysis-badge.ok{background:#fefce8;color:#a16207}.costos-analysis-badge.low{background:#ecfdf3;color:#15803d}
.costos-analysis-commercial{padding:22px;border-radius:28px;border:1px solid var(--costos-line);box-shadow:0 12px 28px rgba(0,0,0,.05)}.costos-analysis-commercial.neutral{background:linear-gradient(135deg,#fff7ed,#fff)}.costos-analysis-commercial.high{background:linear-gradient(135deg,#fef2f2,#fff)}.costos-analysis-commercial.ok{background:linear-gradient(135deg,#fffbeb,#fff)}.costos-analysis-commercial.low{background:linear-gradient(135deg,#f0fdf4,#fff)}.costos-analysis-commercial__head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.costos-analysis-commercial__head h3{margin:2px 0 0;font-size:clamp(30px,6vw,46px);line-height:.96;letter-spacing:-.05em}.costos-analysis-commercial__head p{margin:12px 0 0;color:#534741;font-size:18px;line-height:1.5;font-weight:700;max-width:820px}.costos-analysis-status-pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid currentColor;font-size:12px;font-weight:950;white-space:nowrap}.costos-analysis-status-pill.neutral{color:#c2410c}.costos-analysis-status-pill.high{color:#b91c1c}.costos-analysis-status-pill.ok{color:#a16207}.costos-analysis-status-pill.low{color:#15803d}
.costos-analysis-commercial__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.costos-analysis-commercial__metrics>div{padding:16px;border-radius:18px;background:rgba(255,255,255,.84);border:1px solid rgba(0,0,0,.06)}.costos-analysis-commercial__metrics span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#756962;font-weight:950}.costos-analysis-commercial__metrics strong{display:block;margin-top:6px;font-size:32px;line-height:1;letter-spacing:-.05em;color:#1a382d}.costos-analysis-commercial__metrics small{display:block;margin-top:6px;color:#6a5f58;font-size:11px;font-weight:800}
.costos-analysis-card{box-shadow:0 12px 26px rgba(0,0,0,.05)}.costos-analysis-card--sector{background:linear-gradient(180deg,#fff,#fbfffc)}.costos-analysis-card--simulator{background:linear-gradient(180deg,#fff,#fff7ed)}
@media(max-width:900px){.costos-analysis-commercial__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.costos-analysis-badge{min-width:120px;min-height:70px;font-size:18px;padding:12px 14px}.costos-analysis-commercial{padding:18px}.costos-analysis-commercial__head{flex-direction:column}.costos-analysis-commercial__head h3{font-size:clamp(28px,9vw,38px)}.costos-analysis-commercial__head p{font-size:16px}.costos-analysis-commercial__metrics{grid-template-columns:1fr}.costos-analysis-commercial__metrics strong{font-size:28px}}

/* Costos MVP 1.0.21 - landing comercial */
.costos-public--sales{background:linear-gradient(180deg,#fffdfb 0,#fff8f3 420px,#fff 980px);color:var(--costos-ink)}
.costos-public--sales .costos-shell{padding:22px 0 42px}.costos-landing{overflow:hidden}.costos-landing-nav{margin-bottom:24px}.costos-landing-pill,.costos-landing-kicker{display:inline-flex;align-items:center;width:max-content;padding:7px 10px;border-radius:999px;background:#fff1e6;color:#c2410c;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}
.costos-landing-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:42px;align-items:center;padding:24px 0 42px}.costos-landing-hero__copy h1{margin:12px 0 16px;max-width:720px;font-size:clamp(44px,6.6vw,76px);line-height:.98;letter-spacing:-.065em;color:#231b17}.costos-landing-hero__copy>p{max-width:680px;margin:0;color:#685b53;font-size:18px;line-height:1.6;font-weight:650}.costos-landing-price{display:flex;align-items:center;gap:18px;margin:22px 0 16px;padding:15px 17px;width:max-content;max-width:100%;border:1px solid #fed7aa;border-radius:19px;background:#fff}.costos-landing-price>div{display:flex;align-items:baseline;gap:8px}.costos-landing-price strong{font-size:42px;line-height:1;letter-spacing:-.055em;color:#c2410c}.costos-landing-price span{font-size:13px;font-weight:900;color:#6d5b4f}.costos-landing-price small{max-width:250px;padding-left:17px;border-left:1px solid #f2e2d6;color:#756961;font-size:11px;line-height:1.45;font-weight:750}.costos-landing-actions{display:flex;gap:10px;flex-wrap:wrap}.costos-landing-btn{min-height:49px;padding:12px 20px;border-radius:15px}.costos-landing-mini-benefits{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px;color:#5f6a64;font-size:12px;font-weight:850}
.costos-landing-hero__media{position:relative;min-height:610px;display:flex;justify-content:center;align-items:flex-start}.costos-landing-phone{position:relative;width:min(390px,100%);padding:9px;border-radius:36px;background:#181512;box-shadow:0 28px 70px rgba(74,45,28,.17);overflow:hidden}.costos-landing-phone::before{content:'';position:absolute;z-index:2;top:16px;left:50%;width:74px;height:8px;transform:translateX(-50%);border-radius:99px;background:rgba(20,18,16,.92)}.costos-landing-phone img{display:block;width:100%;height:auto;border-radius:28px;background:#fff}.costos-landing-phone--hero{width:370px;max-height:610px}.costos-landing-phone--hero img{transform:translateY(0)}.costos-landing-floating-card{position:absolute;left:0;bottom:64px;width:235px;padding:16px 17px;border:1px solid #d8eadf;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 20px 45px rgba(20,75,43,.13);backdrop-filter:blur(10px)}.costos-landing-floating-card span,.costos-landing-floating-card small{display:block;color:#66726c;font-size:11px;font-weight:800}.costos-landing-floating-card strong{display:block;margin:4px 0;font-size:20px;color:#166534;letter-spacing:-.025em}
.costos-landing-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:14px;border:1px solid #eee3da;border-radius:24px;background:rgba(255,255,255,.88);box-shadow:0 12px 30px rgba(86,55,28,.05)}.costos-landing-proof article{display:flex;gap:12px;align-items:center;padding:13px 14px;border-radius:17px}.costos-landing-proof article+article{border-left:1px solid #eee6df}.costos-landing-proof article>span{display:grid;place-items:center;width:43px;height:43px;flex:0 0 43px;border-radius:14px;background:#fff7ed;font-size:21px}.costos-landing-proof strong,.costos-landing-proof small{display:block}.costos-landing-proof strong{font-size:14px}.costos-landing-proof small{margin-top:3px;color:#7a6d65;font-size:11px;line-height:1.4}
.costos-landing-section{padding:78px 0}.costos-landing-section--split{display:grid;grid-template-columns:minmax(330px,.85fr) minmax(0,1.15fr);gap:64px;align-items:center}.costos-landing-section--reverse .costos-landing-section__media{order:2}.costos-landing-section--reverse .costos-landing-section__copy{order:1}.costos-landing-section__media{display:flex;justify-content:center}.costos-landing-section__media .costos-landing-phone{width:360px;max-height:690px;box-shadow:0 24px 65px rgba(37,59,45,.13)}.costos-landing-phone--analysis{width:390px!important;max-height:760px!important}.costos-landing-section__copy h2,.costos-landing-section__title h2{margin:11px 0 14px;font-size:clamp(34px,5vw,54px);line-height:1.02;letter-spacing:-.055em}.costos-landing-section__copy>p,.costos-landing-section__title>p{margin:0;color:#6c6058;font-size:17px;line-height:1.65;font-weight:650}.costos-landing-checks{display:grid;gap:12px;margin-top:22px}.costos-landing-checks>div{display:flex;gap:12px;padding:14px 15px;border:1px solid #e5eee8;border-radius:17px;background:#fff}.costos-landing-checks b{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:999px;background:#ecfdf3;color:#15803d}.costos-landing-checks strong,.costos-landing-checks small{display:block}.costos-landing-checks strong{font-size:14px}.costos-landing-checks small{margin-top:3px;color:#73685f;font-size:12px;line-height:1.45}
.costos-landing-analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:22px}.costos-landing-analysis-grid article{padding:15px;border:1px solid #eee3da;border-radius:18px;background:#fff}.costos-landing-analysis-grid article>span{display:block;font-size:22px;margin-bottom:7px}.costos-landing-analysis-grid strong,.costos-landing-analysis-grid small{display:block}.costos-landing-analysis-grid strong{font-size:14px}.costos-landing-analysis-grid small{margin-top:4px;color:#746961;font-size:11px;line-height:1.5}
.costos-landing-flow{padding-top:64px}.costos-landing-section__title{text-align:center;max-width:720px;margin:0 auto 28px}.costos-landing-section__title .costos-landing-kicker{margin:0 auto}.costos-landing-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.costos-landing-steps article{position:relative;padding:22px 18px 20px;border:1px solid #eee3da;border-radius:22px;background:#fff;min-height:190px}.costos-landing-steps article>span{position:absolute;right:15px;top:13px;display:grid;place-items:center;width:27px;height:27px;border-radius:999px;background:#fff1e6;color:#c2410c;font-size:11px;font-weight:1000}.costos-landing-steps article>b{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#fff8f3;font-size:23px}.costos-landing-steps strong,.costos-landing-steps small{display:block}.costos-landing-steps strong{margin-top:15px;font-size:16px}.costos-landing-steps small{margin-top:6px;color:#756961;font-size:12px;line-height:1.5}
.costos-landing-final{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin:38px 0 18px;padding:32px;border-radius:30px;background:linear-gradient(135deg,#183b30,#116b45);color:#fff;box-shadow:0 24px 55px rgba(22,101,52,.18)}.costos-landing-final .costos-landing-kicker{background:rgba(255,255,255,.12);color:#fff}.costos-landing-final h2{margin:10px 0 7px;font-size:clamp(34px,5vw,50px);letter-spacing:-.055em;line-height:1}.costos-landing-final p{margin:0;max-width:620px;color:#d9eee4;font-size:16px;line-height:1.55}.costos-landing-final__buy{display:grid;min-width:230px;justify-items:start}.costos-landing-final__buy>strong{font-size:48px;line-height:1;letter-spacing:-.06em}.costos-landing-final__buy>span{margin:3px 0 13px;color:#d9eee4;font-size:12px;font-weight:850}.costos-landing-final__buy .costos-btn{width:100%;background:#fff;color:#14532d;box-shadow:none}.costos-landing-final__buy>a:last-child{margin-top:10px;color:#fff;font-size:11px;font-weight:850}.costos-landing-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 2px 0;color:#756961;font-size:11px}.costos-landing-footer strong{color:#3b3029}
@media(max-width:900px){.costos-landing-hero{grid-template-columns:1fr;gap:22px}.costos-landing-hero__media{min-height:520px}.costos-landing-phone--hero{width:330px;max-height:520px}.costos-landing-floating-card{left:calc(50% - 230px);bottom:34px}.costos-landing-proof{grid-template-columns:1fr}.costos-landing-proof article+article{border-left:0;border-top:1px solid #eee6df}.costos-landing-section--split{grid-template-columns:1fr;gap:34px;padding:60px 0}.costos-landing-section--reverse .costos-landing-section__media,.costos-landing-section--reverse .costos-landing-section__copy{order:initial}.costos-landing-section__media{order:2}.costos-landing-section__copy{order:1}.costos-landing-section__media .costos-landing-phone{width:330px;max-height:600px}.costos-landing-phone--analysis{width:350px!important;max-height:660px!important}.costos-landing-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.costos-landing-final{grid-template-columns:1fr}.costos-landing-final__buy{min-width:0}}
@media(max-width:600px){.costos-public--sales .costos-shell{width:min(100% - 24px,1100px);padding-top:14px}.costos-landing-nav{margin-bottom:10px}.costos-landing-nav .costos-brand{font-size:15px}.costos-landing-nav .costos-brand__icon{width:36px;height:36px}.costos-landing-nav .costos-public-nav__actions .costos-btn{min-height:38px;padding:8px 11px;font-size:11px}.costos-landing-hero{padding:22px 0 32px}.costos-landing-hero__copy h1{font-size:43px}.costos-landing-hero__copy>p{font-size:15px}.costos-landing-price{display:block;width:100%;padding:14px}.costos-landing-price small{padding:0;border:0;margin-top:7px;display:block}.costos-landing-actions .costos-btn{width:100%}.costos-landing-mini-benefits{gap:8px 12px}.costos-landing-hero__media{min-height:475px}.costos-landing-phone--hero{width:295px;max-height:455px}.costos-landing-floating-card{left:0;bottom:0;width:205px;padding:13px}.costos-landing-section{padding:48px 0}.costos-landing-section__copy h2,.costos-landing-section__title h2{font-size:34px}.costos-landing-section__copy>p,.costos-landing-section__title>p{font-size:15px}.costos-landing-analysis-grid{grid-template-columns:1fr}.costos-landing-steps{grid-template-columns:1fr}.costos-landing-steps article{min-height:0}.costos-landing-section__media .costos-landing-phone{width:295px;max-height:535px}.costos-landing-phone--analysis{width:305px!important;max-height:575px!important}.costos-landing-final{padding:24px 20px;border-radius:24px}.costos-landing-final h2{font-size:36px}.costos-landing-footer{align-items:flex-start;flex-direction:column}}

/* 1.0.35 · Análisis financiero: precio obligatorio + estimaciones editables */
.costos-analysis-inputs{overflow:hidden}
.costos-analysis-inputs--first{border-color:#fed7aa;background:linear-gradient(180deg,#fffaf5,#fff)}
.costos-analysis-inputs__intro{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}
.costos-analysis-inputs__intro h2{margin:3px 0 7px;font-size:clamp(24px,4vw,34px);letter-spacing:-.04em}
.costos-analysis-inputs__intro p{margin:0;max-width:720px;color:var(--costos-muted);line-height:1.5}
.costos-analysis-direct-cost{flex:0 0 auto;min-width:160px;padding:14px 16px;border:1px solid #bbf7d0;border-radius:18px;background:linear-gradient(135deg,#ecfdf3,#f8fffb);text-align:right}
.costos-analysis-direct-cost span,.costos-analysis-direct-cost small{display:block;color:#47705a;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.costos-analysis-direct-cost strong{display:block;margin:5px 0 3px;font-size:27px;letter-spacing:-.04em;color:#166534}
.costos-analysis-form{display:grid;gap:18px}
.costos-analysis-price-field{max-width:520px;padding:18px;border-radius:20px;background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fdba74;box-shadow:0 8px 22px rgba(234,88,12,.055)}
.costos-analysis-price-field>label{display:block;margin-bottom:8px;font-size:13px;font-weight:950;color:#9a3412}
.costos-money-input--hero{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:62px;height:auto;padding:0 15px;border:1px solid #fed7aa;border-radius:16px;background:#fff;overflow:hidden}
.costos-money-input--hero span{font-size:24px;font-weight:950;color:#9a3412;line-height:1}
.costos-money-input--hero input{min-width:0;min-height:60px!important;padding:8px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-size:28px!important;font-weight:950!important;letter-spacing:-.035em;color:var(--costos-ink)}
.costos-money-input--hero input:focus{border:0!important;box-shadow:none!important}
.costos-analysis-price-field>.costos-help{display:block;position:static;margin:9px 1px 0;color:var(--costos-muted);font-size:11px;line-height:1.45}
.costos-analysis-estimates-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:2px}
.costos-analysis-estimates-head strong{display:block;font-size:15px}
.costos-analysis-estimates-head span:not(.costos-analysis-suggested-pill){display:block;margin-top:3px;color:var(--costos-muted);font-size:11px;font-weight:700}
.costos-analysis-suggested-pill{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#ecfdf3;color:#15803d;font-size:10px;font-weight:950;white-space:nowrap}
.costos-analysis-estimates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.costos-analysis-estimate-card{display:block;padding:16px;border:1px solid var(--costos-line);border-radius:18px;background:#fff;cursor:text}
.costos-analysis-estimate-card__title{display:block;color:var(--costos-ink);font-size:13px;font-weight:950}
.costos-analysis-estimate-card>small{display:block;min-height:30px;margin:4px 0 12px;color:var(--costos-muted);font-size:10px;line-height:1.45;font-weight:700}
.costos-analysis-percent-row{display:grid;grid-template-columns:minmax(0,150px) auto;align-items:center;gap:12px}
.costos-analysis-percent-row .costos-input-group{max-width:150px;width:100%;margin:0;grid-template-columns:minmax(0,1fr) 74px}
.costos-analysis-percent-row .costos-input-group input{min-width:0;padding-left:10px;padding-right:10px}
.costos-analysis-percent-row .costos-input-group select{min-width:0;padding-left:10px;padding-right:28px}
.costos-analysis-percent-row>strong{font-size:20px;letter-spacing:-.03em;color:#1a382d;text-align:right;white-space:nowrap}
.costos-analysis-slider-wrap{margin-top:12px}
.costos-analysis-slider{--range-progress:0%;display:block;width:100%;height:22px;min-height:22px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;cursor:pointer;appearance:none;-webkit-appearance:none}
.costos-analysis-slider::-webkit-slider-runnable-track{height:8px;border-radius:999px;background:linear-gradient(90deg,#f97316 0 var(--range-progress),#eee7e1 var(--range-progress) 100%)}
.costos-analysis-slider::-webkit-slider-thumb{width:22px;height:22px;margin-top:-7px;border:3px solid #fff;border-radius:50%;background:#f97316;box-shadow:0 1px 5px rgba(94,54,25,.28);appearance:none;-webkit-appearance:none}
.costos-analysis-slider::-moz-range-track{height:8px;border:0;border-radius:999px;background:#eee7e1}
.costos-analysis-slider::-moz-range-progress{height:8px;border-radius:999px;background:#f97316}
.costos-analysis-slider::-moz-range-thumb{width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:#f97316;box-shadow:0 1px 5px rgba(94,54,25,.28)}
.costos-analysis-slider:focus{box-shadow:none!important}
.costos-analysis-slider-scale{display:flex;align-items:center;justify-content:space-between;margin-top:1px;color:#9b8e84;font-size:9px;font-weight:850}
.costos-analysis-estimate-card>em{display:block;margin-top:7px;color:var(--costos-muted);font-size:9px;font-style:normal;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.costos-analysis-estimate-note{padding:11px 13px;border-radius:14px;background:#faf8f6;color:#675c55;font-size:11px;line-height:1.5}
.costos-analysis-generate{min-width:220px}
.costos-analysis-awaiting{display:flex;align-items:center;gap:15px;padding:20px}
.costos-analysis-awaiting .costos-analysis-icon{flex:0 0 50px;margin:0}
.costos-analysis-awaiting h2{margin:0 0 4px;font-size:18px}
.costos-analysis-awaiting p{margin:0;color:var(--costos-muted);font-size:12px;line-height:1.5}
@media(max-width:700px){.costos-analysis-inputs__intro{flex-direction:column}.costos-analysis-direct-cost{width:100%;text-align:left}.costos-analysis-price-field{max-width:none;padding:15px}.costos-money-input--hero{min-height:60px}.costos-money-input--hero input{min-height:58px!important;font-size:27px!important}.costos-analysis-estimates-head{align-items:flex-start;flex-direction:column}.costos-analysis-estimates{grid-template-columns:1fr}.costos-analysis-estimate-card>small{min-height:0}.costos-analysis-percent-row{grid-template-columns:1fr;align-items:flex-start;gap:8px}.costos-analysis-percent-row .costos-input-group{max-width:none;width:100%;grid-template-columns:minmax(84px,1fr) 74px}.costos-analysis-percent-row>strong{font-size:18px;text-align:left}.costos-analysis-generate{width:100%;min-width:0}.costos-analysis-awaiting{align-items:flex-start}}

/* 1.0.40 · Análisis compacto + acordeón inteligente + semáforo interactivo */
.costos-analysis-page-head{margin-bottom:14px}
.costos-analysis-picker--simple{display:block;padding:15px 16px;margin-bottom:14px}
.costos-analysis-picker--simple>label{display:block;margin-bottom:8px}
.costos-analysis-picker--simple>select{width:100%}
.costos-analysis-settings{margin:0 0 18px;border:1px solid var(--costos-line);border-radius:20px;background:#fff;overflow:visible}
.costos-analysis-settings.is-first{border-color:#fdba74;background:#fffaf5}
.costos-analysis-settings>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;cursor:pointer;list-style:none;user-select:none}
.costos-analysis-settings>summary::-webkit-details-marker{display:none}
.costos-analysis-settings__main{display:flex;align-items:center;gap:11px;min-width:0}
.costos-analysis-settings__main>span:last-child{min-width:0}
.costos-analysis-settings__main strong{display:block;font-size:14px;color:var(--costos-ink)}
.costos-analysis-settings__main small{display:block;margin-top:3px;color:var(--costos-muted);font-size:10px;line-height:1.35;font-weight:750;white-space:normal}
.costos-analysis-settings__icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:11px;background:#fff7ed;color:#c2410c;font-size:16px}
.costos-analysis-settings__chevron{flex:0 0 auto;color:#8a7b70;font-size:20px;line-height:1;transition:transform .18s ease}
.costos-analysis-settings[open] .costos-analysis-settings__chevron{transform:rotate(180deg)}
.costos-analysis-settings[open]>summary{border-bottom:1px solid var(--costos-line)}
.costos-analysis-settings__body{padding:16px}
.costos-analysis-primary-values{display:grid;grid-template-columns:minmax(180px,.55fr) minmax(280px,1fr);gap:12px;align-items:stretch}
.costos-analysis-primary-values .costos-analysis-direct-cost{width:auto;min-width:0;text-align:left;display:flex;flex-direction:column;justify-content:center}
.costos-analysis-primary-values .costos-analysis-price-field{max-width:none;width:100%;box-shadow:none}
.costos-analysis-product-hero--clean{padding:8px 0 7px}

.costos-profit-meter-card{position:relative;margin:8px 0 16px}
.costos-profit-meter{position:relative;display:block;width:100%;padding:16px 18px 15px;border:1px solid var(--costos-line);border-radius:22px;background:#fff;color:var(--costos-ink);font:inherit;text-align:left;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;overflow:visible}
.costos-profit-meter:focus-visible{outline:3px solid rgba(249,115,22,.22);outline-offset:2px}
.costos-profit-meter__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:26px}
.costos-profit-meter__head>strong{font-size:13px}
.costos-profit-meter__help{display:grid;place-items:center;width:25px;height:25px;border-radius:999px;background:#faf7f4;border:1px solid var(--costos-line);font-size:12px;font-weight:950;color:#7a6d64}
.costos-profit-meter__track-wrap{display:block}
.costos-profit-meter__track{position:relative;display:flex;height:12px;border-radius:999px;overflow:visible;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}
.costos-profit-meter__track>i{display:block;width:33.333%;height:12px}
.costos-profit-meter__track>i.loss{background:#ef4444;border-radius:999px 0 0 999px}
.costos-profit-meter__track>i.risk{background:#f59e0b}
.costos-profit-meter__track>i.gain{background:#22c55e;border-radius:0 999px 999px 0}
.costos-profit-meter__track>b{position:absolute;left:var(--meter-position);top:-7px;width:4px;height:26px;border-radius:99px;background:#221d1a;transform:translateX(-50%);box-shadow:0 0 0 3px #fff}
.costos-profit-meter__track>b:before{content:"";position:absolute;left:50%;top:-5px;width:11px;height:11px;border-radius:50%;background:#221d1a;transform:translateX(-50%)}
.costos-profit-meter__track>b>span{position:absolute;left:50%;bottom:31px;transform:translateX(-50%);padding:4px 7px;border-radius:8px;background:#221d1a;color:#fff;font-size:9px;font-weight:950;line-height:1;white-space:nowrap}
.costos-profit-meter__labels{display:grid;grid-template-columns:repeat(3,1fr);margin-top:7px;color:#766a62;font-size:9px;font-weight:900;text-align:center}
.costos-profit-meter__labels span:first-child{text-align:left}.costos-profit-meter__labels span:last-child{text-align:right}
.costos-profit-meter__result{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:11px}
.costos-profit-meter__result strong{font-size:15px}.costos-profit-meter__result small{font-size:10px;font-weight:850;color:var(--costos-muted)}
.costos-profit-meter.high .costos-profit-meter__result strong{color:#b91c1c}
.costos-profit-meter.ok .costos-profit-meter__result strong{color:#a16207}
.costos-profit-meter.low .costos-profit-meter__result strong{color:#15803d}
.costos-profit-meter__popover{position:absolute;z-index:30;left:50%;top:50%;display:grid;width:min(330px,calc(100% - 28px));gap:6px;padding:14px 15px;border:1px solid #ded6cf;border-radius:16px;background:#fff;color:#392f2a;box-shadow:0 16px 36px rgba(38,28,22,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-44%) scale(.97);transition:opacity .12s ease,transform .12s ease,visibility .12s ease}
.costos-profit-meter__popover>strong{font-size:14px}.costos-profit-meter__popover>span{font-size:11px;line-height:1.4}.costos-profit-meter__popover>small{padding-top:4px;border-top:1px solid #eee8e3;color:#746860;font-size:9px;line-height:1.35;font-weight:750}
.costos-profit-meter.is-explaining .costos-profit-meter__popover{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}

.costos-analysis-commercial__metrics>.costos-analysis-metric--direct{background:#ecfdf3;border-color:#bbf7d0}
.costos-analysis-commercial__metrics>.costos-analysis-metric--direct span,.costos-analysis-commercial__metrics>.costos-analysis-metric--direct small{color:#47705a}
.costos-analysis-commercial__metrics>.costos-analysis-metric--direct strong{color:#166534}
.costos-analysis-commercial__metrics>.costos-analysis-metric--price{background:#fff7ed;border-color:#fdba74}
.costos-analysis-commercial__metrics>.costos-analysis-metric--price span,.costos-analysis-commercial__metrics>.costos-analysis-metric--price small{color:#9a5a32}
.costos-analysis-commercial__metrics>.costos-analysis-metric--price strong{color:#c2410c}

@media(max-width:700px){
  .costos-analysis-page-head h1{font-size:clamp(34px,10vw,46px)}
  .costos-analysis-picker--simple{padding:14px}
  .costos-analysis-settings>summary{padding:13px 14px}
  .costos-analysis-settings__main small{font-size:9px}
  .costos-analysis-settings__body{padding:14px}
  .costos-analysis-primary-values{grid-template-columns:1fr}
  .costos-analysis-primary-values .costos-analysis-direct-cost{width:100%;text-align:left}
  .costos-profit-meter{padding:15px 14px 14px}
  .costos-profit-meter__head{margin-bottom:27px}
  .costos-profit-meter__result{align-items:flex-start;flex-direction:column;gap:2px}
  .costos-profit-meter__popover{width:calc(100% - 22px);padding:13px}
}

/* Landing Costos · beneficio compartir / imprimir */
.costos-landing-section--share{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:56px;align-items:center;padding-top:58px;padding-bottom:58px}
.costos-landing-share__copy h2{margin:11px 0 14px;font-size:clamp(34px,5vw,54px);line-height:1.02;letter-spacing:-.055em}.costos-landing-share__copy>p{margin:0;color:#6c6058;font-size:17px;line-height:1.65;font-weight:650}
.costos-landing-share__media{display:flex;justify-content:center}.costos-landing-share-card{width:min(430px,100%);padding:22px;border:1px solid #d9eadd;border-radius:28px;background:linear-gradient(180deg,#fff,#f8fff9);box-shadow:0 24px 60px rgba(22,101,52,.12);transform:rotate(1.2deg)}
.costos-landing-share-card__top{display:flex;align-items:center;justify-content:space-between;gap:14px}.costos-landing-share-card__top>div{display:grid}.costos-landing-share-card__brand{font-weight:1000;font-size:15px}.costos-landing-share-card__top small{margin-left:25px;color:#746961;font-size:9px;font-weight:900;letter-spacing:.08em}.costos-landing-share-card__emoji{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#fff7ed;font-size:28px}
.costos-landing-share-card__product{display:block;margin:18px 0 12px;font-size:28px;line-height:1;letter-spacing:-.045em;color:#183b30}.costos-landing-share-card__cost{padding:18px;border:1px solid #cfe7d5;border-radius:20px;background:#f0fdf4}.costos-landing-share-card__cost>span,.costos-landing-share-card__cost>small{display:block;color:#52645b;font-size:10px;font-weight:850}.costos-landing-share-card__cost>strong{display:block;margin:5px 0 4px;font-size:44px;line-height:1;color:#17903f;letter-spacing:-.055em}
.costos-landing-share-card__bar{display:flex;height:18px;margin:16px 0 8px;border-radius:999px;overflow:hidden;background:#f1f5f2}.costos-landing-share-card__bar i{display:block;width:88%;background:linear-gradient(90deg,#17903f,#4fbe5d)}.costos-landing-share-card__bar b{display:block;width:12%;background:#f97316}.costos-landing-share-card__legend{display:flex;justify-content:space-between;gap:10px;color:#5f6a64;font-size:10px;font-weight:850}.costos-landing-share-card__legend span:first-child{color:#167137}.costos-landing-share-card__legend span:last-child{color:#c2410c}.costos-landing-share-card__bottom{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;margin-top:18px;padding-top:15px;border-top:1px solid #e7eee9}.costos-landing-share-card__bottom strong,.costos-landing-share-card__bottom small{display:block}.costos-landing-share-card__bottom strong{font-size:13px;color:#183b30}.costos-landing-share-card__bottom small{margin-top:3px;color:#756961;font-size:10px}.costos-landing-share-card__qr{display:grid;place-items:center;width:58px;height:58px;border:1px solid #d9e1dc;border-radius:12px;background:#fff;color:#4c1d95;font-size:38px;line-height:1}
@media(max-width:900px){.costos-landing-section--share{grid-template-columns:1fr;gap:30px}.costos-landing-share__media{order:2}.costos-landing-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.costos-landing-section--share{padding:44px 0}.costos-landing-share__copy h2{font-size:34px}.costos-landing-share__copy>p{font-size:15px}.costos-landing-share-card{padding:17px;border-radius:24px;transform:none}.costos-landing-share-card__product{font-size:24px}.costos-landing-share-card__cost>strong{font-size:38px}.costos-landing-proof{grid-template-columns:1fr}}
