/* ===== URBANSHINE V3 — COMPLETE STYLESHEET ===== */
:root {
  --navy: #102A43;
  --navy-d: #0A1E30;
  --teal: #0D4F52;
  --teal-d: #09383A;
  --gold: #D4AF37;
  --gold-d: #B8961E;
  --ivory: #FAF9F6;
  --white: #FFFFFF;
  --slate: #5B7186;
  --slate-l: #8b9ab0;
  --line: #E3E8EE;
  --line-d: #CBD3DB;
  --green: #2E9E5B;
  --red: #E53E3E;
  --sh-sm: 0 2px 12px rgba(16,42,67,.07);
  --sh: 0 8px 32px rgba(16,42,67,.11);
  --sh-lg: 0 20px 60px rgba(16,42,67,.15);
  --r: 14px;
  --r-sm: 10px;
  --r-lg: 20px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--ivory); color: var(--navy); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
textarea { font-family: inherit; }

.wrap { width: min(1400px, calc(100% - 48px)); margin: 0 auto; }

/* ANNOUNCEMENT BAR */
.ann { background: var(--navy); color: rgba(255,255,255,.85); text-align: center; padding: 9px 20px; font-size: 13px; font-weight: 500; }
.ann strong { color: var(--gold); }

/* NAV */
.nav { position: sticky; top: 0; z-index: 300; background: rgba(255,255,255,.96); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-link { display: flex; align-items: center; flex-shrink: 0; }
.brand-logo { width: auto; max-width: 200px; max-height: 56px; height: auto; display: block; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 2px; flex-wrap: nowrap; }
.nav-links a { font-size: 13.5px; font-weight: 600; color: var(--navy); padding: 7px 10px; border-radius: var(--r-sm); transition: background .18s, color .18s; white-space: nowrap; }
.nav-links a:hover { background: rgba(13,79,82,.07); color: var(--teal); }
.nav-phone { color: var(--teal) !important; font-weight: 700 !important; }
.nav-cta { background: var(--teal) !important; color: #fff !important; padding: 9px 18px !important; border-radius: var(--r-sm) !important; font-weight: 700 !important; box-shadow: 0 3px 12px rgba(13,79,82,.22); transition: background .18s, transform .18s !important; }
.nav-cta:hover { background: var(--teal-d) !important; transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; border-radius: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .3s, opacity .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; flex-direction: column; gap: 4px; background: #fff; border-top: 1px solid var(--line); padding: 14px 20px 22px; }
.mobile-menu.show { display: flex; }
.mobile-menu a { font-size: 15px; font-weight: 600; padding: 11px 14px; border-radius: var(--r-sm); color: var(--navy); transition: background .18s; }
.mobile-menu a:hover { background: rgba(13,79,82,.07); color: var(--teal); }
.mob-cta { margin-top: 8px; background: var(--teal) !important; color: #fff !important; text-align: center; border-radius: var(--r-sm) !important; padding: 13px !important; font-weight: 700; display: block; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: var(--r); padding: 13px 24px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; transition: all .2s; text-align: center; text-decoration: none; }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 6px 20px rgba(13,79,82,.22); }
.btn-primary:hover { background: var(--teal-d); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(13,79,82,.3); }
.btn-outline { background: transparent; color: var(--teal); border: 1.5px solid rgba(13,79,82,.3); }
.btn-outline:hover { background: rgba(13,79,82,.05); border-color: var(--teal); transform: translateY(-1px); }
.btn-white { background: #fff; color: var(--teal); font-weight: 700; }
.btn-white:hover { background: var(--ivory); transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy); font-weight: 700; }
.btn-gold:hover { background: var(--gold-d); transform: translateY(-1px); }

/* HERO */
.hero { background: linear-gradient(135deg, #102A43 0%, #0D4F52 60%, #133A50 100%); padding: 40px 0 48px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.hero-left { max-width: 620px; padding-top: 8px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; background: rgba(212,175,55,.13); color: var(--gold); font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 14px; border-radius: 99px; margin-bottom: 18px; border: 1px solid rgba(212,175,55,.25); }
.kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex-shrink: 0; animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(46,158,91,.5); } 70% { box-shadow: 0 0 0 8px rgba(46,158,91,0); } 100% { box-shadow: 0 0 0 0 rgba(46,158,91,0); } }
.hero-tagline { font-size: clamp(17px,2vw,21px); font-weight: 600; color: rgba(255,255,255,.88); margin-bottom: 12px; line-height: 1.35; }
.tagline-shine { color: var(--gold); }
h1 { font-size: clamp(34px, 4vw, 52px); line-height: 1.07; letter-spacing: -.04em; font-weight: 800; color: #fff; margin-bottom: 18px; }
.hl { position: relative; display: inline; color: var(--gold); }
.hero-sub { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.72; max-width: 540px; margin-bottom: 28px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-cta .btn-outline { color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.28); }
.hero-cta .btn-outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); color: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; }
.trust-item { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.8); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 99px; padding: 6px 12px; }
.ti-icon { color: var(--gold); font-style: normal; }

/* BOOKING CARD */
.hero-right { display: flex; justify-content: center; }
.booking-card { background: #fff; border-radius: 22px; box-shadow: var(--sh-lg); border: 1px solid rgba(16,42,67,.08); padding: 22px 24px; width: min(100%, 620px); }
.card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; gap: 12px; }
.card-title { font-size: 17px; font-weight: 800; letter-spacing: -.02em; line-height: 1.25; color: var(--navy); }
.card-subtitle { font-size: 12px; color: var(--slate); margin-top: 3px; font-weight: 500; }
.live-badge { display: flex; align-items: center; gap: 5px; background: rgba(46,158,91,.1); color: var(--green); font-size: 11px; font-weight: 800; padding: 5px 10px; border-radius: 99px; white-space: nowrap; flex-shrink: 0; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse 1.8s infinite; }

/* COMMERCIAL APPRAISAL BOX */
.appraisal-box { margin-top: auto; background: linear-gradient(135deg, rgba(13,79,82,.06), rgba(16,42,67,.06)); border: 1.5px solid rgba(13,79,82,.18); border-radius: var(--r); padding: 16px 18px; }
.appraisal-icon { font-size: 22px; margin-bottom: 8px; }
.appraisal-title { font-size: 13px; font-weight: 800; color: var(--navy); margin-bottom: 6px; letter-spacing: -.01em; }
.appraisal-text { font-size: 12.5px; color: var(--slate); line-height: 1.65; margin: 0; }
.form-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.form-col-left { display: flex; flex-direction: column; }
.form-col-right { display: flex; flex-direction: column; }
.form-col-right .price-box { margin-top: auto; }
.type-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 16px; }
.toggle-btn { padding: 10px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font-family: 'Inter', sans-serif; font-size: 13.5px; font-weight: 700; color: var(--slate); background: var(--ivory); cursor: pointer; transition: all .18s; }
.toggle-btn:hover { border-color: var(--teal); color: var(--teal); }
.toggle-btn.active { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: 0 3px 10px rgba(16,42,67,.18); }

/* FORM FIELDS */
.form-field { margin-bottom: 14px; }
.form-label { display: block; font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--slate); margin-bottom: 6px; }
.form-select, .form-input { width: 100%; height: 46px; border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 0 14px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; background: #fff; color: var(--navy); transition: border-color .18s, box-shadow .18s; }
.form-select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235B7186' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.form-select:focus, .form-input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,79,82,.1); }
.form-select.err, .form-input.err { border-color: var(--red) !important; }
.step-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.stepper { height: 46px; border: 1.5px solid var(--line); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: space-between; padding: 0 6px; background: #fff; }
.stp-btn { width: 32px; height: 32px; border-radius: 50%; border: 0; background: rgba(13,79,82,.09); color: var(--teal); font-size: 17px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .18s; line-height: 1; }
.stp-btn:hover { background: rgba(13,79,82,.18); }
.stp-val { font-size: 15px; font-weight: 700; min-width: 26px; text-align: center; }
.err-msg { font-size: 12px; color: var(--red); font-weight: 600; margin-top: 5px; display: none; }
.price-box { margin-top: 14px; padding: 16px 18px; background: linear-gradient(135deg, rgba(13,79,82,.05), rgba(212,175,55,.09)); border-radius: var(--r); border: 1px solid rgba(13,79,82,.08); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.price-lhs small { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--slate); display: block; margin-bottom: 3px; }
.price-val { font-size: 34px; font-weight: 800; letter-spacing: -.04em; line-height: 1; color: var(--navy); }
.price-note { font-size: 11.5px; color: var(--slate); margin-top: 3px; }
.price-appraisal { font-size: 14px; font-weight: 700; color: var(--teal); line-height: 1.4; max-width: 140px; text-align: right; }
.book-btn { width: 100%; margin-top: 14px; background: var(--teal); color: #fff; border: 0; border-radius: var(--r); padding: 15px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 800; cursor: pointer; transition: background .18s, transform .18s; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 6px 20px rgba(13,79,82,.22); }
.book-btn:hover { background: var(--teal-d); transform: translateY(-1px); }
.card-note { text-align: center; font-size: 11.5px; color: var(--slate); margin-top: 10px; letter-spacing: .01em; }
.form-success { text-align: center; padding: 32px 16px; }
.success-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(46,158,91,.12); color: var(--green); font-size: 26px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.form-success h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.form-success p { font-size: 14px; color: var(--slate); line-height: 1.7; max-width: 340px; margin: 0 auto; }

/* SERVICE STRIP */
.service-strip { background: #fff; border-bottom: 1px solid var(--line); padding: 14px 0; }
.service-strip-inner { display: flex; align-items: center; gap: 20px; overflow-x: auto; }
.sstrip-label { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--slate); white-space: nowrap; flex-shrink: 0; }
.sstrip-items { display: flex; gap: 6px; flex-wrap: nowrap; }
.sstrip-item { display: flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 600; color: var(--navy); background: var(--ivory); border: 1px solid var(--line); border-radius: 99px; padding: 5px 12px; white-space: nowrap; transition: border-color .18s, color .18s; cursor: default; }
.sstrip-item:hover { border-color: var(--teal); color: var(--teal); }
.sstrip-icon { font-size: 14px; }

/* METRICS */
.metrics { background: var(--navy); padding: 40px 0; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { text-align: center; padding: 14px 20px; border-right: 1px solid rgba(212,175,55,.15); }
.metric:last-child { border-right: 0; }
.metric-icon { font-size: 24px; margin-bottom: 8px; }
.metric-val { font-size: 14.5px; font-weight: 800; color: #fff; line-height: 1.35; margin-bottom: 3px; }
.metric-val strong { color: var(--gold); }
.metric-desc { font-size: 12.5px; color: rgba(255,255,255,.55); }

/* SECTIONS */
section { padding: 76px 0; }
.section-alt { background: #fff; }
.section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.section-kicker { display: inline-block; color: var(--teal); font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.section-head h2 { font-size: clamp(26px, 3.2vw, 38px); font-weight: 800; letter-spacing: -.035em; line-height: 1.14; margin-bottom: 12px; color: var(--navy); }
.section-head p { color: var(--slate); font-size: 16px; line-height: 1.72; }

/* SERVICE CARDS */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.services-grid-3 { grid-template-columns: repeat(3, 1fr); }
.svc-card { background: #fff; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: transform .22s, box-shadow .22s; display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--sh); }
.svc-img { height: 280px; background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #d0d8e0; position: relative; border-radius: 14px 14px 0 0; }
.svc-badge { position: absolute; top: 12px; left: 12px; background: rgba(16,42,67,.72); backdrop-filter: blur(6px); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 99px; }
.svc-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.svc-body h3 { font-size: 16px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 7px; color: var(--navy); }
.svc-body p { color: var(--slate); font-size: 13.5px; line-height: 1.6; flex: 1; margin-bottom: 14px; }
.svc-footer { display: flex; justify-content: space-between; align-items: center; }
.svc-price { font-size: 13px; font-weight: 800; color: var(--navy); }
.svc-price span { color: var(--teal); }
.svc-link { font-size: 13px; font-weight: 700; color: var(--teal); display: flex; align-items: center; gap: 3px; transition: gap .18s; }
.svc-link:hover { gap: 7px; }

/* HOW IT WORKS */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: var(--ivory); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; text-align: center; }
.step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 20px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.step-card h3 { font-size: 16px; font-weight: 800; color: var(--navy); margin-bottom: 10px; letter-spacing: -.02em; }
.step-card p { color: var(--slate); font-size: 14px; line-height: 1.65; }

/* FEATURES */
.features-section { background: #fff; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat-card { background: var(--ivory); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; transition: box-shadow .2s; }
.feat-card:hover { box-shadow: var(--sh-sm); }
.feat-icon { font-size: 26px; margin-bottom: 12px; display: block; }
.feat-card h3 { font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 8px; letter-spacing: -.02em; }
.feat-card p { color: var(--slate); font-size: 13.5px; line-height: 1.65; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 28px; }
.price-card { background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 28px; position: relative; }
.price-card.featured { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,79,82,.08), var(--sh); }
.price-tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--teal); color: #fff; font-size: 11px; font-weight: 800; padding: 4px 14px; border-radius: 99px; white-space: nowrap; }
.price-card h3 { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.price-amount { font-size: 44px; font-weight: 800; color: var(--navy); letter-spacing: -.04em; line-height: 1; margin-bottom: 10px; }
.price-amount sup { font-size: 22px; vertical-align: super; }
.price-amount sub { font-size: 18px; font-weight: 600; color: var(--slate); }
.price-desc { font-size: 13.5px; color: var(--slate); line-height: 1.6; margin-bottom: 18px; }
.price-features { margin-bottom: 22px; }
.price-features li { font-size: 13.5px; color: var(--slate); padding: 5px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 7px; }
.price-features li:last-child { border-bottom: 0; }
.price-features li::before { content: '✓'; color: var(--green); font-weight: 800; flex-shrink: 0; font-size: 13px; }
.commercial-pricing { background: var(--navy); border-radius: var(--r-lg); padding: 28px 32px; }
.comm-price-box { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.comm-price-left h3 { font-size: 19px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.comm-price-left p { font-size: 14px; color: rgba(255,255,255,.7); line-height: 1.6; max-width: 520px; }

/* TESTIMONIALS */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: var(--ivory); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.testi-stars { color: var(--gold); font-size: 16px; margin-bottom: 12px; letter-spacing: 2px; }
.testi-text { color: var(--slate); font-size: 14px; line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar-box { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testi-name { font-size: 13.5px; font-weight: 700; color: var(--navy); }
.testi-role { font-size: 12px; color: var(--slate); margin-top: 1px; }

/* FAQ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-btn { width: 100%; text-align: left; background: none; border: 0; padding: 18px 0; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: color .18s; }
.faq-btn:hover { color: var(--teal); }
.faq-icon { font-size: 20px; font-weight: 400; color: var(--teal); flex-shrink: 0; transition: transform .25s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.faq-answer p { padding: 0 0 18px; font-size: 14.5px; color: var(--slate); line-height: 1.72; }

/* LEGAL PAGES */
.legal-page {
  background: var(--ivory);
  min-height: 100vh;
  padding: 48px 20px;
}
.legal-card {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(16,42,67,.08);
  padding: clamp(28px, 5vw, 56px);
}
.legal-back {
  display: inline-flex;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 20px;
}
.legal-back:hover {
  color: var(--navy);
}
.legal-card h1 {
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.14;
  letter-spacing: -.04em;
  margin: 0 0 8px;
}
.legal-effective {
  color: var(--teal);
  margin: 0;
}
.legal-card hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 20px 0 30px;
}
.legal-card h2 {
  color: var(--navy);
  font-size: clamp(22px, 2.2vw, 26px);
  line-height: 1.22;
  letter-spacing: -.025em;
  margin: 34px 0 12px;
}
.legal-card p,
.legal-card li {
  color: rgba(16,42,67,.78);
  font-size: 14.5px;
  line-height: 1.74;
}
.legal-card p {
  margin: 0 0 16px;
}
.legal-card ul {
  margin: 0 0 18px;
  padding-left: 22px;
  list-style: disc;
}
.legal-card li {
  font-size: 14px;
  line-height: 1.68;
  margin: 4px 0;
}
.legal-card a {
  color: var(--teal);
  font-weight: 700;
}

/* CTA SECTION */
.cta-section { padding: 76px 0; }
.cta-band { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-d) 100%); border-radius: var(--r-lg); padding: 64px 40px; text-align: center; box-shadow: var(--sh-lg); position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -50px; right: -50px; width: 280px; height: 280px; border-radius: 50%; background: rgba(212,175,55,.06); }
.cta-band h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 800; letter-spacing: -.035em; color: #fff; margin-bottom: 12px; position: relative; z-index: 1; }
.cta-band p { color: rgba(255,255,255,.8); font-size: 16px; max-width: 480px; margin: 0 auto 26px; position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* FOOTER */
footer { background: var(--navy); color: rgba(255,255,255,.65); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 44px; }
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
/* White chips are an interim fix. When transparent white-version logos are added, the chip background can be set to transparent and padding reduced. */
.footer-logo-stack{
  display:inline-block;
  background:#FFFFFF;
  padding:14px 20px;
  border-radius:10px;
  margin:0 auto 20px 0;
  line-height:0;
}
.footer-logo-stack .footer-logo{
  display:block;
  width:170px;
  max-width:100%;
  height:auto;
}
.footer-brand p { font-size: 13.5px; line-height: 1.7; max-width: 250px; margin-bottom: 16px; }
.footer-contact { display: flex; flex-direction: column; gap: 7px; }
.footer-contact a, .footer-contact span { font-size: 13.5px; color: rgba(255,255,255,.65); display: flex; align-items: center; gap: 7px; }
.footer-contact a { text-decoration: none; }
.footer-contact a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-col h4 { color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13.5px; color: rgba(255,255,255,.65); margin-bottom: 9px; transition: color .18s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,.4); }
.footer-suburbs { font-size: 12px; }

/* WHATSAPP BUTTON */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 9000; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.42); transition: transform .2s, box-shadow .2s; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 8px 28px rgba(37,211,102,.55); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; max-width: 860px; margin: 0 auto; }
  .booking-card { width: 100%; max-width: 100%; }
  .hero-left { max-width: 100%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(3) { border-top: 1px solid rgba(212,175,55,.15); }
  .metric:nth-child(4) { border-top: 1px solid rgba(212,175,55,.15); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .comm-price-box { flex-direction: column; text-align: center; }
  .svc-img { height: 260px; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .brand-logo { width: auto; max-width: 200px; max-height: 56px; height: auto; display: block; object-fit: contain; }
  .nav-inner { height: 64px; }
  .hero { padding: 40px 0 52px; }
  h1 { font-size: 34px; }
  .hero-sub { font-size: 15px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .trust-row { gap: 6px; }
  .service-strip-inner { gap: 12px; }
  .services-grid, .services-grid-3 { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 16px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto 28px; }
  .testi-grid { grid-template-columns: 1fr; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cta-band { padding: 44px 22px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns .btn { width: 100%; max-width: 300px; justify-content: center; }
  .booking-card { padding: 20px; }
  .step-grid { grid-template-columns: 1fr 1fr; }
  section { padding: 56px 0; }
  .section-head { margin-bottom: 32px; }
  .whatsapp-float { width: 50px; height: 50px; bottom: 18px; right: 18px; }
  .svc-img { height: 230px; }
  .form-cols { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 480px) {
  .metrics-grid { grid-template-columns: 1fr; }
  .metric { border-right: 0 !important; border-top: 1px solid rgba(212,175,55,.15); }
  .metric:first-child { border-top: 0; }
  .step-grid { grid-template-columns: 1fr; }
  .price-box { flex-direction: column; align-items: flex-start; gap: 6px; }
  .price-appraisal { text-align: left; max-width: 100%; }
  h1 { font-size: 30px; }
  .type-toggle { gap: 5px; }
}

/* ═══════════════════════════════════════════════════════════════
   NEW ADDITIONS — UrbanShine update
═══════════════════════════════════════════════════════════════ */

/* 1. HERO CTA — champagne gold button */
.btn-gold-hero { background: #D4AF37; color: #102A43; box-shadow: 0 6px 20px rgba(212,175,55,.30); font-weight: 800; }
.btn-gold-hero:hover { background: #B8961E; color: #102A43; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,175,55,.40); }

/* 2. ROOM CALCULATOR */
.room-calc-label { font-size: 11.5px; font-weight: 600; color: var(--slate); margin-bottom: 10px; letter-spacing: .02em; }
.room-time { font-size: 10px; font-weight: 500; color: var(--slate-l); font-style: normal; }

/* 3. BURGER FUEL TRUST STRIP */
.bf-trust-strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; }
.bf-inner { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; }
.bf-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--slate-l); white-space: nowrap; }
.bf-divider { width: 1px; height: 28px; background: var(--line); flex-shrink: 0; }
.bf-brand { display: flex; align-items: center; gap: 10px; }
.bf-logo-mark { width: 36px; height: 36px; border-radius: 8px; background: #D4372A; color: #fff; font-size: 11px; font-weight: 900; display: flex; align-items: center; justify-content: center; letter-spacing: .03em; flex-shrink: 0; }
.bf-info { display: flex; flex-direction: column; gap: 2px; }
.bf-name { font-size: 14px; font-weight: 800; color: var(--navy); letter-spacing: -.01em; }
.bf-locations { font-size: 12px; font-weight: 500; color: var(--slate); }
.bf-note { font-size: 11px; color: var(--slate-l); font-style: italic; white-space: nowrap; }
@media (max-width: 768px) {
  .bf-divider { display: none; }
  .bf-note { display: none; }
  .bf-inner { gap: 12px; }
}

/* 4. TESTIMONIALS — expanded 10-card grid */
.testi-category-label { margin-bottom: 16px; }
.testi-cat-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 99px; }
.testi-cat-commercial { background: rgba(13,79,82,.1); color: var(--teal); border: 1px solid rgba(13,79,82,.2); }
.testi-cat-residential { background: rgba(212,175,55,.1); color: #8B6E1A; border: 1px solid rgba(212,175,55,.25); }

.testi-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 8px; }
.testi-grid-res { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }

.testi-card-commercial { border-top: 3px solid var(--teal); }
.testi-card-residential { border-top: 3px solid var(--gold); }

.testi-role-commercial { color: var(--teal); }
.testi-role-residential { color: #8B6E1A; }

.testi-av-commercial { background: var(--teal); }
.testi-av-residential { background: #8B6E1A; }

@media (max-width: 1100px) {
  .testi-grid-3 { grid-template-columns: repeat(2,1fr); }
  .testi-grid-res { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .testi-grid-3 { grid-template-columns: 1fr; }
  .testi-grid-res { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════
   BURGER FUEL IN-HERO TRUST BLOCK
═══════════════════════════════════════════════════════════════ */
.bf-hero-trust { margin-top: 22px; }
.bf-hero-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.bf-hero-card { display: grid; grid-template-columns: 132px 1fr; align-items: center; gap: 16px; width: min(100%, 540px); background: rgba(255,255,255,.10); border: 1px solid rgba(212,175,55,.30); border-radius: 14px; padding: 14px 18px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: 0 4px 20px rgba(0,0,0,.2); }
.bf-hero-logo { width: 124px; height: 46px; max-width: 124px; object-fit: contain; display: block; border-radius: 6px; background: #fff; padding: 6px 9px; justify-self: start; align-self: center; }
.bf-hero-info { display: flex; flex-direction: column; justify-content: center; gap: 4px; min-width: 0; }
.bf-hero-name { font-size: 15px; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.bf-hero-locs { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.8); }
.bf-hero-desc { font-size: 11px; line-height: 1.45; color: rgba(255,255,255,.55); font-style: italic; }

/* suppress old bf strip styles if still referenced */
.bf-trust-strip { display: none; }

/* ═══════════════════════════════════════════════════════════════
   RESIDENTIAL ROOM CALC — hide hour labels (already removed from
   HTML but guard in case cached)
═══════════════════════════════════════════════════════════════ */
.room-time { display: none; }

/* ═══════════════════════════════════════════════════════════════
   LOGO — nav white background for visibility on white nav bar
═══════════════════════════════════════════════════════════════ */
.brand-link { display: flex; align-items: center; }

/* ═══════════════════════════════════════════════════════════════
   RESIDENTIAL 4-STEP GATE FLOW
═══════════════════════════════════════════════════════════════ */

/* Step 1 — prompt to select more rooms */
.res-step-prompt { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: rgba(13,79,82,.05); border: 1.5px dashed rgba(13,79,82,.20); border-radius: var(--r); padding: 24px 18px; margin-top: 8px; gap: 10px; }
.res-prompt-icon { font-size: 28px; }
.res-prompt-text { font-size: 13.5px; font-weight: 600; color: var(--slate); line-height: 1.5; margin: 0; }

/* Step 2/3 — gate header */
.res-gate-header { display: flex; align-items: flex-start; gap: 12px; background: linear-gradient(135deg, rgba(13,79,82,.08), rgba(212,175,55,.06)); border: 1.5px solid rgba(13,79,82,.18); border-radius: var(--r); padding: 14px 16px; margin-bottom: 4px; }
.res-gate-tick { font-size: 18px; font-weight: 800; color: var(--teal); flex-shrink: 0; line-height: 1.3; }
.res-gate-title { font-size: 14px; font-weight: 800; color: var(--navy); letter-spacing: -.02em; margin: 0 0 3px; }
.res-gate-sub { font-size: 12px; color: var(--slate); margin: 0; line-height: 1.4; }

/* Required star */
.req-star { color: var(--teal); font-size: 12px; }

/* Reveal button — matches book-btn but with gold accent */
.res-reveal-btn { background: var(--gold) !important; color: var(--navy) !important; font-weight: 800 !important; box-shadow: 0 6px 20px rgba(212,175,55,.28) !important; }
.res-reveal-btn:hover { background: var(--gold-d) !important; transform: translateY(-1px); }

/* Success: price reveal */
.res-price-reveal { background: linear-gradient(135deg, rgba(13,79,82,.07), rgba(212,175,55,.08)); border: 1.5px solid rgba(13,79,82,.15); border-radius: var(--r); padding: 20px; margin: 16px 0 4px; text-align: center; }
.res-reveal-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--slate); margin-bottom: 8px; }
.res-reveal-range { font-size: 40px; font-weight: 800; color: var(--navy); letter-spacing: -.04em; line-height: 1; margin-bottom: 10px; }
.res-reveal-note  { font-size: 12px; color: var(--slate); line-height: 1.5; font-style: italic; }

/* ═══════════════════════════════════════════════════════════════
   REAL URBANSHINE RESULTS — consolidated section
═══════════════════════════════════════════════════════════════ */
.why-us-section { padding: 80px 0 64px; }

/* ── 3 equal-size combined before/after result cards ── */
.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 36px;
}

.result-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(16,42,67,.08);
  border: 1px solid var(--line);
  transition: transform .22s, box-shadow .22s;
}
.result-card:hover { transform: translateY(-5px); box-shadow: 0 12px 36px rgba(16,42,67,.13); }

/* Image area — fixed aspect ratio so all 3 cards match exactly,
   object-fit: contain so nothing is ever cropped or distorted */
.result-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #FAF9F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Card body */
.result-body { padding: 18px 20px 20px; }
.result-title { font-size: 15px; font-weight: 700; color: var(--navy); margin: 0 0 6px; letter-spacing: -.02em; }
.result-desc { font-size: 13px; color: var(--slate); line-height: 1.6; margin: 0; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .result-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .result-grid { grid-template-columns: 1fr; gap: 16px; }
  .why-us-section { padding: 56px 0 48px; }
}

/* ═══════════════════════════════════════════════════════════════
   COMMERCIAL TRUST PROOF — Burger Fuel
═══════════════════════════════════════════════════════════════ */
.why-client-proof {
  margin: 0 0 20px;
  text-align: center;
}
.why-proof-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--slate-l);
  margin-bottom: 12px;
}
.why-proof-card {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 24px;
  box-shadow: 0 2px 12px rgba(16,42,67,.06);
}
.why-proof-logo {
  height: 44px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  display: block;
  border-radius: 6px;
  flex-shrink: 0;
}
.why-proof-text {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.55;
  max-width: 340px;
  text-align: left;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   TRUST & CREDIBILITY BAR
═══════════════════════════════════════════════════════════════ */
.trust-cred-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  background: linear-gradient(135deg, rgba(13,79,82,.05) 0%, rgba(16,42,67,.04) 100%);
  border: 1px solid rgba(13,79,82,.12);
  border-radius: 14px;
  padding: 18px 28px;
  margin: 0 0 32px;
}
.tcb-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--navy);
  padding: 6px 16px;
  white-space: nowrap;
}
.tcb-tick {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}
.tcb-sep {
  width: 1px;
  height: 18px;
  background: rgba(13,79,82,.18);
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .trust-cred-bar { gap: 4px; padding: 16px 16px; }
  .tcb-sep { display: none; }
  .tcb-item { padding: 5px 10px; font-size: 12px; }
  .why-proof-card { flex-direction: column; text-align: center; gap: 10px; padding: 16px 20px; }
  .why-proof-text { text-align: center; max-width: 280px; }
}

@media (max-width: 640px) {
  .trust-cred-bar { flex-direction: column; align-items: flex-start; padding: 16px 20px; gap: 2px; border-radius: 12px; }
  .tcb-item { padding: 5px 0; font-size: 12.5px; }
  .why-client-proof { margin-bottom: 16px; }
}

/* ═══════════════════════════════════════════════════════════════
   WHY URBANSHINE — HEADER UPGRADES
═══════════════════════════════════════════════════════════════ */

/* Larger, more visible section kicker for Why UrbanShine */
.why-kicker {
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  color: var(--teal) !important;
  display: block;
  margin-bottom: 8px;
}

/* Trust results tag below kicker */
.why-results-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(13,79,82,.08);
  border: 1px solid rgba(13,79,82,.18);
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 99px;
  margin-bottom: 14px;
  letter-spacing: .02em;
}
.why-results-tag::before { content: '✦'; font-size: 10px; }

/* ═══════════════════════════════════════════════════════════════
   BURGER FUEL — UPDATED PROOF CARD
═══════════════════════════════════════════════════════════════ */
.why-proof-info { display: flex; flex-direction: column; gap: 3px; }
.why-proof-name { font-size: 15px; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.why-proof-cats { font-size: 12.5px; font-weight: 500; color: var(--slate); }

/* ═══════════════════════════════════════════════════════════════
   TEAM AT WORK SECTION
═══════════════════════════════════════════════════════════════ */
.team-section {
  padding: 80px 0 0;
  background: var(--navy);
}
.team-section .section-kicker { color: var(--gold); }
.team-section .section-head h2 { color: #fff; }
.team-section .section-head p  { color: rgba(255,255,255,.7); }

/* ── Two-column layout ── */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 44px;
  align-items: start;
  margin-bottom: 0;
}

/* ── Primary hero image — portrait 768×1366 ──
   The cleaner is centre-frame from ~10% top to ~80% down.
   object-position: center 8% keeps his full body visible
   including the vacuum reaching to the floor. ── */
.team-hero-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(0,0,0,.35);
  /* Enough height to show cleaner full body without cutting feet */
  height: 580px;
}
.team-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 8%;   /* pull top of image up → shows head + body + floor */
  display: block;
}
.team-img-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(16,42,67,.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 99px;
  border: 1px solid rgba(212,175,55,.28);
}

/* ── Right column ── */
.team-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 4px;
}

/* Tagline above trust points */
.team-tagline {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,.6);
  font-style: italic;
  margin: 0;
  line-height: 1.5;
}

/* ── Trust points ── */
.team-points { display: flex; flex-direction: column; gap: 14px; }
.team-point {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.team-tick {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(212,175,55,.15);
  border: 1px solid rgba(212,175,55,.32);
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.team-point > div strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.team-point > div p {
  font-size: 12.5px;
  color: rgba(255,255,255,.55);
  margin: 0;
  line-height: 1.5;
}

/* ── Supporting gym image — landscape 1376×768 ──
   Cleaner is left of centre, standing with mop.
   object-position: 25% center keeps him in frame. ── */
.team-support-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,.28);
}
.team-support-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: 25% center;  /* keeps cleaner + mop in frame, not cropped */
  display: block;
}

/* ── CTA buttons ── */
.team-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
/* Secondary button — visible but less dominant */
.team-btn-secondary {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  border: 1.5px solid rgba(255,255,255,.25);
  border-radius: var(--r);
  padding: 13px 22px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .18s, border-color .18s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.team-btn-secondary:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.45);
  color: #fff;
}

/* ── Commercial proof strip ── */
.team-proof-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 22px 28px;
  margin-top: 48px;
  border-top: 1px solid rgba(212,175,55,.15);
  background: rgba(0,0,0,.15);
}
.tps-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gold);
  white-space: nowrap;
}
.tps-items {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.tps-item {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.8);
  white-space: nowrap;
}
.tps-dot {
  color: var(--gold);
  font-size: 14px;
  opacity: .55;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .team-grid { grid-template-columns: 1fr; gap: 32px; }
  .team-hero-img-wrap { height: 480px; }
}
@media (max-width: 768px) {
  .team-section { padding: 56px 0 0; }
  .team-hero-img-wrap { height: 380px; }
  .team-support-img { height: 180px; }
  .team-cta-row { flex-direction: column; }
  .team-cta-row .btn,
  .team-cta-row .team-btn-secondary { width: 100%; justify-content: center; }
  .team-proof-strip { padding: 18px 16px; gap: 10px; }
  .tps-label { width: 100%; text-align: center; }
  .tps-items { justify-content: center; }
}
@media (max-width: 480px) {
  .team-hero-img-wrap { height: 320px; }
}


/* ═══════════════════════════════════════════════════════════════
   V13 FINAL POLISH — trust intro, care section, proof section
═══════════════════════════════════════════════════════════════ */
.home-trust-intro {
  padding: 26px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.intro-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.intro-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 2px 14px rgba(16,42,67,.05);
}
.intro-icon,
.why-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(13,79,82,.1);
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex-shrink: 0;
}
.intro-card h3 {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 5px;
}
.intro-card p {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.55;
}
.intro-link {
  display: table;
  margin: 16px auto 0;
  font-size: 13.5px;
  font-weight: 800;
  color: var(--teal);
}

