/* ============================================================
   KupiLED — Commercial / Service Pages
   Shared template: cp-* classes
   (industrijska, trgovine, ugostiteljstvo, uredska, sportski tereni)
   Pure restyle — DOM/class names unchanged, no regeneration needed.

   Direction: "the page is a space being lit" — cinematic dark
   hero, Kelvin color-temperature ribbon (2700K amber → 6500K
   blue) as signature accent, glowing dark stat lightboxes,
   pendant-lamp CTA band, editorial numbered sections.
   ============================================================ */

:root {
  --blue:       #54a2c0;
  --blue-dark:  #3f7bb5;
  --green:      #a2c054;
  --green-dark: #7ab32e;

  --ink:        #1b232d;   /* headings on light */
  --ink-deep:   #0e141b;   /* dark bands */
  --text:       #49525c;
  --text-light: #6e7681;

  --warm:       #ffbf69;   /* 2700K accent */
  --warm-deep:  #b3801f;   /* amber legible on light bg */
  --paper:      #f7f5ef;   /* warm band */
  --line:       #e8e3d8;   /* hairline on paper */
  --line-cool:  #e7eaee;   /* hairline on white */

  --font:       'Inter', Arial, sans-serif;
  --font-head:  'Cormorant', Georgia, serif;
  --font-label: 'Jost', 'Inter', sans-serif;

  --max-w:      840px;
  --max-w-wide: 1140px;
  --r:          10px;
  --r-sm:       6px;
  --pill:       999px;

  /* color-temperature scale: 2700K → 6500K */
  --kelvin: linear-gradient(90deg,
    #ffb454 0%, #ffd9a0 30%, #fdfdfb 52%, #bfe0f4 74%, #5aa6cd 100%);
}

/* ── Hero — cinematic, bottom-left ─────────────────────── */
.cp-hero {
  position: relative;
  width: 100%;
  min-height: 540px;
  height: 72vh;
  background: var(--ink-deep) center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.cp-hero::before {           /* cinematic scrim, heavier lower-left */
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(66deg, rgba(8,12,17,.82) 0%, rgba(8,12,17,.42) 46%, rgba(8,12,17,.10) 78%),
    linear-gradient(180deg, rgba(8,12,17,.30) 0%, transparent 32%, rgba(8,12,17,.46) 100%);
  z-index: -1;
}
.cp-hero::after {            /* Kelvin ribbon */
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: var(--kelvin);
}

.cp-hero__inner {
  width: 100%;
  max-width: var(--max-w-wide);
  margin: 0 auto;
  padding: 120px 28px 88px;
  text-align: left;
}

.cp-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 13px;
  color: rgba(255,255,255,.88);
  text-transform: uppercase;
  letter-spacing: .3em;
  margin: 0 0 24px;
}
.cp-eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--warm);
  box-shadow: 0 0 12px rgba(255,184,77,.8);
  flex: 0 0 auto;
}

.cp-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(42px, 5.6vw, 78px);
  font-weight: 600;
  color: #fff;
  line-height: 1.04;
  letter-spacing: -.01em;
  margin: 0 0 20px;
  max-width: 17ch;
  text-shadow: 0 2px 30px rgba(0,0,0,.45);
}

.cp-hero .cp-intro {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  text-align: left;
  opacity: .94;
  text-shadow: 0 1px 14px rgba(0,0,0,.4);
  margin: 0 0 34px;
  max-width: 56ch;
}

/* hero load-in */
@keyframes cpFadeUp {
  from { opacity: 0; translate: 0 22px; }
  to   { opacity: 1; translate: 0 0; }
}
.cp-hero__inner > * { animation: cpFadeUp .8s cubic-bezier(.2,.7,.2,1) both; }
.cp-hero__inner > *:nth-child(2) { animation-delay: .09s; }
.cp-hero__inner > *:nth-child(3) { animation-delay: .18s; }
.cp-hero__inner > *:nth-child(4) { animation-delay: .27s; }
@media (prefers-reduced-motion: reduce) { .cp-hero__inner > * { animation: none; } }

/* ── Buttons ───────────────────────────────────────────── */
/* `.wp-page-content .cp-*` specificity needed to beat
   page.css `.wp-page-content a` link color */
.cp-btn,
.wp-page-content .cp-btn {
  display: inline-block;
  padding: 17px 36px;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #fff;
  font-family: var(--font-label);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--r-sm);
  box-shadow: 0 8px 22px rgba(122,179,46,.28);
  transition: transform .16s ease, box-shadow .2s ease, filter .2s ease;
}
.cp-btn:hover,
.wp-page-content .cp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(122,179,46,.4);
  filter: brightness(1.05);
  text-decoration: none;
  color: #fff;
}
.cp-btn--outline,
.wp-page-content .cp-btn--outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,.85);
  color: #fff;
  box-shadow: none;
}
.cp-btn--outline:hover,
.wp-page-content .cp-btn--outline:hover { background: rgba(255,255,255,.14); box-shadow: none; }

