:root{
  --bg:#edf3ff;
  --bg-gradient:linear-gradient(180deg,#eef4ff,#f7faff);
  --card:#ffffff;
  --card-soft:#f8fbff;
  --text:#18253d;
  --text-soft:#37445d;
  --muted:#66738b;
  --primary:#4b8df8;
  --primary-dark:#2f6fe0;
  --border:#d9e3f4;
  --border-soft:#e6edf8;
  --shadow:0 18px 44px rgba(42,78,140,.08);
  --shadow-soft:0 10px 24px rgba(42,78,140,.06);
  --accent:#f3f7ff;
  --success:#15a15e;
  --header-bg:rgba(245,249,255,.88);
  --footer-bg:rgba(255,255,255,.75);
  --distribution-bg:#edf2fb;
  --distribution-fill:linear-gradient(90deg,var(--primary),#86b7ff);
  --response-bg:#f8fbff;
  --badge-bg:#e8f0ff;
  --badge-text:#2f6fe0;
  --liked-bg:#eef4ff;
  --liked-border:#bfd0ee;
  --avatar-bg:#dfe8ff;
  --avatar-text:#35558c;
  --recommend-rest:#dfe8f8;
  --recommend-center:#ffffff;
  --modal-overlay:rgba(16,24,40,.45);
  --modal-bg:#ffffff;
  --input-bg:#ffffff;
  --input-border:#cfd9ea;
  --focus-ring:0 0 0 3px rgba(75,141,248,.14);
  --reply-btn-bg:#f3f7ff;
  --reply-btn-hover:#e8f0ff;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:var(--bg-gradient);
  color:var(--text);
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{
  width:min(1200px,calc(100% - 32px));
  margin:0 auto;
}

/* Theme system */
body.theme-template1{
  --bg:#edf3ff;
  --bg-gradient:linear-gradient(180deg,#eef4ff,#f7faff);
  --card:#ffffff;
  --card-soft:#f8fbff;
  --text:#18253d;
  --text-soft:#37445d;
  --muted:#66738b;
  --primary:#4b8df8;
  --primary-dark:#2f6fe0;
  --border:#d9e3f4;
  --border-soft:#e6edf8;
  --shadow:0 18px 44px rgba(42,78,140,.08);
  --shadow-soft:0 10px 24px rgba(42,78,140,.06);
  --accent:#f3f7ff;
  --success:#15a15e;
  --header-bg:rgba(245,249,255,.88);
  --footer-bg:rgba(255,255,255,.75);
  --distribution-bg:#edf2fb;
  --distribution-fill:linear-gradient(90deg,var(--primary),#86b7ff);
  --response-bg:#f8fbff;
  --badge-bg:#e8f0ff;
  --badge-text:#2f6fe0;
  --liked-bg:#eef4ff;
  --liked-border:#bfd0ee;
  --avatar-bg:#dfe8ff;
  --avatar-text:#35558c;
  --recommend-rest:#dfe8f8;
  --recommend-center:#ffffff;
  --modal-overlay:rgba(16,24,40,.45);
  --modal-bg:#ffffff;
  --input-bg:#ffffff;
  --input-border:#cfd9ea;
  --focus-ring:0 0 0 3px rgba(75,141,248,.14);
  --reply-btn-bg:#f3f7ff;
  --reply-btn-hover:#e8f0ff;
}

body.theme-template2{
  --bg:#121a32;
  --bg-gradient:linear-gradient(180deg,#16223f,#121a31);
  --card:#1e2946;
  --card-soft:#202b49;
  --text:#eef3ff;
  --text-soft:#d7deef;
  --muted:#c3cae2;
  --primary:#f5a53b;
  --primary-dark:#de8f28;
  --border:#2b3a63;
  --border-soft:#304065;
  --shadow:0 18px 42px rgba(0,0,0,.35);
  --shadow-soft:0 12px 28px rgba(0,0,0,.22);
  --accent:#233156;
  --success:#41d37e;
  --header-bg:rgba(19,28,50,.9);
  --footer-bg:rgba(19,28,50,.9);
  --distribution-bg:#202b49;
  --distribution-fill:linear-gradient(90deg,#f5a53b,#ffd47e);
  --response-bg:#202b49;
  --badge-bg:#233156;
  --badge-text:#ffd47e;
  --liked-bg:#233156;
  --liked-border:#3a4a72;
  --avatar-bg:#2a385c;
  --avatar-text:#eef3ff;
  --recommend-rest:#304065;
  --recommend-center:#1e2946;
  --modal-overlay:rgba(4,10,20,.68);
  --modal-bg:#1e2946;
  --input-bg:#202b49;
  --input-border:#304065;
  --focus-ring:0 0 0 3px rgba(245,165,59,.18);
  --reply-btn-bg:#233156;
  --reply-btn-hover:#2a3a61;
}

body.theme-template3{
  --bg:#fff8f2;
  --bg-gradient:linear-gradient(180deg,#fff8f2,#fffdf9);
  --card:#fffdf9;
  --card-soft:#fffaf4;
  --text:#32402f;
  --text-soft:#4b5648;
  --muted:#6f7868;
  --primary:#71b86a;
  --primary-dark:#5ea358;
  --border:#e8dfd2;
  --border-soft:#efe5d7;
  --shadow:0 18px 42px rgba(115,96,68,.08);
  --shadow-soft:0 12px 26px rgba(115,96,68,.08);
  --accent:#fff5ea;
  --success:#4e9b57;
  --header-bg:rgba(255,250,244,.88);
  --footer-bg:rgba(255,252,248,.8);
  --distribution-bg:#f3eadf;
  --distribution-fill:linear-gradient(90deg,#71b86a,#a7d69a);
  --response-bg:#fffaf4;
  --badge-bg:#eef7ea;
  --badge-text:#4f8d49;
  --liked-bg:#eef7ea;
  --liked-border:#d7e8d1;
  --avatar-bg:#f3eadf;
  --avatar-text:#6a5b48;
  --recommend-rest:#efe5d7;
  --recommend-center:#fffdf9;
  --modal-overlay:rgba(65,52,34,.25);
  --modal-bg:#fffdf9;
  --input-bg:#ffffff;
  --input-border:#e8dfd2;
  --focus-ring:0 0 0 3px rgba(113,184,106,.16);
  --reply-btn-bg:#f4faef;
  --reply-btn-hover:#edf7e6;
}

.site-header-wrap{
  position:sticky;
  top:0;
  z-index:50;
  background:var(--header-bg);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}

.topbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 0;
  gap:20px;
}

.brand{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}

.brand img{
  height:64px;
  width:auto;
  max-width:260px;
  border-radius:0;
  object-fit:contain;
}

.brand-title{
  font-weight:800;
  font-size:1.3rem;
  line-height:1.2;
}

.brand-subtitle,
.eyebrow{
  font-size:.9rem;
  color:var(--muted);
}

.eyebrow{
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:10px;
}

.main-nav{
  display:flex;
  align-items:center;
  gap:16px;
}

.main-nav a{
  color:var(--muted);
  font-weight:600;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:none;
  border-radius:16px;
  padding:13px 18px;
  font-weight:700;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.btn:hover{transform:translateY(-1px)}

.btn-primary{
  background:var(--primary);
  color:#fff;
  box-shadow:var(--shadow-soft);
}

.btn-primary:hover{
  background:var(--primary-dark);
}

.btn-secondary{
  background:var(--card);
  color:var(--text);
  border:1px solid var(--border);
  box-shadow:none;
}

.btn-block{width:100%}

.page-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px;
  padding:28px 0 48px;
}

.content-column{min-width:0}

.sticky-sidebar{
  position:sticky;
  top:92px;
  height:max-content;
}

.hero-card,
.sidebar-card,
.review-card,
.empty-card,
.form-card,
.ratings-overview-card,
.filter-bar{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:28px;
  box-shadow:var(--shadow);
}

.hero-card{padding:28px}

.hero-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  grid-template-areas:
    "content recommend"
    "overall response";
  gap:22px;
  align-items:start;
}

.hero-content{grid-area:content}
.overall-card{grid-area:overall}
.recommend-card{grid-area:recommend}
.response-card{grid-area:response}

.hero-main{
  display:flex;
  gap:20px;
  align-items:flex-start;
}

.hero-content h1,
.hero-copy h1{
  margin:0;
  font-size:1.2rem;
  line-height:1.2;
  font-weight:700;
  max-width:520px;
}

.hero-copy p{
  margin:14px 0 0;
  color:var(--muted);
  line-height:1.75;
  max-width:70ch;
}

.hero-meta-row{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:14px;
}

.hero-actions{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  margin-top:22px;
}

.hero-actions .btn-secondary{
  margin-left:auto;
}

.hero-bottom-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:18px;
}

.rating-line{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  color:var(--muted);
}

.rating-line.large{font-size:1.02rem}

.rating-line strong{
  font-size:1.12rem;
  color:var(--text);
}

.rating-line .stars{
  font-size:1.45rem;
  letter-spacing:3px;
  line-height:1;
}

.stars{
  color:#f4b740;
  letter-spacing:2px;
}

body.theme-template3 .stars{
  color:#d9a43c;
}

.company-logo{
  width:94px;
  height:94px;
  border-radius:26px;
  object-fit:cover;
  background:var(--card);
  border:1px solid var(--border);
  padding:10px;
  box-shadow:var(--shadow-soft);
}

.verified-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:#e9fff2;
  color:var(--success);
  font-weight:800;
  font-size:.9rem;
}

.verified-badge::before{content:"✔"}

.summary-card{
  background:linear-gradient(180deg,var(--card),var(--card-soft));
  border:1px solid var(--border);
  border-radius:24px;
  padding:16px 18px;
  display:flex;
  flex-direction:column;
  gap:8px;
  justify-content:center;
  min-height:120px;
}

.summary-card strong{
  font-size:1.9rem;
  line-height:1;
}

.summary-card span,
.summary-card p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
}

.summary-kicker{
  font-size:.83rem;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:var(--muted);
}

.summary-card-highlight{
  min-height:240px;
  width:100%;
}

.overall-card,
.response-card{
  height:140px;
  min-height:140px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding:14px 18px;
}

.overall-card span,
.response-card span{
  font-size:.9rem;
  line-height:1.35;
}

.overall-card{max-width:460px}

.recommend-card{
  min-height:260px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.recommend-circle{
  --recommend:92;
  width:126px;
  height:126px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:conic-gradient(var(--primary) 0 calc(var(--recommend) * 1%), var(--recommend-rest) calc(var(--recommend) * 1%) 100%);
  position:relative;
  margin:4px auto;
}

.recommend-circle::after{
  content:"";
  position:absolute;
  inset:11px;
  border-radius:50%;
  background:var(--recommend-center);
}

.recommend-circle span{
  position:relative;
  z-index:1;
  font-size:1.75rem;
  font-weight:800;
}

.ratings-overview-card{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:24px;
  padding:24px;
  margin-top:24px;
}

.ratings-overview-card h2{
  font-size:1.1rem;
  font-weight:600;
}

.rating-distribution{
  display:grid;
  gap:12px;
}

.distribution-row{
  display:grid;
  grid-template-columns:88px minmax(0,1fr) 50px;
  gap:12px;
  align-items:center;
}

.distribution-label,
.distribution-value{
  color:var(--muted);
  font-weight:700;
  font-size:.95rem;
}

.distribution-bar{
  height:12px;
  border-radius:999px;
  background:var(--distribution-bg);
  overflow:hidden;
}

.distribution-bar span{
  display:block;
  height:100%;
  border-radius:999px;
  background:var(--distribution-fill);
}

.reviews-section{margin-top:24px}

.section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:16px;
}

.section-head h2{
  font-size:1.19rem;
  font-weight:600;
  letter-spacing:-0.2px;
}

.section-head p{
  margin:6px 0 0;
  color:var(--muted);
}

.section-head-inline{align-items:end}

.filter-bar{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  margin-bottom:18px;
  flex-wrap:wrap;
}

.filter-group{
  display:grid;
  gap:8px;
  min-width:180px;
}

.filter-group label{
  font-weight:700;
  color:var(--muted);
  font-size:.92rem;
}

.filter-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.review-card{
  padding:24px;
  margin-bottom:18px;
  transition:transform .2s ease, box-shadow .2s ease;
}

.review-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 54px rgba(42,78,140,.12);
}

.review-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
}

.review-user{
  display:flex;
  gap:14px;
  align-items:center;
}

.avatar{
  width:58px;
  height:58px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid var(--border);
}

.avatar-placeholder{
  background:var(--avatar-bg);
  display:grid;
  place-items:center;
  font-weight:800;
  color:var(--avatar-text);
}

.muted{
  color:var(--muted);
  font-size:.95rem;
}

.review-meta{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:6px;
  min-width:190px;
  margin-left:auto;
}

.review-card h3{
  margin:14px 0 12px;
  font-size:1rem;
  line-height:1.35;
  font-weight:600;
  padding-bottom:10px;
  border-bottom:1px solid var(--border-soft);
}

.review-card p{
  margin:0;
  color:var(--text-soft);
  line-height:1.72;
  font-size:.98rem;
}

.review-card .stars{
  font-size:1.6rem;
  letter-spacing:4px;
  line-height:1;
}

.review-meta .muted{
  font-size:.9rem;
  opacity:.85;
}

.review-text-wrap,
.reply-text-wrap{
  margin-top:6px;
}

.review-text,
.reply-text{
  color:var(--text-soft);
  line-height:1.72;
  font-size:.98rem;
  word-break:break-word;
}

.text-clamp{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
}

.toggle-text-btn{
  margin-top:10px;
  background:none;
  border:none;
  padding:0;
  color:var(--primary);
  font-weight:700;
  font-size:.95rem;
  cursor:pointer;
}

.toggle-text-btn:hover{
  color:var(--primary-dark);
  text-decoration:underline;
}

.review-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid var(--border-soft);
}

.review-action-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:12px;
  padding:10px 14px;
  font-size:.92rem;
  font-weight:700;
  color:var(--text);
  cursor:pointer;
  transition:.18s ease;
}