.pet-care-field {
  background: rgba(13,79,82,.06);
  border: 1px solid rgba(13,79,82,.16);
  border-radius: var(--r);
  padding: 12px 14px;
}
.pet-care-toggle {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
  cursor: pointer;
}
.pet-care-toggle input {
  width: 17px;
  height: 17px;
  accent-color: var(--teal);
}
.pet-care-note {
  display: none;
  font-size: 12px;
  color: var(--teal);
  line-height: 1.5;
  margin: 8px 0 0 26px;
  font-weight: 600;
}

.care-section {
  background: #fff;
  padding: 76px 0;
}
.care-shell {
  background: linear-gradient(135deg, #fff 0%, #FAF9F6 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 46px;
  box-shadow: 0 12px 46px rgba(16,42,67,.08);
}
.care-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}
.care-head h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -.045em;
  margin-bottom: 14px;
  color: var(--teal);
}
.care-head p {
  color: var(--slate);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.care-head strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.7;
}
.care-layout {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 24px;
  align-items: start;
}
.care-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}
.care-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 5px 24px rgba(16,42,67,.08);
  text-align: center;
  align-self: start;
}
.care-img {
  height: 150px;
  background-size: cover;
  background-position: center;
}
.care-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 34px;
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border-radius: 99px;
  margin: -17px auto 12px;
  border: 3px solid #fff;
  position: relative;
  z-index: 1;
}
.care-card h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 7px;
}
.care-card p {
  color: var(--slate);
  font-size: 13px;
  line-height: 1.6;
  padding: 0 18px 22px;
}
.care-benefits {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 5px 24px rgba(16,42,67,.06);
}
.care-benefits div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.35;
}
.care-benefits div:last-child { border-bottom: 0; }
.care-benefits span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212,175,55,.16);
  color: var(--teal);
  flex-shrink: 0;
}
.care-evidence {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  margin: 18px auto 0;
  padding: 14px 16px 14px 18px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  border-radius: 14px;
  background: rgba(250,249,246,.8);
  text-align: left;
  max-width: 780px;
}
.care-evidence p {
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--slate);
  margin: 0;
}
.care-evidence strong { color: var(--navy); }
.care-evidence a,
.care-seo-link {
  color: var(--teal);
  font-size: 12.5px;
  font-weight: 800;
}
.care-seo-link {
  display: block;
  text-align: center;
  margin-top: 18px;
}
.care-cta {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.why-us-section {
  padding: 82px 0;
}
.why-proof-layout {
  display: grid;
  grid-template-columns: .85fr 1.45fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 26px;
}
.why-copy-panel,
.why-proof-card-main {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 10px 36px rgba(16,42,67,.08);
}
.why-copy-panel {
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-copy-panel h3 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -.06em;
  margin-bottom: 16px;
}
.why-copy-panel p {
  color: var(--slate);
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 28px;
}
.why-steps {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}
.why-steps div {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
}
.why-steps span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.why-proof-card-main {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 22px;
  padding: 24px;
  align-items: center;
}
.why-proof-img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: var(--ivory);
  min-height: 360px;
}
.why-proof-img-wrap img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: contain;
  display: block;
}
.proof-ba-label {
  position: absolute;
  top: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(16,42,67,.82);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(16,42,67,.16);
}
.proof-before {
  left: 14px;
}
.proof-after {
  left: calc(50% + 14px);
}
.proof-float-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(16,42,67,.12);
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: 0 8px 26px rgba(16,42,67,.14);
}
.proof-float-label strong,
.proof-float-label span { display: block; }
.proof-float-label strong {
  font-size: 13px;
  color: var(--teal);
}
.proof-float-label span {
  font-size: 12px;
  color: var(--slate);
}
.proof-pill {
  display: inline-flex;
  background: var(--navy);
  color: var(--gold);
  border-radius: 99px;
  padding: 9px 22px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 22px;
}
.why-outcome-copy h3 {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.1;
  margin-bottom: 12px;
}
.why-outcome-copy p {
  color: var(--slate);
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.why-outcome-copy li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 800;
  margin: 8px 0;
}
.why-outcome-copy li::before {
  content: '✓';
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13,79,82,.08);
  color: var(--teal);
  flex-shrink: 0;
}
.why-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.why-feature-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 4px 18px rgba(16,42,67,.05);
}
.why-feature-grid h3 {
  font-size: 15px;
  line-height: 1.25;
  margin: 12px 0 7px;
}
.why-feature-grid p {
  color: var(--slate);
  font-size: 12.5px;
  line-height: 1.55;
}
.why-bottom-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  background: var(--navy);
  border-radius: 16px;
  padding: 12px 18px;
}
.why-bottom-bar span {
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
}
.why-bottom-bar span::before {
  content: '✓';
  color: var(--gold);
  margin-right: 7px;
}

