@font-face{font-family:Manrope;src:url("../assets/fonts/Manrope-Variable.ttf") format("truetype");font-weight:200 800;font-style:normal;font-display:swap}

:root{
  --reviews-dark:#241f31;
  --reviews-dark-2:#302a40;
  --reviews-orange:#f0733f;
  --reviews-orange-hover:#d85d2d;
  --reviews-text:#242326;
  --reviews-muted:#747075;
  --reviews-paper:#f6f3ee;
  --reviews-white:#fffefc;
  --reviews-line:#ddd8d0;
  --reviews-container:1240px;
}

*{box-sizing:border-box}
html{max-width:100%;overflow-x:clip;scroll-behavior:auto;scroll-padding-top:88px}
body{max-width:100%;margin:0;overflow-x:clip;background:#fff;color:var(--reviews-text);font:400 16px/1.5 Manrope,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body::before{display:none!important}
html.qa-flow-capture body{padding-bottom:0}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%}
#atri-direct-top{min-height:284.8px}
.reviews-container{width:min(calc(100% - 64px),var(--reviews-container));margin-inline:auto}

.reviews-breadcrumbs{display:flex;align-items:center;gap:10px;min-height:50px;color:var(--reviews-muted);font-size:13px}
.reviews-breadcrumbs a{transition:color .18s ease}
.reviews-breadcrumbs a:hover{color:var(--reviews-orange-hover)}