.review-action-btn:hover{
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
  border-color:var(--liked-border);
}

.review-action-btn.liked{
  background:var(--liked-bg);
  color:var(--primary-dark);
  border-color:var(--liked-border);
}

.company-response-box{
  margin-top:18px;
  padding:18px;
  border-radius:20px;
  background:var(--response-bg);
  border:1px solid var(--border);
}

.company-response-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:10px;
  flex-wrap:wrap;
}

.company-response-head strong{font-size:1rem}

.company-response-head span{
  color:var(--muted);
  font-size:.92rem;
}

.company-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:var(--badge-bg);
  color:var(--badge-text);
  font-weight:600;
  font-size:.85rem;
  padding:6px 10px;
  border-radius:999px;
}

.company-badge::before{
  content:"✔";
  font-size:.8rem;
}

.reply-btn{
  background:var(--reply-btn-bg);
  border:1px solid var(--border);
  color:var(--primary-dark);
}

.reply-btn:hover{
  background:var(--reply-btn-hover);
}

.sidebar-column{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.sidebar-card{padding:22px}

.company-card{
  display:flex;
  gap:14px;
  align-items:center;
}

.company-card-stacked{
  flex-direction:column;
  align-items:flex-start;
}

.company-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}

.company-header{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:12px;
}

.company-header-info{
  display:flex;
  flex-direction:column;
}

