/* ============================================================
   ProCare Dubai — Shared Stylesheet
   Used by all pages in /v2/
   ============================================================ */

*{margin:0;padding:0;box-sizing:border-box}

:root{
  --gold:#B8925A;--gold-light:#F5E6D0;--gold-dark:#9E7A45;
  --dark:#1A1A1A;--mid:#4A4A4A;--soft:#8A8A8A;
  --bg:#FAFAF8;--white:#FFFFFF;--border:#E8E4DE;--accent:#1B4D3E;
  --green:#27500A;--green-light:#EAF3DE;--whatsapp:#25D366;
  --shadow:0 4px 24px rgba(0,0,0,0.06);--shadow-lg:0 8px 40px rgba(0,0,0,0.1);
  --r-sm:4px;--r-md:8px;--r-lg:12px;
  --container:1200px;
}

html{scroll-behavior:smooth;scroll-padding-top:80px}
/* Universal SVG line treatment — fixes pinched corners on small icons */
svg{stroke-linecap:round;stroke-linejoin:round}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--dark);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5{font-family:'Playfair Display',serif;line-height:1.2;letter-spacing:-0.01em;color:var(--dark)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}

/* IMAGE PLACEHOLDERS */
.img-placeholder{position:relative;width:100%;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:var(--r-md);overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--gold-light);text-align:center;padding:40px 24px;background-image:repeating-linear-gradient(45deg,transparent,transparent 12px,rgba(184,146,90,0.05) 12px,rgba(184,146,90,0.05) 24px)}
.img-placeholder[data-aspect="16:9"]{aspect-ratio:16/9}
.img-placeholder[data-aspect="4:3"]{aspect-ratio:4/3}
.img-placeholder[data-aspect="3:4"]{aspect-ratio:3/4}
.img-placeholder[data-aspect="1:1"]{aspect-ratio:1/1}
.img-placeholder .lbl{font-family:'DM Sans';font-size:11px;letter-spacing:2px;color:var(--gold);font-weight:600;text-transform:uppercase;margin-bottom:8px;display:block}
.img-placeholder .desc{font-size:13px;color:rgba(255,255,255,0.7);font-weight:500;line-height:1.5}
.img-placeholder .spec{font-size:11px;color:rgba(255,255,255,0.45);margin-top:10px;font-family:monospace}

/* NAV */
nav.topnav{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;backdrop-filter:saturate(180%) blur(10px);background-color:rgba(255,255,255,0.92)}
.nav-inner{max-width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 24px}
.nav-logo{font-family:'Playfair Display';font-size:22px;font-weight:700;color:var(--dark)}
.nav-logo span{color:var(--gold)}
.nav-links{display:flex;gap:28px;align-items:center}
.nav-links a{font-size:13px;font-weight:500;color:var(--mid);transition:color 0.2s}
.nav-links a:hover,.nav-links a.active{color:var(--gold)}
.nav-cta{background:var(--gold);color:var(--white)!important;padding:10px 20px;border-radius:var(--r-sm);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:background 0.2s}
.nav-cta:hover{background:var(--gold-dark)}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.nav-toggle svg{width:24px;height:24px;stroke:var(--dark)}

/* HERO (page-level, smaller than homepage hero) */
.page-hero{background:var(--white);padding:72px 24px;border-bottom:1px solid var(--border)}
.page-hero-inner{max-width:var(--container);margin:0 auto}
.breadcrumb{font-size:12px;color:var(--soft);margin-bottom:18px}
.breadcrumb a{color:var(--gold)}
.breadcrumb a:hover{text-decoration:underline}
.page-hero h1{font-size:46px;color:var(--dark);margin-bottom:14px;font-weight:700;max-width:800px}
.page-hero h1 span{color:var(--gold)}
.page-hero-sub{font-size:17px;color:var(--mid);max-width:680px;line-height:1.7}
.page-hero-eyebrow{display:inline-block;background:var(--gold-light);color:var(--gold-dark);font-size:11px;font-weight:700;padding:6px 14px;border-radius:var(--r-sm);letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}