.pricing-section { background: var(--ivory); }
.pricing-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 420px));
  gap: 24px;
  justify-content: center;
  margin-bottom: 18px;
}
.pricing-layout .price-card {
  min-height: 100%;
  box-shadow: 0 8px 30px rgba(16,42,67,.08);
}
.pricing-layout .price-amount {
  font-size: 42px;
  margin: 16px 0 12px;
}
.pricing-layout .price-amount small {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.tenancy-card {
  grid-column: 1 / -1;
  width: min(420px, 100%);
  justify-self: center;
}
.pricing-note {
  text-align: center;
  color: var(--slate);
  font-size: 13px;
  margin: 0 0 24px;
  font-style: italic;
}

.how-section { background: #fff; }
.steps-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}
.steps-timeline::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 34px;
  height: 1px;
  background: var(--line);
}
.steps-timeline article {
  position: relative;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(16,42,67,.05);
}
.steps-timeline span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 10px 28px rgba(13,79,82,.22);
}
.steps-timeline h3 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}
.steps-timeline p {
  color: var(--slate);
  font-size: 13px;
  line-height: 1.6;
}

/* Our Team: final version uses one main image only. */
.team-grid {
  grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.05fr);
  align-items: center;
}
.team-section {
  padding-bottom: 0;
}
.team-hero-img-wrap {
  height: 640px;
}
.team-right {
  gap: 22px;
}
.team-cta-row {
  margin-top: 4px;
}
 .team-support-img-wrap {
  display: none !important;
}

