:root { --cv-red:#d51f2b; --cv-ink:#101b24; --cv-slate:#56646e; --cv-line:#dce2e5; --cv-soft:#f3f5f6; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--cv-ink); background: #fff; font-family: Inter, Arial, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Barlow Condensed", Arial, sans-serif; line-height: 1.04; }
h1 { margin-bottom: 22px; font-size: clamp(3.5rem, 7vw, 6.4rem); font-weight: 800; }
h2 { margin-bottom: 18px; font-size: clamp(2.35rem, 4vw, 4rem); font-weight: 800; }
.cv-shell { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }
.cv-eyebrow { margin: 0 0 12px; color: var(--cv-red); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cv-hero { position: relative; overflow: hidden; color: #fff; background: var(--cv-ink); }
.cv-hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 12% 20%, rgba(213,31,43,.3), transparent 30%); }
.cv-hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; min-height: 630px; padding-top: 70px; padding-bottom: 70px; }
.cv-lead { max-width: 650px; color: #d2dce1; font-size: 1.16rem; }
.cv-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 29px; }
.cv-actions a { color: #fff; font-weight: 800; text-decoration: none; }
.cv-button { display: inline-flex; min-height: 52px; padding: 13px 22px; align-items: center; background: var(--cv-red); }
.cv-actions a:not(.cv-button):hover { text-decoration: underline; }
.cv-hero-image { position: relative; padding: 16px; border: 1px solid rgba(255,255,255,.18); }
.cv-hero-image::after { position: absolute; right: -18px; bottom: -18px; width: 100px; height: 100px; border: 10px solid var(--cv-red); content: ""; }
.cv-hero-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.cv-hero-testimonials .cv-hero-image img { object-fit: contain; background: #fff; }

.cv-statement { padding: 95px 0; background: #fff; }
.cv-statement-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.cv-statement-grid h2 { margin-bottom: 0; }
.cv-statement-grid > p { margin: 0; padding-left: 29px; color: var(--cv-slate); border-left: 4px solid var(--cv-red); font-size: 1.08rem; }
.cv-pillars, .cv-review-themes { padding: 100px 0; background: var(--cv-soft); }
.cv-heading { max-width: 800px; margin-bottom: 40px; }
.cv-heading > p:last-child { color: var(--cv-slate); }
.cv-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cv-card-grid article { min-height: 245px; padding: 28px 25px; border: 1px solid var(--cv-line); border-top: 4px solid var(--cv-red); background: #fff; }
.cv-card-grid article > span { display: block; margin-bottom: 30px; color: var(--cv-red); font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 800; }
.cv-card-grid h3 { margin-bottom: 10px; font-size: 1.55rem; }
.cv-card-grid p { margin: 0; color: var(--cv-slate); font-size: .86rem; }
.cv-card-wide { grid-column: span 3; min-height: 180px !important; }
.cv-card-grid-three article { min-height: 230px; }

.cv-testimonials { padding: 100px 0; background: #fff; }
.cv-quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cv-quote-grid article { position: relative; min-height: 330px; padding: 38px; border: 1px solid var(--cv-line); background: var(--cv-soft); }
.cv-quote-mark { position: absolute; top: 15px; right: 27px; color: rgba(213,31,43,.14); font-family: Georgia, serif; font-size: 7rem; line-height: 1; }
.cv-quote-grid blockquote { position: relative; margin: 15px 0 22px; color: var(--cv-ink); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 2rem; font-weight: 800; line-height: 1.15; }
.cv-quote-grid article > p { color: var(--cv-slate); }
.cv-quote-grid footer { position: absolute; right: 38px; bottom: 30px; left: 38px; padding-top: 18px; border-top: 1px solid var(--cv-line); }
.cv-quote-grid footer strong, .cv-quote-grid footer span { display: block; }
.cv-quote-grid footer span { margin-top: 3px; color: var(--cv-slate); font-size: .75rem; }
.cv-source-note { margin: 24px 0 0; color: var(--cv-slate); font-size: .78rem; }
.cv-source-note a { color: var(--cv-red); font-weight: 700; }

.cv-link-band { padding: 62px 0; color: #fff; background: var(--cv-red); }
.cv-link-band .cv-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.3); }
.cv-link-band a { display: flex; flex-direction: column; min-height: 130px; padding: 28px; background: var(--cv-red); text-decoration: none; }
.cv-link-band a:hover { background: #b61620; }
.cv-link-band span { color: #ffd4d7; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cv-link-band strong { margin-top: 9px; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.5rem; }

.cv-footer { padding-top: 60px; color: #c4cdd2; background: #0b1218; }
.cv-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; padding-bottom: 42px; }
.cv-footer img { width: 205px; margin-bottom: 15px; }
.cv-footer p { max-width: 320px; font-size: .84rem; }
.cv-footer h2 { margin-bottom: 14px; color: #fff; font-size: 1.05rem; letter-spacing: .05em; text-transform: uppercase; }
.cv-footer a { display: block; margin: 7px 0; color: #c4cdd2; font-size: .84rem; text-decoration: none; }
.cv-footer a:hover { color: #fff; }
.cv-footer-bottom { padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }

@media (max-width: 900px) {
  .cv-hero-grid, .cv-statement-grid { grid-template-columns: 1fr; gap: 45px; }
  .cv-card-grid { grid-template-columns: repeat(2, 1fr); }
  .cv-card-wide { grid-column: span 2; }
}
@media (max-width: 650px) {
  .cv-shell { width: calc(100% - 28px); }
  .cv-hero-grid { min-height: auto; padding-top: 55px; padding-bottom: 72px; }
  .cv-hero-image::after { display: none; }
  .cv-statement, .cv-pillars, .cv-testimonials, .cv-review-themes { padding: 70px 0; }
  .cv-statement-grid > p { padding-left: 19px; }
  .cv-card-grid, .cv-quote-grid, .cv-link-band .cv-shell, .cv-footer-grid { grid-template-columns: 1fr; }
  .cv-card-wide { grid-column: auto; }
  .cv-quote-grid article { min-height: 360px; padding: 30px 25px; }
  .cv-quote-grid footer { right: 25px; left: 25px; }
}