/* HOMEPAGE HERO (bigger) */
.home-hero{background:var(--white);padding:88px 24px}
.home-hero-inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}
.home-hero h1{font-size:54px;margin-bottom:22px;font-weight:700}
.home-hero h1 span{color:var(--gold)}
.home-hero-sub{font-size:17px;color:var(--mid);margin-bottom:36px;line-height:1.7;max-width:480px}

/* BUTTONS */
.btn-primary{background:var(--dark);color:var(--white);padding:15px 28px;border-radius:var(--r-sm);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:transform 0.15s,background 0.2s;border:none;cursor:pointer}
.btn-primary:hover{background:#000;transform:translateY(-1px);color:var(--white)}
.btn-whatsapp{background:var(--whatsapp);color:var(--white);padding:15px 28px;border-radius:var(--r-sm);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:background 0.2s}
.btn-whatsapp:hover{background:#1DA851;color:var(--white)}
.btn-secondary{background:transparent;color:var(--dark);padding:15px 28px;border-radius:var(--r-sm);font-size:14px;font-weight:600;border:1.5px solid var(--border);transition:all 0.2s;display:inline-flex;align-items:center;gap:10px}
.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}
.btn-gold{background:var(--gold);color:var(--white);padding:15px 28px;border-radius:var(--r-sm);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:background 0.2s}
.btn-gold:hover{background:var(--gold-dark);color:var(--white)}
.btn-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}

/* HERO TRUST */
.hero-trust{display:flex;gap:32px;margin-top:32px;padding-top:28px;border-top:1px solid var(--border);flex-wrap:wrap}
.trust-item{display:flex;flex-direction:column}
.trust-num{font-size:24px;font-weight:700;color:var(--gold);font-family:'Playfair Display'}
.trust-label{font-size:11px;color:var(--soft);font-weight:500;text-transform:uppercase;letter-spacing:0.6px;margin-top:2px}
.img-tag{position:absolute;bottom:20px;left:20px;background:var(--white);padding:12px 18px;border-radius:var(--r-sm);font-size:12px;font-weight:600;color:var(--dark);border-left:3px solid var(--gold);box-shadow:var(--shadow);z-index:2}
.hero-img-wrap{position:relative}

/* TRUST STRIP */
.trust-strip{background:var(--dark);color:var(--white);padding:24px}
.trust-strip-inner{max-width:var(--container);margin:0 auto;display:flex;justify-content:space-around;gap:24px;flex-wrap:wrap;align-items:center}
.trust-strip-item{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,0.85)}
.trust-strip-item svg{width:20px;height:20px;stroke:var(--gold);flex-shrink:0}

/* SECTIONS */
.section{padding:88px 24px}
.section-inner{max-width:var(--container);margin:0 auto}
.section-header{margin-bottom:56px;max-width:680px}
.section-header.center{margin-left:auto;margin-right:auto;text-align:center}
.eyebrow{font-size:11px;font-weight:700;color:var(--gold);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px;display:inline-block}
.section-header h2{font-size:38px;color:var(--dark);margin-bottom:14px;font-weight:700}
.section-header p{font-size:16px;color:var(--mid);line-height:1.7}

/* PROSE — for paragraphs of body content */
.prose{max-width:760px}
.prose p{margin-bottom:16px;color:var(--mid);font-size:15px;line-height:1.8}
.prose h3{font-size:24px;margin:36px 0 16px}
.prose h4{font-size:18px;margin:28px 0 10px;color:var(--dark)}
.prose ul{margin:14px 0 20px 0;padding-left:0;list-style:none}
.prose ul li{position:relative;padding-left:22px;margin-bottom:10px;color:var(--mid)}
.prose ul li::before{content:'';position:absolute;left:0;top:9px;width:8px;height:8px;background:var(--gold);border-radius:50%}
.prose strong{color:var(--dark);font-weight:600}

