:root{--cot-estimate-ink:#172015;--cot-estimate-green:#183e1b;--cot-estimate-olive:#708020;--cot-estimate-lime:#b8d85b;--cot-estimate-paper:#f7f8f1;--cot-estimate-line:#d8dfc9;--cot-estimate-muted:#697363;--cot-estimate-danger:#9f2f28}
.estimate-saas-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:42px 0 80px;color:var(--cot-estimate-ink)}
.estimate-saas-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:28px;padding:clamp(28px,5vw,64px);border:1px solid rgba(184,216,91,.32);border-radius:34px;background:linear-gradient(135deg,#0d2712,#193e1d 58%,#526319);color:#fff;box-shadow:0 28px 70px rgba(12,31,16,.2)}
.estimate-saas-hero:after{content:"";position:absolute;width:360px;height:360px;right:-150px;top:-170px;border:70px solid rgba(184,216,91,.14);border-radius:50%}
.estimate-saas-eyebrow{margin:0 0 10px;color:#cde77a;font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.estimate-saas-hero h1,.estimate-saas-card h1,.estimate-saas-card h2{margin:0;line-height:1.02}.estimate-saas-hero h1{max-width:760px;font-size:clamp(2.25rem,6vw,5rem)}
.estimate-saas-lead{max-width:720px;margin:20px 0 0;color:rgba(255,255,255,.82);font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}
.estimate-saas-plan{position:relative;z-index:1;align-self:center;padding:26px;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:rgba(255,255,255,.09);backdrop-filter:blur(12px)}
.estimate-saas-price{display:flex;align-items:flex-end;gap:8px;margin:14px 0}.estimate-saas-price strong{font-size:3.1rem;line-height:1}.estimate-saas-price span{padding-bottom:6px;color:rgba(255,255,255,.72)}
.estimate-saas-list{display:grid;gap:10px;margin:20px 0;padding:0;list-style:none}.estimate-saas-list li{display:flex;gap:9px}.estimate-saas-list li:before{content:"✓";color:#d7f184;font-weight:900}
.estimate-saas-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}.estimate-saas-feature{padding:24px;border:1px solid var(--cot-estimate-line);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(31,50,22,.07)}
.estimate-saas-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 26px}.estimate-saas-plan-card{position:relative;display:grid;gap:12px;padding:20px;border:2px solid var(--cot-estimate-line);border-radius:20px;background:#fbfcf8;cursor:pointer}.estimate-saas-plan-card input{position:absolute;opacity:0;pointer-events:none}.estimate-saas-plan-card.is-selected{border-color:var(--cot-estimate-olive);box-shadow:0 0 0 4px rgba(112,128,32,.13)}.estimate-saas-plan-card.is-recommended:before{content:"Recommended";position:absolute;right:14px;top:-11px;padding:5px 9px;border-radius:999px;background:var(--cot-estimate-olive);color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.estimate-saas-plan-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.estimate-saas-plan-card__top small,.estimate-saas-plan-card__top strong{display:block}.estimate-saas-plan-card__top small{color:var(--cot-estimate-muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.estimate-saas-plan-card__top strong{margin-top:4px;font-size:1.2rem}.estimate-saas-plan-card__top b{color:var(--cot-estimate-green);white-space:nowrap}.estimate-saas-plan-card>span:not(.estimate-saas-plan-card__top){color:var(--cot-estimate-muted);line-height:1.45}.estimate-saas-plan-card em{color:var(--cot-estimate-danger);font-size:.8rem;font-style:normal;font-weight:800}.estimate-saas-plan-card .estimate-saas-list{margin:0;font-size:.85rem}.estimate-saas-legal{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--cot-estimate-line);border-radius:14px;background:#fbfcf8}.estimate-saas-legal input{width:20px;height:20px;flex:0 0 auto}.estimate-saas-legal a{color:var(--cot-estimate-green);font-weight:850;text-decoration:underline}
.estimate-saas-feature strong{display:block;margin-bottom:8px;font-size:1.08rem}.estimate-saas-feature p{margin:0;color:var(--cot-estimate-muted);line-height:1.55}
.estimate-saas-card{width:min(980px,calc(100% - 32px));margin:36px auto;padding:clamp(22px,4vw,42px);border:1px solid var(--cot-estimate-line);border-radius:30px;background:#fff;box-shadow:0 26px 70px rgba(28,48,20,.11)}
.estimate-saas-card--login{width:min(560px,calc(100% - 32px))}.estimate-saas-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.estimate-saas-card__head p{margin:8px 0 0;color:var(--cot-estimate-muted)}
.estimate-saas-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.estimate-saas-field{display:grid;gap:7px}.estimate-saas-field--full{grid-column:1/-1}.estimate-saas-field span{font-size:.86rem;font-weight:850}.estimate-saas-field input,.estimate-saas-field select,.estimate-saas-field textarea{width:100%;box-sizing:border-box;border:1px solid #cbd4bd;border-radius:14px;background:#fbfcf8;padding:13px 14px;color:var(--cot-estimate-ink);font:inherit}.estimate-saas-field textarea{min-height:94px;resize:vertical}.estimate-saas-field input:focus,.estimate-saas-field select:focus,.estimate-saas-field textarea:focus{outline:3px solid rgba(184,216,91,.28);border-color:var(--cot-estimate-olive)}
.estimate-saas-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.estimate-saas-button{min-height:46px;border:1px solid #526319;border-radius:14px;padding:11px 18px;background:var(--cot-estimate-olive);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 5px 0 #405014}.estimate-saas-button:hover{transform:translateY(-1px)}.estimate-saas-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.estimate-saas-button--quiet{background:#fff;color:#314119}.estimate-saas-button--danger{border-color:#7c211d;background:#b13b33;box-shadow:0 5px 0 #7c211d}
.estimate-saas-notice{margin:16px 0;padding:14px 16px;border:1px solid #d8dfc9;border-radius:14px;background:#f5f8eb;color:#405018}.estimate-saas-notice--error{border-color:#e8b0aa;background:#fff0ee;color:#84251f}.estimate-saas-notice--warning{border-color:#e0c778;background:#fff9df;color:#665217}
.estimate-saas-workspace{width:min(1380px,calc(100% - 24px));margin:22px auto 80px}.estimate-saas-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border-radius:22px;background:#102f16;color:#fff}.estimate-saas-toolbar h1{margin:0;font-size:clamp(1.35rem,3vw,2rem)}.estimate-saas-toolbar p{margin:5px 0 0;color:rgba(255,255,255,.68)}
.estimate-saas-workgrid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;margin-top:20px}.estimate-saas-panel{padding:22px;border:1px solid var(--cot-estimate-line);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(31,50,22,.06)}.estimate-saas-panel h2{margin:0 0 18px;font-size:1.25rem}
.estimate-saas-line-table{width:100%;border-collapse:separate;border-spacing:0 9px}.estimate-saas-line-table th{text-align:left;padding:0 8px;color:var(--cot-estimate-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.estimate-saas-line-table td{padding:8px;background:#f7f9f1}.estimate-saas-line-table td:first-child{border-radius:12px 0 0 12px}.estimate-saas-line-table td:last-child{border-radius:0 12px 12px 0}.estimate-saas-line-table input,.estimate-saas-line-table select{width:100%;min-width:70px;border:1px solid #d2dac5;border-radius:9px;padding:9px;box-sizing:border-box;background:#fff}.estimate-saas-line-table .estimate-saas-description{min-width:220px}.estimate-saas-line-total{font-weight:900;white-space:nowrap}
.estimate-saas-summary{display:grid;gap:12px}.estimate-saas-summary div{display:flex;justify-content:space-between;gap:14px;padding-bottom:10px;border-bottom:1px solid var(--cot-estimate-line)}.estimate-saas-summary div:last-child{border:0;padding:14px;border-radius:14px;background:#eaf3ca;font-size:1.1rem}.estimate-saas-summary strong{font-variant-numeric:tabular-nums}
.estimate-saas-saved{display:grid;gap:10px;margin-top:18px}.estimate-saas-saved button{width:100%;text-align:left;border:1px solid var(--cot-estimate-line);border-radius:12px;background:#fafbf7;padding:12px;cursor:pointer}.estimate-saas-saved small{display:block;color:var(--cot-estimate-muted);margin-top:4px}
.estimate-saas-status{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#eaf3ca;color:#425316;font-size:.78rem;font-weight:900}.estimate-saas-status:before{content:"";width:8px;height:8px;border-radius:50%;background:#63a75d}
@media(max-width:900px){.estimate-saas-hero,.estimate-saas-workgrid{grid-template-columns:1fr}.estimate-saas-grid,.estimate-saas-plan-grid{grid-template-columns:1fr}.estimate-saas-workgrid{gap:14px}.estimate-saas-panel{overflow-x:auto}}
@media(max-width:620px){.estimate-saas-shell{width:min(100% - 18px,1180px);padding-top:18px}.estimate-saas-hero{padding:24px 18px;border-radius:24px}.estimate-saas-card{width:calc(100% - 18px);padding:20px;border-radius:22px}.estimate-saas-form{grid-template-columns:1fr}.estimate-saas-field--full{grid-column:auto}.estimate-saas-toolbar{align-items:flex-start;flex-direction:column}.estimate-saas-button{width:100%}.estimate-saas-actions{display:grid}.estimate-saas-line-table{min-width:760px}}
@media(prefers-reduced-motion:reduce){.estimate-saas-button{transition:none!important}.estimate-saas-button:hover{transform:none}}