.company-card-stacked .eyebrow{
  margin-bottom:3px;
}

.company-card-stacked h2{
  margin:0 0 12px;
  font-size:1.15rem;
  border-bottom:1px solid var(--border);
  padding-bottom:10px;
}

.company-rating{margin:0}

.company-rating .stars{
  font-size:1.15rem;
  letter-spacing:3px;
}

.company-about{
  margin-top:8px;
  font-size:.92rem;
  line-height:1.6;
  color:var(--muted);
}

.sidebar-logo{
  width:78px;
  height:78px;
  border-radius:20px;
  object-fit:cover;
  border:1px solid var(--border);
  background:var(--card);
  padding:6px;
}

.details-card h3,
.action-card h3,
.map-card h3{
  margin:0 0 14px;
  font-size:1.0rem;
}

.details-list{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  display:grid;
  gap:10px;
}

.icon-list{
  list-style:none;
  padding:0;
}

.icon-list li{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  gap:10px;
  align-items:flex-start;
}

.details-list a{
  color:var(--primary);
  overflow-wrap:anywhere;
}

.map-embed iframe{
  width:100%;
  height:260px;
  border:0;
  border-radius:18px;
}

.action-card{
  background:linear-gradient(180deg,var(--card),var(--accent));
}

.action-card h3{line-height:1.35}