/* TWO-COLUMN LAYOUTS */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.two-col-2-1{display:grid;grid-template-columns:1.5fr 1fr;gap:48px;align-items:start}

/* SERVICE CARDS */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);padding:32px 26px;transition:all 0.25s;position:relative;overflow:hidden;display:block;color:inherit}
.service-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:var(--gold);transition:height 0.3s}
.service-card:hover::before{height:100%}
.service-card:hover{border-color:#D4B480;transform:translateY(-2px);box-shadow:var(--shadow)}
.svc-icon{width:48px;height:48px;background:var(--gold-light);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.svc-icon svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{font-size:18px;margin-bottom:8px}
.service-card p{font-size:14px;color:var(--soft);line-height:1.6;margin-bottom:14px}
.service-card .learn{font-size:12px;color:var(--gold);font-weight:600;letter-spacing:0.4px;text-transform:uppercase}

/* WHY POINTS */
.why-points{display:flex;flex-direction:column;gap:28px}
.why-point{display:flex;gap:18px;align-items:flex-start}
.why-dot{width:44px;height:44px;min-width:44px;background:var(--gold-light);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center}
.why-dot svg{width:20px;height:20px;stroke:var(--gold);fill:none;stroke-width:2}
.why-point h4{font-size:16px;font-weight:600;margin-bottom:5px}
.why-point p{font-size:14px;color:var(--soft);line-height:1.65}

/* PROCESS */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.process-grid::before{content:'';position:absolute;top:32px;left:12.5%;right:12.5%;height:1px;background:var(--border);z-index:0}
.step{text-align:center;padding:0 16px;position:relative;z-index:1}
.step-num{width:64px;height:64px;border-radius:50%;background:var(--white);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-family:'Playfair Display';font-size:24px;color:var(--gold);font-weight:700}
.step h4{font-size:16px;font-weight:600;margin-bottom:8px}
.step p{font-size:13px;color:var(--soft);line-height:1.6}

/* TESTIMONIALS */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testi-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);padding:32px 28px;display:flex;flex-direction:column}
.stars{color:var(--gold);font-size:16px;letter-spacing:2px;margin-bottom:16px}
.testi-text{font-size:15px;color:var(--mid);line-height:1.7;margin-bottom:24px;flex-grow:1}
.testi-author{display:flex;align-items:center;gap:14px}
.testi-avatar{width:48px;height:48px;border-radius:50%;background:var(--gold-light);color:var(--gold);font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.testi-name{font-size:14px;font-weight:600}
.testi-meta{font-size:12px;color:var(--soft);margin-top:2px}

/* FAQ */
.faq-list{max-width:780px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--border)}
.faq-q{width:100%;text-align:left;background:none;border:none;padding:24px 0;font-size:16px;font-weight:600;color:var(--dark);cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-family:inherit}
.faq-q:hover{color:var(--gold)}
.faq-icon{width:20px;height:20px;color:var(--gold);transition:transform 0.2s;flex-shrink:0;margin-left:16px}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{display:none;padding:0 0 24px;color:var(--mid);font-size:15px;line-height:1.75;max-width:680px}
.faq-item.open .faq-a{display:block}

/* PACKAGES */
.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pkg-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);padding:32px 28px;position:relative}
.pkg-card.featured{border:2px solid var(--gold);transform:translateY(-8px)}
.pkg-badge{display:inline-block;background:var(--gold);color:var(--white);font-size:11px;font-weight:700;padding:5px 16px;border-radius:var(--r-sm);letter-spacing:0.6px;margin-bottom:16px;text-transform:uppercase}
.pkg-icon{width:52px;height:52px;background:var(--gold-light);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.pkg-icon svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pkg-card h3{font-size:22px;margin-bottom:6px}
.pkg-sub{font-size:13px;color:var(--soft);margin-bottom:20px}
.pkg-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.pkg-features li{font-size:13px;color:var(--mid);display:flex;gap:10px;align-items:flex-start;line-height:1.5}
.pkg-features li svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:4px}

