/* =========================================================================
   WSUK Conversion Layer · v2 (Premium)
   All classes namespaced `wc-` so they don't collide with the existing
   site design system. Built for B2B logistics buyers — clean modern
   minimal aesthetic, real depth, refined typography, smooth interactions.
   ========================================================================= */
:root {
  --wc-navy:    #0a1f44;
  --wc-navy-2:  #0d2a58;
  --wc-navy-3:  #061a3a;
  --wc-red:     #c8102e;
  --wc-red-2:   #e0173a;
  --wc-red-soft:#fef2f4;
  --wc-red-deep:#9c0a22;
  --wc-ink:     #0b1b34;
  --wc-text:    #1e293b;
  --wc-slate:   #475569;
  --wc-muted:   #64748b;
  --wc-mute2:   #94a3b8;
  --wc-line:    #e6ebf2;
  --wc-line-2:  #eef2f7;
  --wc-bg:      #f7f9fc;
  --wc-bg-2:    #fcfdff;
  --wc-amber:   #f59e0b;
  --wc-green:   #16a34a;
  --wc-radius:  18px;
  --wc-radius-sm: 12px;
  --wc-radius-lg: 26px;
  --wc-shadow-sm: 0 1px 2px rgba(15,23,42,.04), 0 1px 3px rgba(15,23,42,.06);
  --wc-shadow:    0 4px 10px -2px rgba(15,23,42,.06), 0 12px 28px -8px rgba(15,23,42,.10);
  --wc-shadow-lg: 0 10px 24px -4px rgba(15,23,42,.10), 0 28px 56px -16px rgba(15,23,42,.18);
  --wc-shadow-red:0 8px 22px -6px rgba(200,16,46,.32), 0 18px 46px -16px rgba(200,16,46,.32);
  --wc-ease:    cubic-bezier(.22,.61,.36,1);
}

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce) {
  .wc-trust-num,
  .wc-process-step,
  .wc-pricing-card,
  .wc-review-card,
  .wc-slider-track,
  .wc-stickycta { transition: none !important; animation: none !important; }
}

/* =========================================================================
   1) AI-OVERVIEW QUICK ANSWER
   ========================================================================= */
.wc-answer {
  position: relative;
  padding: 56px 0;
  background:
    radial-gradient(ellipse 60% 100% at 10% 0%, rgba(200,16,46,.05), transparent 60%),
    radial-gradient(ellipse 60% 80% at 95% 100%, rgba(10,31,68,.05), transparent 60%),
    #fff;
  border-bottom: 1px solid var(--wc-line);
}
.wc-answer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(15,23,42,.05) 1px, transparent 0);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.6), transparent 70%);
  opacity: .35;
  pointer-events: none;
}
.wc-answer-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
  align-items: flex-start;
}
.wc-answer-icon {
  width: 72px; height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--wc-red) 0%, var(--wc-red-deep) 100%);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--wc-shadow-red);
  position: relative;
  flex-shrink: 0;
}
.wc-answer-icon::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 26px;
  border: 1.5px dashed rgba(200,16,46,.25);
  animation: wc-spin 14s linear infinite;
}
@keyframes wc-spin { to { transform: rotate(360deg); } }
.wc-answer-body { min-width: 0; }
.wc-answer-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  color: var(--wc-red);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.wc-answer-label::before {
  content: '';
  width: 22px; height: 2px;
  background: var(--wc-red);
  border-radius: 2px;
}
.wc-answer p {
  font-size: 19px;
  line-height: 1.7;
  color: var(--wc-ink);
  margin: 0;
  font-weight: 500;
  letter-spacing: -.005em;
}
.wc-answer strong {
  font-weight: 800;
  color: var(--wc-red-deep);
  background: linear-gradient(180deg, transparent 62%, rgba(200,16,46,.14) 62%);
  padding: 0 2px;
}
@media (max-width: 640px) {
  .wc-answer { padding: 40px 0; }
  .wc-answer-inner { grid-template-columns: 56px 1fr; gap: 18px; }
  .wc-answer-icon { width: 56px; height: 56px; border-radius: 16px; }
  .wc-answer p { font-size: 16.5px; line-height: 1.65; }
}

/* =========================================================================
   2) TRUST STRIP
   ========================================================================= */