@media (max-width: 1100px) {
  .intro-card-grid,
  .care-layout,
  .why-proof-layout,
  .why-proof-card-main {
    grid-template-columns: 1fr;
  }
  .care-cards,
  .why-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-timeline::before { display: none; }
}

@media (max-width: 768px) {
  .home-trust-intro { padding: 20px 0; }
  .intro-card-grid,
  .care-cards,
  .why-feature-grid,
  .pricing-layout,
  .steps-timeline {
    grid-template-columns: 1fr;
  }
  .care-shell { padding: 28px 18px; border-radius: 18px; }
  .care-evidence { grid-template-columns: 1fr; }
  .care-benefits { order: 2; }
  .why-copy-panel { padding: 28px 22px; }
  .why-proof-card-main { padding: 16px; }
  .why-proof-img-wrap,
  .why-proof-img-wrap img { min-height: 280px; }
  .tenancy-card { width: 100%; }
  .team-grid { grid-template-columns: 1fr; }
  .team-hero-img-wrap { height: 460px; }
}

@media (max-width: 480px) {
  .intro-card { padding: 16px; }
  .care-img { height: 130px; }
  .why-copy-panel h3 { font-size: 34px; }
  .why-proof-img-wrap,
  .why-proof-img-wrap img { min-height: 240px; }
  .team-hero-img-wrap { height: 360px; }
}