/* PRICING TABLE */
.pricing-table{width:100%;border-collapse:collapse;background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;font-size:14px}
.pricing-table th,.pricing-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--border)}
.pricing-table th{background:var(--bg);font-size:12px;font-weight:600;color:var(--mid);text-transform:uppercase;letter-spacing:0.5px}
.pricing-table tr:last-child td{border-bottom:none}
.pricing-table .price{font-weight:700;color:var(--gold);white-space:nowrap}

/* CTA STRIP */
.cta-strip{background:var(--dark);padding:72px 24px;text-align:center}
.cta-strip h2{font-size:38px;color:var(--white);margin-bottom:16px}
.cta-strip p{color:#999;margin-bottom:32px;font-size:16px;max-width:560px;margin-left:auto;margin-right:auto}
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.cta-phone{color:var(--gold);font-size:22px;font-family:'Playfair Display';font-weight:700;margin-top:24px;display:block}

/* AREA TAGS */
.area-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.area-tag{font-size:12px;background:var(--bg);padding:6px 14px;border-radius:var(--r-sm);color:var(--mid);border:1px solid var(--border)}

/* CONTACT */
.contact-info{display:flex;flex-direction:column;gap:14px}
.contact-detail{display:flex;gap:14px;align-items:center;padding:18px;background:var(--white);border-radius:var(--r-md);border:1px solid var(--border)}
.cd-icon{width:42px;height:42px;min-width:42px;background:var(--gold-light);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center}
.cd-icon svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:2}
.cd-label{font-size:11px;color:var(--soft);text-transform:uppercase;letter-spacing:0.5px}
.cd-val{font-size:15px;font-weight:600;margin-top:2px;display:block}
.cd-val:hover{color:var(--gold)}
.contact-form{background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);padding:36px}
.contact-form h3{font-size:22px;margin-bottom:20px}
.form-group{margin-bottom:14px}
.form-group label{display:block;font-size:11px;font-weight:600;color:var(--mid);margin-bottom:6px;letter-spacing:0.4px;text-transform:uppercase}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:var(--r-sm);font-size:14px;font-family:inherit;background:var(--bg);outline:none;transition:border-color 0.15s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}
.form-group textarea{resize:vertical;min-height:96px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-submit{background:var(--gold);color:var(--white);padding:14px 24px;border-radius:var(--r-sm);font-size:14px;font-weight:600;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;cursor:pointer;transition:background 0.2s}
.form-submit:hover{background:var(--gold-dark)}
.form-note{font-size:12px;color:var(--soft);margin-top:14px;text-align:center}

/* AREA MAP */
.area-map{background:var(--gold-light);border-radius:var(--r-md);overflow:hidden;aspect-ratio:4/3;border:1px solid var(--border)}
.area-map iframe{width:100%;height:100%;border:0;display:block}

/* FOOTER */
footer{background:var(--dark);color:#aaa;padding:56px 24px 28px}
.footer-inner{max-width:var(--container);margin:0 auto}
.footer-top{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:48px;margin-bottom:42px}
.footer-brand h3{font-family:'Playfair Display';font-size:22px;color:var(--white);margin-bottom:12px}
.footer-brand h3 span{color:var(--gold)}
.footer-brand p{font-size:13px;line-height:1.75;color:#888;margin-bottom:18px}
.footer-phone{color:var(--gold);font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px}
.footer-col h4{font-size:13px;font-weight:600;color:var(--white);letter-spacing:0.5px;margin-bottom:18px;text-transform:uppercase}
.footer-col a{display:block;font-size:13px;color:#888;margin-bottom:10px;transition:color 0.2s}
.footer-col a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid #2a2a2a;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:12px;color:#666}

/* STICKY MOBILE CTA */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--border);padding:10px 12px;display:none;z-index:99;box-shadow:0 -4px 20px rgba(0,0,0,0.08)}
.sticky-cta-inner{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:600px;margin:0 auto}
.sticky-cta a{padding:13px 12px;border-radius:var(--r-sm);font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.sticky-cta-call{background:var(--dark);color:var(--white)}
.sticky-cta-wa{background:var(--whatsapp);color:var(--white)}
.sticky-cta svg{width:14px;height:14px}

/* ============================================================
   BOOKING WIDGET (book.html)
   ============================================================ */
.bk-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px;background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);padding:20px 24px;box-shadow:var(--shadow);overflow-x:auto}
.bk-step-pill{display:flex;align-items:center;gap:10px;flex-shrink:0;color:var(--soft);transition:color 0.2s}
.bk-step-pill .num{width:30px;height:30px;border-radius:50%;background:var(--bg);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--soft);font-family:'Playfair Display';transition:all 0.2s}
.bk-step-pill .lbl{font-size:12px;font-weight:600;letter-spacing:0.3px;text-transform:uppercase}
.bk-step-pill.current{color:var(--gold)}
.bk-step-pill.current .num{background:var(--gold);border-color:var(--gold);color:var(--white)}
.bk-step-pill.done{color:var(--dark)}
.bk-step-pill.done .num{background:var(--gold-light);border-color:var(--gold);color:var(--gold-dark)}
.bk-step-pill.done .num::after{content:'✓';font-size:14px}
.bk-step-pill.done .num span{display:none}
.bk-step-line{flex:1;height:1px;background:var(--border);min-width:18px;margin:0 8px}