/* ── Sections ──────────────────────────────────────────── */
.cp-section { padding: 92px 28px; }

/* warm paper bands */
.cp-section:has(.cp-usps),
.cp-section:has(.cp-benefits),
.cp-section:has(.dipi_faq) {
  background: var(--paper);
}

.cp-container       { max-width: var(--max-w);      margin: 0 auto; }
.cp-container--wide { max-width: var(--max-w-wide); margin: 0 auto; }

/* numbered editorial titles */
.wp-page-content { counter-reset: cpsec; }

.wp-page-content .cp-section-title {
  counter-increment: cpsec;
  font-family: var(--font-head);
  font-size: clamp(31px, 3.4vw, 44px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -.01em;
  margin: 0 0 30px;
  max-width: 26ch;
  text-align: left;
}
.wp-page-content .cp-section-title::before {
  content: counter(cpsec, decimal-leading-zero);
  display: block;
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .34em;
  color: var(--warm-deep);
  margin: 0 0 16px;
}
.wp-page-content .cp-section-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 22px 0 0;
  border-radius: var(--pill);
  background: var(--kelvin);
}

/* kicker — eyebrow line above a title; takes over the numeral */
.wp-page-content .cp-kicker {
  counter-increment: cpsec;
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--warm-deep);
  margin: 0 0 16px;
}
.wp-page-content .cp-kicker::before {
  content: counter(cpsec, decimal-leading-zero);
  letter-spacing: .34em;
}
.wp-page-content .cp-kicker::after {
  content: "";
  align-self: center;
  width: 36px;
  height: 1px;
  background: var(--line);
  flex: 0 0 auto;
}
.wp-page-content .cp-kicker + .cp-section-title { counter-increment: none; }
.wp-page-content .cp-kicker + .cp-section-title::before { content: none; }

.cp-subtitle {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
  text-align: left;
  margin: 0 0 28px;
  line-height: 1.5;
}

.cp-intro {
  font-family: var(--font);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text);
  margin: 0 0 38px;
  max-width: 70ch;
  text-align: left;
}

/* ── Chips (product type links) ────────────────────────── */
.cp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin: 0;
}
.cp-chips br { display: none; }

.cp-chip,
.wp-page-content .cp-chip {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 13px 24px;
  background: #fff;
  border: 1px solid var(--line-cool);
  border-radius: var(--pill);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(18,28,40,.04);
  transition: background .22s, border-color .22s, color .22s, transform .18s, box-shadow .22s;
}
.cp-chip::before {           /* the bulb — lights up on hover */
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--warm);
  box-shadow: 0 0 6px rgba(255,180,80,.55);
  flex: 0 0 auto;
  transition: box-shadow .25s, background .25s;
}
.cp-chip:hover,
.wp-page-content .cp-chip:hover {
  background: var(--ink-deep);
  border-color: var(--ink-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(14,20,27,.22);
  text-decoration: none;
}
.cp-chip:hover::before {
  background: #ffd9a0;
  box-shadow: 0 0 10px 2px rgba(255,190,95,.95);
}

/* ── USP blurbs ────────────────────────────────────────── */
.cp-usps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.cp-usp {
  background: #fff;
  padding: 30px 32px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cp-usp:hover {
  transform: translateY(-3px);
  border-color: #ddd5c4;
  box-shadow: 0 16px 34px rgba(31,24,10,.07);
}

.cp-usp-label {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--ink);
  margin: 0 0 13px;
}
.cp-usp-label::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: var(--pill);
  background: var(--kelvin);
  flex: 0 0 auto;
}

.cp-usp p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text);
  margin: 0;
}

/* ── Stat counters — dark lightboxes ───────────────────── */
.cp-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.cp-stat {
  position: relative;
  text-align: center;
  padding: 46px 28px 40px;
  background:
    radial-gradient(120% 90% at 50% -20%, rgba(255,190,105,.16), transparent 58%),
    linear-gradient(180deg, #151d27, #0d131a);
  border: 1px solid #242f3b;
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cp-stat::before {           /* lit ceiling strip */
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 2px;
  background: var(--kelvin);
  box-shadow: 0 2px 18px 1px rgba(255,196,110,.35);
}
.cp-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(10,15,21,.3);
}

.cp-stat-number {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  color: #ffe2b0;
  text-shadow: 0 0 22px rgba(255,184,77,.45), 0 0 70px rgba(255,184,77,.22);
  transition: text-shadow .35s ease;
}
.cp-stat:hover .cp-stat-number {
  text-shadow: 0 0 26px rgba(255,184,77,.7), 0 0 90px rgba(255,184,77,.35);
}

.cp-stat-label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: rgba(238,242,246,.66);
  line-height: 1.55;
  max-width: 30ch;
  margin: 0 auto;
}