.wc-trust {
  position: relative;
  padding: 44px 0;
  background:
    linear-gradient(120deg, var(--wc-navy-3) 0%, var(--wc-navy) 55%, var(--wc-navy-2) 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.wc-trust::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 36% 80% at 12% 50%, rgba(200,16,46,.22), transparent 60%),
    radial-gradient(ellipse 30% 70% at 88% 50%, rgba(80,140,255,.10), transparent 65%);
  z-index: -1;
}
.wc-trust::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 100% at 50% 50%, #000, transparent 80%);
  opacity: .5;
  z-index: -1;
}
.wc-trust-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.wc-trust-item {
  text-align: center;
  padding: 8px 24px;
  position: relative;
}
.wc-trust-item + .wc-trust-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14%;
  height: 72%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.18), transparent);
}
.wc-trust-num {
  display: inline-flex;
  align-items: baseline;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  font-feature-settings: "tnum";
}
.wc-trust-num .accent {
  color: var(--wc-red-2);
  margin-left: 2px;
  text-shadow: 0 0 28px rgba(200,16,46,.55);
}
.wc-trust-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}
@media (max-width: 780px) {
  .wc-trust { padding: 32px 0; }
  .wc-trust-inner { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .wc-trust-num { font-size: 26px; }
  .wc-trust-item:nth-child(3)::before { display: none; }
}
@media (max-width: 420px) {
  .wc-trust-inner { gap: 22px 0; }
  .wc-trust-num { font-size: 22px; }
  .wc-trust-label { font-size: 11px; letter-spacing: .1em; }
}

/* =========================================================================
   3) RISK REVERSAL
   ========================================================================= */
.wc-reverse {
  background: #fff;
  border-bottom: 1px solid var(--wc-line);
  padding: 22px 0;
}
.wc-reverse-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}
.wc-reverse-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  background: var(--wc-bg);
  border: 1px solid var(--wc-line);
  border-radius: 100px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--wc-ink);
  letter-spacing: -.005em;
  transition: background .2s var(--wc-ease), border-color .2s var(--wc-ease);
}
.wc-reverse-item:hover {
  background: #fff;
  border-color: var(--wc-red);
}
.wc-reverse-item svg {
  color: var(--wc-red);
  flex-shrink: 0;
  filter: drop-shadow(0 1px 1px rgba(200,16,46,.2));
}
.wc-reverse-item strong { font-weight: 700; color: var(--wc-ink); }
@media (max-width: 640px) {
  .wc-reverse-item { font-size: 12.5px; padding: 7px 13px; gap: 8px; }
}

/* =========================================================================
   4) PRICING CARDS
   ========================================================================= */