.bk-panel{display:none;background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);padding:40px;box-shadow:var(--shadow);animation:bkFadeIn 0.3s ease}
.bk-panel.active{display:block}
@keyframes bkFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.bk-h{font-size:28px;margin-bottom:8px;color:var(--dark)}
.bk-sub{color:var(--mid);font-size:15px;margin-bottom:32px;line-height:1.6}
.bk-field{margin-bottom:24px}
.bk-field label{display:block;font-size:11px;font-weight:600;color:var(--mid);margin-bottom:10px;letter-spacing:0.5px;text-transform:uppercase}
.bk-field input[type="text"],.bk-field input[type="tel"],.bk-field input[type="email"],.bk-field input[type="date"],.bk-field select,.bk-field textarea{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:var(--r-sm);font-size:15px;font-family:inherit;background:var(--bg);outline:none;transition:border-color 0.15s}
.bk-field input:focus,.bk-field select:focus,.bk-field textarea:focus{border-color:var(--gold);background:var(--white)}
.bk-field textarea{resize:vertical;min-height:90px}

/* SERVICE GRID — STEP 1 */
.bk-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.bk-svc-card{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--r-md);padding:24px 20px;text-align:left;transition:all 0.2s;cursor:pointer;font-family:inherit;display:flex;flex-direction:column;align-items:flex-start}
.bk-svc-card:hover{border-color:var(--gold);background:var(--white);transform:translateY(-2px);box-shadow:var(--shadow)}
.bk-svc-card.selected{border-color:var(--gold);background:var(--gold-light)}
.bk-svc-card .svc-icon{margin-bottom:14px}
.bk-svc-card h4{font-family:'DM Sans';font-size:15px;font-weight:600;margin-bottom:4px;color:var(--dark)}
.bk-svc-card p{font-size:12px;color:var(--soft);line-height:1.5}

/* URGENCY GRID + TIME GRID */
.bk-urgency-grid,.bk-time-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.bk-urg,.bk-time{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--r-sm);padding:16px 14px;text-align:left;transition:all 0.2s;cursor:pointer;font-family:inherit;display:flex;flex-direction:column;gap:4px}
.bk-urg:hover,.bk-time:hover{border-color:var(--gold);background:var(--white)}
.bk-urg.selected,.bk-time.selected{border-color:var(--gold);background:var(--gold-light)}
.bk-urg strong,.bk-time strong{font-size:14px;color:var(--dark);font-weight:600}
.bk-urg span,.bk-time span{font-size:12px;color:var(--soft)}

