.tp-wrap *,.tp-wrap *::before,.tp-wrap *::after{box-sizing:border-box}
.tp-wrap{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#2d2d2d;line-height:1.4;position:relative}

/* Badge */
.tp-badge{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border:1px solid #dcdfe6;border-radius:2px;background:#fff;cursor:pointer;width:100%;margin-top:18px;transition:box-shadow .15s,transform .15s;animation:tp-pulse 2.8s ease-in-out infinite}
.tp-badge:hover{box-shadow:0 1px 4px rgba(0,0,0,.12);animation:none}
.tp-badge__left{display:flex;align-items:center;gap:8px;min-width:120px}
.tp-badge__left svg{width:24px;height:24px;flex-shrink:0}
.tp-badge__left span{font-size:16px;font-weight:600;color:#191919}
.tp-badge__mid{flex:1;text-align:center}
.tp-badge__mid strong{display:block;font-size:15px;font-weight:700;color:#191919}
.tp-badge__mid span{font-size:13px;color:#6b6b6b}
.tp-badge__right{display:flex;align-items:center;gap:4px;color:#00b67a;font-size:14px;font-weight:500;white-space:nowrap}

/* Hint under badge */
.tp-hint{margin:10px 0 0;display:flex;align-items:center;justify-content:center;gap:7px;color:#00b67a;font-size:13px;font-weight:600;text-align:center;animation:tp-hint-bounce 2s ease-in-out infinite}
.tp-hint::before{content:"↑";font-size:14px;line-height:1;animation:tp-hint-arrow 1.1s ease-in-out infinite}
.tp-wrap.is-open .tp-badge,.tp-wrap.is-open .tp-hint{animation:none}

@keyframes tp-pulse{
	0%,100%{box-shadow:0 0 0 0 rgba(0,182,122,0);transform:translateY(0)}
	45%{box-shadow:0 0 0 8px rgba(0,182,122,.16);transform:translateY(-2px)}
}
@keyframes tp-hint-bounce{
	0%,100%{transform:translateY(0);opacity:1}
	50%{transform:translateY(-4px);opacity:.82}
}
@keyframes tp-hint-arrow{
	0%,100%{transform:translateY(0)}
	50%{transform:translateY(-3px)}
}

/* Overlay */
.tp-overlay{position:fixed;inset:0;z-index:2147483000;background:rgba(0,0,0,.62);backdrop-filter:blur(2px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:80px 18px 28px;display:flex;align-items:flex-start;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
.tp-overlay[hidden]{display:none!important}
.tp-overlay:not([hidden]){display:flex}
.tp-overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto}

/* Modal shell */
.tp-modal{position:relative;width:min(1100px,100%);background:#fff;margin:0 auto 28px;border-radius:8px;box-shadow:0 18px 70px rgba(0,0,0,.35);overflow-x:hidden;transform:translateY(18px);transition:transform .28s ease}
.tp-overlay.is-visible .tp-modal{transform:translateY(0)}
.tp-modal__close{position:absolute;top:10px;right:12px;z-index:20;background:#fff;border:none;color:#191919;font-size:26px;width:40px;height:40px;border-radius:50%;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.25);transition:background .15s,transform .15s}
.tp-modal__close:hover{background:#f2f2f2;transform:scale(1.05)}
.tp-modal__close:focus{outline:2px solid #00b67a;outline-offset:2px}

/* Trustpilot top nav */
.tp-nav{background:#1c1c1c;color:#fff;padding:0 56px 0 24px;height:56px;display:flex;align-items:center;gap:20px;position:sticky;top:0;z-index:15}
.tp-nav__close{display:none;margin-left:auto;flex-shrink:0;background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff;font-size:13px;font-weight:600;padding:7px 14px;border-radius:20px;cursor:pointer;white-space:nowrap;line-height:1.2}
.tp-nav__close:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.55)}
.tp-nav__logo{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:700;white-space:nowrap;flex-shrink:0}
.tp-nav__logo svg{width:28px;height:28px}
.tp-nav__search{flex:1;max-width:520px;margin:0 auto;position:relative}
.tp-nav__search input{width:100%;height:36px;border:none;border-radius:2px;padding:0 12px 0 36px;font-size:14px;color:#333}
.tp-nav__search svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:18px;height:18px;fill:#999}
.tp-nav__links{display:flex;align-items:center;gap:18px;font-size:13px;flex-shrink:0}
.tp-nav__links a{color:#fff;text-decoration:none}
.tp-nav__links a:hover{text-decoration:underline}
.tp-btn-biz{background:#3c57bc;color:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}
.tp-btn-biz:hover{background:#2f4699}

/* Company hero */
.tp-hero{background:#fff;border-bottom:1px solid #e5e5e5;padding:28px 24px 24px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:24px;max-width:1100px;margin:0 auto}
.tp-hero__logo{width:96px;height:96px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.tp-hero__logo-img{display:block;width:120px;max-width:100%;height:auto;object-fit:contain}
.tp-hero__info{flex:1;min-width:0}
.tp-hero__info h1{margin:0 0 6px;font-size:32px;font-weight:700;color:#191919;letter-spacing:-.5px;overflow-wrap:anywhere}
.tp-hero__meta{margin:0 0 10px;font-size:14px;color:#6b6b6b}
.tp-hero__rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.tp-stars{display:inline-flex;gap:2px;flex-wrap:wrap}
.tp-star-box{width:28px;height:28px;background:#00b67a;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tp-star-box svg{width:18px;height:18px;fill:#fff}
.tp-star-box--sm{width:18px;height:18px}
.tp-star-box--sm svg{width:12px;height:12px}
.tp-star-box--empty{background:#dcdce6}
.tp-hero__score{font-size:22px;font-weight:700;color:#191919}
.tp-verified{display:inline-flex;align-items:center;gap:4px;background:#eefaf4;color:#00b67a;border:1px solid #b7ebd6;font-size:11px;font-weight:700;padding:4px 8px;border-radius:2px;text-transform:uppercase;letter-spacing:.3px}
.tp-hero__site{border:1px solid #c8dff5;border-radius:4px;padding:14px 20px;text-align:center;min-width:160px;margin-left:auto;text-decoration:none;color:inherit;transition:background .15s,border-color .15s}
.tp-hero__site:hover{background:#f5f9ff;border-color:#9ec5ef}
.tp-hero__site strong{display:block;font-size:14px;color:#191919;margin-bottom:2px}
.tp-hero__site span{font-size:12px;color:#6b6b6b}

/* Write review bar */
.tp-write{max-width:1100px;margin:0 auto;padding:0 24px 20px}
.tp-write__box{border:1px solid #e5e5e5;border-radius:2px;padding:16px 20px;display:flex;align-items:center;gap:14px;background:#fff}
.tp-write__avatar{width:40px;height:40px;border-radius:50%;background:#e8e8e8;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tp-write__avatar svg{width:22px;height:22px;fill:#aaa}
.tp-write__text{font-size:15px;color:#6b6b6b;flex:1}
.tp-write__stars{display:flex;gap:2px;margin-left:auto;flex-shrink:0}

/* Main layout */
.tp-main{max-width:1100px;margin:0 auto;padding:0 24px 40px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}

/* Stats card */
.tp-stats{border:1px solid #e5e5e5;border-radius:2px;padding:20px;background:#fff;margin-bottom:24px}
.tp-stats__head{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}
.tp-stats__head h2{margin:0;font-size:20px;font-weight:700}
.tp-stats__head span{font-size:16px;font-weight:700;color:#191919}
.tp-stats__total{margin:0 0 18px;font-size:14px;color:#6b6b6b}
.tp-bar-row{display:grid;grid-template-columns:52px minmax(0,1fr) 40px;align-items:center;gap:10px;margin-bottom:6px;font-size:13px;color:#6b6b6b}
.tp-bar-row label{display:flex;align-items:center;gap:4px}
.tp-bar{height:14px;background:#ebebeb;border-radius:1px;overflow:hidden}
.tp-bar i{display:block;height:100%;background:#191919}
.tp-stats__foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid #eee;flex-wrap:wrap;gap:10px}
.tp-filter-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid #ccc;background:#fff;padding:8px 14px;font-size:13px;border-radius:2px;cursor:pointer;color:#333}
.tp-sort{font-size:13px;color:#6b6b6b}
.tp-sort select{border:1px solid #ccc;padding:7px 10px;font-size:13px;border-radius:2px;margin-left:6px;background:#fff;max-width:100%}

/* Review cards */
.tp-review{border:1px solid #e5e5e5;border-radius:2px;padding:20px;background:#fff;margin-bottom:16px}
.tp-review__top{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}
.tp-review__av{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}
.tp-review__user{flex:1;min-width:0}
.tp-review__user strong{display:block;font-size:14px;font-weight:700;color:#191919}
.tp-review__user span{font-size:12px;color:#6b6b6b}
.tp-review__date{font-size:12px;color:#999;white-space:nowrap}
.tp-review__stars{margin-bottom:8px}
.tp-review h3{margin:0 0 8px;font-size:16px;font-weight:700;color:#191919;overflow-wrap:anywhere}
.tp-review p{margin:0;font-size:14px;color:#454545;line-height:1.55;overflow-wrap:anywhere}
.tp-review__verified{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#6b6b6b;margin-top:10px}
.tp-review__verified svg{width:14px;height:14px;fill:#00b67a}

/* Pagination */
.tp-pager{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:8px;flex-wrap:wrap}
.tp-pager button,.tp-pager span{border:1px solid #dcdfe6;background:#fff;padding:8px 14px;font-size:13px;color:#333;border-radius:2px;cursor:pointer;min-width:40px}
.tp-pager .active{background:#eef3ff;border-color:#3c57bc;color:#3c57bc;font-weight:600}
.tp-pager .dots{border:none;background:none;cursor:default}

/* Sidebar */
.tp-side__box{border:1px solid #e5e5e5;border-radius:2px;padding:20px;background:#fff;margin-bottom:16px}
.tp-side__box h3{margin:0 0 4px;font-size:18px;font-weight:700}
.tp-side__sub{margin:0 0 16px;font-size:12px;color:#6b6b6b}
.tp-side__item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:14px;color:#191919;overflow-wrap:anywhere}
.tp-side__item svg{width:18px;height:18px;fill:#6b6b6b;flex-shrink:0;margin-top:2px}
.tp-side__item a{color:#191919;text-decoration:underline}
.tp-transparency{background:linear-gradient(135deg,#0a3d2e 0%,#1a5c40 100%);border-radius:4px;padding:20px;color:#fff;text-align:center;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.tp-transparency strong{font-size:14px;margin-bottom:8px}
.tp-transparency span{font-size:36px;font-weight:900;letter-spacing:2px}

/* Footer */
.tp-footer{background:#1c1c1c;color:#fff;padding:40px 24px 24px;margin-top:0}
.tp-footer__inner{max-width:1100px;margin:0 auto}
.tp-footer__logo{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;margin-bottom:28px}
.tp-footer__logo svg{width:24px;height:24px}
.tp-footer__grid{display:grid;grid-template-columns:repeat(4,1fr) 180px;gap:24px;margin-bottom:32px}
.tp-footer__col h4{margin:0 0 12px;font-size:13px;font-weight:700}
.tp-footer__col ul{list-style:none;margin:0;padding:0}
.tp-footer__col li{margin-bottom:8px}
.tp-footer__col a{color:#ccc;font-size:12px;text-decoration:none}
.tp-footer__col a:hover{text-decoration:underline;color:#fff}
.tp-footer__social{display:flex;gap:10px;margin-top:4px}
.tp-footer__social a{width:28px;height:28px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;font-size:12px;color:#ccc;text-decoration:none}
.tp-footer__social a:hover{background:#444;color:#fff}
.tp-footer__lang label{display:block;font-size:12px;margin-bottom:6px;color:#ccc}
.tp-footer__lang select{width:100%;padding:8px;background:#333;border:1px solid #444;color:#fff;font-size:12px;border-radius:2px}
.tp-footer__lang p{font-size:11px;color:#888;margin:6px 0 0}
.tp-footer__legal{display:flex;flex-wrap:wrap;gap:16px;padding-top:20px;border-top:1px solid #333;margin-bottom:12px}
.tp-footer__legal a{color:#888;font-size:11px;text-decoration:none}
.tp-footer__copy{font-size:11px;color:#666;margin:0}

/* Product page tweaks */
.single-product .summary .tp-wrap{margin-bottom:8px}

/* Tablet */
@media(max-width:860px){
	.tp-main{grid-template-columns:1fr}
	.tp-nav__links{display:none}
	.tp-nav__search{max-width:none}
	.tp-nav__close{display:inline-flex;align-items:center;gap:6px}
	.tp-footer__grid{grid-template-columns:1fr 1fr}
}

/* Phone: full-screen sheet */
@media(max-width:767px){
	.tp-badge{flex-wrap:wrap;justify-content:center;text-align:center;gap:8px;padding:12px 10px}
	.tp-badge__left{min-width:0}
	.tp-badge__mid{flex:1 1 100%}
	.tp-badge__right{font-size:13px}
	.tp-hint{font-size:12px;padding:0 8px}

	.tp-overlay{padding:0;align-items:stretch}
	.tp-modal{width:100%;min-height:100%;min-height:100dvh;margin:0;border-radius:0;transform:translateY(24px)}
	.tp-overlay.is-visible .tp-modal{transform:none}
	.tp-modal__close{display:none}
	.tp-nav{height:auto;min-height:52px;padding:10px 12px;padding-top:max(10px,env(safe-area-inset-top));gap:8px}
	.tp-nav__search{display:none}
	.tp-nav__logo{font-size:15px}
	.tp-nav__logo svg{width:22px;height:22px}
	.tp-nav__close{padding:8px 12px}

	.tp-hero{padding:16px 14px;gap:12px}
	.tp-hero__logo{width:56px;height:56px}
	.tp-hero__logo-img{width:56px}
	.tp-hero__info h1{font-size:22px}
	.tp-hero__score{font-size:18px}
	.tp-star-box{width:22px;height:22px}
	.tp-star-box svg{width:14px;height:14px}
	.tp-hero__site{margin-left:0;width:100%;min-width:0}

	.tp-write{padding:0 14px 16px}
	.tp-write__box{flex-wrap:wrap;padding:12px}
	.tp-write__stars{margin-left:0}

	.tp-main{padding:0 14px 24px;gap:16px}
	.tp-stats,.tp-review,.tp-side__box{padding:14px}
	.tp-review__date{white-space:normal}
	.tp-pager button,.tp-pager span{min-width:36px;padding:8px 10px;font-size:12px}

	.tp-footer{padding:24px 14px calc(20px + env(safe-area-inset-bottom))}
	.tp-footer__grid{grid-template-columns:1fr 1fr;gap:16px}
	.tp-footer__lang{grid-column:1 / -1}
}

@media(max-width:420px){
	.tp-badge__left span{font-size:14px}
	.tp-hero__info h1{font-size:20px}
	.tp-footer__grid{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
	.tp-badge,.tp-hint,.tp-hint::before,.tp-overlay,.tp-modal{animation:none!important;transition:none!important;transform:none!important}
}