/* ── "Jeste li znali?" callout — warm glow ─────────────── */
.cp-callout {
  position: relative;
  background: linear-gradient(135deg, #fff8eb 0%, #fdf2dd 100%);
  border: 1px solid #f0e1c2;
  border-radius: var(--r);
  padding: 32px 36px 32px 94px;
}
.cp-callout::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 32px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b3801f'%20stroke-width='1.7'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M9%2018h6'/%3E%3Cpath%20d='M10%2022h4'/%3E%3Cpath%20d='M15.09%2014c.18-.98.65-1.74%201.41-2.5A4.65%204.65%200%200%200%2018%208%206%206%200%200%200%206%208c0%201%20.23%202.23%201.5%203.5.76.76%201.23%201.52%201.41%202.5'/%3E%3C/svg%3E")
    center / 22px 22px no-repeat,
    #fff;
  box-shadow: 0 0 0 1px #f0e1c2, 0 6px 18px rgba(179,128,31,.18);
}

.cp-callout-label {
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: var(--warm-deep);
  margin: 0 0 10px;
}

.cp-callout p {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--ink);
  margin: 0;
}
.cp-callout .cp-callout-label + p,
.cp-callout p + p { margin-top: 0; }

/* ── Service steps — editorial numerals ────────────────── */
.wp-page-content .cp-service-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  max-width: 760px;
  counter-reset: step;
}

.cp-service-list li {
  counter-increment: step;
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 23px 6px;
  border-bottom: 1px solid var(--line-cool);
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text);
  transition: transform .22s ease;
}
.cp-service-list li:last-child { border-bottom: none; }
.cp-service-list li:hover { transform: translateX(6px); }
.cp-service-list li:hover::before { color: var(--blue-dark); }

.cp-service-list li::before {
  content: counter(step, decimal-leading-zero);
  flex-shrink: 0;
  min-width: 46px;
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  padding-top: 1px;
  color: var(--blue);
  transition: color .22s ease;
}

/* ── CTA banner — pendant lamp in a dark room ──────────── */
.cp-cta-banner {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(46% 58% at 50% 26%, rgba(255,188,100,.17), transparent 64%),
    var(--ink-deep);
  padding: 138px 24px 92px;
}
.cp-cta-banner::before {     /* the cord */
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 64px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,205,130,.9));
}
.cp-cta-banner::after {      /* the bulb */
  content: "";
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffdca6;
  box-shadow:
    0 0 14px 4px rgba(255,196,110,.85),
    0 0 46px 18px rgba(255,180,80,.35),
    0 0 130px 70px rgba(255,170,60,.13);
  animation: cpGlow 4.5s ease-in-out infinite alternate;
}
@keyframes cpGlow {
  from { opacity: .82; }
  to   { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .cp-cta-banner::after { animation: none; } }

.cp-cta-banner h2 {
  position: relative;
  font-family: var(--font-head);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 600;
  color: #fdf9f2;
  margin: 0 0 32px;
  text-shadow: 0 2px 34px rgba(255,180,90,.25);
}
.cp-cta-banner .cp-btn { position: relative; }

/* ── Projects — gallery ────────────────────────────────── */
.cp-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 14px;
}

.cp-project {
  display: flex;
  flex-direction: column;
  background: transparent;
  text-align: left;
}
.cp-project p:empty { display: none; }

.cp-project img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: var(--r);
  box-shadow: 0 10px 26px rgba(14,20,27,.1);
  transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}
.cp-project:hover img {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px rgba(14,20,27,.18);
  filter: brightness(1.05) saturate(1.06);
}

.cp-project-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin: 18px 2px 6px;
  line-height: 1.4;
}

.cp-project > p:last-child { margin: 0 2px; }

.cp-project-link,
.wp-page-content .cp-project-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 600;
  color: var(--blue-dark);
  text-transform: uppercase;
  letter-spacing: .18em;
  text-decoration: none;
}
.cp-project-link::after {
  content: "→";
  transition: transform .2s ease;
}
.cp-project:hover .cp-project-link::after { transform: translateX(5px); }
.cp-project-link:hover,
.wp-page-content .cp-project-link:hover { text-decoration: none; color: var(--blue); }

/* ── Benefits grid ─────────────────────────────────────── */
.cp-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 10px 0 0;
}

