/* =====================================================================
   clean-lists.css — "Clean App" look for the list pages (19 Sep 2026)
   /call-girls-bhubaneswar, /category, /all-location,
   /category/<name>/<id> and /locations/<name>/<id>.
   Uses the tokens and components from clean-base.css (loaded before this).
   Prefixes: .lx-*  = shared list-page parts, .cp-* = /call-girls-bhubaneswar (new names, so the old dark .cg-* rules in redesign.css never match).
   ===================================================================== */

/* ---------- page top (hero) ----------
   Phone: a light grey "sheet" with round lower corners; the picture sits on top
   in a white frame, then the badge + count row, the heading, the text,
   a white box of facts and the two buttons.
   Desktop: text on the left, picture on the right. */
.lx-hero {
  position:relative; margin:0 0 8px; padding:6px 0 26px;
  background:
    radial-gradient(120% 60% at 100% 0%, rgba(215,38,61,.07) 0%, rgba(215,38,61,0) 60%),
    var(--bg-2);
  border-radius:0 0 28px 28px;
  animation:none !important;
}
.lx-hero-in { position:relative; }
html body .lx-hero .top-pic {
  margin:0 0 18px; aspect-ratio:16/10; border-radius:20px; overflow:hidden;
  background:#fff; border:4px solid #fff; box-shadow:var(--sh-2);
}
html body .lx-hero .top-pic img { width:100%; height:100%; object-fit:cover; display:block; border-radius:16px; }

.lx-hero-top { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; margin-bottom:14px; }
.lx-hero-badge { display:inline-flex; align-items:center; gap:6px; min-height:32px; padding:0 12px 0 10px;
  border-radius:999px; background:#fff; border:1px solid var(--red-100); box-shadow:var(--sh-1);
  font-size:12px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; color:var(--red-dk); }
.lx-hero-badge .ic { color:var(--red); }
.lx-hero-count { font-size:14px; font-weight:600; color:var(--ink-3); }
.lx-hero-count strong { color:var(--red) !important; font-size:20px; font-weight:800; margin-right:2px; }

html body .lx-hero-h1 {
  font-size:clamp(28px, 7.6vw, 44px) !important; line-height:1.12 !important; font-weight:800 !important;
  letter-spacing:-.03em; color:var(--ink) !important; margin:0 0 12px !important;
}
html body .lx-hero-h1 span { color:var(--red) !important; font-style:normal; }
.lx-hero--detail .lx-hero-h1 { font-size:clamp(26px, 6.6vw, 40px) !important; }
html body .lx-hero-desc { font-size:16px !important; line-height:1.7 !important; color:var(--ink-2) !important;
  margin:0 0 18px !important; max-width:44em; }

/* facts: one white box split into cells */
.lx-facts { display:grid; gap:1px; margin:0 0 18px; background:var(--line); border:1px solid var(--line);
  border-radius:var(--r); overflow:hidden; box-shadow:var(--sh-1); }
