:root{
  --cream:#fbf7ef;--cream2:#f7efe3;--cream3:#f1e6d5;--paper:#fffdf9;--paper-2:#fffaf3;
  --ink:#1d1d1f;--muted:#665f57;--line:#eadfce;--line-strong:#dfcfb9;
  --red:#ed2024;--red-dark:#d31519;--green:#2f9745;--orange:#e89a36;
  --shadow:0 8px 24px rgba(92,63,31,.075);--shadow2:0 16px 38px rgba(92,63,31,.11);
  --radius:16px;--radius-lg:22px;--radius-xl:28px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#fffaf2 0%,var(--cream2) 72%,#f5ebdd 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(1490px,calc(100% - 28px));margin:auto}.muted{color:var(--muted)}.red{color:var(--red)}.hidden{display:none!important}.section{padding:28px 0}.section-tight{padding:14px 0}.page-title{font-size:clamp(34px,5vw,56px);line-height:1;letter-spacing:-.045em;margin:0 0 10px}.page-intro{max-width:780px;color:var(--muted);font-size:17px;margin:0}.eyebrow{font-size:12px;font-weight:900;color:var(--red);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.empty-state{padding:36px;text-align:center;border:1px dashed var(--line-strong);background:rgba(255,253,249,.78);border-radius:18px;color:var(--muted)}

/* Header */
.header{background:rgba(255,250,242,.96);border-bottom:1px solid #efe4d4;position:sticky;top:0;z-index:50;backdrop-filter:blur(14px)}.header-inner{min-height:114px;display:grid;grid-template-columns:360px 1fr 360px;align-items:center;gap:20px}.brand img{width:315px;height:96px;object-fit:contain;object-position:left center}.nav{display:flex;justify-content:center;gap:28px;align-items:center}.nav a{font-size:15px;font-weight:750;color:#37322e;position:relative;padding:12px 0}.nav a.active,.nav a:hover{color:var(--red)}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:3px;background:var(--red);border-radius:99px}.header-actions{display:flex;justify-content:flex-end;gap:12px;align-items:center}.fav-top{padding:12px 17px;border:1px solid var(--line);border-radius:999px;background:#fffaf4;font-size:14px;font-weight:750;color:#5a534b}.search-top{padding:14px 23px;border-radius:999px;background:linear-gradient(#ff4a4e,var(--red));color:white;font-weight:850;box-shadow:0 9px 22px rgba(237,32,36,.23)}.menu{display:none}.mobile-panel{display:none}

/* Buttons/forms */
.btn{border:0;cursor:pointer;border-radius:12px;padding:12px 17px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn-red{background:linear-gradient(#ff4247,var(--red));color:#fff;box-shadow:0 8px 18px rgba(237,32,36,.18)}.btn-light{background:var(--paper);border:1px solid var(--line);color:var(--ink)}.btn-dark{background:#252525;color:#fff}.btn-green{background:var(--green);color:#fff}.field label{display:block;font-size:11px;font-weight:850;margin:0 0 5px;color:#5f5851}.field select,.field input,.field textarea{width:100%;border:1px solid #ddd0bd;border-radius:11px;background:#fff;color:#3f3a35;outline:none}.field select,.field input{height:43px;padding:0 11px}.field textarea{min-height:120px;padding:11px;resize:vertical}.field select:focus,.field input:focus,.field textarea:focus{border-color:#ef9395;box-shadow:0 0 0 3px rgba(237,32,36,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid .full{grid-column:1/-1}.helper{font-size:12px;color:var(--muted);margin-top:5px}.notice{padding:13px 15px;border-radius:12px;background:#fff4dd;border:1px solid #efd39f;color:#6e4b17;font-size:13px}.success{padding:13px 15px;border-radius:12px;background:#edf8ef;border:1px solid #bee1c4;color:#235e2e;font-size:13px}

/* Hero */
.hero{position:relative;background:var(--cream)}.hero-shell{position:relative;min-height:390px;background:linear-gradient(90deg,rgba(255,250,241,.98) 0%,rgba(255,249,239,.94) 40%,rgba(255,250,241,.12) 69%),url('hero-house.png') right center/58% 100% no-repeat;border-bottom:1px solid #eadfce}.hero-content{padding:36px 0 104px 54px;max-width:780px}.hero h1{font-size:56px;line-height:.98;letter-spacing:-.045em;margin:0 0 14px;font-weight:950}.hero p{font-size:17px;line-height:1.35;margin:0;color:#49443f;max-width:660px}.hero-bubble{position:absolute;right:38px;top:84px;width:136px;height:136px;border-radius:50%;background:linear-gradient(#ff4246,#e6161a);color:white;display:grid;place-items:center;text-align:center;font-size:18px;font-style:italic;line-height:1.05;transform:rotate(-7deg);box-shadow:0 14px 30px rgba(229,22,26,.23);padding:18px}.hero-search{position:absolute;left:54px;right:52px;bottom:-49px;background:rgba(255,253,249,.98);border:1px solid #e8dccb;border-radius:18px;box-shadow:0 12px 30px rgba(72,48,26,.10);padding:13px 14px 10px;z-index:5}.filters{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1.15fr 1.2fr 1.25fr 150px;gap:10px;align-items:end}.search-btn{height:43px}.search-meta{display:flex;align-items:center;gap:7px;color:#625c55;font-size:12px;padding-top:9px}.search-meta .home{color:var(--red)}.search-script{position:absolute;right:220px;bottom:3px;font-size:16px;font-style:italic;color:#3c332c;transform:rotate(-4deg)}.search-script span{color:var(--red);font-size:24px}

/* Category cards */
.categories{padding:70px 0 12px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.category{min-height:96px;background:rgba(255,253,249,.94);border:1px solid var(--line);border-radius:16px;padding:13px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 5px 17px rgba(72,48,26,.05);transition:.18s}.category:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.cat-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#ffe7e4;color:var(--red);font-size:23px;flex:0 0 auto}.category.green .cat-icon{background:#e4f0e5;color:var(--green)}.category b{display:block;font-size:14px;margin-bottom:2px}.category small{display:block;color:#6d655d;font-size:12px;line-height:1.2}.cat-arr{margin-left:auto;border:1px solid #e1d5c4;border-radius:50%;width:32px;height:32px;display:grid;place-items:center;color:#504a44}

/* Cards/list */
.list-head{display:flex;justify-content:space-between;align-items:end;margin:0 0 12px}.list-head h2{font-size:29px;letter-spacing:-.03em;margin:0}.list-head a{color:var(--red);font-size:13px;font-weight:850}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.card{background:#fffdf9;border:1px solid #e8dccd;border-radius:15px;overflow:hidden;box-shadow:0 6px 18px rgba(72,48,26,.06);transition:.18s;position:relative}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow2)}.thumb{position:relative;aspect-ratio:1.68/1;overflow:hidden;background:#eadfce}.thumb img{width:100%;height:100%;object-fit:cover}.score{position:absolute;right:7px;top:7px;background:#fff;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:750;box-shadow:0 3px 10px rgba(0,0,0,.10)}.score b{background:var(--green);color:#fff;border-radius:999px;padding:3px 5px;margin-left:4px;font-size:11px}.tag{position:absolute;left:7px;top:7px;background:rgba(34,34,34,.9);color:#fff;padding:5px 7px;border-radius:8px;font-size:10px;font-weight:800}.tag.red{background:var(--red)}.card-body{padding:10px 11px 11px}.topline{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.loc{font-size:11px;color:#5f5a54;font-weight:700}.price{font-size:14px;font-weight:950;white-space:nowrap}.title{font-size:12.5px;font-weight:850;line-height:1.2;margin:4px 0 8px;min-height:30px}.meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:#66605a;font-size:10.5px}.fav{margin-left:auto;border:0;background:none;color:var(--red);font-size:19px;cursor:pointer;padding:0}.card-link{position:absolute;inset:0;z-index:1}.fav,.score,.tag{position:absolute;z-index:2}.card-body .fav{position:relative}.list-layout{display:grid;grid-template-columns:310px 1fr;gap:18px}.filter-panel{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow);height:max-content;position:sticky;top:132px}.filter-panel h3{margin:0 0 13px}.filter-stack{display:grid;gap:10px}.results-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px}.sort{width:190px;height:41px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;padding:0 10px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:22px}.page-btn{width:39px;height:39px;border-radius:10px;border:1px solid var(--line);background:var(--paper);cursor:pointer}.page-btn.active{background:var(--red);color:#fff;border-color:var(--red)}

/* Home how */
.how-box{background:linear-gradient(#f3e8d8,#f1e5d3);border:1px solid #e8dbc9;border-radius:16px;padding:14px 18px;box-shadow:0 4px 14px rgba(72,48,26,.04)}.how-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:10px;align-items:center}.how-intro h3{font-size:27px;letter-spacing:-.03em;margin:0}.how-intro p{margin:3px 0 0;color:#625c55;font-size:13px}.step{display:flex;gap:10px;align-items:flex-start}.n{width:33px;height:33px;border-radius:50%;background:#fff0ef;border:1px solid #f4cecd;color:var(--red);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.step b{font-size:12px;display:block}.step p{font-size:10.5px;color:#625c55;margin:2px 0 0;line-height:1.25}

/* Generic content blocks */
.surface{background:rgba(255,253,249,.95);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:20px}.surface h2,.surface h3{margin-top:0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kpi{background:var(--paper);border:1px solid var(--line);border-radius:15px;padding:16px}.kpi b{display:block;font-size:26px;letter-spacing:-.03em}.kpi span{font-size:12px;color:var(--muted)}.icon-block{display:grid;grid-template-columns:44px 1fr;gap:12px}.icon-circle{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#ffe8e5;color:var(--red);font-size:20px}.divider{border:0;border-top:1px solid var(--line);margin:18px 0}

/* Detail */
.breadcrumbs{font-size:12px;color:var(--muted);padding:16px 0 8px}.detail-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px}.detail-head h1{font-size:clamp(32px,4vw,50px);line-height:1;letter-spacing:-.04em;margin:0 0 7px}.detail-price{font-size:34px;font-weight:950;white-space:nowrap}.gallery{display:grid;grid-template-columns:1.45fr .55fr;gap:10px;height:460px}.gallery-main,.gallery-side img{width:100%;height:100%;object-fit:cover;border-radius:18px}.gallery-side{display:grid;grid-template-rows:1fr 1fr;gap:10px}.detail-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:18px;margin-top:18px}.facts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.fact{background:#fffaf4;border:1px solid var(--line);border-radius:13px;padding:12px}.fact b{display:block;font-size:16px}.fact small{color:var(--muted)}.project-score{display:flex;align-items:center;gap:16px}.score-ring{--score:80;width:98px;height:98px;border-radius:50%;background:conic-gradient(var(--green) calc(var(--score)*1%),#e8dfd2 0);display:grid;place-items:center;position:relative}.score-ring:after{content:"";position:absolute;inset:9px;background:var(--paper);border-radius:50%}.score-ring b{position:relative;z-index:1;font-size:26px}.risk-list{display:grid;gap:8px;margin-top:12px}.risk{display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--line);padding-top:8px;font-size:13px}.risk .ok{color:var(--green);font-weight:850}.risk .warn{color:#a46513;font-weight:850}.risk .bad{color:var(--red);font-weight:850}.price-history{display:grid;gap:8px}.history-row{display:grid;grid-template-columns:120px 1fr 130px;gap:10px;align-items:center;font-size:13px}.history-bar{height:8px;border-radius:99px;background:#eee3d5;overflow:hidden}.history-bar span{display:block;height:100%;background:var(--red);border-radius:99px}.estimator-row{display:grid;grid-template-columns:1fr 150px;gap:10px;align-items:center;margin:8px 0}.estimator-row input{width:100%;height:40px;border:1px solid var(--line-strong);border-radius:10px;padding:0 10px}.estimate-total{font-size:30px;font-weight:950;color:var(--red)}

/* Guide / content */
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.guide-card{background:var(--paper);border:1px solid var(--line);border-radius:17px;padding:18px;box-shadow:var(--shadow)}.guide-card .guide-tag{color:var(--red);font-size:11px;font-weight:900;text-transform:uppercase}.guide-card h3{margin:7px 0 7px;font-size:18px}.guide-card p{font-size:13px;color:var(--muted)}.article{max-width:900px;margin:auto}.article h2{margin-top:30px}.article p,.article li{color:#4f4943}.toc{background:#fff7ed;border:1px solid var(--line);border-radius:14px;padding:15px}.toc a{display:block;margin:5px 0;color:#5b524a}

/* Account/Admin */
.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.tab{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:9px 13px;font-weight:750;cursor:pointer}.tab.active{background:#242424;color:#fff}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px}.table{width:100%;border-collapse:collapse;background:var(--paper);min-width:700px}.table th,.table td{padding:11px 12px;border-bottom:1px solid var(--line);text-align:left;font-size:12px}.table th{background:#f7edde}.status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850}.status.ok{background:#e8f5ea;color:#2c7c3b}.status.wait{background:#fff2da;color:#8e601a}.status.demo{background:#ffe9e7;color:#a83532}

/* Footer */
.footer{padding:12px 0 15px}.footer-grid{display:grid;grid-template-columns:1.15fr .9fr .9fr .95fr .95fr;gap:16px;border-top:1px solid #e6d8c6;padding:14px 0}.footer-brand img{width:175px;height:70px;object-fit:contain;object-position:left}.footer-script{font-size:15px;font-style:italic;line-height:1.15;color:#3b332d}.footer-script span{color:var(--red)}.footer-col h4{font-size:11px;margin:0 0 6px}.footer-col a,.footer-col div{display:block;color:#615b55;font-size:10.5px;margin:3px 0}.socials{display:flex!important;gap:7px}.soc{width:24px;height:24px;border-radius:6px;display:grid!important;place-items:center!important;color:#fff!important;font-weight:900!important;font-size:11px!important}.fb{background:#1877f2}.ig{background:#ee2a7b}.yt{background:#ff0000}.li{background:#0a66c2}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #e6d8c6;padding-top:8px;color:#6a645e;font-size:10px}

/* Modal/cookies */
.modal{position:fixed;inset:0;background:rgba(20,16,12,.45);display:none;align-items:center;justify-content:center;padding:18px;z-index:70}.modal.open{display:flex}.modal-card{width:min(560px,100%);background:#fffdf9;border-radius:19px;border:1px solid var(--line);box-shadow:0 25px 70px rgba(0,0,0,.22);padding:22px}.modal-head{display:flex;justify-content:space-between;gap:10px}.modal-head h3{margin:0}.close{border:0;background:#f4eadc;width:35px;height:35px;border-radius:50%;cursor:pointer}.cookie{position:fixed;left:18px;right:18px;bottom:18px;z-index:80;max-width:760px;margin:auto;background:#242424;color:#fff;border-radius:16px;padding:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);display:none}.cookie.open{display:block}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:11px}.cookie .btn-light{background:#fff;color:#222}

@media(max-width:1180px){.header-inner{grid-template-columns:1fr auto;min-height:96px}.brand img{width:260px;height:80px}.nav,.header-actions{display:none}.menu{display:block;border:1px solid var(--line);background:#fffaf4;border-radius:10px;padding:9px 12px}.mobile-panel.open{display:flex;position:absolute;left:0;right:0;top:96px;background:#fffaf4;border-bottom:1px solid var(--line);padding:14px 18px;flex-direction:column;gap:10px}.hero-shell{background:linear-gradient(180deg,rgba(255,250,241,.83),rgba(255,250,241,.67)),url('hero-house.png') center/cover no-repeat}.hero-content{padding:40px 20px 122px}.hero-bubble{right:24px;top:32px}.hero-search{left:18px;right:18px;bottom:-108px}.filters{grid-template-columns:repeat(4,1fr)}.search-btn{grid-column:1/-1}.categories{padding-top:126px}.category-grid{grid-template-columns:repeat(3,1fr)}.cards{grid-template-columns:repeat(3,1fr)}.how-grid{grid-template-columns:1fr 1fr}.how-intro{grid-column:1/-1}.footer-grid{grid-template-columns:repeat(3,1fr)}.list-layout{grid-template-columns:1fr}.filter-panel{position:static}.detail-grid{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.container{width:min(100% - 18px,100%)}.brand img{width:225px}.hero h1{font-size:43px}.hero-content{padding-left:12px;padding-right:12px}.hero-bubble{width:105px;height:105px;font-size:15px;right:14px}.hero-search{bottom:-233px;padding:11px}.filters{grid-template-columns:1fr 1fr}.search-btn{grid-column:1/-1}.search-script{display:none}.categories{padding-top:250px}.category-grid,.cards,.guide-grid,.grid-2,.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}.how-grid{grid-template-columns:1fr}.how-intro{grid-column:auto}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.gallery{grid-template-columns:1fr;height:auto}.gallery-main{height:300px}.gallery-side{grid-template-columns:1fr 1fr;grid-template-rows:none}.gallery-side img{height:150px}.facts-grid{grid-template-columns:1fr 1fr}.detail-head{align-items:flex-start;flex-direction:column}.detail-price{font-size:28px}.history-row{grid-template-columns:90px 1fr 100px}.footer-bottom{flex-direction:column}.results-toolbar{align-items:flex-start;flex-direction:column}.sort{width:100%}.modal-card{padding:16px}.page-title{font-size:39px}}
