/* ============================================
   KUBO EPC — Premium Visual Design v2
   Stripe/Linear aesthetic for a local trade business
   ============================================ */

/* RESET */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',sans-serif;color:#444;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.65}
a{transition:color .2s}
img{max-width:100%}

/* ============================================
   NAV
   ============================================ */
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);padding:0 24px}
.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:60px}
.nav-brand{font-weight:700;font-size:19px;color:#1d1d1f;text-decoration:none;letter-spacing:-.4px}
.nav-brand b{color:#16803c}
.nav-links{display:flex;gap:28px;align-items:center}
.nav-links a{color:#666;text-decoration:none;font-size:13px;font-weight:500;transition:color .2s}
.nav-links a:hover{color:#1d1d1f}
.nav-links .cta{background:#16803c;color:#fff;padding:10px 22px;border-radius:8px;font-weight:600;font-size:13px;transition:all .2s;box-shadow:0 2px 6px rgba(22,128,60,.2)}
.nav-links .cta:hover{background:#146e34;box-shadow:0 6px 20px rgba(22,128,60,.3);transform:translateY(-1px)}
.nav-tel{font-weight:600;color:#1d1d1f !important;font-size:13px !important}

/* NAV DROPDOWN */
.nav-dropdown{position:relative}
.nav-dropdown > a{cursor:pointer}
.nav-dropdown-list{display:none;position:absolute;top:100%;left:-12px;background:#fff;border:1px solid rgba(0,0,0,.06);padding:16px 0 8px;min-width:170px;box-shadow:0 16px 48px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04);border-radius:10px;z-index:60}
.nav-dropdown-list a{display:block;padding:7px 18px;font-size:13px;color:#555;transition:all .15s}
.nav-dropdown-list a:hover{background:#f5f5f5;color:#1d1d1f}
.nav-dropdown:hover .nav-dropdown-list,.nav-dropdown.open .nav-dropdown-list{display:block}

/* HAMBURGER */
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.nav-toggle span{display:block;width:20px;height:2px;background:#1d1d1f;transition:transform .2s,opacity .2s}
.nav-open .nav-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-open .nav-toggle span:nth-child(2){opacity:0}
.nav-open .nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* BREADCRUMB */
.breadcrumb{padding:10px 24px;font-size:12px;color:#999}
.breadcrumb-inner{max-width:1100px;margin:0 auto}
.breadcrumb a{color:#16803c;text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb span{margin:0 6px;color:#ddd}

/* ============================================
   HERO — Bright friendly background
   ============================================ */
.hero-dark{
  background:linear-gradient(135deg,#f8fdf9 0%,#eef7f0 50%,#f0f8ff 100%);
  padding:72px 24px 64px;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid #e8e8e8;
}
.hero-dark::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background-image:url('/img/semi-detached.jpg');
  background-position:center 80%;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:.06;
  pointer-events:none;
}
.hero-dark.hero-bg-semi::before{background-image:url('/img/semi-detached.jpg')}
.hero-dark.hero-bg-detached::before{background-image:url('/img/detached-house.jpg')}
.hero-dark.hero-bg-terraced::before{background-image:url('/img/terraced-row.jpg')}
.hero-dark.hero-bg-flats::before{background-image:url('/img/flats-exterior.jpg')}
.hero-dark.hero-bg-bay::before{background-image:url('/img/bay-window.jpg')}
.hero-dark.hero-bg-assessor::before{background-image:url('/img/assessor-at-work.jpg')}
.hero-dark-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr 400px;gap:48px;align-items:start}
.hero-price{display:inline-block;background:#16803c;color:#fff;font-size:14px;font-weight:700;padding:7px 16px;border-radius:20px;margin-bottom:20px}
.hero-dark h1{font-size:clamp(30px,4.2vw,48px);font-weight:800;line-height:1.08;color:#1d1d1f;margin-bottom:18px;max-width:580px;letter-spacing:-.8px}
.hero-dark p{font-size:16px;color:#555;line-height:1.7;margin-bottom:24px;max-width:520px}

/* HERO BOOKING WIZARD */
.hero-booking{max-width:100%;background:#fff;border-radius:16px;padding:24px;box-shadow:0 12px 40px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.04);border-top:3px solid #16803c}
.hero-trust{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px}
.hero-trust-item{font-size:12px;font-weight:600;color:#333;display:inline-flex;align-items:center;gap:4px}
.booking-urgency{font-size:12px;color:#16803c;font-weight:600;text-align:center;margin-bottom:12px;padding:6px 12px;background:#f0faf3;border-radius:4px}

/* RECENTLY BOOKED TICKER */
.recent-bookings{background:#fff;border-bottom:1px solid #f0f0f0;padding:10px 24px;text-align:center}
.recent-bookings-inner{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#555}
.recent-dot{width:8px;height:8px;border-radius:50%;background:#16803c;animation:pulse 2s infinite}
.recent-text{font-weight:500}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.booking-step{animation:fadeIn .3s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* SERVICE TOGGLE */
.service-toggle{display:flex;gap:4px;margin-bottom:4px}
.svc-btn{flex:1;padding:8px 4px;border:1.5px solid #e0e0e0;border-radius:6px;background:#fff;font-size:11px;font-weight:600;color:#555;cursor:pointer;transition:all .15s;font-family:inherit;text-align:center;white-space:nowrap}
.svc-btn:hover{border-color:#16803c;color:#16803c}
.svc-btn.selected{background:#16803c;color:#fff;border-color:#16803c}

/* BED STEPPER */
.stepper-label{font-size:13px;font-weight:600;color:#555;margin-bottom:8px}
.bed-stepper{display:flex;align-items:center;gap:0;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;width:fit-content;margin-bottom:4px}
.stepper-btn{width:48px;height:48px;border:none;background:#fafafa;font-size:22px;font-weight:500;color:#333;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;font-family:inherit;user-select:none}
.stepper-btn:hover{background:#f0f0f0;color:#16803c}
.stepper-btn:active{background:#e8e8e8;transform:scale(.95)}
.stepper-value{width:80px;height:48px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#1d1d1f;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;background:#fff}

.lookup-row{display:flex;gap:8px}
.lookup-row input{flex:1;background:#fff;border:1px solid #e0e0e0;padding:13px 14px;border-radius:8px;color:#333;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s}
.lookup-row input::placeholder{color:#bbb}
.lookup-row input:focus{border-color:#16803c;outline:none;box-shadow:0 0 0 3px rgba(22,128,60,.12)}
.lookup-price{margin-top:14px;padding:20px;background:#f0faf3;border:2px solid #16803c;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.lookup-price-amount{font-size:36px;font-weight:700;color:#16803c;letter-spacing:-.5px}
.lookup-price-label{font-size:14px;color:#1d1d1f;font-weight:600}
.lookup-price-note{font-size:11px;color:#888;margin-top:3px}
.lookup-price .btn{margin:0;padding:13px 22px}
.lookup-btn{background:#16803c;color:#fff;border:none;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .2s;box-shadow:0 2px 8px rgba(22,128,60,.25)}
.lookup-btn:hover{background:#146e34;box-shadow:0 4px 14px rgba(22,128,60,.3);transform:translateY(-1px)}
.lookup-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}

/* Step 3 form fields */
.step-3-heading{font-size:12px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}
.step-3-fields input,.step-3-fields select,.step-3-fields textarea{background:#fff;border:1px solid #e0e0e0;padding:12px 14px;border-radius:8px;font-size:13px;font-family:inherit;color:#333;width:100%;transition:border-color .2s,box-shadow .2s}
.step-3-fields input:focus,.step-3-fields select:focus,.step-3-fields textarea:focus{border-color:#16803c;outline:none;box-shadow:0 0 0 3px rgba(22,128,60,.12)}
.step-3-fields input::placeholder,.step-3-fields textarea::placeholder{color:#bbb}
.step-3-fields select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}

/* TIME GRID */
.time-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-bottom:10px}
.time-card{background:#f8f8f8;border:1px solid #e0e0e0;border-radius:8px;padding:12px 8px;text-align:center;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;color:#333;transition:all .15s;display:flex;flex-direction:column;gap:2px}
.time-card span{font-size:11px;font-weight:400;color:#999}
.time-card:hover{border-color:#16803c;background:#f0faf3}
.time-card.selected{border-color:#16803c;background:#f0faf3;color:#16803c;box-shadow:0 0 0 2px rgba(22,128,60,.15)}
.time-card.disabled{opacity:.35;pointer-events:none}
.time-card.full{opacity:.5;pointer-events:none;position:relative}
.time-card .full-badge{display:block;font-size:10px;font-weight:500;color:#ef4444;margin-top:2px}

.lookup-status{font-size:11px;color:#999;margin-top:5px}
.lookup-status.error{color:#ef4444}

/* HERO EPC REPORT GRAPHIC */
.hero-graphic{display:flex;justify-content:center;align-items:flex-start;padding-top:8px}
.epc-report{width:260px;background:#fff;border:1px solid #e8e8e8;padding:14px;border-radius:10px}
.epc-report-hero{box-shadow:0 4px 20px rgba(0,0,0,.06)}
.epc-report-title{font-size:14px;font-weight:700;color:#1d1d1f;margin-bottom:12px}
.epc-table{width:100%;border-collapse:collapse;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}
.epc-table th{font-size:9px;font-weight:600;color:#666;text-align:left;padding:4px 6px;border:1px solid #e0e0e0;background:#fafafa}
.epc-table td{padding:3px 4px;border:1px solid #eee;vertical-align:middle;height:30px}
.epc-score{font-size:10px;color:#888;text-align:center;width:40px;font-weight:500}
.epc-stair{height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,0 100%);min-width:30px}
.epc-table td:nth-child(3),.epc-table td:nth-child(4){width:64px;text-align:center}
.epc-arrow{display:inline-block;padding:4px 10px 4px 12px;font-size:11px;font-weight:700;color:#fff;clip-path:polygon(8px 0,100% 0,100% 100%,8px 100%,0 50%);min-width:48px;text-align:center}
.arrow-a{background:#008054}.arrow-b{background:#19b459}.arrow-c{background:#8dce46}
.arrow-d{background:#ffd500;color:#333}.arrow-e{background:#fcaa65}
.arrow-f{background:#ef8023}.arrow-g{background:#e9153b}

/* ============================================
   STATS BAR — overlays bottom of hero
   ============================================ */
.stats-bar{background:#fff;border-bottom:1px solid #eee;padding:28px 24px}
.stats-bar-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.stat-num{font-size:20px;font-weight:700;color:#16803c}
.stat-text{font-size:11px;color:#999;margin-top:4px;font-weight:500}

/* AREA HERO */
.area-hero{padding:48px 24px 36px}
.area-hero .hero-inner{max-width:1100px}
.area-hero h1{font-size:clamp(24px,3.5vw,38px);margin-bottom:14px;letter-spacing:-.4px;color:#1d1d1f}
.area-hero .hero-intro{font-size:14px;color:#555;line-height:1.7;margin-bottom:22px;max-width:680px}
.area-hero .hero-btns{justify-content:flex-start}

/* TRUST LINE */
.trust-line{padding:14px 24px;border-bottom:1px solid #eee}
.trust-line-inner{max-width:1100px;margin:0 auto;display:flex;gap:24px;flex-wrap:wrap;font-size:12px;color:#999;font-weight:500}
.trust-line-inner span{display:flex;align-items:center;gap:6px}
.trust-dot{color:#16803c;font-size:8px}

/* ============================================
   SECTIONS — Clean white, generous spacing
   ============================================ */
.sec{padding:56px 24px;border-top:1px solid #f0f0f0}
.sec:first-of-type{border-top:none}
.sec-inner{max-width:1100px;margin:0 auto}
.sec h2{font-size:28px;font-weight:700;color:#1d1d1f;margin-bottom:6px;letter-spacing:-.5px}
.sec .sec-sub{color:#888;font-size:14px;margin-bottom:32px;font-weight:400}

/* ============================================
   PRICING TABLE
   ============================================ */
.price-table{width:100%;max-width:520px;border-collapse:separate;border-spacing:0;border:1px solid #eee;border-radius:10px;overflow:hidden}
.price-table th{text-align:left;padding:12px 18px;font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #eee;background:#fafafa}
.price-table td{padding:15px 18px;border-bottom:1px solid #f5f5f5;font-size:14px;transition:background .15s}
.price-table tr:hover td{background:#f9fefb}
.price-table tr:last-child td{border-bottom:none}
.price-table .price-val{font-weight:700;color:#16803c;font-size:18px}
.price-note{margin-top:14px;font-size:12px;color:#aaa}
.price-popular{position:relative}
.price-popular td:first-child::after{content:"Most common";display:inline-block;margin-left:8px;font-size:10px;font-weight:600;color:#16803c;background:#e8f5e9;padding:2px 8px;border-radius:10px;vertical-align:middle}
.price-checklist{list-style:none;padding:0;margin:16px 0 0;max-width:520px}
.price-checklist li{padding:6px 0;font-size:13px;color:#555;display:flex;align-items:center;gap:8px}
.price-checklist li::before{content:"\2713";color:#16803c;font-weight:700;font-size:15px;flex-shrink:0}
.price-trust{margin-top:14px;font-size:12px;color:#888;letter-spacing:.3px}

/* ============================================
   EPC RATING CHART
   ============================================ */
.epc-chart-css{max-width:280px}
.epc-bar-row{display:flex;align-items:center;margin-bottom:4px}
.epc-bar-letter{width:38px;font-weight:700;font-size:13px;color:#fff;text-align:center;padding:6px 0;border-radius:3px}
.epc-bar-range{margin-left:10px;font-size:11px;color:#aaa}
.bar-a{background:#008054}.bar-b{background:#19b459}.bar-c{background:#8dce46}
.bar-d{background:#ffd500;color:#333}.bar-e{background:#fcaa65}
.bar-f{background:#ef8023}.bar-g{background:#e9153b}
.epc-chart-caption{font-size:11px;color:#aaa;margin-top:10px}

/* RATING CARDS (what-is-an-epc page) */
.rating-cards{display:flex;flex-direction:column;gap:10px;margin-top:16px}
.rating-card{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid #eee;border-radius:10px;padding:18px 20px;transition:all .2s}
.rating-card:hover{border-color:#d4edda;background:#fbfefb}
.rating-card .rating-letter{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;flex-shrink:0}
.rating-info{flex:1}
.rating-range{font-size:12px;color:#999;font-weight:500}
.rating-title{font-size:15px;font-weight:700;color:#1d1d1f;margin:2px 0 4px}
.rating-info p{font-size:13px;color:#555;line-height:1.5;margin:0}

/* ============================================
   EPC EXPLAINER
   ============================================ */
.epc-explainer{display:grid;grid-template-columns:280px 1fr;gap:52px;align-items:start}
.epc-details{font-size:14px;color:#555;line-height:1.7}
.epc-details h3{font-size:18px;color:#1d1d1f;font-weight:700;margin-bottom:10px;margin-top:4px}
.epc-details ul{list-style:none;margin:0 0 28px;padding:0}
.epc-details li{padding:6px 0 6px 18px;position:relative;font-size:13px;line-height:1.7}
.epc-details li::before{content:'';width:5px;height:5px;background:#16803c;border-radius:50%;position:absolute;left:0;top:13px}
.epc-details li strong{color:#1d1d1f;margin-right:3px}

/* MINIMUM RATING BOX */
.min-rating{border-left:3px solid #16803c;padding:16px 20px;margin-top:24px;background:#f7faf8;border-radius:0 10px 10px 0}
.min-rating h4{font-size:14px;font-weight:700;color:#1d1d1f;margin-bottom:6px}
.min-rating p{font-size:13px;color:#555;line-height:1.65;margin-bottom:0}
.min-rating .rating-badge{display:inline-block;background:#ef8023;color:#fff;font-weight:700;padding:2px 7px;border-radius:3px;font-size:11px}
.min-rating .rating-badge-future{background:#8dce46}

/* ============================================
   AREAS
   ============================================ */
.areas-layout{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.areas-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.areas-list a,.areas-list span{background:#f5f5f5;padding:8px 16px;font-size:12px;font-weight:500;text-decoration:none;color:#444;border:none;border-radius:6px;transition:all .2s}
.areas-list a:hover{background:#16803c;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(22,128,60,.2)}

/* AREA LINKS */
.area-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.area-links a{background:#f5f5f5;padding:8px 18px;font-size:12px;font-weight:500;text-decoration:none;color:#444;border-radius:6px;transition:all .2s}
.area-links a:hover{background:#16803c;color:#fff;transform:translateY(-1px)}

/* MAP */
.map-container{overflow:hidden;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.map-container iframe{width:100%;height:340px;border:0}

/* ============================================
   FAQ — Wider, more spacious
   ============================================ */
.faq-item{border-bottom:1px solid #f0f0f0}
.faq-q{padding:18px 0;font-size:15px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#1d1d1f;transition:color .2s}
.faq-q:hover{color:#16803c}
.faq-q::after{content:'\203A';font-size:22px;color:#ccc;font-weight:300;transition:transform .25s,color .2s;line-height:1}
.faq-item.open .faq-q::after{transform:rotate(90deg);color:#16803c}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;font-size:14px;color:#666;line-height:1.7}
.faq-item.open .faq-a{max-height:300px;padding-bottom:18px}

/* ============================================
   BUTTONS — Bigger, more tactile
   ============================================ */
.hero-btns{display:flex;gap:10px;flex-wrap:wrap}
.btn{display:inline-block;padding:14px 26px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;border-radius:8px;cursor:pointer}
.btn-green{background:#16803c;color:#fff;box-shadow:0 1px 3px rgba(22,128,60,.2)}.btn-green:hover{background:#146e34;box-shadow:0 4px 14px rgba(22,128,60,.3);transform:translateY(-1px)}
.btn-white{background:#fff;color:#1d1d1f;border:1px solid rgba(255,255,255,.2)}.btn-white:hover{background:rgba(255,255,255,.95)}
.btn-ghost{background:#fff;color:#1d1d1f;border:1px solid #ddd}.btn-ghost:hover{border-color:#1d1d1f;transform:translateY(-1px)}
.btn-outline{background:transparent;color:#444;border:1px solid #ddd}.btn-outline:hover{color:#1d1d1f;border-color:#aaa}

/* ============================================
   PROPERTY LOOKUP (area pages)
   ============================================ */
.lookup-select{width:100%;margin-top:8px}
.lookup-select select{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:12px 14px;border-radius:8px;color:#fff;font-family:inherit;font-size:13px;outline:none;appearance:none}
.lookup-select select:focus{border-color:#4ade80}
.lookup-select select option{background:#1d1d1f}

/* PROPERTY SUMMARY CARD */
.property-card{background:#fff;border:1px solid #eee;border-left:3px solid #16803c;border-radius:10px;padding:18px;margin-top:12px;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.property-card h3{font-size:14px;font-weight:600;margin-bottom:12px;color:#1d1d1f}
.property-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.property-card-item{display:flex;flex-direction:column;gap:2px}
.property-card-label{font-size:9px;text-transform:uppercase;letter-spacing:.5px;color:#aaa;font-weight:600}
.property-card-value{font-size:13px;color:#333;font-weight:500}
.property-card-rating{display:inline-flex;align-items:center;gap:6px}
.property-card-badge{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;border-radius:4px;font-weight:700;font-size:12px;color:#fff}
.rating-a{background:#008054}.rating-b{background:#19b459}.rating-c{background:#8dce46}
.rating-d{background:#ffd500;color:#333}.rating-e{background:#fcaa65}
.rating-f{background:#ef8023}.rating-g{background:#e9153b}
.property-card-actions{display:flex;gap:8px;margin-top:14px}
.btn-confirm{background:#16803c;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s;box-shadow:0 1px 3px rgba(22,128,60,.2)}
.btn-confirm:hover{background:#146e34;box-shadow:0 4px 14px rgba(22,128,60,.3);transform:translateY(-1px)}
.btn-edit{background:transparent;color:#666;border:1px solid #ddd;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}
.btn-edit:hover{border-color:#999;color:#333}

/* EDITABLE PROPERTY FIELDS */
.property-edit{display:none;margin-top:12px}
.property-edit.visible{display:block}
.property-edit label{font-size:11px;color:#999;display:block;margin-bottom:3px;font-weight:500}

/* QUOTE FORM */
.form-row-light{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}
.form-row-light label{font-size:12px;font-weight:600;color:#555;display:block;margin-bottom:4px}
.form-row-light select,.form-row-light input{width:100%;padding:12px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;font-family:inherit;color:#333;background:#fff;appearance:none;transition:border-color .2s,box-shadow .2s;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}
.form-row-light input{background-image:none;padding-right:14px}
.form-row-light select:focus,.form-row-light input:focus{border-color:#16803c;outline:none;box-shadow:0 0 0 3px rgba(22,128,60,.12)}

/* ============================================
   PAGE HERO — Photo background for guide pages
   ============================================ */
.page-hero{
  position:relative;
  overflow:hidden;
}
.page-hero::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:center top/cover no-repeat;
  opacity:.12;
  pointer-events:none;
}
.page-hero.hero-bg-detached::before{background-image:url('/img/detached-house.jpg')}
.page-hero.hero-bg-semi::before{background-image:url('/img/semi-detached.jpg')}
.page-hero.hero-bg-terraced::before{background-image:url('/img/terraced-row.jpg')}
.page-hero.hero-bg-flats::before{background-image:url('/img/flats-exterior.jpg')}
.page-hero.hero-bg-bay::before{background-image:url('/img/bay-window.jpg')}
.page-hero.hero-bg-assessor::before{background-image:url('/img/assessor-at-work.jpg')}
.page-hero .sec-inner{position:relative;z-index:1}

/* ============================================
   PHOTO HERO — Dark overlay with background photo
   ============================================ */
.hero-photo{
  background:#1d1d1f;
  padding:80px 24px 64px;
  position:relative;
  overflow:hidden;
}
.hero-photo::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background-position:center 40%;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:.15;
}
.hero-photo.hp-agents::before{background-image:url('/img/hero-agents.jpg?v=4')}
.hero-photo.hp-flats::before{background-image:url('/img/flats-exterior.jpg')}
.hero-photo.hp-terraced::before{background-image:url('/img/terraced-row.jpg')}
.hero-photo.hp-detached::before{background-image:url('/img/detached-house.jpg')}
.hero-photo.hp-semi::before{background-image:url('/img/semi-detached.jpg')}
.hero-photo.hp-bay::before{background-image:url('/img/bay-window.jpg')}
.hero-photo.hp-assessor::before{background-image:url('/img/assessor-at-work.jpg')}
.hero-photo.hp-rear::before{background-image:url('/img/rear-inspection.jpg')}

/* FLOOR PLAN HERO — blueprint style */
.hero-floorplan{background:#0f1923}
.hero-floorplan::before{
  background-image:url('/img/floorplan-1bed-flat.jpg');
  background-position:right center;
  background-size:contain;
  opacity:.08;
  filter:brightness(2) invert(1);
}
.hero-floorplan::after{
  content:'';
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:linear-gradient(90deg,#0f1923 35%,transparent 80%);
  pointer-events:none;
}

.hero-photo-inner{
  max-width:1100px;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.hero-photo h1{
  font-size:clamp(28px,3.8vw,42px);
  font-weight:700;
  line-height:1.15;
  color:#fff;
  margin-bottom:16px;
  max-width:600px;
  letter-spacing:-.5px;
}
.hero-photo p{
  font-size:16px;
  color:rgba(255,255,255,.8);
  line-height:1.65;
  margin-bottom:28px;
  max-width:520px;
}
.hero-photo .stat-cards{margin-top:24px}
.hero-photo .stat-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2)}
.hero-photo .stat-card-value{color:#fff}
.hero-photo .stat-card-label{color:rgba(255,255,255,.7)}
.hero-photo .tips-grid{margin-top:24px}
.hero-photo .tip-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15)}
.hero-photo .tip-card h3{color:#fff}
.hero-photo .tip-card p{color:rgba(255,255,255,.7);font-size:13px;margin-bottom:0}
.hero-photo .tip-num{background:rgba(22,128,60,.8);color:#fff}
.hero-photo .cta{
  font-size:14px;
  padding:12px 24px;
  display:inline-block;
  background:#16803c;
  color:#fff;
  border-radius:6px;
  font-weight:600;
  text-decoration:none;
  transition:all .2s;
  box-shadow:0 1px 3px rgba(22,128,60,.2);
}
.hero-photo .cta:hover{
  background:#146e34;
  box-shadow:0 4px 14px rgba(22,128,60,.3);
  transform:translateY(-1px);
}
.hero-photo .hero-cta-row{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:24px;
}
.hero-photo .hero-cta-row a:not(.cta){
  color:#fff;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  padding:12px 24px;
  border:1.5px solid rgba(255,255,255,.5);
  border-radius:6px;
  transition:all .2s;
}
.hero-photo .hero-cta-row a:not(.cta):hover{background:rgba(255,255,255,.15);border-color:#fff}

/* FLOOR PLAN EXAMPLES */
.floorplan-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:end}
.floorplan-example{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e8e8e8;transition:box-shadow .2s;display:flex;flex-direction:column}
.floorplan-example:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}
.floorplan-example img{width:100%;height:320px;object-fit:contain;object-position:center bottom;display:block;padding:16px 16px 0}
.floorplan-label{padding:12px 16px;font-size:13px;font-weight:600;color:#333;text-align:center;border-top:1px solid #f0f0f0;margin-top:auto}

/* PHOTO GALLERY — Grid of property images */
.photo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:24px;
}
.photo-grid img{
  width:100%;
  height:360px;
  object-fit:cover;
  object-position:center 30%;
  border-radius:8px;
  transition:transform .2s;
}
.photo-grid img:hover{transform:scale(1.02)}

/* ============================================
   REVIEWS / SOCIAL PROOF
   ============================================ */
.reviews-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}
.reviews-score{display:flex;align-items:center;gap:8px}
.reviews-num{font-size:32px;font-weight:700;color:#1d1d1f}
.reviews-stars{display:flex;gap:2px}
.reviews-count{font-size:13px;color:#666}
.review-cards{display:grid;grid-template-columns:1fr;gap:16px;max-width:640px}
.review-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:20px 24px}
.review-card-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.review-avatar{width:36px;height:36px;border-radius:50%;background:#16803c;color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center}
.review-name{font-weight:600;font-size:14px;color:#1d1d1f}
.review-stars{display:flex;gap:1px;margin-top:2px}
.review-text{font-size:14px;color:#444;line-height:1.65;margin:0;font-style:italic}
.review-cta-box{margin-top:20px}
.review-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#f0faf3;border:2px solid #d4edda;border-radius:12px;padding:28px 32px}
.review-cta-inner strong{font-size:16px;color:#1d1d1f;display:block;margin-bottom:4px}
.review-cta-inner p{font-size:13px;color:#666;line-height:1.6;margin:0;max-width:480px}
.review-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:20px}
.review-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px;transition:all .2s}
.review-card:hover{border-color:#d4edda;box-shadow:0 4px 16px rgba(0,0,0,.04)}
.review-stars{color:#fbbf24;font-size:16px;letter-spacing:2px;margin-bottom:8px}
.review-text{font-size:14px;color:#555;line-height:1.65;margin-bottom:12px;font-style:italic}
.review-author{font-size:13px;font-weight:600;color:#1d1d1f}
.review-date{font-size:11px;color:#aaa;margin-top:2px}
.review-source{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#aaa;margin-top:6px}

/* ============================================
   FOOTER — Polished dark
   ============================================ */
footer{background:#111;padding:56px 24px 32px;color:#888;font-size:14px}
.footer-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.footer-grid h4{color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px}
.footer-grid p{line-height:1.7;font-size:13px}
.footer-grid a{color:#888;text-decoration:none;transition:color .2s}
.footer-grid a:hover{color:#4ade80}
.footer-areas{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:13px}
.footer-bottom{max-width:1100px;margin:28px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);font-size:11px;color:#555}

/* ============================================
   PRICING CARDS
   ============================================ */
.price-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}
.price-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:28px 20px;text-align:center;position:relative;transition:all .25s ease}
.price-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.08)}
.price-card-label{font-size:14px;font-weight:600;color:#444;margin-bottom:4px}
.price-card-amount{font-size:38px;font-weight:700;color:#16803c;margin-bottom:4px;letter-spacing:-.5px}
.price-card-desc{font-size:12px;color:#999}
.price-card-bundle{border-color:#d4edda;overflow:hidden}
.price-card-save{background:#16803c;color:#fff;font-size:12px;font-weight:700;padding:4px 0;margin:-28px -20px 16px;text-align:center}
.price-card-was{font-size:12px;color:#999;text-decoration:line-through;margin-top:2px}
.price-extras{display:flex;gap:24px;font-size:13px;color:#666;margin-bottom:14px;flex-wrap:wrap}

/* ============================================
   INFO GRID (icons + text)
   ============================================ */
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}
.info-item{display:flex;gap:10px;align-items:flex-start;padding:14px 16px;background:#fafafa;border-radius:10px;border:1px solid #f0f0f0;transition:all .2s}
.info-item:hover{border-color:#d4edda;background:#fbfefb}
.info-icon{font-size:20px;flex-shrink:0;margin-top:2px}
.info-item div{font-size:13px;line-height:1.5;color:#555}
.info-item strong{color:#1d1d1f}

/* ============================================
   TIPS GRID
   ============================================ */
.tips-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:8px}
.tip-card{display:flex;gap:14px;align-items:flex-start;padding:20px;background:#fff;border:1px solid #eee;border-radius:10px;transition:all .2s}
.tip-card:hover{border-color:#d4edda;box-shadow:0 4px 16px rgba(0,0,0,.04)}
.tip-num{width:32px;height:32px;min-width:32px;background:#f0faf3;color:#16803c;font-weight:700;font-size:14px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-top:2px}
.tip-card h3{font-size:15px;font-weight:700;color:#1d1d1f;margin-bottom:4px}
.tip-card p{font-size:13px;color:#666;line-height:1.6;margin:0}

/* ============================================
   FLOATING WHATSAPP BUTTON
   ============================================ */
/* Mobile sticky bottom bar (hidden on desktop, shown on mobile via media query) */
.mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;background:#fff;border-top:1px solid #e5e5e5;padding:8px 12px;gap:8px;box-shadow:0 -2px 12px rgba(0,0,0,.06);overflow:hidden;max-height:60px}
.mobile-bar a{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 0;border-radius:8px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s}
.mobile-bar .mb-call{background:#f8f8f8;color:#1d1d1f;border:1px solid #e0e0e0}
.mobile-bar .mb-wa{background:#25D366;color:#fff;border:1px solid #25D366}
.mobile-bar .mb-book{background:#16803c;color:#fff;border:1px solid #16803c}
.mobile-bar .mb-call:hover{background:#f0f0f0}
.mobile-bar .mb-wa:hover{background:#20bd5a}
.mobile-bar .mb-book:hover{background:#126b31}
.mobile-bar svg{width:16px !important;height:16px !important;max-width:16px;max-height:16px;flex-shrink:0}

.wa-float{position:fixed;bottom:24px;right:24px;z-index:40;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.4);transition:transform .2s,box-shadow .2s;text-decoration:none}
.wa-float:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(37,211,102,.5)}
.wa-float svg{width:28px;height:28px;fill:#fff}

/* SR ONLY */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* ============================================
   CONTENT PAGE COMPONENTS
   ============================================ */

/* Stat summary cards — 3 key numbers in a row */
.stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0 12px}
.stat-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px 20px;text-align:center;transition:all .2s}
.stat-card:hover{border-color:#d4edda;box-shadow:0 4px 16px rgba(0,0,0,.04)}
.stat-card-value{font-size:32px;font-weight:700;letter-spacing:-.5px;margin-bottom:4px}
.stat-card-value.green{color:#16803c}
.stat-card-value.orange{color:#ef8023}
.stat-card-value.red{color:#ef4444}
.stat-card-label{font-size:12px;color:#888;font-weight:500}

/* Timeline */
.timeline{position:relative;padding-left:28px;margin:24px 0}
.timeline::before{content:'';position:absolute;left:8px;top:4px;bottom:4px;width:2px;background:#e0e0e0}
.timeline-item{position:relative;padding-bottom:24px}
.timeline-item:last-child{padding-bottom:0}
.timeline-item::before{content:'';position:absolute;left:-24px;top:6px;width:12px;height:12px;background:#16803c;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px #16803c;z-index:1}
.timeline-date{display:inline-block;background:#f0faf3;color:#16803c;font-size:12px;font-weight:700;padding:3px 10px;border-radius:4px;margin-bottom:6px}
.timeline-item p{font-size:14px;color:#555;line-height:1.65;margin:0}

/* Warning callout */
.warning-callout{background:#fef2f2;border:1px solid #fecaca;border-left:3px solid #ef4444;border-radius:0 10px 10px 0;padding:16px 20px;margin-bottom:20px}
.warning-callout strong{color:#991b1b;font-size:15px}
.warning-callout p{font-size:13px;color:#7f1d1d;line-height:1.6;margin:4px 0 0}

/* "New" badge pill */
.badge-new{display:inline-block;background:#fef3c7;color:#92400e;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}

/* Yellow highlight section */
.sec-highlight{background:#fffbeb;border:1px solid #fde68a}

/* Exemption card grid */
.card-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0}
.exemption-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;transition:all .2s}
.exemption-card:hover{border-color:#d4edda;box-shadow:0 4px 16px rgba(0,0,0,.04)}
.exemption-card h4{font-size:14px;font-weight:700;color:#1d1d1f;margin-bottom:6px}
.exemption-card p{font-size:13px;color:#666;line-height:1.6;margin:0}
.exemption-card .card-cap{font-size:12px;color:#16803c;font-weight:600;margin-top:8px}

/* Contact CTA cards */
.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0}
.contact-card{display:flex;align-items:center;gap:14px;padding:20px;background:#fff;border:1px solid #eee;border-radius:12px;text-decoration:none;color:#1d1d1f;transition:all .2s}
.contact-card:hover{border-color:#16803c;box-shadow:0 4px 16px rgba(22,128,60,.08);transform:translateY(-2px)}
.contact-card svg{flex-shrink:0}
.contact-card strong{font-size:15px;display:block}
.contact-card span{font-size:12px;color:#888}
.contact-card.whatsapp{border-color:#d4f5e0}
.contact-card.whatsapp:hover{border-color:#25D366;box-shadow:0 4px 16px rgba(37,211,102,.15)}

/* Alternating section backgrounds */
.sec-alt{background:#f9fafb}
.sec-dark{background:#1d1d1f;color:#ccc}
.sec-dark h2{color:#fff}
.sec-dark .sec-sub{color:#888}
.sec-dark .myth-card{background:#2a2a2c;border-color:#444}
.sec-dark .myth-card h4{color:#fca5a5}
.sec-dark .myth-card p{color:#999}

/* Tip section with image */
.tip-section-inner{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start}
.tip-section-img{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.tip-section-img img{width:100%;height:220px;object-fit:cover;display:block}

/* Impact meter — visual bar showing improvement potential */
.impact-meter{display:flex;align-items:center;gap:12px;margin:16px 0}
.impact-meter-label{font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}
.impact-meter-bar{flex:1;height:8px;background:#eee;border-radius:4px;overflow:hidden}
.impact-meter-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#16803c,#4ade80);transition:width .6s ease}
.impact-meter-value{font-size:12px;font-weight:700;color:#16803c;white-space:nowrap}

/* Tip highlight callout */
.tip-highlight{background:#f0faf3;border:1px solid #d4edda;border-radius:10px;padding:16px 20px;margin:16px 0}
.tip-highlight strong{color:#16803c;font-size:14px}
.tip-highlight p{font-size:13px;color:#555;line-height:1.6;margin:4px 0 0}

/* Assessor tip callout */
.tip-pro{border:1px solid #e0e0e0;border-left:3px solid #16803c;border-radius:0 10px 10px 0;padding:14px 18px;margin:16px 0;background:#fcfcfc}
.tip-pro::before{content:'Assessor tip';display:block;font-size:11px;font-weight:700;color:#16803c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}
.tip-pro p{font-size:13px;color:#555;line-height:1.6;margin:0}

/* Myth/won't work cards */
.myth-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}
.myth-card{background:#fff;border:1px solid #fecaca;border-radius:10px;padding:16px;transition:all .2s}
.myth-card:hover{border-color:#f87171}
.myth-card h4{font-size:13px;font-weight:700;color:#991b1b;margin-bottom:4px;display:flex;align-items:center;gap:6px}
.myth-card h4::before{content:'\2717';color:#ef4444;font-size:16px}
.myth-card p{font-size:12px;color:#666;line-height:1.5;margin:0}

/* NAV OVERLAY */
.nav-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:48;opacity:0;transition:opacity .3s}
.nav-open .nav-overlay{display:block;opacity:1}

/* ============================================
   MOBILE
   ============================================ */
@media(max-width:768px){
  .hero-photo{padding:56px 16px 48px}
  .hero-photo h1{font-size:28px}
  .hero-photo p{font-size:14px}
  .photo-grid{grid-template-columns:1fr 1fr;gap:8px}
  .photo-grid img{height:260px}
  .floorplan-examples{grid-template-columns:1fr;max-width:400px;margin:0 auto}
  .hero-floorplan::after{background:linear-gradient(180deg,#0f1923 20%,rgba(15,25,35,.85) 100%)}
  .floorplan-example img{height:auto;padding:12px 12px 0}
  body{font-size:14px}
  .nav{padding:0 16px}
  .nav-inner{height:56px}
  .nav{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff}
  .nav-links{position:fixed;top:56px;right:0;bottom:0;width:280px;background:#fff;flex-direction:column;padding:28px;gap:20px;z-index:51;border-left:1px solid #eee;overflow-y:auto;transform:translateX(100%);transition:transform .3s ease;display:flex;align-items:flex-start}
  .nav-links a{font-size:16px;color:#1d1d1f}
  .nav-links .cta{text-align:center;display:block;font-size:15px;padding:14px;align-self:stretch}
  .nav-open .nav-links{transform:translateX(0)}
  .nav-toggle{display:flex}
  /* Dropdown collapsed by default on mobile, toggled by JS */
  .nav-dropdown > a{display:flex;align-items:center;justify-content:space-between;width:100%}
  .nav-dropdown > a::after{content:'\203A';font-size:18px;color:#ccc;font-weight:300;transition:transform .25s;margin-left:8px;line-height:1}
  .nav-dropdown.open > a::after{transform:rotate(90deg);color:#16803c}
  .nav-dropdown-list{position:static;border:none;box-shadow:none;padding:0 0 0 16px;border-radius:0;min-width:0;max-height:0;overflow:hidden;transition:max-height .3s ease;display:block !important}
  .nav-dropdown.open .nav-dropdown-list{max-height:500px}
  .nav-dropdown-list a{padding:6px 0;font-size:14px;color:#555}

  /* Hero */
  .hero-dark{padding:48px 16px 40px}
  .hero-dark-inner{grid-template-columns:1fr;gap:24px}
  .hero-dark h1{font-size:26px;letter-spacing:-.4px}
  .hero-dark p{font-size:14px;margin-bottom:14px}
  .hero-price{font-size:12px;padding:6px 14px;margin-bottom:12px}
  .hero-trust{gap:8px;margin-bottom:14px}
  .hero-trust-item{font-size:11px}
  .hero-booking{max-width:100%;padding:18px;border-radius:12px}
  .booking-urgency{font-size:11px;padding:5px 10px;margin-bottom:10px}
  .recent-bookings{padding:8px 16px}
  .recent-bookings-inner{font-size:12px}
  .lookup-price-amount{font-size:28px}
  .lookup-row{flex-wrap:wrap}
  .lookup-beds{width:100%}
  .lookup-row input{min-width:0}
  .lookup-btn{width:100%;text-align:center;padding:14px}
  .time-grid{grid-template-columns:1fr 1fr}
  .hero-graphic{display:none}
  .btn{padding:14px 22px;font-size:13px}

  .price-cards{grid-template-columns:1fr}
  .price-card{padding:20px 16px}
  .price-card-amount{font-size:28px}
  .info-grid{grid-template-columns:1fr}
  .tips-grid{grid-template-columns:1fr}
  .tip-card{padding:16px}
  .wa-float{bottom:16px;right:16px;width:50px;height:50px}
  .wa-float svg{width:24px;height:24px}

  /* Stats */
  .stats-bar{padding:20px 16px}
  .stats-bar-inner{grid-template-columns:repeat(2,1fr);gap:14px}
  .stat-num{font-size:17px}

  /* Sections */
  .sec{padding:32px 16px}
  .sec h2{font-size:23px}
  .sec .sec-sub{font-size:13px;margin-bottom:22px}

  /* Pricing */
  .price-table th{padding:10px 14px;font-size:10px}
  .price-table td{padding:12px 14px;font-size:13px}
  .price-table .price-val{font-size:15px}

  /* EPC explainer */
  .epc-explainer{grid-template-columns:1fr;gap:28px}
  .epc-chart-css{max-width:260px}
  .epc-details h3{font-size:16px}
  .epc-details li{font-size:12px;padding:5px 0 5px 16px}
  .min-rating{padding:14px 16px}
  .min-rating h4{font-size:13px}

  /* Areas */
  .areas-layout{grid-template-columns:1fr}
  .areas-list a,.areas-list span{padding:6px 14px;font-size:11px}
  .map-container iframe{height:240px}

  /* FAQ */
  .faq-q{font-size:14px;padding:16px 0}
  .faq-a{font-size:13px}

  /* Footer */
  .footer-grid{grid-template-columns:1fr;gap:24px}
  .footer-grid p{font-size:12px}

  /* Area hero */
  .area-hero{padding:28px 16px 24px}
  .area-hero h1{font-size:24px}
  .area-hero .hero-intro{font-size:13px}

  /* Form */
  .form-row-light{grid-template-columns:1fr}

  /* Mobile sticky bottom bar */
  .mobile-bar{display:flex !important}
  .wa-float{display:none !important}
  body{padding-bottom:64px}

  /* Content page components */
  .stat-cards{grid-template-columns:1fr;gap:10px}
  .stat-card{padding:16px}
  .stat-card-value{font-size:24px}
  .card-grid{grid-template-columns:1fr}
  .contact-cards{grid-template-columns:1fr}
  .myth-grid{grid-template-columns:1fr}
  .timeline{padding-left:24px}
  .tip-section-inner{grid-template-columns:1fr;gap:20px}
  .tip-section-img{order:-1}
  .tip-section-img img{height:180px}
  .cookie-bar{bottom:60px}

  /* Reviews */
  .reviews-header{margin-bottom:16px}
  .reviews-num{font-size:26px}
  .review-card{padding:16px}
  .review-text{font-size:13px}
  .review-cta-inner{flex-direction:column;text-align:center;padding:20px 16px;gap:16px}
  .review-cta-inner p{max-width:none}

  /* Hero photo stat cards on dark bg */
  .hero-photo .stat-cards{grid-template-columns:repeat(3,1fr);gap:8px}
  .hero-photo .stat-card{padding:10px 8px}
  .hero-photo .stat-card-value{font-size:18px}
  .hero-photo .stat-card-label{font-size:10px}

  /* Hero photo CTA row */
  .hero-photo .hero-cta-row{gap:8px;margin-top:16px}
  .hero-photo .hero-cta-row a{font-size:12px;padding:10px 16px}
}

/* Property type picker */
.ptype-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:6px 0}
.ptype-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 4px 8px;border:1.5px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s}
.ptype-btn:hover{border-color:#16803c}
.ptype-btn.selected{border-color:#16803c;background:#f0faf3}
.ptype-btn svg{width:28px;height:28px;stroke:#444;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.ptype-btn.selected svg{stroke:#16803c}
.ptype-btn span{font-size:10px;color:#555;font-weight:500;text-align:center;line-height:1.2}
.ptype-btn.selected span{color:#16803c;font-weight:600}

/* Section illustrations */
.sec-head{display:flex;align-items:center;gap:14px;margin-bottom:6px}
.sec-head h2{margin-bottom:0}
.sec-illust{width:48px;height:48px;flex-shrink:0;opacity:.45}
.sec-illust svg{width:100%;height:100%;stroke:#16803c;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}

/* Cookie consent banner */
.cookie-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:#1d1d1f;color:#ccc;padding:14px 20px;font-size:13px;line-height:1.5;align-items:center;gap:12px;flex-wrap:wrap}
.cookie-bar.visible{display:flex}
.cookie-bar p{margin:0;flex:1;min-width:200px}
.cookie-bar a{color:#fff;text-decoration:underline}
.cookie-btns{display:flex;gap:8px}
.cookie-bar button{background:#16803c;color:#fff;border:none;padding:8px 20px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}
.cookie-bar button:hover{background:#126b31}
.cookie-bar button.cookie-reject{background:transparent;color:#999;border:1px solid #555}
.cookie-bar button.cookie-reject:hover{color:#fff;border-color:#999}