.reviews-hero{padding:0 0 6px}
.reviews-hero__panel{position:relative;display:grid;grid-template-columns:minmax(0,54fr) minmax(0,46fr);min-height:500px;overflow:hidden;border-radius:32px;background:var(--reviews-dark);color:#fff;isolation:isolate}
.reviews-hero__panel::before{position:absolute;inset:0;background:radial-gradient(circle at 26% 116%,rgba(240,115,63,.13),transparent 37%),linear-gradient(116deg,rgba(255,255,255,.025),transparent 42%);content:"";pointer-events:none}
.reviews-hero__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:50px 28px 48px 54px}
.reviews-hero h1{max-width:610px;margin:0;color:#fff;font-size:clamp(58px,4.45vw,64px);font-weight:500;line-height:1;letter-spacing:-.052em;text-wrap:balance}
.reviews-hero__lead{max-width:520px;margin:24px 0 0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.55}
.reviews-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.reviews-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 23px;border:1px solid transparent;border-radius:15px;font-weight:650;line-height:1.2;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}
.reviews-button:hover{transform:translateY(-2px)}
.reviews-button:focus-visible,.reviews-platform:focus-visible{outline:3px solid rgba(255,255,255,.78);outline-offset:3px}
.reviews-button--primary{background:var(--reviews-orange);color:#fff}
.reviews-button--primary:hover{background:var(--reviews-orange-hover)}
.reviews-button--secondary{border-color:rgba(255,255,255,.36);background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(9px)}
.reviews-button--secondary:hover{border-color:rgba(255,255,255,.62);background:rgba(255,255,255,.13)}
.reviews-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:598px;margin:30px 0 0;padding:18px 0 0;border-top:1px solid rgba(255,255,255,.14)}
.reviews-metric{min-width:0;padding:0 18px}
.reviews-metric:first-child{padding-left:0}
.reviews-metric+.reviews-metric{border-left:1px solid rgba(255,255,255,.14)}
.reviews-metric strong{display:block;color:#fff;font-size:21px;font-weight:650;line-height:1.1;font-variant-numeric:tabular-nums}
.reviews-metric span{display:block;margin-top:5px;color:rgba(255,255,255,.6);font-size:11px;line-height:1.3}

.reviews-hero__visual{position:relative;z-index:1;min-width:0;overflow:hidden}
.reviews-hero__visual::before{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,var(--reviews-dark) 0%,rgba(36,31,49,.55) 12%,transparent 38%);content:"";pointer-events:none}
.reviews-hero__scene{width:100%;height:100%;object-fit:cover;object-position:58% center}
.reviews-platforms{position:absolute;z-index:3;right:28px;bottom:26px;left:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.reviews-platform{display:flex;min-width:0;min-height:64px;align-items:center;gap:9px;padding:10px 11px;border:1px solid rgba(255,255,255,.19);border-radius:15px;background:rgba(36,31,49,.78);box-shadow:0 14px 30px rgba(10,7,16,.2);backdrop-filter:blur(12px);transition:transform .18s ease,background-color .18s ease}
.reviews-platform:hover{transform:translateY(-2px);background:rgba(48,42,64,.92)}
.reviews-platform img{flex:0 0 26px;width:26px;height:26px;object-fit:contain}
.reviews-platform span{min-width:0;color:#fff;font-size:11px;font-weight:650;line-height:1.2}
.reviews-platform small{display:block;margin-top:3px;color:rgba(255,255,255,.57);font-size:8px;font-weight:600}

.reviews-embed{background:#fff}
.reviews-embed--reputation{padding-top:64px}
.reviews-embed--videos{padding-top:56px}
#reviews-videos-root .svr-section{padding-top:0;padding-bottom:0}
#reviews-final-cta-root{padding-top:60px}
#reviews-final-cta-root .about-final{padding-bottom:68px}

.reviews-hash-entry,.qa-static{scroll-behavior:auto!important}
.qa-static *{scroll-behavior:auto!important;animation:none!important;transition:none!important}

@media(max-width:1100px){
  .reviews-hero__copy{padding:38px 22px 36px 36px}
  .reviews-hero h1{font-size:48px}
  .reviews-hero__lead{margin-top:18px;font-size:16px}
  .reviews-hero__actions{margin-top:24px}
  .reviews-metrics{margin-top:24px;padding-top:14px}
  .reviews-platforms{right:18px;left:18px}
  .reviews-platform{padding-inline:8px}
}

@media(max-width:900px){
  #atri-direct-top{min-height:184.8px}
  .reviews-container{width:min(calc(100% - 32px),var(--reviews-container))}
  .reviews-hero__panel{grid-template-columns:1fr 44%;min-height:520px}
  .reviews-hero__copy{padding:42px 24px 42px 36px}
  .reviews-hero h1{font-size:46px}
  .reviews-hero__lead{font-size:16px}
  .reviews-hero__actions{display:grid}
  .reviews-platforms{grid-template-columns:1fr;left:auto;width:170px}
}

@media(max-width:700px){
  html{scroll-padding-top:76px}
  body{padding-bottom:78px}
  .reviews-container{width:min(calc(100% - 32px),var(--reviews-container))}
  .reviews-breadcrumbs{min-height:48px;font-size:12px}
  .reviews-hero{padding-bottom:0}
  .reviews-hero__panel{display:flex;min-height:0;flex-direction:column;border-radius:24px}
  .reviews-hero__copy{padding:28px 20px 20px}
  .reviews-hero h1{max-width:none;font-size:clamp(38px,10.2vw,42px);line-height:1.01}
  .reviews-hero__lead{margin-top:16px;font-size:15px;line-height:1.5}
  .reviews-hero__actions{display:grid;gap:9px;margin-top:22px}
  .reviews-button{width:100%;min-height:50px;border-radius:14px;font-size:14px}
  .reviews-metrics{margin-top:20px;padding-top:14px}
  .reviews-metric{padding-inline:10px}
  .reviews-metric strong{font-size:17px}
  .reviews-metric span{font-size:9px}
  .reviews-hero__visual{min-height:240px}
  .reviews-hero__visual::before{background:linear-gradient(180deg,var(--reviews-dark),transparent 20%)}
  .reviews-hero__scene{position:absolute;inset:0;width:100%;height:100%;object-position:57% center}
  .reviews-platforms{right:12px;bottom:13px;left:12px;grid-template-columns:repeat(3,minmax(0,1fr));width:auto;gap:6px}
  .reviews-platform{min-height:52px;gap:6px;padding:7px;border-radius:12px}
  .reviews-platform img{flex-basis:20px;width:20px;height:20px}
  .reviews-platform span{font-size:9px}
  .reviews-platform small{font-size:7px}
  .reviews-embed--reputation{padding-top:42px}
  .reviews-embed--videos{padding-top:36px}
  #reviews-final-cta-root{padding-top:34px}
  #reviews-final-cta-root .about-final{padding-bottom:46px}
}

@media(max-width:600px){
  #atri-direct-top{min-height:220.8px}
}

@media(max-width:370px){
  .reviews-container{width:min(calc(100% - 24px),var(--reviews-container))}
  .reviews-hero__copy{padding-inline:16px}
  .reviews-hero h1{font-size:38px}
  .reviews-metric{padding-inline:7px}
  .reviews-metric strong{font-size:16px}
  .reviews-platforms{right:8px;left:8px}
  .reviews-platform{padding-inline:5px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}