.pagination{
  display:flex;
  gap:10px;
  justify-content:center;
  padding:16px 0;
  flex-wrap:wrap;
}

.pagination a{
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid var(--border);
  display:grid;
  place-items:center;
  background:var(--card);
}

.pagination .active{
  background:var(--primary);
  color:#fff;
  border-color:var(--primary);
}

.site-footer{
  border-top:1px solid var(--border);
  background:var(--footer-bg);
}

.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:20px 0;
  color:var(--muted);
  font-size:.95rem;
}

.form-page{padding:36px 0 48px}

.form-card{
  padding:28px;
  max-width:880px;
  margin:0 auto;
}

.grid-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.grid-form .full{grid-column:1/-1}

input,
select,
textarea{
  width:100%;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid var(--input-border);
  background:var(--input-bg);
  font:inherit;
  color:var(--text);
  outline:none;
  transition:.2s;
  min-width:0;
}

input:focus,
select:focus,
textarea:focus{
  border-color:var(--primary);
  box-shadow:var(--focus-ring);
}

label{
  display:block;
  font-weight:700;
  margin-bottom:8px;
}

.flash{
  padding:14px 16px;
  border-radius:14px;
  margin:0 0 16px;
}

.flash.success{
  background:#e8fff1;
  color:#0f6a36;
}

.flash.error{
  background:#ffecec;
  color:#9a2424;
}

