.house-page { --house-blue:#0b4f9f; --house-blue-dark:#07366d; --house-green:#1f8a4c; --house-text:#14213d; --house-muted:#64748b; --house-border:#dbe7f3; --house-soft:#f7fafc; }
.house-main { overflow:hidden; }
.house-topbar { background:#0f172a; color:#dbe7f3; font-size:14px; }
.house-topbar-inner { min-height:44px; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.house-topbar a { color:#fff; font-weight:850; text-decoration:none; white-space:nowrap; }
.house-status { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.house-status strong { color:#fff; }
.house-status-dot { width:9px; height:9px; border-radius:50%; background:#4ade80; box-shadow:0 0 0 5px rgba(74,222,128,.12); flex:0 0 auto; animation:house-status-pulse 1.8s ease-in-out infinite; }
@keyframes house-status-pulse { 0%,100% { box-shadow:0 0 0 4px rgba(74,222,128,.10); } 50% { box-shadow:0 0 0 8px rgba(74,222,128,.20); } }
@media (prefers-reduced-motion: reduce) { .house-status-dot { animation:none; } }
.house-hero { padding:24px 0 72px; background:radial-gradient(circle at 80% 15%,rgba(11,79,159,.17),transparent 34%),linear-gradient(180deg,#f8fbff 0%,#fff 100%); }
.house-breadcrumbs { margin-bottom:26px; }
.house-hero-grid { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(330px,.68fr); gap:48px; align-items:center; }
.house-badge { display:inline-flex; align-items:center; min-height:32px; padding:7px 13px; border-radius:999px; background:#e8f5ee; color:#126d3c; border:1px solid #bfe5cf; font-size:13px; font-weight:900; letter-spacing:.02em; }
.house-hero h1 { max-width:780px; margin:16px 0 0; font-size:clamp(42px,5.4vw,66px); line-height:1.02; letter-spacing:-.045em; color:var(--house-text); }
.house-lead { max-width:800px; margin:22px 0 0; font-size:19px; line-height:1.75; color:#334155; }
.house-usp-list { list-style:none; padding:0; margin:28px 0 0; display:grid; gap:14px; }
.house-usp-list li { position:relative; padding-left:34px; display:grid; gap:2px; }
.house-usp-list li::before { content:'✓'; position:absolute; left:0; top:0; width:24px; height:24px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--house-green); font-weight:900; font-size:14px; }
.house-usp-list strong { color:var(--house-text); font-size:16px; }
.house-usp-list span { color:var(--house-muted); line-height:1.55; }
.house-tldr { margin-top:28px; padding:17px 19px; border-radius:16px; border:1px solid #dbe7f3; background:#fff; display:flex; gap:7px; flex-wrap:wrap; line-height:1.6; box-shadow:0 8px 22px rgba(15,23,42,.04); }
.house-tldr strong { color:var(--house-blue); }
.house-tldr span { color:#475569; }
.house-cta-card { padding:30px; border-radius:28px; background:#fff; border:1px solid var(--house-border); box-shadow:0 22px 50px rgba(15,23,42,.12); }
.house-cta-card h2 { margin:0 0 12px; font-size:30px; letter-spacing:-.03em; }
.house-cta-card > p:not(.eyebrow) { color:var(--house-muted); line-height:1.65; }
.house-btn-full { width:100%; margin-top:12px; }
.house-btn-whatsapp { color:#fff; background:#1f9f56; box-shadow:0 12px 24px rgba(31,159,86,.18); }
.house-btn-whatsapp:hover { background:#168448; }
.house-inline-link { display:block; margin-top:16px; text-align:center; color:var(--house-blue); font-weight:850; text-decoration:none; }
.house-trust { border-top:1px solid #e7edf5; border-bottom:1px solid #e7edf5; background:#fff; }
.house-trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.house-trust article { padding:25px 22px; text-align:center; border-right:1px solid #e7edf5; }
.house-trust article:last-child { border-right:0; }
.house-trust strong { display:block; color:var(--house-text); font-size:17px; margin-bottom:5px; }
.house-trust span { color:var(--house-muted); font-size:13px; line-height:1.45; }
.house-section-lead { color:var(--house-muted); line-height:1.7; font-size:17px; }
.house-calculator { max-width:850px; margin:0 auto; padding:30px; border:1px solid var(--house-border); border-radius:26px; background:#fff; box-shadow:0 16px 38px rgba(15,23,42,.07); }
.house-calculator-fields { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.house-calculator label { display:grid; gap:8px; color:var(--house-text); font-weight:850; }
.house-calculator select { width:100%; min-height:50px; padding:10px 14px; border:1px solid #cdd9e7; border-radius:13px; background:#fff; color:var(--house-text); font:inherit; }
.house-calculator-result { margin-top:20px; padding:22px; border-radius:18px; background:#f8fbff; border:1px solid #dce9f7; text-align:center; }
.house-calculator-result span { display:block; color:var(--house-muted); font-size:13px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.house-calculator-result strong { display:block; margin-top:5px; color:var(--house-green); font-size:30px; }
.house-calculator-result p { margin:8px auto 0; max-width:650px; color:var(--house-muted); line-height:1.55; }
.house-calculator-cta { width:100%; margin-top:18px; }
.house-space-grid,.house-waste-grid,.house-guarantee-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.house-space-grid article,.house-waste-grid article,.house-guarantee-grid article { padding:26px; border:1px solid var(--house-border); border-radius:22px; background:#fff; box-shadow:0 10px 24px rgba(15,23,42,.04); }
.house-card-icon { display:grid; place-items:center; width:42px; height:42px; border-radius:13px; background:#eef6ff; color:var(--house-blue); font-weight:950; margin-bottom:16px; font-size:22px; }
.house-space-grid h3,.house-waste-grid h3,.house-reassurance-grid h3 { margin:0 0 10px; color:var(--house-text); font-size:21px; }
.house-space-grid h3 a { color:inherit; }
.house-space-grid p,.house-waste-grid p,.house-reassurance-grid p { color:var(--house-muted); line-height:1.65; }
.house-space-grid ul { margin:16px 0 0; padding-left:20px; color:#475569; line-height:1.7; }
.house-reassurance-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.house-reassurance-grid article { padding:23px 25px; border-left:4px solid var(--house-blue); border-radius:16px; background:#fff; box-shadow:0 8px 22px rgba(15,23,42,.04); }
.house-guarantee-grid { margin-top:24px; }
.house-guarantee-grid strong { display:block; color:var(--house-text); font-size:18px; margin-bottom:8px; }
.house-guarantee-grid span { color:var(--house-muted); line-height:1.6; }
.house-comparison { max-width:850px; margin:0 auto; border:1px solid var(--house-border); border-radius:24px; overflow:hidden; background:#fff; box-shadow:0 15px 35px rgba(15,23,42,.07); }
.house-comparison-tabs { display:grid; grid-template-columns:1fr 1fr; border-bottom:1px solid var(--house-border); }
.house-comparison-tabs button { min-height:55px; border:0; background:#f7fafc; color:#64748b; font:inherit; font-weight:900; cursor:pointer; }
.house-comparison-tabs button.is-active { color:var(--house-blue); background:#fff; box-shadow:inset 0 -3px 0 var(--house-blue); }
.house-comparison-content { min-height:245px; padding:42px; display:grid; align-content:center; justify-items:center; text-align:center; }
.house-comparison-content > span { display:inline-flex; padding:6px 13px; border-radius:999px; background:#fee2e2; color:#b91c1c; font-size:12px; font-weight:950; }
.house-comparison-content.is-after > span { background:#dcfce7; color:#15803d; }
.house-comparison-content h3 { margin:14px 0 8px; font-size:26px; }
.house-comparison-content p { max-width:640px; margin:0; color:var(--house-muted); line-height:1.7; }
.house-price-table-wrap { overflow:auto; border:1px solid var(--house-border); border-radius:22px; background:#fff; box-shadow:0 10px 24px rgba(15,23,42,.04); }
.house-price-table { width:100%; border-collapse:collapse; min-width:760px; }
.house-price-table th,.house-price-table td { padding:17px 19px; text-align:left; border-bottom:1px solid #e7edf5; vertical-align:top; line-height:1.55; }
.house-price-table th { background:#f8fbff; color:var(--house-text); font-size:14px; }
.house-price-table td { color:#475569; }
.house-price-table strong { color:var(--house-green); white-space:nowrap; }
.house-price-table tr:last-child td { border-bottom:0; }
.house-price-note { text-align:center; color:var(--house-muted); margin:18px 0 0; }
.house-price-note a { color:var(--house-blue); font-weight:850; }
.house-location-list { display:flex; flex-wrap:wrap; gap:9px; justify-content:center; }
.house-location-list span { display:inline-flex; padding:7px 13px; border:1px solid var(--house-border); border-radius:999px; background:#f8fbff; color:#475569; font-size:14px; }
.house-location-links { display:flex; justify-content:center; flex-wrap:wrap; gap:10px 18px; margin-top:22px; }
.house-location-links a { color:var(--house-blue); font-weight:850; }

.house-review-summary-row { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-bottom:24px; }
.house-review-summary { min-width:190px; padding:14px 18px; border:1px solid var(--house-border); border-radius:16px; background:#fff; display:grid; grid-template-columns:1fr auto; align-items:center; gap:3px 12px; box-shadow:0 8px 20px rgba(15,23,42,.04); }
.house-review-summary > span:first-child { color:var(--house-muted); font-size:13px; font-weight:800; }
.house-review-summary strong { color:var(--house-text); font-size:22px; }
.house-review-summary-stars { grid-column:1/-1; color:#f59e0b; letter-spacing:2px; font-size:15px; }
.house-review-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.house-review-card { margin:0; padding:26px; border:1px solid var(--house-border); border-radius:22px; background:#fff; box-shadow:0 10px 26px rgba(15,23,42,.05); display:flex; flex-direction:column; min-height:100%; }
.house-review-card-top { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.house-review-stars { color:#f59e0b; letter-spacing:2px; font-size:17px; white-space:nowrap; }
.house-review-source { display:inline-flex; align-items:center; min-height:28px; padding:5px 10px; border-radius:999px; background:#eef6ff; color:var(--house-blue); font-size:12px; font-weight:900; }
.house-review-source--firmy { background:#fff4e8; color:#a84b00; }
.house-review-card blockquote { margin:18px 0 0; padding:0; border:0; }
.house-review-card blockquote p { margin:0; color:#334155; line-height:1.72; font-size:16px; }
.house-review-note { margin:10px 0 0; color:var(--house-muted); font-size:12px; }
.house-review-author { display:flex; align-items:center; gap:12px; margin-top:auto; padding-top:20px; }
.house-review-avatar { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:#eaf2fb; color:var(--house-blue); font-weight:950; }
.house-review-author > span:last-child { display:grid; gap:2px; }
.house-review-author strong { color:var(--house-text); }
.house-review-author small { color:var(--house-muted); }
.house-review-links { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:26px; }
.house-review-links .btn { width:auto; }

.house-quick-form { max-width:820px; margin:0 auto; padding:30px; border:1px solid var(--house-border); border-radius:26px; background:#fff; box-shadow:0 16px 38px rgba(15,23,42,.07); }
.house-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.house-form-grid label,.house-form-grid fieldset { display:grid; gap:8px; margin:0; color:var(--house-text); font-weight:850; }
.house-form-grid fieldset { padding:15px; border:1px solid #cdd9e7; border-radius:14px; }
.house-form-grid fieldset label { display:flex; flex-direction:row; align-items:center; gap:8px; font-weight:700; }
.house-form-wide { grid-column:1/-1; }
.house-form-grid input[type="text"],.house-form-grid input[type="tel"],.house-form-grid input[type="email"],.house-form-grid input[type="file"] { width:100%; min-height:48px; padding:10px 12px; border:1px solid #cdd9e7; border-radius:12px; background:#fff; font:inherit; color:var(--house-text); }
.house-form-grid small { color:var(--house-muted); font-weight:600; line-height:1.5; }
.house-form-error { margin:18px 0 0; padding:12px 14px; border-radius:12px; background:#fff1f2; color:#be123c; font-weight:750; }
.house-form-submit { width:100%; margin-top:20px; }
.house-form-success { margin-top:20px; padding:18px; border-radius:15px; background:#ecfdf5; border:1px solid #bbf7d0; color:#166534; display:grid; gap:4px; }
.house-form-success[hidden] { display:none; }
.house-final-cta { padding:70px 0; text-align:center; color:#fff; background:linear-gradient(135deg,#0b4f9f,#07366d); }
.house-final-cta .eyebrow { color:#bfdbfe; }
.house-final-cta h2 { margin:0; font-size:clamp(34px,4vw,50px); letter-spacing:-.04em; }
.house-final-cta p:not(.eyebrow) { max-width:720px; margin:15px auto 0; color:#dbeafe; font-size:18px; line-height:1.65; }
.house-mobile-cta { display:none; }