.cp-benefit {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 27px 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.cp-benefit:hover {
  transform: translateY(-3px);
  border-color: #cfdcaa;
  box-shadow: 0 16px 32px rgba(50,68,18,.08);
}
.cp-benefit::before {
  content: "";
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%237ab32e'%20stroke-width='2.6'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpolyline%20points='20%206%209%2017%204%2012'/%3E%3C/svg%3E")
    center / 19px 19px no-repeat,
    #f2f7e5;
  border: 1px solid #dde8c0;
}

/* "why us" — editorial pull-quote */
.cp-why-us {
  font-family: var(--font-head);
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  color: var(--ink);
  margin: 44px 0 0;
  padding: 8px 0 8px 32px;
  max-width: 56ch;
  background: transparent;
  border: none;
  border-left: 2px solid;
  border-image: linear-gradient(180deg, var(--warm), var(--blue)) 1;
}

/* supporting copy under the pull-quote */
.cp-why-us-more {
  max-width: 60ch;
  margin: 26px 0 0;
  padding-left: 34px;
}
.cp-why-us-more p {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.78;
  color: var(--text);
  margin: 0 0 14px;
}
.cp-why-us-more p:last-child { margin-bottom: 0; }

/* ── Tips — warm advice cards ──────────────────────────── */
.cp-tips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.cp-tip {
  padding: 32px 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 2px solid var(--warm);
  border-radius: var(--r);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cp-tip:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(31,24,10,.08);
}

.cp-tip-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-label);
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--warm-deep);
  margin: 0 0 14px;
  line-height: 1.45;
}
.cp-tip-label::before {
  content: "";
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b3801f'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M9%2018h6'/%3E%3Cpath%20d='M10%2022h4'/%3E%3Cpath%20d='M15.09%2014c.18-.98.65-1.74%201.41-2.5A4.65%204.65%200%200%200%2018%208%206%206%200%200%200%206%208c0%201%20.23%202.23%201.5%203.5.76.76%201.23%201.52%201.41%202.5'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.cp-tip p {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text);
  margin: 0;
}

/* ── FAQ — hairline list (overrides page.css boxes) ────── */
.cp-section .dipi_faq::before {
  content: "Često postavljana pitanja";
  display: block;
  font-family: var(--font-head);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 26px;
}

.cp-section .dipi-faq-wrapper { border-top: 1px solid var(--line); }

.cp-section .dipi-faq-entry {
  border: none;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 0;
  margin: 0;
}
.cp-section .dipi-faq-entry.open { border-color: var(--line); }

.cp-section .dipi-faq-title { padding: 22px 48px 22px 0; }

.cp-section .dipi-faq-title h2 {
  font-family: var(--font);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
}
.cp-section .dipi-faq-entry.open .dipi-faq-title h2 {
  font-weight: 600;
  color: var(--green-dark);
}

.cp-section .dipi-faq-title::after {
  right: 6px;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #9aa3ad;
  border-bottom: 1.5px solid #9aa3ad;
}
.cp-section .dipi-faq-entry.open .dipi-faq-title::after {
  border-color: var(--green-dark);
}

.cp-section .dipi-faq-content {
  padding: 0 56px 26px 0;
  font-size: 15.5px;
  color: var(--text);
}

/* ── Contact closing — lights out ──────────────────────── */
.cp-closing {
  background:
    radial-gradient(55% 70% at 50% 118%, rgba(255,188,100,.15), transparent 62%),
    var(--ink-deep);
  text-align: center;
  padding: 108px 24px 100px;
}
.cp-closing .cp-container::before {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  border-radius: var(--pill);
  background: var(--kelvin);
  margin: 0 auto 38px;
}
.cp-closing p {
  font-family: var(--font-head);
  font-size: clamp(22px, 2.6vw, 29px);
  font-weight: 400;
  line-height: 1.55;
  color: #f4f1ea;
  max-width: 27em;
  margin: 0 auto 36px;
}
.cp-closing p:last-child { margin-bottom: 0; }

/* contact info row inside the closing band */
.cp-contact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 920px;
  margin: 0 auto 44px;
}
.cp-contact-item {
  padding: 24px 20px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r);
  font-family: var(--font);
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(244,241,234,.85);
}
.cp-contact-label {
  display: block;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 9px;
}
.cp-contact-item a,
.wp-page-content .cp-contact-item a {
  color: #fff;
  text-decoration: none;
}
.cp-contact-item a:hover,
.wp-page-content .cp-contact-item a:hover { color: var(--warm); }