.wc-pricing {
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #fbfcff 0%, #f4f6fb 100%);
  position: relative;
}
.wc-pricing-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
}
.wc-pricing-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.wc-pricing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--wc-red-soft);
  color: var(--wc-red-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 18px;
  border: 1px solid rgba(200,16,46,.14);
}
.wc-pricing-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--wc-red);
  box-shadow: 0 0 0 4px rgba(200,16,46,.16);
}
.wc-pricing h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  font-weight: 900;
  color: var(--wc-ink);
  letter-spacing: -.03em;
  line-height: 1.15;
  margin: 0 0 14px;
}
.wc-pricing-sub {
  font-size: 17px;
  color: var(--wc-slate);
  line-height: 1.6;
  margin: 0;
}
/* Pricing tier comparison panel (short-term vs long-term) */
.wc-tiers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 0 0 36px;
}
.wc-tier {
  position: relative;
  border-radius: var(--wc-radius);
  padding: 26px 28px 28px;
  border: 1.5px solid var(--wc-line);
  background: #fff;
  box-shadow: var(--wc-shadow-sm);
  transition: transform .28s var(--wc-ease), box-shadow .28s var(--wc-ease), border-color .28s var(--wc-ease);
}
.wc-tier:hover {
  transform: translateY(-3px);
  box-shadow: var(--wc-shadow);
  border-color: rgba(10,31,68,.18);
}
.wc-tier.long {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(200,16,46,.07), transparent 65%),
    linear-gradient(180deg, #0b1b34 0%, #0d2a58 100%);
  border-color: var(--wc-ink);
  color: #fff;
}
.wc-tier.long:hover { border-color: var(--wc-ink); }
.wc-tier-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.wc-tier.short .wc-tier-tag {
  background: var(--wc-bg);
  color: var(--wc-muted);
  border: 1px solid var(--wc-line);
}
.wc-tier.long .wc-tier-tag {
  background: rgba(200,16,46,.18);
  color: #ff8fa3;
  border: 1px solid rgba(200,16,46,.32);
}
.wc-tier-tag::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.wc-tier h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--wc-ink);
  letter-spacing: -.015em;
  margin: 0 0 14px;
  line-height: 1.25;
}
.wc-tier.long h3 { color: #fff; }
.wc-tier-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
  color: var(--wc-ink);
  margin-bottom: 6px;
  font-feature-settings: "tnum";
}
.wc-tier.long .wc-tier-price { color: #fff; }
.wc-tier.short .wc-tier-price .num { color: var(--wc-red-deep); }
.wc-tier.long .wc-tier-price .num { color: #fff; }
.wc-tier-price .unit {
  font-size: 13px;
  font-weight: 600;
  color: var(--wc-muted);
  letter-spacing: -.005em;
}
.wc-tier.long .wc-tier-price .unit { color: rgba(255,255,255,.6); }
.wc-tier-sub {
  font-size: 13.5px;
  color: var(--wc-slate);
  margin: 0 0 16px;
}
.wc-tier.long .wc-tier-sub { color: rgba(255,255,255,.7); }
.wc-tier-list { list-style: none; margin: 0; padding: 0; }
.wc-tier-list li {
  font-size: 13.5px;
  color: var(--wc-text);
  padding: 7px 0 7px 24px;
  position: relative;
  line-height: 1.55;
}
.wc-tier.long .wc-tier-list li { color: rgba(255,255,255,.88); }
.wc-tier-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--wc-red-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'><path d='M2.5 6.2l2.5 2.5L9.5 3.5' stroke='%23c8102e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/9px no-repeat;
}
.wc-tier.long .wc-tier-list li::before {
  background-color: rgba(255,255,255,.14);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'><path d='M2.5 6.2l2.5 2.5L9.5 3.5' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
@media (max-width: 720px) {
  .wc-tiers { grid-template-columns: 1fr; gap: 14px; margin-bottom: 28px; }
}

.wc-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.wc-pricing-card {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--wc-line);
  border-radius: var(--wc-radius);
  padding: 32px 30px 30px;
  box-shadow: var(--wc-shadow-sm);
  transition: transform .32s var(--wc-ease), box-shadow .32s var(--wc-ease), border-color .32s var(--wc-ease);
  display: flex;
  flex-direction: column;
}
.wc-pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10,31,68,.18);
  box-shadow: var(--wc-shadow);
}
.wc-pricing-card.featured {
  border-color: var(--wc-red);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(200,16,46,.06), transparent 70%),
    #fff;
  box-shadow: var(--wc-shadow-red);
  transform: translateY(-6px);
}
.wc-pricing-card.featured:hover { transform: translateY(-10px); }
.wc-pricing-card.featured::before {
  content: 'Most popular';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(120deg, var(--wc-red) 0%, var(--wc-red-deep) 100%);
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: 0 6px 14px -4px rgba(200,16,46,.45);
}
.wc-pricing-name {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--wc-muted);
  margin-bottom: 14px;
}
.wc-pricing-rate {
  font-size: 44px;
  font-weight: 900;
  color: var(--wc-ink);
  letter-spacing: -.035em;
  line-height: 1;
  font-feature-settings: "tnum";
}
.wc-pricing-card.featured .wc-pricing-rate { color: var(--wc-red-deep); }
.wc-pricing-rate .per {
  font-size: 13px;
  font-weight: 600;
  color: var(--wc-muted);
  letter-spacing: -.005em;
  margin-left: 6px;
  white-space: nowrap;
}
.wc-pricing-desc {
  font-size: 14.5px;
  color: var(--wc-slate);
  line-height: 1.6;
  margin: 16px 0 22px;
  min-height: 48px;
}
.wc-pricing-feats { list-style: none; margin: 0; padding: 0; flex: 1; }
.wc-pricing-feats li {
  font-size: 14px;
  color: var(--wc-text);
  padding: 8px 0 8px 30px;
  position: relative;
  line-height: 1.55;
  border-top: 1px solid var(--wc-line-2);
}
.wc-pricing-feats li:first-child { border-top: 0; padding-top: 0; }
.wc-pricing-feats li:first-child::before { top: 1px; }
.wc-pricing-feats li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--wc-red-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'><path d='M2.5 6.2l2.5 2.5L9.5 3.5' stroke='%23c8102e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/11px no-repeat;
  border: 1px solid rgba(200,16,46,.16);
}
.wc-pricing-foot {
  text-align: center;
  font-size: 13.5px;
  color: var(--wc-muted);
  margin-top: 36px;
  line-height: 1.65;
}
.wc-pricing-foot a {
  color: var(--wc-red);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 1px;
}
@media (max-width: 940px) {
  .wc-pricing { padding: 72px 0; }
  .wc-pricing-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; gap: 18px; }
  .wc-pricing-card.featured { transform: translateY(0); }
  .wc-pricing-card.featured:hover { transform: translateY(-3px); }
}

