/* TELLO Ink – Google Reviews */
.tello-google-reviews {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    color: #fff;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.08), transparent 30%),
        radial-gradient(circle at 90% 85%, rgba(255,255,255,.045), transparent 27%),
        linear-gradient(135deg, #0c0c0d 0%, #171719 48%, #080809 100%);
}

.tello-google-reviews::before,
.tello-google-reviews::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    pointer-events: none;
}

.tello-google-reviews::before { width: 420px; height: 420px; top: -220px; right: -150px; }
.tello-google-reviews::after { width: 520px; height: 520px; bottom: -310px; left: -210px; }
.tello-google-reviews .container { position: relative; z-index: 2; }

.tello-google-reviews__intro { max-width: 500px; }
.tello-google-reviews__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    color: rgba(255,255,255,.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.tello-google-reviews__eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    margin-right: 12px;
    background: currentColor;
}
.tello-google-reviews__title {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.045em;
}
.tello-google-reviews__lead {
    max-width: 470px;
    margin-bottom: 28px;
    color: rgba(255,255,255,.67);
    font-size: 16px;
    line-height: 1.75;
}

.tello-google-reviews__studio-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.tello-google-reviews__studio-tab {
    min-height: 40px;
    padding: 0 17px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.035);
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}
.tello-google-reviews__studio-tab:hover,
.tello-google-reviews__studio-tab.active {
    border-color: #fff;
    background: #fff;
    color: #111;
    transform: translateY(-1px);
}

.tello-google-reviews__rating { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.tello-google-reviews__rating[hidden],
.tello-google-reviews__button[hidden],
.tello-google-reviews__loading[hidden],
.tello-google-reviews__empty[hidden] { display: none !important; }
.tello-google-reviews__rating-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    background: rgba(255,255,255,.055);
    font-size: 24px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 45px rgba(0,0,0,.18);
}
.tello-google-reviews__stars,
.tello-google-review-card__stars { color: #f4b400; letter-spacing: .08em; }
.tello-google-reviews__stars { margin-bottom: 4px; font-size: 16px; }
.tello-google-reviews__rating p { color: rgba(255,255,255,.58); font-size: 13px; }
.tello-google-reviews__rating strong { color: #fff; }

.tello-google-reviews__button {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 0 23px;
    border-radius: 999px;
    border: 1px solid #fff;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 18px 45px rgba(0,0,0,.2);
    transition: .2s ease;
}
.tello-google-reviews__button:hover { background: transparent; color: #fff; transform: translateY(-2px); }

.tello-google-reviews__panel {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 30px;
    background: rgba(255,255,255,.035);
    box-shadow: 0 35px 90px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(15px);
}
.tello-google-reviews__grid { margin-right: -10px; margin-left: -10px; }
.tello-google-reviews__grid > [class*="col-"] { padding-right: 10px; padding-left: 10px; }

.tello-google-review-card {
    display: flex;
    min-height: 405px;
    flex-direction: column;
    padding: 29px;
    border: 1px solid rgba(255,255,255,.095);
    border-radius: 23px;
    background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.025));
    box-shadow: 0 22px 58px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.07);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.tello-google-review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255,255,255,.2);
    box-shadow: 0 32px 70px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08);
}
.tello-google-review-card__top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 24px; }
.tello-google-review-card__stars { font-size: 14px; white-space: nowrap; }
.tello-google-review-card__source {
    color: rgba(255,255,255,.43);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.tello-google-review-card__text {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 26px;
    color: rgba(255,255,255,.9);
    font-size: 15px;
    font-style: normal;
    line-height: 1.72;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
.tello-google-review-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    padding-top: 21px;
    border-top: 1px solid rgba(255,255,255,.085);
}
.tello-google-review-card__author { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.tello-google-review-card__author strong { overflow: hidden; color: #fff; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.tello-google-review-card__author span { color: rgba(255,255,255,.42); font-size: 11px; }
.tello-google-review-card__footer a { flex: 0 0 auto; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; text-decoration: none; }
.tello-google-review-card__footer a:hover { color: #fff; }

.tello-google-reviews__loading { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.tello-google-reviews__skeleton {
    position: relative;
    overflow: hidden;
    min-height: 405px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 23px;
    background: rgba(255,255,255,.04);
}
.tello-google-reviews__skeleton::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.07), transparent);
    animation: telloGoogleReviewsLoading 1.35s infinite;
}
.tello-google-reviews__empty {
    padding: 45px 20px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 23px;
    color: rgba(255,255,255,.6);
    text-align: center;
}
@keyframes telloGoogleReviewsLoading { to { transform: translateX(100%); } }

@media (max-width: 991.98px) {
    .tello-google-reviews { padding: 85px 0; }
    .tello-google-reviews__intro { max-width: 680px; }
    .tello-google-reviews__panel { padding: 18px; }
}
@media (max-width: 767.98px) {
    .tello-google-reviews { padding: 70px 0; }
    .tello-google-reviews__loading { grid-template-columns: 1fr; }
    .tello-google-reviews__skeleton:nth-child(2) { display: none; }
    .tello-google-review-card { min-height: 330px; }
    .tello-google-reviews__grid > [class*="col-"] + [class*="col-"] { margin-top: 18px; }
}
@media (max-width: 575.98px) {
    .tello-google-reviews__title { font-size: 40px; }
    .tello-google-reviews__panel { padding: 12px; border-radius: 24px; }
    .tello-google-review-card { padding: 23px; }
    .tello-google-review-card__footer { align-items: flex-start; flex-direction: column; }
}
