/*
Theme Name: SalonSetu
Theme URI: https://example.com/salonsetu
Author: Your Company
Author URI: https://example.com
Description: The official theme for SalonSetu — WhatsApp booking, scheduling and customer care for salons and barbershops. Pairs with the SalonSetu plugin for registration and the owner dashboard.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
Tested up to: 6.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: salonsetu
*/

:root{
  --plum:#3B1F2B;
  --plum-2:#4E2A3A;
  --rose:#C9536B;
  --rose-light:#F7E3E7;
  --gold:#C79A4B;
  --gold-light:#F5EAD3;
  --cream:#FBF6F0;
  --cream-2:#F3E9DE;
  --charcoal:#241A1D;
  --white:#FFFFFF;
  --line:rgba(59,31,43,0.13);
  --shadow: 0 20px 50px -20px rgba(59,31,43,0.3);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter', sans-serif;
  background:var(--cream);
  color:var(--charcoal);
  line-height:1.65;
  overflow-x:hidden;
}
h1,h2,h3,h4,.brand,.step-num,.price-amount{ font-family:'Fraunces', serif; }
.mono{font-family:'IBM Plex Mono', monospace; letter-spacing:0.02em;}
a{text-decoration:none; color:inherit;}
img{max-width:100%; display:block;}
ul{list-style:none;}
.wrap{max-width:1180px; margin:0 auto; padding:0 24px;}
.btn{display:inline-flex; align-items:center; gap:8px; padding:14px 28px; border-radius:100px; font-weight:600; font-size:16px; cursor:pointer; border:none; transition:transform .25s ease, box-shadow .25s ease; font-family:'Inter', sans-serif;}
.btn:hover{transform:translateY(-2px);}
.btn-primary{background:var(--rose); color:var(--white); box-shadow:0 10px 24px -8px rgba(201,83,107,0.55);}
.btn-primary:hover{box-shadow:0 16px 30px -8px rgba(201,83,107,0.65);}
.btn-ghost{background:transparent; color:var(--plum); border:1.5px solid var(--line);}
.btn-ghost:hover{background:var(--white);}
.btn-block{width:100%; justify-content:center;}