/* =========================================================================
   5) PROCESS TIMELINE
   ========================================================================= */
.wc-process {
  padding: 88px 0;
  background: #fff;
  position: relative;
}
.wc-process-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.wc-process-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.wc-process h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--wc-ink);
  letter-spacing: -.03em;
  line-height: 1.15;
  margin: 0 0 14px;
}
.wc-process-sub {
  font-size: 17px;
  color: var(--wc-slate);
  line-height: 1.6;
  margin: 0;
}
.wc-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}
.wc-process-steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      var(--wc-line) 6%,
      var(--wc-line) 94%,
      transparent 100%);
  z-index: 0;
}
.wc-process-steps::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 12.5%;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--wc-red), var(--wc-red-deep));
  z-index: 0;
  transition: width 1.2s var(--wc-ease);
}
.wc-process.is-inview .wc-process-steps::after { width: 75%; }
.wc-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 8px;
}
.wc-process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  color: var(--wc-red);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 22px;
  position: relative;
  letter-spacing: -.02em;
  box-shadow:
    inset 0 0 0 2px var(--wc-red),
    0 12px 28px -10px rgba(200,16,46,.45);
  transition: transform .3s var(--wc-ease), box-shadow .3s var(--wc-ease);
}
.wc-process-step:hover .wc-process-num {
  transform: scale(1.08);
  box-shadow:
    inset 0 0 0 2px var(--wc-red),
    0 18px 36px -10px rgba(200,16,46,.6);
}
.wc-process-num::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px dashed rgba(200,16,46,.22);
}
.wc-process-title {
  font-size: 16.5px;
  font-weight: 800;
  color: var(--wc-ink);
  margin: 0 0 8px;
  letter-spacing: -.015em;
}
.wc-process-desc {
  font-size: 14px;
  color: var(--wc-slate);
  line-height: 1.6;
  margin: 0;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 780px) {
  .wc-process { padding: 64px 0; }
  .wc-process-steps { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .wc-process-steps::before, .wc-process-steps::after { display: none; }
}

/* =========================================================================
   6) COMPARISON TABLE
   ========================================================================= */
.wc-compare {
  padding: 88px 0;
  background: linear-gradient(180deg, #fff 0%, var(--wc-bg) 100%);
}
.wc-compare-inner { max-width: 980px; margin: 0 auto; padding: 0 28px; }
.wc-compare-head { text-align: center; margin-bottom: 44px; max-width: 680px; margin-left: auto; margin-right: auto; }
.wc-compare h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--wc-ink);
  letter-spacing: -.03em;
  line-height: 1.15;
  margin: 0;
}
.wc-compare-table-wrap {
  background: #fff;
  border: 1.5px solid var(--wc-line);
  border-radius: var(--wc-radius);
  overflow: hidden;
  box-shadow: var(--wc-shadow-sm);
}
.wc-compare-table {
  width: 100%;
  border-collapse: collapse;
}
.wc-compare-table thead th {
  padding: 18px 22px;
  text-align: left;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--wc-muted);
  background: var(--wc-bg-2);
  border-bottom: 1.5px solid var(--wc-line);
}
.wc-compare-table thead th:nth-child(2) {
  color: var(--wc-red-deep);
  background: rgba(200,16,46,.04);
}
.wc-compare-table tbody td {
  padding: 18px 22px;
  font-size: 15px;
  border-bottom: 1px solid var(--wc-line-2);
  color: var(--wc-text);
}
.wc-compare-table tbody tr:last-child td { border-bottom: 0; }
.wc-compare-table tbody td:nth-child(2) {
  background: rgba(200,16,46,.03);
  color: var(--wc-red-deep);
  font-weight: 700;
}
.wc-compare-table tbody td:nth-child(3) { color: var(--wc-mute2); }
.wc-compare-table .wc-row-label {
  font-weight: 600;
  color: var(--wc-ink);
}
.wc-cell-yes, .wc-cell-no {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 14px;
}
.wc-cell-yes {
  color: var(--wc-green);
}
.wc-cell-yes::before {
  content: '';
  display: inline-flex;
  width: 22px; height: 22px;
  border-radius: 6px;
  background: rgba(22,163,74,.12) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'><path d='M3 7.5l2.5 2.5L11 4' stroke='%2316a34a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/13px no-repeat;
}
.wc-cell-no { color: #94a3b8; }
.wc-cell-no::before {
  content: '';
  display: inline-flex;
  width: 22px; height: 22px;
  border-radius: 6px;
  background: rgba(148,163,184,.18) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'><path d='M3.5 3.5l7 7M10.5 3.5l-7 7' stroke='%2394a3b8' stroke-width='2.2' stroke-linecap='round'/></svg>") center/13px no-repeat;
}
.wc-compare-table tbody td:nth-child(2) .wc-cell-yes { color: var(--wc-red-deep); }
.wc-compare-table tbody td:nth-child(2) .wc-cell-yes::before {
  background-color: rgba(200,16,46,.12);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'><path d='M3 7.5l2.5 2.5L11 4' stroke='%23c8102e' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
@media (max-width: 720px) {
  .wc-compare { padding: 64px 0; }
  .wc-compare-table thead th, .wc-compare-table tbody td { padding: 14px 14px; font-size: 13.5px; }
  .wc-compare-table thead th { font-size: 10.5px; letter-spacing: .12em; }
}

/* =========================================================================
   7) TESTIMONIALS SLIDER
   ========================================================================= */
.wc-reviews {
  padding: 88px 0 96px;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(10,31,68,.04), transparent 60%),
    var(--wc-bg);
  position: relative;
  overflow: hidden;
}
.wc-reviews-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
}
.wc-reviews-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 44px;
}
.wc-reviews h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  font-weight: 900;
  color: var(--wc-ink);
  letter-spacing: -.03em;
  line-height: 1.15;
  margin: 0 0 16px;
}
.wc-reviews-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--wc-slate);
  padding: 8px 18px;
  background: #fff;
  border: 1px solid var(--wc-line);
  border-radius: 100px;
  box-shadow: var(--wc-shadow-sm);
}
.wc-reviews-rating .stars {
  color: var(--wc-amber);
  font-size: 15px;
  letter-spacing: 2px;
  display: inline-block;
  filter: drop-shadow(0 1px 1px rgba(245,158,11,.3));
}
.wc-reviews-rating strong {
  color: var(--wc-ink);
  font-weight: 800;
  font-size: 15px;
}
.wc-reviews-rating .sep {
  width: 1px; height: 14px;
  background: var(--wc-line);
}

