/* ============================================================
   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; }
}
