@font-face {
  font-display: swap;
  font-family: "Trustpilot Sans";
  font-style: normal;
  font-weight: 300;
  src: url("https://cdn.trustpilot.net/brand-assets/5.3.0/fonts/Trustpilot-Sans.woff2") format("woff2"),
       url("https://cdn.trustpilot.net/brand-assets/5.3.0/fonts/Trustpilot-Sans.woff") format("woff");
}

:root{
  --bg: #171719;
  --surface:#ffffff;
  --line:#d8d3cc;
  --line-soft:#e6e2db;
  --text:#222;
  --muted:#636363;
  --dark:#131217;
  --green:#00b67a;
  --green-light:#73cf11;
  --blue:#4a60cf;
  --blue-soft:#dfe3ff;
  --danger:#f44b30;
  --shadow:0 8px 22px rgba(25,25,25,.08);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Trustpilot Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--text);
  background:var(--bg);
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
svg{display:block}
.site-header{
  background:#1a1a1b;
  color:#fff;
  position:sticky;
  top:0;
  z-index:20;
}
.nav-shell{
  max-width:1320px;
  margin:0 auto;
  min-height:68px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:12px 24px;
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:24px;
  font-weight:700;
  color:#fff;
  white-space:nowrap;
}
.manih {
  background: white !important;
}
.brand-star{height:33px;flex:none}
.global-search{
  flex:1;
  max-width:600px;
  height:52px;
  background:#fff;
  border-radius:8px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 16px;
  color:#8f8f8f;
}
.global-search input{border:0;outline:0;width:100%;font-size:16px;color:#222;background:transparent}
.global-search svg,.review-search svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.main-nav{display:flex;align-items:center;gap:26px;margin-left:auto}
.main-nav>a{color:#ebe9ec;opacity:.95;font-size:15px}
.icon-link svg{width:24px;height:24px;stroke:#8ca2ff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.business-link{
  background:#6f95ff;
  color:#111!important;
  border-radius:999px;
  padding:16px 20px;
  font-weight:600;
}
.mobile-icons{display:none;margin-left:auto;gap:22px;align-items:center}
.page-shell{max-width:1320px;margin:0 auto;padding:0 0 32px}
.top-card{
  background:var(--surface);
  border-radius:0 0 28px 28px;
  padding:38px 32px 26px;
  box-shadow:0 1px 0 rgba(0,0,0,.02);
}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 348px;gap:68px}
.company-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.company-logo{
  width:118px;
  height:118px;
  background:#001c3f;
  color:#fff;
  border-radius:0;
  display:grid;
  place-items:center;
  font-size:34px;
  font-weight:800;
  letter-spacing:-1px;
}
.claim-badge{
  margin:18px 0 18px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid var(--line);
  border-radius:3px;
  padding:7px 10px;
  color:#4b4b4b;
  font-size:14px;
  background:#fff;
}
.claim-badge svg{width:19px;height:19px;stroke:#5f9241;fill:none;stroke-width:1.8}
.hero-main h1{margin:0 0 8px;font-size:58px;letter-spacing:-2px;line-height:1.02}
.company-scoreline{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:17px}
.review-count{font-size:17px;text-decoration:underline;text-underline-offset:3px}
.dot{color:#555}
.rating-boxes{display:flex;gap:3px;align-items:center}
.rating-box{width:28px;height:24px;background:#dcdbe6;display:grid;place-items:center;overflow:hidden}
.rating-box::before{content:"★";color:#fff;font-size:18px;line-height:1}
.rating-box.full{background:#73cf11}
.rating-box.partial{background:linear-gradient(90deg,#73cf11 var(--fill),#dcdbe6 var(--fill))}
.rating-boxes.inline .rating-box{width:24px;height:21px}
.company-scoreline strong{font-size:18px}
.info-link svg{width:28px;height:28px;stroke:var(--blue);fill:none;stroke-width:1.7}
.info-link .fill{fill:var(--blue);stroke:none}
.hero-actions{display:flex;gap:10px;align-items:center;margin-top:18px;flex-wrap:wrap}
.btn{
  height:54px;
  padding:0 26px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:16px;
  font-weight:700;
  border:2px solid var(--blue);
}
.btn svg,.tab-actions a svg,.arrow-link svg,.contact-list a svg,.labels-link svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.btn.primary{background:var(--blue);color:#fff}
.btn.ghost{background:#fff;color:var(--blue)}
.only-mobile{display:none}
.hero-side{display:flex;flex-direction:column;gap:12px}
.score-card,.side-info-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}
.score-card-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:20px;padding:30px 30px 24px}
.big-score{font-size:54px;font-weight:800;line-height:.95;letter-spacing:-2px; font-family: system-ui;;}
.score-label{font-size:22px;font-weight:700;margin-top:10px}
.score-meta{font-size:16px;margin-top:12px}
.score-bars{display:flex;flex-direction:column;gap:15px;padding-top:3px}
.bar-row{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:12px;font-size:17px}
.bar-row i,.filter-row i{height:10px;background:#d4d4d4;border-radius:999px;display:block;overflow:hidden}
.bar-row b,.filter-row b{display:block;height:100%;background:#59bf8e;border-radius:999px}
.bar-row b.small{min-width:8px}
.bar-row b.mid{background:#d4d4d4}
.bar-row b.bad{background:var(--danger)}
.score-card-footer{border-top:1px solid var(--line);padding:16px 26px 18px;text-align:center}
.score-card-footer a{font-size:16px;color:#5d5a54;text-decoration:underline;text-underline-offset:3px}
.side-info-card{padding:18px 18px;display:flex;align-items:center;gap:18px;box-shadow:none}
.side-icon{width:58px;height:58px;border-radius:50%;background:#f1efec;display:grid;place-items:center;color:#2b2b2b;flex:none}
.side-icon svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.side-icon img{display:block;width:30px;height:30px;object-fit:contain}
.reply-icon{background:transparent!important}
.reply-icon img{width:34px;height:34px}
.analytics-icon img{width:28px;height:28px}
.side-info-card b{font-size:16px}
.side-info-card p{margin:4px 0 0;color:#565656;font-size:16px;line-height:1.35}
.with-arrow{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}
.arrow-link{color:#222;flex:none}
.tabs-bar{
  position:sticky;
  top:68px;
  z-index:15;
  background:rgba(244,244,240,.98);
  border-top:1px solid #ddd;
  border-bottom:1px solid #d1d1d1;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:74px;
}
.tabs-links{display:flex;align-items:center;gap:40px}
.tabs-links a{font-size:18px;font-weight:500;padding:23px 0;position:relative;color:#555}
.tabs-links a.active{color:#222;font-weight:700}
.tabs-links a.active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:4px;background:#333}
.tab-actions{display:flex;align-items:center;gap:12px}
.tab-actions a{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:2px solid var(--blue);color:var(--blue);background:#fff}
.tab-actions a:last-child{background:var(--blue);color:#fff}
.integrity-card{
  margin:22px;
  background:#f2f0eb;
  border:1px solid var(--line);
  border-radius:10px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.integrity-left{display:flex;align-items:center;gap:14px}
.shield-icon{width:38px;height:38px;flex:none}
.shield-icon svg{width:100%;height:100%;filter:drop-shadow(0 3px 10px rgba(74,96,207,.3))}
.shield-icon path:first-child{fill:#7da6ff;stroke:#4468cf;stroke-width:1}
.shield-icon .shield-star{fill:#111}
.integrity-card strong{font-size:17px;line-height:1.35}
.accordion-toggle{border:0;background:transparent;padding:0;color:#222}
.accordion-toggle svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.summary-reviews-section{padding:6px 22px 0}
.summary-reviews-section h2{font-size:34px;letter-spacing:-1px;margin:20px 0 18px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.summary-reviews-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.preview-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px 20px 18px;
  min-height:356px;
  display:flex;
  flex-direction:column;
}
.reviewer-row{display:flex;align-items:flex-start;gap:12px}
.reviewer-row strong{font-size:17px}
.reviewer-row span{display:block;color:#616161;font-size:15px;margin-top:3px}
.avatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#fff;font-size:26px;flex:none;overflow:hidden}
.avatar img{width:100%;height:100%;object-fit:cover}
.avatar.teal{background:#435d67}.avatar.purple{background:#7b2fb8}.avatar.yellow{background:#efe19e;color:#222}.avatar.blue{background:#6195d8}.avatar.slate{background:#687484}.avatar.pink{background:#cb9baa}.avatar.dark{background:#2d3750}.avatar.photo{padding:0;background:#fff;border:2px solid #ed67aa}
.preview-stars,.full-stars{display:flex;gap:2px;margin:14px 0 12px}
.preview-stars .mini-box,.full-stars .mini-box{width:19px;height:18px;background:#00b67a;color:#fff;display:grid;place-items:center;font-size:14px;line-height:1}
.preview-stars .mini-box.low,.full-stars .mini-box.low{background:#f44b30}
.preview-card p{font-size:15px;line-height:1.46;margin:0;color:#303030}
.see-more{color:var(--blue);font-weight:500}
.reply-line{display:flex;align-items:center;gap:9px;color:#6e675d;font-size:14px;margin-top:12px}
.reply-line::before{content:"";width:18px;height:12px;border-left:2px solid #d2d0ca;border-bottom:2px solid #d2d0ca;border-radius:0 0 0 12px;display:block}
.preview-actions,.review-actions{display:flex;align-items:center;gap:18px;margin-top:auto;padding-top:22px;color:#656565;font-size:14px;flex-wrap:wrap}
.preview-actions button,.review-actions button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;padding:0;color:inherit;cursor:pointer}
.preview-actions svg,.review-actions svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.see-all-btn{display:block;text-align:center;background:#d8def7;color:var(--blue);font-weight:700;font-size:18px;border-radius:999px;padding:18px 20px;margin:22px 0 0}
.contact-section{padding:42px 22px 10px;border-top:1px solid var(--line);margin:42px 22px 0}
.contact-section h2{font-size:24px;margin:0 0 22px}
.contact-list{display:flex;flex-direction:column;gap:20px}
.contact-list a{display:inline-flex;align-items:center;gap:12px;color:#222;font-size:18px;text-decoration:underline;text-underline-offset:3px}
.contact-list a svg{width:20px;height:20px;stroke:#222}
.reviews-shell{max-width:1320px;margin:0 auto;padding:8px 22px 48px}
.reviews-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:48px;align-items:start}
.filter-panel{position:sticky;top:152px;padding-top:8px}
.filter-scoreline{display:flex;align-items:center;gap:10px;font-size:20px;margin-bottom:28px}
.small-green{width:34px !important;height:34px;fill:rgb(255, 206, 0);}
.filter-scoreline strong{font-size:46px;letter-spacing:-1px}
.filter-panel h2{font-size:58px;letter-spacing:-2px;line-height:1;margin:0 0 20px}
.review-total{display:flex;align-items:center;gap:10px;font-size:17px;color:#616161;margin-bottom:22px;flex-wrap:wrap}
.review-total strong{font-size:20px;color:#555}
.review-total a{color:var(--blue);font-size:20px}
.filter-box{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 24px}
.filter-row{display:grid;grid-template-columns:50px 94px 1fr 60px;align-items:center;gap:14px;margin:0 !important;font-size:26px}
.filter-row input{appearance:none;width:40px;height:40px;border:2px solid #807b73;border-radius:8px;background:#fff}
.filter-row i{height:24px;background:#e8e6e3}
.filter-row b{background:#2d2f2b}
.filter-row:first-child b,.filter-row:nth-child(2) b{background:#2d2f2b}
.filter-row:last-child b{background:#2d2f2b}
.filter-row em{font-style:normal;text-align:right;color:#444}
.filter-row.disabled{opacity:.32}
.filter-row input:checked{background:var(--blue);border-color:var(--blue);box-shadow:inset 0 0 0 7px #fff}
.labels-link{display:inline-flex;align-items:center;gap:8px;margin-top:24px;font-size:22px;text-decoration:underline;text-underline-offset:3px}
.reviews-feed-wrap{min-width:0}
.feed-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.review-search{flex:1;min-width:260px;height:48px;background:#fff;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 16px;color:#787878}
.review-search input{background:transparent;border:0;outline:0;width:100%;font-size:15px}
.pill-btn{height:46px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:#fff;font-weight:600;color:#333}
.full-review{background:transparent;border-top:1px solid var(--line);padding:22px 0}
.full-review:first-child{border-top:0}
.full-review .reviewer-row span.meta{margin-top:2px}
.full-review .review-body{font-size:18px;line-height:1.52;color:#2e2e2e;margin:10px 0 0;max-width:820px}
.full-review .date-exp{margin-top:16px;color:#585858;font-size:14px}
.company-reply{border-left:2px solid #d4d1ca;margin-top:18px;padding-left:16px}
.company-reply strong{display:block;margin-bottom:6px}
.no-results{padding:28px;border:1px dashed var(--line);border-radius:18px;background:#fff;color:#555}
.site-footer{background:#141316;color:#fff;padding:50px 24px 34px;margin-top:16px}
.footer-shell{max-width:1320px;margin:0 auto}
.footer-brand-row{margin-bottom:42px}
.footer-brand{font-size:30px}
.footer-notice{max-width:950px;color:#d2d2d2;font-size:15px;line-height:1.5;margin-bottom:36px}
.footer-notice a{text-decoration:underline;color:#9ab5ff}
.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr .95fr 1.2fr;gap:52px}
.footer-grid h4{font-size:18px;margin:0 0 18px;color:#f2f2f2}
.footer-grid a{display:block;color:#f2f2f2;margin:0 0 22px;font-size:16px}
.app-store{display:inline-block;margin-top:8px;padding:11px 14px;border:1px solid #7c7c7c;border-radius:10px;background:#000;font-size:14px!important}
.country-btn{margin-top:6px;background:#fff;border:0;color:#222;border-radius:8px;padding:18px 18px;min-width:260px;display:flex;align-items:center;justify-content:space-between;font-size:16px}
.footer-legal-links{display:flex;gap:38px;flex-wrap:wrap;margin:34px 0 24px;color:#f4f4f4}
.footer-legal-links a{font-size:16px}
.site-footer small{color:#d0d0d0;font-size:14px}
.desktop-only{display:inline-flex}
@media (max-width:1180px){
  .hero-grid{grid-template-columns:1fr}
  .hero-side{max-width:820px}
  .summary-reviews-track{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:8px}
  .summary-reviews-track::-webkit-scrollbar{height:10px}
  .summary-reviews-track::-webkit-scrollbar-thumb{background:#c9c8cf;border-radius:99px}
  .preview-card{min-width:340px;scroll-snap-align:start}
  .reviews-layout{grid-template-columns:1fr}
  .filter-panel{position:static}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:860px){
  .nav-shell{padding:16px 18px;gap:14px}
  .global-search,.main-nav{display:none}
  .mobile-icons{display:flex}
  .brand{font-size:28px}
  .top-card{padding:28px 18px 20px;border-radius:0 0 30px 30px}
  .company-logo{width:156px;height:156px;font-size:40px}
  .hero-main h1{font-size:54px}
  .tabs-bar{top:68px;min-height:70px;padding:0 18px}
  .tabs-links{gap:24px}
  .tabs-links a{font-size:16px}
  .summary-reviews-section h2{font-size:28px}
  .filter-panel h2{font-size:48px}
  .filter-row{font-size:20px;grid-template-columns:42px 80px 1fr 56px}
  .filter-row input{width:34px;height:34px}
  .filter-row i{height:18px}
  .CDS_Button_appearance-outline__d36d32 { margin-top: -20px; }
}
@media (max-width:620px){
  .page-shell{padding-bottom:20px}
  .top-card{padding:28px 16px 16px}
  .company-top-row{align-items:flex-start}
  .company-logo{width:154px;height:154px;font-size:42px}
  .only-mobile{display:block}
  .only-desktop{display:none}
  .desktop-actions{display:block}
  .hero-main h1{font-size:44px;margin-top:12px}
  .hero-actions{margin-top:16px}
  .btn.primary{width:100%;justify-content:center;height:58px;font-size:18px}
  .btn.ghost{height:54px;padding:0 24px;white-space:nowrap}
  .mobile-top-action .btn.ghost{min-width:0;padding:0 18px}
  .mobile-top-action .btn.ghost span{font-size:14px}
  .company-scoreline{font-size:18px;gap:10px}
  .score-card-grid{grid-template-columns:1fr 1.2fr;padding:24px 18px 18px;gap:14px}
  .big-score{font-size:52px}
  .score-label{font-size:20px}
  .bar-row{grid-template-columns:58px 1fr;gap:10px;font-size:16px}
  .score-card-footer{padding:18px 18px 20px}
  .side-info-card{padding:16px 12px;align-items:flex-start}
  .with-arrow{align-items:center}
  .tabs-bar{overflow-x:auto;gap:14px;padding:0 14px}
  .tab-actions{margin-left:auto}
  .integrity-card,.summary-reviews-section,.contact-section,.reviews-shell{padding-left:16px;padding-right:16px;margin-left:0;margin-right:0}
  .integrity-card{margin:18px 16px 0;padding:18px 14px;align-items:center}
  .integrity-left{align-items:flex-start}
  .integrity-card strong{font-size:15px}
  .summary-reviews-section{padding-top:8px}
  .summary-reviews-track{gap:12px}
  .preview-card{min-width:320px;min-height:350px}
  .see-all-btn{margin-top:18px}
  .contact-section{margin-top:30px}
  .reviews-shell{padding-top:8px}
  .filter-scoreline .small-green{width:48px;height:48px}
  .filter-scoreline strong{font-size:48px}
  .filter-panel h2{font-size:32px;letter-spacing:-1px}
  .review-total strong,.review-total a{font-size:16px}
  .filter-box{padding:10px !important;border-radius:15px !important}
  .filter-row{font-size:13px !important}
  .filter-row input{width:13px;height:13px;border-width:1.6px}
  .filter-row i{height:14px}
  .labels-link{font-size:16px}
  .feed-tools{display:block}
  .review-search,.pill-btn{width:100%;margin-bottom:10px}
  .footer-grid{grid-template-columns:1fr}
  .country-btn{min-width:0;width:100%}
  .footer-legal-links{gap:20px}
}

/* v3 precision pass: compact Trustpilot-like proportions */
.nav-shell{max-width:1120px;min-height:64px;padding:8px 18px}
.brand{font-size:22px}.brand-star{height:31px}.global-search{height:46px;max-width:600px}.main-nav{gap:24px}.business-link{padding:13px 20px}
.page-shell{max-width:1120px}.top-card{padding:34px 28px 28px;border-radius:0 0 24px 24px;min-height:360px}.hero-grid{grid-template-columns:minmax(0,1fr) 330px;gap:54px;align-items:start}.company-area{display:grid;grid-template-columns:120px minmax(0,1fr);gap:22px;align-items:start}.company-logo{width:120px;height:120px;font-size:31px}.claim-badge{margin:0 0 14px;height:28px;padding:5px 9px;font-size:13px}.hero-main h1{font-size:38px;letter-spacing:-1.6px;margin:0 0 8px}.company-scoreline{gap:9px}.review-count{font-size:15px}.rating-box{width:24px;height:22px}.rating-box::before{font-size:16px}.rating-boxes.inline .rating-box{width:22px;height:20px}.company-scoreline strong{font-size:16px}.info-link svg{width:23px;height:23px}.hero-actions{margin-top:14px}.btn{height:46px;padding:0 22px;font-size:15px;border-width:1.5px}.btn svg{width:20px;height:20px}.score-card-grid{padding:26px 26px 20px;grid-template-columns:1fr 1.05fr;gap:16px}.big-score{font-size:52px}.score-label{font-size:19px;margin-top:8px}.score-meta{font-size:14px;margin-top:9px}.bar-row{grid-template-columns:58px 1fr;font-size:15px;gap:10px}.bar-row i{height:8px}.score-card-footer{padding:14px 20px 16px}.score-card-footer a{font-size:14px}.side-info-card{padding:16px 16px;border-radius:18px;gap:14px}.side-icon{width:48px;height:48px}.side-icon svg{width:26px;height:26px}.side-info-card b{font-size:14px;font-weight:600}.side-info-card p{font-size:14px}.tabs-bar{max-width:1120px;margin:0 auto;top:64px;min-height:62px;padding:0 20px}.tabs-links a{font-size:16px;padding:20px 0}.tab-actions a{width:42px;height:42px}.integrity-card{max-width:1080px;margin:20px auto 0;padding:16px 18px}.integrity-card strong{font-size:15px}.summary-reviews-section{max-width:1080px;margin:0 auto;padding:0}.summary-reviews-section h2{font-size:29px;margin:42px 0 18px}.summary-reviews-track{grid-template-columns:repeat(4,1fr);gap:16px}.preview-card{min-height:300px;padding:20px 18px 16px;border-radius:20px}.avatar{width:48px;height:48px;font-size:24px}.reviewer-row strong{font-size:16px}.reviewer-row span{font-size:14px}.preview-stars{margin:13px 0 10px}.preview-card p{font-size:14px;line-height:1.42}.preview-actions{padding-top:16px}.see-all-btn{font-size:16px;padding:15px 20px}.contact-section{max-width:1080px;margin:36px auto 0;padding:34px 20px 10px}.contact-section h2{font-size:23px}.reviews-shell{max-width:1080px}.reviews-layout{grid-template-columns:292px minmax(0,1fr);gap:44px}.filter-panel{top:138px}.filter-scoreline{margin-bottom:20px}.small-green{width:54px;height:54px}.filter-scoreline strong{font-size:24px; font-family: sans-serif}.filter-panel h2{font-size:42px}.filter-box{border-radius:16px;padding:24px 22px}.filter-row{grid-template-columns:42px 84px 1fr 50px;font-size:22px;margin: 0}.filter-row input{width:24px;height:24px}.filter-row i{height:12px}.labels-link{font-size:18px}.footer-shell{max-width:1120px}.footer-grid{gap:42px}
@media(max-width:1180px){.page-shell,.tabs-bar,.reviews-shell{max-width:100%;}.hero-grid{grid-template-columns:1fr 320px;gap:34px}.summary-reviews-track{display:flex;overflow-x:auto}.preview-card{min-width:280px}.top-card{border-radius:0}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.company-area{grid-template-columns:120px 1fr}.hero-side{max-width:none}.score-card-grid{grid-template-columns:1fr 1.3fr}.reviews-layout{grid-template-columns:1fr}.filter-panel{position:static}.summary-reviews-section,.contact-section,.reviews-shell{padding-left:20px;padding-right:20px}}
@media(max-width:620px){.nav-shell{min-height:72px;padding:18px 22px}.brand{font-size:28px}.brand-star{height:38px}.top-card{padding:30px 22px 18px;min-height:0;border-radius:0 0 28px 28px}.company-area{display:block}.company-top-row{display:flex}.company-logo{width:154px;height:154px;font-size:42px}.only-mobile{display:block}.hero-main h1{font-size:36px;margin-top:20px}.claim-badge{margin:22px 0 20px;font-size:19px;height:44px;padding:8px 10px}.claim-badge svg{width:24px;height:24px}.review-count{font-size:24px}.company-scoreline{gap:12px}.company-scoreline strong{font-size:25px}.rating-boxes.inline .rating-box{width:34px;height:31px}.rating-box::before{font-size:24px}.info-link svg{width:32px;height:32px}.btn.primary{height:68px;font-size:24px}.mobile-top-action .btn.ghost{height:82px;padding:0 26px;font-size:25px}.mobile-top-action .btn.ghost span{font-size:25px}.score-card{margin-top:38px}.score-card-grid{padding:28px 22px 24px}.big-score{font-size:52px}.tabs-bar{top:72px}.summary-reviews-track{gap:14px}.preview-card{min-width:330px}.filter-panel h2{font-size:22px}.filter-row{font-size:20px;grid-template-columns:38px 76px 1fr 48px}.site-footer{padding:42px 24px}}

/* === V4 accuracy pass: Trustpilot-like scale/layout === */
@media (min-width: 901px){
  body{background: Black;}
  .nav-shell{max-width:1120px;min-height:64px;padding:8px 0;}
  .brand{font-size:22px}.brand-star{height:30px}.global-search{height:48px;max-width:600px}.main-nav{gap:24px}.business-link{padding:14px 20px}
  .page-shell{max-width:1120px;background:#fff;border-radius:0 0 24px 24px;padding:0 0 44px;margin:0 auto 0;}
  .top-card{background:transparent;border-radius:0;padding:32px 0 0;min-height:0;box-shadow:none;}
  .hero-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:620px 300px;gap:60px;align-items:start;}
  .company-area{display:grid;grid-template-columns:120px minmax(0,1fr);gap:22px;align-items:start;}
  .company-top-row{display:block;}
  .company-logo{width:120px;height:120px;font-size:32px;}
  .claim-badge{margin:0 0 12px;height:24px;padding:4px 8px;font-size:12px;}
  .claim-badge svg{width:16px;height:16px;}
  .hero-main h1{font-size:36px;line-height:1;letter-spacing:-1.2px;margin:0 0 12px;}
  .company-scoreline{gap:9px;font-size:15px;}
  .review-count{font-size:15px;}.dot{font-size:15px}.company-scoreline strong{font-size:15px;}
  .rating-boxes.inline .rating-box{width:22px;height:20px}.rating-box::before{font-size:15px}.info-link svg{width:22px;height:22px}
  .hero-actions{margin-top:14px;gap:8px}.btn{height:44px;padding:0 22px;font-size:14px;border-width:1.5px}.btn svg{width:18px;height:18px}
  .hero-side{gap:10px;}
  .score-card,.side-info-card{border-radius:16px;box-shadow:0 8px 18px rgba(0,0,0,.07)}
  .score-card-grid{grid-template-columns:1fr 1.05fr;gap:15px;padding:24px 24px 18px;}
  .big-score{font-size:52px;letter-spacing:-1.5px}.score-label{font-size:18px;margin-top:6px}.score-meta{font-size:13px;margin-top:8px}
  .rating-box{width:20px;height:18px}.rating-box::before{font-size:14px}
  .bar-row{grid-template-columns:54px 1fr;gap:10px;font-size:14px}.bar-row i{height:8px}.score-card-footer{padding:13px 16px 15px}.score-card-footer a{font-size:13px}
  .side-info-card{padding:15px 16px;gap:14px}.side-icon{width:42px;height:42px}.side-icon svg{width:23px;height:23px}.side-info-card b{font-size:13px;font-weight:600}.side-info-card p{font-size:13px;line-height:1.28;font-weight:400}
  .tabs-bar{display:none;}
  .integrity-card{width:620px;margin:28px 0 0 calc((100% - 960px)/2);padding:15px 16px;border-radius:6px;background:#f7f5ef;}
  .integrity-card::before{content:"";position:absolute;}
  .integrity-card strong{font-size:14px}.shield-icon{width:32px;height:32px}.accordion-toggle svg{width:22px;height:22px}
  .summary-reviews-section{width:620px;margin:0 0 0 calc((100% - 960px)/2);padding:0;}
  .summary-reviews-section h2{font-size:27px;letter-spacing:-.4px;margin:30px 0 28px;}
  .summary-reviews-track{display:grid;grid-template-columns:1fr 1fr;gap:56px 58px;overflow:visible;}
  .preview-card{border:0;background:transparent;border-radius:0;padding:0;min-height:0;display:flex;}
  .preview-card .reviewer-row{gap:12px}.avatar{width:44px;height:44px;font-size:20px}.reviewer-row strong{font-size:15px}.reviewer-row span{font-size:14px}
  .preview-stars{margin:13px 0 8px}.preview-stars .mini-box,.full-stars .mini-box{width:17px;height:16px;font-size:12px}
  .preview-card p{font-size:15px;line-height:1.43;}
  .reply-line{font-size:13px;margin-top:10px}.preview-actions{padding-top:22px;font-size:13px;gap:20px}
  .see-all-btn{display:none;}
  .contact-section{width:620px;margin:38px 0 0 calc((100% - 960px)/2);padding:34px 0 0;border-top:1px solid var(--line);}
}

@media (max-width: 900px){
  .nav-shell{min-height:72px;padding:14px 18px}.brand{font-size:26px}.brand-star{height:36px}.mobile-icons{display:flex}.global-search,.main-nav{display:none}
  .page-shell{background:#fff;border-radius:0 0 28px 28px;padding-bottom:24px;}
  .top-card{padding:26px 16px 14px;border-radius:0 0 28px 28px;min-height:0;background:#fff;}
  .hero-grid{display:block}.company-area{display:block}.company-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.company-logo{width:108px;height:108px;font-size:32px}.only-mobile{display:block;margin-top: 20px;}.only-desktop{display:none}
  .mobile-top-action .btn.ghost{height:54px;padding:0 22px;font-size:16px;min-width:190px}.mobile-top-action .btn.ghost span{font-size:16px}
  .claim-badge{margin:18px 0 16px;height:36px;font-size:16px;padding:6px 9px}.claim-badge svg{width:21px;height:21px}
  .hero-main h1{font-size:34px;letter-spacing:-1px;margin:0 0 10px}.company-scoreline{gap:9px}.review-count{font-size:21px}.company-scoreline strong{font-size:20px}.info-link svg{width:27px;height:27px}.rating-boxes.inline .rating-box{width:27px;height:25px}.rating-box::before{font-size:18px}
  .hero-actions{margin-top:0px !important}.btn.primary{width:100%;height:58px;font-size:18px}.btn.primary svg{width:22px;height:22px}
  .hero-side{margin-top:34px;gap:20px}.score-card{border-radius:22px}.score-card-grid{padding:24px 20px 22px;grid-template-columns:1fr 1.35fr;gap:20px}.big-score{font-size:52px}.score-label{font-size:20px}.score-meta{font-size:17px}.bar-row{font-size:17px;grid-template-columns:64px 1fr}.bar-row i{height:10px}.score-card-footer a{font-size:18px}
  .side-info-card{box-shadow:none;border:0;border-radius:0;padding:16px 8px;gap:18px}.side-icon{width:54px;height:54px}.side-info-card b{font-size:20px;font-weight:600}.side-info-card p{font-size:20px}.with-arrow{gap:12px}
  .tabs-bar{display:none}
  .integrity-card{margin:22px 16px 0;padding:16px 14px}.integrity-card strong{font-size:17px}.shield-icon{width:38px;height:38px}
  .summary-reviews-section{padding:0 16px}.summary-reviews-section h2{font-size:30px;margin:32px 0 16px}.summary-reviews-track{display:flex;overflow-x:auto;gap:14px;padding-bottom:8px;scroll-snap-type:x proximity}.preview-card{min-width:310px;max-width:310px;min-height:330px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 16px;scroll-snap-align:start}.preview-card p{font-size:15px}.preview-actions{font-size:13px}
  .see-all-btn{display:block;font-size:16px;padding:15px;margin-top:14px}.contact-section{margin:30px 16px 0;padding:30px 0 0}.reviews-shell{padding-left:16px;padding-right:16px}
}

@media (max-width: 480px){
  .brand{font-size:24px}.brand-star{height:34px}.mobile-icons{gap:18px}.icon-link svg{width:27px;height:27px}
  .company-logo{width:92px;height:92px;font-size:28px}.mobile-top-action .btn.ghost{min-width:170px;height:50px;padding:0 18px}.mobile-top-action .btn.ghost span{font-size:15px}
  .claim-badge{font-size:15px;height:34px}.hero-main h1{font-size:30px}.review-count{font-size:19px}.company-scoreline strong{font-size:19px}.rating-boxes.inline .rating-box{width:24px;height:22px}.rating-box::before{font-size:16px}.btn.primary{height:54px;font-size:17px}
  .score-card-grid{grid-template-columns:1fr 1.35fr;gap:14px;padding:22px 18px}.big-score{font-size:54px}.bar-row{font-size:15px;grid-template-columns:58px 1fr}.score-card-footer a{font-size:16px}.side-info-card b,.side-info-card p{font-size:17px}
  .integrity-card strong{font-size:16px}.summary-reviews-section h2{font-size:27px}.preview-card{min-width:292px;max-width:292px}
}


/* Star SVG assets from the school project */
.stars-img{display:block;height:auto;object-fit:contain}
.score-stars-img{width:104px;max-width:100%}
.rating-boxes.inline .score-stars-img{width:105px !important}
.review-stars-img{width:92px;margin:0}
.preview-stars,.full-stars{display:block;margin:12px 0 10px}
.rating-boxes{display:block}
.rating-boxes.inline{display:inline-block;vertical-align:middle}
@media(max-width:620px){
  .rating-boxes.inline .score-stars-img{width:126px}
  .score-stars-img{width:120px}
  .review-stars-img{width:92px}
}
@media(max-width:390px){
  .rating-boxes.inline .score-stars-img{width:112px}
  .score-stars-img{width:108px}
}

/* === V6 final scale correction: closer mobile proportions + lighter weights === */
:root{ --blue:#3c57bc; --line:#d9d4ce; }

@media (min-width: 901px){
  .page-shell{border-radius:0 0 28px 28px; overflow:hidden;}
  .top-card{padding-top:36px;}
  .company-logo{width:116px;height:116px;font-size:31px;}
  .hero-main h1{font-weight:750;}
  .btn{border-width:1.25px;font-weight:650;}
  .btn.ghost{border-width:1.25px;}
  .score-card,.side-info-card{border-color:#d7d1ca;}
  .big-score{font-weight:760;}
  .score-label,.side-info-card b{font-weight:650;}
}

@media (max-width: 900px){
  body{background: Black;}
  .site-header{position:sticky;}
  .nav-shell{min-height:68px;padding:13px 16px;}
  .brand{font-size:24px;font-weight:650;letter-spacing:-.5px;}
  .brand-star{height:33px;}
  .mobile-icons{gap:18px;}
  .icon-link svg{width:25px;height:25px;stroke-width:1.65;}

  .page-shell{
    background:#fff;
    border-radius:28px 28px 0 0;
    overflow:hidden;
    padding-bottom:22px;
    margin-top:0;
  }
  .top-card{padding:24px 15px 12px;background:#fff;border-radius:28px 28px 0 0;}
  .company-top-row{gap:16px;align-items:flex-start;}
  .company-logo{width:82px;height:82px;font-size:27px;}
  .mobile-top-action .btn.ghost{
    min-width:158px;
    height:45px;
    padding:0 17px;
    font-size:14px;
    border-width:1.2px;
    font-weight:650;
  }
  .mobile-top-action .btn.ghost span{font-size:14px;}
  .mobile-top-action .btn.ghost svg{width:18px;height:18px;}

  .claim-badge{margin:18px 0 18px;height:30px;font-size:14px;padding:5px 9px;color:#3f3f3f;border-radius:3px;}
  .claim-badge svg{width:18px;height:18px;}
  .hero-main h1{font-size:28px;line-height:1.05;letter-spacing:-.8px;font-weight:750;margin:0 0 12px;}
  .company-scoreline{gap:8px;align-items:center;}
  .review-count{font-size:18px;font-weight:400;text-underline-offset:4px;}
  .dot{font-size:18px;}
  .company-scoreline strong{font-size:18px;font-weight:650;}
  .info-link svg{width:24px;height:24px;stroke-width:1.45;}
  .rating-boxes.inline .score-stars-img{width:96px;}

  .hero-actions{margin-top:16px;}
  .btn.primary{height:50px;font-size:16px;font-weight:650;border-width:1.2px;border-radius:999px;}
  .btn.primary svg{width:20px;height:20px;}

  .hero-side{margin-top:30px;gap:18px;}
  .score-card{border-radius:20px;box-shadow:0 10px 22px rgba(0,0,0,.08);}
  .score-card-grid{grid-template-columns:.82fr 1.18fr;gap:16px;padding:22px 18px 20px;}
  .big-score{font-size:52px;font-weight:760;letter-spacing:-1.5px;}
  .score-label{font-size:18px;font-weight:650;margin-top:6px;}
  .score-meta{font-size:15px;margin-top:8px;}
  .score-stars-img{width:96px;}
  .bar-row{grid-template-columns:58px 1fr;gap:10px;font-size:15px;font-weight:400;}
  .bar-row i{height:9px;}
  .score-card-footer{padding:16px 12px 17px;}
  .score-card-footer a{font-size:16px;font-weight:400;}

  .side-info-card{padding:14px 8px;gap:16px;}
  .side-info-card .side-icon{width:48px;height:48px;}
  .side-info-card:first-of-type .side-icon{background:transparent;width:42px;height:42px;}
  .side-icon svg{width:25px;height:25px;stroke-width:1.7;}
  .side-icon img{width:26px;height:26px;}
  .reply-icon img{width:30px;height:30px;}
  .analytics-icon img{width:24px;height:24px;}
  .side-info-card b{font-size:18px;font-weight:650;line-height:1.22;}
  .side-info-card p{font-size:18px;line-height:1.28;color:#5a554f;font-weight:400;}
  .arrow-link svg{width:20px;height:20px;}

  .integrity-card{margin:22px 16px 0;border-radius:8px;padding:15px 14px;background:#f8f6ef;}
  .integrity-card strong{font-size:16px;font-weight:650;line-height:1.35;}
  .shield-icon{width:36px;height:36px;}
  .accordion-toggle svg{width:24px;height:24px;}

  .summary-reviews-section{padding:0 16px;}
  .summary-reviews-section h2{font-size:27px;line-height:1.1;font-weight:750;letter-spacing:-.7px;margin:30px 0 16px;}
}

@media (max-width: 480px){
  .nav-shell{min-height:66px;padding:12px 15px;}
  .brand{font-size:23px;}
  .brand-star{height:32px;}
  .mobile-icons{gap:16px;}
  .icon-link svg{width:24px;height:24px;}
  .top-card{padding:22px 15px 12px;}
  .company-logo{width:80px;height:80px;font-size:26px;}
  .mobile-top-action .btn.ghost{min-width:152px;height:44px;padding:0 15px;}
  .mobile-top-action .btn.ghost span{font-size:14px;}
  .claim-badge{height:30px;font-size:14px;margin:18px 0 17px;}
  .hero-main h1{font-size:27px;margin-bottom:11px;}
  .review-count{font-size:18px;}
  .company-scoreline strong{font-size:18px;}
  .rating-boxes.inline .score-stars-img{width:94px;}
  .btn.primary{height:49px;font-size:16px;}
  .score-card-grid{padding:21px 17px 19px;gap:14px;}
  .big-score{font-size:50px;}
  .score-label{font-size:17px;}
  .score-meta{font-size:15px;}
  .score-stars-img{width:92px;}
  .bar-row{font-size:14px;grid-template-columns:54px 1fr;}
  .bar-row i{height:8px;}
  .score-card-footer a{font-size:15px;}
  .side-info-card b,.side-info-card p{font-size:17px;}
}

@media (max-width: 390px){
  .company-logo{width:76px;height:76px;font-size:25px;}
  .mobile-top-action .btn.ghost{min-width:145px;height:42px;}
  .rating-boxes.inline .score-stars-img{width:88px;}
  .score-stars-img{width:88px;}
  .review-count{font-size:17px;}
  .company-scoreline strong{font-size:17px;}
}

/* === V8 desktop repair: right rail must not create giant vertical gap === */
@media (min-width: 901px){
  .site-header{height:64px;}
  .nav-shell{max-width:1240px;min-height:64px;padding:8px 0;}

  .page-shell{
    max-width:100% !important;
    background:#fff;
    border-radius:0 0 24px 24px;
    padding-bottom:42px;
    position:relative;
  }

  .top-card{
    position:relative;
    background:transparent;
    padding:40px 0 32px;
    min-height:0!important;
    height:auto!important;
    box-shadow:none;
    border-radius:0;
  }

  .hero-grid{
    display:block;
    max-width:none;
    margin:0;
  }

  .hero-main{
    width:760px;
    margin-left:calc((100% - 1260px)/2);
  }

  .hero-side{
    position:absolute;
    top:40px;
    right:calc((100% - 1260px)/2);
    min-width: 330px;
    max-width: 450px;
    gap:12px;
    z-index:2;
  }

  .company-area{
    display:grid;
    grid-template-columns:132px minmax(0,1fr);
    gap:24px;
    align-items:start;
  }

  .company-logo{width:132px;height:132px;font-size:35px;}
  .claim-badge{height:25px;font-size:12px;margin:0 0 14px;padding:4px 8px;}
  .hero-main h1{font-size:36px;line-height:1;letter-spacing:-1.1px;margin:0 0 12px;font-weight:750; font-family: sans-serif !important;} 
  .company-scoreline{gap:9px;}
  .review-count{font-size:16px;}
  .company-scoreline strong{font-size:16px;}
  .info-link svg{width:22px;height:22px;}
  .rating-boxes.inline .score-stars-img{width:101px;}
  .hero-actions{margin-top:14px;gap:10px;}
  .btn{height:46px;font-size:14px;border-width:1.4px;padding:0 24px;}

  .score-card{border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.08);}
  .score-card-grid{padding:24px 24px 18px;grid-template-columns:1fr 1.08fr;gap:18px;}
  .big-score{font-size:58px;font-weight:780;letter-spacing:-1.5px;}
  .score-label{font-size:18px;margin-top:6px;}
  .score-meta{font-size:13px;margin-top:8px;}
  .score-stars-img{width:96px;}
  .bar-row{grid-template-columns:56px 1fr;font-size:14px;gap:9px;}
  .bar-row i{height:8px;}
  .score-card-footer{padding:13px 16px 15px;}
  .score-card-footer a{font-size:13px;}
  .side-info-card{border-radius:16px;padding:14px 16px;gap:13px;box-shadow:0 5px 14px rgba(0,0,0,.04);}
  .side-icon{width:42px;height:42px;}
  .side-icon img{width:24px;height:24px;}
  .reply-icon img{width:27px;height:27px;}
  .side-info-card b{font-size:13px!important;font-weight:600!important;line-height:1.22;}
  .side-info-card p{font-size:13px!important;line-height:1.28;font-weight:400!important;color:#57524c;}

  .integrity-card{
    width:760px;
    margin:0 0 0 calc((100% - 1260px)/2);
    padding:14px 16px;
    border-radius:6px;
    background:#f7f5ef;
  }
  .integrity-card:before{
    content:"";
    display:block;
    position:absolute;
    top:-22px;
    left:0;
    width:100%;
    height:1px;
    background:#d7d2cb;
  }
  .integrity-card{position:relative;}
  .integrity-card strong{font-size:14px;font-weight:650;line-height:1.3;}
  .shield-icon{width:32px;height:32px;}

  .summary-reviews-section{
    width:760px;
    margin:0 0 0 calc((100% - 1260px)/2);
    padding:0;
  }
  .summary-reviews-section h2{font-size:27px;font-weight:750;letter-spacing:-.5px;margin:34px 0 30px;}
  .summary-reviews-track{display:grid;grid-template-columns:1fr 1fr;gap:58px 66px;overflow:visible;}
  .preview-card{border:0;background:transparent;padding:0;min-height:0;border-radius:0;box-shadow:none;}
  .avatar{width:45px;height:45px;font-size:20px;}
  .reviewer-row strong{font-size:15px;}
  .reviewer-row span{font-size:14px;}
  .review-stars-img{width:90px;}
  .preview-card p{font-size:15px;line-height:1.43;}
  .preview-actions{font-size:13px;padding-top:22px;}

  .contact-section{width:760px;margin:40px 0 0 calc((100% - 1260px)/2);}
}

@media (min-width:901px) and (max-width:1300px){
  .page-shell{max-width:1120px;}
  .hero-main,.integrity-card,.summary-reviews-section,.contact-section{margin-left:70px;width:620px;}
  .hero-side{right:70px;width:300px;}
  .company-logo{width:120px;height:120px;}
  .company-area{grid-template-columns:120px minmax(0,1fr);}
}

/* v9 micro-tuning: claimed profile + reviews line closer to reference */
@media (min-width: 901px){
  .claim-badge{
    height:22px !important;
    padding:3px 7px !important;
    margin:0 0 12px !important;
    font-size:11px !important;
    border-radius:2px !important;
    gap:6px !important;
  }
  .claim-badge svg{
    width:14px !important;
    height:14px !important;
    stroke-width:1.7 !important;
  }
  .company-scoreline{
    gap:8px !important;
    font-size:14px !important;
  }
  .review-count{
    font-size:14px !important;
    font-weight:400 !important;
    text-underline-offset:3px !important;
  }
  .dot{
    font-size:14px !important;
  }
  .company-scoreline strong{
    font-size:14px !important;
    font-weight:600 !important;
  }
  .rating-boxes.inline .score-stars-img{
    width:88px !important;
  }
}

@media (max-width: 900px){
  .claim-badge{
    height:28px !important;
    padding:4px 8px !important;
    margin:18px 0 15px !important;
    font-size:13px !important;
    gap:7px !important;
  }
  .claim-badge svg{
    width:18px !important;
    height:18px !important;
  }
  .company-scoreline{
    gap:9px !important;
  }
  .review-count{
    font-size:17px !important;
    font-weight:400 !important;
  }
  .company-scoreline strong{
    font-size:17px !important;
    font-weight:600 !important;
  }
}


/* v10 precise iPro mobile / logo patch */
.company-logo{overflow:hidden;display:flex;align-items:center;justify-content:center;background:#031f4a;}
.company-logo img{display:block;width:100%;height:100%;object-fit:cover;}
@media (max-width:900px){
  .brand{font-weight:700;letter-spacing:-.6px;}
  .top-card{padding:18px 22px 16px;border-radius:0 0 40px 40px;}
  .company-top-row{align-items:flex-start;justify-content:space-between;gap:14px;}
  .company-logo{width:124px;height:124px;flex:0 0 124px;}
  .mobile-top-action .btn.ghost{height:74px;padding:0 30px;border-width:2px;border-radius:999px;font-size:18px;}
  .mobile-top-action .btn.ghost span{font-size:18px;font-weight:600;}
  .claim-badge{height:28px!important;padding:4px 10px!important;font-size:13px!important;border-radius:3px!important;margin:23px 0 18px!important;color:#47423d;}
  .claim-badge svg{width:18px!important;height:18px!important;stroke-width:1.8!important;}
  .hero-main h1{font-size:26px!important;line-height:1.02!important;letter-spacing:-.6px!important;margin:0 0 10px!important;font-weight:700!important;}
  .company-scoreline{gap:10px!important;align-items:center!important;}
  .review-count{font-size:17px!important;font-weight:400!important;text-underline-offset:3px!important;}
  .dot{font-size:16px!important;}
  .rating-boxes.inline .score-stars-img{width:96px!important;}
  .company-scoreline strong{font-size:17px!important;font-weight:600!important;}
  .info-link svg{width:25px!important;height:25px!important;}
  .btn.primary{height:58px!important;font-size:17px!important;border-radius:999px!important;}
  .btn.primary span{font-weight:600!important;}
  .score-card{margin-top:34px!important;border-radius:23px!important;box-shadow:0 8px 18px rgba(0,0,0,.08)!important;}
  .score-card-grid{padding:24px 22px 22px!important;grid-template-columns:1fr 1.18fr!important;gap:18px!important;}
  .big-score{font-size:58px!important;letter-spacing:-1.5px!important;font-weight:750!important;}
  .score-label{font-size:17px!important;margin-top:8px!important;font-weight:700!important;}
  .score-meta{font-size:17px!important;margin-top:10px!important;color:#1f1f1f!important;}
  .bar-row{grid-template-columns:70px 1fr!important;gap:10px!important;font-size:16px!important;}
  .bar-row i{height:9px!important;}
  .score-card-footer{padding:18px 18px 20px!important;}
  .score-card-footer a{font-size:16px!important;font-weight:400!important;text-underline-offset:3px!important;}
  .side-info-card{padding:12px 0!important;gap:18px!important;border:none!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;}
  .side-icon{width:56px!important;height:56px!important;background:#f2efea!important;}
  .reply-icon{background:transparent!important;width:52px!important;height:52px!important;}
  .reply-icon img{width:30px!important;height:30px!important;}
  .analytics-icon img{width:26px!important;height:26px!important;}
  .side-info-card b{font-size:16px!important;line-height:1.22!important;font-weight:600!important;}
  .side-info-card p{font-size:16px!important;line-height:1.25!important;}
}

/* v11 mobile downscale cleanup - previous mobile overrides were oversized */
@media (max-width: 900px){
  .top-card{
    padding:14px 14px 10px !important;
    border-radius:0 0 32px 32px !important;
  }
  .company-top-row{
    gap:14px !important;
    align-items:flex-start !important;
  }
  .company-logo{
    width:92px !important;
    height:92px !important;
    flex:0 0 92px !important;
  }
  .mobile-top-action .btn.ghost{
    height:42px !important;
    min-width:156px !important;
    padding:0 18px !important;
    border-width:1px !important;
    border-radius:999px !important;
  }
  .mobile-top-action .btn.ghost span,
  .mobile-top-action .btn.ghost{
    font-size:14px !important;
    font-weight:400 !important;
  }
  .claim-badge{
    margin:14px 0 14px !important;
    height:24px !important;
    padding:4px 8px !important;
    font-size:12px !important;
    gap:6px !important;
  }
  .claim-badge svg{
    width:16px !important;
    height:16px !important;
  }
  .hero-main h1{
    font-size:20px !important;
    line-height:1.02 !important;
    margin:0 0 10px !important;
    letter-spacing:-0.5px !important;
    font-family: sans-serif !important;
  }
  .company-scoreline{
    gap:8px !important;
    font-size:15px !important;
  }
  .review-count{
    font-size:15px !important;
    font-weight:400 !important;
    text-underline-offset:3px !important;
  }
  .dot{
    font-size:14px !important;
  }
  .rating-boxes.inline .score-stars-img{
    width:92px !important;
  }
  .company-scoreline strong{
    font-size:15px !important;
    font-weight:600 !important;
  }
  .info-link svg{
    width:22px !important;
    height:22px !important;
  }
  .btn.primary{
    height:50px !important;
    font-size:16px !important;
    border-radius:999px !important;
    margin-top:10px !important;
  }
  .btn.primary span{
    font-weight:600 !important;
  }
  .btn.primary svg{
    width:18px !important;
    height:18px !important;
  }
  .hero-side{
    margin-top:28px !important;
    gap:10px !important;
  }
  .score-card{
    margin-top:0 !important;
    border-radius:20px !important;
  }
  .score-card-grid{
    padding:18px 18px 16px !important;
    gap:12px !important;
    grid-template-columns:0.95fr 1.15fr !important;
  }
  .big-score{
    font-size:50px !important;
    line-height:0.95 !important;
    letter-spacing:-1px !important;
  }
  .score-label{
    font-size:15px !important;
    margin-top:6px !important;
    font-weight:700 !important;
  }
  .score-stars-img{
    width:74px !important;
  }
  .score-meta{
    font-size:14px !important;
    margin-top:8px !important;
  }
  .bar-row{
    grid-template-columns:56px 1fr !important;
    gap:8px !important;
    font-size:14px !important;
  }
  .bar-row i{
    height:8px !important;
  }
  .score-card-footer{
    padding:14px 16px 16px !important;
  }
  .score-card-footer a{
    font-size:14px !important;
    text-underline-offset:3px !important;
  }
  .side-info-card{
    padding:10px 0 !important;
    gap:12px !important;
  }
  .side-icon{
    width:44px !important;
    height:44px !important;
  }
  .reply-icon{
    width:38px !important;
    height:38px !important;
  }
  .reply-icon img{
    width:34px !important;
    height:34px !important;
  }
  .analytics-icon img{
    width:22px !important;
    height:22px !important;
  }
  .side-info-card b{
    font-size:14px !important;
    line-height:1.18 !important;
    font-weight:600 !important;
  }
  .side-info-card p{
    font-size:14px !important;
    line-height:1.22 !important;
    margin-top:2px !important;
  }
  .with-arrow{gap:8px !important;}
  .arrow-link svg{width:18px !important;height:18px !important;}
}


/* v12: Trustpilot Sans + slightly smaller mobile logo */
body,
button,
input {
  font-family: "Trustpilot Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (max-width: 900px) {
  .company-logo {
    width: 84px !important;
    height: 84px !important;
    flex: 0 0 84px !important;
  }

  .brand {
    font-family: "Trustpilot Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }
}

/* v13: tighten mobile TrustScore card to match reference more closely */
@media (max-width: 900px){
  .score-card{
    border-radius:26px !important;
  }
  .score-card-grid{
    padding:14px 16px 12px !important;
    grid-template-columns:0.4fr 1.14fr !important;
    gap:14px !important;
    align-items:start !important;
  }
  .score-card-main{
    padding-top:2px !important;
  }
  .big-score{
    font-size:46px !important;
    line-height:0.9 !important;
    letter-spacing:-1.2px !important;
    font-weight:750 !important;
  }
  .score-label{
    font-size:14px !important;
    line-height:1 !important;
    margin-top:8px !important;
    font-weight:700 !important;
  }
  .score-stars-img{
    width:72px !important;
    display:block !important;
    margin-top:2px !important;
  }
  .score-meta{
    font-size:13px !important;
    line-height:1.1 !important;
    margin-top:10px !important;
  }
  .score-bars{
    gap:11px !important;
    padding-top:1px !important;
    min-width: 200px !important;
  }
  .bar-row{
    grid-template-columns:62px 1fr !important;
    gap:9px !important;
    font-size:13px !important;
    line-height:1.1 !important;
  }
  .bar-row i{
    height:8px !important;
  }
  .score-card-footer{
    padding:10px 16px 12px !important;
  }
  .score-card-footer a{
    font-size:13px !important;
    line-height:1.15 !important;
    text-underline-offset:2px !important;
  }
}

/* v14: rating card closer to goal reference */
@media (max-width: 900px){
  .score-card{
    border-radius:15px !important;
    overflow:hidden !important;
  }
  .score-card-grid{
    padding:15px !important;
    grid-template-columns:0.4fr 1.14fr !important;
    gap:16px !important;
    align-items:start !important;
  }
  .score-card-main{
    padding-top:4px !important;
  }
  .big-score{
    font-size:34px !important;
    line-height:0.92 !important;
    letter-spacing:-1px !important;
    font-weight:9850 !important;
  }
  .score-label{
    font-size:14px !important;
    line-height:1.05 !important;
    margin-top:10px !important;
    font-weight:700 !important;
  }
  .score-stars-img{
    width:94px !important;
    margin-top:4px !important;
  }
  .score-meta{
    font-size:13px !important;
    line-height:1.12 !important;
    margin-top:12px !important;
  }
  .score-bars{
    gap:10px !important;
    padding-top:2px !important;
  }
 
  .score-card-footer{
    padding:14px 16px 16px !important;
  }
  .score-card-footer a{
    font-size:14px !important;
    line-height:1.15 !important;
    text-underline-offset:2px !important;
  }
}


/* Final pagination controls */
.reviews-pagination{
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  max-width:760px;
  margin:30px 0 8px;
  border:1.5px solid #303030;
  border-radius:6px;
  overflow:hidden;
  background:#fff;
}
.page-btn{
  min-height:58px;
  border:0;
  background:#fff;
  color:var(--blue);
  font-size:21px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
}
.page-btn.previous{
  border-right:1.5px solid var(--blue);
}
.page-btn:disabled{
  color:#b7b7b7;
  cursor:not-allowed;
}
.page-btn:not(:disabled):hover{
  background:#f7f8ff;
}
@media(max-width:620px){
  .reviews-pagination{
    max-width:none;
    margin:24px 0 8px;
    border-radius:6px;
  }
  .page-btn{
    min-height:54px;
    font-size:17px;
  }
}


/* ===== iPro profile header/tabs behaviour: homepage-style header + sticky section tabs ===== */
html{scroll-padding-top:86px;}
.site-header.profile-header-hidden{
  transform:translateY(-100%);
  opacity:0;
  pointer-events:none;
}
.tabs-bar.profile-tabs-visible{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}

@media (min-width:901px){
  .site-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:1200 !important;
    height:68px !important;
    background:#171719 !important;
    transition:transform .22s ease, opacity .18s ease !important;
    box-shadow:none !important;
  }
  body{padding-top:68px !important;}
  .nav-shell{
    max-width:1120px !important;
    min-height:68px !important;
    height:68px !important;
    padding:8px 0 !important;
    gap:18px !important;
    margin:0 auto !important;
  }
  .brand-star{height:33px !important;width:auto !important;display:block !important;}
  .global-search{
    display:flex !important;
    height:48px !important;
    max-width:600px !important;
    min-width:420px !important;
    border-radius:7px !important;
    margin:0 20px 0 8px !important;
    flex:1 1 600px !important;
    background:#fff !important;
  }
  .global-search input{font-size:16px !important;}
  .main-nav{
    display:flex !important;
    align-items:center !important;
    gap:24px !important;
    margin-left:auto !important;
  }
  .main-nav>a{
    font-size:14px !important;
    font-weight:500 !important;
    color:#fff !important;
    opacity:1 !important;
  }
  .main-nav .icon-link svg{width:23px !important;height:23px !important;}
  .business-link{
    background:#86a6ff !important;
    color:#111 !important;
    padding:14px 22px !important;
    border-radius:999px !important;
    font-weight:700 !important;
  }

  .tabs-bar{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:1190 !important;
    height:74px !important;
    min-height:74px !important;
    background:#fff !important;
    border-top:0 !important;
    border-bottom:1px solid #d8d3cc !important;
    padding:0 max(24px, calc((100% - 1120px)/2)) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    transform:translateY(-100%);
    opacity:0;
    pointer-events:none;
    transition:transform .22s ease, opacity .18s ease !important;
    box-shadow:0 3px 10px rgba(0,0,0,.08) !important;
  }
  .tabs-links{
    display:flex !important;
    align-items:center !important;
    gap:48px !important;
    height:100% !important;
  }
  .tabs-links a{
    position:relative !important;
    font-size:16px !important;
    line-height:1 !important;
    padding:28px 0 24px !important;
    font-weight:500 !important;
    color:#625f5b !important;
  }
  .tabs-links a.active{
    color:#222 !important;
    font-weight:700 !important;
  }
  .tabs-links a.active::after{
    height:4px !important;
    bottom:0 !important;
    background:#222 !important;
  }
  .tab-actions{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
  }
  .tab-actions a{
    height:40px !important;
    min-width:40px !important;
    border-radius:999px !important;
    border:1.4px solid var(--blue) !important;
    color:var(--blue) !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 14px !important;
  }
  .tab-actions a:first-child{
    width:auto !important;
    min-width:160px !important;
    background:#fff !important;
  }
  .tab-actions a:first-child::before{
    content:"Visit website";
    margin-right:9px;
    font-size:14px;
    font-weight:700;
  }
  .tab-actions a:nth-child(2){
    width:auto !important;
    min-width:170px !important;
    background:var(--blue) !important;
    color:#fff !important;
  }
  .tab-actions a:nth-child(2)::before{
    content:"Write a review";
    margin-right:9px;
    font-size:14px;
    font-weight:700;
  }
  .tab-actions svg{width:18px !important;height:18px !important;}
}

@media (max-width:900px){
  html{scroll-padding-top:78px;}
  .site-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:1200 !important;
    transition:transform .22s ease, opacity .18s ease !important;
  }
  body{padding-top:68px !important;}
  .tabs-bar{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:1190 !important;
    height:72px !important;
    min-height:72px !important;
    background:#fff !important;
    padding:0 22px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    transform:translateY(-100%);
    opacity:0;
    pointer-events:none;
    transition:transform .22s ease, opacity .18s ease !important;
    border-bottom:1px solid #d8d3cc !important;
    box-shadow:0 3px 8px rgba(0,0,0,.12) !important;
  }
  .tabs-links{
    display:flex !important;
    align-items:center !important;
    gap:44px !important;
    height:100% !important;
  }
  .tabs-links a{
    font-size:21px !important;
    padding:24px 0 19px !important;
    font-weight:500 !important;
    color:#625f5b !important;
  }
  .tabs-links a.active{
    color:#222 !important;
    font-weight:700 !important;
  }
  .tabs-links a.active::after{height:4px !important;bottom:0 !important;}
  .tab-actions{
    display:flex !important;
    gap:14px !important;
    align-items:center !important;
  }
  .tab-actions a{
    width:52px !important;
    height:52px !important;
    border-radius:50% !important;
    border:1.5px solid var(--blue) !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:var(--blue) !important;
  }
  .tab-actions a:nth-child(2){
    background:var(--blue) !important;
    color:#fff !important;
  }
  .tab-actions svg{width:24px !important;height:24px !important;}
}

@media (max-width:480px){
  body{padding-top:68px !important;}
  .tabs-bar{height:68px !important;min-height:68px !important;padding:0 18px !important;}
  .tabs-links{gap:34px !important;}
  .tabs-links a{font-size:19px !important;padding:22px 0 18px !important;}
  .tab-actions{gap:12px !important;}
  .tab-actions a{width:44px !important;height:44px !important;}
  .tab-actions svg{width:22px !important;height:22px !important;}
}

/* === v12 review header parity fix: full-width tabs + home-page mobile menu/search/notifications === */
.search-dim{display:none!important;}
.search-shell{position:relative;}
.search-suggestions{position:absolute;top:calc(100% + 10px);left:0;width:min(430px,calc(100vw - 32px));background:#fff;color:#222;border:1px solid #ddd8d0;border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.18);padding:14px 0;display:none;z-index:4000;overflow:hidden;}
.search-shell.is-active .search-suggestions,.search-shell:hover .search-suggestions,.search-shell:focus-within .search-suggestions{display:block!important;}
.search-suggestions strong{display:block;padding:0 18px 10px;font-size:13px;color:#6b6b6b;font-weight:700;}
.search-suggestions a{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:center;padding:11px 18px;color:#222;}
.search-suggestions a:hover{background:#f6f5f1;}
.search-suggestions a svg{width:20px;height:20px;stroke:#222;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;grid-row:span 2;}
.search-suggestions a span{font-size:14px;font-weight:650;line-height:1.2;}
.search-suggestions a small{grid-column:2;font-size:12px;color:#686868;margin-top:-5px;}
.search-suggestions .suggestion-disabled{cursor:default!important;}
.search-suggestions .suggestion-disabled:hover{background:transparent!important;}

body{padding-top:68px!important;}
.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;height:68px!important;z-index:1300!important;background:#171719!important;color:#fff!important;transition:transform .22s ease,opacity .18s ease!important;box-shadow:none!important;}
.nav-shell{width:100%!important;max-width:1320px!important;height:68px!important;min-height:68px!important;margin:0 auto!important;padding:0 28px!important;display:flex!important;align-items:center!important;gap:28px!important;}
.brand{display:flex!important;align-items:center!important;flex:0 0 auto!important;}
.brand img,.brand-star{display:block!important;width:156px!important;height:auto!important;max-height:none!important;}
.global-search{width:430px!important;max-width:430px!important;flex:0 0 430px!important;height:46px!important;border-radius:6px!important;margin:0!important;padding:0 14px!important;}
.global-search input{font-size:16px!important;}
.main-nav{margin-left:auto!important;gap:30px!important;display:flex!important;align-items:center!important;}
.main-nav>a{font-size:15px!important;font-weight:600!important;color:#fff!important;opacity:1!important;}
.icon-link svg,.bell svg{width:24px!important;height:24px!important;stroke:#fff!important;fill:none!important;stroke-width:1.7!important;}
.business-link,.business-pill{background:#86a6ff!important;color:#111!important;padding:15px 25px!important;border-radius:999px!important;font-weight:700!important;}
.mobile-icons{display:none!important;}

.profile-header-hidden{transform:translateY(-100%)!important;opacity:0!important;pointer-events:none!important;}
.tabs-bar{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;margin:0!important;z-index:1290!important;height:74px!important;min-height:74px!important;background:#fff!important;border-bottom:1px solid #d8d3cc!important;padding:0 max(24px,calc((100vw - 1120px)/2))!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:34px!important;transform:translateY(-100%)!important;opacity:0!important;pointer-events:none!important;transition:transform .22s ease,opacity .18s ease!important;box-shadow:0 3px 10px rgba(0,0,0,.08)!important;}
.tabs-bar.profile-tabs-visible{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important;}
.tabs-links{display:flex!important;align-items:center!important;gap:48px!important;height:100%!important;}
.tabs-links a{position:relative!important;font-size:16px!important;line-height:1!important;padding:28px 0 24px!important;font-weight:500!important;color:#625f5b!important;}
.tabs-links a.active{color:#222!important;font-weight:700!important;}
.tabs-links a.active::after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:4px!important;background:#222!important;}
.tab-actions{display:flex!important;align-items:center!important;gap:14px!important;margin-left:20px!important;}
.tab-actions a{height:40px!important;min-width:40px!important;border-radius:999px!important;border:1.4px solid var(--blue)!important;color:var(--blue)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;background:#fff!important;}
.tab-actions a:first-child{min-width:160px!important;}
.tab-actions a:first-child::before{content:"Visit website";margin-right:9px;font-size:14px;font-weight:700;}
.tab-actions a:nth-child(2){min-width:170px!important;background:var(--blue)!important;color:#fff!important;}
.tab-actions a:nth-child(2)::before{content:"Write a review";margin-right:9px;font-size:14px;font-weight:700;}
.tab-actions svg{width:18px!important;height:18px!important;}
html{scroll-padding-top:88px!important;}

.tp-loading{position:fixed;inset:0;background:rgba(20,20,20,.34);z-index:9998;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .16s ease;}
.tp-loading.is-visible{opacity:1!important;pointer-events:auto!important;}
.tp-loading-card{min-width:176px;padding:28px 30px;border-radius:22px;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.22);display:flex;flex-direction:column;align-items:center;gap:14px;color:#222;}
.tp-loading-card strong{font-size:22px;font-weight:700;}.tp-loading-card strong::after{content:'...';}
.tp-spinner{width:34px;height:34px;border:4px solid #e6e2db;border-top-color:#4164d9;border-radius:50%;animation:tpSpin .8s linear infinite;}@keyframes tpSpin{to{transform:rotate(360deg)}}
.notif-overlay{position:fixed;inset:0;background:rgba(0,0,0,.28);z-index:9990;opacity:0;pointer-events:none;transition:opacity .18s ease;}
body.notifications-open .notif-overlay{opacity:1;pointer-events:auto;}
.notif-panel{position:fixed;top:68px;right:0;width:min(454px,calc(100vw - 24px));height:calc(100dvh - 68px);background:#fff;z-index:9991;border-radius:18px 0 0 18px;box-shadow:-8px 0 30px rgba(0,0,0,.12);transform:translateX(105%);transition:transform .22s ease;color:#222;overflow:hidden;}
body.notifications-open .notif-panel{transform:translateX(0);}
.notif-head{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #ddd8d0;}.notif-head h2{font-size:22px;margin:0;}.notif-close{border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:#222;}.notif-body{height:calc(100% - 74px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;}.notif-icon{width:70px;height:70px;border-radius:50%;background:#edf0ff;display:grid;place-items:center;margin-bottom:20px;}.notif-icon svg{width:34px;height:34px;stroke:#4164d9;fill:none;stroke-width:1.8;}.notif-body h3{font-size:24px;line-height:1.2;margin:0 0 22px;}.notif-login{height:42px;padding:0 28px;border-radius:999px;border:0;background:#4164d9;color:#fff;font-size:15px;font-weight:700;cursor:pointer;}
.mobile-menu-overlay{position:fixed;inset:68px 0 0 0;background:rgba(0,0,0,.34);z-index:990;opacity:0;pointer-events:none;transition:opacity .18s ease;}.mobile-side-menu{position:fixed;top:68px;right:0;bottom:0;width:min(64vw,300px);background:#121216;color:#fff;z-index:991;transform:translateX(103%);transition:transform .22s ease;overflow:auto}.mobile-menu-inner{padding:18px 18px 28px}.menu-business-pill{display:flex;align-items:center;justify-content:center;height:48px;border:1.5px solid #86a6ff;color:#86a6ff;border-radius:999px;font-size:14px;font-weight:700;margin-bottom:16px}.menu-divider{height:1px;background:#cbc6c0;margin-bottom:18px}.menu-login{display:flex;align-items:center;gap:12px;color:#86a6ff;font-size:16px;font-weight:700;margin-bottom:18px}.menu-login span{font-size:24px;line-height:1}.mobile-side-links a{display:block;color:#fff;font-size:18px;font-weight:700;line-height:1.2;margin-bottom:18px}body.mobile-menu-open .mobile-menu-overlay{opacity:1;pointer-events:auto}body.mobile-menu-open .mobile-side-menu{transform:translateX(0)}
.mobile-search-overlay{display:none;position:fixed;inset:0;background:#fff;z-index:5000;color:#202020}.mobile-search-head{height:72px;display:flex;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid #d7d2cc}.mobile-search-icon,.mobile-search-close{flex:0 0 auto;background:transparent;border:0;padding:0;color:#4164d9;display:grid;place-items:center}.mobile-search-icon svg{width:24px;height:24px;stroke:#4164d9;fill:none;stroke-width:1.8}.mobile-search-close{font-size:24px;line-height:1}.mobile-search-input{flex:1;border:0;outline:0;background:transparent;font-size:16px;min-width:0;color:#555}.mobile-search-body{padding:18px 20px 24px}.mobile-search-body strong{display:block;font-size:14px;margin-bottom:14px}.mobile-search-body a{display:flex;align-items:center;gap:12px;color:#222;padding:12px 0}.mobile-search-body a svg{width:18px;height:18px;stroke:#222;fill:none;stroke-width:1.8;flex:0 0 auto}.mobile-search-body a span{display:block;font-size:14px;line-height:1.35}.mobile-search-body a small{display:block;font-size:12px;color:#666;margin-top:2px}body.mobile-search-open .mobile-search-overlay{display:block}body.mobile-menu-open,body.mobile-search-open,body.notifications-open{overflow:hidden;}

@media(max-width:960px){
  body{padding-top:68px!important;}
  .site-header{height:68px!important;}
  .nav-shell{height:68px!important;min-height:68px!important;padding:0 16px!important;gap:16px!important;}
  .brand img,.brand-star{width:168px!important;}
  .global-search,.main-nav{display:none!important;}
  .mobile-icons,.mobile-actions{display:flex!important;margin-left:auto!important;align-items:center!important;gap:18px!important;}
  .mobile-icons button,.mobile-actions button{background:transparent!important;border:0!important;padding:0!important;color:#9bb0ff!important;display:grid!important;place-items:center!important;cursor:pointer!important;}
  .mobile-icons svg,.mobile-actions svg,.mobile-bell svg,.mobile-search-trigger svg{width:26px!important;height:26px!important;stroke:#9bb0ff!important;fill:none!important;stroke-width:1.8!important;}
  .mobile-menu{display:flex!important;position:relative!important;width:28px!important;height:28px!important;flex-direction:column!important;background:transparent!important;border:0!important;}
  .mobile-menu span{position:absolute!important;left:1px!important;width:26px!important;height:2px!important;background:#9bb0ff!important;border-radius:999px!important;transition:transform .18s ease,top .18s ease,opacity .18s ease!important;}
  .mobile-menu span:nth-child(1){top:5px!important}.mobile-menu span:nth-child(2){top:13px!important}.mobile-menu span:nth-child(3){top:21px!important}
  body.mobile-menu-open .mobile-menu span:nth-child(1){top:13px!important;transform:rotate(45deg)!important;}body.mobile-menu-open .mobile-menu span:nth-child(2){opacity:0!important;}body.mobile-menu-open .mobile-menu span:nth-child(3){top:13px!important;transform:rotate(-45deg)!important;}
  .tabs-bar{height:72px!important;min-height:72px!important;padding:0 22px!important;justify-content:space-between!important;gap:0!important;}
  .tabs-links{gap:44px!important;}
  .tabs-links a{font-size:21px!important;padding:24px 0 19px!important;}
  .tab-actions{gap:14px!important;margin-left:0!important;flex:0 0 auto!important;}
  .tab-actions a,
  .tab-actions a:first-child,
  .tab-actions a:nth-child(2){
    width:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    height:52px!important;
    border-radius:50%!important;
    padding:0!important;
    flex:0 0 52px!important;
  }
  .tab-actions a::before,
  .tab-actions a:first-child::before,
  .tab-actions a:nth-child(2)::before{content:none!important;}
  html{scroll-padding-top:82px!important;}
}
@media(max-width:700px){.notif-panel{left:0;right:0;top:auto;bottom:0;width:100%;height:calc(100dvh - 144px);border-radius:26px 26px 0 0;transform:translateY(105%);}body.notifications-open .notif-panel{transform:translateY(0);}}
@media(max-width:480px){
  .nav-shell{padding:0 15px!important;gap:14px!important;}
  .brand img,.brand-star{width:156px!important;}
  .mobile-icons,.mobile-actions{gap:16px!important;}
  .mobile-icons svg,.mobile-actions svg,.mobile-bell svg,.mobile-search-trigger svg{width:24px!important;height:24px!important;}
  .mobile-menu{width:26px!important;height:26px!important}.mobile-menu span{width:25px!important}.mobile-menu span:nth-child(1){top:4px!important}.mobile-menu span:nth-child(2){top:12px!important}.mobile-menu span:nth-child(3){top:20px!important}body.mobile-menu-open .mobile-menu span:nth-child(1),body.mobile-menu-open .mobile-menu span:nth-child(3){top:12px!important;}
  .tabs-bar{height:68px!important;min-height:68px!important;padding:0 18px!important;}
  .tabs-links{gap:34px!important;}
  .tabs-links a{font-size:19px!important;padding:22px 0 18px!important;}
  .tab-actions{gap:12px!important;flex:0 0 auto!important;}
  .tab-actions a,
  .tab-actions a:first-child,
  .tab-actions a:nth-child(2){
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    flex:0 0 44px!important;
  }
  .tab-actions a::before,
  .tab-actions a:first-child::before,
  .tab-actions a:nth-child(2)::before{content:none!important;}
  .tab-actions svg{width:22px!important;height:22px!important;}
  .mobile-side-menu{width:64vw!important;}.mobile-menu-inner{padding:16px 16px 26px!important;}.menu-business-pill{height:44px!important;font-size:13px!important;margin-bottom:14px!important;}.menu-divider{margin-bottom:16px!important;}.menu-login{font-size:14px!important;gap:10px!important;margin-bottom:16px!important;}.menu-login span{font-size:22px!important;}.mobile-side-links a{font-size:17px!important;margin-bottom:16px!important;}
}


/* ===== Final: mobile tabs + integrity accordion text sizing ===== */
@media(max-width:960px){
  .tabs-links a{
    font-size:14px!important;
    font-weight:600!important;
    letter-spacing:0!important;
  }
}
@media(max-width:480px){
  .tabs-links a{
    font-size:14px!important;
    font-weight:600!important;
  }
}

.integrity-card{
  display:block!important;
  position:relative!important;
  background:#fffdf7!important;
  border:1px solid #d8d3cc!important;
  border-radius:10px!important;
  padding:0!important;
  overflow:hidden!important;
}
.integrity-left{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  padding:18px 68px 18px 28px!important;
}
.integrity-left strong{
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.3!important;
}
.accordion-toggle{
  position:absolute!important;
  right:24px!important;
  top:28px!important;
  border:0!important;
  background:transparent!important;
  padding:0!important;
  cursor:pointer!important;
}
.accordion-toggle svg{
  width:24px!important;
  height:24px!important;
  transition:transform .18s ease!important;
}
@media(min-width:960px){
.accordion-toggle svg{
  margin-top: -10px;
}
}

.integrity-card.is-open .accordion-toggle svg{
  transform:rotate(180deg)!important;
}
.integrity-body{
  display:none;
  padding:0 32px 26px 78px!important;
}
.integrity-card.is-open .integrity-body{
  display:block!important;
}
.integrity-body p{
  margin:0 0 22px!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.45!important;
  color:#5f5d59!important;
}
.integrity-body p:last-child{margin-bottom:0!important;}
.integrity-body a{
  color:#2857c8!important;
  text-decoration:underline!important;
  font-weight:400!important;
}

@media(max-width:620px){
  .integrity-left{
    gap:12px!important;
    min-height:74px!important;
    padding:16px 46px 16px 16px!important;
  }
  .integrity-left strong{
    font-size:15px!important;
    font-weight:700!important;
    line-height:1.35!important;
  }
  .accordion-toggle{
    right:16px!important;
    top:24px!important;
  }
  .integrity-body{
    padding:0 16px 20px 58px!important;
  }
  .integrity-body p{
    font-size:16px!important;
    font-weight:400!important;
    line-height:1.45!important;
    margin-bottom:18px!important;
  }
}

/* v15: desktop review distribution card should match the planned larger layout */
@media (min-width: 901px){
  .reviews-shell{
    max-width:1080px !important;
    margin:0 auto !important;
    padding:8px 0 28px !important;
  }

  .reviews-layout{
    grid-template-columns:340px minmax(0,1fr) !important;
    gap:40px !important;
    align-items:start !important;
  }

  .filter-panel{
    width:100% !important;
    max-width:none !important;
  }

  .filter-scoreline{
    gap:10px !important;
    margin-bottom:14px !important;
    align-items:center !important;
  }

  .filter-scoreline .small-green{
    width:54px !important;
    height:54px !important;
  }

  .filter-scoreline strong{
    font-size:24px !important;
    line-height:1 !important;
    font-weight:700 !important;
  }

  .filter-panel h2{
    font-size:26px !important;
    line-height:1.04 !important;
    letter-spacing:-1.2px !important;
    margin:18px 0 12px !important;
    font-weight:700 !important;
  }

  .review-total{
    margin-bottom:22px !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    flex-wrap:wrap !important;
  }

  .review-total strong,
  .review-total a,
  .review-total span{
    font-size:18px !important;
    line-height:1.2 !important;
    font-weight:500 !important;
  }

  .review-total a{
    color:var(--blue) !important;
    text-decoration:none !important;
  }

  .filter-box{
    padding:18px 18px 14px !important;
    border-radius:28px !important;
    border:1px solid var(--line) !important;
    background:#fff !important;
  }

  .filter-row{
    grid-template-columns:56px 120px minmax(0,1fr) 74px !important;
    align-items:center !important;
    gap:16px !important;
    margin:16px 0 !important;
    font-size:22px !important;
    line-height:1.1 !important;
  }

  .filter-row input{
    width:42px !important;
    height:42px !important;
    border-width:3px !important;
    border-radius:12px !important;
  }

  .filter-row i{
    height:22px !important;
    border-radius:999px !important;
    background:#e9e7e4 !important;
  }

  .filter-row b{
    border-radius:999px !important;
    min-width:8px !important;
  }

  .filter-row em{
    font-size:22px !important;
    line-height:1 !important;
    font-weight:500 !important;
    color:#3f3d39 !important;
  }

  .filter-row.disabled{
    opacity:.34 !important;
  }

  .labels-link{
    font-size:17px !important;
    margin-top:16px !important;
  }
}

/* v16: review filter checkboxes and rating colors */
.filter-row input{
  position:relative;
  background:#fff !important;
  border:2px solid #8b857d !important;
  border-radius:10px !important;
  box-shadow:none !important;
}

.filter-row input:checked{
  background-color:#f4f3ef !important;
  border-color:#4b63d3 !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.2 4.2L19 7' fill='none' stroke='%234b63d3' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:72% 72% !important;
}

.filter-row input:disabled{
  background:#ecebe8 !important;
  border-color:#d8d5d0 !important;
  opacity:1 !important;
}

.filter-row input:disabled:checked{
  background:#ecebe8 !important;
  border-color:#d8d5d0 !important;
  background-image:none !important;
}

/* color each rating bar like the reference */
.filter-row input[value="5"] ~ i b{
  background:#56b57d !important;
}
.filter-row input[value="4"] ~ i b{
  background:#88cc3f !important;
}
.filter-row input[value="3"] ~ i b,
.filter-row input[value="2"] ~ i b{
  background:#efeeeb !important;
}
.filter-row input[value="1"] ~ i b{
  background:#f24f34 !important;
}

.filter-row.disabled span,
.filter-row.disabled em{
  color:#bdbbb6 !important;
}

.filter-row.disabled i{
  background:#efeeeb !important;
}

@media (min-width: 901px){
  .filter-row input{
    border-radius:11px !important;
  }
  .filter-row input:checked{
    background-size:70% 70% !important;
  }
}


/* v17: desktop review filter box refined */
@media (min-width: 901px){
  .filter-box{
    padding:18px 18px 12px !important;
    border-radius:20px !important;
  }

  .filter-row{
    grid-template-columns:28px 68px minmax(0,1fr) 42px !important;
    gap:12px !important;
    margin:14px 0 !important;
    font-size:13px !important;
    line-height:1.1 !important;
  }

  .filter-row input{
    width:18px !important;
    height:18px !important;
    border-width:1.7px !important;
    border-radius:6px !important;
  }

  .filter-row i{
    height:10px !important;
    background:#e9e7e4 !important;
  }

  .filter-row b{
    min-width:4px !important;
    background:#2d2f2b !important;
  }

  .filter-row em{
    font-size:13px !important;
    font-weight:500 !important;
  }

  .labels-link{
    font-size:13px !important;
    margin-top:14px !important;
  }

  .filter-row input:checked[value="5"] ~ i b{
    background:#56b57d !important;
  }
  .filter-row input:checked[value="4"] ~ i b{
    background:#88cc3f !important;
  }
  .filter-row input:checked[value="1"] ~ i b{
    background:#f24f34 !important;
  }
  .filter-row input:not(:checked) ~ i b{
    background:#2d2f2b !important;
  }
  .filter-row.disabled i,
  .filter-row.disabled b{
    background:#efeeeb !important;
  }
}


/* v18: desktop review filter sizing matched tighter */
@media (min-width: 901px){
  .filter-box{
    padding:16px 16px 14px !important;
    border-radius:24px !important;
  }

  .filter-row{
    grid-template-columns:34px 74px minmax(0,1fr) 48px !important;
    gap:14px !important;
    margin:12px 0 !important;
    font-size:13px !important;
    line-height:1.05 !important;
  }

  .filter-row input{
    width:22px !important;
    height:22px !important;
    border-width:1.8px !important;
    border-radius:8px !important;
    background-size:70% 70% !important;
  }

  .filter-row i{
    height:12px !important;
    border-radius:999px !important;
  }

  .filter-row b{
    min-width:4px !important;
    border-radius:999px !important;
  }

  .filter-row em,
  .filter-row span{
    font-size:13px !important;
    font-weight:500 !important;
  }

  .labels-link{
    font-size:13px !important;
    margin-top:12px !important;
  }
}


/* v19: desktop TrustScore card matched to reference layout */
@media (min-width: 901px){
  .score-card{
    border-radius:28px !important;
    overflow:hidden !important;
  }

  .score-card-grid{
    grid-template-columns:220px minmax(0, 1fr) !important;
    gap:32px !important;
    padding:34px 42px 30px !important;
    align-items:center !important;
  }

  .score-card-main{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:center !important;
  }

  .big-score{
    font-size:88px !important;
    line-height:.92 !important;
    letter-spacing:-3px !important;
    font-weight:800 !important;
    margin:0 0 8px !important;
  }

  .score-label{
    font-size:24px !important;
    line-height:1.05 !important;
    margin:0 0 10px !important;
    font-weight:700 !important;
  }

  .score-card-main .rating-boxes{
    margin:0 0 10px !important;
  }

  .score-card-main .stars-img{
    width:188px !important;
    max-width:100% !important;
    height:auto !important;
    display:block !important;
  }

  .score-meta{
    margin-top:0 !important;
    font-size:18px !important;
    line-height:1.15 !important;
    font-weight:500 !important;
  }

  .score-bars{
    gap:22px !important;
    padding-top:0 !important;
  }

  .bar-row{
    grid-template-columns:92px minmax(0, 1fr) !important;
    gap:16px !important;
    align-items:center !important;
    font-size:19px !important;
    line-height:1 !important;
  }

  .bar-row span{
    font-weight:500 !important;
    color:#2c2b28 !important;
  }

  .bar-row i{
    height:16px !important;
    border-radius:999px !important;
    background:#d1d1d1 !important;
  }

  .bar-row b{
    border-radius:999px !important;
  }

  .bar-row b.small{
    min-width:12px !important;
  }

  .score-card-footer{
    padding:22px 24px 24px !important;
  }

  .score-card-footer a{
    font-size:17px !important;
    font-weight:400 !important;
  }
}


/* v20: undo oversized desktop TrustScore card; keep it compact inside desktop sidebar */
@media (min-width: 901px){
  .score-card{
    border-radius:20px !important;
    overflow:hidden !important;
  }

  .score-card-grid{
    grid-template-columns:126px minmax(0,1fr) !important;
    gap:16px !important;
    padding:24px 22px 18px !important;
    align-items:center !important;
  }

  .score-card-main{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:center !important;
    min-width:0 !important;
  }

  .big-score{
    font-size:52px !important;
    line-height:.9 !important;
    letter-spacing:-2px !important;
    font-weight:800 !important;
    margin:0 0 8px !important;
  }

  .score-label{
    font-size:19px !important;
    line-height:1.05 !important;
    margin:0 0 8px !important;
    font-weight:700 !important;
  }

  .score-card-main .rating-boxes{
    margin:0 0 9px !important;
  }

  .score-card-main .stars-img{
    width:112px !important;
    max-width:112px !important;
    height:auto !important;
    display:block !important;
  }

  .score-meta{
    margin-top:0 !important;
    font-size:14px !important;
    line-height:1.15 !important;
    font-weight:500 !important;
  }

  .score-bars{
    gap:13px !important;
    padding-top:0 !important;
    min-width:0 !important;
  }

  .bar-row{
    grid-template-columns:54px minmax(0,1fr) !important;
    gap:10px !important;
    align-items:center !important;
    font-size:14px !important;
    line-height:1 !important;
    min-width:0 !important;
  }

  .bar-row span{
    font-size:14px !important;
    font-weight:500 !important;
    color:#2c2b28 !important;
    white-space:nowrap !important;
  }

  .bar-row i{
    height:8px !important;
    border-radius:999px !important;
    background:#d1d1d1 !important;
    min-width:0 !important;
  }

  .bar-row b{
    border-radius:999px !important;
  }

  .bar-row b.small{
    min-width:8px !important;
  }

  .score-card-footer{
    padding:14px 18px 16px !important;
  }

  .score-card-footer a{
    font-size:14px !important;
    font-weight:400 !important;
  }
}


/* v-next: decouple mobile review summary star from header logo sizing */
.review-score-star{
  width:36px !important;
  height:36px !important;
  flex:0 0 56px !important;
  display:block !important;
  fill:rgb(255, 206, 0) !important;
}

@media (max-width: 960px){
  .filter-scoreline{
    gap:12px !important;
  }

  .filter-scoreline .review-score-star{
    width:36px !important;
    height:36px !important;
    flex-basis:56px !important;
  }

  .filter-panel h2{
    font-size:18px !important;
    line-height:1.1 !important;
    letter-spacing:-0.2px !important;
    margin:10px 0 10px !important;
  }
}