/* PILL ROW (property type) */
.bk-pill-row{display:flex;flex-wrap:wrap;gap:8px}
.bk-pill{background:var(--bg);border:1.5px solid var(--border);border-radius:999px;padding:10px 22px;font-size:13px;font-weight:500;color:var(--mid);cursor:pointer;font-family:inherit;transition:all 0.2s}
.bk-pill:hover{border-color:var(--gold);color:var(--gold)}
.bk-pill.selected{background:var(--gold);border-color:var(--gold);color:var(--white)}

/* ACTIONS */
.bk-actions{display:flex;justify-content:space-between;gap:14px;margin-top:32px;flex-wrap:wrap}
.bk-actions .btn-primary,.bk-actions .btn-secondary,.bk-actions .btn-whatsapp{flex:1;min-width:140px;justify-content:center}

/* SUMMARY (STEP 5) */
.bk-summary{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);padding:24px 28px;margin-bottom:24px}
.bk-sum-row{display:grid;grid-template-columns:160px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--border);align-items:start}
.bk-sum-row:last-child{border-bottom:none}
.bk-sum-k{font-size:11px;font-weight:600;color:var(--soft);letter-spacing:0.5px;text-transform:uppercase;padding-top:2px}
.bk-sum-v{font-size:14px;color:var(--dark);font-weight:500;line-height:1.5;word-break:break-word}
.bk-confirm-note{margin-top:20px;text-align:center;font-size:12px;color:var(--soft);line-height:1.6}

/* RESPONSIVE — booking */
@media (max-width:960px){
  .bk-svc-grid{grid-template-columns:repeat(2,1fr)}
  .bk-urgency-grid,.bk-time-grid{grid-template-columns:repeat(2,1fr)}
  .bk-panel{padding:28px 22px}
  .bk-h{font-size:22px}
  .bk-progress{padding:14px 16px;gap:6px}
  .bk-step-pill .lbl{display:none}
  .bk-step-line{min-width:8px}
  .bk-sum-row{grid-template-columns:1fr;gap:4px}
  .bk-sum-k{padding-top:0}
}
@media (max-width:560px){
  .bk-svc-grid{grid-template-columns:1fr}
  .bk-urgency-grid,.bk-time-grid{grid-template-columns:1fr 1fr}
  .bk-actions{flex-direction:column-reverse}
  .bk-actions .btn-primary,.bk-actions .btn-secondary{width:100%}
}

/* RESPONSIVE */
@media (max-width:960px){
  .home-hero h1{font-size:42px}
  .page-hero h1{font-size:34px}
  .home-hero-inner,.two-col,.two-col-2-1{grid-template-columns:1fr;gap:40px}
  .services-grid,.testi-grid,.pkg-grid,.process-grid{grid-template-columns:1fr 1fr;gap:14px}
  .process-grid::before{display:none}
  .footer-top{grid-template-columns:1fr 1fr}
  .pkg-card.featured{transform:none}
  .section-header h2{font-size:30px}
  .section{padding:64px 20px}
  .nav-links{display:none}
  .nav-links.open{display:flex;position:absolute;top:68px;left:0;right:0;background:var(--white);flex-direction:column;padding:20px;border-bottom:1px solid var(--border);align-items:stretch;gap:16px}
  .nav-toggle{display:block}
  .sticky-cta{display:block}
  body{padding-bottom:70px}
}
@media (max-width:560px){
  .home-hero h1{font-size:32px}
  .page-hero h1{font-size:28px}
  .services-grid,.testi-grid,.pkg-grid,.process-grid,.footer-top{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .hero-trust{gap:18px}
  .section-header h2{font-size:24px}
  .cta-strip h2{font-size:26px}
}