/* ═══════════════════════════════════════════════════════════════
   V16 FIXES — user requested corrections
   1) phone number handled in HTML
   2) calculator pet/kids toggle visible in residential calculator
   3) pricing cards: three in one row, End of Tenancy centred between Regular and Deep
   4) care section moved directly after hero and uses image cards
   5) team support photos display in a controlled strip, not scattered
═══════════════════════════════════════════════════════════════ */
.calculator-pet-toggle {
  margin-top: 2px;
  margin-bottom: 14px;
}
.calculator-pet-toggle .pet-care-toggle {
  font-size: 12.5px;
}
.calculator-pet-toggle .pet-care-note {
  font-size: 11.5px;
}

/* Make the Residential Care section feel like the immediate homepage highlight. */
.care-section {
  padding: 56px 0 68px;
  background: linear-gradient(180deg, #fff 0%, var(--ivory) 100%);
}
.care-card .care-img {
  height: 170px;
  background-size: cover;
  background-position: center;
}
.care-card:nth-child(1) .care-img { background-position: center 45%; }
.care-card:nth-child(2) .care-img { background-position: center 42%; }
.care-card:nth-child(3) .care-img { background-position: center 45%; }

/* Pricing: latest requested layout — all 3 cards in one line, End of Tenancy in the centre. */
.pricing-layout {
  grid-template-columns: repeat(3, minmax(260px, 380px)) !important;
  align-items: stretch;
  justify-content: center;
  gap: 22px;
}
.tenancy-card {
  grid-column: auto !important;
  width: auto !important;
  justify-self: stretch !important;
}
.pricing-layout .price-card {
  display: flex;
  flex-direction: column;
}
.pricing-layout .price-card .btn {
  margin-top: auto;
}

/* Team support images: show them neatly inside the right column, never floating or broken. */
.team-support-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 4px 0 2px;
}
.team-support-strip figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 8px 28px rgba(0,0,0,.18);
}
.team-support-strip img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  display: block;
}
.team-support-strip figure:nth-child(1) img { object-position: center; }
.team-support-strip figure:nth-child(2) img { object-position: center 55%; }
.team-support-strip figure:nth-child(3) img { object-position: 35% center; }
.team-support-strip figcaption {
  color: rgba(255,255,255,.75);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.35;
  padding: 8px 9px 9px;
}