/* ── Scroll reveals (progressive enhancement) ──────────── */
@keyframes cpRise {
  from { opacity: 0; translate: 0 26px; }
  to   { opacity: 1; translate: 0 0; }
}
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .wp-page-content .cp-section-title,
    .wp-page-content .cp-kicker,
    .cp-chip,
    .cp-usp,
    .cp-stat,
    .cp-callout,
    .cp-service-list li,
    .cp-project,
    .cp-benefit,
    .cp-why-us,
    .cp-tip {
      animation: cpRise .9s cubic-bezier(.2,.7,.2,1) both;
      animation-timeline: view();
      animation-range: entry 5% entry 32%;
    }
  }
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 980px) {
  .cp-hero { height: 64vh; min-height: 480px; }
  .cp-hero__inner { padding: 100px 24px 68px; }
  .cp-section { padding: 68px 22px; }
  .cp-projects { grid-template-columns: repeat(2, 1fr); }
  .cp-benefits { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .cp-hero { height: 58vh; min-height: 420px; }
  .cp-hero__inner { padding: 80px 18px 52px; }
  .cp-eyebrow { font-size: 11px; letter-spacing: .24em; gap: 11px; }
  .cp-eyebrow::before { width: 30px; }
  .cp-section { padding: 56px 18px; }
  .cp-intro { font-size: 16px; margin-bottom: 30px; }
  .cp-chip { padding: 11px 19px; font-size: 12px; }
  .cp-usps { grid-template-columns: 1fr; gap: 14px; }
  .cp-usp { padding: 26px 24px; }
  .cp-stats { grid-template-columns: 1fr 1fr; gap: 14px; }
  .cp-stat { padding: 36px 18px 32px; }
  .cp-callout { padding: 26px 24px; }
  .cp-callout::before { position: static; display: block; margin: 0 0 16px; }
  .cp-service-list li { gap: 18px; padding: 19px 2px; font-size: 15.5px; }
  .cp-service-list li::before { font-size: 26px; min-width: 36px; }
  .cp-cta-banner { padding: 116px 20px 70px; }
  .cp-cta-banner::before { height: 52px; }
  .cp-cta-banner::after { top: 52px; }
  .cp-projects { grid-template-columns: 1fr; gap: 34px; }
  .cp-benefits { grid-template-columns: 1fr; gap: 14px; }
  .cp-why-us { font-size: 20px; padding-left: 22px; margin-top: 36px; }
  .cp-why-us-more { padding-left: 24px; }
  .cp-contact-row { grid-template-columns: 1fr; gap: 12px; max-width: 460px; }
  .cp-contact-item { text-align: center; padding: 20px 18px; }
  .cp-tips { grid-template-columns: 1fr; gap: 14px; }
  .cp-tip { padding: 26px 24px; }
  .cp-section .dipi-faq-title { padding: 18px 38px 18px 0; }
  .cp-section .dipi-faq-content { padding: 0 38px 22px 0; }
  .cp-closing { padding: 80px 20px 76px; }
}

@media (max-width: 440px) {
  .cp-stats { grid-template-columns: 1fr; }
}

/* ============================================================
   Shared commercial layout
   Used by redesigned B2B pages as they are migrated.
   ============================================================ */

.cp-dark-page {
  --cpd-bg: #fff;
  --cpd-text: #1b1d14;
  --cpd-muted: #5e6255;
  --cpd-line: #d9ddcf;
  --cpd-line-soft: rgba(207, 239, 125, .28);
  --cpd-lime: #cfef7d;
  --cpd-lime-ink: #3a4d00;
  --cpd-blue: #54a2c0;
  --cpd-cream: #fafaf0;
  --cpd-max: 1140px;
  --cpd-radius: 4px;

  background: var(--cpd-bg);
  color: var(--cpd-text);
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.cp-dark-page--office {
  padding-top: 0;
}

.cp-dark-page--office .cpd-strip {
  margin-bottom: 128px;
}

.cp-dark-page--office .cpd-hero__panel--copy h1 {
  max-width: 18ch;
  font-size: clamp(48px, 4.8vw, 64px);
  line-height: 1.02;
}

.cp-dark-page--office .cpd-hero__panel--copy p:not(.cpd-kicker) {
  max-width: 58ch;
  font-size: 18px;
}

.cp-dark-page--office .cpd-hero__panel--copy .cpd-btn {
  min-height: 54px;
  padding: 0 28px;
  color: #fff;
  font-size: 16px;
  margin-top: 0.5rem;
}

.cp-dark-page--office .cpd-stats {
  margin-bottom: 118px;
}

.cp-dark-page--office .cpd-section--faq {
  padding-top: 72px;
}

.cp-dark-page--office .cpd-contact {
  margin-bottom: 0;
  padding-bottom: 72px;
}

.cp-dark-page *,
.cp-dark-page *::before,
.cp-dark-page *::after {
  box-sizing: border-box;
}

.cp-dark-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-dark-page a {
  color: inherit;
  text-decoration: none;
}

.cp-dark-page h1,
.cp-dark-page h2,
.cp-dark-page h3,
.cp-dark-page p {
  margin: 0;
  color: inherit;
  font-family: inherit;
  letter-spacing: 0;
}

.cpd-container {
  width: min(100% - 32px, var(--cpd-max));
  margin: 0 auto;
}

.cpd-container--narrow {
  width: min(100% - 32px, 720px);
}

.cpd-btn,
.wp-page-content .cpd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--cpd-lime);
  border-radius: var(--cpd-radius);
  background: var(--cpd-lime);
  color: var(--cpd-lime-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.cpd-btn:hover,
.wp-page-content .cpd-btn:hover {
  background: transparent;
  color: var(--cpd-lime);
  border-color: var(--cpd-lime);
  text-decoration: none;
  transform: translateY(-1px);
}

.cpd-btn--light,
.wp-page-content .cpd-btn--light {
  background: var(--cpd-cream);
  border-color: var(--cpd-cream);
  color: var(--cpd-lime-ink);
}

.cpd-btn--light:hover,
.wp-page-content .cpd-btn--light:hover {
  background: transparent;
  border-color: var(--cpd-lime-ink);
  color: var(--cpd-lime-ink);
}

.cpd-btn--blue,
.wp-page-content .cpd-btn--blue {
  background: var(--cpd-blue);
  border-color: var(--cpd-blue);
  color: #fff;
  margin-top: 1rem;
}

.cpd-btn--blue:hover,
.wp-page-content .cpd-btn--blue:hover {
  background: #fff;
  border-color: #fff;
  color: #17485a;
}

.cpd-kicker {
  color: var(--cpd-lime);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cpd-kicker--dark {
  color: var(--cpd-lime-ink);
}

.cpd-strip {
  width: min(100% - 32px, 1080px);
  margin: 0 auto 88px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 42px;
}

.cpd-strip h2 {
  grid-column: 1 / -1;
  margin: 0 0 -18px;
  color: #151810;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.cpd-strip__item {
  display: grid;
  gap: 8px;
  color: #151810;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}

.cpd-strip__item img {
  aspect-ratio: 1.04 / 1;
  border: 1px solid #d6d9ce;
  background: #f4f5ef;
}

.cpd-strip__item:hover {
  color: var(--cpd-lime-ink);
}

.cpd-stats {
  width: min(100% - 32px, 1080px);
  margin: 0 auto 118px;
}

.cpd-stats h2 {
  margin: 0 0 16px;
  color: #151810;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.cpd-stats__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(210px, auto));
  gap: 8px;
}

.cpd-stat-card {
  min-width: 0;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid #bfc5b6;
  background: #fff;
  color: #111;
  overflow: hidden;
}

.cpd-stat-card--lead {
  grid-row: span 2;
}

.cpd-stat-card h3 {
  max-width: 10ch;
  color: #080908;
  font-size: 38px;
  font-weight: 900;
  line-height: .98;
  text-transform: uppercase;
}

.cpd-stat-card p {
  color: #34382f;
  font-size: 14px;
  line-height: 1.45;
}

.cpd-stat-card--image {
  padding: 0;
}

.cpd-stat-card--image img {
  border: none;
}

.cpd-stat-card--number strong {
  color: #050605;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.cpd-stat-card--number span {
  margin-top: auto;
  color: #151810;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.cpd-hero {
  position: relative;
  width: 100%;
  min-height: 620px;
  margin: 0 0 72px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(5, 7, 4, .76) 0%, rgba(5, 7, 4, .48) 42%, rgba(5, 7, 4, .08) 78%),
    url('/wp-content/uploads/2025/04/ured-2-1280x960.jpg') center / cover no-repeat;
  overflow: hidden;
}

.cpd-hero__panel,
.cpd-hero__media {
  border: 1px solid var(--cpd-line);
  border-radius: var(--cpd-radius);
  background: #070907;
  overflow: hidden;
}

.cpd-hero__panel--copy {
  width: min(100% - 32px, 1080px);
  min-height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 96px 30px 92px;
  border: none;
  background: transparent;
  overflow: visible;
}

.cpd-hero__panel--copy h1 {
  max-width: 10ch;
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
}

.cpd-hero__panel--copy .cpd-kicker {
  color: #fff;
}

.cpd-hero__panel--copy p:not(.cpd-kicker) {
  max-width: 30ch;
  color: #d8dccb;
  font-size: 16px;
  line-height: 1.55;
}

.cpd-hero__panel--copy .cpd-btn {
  align-self: flex-start;
  margin-top: 4px;
}

.cpd-hero__media--main {
  display: none;
}

.cpd-hero__media--side {
  display: none;
}

.cpd-hero__panel[aria-hidden="true"] {
  display: none;
}

.cpd-lime {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  width: min(100%, 990px);
  min-height: 390px;
  margin: 0 auto 118px;
  background: var(--cpd-lime);
  color: var(--cpd-lime-ink);
}

.cpd-lime--offset {
  margin-left: 0;
}

.cpd-lime__media {
  height: 390px;
  min-width: 0;
  background: #111;
}

.cpd-lime__body {
  padding: 46px 52px;
}

.cpd-lime h2 {
  max-width: 12ch;
  margin: 8px 0 14px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.08;
}

.cpd-lime p {
  max-width: 56ch;
  color: rgba(58, 77, 0, .82);
  font-size: 15px;
  line-height: 1.55;
}

.cpd-checks {
  padding: 0;
  margin: 16px 0 22px;
  list-style: none;
}

.cpd-checks li {
  position: relative;
  padding-left: 16px;
  margin: 6px 0;
  color: rgba(58, 77, 0, .92);
  font-size: 14px;
  line-height: 1.35;
}

.cpd-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cpd-lime-ink);
}

.cpd-break {
  position: relative;
  width: min(100% - 32px, 1080px);
  min-height: 420px;
  margin: 0 auto 112px;
  display: grid;
  grid-template-columns: minmax(0, 390px) minmax(0, 1fr);
  align-items: center;
  gap: 120px;
}

.cpd-break img {
  position: static;
  justify-self: end;
  width: min(560px, 100%);
  height: 360px;
  border: 1px solid var(--cpd-line);
}

.cpd-pin {
  position: absolute;
  left: 12px;
  top: 52px;
  width: 16px;
  height: 16px;
  border: 3px solid var(--cpd-lime);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.cpd-pin::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cpd-lime);
}

