@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: Black;
  --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:var(--dark);
  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{width:33px;height:33px;fill:#00b67a;flex:none}
.global-search{
  flex:1;
  max-width:470px;
  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:#fff;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:74px;font-weight:800;line-height:.95;letter-spacing:-2px}
.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:28px;padding:26px 24px}
.filter-row{display:grid;grid-template-columns:50px 94px 1fr 60px;align-items:center;gap:14px;margin:20px 0;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:66px}
  .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;grid-template-columns:34px 70px 1fr 48px;gap:10px;margin:16px 0}
  .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{width:31px;height:31px}.global-search{height:46px;max-width:420px}.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:64px}.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}.filter-panel h2{font-size:42px}.filter-box{border-radius:24px;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{width:38px;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:66px}.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{width:30px;height:30px}.global-search{height:48px;max-width:430px}.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:58px;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{width:36px;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:62px}.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{width:34px;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{width:33px;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{width:32px;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);
    width:330px;
    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;
  }
  .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.92fr 1.16fr !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: 250px !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:20px 10px 20px 20px !important;
    grid-template-columns:0.9fr 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;
  }
}