/* Slider */
.wc-slider {
  position: relative;
  margin: 0 -28px;          /* edge bleed for fade mask */
  padding: 8px 28px 12px;
}
.wc-slider-viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.wc-slider-track {
  display: flex;
  gap: 24px;
  transition: transform .55s var(--wc-ease);
  will-change: transform;
}
.wc-slider-track.is-dragging { transition: none; }

.wc-review-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  background: #fff;
  border: 1px solid var(--wc-line);
  border-radius: var(--wc-radius);
  padding: 32px 30px 28px;
  position: relative;
  box-shadow: var(--wc-shadow);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  transition: transform .4s var(--wc-ease), box-shadow .4s var(--wc-ease), border-color .4s var(--wc-ease);
}
.wc-review-card::before {
  content: '"';
  position: absolute;
  top: 18px; right: 22px;
  font-family: 'Outfit', Georgia, serif;
  font-size: 72px;
  line-height: 1;
  color: var(--wc-red);
  opacity: .14;
  z-index: -1;
  font-weight: 900;
}
.wc-review-card:hover {
  border-color: rgba(10,31,68,.16);
  box-shadow: var(--wc-shadow-lg);
}
.wc-review-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--wc-amber);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 18px;
  filter: drop-shadow(0 1px 1px rgba(245,158,11,.3));
}
.wc-review-quote {
  font-size: 16px;
  line-height: 1.7;
  color: var(--wc-text);
  margin: 0 0 28px;
  flex: 1;
  letter-spacing: -.005em;
}
.wc-review-quote strong {
  color: var(--wc-ink);
  background: linear-gradient(180deg, transparent 62%, rgba(245,158,11,.18) 62%);
  padding: 0 1px;
  font-weight: 700;
}
.wc-review-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--wc-line-2);
}
.wc-review-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wc-navy) 0%, var(--wc-navy-2) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  letter-spacing: .03em;
  box-shadow: 0 6px 14px -6px rgba(10,31,68,.5);
}
.wc-review-name {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--wc-ink);
  margin: 0 0 3px;
  letter-spacing: -.01em;
}
.wc-review-role {
  font-size: 12.5px;
  color: var(--wc-muted);
  margin: 0;
}

