/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/testimonials/page.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
/* testimonials/page.module.css */

/* ─── HERO ─── */
.page_hero__iqByM {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 100px 24px 48px;
  text-align: center;
}

.page_heroInner__ca8zV {
  max-width: 900px;
  margin: 0 auto;
}

.page_heroTitle__lmTLD {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  color: var(--text-main);
  margin: 0 0 16px;
  letter-spacing: -0.03em;
}

.page_breadcrumb__gILAB {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
}

.page_breadcrumbLink__Bex3I {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.page_breadcrumbLink__Bex3I:hover {
  color: var(--yellow-hover);
}

.page_breadcrumbSep__fWUNi {
  color: var(--text-faint);
  font-size: 16px;
}

.page_breadcrumbCurrent__TtjK5 {
  color: var(--yellow-hover);
  font-weight: 700;
}

/* ─── BODY ─── */
.page_body__psm1t {
  background: var(--bg);
  padding: 64px 24px 96px;
}

.page_inner__P1DFv {
  max-width: 1200px;
  margin: 0 auto;
}

/* ─── MASONRY-STYLE GRID ─── */
.page_grid__qUxZ_ {
  columns: 3;
  column-gap: 24px;
}

/* ─── CARD ─── */
.page_card__nj9ke {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px 22px;
  margin-bottom: 24px;
  page-break-inside: avoid;
  break-inside: avoid;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.page_card__nj9ke::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 0;
  background: var(--yellow);
  border-radius: 0 0 3px 3px;
  transition: height 0.25s ease;
}

.page_card__nj9ke:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-color: rgba(245,196,0,0.3);
}

.page_card__nj9ke:hover::before {
  height: 100%;
}

.page_quoteIcon__grIVD {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 56px;
  font-weight: 900;
  color: var(--yellow);
  line-height: 0.5;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.page_quote__wmALe {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text-main);
  line-height: 1.75;
  margin: 0;
}

.page_author__gvy3o {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}

.page_avatar___G_Tn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-deep);
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid var(--yellow);
}

[data-theme="dark"] .page_avatar___G_Tn {
  background: rgba(245,196,0,0.12);
}

.page_name__uirI_ {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  color: var(--text-main);
  letter-spacing: 0.01em;
}

/* ─── CTA ─── */
.page_cta__oYaxm {
  background: linear-gradient(135deg, var(--bg-deep), var(--bg-deep-2));
  padding: 80px 24px;
  text-align: center;
}

.page_ctaInner__2nd2_ {
  max-width: 640px;
  margin: 0 auto;
}

.page_ctaTitle__P6yDI {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.page_ctaTitle__P6yDI span { color: var(--yellow); }

.page_ctaDesc__vl_FA {
  font-family: var(--font-serif);
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin: 0 0 36px;
  line-height: 1.6;
}

.page_ctaButtons__rjB5t {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.page_btnPrimary__3zK8G {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: var(--yellow);
  color: var(--bg-deep);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: all 0.2s ease;
}

.page_btnPrimary__3zK8G:hover {
  background: var(--yellow-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,196,0,0.4);
}

.page_btnSecondary__OCjC8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 0.2s ease;
}

.page_btnSecondary__OCjC8:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-2px);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .page_grid__qUxZ_ { columns: 2; }
}

@media (max-width: 640px) {
  .page_grid__qUxZ_ { columns: 1; }
  .page_ctaButtons__rjB5t { flex-direction: column; align-items: center; }
  .page_btnPrimary__3zK8G, .page_btnSecondary__OCjC8 { width: 100%; justify-content: center; }
}
