@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Prata&display=swap');
.cabinet-page .public-nav,.cabinet-page .hero,.cabinet-page .product-grid,.cabinet-page .steps,.cabinet-page #apartmentSection,.cabinet-page .layout,.cabinet-page #somEstimate,.cabinet-page #designReport{display:none!important}
.cabinet-page main{max-width:1600px;min-height:calc(100vh - 84px)}
.cabinet-page #saasDashboard:not([hidden]){display:grid;margin-top:24px;min-height:calc(100vh - 132px)}
.cabinet-page.project-editor .saas-dashboard{display:none!important}
.cabinet-page.project-editor .steps{display:flex!important}
.cabinet-page.project-editor #apartmentSection,.cabinet-page.project-editor .layout,.cabinet-page.project-editor #somEstimate{display:grid!important}
.cabinet-page.project-editor #designReport:not([hidden]){display:block!important}
:root{--ink:#183b35;--accent:#ec6b3f;--paper:#f5f1e9;--card:#fffdf9;--line:#ded9cf;--muted:#7b817c;--green:#dfe9df;--shadow:0 18px 55px rgba(31,55,48,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:#20312d;font-family:Manrope,Arial,sans-serif}.topbar{height:76px;padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;background:#fffdf9;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-weight:800;font-size:18px;line-height:1}.brand small{display:block;margin-top:5px;color:var(--muted);font-size:9px;letter-spacing:.13em;text-transform:uppercase}.brand-mark{display:grid;place-items:center;width:39px;height:39px;background:var(--ink);color:#fff;border-radius:50%;font-family:Prata;font-size:21px}.top-actions{display:flex;align-items:center;gap:10px}.save-state{font-size:11px;color:#789087}.save-state:before{content:'●';color:#68a678;margin-right:5px}.btn,.icon-btn,button{font:inherit;cursor:pointer}.btn{border:0;border-radius:9px;padding:12px 18px;font-weight:700}.secondary{background:#fff;border:1px solid var(--ink);color:var(--ink)}.primary{background:var(--accent);color:#fff;box-shadow:0 8px 22px rgba(236,107,63,.22)}.full{width:100%}.icon-btn{border:1px solid var(--line);background:transparent;width:40px;height:40px;border-radius:9px;color:var(--ink);font-size:20px}main{max-width:1240px;margin:auto;padding:52px 24px 80px}.hero{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:42px}.eyebrow{text-transform:uppercase;letter-spacing:.17em;color:var(--accent);font-weight:800;font-size:10px;margin:0 0 12px}.hero h1{font:400 clamp(36px,5vw,62px)/1.06 Prata,serif;color:var(--ink);margin:0}.hero h1 em{color:var(--accent);font-style:italic}.lead{color:var(--muted);max-width:630px;line-height:1.7;margin:20px 0 0}.hero-total{text-align:right;padding:20px 0}.hero-total span,.hero-total small{display:block;color:var(--muted);font-size:12px}.hero-total strong{display:block;color:var(--ink);font:400 34px Prata;margin:7px 0}.steps{display:grid;grid-template-columns:repeat(3,1fr);background:#e9e5dc;border-radius:12px;padding:5px;margin-bottom:20px}.step{display:flex;align-items:center;justify-content:center;gap:12px;border:0;background:transparent;color:#7f8580;padding:12px;border-radius:9px;text-align:left}.step.active{background:var(--card);color:var(--ink);box-shadow:0 2px 8px #bec1ba55}.step b{display:grid;place-items:center;width:27px;height:27px;border:1px solid currentColor;border-radius:50%;font-size:11px}.step span{font-weight:700;font-size:12px}.step small{display:block;font-size:9px;font-weight:500;margin-top:2px;color:#999}.layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:20px;align-items:start}.calculator{display:grid;gap:20px}.card{background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.calculator .card{padding:30px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.section-head>div:first-child{display:flex;align-items:center;gap:13px}.section-head h2,.estimate h2,dialog h2{margin:0;color:var(--ink);font:400 24px Prata}.number{color:var(--accent);font:italic 13px Prata}.presets{display:flex;gap:5px}.presets button,.tabs button{border:1px solid var(--line);background:transparent;color:var(--muted);border-radius:20px;font-size:10px;padding:7px 10px}.presets button:hover,.presets button.active{border-color:var(--accent);color:var(--accent)}label{font-size:11px;font-weight:700;color:#626b67}.room-name-wrap{margin-bottom:20px}.room-name-wrap label{display:block;margin-bottom:7px}.room-name-wrap input{font-size:16px}.fields{display:grid;gap:12px}.dimensions{grid-template-columns:repeat(3,1fr)}.dimensions label{border:1px solid var(--line);padding:12px 14px;border-radius:10px}.dimensions label>span{display:flex;align-items:center;margin-top:6px;font-size:13px;color:var(--muted)}input,select{font:inherit;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:8px;padding:10px 11px;outline:none;width:100%}input:focus,select:focus{border-color:#6c978d;box-shadow:0 0 0 3px #dcebe7}.dimensions input{font-size:22px;font-weight:700;border:0;padding:0;background:transparent}.openings{margin-top:16px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.openings summary{font-size:11px;font-weight:700;cursor:pointer;color:var(--ink)}.openings summary span{float:right;color:var(--muted);font-weight:500}.opening-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.opening-grid label{display:grid;gap:6px}.area-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:22px;background:var(--green);border-radius:10px;padding:14px}.area-strip div{padding:0 14px;border-right:1px solid #c5d1c5}.area-strip div:last-child{border:0}.area-strip span{display:block;color:#68766e;font-size:9px}.area-strip strong{display:block;color:var(--ink);font-size:14px;margin-top:4px}.waste{display:flex;align-items:center;gap:7px}.waste input{width:55px;padding:6px}.tabs{display:flex;gap:8px;border-bottom:1px solid var(--line);padding-bottom:13px}.tabs button{border:0;border-radius:7px;padding:8px 16px}.tabs button.active{background:var(--ink);color:#fff}.work-list{display:grid;gap:8px;margin-top:16px}.work-item{display:grid;grid-template-columns:auto 1fr 86px 86px;align-items:center;gap:12px;border:1px solid var(--line);border-radius:10px;padding:12px;transition:.2s}.work-item.enabled{border-color:#9bb8b0;background:#f6faf7}.switch{position:relative;width:34px;height:20px}.switch input{opacity:0;position:absolute}.switch i{display:block;background:#c8cbc7;border-radius:20px;height:20px}.switch i:after{content:'';display:block;width:14px;height:14px;background:#fff;border-radius:50%;transform:translate(3px,3px);box-shadow:0 1px 3px #555;transition:.2s}.switch input:checked+i{background:var(--accent)}.switch input:checked+i:after{transform:translate(17px,3px)}.work-info b{display:block;font-size:12px;color:var(--ink)}.work-info small{color:var(--muted);font-size:9px}.price-label{font-size:8px;color:var(--muted)}.price-label input{padding:6px;font-size:11px;margin-top:3px}.add-custom{border:1px dashed #aeb4ae;background:transparent;color:var(--ink);width:100%;padding:12px;border-radius:9px;margin-top:12px;font-size:11px;font-weight:700}.estimate{position:sticky;top:96px;padding:26px}.estimate-head{display:flex;justify-content:space-between}.estimate-head .eyebrow{margin-bottom:5px}.mini-areas{display:flex;gap:8px;margin:18px 0;padding-bottom:17px;border-bottom:1px solid var(--line)}.mini-areas span{font-size:9px;background:var(--green);padding:6px 9px;border-radius:6px;color:#657269}.estimate-lines{display:grid;gap:12px;max-height:320px;overflow:auto}.estimate-line{display:grid;grid-template-columns:1fr auto;gap:4px;font-size:11px}.estimate-line b{color:var(--ink)}.estimate-line small{color:var(--muted);grid-column:1/3}.empty{text-align:center;padding:32px 0;color:var(--muted);display:grid;gap:5px}.empty span{font-size:30px;color:#aab7ad}.empty b{font-size:12px;color:var(--ink)}.empty small{font-size:9px}.breakdown{border-top:1px solid var(--line);margin-top:20px;padding-top:15px;display:grid;gap:10px}.breakdown>div{display:flex;justify-content:space-between;font-size:11px}.discount-row{align-items:center}.discount-row span{display:flex;align-items:center;gap:4px}.discount-row input{width:55px;padding:5px}.grand-total{border-top:1px solid var(--ink);margin:17px 0;padding-top:16px;display:grid;grid-template-columns:1fr auto}.grand-total span{font-weight:800;font-size:13px}.grand-total strong{font:400 25px Prata;color:var(--accent)}.grand-total small{grid-column:1/3;color:var(--muted);font-size:8px;margin-top:5px}dialog{border:0;border-radius:15px;padding:0;box-shadow:0 30px 80px #0005;width:min(460px,calc(100% - 30px))}dialog::backdrop{background:#173b3577;backdrop-filter:blur(3px)}dialog form{padding:30px;position:relative}dialog form>label{display:grid;gap:6px;margin:20px 0}.dialog-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:15px}.dialog-grid label{display:grid;gap:6px}.dialog-close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:24px;color:var(--muted)}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,30px);background:var(--ink);color:#fff;padding:11px 20px;border-radius:9px;font-size:11px;opacity:0;pointer-events:none;transition:.25s;z-index:20}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.layout{grid-template-columns:1fr}.estimate{position:static}.hero-total{display:none}.area-strip{grid-template-columns:1fr 1fr;gap:14px}.area-strip div:nth-child(2){border:0}.topbar{padding:0 16px}.save-state{display:none}}
@media(max-width:600px){main{padding:32px 12px 60px}.top-actions .secondary{display:none}.hero{margin-bottom:28px}.hero h1{font-size:38px}.lead{font-size:13px}.steps{position:sticky;top:76px;z-index:8}.step small{display:none}.step span{font-size:10px}.calculator .card{padding:20px 15px}.section-head{align-items:flex-start}.presets{display:none}.dimensions,.opening-grid{grid-template-columns:1fr 1fr}.dimensions label:last-child{grid-column:1/3}.area-strip{padding:12px}.work-item{grid-template-columns:auto 1fr 70px}.work-item .price-label:last-child{grid-column:2/4}.tabs{overflow:auto}.tabs button{white-space:nowrap}.estimate{padding:22px 18px}}
@media print{.topbar,.hero,.steps,.calculator,.icon-btn,.full{display:none!important}body,main{background:#fff;padding:0}.layout{display:block}.estimate{box-shadow:none;border:0;position:static;max-width:700px;margin:auto}.estimate-lines{max-height:none}.empty{display:none!important}}

/* Apartment map */
.apartment{padding:28px;margin-bottom:20px}.apartment-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.apartment-head h2{font:400 28px Prata;color:var(--ink);margin:0}.apartment-head p:not(.eyebrow){font-size:11px;color:var(--muted);margin:8px 0 0}.apartment-actions{display:flex;gap:8px}.ai-btn{background:var(--ink);color:#fff}.ai-btn span,.ai-title>span{color:#ffb08f}.apartment-body{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(240px,.8fr);gap:20px;margin-top:24px}.visual-plan{min-height:310px;background:#e9e5dc;padding:9px;border:8px solid #c8c5bd;box-shadow:inset 0 0 0 2px #fff;border-radius:5px;display:flex;flex-wrap:wrap;align-content:stretch;gap:5px;overflow:hidden}.plan-room{position:relative;min-width:120px;min-height:110px;flex-grow:1;border:1px solid #bcc8c0;background:#edf3ec;padding:14px;text-align:left;color:var(--ink);overflow:hidden;transition:.2s}.plan-room:nth-child(3n+2){background:#f5e9dd}.plan-room:nth-child(3n+3){background:#e3eceb}.plan-room.active{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:inset 0 0 0 3px #fff,0 5px 15px #173b3540}.plan-room b{display:block;font:400 17px Prata}.plan-room small{display:block;margin-top:5px;opacity:.7;font-size:9px}.plan-room i{position:absolute;right:10px;bottom:8px;font-style:normal;font-size:9px;opacity:.55}.room-panel{border:1px solid var(--line);border-radius:10px;padding:15px;display:flex;flex-direction:column}.room-panel-total{display:grid;grid-template-columns:1fr auto;align-items:end;border-bottom:1px solid var(--line);padding:2px 4px 13px}.room-panel-total span{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.room-panel-total strong{font:400 23px Prata;color:var(--accent);grid-row:1/3;grid-column:2}.room-panel-total small{font-size:9px;color:var(--muted)}.room-list{display:grid;gap:6px;margin-top:10px;overflow:auto;max-height:225px}.room-row{display:grid;grid-template-columns:9px 1fr auto auto;align-items:center;gap:8px;border:0;background:transparent;border-radius:7px;padding:8px;text-align:left;color:var(--ink)}.room-row:hover,.room-row.active{background:var(--green)}.room-dot{width:7px;height:7px;border-radius:50%;background:#95aba4}.room-row.active .room-dot{background:var(--accent)}.room-row b{font-size:10px}.room-row small{font-size:9px;color:var(--muted)}.delete-room{border:0;background:transparent;color:#a2a6a3;padding:2px;font-size:14px}.plan-legend{display:flex;align-items:center;gap:20px;margin-top:14px;color:var(--muted);font-size:8px}.plan-legend span{display:flex;align-items:center;gap:5px}.plan-legend i{display:inline-block;width:9px;height:9px;background:#edf3ec;border:1px solid #bcc8c0}.plan-legend i.legend-active{background:var(--ink)}.plan-legend b{margin-left:auto;color:var(--ink);font-size:10px}.ai-title{display:flex;align-items:center;gap:12px}.ai-title>span{display:grid;place-items:center;background:var(--ink);width:43px;height:43px;border-radius:50%;font-size:20px}.dialog-note{font-size:11px;line-height:1.6;color:var(--muted)}.upload-zone{height:255px;border:1.5px dashed #9eaaa3;background:#f5f7f3;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;position:relative;overflow:hidden;cursor:pointer}.upload-zone.drag{border-color:var(--accent);background:#fff3ed}.upload-zone input{display:none}.upload-zone b{color:var(--ink);font-size:12px}.upload-zone small{font-size:9px;color:var(--muted)}.upload-zone em{font-style:normal;color:var(--accent);font-size:10px;border-bottom:1px solid}.upload-icon{font-size:30px;color:#799188}.upload-zone img{display:none;position:absolute;width:100%;height:100%;object-fit:contain;background:#eee}.upload-zone.has-file img{display:block}.upload-zone.has-file:after{content:'Нажмите, чтобы заменить';position:absolute;bottom:10px;background:#173b35dd;color:#fff;padding:5px 9px;border-radius:5px;font-size:8px}.ai-status{display:flex;align-items:center;gap:10px;margin:13px 0}.ai-status>span{width:8px;height:8px;border-radius:50%;background:#9aa49f}.ai-status.loading>span{background:var(--accent);box-shadow:0 0 0 5px #f9d8cc;animation:pulse 1s infinite}.ai-status.success>span{background:#54a16a}.ai-status.error>span{background:#c64d42}.ai-status p{margin:0;display:grid}.ai-status b{font-size:10px;color:var(--ink)}.ai-status small{font-size:8px;color:var(--muted)}.privacy-note{text-align:center;color:var(--muted);font-size:8px;margin:10px 0 0}@keyframes pulse{50%{transform:scale(.65)}}
@media(max-width:750px){.apartment{padding:20px 15px}.apartment-head,.apartment-actions{display:grid}.apartment-actions{grid-template-columns:1fr 1fr}.apartment-body{grid-template-columns:1fr}.visual-plan{min-height:340px}.room-panel{max-height:250px}.plan-legend{flex-wrap:wrap}.plan-legend b{width:100%;margin:0}.plan-dialog form{padding:24px 16px}}

.visual-plan.geometry-plan{display:block;padding:0;border-color:#b9b7b0;background:#d5d2cb;min-height:0}.real-plan{position:relative;width:100%;overflow:hidden;background:#fff}.real-plan>img{display:block;width:100%;height:auto;max-height:580px;object-fit:contain}.real-plan>svg{position:absolute;inset:0;width:100%;height:100%}.svg-room{cursor:pointer}.svg-room polygon{fill:#e6a98e55;stroke:#173b35;stroke-width:.45;vector-effect:non-scaling-stroke;transition:.2s}.svg-room:hover polygon{fill:#ef795088;stroke-width:.8}.svg-room.active polygon{fill:#173b3599;stroke:#ec6b3f;stroke-width:1.2}.svg-room text{font:700 2.2px Manrope,sans-serif;text-anchor:middle;fill:#173b35;paint-order:stroke;stroke:#fff;stroke-width:.35;pointer-events:none}.svg-room text tspan:last-child{font-size:1.8px}.svg-room.active text{fill:#fff;stroke:#173b35}.plan-watermark{position:absolute;right:8px;bottom:8px;background:#173b35dc;color:#fff;padding:5px 8px;border-radius:5px;font-size:7px;letter-spacing:.06em;pointer-events:none}.room-row small{white-space:nowrap}
.design-report{margin-top:20px;padding:30px}.design-report[hidden]{display:none}.report-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.report-head h2{font:400 29px Prata;color:var(--ink);margin:0}.report-head>div>p:not(.eyebrow){font-size:11px;color:var(--muted)}.report-stamp{text-align:right;border-left:1px solid var(--line);padding-left:28px}.report-stamp span,.report-stamp small{display:block;font-size:9px;color:var(--muted)}.report-stamp strong{display:block;font:400 30px Prata;color:var(--accent);margin:5px 0}.variant-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.variant-card{margin:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#f1eee7;transition:.2s}.variant-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.variant-card img{display:block;width:100%;aspect-ratio:1.41;object-fit:cover}.variant-card figcaption{padding:11px 13px;display:grid;gap:3px}.variant-card b{font-size:11px;color:var(--ink)}.variant-card small{font-size:8px;color:var(--muted)}.report-summary{display:grid;grid-template-columns:1fr 270px;gap:30px;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.report-summary h3{font:400 18px Prata;color:var(--ink);margin:0 0 12px}.report-table{display:grid}.report-table-row{display:grid;grid-template-columns:1.5fr repeat(3,.7fr);gap:10px;padding:8px 0;border-bottom:1px solid var(--line);font-size:9px}.report-table-row.head{font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.report-table-row b{color:var(--ink)}.report-table-row i{font-style:normal;color:var(--muted)}.report-cost{background:var(--ink);color:#fff;border-radius:12px;padding:22px;align-self:start}.report-cost span,.report-cost small{display:block;font-size:9px;opacity:.7}.report-cost strong{display:block;font:400 27px Prata;color:#ff9b77;margin:9px 0 4px}.report-cost .btn{margin-top:18px;width:100%;font-size:10px}
.report-table-row b small{display:block;color:var(--accent);font-size:7px;font-weight:600;margin-top:2px}
.design-spec{margin-top:24px}.design-spec-head{display:flex;justify-content:space-between;gap:20px;padding:20px;border:1px solid var(--line);border-radius:12px;background:#f8f5ee}.design-spec-head h3{font:400 22px Prata;margin:0 0 7px}.design-spec-head p:not(.eyebrow){max-width:680px;color:var(--muted);font-size:10px;line-height:1.55}.design-spec-head>div:last-child{display:flex;flex-wrap:wrap;gap:6px;align-content:flex-start;max-width:320px}.design-spec-head span{padding:6px 8px;border-radius:20px;background:#fff;border:1px solid var(--line);font-size:8px}.design-room-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.design-room-specs article{border:1px solid var(--line);border-radius:10px;padding:16px}.design-room-specs article>b{font-size:12px}.design-room-specs article>p,.design-room-specs article>small{font-size:8px;color:var(--muted);line-height:1.5}.design-room-specs dl{display:grid;gap:5px;margin:12px 0}.design-room-specs dl div{display:grid;grid-template-columns:55px 1fr;gap:8px;font-size:8px}.design-room-specs dt{color:var(--muted)}.design-room-specs dd{margin:0}
@media(max-width:750px){.variant-gallery{grid-template-columns:1fr}.report-summary{grid-template-columns:1fr}.report-head{display:block}.report-stamp{text-align:left;border:0;border-top:1px solid var(--line);padding:14px 0 0;margin-top:14px}.design-report{padding:20px 15px}.report-table-row{grid-template-columns:1.4fr repeat(3,.65fr)}.design-spec-head{display:block}.design-spec-head>div:last-child{margin-top:12px}.design-room-specs{grid-template-columns:1fr}}
@media print{.design-report{display:block!important;border:0;box-shadow:none;padding:10px}.variant-gallery{grid-template-columns:repeat(3,1fr)}.variant-card{break-inside:avoid}.report-cost .btn{display:none}.apartment{break-after:page}.report-summary{grid-template-columns:1fr 240px}}
.design-settings{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.design-settings>label{display:grid;gap:5px;margin:0}.design-settings select{font-size:11px;padding:9px}.consistency-toggle{grid-column:1/3!important;display:flex!important;align-items:center;gap:10px;background:var(--green);border-radius:9px;padding:10px}.consistency-toggle input{width:17px;height:17px}.consistency-toggle span{display:grid}.consistency-toggle b{font-size:10px;color:var(--ink)}.consistency-toggle small{font-size:8px;color:var(--muted);font-weight:500}
@media(max-width:600px){.design-settings{grid-template-columns:1fr}.consistency-toggle{grid-column:1!important}}

/* SaaS shell */
.public-nav{display:flex;gap:22px}.public-nav a{font-size:10px;font-weight:700;color:var(--muted);text-decoration:none}.public-nav a:hover{color:var(--accent)}.dashboard-open{background:var(--ink);color:#fff}.hero-actions{display:flex;gap:9px;margin-top:24px}.hero-proof{display:flex;gap:22px;margin-top:22px}.hero-proof span{display:grid;font-size:8px;color:var(--muted)}.hero-proof b{color:var(--ink);font-size:10px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:-18px 0 25px}.product-grid article{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:18px;min-height:150px}.product-grid span{color:var(--accent);font:italic 11px Prata}.product-grid b{display:block;color:var(--ink);font-size:12px;margin:22px 0 7px}.product-grid p{font-size:9px;line-height:1.55;color:var(--muted);margin:0}.save-project{background:var(--green);color:var(--ink);margin-top:8px}.export-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.export-buttons .btn{width:100%}.export-lock{display:block;text-align:center;color:var(--muted);font-size:7px;margin-top:7px}.som-estimate{padding:30px;margin-top:20px}.som-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.som-head h2{font:400 28px Prata;color:var(--ink);margin:0}.som-head p:not(.eyebrow){font-size:10px;color:var(--muted)}.som-head>div:last-child{text-align:right}.som-head>div:last-child span,.som-head>div:last-child small{display:block;font-size:8px;color:var(--muted)}.som-head strong{display:block;font:400 28px Prata;color:var(--accent);margin:4px 0}.som-list{margin-top:22px;border-top:1px solid var(--line)}.som-list article{display:grid;grid-template-columns:1fr 150px;gap:20px;padding:14px 3px;border-bottom:1px solid var(--line);align-items:center}.som-product{display:grid;gap:3px}.som-product>span{font-size:7px;color:var(--accent);font-weight:800;letter-spacing:.08em}.som-product a{color:var(--ink);font-weight:800;text-decoration:none;font-size:10px}.som-product small,.som-list article>div:last-child small{font-size:8px;color:var(--muted)}.som-list article>div:last-child{text-align:right;display:grid}.som-list article>div:last-child span{font-size:8px;color:var(--muted)}.som-list article>div:last-child b{font:400 17px Prata;color:var(--ink)}.som-disclaimer{font-size:8px;color:var(--muted);margin:12px 0 0}.som-empty{padding:25px;text-align:center;color:var(--muted);font-size:10px}
.saas-dashboard{display:grid;grid-template-columns:220px 1fr;background:#f9f7f1;border:1px solid var(--line);border-radius:16px;overflow:hidden;min-height:650px;margin-bottom:25px;box-shadow:var(--shadow)}.saas-dashboard[hidden]{display:none}.saas-side{background:var(--ink);color:#fff;padding:24px 15px;display:flex;flex-direction:column}.workspace-name{display:grid;grid-template-columns:38px 1fr;column-gap:10px;align-items:center;padding:0 7px 24px;border-bottom:1px solid #ffffff22}.workspace-name>span{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--accent);font:400 18px Prata}.workspace-name b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-name small{font-size:8px;opacity:.55}.saas-side nav{display:grid;gap:4px;margin-top:20px}.saas-side nav button{border:0;background:transparent;color:#ffffffa8;text-align:left;padding:11px 12px;border-radius:8px;font-size:10px;font-weight:700;display:flex;justify-content:space-between}.saas-side nav button.active,.saas-side nav button:hover{background:#ffffff12;color:#fff}.saas-side nav i{font-style:normal;background:#ffffff18;padding:1px 6px;border-radius:8px;font-size:8px}.saas-logout{margin-top:auto;border:0;border-top:1px solid #ffffff22;background:none;color:#ffffff77;text-align:left;padding:18px 10px 0;font-size:9px}.saas-main{padding:28px;min-width:0}.saas-main>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.saas-main>header h2{font:400 27px Prata;color:var(--ink);margin:0}.saas-view{display:none}.saas-view.active{display:block}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.kpi-grid article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:17px;display:grid}.kpi-grid span,.kpi-grid small{font-size:8px;color:var(--muted)}.kpi-grid strong{font:400 23px Prata;color:var(--ink);margin:8px 0 4px}.dashboard-columns{display:grid;grid-template-columns:1.3fr .8fr;gap:14px;margin-top:14px}.dashboard-columns>section{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;min-height:260px}.dash-section-head,.view-toolbar{display:flex;align-items:center;justify-content:space-between}.dash-section-head h3,.view-toolbar h3{font:400 18px Prata;color:var(--ink);margin:0}.dash-section-head button{border:0;background:none;color:var(--accent);font-size:8px}.view-toolbar{margin-bottom:18px}.view-toolbar p{font-size:9px;color:var(--muted);margin:5px 0 0}.mini-projects{display:grid;margin-top:10px}.mini-projects>button{border:0;border-bottom:1px solid var(--line);background:none;padding:12px 2px;display:flex;justify-content:space-between;text-align:left;color:var(--ink)}.mini-projects span{display:grid;font-size:9px;font-weight:700}.mini-projects small{font-size:7px;color:var(--muted);margin-top:3px}.mini-projects b{font-size:9px}.activity-feed{display:grid;margin-top:10px}.activity-feed article{display:grid;grid-template-columns:7px 1fr;gap:9px;padding:9px 0;border-bottom:1px solid var(--line)}.activity-feed i{width:6px;height:6px;border-radius:50%;background:var(--accent);margin-top:4px}.activity-feed div{display:grid}.activity-feed b{font-size:8px}.activity-feed small{font-size:7px;color:var(--muted);margin-top:2px}.muted{font-size:9px;color:var(--muted)}
.project-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.project-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px}.project-card-top{display:flex;justify-content:space-between}.project-card-top>button{border:0;background:none;color:#aaa}.status{font-size:7px;font-weight:800;color:var(--ink);background:var(--green);border-radius:10px;padding:4px 7px}.project-card h4{font:400 15px Prata;color:var(--ink);margin:18px 0 5px}.project-card p{font-size:8px;color:var(--muted);line-height:1.55}.project-metrics{display:flex;gap:12px;font-size:7px;color:var(--muted)}.project-metrics b{color:var(--ink);font-size:9px}.progress{height:4px;background:#eee;border-radius:3px;margin:13px 0}.progress i{display:block;height:100%;background:var(--accent);border-radius:3px}.project-actions{display:grid;grid-template-columns:1fr auto auto;gap:5px}.project-actions button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:7px;font-size:7px;color:var(--ink)}.project-actions button:first-child{background:var(--ink);color:#fff}.dash-empty{grid-column:1/-1;text-align:center;padding:60px 20px;border:1px dashed var(--line);border-radius:12px;color:var(--muted)}.dash-empty b{color:var(--ink);font:400 17px Prata}.dash-empty p{font-size:9px}
.entity-row{display:grid;grid-template-columns:1.2fr .7fr 1fr .7fr 30px;gap:10px;align-items:center;background:#fff;border-bottom:1px solid var(--line);padding:12px;font-size:8px}.entity-row.head{background:var(--ink);color:#fff;font-weight:800;border-radius:8px 8px 0 0}.entity-row b{display:grid;font-size:9px;color:var(--ink)}.entity-row.head span{color:#fff}.entity-row small{font-size:7px;color:var(--muted)}.entity-row>button{border:0;background:none;color:#aaa;font-size:15px}.role-pill{background:var(--green);padding:5px 7px;border-radius:10px;text-align:center}.crm-board{display:grid;grid-template-columns:repeat(5,minmax(145px,1fr));gap:8px;overflow:auto;padding-bottom:8px}.crm-board>section{background:#ebe8e0;border-radius:10px;padding:8px;min-height:380px}.crm-board section>header{display:flex;justify-content:space-between;font-size:8px;padding:5px}.crm-board section>header span{background:#fff;padding:2px 6px;border-radius:8px}.crm-board article{background:#fff;border:1px solid var(--line);border-radius:8px;padding:10px;margin-top:7px;display:grid;gap:5px}.crm-board article b{font-size:9px;color:var(--ink)}.crm-board article small,.crm-board article p{font-size:7px;color:var(--muted);margin:0}.crm-board article strong{font:400 13px Prata;color:var(--accent)}.crm-board select{font-size:7px;padding:5px}.crm-board article>button{border:0;background:none;text-align:left;color:#b67d70;font-size:7px;padding:2px 0}.crm-empty{font-size:7px;color:#999;text-align:center}.catalog-table{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.catalog-row{display:grid;grid-template-columns:1.6fr .5fr .5fr 1fr;gap:12px;align-items:center;padding:11px 13px;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none;font-size:8px}.catalog-row.head{background:var(--ink);color:#fff;font-weight:800}.catalog-row b{display:grid;font-size:9px}.catalog-row small{font-size:7px;color:var(--muted);font-weight:500;margin-top:3px}.catalog-row strong{color:var(--accent)}
.auth-dialog form,.entity-dialog form{padding:31px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#eeeae2;border-radius:9px;padding:3px;margin:18px 0}.auth-tabs button{border:0;background:none;border-radius:7px;padding:8px;font-size:9px;color:var(--muted)}.auth-tabs button.active{background:#fff;color:var(--ink);font-weight:800}.auth-dialog label,.entity-dialog label{display:grid;gap:5px;margin:12px 0}.register-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.register-fields label{margin:0}.form-error{color:#b54439;background:#fae5e1;border-radius:7px;font-size:8px;padding:0;min-height:0}.form-error:not(:empty){padding:8px;margin-bottom:9px}.auth-terms{text-align:center;font-size:7px;color:var(--muted)}textarea{font:inherit;min-height:75px;resize:vertical;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:8px;padding:10px;outline:none}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr)}.project-cards{grid-template-columns:repeat(2,1fr)}.kpi-grid{grid-template-columns:1fr 1fr}.dashboard-columns{grid-template-columns:1fr}.public-nav{display:none}.saas-dashboard{grid-template-columns:185px 1fr}}
@media(max-width:700px){.hero-actions,.hero-proof{flex-wrap:wrap}.hero-proof{gap:12px}.product-grid{grid-template-columns:1fr 1fr}.saas-dashboard{display:block}.saas-side{padding:13px}.saas-side nav{display:flex;overflow:auto}.saas-side nav button{white-space:nowrap}.workspace-name,.saas-logout{display:none}.saas-main{padding:18px 11px}.saas-main>header{align-items:flex-start}.saas-main>header .btn{font-size:8px;padding:9px}.project-cards{grid-template-columns:1fr}.kpi-grid{gap:6px}.kpi-grid article{padding:12px}.crm-board{grid-template-columns:repeat(5,180px)}.catalog-row{grid-template-columns:1fr .4fr}.catalog-row>*:nth-child(3),.catalog-row>*:nth-child(4){display:none}.som-head{display:block}.som-head>div:last-child{text-align:left;margin-top:15px}.som-list article{grid-template-columns:1fr 90px}.register-fields{grid-template-columns:1fr}.product-grid article{min-height:130px}.top-actions .auth-open,.top-actions .dashboard-open{display:block;font-size:8px;padding:9px}.top-actions .icon-btn{display:none}}

/* Landing v11 — selected bright architectural-tech direction */
:root{--ink:#13233c;--accent:#2468ef;--paper:#f6f9ff;--card:#fff;--line:#dbe4f2;--muted:#6d7a8f;--green:#eef5ff;--shadow:0 20px 55px rgba(40,82,155,.10);--blue-soft:#edf4ff;--yellow:#ffc928}
body{background:linear-gradient(180deg,#fff 0,#f7faff 42%,#fff 100%);color:var(--ink)}
.cabinet-page .landing-only,.cabinet-page .site-footer{display:none!important}
.topbar{height:72px;background:#ffffffee;border-bottom:1px solid #e9eef7;backdrop-filter:blur(14px);padding:0 max(24px,calc((100vw - 1280px)/2));box-shadow:0 4px 22px rgba(50,82,135,.04)}
.brand{color:#1660de;font-size:17px;letter-spacing:-.02em}.brand-mark{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,#2d78ff,#1554d0);font:800 18px Manrope;color:#fff;box-shadow:0 8px 18px #2468ef33}.brand small{color:#8290a5;font-size:7px;letter-spacing:.14em}
.public-nav{gap:30px}.public-nav a{color:#607087;font-size:9px}.public-nav a:hover{color:var(--accent)}
.top-actions .btn{border-radius:8px;padding:10px 17px}.top-actions .dashboard-open{background:var(--accent)}
.btn{border-radius:8px;transition:transform .18s,box-shadow .18s,background .18s}.btn:hover{transform:translateY(-1px)}.primary{background:linear-gradient(135deg,#2e78ff,#1558d8);box-shadow:0 10px 25px #2468ef30}.secondary{border-color:#c6d5eb;color:#1c4f9e;background:#fff}.eyebrow{color:var(--accent);font-family:Manrope}
main{max-width:1280px;padding:44px 24px 90px}
.hero{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);gap:34px;align-items:center;min-height:570px;margin:0 0 25px;position:relative}
.hero-copy{position:relative;z-index:2}.hero-kicker{display:inline-flex;align-items:center;gap:7px;background:var(--blue-soft);border:1px solid #d4e4ff;padding:7px 11px;border-radius:30px;margin-bottom:19px}.hero-kicker span{font-size:13px}.hero h1{font:800 clamp(42px,5vw,68px)/1.03 Manrope;color:#14233b;letter-spacing:-.055em}.hero h1 em{font-style:normal;color:var(--accent)}.lead{max-width:590px;color:#617089;font-size:15px;line-height:1.7;margin-top:23px}.hero-actions{margin-top:28px}.hero-actions .btn{padding:14px 21px;text-decoration:none;font-size:11px}.hero-actions .primary span{margin-left:14px}.hero-proof{gap:18px;margin-top:24px}.hero-proof span{display:flex;align-items:center;gap:6px;font-size:8px}.hero-proof i{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#e9f7ef;color:#17a55b;font-style:normal}.hero-proof b{font-size:8px;color:#64748b}
.hero-stage{height:540px;position:relative;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 52% 38%,#fff 0,#f2f7ff 58%,#eaf2ff 100%);border:1px solid #e1eafa;box-shadow:0 32px 80px #2d6de518}.blueprint-grid{position:absolute;inset:48% -10% -18% 0;background-image:linear-gradient(#3480ff1d 1px,transparent 1px),linear-gradient(90deg,#3480ff1d 1px,transparent 1px);background-size:32px 32px;transform:perspective(500px) rotateX(58deg) rotateZ(-8deg);transform-origin:center bottom}.hero-mascot{position:absolute;inset:14px 70px 22px 0;overflow:hidden;filter:drop-shadow(0 24px 28px #1e5cad25)}.hero-mascot img{height:100%;width:auto;max-width:none;mix-blend-mode:multiply;transform:translateX(-1%)}.hero-mascot:after{content:"";position:absolute;right:0;top:0;width:28%;height:38%;background:linear-gradient(90deg,transparent,#f7faff 42%)}
.hero-total{position:absolute;right:16px;top:112px;width:218px;text-align:left;padding:15px;background:#ffffffef;border:1px solid #dfe8f7;border-radius:14px;box-shadow:0 18px 45px #2c61a823;backdrop-filter:blur(12px)}.hero-total>span{font-size:9px;font-weight:800;color:#27466e;margin-bottom:9px}.hero-estimate-row{display:grid;grid-template-columns:19px 1fr auto;align-items:center;gap:5px;padding:7px 0;border-bottom:1px solid #edf1f7}.hero-estimate-row i{grid-row:1/3;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#eaf2ff;color:#2468ef;font-size:7px;font-style:normal;font-weight:800}.hero-estimate-row b{font-size:8px}.hero-estimate-row small{font-size:7px}.hero-estimate-row strong{grid-column:3;grid-row:1/3;font-size:8px;color:#263a55}.hero-estimate-total{display:flex;justify-content:space-between;align-items:center;padding-top:10px}.hero-estimate-total span{font-size:8px}.hero-estimate-total strong{font:800 17px Manrope;color:#1d55bd;margin:0}.hero-total>#heroPerMeter{font-size:7px;color:#708097;margin-top:3px}.hero-plan-chip{position:absolute;left:24px;bottom:24px;display:grid;background:#10305fcf;color:#fff;padding:10px 14px;border-radius:10px;backdrop-filter:blur(10px);box-shadow:0 12px 30px #10305f25}.hero-plan-chip b{font-size:9px}.hero-plan-chip span{font-size:7px;opacity:.7;margin-top:2px}
.product-grid{grid-template-columns:repeat(4,1fr);gap:0;margin:0 0 86px;background:#fff;border:1px solid #e0e8f4;border-radius:14px;box-shadow:0 16px 42px #294d8f0c;padding:5px 0}.product-grid article{min-height:86px;border:0;border-right:1px solid #e7edf6;border-radius:0;padding:17px 28px;display:flex;align-items:center;gap:15px}.product-grid article:last-child{border-right:0}.product-grid article>span{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;background:#edf4ff;color:#2468ef;font:600 18px Manrope}.product-grid article b{font:800 15px Manrope;margin:0;color:#1e2d45}.product-grid article p{font-size:8px;margin-top:3px}
.marketing-heading{text-align:center;max-width:670px;margin:0 auto 36px}.marketing-heading h2,.calculator-intro h2{font:800 clamp(28px,3.4vw,42px)/1.12 Manrope;letter-spacing:-.035em;color:#17263d;margin:0}.marketing-heading>p:not(.eyebrow),.calculator-intro>p:not(.eyebrow){color:#748197;font-size:11px;line-height:1.6}.how-section{padding:0 0 92px;scroll-margin-top:90px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;position:relative}.how-grid article{background:#fff;border:1px solid #dfe7f2;border-radius:16px;padding:24px;box-shadow:0 14px 38px #254b8c0a;position:relative}.how-grid article>span{position:absolute;top:17px;left:17px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#2468ef;color:#fff;font-size:10px;font-weight:800}.how-grid h3{font-size:14px;margin:19px 0 7px}.how-grid p{font-size:9px;line-height:1.6;color:#748197;margin:0}.how-visual{height:148px;border-radius:12px;background:#f2f6fc;display:flex;align-items:center;justify-content:center}.how-visual.upload{border:1px dashed #8eb5f5;flex-direction:column;color:#2468ef}.how-visual.upload i{font-style:normal;font-size:34px}.how-visual.upload small{background:#fff;border:1px solid #dbe6f7;padding:7px 11px;border-radius:7px;color:#5e6e85;margin-top:8px}.how-visual.checklist{gap:8px}.how-visual.checklist i{display:grid;place-items:center;width:50px;height:60px;border-radius:8px;background:#fff;border:1px solid #dfe7f4;color:#2468ef;font-style:normal;font-size:18px;box-shadow:0 7px 20px #315b9920}.estimate-paper{flex-direction:column;align-items:flex-start;padding:26px 65px}.estimate-paper b{color:#2468ef;font-size:11px}.estimate-paper i{height:6px;background:#dce5f3;width:100%;margin-top:9px;border-radius:4px}.estimate-paper i:last-child{width:65%}
.calculator-intro{text-align:center;margin:8px auto 28px;max-width:720px}.steps{background:#eaf0f8;border:1px solid #e0e7f1;border-radius:12px;max-width:780px;margin:0 auto 18px}.step.active{box-shadow:0 5px 20px #245cb51b}.step b{color:#2468ef}.card{border-color:#dfe7f2;box-shadow:0 16px 48px #284e8d0c}.apartment{border-radius:18px;padding:30px;margin-bottom:22px;scroll-margin-top:90px}.apartment-head h2,.som-head h2{font:800 28px Manrope;letter-spacing:-.03em}.ai-btn{background:linear-gradient(135deg,#2e78ff,#1558d8);box-shadow:0 10px 23px #2468ef2c}.ai-btn span{color:#fff}.apartment-body{grid-template-columns:minmax(0,1.5fr) minmax(260px,.65fr)}.visual-plan{background:#f1f5fa;border:8px solid #d7dfeb;box-shadow:inset 0 0 0 2px #fff}.plan-room{background:#f9fbff;border-color:#cbd8ea;color:#152b49}.plan-room:nth-child(3n+2){background:#fff7e4}.plan-room:nth-child(3n+3){background:#eef5ff}.plan-room.active{background:#2468ef;border-color:#2468ef}.room-panel-total strong{color:#2468ef}.room-list-item.active{border-color:#8eb5f5;background:#edf4ff}.plan-legend b{color:#2468ef}
.calculator .card{padding:30px}.section-head h2,.estimate h2,dialog h2{font:800 22px Manrope;letter-spacing:-.025em}.tabs button.active{background:#2468ef}.switch input:checked+i{background:#2468ef}.work-item.enabled{border-color:#aac8f8;background:#f7faff}.area-strip{background:#edf4ff}.estimate{top:90px}.grand-total strong{font:800 24px Manrope;color:#2468ef}.save-project{background:#edf4ff;color:#174b9f}.som-head strong{font:800 27px Manrope;color:#2468ef}
.feature-showcase{margin:90px 0 105px;display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;align-items:center}.showcase-copy h2{font:800 39px/1.12 Manrope;letter-spacing:-.04em;margin:0}.showcase-copy ul{list-style:none;padding:0;margin:24px 0;display:grid;gap:12px}.showcase-copy li{font-size:10px;color:#617087;position:relative;padding-left:25px}.showcase-copy li:before{content:"✓";position:absolute;left:0;top:-2px;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#e8f2ff;color:#2468ef;font-weight:900}.showcase-copy .btn{display:inline-block;text-decoration:none;font-size:10px}.showcase-ui{min-height:430px;background:#fff;border:1px solid #d9e3f1;border-radius:16px;box-shadow:0 32px 80px #234a8e1a;display:grid;grid-template-columns:1fr 220px;grid-template-rows:48px 1fr;overflow:hidden}.showcase-nav{grid-column:1/3;background:#f7f9fc;border-bottom:1px solid #e3eaf4;display:flex;align-items:center;gap:22px;padding:0 20px;font-size:8px;color:#728097}.showcase-nav b{color:#2468ef;margin-right:auto}.showcase-plan{position:relative;margin:20px;background:#edf2f8;border:8px solid #d1dbe8;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr .8fr;gap:4px;padding:4px}.showcase-plan i{font-style:normal;background:#fff;border:1px solid #bdcde1;display:grid;place-items:center;color:#2468ef;font-size:16px;font-weight:900}.showcase-plan i:nth-child(2){background:#fff5d9}.showcase-plan i:nth-child(3){background:#e8f2ff}.showcase-plan i:nth-child(4){background:#e8f7f1}.showcase-plan small{display:block;font-size:7px;color:#61728a;font-weight:600}.showcase-estimate{border-left:1px solid #e3eaf4;padding:22px 15px;display:grid;align-content:start;gap:10px}.showcase-estimate>b{font-size:10px}.showcase-estimate>span{display:grid;grid-template-columns:18px 1fr auto;align-items:center;font-size:7px}.showcase-estimate>span i{display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#eaf2ff;color:#2468ef;font-style:normal}.showcase-estimate>span strong{font-size:7px}.showcase-estimate>div{border-top:1px solid #e2e8f1;margin-top:8px;padding-top:12px;display:grid;grid-template-columns:1fr auto;gap:7px;font-size:8px}.showcase-estimate>div>strong:last-child{grid-column:1/3;font-size:20px;color:#2468ef;margin-top:8px}
.packages-section,.testimonials,.pricing-section{padding:0 0 100px}.package-grid,.testimonial-grid,.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.package-grid article,.testimonial-grid article,.pricing-grid article{background:#fff;border:1px solid #dee7f3;border-radius:15px;padding:18px;box-shadow:0 14px 38px #274d8e0a}.package-grid article.featured{border-color:#92b8f5;box-shadow:0 20px 50px #2468ef18}.package-photo{height:155px;border-radius:11px;background-size:cover;position:relative;overflow:hidden}.package-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff10,#15345a35)}.package-photo.cosmetic{background:linear-gradient(135deg,#d8e4e8,#faf6ec 58%,#9eb7ad)}.package-photo.capital{background:linear-gradient(135deg,#c5ced8,#6e8295 46%,#e6d7bd)}.package-photo.whitebox{background:linear-gradient(135deg,#fff,#d9e2e8 58%,#b8c7d3)}.package-grid span{display:block;color:#2468ef;font-size:8px;font-weight:800;margin-top:14px}.package-grid h3{font-size:16px;margin:6px 0}.package-grid p{font-size:9px;color:#748197;line-height:1.5}.package-grid ul,.pricing-grid ul{list-style:none;padding:0;margin:16px 0;display:grid;gap:8px}.package-grid li,.pricing-grid li{font-size:8px;color:#5f6f84;padding-left:15px;position:relative}.package-grid li:before,.pricing-grid li:before{content:"✓";position:absolute;left:0;color:#2468ef;font-weight:900}
.workflow-section{background:#f7faff;border:1px solid #e1e9f4;border-radius:18px;padding:38px 28px;margin-bottom:100px}.workflow-section .marketing-heading{margin-bottom:25px}.workflow-line{display:grid;grid-template-columns:repeat(9,auto);align-items:center;justify-content:space-between}.workflow-line article{text-align:center;display:grid;justify-items:center;min-width:110px}.workflow-line article i{display:grid;place-items:center;width:50px;height:50px;background:#fff;border:1px solid #dbe5f2;border-radius:12px;color:#2468ef;font-style:normal;font-size:19px;box-shadow:0 8px 24px #2c579718}.workflow-line article b{font-size:9px;margin-top:9px}.workflow-line article small{font-size:7px;color:#8190a4;margin-top:3px}.workflow-line>span{color:#6d9dea;font-size:18px}
.testimonial-grid article{padding:22px}.testimonial-grid article>div{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:9px}.testimonial-grid article>div>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#e9f2ff;color:#2468ef;font-weight:900}.testimonial-grid b{display:grid;font-size:9px}.testimonial-grid b small{font-size:7px;color:#8a96a8;font-weight:500;margin-top:2px}.testimonial-grid i{font-style:normal;color:#ffb400;font-size:9px}.testimonial-grid p{font-size:9px;color:#647389;line-height:1.7;margin:18px 0 0}
.pricing-grid{align-items:stretch;max-width:1000px;margin:auto}.pricing-grid article{padding:28px;display:flex;flex-direction:column;position:relative}.pricing-grid article>span{font-size:8px;color:#7a879a}.pricing-grid h3{font-size:15px;margin:9px 0 16px}.pricing-grid strong{font-size:28px;letter-spacing:-.04em}.pricing-grid strong small{font-size:8px;color:#8390a3}.pricing-grid .btn{margin-top:auto;font-size:9px}.pricing-grid .popular{border:2px solid #2468ef;transform:translateY(-8px)}.pricing-grid .popular>em{position:absolute;right:16px;top:15px;background:#ffc928;color:#4b3700;border-radius:20px;padding:5px 9px;font-size:7px;font-style:normal;font-weight:800}
.final-cta{height:260px;border-radius:19px;background:linear-gradient(120deg,#0e5bd8,#2879f7);color:#fff;position:relative;overflow:hidden;display:flex;align-items:center;padding:45px 55px;margin-top:10px}.final-cta:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#ffffff10 1px,transparent 1px),linear-gradient(90deg,#ffffff10 1px,transparent 1px);background-size:35px 35px;mask-image:linear-gradient(90deg,transparent,#000)}.final-cta>div:first-child{position:relative;z-index:2;max-width:570px}.final-cta p{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;opacity:.75;margin:0}.final-cta h2{font:800 36px/1.08 Manrope;letter-spacing:-.04em;margin:8px 0}.final-cta span{display:block;font-size:10px;opacity:.8}.final-cta .btn{margin-top:20px;background:#ffc928;color:#3e340c;font-size:9px}.cta-octopus{position:absolute;right:-20px;bottom:-145px;width:470px;height:430px;overflow:hidden}.cta-octopus img{width:100%;mix-blend-mode:multiply;filter:saturate(1.15);transform:translateX(-4%)}
.site-footer{max-width:1280px;margin:0 auto;padding:42px 24px 55px;display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:40px;border-top:1px solid #e2e9f3}.site-footer>div{display:grid;align-content:start;gap:8px;font-size:8px}.site-footer>div b{font-size:9px;color:#1d2d45;margin-bottom:5px}.site-footer a,.site-footer span{color:#748197;text-decoration:none}.site-footer a:hover{color:#2468ef}
dialog::backdrop{background:#102a5580}.ai-title>span{color:#2468ef}.consistency-toggle{background:#edf4ff}
@media(max-width:1050px){.hero{grid-template-columns:1fr 1fr}.hero-stage{height:480px}.hero-total{width:200px}.feature-showcase{grid-template-columns:1fr;gap:30px}.showcase-copy{max-width:600px}.workflow-line{grid-template-columns:repeat(5,1fr);gap:10px}.workflow-line>span{display:none}.workflow-line article{min-width:0}.cta-octopus{opacity:.65}}
@media(max-width:800px){main{padding-top:30px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{text-align:center}.hero-kicker{margin-inline:auto}.lead{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.hero-stage{height:470px;max-width:650px;width:100%;margin:auto}.product-grid{grid-template-columns:1fr 1fr}.product-grid article:nth-child(2){border-right:0}.product-grid article:nth-child(-n+2){border-bottom:1px solid #e7edf6}.how-grid,.package-grid,.testimonial-grid,.pricing-grid{grid-template-columns:1fr}.how-grid{max-width:580px;margin:auto}.pricing-grid .popular{transform:none}.showcase-ui{grid-template-columns:1fr 190px}.workflow-line{grid-template-columns:repeat(3,1fr);row-gap:22px}.site-footer{grid-template-columns:1fr 1fr}.final-cta{padding:38px 28px}.cta-octopus{right:-160px}.final-cta>div:first-child{max-width:430px}}
@media(max-width:600px){.topbar{height:64px}.brand small{display:none}.hero{margin-top:10px}.hero h1{font-size:39px}.lead{font-size:12px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-proof{display:grid;grid-template-columns:1fr 1fr;text-align:left}.hero-stage{height:370px;border-radius:18px}.hero-mascot{right:10px;bottom:4px}.hero-total{right:8px;top:75px;width:175px;padding:11px}.hero-estimate-row:nth-of-type(3){display:none}.hero-plan-chip{left:12px;bottom:12px}.product-grid{margin-bottom:65px}.product-grid article{padding:15px;min-height:75px}.product-grid article>span{width:32px;height:32px;font-size:14px}.product-grid article b{font-size:11px}.marketing-heading{margin-bottom:25px}.how-section,.packages-section,.testimonials,.pricing-section{padding-bottom:70px}.how-grid article{padding:16px}.feature-showcase{margin:65px 0}.showcase-copy h2{font-size:30px}.showcase-ui{grid-template-columns:1fr;min-height:520px}.showcase-nav,.showcase-plan{grid-column:1}.showcase-estimate{border-left:0;border-top:1px solid #e3eaf4}.workflow-section{padding:28px 14px;margin-bottom:70px}.workflow-line{grid-template-columns:1fr 1fr}.final-cta{height:310px;align-items:flex-start}.final-cta h2{font-size:29px}.cta-octopus{opacity:.35;right:-210px;bottom:-130px}.site-footer{grid-template-columns:1fr;padding-bottom:80px}.site-footer>.brand{margin-bottom:10px}.apartment{padding:20px 15px}.apartment-actions{width:100%;flex-wrap:wrap}.apartment-actions .btn{flex:1}.calculator-intro h2{font-size:30px}}
.compact-toggle{grid-column:auto!important}.compact-toggle small{line-height:1.35}
@media(max-width:600px){.compact-toggle{grid-column:1!important}}
.room-row.active{color:#174b9f;background:#edf4ff}.room-row.active .room-dot{background:#2468ef}
.visual-plan .plan-room.active{background:#e7f0ff;color:#174b9f;border:2px solid #2468ef;box-shadow:inset 0 0 0 3px #fff,0 8px 20px #2468ef20}
.cta-octopus{right:0;bottom:-92px;width:410px;height:330px}.cta-octopus img{width:720px;max-width:none;transform:translateX(-92px);mix-blend-mode:multiply}
@media(max-width:600px){.cta-octopus{right:-150px;bottom:-92px;opacity:.28}.cta-octopus img{width:720px;max-width:none;transform:translateX(-92px)}}
.hero-mascot{inset:8px 42px 8px -24px;overflow:visible}.hero-mascot img{width:100%;height:100%;max-width:none;object-fit:contain;mix-blend-mode:normal;transform:none}.hero-mascot:after{display:none}
.apartment-head{align-items:center}.apartment-head>div:first-child{max-width:500px}.apartment-guide{display:flex;align-items:center;gap:8px;min-width:230px;background:linear-gradient(135deg,#eef5ff,#fff);border:1px solid #dce8f8;border-radius:13px;padding:4px 11px 4px 2px}.apartment-guide img{width:88px;height:82px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 8px 13px #1e5cae20)}.apartment-guide span{display:grid}.apartment-guide b{font-size:9px;color:#174b9f}.apartment-guide small{font-size:7px;color:#748197;line-height:1.4;margin-top:3px}
.showcase-copy{position:relative;min-height:480px}.showcase-character{position:absolute;width:285px;height:285px;object-fit:contain;right:-40px;bottom:-42px;filter:drop-shadow(0 22px 25px #1c5cba20);pointer-events:none}
.cta-octopus{right:18px;bottom:-74px;width:370px;height:340px}.cta-octopus img{width:100%;height:100%;max-width:none;object-fit:contain;transform:none;mix-blend-mode:normal;filter:drop-shadow(0 18px 20px #083d9838)}
@media(max-width:1050px){.apartment-head{flex-wrap:wrap}.apartment-head>div:first-child{max-width:640px}.apartment-guide{order:3;width:100%}.apartment-guide img{width:72px;height:66px}.showcase-copy{min-height:350px;padding-right:250px}.showcase-character{right:0;bottom:0;width:240px;height:240px}}
@media(max-width:600px){.apartment-guide{order:2}.apartment-actions{order:3}.showcase-copy{min-height:0;padding-right:0}.showcase-character{position:static;display:block;width:220px;height:220px;margin:20px auto -28px}.cta-octopus{right:-105px;bottom:-80px;width:300px;height:300px;opacity:.34}.cta-octopus img{width:100%;height:100%;transform:none}}

/* Compact calculator surface for blog embeds. */
body.embed-calculator{background:#f5f7fb}body.embed-calculator .topbar,body.embed-calculator .landing-only,body.embed-calculator .site-footer,body.embed-calculator #saasDashboard{display:none!important}body.embed-calculator main{max-width:1280px;padding:18px 20px 38px}body.embed-calculator .steps{margin-top:0}body.embed-calculator .apartment{margin-top:0}body.embed-calculator .estimate{top:18px}@media(max-width:700px){body.embed-calculator main{padding:10px 10px 28px}body.embed-calculator .apartment{padding:16px 12px}body.embed-calculator .layout{gap:14px}}

/* Landing v13: conversion, readability and SEO content */
.public-nav a{font-size:12px;transition:color .2s ease}.hero-proof b{font-size:11px}.product-grid article p{font-size:11px;line-height:1.4}.marketing-heading>p:not(.eyebrow),.calculator-intro>p:not(.eyebrow){font-size:14px}.how-grid h3{font-size:18px}.how-grid p{font-size:13px}.showcase-copy li{font-size:13px}.showcase-copy .btn{font-size:12px}.package-grid span{font-size:11px}.package-grid h3{font-size:19px}.package-grid p{font-size:13px}.package-grid li,.pricing-grid li{font-size:12px}.workflow-line article b{font-size:12px}.workflow-line article small{font-size:10px}.testimonial-grid b{font-size:12px}.testimonial-grid b small{font-size:10px}.testimonial-grid p{font-size:13px}.pricing-grid article>span{font-size:11px}.pricing-grid h3{font-size:18px}.pricing-grid strong small{font-size:11px}.pricing-grid .btn{font-size:12px}.final-cta p{font-size:11px}.final-cta span{font-size:14px}.final-cta .btn{font-size:12px}.site-footer>div{font-size:12px}.site-footer>div b{font-size:13px}.site-footer small{color:#9aa5b5;margin-top:8px}

.capabilities-section{padding:14px 0 105px;scroll-margin-top:90px}.capabilities-head{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end;margin-bottom:34px}.capabilities-head h2,.faq-intro h2{font:800 clamp(30px,4vw,48px)/1.08 Manrope;letter-spacing:-.045em;color:#17263d;margin:0}.capabilities-head>p{font-size:15px;line-height:1.75;color:#66758a;margin:0 0 3px}.capability-grid{display:grid;grid-template-columns:1.18fr .82fr;grid-template-rows:auto auto;gap:18px}.capability-card{position:relative;overflow:hidden;border:1px solid #dce6f3;background:#fff;border-radius:22px;padding:30px;box-shadow:0 20px 52px #274d8e0d}.capability-card h3{font:800 24px/1.15 Manrope;letter-spacing:-.03em;color:#17263d;margin:7px 0 11px}.capability-card>p,.capability-card>div>p:not(.eyebrow){font-size:13px;line-height:1.65;color:#6a788c;margin:0}.capability-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#eaf2ff;color:#2468ef;font-size:19px;font-weight:800;margin-bottom:24px}.capability-main{grid-row:1/3;min-height:560px;display:grid;grid-template-rows:auto 1fr}.capability-main>div:first-child{max-width:520px}.capability-main ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:19px 0 0}.capability-main li{font-size:11px;color:#365477;background:#f0f5fc;border:1px solid #e0e8f3;border-radius:30px;padding:7px 11px}.capability-plan{align-self:end;position:relative;height:235px;margin:28px -4px -5px;background:#e8eef6;border:9px solid #d4deea;border-radius:13px;padding:5px;display:grid;grid-template-columns:1.3fr .8fr 1fr;grid-template-rows:1fr .78fr;gap:5px}.capability-plan i{display:grid;place-items:center;background:#fff;border:1px solid #b9cae0;color:#2468ef;font:800 19px Manrope;font-style:normal}.capability-plan i small{display:block;color:#65758b;font-size:9px;font-weight:700}.capability-plan .room-a{grid-row:1/3}.capability-plan .room-d{background:#e9f7f1}.capability-plan>span{position:absolute;right:12px;top:12px;background:#172f55;color:#fff;border-radius:20px;padding:7px 10px;font-size:9px;font-weight:700;box-shadow:0 7px 20px #12335a2d}.dark-card{background:linear-gradient(145deg,#112a50,#1d4d8b);border-color:#1f4d87;color:#fff}.dark-card h3,.dark-card .eyebrow{color:#fff}.dark-card>p{color:#c6d7ed}.dark-card .capability-icon{background:#ffffff18;color:#fff}.mini-budget{display:grid;gap:8px;margin-top:22px;padding-top:18px;border-top:1px solid #ffffff20}.mini-budget span{display:flex;justify-content:space-between;font-size:11px;color:#bcd0e8}.mini-budget span b{color:#fff}.mini-budget>strong{font-size:27px;text-align:right;margin-top:5px}.yellow-card{background:linear-gradient(145deg,#fff8da,#fffdf4);border-color:#f1df95}.yellow-card .capability-icon{background:#ffe978;color:#493d03}.style-swatches{display:flex;align-items:center;margin-top:23px}.style-swatches i{width:32px;height:32px;border-radius:50%;border:3px solid #fff;margin-right:-7px;box-shadow:0 2px 8px #856f2330}.style-swatches i:nth-child(1){background:#e8dfcb}.style-swatches i:nth-child(2){background:#a8b6a3}.style-swatches i:nth-child(3){background:#d3b58c}.style-swatches i:nth-child(4){background:#6c7b75}.style-swatches span{font-size:10px;color:#74683a;margin-left:17px}.wide-card{grid-column:1/3;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(115deg,#f5f9ff,#fff)}.wide-card>div{max-width:670px}.wide-card .capability-icon{margin-bottom:15px}.wide-card .btn{flex:0 0 auto;text-decoration:none}.audience-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:20px;color:#6d7b8e;font-size:11px}.audience-strip span{font-weight:800;color:#263c5c;margin-right:5px}.audience-strip b{font-weight:600;background:#fff;border:1px solid #dde6f2;border-radius:20px;padding:7px 11px}

.faq-section{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px;padding:15px 0 100px;scroll-margin-top:90px}.faq-intro{position:sticky;top:110px;align-self:start}.faq-intro>p:not(.eyebrow){font-size:14px;line-height:1.7;color:#718096;margin:18px 0 24px}.faq-intro .btn{font-size:12px}.faq-list{border-top:1px solid #dbe4f0}.faq-list details{border-bottom:1px solid #dbe4f0}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;color:#1d304d;font-size:16px;font-weight:800;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary i{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#edf4ff;color:#2468ef;font-size:16px;font-style:normal;transition:transform .2s ease}.faq-list details[open] summary i{transform:rotate(45deg)}.faq-list details p{color:#68778c;font-size:13px;line-height:1.75;max-width:680px;margin:-5px 50px 23px 0}

.capability-card,.how-grid article,.package-grid article,.pricing-grid article{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.capability-card:hover,.how-grid article:hover,.package-grid article:hover{transform:translateY(-3px);box-shadow:0 24px 58px #254b8c18;border-color:#bcd1ee}

@media(max-width:900px){.capabilities-head{grid-template-columns:1fr;gap:16px}.capability-grid{grid-template-columns:1fr}.capability-main{grid-row:auto}.dark-card,.yellow-card,.wide-card{grid-column:auto}.faq-section{grid-template-columns:1fr;gap:35px}.faq-intro{position:static}.public-nav{display:none}}
@media(max-width:600px){.hero-proof b{font-size:10px}.product-grid article p{font-size:10px}.capabilities-section{padding-bottom:72px}.capabilities-head h2,.faq-intro h2{font-size:32px}.capability-card{padding:21px;border-radius:17px}.capability-main{min-height:0}.capability-plan{height:200px;margin-top:25px}.wide-card{display:block}.wide-card .btn{display:inline-block;margin-top:20px}.audience-strip{justify-content:flex-start}.faq-section{padding-bottom:70px}.faq-list summary{font-size:14px;padding:20px 0}.faq-list details p{font-size:12px;margin-right:0}.final-cta span{font-size:12px}.site-footer>div{font-size:12px}}

/* Landing v16: real visual storytelling and SEO navigation. */
.hero-stage-photo{background:#eaf2fb;overflow:hidden;border:1px solid #dce7f4}.hero-scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-stage-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff0 52%,#17345a0f),linear-gradient(180deg,#fff0 65%,#0d2b5412);pointer-events:none}.hero-stage-photo .hero-total,.hero-stage-photo .hero-plan-chip{z-index:2}.hero-stage-photo .hero-total{background:#fffffff2;backdrop-filter:blur(10px);box-shadow:0 18px 42px #123e7a30}.how-visual{overflow:hidden;background:#eaf1f8}.how-visual img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}.how-grid article:hover .how-visual img{transform:scale(1.035)}
.capability-feature-image{width:100%;height:240px;align-self:end;object-fit:cover;border-radius:15px;border:1px solid #d4e0ee;margin-top:28px}.capability-card-image{display:block;width:calc(100% + 60px);height:170px;object-fit:cover;margin:-30px -30px 22px}.yellow-card{padding-bottom:27px}.wide-card{padding:0 0 0 30px;min-height:300px;overflow:hidden}.wide-card>div{padding:25px 26px 25px 0}.wide-card .btn{display:inline-flex;margin-top:20px}.wide-card-image{width:51%;align-self:stretch;object-fit:cover;min-height:300px}
.package-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}.package-grid article:hover .package-photo img{transform:scale(1.04)}.package-grid article:nth-child(1) .package-photo img{object-position:16% center}.package-grid article:nth-child(2) .package-photo img{object-position:84% center}
.visual-stories{padding:0 0 100px}.visual-stories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.visual-stories-grid a{position:relative;min-height:285px;overflow:hidden;border-radius:20px;background:#dce7f4;border:1px solid #dce6f2;box-shadow:0 18px 48px #254b8c12;color:#fff;text-decoration:none}.visual-stories-grid img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .45s ease}.visual-stories-grid a:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,#0f274bcf)}.visual-stories-grid a:hover img{transform:scale(1.035)}.visual-stories-grid span{position:absolute;z-index:2;left:25px;right:25px;bottom:22px;display:grid;gap:4px}.visual-stories-grid b{font:800 24px/1.1 Manrope}.visual-stories-grid small{font-size:13px;color:#dce9fb}
.seo-hub-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px;padding:38px;margin:0 0 100px;border:1px solid #d8e5f5;border-radius:22px;background:linear-gradient(135deg,#edf5ff,#fff);box-shadow:0 18px 45px #254b8c0d}.seo-hub-section h2{font:800 34px/1.12 Manrope;letter-spacing:-.04em;color:#17263d;margin:6px 0 12px}.seo-hub-section>div>p:not(.eyebrow){color:#66758a;font-size:14px;line-height:1.65}.seo-hub-section nav{display:flex;flex-wrap:wrap;align-content:center;gap:10px}.seo-hub-section nav a{display:inline-flex;align-items:center;min-height:42px;padding:10px 14px;border-radius:30px;background:#fff;border:1px solid #d5e3f5;color:#28558f;font-size:13px;font-weight:700;text-decoration:none;transition:.2s}.seo-hub-section nav a:hover{border-color:#7ea8ea;color:#174eae;transform:translateY(-1px)}
.site-footer{grid-template-columns:1.45fr repeat(3,1fr)}
@media(max-width:900px){.wide-card{padding:0;display:grid;grid-template-columns:1fr}.wide-card>div{padding:26px}.wide-card-image{width:100%;height:270px;min-height:0;order:-1}.visual-stories-grid{grid-template-columns:1fr}.seo-hub-section{grid-template-columns:1fr;gap:20px}.site-footer{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.hero-stage-photo{height:360px}.hero-stage-photo .hero-total{top:auto;right:10px;bottom:12px;width:196px}.hero-stage-photo .hero-plan-chip{left:10px;bottom:12px;max-width:140px}.how-visual{height:190px}.capability-feature-image{height:200px}.capability-card-image{width:calc(100% + 44px);height:175px;margin:-22px -22px 20px}.wide-card-image{height:210px}.visual-stories{padding-bottom:72px}.visual-stories-grid a{min-height:240px}.visual-stories-grid span{left:18px;right:18px;bottom:17px}.visual-stories-grid b{font-size:21px}.seo-hub-section{padding:25px 20px;margin-bottom:72px}.seo-hub-section h2{font-size:29px}.seo-hub-section nav{display:grid;grid-template-columns:1fr}.seo-hub-section nav a{border-radius:12px}.site-footer{grid-template-columns:1fr}}
@media(max-width:600px){.top-actions [hidden]{display:none!important}}

/* Landing v15: legible typography and touch-first responsive controls. */
:where(button,a,input,select,textarea,summary):focus-visible{outline:3px solid #8ab0ff;outline-offset:3px}
.public-nav a{font-size:14px}.top-actions .btn{font-size:13px;min-height:42px}.hero-actions .btn{font-size:14px;min-height:48px}.hero-proof b,.hero-proof span{font-size:12px}.product-grid article p{font-size:13px;line-height:1.5}.marketing-heading>p:not(.eyebrow),.calculator-intro>p:not(.eyebrow){font-size:15px;line-height:1.7}.how-grid h3{font-size:20px}.how-grid p{font-size:14px;line-height:1.65}.capability-card>p,.capability-card>div>p:not(.eyebrow){font-size:14px}.capability-main li{font-size:12px}.showcase-copy li{font-size:14px}.showcase-copy .btn{font-size:14px}.package-grid span{font-size:12px}.package-grid h3{font-size:21px}.package-grid p{font-size:14px}.package-grid li,.pricing-grid li{font-size:13px;line-height:1.5}.workflow-line article b{font-size:13px}.workflow-line article small{font-size:11px}.testimonial-grid b{font-size:13px}.testimonial-grid b small{font-size:11px}.testimonial-grid p{font-size:14px}.pricing-grid article>span{font-size:12px}.pricing-grid h3{font-size:20px}.pricing-grid strong small{font-size:12px}.pricing-grid .btn{font-size:14px;min-height:46px}.final-cta p{font-size:12px}.final-cta span{font-size:15px}.final-cta .btn{font-size:14px}.site-footer>div{font-size:13px;line-height:1.5}.site-footer>div b{font-size:14px}.faq-list summary{font-size:17px}.faq-list details p{font-size:14px}.apartment-head p:not(.eyebrow){font-size:13px}.apartment-guide b{font-size:12px}.apartment-guide small{font-size:10px}.room-row b{font-size:12px}.room-row small{font-size:11px}.work-info b{font-size:14px}.work-info small{font-size:11px}.price-label{font-size:10px}.price-label input{font-size:13px}.estimate-line{font-size:13px}.estimate-line small,.grand-total small{font-size:10px}.mini-areas span{font-size:11px}.breakdown>div{font-size:13px}.som-list article{font-size:13px}.som-product span,.som-product small{font-size:11px}.showcase-nav{font-size:10px}.showcase-plan small{font-size:9px}.showcase-estimate>b{font-size:12px}.showcase-estimate>span,.showcase-estimate>span strong{font-size:10px}.showcase-estimate>div{font-size:10px}

@media(max-width:600px){
 body{font-size:16px;overflow-x:hidden}.topbar{height:68px;padding:0 14px}.brand{font-size:17px}.brand-mark{width:40px;height:40px}.top-actions{gap:7px}.top-actions .btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:8px 12px;font-size:12px}.top-actions .secondary{display:inline-flex}.top-actions .btn span{display:none}
 main{padding:26px 14px 70px}.hero{margin-top:18px;gap:22px}.hero h1{font-size:42px;line-height:1.04}.hero-kicker{font-size:11px}.lead{font-size:15px;line-height:1.65}.hero-actions{gap:9px}.hero-actions .btn{font-size:14px}.hero-proof{grid-template-columns:1fr;gap:10px;padding-inline:4px}.hero-proof b,.hero-proof span{font-size:12px}.hero-stage{height:410px}.hero-total{top:50px;width:190px}.hero-total>span{font-size:10px}.hero-estimate-row b,.hero-estimate-row strong{font-size:9px}.hero-estimate-row small{font-size:8px}.hero-plan-chip b{font-size:11px}.hero-plan-chip span{font-size:9px}
 .product-grid{grid-template-columns:1fr;margin-bottom:72px;padding:0}.product-grid article{min-height:98px;padding:18px;border-right:0;border-bottom:1px solid #e7edf6;gap:16px}.product-grid article:last-child{border-bottom:0}.product-grid article>span{width:45px;height:45px;font-size:20px}.product-grid article b{font-size:16px}.product-grid article p{font-size:13px}
 .marketing-heading{margin-bottom:28px}.marketing-heading h2,.calculator-intro h2{font-size:32px}.marketing-heading>p:not(.eyebrow),.calculator-intro>p:not(.eyebrow){font-size:15px}.how-grid article{padding:20px}.how-grid h3{font-size:20px}.how-grid p{font-size:14px}.how-visual{height:170px}.capability-card{padding:22px}.capability-card h3{font-size:22px}.capability-card>p,.capability-card>div>p:not(.eyebrow){font-size:14px}.capability-main li{font-size:12px}.capability-icon{width:50px;height:50px;font-size:22px}.mini-budget span{font-size:13px}.style-swatches span{font-size:12px}
 .steps{position:sticky;top:68px;z-index:8;display:flex;overflow-x:auto;gap:5px;padding:5px;margin-inline:-2px;scroll-snap-type:x mandatory}.step{flex:1 0 104px;min-height:54px;padding:8px;gap:7px;scroll-snap-align:center}.step b{width:28px;height:28px;font-size:12px}.step span{font-size:12px}.step small{display:none}.calculator .card{padding:22px 16px}.section-head h2,.estimate h2,dialog h2{font-size:23px}.section-head{gap:12px}.dimensions,.opening-grid{grid-template-columns:1fr}.dimensions label:last-child{grid-column:auto}.dimensions label{padding:14px}.dimensions input{font-size:24px}.opening-grid input,input,select,textarea{font-size:16px;min-height:46px}.area-strip{grid-template-columns:1fr 1fr;padding:10px;gap:0}.area-strip div{padding:10px;border-bottom:1px solid #d7e4f6}.area-strip div:nth-child(2){border-right:0}.area-strip div:nth-child(n+3){border-bottom:0}.area-strip span{font-size:11px}.area-strip strong{font-size:16px}.tabs{gap:6px;scroll-snap-type:x proximity}.tabs button{min-height:44px;padding:9px 16px;font-size:12px;scroll-snap-align:start}.work-item{grid-template-columns:42px 1fr;gap:10px;padding:14px}.switch{width:40px;height:24px}.switch i{height:24px}.switch i:after{width:18px;height:18px}.switch input:checked+i:after{transform:translate(19px,3px)}.work-info b{font-size:14px}.work-info small{font-size:11px;line-height:1.45}.work-item .price-label,.work-item .price-label:last-child{grid-column:auto}.work-item .price-label:nth-of-type(2){grid-column:1/2}.work-item .price-label:nth-of-type(3){grid-column:2/3}.price-label{font-size:11px}.price-label input{font-size:16px;min-height:43px}.add-custom{min-height:48px;font-size:13px}.estimate{padding:22px 17px}.estimate-line{font-size:13px}.estimate-line small{font-size:11px}.breakdown>div{font-size:13px}.grand-total span{font-size:15px}.grand-total strong{font-size:26px}
 .apartment{padding:22px 15px}.apartment-head h2,.som-head h2{font-size:26px}.apartment-head p:not(.eyebrow){font-size:13px;line-height:1.55}.apartment-guide{padding:8px;width:100%}.apartment-guide img{width:75px;height:70px}.apartment-guide b{font-size:13px}.apartment-guide small{font-size:11px}.apartment-actions{width:100%;grid-template-columns:1fr}.apartment-actions .btn{min-height:48px;font-size:13px}.visual-plan{min-height:300px}.plan-room b{font-size:17px}.plan-room small{font-size:11px}.room-panel-total span,.room-panel-total small{font-size:11px}.room-row{min-height:48px}.room-row b{font-size:13px}.room-row small{font-size:11px}.plan-legend{font-size:10px}.plan-legend b{font-size:12px}
 .som-estimate{padding:20px 15px}.som-head>div>p:not(.eyebrow){font-size:13px;line-height:1.5}.som-head>div:last-child>span,.som-head>div:last-child>small{font-size:11px}.som-list article{grid-template-columns:1fr!important;gap:10px}.som-list article>div:last-child{text-align:left}.som-list article>div:last-child span,.som-list article>div:last-child small,.som-product span,.som-product small{font-size:11px}.som-product a{font-size:13px}.som-disclaimer,.export-lock{font-size:11px}.showcase-copy h2{font-size:31px}.showcase-copy li{font-size:14px}.showcase-copy .btn{font-size:14px;min-height:46px}.showcase-ui{min-height:560px}.showcase-nav{font-size:10px}.showcase-plan small{font-size:9px}.showcase-estimate>b{font-size:13px}.showcase-estimate>span,.showcase-estimate>span strong{font-size:11px}.showcase-estimate>div{font-size:11px}.package-grid article,.testimonial-grid article,.pricing-grid article{padding:20px}.package-grid span{font-size:12px}.package-grid h3{font-size:21px}.package-grid p,.testimonial-grid p{font-size:14px}.package-grid li,.pricing-grid li{font-size:13px}.workflow-line article i{width:56px;height:56px;font-size:22px}.workflow-line article b{font-size:13px}.workflow-line article small{font-size:11px}.testimonial-grid b{font-size:13px}.testimonial-grid b small{font-size:11px}.testimonial-grid i{font-size:12px}.pricing-grid article>span{font-size:12px}.pricing-grid h3{font-size:21px}.pricing-grid strong small{font-size:12px}.pricing-grid .popular>em{font-size:10px}.pricing-grid .btn{font-size:14px}.faq-list summary{font-size:16px;line-height:1.4}.faq-list details p{font-size:14px}.final-cta{height:auto;min-height:340px;padding:34px 22px}.final-cta p{font-size:12px}.final-cta span{font-size:14px;line-height:1.5}.final-cta .btn{min-height:48px;font-size:14px}.site-footer{gap:28px}.site-footer>div{font-size:13px}.site-footer>div b{font-size:14px}.eyebrow{font-size:11px}.report-head{display:grid}.report-stamp{text-align:left;border-left:0;border-top:1px solid var(--line);padding:14px 0 0}.report-head>div>p:not(.eyebrow),.report-stamp span,.report-stamp small{font-size:12px}.variant-gallery,.design-room-specs,.report-summary{grid-template-columns:1fr}.variant-card b{font-size:14px}.variant-card small{font-size:11px}.design-spec-head{display:grid}.design-spec-head p:not(.eyebrow){font-size:12px}.design-spec-head span{font-size:11px}.design-room-specs article>p,.design-room-specs article>small{font-size:11px}.report-table-row{font-size:11px}.report-cost span,.report-cost small{font-size:11px}
 dialog{width:100%;max-width:none;margin:auto 0 0;border-radius:18px 18px 0 0;max-height:92dvh}dialog form{padding:26px 16px;max-height:92dvh;overflow:auto}.dialog-close{width:44px;height:44px;right:5px;top:5px}.dialog-grid{grid-template-columns:1fr}.dialog-note{font-size:13px}.upload-zone b{font-size:14px}.upload-zone small{font-size:11px}.ai-status b{font-size:12px}.ai-status small,.privacy-note{font-size:10px}
 .top-actions [hidden]{display:none!important}
}

/* Landing v18 — constructor-only conversion flow. */
.landing-header-upload{white-space:nowrap}
.landing-upload-card{width:min(100%,560px);display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:14px;margin:24px 0 8px;padding:13px 15px;border:1.5px dashed #9dbff9;border-radius:16px;background:linear-gradient(135deg,#f4f8ff,#fffdf8);color:#142845;text-align:left;cursor:pointer;box-shadow:0 14px 34px rgba(37,94,180,.08);transition:.2s ease;font:inherit}
.landing-upload-card:hover,.landing-upload-card.drag,.landing-plan-drag .landing-upload-card{border-color:#2468ef;background:#edf5ff;transform:translateY(-1px);box-shadow:0 18px 42px rgba(37,104,239,.15)}
.landing-upload-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#2468ef;color:#fff;font:800 24px/1 Manrope,sans-serif;box-shadow:0 8px 20px rgba(36,104,239,.25)}
.landing-upload-card>span:nth-child(2){min-width:0}
.landing-upload-card b,.landing-upload-card small{display:block}
.landing-upload-card b{font:800 14px/1.25 Manrope,sans-serif}
.landing-upload-card small{margin-top:4px;color:#728096;font-size:11px;line-height:1.35}
.landing-upload-card em{padding:10px 13px;border-radius:10px;background:#e5efff;color:#175bcf;font:800 11px/1 Manrope,sans-serif;font-style:normal}
.landing-upload-status{max-width:560px;margin:0 0 19px;color:#728096;font-size:11px;line-height:1.45}
.landing-transfer-overlay{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(10,28,54,.42);backdrop-filter:blur(10px)}
.landing-transfer-overlay[hidden]{display:none}
.landing-transfer-overlay>div{display:grid;justify-items:center;gap:9px;width:min(100%,430px);padding:34px 28px;border:1px solid rgba(255,255,255,.7);border-radius:24px;background:#fff;color:#142845;text-align:center;box-shadow:0 30px 90px rgba(5,29,65,.25)}
.landing-transfer-overlay span{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:#2468ef;color:#fff;font-size:25px;animation:landing-transfer-pulse 1.1s ease-in-out infinite}
.landing-transfer-overlay b{font:800 18px/1.3 Manrope,sans-serif}
.landing-transfer-overlay small{color:#728096;font-size:12px}
@keyframes landing-transfer-pulse{50%{transform:scale(1.08);box-shadow:0 0 0 11px rgba(36,104,239,.1)}}
.landing-plan-drag:after{content:'Отпустите планировку — она откроется в конструкторе';position:fixed;z-index:999;inset:14px;display:grid;place-items:center;border:3px dashed #2468ef;border-radius:24px;background:rgba(240,247,255,.94);color:#175bcf;font:800 clamp(18px,3vw,32px)/1.25 Manrope,sans-serif;text-align:center;pointer-events:none}

@media(max-width:760px){
  .landing-header-upload{padding:10px 13px;font-size:11px}
  .landing-upload-card{grid-template-columns:42px 1fr;margin-top:20px;padding:12px;gap:11px}
  .landing-upload-icon{width:42px;height:42px}
  .landing-upload-card em{display:none}
  .landing-upload-status{margin-bottom:17px;text-align:left}
}

/* Landing v17 — generated transparent art system, warm reference direction. */
body{background:linear-gradient(180deg,#fffdf9 0,#fbf8f1 44%,#fff 100%)}
.brand-logo-link{display:block;width:191px;height:48px;flex:0 0 auto;font-size:0}
.brand-logo-link>img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
.site-footer>.brand-logo-link{width:205px;height:52px;align-self:start}

.hero-stage-photo{overflow:visible;border:0;background:transparent;box-shadow:none;border-radius:0}
.hero-stage-photo:before{content:"";position:absolute;inset:8% 3% 4% 5%;z-index:-1;border-radius:50%;background:radial-gradient(ellipse,#eaf3ff 0,#fff7df 46%,transparent 72%);filter:blur(10px)}
.hero-stage-photo:after{display:none}
.hero-art{position:absolute;inset:-1% -3% -1% -2%;display:block}
.hero-art .hero-scene{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:contain;object-position:center;filter:drop-shadow(0 28px 38px rgba(37,73,130,.14))}
.hero-stage-photo .hero-total{right:2px;top:90px;background:rgba(255,255,255,.94);border-color:#e3e9f2;box-shadow:0 22px 48px rgba(31,64,111,.18)}
.hero-stage-photo .hero-plan-chip{left:0;bottom:22px}

.how-grid article{overflow:visible;background:rgba(255,255,255,.84);border-color:#e6e0d5;box-shadow:0 16px 42px rgba(61,55,40,.07)}
.how-visual{display:block;height:220px;margin:-9px -4px 0;background:transparent;border-radius:0;overflow:visible}
.how-visual img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 17px 22px rgba(31,69,123,.12));transition:transform .3s ease}
.how-grid article:hover .how-visual img{transform:translateY(-4px) scale(1.01)}

.capability-card{border-color:#e5e0d7;background:rgba(255,255,255,.86);box-shadow:0 22px 52px rgba(46,60,83,.08)}
.capability-card.dark-card{background:linear-gradient(145deg,#10294f,#1d4f8d);border-color:#1f4d87;color:#fff}.capability-card.dark-card h3,.capability-card.dark-card .eyebrow{color:#fff}.capability-card.dark-card>p{color:#c9d9ee}
.capability-main{min-height:610px}
.capability-feature-image{display:block;width:100%;height:310px;margin:18px 0 -10px;border:0;border-radius:0;background:transparent;align-self:end;overflow:visible}
.capability-feature-image img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(31,73,132,.13))}
.capability-card-image{display:block;width:calc(100% + 28px);height:250px;margin:-24px -14px 7px;background:transparent;overflow:visible}
.capability-card-image img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 15px 19px rgba(61,49,30,.12))}
.yellow-card{background:linear-gradient(145deg,#fff9e7,#fffefb);padding-bottom:28px}
.wide-card{padding:24px 20px 24px 30px;min-height:330px;overflow:visible;background:linear-gradient(115deg,#f4f8ff,#fffdf7)}
.wide-card>div{padding:0;max-width:500px}
.wide-card-image{display:block;width:57%;height:300px;min-height:0;align-self:center;background:transparent;overflow:visible}
.wide-card-image img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(27,67,124,.13))}

.showcase-character{overflow:visible}
.showcase-character img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(24,64,120,.14))}

.package-art{display:block;width:min(1040px,100%);height:430px;margin:-18px auto 20px;background:transparent;overflow:visible}
.package-art img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(53,61,70,.12))}
.package-grid article{padding:26px;background:rgba(255,255,255,.84);border-color:#e5e0d7}
.package-grid article.featured{border-color:#8eb6f4;background:#f7faff}
.package-grid span{margin-top:0}

.visual-stories-grid a{display:flex;flex-direction:column;min-height:390px;padding:20px 20px 22px;overflow:visible;border:1px solid #e5e0d7;border-radius:22px;background:linear-gradient(145deg,#fffdf8,#f5f8ff);box-shadow:0 18px 46px rgba(47,59,80,.08);color:#152844}
.visual-stories-grid a:after{display:none}
.visual-stories-grid picture{display:block;width:100%;height:285px;background:transparent}
.visual-stories-grid img{position:static;display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(40,61,89,.12));transition:transform .3s ease}
.visual-stories-grid a:hover img{transform:translateY(-4px) scale(1.01)}
.visual-stories-grid span{position:static;display:grid;gap:5px;margin-top:auto;padding:0 8px}
.visual-stories-grid b{font-size:24px;color:#17263d}
.visual-stories-grid small{font-size:13px;color:#64758b}

.final-cta{min-height:300px;height:auto;padding-right:440px;overflow:hidden}
.cta-octopus{position:absolute;right:8px;bottom:-25px;width:430px;height:320px;overflow:visible}
.cta-octopus img{display:block;width:100%;height:100%;object-fit:contain;transform:none;mix-blend-mode:normal;filter:drop-shadow(0 22px 25px rgba(5,44,106,.30))}

@media(max-width:1050px){
  .brand-logo-link{width:175px}
  .hero-stage-photo .hero-total{right:0;top:78px}
  .capability-main{min-height:560px}
  .wide-card-image{width:52%}
  .package-art{height:380px}
}
@media(max-width:900px){
  .wide-card{padding:24px;grid-template-columns:1fr}
  .wide-card>div{max-width:none}
  .wide-card-image{width:100%;height:310px;order:0}
  .final-cta{padding-right:310px}
  .cta-octopus{right:-65px;width:360px;height:290px}
}
@media(max-width:600px){
  .brand-logo-link{width:145px;height:46px}
  .top-actions .save-state{display:none}
  .hero-stage-photo{height:390px}
  .hero-art{inset:-2% -8% 0 -8%}
  .hero-stage-photo .hero-total{right:2px;bottom:2px;top:auto;width:188px}
  .hero-stage-photo .hero-plan-chip{left:2px;bottom:4px;max-width:128px}
  .how-visual{height:205px;margin:-8px -8px 0}
  .capability-feature-image{height:250px;margin:12px -5px -8px;width:calc(100% + 10px)}
  .capability-card-image{height:235px;width:calc(100% + 26px);margin:-16px -13px 5px}
  .wide-card{display:grid;padding:22px}
  .wide-card-image{height:250px}
  .showcase-character{width:250px;height:210px;margin:18px auto -18px}
  .package-art{height:265px;margin:-10px -12px 12px;width:calc(100% + 24px)}
  .package-grid article{padding:22px}
  .visual-stories-grid a{min-height:330px;padding:14px 14px 20px}
  .visual-stories-grid picture{height:240px}
  .visual-stories-grid span{padding:0 6px}
  .final-cta{min-height:440px;padding:34px 22px 230px;align-items:flex-start}
  .cta-octopus{right:50%;bottom:-15px;transform:translateX(50%);width:320px;height:250px;opacity:1}
  .site-footer>.brand-logo-link{width:190px;height:52px}
}