/* Controls */
.wc-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
.wc-slider-btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--wc-line);
  color: var(--wc-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .25s var(--wc-ease);
  flex-shrink: 0;
}
.wc-slider-btn:hover {
  background: var(--wc-ink);
  color: #fff;
  border-color: var(--wc-ink);
  transform: translateY(-2px);
  box-shadow: var(--wc-shadow);
}
.wc-slider-btn:disabled { opacity: .35; cursor: not-allowed; transform: none; background: #fff; color: var(--wc-mute2); border-color: var(--wc-line); }
.wc-slider-btn svg { width: 16px; height: 16px; }
.wc-slider-dots {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.wc-slider-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--wc-line);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: all .3s var(--wc-ease);
}
.wc-slider-dot.is-active {
  background: var(--wc-red);
  width: 24px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px rgba(200,16,46,.14);
}
.wc-slider-dot:hover:not(.is-active) { background: var(--wc-mute2); }

@media (max-width: 980px) {
  .wc-review-card { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 640px) {
  .wc-reviews { padding: 64px 0; }
  .wc-review-card { flex-basis: 100%; padding: 26px 24px; }
  .wc-slider { margin: 0 -16px; padding: 6px 16px 8px; }
}

/* =========================================================================
   8) NEARBY CITIES STRIP
   ========================================================================= */
.wc-nearby {
  padding: 36px 0 56px;
  background: var(--wc-bg);
  border-top: 1px solid var(--wc-line);
}
.wc-nearby-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}
.wc-nearby-label {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--wc-muted);
  margin-bottom: 18px;
}
.wc-nearby-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.wc-nearby-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid var(--wc-line);
  color: var(--wc-ink);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s var(--wc-ease);
  letter-spacing: -.005em;
}
.wc-nearby-links a::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--wc-red);
  flex-shrink: 0;
  transition: transform .25s var(--wc-ease);
}
.wc-nearby-links a:hover {
  border-color: var(--wc-red);
  color: var(--wc-red);
  transform: translateY(-2px);
  box-shadow: var(--wc-shadow-sm);
}
.wc-nearby-links a:hover::before { transform: scale(1.5); }

/* =========================================================================
   9) MOBILE STICKY CTA BAR
   ========================================================================= */
.wc-stickycta {
  position: fixed;
  left: 12px; right: 12px;
  bottom: 12px;
  z-index: 90;
  background: #fff;
  border: 1px solid var(--wc-line);
  border-radius: 16px;
  padding: 10px;
  box-shadow:
    0 10px 24px -8px rgba(15,23,42,.16),
    0 24px 48px -16px rgba(15,23,42,.22);
  display: none;
  gap: 8px;
  transform: translateY(120%);
  transition: transform .3s var(--wc-ease);
}
.wc-stickycta.is-visible {
  display: flex;
  transform: translateY(0);
}
.wc-stickycta a,
.wc-stickycta button {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 14px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: -.005em;
  white-space: nowrap;
}
.wc-stickycta .wc-sc-call {
  background: var(--wc-bg);
  color: var(--wc-ink);
  border: 1.5px solid var(--wc-line);
}
.wc-stickycta .wc-sc-quote {
  background: linear-gradient(120deg, var(--wc-red) 0%, var(--wc-red-deep) 100%);
  color: #fff;
  box-shadow: 0 8px 18px -8px rgba(200,16,46,.6);
}
.wc-stickycta svg { flex-shrink: 0; }
@media (min-width: 781px) { .wc-stickycta { display: none !important; } }
