/*
Theme Name: DampDeck 2.0
Theme URI: https://dampdeck.com/
Author: DampDeck
Description: Premium diagnostic and programmatic theme for DampDeck.
Version: 6.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: dampdeck
*/

:root{--dd-navy:#082b33;--dd-navy-2:#0b3942;--dd-teal:#0f6f69;--dd-teal-2:#13877e;--dd-mint:#dcefeb;--dd-cream:#f5f1e9;--dd-paper:#fbfaf6;--dd-ink:#10282e;--dd-muted:#60767a;--dd-line:#d7e0dc;--dd-white:#fff;--dd-shadow:0 16px 40px rgba(7,37,43,.10);--dd-radius:22px;--dd-radius-sm:14px;--dd-max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--dd-paper);color:var(--dd-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}h1,h2,h3,h4,h5,h6,p,a,span,strong,b,small,label,button,input,select,textarea{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.dd-wrap{width:min(calc(100% - 32px),var(--dd-max));margin:auto}.dd-site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(9,52,61,.08)}.dd-header-inner{height:74px;display:flex;align-items:center;gap:26px}.dd-logo{font-weight:900;letter-spacing:-.04em;font-size:25px;color:var(--dd-navy)}.dd-logo span{color:var(--dd-teal-2)}.dd-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:760;margin-left:16px}.dd-nav a{color:#28474d}.dd-nav a:hover{color:var(--dd-teal)}.dd-header-actions{margin-left:auto;display:flex;gap:10px;align-items:center}.dd-country{border:1px solid var(--dd-line);border-radius:999px;padding:9px 12px;background:#fff;font-size:13px;font-weight:700}.dd-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 18px;font-weight:800;border:0;cursor:pointer;transition:.18s ease;font-size:14px}.dd-btn-primary{background:var(--dd-teal);color:#fff}.dd-btn-primary:hover{background:var(--dd-teal-2);transform:translateY(-1px)}.dd-btn-dark{background:var(--dd-navy);color:#fff}.dd-btn-light{background:#fff;color:var(--dd-navy);border:1px solid var(--dd-line)}
.dd-hero{background:linear-gradient(135deg,#0a3b43 0%,#0e4d54 45%,#0a2f37 100%);color:#fff;position:relative;overflow:hidden}.dd-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 30%,rgba(37,160,146,.18),transparent 36%);pointer-events:none}.dd-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;min-height:520px}.dd-hero-copy{padding:70px 52px 64px 0;display:flex;flex-direction:column;justify-content:center}.dd-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;color:#9fddd6}.dd-hero h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(44px,5vw,68px);line-height:1.02;letter-spacing:-.045em;margin:12px 0 18px;max-width:760px}.dd-hero p{font-size:18px;color:#d8e7e7;max-width:680px;margin:0 0 28px}.dd-diagnose-box{background:#fff;border-radius:18px;padding:10px;display:grid;grid-template-columns:1fr 1fr auto;gap:8px;max-width:720px;box-shadow:0 20px 50px rgba(0,0,0,.2)}.dd-field{position:relative}.dd-field select,.dd-field input{width:100%;border:1px solid #d9e3e0;border-radius:11px;padding:15px 14px;font:inherit;color:#264349;background:#fff}.dd-field label{position:absolute;left:14px;top:-7px;background:#fff;padding:0 5px;font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.08em;color:#6a8084}.dd-find-help{display:flex;gap:10px;align-items:center;margin-top:16px;color:#d9e7e7;font-size:13px}.dd-find-help input{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:10px;padding:11px 12px;min-width:210px}.dd-find-help input::placeholder{color:#bcd1d1}.dd-hero-media{min-height:520px;background:linear-gradient(135deg,rgba(11,53,61,.28),rgba(11,53,61,.05)),url('assets/img/hero-condensation.jpg') center/cover no-repeat;position:relative}.dd-hero-badge{position:absolute;right:24px;bottom:24px;background:rgba(255,255,255,.94);color:var(--dd-navy);padding:13px 16px;border-radius:14px;max-width:240px;box-shadow:var(--dd-shadow);font-size:12px}.dd-hero-badge strong{display:block;font-size:14px;margin-bottom:2px}.dd-trust{background:#fff;border-bottom:1px solid var(--dd-line)}.dd-trust-inner{min-height:64px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center;font-size:13px;font-weight:780;color:#496267}.dd-trust-item:not(:last-child){border-right:1px solid #e2e9e6}
.dd-section{padding:74px 0}.dd-section.alt{background:#fff}.dd-section.dark{background:var(--dd-navy);color:#fff}.dd-section-head{text-align:center;max-width:760px;margin:0 auto 34px}.dd-section-head h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:40px;line-height:1.1;letter-spacing:-.03em;margin:0 0 10px}.dd-section-head p{color:var(--dd-muted);margin:0}.dark .dd-section-head p{color:#bed1d0}.dd-symptom-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.dd-symptom-card{background:#fff;border:1px solid var(--dd-line);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(7,37,43,.05);transition:.18s ease}.dd-symptom-card:hover{transform:translateY(-3px);box-shadow:var(--dd-shadow)}.dd-symptom-card img{height:112px;width:100%;object-fit:cover;background:#e8efec}.dd-symptom-card span{display:block;padding:12px 10px;font-size:13px;font-weight:820;text-align:center}.dd-three{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dd-photo-card{background:#fff;border:1px solid var(--dd-line);border-radius:var(--dd-radius);overflow:hidden;box-shadow:0 10px 30px rgba(7,37,43,.06)}.dd-photo-card img{height:220px;width:100%;object-fit:cover;background:#e5eeeb}.dd-photo-copy{padding:22px}.dd-photo-copy h3{font-size:20px;margin:0 0 7px}.dd-photo-copy p{color:var(--dd-muted);font-size:14px;margin:0 0 14px}.dd-link{font-weight:850;color:var(--dd-teal);font-size:14px}.dd-route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dd-route{background:#fff;border:1px solid var(--dd-line);border-radius:18px;padding:26px}.dd-route-icon{width:42px;height:42px;border-radius:12px;background:var(--dd-mint);display:grid;place-items:center;margin-bottom:18px;color:var(--dd-teal);font-weight:900}.dd-route h3{margin:0 0 7px;font-size:20px}.dd-route p{margin:0 0 17px;color:var(--dd-muted);font-size:14px}.dd-shop-shell{background:linear-gradient(135deg,#0d4b52,#0c3940);border-radius:26px;padding:34px;color:#fff;box-shadow:var(--dd-shadow)}.dd-shop-top{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.dd-shop-top h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:36px;margin:0 0 7px}.dd-shop-top p{margin:0;color:#c8dcdb}.dd-shop-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.dd-shop-cat{background:#fff;color:var(--dd-navy);border-radius:15px;padding:16px 10px;text-align:center;min-height:116px;display:flex;flex-direction:column;justify-content:center;gap:9px;font-weight:820;font-size:12px}.dd-shop-cat .ico{font-size:22px}.dd-cost-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.dd-cost{background:#fff;border:1px solid var(--dd-line);border-radius:15px;padding:18px}.dd-cost strong{display:block;font-size:13px}.dd-cost span{display:block;color:var(--dd-teal);font-weight:900;font-size:19px;margin-top:4px}.dd-cost small{display:block;color:var(--dd-muted);margin-top:5px}.dd-location-panel{background:#fff;border-radius:22px;padding:26px;color:var(--dd-ink);display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.dd-location-panel h3{font-size:24px;margin:0 0 5px}.dd-location-panel p{margin:0;color:var(--dd-muted)}.dd-location-search{display:flex;gap:8px}.dd-location-search input{min-width:320px;border:1px solid var(--dd-line);padding:13px;border-radius:11px;font:inherit}.dd-property-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.dd-property{background:#fff;border:1px solid var(--dd-line);border-radius:16px;overflow:hidden}.dd-property img{height:135px;width:100%;object-fit:cover;background:#e5eeeb}.dd-property div{padding:13px;font-weight:820;font-size:13px}.dd-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dd-guide{background:#fff;border:1px solid var(--dd-line);border-radius:17px;padding:20px}.dd-guide .tag{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--dd-teal)}.dd-guide h3{margin:8px 0 7px;font-size:18px}.dd-guide p{font-size:13px;color:var(--dd-muted);margin:0 0 13px}.dd-footer{background:#06272e;color:#dce9e8;padding:54px 0 26px}.dd-footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:32px}.dd-footer h4{margin:0 0 10px;font-size:13px}.dd-footer a{display:block;color:#aec4c3;font-size:12px;margin:8px 0}.dd-footer p{font-size:12px;color:#aec4c3}.dd-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;color:#8fa9a8;font-size:11px}
.dd-page-hero{background:linear-gradient(135deg,#0a3941,#0b2d34);color:#fff;padding:54px 0}.dd-page-hero .dd-wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.dd-page-hero h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:48px;line-height:1.05;margin:8px 0 12px}.dd-page-hero p{color:#c9dbda;font-size:17px;max-width:700px}.dd-content{padding:54px 0}.dd-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px}.dd-prose{background:#fff;border:1px solid var(--dd-line);border-radius:18px;padding:30px}.dd-prose h2,.dd-prose h3{color:var(--dd-navy)}.dd-prose h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:32px}.dd-sidebar{display:flex;flex-direction:column;gap:16px}.dd-panel{background:#fff;border:1px solid var(--dd-line);border-radius:16px;padding:20px}.dd-panel h3{margin:0 0 10px}.dd-panel p{font-size:13px;color:var(--dd-muted)}.dd-note{background:#edf7f4;border-left:4px solid var(--dd-teal);padding:15px;border-radius:10px;margin:20px 0}.dd-affiliate-disclosure{font-size:11px;color:#768a8d;margin-top:10px}.dd-diagnosis-result{display:none;background:#fff;color:var(--dd-ink);border-radius:16px;padding:20px;margin-top:16px}.dd-diagnosis-result.active{display:block}.dd-mobile-menu{display:none}
@media(max-width:1050px){.dd-nav{display:none}.dd-mobile-menu{display:inline-flex}.dd-hero-grid{grid-template-columns:1fr}.dd-hero-copy{padding:54px 0}.dd-hero-media{min-height:340px}.dd-symptom-grid{grid-template-columns:repeat(4,1fr)}.dd-shop-grid{grid-template-columns:repeat(4,1fr)}.dd-cost-grid{grid-template-columns:repeat(3,1fr)}.dd-property-grid{grid-template-columns:repeat(3,1fr)}.dd-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.dd-wrap{width:min(calc(100% - 22px),var(--dd-max))}.dd-header-inner{height:64px}.dd-country{display:none}.dd-btn{padding:12px 14px}.dd-hero-copy{padding:40px 0}.dd-hero h1{font-size:43px}.dd-diagnose-box{grid-template-columns:1fr}.dd-find-help{align-items:stretch;flex-direction:column}.dd-find-help input{width:100%}.dd-trust-inner{grid-template-columns:1fr 1fr;padding:10px 0}.dd-trust-item{padding:8px}.dd-trust-item:nth-child(2){border-right:none}.dd-section{padding:52px 0}.dd-section-head h2{font-size:33px}.dd-symptom-grid{grid-template-columns:repeat(2,1fr)}.dd-three,.dd-route-grid,.dd-guide-grid{grid-template-columns:1fr}.dd-shop-shell{padding:24px 18px}.dd-shop-top{align-items:flex-start;flex-direction:column}.dd-shop-grid{grid-template-columns:repeat(2,1fr)}.dd-cost-grid{grid-template-columns:repeat(2,1fr)}.dd-location-panel{grid-template-columns:1fr}.dd-location-search{flex-direction:column}.dd-location-search input{min-width:0;width:100%}.dd-property-grid{grid-template-columns:repeat(2,1fr)}.dd-footer-grid{grid-template-columns:1fr 1fr}.dd-footer-grid>div:first-child{grid-column:1/-1}.dd-footer-bottom{flex-direction:column;gap:8px}.dd-page-hero .dd-wrap,.dd-content-grid{grid-template-columns:1fr}.dd-page-hero h1{font-size:39px}}
/* DampDeck 2.1 diagnostic, service and shopping expansion */
.dd-find-page-search{display:flex;justify-content:center;margin:-10px 0 30px}.dd-find-page-search .dd-location-search{background:#fff;border:1px solid var(--dd-line);padding:10px;border-radius:16px;box-shadow:0 8px 26px rgba(7,37,43,.06)}.dd-route-grid-services{grid-template-columns:repeat(3,1fr)}.dd-service-tag,.dd-result-kicker{display:inline-block;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--dd-teal);background:var(--dd-mint);padding:6px 8px;border-radius:999px;margin-bottom:10px}.dd-mini-note{font-size:12px;line-height:1.45;background:#f5f8f7;border-radius:10px;padding:10px 11px;margin:0 0 16px;color:#5f7477}.dd-diagnose-workbench{background:#fff;border:1px solid var(--dd-line);border-radius:22px;padding:28px;box-shadow:0 14px 42px rgba(7,37,43,.06)}.dd-diagnose-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:22px}.dd-diagnose-steps span{font-size:11px;font-weight:800;color:#7a8c8e;background:#f2f6f5;border-radius:10px;padding:10px;text-align:center}.dd-diagnose-steps span.active{background:var(--dd-navy);color:#fff}.dd-diagnose-panel{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end}.dd-question label{display:block;font-size:12px;font-weight:850;color:var(--dd-navy);margin-bottom:7px}.dd-question select{width:100%;border:1px solid var(--dd-line);border-radius:11px;padding:13px;background:#fff;font:inherit;color:var(--dd-ink)}.dd-diagnosis-large{margin-top:20px;border:1px solid #cde5df;background:#f4fbf9}.dd-diagnosis-large h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:28px;margin:4px 0 8px}.dd-diagnose-caveats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.dd-diagnose-caveats>div{background:#fff;border:1px solid var(--dd-line);border-radius:14px;padding:17px}.dd-diagnose-caveats p{font-size:13px;color:var(--dd-muted);margin:6px 0 0}.dd-shop-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.dd-shop-filter a{padding:9px 12px;border-radius:999px;border:1px solid var(--dd-line);background:#fff;font-size:12px;font-weight:800}.dd-shop-filter a.active{background:var(--dd-navy);color:#fff;border-color:var(--dd-navy)}.dd-shop-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dd-shop-card{background:#fff;border:1px solid var(--dd-line);border-radius:18px;padding:24px}.dd-shop-card h2{font-size:22px;margin:2px 0 9px}.dd-shop-card p{font-size:14px;color:var(--dd-muted);min-height:64px}.dd-partner-panel{margin-top:24px;background:linear-gradient(135deg,#0d4b52,#0a343b);color:#fff;border-radius:20px;padding:26px;display:flex;justify-content:space-between;gap:24px;align-items:center}.dd-partner-panel h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;margin:5px 0 7px;font-size:30px}.dd-partner-panel p{margin:0;color:#c8dcdb}.dd-breadcrumbs{display:flex;gap:8px;align-items:center;font-size:12px;color:#708487;margin-bottom:18px}.dd-breadcrumbs a{font-weight:800;color:var(--dd-teal)}.dd-answer-first{background:#eff8f5;border:1px solid #d6ebe5;border-radius:14px;padding:17px;margin-bottom:22px}.dd-answer-first strong{color:var(--dd-teal);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.dd-answer-first p{margin:6px 0 0}.dd-prose ul{padding-left:20px}.dd-prose li{margin:7px 0}
@media(max-width:1050px){.dd-route-grid-services,.dd-shop-cards{grid-template-columns:repeat(2,1fr)}.dd-diagnose-panel{grid-template-columns:1fr 1fr}.dd-diagnose-panel .dd-btn{grid-column:1/-1}.dd-diagnose-caveats{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:720px){.dd-route-grid-services,.dd-shop-cards,.dd-diagnose-panel,.dd-diagnose-caveats{grid-template-columns:1fr}.dd-diagnose-steps{grid-template-columns:1fr 1fr}.dd-partner-panel{align-items:flex-start;flex-direction:column}.dd-find-page-search .dd-location-search{width:100%}}

/* DampDeck 2.2 programmatic/data quality layer */
.dd-location-match{margin:0 auto 26px;max-width:820px;background:#edf7f4;border:1px solid #cfe6df;border-radius:14px;padding:13px 16px;color:var(--dd-navy);font-size:13px}.dd-location-match span{color:var(--dd-muted)}
.dd-prose .dd-answer-first{margin-top:0}.dd-prose>h2{margin-top:32px}.dd-prose p,.dd-prose li{line-height:1.72}.dd-shop-card .dd-btn{margin-top:8px}.dd-property-grid{grid-template-columns:repeat(4,1fr)}
@media(max-width:1050px){.dd-property-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.dd-property-grid{grid-template-columns:repeat(2,1fr)}}
.dd-mobile-nav{display:none;background:#082f36;border-top:1px solid rgba(255,255,255,.08);padding:10px 18px 18px}.dd-mobile-nav a{color:#dbe9e7;padding:12px 6px;border-bottom:1px solid rgba(255,255,255,.08);font-size:14px;font-weight:800}.dd-mobile-nav.active{display:flex;flex-direction:column}.dd-archive-hero .dd-wrap{grid-template-columns:1fr}.dd-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dd-archive-card{background:#fff;border:1px solid var(--dd-line);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(7,37,43,.035)}.dd-archive-card img{width:100%;height:190px;object-fit:cover;background:#e6efec}.dd-archive-card>div{padding:20px}.dd-archive-card h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:24px;line-height:1.1;margin:4px 0 9px}.dd-archive-card p{color:var(--dd-muted);font-size:13px;line-height:1.55}.dd-single-image img{width:100%;height:300px;object-fit:cover;border-radius:18px;background:#e6efec}.navigation.pagination{margin-top:30px}.nav-links{display:flex;gap:7px}.nav-links .page-numbers{padding:9px 12px;border:1px solid var(--dd-line);background:#fff;border-radius:9px}.nav-links .current{background:var(--dd-navy);color:#fff}
@media(max-width:1050px){.dd-archive-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.dd-archive-grid{grid-template-columns:1fr}.dd-single-image img{height:230px}}

/* DampDeck 2.3 connected-content + diagnosis layer */
.dd-related{margin-top:42px;padding-top:30px;border-top:1px solid var(--dd-line)}.dd-related h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:30px;margin:7px 0 18px}.dd-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dd-related-grid a{display:flex;flex-direction:column;gap:7px;background:#fff;border:1px solid var(--dd-line);border-radius:15px;padding:17px;transition:.18s}.dd-related-grid a:hover{transform:translateY(-2px);box-shadow:var(--dd-shadow)}.dd-related-grid strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:20px}.dd-related-grid span{font-size:13px;color:var(--dd-muted)}.dd-related-grid b{font-size:12px;color:var(--dd-teal);margin-top:auto}.dd-result-breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:16px 0}.dd-result-cause{border:1px solid var(--dd-line);background:#fff;border-radius:12px;padding:12px}.dd-result-cause strong{display:block;font-size:13px}.dd-result-cause span{display:block;height:6px;background:#e4eeeb;border-radius:99px;margin-top:8px;overflow:hidden}.dd-result-cause i{display:block;height:100%;background:var(--dd-teal);border-radius:99px}.dd-result-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.dd-evidence-list{margin:12px 0 0;padding-left:18px;color:var(--dd-muted);font-size:13px}.dd-programmatic-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.dd-programmatic-facts div{background:#f6faf8;border:1px solid var(--dd-line);border-radius:12px;padding:13px}.dd-programmatic-facts strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--dd-teal)}.dd-programmatic-facts span{font-size:13px}.dd-shop-callout{margin:18px 0;background:#f3f8f6;border:1px solid #d9e9e4;border-radius:14px;padding:16px}.dd-shop-callout strong{display:block;margin-bottom:5px}.dd-shop-callout p{margin:0 0 10px!important;font-size:13px}
@media(max-width:720px){.dd-related-grid,.dd-result-breakdown,.dd-programmatic-facts{grid-template-columns:1fr}.dd-result-actions{flex-direction:column}.dd-result-actions .dd-btn{width:100%}}

/* DampDeck 2.4 completion layer */
.dd-cost-tool{max-width:900px;margin:0 auto;background:#fff;border:1px solid var(--dd-line);border-radius:22px;padding:28px;box-shadow:0 14px 42px rgba(7,37,43,.06)}
.dd-cost-tool select{width:100%;border:1px solid var(--dd-line);border-radius:11px;padding:13px;background:#fff;font:inherit}.dd-cost-factors{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.dd-cost-factor{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--dd-line);border-radius:12px;padding:13px;background:#f8fbfa}.dd-cost-factor input{margin-top:3px}.dd-cost-output{display:none;margin-top:20px;background:#eef8f5;border:1px solid #cfe7df;border-radius:16px;padding:20px}.dd-cost-output.active{display:block}.dd-cost-output h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:28px;margin:0 0 8px}.dd-cost-output p{color:var(--dd-muted)}
.dd-local-journey-links{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.dd-local-journey-links a{font-size:12px;font-weight:800;padding:8px 10px;border:1px solid var(--dd-line);border-radius:999px;background:#fff}
@media(max-width:720px){.dd-cost-factors{grid-template-columns:1fr}.dd-cost-tool{padding:20px}}

/* 3.1 evidence/provenance */
.dd-source-note{margin:18px 0;padding:14px 16px;border:1px solid #dbe5e2;border-radius:12px;background:#f7faf9;display:grid;gap:4px;font-size:.9rem}.dd-source-note span{color:#52606d}.dd-cost-benchmarks{display:grid;gap:12px;margin:22px 0}.dd-cost-benchmark{padding:16px;border:1px solid #dbe5e2;border-radius:14px;background:#fff}.dd-cost-benchmark strong{display:block;font-size:1.05rem}.dd-cost-benchmark .dd-price{font-size:1.35rem;font-weight:800;color:#0c7b49;margin:4px 0}.dd-safety-note{border-left:4px solid #0c7b49;padding:12px 16px;background:#f5faf7;margin:20px 0}

/* DampDeck 3.3 premium inner-page system — homepage design remains locked */
.dd-inner-hero{min-height:410px;position:relative;background:#082f38 var(--dd-inner-hero) center/cover no-repeat;color:#fff;display:flex;align-items:flex-end}.dd-inner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,35,43,.96) 0%,rgba(5,35,43,.82) 42%,rgba(5,35,43,.28) 75%,rgba(5,35,43,.12) 100%)}.dd-inner-hero-copy{position:relative;z-index:2;padding:62px 0 56px}.dd-inner-hero h1,.dd-archive-premium-hero h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(44px,5vw,66px);line-height:1.02;letter-spacing:-.04em;margin:10px 0 14px;max-width:800px}.dd-inner-hero p,.dd-archive-premium-hero p{font-size:18px;line-height:1.6;max-width:720px;color:#d8e8e6;margin:0 0 24px}.dd-inner-hero .dd-breadcrumbs{color:#c8dcda}.dd-inner-hero .dd-breadcrumbs a{color:#fff}.dd-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.dd-btn-glass{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.4);color:#fff}.dd-inner-trust{background:#082f38;color:#dbe9e7;border-top:1px solid rgba(255,255,255,.1)}.dd-inner-trust .dd-wrap{min-height:58px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center;font-size:12px;font-weight:800}.dd-inner-content{padding:62px 0 76px;background:linear-gradient(#f8f6f0,#fbfaf6)}.dd-premium-prose{padding:38px;border-radius:20px;box-shadow:0 12px 36px rgba(7,37,43,.06)}.dd-premium-prose>p:first-of-type{font-size:18px;color:#314e54}.dd-premium-prose h2{font-size:34px;line-height:1.14;margin:42px 0 14px}.dd-premium-prose h3{font-size:22px;margin:30px 0 10px}.dd-premium-prose img{border-radius:16px;margin:24px 0}.dd-premium-sidebar{position:sticky;top:96px;align-self:start}.dd-premium-sidebar .dd-panel{padding:23px;border-radius:18px;box-shadow:0 8px 26px rgba(7,37,43,.045)}.dd-premium-sidebar .dd-panel:first-child{background:var(--dd-navy);color:#fff;border-color:var(--dd-navy)}.dd-premium-sidebar .dd-panel:first-child p{color:#c7dbd9}.dd-local-help-band{margin-top:38px;padding:26px 28px;background:linear-gradient(135deg,#0b4a51,#082f38);color:#fff;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:24px}.dd-local-help-band h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:28px;margin:4px 0 5px;color:#fff}.dd-local-help-band p{margin:0!important;color:#c8dcda}.dd-prose .dd-panel{margin-top:30px!important;padding:26px;border-radius:18px;background:#f0f7f5;border:1px solid #d4e7e2}.dd-prose .dd-panel h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:26px;margin-top:0}.dd-prose .dd-panel .dd-btn{margin-right:8px}.dd-archive-premium-hero{background:linear-gradient(135deg,#082f38,#0c5056);color:#fff;padding:70px 0}.dd-archive-premium-hero .dd-wrap{position:relative}.dd-archive-premium{padding:58px 0 78px}.dd-archive-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:30px}.dd-archive-intro h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:34px;line-height:1.12;margin:5px 0}.dd-archive-intro p{color:var(--dd-muted);margin:0 0 5px}.dd-archive-grid{gap:22px}.dd-premium-card{border-radius:18px;transition:.2s ease;box-shadow:0 8px 26px rgba(7,37,43,.055)}.dd-premium-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(7,37,43,.11)}.dd-premium-card .dd-card-media{overflow:hidden;background:#e6efec}.dd-premium-card img{height:210px;transition:transform .35s ease}.dd-premium-card:hover img{transform:scale(1.025)}.dd-premium-card>div:last-child{padding:22px}.dd-premium-card h2{font-size:25px}.dd-premium-card p{min-height:62px}.dd-archive-cta{background:#082f38;color:#fff;padding:34px 0}.dd-archive-cta .dd-wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}.dd-archive-cta h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:30px;margin:3px 0}.dd-answer-first{padding:20px 22px;border-radius:15px}.dd-answer-first p{font-size:15px!important;line-height:1.6!important}.dd-shop-callout{padding:22px;border-radius:16px}.dd-shop-callout strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:21px;color:var(--dd-navy)}
@media(max-width:900px){.dd-inner-trust .dd-wrap{grid-template-columns:1fr 1fr;padding:10px 0;gap:8px}.dd-archive-intro{grid-template-columns:1fr;gap:8px}.dd-premium-sidebar{position:static}.dd-local-help-band,.dd-archive-cta .dd-wrap{align-items:flex-start;flex-direction:column}}
@media(max-width:720px){.dd-inner-hero{min-height:360px}.dd-inner-hero-copy{padding:45px 0 38px}.dd-inner-hero h1,.dd-archive-premium-hero h1{font-size:40px}.dd-inner-hero p,.dd-archive-premium-hero p{font-size:16px}.dd-premium-prose{padding:23px}.dd-premium-prose h2{font-size:29px}.dd-inner-trust .dd-wrap{font-size:11px}.dd-archive-premium-hero{padding:52px 0}.dd-local-help-band{padding:22px}}
.dd-commerce-feature{margin:36px 0 8px;background:linear-gradient(135deg,#eef7f4,#fff);border:1px solid #d2e5df;border-radius:19px;padding:27px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.dd-commerce-feature h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:28px!important;margin:4px 0 7px!important}.dd-commerce-feature p{margin:0!important;color:var(--dd-muted)}.dd-commerce-actions{display:flex;flex-direction:column;gap:8px;min-width:210px}.dd-commerce-actions .dd-btn{width:100%}.dd-commerce-feature .dd-affiliate-disclosure{margin-top:10px!important;font-size:11px!important}@media(max-width:720px){.dd-commerce-feature{grid-template-columns:1fr}.dd-commerce-actions{min-width:0}}

/* DampDeck 3.4 richer-everywhere design lock — all non-home routes inherit homepage quality */
.dd-route-hero{min-height:440px;position:relative;background:#082f38 var(--dd-route-hero) center/cover no-repeat;color:#fff;display:flex;align-items:flex-end}.dd-route-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,31,39,.96),rgba(4,31,39,.76) 48%,rgba(4,31,39,.22))}.dd-route-hero-copy{position:relative;z-index:2;padding:72px 0 62px}.dd-route-hero h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(46px,5.3vw,70px);line-height:1.01;letter-spacing:-.045em;max-width:850px;margin:8px 0 15px}.dd-route-hero p{max-width:760px;font-size:18px;line-height:1.6;color:#d7e8e5;margin:0 0 24px}.dd-route-trust{background:#082f38;color:#d9e8e6;border-top:1px solid rgba(255,255,255,.1)}.dd-route-trust .dd-wrap{min-height:60px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;align-items:center;text-align:center;font-size:12px;font-weight:800}.dd-route-content{padding:64px 0 82px;background:linear-gradient(180deg,#f8f6f0 0,#fff 46%,#f8f6f0 100%)}
.dd-find-page-search{max-width:920px;margin:-16px auto 36px;background:#fff;border:1px solid var(--dd-line);border-radius:20px;padding:18px;box-shadow:0 16px 40px rgba(7,37,43,.09)}.dd-find-page-search .dd-location-search{margin:0}.dd-location-match,.dd-note{border-radius:14px;padding:14px 17px;margin:0 0 24px}.dd-route-grid-services{grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.dd-route-rich{padding:0!important;overflow:hidden;border-radius:20px!important;background:#fff;box-shadow:0 10px 32px rgba(7,37,43,.07);display:flex;flex-direction:column}.dd-rich-media{height:190px;background:#e3ece9;overflow:hidden}.dd-rich-media img{width:100%;height:100%;object-fit:cover;display:block}.dd-rich-card-body{padding:22px;display:flex;flex-direction:column;flex:1}.dd-route-rich h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:26px;line-height:1.08;margin:7px 0 9px}.dd-route-rich p{font-size:14px;line-height:1.55}.dd-route-rich .dd-mini-note{margin:10px 0 18px;padding:12px 13px;background:#f2f7f5;border-radius:11px;font-size:12px;line-height:1.5}.dd-route-rich .dd-btn,.dd-route-rich .dd-link{margin-top:auto}.dd-route-nextstep{margin-top:36px;padding:30px 32px;border-radius:21px;background:linear-gradient(135deg,#0b4b52,#082f38);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.dd-route-nextstep h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:32px;margin:5px 0 7px}.dd-route-nextstep p{margin:0;color:#c9dcda;max-width:720px}
.dd-diagnose-workbench{max-width:1040px;margin:0 auto;background:#fff;border:1px solid var(--dd-line);border-radius:23px;padding:30px;box-shadow:0 16px 46px rgba(7,37,43,.08)}.dd-diagnose-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dd-diagnose-panel .dd-btn{grid-column:1/-1;justify-self:start}.dd-diagnose-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:24px}.dd-diagnose-steps span{padding:10px 12px;border-radius:999px;text-align:center;background:#edf4f1;font-size:12px;font-weight:800}.dd-diagnose-steps .active{background:var(--dd-navy);color:#fff}.dd-question label{display:block;font-weight:800;margin-bottom:7px}.dd-question select{width:100%;min-height:52px;border:1px solid var(--dd-line);border-radius:11px;padding:0 12px;background:#fff}.dd-diagnose-caveats{max-width:1040px;margin:22px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dd-diagnose-caveats>div{background:#fff;border:1px solid var(--dd-line);border-radius:15px;padding:18px}.dd-diagnose-caveats strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:19px}.dd-diagnose-caveats p{font-size:13px;color:var(--dd-muted);margin-bottom:0}
.dd-shop-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.dd-shop-filter a{padding:9px 13px;border-radius:999px;border:1px solid var(--dd-line);background:#fff;font-size:12px;font-weight:800}.dd-shop-filter a.active{background:var(--dd-navy);color:#fff;border-color:var(--dd-navy)}.dd-shop-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.dd-shop-card-rich{padding:0!important;overflow:hidden;border:1px solid var(--dd-line);border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(7,37,43,.065)}.dd-shop-card-rich .dd-rich-media{height:205px}.dd-shop-card-rich h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:28px;line-height:1.08;margin:7px 0 9px}.dd-shop-card-rich p{color:var(--dd-muted);line-height:1.55}.dd-shop-card-foot{margin-top:auto;padding-top:17px;border-top:1px solid var(--dd-line);display:grid;gap:10px}.dd-shop-card-foot span{font-size:11px;font-weight:800;color:var(--dd-teal);text-transform:uppercase;letter-spacing:.05em}.dd-partner-panel{margin-top:34px;border-radius:22px;padding:30px;background:linear-gradient(135deg,#0b4b52,#082f38);color:#fff}.dd-partner-panel p{color:#c9dcda}
.dd-local-rich-grid{gap:34px}.dd-rich-section{margin:28px 0;padding:26px;border:1px solid var(--dd-line);border-radius:18px;background:#fff}.dd-rich-section h2{margin:5px 0 12px!important}.dd-location-context-card{background:#f2f7f5}.dd-programmatic-facts{gap:12px}.dd-programmatic-facts div{padding:16px;border-radius:14px}.dd-local-rich-grid .dd-premium-sidebar .dd-panel{margin-bottom:14px}.dd-standard-page-hero{min-height:400px}
.dd-cost-benchmarks{grid-template-columns:repeat(3,1fr);gap:18px}.dd-cost-benchmark{border-radius:18px;padding:22px;box-shadow:0 8px 28px rgba(7,37,43,.055)}.dd-cost-benchmark .dd-price{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:27px}.dd-cost-tool{border-radius:22px;padding:30px}.dd-safety-note{border-radius:14px;padding:18px 20px;border-left-width:5px}
@media(max-width:1050px){.dd-route-grid-services,.dd-shop-cards,.dd-cost-benchmarks{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.dd-route-trust .dd-wrap{grid-template-columns:1fr 1fr;padding:10px 0}.dd-diagnose-panel,.dd-diagnose-caveats{grid-template-columns:1fr}.dd-diagnose-steps{grid-template-columns:1fr 1fr}.dd-route-nextstep{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){.dd-route-hero{min-height:380px}.dd-route-hero-copy{padding:50px 0 42px}.dd-route-hero h1{font-size:41px}.dd-route-grid-services,.dd-shop-cards,.dd-cost-benchmarks{grid-template-columns:1fr}.dd-rich-media,.dd-shop-card-rich .dd-rich-media{height:220px}.dd-route-nextstep{padding:24px}.dd-route-content{padding:46px 0 62px}.dd-diagnose-workbench{padding:20px}.dd-diagnose-steps{grid-template-columns:1fr}.dd-route-trust .dd-wrap{font-size:11px}}

/* 3.5.0 — rich child pages across every DampDeck family */
.dd-child-rich{margin-top:38px;display:grid;gap:34px}.dd-rich-block{padding:30px;border:1px solid var(--dd-line);border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdfc);box-shadow:0 10px 32px rgba(7,37,43,.045)}.dd-rich-block-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.72fr);column-gap:32px;align-items:end;margin-bottom:22px}.dd-rich-block-head .dd-kicker{grid-column:1/-1}.dd-rich-block-head h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:32px;line-height:1.1;margin:6px 0 0!important}.dd-rich-block-head p{margin:0!important;color:var(--dd-muted);font-size:14px!important;line-height:1.6!important}.dd-check-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dd-check-card{min-height:145px;padding:19px;border:1px solid #dce9e5;border-radius:16px;background:#f6faf8;display:flex;flex-direction:column;gap:15px}.dd-check-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--dd-teal);color:#fff;font-size:13px;font-weight:900}.dd-check-card p{margin:0!important;font-size:14px!important;line-height:1.55!important;color:#314e54}.dd-rich-split{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dd-rich-warning,.dd-rich-next,.dd-rich-positive{padding:27px 28px;border-radius:20px}.dd-rich-warning{background:#fff4eb;border:1px solid #efd9c5}.dd-rich-next,.dd-rich-positive{background:#eaf6f2;border:1px solid #cfe6df}.dd-rich-warning>span,.dd-rich-next>span,.dd-rich-positive>span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900;color:var(--dd-teal);margin-bottom:7px}.dd-rich-warning h2,.dd-rich-next h2,.dd-rich-positive h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:24px!important;line-height:1.3!important;margin:0!important;color:var(--dd-navy)}.dd-journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dd-journey-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--dd-line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(7,37,43,.05);transition:.2s}.dd-journey-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(7,37,43,.1)}.dd-journey-media{display:block;height:152px;background:#e6efec;overflow:hidden}.dd-journey-media img{width:100%;height:100%;object-fit:cover;margin:0!important;border-radius:0!important}.dd-journey-body{padding:18px;display:flex;flex-direction:column;gap:7px;min-height:178px}.dd-journey-body small{text-transform:uppercase;letter-spacing:.07em;color:var(--dd-teal);font-size:10px;font-weight:900}.dd-journey-body strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--dd-navy);font-size:22px;line-height:1.1}.dd-journey-body span{color:var(--dd-muted);font-size:13px;line-height:1.5}.dd-journey-body b{margin-top:auto;color:var(--dd-teal);font-size:12px}.dd-rich-market{padding:30px;border-radius:22px;background:linear-gradient(135deg,#082f38,#0d4d54);color:#fff}.dd-rich-market-head{display:grid;grid-template-columns:1fr .82fr;gap:32px;align-items:end;margin-bottom:22px}.dd-rich-market-head h2{color:#fff!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:31px!important;line-height:1.12!important;margin:5px 0 0!important}.dd-rich-market-head p{margin:0!important;color:#c9dcda!important;font-size:13px!important;line-height:1.6!important}.dd-product-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dd-product-mini{background:#fff;color:var(--dd-navy);border-radius:16px;overflow:hidden;display:grid;grid-template-columns:88px 1fr;min-height:105px}.dd-product-mini-media{background:#edf3f0;height:100%}.dd-product-mini-media img{width:100%;height:100%;min-height:105px;object-fit:cover;margin:0!important;border-radius:0!important}.dd-product-mini>span:last-child{padding:14px 14px 12px;display:flex;flex-direction:column;gap:3px}.dd-product-mini small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--dd-teal);font-weight:900}.dd-product-mini strong{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.15}.dd-product-mini b{font-size:10px;color:var(--dd-teal);margin-top:auto}.dd-cost-hero-card{padding:30px;border-radius:22px;background:linear-gradient(135deg,#eef7f4,#fff);border:1px solid #d5e8e2}.dd-cost-big{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--dd-navy);font-size:50px;letter-spacing:-.04em;line-height:1;margin:8px 0}.dd-cost-hero-card>strong{color:var(--dd-teal);font-size:13px}.dd-cost-hero-card>p{margin:13px 0!important;color:var(--dd-muted)}.dd-cost-tool-link{padding:27px 30px;border-radius:20px;background:var(--dd-navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.dd-cost-tool-link h2{color:#fff!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:27px!important;line-height:1.18!important;margin:5px 0 0!important}.dd-child-rich+.dd-commerce-feature{margin-top:34px}.dd-premium-prose>.dd-related{margin-top:38px}.dd-commerce-feature{margin-top:34px}
@media(max-width:980px){.dd-check-card-grid,.dd-journey-grid,.dd-product-mini-grid{grid-template-columns:repeat(2,1fr)}.dd-rich-block-head,.dd-rich-market-head{grid-template-columns:1fr}.dd-rich-block-head p,.dd-rich-market-head p{margin-top:8px!important}}
@media(max-width:680px){.dd-child-rich{margin-top:28px;gap:24px}.dd-rich-block,.dd-rich-market{padding:21px}.dd-rich-block-head h2,.dd-rich-market-head h2{font-size:27px!important}.dd-check-card-grid,.dd-journey-grid,.dd-product-mini-grid,.dd-rich-split{grid-template-columns:1fr}.dd-check-card{min-height:0}.dd-journey-media{height:190px}.dd-product-mini{grid-template-columns:92px 1fr}.dd-rich-warning,.dd-rich-next,.dd-rich-positive{padding:22px}.dd-cost-big{font-size:42px}.dd-cost-tool-link{align-items:flex-start;flex-direction:column;padding:23px}}

/* 3.5.1 — locked DampDeck brand mark */
.dd-logo-image{display:inline-flex;align-items:center;flex:0 0 auto;line-height:1}
.dd-logo-image img{display:block;width:auto;height:48px;max-width:260px;object-fit:contain}
.dd-logo-footer img{height:54px;filter:none}
@media(max-width:720px){.dd-logo-image img{height:40px;max-width:210px}}

/* 4.0.0 — Homepage visual parity rebuild against approved DampDeck render */
:root{--dd-green:#4bc51f;--dd-green2:#82dc00;--dd-blue:#063c68;--dd-deep:#032a4c;--dd-ink:#062748}
.dd-utility-bar{background:#032a4c;color:#fff;font-size:12px}.dd-utility-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.dd-utility-trust,.dd-utility-nav{display:flex;align-items:center;gap:26px}.dd-utility-trust span{white-space:nowrap}.dd-utility-trust span:first-child,.dd-utility-trust span:nth-child(2){color:#eef9ef}.dd-utility-trust span:first-child::first-letter,.dd-utility-trust span:nth-child(2)::first-letter{color:var(--dd-green2)}.dd-rating b{color:#34ca77;letter-spacing:1px}.dd-utility-nav a{color:#fff;opacity:.9}.dd-main-header{background:#fff;border-bottom:1px solid #e5ecef;position:relative;z-index:50}.dd-header-inner{height:80px;display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:30px}.dd-logo-image img{height:54px;max-width:300px}.dd-nav{display:flex;justify-content:center;gap:28px}.dd-nav a{color:#082c4d;font-size:14px;font-weight:800;white-space:nowrap}.dd-nav a span{font-size:12px;margin-left:3px}.dd-header-actions{display:flex;align-items:center;gap:15px}.dd-search-icon{font-size:27px;color:#082c4d;line-height:1}.dd-btn-outline{border:1.5px solid #0b4a7d!important;background:#fff!important;color:#0a3f69!important;border-radius:8px!important;padding:12px 18px!important}.dd-btn-green{background:linear-gradient(180deg,#52cd29,#36a817)!important;border-color:#38a817!important;color:#fff!important;box-shadow:0 5px 13px rgba(61,174,27,.18)}
.dd-home-v4{background:#f7fafb;color:#082a49}.dd-home-hero{min-height:520px;position:relative;overflow:hidden;background:#062e4b}.dd-home-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,43,74,.98) 0%,rgba(4,48,80,.91) 31%,rgba(5,48,74,.58) 52%,rgba(3,34,54,.08) 76%),url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Black_Indoor_Mold.jpg/1280px-Black_Indoor_Mold.jpg') center right/cover no-repeat}.dd-home-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(3,41,68,.45))}.dd-home-hero-inner{position:relative;z-index:2;min-height:520px;display:flex;align-items:center}.dd-home-hero-copy{width:min(1010px,100%);padding:52px 0 26px}.dd-home-hero h1{margin:0;color:#fff;font-family:inherit;font-size:58px;line-height:.99;font-weight:900;letter-spacing:-.04em;max-width:680px}.dd-home-hero h1 em{font-style:normal;color:#79d900}.dd-home-hero-copy>p{color:#fff;font-size:17px;line-height:1.5;max-width:570px;margin:20px 0 28px}.dd-search-console{width:min(1060px,100%);background:#fff;border-radius:9px;box-shadow:0 12px 32px rgba(2,24,40,.28);overflow:hidden}.dd-search-tabs{height:48px;display:flex;align-items:stretch;background:rgba(6,48,80,.96)}.dd-search-tabs button,.dd-search-tabs a{border:0;padding:0 38px;display:flex;align-items:center;justify-content:center;background:transparent;color:#fff;font-weight:800;font-size:13px}.dd-search-tabs button.active{background:#fff;color:#092e4e;position:relative}.dd-search-tabs button.active:after{content:"";position:absolute;left:32px;right:32px;bottom:0;height:3px;background:#0c4b7a}.dd-hero-search{padding:17px;display:grid;grid-template-columns:1.5fr .9fr 150px;gap:14px}.dd-search-main,.dd-search-location{height:47px;border:1px solid #d4dfe5;border-radius:6px;background:#fff;display:flex;align-items:center}.dd-search-main input,.dd-search-location input{border:0!important;outline:0;box-shadow:none!important;width:100%;height:100%;padding:0 16px;color:#27465e}.dd-search-main button{height:100%;width:48px;border:0;background:#073b63;color:#fff;font-size:24px}.dd-search-location span{width:46px;text-align:center;font-size:18px;color:#0b4c7c}.dd-hero-proof{display:grid;grid-template-columns:repeat(4,max-content);gap:42px;color:#fff;font-size:12px;font-weight:700;margin-top:18px}.dd-hero-proof span{display:flex;align-items:center;gap:5px}.dd-section-tight{padding:22px 0}.dd-quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.dd-quick-card{min-height:118px;background:#fff;border:1px solid #e4ebef;border-radius:9px;padding:17px;display:grid;grid-template-columns:48px 1fr;gap:12px;box-shadow:0 7px 18px rgba(5,39,62,.07);transition:.2s}.dd-quick-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(5,39,62,.12)}.dd-quick-icon{width:46px;height:46px;border-radius:50%;background:#eef5f7;display:grid;place-items:center;color:#0a4775;font-size:23px}.dd-quick-copy{display:flex;flex-direction:column;min-width:0}.dd-quick-copy strong{font-size:13px;color:#092d4e}.dd-quick-copy small{font-size:11px;line-height:1.45;color:#557086;margin-top:4px}.dd-quick-copy b{font-size:11px;color:#075399;margin-top:auto}.dd-home-shop-wrap{padding:0 0 24px}.dd-home-shop{background:linear-gradient(135deg,#052a49,#063d67);border-radius:9px;padding:18px 20px;display:grid;grid-template-columns:310px 1fr 260px;gap:22px;color:#fff;box-shadow:0 10px 28px rgba(4,37,62,.15)}.dd-shop-intro{display:flex;flex-direction:column;align-items:flex-start}.dd-shop-title{font-size:20px;font-weight:800}.dd-shop-title b{color:#72d20b}.dd-shop-intro p{font-size:13px;color:#dceaf2;max-width:260px;line-height:1.5}.dd-shop-intro .dd-btn{margin-top:auto}.dd-product-promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dd-product-promo{position:relative;background:#fff;color:#082a49;border-radius:7px;padding:9px;display:grid;grid-template-columns:84px 1fr;gap:10px;min-height:122px;overflow:hidden}.dd-product-photo{border-radius:6px;background:linear-gradient(145deg,#f6f7f7,#dfe7e9);display:grid;place-items:center;font-size:40px;color:#334f60;font-weight:900;min-height:90px}.dd-dehum{font-size:56px}.dd-meter{background:linear-gradient(145deg,#f1f1ec,#d8d9d2)}.dd-product-ribbon{position:absolute;right:0;top:0;background:#54c94b;color:#fff;font-size:9px;font-weight:800;padding:5px 8px;border-radius:0 0 0 6px}.dd-product-promo>div:last-child{display:flex;flex-direction:column;padding-top:16px}.dd-product-promo strong{font-size:12px}.dd-product-promo small{font-size:10px;color:#5d7384;margin-top:3px}.dd-product-promo b{font-size:10px;color:#0871b9;margin-top:auto}.dd-shop-trust{background:rgba(255,255,255,.08);border-radius:7px;padding:15px 17px;display:flex;flex-direction:column;gap:6px}.dd-shop-trust strong{font-size:12px;margin-bottom:4px}.dd-shop-trust span{font-size:10px;color:#e8f3f7}.dd-shop-trust span::first-letter{color:#74da0a}.dd-shop-trust small{font-size:9px;color:#c5d7df;margin-top:auto;line-height:1.4}.dd-local-finder-wrap{padding:0 0 32px}.dd-local-finder{background:#fff;border:1px solid #e3eaee;border-radius:9px;box-shadow:0 6px 20px rgba(5,39,62,.06);display:grid;grid-template-columns:330px 1fr 220px;align-items:center;gap:20px;padding:18px 22px}.dd-local-intro{display:flex;align-items:center;gap:15px}.dd-pin{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0f7543,#3cae3d);color:#fff;font-size:26px}.dd-local-intro div{display:flex;flex-direction:column}.dd-local-intro strong{font-size:14px}.dd-local-intro small{font-size:11px;color:#5b7181;margin-top:4px}.dd-local-finder form{display:grid;grid-template-columns:1.2fr .8fr 160px;gap:12px}.dd-local-finder input,.dd-local-finder select{height:44px;border:1px solid #d9e2e7;border-radius:6px;padding:0 12px;background:#fff;color:#435e72}.dd-local-rating{border-left:1px solid #e0e7eb;padding-left:22px;display:flex;flex-direction:column}.dd-local-rating strong{font-size:18px;color:#168039}.dd-local-rating small{font-size:10px;color:#667c8c;margin-top:4px}.dd-home-symptoms{background:#fff}.dd-center{text-align:center;max-width:740px;margin-left:auto;margin-right:auto}.dd-center .dd-kicker{justify-content:center}.dd-home-symptom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dd-home-symptom{height:250px;border-radius:14px;overflow:hidden;position:relative;box-shadow:0 8px 25px rgba(5,39,62,.09)}.dd-home-symptom img{width:100%;height:100%;object-fit:cover;transition:.3s}.dd-home-symptom:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(transparent,rgba(2,30,49,.92))}.dd-home-symptom span{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;color:#fff;font-size:18px;font-weight:800;display:flex;justify-content:space-between;align-items:end}.dd-home-symptom b{font-size:11px}.dd-home-symptom:hover img{transform:scale(1.035)}.dd-home-cause-section{background:#eef4f6}.dd-home-causes{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.dd-home-cause{min-height:365px;border-radius:18px;overflow:hidden;position:relative;background:var(--bg) center/cover no-repeat;box-shadow:0 12px 28px rgba(4,35,58,.11)}.dd-home-cause:after{content:"";position:absolute;inset:15% 0 0;background:linear-gradient(transparent,rgba(2,28,46,.94))}.dd-home-cause>span{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff}.dd-home-cause small{text-transform:uppercase;letter-spacing:.08em;color:#7de114;font-weight:900}.dd-home-cause strong{display:block;font-size:25px;line-height:1.1;margin:6px 0 9px}.dd-home-cause p{font-size:12px;line-height:1.55;color:#e4edf2;margin:0 0 12px}.dd-home-cause b{font-size:12px;color:#9eea4e}.dd-home-journey-section{background:#062f50;color:#fff}.dd-home-journey-head{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:end;margin-bottom:26px}.dd-home-journey-head h2{color:#fff;font-size:38px;margin:6px 0 0}.dd-home-journey-head p{color:#c9d9e4;line-height:1.6}.dd-home-journey{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.dd-home-journey a{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);border-radius:12px;padding:24px;color:#fff;display:flex;flex-direction:column;min-height:170px}.dd-home-journey span{color:#83de22;font-size:12px;font-weight:900}.dd-home-journey strong{font-size:21px;margin-top:14px}.dd-home-journey small{color:#c8d7e1;font-size:12px;line-height:1.5;margin-top:7px}.dd-home-guides-section{background:#fff}.dd-home-bottom-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:38px}.dd-home-guide-list{display:grid;gap:11px}.dd-home-guide-list a{border:1px solid #e0e7eb;border-radius:10px;padding:17px 18px;display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:15px}.dd-home-guide-list span{text-transform:uppercase;font-size:9px;color:#178850;font-weight:900;letter-spacing:.07em}.dd-home-guide-list strong{font-size:14px}.dd-home-guide-list b{font-size:11px;color:#0a5b96}.dd-home-local-cta{background:linear-gradient(145deg,#eef7f1,#f9fcfb);border:1px solid #d5e7dc;border-radius:16px;padding:30px}.dd-home-local-cta h2{font-size:32px;margin:6px 0 10px}.dd-home-local-cta p{font-size:13px;line-height:1.6;color:#526d7c}.dd-home-local-cta form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:18px}.dd-home-local-cta input{height:46px;border:1px solid #d4e0e5;border-radius:7px;padding:0 12px}.dd-home-local-cta>small{display:block;color:#708692;font-size:10px;line-height:1.5;margin-top:13px}
@media(max-width:1180px){.dd-header-inner{grid-template-columns:230px 1fr auto;gap:18px}.dd-logo-image img{height:48px;max-width:235px}.dd-nav{gap:15px}.dd-nav a{font-size:12px}.dd-quick-grid{grid-template-columns:repeat(3,1fr)}.dd-home-shop{grid-template-columns:260px 1fr}.dd-shop-trust{display:none}.dd-local-finder{grid-template-columns:280px 1fr}.dd-local-rating{display:none}}
@media(max-width:900px){.dd-utility-nav,.dd-nav,.dd-header-actions .dd-btn-outline,.dd-search-icon{display:none}.dd-header-inner{grid-template-columns:1fr auto;height:72px}.dd-header-actions{display:flex}.dd-mobile-menu{display:inline-flex!important}.dd-utility-inner{height:auto;min-height:32px;padding:6px 0}.dd-utility-trust span:nth-child(2),.dd-utility-trust .dd-rating{display:none}.dd-home-hero,.dd-home-hero-inner{min-height:560px}.dd-home-hero h1{font-size:48px}.dd-hero-search{grid-template-columns:1fr 1fr}.dd-hero-search>.dd-btn{grid-column:1/-1}.dd-hero-proof{grid-template-columns:repeat(2,1fr);gap:12px}.dd-home-shop{grid-template-columns:1fr}.dd-shop-intro{min-height:130px}.dd-product-promo-grid{grid-template-columns:repeat(3,1fr)}.dd-local-finder{grid-template-columns:1fr}.dd-local-finder form{grid-template-columns:1fr 1fr}.dd-local-finder form .dd-btn{grid-column:1/-1}.dd-home-symptom-grid{grid-template-columns:repeat(2,1fr)}.dd-home-causes{grid-template-columns:1fr}.dd-home-cause{min-height:310px}.dd-home-journey{grid-template-columns:repeat(2,1fr)}.dd-home-bottom-grid{grid-template-columns:1fr}.dd-home-journey-head{grid-template-columns:1fr;gap:10px}}
@media(max-width:620px){.dd-wrap{width:min(100% - 28px,var(--dd-wrap))}.dd-home-hero{min-height:620px}.dd-home-hero-bg{background:linear-gradient(90deg,rgba(3,43,74,.97),rgba(4,48,80,.84)),url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Black_Indoor_Mold.jpg/960px-Black_Indoor_Mold.jpg') center/cover}.dd-home-hero-copy{padding:42px 0 24px}.dd-home-hero h1{font-size:42px}.dd-home-hero-copy>p{font-size:15px}.dd-search-tabs a:nth-child(2){display:none}.dd-search-tabs button,.dd-search-tabs a{padding:0 18px;font-size:11px}.dd-hero-search{grid-template-columns:1fr;padding:12px}.dd-hero-search>.dd-btn{grid-column:auto}.dd-hero-proof{font-size:10px}.dd-quick-grid{grid-template-columns:1fr 1fr}.dd-quick-card{min-height:108px;padding:13px}.dd-product-promo-grid{grid-template-columns:1fr}.dd-product-promo{min-height:104px}.dd-home-symptom-grid{grid-template-columns:1fr 1fr;gap:10px}.dd-home-symptom{height:190px}.dd-home-symptom span{font-size:15px;left:12px;right:12px;bottom:12px;display:block}.dd-home-symptom b{display:block;margin-top:3px}.dd-home-journey{grid-template-columns:1fr}.dd-home-guide-list a{grid-template-columns:1fr}.dd-home-local-cta form{grid-template-columns:1fr}.dd-home-shop{padding:18px 15px}.dd-local-finder{padding:16px}.dd-local-finder form{grid-template-columns:1fr}.dd-local-finder form .dd-btn{grid-column:auto}}

/* DampDeck 4.0.1 — lower-homepage parity */
.dd-home-lower-rich{padding-top:72px;padding-bottom:76px}.dd-home-lower-rich .dd-section-head{margin-bottom:34px}.dd-home-lower-rich .dd-home-symptom-grid{grid-template-columns:repeat(4,1fr);gap:16px}.dd-home-lower-rich .dd-home-symptom{height:225px;border-radius:12px}.dd-home-lower-rich .dd-home-symptom span{display:block}.dd-home-lower-rich .dd-home-symptom span strong{display:block;font-size:18px}.dd-home-lower-rich .dd-home-symptom span b{display:block;margin-top:4px;color:#9eea4e}
.dd-home-cause-section{padding-top:76px;padding-bottom:72px}.dd-home-action-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.dd-home-action-row>a{background:#fff;border:1px solid #dfe8ec;border-radius:12px;padding:17px 18px;display:grid;grid-template-columns:48px 1fr auto;gap:13px;align-items:center;box-shadow:0 8px 22px rgba(5,39,62,.07)}.dd-home-action-row>a>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#e9f8ed;color:#19903d;font-size:20px;font-weight:900}.dd-home-action-row div{display:flex;flex-direction:column}.dd-home-action-row strong{font-size:14px;color:#082f50}.dd-home-action-row small{font-size:11px;color:#677d8d;margin-top:3px}.dd-home-action-row b{font-size:11px;color:#0b6d42;white-space:nowrap}
.dd-home-costs-section{background:#fff;padding:76px 0}.dd-split-head{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-bottom:28px}.dd-split-head h2{font-size:38px;line-height:1.08;margin:6px 0 8px}.dd-split-head p{max-width:720px;color:#5b7181;line-height:1.6;margin:0}.dd-btn-outline-dark{border:1px solid #0a466f;color:#0a466f;background:#fff}.dd-home-cost-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.dd-home-cost-grid a{border:1px solid #dfe8ec;border-radius:13px;padding:22px;background:linear-gradient(180deg,#fff,#f9fbfc);box-shadow:0 8px 22px rgba(5,39,62,.06);min-height:172px;display:flex;flex-direction:column}.dd-home-cost-grid span{text-transform:uppercase;letter-spacing:.06em;color:#16814a;font-size:10px;font-weight:900}.dd-home-cost-grid strong{font-size:27px;color:#082f50;margin-top:10px}.dd-home-cost-grid small{font-size:11px;color:#6a7f8d;margin-top:4px}.dd-home-cost-grid b{font-size:11px;color:#0b5c98;margin-top:auto}.dd-cost-note{font-size:10px;color:#718692;text-align:center;margin:16px 0 0}
.dd-home-properties-section{background:#eef4f6;padding:76px 0}.dd-property-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.dd-property-feature{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 9px 24px rgba(5,39,62,.08);border:1px solid #dfe7eb}.dd-property-feature>div{height:190px;background:var(--property-bg) center/cover no-repeat}.dd-property-feature>span{padding:17px 18px 19px;display:block}.dd-property-feature small{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#178850;font-weight:900}.dd-property-feature strong{display:block;font-size:20px;color:#082f50;margin:4px 0 8px}.dd-property-feature b{font-size:10px;color:#0b5d98}
.dd-home-guides-section{padding:76px 0}.dd-home-guide-list a{transition:.2s;background:#fff}.dd-home-guide-list a:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(5,39,62,.07)}.dd-home-local-cta{box-shadow:0 10px 28px rgba(5,39,62,.07)}.dd-help-points{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.dd-help-points span{font-size:10px;color:#34596d;background:#fff;border-radius:6px;padding:8px 9px;border:1px solid #dce9e1}.dd-home-final-trust{background:#062f50;color:#fff;padding:22px 0}.dd-home-final-trust .dd-wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.12)}.dd-home-final-trust span{padding:12px 22px;background:#062f50;display:flex;flex-direction:column}.dd-home-final-trust b{font-size:12px}.dd-home-final-trust small{font-size:10px;color:#bcd0dc;margin-top:3px}
@media(max-width:900px){.dd-home-action-row,.dd-home-cost-grid,.dd-property-feature-grid{grid-template-columns:repeat(2,1fr)}.dd-split-head{grid-template-columns:1fr}.dd-home-final-trust .dd-wrap{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.dd-home-lower-rich .dd-home-symptom-grid,.dd-home-action-row,.dd-home-cost-grid,.dd-property-feature-grid,.dd-home-final-trust .dd-wrap{grid-template-columns:1fr}.dd-home-action-row>a{grid-template-columns:44px 1fr}.dd-home-action-row b{grid-column:2}.dd-split-head h2{font-size:31px}.dd-property-feature>div{height:210px}.dd-help-points{grid-template-columns:1fr}}

/* DampDeck 4.1.0 — Problems family visual parity */
.dd-problem-hero{position:relative;overflow:hidden;background:#062f50;color:#fff;min-height:545px}.dd-problem-hero:before{content:"";position:absolute;inset:0;background:var(--problem-hero) center/cover no-repeat;transform:scale(1.01)}.dd-problem-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,35,60,.98) 0%,rgba(4,43,70,.92) 45%,rgba(4,39,63,.38) 72%,rgba(4,39,63,.15) 100%)}.dd-problem-hero-grid{position:relative;z-index:2;min-height:545px;display:grid;grid-template-columns:minmax(0,1.15fr) 330px;gap:54px;align-items:center}.dd-problem-hero-copy{padding:72px 0}.dd-breadcrumbs-light{display:flex;gap:8px;align-items:center;font-size:11px;color:#bdd3df;margin-bottom:26px}.dd-breadcrumbs-light a:hover{color:#fff}.dd-problem-hero h1{font-size:clamp(48px,5.2vw,72px);line-height:.98;letter-spacing:-.045em;margin:10px 0 18px;max-width:760px}.dd-problem-hero-copy>p{font-size:18px;line-height:1.58;color:#d8e7ef;max-width:720px;margin:0 0 28px}.dd-btn-glass{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.32);color:#fff}.dd-problem-hero-card{align-self:end;margin-bottom:44px;background:rgba(255,255,255,.96);color:#0a3553;border-radius:16px;padding:24px;box-shadow:0 22px 45px rgba(0,0,0,.18)}.dd-problem-hero-card>span{display:block;text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:900;color:#178850}.dd-problem-hero-card strong{display:block;font-size:20px;line-height:1.28;margin:8px 0 12px}.dd-problem-hero-card small{display:block;color:#667d8b;line-height:1.55}.dd-problem-subnav{background:#fff;border-bottom:1px solid #dde7eb;box-shadow:0 5px 18px rgba(4,39,62,.04)}.dd-problem-subnav .dd-wrap{display:flex;gap:30px;align-items:center;min-height:56px;overflow:auto}.dd-problem-subnav a{font-size:12px;font-weight:850;color:#35596d;white-space:nowrap}.dd-problem-subnav a:hover{color:#178850}.dd-problem-intro{padding:78px 0;background:#fff}.dd-problem-intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.dd-section-label{display:inline-block;text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:900;color:#178850}.dd-problem-lead h2,.dd-problem-checks h2,.dd-problem-article h2,.dd-problem-next h2,.dd-problem-commercial h2{font-size:38px;line-height:1.08;letter-spacing:-.035em;color:#082f50;margin:7px 0 12px}.dd-problem-lead p,.dd-problem-checks .dd-split-head p,.dd-problem-commercial-head p{color:#5d7483;margin:0;max-width:660px}.dd-problem-clues{display:grid;gap:12px}.dd-problem-clues>div{display:grid;grid-template-columns:46px 1fr;gap:15px;align-items:center;border:1px solid #dfe8ec;border-radius:12px;padding:17px 18px;background:#fbfcfc}.dd-problem-clues span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e8f7ec;color:#16814a;font-size:11px;font-weight:900}.dd-problem-clues strong{font-size:15px;color:#0a3856}.dd-problem-checks{padding:76px 0;background:#eef4f6}.dd-problem-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dd-problem-check-card{background:#fff;border:1px solid #dce6ea;border-radius:15px;padding:24px;min-height:210px;box-shadow:0 8px 22px rgba(5,39,62,.055)}.dd-problem-check-card>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#062f50;color:#83de22;font-size:13px;font-weight:900}.dd-problem-check-card h3{font-size:19px;line-height:1.2;color:#082f50;margin:18px 0 8px}.dd-problem-check-card p{font-size:12px;line-height:1.6;color:#667d8c;margin:0}.dd-problem-article{padding:82px 0;background:#fff}.dd-problem-article-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:54px;align-items:start}.dd-problem-prose>.dd-section-label{margin-bottom:2px}.dd-problem-side{display:grid;gap:18px;position:sticky;top:108px}.dd-side-callout{background:linear-gradient(145deg,#062f50,#0a466f);color:#fff;border-radius:17px;padding:25px;box-shadow:0 14px 34px rgba(5,39,62,.15)}.dd-side-callout h3{font-size:25px;line-height:1.12;margin:7px 0 10px}.dd-side-callout p{font-size:13px;color:#cfdee7;line-height:1.6}.dd-side-callout .dd-btn{width:100%;margin-top:9px}.dd-problem-next{padding:76px 0;background:#f6f1e9}.dd-problem-next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dd-problem-next-grid>a{background:#fff;border-radius:15px;border:1px solid #e0e7e8;padding:24px;min-height:205px;box-shadow:0 8px 24px rgba(5,39,62,.06)}.dd-problem-next-grid>a>span{display:block;width:44px;height:6px;border-radius:999px;background:#178850;margin-bottom:19px}.dd-problem-next-grid h3{font-size:22px;color:#082f50;margin:0 0 9px}.dd-problem-next-grid p{font-size:13px;color:#657b89;line-height:1.6}.dd-problem-next-grid b{display:block;margin-top:18px;font-size:11px;color:#0a5f99}.dd-problem-commercial{padding:78px 0;background:#fff}.dd-problem-commercial-head{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-bottom:24px}.dd-problem-local{background:#062f50;color:#fff;padding:38px 0}.dd-problem-local .dd-wrap{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}.dd-problem-local h2{font-size:34px;line-height:1.1;margin:6px 0 7px}.dd-problem-local p{color:#c6d7e2;margin:0}.dd-problems-archive-hero{background:#062f50;color:#fff;overflow:hidden}.dd-problems-archive-hero-grid{min-height:460px;display:grid;grid-template-columns:1fr .82fr;align-items:center}.dd-problems-archive-hero h1{font-size:clamp(46px,5vw,66px);line-height:1;letter-spacing:-.045em;margin:10px 0 18px;max-width:760px}.dd-problems-archive-hero p{font-size:17px;color:#d1e0e8;max-width:690px}.dd-problems-archive-image{height:100%;min-height:460px;background:linear-gradient(90deg,#062f50 0%,rgba(6,47,80,.14) 28%),url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Black_Indoor_Mold.jpg/1280px-Black_Indoor_Mold.jpg') center/cover no-repeat}.dd-problems-archive-intro{padding:76px 0;background:#f7f9f9}.dd-problems-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dd-problems-card{background:#fff;border-radius:15px;overflow:hidden;border:1px solid #dfe7ea;box-shadow:0 9px 25px rgba(4,39,62,.07);transition:.2s}.dd-problems-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(4,39,62,.11)}.dd-problems-card-media{height:230px;background:var(--problem-card) center/cover no-repeat}.dd-problems-card-copy{padding:20px 21px 22px}.dd-problems-card-copy>span{text-transform:uppercase;letter-spacing:.08em;color:#178850;font-size:9px;font-weight:900}.dd-problems-card-copy h2{font-size:23px;color:#082f50;margin:5px 0 8px}.dd-problems-card-copy p{font-size:12px;line-height:1.55;color:#667c8b}.dd-problems-card-copy b{font-size:11px;color:#0b5f9b}.dd-problems-archive-action{background:#0a466f;color:#fff;padding:38px 0}.dd-problems-archive-action .dd-wrap{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.dd-problems-archive-action h2{font-size:34px;margin:6px 0}.dd-problems-archive-action p{color:#d0dfe8;margin:0}
@media(max-width:900px){.dd-problem-hero-grid,.dd-problem-intro-grid,.dd-problem-article-grid,.dd-problems-archive-hero-grid{grid-template-columns:1fr}.dd-problem-hero-card{align-self:auto;margin:0 0 36px;max-width:620px}.dd-problem-check-grid,.dd-problem-next-grid,.dd-problems-card-grid{grid-template-columns:repeat(2,1fr)}.dd-problem-side{position:static}.dd-problem-commercial-head,.dd-problem-local .dd-wrap,.dd-problems-archive-action .dd-wrap{grid-template-columns:1fr}.dd-problems-archive-image{min-height:330px}.dd-problem-intro-grid{gap:30px}}
@media(max-width:620px){.dd-problem-hero{min-height:auto}.dd-problem-hero-grid{min-height:auto}.dd-problem-hero-copy{padding:46px 0 28px}.dd-problem-hero h1{font-size:44px}.dd-problem-hero-copy>p{font-size:15px}.dd-problem-subnav .dd-wrap{gap:20px}.dd-problem-intro,.dd-problem-checks,.dd-problem-article,.dd-problem-next,.dd-problem-commercial,.dd-problems-archive-intro{padding:58px 0}.dd-problem-lead h2,.dd-problem-checks h2,.dd-problem-article h2,.dd-problem-next h2,.dd-problem-commercial h2{font-size:31px}.dd-problem-check-grid,.dd-problem-next-grid,.dd-problems-card-grid{grid-template-columns:1fr}.dd-problem-commercial-head{align-items:start}.dd-problems-archive-hero h1{font-size:43px}.dd-problems-card-media{height:220px}}

/* DampDeck 4.2.0 — Symptoms family visual parity */
.dd-symptom-hero{position:relative;min-height:540px;overflow:hidden;background:#062f50;color:#fff}.dd-symptom-hero:before{content:"";position:absolute;inset:0;background:var(--symptom-hero) center/cover no-repeat;transform:scale(1.01)}.dd-symptom-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,35,60,.98) 0%,rgba(4,43,70,.92) 48%,rgba(4,39,63,.42) 74%,rgba(4,39,63,.15) 100%)}.dd-symptom-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:56px;align-items:center;min-height:540px}.dd-symptom-hero-copy{padding:72px 0}.dd-symptom-hero h1{font-size:clamp(48px,5.2vw,72px);line-height:.98;letter-spacing:-.045em;margin:10px 0 18px}.dd-symptom-hero-copy>p{max-width:720px;font-size:18px;line-height:1.58;color:#d7e6ee}.dd-symptom-hero-panel{align-self:end;margin-bottom:42px;background:#fff;color:#0a3553;border-radius:16px;padding:25px;box-shadow:0 22px 45px rgba(0,0,0,.18)}.dd-symptom-hero-panel>span{display:block;text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:900;color:#178850}.dd-symptom-hero-panel strong{display:block;font-size:21px;line-height:1.25;margin:8px 0 10px}.dd-symptom-hero-panel p{font-size:12px;line-height:1.58;color:#667c8a;margin:0}.dd-symptom-subnav{background:#fff;border-bottom:1px solid #dce7eb;box-shadow:0 5px 18px rgba(4,39,62,.04)}.dd-symptom-subnav .dd-wrap{display:flex;gap:30px;align-items:center;min-height:56px;overflow:auto}.dd-symptom-subnav a{font-size:12px;font-weight:850;color:#35596d;white-space:nowrap}.dd-symptom-subnav a:hover{color:#178850}.dd-symptom-recognise{padding:78px 0;background:#fff}.dd-symptom-recognise-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.dd-symptom-recognise h2,.dd-symptom-compare h2,.dd-symptom-checks h2,.dd-symptom-guide h2,.dd-symptom-products h2{font-size:38px;line-height:1.08;letter-spacing:-.035em;color:#082f50;margin:7px 0 12px}.dd-symptom-recognise p{color:#5d7483;max-width:620px}.dd-symptom-facts{display:grid;gap:12px}.dd-symptom-facts>div{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:15px;border:1px solid #dfe8ec;background:#fbfcfc;border-radius:12px;padding:17px 18px}.dd-symptom-facts b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e8f7ec;color:#16814a;font-size:11px}.dd-symptom-facts span{font-size:15px;font-weight:800;color:#0a3856}.dd-symptom-compare{padding:76px 0;background:#eef4f6}.dd-symptom-compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dd-symptom-compare-grid article{background:#fff;border:1px solid #dce6ea;border-radius:15px;padding:24px;min-height:210px;box-shadow:0 8px 22px rgba(5,39,62,.055)}.dd-symptom-compare-grid article>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#062f50;color:#83de22;font-size:13px;font-weight:900}.dd-symptom-compare-grid h3{font-size:20px;line-height:1.2;color:#082f50;margin:18px 0 8px}.dd-symptom-compare-grid p{font-size:12px;line-height:1.6;color:#667d8c;margin:0}.dd-symptom-checks{padding:82px 0;background:#fff}.dd-symptom-checks-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}.dd-symptom-check-photo{min-height:480px;border-radius:18px;background:linear-gradient(180deg,rgba(5,40,64,.06),rgba(5,40,64,.15)),var(--symptom-check-photo) center/cover no-repeat;box-shadow:0 16px 38px rgba(5,39,62,.11)}.dd-symptom-check-row{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid #e1e8eb}.dd-symptom-check-row>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e8f7ec;color:#16814a;font-weight:900}.dd-symptom-check-row strong{display:block;color:#0a3856;font-size:15px;margin-bottom:3px}.dd-symptom-check-row small{display:block;color:#697f8c;line-height:1.45}.dd-symptom-checks .dd-btn{margin-top:22px}.dd-symptom-guide{padding:82px 0;background:#f7f9f9}.dd-symptom-guide-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:54px;align-items:start}.dd-symptom-guide aside{display:grid;gap:18px;position:sticky;top:108px}.dd-symptom-products{padding:78px 0;background:#fff}.dd-symptom-products-head{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-bottom:24px}.dd-symptom-products-head p{color:#5d7483;max-width:680px}.dd-symptom-local{background:#062f50;color:#fff;padding:38px 0}.dd-symptom-local .dd-wrap{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}.dd-symptom-local h2{font-size:34px;line-height:1.1;margin:6px 0 7px}.dd-symptom-local p{color:#c6d7e2;margin:0}.dd-symptoms-archive-hero{background:#062f50;color:#fff;overflow:hidden}.dd-symptoms-archive-hero-grid{min-height:460px;display:grid;grid-template-columns:1fr .82fr;align-items:center}.dd-symptoms-archive-hero h1{font-size:clamp(46px,5vw,66px);line-height:1;letter-spacing:-.045em;margin:10px 0 18px}.dd-symptoms-archive-hero p{font-size:17px;color:#d1e0e8;max-width:690px}.dd-symptoms-archive-image{height:100%;min-height:460px;background:linear-gradient(90deg,#062f50 0%,rgba(6,47,80,.14) 28%),url('https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Windowcondensation.jpg/1280px-Windowcondensation.jpg') center/cover no-repeat}.dd-symptoms-intro{padding:76px 0;background:#f7f9f9}.dd-symptoms-tip{background:#e8f7ec;border-radius:12px;padding:17px 19px;display:grid;gap:4px;max-width:390px;justify-self:end}.dd-symptoms-tip strong{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#16814a}.dd-symptoms-tip span{font-size:12px;line-height:1.5;color:#456779}.dd-symptoms-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.dd-symptoms-card{background:#fff;border-radius:15px;overflow:hidden;border:1px solid #dfe7ea;box-shadow:0 9px 25px rgba(4,39,62,.07);transition:.2s}.dd-symptoms-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(4,39,62,.11)}.dd-symptoms-card-media{height:210px;background:var(--symptom-card) center/cover no-repeat;position:relative}.dd-symptoms-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,39,62,.02),rgba(4,39,62,.48))}.dd-symptoms-card-media span{position:absolute;z-index:2;left:16px;bottom:14px;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:900}.dd-symptoms-card-copy{padding:19px 20px 22px}.dd-symptoms-card-copy h2{font-size:22px;color:#082f50;margin:0 0 8px}.dd-symptoms-card-copy p{font-size:12px;line-height:1.55;color:#667c8b;min-height:75px}.dd-symptoms-card-copy b{font-size:11px;color:#0b5f9b}.dd-symptom-how{padding:76px 0;background:#fff}.dd-symptom-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.dd-symptom-how-grid article{border:1px solid #dfe7ea;border-radius:15px;padding:24px;background:#fbfcfc}.dd-symptom-how-grid span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#062f50;color:#83de22;font-weight:900}.dd-symptom-how-grid h3{font-size:20px;color:#082f50;margin:15px 0 7px}.dd-symptom-how-grid p{font-size:12px;line-height:1.6;color:#667c8b}.dd-symptoms-archive-action{background:#0a466f;color:#fff;padding:38px 0}.dd-symptoms-archive-action .dd-wrap{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.dd-symptoms-archive-action h2{font-size:34px;margin:6px 0}.dd-symptoms-archive-action p{color:#d0dfe8;margin:0}
@media(max-width:1000px){.dd-symptoms-card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.dd-symptom-hero-grid,.dd-symptom-recognise-grid,.dd-symptom-checks-grid,.dd-symptom-guide-grid,.dd-symptoms-archive-hero-grid{grid-template-columns:1fr}.dd-symptom-hero-panel{align-self:auto;margin:0 0 36px;max-width:620px}.dd-symptom-compare-grid,.dd-symptom-how-grid{grid-template-columns:repeat(2,1fr)}.dd-symptom-guide aside{position:static}.dd-symptom-products-head,.dd-symptom-local .dd-wrap,.dd-symptoms-archive-action .dd-wrap{grid-template-columns:1fr}.dd-symptoms-archive-image{min-height:330px}.dd-symptom-check-photo{min-height:340px}.dd-symptom-recognise-grid{gap:30px}.dd-symptoms-tip{justify-self:start}}
@media(max-width:620px){.dd-symptom-hero{min-height:auto}.dd-symptom-hero-grid{min-height:auto}.dd-symptom-hero-copy{padding:46px 0 28px}.dd-symptom-hero h1{font-size:44px}.dd-symptom-hero-copy>p{font-size:15px}.dd-symptom-subnav .dd-wrap{gap:20px}.dd-symptom-recognise,.dd-symptom-compare,.dd-symptom-checks,.dd-symptom-guide,.dd-symptom-products,.dd-symptoms-intro,.dd-symptom-how{padding:58px 0}.dd-symptom-recognise h2,.dd-symptom-compare h2,.dd-symptom-checks h2,.dd-symptom-guide h2,.dd-symptom-products h2{font-size:31px}.dd-symptom-compare-grid,.dd-symptom-how-grid,.dd-symptoms-card-grid{grid-template-columns:1fr}.dd-symptom-products-head{align-items:start}.dd-symptoms-archive-hero h1{font-size:43px}.dd-symptoms-card-media{height:220px}}

/* DampDeck 4.3.0 — Solutions family visual parity */
.dd-solution-hero{position:relative;min-height:550px;overflow:hidden;background:#062f50;color:#fff}.dd-solution-hero:before{content:"";position:absolute;inset:0;background:var(--solution-hero) center/cover no-repeat;transform:scale(1.015)}.dd-solution-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,35,60,.98),rgba(4,43,70,.9) 50%,rgba(4,39,63,.38) 76%,rgba(4,39,63,.12))}.dd-solution-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:58px;align-items:center;min-height:550px}.dd-solution-hero-copy{padding:74px 0}.dd-solution-hero h1{font-size:clamp(48px,5.2vw,72px);line-height:.98;letter-spacing:-.045em;margin:10px 0 18px}.dd-solution-hero-copy>p{max-width:730px;font-size:18px;line-height:1.6;color:#d8e6ed}.dd-solution-hero-panel{align-self:end;margin-bottom:42px;background:#fff;color:#0a3553;border-radius:16px;padding:25px;box-shadow:0 22px 45px rgba(0,0,0,.18)}.dd-solution-hero-panel>span{display:block;text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:900;color:#178850}.dd-solution-hero-panel strong{display:block;font-size:21px;line-height:1.25;margin:8px 0 10px}.dd-solution-hero-panel p{font-size:12px;line-height:1.58;color:#667c8a;margin:0}.dd-solution-subnav{background:#fff;border-bottom:1px solid #dce7eb;box-shadow:0 5px 18px rgba(4,39,62,.04)}.dd-solution-subnav .dd-wrap{display:flex;gap:30px;align-items:center;min-height:56px;overflow:auto}.dd-solution-subnav a{font-size:12px;font-weight:850;color:#35596d;white-space:nowrap}.dd-solution-fit{padding:80px 0;background:#fff}.dd-solution-fit-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.dd-solution-fit h2,.dd-solution-limits h2,.dd-solution-checks h2,.dd-solution-guide h2,.dd-solution-products h2{font-size:38px;line-height:1.08;letter-spacing:-.035em;color:#082f50;margin:7px 0 12px}.dd-solution-fit p{color:#5d7483}.dd-solution-fit-list{display:grid;gap:12px}.dd-solution-fit-list>div{display:grid;grid-template-columns:46px 1fr;gap:15px;align-items:center;border:1px solid #dfe8ec;background:#fbfcfc;border-radius:12px;padding:17px 18px}.dd-solution-fit-list b{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#e8f7ec;color:#16814a}.dd-solution-fit-list span{font-size:15px;font-weight:800;color:#0a3856}.dd-solution-limits{padding:78px 0;background:#eef4f6}.dd-solution-limit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dd-solution-limit-grid article{background:#fff;border:1px solid #dce6ea;border-radius:15px;padding:24px;min-height:215px;box-shadow:0 8px 22px rgba(5,39,62,.055)}.dd-solution-limit-grid article>span{font-size:11px;font-weight:900;color:#178850}.dd-solution-limit-grid h3{font-size:20px;line-height:1.25;color:#082f50;margin:16px 0 8px}.dd-solution-limit-grid p{font-size:12px;line-height:1.6;color:#667d8c}.dd-solution-checks{padding:82px 0;background:#fff}.dd-solution-check-grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:56px;align-items:center}.dd-solution-photo{min-height:485px;border-radius:18px;background:linear-gradient(180deg,rgba(5,40,64,.04),rgba(5,40,64,.16)),var(--solution-photo) center/cover no-repeat;box-shadow:0 16px 38px rgba(5,39,62,.11)}.dd-solution-check-row{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid #e1e8eb}.dd-solution-check-row>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#062f50;color:#83de22;font-weight:900}.dd-solution-check-row strong{display:block;color:#0a3856;font-size:15px;margin-bottom:3px}.dd-solution-check-row small{display:block;color:#697f8c;line-height:1.45}.dd-solution-checks .dd-btn{margin-top:22px}.dd-solution-guide{padding:82px 0;background:#f7f9f9}.dd-solution-guide-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:54px;align-items:start}.dd-solution-guide aside{display:grid;gap:18px;position:sticky;top:108px}.dd-solution-products{padding:78px 0;background:#fff}.dd-solution-products-head{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-bottom:24px}.dd-solution-products-head p{color:#5d7483;max-width:700px}.dd-solution-local{background:#062f50;color:#fff;padding:40px 0}.dd-solution-local .dd-wrap{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}.dd-solution-local h2{font-size:34px;line-height:1.1;margin:6px 0 7px}.dd-solution-local p{color:#c6d7e2;margin:0}.dd-solutions-archive-hero{background:#062f50;color:#fff;overflow:hidden}.dd-solutions-archive-grid{min-height:470px;display:grid;grid-template-columns:1fr .84fr;align-items:center}.dd-solutions-archive-hero h1{font-size:clamp(46px,5vw,66px);line-height:1;letter-spacing:-.045em;margin:10px 0 18px}.dd-solutions-archive-hero p{font-size:17px;color:#d1e0e8;max-width:690px}.dd-solutions-archive-image{height:100%;min-height:470px;background:linear-gradient(90deg,#062f50 0%,rgba(6,47,80,.12) 28%),url('https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Windowcondensation.jpg/1280px-Windowcondensation.jpg') center/cover no-repeat}.dd-solutions-principle{padding:76px 0;background:#f7f9f9}.dd-solutions-principle>.dd-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.dd-solutions-principle h2{font-size:38px;line-height:1.08;color:#082f50;margin:7px 0 12px}.dd-solutions-principle p{color:#5d7483}.dd-solutions-principle-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dd-solutions-principle-cards article{background:#fff;border:1px solid #dfe7ea;border-radius:14px;padding:20px;min-height:175px}.dd-solutions-principle-cards b{display:block;color:#178850;font-size:11px;margin-bottom:20px}.dd-solutions-principle-cards strong{display:block;color:#082f50;font-size:17px;line-height:1.25;margin-bottom:8px}.dd-solutions-principle-cards span{display:block;color:#667d8b;font-size:12px;line-height:1.55}.dd-solutions-list{padding:78px 0;background:#fff}.dd-solutions-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.dd-solutions-card{background:#fff;border-radius:15px;overflow:hidden;border:1px solid #dfe7ea;box-shadow:0 9px 25px rgba(4,39,62,.07);transition:.2s}.dd-solutions-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(4,39,62,.11)}.dd-solutions-card-media{height:220px;background:var(--solution-card) center/cover no-repeat;position:relative}.dd-solutions-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,39,62,.02),rgba(4,39,62,.5))}.dd-solutions-card-media span{position:absolute;z-index:2;left:16px;bottom:14px;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:900}.dd-solutions-card-copy{padding:19px 20px 22px}.dd-solutions-card-copy h2{font-size:22px;color:#082f50;margin:0 0 8px}.dd-solutions-card-copy p{font-size:12px;line-height:1.55;color:#667c8b;min-height:76px}.dd-solutions-card-copy b{font-size:11px;color:#0b5f9b}.dd-solutions-decision{padding:72px 0;background:#0a466f;color:#fff}.dd-solutions-decision>.dd-wrap{display:grid;grid-template-columns:.8fr 1.2fr auto;gap:38px;align-items:center}.dd-solutions-decision h2{font-size:34px;margin:6px 0 8px}.dd-solutions-decision p{color:#d0dfe8;margin:0}.dd-solutions-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.dd-solutions-steps span{display:flex;align-items:center;gap:10px;font-size:12px;color:#e3edf2}.dd-solutions-steps b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#83de22;color:#062f50}
@media(max-width:1000px){.dd-solutions-card-grid{grid-template-columns:repeat(2,1fr)}.dd-solutions-principle>.dd-wrap{grid-template-columns:1fr}.dd-solutions-decision>.dd-wrap{grid-template-columns:1fr}}
@media(max-width:900px){.dd-solution-hero-grid,.dd-solution-fit-grid,.dd-solution-check-grid,.dd-solution-guide-grid,.dd-solutions-archive-grid{grid-template-columns:1fr}.dd-solution-hero-panel{align-self:auto;margin:0 0 36px;max-width:620px}.dd-solution-limit-grid,.dd-solutions-principle-cards{grid-template-columns:repeat(2,1fr)}.dd-solution-guide aside{position:static}.dd-solution-products-head,.dd-solution-local .dd-wrap{grid-template-columns:1fr}.dd-solutions-archive-image{min-height:330px}.dd-solution-photo{min-height:350px}}
@media(max-width:620px){.dd-solution-hero{min-height:auto}.dd-solution-hero-grid{min-height:auto}.dd-solution-hero-copy{padding:46px 0 28px}.dd-solution-hero h1{font-size:44px}.dd-solution-subnav .dd-wrap{gap:20px}.dd-solution-fit,.dd-solution-limits,.dd-solution-checks,.dd-solution-guide,.dd-solution-products,.dd-solutions-principle,.dd-solutions-list,.dd-solutions-decision{padding:58px 0}.dd-solution-fit h2,.dd-solution-limits h2,.dd-solution-checks h2,.dd-solution-guide h2,.dd-solution-products h2,.dd-solutions-principle h2{font-size:31px}.dd-solution-limit-grid,.dd-solutions-principle-cards,.dd-solutions-card-grid,.dd-solutions-steps{grid-template-columns:1fr}.dd-solutions-archive-hero h1{font-size:43px}.dd-solutions-card-media{height:220px}}

/* DampDeck 4.4.0 — Rooms family visual parity */
.dd-room-hero{position:relative;min-height:555px;overflow:hidden;background:#062f50;color:#fff}.dd-room-hero:before{content:"";position:absolute;inset:0;background:var(--room-hero) center/cover no-repeat;transform:scale(1.01)}.dd-room-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,35,60,.98),rgba(4,43,70,.9) 49%,rgba(4,39,63,.34) 76%,rgba(4,39,63,.12))}.dd-room-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:58px;align-items:center;min-height:555px}.dd-room-hero-copy{padding:76px 0}.dd-room-hero h1{font-size:clamp(48px,5.2vw,72px);line-height:.98;letter-spacing:-.045em;margin:10px 0 18px}.dd-room-hero-copy>p{max-width:735px;font-size:18px;line-height:1.6;color:#d8e6ed}.dd-room-hero-panel{align-self:end;margin-bottom:42px;background:#fff;color:#0a3553;border-radius:16px;padding:25px;box-shadow:0 22px 45px rgba(0,0,0,.18)}.dd-room-hero-panel>span{display:block;text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:900;color:#178850}.dd-room-hero-panel strong{display:block;font-size:21px;line-height:1.25;margin:8px 0 10px}.dd-room-hero-panel p{font-size:12px;line-height:1.58;color:#667c8a;margin:0}.dd-room-subnav{background:#fff;border-bottom:1px solid #dce7eb;box-shadow:0 5px 18px rgba(4,39,62,.04)}.dd-room-subnav .dd-wrap{display:flex;gap:30px;align-items:center;min-height:56px;overflow:auto}.dd-room-subnav a{font-size:12px;font-weight:850;color:#35596d;white-space:nowrap}.dd-room-clues{padding:82px 0;background:#fff}.dd-room-clues-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:66px;align-items:start}.dd-room-clues h2,.dd-room-checks h2,.dd-room-guide h2,.dd-room-products h2{font-size:38px;line-height:1.08;letter-spacing:-.035em;color:#082f50;margin:7px 0 12px}.dd-room-clues p{color:#5d7483}.dd-room-clue-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dd-room-clue-list article{background:#f5f8f8;border:1px solid #dde7e9;border-radius:15px;padding:22px;min-height:190px}.dd-room-clue-list b{display:block;color:#178850;font-size:11px;margin-bottom:26px}.dd-room-clue-list strong{display:block;color:#082f50;font-size:17px;line-height:1.28;margin-bottom:9px}.dd-room-clue-list span{display:block;color:#667d8b;font-size:12px;line-height:1.55}.dd-room-checks{padding:82px 0;background:#edf3f5}.dd-room-check-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}.dd-room-check-photo{min-height:500px;border-radius:18px;background:linear-gradient(180deg,rgba(5,40,64,.02),rgba(5,40,64,.15)),var(--room-photo) center/cover no-repeat;box-shadow:0 16px 38px rgba(5,39,62,.11)}.dd-room-check-row{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid #d8e3e7}.dd-room-check-row>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#062f50;color:#83de22;font-weight:900}.dd-room-check-row strong{display:block;color:#0a3856;font-size:15px;margin-bottom:3px}.dd-room-check-row small{display:block;color:#697f8c;line-height:1.45}.dd-room-warning{margin-top:22px;border-left:4px solid #82d927;background:#fff;border-radius:0 12px 12px 0;padding:17px 18px}.dd-room-warning b{color:#082f50;font-size:12px}.dd-room-warning p{margin:4px 0 0;color:#5f7786;font-size:13px}.dd-room-guide{padding:84px 0;background:#f8faf9}.dd-room-guide-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:54px;align-items:start}.dd-room-guide aside{display:grid;gap:18px;position:sticky;top:108px}.dd-room-products{padding:80px 0;background:#fff}.dd-room-products-head{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-bottom:24px}.dd-room-products-head p{color:#5d7483;max-width:720px}.dd-room-help{background:#062f50;color:#fff;padding:40px 0}.dd-room-help .dd-wrap{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}.dd-room-help h2{font-size:34px;line-height:1.1;margin:6px 0 7px}.dd-room-help p{color:#c6d7e2;margin:0}.dd-rooms-archive-hero{background:#062f50;color:#fff;overflow:hidden}.dd-rooms-archive-grid{min-height:475px;display:grid;grid-template-columns:1fr .86fr;align-items:center}.dd-rooms-archive-hero h1{font-size:clamp(46px,5vw,66px);line-height:1;letter-spacing:-.045em;margin:10px 0 18px;max-width:720px}.dd-rooms-archive-hero p{font-size:17px;color:#d1e0e8;max-width:690px}.dd-rooms-archive-image{height:100%;min-height:475px;background:linear-gradient(90deg,#062f50 0%,rgba(6,47,80,.10) 25%),url('assets/img/ai-bathroom.jpg') center/cover no-repeat}.dd-rooms-context{padding:78px 0;background:#f7f9f9}.dd-rooms-context>.dd-wrap{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;align-items:start}.dd-rooms-context h2{font-size:38px;line-height:1.08;color:#082f50;margin:7px 0 12px}.dd-rooms-context p{color:#5d7483}.dd-rooms-context-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dd-rooms-context-cards article{background:#fff;border:1px solid #dfe7ea;border-radius:14px;padding:20px;min-height:182px}.dd-rooms-context-cards b{display:block;color:#178850;font-size:11px;margin-bottom:20px}.dd-rooms-context-cards strong{display:block;color:#082f50;font-size:17px;line-height:1.25;margin-bottom:8px}.dd-rooms-context-cards span{display:block;color:#667d8b;font-size:12px;line-height:1.55}.dd-rooms-list{padding:80px 0;background:#fff}.dd-rooms-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.dd-room-card{background:#fff;border-radius:15px;overflow:hidden;border:1px solid #dfe7ea;box-shadow:0 9px 25px rgba(4,39,62,.07);transition:.2s}.dd-room-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(4,39,62,.11)}.dd-room-card-media{height:230px;background:var(--room-card) center/cover no-repeat;position:relative}.dd-room-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,39,62,.02),rgba(4,39,62,.52))}.dd-room-card-media span{position:absolute;z-index:2;left:16px;bottom:14px;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:900}.dd-room-card-copy{padding:19px 20px 22px}.dd-room-card-copy h2{font-size:22px;color:#082f50;margin:0 0 8px}.dd-room-card-copy p{font-size:12px;line-height:1.55;color:#667c8b;min-height:76px}.dd-room-card-copy b{font-size:11px;color:#0b5f9b}.dd-rooms-decision{padding:72px 0;background:#0a466f;color:#fff}.dd-rooms-decision>.dd-wrap{display:grid;grid-template-columns:.8fr 1.2fr auto;gap:38px;align-items:center}.dd-rooms-decision h2{font-size:34px;margin:6px 0 8px}.dd-rooms-decision p{color:#d0dfe8;margin:0}.dd-rooms-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.dd-rooms-steps span{display:flex;align-items:center;gap:10px;font-size:12px;color:#e3edf2}.dd-rooms-steps b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#83de22;color:#062f50}
@media(max-width:1000px){.dd-rooms-card-grid{grid-template-columns:repeat(2,1fr)}.dd-rooms-context>.dd-wrap{grid-template-columns:1fr}.dd-rooms-decision>.dd-wrap{grid-template-columns:1fr}.dd-room-clue-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.dd-room-hero-grid,.dd-room-clues-grid,.dd-room-check-grid,.dd-room-guide-grid,.dd-rooms-archive-grid{grid-template-columns:1fr}.dd-room-hero-panel{align-self:auto;margin:0 0 36px;max-width:620px}.dd-room-guide aside{position:static}.dd-room-products-head,.dd-room-help .dd-wrap{grid-template-columns:1fr}.dd-rooms-archive-image{min-height:340px}.dd-room-check-photo{min-height:360px}}
@media(max-width:620px){.dd-room-hero{min-height:auto}.dd-room-hero-grid{min-height:auto}.dd-room-hero-copy{padding:46px 0 28px}.dd-room-hero h1{font-size:43px}.dd-room-subnav .dd-wrap{gap:20px}.dd-room-clues,.dd-room-checks,.dd-room-guide,.dd-room-products,.dd-rooms-context,.dd-rooms-list,.dd-rooms-decision{padding:58px 0}.dd-room-clues h2,.dd-room-checks h2,.dd-room-guide h2,.dd-room-products h2,.dd-rooms-context h2{font-size:31px}.dd-room-clue-list,.dd-rooms-context-cards,.dd-rooms-card-grid,.dd-rooms-steps{grid-template-columns:1fr}.dd-rooms-archive-hero h1{font-size:43px}.dd-room-card-media{height:225px}}

/* DampDeck 4.5.0 — Properties family visual parity */
.dd-property-hero{position:relative;min-height:570px;overflow:hidden;background:#062f50;color:#fff}.dd-property-hero:before{content:"";position:absolute;inset:0;background:var(--property-hero) center/cover no-repeat;transform:scale(1.01)}.dd-property-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,35,60,.985),rgba(4,43,70,.9) 50%,rgba(4,39,63,.34) 77%,rgba(4,39,63,.1))}.dd-property-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:60px;align-items:center;min-height:570px}.dd-property-hero-copy{padding:78px 0}.dd-property-hero h1{font-size:clamp(48px,5.2vw,72px);line-height:.98;letter-spacing:-.045em;margin:10px 0 18px;max-width:760px}.dd-property-hero-copy>p{max-width:735px;font-size:18px;line-height:1.62;color:#d8e6ed}.dd-property-hero-panel{align-self:end;margin-bottom:42px;background:#fff;color:#0a3553;border-radius:16px;padding:25px;box-shadow:0 22px 45px rgba(0,0,0,.18)}.dd-property-hero-panel>span{display:block;text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:900;color:#178850}.dd-property-hero-panel strong{display:block;font-size:21px;line-height:1.25;margin:8px 0 10px}.dd-property-hero-panel p{font-size:12px;line-height:1.58;color:#667c8a;margin:0}.dd-property-subnav{background:#fff;border-bottom:1px solid #dce7eb;box-shadow:0 5px 18px rgba(4,39,62,.04)}.dd-property-subnav .dd-wrap{display:flex;gap:30px;align-items:center;min-height:56px;overflow:auto}.dd-property-subnav a{font-size:12px;font-weight:850;color:#35596d;white-space:nowrap}.dd-property-construction{padding:84px 0;background:#fff}.dd-property-construction-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:66px;align-items:start}.dd-property-construction h2,.dd-property-risks h2,.dd-property-checks h2,.dd-property-guide h2,.dd-property-products h2{font-size:38px;line-height:1.08;letter-spacing:-.035em;color:#082f50;margin:7px 0 12px}.dd-property-construction p{color:#5d7483}.dd-property-feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dd-property-feature-list article{background:#f5f8f8;border:1px solid #dde7e9;border-radius:15px;padding:22px;min-height:190px}.dd-property-feature-list b{display:block;color:#178850;font-size:11px;margin-bottom:26px}.dd-property-feature-list strong{display:block;color:#082f50;font-size:17px;line-height:1.28;margin-bottom:9px}.dd-property-feature-list span{display:block;color:#667d8b;font-size:12px;line-height:1.55}.dd-property-risks{padding:82px 0;background:#edf3f5}.dd-property-risk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.dd-property-risk-grid article{background:#fff;border:1px solid #dce6e9;border-radius:16px;padding:24px;box-shadow:0 10px 26px rgba(4,39,62,.05)}.dd-property-risk-grid>article>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#062f50;color:#83de22;font-weight:900;margin-bottom:34px}.dd-property-risk-grid strong{display:block;color:#082f50;font-size:19px;line-height:1.28}.dd-property-risk-grid p{color:#667d8b;font-size:12px;line-height:1.55;margin:9px 0 0}.dd-property-checks{padding:84px 0;background:#f8faf9}.dd-property-check-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}.dd-property-visual{min-height:500px;border-radius:20px;padding:38px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#082f50,#0c5c82);color:#fff;box-shadow:0 18px 40px rgba(5,39,62,.14)}.dd-property-visual>span{text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:900;color:#9fdcda}.dd-property-visual>strong{font-size:29px;line-height:1.08;margin:9px 0}.dd-property-visual>p{color:#d2e1e7;max-width:510px}.dd-property-diagram{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:22px}.dd-property-diagram i{font-style:normal;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);border-radius:11px;padding:13px 8px;text-align:center;font-size:11px;font-weight:850}.dd-property-check-row{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid #d8e3e7}.dd-property-check-row>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#062f50;color:#83de22;font-weight:900}.dd-property-check-row strong{display:block;color:#0a3856;font-size:15px;margin-bottom:3px}.dd-property-check-row small{display:block;color:#697f8c;line-height:1.45}.dd-property-warning{margin-top:22px;border-left:4px solid #82d927;background:#fff;border-radius:0 12px 12px 0;padding:17px 18px}.dd-property-warning b{color:#082f50;font-size:12px}.dd-property-warning p{margin:4px 0 0;color:#5f7786;font-size:13px}.dd-property-guide{padding:86px 0;background:#fff}.dd-property-guide-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:54px;align-items:start}.dd-property-guide aside{display:grid;gap:18px;position:sticky;top:108px}.dd-property-products{padding:82px 0;background:#f7f9f9}.dd-property-products-head{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-bottom:24px}.dd-property-products-head p{color:#5d7483;max-width:720px}.dd-property-help{background:#062f50;color:#fff;padding:42px 0}.dd-property-help .dd-wrap{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}.dd-property-help h2{font-size:34px;line-height:1.1;margin:6px 0 7px}.dd-property-help p{color:#c6d7e2;margin:0}.dd-properties-archive-hero{background:#062f50;color:#fff;overflow:hidden}.dd-properties-archive-grid{min-height:500px;display:grid;grid-template-columns:1fr .88fr;align-items:center}.dd-properties-archive-hero h1{font-size:clamp(46px,5vw,66px);line-height:1;letter-spacing:-.045em;margin:10px 0 18px;max-width:760px}.dd-properties-archive-hero p{font-size:17px;color:#d1e0e8;max-width:700px}.dd-properties-archive-image{height:100%;min-height:500px;background:linear-gradient(90deg,#062f50 0%,rgba(6,47,80,.12) 27%),var(--property-archive-image) center/cover no-repeat}.dd-properties-principles{padding:80px 0;background:#f7f9f9}.dd-properties-principles>.dd-wrap{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;align-items:start}.dd-properties-principles h2{font-size:38px;line-height:1.08;color:#082f50;margin:7px 0 12px}.dd-properties-principles p{color:#5d7483}.dd-properties-principle-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dd-properties-principle-cards article{background:#fff;border:1px solid #dfe7ea;border-radius:14px;padding:20px;min-height:182px}.dd-properties-principle-cards b{display:block;color:#178850;font-size:11px;margin-bottom:20px}.dd-properties-principle-cards strong{display:block;color:#082f50;font-size:17px;line-height:1.25;margin-bottom:8px}.dd-properties-principle-cards span{display:block;color:#667d8b;font-size:12px;line-height:1.55}.dd-properties-list{padding:82px 0;background:#fff}.dd-properties-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.dd-property-rich-card{background:#fff;border-radius:15px;overflow:hidden;border:1px solid #dfe7ea;box-shadow:0 9px 25px rgba(4,39,62,.07);transition:.2s}.dd-property-rich-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(4,39,62,.11)}.dd-property-rich-media{height:235px;background:var(--property-card) center/cover no-repeat;position:relative}.dd-property-rich-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,39,62,.02),rgba(4,39,62,.55))}.dd-property-rich-media span{position:absolute;z-index:2;left:16px;bottom:14px;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:900}.dd-property-rich-copy{padding:19px 20px 22px}.dd-property-rich-copy h2{font-size:22px;color:#082f50;margin:0 0 8px}.dd-property-rich-copy p{font-size:12px;line-height:1.55;color:#667c8b;min-height:76px}.dd-property-rich-copy b{font-size:11px;color:#0b5f9b}.dd-properties-decision{padding:74px 0;background:#0a466f;color:#fff}.dd-properties-decision>.dd-wrap{display:grid;grid-template-columns:.8fr 1.2fr auto;gap:38px;align-items:center}.dd-properties-decision h2{font-size:34px;margin:6px 0 8px}.dd-properties-decision p{color:#d0dfe8;margin:0}.dd-properties-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.dd-properties-steps span{display:flex;align-items:center;gap:10px;font-size:12px;color:#e3edf2}.dd-properties-steps b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#83de22;color:#062f50}
@media(max-width:1000px){.dd-properties-card-grid{grid-template-columns:repeat(2,1fr)}.dd-properties-principles>.dd-wrap{grid-template-columns:1fr}.dd-properties-decision>.dd-wrap{grid-template-columns:1fr}.dd-property-feature-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.dd-property-hero-grid,.dd-property-construction-grid,.dd-property-check-grid,.dd-property-guide-grid,.dd-properties-archive-grid{grid-template-columns:1fr}.dd-property-hero-panel{align-self:auto;margin:0 0 36px;max-width:620px}.dd-property-guide aside{position:static}.dd-property-products-head,.dd-property-help .dd-wrap{grid-template-columns:1fr}.dd-properties-archive-image{min-height:350px}.dd-property-visual{min-height:380px}.dd-property-risk-grid{grid-template-columns:1fr}}
@media(max-width:620px){.dd-property-hero{min-height:auto}.dd-property-hero-grid{min-height:auto}.dd-property-hero-copy{padding:46px 0 28px}.dd-property-hero h1{font-size:43px}.dd-property-subnav .dd-wrap{gap:20px}.dd-property-construction,.dd-property-risks,.dd-property-checks,.dd-property-guide,.dd-property-products,.dd-properties-principles,.dd-properties-list,.dd-properties-decision{padding:58px 0}.dd-property-construction h2,.dd-property-risks h2,.dd-property-checks h2,.dd-property-guide h2,.dd-property-products h2,.dd-properties-principles h2{font-size:31px}.dd-property-feature-list,.dd-properties-principle-cards,.dd-properties-card-grid,.dd-properties-steps{grid-template-columns:1fr}.dd-properties-archive-hero h1{font-size:43px}.dd-property-rich-media{height:225px}.dd-property-diagram{grid-template-columns:repeat(2,1fr)}}

/* 4.6.0 — Costs visual parity */
.dd-costs-hero{background:linear-gradient(120deg,#072e37 0%,#0b4650 58%,#0d5b58 100%);color:#fff;padding:76px 0 70px}.dd-costs-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:64px;align-items:center}.dd-costs-hero h1{font-size:58px;line-height:1.01;letter-spacing:-.045em;margin:12px 0 18px;max-width:820px}.dd-costs-hero h1 em{font-style:normal;color:#54d49a}.dd-costs-hero p{color:#d1e2df;max-width:700px;font-size:17px;line-height:1.65}.dd-costs-hero-panel{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:30px;box-shadow:0 24px 60px rgba(0,0,0,.14);backdrop-filter:blur(6px)}.dd-costs-hero-panel>span,.dd-cost-price-panel>span{text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:900;color:#7ce0ae}.dd-costs-hero-panel>strong{display:block;font-size:31px;line-height:1.05;margin:9px 0 13px}.dd-costs-hero-panel>p{font-size:13px;margin:0 0 20px}.dd-costs-hero-panel>div{padding:10px 0;border-top:1px solid rgba(255,255,255,.13);font-size:13px}.dd-costs-hero-panel b{color:#69d9a1;margin-right:8px}.dd-costs-index{padding:78px 0 86px;background:#f6f9f8}.dd-costs-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.dd-costs-card{background:#fff;border:1px solid #dce8e5;border-radius:20px;overflow:hidden;box-shadow:0 12px 34px rgba(7,37,43,.07);transition:.2s}.dd-costs-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(7,37,43,.12)}.dd-costs-card-media{height:190px;position:relative;background:#dfe9e6}.dd-costs-card-media img{width:100%;height:100%;object-fit:cover}.dd-costs-card-media span{position:absolute;left:14px;top:14px;background:#fff;color:#0b4d54;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.dd-costs-card-body{padding:22px}.dd-costs-card-body h3{font-size:22px;margin:0 0 13px}.dd-costs-range{font-size:30px;font-weight:900;color:#0b6d55;letter-spacing:-.03em}.dd-costs-card-body small{display:block;color:#687d7f;font-weight:700;margin:2px 0 12px}.dd-costs-card-body p{font-size:13px;line-height:1.55;color:#617477;min-height:60px}.dd-costs-card-body>b{font-size:12px;color:#0b6d55}.dd-costs-dark{padding:72px 0;background:#082f38;color:#fff}.dd-costs-dark-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}.dd-costs-dark h2{font-size:40px;line-height:1.08;margin:8px 0 14px}.dd-costs-dark p{color:#c4d9d6;line-height:1.65}.dd-costs-steps{display:grid;gap:12px}.dd-costs-steps>div{display:grid;grid-template-columns:48px 1fr;gap:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);padding:17px;border-radius:15px}.dd-costs-steps b{width:42px;height:42px;border-radius:50%;background:#59d49b;color:#07343b;display:grid;place-items:center}.dd-costs-steps span{color:#c9dcda;font-size:13px}.dd-costs-steps strong{display:block;color:#fff;font-size:15px;margin-bottom:3px}.dd-cost-detail-hero{position:relative;min-height:500px;background-image:linear-gradient(90deg,rgba(5,38,48,.94),rgba(5,38,48,.72) 54%,rgba(5,38,48,.25)),var(--dd-cost-photo);background-size:cover;background-position:center;color:#fff;display:flex;align-items:center}.dd-cost-detail-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,32,40,.22),transparent)}.dd-cost-detail-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .65fr;gap:70px;align-items:center;padding-top:58px;padding-bottom:58px}.dd-cost-detail-hero h1{font-size:58px;line-height:1;letter-spacing:-.045em;margin:10px 0 15px}.dd-cost-detail-hero p{max-width:700px;color:#d6e4e2;font-size:16px;line-height:1.65}.dd-cost-price-panel{background:#fff;color:#082f38;border-radius:22px;padding:28px;box-shadow:0 22px 54px rgba(0,0,0,.22)}.dd-cost-price-panel>span{color:#0b7558}.dd-cost-price-panel>strong{display:block;color:#0b7558;font-size:43px;letter-spacing:-.04em;margin:7px 0 0}.dd-cost-price-panel>b{font-size:12px;color:#536b6d}.dd-cost-price-panel>p{color:#637678;font-size:12px;margin:15px 0 0}.dd-cost-detail{padding:76px 0;background:#fff}.dd-cost-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:52px;align-items:start}.dd-cost-detail-grid article>h2{font-size:39px;line-height:1.08;margin:7px 0 22px}.dd-cost-factor-lead{display:grid;grid-template-columns:54px 1fr;gap:17px;align-items:start;background:#eef8f5;border:1px solid #d1e7e0;border-radius:18px;padding:21px;margin-bottom:28px}.dd-cost-factor-icon{width:52px;height:52px;border-radius:15px;background:#0b7558;color:#fff;display:grid;place-items:center;font-size:24px;font-weight:900}.dd-cost-factor-lead p{margin:3px 0 0;color:#456064;line-height:1.6}.dd-cost-side ul{padding-left:18px;color:#587073;font-size:13px;line-height:1.7;margin:15px 0 20px}.dd-cost-quote-band{background:linear-gradient(135deg,#0a3943,#0d5658);color:#fff;padding:56px 0}.dd-cost-quote-band>.dd-wrap{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.dd-cost-quote-band h2{font-size:35px;margin:5px 0 8px}.dd-cost-quote-band p{color:#c8dcda;margin:0;max-width:700px}.dd-cost-quote-band .dd-hero-actions{margin:0;white-space:nowrap}
@media(max-width:900px){.dd-costs-hero-grid,.dd-costs-dark-grid,.dd-cost-detail-hero-grid,.dd-cost-detail-grid,.dd-cost-quote-band>.dd-wrap{grid-template-columns:1fr}.dd-costs-card-grid{grid-template-columns:repeat(2,1fr)}.dd-cost-detail-grid{gap:30px}.dd-cost-detail-grid aside{display:grid;grid-template-columns:1fr 1fr;gap:16px}}
@media(max-width:620px){.dd-costs-hero{padding:52px 0}.dd-costs-hero h1,.dd-cost-detail-hero h1{font-size:40px}.dd-costs-card-grid{grid-template-columns:1fr}.dd-costs-index{padding:54px 0}.dd-costs-dark h2{font-size:31px}.dd-cost-detail-hero{min-height:0}.dd-cost-detail-hero-grid{padding-top:44px;padding-bottom:44px;gap:28px}.dd-cost-detail{padding:50px 0}.dd-cost-detail-grid article>h2{font-size:31px}.dd-cost-detail-grid aside{grid-template-columns:1fr}.dd-cost-quote-band>.dd-wrap{gap:24px}.dd-cost-quote-band .dd-hero-actions{white-space:normal;display:flex;flex-direction:column;align-items:stretch}}

/* 4.7.0 — Guides visual parity */
.dd-guides-hero{background:linear-gradient(135deg,#08353d 0%,#0b4a4f 55%,#062a32 100%);color:#fff;overflow:hidden;position:relative}.dd-guides-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-120px;top:-180px;background:rgba(44,171,153,.14);filter:blur(4px)}.dd-guides-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.12fr .72fr;gap:80px;align-items:center;padding-top:72px;padding-bottom:72px}.dd-guides-hero h1{font-size:clamp(46px,5vw,66px);line-height:1.02;letter-spacing:-.047em;margin:12px 0 18px;max-width:780px}.dd-guides-hero h1 em{font-style:normal;color:#7ed4c5}.dd-guides-hero p{font-size:17px;line-height:1.65;color:#d7e7e5;max-width:690px}.dd-guides-hero-stack{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:25px;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.24)}.dd-guides-stack-card{background:#fff;color:#0c3138;border-radius:18px;padding:27px}.dd-guides-stack-main span{font-size:11px;letter-spacing:.12em;font-weight:900;color:#0d755f}.dd-guides-stack-main strong{display:block;font-size:28px;letter-spacing:-.035em;margin:8px 0}.dd-guides-stack-main p{color:#5d7377;font-size:13px;margin:0}.dd-guides-stack-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.dd-guides-stack-row div{background:#0c3138;border-radius:14px;padding:17px 12px;text-align:center}.dd-guides-stack-row b{display:block;color:#5ed0bc;font-size:12px}.dd-guides-stack-row span{font-size:12px;font-weight:800;color:#fff}.dd-guides-index{padding:78px 0 88px;background:#fff}.dd-guides-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}.dd-guide-card{background:#fff;border:1px solid #dce5e1;border-radius:20px;overflow:hidden;box-shadow:0 14px 34px rgba(8,43,51,.08);transition:.2s ease}.dd-guide-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(8,43,51,.13)}.dd-guide-card-media{height:210px;position:relative;background:#dcebe7;overflow:hidden}.dd-guide-card-media img{width:100%;height:100%;object-fit:cover}.dd-guide-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,39,46,.42),transparent 60%)}.dd-guide-card-media span{position:absolute;left:16px;bottom:15px;z-index:1;background:#fff;color:#0b725f;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.dd-guide-card-body{padding:22px}.dd-guide-card-body small{color:#7c8c8e;font-size:11px;font-weight:700}.dd-guide-card-body h3{font-size:22px;line-height:1.16;letter-spacing:-.03em;margin:8px 0 10px}.dd-guide-card-body p{font-size:13px;color:#63777a;line-height:1.6;min-height:63px}.dd-guide-card-body b{display:block;color:#0d755f;font-size:13px;margin-top:14px}.dd-guides-dark{background:#082f38;color:#fff;padding:72px 0}.dd-guides-dark-grid{display:grid;grid-template-columns:1fr .92fr;gap:80px;align-items:start}.dd-guides-dark h2{font-size:40px;line-height:1.08;letter-spacing:-.04em;margin:8px 0 14px}.dd-guides-dark p{color:#caddda;max-width:680px}.dd-guides-method{display:grid;gap:12px}.dd-guides-method>div{display:grid;grid-template-columns:46px 1fr;gap:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px}.dd-guides-method b{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#0f7567;color:#fff;font-size:11px}.dd-guides-method strong{display:block;color:#fff;margin-bottom:3px}.dd-guides-method span{font-size:13px;color:#cfe0de}.dd-guide-detail-hero{min-height:520px;color:#fff;position:relative;background-image:var(--dd-guide-photo);background-size:cover;background-position:center;overflow:hidden}.dd-guide-detail-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,37,44,.96) 0%,rgba(5,37,44,.82) 54%,rgba(5,37,44,.35) 100%)}.dd-guide-detail-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .62fr;gap:78px;align-items:center;padding-top:66px;padding-bottom:66px}.dd-guide-detail-hero h1{font-size:clamp(46px,5vw,64px);line-height:1.01;letter-spacing:-.047em;margin:12px 0 18px}.dd-guide-detail-hero p{max-width:730px;color:#d9e7e5;font-size:17px;line-height:1.66}.dd-guide-meta{display:flex;gap:10px;flex-wrap:wrap;color:#a8c5c1;font-size:12px;font-weight:700;margin-top:20px}.dd-guide-hero-note{align-self:end;background:#fff;color:#10343a;border-radius:20px;padding:26px;box-shadow:0 24px 70px rgba(0,0,0,.24)}.dd-guide-hero-note span{font-size:10px;letter-spacing:.12em;font-weight:900;color:#0d755f}.dd-guide-hero-note strong{display:block;font-size:25px;line-height:1.1;letter-spacing:-.035em;margin:9px 0}.dd-guide-hero-note p{color:#65787b;font-size:13px;margin:0}.dd-guide-detail{background:#fff;padding:74px 0}.dd-guide-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:54px;align-items:start}.dd-guide-jump{display:flex;flex-wrap:wrap;gap:9px;align-items:center;background:#f0f7f4;border:1px solid #d6e7e1;border-radius:16px;padding:15px 17px;margin-bottom:34px}.dd-guide-jump span{font-size:10px;font-weight:900;letter-spacing:.11em;color:#507072;margin-right:3px}.dd-guide-jump a{font-size:12px;font-weight:800;background:#fff;border:1px solid #d8e4e0;border-radius:999px;padding:8px 11px;color:#16464d}.dd-guide-detail .dd-premium-prose>h2:first-child{font-size:40px;letter-spacing:-.04em;line-height:1.08;margin-top:0}.dd-guide-side{margin-bottom:18px}.dd-guide-side p{font-size:13px;color:#637679;line-height:1.6}.dd-guide-next{margin-top:48px;padding-top:42px;border-top:1px solid #dce4e1}.dd-guide-next h2{font-size:36px;line-height:1.1;letter-spacing:-.04em;margin:8px 0 22px}.dd-guide-next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dd-guide-next-grid>div{background:#f4f8f6;border:1px solid #dce7e3;border-radius:18px;padding:22px}.dd-guide-next-grid b{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#0d755f;color:#fff;font-size:11px}.dd-guide-next-grid h3{font-size:19px;margin:13px 0 6px}.dd-guide-next-grid p{font-size:12px;color:#64777a;line-height:1.55;margin:0}.dd-guide-related{padding:72px 0 84px;background:#f3f1eb}.dd-guide-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.dd-guide-related-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(8,43,51,.08)}.dd-guide-related-card img{width:100%;height:180px;object-fit:cover}.dd-guide-related-card>div{padding:19px}.dd-guide-related-card span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#0d755f;font-weight:900}.dd-guide-related-card h3{font-size:20px;line-height:1.15;margin:8px 0 13px}.dd-guide-related-card b{font-size:12px;color:#0d755f}.dd-guide-detail .dd-rich-child{margin-top:38px}
@media(max-width:980px){.dd-guides-hero-grid,.dd-guides-dark-grid,.dd-guide-detail-hero-grid,.dd-guide-detail-grid{grid-template-columns:1fr}.dd-guides-card-grid,.dd-guide-related-grid{grid-template-columns:repeat(2,1fr)}.dd-guide-detail-hero-grid{gap:28px}.dd-guide-hero-note{max-width:460px}.dd-guide-detail-grid aside{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dd-guide-side{margin:0}}
@media(max-width:650px){.dd-guides-hero-grid{padding-top:50px;padding-bottom:50px;gap:36px}.dd-guides-hero h1,.dd-guide-detail-hero h1{font-size:40px}.dd-guides-card-grid,.dd-guide-related-grid,.dd-guide-next-grid{grid-template-columns:1fr}.dd-guides-index,.dd-guide-detail,.dd-guide-related{padding:50px 0}.dd-guides-dark{padding:52px 0}.dd-guides-dark h2{font-size:31px}.dd-guide-detail-hero{min-height:0}.dd-guide-detail-hero-grid{padding-top:44px;padding-bottom:44px}.dd-guide-detail-grid aside{grid-template-columns:1fr}.dd-guide-detail .dd-premium-prose>h2:first-child,.dd-guide-next h2{font-size:31px}.dd-guide-jump{align-items:flex-start;flex-direction:column}.dd-guide-jump a{width:100%}}

/* DampDeck 4.8 — Diagnose visual-parity page */
.dd-dx-page{background:#f7f6f1}.dd-dx-hero{position:relative;min-height:590px;background:linear-gradient(90deg,#082e35 0%,rgba(8,46,53,.88) 46%,rgba(8,46,53,.35) 100%),var(--dx-hero) center/cover no-repeat;color:#fff;display:flex;align-items:center}.dd-dx-hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 78% 38%,rgba(20,164,139,.13),transparent 34%)}.dd-dx-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:72px;align-items:center;padding:82px 0}.dd-dx-hero-copy{max-width:760px}.dd-dx-hero .dd-breadcrumbs{color:#c5d8d7}.dd-dx-hero .dd-breadcrumbs a{color:#8ee1cf}.dd-dx-hero h1{font-size:clamp(50px,5.8vw,78px);line-height:.98;letter-spacing:-.045em;margin:12px 0 22px;max-width:820px}.dd-dx-hero h1 em{font-style:normal;color:#61d6bb}.dd-dx-hero-copy>p{font-size:20px;line-height:1.65;color:#d5e3e1;max-width:700px;margin:0}.dd-dx-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.dd-dx-proof span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);backdrop-filter:blur(10px);padding:10px 13px;border-radius:999px;font-size:12px;font-weight:800}.dd-dx-hero-card{background:rgba(6,36,42,.88);border:1px solid rgba(255,255,255,.16);box-shadow:0 26px 70px rgba(0,0,0,.22);backdrop-filter:blur(12px);border-radius:24px;padding:30px}.dd-dx-hero-card>span{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;color:#6be0c5}.dd-dx-hero-card>strong{display:block;font-size:28px;line-height:1.12;margin:9px 0 12px}.dd-dx-hero-card>p{color:#c8d8d7;line-height:1.6;margin:0 0 20px}.dd-dx-hero-card>div{display:flex;align-items:center;gap:12px;border-top:1px solid rgba(255,255,255,.11);padding:13px 0;font-size:13px;font-weight:750}.dd-dx-hero-card b{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#155d5d;color:#8de2cf;font-size:11px}.dd-dx-trust{background:#062e35;color:#fff;border-top:1px solid rgba(255,255,255,.08)}.dd-dx-trust .dd-wrap{display:grid;grid-template-columns:repeat(4,1fr)}.dd-dx-trust span{padding:18px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.09);font-size:12px;font-weight:800}.dd-dx-trust span:last-child{border-right:0}.dd-dx-trust b{color:#5fd6ba;margin-right:7px}.dd-dx-work{padding:82px 0 88px}.dd-dx-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.dd-dx-heading h2,.dd-dx-clues h2,.dd-dx-evidence h2,.dd-dx-next h2{font-size:clamp(35px,4vw,52px);line-height:1.05;letter-spacing:-.035em;margin:7px 0 10px;color:var(--dd-navy)}.dd-dx-heading p{max-width:740px;color:var(--dd-muted);font-size:16px;line-height:1.65;margin:0}.dd-dx-note{background:#e4f4ef;color:#17534f;border-radius:999px;padding:11px 15px;font-size:12px;white-space:nowrap}.dd-dx-workbench{padding:34px;border-radius:26px;box-shadow:0 24px 64px rgba(5,45,52,.10);border:1px solid #d8e3df}.dd-dx-form .dd-question{background:#f8faf9;border:1px solid #e0e8e5;padding:18px;border-radius:17px}.dd-dx-form .dd-question label{font-size:13px;margin-bottom:9px}.dd-dx-form .dd-question select{min-height:56px;border-radius:12px;background:#fff}.dd-dx-form .dd-question small{display:block;color:#718483;font-size:11px;line-height:1.45;margin-top:9px}.dd-dx-submit{min-height:55px;padding-inline:25px}.dd-dx-result{border-radius:18px;padding:25px!important}.dd-dx-clues{background:#fff;padding:82px 0}.dd-dx-clue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.dd-dx-clue-grid article{position:relative;min-height:430px;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,transparent 25%,rgba(4,30,36,.92) 100%),var(--pic) center/cover no-repeat;box-shadow:0 18px 48px rgba(7,37,43,.13);display:flex;align-items:flex-end}.dd-dx-clue-grid article:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,31,37,.05),rgba(5,31,37,.88))}.dd-dx-clue-grid article>div{position:relative;color:#fff;padding:27px}.dd-dx-clue-grid small{text-transform:uppercase;letter-spacing:.11em;color:#75dec6;font-weight:900}.dd-dx-clue-grid h3{font-size:27px;line-height:1.12;margin:8px 0}.dd-dx-clue-grid p{font-size:13px;line-height:1.55;color:#d1dfde;margin:0 0 15px}.dd-dx-clue-grid a{font-size:12px;font-weight:900;color:#fff}.dd-dx-evidence{padding:88px 0;background:#eaf4f0}.dd-dx-evidence-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(310px,.7fr);gap:50px;align-items:start}.dd-dx-evidence-copy>p{font-size:16px;color:var(--dd-muted);max-width:760px}.dd-dx-evidence-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.dd-dx-evidence-list>div{background:#fff;border:1px solid #d6e6e0;border-radius:17px;padding:19px;display:flex;gap:14px}.dd-dx-evidence-list b{flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#0f5f5a;color:#fff;font-size:11px}.dd-dx-evidence-list strong,.dd-dx-evidence-list small{display:block}.dd-dx-evidence-list strong{font-size:14px;color:var(--dd-navy);margin-bottom:5px}.dd-dx-evidence-list small{font-size:12px;line-height:1.45;color:var(--dd-muted)}.dd-dx-safety{background:#072f36;color:#fff;border-radius:24px;padding:30px;box-shadow:0 22px 60px rgba(4,35,41,.18)}.dd-dx-safety>span{text-transform:uppercase;letter-spacing:.12em;color:#67d8bd;font-size:11px;font-weight:900}.dd-dx-safety h3{font-size:29px;line-height:1.12;margin:8px 0 16px}.dd-dx-safety ul{padding-left:18px;color:#d2e0df;line-height:1.65;font-size:13px;margin-bottom:22px}.dd-dx-next{padding:84px 0;background:#fff}.dd-dx-next-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.dd-dx-next-grid a{border:1px solid var(--dd-line);border-radius:18px;padding:22px;background:#fff;transition:.2s ease}.dd-dx-next-grid a:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(5,38,44,.09)}.dd-dx-next-grid b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e5f5f0;color:#0d625b;font-size:11px;margin-bottom:16px}.dd-dx-next-grid strong,.dd-dx-next-grid small,.dd-dx-next-grid span{display:block}.dd-dx-next-grid strong{font-size:18px;color:var(--dd-navy);margin-bottom:7px}.dd-dx-next-grid small{color:var(--dd-muted);font-size:12px;line-height:1.5;min-height:54px}.dd-dx-next-grid span{margin-top:15px;color:var(--dd-teal);font-size:12px;font-weight:900}
@media(max-width:1000px){.dd-dx-hero-grid,.dd-dx-evidence-grid{grid-template-columns:1fr}.dd-dx-hero-card{max-width:650px}.dd-dx-clue-grid{grid-template-columns:1fr 1fr}.dd-dx-next-grid{grid-template-columns:1fr 1fr}.dd-dx-trust .dd-wrap{grid-template-columns:1fr 1fr}.dd-dx-trust span:nth-child(2){border-right:0}.dd-dx-evidence-list{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.dd-dx-hero{min-height:auto}.dd-dx-hero-grid{padding:56px 0;gap:28px}.dd-dx-hero h1{font-size:46px}.dd-dx-hero-copy>p{font-size:17px}.dd-dx-hero-card{padding:22px}.dd-dx-trust .dd-wrap,.dd-dx-clue-grid,.dd-dx-evidence-list,.dd-dx-next-grid{grid-template-columns:1fr}.dd-dx-trust span{border-right:0;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}.dd-dx-work,.dd-dx-clues,.dd-dx-evidence,.dd-dx-next{padding:58px 0}.dd-dx-heading{align-items:flex-start;flex-direction:column}.dd-dx-workbench{padding:20px}.dd-dx-clue-grid article{min-height:360px}.dd-dx-next-grid small{min-height:0}}

/* DampDeck 4.9 — Shopping Centre visual parity */
.dd-shop-page{background:#f7f6f1}.dd-shop-hero{min-height:610px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,#062f36 0%,rgba(6,47,54,.94) 46%,rgba(6,47,54,.38) 100%),var(--shop-hero) center/cover no-repeat}.dd-shop-hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:70px;align-items:center;padding:80px 0}.dd-shop-hero h1{font-size:clamp(52px,6vw,80px);line-height:.98;letter-spacing:-.045em;margin:12px 0 22px;max-width:820px}.dd-shop-hero h1 em{font-style:normal;color:#62d8bc}.dd-shop-hero p{max-width:720px;color:#d6e4e2;font-size:19px;line-height:1.65}.dd-shop-hero-card{background:rgba(4,37,43,.9);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:30px;box-shadow:0 28px 70px rgba(0,0,0,.25)}.dd-shop-hero-card>span{color:#68d9be;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900}.dd-shop-hero-card>strong{display:block;font-size:27px;line-height:1.15;margin:9px 0 18px}.dd-shop-hero-card>div{display:flex;gap:12px;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding:14px 0}.dd-shop-hero-card b{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#155e5b;color:#8ce1cf;font-size:11px}.dd-shop-hero-card p{font-size:13px;margin:0;color:#d2dfde}.dd-shop-trust{background:#052d34;color:#fff}.dd-shop-trust .dd-wrap{display:grid;grid-template-columns:repeat(4,1fr)}.dd-shop-trust span{text-align:center;padding:18px;border-right:1px solid rgba(255,255,255,.09);font-size:12px;font-weight:800}.dd-shop-categories{padding:84px 0}.dd-shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}.dd-shop-card{background:#fff;border:1px solid #dfe6e3;border-radius:22px;overflow:hidden;box-shadow:0 15px 38px rgba(5,38,44,.08)}.dd-shop-card-img{height:235px;background:linear-gradient(180deg,transparent 60%,rgba(5,36,42,.28)),var(--pic) center/cover no-repeat;position:relative}.dd-shop-card-img span{position:absolute;top:16px;left:16px;background:#e4f6ef;color:#0a6258;border-radius:999px;padding:8px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.dd-shop-card-copy{padding:22px}.dd-shop-card-copy h3{font-size:24px;margin:0 0 8px}.dd-shop-card-copy p{color:var(--dd-muted);font-size:13px;line-height:1.55;min-height:62px}.dd-shop-card-copy a{font-size:12px;font-weight:900;color:var(--dd-teal)}.dd-shop-disclosure{font-size:11px;color:#73817f;margin:20px 0 0}.dd-shop-diagnosis{background:#e8f3ef;padding:88px 0}.dd-shop-diagnosis-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.dd-shop-diagnosis h2{font-size:clamp(38px,4vw,54px);line-height:1.05;letter-spacing:-.04em;margin:8px 0 15px}.dd-shop-diagnosis p{color:var(--dd-muted);font-size:16px;line-height:1.65}.dd-shop-rule-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dd-shop-rule-grid>div{background:#fff;border:1px solid #d4e3de;border-radius:18px;padding:20px}.dd-shop-rule-grid b,.dd-shop-rule-grid strong,.dd-shop-rule-grid small{display:block}.dd-shop-rule-grid b{color:#0d725f;font-size:10px;letter-spacing:.1em}.dd-shop-rule-grid strong{font-size:17px;margin:8px 0 5px}.dd-shop-rule-grid small{color:var(--dd-muted);line-height:1.45}.dd-shop-feature{padding:82px 0;background:#fff}.dd-shop-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dd-shop-feature-card{border:1px solid #dce5e2;border-radius:20px;padding:24px;transition:.2s}.dd-shop-feature-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(5,38,44,.09)}.dd-shop-feature-card span,.dd-shop-feature-card strong,.dd-shop-feature-card small,.dd-shop-feature-card b{display:block}.dd-shop-feature-card span{width:35px;height:35px;border-radius:10px;background:#e5f5f0;color:#0d625b;display:grid;place-items:center;font-size:11px;font-weight:900}.dd-shop-feature-card strong{font-size:21px;margin:15px 0 7px}.dd-shop-feature-card small{color:var(--dd-muted);line-height:1.5;min-height:55px}.dd-shop-feature-card b{color:var(--dd-teal);font-size:12px;margin-top:15px}.dd-shop-help{padding:65px 0;background:#072f36;color:#fff}.dd-shop-help .dd-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.dd-shop-help h2{font-size:38px;line-height:1.08;margin:7px 0 10px}.dd-shop-help p{color:#c8d9d7;max-width:760px;margin:0}.dd-shop-help .dd-btn{flex:0 0 auto}
@media(max-width:980px){.dd-shop-hero-grid,.dd-shop-diagnosis-grid{grid-template-columns:1fr}.dd-shop-grid{grid-template-columns:1fr 1fr}.dd-shop-trust .dd-wrap{grid-template-columns:1fr 1fr}.dd-shop-feature-grid{grid-template-columns:1fr 1fr}.dd-shop-help .dd-wrap{align-items:flex-start;flex-direction:column}}
@media(max-width:650px){.dd-shop-hero{min-height:auto}.dd-shop-hero-grid{padding:55px 0;gap:28px}.dd-shop-hero h1{font-size:45px}.dd-shop-grid,.dd-shop-rule-grid,.dd-shop-feature-grid,.dd-shop-trust .dd-wrap{grid-template-columns:1fr}.dd-shop-categories,.dd-shop-diagnosis,.dd-shop-feature{padding:55px 0}.dd-shop-card-img{height:210px}.dd-shop-help h2{font-size:31px}}


/* DampDeck 5.0 — Find Help visual parity */
.dd-help-page{background:#f7f6f1}.dd-help-hero{min-height:650px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,#062f36 0%,rgba(6,47,54,.96) 46%,rgba(6,47,54,.40) 100%),var(--help-hero) center/cover no-repeat}.dd-help-hero-grid{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);gap:72px;align-items:center;padding:82px 0}.dd-help-hero h1{font-size:clamp(52px,6vw,80px);line-height:.98;letter-spacing:-.045em;margin:12px 0 22px;max-width:850px}.dd-help-hero h1 em{font-style:normal;color:#62d8bc}.dd-help-hero-copy>p{max-width:730px;color:#d6e4e2;font-size:19px;line-height:1.65}.dd-help-search{margin-top:28px;background:#fff;border-radius:18px;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;max-width:710px;box-shadow:0 22px 55px rgba(0,0,0,.24)}.dd-help-search label{position:relative}.dd-help-search label span{position:absolute;top:7px;left:14px;color:#64807e;text-transform:uppercase;letter-spacing:.09em;font-size:9px;font-weight:900}.dd-help-search input{width:100%;border:0;outline:0;padding:22px 14px 8px;font:inherit;color:#153c42;background:transparent}.dd-help-match{margin-top:14px;color:#cbe2df;font-size:13px}.dd-help-match strong{color:#fff}.dd-help-match-warn{color:#f4d7b4}.dd-help-hero-card{background:rgba(4,37,43,.92);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:31px;box-shadow:0 28px 70px rgba(0,0,0,.26)}.dd-help-hero-card>span{color:#68d9be;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900}.dd-help-hero-card>strong{display:block;font-size:28px;line-height:1.15;margin:9px 0 18px}.dd-help-hero-card>div{display:flex;gap:12px;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding:14px 0}.dd-help-hero-card>div b{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#155e5b;color:#8ce1cf;font-size:10px}.dd-help-hero-card>div p{font-size:13px;line-height:1.45;margin:0;color:#d2dfde}.dd-help-hero-card .dd-btn{margin-top:10px;width:100%;justify-content:center}.dd-help-trust{background:#052d34;color:#fff}.dd-help-trust .dd-wrap{display:grid;grid-template-columns:repeat(4,1fr)}.dd-help-trust span{text-align:center;padding:18px;border-right:1px solid rgba(255,255,255,.09);font-size:12px;font-weight:800}.dd-help-services{padding:88px 0;background:#f7f6f1}.dd-help-heading{display:grid;grid-template-columns:1.05fr .95fr;align-items:end;gap:50px}.dd-help-heading p{color:var(--dd-muted);font-size:15px;line-height:1.65;margin:0}.dd-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:32px}.dd-help-card{background:#fff;border:1px solid #dce5e2;border-radius:22px;overflow:hidden;box-shadow:0 15px 38px rgba(5,38,44,.08);display:flex;flex-direction:column}.dd-help-card-media{height:220px;background:linear-gradient(180deg,rgba(5,38,44,.03),rgba(5,38,44,.42)),var(--pic) center/cover no-repeat;position:relative}.dd-help-card-media>span{position:absolute;left:16px;bottom:16px;width:44px;height:44px;border-radius:13px;background:#0c5b57;color:#fff;display:grid;place-items:center;font-size:18px;box-shadow:0 10px 24px rgba(0,0,0,.18)}.dd-help-card-body{padding:22px;display:flex;flex-direction:column;flex:1}.dd-help-card-body>small{text-transform:uppercase;letter-spacing:.09em;color:#0d725f;font-size:9px;font-weight:900}.dd-help-card h3{font-size:24px;line-height:1.15;margin:7px 0 8px}.dd-help-card p{font-size:13px;line-height:1.55;color:var(--dd-muted);margin:0 0 14px}.dd-help-check{background:#f1f7f4;border:1px solid #d7e8e1;border-radius:14px;padding:14px;margin:0 0 18px}.dd-help-check b,.dd-help-check span{display:block}.dd-help-check b{text-transform:uppercase;letter-spacing:.08em;color:#0b6258;font-size:9px;margin-bottom:5px}.dd-help-check span{font-size:11px;line-height:1.5;color:#496368}.dd-help-card .dd-btn{margin-top:auto;width:100%;justify-content:center}.dd-help-unconfigured{margin-top:auto;background:#f4f1ea;border-radius:12px;padding:12px;color:#7d766a;font-size:11px;text-align:center}.dd-help-compare{padding:90px 0;background:#e8f3ef}.dd-help-compare-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:70px;align-items:start}.dd-help-compare h2{font-size:clamp(39px,4vw,54px);line-height:1.05;letter-spacing:-.04em;margin:8px 0 15px}.dd-help-compare p{color:var(--dd-muted);font-size:16px;line-height:1.65}.dd-help-compare-list{display:grid;gap:14px}.dd-help-compare-list article{display:flex;gap:17px;background:#fff;border:1px solid #d4e3de;border-radius:19px;padding:21px}.dd-help-compare-list article>b{flex:0 0 38px;width:38px;height:38px;border-radius:11px;background:#0f5f5a;color:#fff;display:grid;place-items:center;font-size:10px}.dd-help-compare-list strong,.dd-help-compare-list small{display:block}.dd-help-compare-list strong{font-size:18px;color:var(--dd-navy);margin-bottom:5px}.dd-help-compare-list small{font-size:12px;line-height:1.5;color:var(--dd-muted)}.dd-help-split{padding:86px 0;background:#fff}.dd-help-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.dd-help-diagnose-panel,.dd-help-shop-panel{border-radius:24px;padding:36px;min-height:310px;display:flex;flex-direction:column;align-items:flex-start}.dd-help-diagnose-panel{background:#072f36;color:#fff}.dd-help-shop-panel{background:#e7f3ef;border:1px solid #d0e4dd;color:var(--dd-navy)}.dd-help-split h2{font-size:35px;line-height:1.08;margin:8px 0 12px}.dd-help-diagnose-panel p{color:#c8d9d7}.dd-help-shop-panel p{color:var(--dd-muted)}.dd-help-split p{line-height:1.65;margin:0 0 22px}.dd-help-split .dd-btn{margin-top:auto}.dd-help-final{padding:70px 0;background:#062f36;color:#fff}.dd-help-final .dd-wrap{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}.dd-help-final h2{font-size:39px;line-height:1.08;margin:7px 0 9px}.dd-help-final p{color:#c9dbd9;max-width:720px;margin:0}.dd-help-final-search{background:#fff;border-radius:16px;padding:9px;display:grid;grid-template-columns:1fr auto;gap:9px}.dd-help-final-search input{border:0;outline:0;padding:13px 14px;font:inherit;color:#153c42}
@media(max-width:1000px){.dd-help-hero-grid,.dd-help-compare-grid,.dd-help-final .dd-wrap{grid-template-columns:1fr}.dd-help-grid{grid-template-columns:1fr 1fr}.dd-help-trust .dd-wrap{grid-template-columns:1fr 1fr}.dd-help-heading{grid-template-columns:1fr}.dd-help-hero-card{max-width:650px}.dd-help-split-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.dd-help-hero{min-height:auto}.dd-help-hero-grid{padding:56px 0;gap:28px}.dd-help-hero h1{font-size:45px}.dd-help-search,.dd-help-final-search{grid-template-columns:1fr}.dd-help-grid,.dd-help-trust .dd-wrap,.dd-help-split-grid{grid-template-columns:1fr}.dd-help-services,.dd-help-compare,.dd-help-split{padding:58px 0}.dd-help-card-media{height:210px}.dd-help-final{padding:55px 0}.dd-help-final h2{font-size:32px}}

/* DampDeck 5.1 local/programmatic visual parity */
.dd-local-page{display:grid;gap:34px}.dd-local-breadcrumbs{margin:-4px 0 4px}.dd-local-intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:34px;align-items:stretch}.dd-local-intro-copy{background:#fff;border:1px solid var(--dd-line);border-radius:24px;padding:38px;box-shadow:0 16px 44px rgba(7,37,43,.07)}.dd-local-intro-copy h2{font-size:clamp(36px,4vw,52px);line-height:1.04;letter-spacing:-.04em;margin:8px 0 16px}.dd-local-intro-copy>p{font-size:16px;line-height:1.7;color:var(--dd-muted);max-width:720px}.dd-local-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.dd-local-facts>div{background:#eff6f3;border:1px solid #d7e7e1;border-radius:14px;padding:15px}.dd-local-facts b,.dd-local-facts span{display:block}.dd-local-facts b{text-transform:uppercase;letter-spacing:.08em;font-size:9px;color:#0a6d60;margin-bottom:5px}.dd-local-facts span{font-size:13px;font-weight:800;color:var(--dd-navy)}.dd-local-intro-media{position:relative;border-radius:24px;overflow:hidden;min-height:440px;background:#dce7e3;box-shadow:0 16px 44px rgba(7,37,43,.1)}.dd-local-intro-media .dd-rich-media{height:100%}.dd-local-intro-media .dd-rich-media img{height:100%;object-fit:cover}.dd-local-intro-media:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(180deg,transparent,rgba(4,34,40,.82));pointer-events:none}.dd-local-photo-note{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff;font-size:12px;line-height:1.5;font-weight:750}.dd-local-checks{background:#092f36;color:#fff;border-radius:26px;padding:38px;display:grid;grid-template-columns:.72fr 1.28fr;gap:44px;align-items:start}.dd-local-checks h2{font-size:38px;line-height:1.06;margin:7px 0 12px}.dd-local-checks>div:first-child>p{color:#c8d9d7;line-height:1.65}.dd-local-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dd-local-check-grid article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:20px;min-height:165px}.dd-local-check-grid article b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#62d8bc;color:#07333a;font-size:10px;margin-bottom:22px}.dd-local-check-grid article strong,.dd-local-check-grid article span{display:block}.dd-local-check-grid article strong{font-size:18px;margin-bottom:7px}.dd-local-check-grid article span{font-size:12px;line-height:1.55;color:#c9dcda}.dd-local-main-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:30px;align-items:start}.dd-local-story{background:#fff;border:1px solid var(--dd-line);border-radius:24px;padding:38px;box-shadow:0 15px 40px rgba(7,37,43,.06)}.dd-local-story h2{font-size:40px;line-height:1.08;letter-spacing:-.035em;margin:7px 0 14px}.dd-local-story h3{font-size:27px;line-height:1.15;margin:30px 0 12px}.dd-local-story>p{font-size:16px;line-height:1.72;color:var(--dd-muted)}.dd-local-answer{margin:26px 0;background:#eaf5f1;border:1px solid #d3e7df;border-radius:18px;padding:22px}.dd-local-answer strong{display:block;font-size:20px;color:var(--dd-navy);margin-bottom:7px}.dd-local-answer p{margin:0;color:#536d70;line-height:1.6}.dd-local-quote-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.dd-local-quote-list li{background:#f8faf8;border:1px solid #e0e8e4;border-radius:14px;padding:15px 17px;color:#52696d;font-size:13px;line-height:1.55}.dd-local-quote-list b{color:var(--dd-navy)}.dd-local-area{margin-top:30px;background:#f2f0e9;border-radius:18px;padding:23px}.dd-local-area h3{margin:5px 0 9px}.dd-local-area p{color:#53696c;line-height:1.6}.dd-local-area small{display:block;color:#7a8786;line-height:1.5}.dd-local-action-stack{display:grid;gap:15px;position:sticky;top:98px}.dd-local-action-card{background:#fff;border:1px solid var(--dd-line);border-radius:20px;padding:24px;box-shadow:0 12px 30px rgba(7,37,43,.055)}.dd-local-action-card>span{text-transform:uppercase;letter-spacing:.09em;color:#0a765f;font-size:9px;font-weight:900}.dd-local-action-card h3{font-size:25px;line-height:1.14;margin:7px 0 9px}.dd-local-action-card p{font-size:13px;line-height:1.55;color:var(--dd-muted);margin:0 0 16px}.dd-local-action-primary{background:#0a3d43;color:#fff;border-color:#0a3d43}.dd-local-action-primary>span{color:#75ddc7}.dd-local-action-primary p{color:#c9dcda}.dd-local-action-primary h3{color:#fff}.dd-local-provider-note{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px;color:#d2e1df;font-size:11px}.dd-local-shop-mini{background:#edf7f3}.dd-local-commerce{background:linear-gradient(135deg,#0b4b52,#082f38);color:#fff;border-radius:26px;padding:38px;display:grid;grid-template-columns:minmax(0,1.2fr) auto;gap:36px;align-items:center}.dd-local-commerce h2{font-size:36px;line-height:1.08;margin:7px 0 10px}.dd-local-commerce p{margin:0;color:#c9dcda;line-height:1.6;max-width:760px}.dd-local-commerce-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.dd-local-final{margin-bottom:-8px;border-radius:24px;padding:34px 38px;background:#e8f3ef;border:1px solid #d0e4dd;display:flex;justify-content:space-between;gap:32px;align-items:center}.dd-local-final h2{font-size:33px;line-height:1.08;margin:5px 0 7px}.dd-local-final p{margin:0;color:var(--dd-muted)}.dd-local-room-band{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start;background:#e6f2ee;border-radius:24px;padding:34px}.dd-local-room-band h2{font-size:36px;line-height:1.08;margin:7px 0}.dd-local-room-band p{margin:0 0 10px;color:#536d70;line-height:1.65}.dd-btn-dark{background:var(--dd-navy);color:#fff}.dd-btn-dark:hover{color:#fff;transform:translateY(-1px)}
@media(max-width:1050px){.dd-local-intro,.dd-local-main-grid{grid-template-columns:1fr}.dd-local-checks{grid-template-columns:1fr}.dd-local-action-stack{position:static;grid-template-columns:repeat(3,1fr)}.dd-local-commerce{grid-template-columns:1fr}.dd-local-commerce-actions{justify-content:flex-start}.dd-local-room-band{grid-template-columns:1fr}}
@media(max-width:760px){.dd-local-page{gap:22px}.dd-local-intro-copy,.dd-local-story,.dd-local-checks,.dd-local-commerce{padding:24px}.dd-local-intro-media{min-height:300px}.dd-local-facts,.dd-local-check-grid,.dd-local-action-stack{grid-template-columns:1fr}.dd-local-intro-copy h2,.dd-local-story h2{font-size:33px}.dd-local-checks h2,.dd-local-commerce h2{font-size:30px}.dd-local-final{padding:24px;align-items:flex-start;flex-direction:column}.dd-local-room-band{padding:24px}.dd-local-room-band h2{font-size:30px}}

/* DampDeck 5.2 final QA */
body,button,input,select,textarea,.dd-site-header,.dd-footer{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.dd-empty-state{grid-column:1/-1;padding:42px;border:1px solid var(--dd-line);border-radius:22px;background:#fff;box-shadow:var(--dd-shadow);max-width:900px;margin:24px auto}
.dd-empty-state h2{margin:8px 0 10px;font-size:clamp(28px,3vw,42px);letter-spacing:-.035em}.dd-empty-state p{color:#587074;max-width:700px}.dd-empty-state .dd-hero-actions{margin-top:20px;flex-wrap:wrap}


/* DampDeck 5.3 launch-readiness accessibility layer */
.dd-skip-link{position:fixed;left:16px;top:12px;z-index:9999;background:#fff;color:var(--dd-navy);padding:11px 15px;border:2px solid var(--dd-teal);border-radius:10px;font-weight:850;transform:translateY(-180%);transition:transform .16s ease;box-shadow:var(--dd-shadow)}
.dd-skip-link:focus{transform:translateY(0)}
.dd-main-anchor{display:block;position:relative;top:-120px;visibility:hidden}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid #19a99a;outline-offset:3px}
.dd-mobile-menu[aria-expanded="true"]{background:var(--dd-mint);border-color:var(--dd-teal)}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* DampDeck 6.0 — locked-design US expansion */
.dd-country-switch{display:inline-flex;align-items:center;gap:6px;padding:5px;border:1px solid #d8e1e8;border-radius:999px;background:#f7fafb;font-size:12px;font-weight:800}.dd-country-switch a{padding:6px 9px;border-radius:999px;text-decoration:none;color:#153244}.dd-country-switch a.active{background:#0b2233;color:#fff}.dd-us-hero .dd-route-hero-copy{max-width:790px}.dd-us-trust span:last-child{font-weight:800}.dd-us-content{padding-top:38px}.dd-us-search-panel{display:grid;grid-template-columns:1.3fr .9fr;gap:28px;align-items:center;padding:30px;margin:0 0 34px;border:1px solid #dfe8ec;border-radius:24px;background:linear-gradient(135deg,#f5fbfa,#fff)}.dd-us-search-panel h2{margin:6px 0 8px}.dd-us-search-panel form{display:flex;gap:10px}.dd-us-search-panel input,.dd-us-diagnose input,.dd-us-diagnose select{width:100%;min-height:50px;border:1px solid #cfdde2;border-radius:12px;padding:0 14px;background:#fff;font:inherit}.dd-us-family-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:28px 0 44px}.dd-us-family-grid .dd-route{overflow:hidden}.dd-us-feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:40px 0;padding:26px;border-radius:24px;background:#0b2233;color:#fff}.dd-us-feature-row article{padding:12px}.dd-us-feature-row article span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#20c38a;color:#071d2a;font-weight:900}.dd-us-feature-row h3{color:#fff;margin:12px 0 6px}.dd-us-feature-row p{color:#d4e2e8}.dd-us-state-grid,.dd-us-city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0 40px}.dd-us-state-grid a,.dd-us-city-grid a{display:flex;flex-direction:column;gap:4px;padding:15px 16px;border:1px solid #dce5e9;border-radius:14px;background:#fff;text-decoration:none}.dd-us-state-grid strong,.dd-us-city-grid strong{color:#102f41}.dd-us-state-grid span,.dd-us-city-grid span{font-size:12px;color:#61737d}.dd-us-state-summary{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:28px;border-radius:22px;background:#f2f8f7;margin:24px 0 30px}.dd-us-zips{margin:36px 0;padding:26px;border-radius:22px;background:#f7fafb}.dd-us-zips>div{display:flex;flex-wrap:wrap;gap:8px}.dd-us-zips>div a{padding:7px 10px;border:1px solid #d8e3e7;border-radius:999px;background:#fff;font-weight:800;text-decoration:none}.dd-us-diagnose{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:24px;border:1px solid #dfe7ea;border-radius:22px;background:#fff;margin-bottom:34px}.dd-us-diagnose label{display:grid;gap:8px;font-weight:800;font-size:13px}.dd-us-diagnose .dd-btn{align-self:end;min-height:50px}.dd-us-price{display:inline-block;margin:0 0 8px;padding:6px 10px;border-radius:10px;background:#e8f8f2;color:#087252;font-weight:900}.dd-us-cost-benchmark{margin:24px 0;padding:24px;border-left:5px solid #20c38a;border-radius:14px;background:#f1faf7}.dd-us-cost-benchmark strong{display:block;font-size:32px;color:#0b2233;margin:5px 0 8px}.dd-us-cost-benchmark a{font-weight:800}.dd-us-market-label{font-weight:900;color:#20c38a}.dd-footer .dd-country-switch{margin-top:12px;background:#102b3c;border-color:#315061}.dd-footer .dd-country-switch a{color:#d6e5eb}.dd-footer .dd-country-switch a.active{background:#20c38a;color:#08202d}
@media(max-width:1100px){.dd-us-family-grid,.dd-us-state-grid,.dd-us-city-grid{grid-template-columns:repeat(3,1fr)}.dd-us-feature-row{grid-template-columns:repeat(2,1fr)}.dd-us-diagnose{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.dd-us-search-panel{grid-template-columns:1fr;padding:22px}.dd-us-search-panel form{flex-direction:column}.dd-us-family-grid,.dd-us-state-grid,.dd-us-city-grid,.dd-us-feature-row,.dd-us-diagnose{grid-template-columns:1fr}.dd-us-state-summary{align-items:flex-start;flex-direction:column}.dd-country-switch{display:none}}

.dd-us-recommended{outline:2px solid #20c38a;box-shadow:0 16px 36px rgba(15,111,105,.14)}
