@charset "UTF-8";.gbew-testimonial{--gbew-tst-bg: #ffffff;--gbew-tst-ink: var(--gbew-color-text, #0a0a0a);--gbew-tst-muted: var(--gbew-color-muted, #525252);--gbew-tst-line: var(--gbew-color-line, #e5e5e5);--gbew-tst-star: var(--gbew-color-warning, #d97706);display:grid;grid-template-columns:repeat(var(--gbew-tst-cols, 1),1fr);gap:24px}.gbew-testimonial--grid{grid-template-columns:repeat(var(--gbew-tst-cols, 3),1fr)}.gbew-testimonial--carousel{display:block;position:relative;overflow:hidden;--gbew-tst-pv: var(--gbew-tst-per-view, 3)}@media(max-width:1024px){.gbew-testimonial--carousel{--gbew-tst-pv: var(--gbew-tst-per-view-tab, 2)}}@media(max-width:600px){.gbew-testimonial--carousel{--gbew-tst-pv: var(--gbew-tst-per-view-mob, 1)}}@media(max-width:1024px){.gbew-testimonial--grid{grid-template-columns:repeat(var(--gbew-tst-cols-tab, 2),1fr)}}@media(max-width:600px){.gbew-testimonial--grid{grid-template-columns:repeat(var(--gbew-tst-cols-mob, 1),1fr)}}.gbew-testimonial__card{position:relative;overflow:hidden;background:var(--gbew-tst-bg, var(--gbew-color-card, #fff));border:1px solid var(--gbew-tst-line);border-radius:24px;padding:36px 32px 32px;display:flex;flex-direction:column;gap:18px;box-shadow:0 12px 32px #0a0a0a0a;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s}.gbew-testimonial__card:hover{transform:translateY(-3px);box-shadow:0 24px 56px #0a0a0a14}.gbew-testimonial__card:before{content:"“";position:absolute;top:14px;right:28px;font-family:var(--gbew-font-display, serif);font-style:italic;font-weight:300;font-size:96px;line-height:1;color:var(--gbew-color-accent-soft, var(--gbew-tst-line));opacity:.55;pointer-events:none}.gbew-testimonial__card>*{position:relative;z-index:2}.gbew-testimonial__stars{display:inline-flex;gap:3px;color:var(--gbew-tst-star);font-size:13.5px;line-height:1;letter-spacing:.05em}.gbew-testimonial__quote{margin:0;flex:1;font-family:var(--gbew-font-display, serif);font-size:17px;line-height:1.55;color:var(--gbew-tst-ink);font-style:italic}.gbew-testimonial__author{display:flex;align-items:center;gap:12px;margin-top:auto;border-top:1px solid var(--gbew-tst-line);padding-top:16px}.gbew-testimonial__avatar{flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:var(--gbew-tst-line);overflow:hidden;border:2px solid var(--gbew-color-card, #fff);box-shadow:0 4px 10px #0a0a0a1a}.gbew-testimonial__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gbew-testimonial__name{font-family:var(--gbew-font-sans, sans-serif);font-weight:500;font-size:14.5px;line-height:1.15;color:var(--gbew-tst-ink)}.gbew-testimonial__role{margin-top:4px;font-family:var(--gbew-font-mono, monospace);font-size:10.5px;letter-spacing:.06em;color:var(--gbew-color-accent-2-deep, var(--gbew-tst-muted))}.gbew-testimonial__rule{grid-column:1/-1;display:flex;align-items:center;gap:14px;max-width:380px;margin:0 auto 32px}.gbew-testimonial__rule:before,.gbew-testimonial__rule:after{content:"";flex:1;height:1px;background:var(--gbew-tst-line)}.gbew-testimonial__rule span{width:8px;height:8px;border-radius:50%;background:var(--gbew-color-accent, var(--gbew-tst-star));flex-shrink:0}.gbew-testimonial--carousel .gbew-testimonial__track{display:flex;gap:var(--gbew-tst-gap, 24px);will-change:transform}.gbew-testimonial--carousel .gbew-testimonial__card{flex:0 0 calc((100% - (var(--gbew-tst-pv, 1) - 1) * var(--gbew-tst-gap, 24px)) / var(--gbew-tst-pv, 1));min-width:0}.gbew-testimonial__dots{display:flex;gap:6px;justify-content:center;margin-top:18px}.gbew-testimonial__dot{width:8px;height:8px;border-radius:50%;background:var(--gbew-tst-line);border:0;padding:0;cursor:pointer;transition:background .2s}.gbew-testimonial__dot.is-active{background:var(--gbew-color-brand, #005dd0)}.gbew-testimonial--style-asymmetric{align-items:start}.gbew-testimonial--style-asymmetric .gbew-testimonial__card{background:var(--gbew-color-paper, var(--gbew-color-surface, #f4f4f1));border:0;border-radius:24px;padding:36px 32px;box-shadow:none}.gbew-testimonial--style-asymmetric .gbew-testimonial__stars{color:var(--gbew-color-accent, var(--gbew-tst-star));font-size:18px}.gbew-testimonial--style-asymmetric .gbew-testimonial__quote{font-family:var(--gbew-font-display, sans-serif);font-style:normal;font-weight:600;font-size:18px;line-height:1.45;letter-spacing:-.015em}.gbew-testimonial--style-asymmetric .gbew-testimonial__quote em,.gbew-testimonial--style-asymmetric .gbew-testimonial__quote .accent{font-family:var(--gbew-font-accent, serif);font-style:italic;font-weight:400;color:var(--gbew-color-accent, var(--gbew-tst-star))}.gbew-testimonial--style-asymmetric .gbew-testimonial__card:nth-child(2){margin-top:-64px}.gbew-testimonial--style-asymmetric .gbew-testimonial__card:nth-child(2) .gbew-testimonial__quote{font-family:var(--gbew-font-accent, serif);font-style:italic;font-weight:400;font-size:26px;line-height:1.3;letter-spacing:-.01em}.gbew-testimonial--style-asymmetric .gbew-testimonial__card:nth-child(3){border-bottom:6px solid var(--gbew-color-accent-2, #c4f000)}@media(max-width:980px){.gbew-testimonial--style-asymmetric .gbew-testimonial__card:nth-child(2){margin-top:0}}.gbew-testimonial--style-asymmetric .gbew-testimonial__avatar{overflow:visible;border:2px solid var(--gbew-color-accent, var(--gbew-tst-star))}.gbew-testimonial--style-asymmetric .gbew-testimonial__avatar img{border-radius:50%}.gbew-testimonial--style-asymmetric .gbew-testimonial__badge{position:absolute;bottom:-4px;right:-8px;background:var(--gbew-color-ink, #0e1620);color:var(--gbew-color-accent-2, #c4f000);font-family:var(--gbew-font-mono, monospace);font-size:8.5px;font-weight:700;letter-spacing:.06em;padding:2px 6px;border-radius:999px;border:2px solid var(--gbew-color-paper, #f4f4f1);white-space:nowrap}.gbew-testimonial--style-asymmetric .gbew-testimonial__name{font-weight:700}.gbew-testimonial--style-asymmetric .gbew-testimonial__role{font-family:var(--gbew-font-mono, monospace);letter-spacing:.06em}.gbew-testimonial--style-industrial{counter-reset:gbew-tcard}.gbew-testimonial--style-industrial .gbew-testimonial__card{counter-increment:gbew-tcard;background:var(--gbew-color-bg, #efece5);border:2px solid var(--gbew-color-ink, #1c1c1c);border-radius:0;padding:40px 34px 32px;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease}.gbew-testimonial--style-industrial .gbew-testimonial__card:before{display:none}.gbew-testimonial--style-industrial .gbew-testimonial__card:after{content:"#0" counter(gbew-tcard);position:absolute;top:0;right:0;background:var(--gbew-color-ink, #1c1c1c);color:var(--gbew-color-accent-2, #f4d33b);font-family:var(--gbew-font-mono, monospace);font-weight:700;font-size:11px;letter-spacing:.14em;padding:8px 14px;z-index:3}.gbew-testimonial--style-industrial .gbew-testimonial__card:hover{transform:translate(-3px,-3px);box-shadow:6px 6px 0 var(--gbew-color-ink, #1c1c1c)}.gbew-testimonial--style-industrial .gbew-testimonial__stars{color:var(--gbew-color-accent-2, #f4d33b);font-size:14px;letter-spacing:.3em;text-shadow:1px 1px 0 var(--gbew-color-ink, #1c1c1c)}.gbew-testimonial--style-industrial .gbew-testimonial__quote{font-family:var(--gbew-font-display, sans-serif);font-style:normal;font-weight:500;font-size:16px;line-height:1.55;letter-spacing:-.005em;color:var(--gbew-color-text, #1c1c1c)}.gbew-testimonial--style-industrial .gbew-testimonial__quote:first-letter{float:left;font-family:var(--gbew-font-display, sans-serif);font-weight:900;font-size:60px;line-height:.78;color:var(--gbew-color-accent-2, #f4d33b);text-shadow:2px 2px 0 var(--gbew-color-ink, #1c1c1c);margin:4px 12px 0 0}.gbew-testimonial--style-industrial .gbew-testimonial__author{border-top:2px solid var(--gbew-color-ink, #1c1c1c);padding-top:20px}.gbew-testimonial--style-industrial .gbew-testimonial__avatar{border-radius:0;border:2px solid var(--gbew-color-ink, #1c1c1c);clip-path:polygon(15% 0,85% 0,100% 25%,100% 100%,0 100%,0 25%);box-shadow:none}.gbew-testimonial--style-industrial .gbew-testimonial__name{font-family:var(--gbew-font-display, sans-serif);font-weight:900;font-size:15px;color:var(--gbew-color-text, #1c1c1c)}.gbew-testimonial--style-industrial .gbew-testimonial__role{font-family:var(--gbew-font-mono, monospace);letter-spacing:.08em;color:var(--gbew-color-accent, #c45a2c)}