@media (max-width: 1100px) {
  .pricing-layout {
    grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
  }
}
@media (max-width: 900px) {
  .pricing-layout,
  .care-cards {
    grid-template-columns: 1fr !important;
  }
  .team-support-strip {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .team-support-strip {
    grid-template-columns: 1fr;
  }
  .team-support-strip img {
    height: 180px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   V17 MARKETING UPDATE — scoped homepage + Why Us polish
═══════════════════════════════════════════════════════════════ */
.brand-logo {
  max-width: 225px;
  max-height: 62px;
}
.mobile-brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 14px 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}
.mobile-brand-row img {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.estimate-intro {
  background: linear-gradient(135deg, rgba(13,79,82,.06), rgba(212,175,55,.08));
  border: 1px solid rgba(13,79,82,.12);
  border-radius: var(--r);
  padding: 14px 16px;
  margin: -4px 0 16px;
}
.estimate-intro h2 {
  color: var(--navy);
  font-size: 14.5px;
  line-height: 1.3;
  letter-spacing: -.02em;
  margin: 0 0 6px;
}
.estimate-intro p {
  color: var(--slate);
  font-size: 12.5px;
  line-height: 1.6;
  margin: 0;
}
.intro-round-logo {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
}
.intro-round-logo {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  opacity: .96;
}
.care-head strong {
  max-width: 780px;
  margin: 8px auto 0;
}
.care-badge {
  margin: 14px auto 12px;
  border: 0;
  height: 32px;
  min-width: 76px;
  box-shadow: 0 8px 18px rgba(13,79,82,.16);
}
.care-benefits {
  align-self: stretch;
  overflow: hidden;
}
.care-benefits div {
  padding: 9px 0;
}
.why-different-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}
.why-different-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 4px 18px rgba(16,42,67,.06);
}
.why-different-grid h3 {
  color: var(--navy);
  font-size: 16px;
  line-height: 1.25;
  margin: 14px 0 8px;
}
.why-different-grid p {
  color: var(--slate);
  font-size: 13px;
  line-height: 1.6;
}
.why-grid-cta {
  display: flex;
  justify-content: center;
  margin: -4px 0 32px;
}
.why-badge-logo{
  display:block;
  width:160px;
  height:auto;
  margin:0 auto 18px;
}
.why-page-hero .why-badge-logo{
  margin:0 0 18px;
}
.price-checklist {
  margin: auto 0 14px;
  border: 1px solid rgba(13,79,82,.16);
  border-radius: 14px;
  background: rgba(250,249,246,.72);
  overflow: hidden;
}
.price-checklist summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}
.price-checklist summary::-webkit-details-marker {
  display: none;
}
.price-checklist summary::after {
  content: '+';
  margin-left: auto;
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}
.price-checklist[open] summary::after {
  content: '-';
}
.checklist-icon {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 999px;
  background: rgba(212,175,55,.18);
  color: var(--teal);
  font-size: 13px;
  line-height: 1;
}
.price-checklist ul {
  list-style: none;
  margin: 0;
  padding: 0 14px 14px;
}
.price-checklist li {
  position: relative;
  color: rgba(16,42,67,.78);
  font-size: 12.5px;
  line-height: 1.45;
  margin: 7px 0;
  padding-left: 20px;
}
.price-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 900;
}
.price-checklist-note {
  margin: 0 14px 10px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}
.price-checklist p {
  margin: 0 14px 14px;
  padding: 11px 12px;
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  background: #fff;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.55;
}
.pricing-layout .price-card .price-estimate-btn {
  margin-top: 0;
  background: var(--gold);
  border: 1.5px solid var(--gold);
  color: var(--navy);
  box-shadow: 0 12px 28px rgba(212,175,55,.22);
}
.pricing-layout .price-card .price-estimate-btn:hover {
  background: var(--navy);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-1px);
}
.why-results-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .9fr);
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px 24px;
  box-shadow: 0 10px 36px rgba(16,42,67,.08);
}
.why-results-panel .why-proof-img-wrap {
  height: 430px;
  min-height: 0;
  max-height: 430px;
}
.why-results-panel .why-proof-img-wrap img {
  height: 100%;
  min-height: 0;
  max-height: 430px;
}
.why-results-panel .why-outcome-copy {
  align-self: center;
  max-width: 470px;
}
.cta-band p {
  max-width: 720px;
}
@media (max-width: 1100px) {
  .why-different-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-results-panel {
    grid-template-columns: 1fr;
  }
  .why-results-panel .why-proof-img-wrap,
  .why-results-panel .why-proof-img-wrap img {
    height: 360px;
    max-height: 360px;
  }
}
@media (max-width: 768px) {
  .brand-logo {
    max-width: 210px;
    max-height: 58px;
  }
  .why-results-panel .why-proof-img-wrap,
  .why-results-panel .why-proof-img-wrap img {
    height: 300px;
    max-height: 300px;
  }
  .why-different-grid {
    grid-template-columns: 1fr;
  }
  .care-head strong {
    font-size: 13.5px;
  }
}
@media (max-width:600px){
  .why-badge-logo{
    width:125px;
    margin-bottom:14px;
  }
}

/* WHY US PAGE */
.why-page-hero {
  background: linear-gradient(135deg, #102A43 0%, #0D4F52 60%, #133A50 100%);
  padding: 76px 0;
}
.why-page-hero-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 42px;
  align-items: center;
}
.why-page-hero .section-kicker {
  color: var(--gold);
}
.why-page-hero h1 {
  max-width: 760px;
}
.why-page-hero p {
  color: rgba(255,255,255,.74);
  font-size: 17px;
  line-height: 1.75;
  max-width: 620px;
  margin-bottom: 28px;
}
.why-page-proof {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 20px 60px rgba(0,0,0,.24);
}
.why-page-proof img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
  background: #fff;
}
.why-page-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.why-page-sections article {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 5px 22px rgba(16,42,67,.06);
}
.why-page-sections span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(13,79,82,.1);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 16px;
}
.why-page-sections h2 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}
.why-page-sections p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.7;
}
.comparison-section {
  background: var(--ivory);
}
.comparison-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(16,42,67,.08);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}
.comparison-table th,
.comparison-table td {
  text-align: left;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}