/* ---------- HEADER ---------- */
header.site-header{position:sticky; top:0; z-index:100; background:rgba(251,246,240,0.9); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
.nav{display:flex; align-items:center; justify-content:space-between; padding:16px 24px;}
.brand{display:flex; align-items:center; gap:10px; font-size:23px; font-weight:600; color:var(--plum);}
.brand-mark{width:36px; height:36px; border-radius:11px; background:linear-gradient(155deg, var(--rose), var(--plum)); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.brand-mark svg{width:19px; height:19px;}
.brand img{ max-height:36px; width:auto; border-radius:8px; }
.nav-links{display:flex; align-items:center; gap:32px;}
.nav-links a{font-size:15px; font-weight:600; color:var(--plum); opacity:0.75;}
.nav-links a:hover{opacity:1;}
.nav-actions{display:flex; align-items:center; gap:14px;}
.nav-actions .btn-ghost{padding:10px 20px; font-size:14.5px;}
.nav-actions .btn-primary{padding:10px 22px; font-size:14.5px;}
.burger{display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:6px;}
.burger span{width:24px; height:2.5px; background:var(--plum); border-radius:2px;}
.mobile-menu{display:none; flex-direction:column; gap:4px; padding:8px 24px 20px; border-top:1px solid var(--line);}
.mobile-menu a{padding:12px 4px; font-weight:600; color:var(--plum); border-bottom:1px solid var(--line);}
.mobile-menu.open{display:flex;}

/* ---------- HERO ---------- */
.hero{padding:64px 0 40px; position:relative; overflow:hidden;}
.hero-grid{display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center;}
.eyebrow{display:inline-flex; align-items:center; gap:8px; background:var(--rose-light); color:var(--plum); padding:7px 16px; border-radius:100px; font-size:13.5px; font-weight:700; margin-bottom:22px;}
.eyebrow .dot{width:7px; height:7px; border-radius:50%; background:var(--rose); animation:pulse 1.8s infinite;}
@keyframes pulse{0%,100%{opacity:1;} 50%{opacity:0.3;}}
.hero h1{font-size:44px; line-height:1.2; color:var(--plum); font-weight:600; margin-bottom:22px;}
.hero h1 .accent{color:var(--rose); font-style:italic;}
.hero p.lead{font-size:18px; color:#5a4650; max-width:520px; margin-bottom:32px;}
.hero-ctas{display:flex; gap:14px; margin-bottom:36px; flex-wrap:wrap;}
.hero-trust{display:flex; align-items:center; gap:18px; flex-wrap:wrap;}
.trust-item{display:flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:var(--plum-2);}
.trust-item svg{width:18px; height:18px; flex-shrink:0;}

/* PHONE MOCK */
.phone-wrap{display:flex; justify-content:center; position:relative;}
.phone{width:300px; height:600px; background:var(--plum); border-radius:38px; padding:12px; box-shadow:var(--shadow); position:relative;}
.phone-screen{width:100%; height:100%; background:#2A1620; border-radius:28px; overflow:hidden; display:flex; flex-direction:column; position:relative;}
.phone-notch{position:absolute; top:0; left:50%; transform:translateX(-50%); width:110px; height:22px; background:var(--plum); border-radius:0 0 16px 16px; z-index:5;}
.chat-header{background:var(--plum-2); padding:20px 16px 12px; display:flex; align-items:center; gap:10px; color:var(--white);}
.chat-avatar{width:34px; height:34px; border-radius:50%; background:var(--rose); display:flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; color:var(--white); font-family:'Fraunces', serif;}
.chat-header-name{font-size:14.5px; font-weight:700;}
.chat-header-status{font-size:11.5px; opacity:0.75;}
.chat-body{flex:1; background:#F3E4E8; padding:16px 12px; display:flex; flex-direction:column; gap:10px; overflow:hidden;}
.bubble{max-width:80%; padding:9px 13px; border-radius:14px; font-size:12.5px; line-height:1.4; opacity:0; transform:translateY(8px); animation-fill-mode:forwards; box-shadow:0 2px 6px rgba(0,0,0,0.08);}
.bubble.in{align-self:flex-start; background:var(--white); color:var(--charcoal); border-bottom-left-radius:3px;}
.bubble.out{align-self:flex-end; background:#F6D8DD; color:var(--charcoal); border-bottom-right-radius:3px;}
.bubble .tag{display:inline-block; margin-top:6px; font-size:10px; font-weight:700; background:var(--gold-light); color:#8a6a1f; padding:2px 8px; border-radius:6px; font-family:'IBM Plex Mono', monospace;}
.bubble .time{display:block; margin-top:4px; font-size:10px; opacity:0.5; text-align:right;}
.typing{align-self:flex-start; display:flex; gap:4px; padding:10px 14px; background:var(--white); border-radius:14px; opacity:0;}
.typing span{width:6px; height:6px; border-radius:50%; background:#b09aa0; animation:tdot 1s infinite ease-in-out;}
.typing span:nth-child(2){animation-delay:.15s;} .typing span:nth-child(3){animation-delay:.3s;}
@keyframes tdot{0%,60%,100%{transform:translateY(0); opacity:.4;} 30%{transform:translateY(-4px); opacity:1;}}
.chat-input-bar{background:var(--plum-2); padding:10px 12px; display:flex; align-items:center; gap:8px;}
.chat-input-bar .pill{flex:1; height:32px; background:rgba(255,255,255,0.12); border-radius:100px;}
.chat-input-bar .mic{width:32px; height:32px; border-radius:50%; background:var(--rose); flex-shrink:0;}
.float-card{position:absolute; background:var(--white); border-radius:16px; padding:14px 16px; box-shadow:var(--shadow); display:flex; align-items:center; gap:10px; font-size:13px; font-weight:700;}
.float-card.card1{top:6%; left:-10%; color:var(--plum);}
.float-card.card2{bottom:8%; right:-10%; color:var(--plum);}
.float-card .ic{width:30px; height:30px; border-radius:9px; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.float-card.card1 .ic{background:var(--gold-light);}
.float-card.card2 .ic{background:var(--rose-light);}

/* ---------- STATS STRIP ---------- */
.stats-strip{background:var(--plum); padding:26px 0; margin-top:20px;}
.stats-strip .wrap{display:flex; justify-content:space-between; flex-wrap:wrap; gap:20px;}
.stat{color:var(--white); text-align:center; flex:1; min-width:140px;}
.stat b{display:block; font-family:'Fraunces',serif; font-size:27px; color:var(--gold);}
.stat span{font-size:13.5px; opacity:0.8;}

/* ---------- SECTION GENERIC ---------- */
section{padding:96px 0;}
.section-head{max-width:640px; margin:0 auto 56px; text-align:center;}
.section-head .eyebrow{margin-bottom:16px;}
.section-head h2{font-size:34px; color:var(--plum); font-weight:600; margin-bottom:14px;}
.section-head p{font-size:16.5px; color:#5a4650;}
.reveal{opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease;}
.reveal.visible{opacity:1; transform:translateY(0);}

/* ---------- FEATURES ---------- */
.feat-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.feat-card{background:var(--white); border-radius:20px; padding:28px 26px; border:1px solid var(--line); transition:transform .3s ease, box-shadow .3s ease;}
.feat-card:hover{transform:translateY(-6px); box-shadow:var(--shadow);}
.feat-icon{width:48px; height:48px; border-radius:13px; display:flex; align-items:center; justify-content:center; margin-bottom:18px;}
.feat-card:nth-child(3n+1) .feat-icon{background:var(--rose-light);}
.feat-card:nth-child(3n+2) .feat-icon{background:var(--gold-light);}
.feat-card:nth-child(3n+3) .feat-icon{background:var(--cream-2);}
.feat-icon svg{width:24px; height:24px;}
.feat-card h3{font-size:18px; margin-bottom:8px; color:var(--plum); font-weight:600;}
.feat-card p{font-size:14.5px; color:#6b5860;}

/* ---------- SMART SCHEDULING VISUAL ---------- */
.schedule-wrap{background:var(--white);}
.schedule-grid{display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center;}
.schedule-copy h3{font-size:26px; color:var(--plum); font-weight:600; margin-bottom:14px;}
.schedule-copy p.desc{font-size:15.5px; color:#5a4650; margin-bottom:24px;}
.schedule-copy ul{display:flex; flex-direction:column; gap:14px;}
.schedule-copy li{display:flex; gap:10px; align-items:flex-start; font-size:14.5px; color:#3d2c33;}
.schedule-copy li svg{width:18px; height:18px; color:var(--rose); flex-shrink:0; margin-top:2px;}
.timeline-card{background:var(--white); border-radius:20px; box-shadow:var(--shadow); border:1px solid var(--line); padding:24px;}
.timeline-head{display:flex; justify-content:space-between; align-items:center; margin-bottom:18px;}
.timeline-head h4{font-family:'Fraunces',serif; font-size:15.5px; color:var(--plum);}
.timeline-head span{font-size:11.5px; font-family:'IBM Plex Mono',monospace; color:#8a7580; background:var(--cream-2); padding:4px 10px; border-radius:100px;}
.tl-row{display:flex; align-items:center; gap:14px; padding:12px 0; border-bottom:1px dashed var(--line);}
.tl-row:last-child{border-bottom:none;}
.tl-time{font-family:'IBM Plex Mono',monospace; font-size:13px; font-weight:600; color:var(--plum); width:64px; flex-shrink:0;}
.tl-bar{flex:1; height:34px; border-radius:9px; display:flex; align-items:center; padding:0 12px; font-size:12.5px; font-weight:600; color:var(--white);}
.tl-bar.haircut{background:var(--rose); width:70%;}
.tl-bar.beard{background:var(--gold); width:50%;}
.tl-bar.free{background:var(--cream-2); color:#8a7580; width:30%;}
.tl-dur{font-size:11px; opacity:0.55; margin-left:auto; font-family:'IBM Plex Mono',monospace;}

/* ---------- HOW IT WORKS ---------- */
.how{background:var(--cream-2);}
.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:0; position:relative;}
.steps::before{content:''; position:absolute; top:34px; left:8%; right:8%; height:2px; background:repeating-linear-gradient(90deg, var(--line) 0 10px, transparent 10px 20px); z-index:0;}
.step{position:relative; z-index:1; padding:0 20px; text-align:center;}
.step-num{width:68px; height:68px; border-radius:50%; background:var(--plum); color:var(--white); font-size:26px; font-weight:600; display:flex; align-items:center; justify-content:center; margin:0 auto 22px; border:6px solid var(--cream-2); box-shadow:0 0 0 2px var(--line);}
.step:nth-child(2) .step-num{background:var(--rose);}
.step:nth-child(3) .step-num{background:var(--gold);}
.step h3{font-size:18px; color:var(--plum); margin-bottom:10px; font-weight:600;}
.step p{font-size:14.5px; color:#6b5860; max-width:280px; margin:0 auto;}

/* ---------- HOLIDAY MOCK ---------- */
.holiday-wrap{background:var(--cream-2);}
.holiday-grid{display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center;}
.holiday-copy h3{font-size:26px; color:var(--plum); font-weight:600; margin-bottom:14px;}
.holiday-copy p.desc{font-size:15.5px; color:#5a4650; margin-bottom:24px;}
.holiday-copy ul{display:flex; flex-direction:column; gap:14px;}
.holiday-copy li{display:flex; gap:10px; align-items:flex-start; font-size:14.5px; color:#3d2c33;}
.holiday-copy li svg{width:18px; height:18px; color:var(--rose); flex-shrink:0; margin-top:2px;}
.holiday-chat{max-width:340px; margin-left:auto;}

/* ---------- PRICING ---------- */
.price-toggle-wrap{display:flex; justify-content:center; align-items:center; gap:14px; margin-bottom:48px;}
.toggle-label{font-size:14.5px; font-weight:600; color:var(--plum); opacity:0.5;}
.toggle-label.active{opacity:1;}
.price-switch{width:52px; height:30px; border-radius:100px; background:var(--plum); position:relative; cursor:pointer; flex-shrink:0; border:none;}
.price-switch::after{content:''; position:absolute; top:3px; left:3px; width:24px; height:24px; border-radius:50%; background:var(--white); transition:transform .25s ease;}
.price-switch.yearly::after{transform:translateX(22px);}
.save-badge{background:var(--rose); color:var(--white); font-size:11.5px; font-weight:700; padding:3px 10px; border-radius:100px;}
.price-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; align-items:stretch;}
.price-card{background:var(--white); border-radius:22px; padding:30px 24px; border:1.5px solid var(--line); position:relative; overflow:hidden; display:flex; flex-direction:column;}
.price-card::before{content:''; position:absolute; top:0; left:0; right:0; height:5px;}
.price-card[data-tier="starter"]::before{background:#B7A6AC;}
.price-card[data-tier="growth"]::before{background:var(--rose);}
.price-card[data-tier="pro"]::before{background:var(--gold);}
.price-card[data-tier="business"]::before{background:linear-gradient(90deg, var(--rose), var(--gold));}
.price-card.featured{background:var(--plum); color:var(--white); transform:scale(1.035); box-shadow:var(--shadow); border-color:var(--plum); z-index:2;}
.price-icon{width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:16px;}
.price-card[data-tier="starter"] .price-icon{background:var(--cream-2); color:var(--plum);}
.price-card[data-tier="growth"] .price-icon{background:var(--rose-light); color:#9b3a53;}
.price-card[data-tier="pro"] .price-icon{background:rgba(255,255,255,0.14); color:var(--gold);}
.price-card[data-tier="business"] .price-icon{background:var(--gold-light); color:#8a6a1f;}
.price-icon svg{width:22px; height:22px;}
.price-badge{position:absolute; top:16px; right:-34px; background:var(--rose); color:var(--white); font-size:11.5px; font-weight:700; padding:5px 40px; transform:rotate(35deg);}
.price-card h3{font-size:19px; margin-bottom:5px; font-weight:600;}
.price-card .desc{font-size:13px; opacity:0.7; margin-bottom:20px; min-height:34px;}
.price-amount-row{display:flex; align-items:baseline; gap:4px; margin-bottom:2px;}
.price-amount{font-size:32px; font-weight:600;}
.price-amount span{font-size:14px; font-weight:500; font-family:'Inter',sans-serif; opacity:0.65;}
.price-per{font-size:12.5px; opacity:0.6; margin-bottom:20px; display:block;}
.price-list{display:flex; flex-direction:column; gap:11px; margin-bottom:24px; flex:1;}
.price-list li{display:flex; align-items:flex-start; gap:9px; font-size:13.5px;}
.price-list li svg{width:16px; height:16px; flex-shrink:0; margin-top:2px;}
.price-card:not(.featured) .price-list li svg{color:var(--rose);}
.price-card.featured .price-list li svg{color:var(--gold);}
.price-list li.na{opacity:0.4;}
.price-list li.na svg{color:#B7A6AC;}
.gst-note{font-size:11.5px; opacity:0.55; margin-top:10px; text-align:center;}

/* ---------- TESTIMONIALS ---------- */
.testi-wrap{background:var(--rose-light);}
.testi-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px;}
.testi-card{background:var(--white); border-radius:20px; padding:30px 28px; border:1px solid var(--line);}
.testi-quote{font-size:16px; color:var(--charcoal); margin-bottom:20px; line-height:1.7;}
.testi-person{display:flex; align-items:center; gap:12px;}
.testi-avatar{width:42px; height:42px; border-radius:50%; background:var(--plum); color:var(--white); display:flex; align-items:center; justify-content:center; font-weight:700; font-family:'Fraunces',serif; flex-shrink:0;}
.testi-name{font-weight:700; font-size:14.5px; color:var(--plum);}
.testi-role{font-size:12.5px; color:#6b5860;}

/* ---------- REGISTER CTA (marketing section) ---------- */
.register{background:var(--plum); color:var(--white); position:relative; overflow:hidden;}
.register::before{content:''; position:absolute; width:500px; height:500px; border-radius:50%; background:radial-gradient(circle, rgba(201,83,107,0.28), transparent 70%); top:-200px; right:-150px;}
.reg-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; position:relative; z-index:1;}
.reg-copy .eyebrow{background:rgba(255,255,255,0.12); color:var(--gold);}
.reg-copy h2{font-size:32px; margin-bottom:16px; font-weight:600;}
.reg-copy p{font-size:16px; opacity:0.85; margin-bottom:24px; max-width:440px;}
.reg-bullets{display:flex; flex-direction:column; gap:14px;}
.reg-bullets li{display:flex; gap:10px; align-items:center; font-size:14.5px; opacity:0.9;}
.reg-bullets svg{width:18px; height:18px; color:var(--gold); flex-shrink:0;}
.reg-panel{background:var(--white); border-radius:22px; padding:40px 32px; color:var(--charcoal); box-shadow:var(--shadow); text-align:center;}
.reg-panel h3{font-size:20px; margin-bottom:10px; color:var(--plum);}
.reg-panel p{font-size:14px; color:#6b5860; margin-bottom:22px;}

/* ---------- PAGE SHELL (register / dashboard pages) ---------- */
.ss-page-shell{padding:56px 0; min-height:60vh;}
.ss-page-shell .page-title{font-size:30px; color:var(--plum); font-weight:600; margin-bottom:8px; text-align:center;}
.ss-page-shell .page-subtitle{font-size:15px; color:#6b5860; text-align:center; margin-bottom:36px;}
.ss-notice{background:var(--rose-light); color:#9b3a53; padding:14px 18px; border-radius:12px; max-width:640px; margin:0 auto; font-size:14px;}

/* ---------- AUTH SPLIT LAYOUT (login & registration pages) ---------- */
.ss-auth-shell{ min-height:calc(100vh - 73px); display:flex; align-items:stretch; }
.ss-auth-grid{ display:grid; grid-template-columns:1fr 1fr; width:100%; }
.ss-auth-brand{
  background:linear-gradient(155deg, var(--plum), var(--plum-2) 60%, #5c3245);
  color:#fff; padding:64px 56px; display:flex; flex-direction:column; justify-content:center;
  position:relative; overflow:hidden;
}
.ss-auth-brand::before{
  content:''; position:absolute; width:420px; height:420px; border-radius:50%;
  background:radial-gradient(circle, rgba(201,83,107,0.35), transparent 70%);
  top:-160px; right:-140px;
}
.ss-auth-brand::after{
  content:''; position:absolute; width:300px; height:300px; border-radius:50%;
  background:radial-gradient(circle, rgba(199,154,75,0.22), transparent 70%);
  bottom:-120px; left:-100px;
}
.ss-auth-brand-inner{ position:relative; z-index:1; max-width:420px; }
.ss-auth-brand .brand{ color:#fff; margin-bottom:36px; font-size:24px; }
.ss-auth-brand h2{ font-size:30px; font-weight:600; margin-bottom:16px; line-height:1.3; }
.ss-auth-brand p{ font-size:15.5px; opacity:0.85; margin-bottom:32px; }
.ss-auth-bullets{ display:flex; flex-direction:column; gap:16px; }
.ss-auth-bullets li{ display:flex; align-items:center; gap:12px; font-size:14.5px; opacity:0.92; }
.ss-auth-bullets svg{ width:20px; height:20px; color:var(--gold); flex-shrink:0; }
.ss-auth-quote{
  margin-top:40px; padding-top:28px; border-top:1px solid rgba(255,255,255,0.16);
  font-size:14px; opacity:0.85; font-style:italic; line-height:1.6;
}
.ss-auth-quote span{ display:block; margin-top:10px; font-style:normal; font-weight:600; opacity:0.75; font-size:13px; }

.ss-auth-form-side{ background:var(--cream); display:flex; align-items:center; justify-content:center; padding:56px 32px; }
.ss-auth-form-inner{ width:100%; max-width:420px; }
.ss-auth-form-inner .ss-auth-title{ font-size:26px; color:var(--plum); font-weight:600; margin-bottom:8px; }
.ss-auth-form-inner .ss-auth-subtitle{ font-size:14.5px; color:#6b5860; margin-bottom:28px; }

@media (max-width: 900px){
  .ss-auth-grid{ grid-template-columns:1fr; }
  .ss-auth-brand{ display:none; }
  .ss-auth-form-side{ padding:40px 20px; }
}

/* ---------- FOOTER ---------- */
footer.site-footer{background:#2A1620; color:rgba(255,255,255,0.8); padding:56px 0 28px;}
.foot-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:32px; margin-bottom:40px;}
.foot-brand .brand{color:var(--white); margin-bottom:12px;}
.foot-brand p{font-size:14px; opacity:0.7; max-width:280px;}
.foot-col h4{color:var(--white); font-size:14.5px; margin-bottom:16px; font-weight:600;}
.foot-col ul{display:flex; flex-direction:column; gap:10px;}
.foot-col a{font-size:14px; opacity:0.75;}
.foot-col a:hover{opacity:1;}
.foot-bottom{border-top:1px solid rgba(255,255,255,0.12); padding-top:22px; display:flex; justify-content:space-between; align-items:center; font-size:13px; opacity:0.65; flex-wrap:wrap; gap:10px;}
.foot-social{display:flex; gap:12px;}
.foot-social a{width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center;}
.foot-social svg{width:16px; height:16px;}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr; text-align:center;}
  .hero p.lead{margin-left:auto; margin-right:auto;}
  .hero-ctas, .hero-trust{justify-content:center;}
  .phone-wrap{margin-top:20px;}
  .feat-grid{grid-template-columns:repeat(2,1fr);}
  .schedule-grid, .holiday-grid{grid-template-columns:1fr; gap:32px;}
  .holiday-chat{margin:0 auto;}
  .steps{grid-template-columns:1fr; gap:40px;}
  .steps::before{display:none;}
  .price-grid{grid-template-columns:repeat(2,1fr); max-width:600px; margin:0 auto;}
  .price-card.featured{transform:none;}
  .testi-grid{grid-template-columns:1fr;}
  .reg-grid{grid-template-columns:1fr; gap:36px;}
  .foot-grid{grid-template-columns:1fr 1fr; gap:28px;}
}
@media (max-width: 720px){
  .nav-links{display:none;}
  .nav-actions .btn-ghost{display:none;}
  .burger{display:flex;}
  .hero h1{font-size:30px;}
  .hero p.lead{font-size:16px;}
  section{padding:64px 0;}
  .section-head h2{font-size:25px;}
  .feat-grid{grid-template-columns:1fr;}
  .phone{width:260px; height:520px;}
  .float-card{display:none;}
  .foot-grid{grid-template-columns:1fr 1fr;}
  .stats-strip .wrap{flex-direction:column;}
  .price-grid{grid-template-columns:1fr; max-width:380px;}
}