.lx-facts--3 { grid-template-columns:repeat(3, minmax(0,1fr)); }
.lx-facts--3:has(> .lx-fact:nth-child(2):last-child) { grid-template-columns:repeat(2, minmax(0,1fr)); }
.lx-fact { display:flex; flex-direction:column; align-items:center; justify-content:flex-start; gap:6px;
  padding:12px 6px; background:#fff; text-align:center; font-size:12.5px; font-weight:600; line-height:1.3; color:var(--ink-3); }
.lx-fact .ic { width:34px; height:34px; padding:8px; border-radius:50%; background:var(--red-50); color:var(--red); }
.lx-fact strong { display:block; color:var(--ink); font-weight:800; font-size:13.5px; }
.lx-hero--detail .lx-fact span { color:var(--ink); font-weight:700; }
/* five facts: two columns of rows on phones */
.lx-facts--5 { grid-template-columns:1fr 1fr; }
.lx-facts--5 .lx-fact { flex-direction:row; justify-content:flex-start; text-align:left; padding:10px 12px; gap:10px; }
.lx-facts--5 .lx-fact strong { display:inline; }
.lx-facts--5 .lx-fact:last-child { grid-column:1 / -1; }

.lx-hero-ctas { display:flex; gap:10px; }
.lx-hero-ctas .lx-cta-tg { flex:1.7 1 0; }
.lx-hero-ctas .lx-cta-call { flex:1 1 0; }
.lx-hero-ctas .cl-btn .ic { width:20px; height:20px; }
.lx-cta-call .ic { color:var(--red); }

@media (min-width: 768px) {
  .lx-hero { padding:10px 0 36px; border-radius:0 0 36px 36px; }
}
@media (min-width: 992px) {
  .lx-hero { padding:24px 0 48px; margin-bottom:16px; }
  /* text rows sit in the middle, next to the picture */
  .lx-hero.has-pic .lx-hero-in { display:grid; grid-template-columns:minmax(0,1fr) 460px; grid-template-rows:1fr repeat(5, auto) 1fr;
    column-gap:56px; }
  .lx-hero.has-pic .lx-hero-in > .lx-hero-top { grid-row:2; }
  .lx-hero.has-pic .lx-hero-in > .lx-hero-h1 { grid-row:3; }
  .lx-hero.has-pic .lx-hero-in > .lx-hero-desc { grid-row:4; }
  .lx-hero.has-pic .lx-hero-in > .lx-facts { grid-row:5; }
  .lx-hero.has-pic .lx-hero-in > .lx-hero-ctas { grid-row:6; }
  .lx-hero.has-pic .lx-hero-in > * { grid-column:1; }
  html body .lx-hero.has-pic .lx-hero-in > .top-pic { grid-column:2; grid-row:1 / -1; align-self:center;
    margin:0; aspect-ratio:4/3; border-radius:26px; border-width:6px; box-shadow:var(--sh-3); transform:rotate(1.2deg); }
  html body .lx-hero .top-pic img { border-radius:20px; }
  html body .lx-hero-desc { font-size:17px !important; }
  .lx-hero-top { justify-content:flex-start; gap:16px; }
  .lx-facts--5 { grid-template-columns:repeat(5, minmax(0,1fr)); }
  .lx-facts--5 .lx-fact { flex-direction:column; justify-content:flex-start; text-align:center; padding:12px 6px; gap:6px; }
  .lx-facts--5 .lx-fact strong { display:block; }
  .lx-facts--5 .lx-fact:last-child { grid-column:auto; }
  .lx-hero-ctas .cl-btn { flex:0 0 auto; min-width:170px; }
}

/* ---------- grids of area / category cards ---------- */
.lx-grid-wrap { margin-top:24px; }
.lx-card-row { margin-left:-6px; margin-right:-6px; }
.lx-card-row > [class*="col-"] { padding:6px; }
@media (min-width: 768px) {
  .lx-card-row { margin-left:-9px; margin-right:-9px; }
  .lx-card-row > [class*="col-"] { padding:9px; }
}

/* intro line on /all-location */
.lx-intro { margin-top:22px; }
html body .lx-intro-text { max-width:52em; margin:0 !important; font-size:16px !important; color:var(--ink-2) !important;
  padding:16px 18px; background:#fff; border:1px solid var(--line); border-left:4px solid var(--red); border-radius:var(--r); }
html body .lx-intro-text a { text-decoration:underline; text-underline-offset:3px; }

/* grey full-width band */
.lx-band { background:var(--bg-2); padding:36px 0; margin-top:40px; }
@media (min-width: 992px) { .lx-band { padding:56px 0; margin-top:64px; } }

/* "How Booking Works in Your Area" card on /all-location */
.lx-howto { display:flex; flex-direction:column; gap:14px; max-width:880px; margin:0 auto; padding:22px 18px;
  background:#fff; border:1px solid var(--line); border-radius:var(--r-l); box-shadow:var(--sh-1); }
.lx-howto-ic { width:48px; height:48px; flex:none; display:grid; place-items:center; border-radius:14px;
  background:var(--red); color:#fff; box-shadow:var(--sh-red); }
.lx-howto-ic .ic { width:24px; height:24px; }
html body .lx-howto h2 { font-size:clamp(22px, 5.4vw, 28px) !important; margin:0 0 10px !important; }
html body .lx-howto p { margin:0 0 12px !important; }
html body .lx-howto p:last-child { margin-bottom:0 !important; }
html body .lx-howto a { text-decoration:underline; text-underline-offset:3px; }
@media (min-width: 768px) { .lx-howto { flex-direction:row; gap:22px; padding:32px; } }

/* ---------- detail pages: text written in the admin (loc_des / cat_des) ---------- */
.lx-prose { max-width:880px; }
html body .lx-prose p { font-size:16px !important; line-height:1.75 !important; color:var(--ink-2) !important; margin:0 0 12px !important; }
html body .lx-prose p:last-child { margin-bottom:0 !important; }
html body .lx-prose a { color:var(--red-dk) !important; text-decoration:underline; text-underline-offset:3px; }
html body .lx-prose strong { color:var(--ink) !important; }
html body .lx-prose h2 { font-size:clamp(20px, 5vw, 24px) !important; color:var(--ink) !important; margin:0 0 10px !important; }
html body .lx-prose h3, html body .lx-prose h4 { font-size:17px !important; color:var(--ink) !important; margin:0 0 8px !important; }
html body .lx-prose ul, html body .lx-prose ol { margin:0 0 12px; padding-left:0 !important; list-style:none !important; display:grid; gap:8px; }
html body .lx-prose li { position:relative; padding:0 0 0 28px !important; border:0 !important; font-size:15.5px !important;
  line-height:1.6; color:var(--ink-2) !important; }
html body .lx-prose ul li::before { content:'' !important; position:absolute; left:0; top:3px; width:18px; height:18px; border-radius:50%;
  background:var(--red-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d7263d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat; }
html body .lx-prose ol { counter-reset:lxo; }
html body .lx-prose ol li { counter-increment:lxo; }
html body .lx-prose ol li::before { content:counter(lxo) !important; position:absolute; left:0; top:1px; width:20px; height:20px;
  border-radius:50%; background:var(--red); color:#fff; font-size:11px; font-weight:800; display:grid; place-items:center; line-height:20px; text-align:center; }

/* intro above the girls */
.lx-prose--intro { margin:22px 0 4px; padding:18px; background:#fff; border:1px solid var(--line);
  border-radius:var(--r-l); box-shadow:var(--sh-1); position:relative; }
.lx-prose--intro::before { content:''; position:absolute; left:18px; top:0; width:44px; height:4px; border-radius:0 0 4px 4px; background:var(--red); }
html body .lx-prose--intro p:first-child { color:var(--ink) !important; font-size:16.5px !important; }
@media (min-width: 768px) { .lx-prose--intro { padding:26px 28px; } .lx-prose--intro::before { left:28px; } }

/* quick-facts box some texts carry (Odia page) */
html body .lx-prose .loc-content-highlight { margin:14px 0 0 !important; padding:18px !important; background:var(--bg-2) !important;
  border:0 !important; border-radius:var(--r) !important; box-shadow:none; }
html body .lx-prose .loc-content-highlight h3 { font-size:16px !important; color:var(--ink) !important; font-weight:800 !important; margin:0 0 12px !important; }
html body .lx-prose .loc-content-highlight ul { grid-template-columns:1fr; }
@media (min-width: 768px) { html body .lx-prose .loc-content-highlight ul { grid-template-columns:1fr 1fr; gap:10px 20px; } }

/* sections below the girls: one card per block, a grid on wide screens */
.lx-prose--blocks { max-width:none; margin-top:36px; display:grid; gap:12px; }
html body .lx-prose--blocks .loc-escort-block, html body .lx-prose--blocks .loc-content-highlight {
  margin:0 !important; padding:20px 18px !important; background:#fff !important; border:1px solid var(--line) !important;
  border-radius:var(--r) !important; box-shadow:var(--sh-1); }
html body .lx-prose--blocks .loc-escort-block h2, html body .lx-prose--blocks .loc-content-highlight h3 {
  display:flex; align-items:center; gap:10px; font-size:19px !important; line-height:1.3; margin:0 0 10px !important;
  padding:0 !important; border:0 !important; color:var(--ink) !important; font-weight:800 !important; }
html body .lx-prose--blocks .loc-escort-block h2::before, html body .lx-prose--blocks .loc-content-highlight h3::before {
  content:''; width:6px; height:22px; flex:none; border-radius:4px; background:var(--red); }
html body .lx-prose--blocks .loc-escort-block h3 { font-size:16px !important; color:var(--ink) !important; margin:12px 0 6px !important; }
html body .lx-prose--blocks .loc-escort-block p, html body .lx-prose--blocks .loc-escort-block li { font-size:15.5px !important; }
/* "Areas close by" links written inside the area text */
html body .lx-prose .loc-internal-links { grid-column:1 / -1; margin:4px 0 0 !important; padding:18px !important;
  background:var(--bg-2) !important; border:0 !important; border-radius:var(--r) !important; }
html body .lx-prose .loc-internal-links h4 { font-size:12px !important; font-weight:800 !important; letter-spacing:.1em;
  text-transform:uppercase !important; color:var(--ink-3) !important; margin:0 0 10px !important; }
html body .lx-prose .loc-internal-links .link-row { display:flex; flex-wrap:wrap; gap:8px; }
html body .lx-prose .loc-internal-links .link-row a { display:inline-flex; align-items:center; gap:6px; min-height:44px; padding:0 16px 0 12px;
  border-radius:999px; background:#fff !important; border:1px solid var(--line-2) !important; color:var(--ink) !important;
  font-size:14px !important; font-weight:700 !important; text-decoration:none !important; }
html body .lx-prose .loc-internal-links .link-row a::before { content:''; width:16px; height:16px; flex:none;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d7263d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center/16px no-repeat; }
html body .lx-prose .loc-internal-links .link-row a:hover { border-color:var(--red) !important; background:var(--red-50) !important; color:var(--red-dk) !important; }
@media (min-width: 768px) {
  .lx-prose--blocks { grid-template-columns:repeat(auto-fit, minmax(300px, 1fr)); gap:16px; margin-top:48px; }
  html body .lx-prose--blocks .loc-escort-block, html body .lx-prose--blocks .loc-content-highlight { padding:24px !important; }
}

/* girls grid on the detail pages */
.lx-girls { margin-top:32px; }
.lx-girl-row { margin-left:-8px; margin-right:-8px; }
html body .escort-card-img img { color:transparent; }   /* a missing photo shows the grey box, not its alt text */
.lx-noresult-ic { color:var(--line-2); margin:0 auto 10px; display:block; width:40px; height:40px; }
html body .no-results-cta .ic { color:#fff; }

.lx-others { margin-top:40px; }
@media (min-width: 992px) { .lx-others { margin-top:64px; } .lx-girls { margin-top:44px; } }

/* FAQ block */
.lx-faq-col { max-width:780px; margin:0 auto; }
.lx-faq { margin-top:40px; }

/* =====================================================================
   /call-girls-bhubaneswar
   ===================================================================== */
.cp-sec { position:relative; isolation:isolate; padding-top:36px; padding-bottom:36px; }
.cp-band::before { content:''; position:absolute; z-index:-1; top:0; bottom:0; left:calc(50% - 50vw); right:calc(50% - 50vw);
  background:var(--bg-2); }
@media (min-width: 992px) { .cp-sec { padding-top:60px; padding-bottom:60px; } }
/* two white sections in a row: no double gap */
.cp-sec:not(.cp-band) + .cp-sec:not(.cp-band) { padding-top:0; }

/* section headings */
.cp-section-head { margin:0 0 18px; }
html body .cp-section-head h2, html body .cp-content-block h2, html body .cp-final-cta h2 {
  font-size:clamp(23px, 5.8vw, 32px) !important; line-height:1.2 !important; font-weight:800 !important;
  color:var(--ink) !important; margin:0 0 10px !important; }
.cp-section-head h2::after { content:''; display:block; width:40px; height:4px; border-radius:4px; background:var(--red); margin-top:10px; }
.cp-section-head.text-center h2::after { margin-left:auto; margin-right:auto; }
html body .cp-section-head p { font-size:16px !important; color:var(--ink-3) !important; margin:0 !important; max-width:42em; }
.cp-section-head.text-center p { margin-left:auto !important; margin-right:auto !important; }

/* long text blocks */
html body .cp-content-block p { font-size:16px !important; line-height:1.75 !important; color:var(--ink-2) !important; margin:0 0 14px !important; }
html body .cp-content-block p:last-child { margin-bottom:0 !important; }
html body .cp-content-block h3 { font-size:18px !important; color:var(--ink) !important; margin:18px 0 6px !important; }
html body .cp-content-block em { font-style:italic; color:var(--ink) !important; font-weight:600; }
html body .cp-content-block a { text-decoration:underline; text-underline-offset:3px; }
html body .cp-content-block .cl-ticks { margin:4px 0 16px; }
html body .cp-content-block .cl-ticks li { font-size:15.5px; line-height:1.6; }
.cp-band .cp-content-block { padding:22px 18px; background:#fff; border:1px solid var(--line); border-radius:var(--r-l); box-shadow:var(--sh-1); }
@media (min-width: 768px) { .cp-band .cp-content-block { padding:36px 40px; } }

/* callout blocks (photos / no advance / privacy) */
.cp-callout { position:relative; padding:22px 18px 22px; background:#fff; border:1px solid var(--line); border-radius:var(--r-l);
  box-shadow:var(--sh-1); }
.cp-callout-ic { width:48px; height:48px; display:grid; place-items:center; margin-bottom:14px; border-radius:14px;
  background:var(--red-50); color:var(--red); }
.cp-callout-ic .ic { width:24px; height:24px; }
@media (min-width: 768px) {
  .cp-callout { padding:34px 40px 34px 112px; }
  .cp-callout-ic { position:absolute; left:36px; top:34px; margin:0; width:52px; height:52px; }
}

/* Ankita's note */
.cp-intro-wrap { margin-top:28px; }
.cp-intro-block { position:relative; padding:22px 18px 20px; background:var(--red-50); border:1px solid var(--red-100);
  border-radius:var(--r-l); }
.cp-intro-mark { position:absolute; top:-16px; left:18px; width:36px; height:36px; display:grid; place-items:center;
  border-radius:12px; background:var(--red); color:#fff; box-shadow:var(--sh-red); }
.cp-intro-mark .ic { width:20px; height:20px; stroke-width:2.6; }
html body .cp-intro-block p { font-size:16px !important; line-height:1.75 !important; color:var(--ink) !important; margin:0 0 12px !important; }
html body .cp-intro-block p:last-child { margin-bottom:0 !important; }
html body .cp-intro-block strong { color:var(--red-dk) !important; }
@media (min-width: 768px) { .cp-intro-block { padding:34px 40px 30px; } .cp-intro-mark { left:40px; } }

/* girl grid */
.cp-grid-sec { margin-top:40px; margin-bottom:36px; }
@media (min-width: 992px) { .cp-grid-sec { margin-bottom:56px; } }
.cp-grid-sec > .row { margin-left:-8px; margin-right:-8px; }

/* types of girls */
.cp-type-card { display:flex; gap:14px; height:100%; padding:18px; background:#fff; border:1px solid var(--line);
  border-radius:var(--r); box-shadow:var(--sh-1); transition:box-shadow .2s, border-color .2s; }
@media (max-width: 575px) { .cp-type-card { flex-direction:column; gap:12px; } }
.cp-type-card:hover { box-shadow:var(--sh-2); border-color:var(--red-100); }
.cp-type-icon { width:46px; height:46px; flex:none; display:grid; place-items:center; border-radius:14px;
  background:var(--red-50); color:var(--red); }
.cp-type-icon .ic { width:22px; height:22px; }
html body .cp-type-card h3 { font-size:17px !important; line-height:1.3; color:var(--ink) !important; margin:2px 0 6px !important; }
html body .cp-type-card p { font-size:15px !important; line-height:1.65 !important; color:var(--ink-2) !important; margin:0 0 10px !important; }
html body .cp-type-link { display:inline-flex; align-items:center; gap:6px; min-height:44px; font-size:14.5px !important;
  font-weight:800 !important; color:var(--red-dk) !important; }
html body .cp-type-link:hover { color:var(--red) !important; gap:9px; }
.cp-sec .row.mt-4 > .col-lg-6 { margin-bottom:12px !important; }
@media (min-width: 992px) { .cp-sec .row.mt-4 > .col-lg-6 { margin-bottom:24px !important; } .cp-type-card { padding:24px; gap:18px; } }

/* price table: a real table on wide screens, one card per row on phones */
.cp-table-wrap { margin:18px 0 16px; border:1px solid var(--line); border-radius:var(--r); overflow:hidden; }
html body .cp-price-table { width:100%; border-collapse:collapse; margin:0; font-size:15px; }
html body .cp-price-table th { background:var(--ink); color:#fff !important; font-size:12px !important; font-weight:800;
  letter-spacing:.06em; text-transform:uppercase; text-align:left; padding:13px 16px; }
html body .cp-price-table td { padding:14px 16px; border-top:1px solid var(--line); color:var(--ink-2) !important; vertical-align:top; }
html body .cp-price-table td:first-child { color:var(--ink) !important; font-weight:800; }
html body .cp-price-table td:nth-child(3) { color:var(--red-dk) !important; font-weight:800; white-space:nowrap; }
html body .cp-price-table tbody tr:nth-child(even) td { background:#fafbfc; }
@media (max-width: 767px) {
  .cp-table-wrap { border:0; border-radius:0; overflow:visible; }
  html body .cp-price-table thead { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
  html body .cp-price-table, html body .cp-price-table tbody { display:block; }
  html body .cp-price-table tr { display:grid; grid-template-columns:1fr auto; gap:4px 12px; padding:14px 16px; margin-bottom:10px;
    background:#fff; border:1px solid var(--line); border-radius:14px; }
  html body .cp-price-table tbody tr:nth-child(even) td { background:transparent; }
  html body .cp-price-table td { display:block; padding:0; border:0; }
  html body .cp-price-table td:nth-child(1) { font-size:16px; }
  html body .cp-price-table td:nth-child(2) { grid-column:1; grid-row:2; font-size:13.5px; color:var(--ink-3) !important; }
  html body .cp-price-table td:nth-child(3) { grid-column:2; grid-row:1 / span 2; align-self:center; text-align:right; font-size:16px; white-space:normal; max-width:9.5em; }
  html body .cp-price-table td:nth-child(4) { grid-column:1 / -1; margin-top:8px; padding-top:8px; border-top:1px dashed var(--line-2); font-size:14px; }
}
.cp-price-note { padding:16px 18px; border-radius:var(--r); background:var(--bg-2); font-size:14.5px; line-height:1.7; color:var(--ink-2); }
.cp-band .cp-price-note { background:var(--red-50); }
.cp-price-note strong { color:var(--ink); }

/* incall / outcall */
.cp-io-grid { display:grid; gap:12px; margin:16px 0 0; }
.cp-io-card { padding:20px 18px; border:1px solid var(--line); border-radius:var(--r); background:#fff; box-shadow:var(--sh-1); }
html body .cp-io-card h3 { display:flex; align-items:center; gap:12px; font-size:18px !important; margin:0 0 10px !important; }
.cp-io-ic { width:42px; height:42px; flex:none; display:grid; place-items:center; border-radius:12px; background:var(--red); color:#fff; }
html body .cp-io-card p { font-size:15.5px !important; margin:0 !important; }
html body .cp-content-block p.cp-after { margin-top:16px !important; }
@media (min-width: 768px) { .cp-io-grid { grid-template-columns:1fr 1fr; gap:16px; } .cp-io-card { padding:26px; } }

/* areas */
.cp-area-grid { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; }
html body .cp-area-chip { display:inline-flex; align-items:center; gap:6px; min-height:44px; padding:0 16px 0 12px;
  border-radius:999px; background:#fff; border:1px solid var(--line-2); box-shadow:var(--sh-1);
  font-size:14.5px !important; font-weight:700 !important; color:var(--ink) !important; text-decoration:none !important; }
html body .cp-area-chip .ic { width:16px; height:16px; color:var(--red); }
html body .cp-area-chip:hover { border-color:var(--red); background:var(--red-50); color:var(--red-dk) !important; }
.cp-more-btn .ic { color:var(--red); }

/* how to book steps */
.cp-step-card { position:relative; height:100%; padding:24px 20px 20px; background:#fff; border:1px solid var(--line);
  border-radius:var(--r-l); box-shadow:var(--sh-1); }
.cp-step-num { display:grid; place-items:center; width:44px; height:44px; margin-bottom:14px; border-radius:14px;
  background:var(--red); color:#fff; font-size:20px; font-weight:800; box-shadow:var(--sh-red); }
html body .cp-step-card h3 { font-size:18px !important; margin:0 0 8px !important; }
html body .cp-step-card p { font-size:15.5px !important; line-height:1.7 !important; margin:0 !important; color:var(--ink-2) !important; }
.cp-sec .row.mt-4.justify-content-center > .col-md-4 { margin-bottom:12px !important; }
@media (min-width: 768px) {
  .cp-sec .row.mt-4.justify-content-center > .col-md-4 { margin-bottom:24px !important; }
  .cp-step-card::after { content:''; position:absolute; top:46px; right:-24px; width:32px; height:2px;
    background:repeating-linear-gradient(90deg, var(--line-2) 0 6px, transparent 6px 10px); }
  .col-md-4:last-child > .cp-step-card::after { display:none; }
}

/* services lists */
.cp-services-grid { display:grid; gap:12px; margin:16px 0 0; }
.cp-services-col { padding:18px; border-radius:var(--r); background:var(--bg-2); }
html body .cp-services-col h3 { font-size:17px !important; margin:0 0 12px !important; }
@media (min-width: 768px) { .cp-services-grid { grid-template-columns:1fr 1fr; gap:16px; } .cp-services-col { padding:22px; } }

/* what clients say */
.cp-quote-card { position:relative; margin:12px 0 0; padding:18px 18px 16px 58px; background:#fff; border:1px solid var(--line);
  border-radius:var(--r); box-shadow:var(--sh-1); }
.cp-quote-card::before { content:''; position:absolute; left:16px; top:18px; width:28px; height:28px; border-radius:9px;
  background:var(--red-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d7263d' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h4v4c0 3-1.5 5-4 6M15 7h4v4c0 3-1.5 5-4 6'/%3E%3C/svg%3E") center/16px no-repeat; }
html body .cp-quote-card strong { display:block; font-size:16.5px; color:var(--ink) !important; line-height:1.4; margin-bottom:4px; }
html body .cp-quote-card p { font-size:15px !important; margin:0 !important; }
@media (min-width: 992px) {
  .cp-sec:not(.cp-band) .cp-content-block:has(.cp-quote-card) { display:grid; grid-template-columns:1fr 1fr; gap:0 16px; }
  .cp-content-block:has(.cp-quote-card) > h2, .cp-content-block:has(.cp-quote-card) > p { grid-column:1 / -1; }
  .cp-content-block:has(.cp-quote-card) > p { margin-bottom:6px !important; }
}

/* FAQ */
.cp-faq-sec .col-lg-8 { padding-left:0; padding-right:0; }
@media (min-width: 992px) { .cp-faq-sec .col-lg-8 { padding-left:15px; padding-right:15px; } }

/* internal links */
.cp-internal-links { padding:20px 18px; border:1px solid var(--line); border-radius:var(--r-l); background:#fff; }
html body .cp-internal-links h3 { font-size:12px !important; font-weight:800 !important; letter-spacing:.1em;
  text-transform:uppercase !important; color:var(--ink-3) !important; margin:0 0 10px !important; }
html body .cp-internal-links h3.cp-links-h2 { margin-top:18px !important; }
.cp-link-row { display:flex; flex-wrap:wrap; gap:8px; }
html body .cp-link-row a { display:inline-flex; align-items:center; min-height:44px; padding:0 16px; border-radius:999px;
  background:var(--bg-2); border:1px solid transparent; color:var(--ink) !important; font-size:14px !important; font-weight:700 !important; }
html body .cp-link-row a:hover { background:var(--red-50); border-color:var(--red-100); color:var(--red-dk) !important; }
@media (min-width: 768px) { .cp-internal-links { padding:28px 32px; } }
.cp-links-sec { padding-top:8px; }

/* last call to action (light, so it does not clash with the red footer card) */
.cp-final-sec { padding-bottom:12px; }
.cp-final-cta { padding:26px 20px; text-align:center; border-radius:var(--r-l); background:#fff; border:1.5px solid var(--red-100);
  box-shadow:var(--sh-2); background-image:radial-gradient(90% 120% at 50% 0%, var(--red-50) 0%, rgba(253,238,240,0) 70%); }
html body .cp-final-cta p { font-size:16px !important; color:var(--ink-2) !important; max-width:36em; margin:0 auto 18px !important; }
.cp-final-cta-btns { display:flex; flex-direction:column; gap:10px; }
.cp-final-cta-btns .cl-btn-line .ic, .cp-final-cta-btns .cl-btn--line .ic { color:var(--red); }
@media (min-width: 640px) { .cp-final-cta-btns { flex-direction:row; justify-content:center; } }
@media (min-width: 768px) { .cp-final-cta { padding:40px; } }

@media (prefers-reduced-motion: reduce) {
  .cp-type-card, .lx-hero .top-pic { transition:none !important; transform:none !important; }
}