.empty-card{
  padding:24px;
  color:var(--muted);
  text-align:center;
}

.reply-modal{
  position:fixed;
  inset:0;
  background:var(--modal-overlay);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:9999;
}

.reply-modal-box{
  width:min(100%,640px);
  background:var(--modal-bg);
  border:1px solid var(--border);
  border-radius:24px;
  box-shadow:0 24px 70px rgba(15,23,42,.18);
  padding:22px;
}

.reply-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}

.reply-modal-head h3{
  margin:0;
  font-size:1.25rem;
}

.reply-close-btn{
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid var(--border);
  background:var(--card);
  color:var(--text);
  cursor:pointer;
  font-size:18px;
}

.reply-close-btn:hover{
  background:var(--card-soft);
}

.reply-modal textarea{
  min-height:140px;
  resize:vertical;
}

.reply-modal-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:16px;
  flex-wrap:wrap;
}

.nav-share-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:none;
  border:none;
  padding:0;
  color:var(--muted);
  font:inherit;
  font-weight:600;
  cursor:pointer;
}

.share-page-btn{margin-right:10px}

.main-nav .btn-primary{
  background:#3b82f6;
  color:#ffffff;
  border-radius:12px;
  padding:9px 16px;
  font-size:.95rem;
  font-weight:600;
  line-height:1;
}

.main-nav .btn-primary:hover{
  background:#2f6fd1;
  color:#ffffff;
}

.mobile-map-section{
  display:none;
}

/* Responsive */
@media (max-width:1100px){
  .hero-layout{
    grid-template-columns:1fr;
    grid-template-areas:
      "content"
      "recommend"
      "overall"
      "response";
  }

  .page-layout{
    display:flex;
    flex-direction:column;
    gap:18px;
  }

  .sticky-sidebar{
    position:static;
    order:-1;
    width:100%;
  }

  .content-column{
    order:2;
    width:100%;
  }

  .ratings-overview-card{
    grid-template-columns:1fr;
  }

  .sidebar-column{gap:14px}

  .sidebar-card{border-radius:22px}

  .sticky-sidebar .action-card,
  .sticky-sidebar .map-card{
    display:none;
  }

  .mobile-map-section{
    display:block;
    margin-top:24px;
  }
}

@media (max-width:760px){
  .container{
    width:min(100% - 24px,1200px);
  }

  .topbar{
    padding:12px 0;
    gap:14px;
    flex-direction:column;
    align-items:flex-start;
  }

  .brand img{
    height:52px;
    max-width:220px;
  }

  .main-nav{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
    width:100%;
  }

  .main-nav a,
  .main-nav .nav-share-link{
    flex:0 0 auto;
  }

  .main-nav .btn{
    width:100%;
  }

  .main-nav .btn-primary{
    flex:1 0 100%;
    margin-top:6px;
  }

  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .grid-form{
    grid-template-columns:1fr;
  }

  .hero-main{
    flex-direction:column;
  }

  .hero-content h1,
  .hero-copy h1{
    font-size:1.15rem !important;
    line-height:1.25 !important;
    max-width:none !important;
  }

  .hero-card,
  .ratings-overview-card,
  .sidebar-card,
  .filter-bar,
  .review-card,
  .form-card{
    border-radius:22px;
  }

  .hero-card{padding:20px}

  .hero-actions{
    flex-direction:column;
    width:100%;
  }

  .hero-actions .btn{
    width:100%;
  }

  .distribution-row{
    grid-template-columns:74px minmax(0,1fr) 42px;
    gap:8px;
  }

  .section-head-inline{
    align-items:flex-start;
  }

  .reviews-section .section-head .btn{
    display:none;
  }

  .filter-bar{
    padding:16px;
  }

  .filter-group{
    width:100%;
  }

  .filter-actions{
    width:100%;
  }

  .filter-actions .btn{
    flex:1;
  }

  .review-card{
    padding:18px;
  }

  .review-top{
    align-items:flex-start;
    gap:14px;
    flex-direction:column;
  }

  .review-user{
    width:100%;
    align-items:flex-start;
  }

  .review-meta{
    width:100%;
    min-width:0;
    margin-left:0;
    align-items:flex-start;
    text-align:left;
  }

  .review-card h3{
  margin:14px 0 12px;
  font-size:1rem;
  line-height:1.35;
  font-weight:600;
  padding-bottom:10px;
  border-bottom:1px solid var(--border-soft);
}

  .review-actions{
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
  }

  .review-action-btn{
    flex:1 1 calc(50% - 8px);
    justify-content:center;
  }

  .company-response-box{
    padding:14px;
  }
}