:root {
	--feedback-navy: #08345f;
	--feedback-blue: #1269d3;
	--feedback-teal: #08766f;
	--feedback-mint: #79e1ba;
	--feedback-orange: #ef6c21;
	--feedback-ink: #18324a;
	--feedback-muted: #5b7185;
	--feedback-line: #dce6ed;
	--feedback-soft: #f3f8fb;
}

.ipser-feedback-page,
.ipser-feedback-page * { box-sizing: border-box; }

.ipser-feedback-page {
	background: #fff;
	color: var(--feedback-ink);
	font-family: Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
}

.ipser-feedback-page h1,
.ipser-feedback-page h2,
.ipser-feedback-page h3,
.ipser-feedback-page p { margin-top: 0; }

.ipser-feedback-page h1,
.ipser-feedback-page h2,
.ipser-feedback-page h3 { color: var(--feedback-navy); line-height: 1.15; }

.ipser-feedback-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.ipser-feedback-hero {
	background: linear-gradient(130deg, #062f58 0%, #0d568b 62%, #08766f 100%);
	color: #fff;
	padding: 44px 0 68px;
}

.ipser-feedback-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 46px; color: #c4d9e8; font-size: 14px; }
.ipser-feedback-breadcrumb a { color: #fff; text-decoration: none; }
.ipser-feedback-breadcrumb a:hover { text-decoration: underline; }

.ipser-feedback-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 72px; align-items: center; }
.ipser-feedback-eyebrow { margin-bottom: 12px; color: #9fe8d2; font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ipser-feedback-hero h1 { max-width: 760px; margin-bottom: 22px; color: #fff; font-size: clamp(42px, 5.3vw, 68px); letter-spacing: -.025em; }
.ipser-feedback-lead { max-width: 760px; margin-bottom: 30px; color: #e7f1f8; font-size: 21px; line-height: 1.55; }
.ipser-feedback-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.ipser-feedback-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 2px solid transparent; border-radius: 9px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none !important; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.ipser-feedback-button:hover { transform: translateY(-2px); }
.ipser-feedback-button--primary { background: var(--feedback-orange); color: #fff !important; }
.ipser-feedback-button--primary:hover { background: #d65a12; }
.ipser-feedback-button--ghost { border-color: rgba(255,255,255,.55); color: #fff !important; }
.ipser-feedback-button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.ipser-feedback-proof { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.1); box-shadow: 0 24px 60px rgba(0,0,0,.16); backdrop-filter: blur(8px); }
.ipser-feedback-proof div { padding: 22px 26px; border-bottom: 1px solid rgba(255,255,255,.16); }
.ipser-feedback-proof div:last-child { border-bottom: 0; }
.ipser-feedback-proof strong { display: block; margin-bottom: 2px; color: #fff; font-size: 27px; line-height: 1.2; }
.ipser-feedback-proof span { color: #d7e8f1; font-size: 15px; }

.ipser-feedback-featured { padding: 76px 0; background: var(--feedback-soft); }
.ipser-feedback-featured__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 62px; align-items: center; }
.ipser-video-facade { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 18px; background: #061d31; box-shadow: 0 24px 55px rgba(8,52,95,.18); }
.ipser-video-facade img { width: 100%; height: 100%; object-fit: cover; }
.ipser-video-facade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(2,20,35,.42)); pointer-events: none; }
.ipser-video-facade button { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 78px; height: 58px; padding: 0; transform: translate(-50%, -50%); border: 0; border-radius: 16px; background: #e62117; color: #fff; font-size: 27px; box-shadow: 0 14px 34px rgba(0,0,0,.3); transition: transform .18s ease, background .18s ease; }
.ipser-video-facade button:hover { transform: translate(-50%, -50%) scale(1.06); background: #c91c13; }
.ipser-video-facade iframe { width: 100%; height: 100%; border: 0; }
.ipser-feedback-featured__content h2 { margin-bottom: 20px; font-size: clamp(32px, 4vw, 46px); }
.ipser-feedback-quote { margin-bottom: 18px; color: #344f67; font-size: 20px; line-height: 1.65; }
.ipser-feedback-person { margin-bottom: 21px; color: var(--feedback-teal); font-size: 15px; font-weight: 800; }
.ipser-feedback-text-link { color: var(--feedback-blue) !important; font-weight: 800; text-decoration: none; }
.ipser-feedback-text-link:hover { text-decoration: underline; }

.ipser-feedback-directory { scroll-margin-top: 105px; padding: 78px 0 88px; background: #fff; }
.ipser-feedback-directory__heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 28px; }
.ipser-feedback-directory__heading h2 { margin-bottom: 0; font-size: clamp(32px, 4vw, 44px); }
.ipser-feedback-directory__heading > p { max-width: 410px; margin-bottom: 5px; color: var(--feedback-muted); }

.ipser-feedback-filters { display: flex; overflow-x: auto; gap: 9px; margin: 0 0 36px; padding: 2px 2px 10px; scrollbar-width: thin; }
.ipser-feedback-filters a { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--feedback-line); border-radius: 999px; background: #fff; color: #36536b; font-size: 14px; font-weight: 700; text-decoration: none; }
.ipser-feedback-filters a:hover,
.ipser-feedback-filters a.is-active { border-color: #9fd5cc; background: #eaf7f3; color: #076d66; }
.ipser-feedback-filters a span { margin-left: 4px; opacity: .65; }

.ipser-feedback-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ipser-feedback-card { display: flex; overflow: hidden; min-width: 0; flex-direction: column; border: 1px solid var(--feedback-line); border-radius: 15px; background: #fff; box-shadow: 0 9px 30px rgba(8,52,95,.065); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ipser-feedback-card:hover { transform: translateY(-4px); border-color: #b7d6e5; box-shadow: 0 18px 42px rgba(8,52,95,.12); }
.ipser-feedback-card__media { position: relative; display: grid; overflow: hidden; aspect-ratio: 4 / 3; place-items: center; padding: 8px; background: linear-gradient(145deg, #edf3f6, #f8fbfc); }
.ipser-feedback-card__media img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.ipser-feedback-video-badge { position: absolute; right: 12px; bottom: 12px; padding: 6px 9px; border-radius: 7px; background: rgba(6,35,59,.9); color: #fff; font-size: 12px; font-weight: 800; }
.ipser-feedback-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.ipser-feedback-category { align-self: flex-start; margin-bottom: 12px; color: var(--feedback-teal) !important; font-size: 12px; font-weight: 800; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.ipser-feedback-card h3 { margin-bottom: 12px; font-size: 23px; }
.ipser-feedback-card h3 a { color: var(--feedback-navy) !important; text-decoration: none; }
.ipser-feedback-card h3 a:hover { color: var(--feedback-blue) !important; }
.ipser-feedback-card__body > p { flex: 1; margin-bottom: 22px; color: var(--feedback-muted); font-size: 16px; line-height: 1.6; }
.ipser-feedback-card__footer { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding-top: 16px; border-top: 1px solid #edf1f4; font-size: 14px; }
.ipser-feedback-card__footer > span { color: #36536b; font-weight: 800; }
.ipser-feedback-card__footer a { color: var(--feedback-blue) !important; font-weight: 800; text-decoration: none; }

.ipser-feedback-inline-cta { display: flex; float: none; grid-column: 1 / -1; justify-content: space-between; gap: 28px; align-items: center; width: 100%; min-width: 0; margin: 8px 0; padding: 28px 32px; border-radius: 15px; background: linear-gradient(110deg, #eaf7f3, #edf5ff); }
.ipser-feedback-inline-cta > div { min-width: 0; }
.ipser-feedback-inline-cta strong { display: block; margin-bottom: 3px; color: var(--feedback-navy); font-size: 22px; }
.ipser-feedback-inline-cta span { color: var(--feedback-muted); }
.ipser-feedback-inline-cta > a { flex: 0 0 auto; padding: 12px 18px; border-radius: 8px; background: var(--feedback-teal); color: #fff !important; font-weight: 800; text-decoration: none; }
.ipser-feedback-inline-cta > a:hover { background: #055d58; }

.ipser-feedback-pagination { margin-top: 46px; }
.ipser-feedback-pagination ul { display: flex; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ipser-feedback-pagination a,
.ipser-feedback-pagination span { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 7px 12px; border: 1px solid var(--feedback-line); border-radius: 8px; color: var(--feedback-navy); text-decoration: none; }
.ipser-feedback-pagination .current { border-color: var(--feedback-teal); background: var(--feedback-teal); color: #fff; font-weight: 800; }
.ipser-feedback-pagination a:hover { background: var(--feedback-soft); }

.ipser-feedback-empty { padding: 44px; border-radius: 15px; background: var(--feedback-soft); text-align: center; }
.ipser-feedback-empty a { color: var(--feedback-blue); font-weight: 800; }

.ipser-feedback-final { padding: 0 0 88px; }
.ipser-feedback-final__card { display: flex; justify-content: space-between; gap: 38px; align-items: center; padding: 46px 50px; border-radius: 20px; background: var(--feedback-navy); color: #fff; box-shadow: 0 22px 55px rgba(8,52,95,.16); }
.ipser-feedback-final__card h2 { margin-bottom: 10px; color: #fff; font-size: clamp(30px, 3.6vw, 42px); }
.ipser-feedback-final__card p:not(.ipser-feedback-eyebrow) { max-width: 740px; margin-bottom: 0; color: #d8e7f0; }
.ipser-feedback-final__card > a { flex: 0 0 auto; }

.ipser-feedback-page a:focus-visible,
.ipser-feedback-page button:focus-visible { outline: 3px solid #f8bc48; outline-offset: 3px; }

@media (max-width: 980px) {
	.ipser-feedback-hero__grid,
	.ipser-feedback-featured__grid { grid-template-columns: 1fr; gap: 40px; }
	.ipser-feedback-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
	.ipser-feedback-proof div { border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0; }
	.ipser-feedback-proof div:last-child { border-right: 0; }
	.ipser-feedback-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ipser-feedback-directory__heading { display: block; }
	.ipser-feedback-directory__heading > p { margin-top: 12px; }
}

@media (max-width: 680px) {
	.ipser-feedback-shell { width: min(100% - 28px, 1180px); }
	.ipser-feedback-hero { padding: 28px 0 48px; }
	.ipser-feedback-breadcrumb { margin-bottom: 32px; }
	.ipser-feedback-hero h1 { font-size: clamp(37px, 11vw, 52px); }
	.ipser-feedback-lead { font-size: 18px; }
	.ipser-feedback-actions { display: grid; }
	.ipser-feedback-proof { display: block; }
	.ipser-feedback-proof div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
	.ipser-feedback-featured,
	.ipser-feedback-directory { padding: 56px 0; }
	.ipser-feedback-featured__grid { gap: 30px; }
	.ipser-video-facade { border-radius: 13px; }
	.ipser-video-facade button { width: 66px; height: 50px; }
	.ipser-feedback-grid { grid-template-columns: 1fr; }
	.ipser-feedback-inline-cta,
	.ipser-feedback-final__card { display: block; padding: 28px 24px; }
	.ipser-feedback-inline-cta > a,
	.ipser-feedback-final__card > a { width: 100%; margin-top: 20px; }
	.ipser-feedback-card h3 { font-size: 22px; }
	.ipser-feedback-final { padding-bottom: 60px; }
}

@media (prefers-reduced-motion: reduce) {
	.ipser-feedback-page *,
	.ipser-feedback-page *::before,
	.ipser-feedback-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