.cpd-note {
  max-width: 400px;
  color: #1b1d14;
}

.cpd-note__label {
  position: relative;
  margin: 0 0 18px;
  padding-left: 26px;
  color: #303526;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.cpd-note__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: .08em;
  width: 14px;
  height: 14px;
  border: 3px solid var(--cpd-lime);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.cpd-note p:not(.cpd-note__label) {
  color: #2d3224;
  font-size: 14px;
  line-height: 1.55;
}

.cpd-section {
  padding: 0 0 112px;
}

.cpd-section--tight {
  padding-bottom: 96px;
}

.cpd-head {
  max-width: 620px;
  margin: 0 0 28px;
}

.cpd-head h2 {
  margin: 8px 0 10px;
  color: #1d2113;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.cpd-head p {
  color: #2d3224;
  font-size: 15px;
  line-height: 1.5;
}

.cpd-more-link,
.wp-page-content .cpd-more-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 8px 15px;
  border: 1px solid var(--cpd-line);
  border-radius: 999px;
  color: #1f2b13;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.cpd-more-link:hover,
.wp-page-content .cpd-more-link:hover {
  border-color: var(--cpd-lime);
  color: #315f12;
  text-decoration: none;
}

.cpd-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.cpd-project {
  min-height: 435px;
  display: flex;
  flex-direction: column;
  padding: 18px 18px 0;
  border: 1px solid var(--cpd-line);
  border-radius: var(--cpd-radius);
  background: #fff;
  overflow: hidden;
  transition: border-color .18s ease, transform .18s ease;
}

.cpd-project:hover {
  border-color: var(--cpd-lime);
  transform: translateY(-2px);
}

.cpd-project__type {
  color: #7a806f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cpd-project strong {
  margin-top: 10px;
  color: #151810;
  font-size: 18px;
  line-height: 1.2;
}

.cpd-project span:not(.cpd-project__type) {
  margin-top: 12px;
  color: #34382f;
  font-size: 14px;
  line-height: 1.45;
}

.cpd-project img {
  height: 190px;
  margin: auto -18px 0;
  width: calc(100% + 36px);
  border-top: 1px solid var(--cpd-line);
}

.cpd-benefits {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-auto-rows: minmax(205px, auto);
  gap: 8px;
  background: var(--cpd-cream);
  color: #111;
  border-radius: var(--cpd-radius);
  overflow: hidden;
}

.cpd-benefit {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 22px;
  border: 1px solid rgba(58, 77, 0, .24);
  background: var(--cpd-cream);
}

.cpd-benefit--lead {
  grid-row: span 2;
}

.cpd-benefit:not(.cpd-benefit--lead) {
  grid-column: 2 / 4;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
  align-items: center;
}

.cpd-benefit h2,
.cpd-benefit h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
}

