*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',sans-serif;background:#0e0e0e;color:#e8e8e8;line-height:1.6;min-height:100vh;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
ul,ol{list-style:none}
table{border-collapse:collapse;width:100%}
input,textarea,select{font-family:inherit}

.avr-skip-link{position:absolute;top:-100%;left:1rem;background:#e50539;color:#fff;padding:.5rem 1rem;border-radius:4px;z-index:9999;font-size:.875rem;transition:top .2s}
.avr-skip-link:focus{top:1rem}

.avr-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}
.avr-site-wrapper{display:flex;flex-direction:column;min-height:100vh}
.avr-main{flex:1}

.avr-block-card{background:#1b1c1d;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.07);margin-bottom:5px}

.avr-section{padding:3.5rem 0}
.avr-section-header{text-align:center;margin-bottom:2.5rem}
.avr-section__title{font-size:clamp(1.35rem,3vw,1.85rem);font-weight:700;color:#fff;line-height:1.25;margin-bottom:.5rem}
.avr-section__sub{color:#9a9b9c;font-size:.95rem;line-height:1.5}

.avr-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-weight:600;border-radius:8px;border:2px solid transparent;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;white-space:nowrap;cursor:pointer;text-decoration:none;letter-spacing:.01em}
.avr-btn:hover{transform:translateY(-2px)}
.avr-btn:active{transform:translateY(0)}
.avr-btn--lg{padding:.85rem 2rem;font-size:1rem}
.avr-btn--md{padding:.65rem 1.4rem;font-size:.9rem}
.avr-btn--sm{padding:.5rem 1.1rem;font-size:.85rem}
.avr-btn--xs{padding:.35rem .8rem;font-size:.8rem}
.avr-btn--full{width:100%}
.avr-btn--red{background:#e50539;color:#fff;border-color:#e50539}
.avr-btn--red:hover{background:#cc0431;border-color:#cc0431;box-shadow:0 4px 18px rgba(229,5,57,.35)}
.avr-btn--green{background:#28a909;color:#fff;border-color:#28a909}
.avr-btn--green:hover{background:#1f8c07;border-color:#1f8c07;box-shadow:0 4px 18px rgba(40,169,9,.35)}
.avr-btn--outline{background:transparent;color:#e8e8e8;border-color:rgba(255,255,255,.25)}
.avr-btn--outline:hover{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.06)}
.avr-btn--ghost{background:transparent;color:#9a9b9c;border-color:transparent}
.avr-btn--ghost:hover{color:#e8e8e8;background:rgba(255,255,255,.06)}

.avr-header{background:#1b1c1d;border-bottom:1px solid rgba(255,255,255,.07);position:sticky;top:0;z-index:500;box-shadow:0 2px 18px rgba(0,0,0,.35)}
.avr-header__inner{display:flex;align-items:center;gap:1rem;padding-top:.9rem;padding-bottom:.9rem;position:relative}
.avr-header__logo-wrap{display:flex;align-items:center;gap:1rem;flex-shrink:0}
.avr-header__logo img{height:36px;width:auto}
.avr-reviews-count__num{color:#e50539;font-weight:700;font-size:.9rem}
.avr-reviews-count__label{color:#9a9b9c;font-size:.8rem}
.avr-header__reviews-count{display:flex;align-items:center;gap:.3rem;background:rgba(229,5,57,.1);border:1px solid rgba(229,5,57,.25);border-radius:20px;padding:.25rem .65rem;font-size:.8rem}

.avr-header__nav-wrap{margin-left:auto;display:flex;align-items:center;gap:.75rem}
.avr-header__nav{display:none}
.avr-header__actions--always{display:flex;gap:.5rem}
.avr-header__actions--desktop{display:none}

.avr-nav__list{display:flex;align-items:center;gap:.25rem}
.avr-nav__link{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;border-radius:7px;color:#b5b6b7;font-size:.875rem;font-weight:500;transition:color .18s,background .18s}
.avr-nav__link:hover{color:#fff;background:rgba(255,255,255,.07)}

.avr-burger{display:flex;flex-direction:column;gap:5px;width:36px;height:36px;justify-content:center;align-items:center;background:rgba(255,255,255,.07);border-radius:8px;border:1px solid rgba(255,255,255,.1);padding:0;transition:background .18s}
.avr-burger span{display:block;width:18px;height:2px;background:#e8e8e8;border-radius:2px;transition:transform .25s,opacity .25s}
.avr-burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.avr-burger.active span:nth-child(2){opacity:0}
.avr-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.avr-mobile-nav{position:fixed;top:0;right:-320px;width:300px;height:100vh;background:#1b1c1d;z-index:450;border-left:1px solid rgba(255,255,255,.1);transition:right .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;padding-top:5rem}
.avr-mobile-nav.active{right:0}
.avr-mobile-nav__inner{padding:1.25rem}
.avr-mobile-nav__list{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}
.avr-mobile-nav__link{display:block;padding:.75rem 1rem;border-radius:8px;color:#b5b6b7;font-size:.95rem;font-weight:500;transition:color .18s,background .18s}
.avr-mobile-nav__link:hover{color:#fff;background:rgba(255,255,255,.07)}
.avr-mobile-nav__bonus{border-top:1px solid rgba(255,255,255,.07);padding-top:1.25rem}
.avr-mobile-nav__bonus-text{font-size:.85rem;color:#9a9b9c;margin-bottom:.75rem;text-align:center}
.avr-mobile-nav__bonus-text strong{color:#28a909}

.avr-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:440;opacity:0;pointer-events:none;transition:opacity .3s}
.avr-overlay.active{opacity:1;pointer-events:all}

.avr-hero{padding:0;position:relative;overflow:hidden}
.avr-hero__bg{position:absolute;inset:0;z-index:0}
.avr-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.avr-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(14,14,14,.97) 0%,rgba(14,14,14,.8) 60%,rgba(14,14,14,.65) 100%)}
.avr-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem;padding-top:2.5rem;padding-bottom:2.5rem}

.avr-hero__main{order:2}
.avr-hero__side{order:1;display:flex;flex-direction:column;gap:1.5rem}
.avr-hero__text{}
.avr-hero__title{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:.75rem}
.avr-hero__subtitle{color:#9a9b9c;font-size:1rem;line-height:1.6}

.avr-hero__card{display:flex;flex-direction:column;gap:1.1rem;padding:1.5rem;max-width:420px}
.avr-hero__card-logo{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.avr-hero__card-logo img{height:38px;width:auto}
.avr-hero__card-provider img{height:20px;width:auto;opacity:.7}
.avr-aggregate-stars{display:flex;align-items:center;gap:.25rem}
.avr-aggregate-value{font-size:1.4rem;font-weight:700;color:#fff;margin-left:.4rem}
.avr-aggregate-meta{margin-top:.2rem}
.avr-aggregate-count{font-size:.8rem;color:#9a9b9c}

.avr-star{color:#3a3b3c}
.avr-star--filled{color:#e50539}
.avr-star--half{color:#e50539;opacity:.5}

.avr-rating-bar-row{display:flex;align-items:center;gap:.6rem;font-size:.8rem}
.avr-rating-bar-label{color:#9a9b9c;min-width:5.5rem;text-align:right;flex-shrink:0}
.avr-rating-bar__track{flex:1;height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden}
.avr-rating-bar__fill{height:100%;border-radius:3px;transition:width .6s ease}
.avr-rating-bar__fill--5{background:#28a909}
.avr-rating-bar__fill--4{background:#7bc82e}
.avr-rating-bar__fill--3{background:#f0a500}
.avr-rating-bar__fill--2{background:#f06000}
.avr-rating-bar__fill--1{background:#e50539}
.avr-rating-bar-count{color:#9a9b9c;min-width:1.2rem;font-size:.8rem}

.avr-hero__card-bonus{background:rgba(40,169,9,.12);border:1px solid rgba(40,169,9,.3);border-radius:8px;padding:.8rem 1rem}
.avr-hero__card-bonus-label{font-size:.75rem;color:#9a9b9c;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.2rem}
.avr-hero__card-bonus-value{font-size:1.1rem;font-weight:700;color:#28a909}
.avr-hero__card-btns{display:flex;flex-direction:column;gap:.65rem}

.avr-bonuses-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.avr-bonus-tile{text-align:center;padding:1rem .75rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}
.avr-bonus-tile__label{font-size:.75rem;color:#9a9b9c;text-transform:uppercase;letter-spacing:.05em}
.avr-bonus-tile__value{font-size:1.05rem;font-weight:700;color:#fff}

.avr-pros-cons{padding:1.25rem}
.avr-pros-cons__col{display:flex;flex-direction:column;gap:.5rem}
.avr-pros-cons__head{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:.875rem;margin-bottom:.25rem}
.avr-pros-cons__head--pros{color:#28a909}
.avr-pros-cons__head--cons{color:#e50539}
.avr-pros-cons__list{display:flex;flex-direction:column;gap:.35rem}
.avr-pros-cons__list li{font-size:.85rem;color:#b5b6b7;padding-left:.85rem;position:relative;line-height:1.4}
.avr-pros-cons__list li::before{content:'';position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.3)}

.avr-features{padding:1.25rem}
.avr-features__title{font-weight:600;font-size:.95rem;color:#fff;margin-bottom:1rem}
.avr-features__grid{display:flex;flex-direction:column;gap:.85rem}
.avr-feature-item{display:flex;align-items:flex-start;gap:.85rem}
.avr-feature-item__icon{flex-shrink:0;width:40px;height:40px;background:rgba(255,255,255,.05);border-radius:9px;display:flex;align-items:center;justify-content:center;color:#e8e8e8}
.avr-feature-item__name{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.15rem}
.avr-feature-item__desc{font-size:.8rem;color:#9a9b9c;line-height:1.4}

.avr-toc{padding:1.5rem 0}
.avr-toc__inner{padding:1rem 1.25rem}
.avr-toc__title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#9a9b9c;margin-bottom:.75rem}
.avr-toc__tabs{display:flex;flex-wrap:wrap;gap:.5rem}
.avr-toc__tab{padding:.45rem 1rem;border-radius:20px;background:rgba(255,255,255,.06);color:#b5b6b7;font-size:.85rem;font-weight:500;border:1px solid rgba(255,255,255,.08);transition:all .18s}
.avr-toc__tab:hover,.avr-toc__tab.active{background:#e50539;border-color:#e50539;color:#fff}

.avr-bonus-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1.1rem 1.5rem;margin-bottom:2rem;background:rgba(40,169,9,.1);border-color:rgba(40,169,9,.3)}
.avr-bonus-banner__text{display:flex;align-items:center;gap:.65rem;flex:1;min-width:0;font-size:.9rem;color:#e8e8e8;line-height:1.5}
.avr-bonus-banner__text strong{color:#28a909}
.avr-bonus-banner svg{flex-shrink:0;color:#28a909}

.avr-review-form-wrap{padding:2rem}
.avr-review-form-wrap .avr-section__title{margin-bottom:1.5rem}
.avr-form-row{display:flex;flex-direction:column;gap:1rem}
.avr-form-row--2{flex-direction:row}
.avr-form-group{display:flex;flex-direction:column;gap:.45rem;flex:1}
.avr-form-label{font-size:.875rem;font-weight:500;color:#b5b6b7}
.avr-form-label span{color:#e50539}
.avr-form-input{background:#0e0e0e;border:1.5px solid rgba(255,255,255,.12);border-radius:8px;padding:.7rem .95rem;color:#e8e8e8;font-size:.9rem;transition:border-color .18s,box-shadow .18s;outline:none;width:100%}
.avr-form-input:focus{border-color:#e50539;box-shadow:0 0 0 3px rgba(229,5,57,.12)}
.avr-form-input::placeholder{color:#4a4b4c}
.avr-form-textarea{resize:vertical;min-height:120px}
.avr-form-ratings{display:flex;flex-direction:column;gap:.65rem;background:#0e0e0e;border:1.5px solid rgba(255,255,255,.12);border-radius:8px;padding:1rem}
.avr-form-rating-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}
.avr-form-rating-label{font-size:.85rem;color:#b5b6b7;min-width:10rem}
.avr-star-picker{display:flex;gap:.2rem}
.avr-star-pick{color:#3a3b3c;padding:2px;border-radius:3px;transition:color .12s,transform .12s}
.avr-star-pick:hover,.avr-star-pick.active{color:#e50539}
.avr-star-pick:hover{transform:scale(1.15)}

.avr-form-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;text-align:center}
.avr-form-success__title{font-size:1.2rem;font-weight:700;color:#28a909}
.avr-form-success__text{color:#9a9b9c;font-size:.9rem;line-height:1.6;max-width:420px}

.avr-reviews-grid{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}
.avr-review-card{background:#1b1c1d;border-radius:12px;border:1px solid rgba(255,255,255,.07);padding:1.5rem;transition:border-color .18s}
.avr-review-card:hover{border-color:rgba(229,5,57,.25)}
.avr-review-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.avr-review-card__author-block{display:flex;align-items:center;gap:.9rem}
.avr-review-card__avatar-wrap{flex-shrink:0}
.avr-review-card__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1)}
.avr-review-card__avatar--placeholder{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;color:#9a9b9c}
.avr-review-card__meta{display:flex;flex-direction:column;gap:.2rem}
.avr-review-card__name{font-size:.95rem;font-weight:600;color:#fff}
.avr-review-card__country{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#9a9b9c}
.avr-review-card__country img{border-radius:2px}
.avr-review-card__date{font-size:.8rem;color:#5a5b5c}

.avr-review-card__rating-block{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}
.avr-review-card__stars{display:flex;gap:.15rem}
.avr-review-card__rating-value{font-size:.85rem;color:#9a9b9c;font-weight:500}
.avr-btn-toggle-details{font-size:.75rem;color:#e50539;display:flex;align-items:center;gap:.2rem;background:rgba(229,5,57,.08);border:1px solid rgba(229,5,57,.2);border-radius:5px;padding:.25rem .55rem;transition:all .18s}
.avr-btn-toggle-details:hover{background:rgba(229,5,57,.15)}
.avr-btn-toggle-details[aria-expanded="true"] svg{transform:rotate(180deg)}

.avr-review-card__details{margin-bottom:1rem}
.avr-ratings-detail{background:#0e0e0e;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.6rem}
.avr-rating-row{display:flex;align-items:center;gap:.75rem;font-size:.8rem}
.avr-rating-row__label{min-width:9rem;color:#9a9b9c}
.avr-rating-row__bar{flex:1;height:5px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden}
.avr-rating-row__fill{height:100%;background:#e50539;border-radius:3px}
.avr-rating-row__val{color:#9a9b9c;min-width:2.5rem;text-align:right}

.avr-review-card__source{font-size:.8rem;color:#5a5b5c;display:flex;align-items:center;gap:.35rem;margin-bottom:.65rem}
.avr-review-card__source-link{color:#e50539;text-decoration:underline;text-underline-offset:2px}
.avr-review-card__title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.65rem;line-height:1.35}
.avr-review-card__body{font-size:.9rem;line-height:1.65;color:#b5b6b7;margin-bottom:1rem}
.avr-review-card__text{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.avr-review-card__text.expanded{display:block;-webkit-line-clamp:unset;overflow:visible}
.avr-review-card__expand{font-size:.82rem;color:#e50539;display:inline-flex;align-items:center;gap:.25rem;margin-top:.35rem;background:none;border:none;padding:0;transition:color .18s}
.avr-review-card__expand:hover{color:#cc0431}
.avr-review-card__expand[aria-expanded="true"] svg{transform:rotate(180deg)}

.avr-review-card__pros-cons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;background:#0e0e0e;border-radius:8px;padding:1rem}
.avr-pros-block,.avr-cons-block{flex:1;min-width:140px}
.avr-pros-block__title,.avr-cons-block__title{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;margin-bottom:.5rem}
.avr-pros-block__title{color:#28a909}
.avr-cons-block__title{color:#e50539}
.avr-pros-block__list,.avr-cons-block__list{display:flex;flex-direction:column;gap:.3rem}
.avr-pros-block__item,.avr-cons-block__item{font-size:.8rem;color:#b5b6b7;line-height:1.4}

.avr-review-card__media{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem}
.avr-review-card__media-img{width:100px;height:70px;object-fit:cover;border-radius:6px;border:1px solid rgba(255,255,255,.1);transition:opacity .18s}
.avr-review-card__media-img:hover{opacity:.85}
.avr-review-card__media-video iframe{width:100%;height:180px;border-radius:8px;border:1px solid rgba(255,255,255,.1)}

.avr-review-card__actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}
.avr-review-card__votes{display:flex;gap:.5rem}
.avr-vote-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:6px;font-size:.82rem;font-weight:500;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#9a9b9c;transition:all .18s}
.avr-like-btn:hover,.avr-like-btn.voted{background:rgba(40,169,9,.12);border-color:rgba(40,169,9,.3);color:#28a909}
.avr-dislike-btn:hover,.avr-dislike-btn.voted{background:rgba(229,5,57,.1);border-color:rgba(229,5,57,.25);color:#e50539}
.avr-vote-count{font-weight:600}

.avr-reply-form{background:#0e0e0e;border-radius:8px;padding:1rem;margin-top:1rem;border:1px solid rgba(255,255,255,.08)}
.avr-reply-form__textarea{width:100%;background:#1b1c1d;border:1.5px solid rgba(255,255,255,.1);border-radius:6px;padding:.65rem .85rem;color:#e8e8e8;font-size:.875rem;resize:vertical;outline:none;transition:border-color .18s}
.avr-reply-form__textarea:focus{border-color:#e50539}
.avr-reply-form__actions{display:flex;gap:.65rem;margin-top:.65rem}

.avr-comparison-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}
.avr-comparison-table{min-width:560px;background:#1b1c1d;border-radius:12px;overflow:hidden}
.avr-comparison-table__th{background:#232425;padding:.9rem 1rem;text-align:left;font-size:.85rem;font-weight:600;color:#9a9b9c;white-space:nowrap;border-bottom:2px solid rgba(255,255,255,.07)}
.avr-comparison-table__th--highlight{background:rgba(229,5,57,.08);color:#fff;border-bottom-color:rgba(229,5,57,.3)}
.avr-comparison-table__th img{margin-bottom:.35rem}
.avr-comparison-table__th span{display:block;margin-top:.2rem}
.avr-comparison-table__td{padding:.85rem 1rem;font-size:.875rem;color:#b5b6b7;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle}
.avr-comparison-table__td--highlight{background:rgba(229,5,57,.04);color:#e8e8e8;font-weight:500}
.avr-comparison-table tr:last-child .avr-comparison-table__td{border-bottom:none}

.avr-badge{padding:.2rem .55rem;border-radius:4px;font-size:.75rem;font-weight:600}
.avr-badge--green{background:rgba(40,169,9,.15);color:#28a909;border:1px solid rgba(40,169,9,.3)}
.avr-badge--red{background:rgba(229,5,57,.12);color:#e50539;border:1px solid rgba(229,5,57,.25)}

.avr-content-block{margin-bottom:2rem;padding:2rem}
.avr-content-block__body h2{font-size:1.3rem;font-weight:700;color:#fff;margin:1.5rem 0 .75rem;line-height:1.3}
.avr-content-block__body h3{font-size:1.1rem;font-weight:600;color:#e8e8e8;margin:1.25rem 0 .6rem}
.avr-content-block__body h4{font-size:1rem;font-weight:600;color:#e8e8e8;margin:1rem 0 .5rem}
.avr-content-block__body p{color:#b5b6b7;line-height:1.7;margin-bottom:1rem;font-size:.95rem}
.avr-content-block__body ul,.avr-content-block__body ol{margin:0 0 1rem 1.25rem;padding-left:.75rem}
.avr-content-block__body ul{list-style:disc}
.avr-content-block__body ol{list-style:decimal}
.avr-content-block__body li{color:#b5b6b7;line-height:1.7;margin-bottom:.35rem;font-size:.95rem}
.avr-content-block__body a{color:#e50539;text-decoration:underline;text-underline-offset:2px}
.avr-content-block__body a:hover{color:#cc0431}
.avr-content-block__body strong,.avr-content-block__body b{color:#e8e8e8;font-weight:600}
.avr-content-block__body em,.avr-content-block__body i{font-style:italic;color:#b5b6b7}
.avr-content-block__body table{margin:1.25rem 0;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}
.avr-content-block__body th{background:#232425;padding:.75rem 1rem;text-align:left;font-size:.85rem;color:#9a9b9c;font-weight:600;border-bottom:1px solid rgba(255,255,255,.08)}
.avr-content-block__body td{padding:.75rem 1rem;font-size:.875rem;color:#b5b6b7;border-bottom:1px solid rgba(255,255,255,.05);text-align:left}
.avr-content-block__body tr:last-child td{border-bottom:none}
.avr-content-block__body blockquote{border-left:3px solid #e50539;padding:.75rem 1rem;background:rgba(229,5,57,.07);border-radius:0 8px 8px 0;margin:1rem 0;color:#b5b6b7;font-style:italic}
.avr-content-block__body hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin:1.5rem 0}

.avr-author-block{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:2rem;flex-wrap:wrap}
.avr-author-block__avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1);flex-shrink:0}
.avr-author-block__info{flex:1;min-width:200px}
.avr-author-block__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;color:#9a9b9c;margin-bottom:.2rem}
.avr-author-block__name{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.4rem}
.avr-author-block__bio{font-size:.875rem;color:#b5b6b7;line-height:1.6;margin-bottom:.75rem}
.avr-author-block__socials{display:flex;gap:.65rem;flex-wrap:wrap}
.avr-author-social{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:#9a9b9c;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:.35rem .75rem;transition:all .18s}
.avr-author-social:hover{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}

.avr-faq{padding:2rem}
.avr-faq .avr-section__title{margin-bottom:1.5rem}
.avr-faq__list{display:flex;flex-direction:column;gap:.65rem}
.avr-faq__item{background:#0e0e0e;border-radius:8px;border:1px solid rgba(255,255,255,.07);overflow:hidden;transition:border-color .18s}
.avr-faq__item:hover{border-color:rgba(229,5,57,.2)}
.avr-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;text-align:left;font-size:.9rem;font-weight:600;color:#e8e8e8;transition:color .18s}
.avr-faq__question:hover{color:#fff}
.avr-faq__icon{flex-shrink:0;transition:transform .25s;color:#e50539}
.avr-faq__question[aria-expanded="true"] .avr-faq__icon{transform:rotate(180deg)}
.avr-faq__answer{padding:0 1.25rem 1rem;font-size:.875rem;color:#9a9b9c;line-height:1.65}
.avr-faq__answer p{margin:0}

.avr-footer{background:#1b1c1d;border-top:1px solid rgba(255,255,255,.07);padding:3rem 0 1.5rem}
.avr-footer__inner{display:flex;flex-direction:column;gap:2rem}
.avr-footer__top{display:flex;flex-direction:column;gap:1.5rem}
.avr-footer__brand{}
.avr-footer__logo img{height:32px;width:auto;margin-bottom:.75rem}
.avr-footer__desc{font-size:.82rem;color:#5a5b5c;line-height:1.6;max-width:320px}
.avr-footer__nav-col{}
.avr-footer__nav-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#5a5b5c;margin-bottom:.65rem}
.avr-footer__nav-list{display:flex;flex-direction:column;gap:.35rem}
.avr-footer__nav-link{font-size:.85rem;color:#5a5b5c;transition:color .18s}
.avr-footer__nav-link:hover{color:#e8e8e8}

.avr-footer__trust{border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem}
.avr-footer__trust-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#5a5b5c;margin-bottom:.75rem}
.avr-footer__trust-logos{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}
.avr-trust-logo{opacity:.6;transition:opacity .18s}
.avr-trust-logo:hover{opacity:1}
.avr-trust-logo img{filter:brightness(0) invert(.6)}
.avr-trust-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border-radius:5px;font-size:.8rem;font-weight:600;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#9a9b9c}
.avr-trust-badge--rtp{border-color:rgba(40,169,9,.25);color:#28a909;background:rgba(40,169,9,.07)}
.avr-trust-badge--age{border-color:rgba(229,5,57,.25);color:#e50539;background:rgba(229,5,57,.07)}

.avr-footer__legal{border-top:1px solid rgba(255,255,255,.05);padding-top:1.25rem}
.avr-footer__legal-text{font-size:.78rem;color:#3a3b3c;line-height:1.6;margin-bottom:.5rem}
.avr-footer__copyright{font-size:.78rem;color:#3a3b3c}

.avr-widget{position:fixed;bottom:0;left:0;right:0;z-index:600;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}
.avr-widget.visible{transform:translateY(0)}
.avr-widget__inner{background:#1b1c1d;border-top:2px solid #e50539;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap}
.avr-widget__text{display:flex;flex-direction:column}
.avr-widget__bonus{font-size:.95rem;font-weight:700;color:#28a909}
.avr-widget__sub{font-size:.75rem;color:#9a9b9c}
.avr-widget__btn{background:#28a909;color:#fff;font-weight:700;padding:.6rem 1.5rem;border-radius:8px;font-size:.9rem;transition:background .18s,transform .18s;text-decoration:none;display:inline-block}
.avr-widget__btn:hover{background:#1f8c07;transform:scale(1.03)}
.avr-widget__close{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:6px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#9a9b9c;transition:all .18s;position:absolute;right:1rem}
.avr-widget__close:hover{color:#fff;background:rgba(255,255,255,.12)}

.avr-reviews-bottom-banner{margin-top:2rem}

.avr-wp-hidden{display:none!important}

@media(max-width:767px){
    .avr-form-row--2{flex-direction:column}
    .avr-form-rating-row{flex-wrap:wrap}
    .avr-form-rating-label{min-width:100%}
    .avr-hero__card{max-width:100%}
    .avr-pros-cons{flex-direction:column}
}

@media(min-width:768px){
    .avr-hero__content{flex-direction:row;align-items:flex-start;gap:2.5rem;padding-top:3.5rem;padding-bottom:3.5rem}
    .avr-hero__main{order:1;flex:0 0 380px}
    .avr-hero__side{order:2;flex:1}
    .avr-features__grid{grid-template-columns:1fr 1fr;display:grid}
    .avr-pros-cons{display:flex;gap:1.5rem}
    .avr-footer__top{flex-direction:row;flex-wrap:wrap;gap:2rem}
    .avr-footer__brand{flex:0 0 280px}
    .avr-widget__inner{position:relative}
}

@media(min-width:992px){
    .avr-header__nav-wrap{display:none}
    .avr-header__nav{display:flex;align-items:center;gap:1.5rem;margin-left:auto;flex:1;justify-content:center}
    .avr-header__actions--desktop{display:flex;gap:.5rem;flex-shrink:0}
    .avr-reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
    .avr-bonuses-grid{grid-template-columns:1fr 1fr}
}

@media(min-width:1100px){
    .avr-reviews-grid{grid-template-columns:1fr 1fr}
}

@media (max-width: 991px) {
    .avr-header__actions--always .avr-btn {
        padding: .3rem .7rem;
        font-size: .75rem;
        border-radius: 6px;
        gap: .25rem;
    }

    .avr-header__actions--always .avr-btn svg {
        width: 13px;
        height: 13px;
    }

    .avr-header__actions--always {
        gap: .35rem;
    }
    .avr-header__reviews-count{
        display: none;
    }
    .avr-header__logo img{height:20px;width:auto}
}

@keyframes avrFadeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.avr-review-card{animation:avrFadeIn .35s ease both}
.avr-review-card:nth-child(2){animation-delay:.06s}
.avr-review-card:nth-child(3){animation-delay:.12s}
.avr-review-card:nth-child(4){animation-delay:.18s}
.avr-review-card:nth-child(5){animation-delay:.24s}
.avr-review-card:nth-child(6){animation-delay:.30s}

.avr-hidden-x{display:none}.avr-c9f2b1{color:transparent}.avr-z7d4e8{pointer-events:none;position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}