.comparison-table th {
  background: var(--navy);
  color: #fff;
  font-size: 14px;
}
.comparison-table th:last-child {
  color: var(--gold);
}
.comparison-table td {
  color: var(--slate);
  font-size: 14px;
}
.comparison-table td:last-child {
  color: var(--navy);
  font-weight: 800;
}
.comparison-table tr:last-child td {
  border-bottom: 0;
}
.commercial-proof-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 8px 30px rgba(16,42,67,.08);
}
.commercial-proof-card img {
  width: 100%;
  background: var(--ivory);
  border-radius: 14px;
  padding: 12px;
}
.commercial-proof-card h2 {
  color: var(--navy);
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}
.commercial-proof-card p {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.75;
}
@media (max-width: 900px) {
  .why-page-hero-grid,
  .why-page-sections,
  .commercial-proof-card {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════════
   ABOVE-THE-FOLD CONVERSION FIXES
═══════════════════════════════════════════════════════════════ */
.wrap {
  width: min(1520px, calc(100% - 32px));
}
.hero {
  min-height: calc(100vh - 72px);
  padding: 18px 0 30px;
  display: flex;
  align-items: flex-start;
}
.hero-grid {
  grid-template-columns: minmax(0, .96fr) minmax(560px, 1.04fr);
  gap: 28px;
  align-items: center;
  padding-top: 44px;
}
.hero-left {
  max-width: 690px;
}
.hero-kicker {
  margin-bottom: 12px;
}
.hero-tagline {
  margin-bottom: 8px;
}
.hero h1 {
  font-size: clamp(34px, 3.55vw, 54px);
  margin-bottom: 14px;
}
.hero-sub {
  max-width: 610px;
  margin-bottom: 18px;
}
.hero-cta {
  margin-bottom: 8px;
}
.promise-line {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.68);
  font-size: 12.5px;
  line-height: 1.45;
  margin: 0 0 14px;
  font-weight: 600;
}
.promise-line span {
  color: var(--gold);
  font-weight: 900;
}
.promise-line-card {
  color: var(--slate);
  justify-content: center;
  margin: 8px 0 0;
  font-size: 11.5px;
}
.promise-line-card span {
  color: var(--teal);
}
.trust-row {
  margin-bottom: 0;
}
.trust-item {
  padding: 5px 10px;
}
.bf-hero-trust {
  margin-top: 14px;
}
.bf-hero-label {
  margin-bottom: 7px;
}
.bf-hero-card {
  grid-template-columns: 132px 1fr;
  align-items: center;
  width: min(100%, 540px);
  padding: 14px 18px;
}
.bf-hero-logo {
  width: 124px;
  height: 46px;
  align-self: center;
}
.bf-hero-desc {
  max-width: 420px;
}
.booking-card {
  width: min(100%, 680px);
  padding: 18px 20px;
  border-radius: 20px;
}
.card-header {
  margin-bottom: 10px;
}
.estimate-intro {
  padding: 10px 12px;
  margin: 0 0 10px;
}
.estimate-intro h2 {
  font-size: 13.5px;
  margin-bottom: 3px;
}
.estimate-intro p {
  font-size: 12px;
  line-height: 1.45;
}
.urgency-line {
  color: var(--teal);
  font-size: 11.5px;
  font-weight: 800;
  margin: -2px 0 10px;
  text-align: center;
}
.type-toggle {
  margin-bottom: 10px;
}
.form-field {
  margin-bottom: 10px;
}
.form-select,
.form-input,
.stepper {
  height: 42px;
}
.stepper {
  padding: 0 5px;
}
.stp-btn {
  width: 29px;
  height: 29px;
}
.calculator-pet-toggle {
  margin-bottom: 10px;
  padding: 10px 12px;
}
.res-step-prompt {
  padding: 16px 14px;
  margin-top: 0;
}
.res-gate-header {
  padding: 10px 12px;
}
.book-btn {
  padding: 13px;
  margin-top: 10px;
}
.rough-range-box {
  background: linear-gradient(135deg, rgba(13,79,82,.07), rgba(212,175,55,.10));
  border: 1.5px solid rgba(13,79,82,.15);
  border-radius: var(--r);
  padding: 12px 14px;
  margin: 0 0 10px;
  text-align: center;
}
.rough-label {
  color: var(--slate);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rough-range {
  color: var(--navy);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.04em;
  margin: 3px 0;
}
.rough-range-box p {
  color: var(--slate);
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}
.hero-review {
  border-top: 1px solid var(--line);
  margin-top: 12px;
  padding-top: 10px;
  text-align: center;
}
.review-stars {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.hero-review p {
  color: var(--navy);
  font-size: 11.5px;
  line-height: 1.45;
  margin: 0 0 3px;
  font-style: italic;
}
.hero-review strong {
  color: var(--slate);
  font-size: 11px;
}
.brand-logo {
  max-width: 280px;
  max-height: 70px;
}
@media (max-width: 1100px) {
  .hero {
    min-height: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }
  .hero {
    padding: 34px 0 44px;
  }
  .brand-logo {
    max-width: 210px;
  }
}

/* Visible Proof premium section */
.why-results-panel.us-proof-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
  gap: 52px;
  align-items: center;
  background:
    radial-gradient(circle at 8% 8%, rgba(212,175,55,.16), rgba(250,249,246,0) 30%),
    linear-gradient(135deg, rgba(250,249,246,.98), rgba(250,249,246,.74));
  border: 1px solid rgba(16,42,67,.10);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 24px 60px rgba(16,42,67,.13);
  overflow: hidden;
}

.us-proof-media {
  position: relative;
}

.us-proof-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #FAF9F6;
  border: 1px solid rgba(16,42,67,.08);
  box-shadow: 0 18px 45px rgba(16,42,67,.12);
  isolation: isolate;
}

.us-proof-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(250,249,246,.16), rgba(212,175,55,.08), rgba(250,249,246,0));
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.us-proof-frame:hover::after {
  opacity: 1;
}

.us-proof-frame img {
  width: 100%;
  height: clamp(360px, 36vw, 520px);
  object-fit: contain;
  background: #FAF9F6;
  transform: scale(1.01);
  transition: transform .6s ease, filter .6s ease;
}

.us-proof-frame:hover img {
  transform: scale(1.035);
  filter: contrast(1.03) saturate(1.02);
}

.us-proof-label {
  position: absolute;
  top: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #102A43;
  color: #FAF9F6;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 12px 28px rgba(16,42,67,.26);
}

.us-proof-label-before {
  left: 22px;
}

.us-proof-label-after {
  right: 22px;
  background: #0D4F52;
}

.us-proof-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #D4AF37 18%, #D4AF37 82%, transparent);
  box-shadow: 0 0 0 1px rgba(250,249,246,.55);
}

.us-proof-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  max-width: 260px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(250,249,246,.96);
  border: 1px solid rgba(16,42,67,.10);
  box-shadow: 0 16px 38px rgba(16,42,67,.16);
}

.us-proof-caption strong,
.us-proof-caption span {
  display: block;
}

.us-proof-caption strong {
  color: #102A43;
  font-size: 14px;
  font-weight: 900;
}

.us-proof-caption span {
  margin-top: 4px;
  color: #0D4F52;
  font-size: 13px;
}

.us-proof-content {
  color: #102A43;
}

.us-proof-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: #102A43;
  color: #D4AF37;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.us-proof-content h3 {
  max-width: 560px;
  margin: 24px 0 16px;
  color: #102A43;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.14;
  letter-spacing: -.035em;
}

.us-proof-content p {
  max-width: 570px;
  margin: 0;
  color: rgba(16,42,67,.82);
  font-size: 17px;
  line-height: 1.72;
}

.us-proof-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.us-proof-list li {
  position: relative;
  padding-left: 34px;
  color: #102A43;
  font-size: 16px;
  font-weight: 800;
}

.us-proof-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(212,175,55,.16);
  color: #D4AF37;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 14px;
}

.us-proof-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 14px;
  background: #0D4F52;
  color: #FAF9F6;
  border: 2px solid #0D4F52;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(13,79,82,.22);
  transition: background .28s ease, border-color .28s ease, transform .28s ease, box-shadow .28s ease;
}

.us-proof-btn:hover {
  background: #102A43;
  border-color: #D4AF37;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(16,42,67,.24);
}

.us-proof-arrow {
  display: inline-block;
  transition: transform .28s ease, color .28s ease;
}

.us-proof-btn:hover .us-proof-arrow {
  transform: translateX(5px);
  color: #D4AF37;
}

.us-proof-micro {
  margin-top: 13px;
  color: rgba(16,42,67,.68);
  font-size: 13px;
  line-height: 1.5;
}

.reveal-left,
.reveal-right {
  animation: usProofRise .75s ease both;
}

.reveal-right {
  animation-delay: .12s;
}

@keyframes usProofRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-left,
  .reveal-right,
  .us-proof-frame img,
  .us-proof-frame::after,
  .us-proof-btn,
  .us-proof-arrow {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .why-results-panel.us-proof-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .us-proof-frame img {
    height: clamp(340px, 64vw, 520px);
  }
}

@media (max-width: 620px) {
  .why-results-panel.us-proof-panel {
    padding: 16px;
    border-radius: 20px;
  }

  .us-proof-frame {
    border-radius: 18px;
  }

  .us-proof-frame img {
    height: 360px;
  }

  .us-proof-label {
    top: 14px;
    min-width: 72px;
    height: 28px;
    padding: 0 11px;
    font-size: 10px;
  }

  .us-proof-label-before {
    left: 14px;
  }

  .us-proof-label-after {
    right: 14px;
  }

  .us-proof-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    padding: 14px 15px;
  }

  .us-proof-content h3 {
    font-size: clamp(26px, 7vw, 38px);
  }

  .us-proof-content p {
    font-size: 16px;
  }

  .us-proof-btn {
    width: 100%;
  }
}