.cpd-benefit h3 {
  font-size: 24px;
}

.cpd-benefit p {
  color: #3b4032;
  font-size: 14px;
  line-height: 1.5;
}

.cpd-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.cpd-icons span {
  position: relative;
  min-height: 98px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  padding-top: 32px;
  color: #4f572e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.cpd-icons img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.cpd-icons strong {
  display: block;
  color: #2d3318;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.cpd-section--faq {
  padding: 44px 0 120px;
  background: var(--cpd-bg);
}

.cp-dark-page .dipi_faq::before {
  content: "Često postavljana pitanja";
  display: block;
  margin: 0 0 28px;
  color: #3f472e;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.cp-dark-page .dipi-faq-wrapper {
  border-top: 1px solid var(--cpd-line);
}

.cp-dark-page .dipi-faq-entry {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid var(--cpd-line);
  background: transparent;
}

.cp-dark-page .dipi-faq-title {
  position: relative;
  padding: 18px 34px 18px 0;
}

.cp-dark-page .dipi-faq-title h2 {
  color: #3f472e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.cp-dark-page .dipi-faq-entry.open .dipi-faq-title h2 {
  color: var(--cpd-lime-ink);
}

.cp-dark-page .dipi-faq-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 17px;
  width: auto;
  height: auto;
  border: none;
  color: #5f673f;
  font-size: 18px;
  line-height: 1;
  transform: none;
}

