.t2l-reviews-section {
	position: relative;
	background: #080a0f;
	padding: 96px 24px;
	overflow: hidden;
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
	box-sizing: border-box;
}
.t2l-reviews-section *,
.t2l-reviews-section *::before,
.t2l-reviews-section *::after { box-sizing: border-box; }

.t2l-reviews-header { max-width: 1100px; margin: 0 auto 48px; }
.t2l-eyebrow { color: #ef4444; font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.t2l-reviews-header h2 { color: #fff; margin: 12px 0 16px; font-size: clamp(1.9rem, 3.8vw, 2.9rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; }
.t2l-reviews-header h2 span { color: #6b7280; }
.t2l-rating-summary { display: flex; align-items: center; gap: 12px; }
.t2l-rating-summary .t2l-stars { color: #ef4444; letter-spacing: 2px; }
.t2l-rating-summary strong { color: #fff; font-weight: 700; }
.t2l-count-label { color: #6b7280; font-size: 14px; }

/* Carousel */
.t2l-carousel { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 12px; }
.t2l-carousel-viewport { flex: 1; overflow: hidden; }
.t2l-carousel-track { display: flex; align-items: flex-start; gap: 20px; transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }

.t2l-card {
	flex: 0 0 calc((100% - 40px) / 3);
	background: #111318;
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 16px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	transition: background 0.25s ease, border-color 0.25s ease;
}
.t2l-card:hover { background: #13181f; border-color: rgba(239,68,68,0.2); }
.t2l-card-stars { color: #ef4444; font-size: 13px; letter-spacing: 2px; margin-bottom: 18px; }
.t2l-quote-icon { color: rgba(239,68,68,0.25); font-size: 34px; line-height: 1; margin-bottom: 8px; }
.t2l-card-text {
	color: #9ca3af; font-size: 14px; line-height: 1.7; margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.t2l-card-text.is-expanded {
	-webkit-line-clamp: unset;
	overflow: visible;
}
.t2l-readmore-btn {
	background: none; border: none; padding: 0 !important; margin-top: 8px; margin-bottom: 20px;
	color: #f87171; font-size: 12px; font-weight: 600; cursor: pointer; align-self: flex-start;
	display: block;
	background-color: transparent !important;
}
.t2l-readmore-btn:hover { color: #fca5a5; text-decoration: underline; }
.t2l-readmore-btn[hidden] + .t2l-card-footer { margin-top: 24px; }
.t2l-card-footer { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); }
.t2l-avatar {
	width: 36px; height: 36px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	color: #fff; font-weight: 700; font-size: 14px; flex-shrink: 0;
	background: linear-gradient(135deg, #dc2626, #f87171);
}
.t2l-avatar[data-idx="1"] { background: linear-gradient(135deg, #ea580c, #f87171); }
.t2l-avatar[data-idx="2"] { background: linear-gradient(135deg, #b91c1c, #ec4899); }
.t2l-avatar[data-idx="3"] { background: linear-gradient(135deg, #e11d48, #f87171); }
.t2l-avatar[data-idx="4"] { background: linear-gradient(135deg, #ef4444, #fb923c); }
.t2l-card-name { color: #fff; font-weight: 600; font-size: 14px; }
.t2l-card-role { color: #4b5563; font-size: 12px; margin-top: 2px; }

.t2l-nav {
	width: 40px; height: 40px; border-radius: 50% !important; flex-shrink: 0;
	background: transparent; border: 1px solid rgba(255,255,255,0.08); color: #fff;
	font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center;
	transition: background 0.2s ease, border-color 0.2s ease;
	padding: 0 !important;
}
.t2l-nav:hover { background: #1a1e26; border-color: rgba(239,68,68,0.3); }
.t2l-nav:disabled { opacity: 0.3; cursor: default; }

.t2l-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.t2l-dot { width: 7px; height: 7px; border-radius: 50% !important; background: #2a2f38; border: none; cursor: pointer; padding: 0 !important; }
.t2l-dot.is-active { background: #ef4444; width: 20px; border-radius: 4px !important; transition: width 0.25s ease; }

@media (max-width: 900px) {
	.t2l-card { flex: 0 0 calc((100% - 20px) / 2); }
}
@media (max-width: 600px) {
	.t2l-card { flex: 0 0 100%; }
}

/* Divider */
.t2l-divider { display: flex; align-items: center; gap: 16px; max-width: 1100px; margin: 72px auto 40px; color: #6b7280; font-size: 14px; font-weight: 500; }
.t2l-divider::before, .t2l-divider::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.06); }

/* Form */
.t2l-form-wrap { max-width: 640px; margin: 0 auto; }
.t2l-form-card { background: #111318; border: 1px solid rgba(255,255,255,0.07); border-radius: 24px; padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.t2l-form-card h3 { color: #fff; font-weight: 700; font-size: 20px; margin: 0 0 4px; }
.t2l-form-sub { color: #6b7280; font-size: 14px; margin: 0 0 28px; }

.t2l-field { margin-bottom: 16px; }
.t2l-field label { display: block; color: #9ca3af; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.t2l-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 560px) { .t2l-field-row { grid-template-columns: 1fr; } }

.t2l-form-card input[type="text"],
.t2l-form-card textarea {
	width: 100%; background: #080a0f; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px;
	padding: 12px 16px; color: #fff; font-size: 14px; outline: none; transition: border-color 0.2s ease;
	font-family: inherit; resize: none;
}
.t2l-form-card input[type="text"]:focus,
.t2l-form-card textarea:focus { border-color: rgba(239,68,68,0.4); }
.t2l-form-card input::placeholder, .t2l-form-card textarea::placeholder { color: #3f3f46; }

.t2l-star-picker { display: flex; gap: 6px; }
.t2l-star-btn {
	background: none; border: none; cursor: pointer; font-size: 24px; color: #374151;
	padding: 0 !important; transition: transform 0.15s ease, color 0.15s ease; line-height: 1;
	background-color: transparent !important;
}
.t2l-star-btn:hover { transform: scale(1.1); }
.t2l-star-btn.is-active { color: #ef4444; }

.t2l-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.t2l-error { color: #f87171; font-size: 12px; font-weight: 500; margin: 4px 0 0; }

.t2l-submit-btn {
	width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
	background: #dc2626; color: #fff; border: none; padding: 14px; border-radius: 12px;
	font-weight: 600; font-size: 14px; cursor: pointer; margin-top: 6px;
	box-shadow: 0 10px 30px rgba(127,29,29,0.3); transition: background 0.2s ease, transform 0.1s ease;
}
.t2l-submit-btn:hover { background: #ef4444; }
.t2l-submit-btn:active { transform: scale(0.98); }
.t2l-submit-btn:disabled { opacity: 0.6; cursor: default; }

.t2l-note { color: #52525b; font-size: 11px; text-align: center; margin: 14px 0 0; }

.t2l-success { text-align: center; padding: 48px 0; }
.t2l-success-icon {
	width: 56px; height: 56px; border-radius: 16px; background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.25);
	color: #4ade80; font-size: 26px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.t2l-success h4 { color: #fff; font-weight: 700; font-size: 17px; margin: 0 0 8px; }
.t2l-success p { color: #6b7280; font-size: 14px; margin: 0 0 20px; }
.t2l-link-btn {
	background: none; border: none; color: #f87171; font-size: 14px; font-weight: 500; cursor: pointer;
	background-color: transparent !important;
}
.t2l-link-btn:hover { color: #fca5a5; }

.t2l-empty { color: #6b7280; text-align: center; padding: 40px 0; }
