/* =================================================================
   DIGITAL TRUST IT SERVICES - CUSTOMER REVIEWS
   ================================================================= */
main { position: relative; z-index: 1; }
.reviews-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(11, 15, 26, 0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.reviews-header__inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; }
.reviews-brand { display: flex; align-items: center; gap: 11px; }
.reviews-brand img { width: 40px; height: 40px; object-fit: contain; border-radius: 10px; }
.reviews-brand span { display: flex; flex-direction: column; line-height: 1.05; }
.reviews-brand strong { font-family: var(--font-display); font-size: 19px; }
.reviews-brand small { margin-top: 4px; color: var(--gold); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.reviews-nav { display: flex; gap: 24px; color: var(--ivory-dim); font-size: 13px; }
.reviews-nav a:hover, .reviews-text-link:hover { color: var(--gold-bright); }
.reviews-hero { position: relative; min-height: 570px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, rgba(27, 77, 62, 0.34), transparent 58%), radial-gradient(circle at 85% 35%, rgba(201, 166, 89, 0.16), transparent 30%); }
.reviews-hero__inner { width: 100%; }
.reviews-hero h1 { margin-top: 15px; font-family: var(--font-display); font-size: clamp(54px, 8vw, 104px); font-weight: 500; line-height: 0.9; letter-spacing: -0.03em; animation: review-rise 0.9s var(--ease-out) both; }
.reviews-hero h1 em, .reviews-purchase h2 em { color: var(--gold-bright); font-style: italic; }
.reviews-hero p { max-width: 530px; margin-top: 25px; color: var(--ivory-dim); font-size: 16px; animation: review-rise 0.9s 0.12s var(--ease-out) both; }
.reviews-hero__actions { display: flex; align-items: center; gap: 23px; margin-top: 28px; animation: review-rise 0.9s 0.24s var(--ease-out) both; }
.reviews-text-link { color: var(--ivory-dim); font-size: 13px; transition: color 0.25s; }
.reviews-hero__burst { position: absolute; right: -160px; top: -150px; width: 600px; height: 600px; border: 1px solid rgba(201, 166, 89, 0.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(201, 166, 89, 0.025), 0 0 0 110px rgba(201, 166, 89, 0.018); animation: burst-spin 26s linear infinite; }
.review-gallery, .testimonial-section { padding: 100px 0; }
.review-gallery { animation: section-reveal 0.9s 0.35s var(--ease-out) both; }
.testimonial-section { border-top: 1px solid rgba(245, 242, 234, 0.05); background: rgba(245, 242, 234, 0.025); }
.testimonial-section { animation: section-reveal 0.9s 0.5s var(--ease-out) both; }
.reviews-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 38px; }
.reviews-section-heading h2 { margin-top: 10px; font-family: var(--font-display); font-size: clamp(40px, 5vw, 62px); font-weight: 500; line-height: 1; }
.gallery-count { color: var(--gold-bright); font-family: var(--font-mono); font-size: 28px; }
.gallery-count small { display: block; margin-top: 3px; color: var(--ivory-faint); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }
.review-image-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.review-image { position: relative; aspect-ratio: 1 / 1.15; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: linear-gradient(145deg, rgba(201, 166, 89, 0.13), rgba(27, 77, 62, 0.27)); transition: transform 0.35s var(--ease-out), border-color 0.35s; cursor: zoom-in; }
.review-image { animation: tile-reveal 0.7s var(--ease-out) both; }
.review-image:nth-child(2n) { animation-delay: 0.08s; }
.review-image:nth-child(3n) { animation-delay: 0.16s; }
.review-image:nth-child(4n) { animation-delay: 0.24s; }
.review-image:hover { z-index: 1; transform: translateY(-6px) rotate(-1deg); border-color: var(--gold); }
.review-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.review-image:hover img { transform: scale(1.03); }
.review-image > span { color: var(--gold-bright); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.review-image::after { content: "Customer review"; position: absolute; left: 9px; bottom: 8px; color: var(--ivory-faint); font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; }
.review-lightbox { position: fixed; inset: 0; z-index: 900; display: flex; align-items: center; justify-content: center; padding: 28px; background: rgba(3, 5, 9, 0.84); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: opacity 0.25s ease, visibility 0.25s ease; }
.review-lightbox.is-visible { opacity: 1; visibility: visible; }
.review-lightbox__backdrop { position: absolute; inset: 0; }
.review-lightbox__panel { position: relative; z-index: 1; max-width: min(92vw, 1100px); max-height: 86vh; display: flex; align-items: center; justify-content: center; padding: 18px; border: 1px solid rgba(201, 166, 89, 0.32); border-radius: 16px; background: rgba(11, 15, 26, 0.88); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45); }
.review-lightbox__panel img { display: block; width: auto; max-width: min(88vw, 1000px); max-height: 80vh; object-fit: contain; border-radius: 12px; }
.review-lightbox__close { position: absolute; top: 10px; right: 12px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--ivory); background: rgba(11, 15, 26, 0.85); border: 1px solid rgba(201, 166, 89, 0.32); font-size: 20px; line-height: 1; }
.review-lightbox__close:hover { color: var(--gold-bright); }
.reviews-drive-link { display: flex; justify-content: center; margin-top: 34px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.testimonial-card { position: relative; min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(11, 15, 26, 0.65); transition: transform 0.35s var(--ease-out), border-color 0.35s; }
.testimonial-card { animation: tile-reveal 0.75s var(--ease-out) both; }
.testimonial-card:nth-child(2) { animation-delay: 0.12s; }
.testimonial-card:nth-child(3) { animation-delay: 0.24s; }
.testimonial-card:nth-child(4) { animation-delay: 0.36s; }
.testimonial-card:nth-child(5) { animation-delay: 0.48s; }
.testimonial-card:nth-child(6) { animation-delay: 0.6s; }
.testimonial-card:hover { transform: translateY(-6px); border-color: var(--gold-dim); }
.testimonial-card__quote { position: absolute; top: 14px; right: 20px; color: var(--gold); font-family: var(--font-display); font-size: 55px; line-height: 1; opacity: 0.65; }
.testimonial-card p { max-width: 270px; color: var(--ivory-dim); font-family: var(--font-display); font-size: 20px; line-height: 1.25; }
.testimonial-card strong, .testimonial-card small { display: block; }
.testimonial-card strong { color: var(--gold-bright); font-size: 13px; }
.testimonial-card small { margin-top: 3px; color: var(--ivory-faint); font-family: var(--font-mono); font-size: 9px; }
.reviews-purchase { padding: 95px 0; border-top: 1px solid var(--line); background: linear-gradient(115deg, rgba(27, 77, 62, 0.4), rgba(11, 15, 26, 0.9)); }
.reviews-purchase__inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.reviews-purchase h2 { margin-top: 12px; font-family: var(--font-display); font-size: clamp(42px, 5vw, 68px); font-weight: 500; line-height: 0.93; }
.reviews-purchase { animation: section-reveal 0.9s 0.65s var(--ease-out) both; }
.review-offer { position: fixed; left: 26px; bottom: 26px; z-index: 480; display: flex; align-items: center; gap: 11px; width: min(90vw, 340px); padding: 14px 38px 14px 14px; visibility: hidden; opacity: 0; transform: translateY(16px) rotate(-1deg); border: 1px solid var(--gold-dim); border-radius: var(--radius-md); background: linear-gradient(120deg, rgba(27, 77, 62, 0.97), rgba(18, 24, 41, 0.98)); box-shadow: 0 18px 55px rgba(0, 0, 0, 0.4), 0 0 30px rgba(201, 166, 89, 0.12); transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out), visibility 0.4s; }
.review-offer.is-visible { visibility: visible; opacity: 1; transform: translateY(0) rotate(0); }
.review-offer__mark { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font-family: var(--font-mono); font-size: 18px; animation: offer-pulse 2s ease-in-out infinite; }
.review-offer__eyebrow, .review-offer strong, .review-offer small { display: block; }
.review-offer__eyebrow { color: var(--gold-bright); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; }
.review-offer strong { margin-top: 3px; color: var(--ivory); font-family: var(--font-display); font-size: 17px; font-weight: 500; line-height: 1.1; }
.review-offer small { margin-top: 4px; color: var(--ivory-dim); font-size: 10px; }
.review-offer button { position: absolute; top: 7px; right: 8px; width: 25px; height: 25px; color: var(--ivory-faint); font-size: 19px; }
.review-offer button:hover { color: var(--gold-bright); }
@keyframes review-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes burst-spin { to { transform: rotate(360deg); } }
@keyframes section-reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tile-reveal { from { opacity: 0; transform: translateY(18px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes offer-pulse { 0%, 100% { transform: scale(0.92) rotate(-5deg); } 50% { transform: scale(1.08) rotate(5deg); box-shadow: 0 0 18px rgba(201, 166, 89, 0.35); } }
@media (max-width: 900px) { .review-image-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .reviews-header__inner { min-height: 72px; padding-left: 20px; padding-right: 20px; } .reviews-brand small { display: none; } .reviews-nav { gap: 12px; font-size: 11px; } .reviews-hero { min-height: 520px; } .reviews-hero__actions, .reviews-purchase__inner { align-items: flex-start; flex-direction: column; } .review-gallery, .testimonial-section { padding: 75px 0; } .reviews-section-heading { align-items: flex-start; flex-direction: column; } .review-image-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .testimonial-grid { grid-template-columns: 1fr; } .reviews-purchase { padding: 75px 0; } .review-offer { left: 14px; bottom: 84px; width: min(90vw, 320px); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }
