.testimonial-card{background-color:#fff;border-radius:.5rem;padding:2rem;width:100%;max-width:320px;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.06);text-align:left;display:flex;flex-direction:column;justify-content:space-between;min-height:340px}.dark .testimonial-card{color:#f9fcff;box-shadow:0 4px 12px rgba(0,0,0,.2)}.testimonial-card__title{font-size:1.125rem;font-weight:600;color:#111827}.testimonial-card__text{color:#374151;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.testimonial-card__author{display:flex;flex-direction:column;align-items:start;gap:.5rem}.testimonial-card__author img{width:40px;height:40px;border-radius:9999px;object-fit:cover}.testimonial-card__info{display:flex;flex-direction:column;justify-content:center;line-height:1.2}.testimonial-card__name{font-weight:600;margin-bottom:.125rem;color:#111827}.dark .testimonial-card__name{color:#f3f4f6}.testimonial-card__role{font-size:.875rem;color:#6b7280}.testimonial-card__fold{position:absolute;top:0;right:0;width:2.5rem;height:2.5rem;background:#f3f4f6;clip-path:polygon(100% 0,0 0,100% 100%);border-bottom-left-radius:.5rem}.dark .testimonial-card{background-color:#1f2937;box-shadow:0 4px 12px rgba(0,0,0,.4)}.dark .testimonial-card__title{color:#f3f4f6}.dark .testimonial-card__text{color:#d1d5db}.dark .testimonial-card__name{color:#f9fafb}.dark .testimonial-card__role{color:#9ca3af}.dark .testimonial-card__fold{background:#374151}.testimonials{background-color:#f9fbff;padding:6rem 1rem;text-align:center}.dark .testimonials{background-color:#111827;color:#f3f4f6}.testimonials__title{font-size:1.875rem;font-weight:600;margin-bottom:4rem;color:#111827}.dark .testimonials__title{color:#f3f4f6}.testimonials__title .highlight{color:#f89921}@media(min-width:768px){.testimonials__title{font-size:2.25rem}}.testimonials__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;margin-bottom:4rem}.testimonials__logos img{height:2.5rem;object-fit:contain;transition:transform .3s ease}.testimonials__logos img:hover{transform:scale(1.15)}@media(min-width:768px){.testimonials__logos img{height:3rem}}.testimonials__cards{display:flex;flex-direction:column;gap:4rem;align-items:center}@media(min-width:768px){.testimonials__cards{flex-direction:row;justify-content:center}}.testimonials .dark .testimonials{background-color:#0f172a;color:#f3f4f6}.testimonials .dark .testimonials__title .highlight{color:#fbbf24}.testimonials .dark .testimonials__logos img{filter:brightness(0) invert(1)}.hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#fff5e8,#ffffff)}@media(min-width:640px){.hero{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.hero{padding-top:4rem;padding-bottom:4rem}}.dark .hero{background:#111827}.hero__title{font-weight:400;line-height:1.1;margin:0;color:#000;font-size:1.875rem}@media(min-width:640px){.hero__title{font-size:2.25rem}}@media(min-width:768px){.hero__title{font-size:3.75rem}}.dark .hero__title{color:#fff}.hero__highlight{color:#f89921}.dark .hero__highlight{color:#ffb35c}.hero__subtitle{margin:1.5rem auto 2rem;max-width:36rem;font-size:.875rem;line-height:1.7;color:#455a64}@media(min-width:768px){.hero__subtitle{margin-top:2.5rem;margin-bottom:2.5rem;max-width:48rem;font-size:1rem}}.dark .hero__subtitle{color:#b7c4cf}.hero__previewWrap{display:flex;justify-content:center}.hero__previewBorder{padding:2px;border-radius:28px;background:rgba(0,0,0,0)}.dark .hero__previewBorder{background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05))}.hero__previewCard{border-radius:24px;padding:.5rem;width:100%;max-width:48rem;aspect-ratio:16/9;overflow:hidden;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.7);border:1px solid rgba(0,0,0,.05)}.dark .hero__previewCard{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.hero__previewImage{width:100%;height:100%;object-fit:cover;border-radius:16px}