.cp-dark-page .dipi-faq-entry.open .dipi-faq-title::after {
  content: "-";
  color: var(--cpd-lime-ink);
}

.cp-dark-page .dipi-faq-content {
  padding: 0 40px 20px 0;
  color: #5a6148;
  font-size: 14px;
  line-height: 1.55;
}

.cpd-lime--closing {
  width: 100%;
  min-height: 320px;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  margin-bottom: 58px;
}

.cpd-lime--closing .cpd-lime__media {
  height: 320px;
}

.cpd-lime--closing .cpd-lime__body {
  padding: 42px 48px;
}

.cpd-lime--closing h2 {
  max-width: 11ch;
  font-size: 36px;
}

.cpd-contact {
  width: min(100% - 32px, 1080px);
  margin: 0 auto 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.cpd-contact__item {
  min-height: 150px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  padding: 24px;
  background: var(--cpd-cream);
  color: #20231a;
  border-radius: var(--cpd-radius);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.cpd-contact__item span {
  color: #777c68;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cpd-contact__item a {
  color: inherit;
}

@media (max-width: 980px) {
  .cpd-strip {
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: 72px;
  }

  .cpd-strip h2 {
    grid-column: 1 / -1;
    position: sticky;
    left: 0;
  }

  .cpd-stats {
    margin-bottom: 84px;
  }

  .cpd-stats__grid {
    grid-template-columns: 1fr 1fr;
  }

  .cpd-stat-card--lead {
    grid-row: auto;
    grid-column: span 2;
  }

  .cpd-stat-card h3 {
    max-width: 16ch;
    font-size: 34px;
  }

  .cpd-hero {
    min-height: 540px;
    margin: 0 0 48px;
  }

  .cpd-hero__panel--copy {
    width: min(100% - 32px, 760px);
  }

  .cpd-hero__panel--copy h1 {
    font-size: 42px;
  }

  .cpd-lime,
  .cpd-lime--closing {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 760px);
    margin-left: auto;
    margin-right: auto;
  }

  .cpd-lime__media,
  .cpd-lime--closing .cpd-lime__media {
    height: 280px;
  }

  .cpd-break {
    min-height: 300px;
    margin-bottom: 80px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cpd-break img {
    width: 74%;
    height: 280px;
  }

  .cpd-projects,
  .cpd-contact {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cpd-benefits {
    grid-template-columns: 1fr;
  }

  .cpd-benefit--lead {
    grid-row: auto;
  }

  .cpd-benefit:not(.cpd-benefit--lead) {
    grid-column: auto;
  }

  .cpd-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .cpd-container,
  .cpd-container--narrow,
  .cpd-hero,
  .cpd-break,
  .cpd-contact {
    width: min(100% - 24px, var(--cpd-max));
  }

  .cpd-strip {
    width: min(100% - 24px, 1080px);
    margin-top: 0;
  }

  .cpd-stats {
    width: min(100% - 24px, 1080px);
  }

  .cpd-stats__grid {
    grid-template-columns: 1fr;
  }

  .cpd-stat-card,
  .cpd-stat-card--lead {
    grid-column: auto;
    min-height: 190px;
  }

  .cpd-stat-card h3 {
    font-size: 30px;
  }

  .cpd-stat-card--number strong {
    font-size: 44px;
  }

  .cpd-hero {
    min-height: 520px;
    gap: 0;
  }

  .cpd-hero__panel--copy {
    min-height: auto;
    padding: 92px 24px 54px;
  }

  .cpd-hero__panel--copy h1 {
    font-size: 36px;
  }

  .cpd-hero__media,
  .cpd-hero__panel:not(.cpd-hero__panel--copy) {
    display: none;
  }

  .cpd-lime__body,
  .cpd-lime--closing .cpd-lime__body {
    padding: 30px 24px;
  }

  .cpd-lime h2,
  .cpd-lime--closing h2 {
    font-size: 30px;
  }

  .cpd-break img {
    position: relative;
    width: 100%;
    height: 260px;
    margin-top: 52px;
  }

  .cpd-note {
    max-width: none;
  }

  .cpd-section {
    padding-bottom: 78px;
  }

  .cpd-benefit h2,
  .cpd-benefit h3 {
    font-size: 24px;
  }

  .cpd-benefit:not(.cpd-benefit--lead) {
    display: flex;
  }

  .cpd-icons {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
