/* ═══════════════════════════════════════════════════
   CWD-V3 — Cab Istanbul Car With Driver Page
   Stage 3E: Mockup-matched booking card
   Approach: .cwd-v3-* selectors only. No legacy overrides.
═══════════════════════════════════════════════════ */

:root {
  --cwd3-gold:    #f0b429;
  --cwd3-gold-d:  #c8920a;
  --cwd3-ink:     #111111;
  --cwd3-dark:    #141414;
  --cwd3-off:     #f8f8f8;
  --cwd3-border:  #e2e2e2;
  --cwd3-label:   #8f8577;
  --cwd3-mid:     #5a5a5a;
  --cwd3-dim:     #9a9a9a;
  --cwd3-white:   #ffffff;
  --cwd3-r:       8px;
}

/* ── PAGE SHELL ── */
.cwd-v3-page {
  background: #f7f7f7;
  color: #151515;
}

.cwd-v3-section {
  padding: 56px 0;
}

.cwd-v3-container {
  width: min(1160px, 100% - 40px);
  margin: 0 auto;
}

/* ── HERO SECTION ── */
.cwd-v3-hero-booking {
  background: #0f141b;
  padding-top: 0;
  padding-bottom: 20px;
}

.cwd-v3-hero {
  position: relative;
}

/* Clearfix: slider-area içindeki float:left'i hero section'a dahil et */
.cwd-v3-hero::after {
  content: '';
  display: block;
  clear: both;
}

.cwd-v3-hero .carousel-captions.caption-1 {
  min-height: 660px;
}

.cwd-v3-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(7, 10, 15, 0.48) 0%,
    rgba(7, 10, 15, 0.74) 54%,
    rgba(7, 10, 15, 0.92) 100%);
  z-index: 0;
  pointer-events: none;
}

.cwd-v3-hero-booking .cab-hero-home-layout {
  display: block;
  text-align: center;
}

.cwd-v3-hero-booking .hero-copy-col {
  max-width: 100%;
  flex: 0 0 100%;
  pointer-events: none;
}

.cwd-v3-hero-booking .cwd-v3-hero__inner {
  max-width: 900px;
  margin: 148px auto 0;
  color: #ffffff;
  pointer-events: none;
}

.cwd-v3-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  border: 1px solid rgba(252, 177, 66, 0.42);
  border-radius: 999px;
  background: rgba(252, 177, 66, 0.12);
  color: #f6c55b;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 6px 18px;
}

.cwd-v3-hero__title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 900;
  text-transform: none;
}

.cwd-v3-hero__title span {
  display: block;
  color: #fcb142;
}

.cwd-v3-hero__subtitle {
  margin: 0 auto;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.65;
}

/* ── BOOKING SHELL (wrapper col) ── */
.cwd-v3-page .cwd-v3-booking-shell {
  max-width: 1240px;
  width: calc(100% - 96px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1101;
}

.cwd-v3-page .cwd-v3-hero-booking .hero-form-col.cwd-v3-booking-shell {
  margin-top: 44px;
}

/* ═══════════════════════════════════════════════════
   BOOKING CARD
═══════════════════════════════════════════════════ */
.cwd-v3-booking-card {
  width: 100%;
  background: var(--cwd3-white);
  border-radius: 14px;
  box-shadow:
    inset 0 2px 0 0 var(--cwd3-gold),
    0 24px 60px rgba(0, 0, 0, 0.24),
    0 4px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

/* Tab bar */
.cwd-v3-booking-card .cwd-v3-booking-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 13px 32px 0;
  border-bottom: 1px solid var(--cwd3-border);
  background: var(--cwd3-white);
}

.cwd-v3-booking-card .cwd-v3-booking-tab {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 11px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  background: transparent;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.18s;
  text-decoration: none;
  line-height: 1.4;
}

.cwd-v3-booking-card .cwd-v3-booking-tab--active {
  background: var(--cwd3-ink);
  color: var(--cwd3-gold);
  border-color: var(--cwd3-ink);
}

.cwd-v3-booking-card .cwd-v3-booking-tab--off {
  color: #aaaaaa;
  border-color: var(--cwd3-border);
}

/* Form wrapper */
.cwd-v3-booking-card .cwd-v3-booking-form {
  padding: 14px 32px 0;
}

/* ── Daily / Hourly mode toggle ── */
.cwd-v3-booking-card .cwd-v3-booking-mode {
  display: inline-flex;
  border: 1.5px solid var(--cwd3-border);
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 14px;
}

.cwd-v3-booking-card .cwd-v3-booking-mode-seg {
  position: relative;
}

.cwd-v3-booking-card .cwd-v3-booking-mode-seg input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.cwd-v3-booking-card .cwd-v3-booking-mode-seg label {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 22px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #888888;
  background: var(--cwd3-white);
  border-right: 1px solid var(--cwd3-border);
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  user-select: none;
  white-space: nowrap;
}

.cwd-v3-booking-card .cwd-v3-booking-mode-seg:last-child label {
  border-right: none;
}

.cwd-v3-booking-card .cwd-v3-booking-mode-seg input[type="radio"]:checked + label {
  background: var(--cwd3-dark);
  color: var(--cwd3-gold);
  font-weight: 700;
}

/* ── Form grid ── */
.cwd-v3-booking-card .cwd-v3-booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 200px 160px;
  gap: 10px;
  margin-bottom: 12px;
}

.cwd-v3-booking-card .cwd-v3-booking-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cwd-v3-booking-card .cwd-v3-booking-field--drop {
  grid-column: 1 / span 2;
}

.cwd-v3-booking-card .cwd-v3-booking-field--route {
  grid-column: 3 / span 2;
}

.cwd-v3-booking-card .cwd-v3-booking-field--intercity {
  grid-column: 1 / -1;
}

/* ── Labels ── */
.cwd-v3-booking-card .cwd-v3-booking-label {
  margin: 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cwd3-label);
}

/* ── Input wrap (with icon) ── */
.cwd-v3-booking-card .cwd-v3-booking-input-wrap {
  position: relative;
}

.cwd-v3-booking-card .cwd-v3-booking-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: var(--cwd3-gold);
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}

/* ── Shared input base — reset Bootstrap .form-control ── */
.cwd-v3-booking-card .cwd-v3-booking-input,
.cwd-v3-booking-card .cwd-v3-booking-input.form-control {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 12px;
  font-size: 13px;
  font-family: inherit;
  color: var(--cwd3-ink);
  background: var(--cwd3-off);
  border: 1.5px solid var(--cwd3-border);
  border-radius: var(--cwd3-r);
  outline: none;
  box-shadow: none;
  transition: border-color 0.18s, background 0.18s;
  -webkit-appearance: none;
  appearance: none;
}

.cwd-v3-booking-card .cwd-v3-booking-input::placeholder {
  color: #c0b8ae;
  font-size: 12px;
}

.cwd-v3-booking-card .cwd-v3-booking-input:focus,
.cwd-v3-booking-card .cwd-v3-booking-input.form-control:focus {
  border-color: var(--cwd3-gold);
  background: var(--cwd3-white);
  box-shadow: none;
  outline: none;
}

/* Inputs inside icon wrapper get left padding for icon */
.cwd-v3-booking-card .cwd-v3-booking-input-wrap .cwd-v3-booking-input,
.cwd-v3-booking-card .cwd-v3-booking-input-wrap .cwd-v3-booking-input.form-control {
  padding-left: 34px;
}

/* ── Select wrapper + chevron ── */
.cwd-v3-booking-card .cwd-v3-booking-sel-wrap {
  position: relative;
}

.cwd-v3-booking-card .cwd-v3-booking-sel-wrap::after {
  content: '▾';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cwd3-gold);
  pointer-events: none;
  font-size: 13px;
  line-height: 1;
}

.cwd-v3-booking-card .cwd-v3-booking-sel {
  padding-right: 28px;
  cursor: pointer;
}

/* ── Route radio row ── */
.cwd-v3-booking-card .cwd-v3-booking-route {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  min-height: 44px;
  border: 1.5px solid var(--cwd3-border);
  border-radius: var(--cwd3-r);
  background: var(--cwd3-off);
  padding: 0 12px;
}

.cwd-v3-booking-card .cwd-v3-booking-route-title {
  font-size: 11px;
  font-weight: 700;
  color: #9d9589;
}

.cwd-v3-booking-card .cwd-v3-booking-route label,
.cwd-v3-booking-card .cwd-v3-booking-lang label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: #555555;
  cursor: pointer;
}

.cwd-v3-booking-card .cwd-v3-booking-route input[type="radio"],
.cwd-v3-booking-card .cwd-v3-booking-lang input[type="checkbox"] {
  display: inline-block;
  position: static;
  opacity: 1;
  visibility: visible;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  accent-color: var(--cwd3-gold);
  cursor: pointer;
  flex-shrink: 0;
  pointer-events: auto;
  -webkit-appearance: auto;
  appearance: auto;
}

/* ── Intercity list ── */
.cwd-v3-booking-card .cwd-v3-booking-intercity-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.cwd-v3-booking-card .cwd-v3-booking-stop {
  min-width: 0;
}

/* ── Driver Language row ── */
.cwd-v3-booking-card .cwd-v3-booking-lang {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 0 0 12px;
  padding: 0 32px;
}

/* ── Footer: benefits + submit ── */
.cwd-v3-booking-card .cwd-v3-booking-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
  padding: 14px 32px 18px;
  border-top: 1px solid var(--cwd3-border);
}

.cwd-v3-booking-card .cwd-v3-booking-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11px;
  color: #888888;
}

.cwd-v3-booking-card .cwd-v3-booking-benefits span::before {
  content: '✓ ';
  color: var(--cwd3-gold);
  font-weight: 700;
}

.cwd-v3-booking-card .cwd-v3-booking-submit,
.cwd-v3-booking-card .cwd-v3-booking-submit.submitForm {
  height: 44px;
  padding: 0 32px;
  background: var(--cwd3-gold);
  color: var(--cwd3-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border: none;
  border-radius: var(--cwd3-r);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(240, 180, 41, 0.35);
  transition: background 0.18s, transform 0.15s;
  white-space: nowrap;
}

.cwd-v3-booking-card .cwd-v3-booking-submit:hover {
  background: var(--cwd3-gold-d);
  transform: translateY(-1px);
}

/* Hide legacy error wrappers inside booking card */
.cwd-v3-booking-card .errorWrapText {
  display: none;
}

/* City use block hidden in hourly mode */
.cwd-v3-booking-form:has(#cwd_hour_d:checked) .city-use-block,
.cwd-v3-booking-form:has(#cwd_hour_m:checked) .city-use-block {
  display: none;
}

/* Intercity stops hidden by default; JS toggles */
.cwd-v3-booking-form .intercity-block {
  display: none;
}

/* ═══════════════════════════════════════════════════
   TRUST STRIP
═══════════════════════════════════════════════════ */
.cwd-v3-trust {
  background: linear-gradient(100deg, #e39b21 0%, #fcb142 100%);
}

.cwd-v3-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cwd-v3-trust-card {
  background: #121212;
  color: #ffffff;
  border-radius: 10px;
  padding: 16px;
}

.cwd-v3-trust-card h3 {
  font-size: 14px;
  margin: 0 0 6px;
}

.cwd-v3-trust-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

/* ═══════════════════════════════════════════════════
   MAIN CONTENT SECTIONS
═══════════════════════════════════════════════════ */
.cwd-v3-seo,
.cwd-v3-scenarios,
.cwd-v3-testimonials {
  background: #ffffff;
}

.cwd-v3-why,
.cwd-v3-services,
.cwd-v3-process,
.cwd-v3-faq {
  background: #f7f7f7;
}

.cwd-v3-final-cta {
  background: #111111;
  color: #ffffff;
  text-align: center;
}

.cwd-v3-main h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.cwd-v3-lead {
  margin: 0 0 18px;
  color: #5a5f68;
}

.cwd-v3-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cwd-v3-card {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 18px;
}

.cwd-v3-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.cwd-v3-card p {
  margin: 0;
  color: #5e5e5e;
}

.cwd-v3-process-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.cwd-v3-toggle-btn,
.cwd-v3-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  padding: 11px 18px;
  background: #ffffff;
  color: #222222;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.cwd-v3-seo-more[hidden],
.cwd-v3-faq-more[hidden] {
  display: none;
}

.cwd-v3-faq-list,
.cwd-v3-faq-more {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.cwd-v3-faq-item {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: #ffffff;
  padding: 14px;
}

.cwd-v3-faq-item h3 {
  margin: 0 0 6px;
  font-size: 15px;
}

.cwd-v3-faq-item p {
  margin: 0;
  color: #5f6369;
}

.cwd-v3-final-cta .cwd-v3-lead {
  color: rgba(255, 255, 255, 0.8);
}

.cwd-v3-final-cta .cwd-v3-cta-btn {
  background: #fcb142;
  border-color: #fcb142;
  color: #111111;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — Tablet ≤ 991px
═══════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .cwd-v3-hero-booking .carousel-captions.caption-1 {
    min-height: 520px;
  }

  .cwd-v3-hero-booking .cwd-v3-hero__inner {
    margin-top: 92px;
    padding: 0 10px;
  }

  .cwd-v3-page .cwd-v3-booking-shell {
    width: calc(100% - 24px);
    margin-top: 18px;
  }

  .cwd-v3-page .cwd-v3-hero-booking .hero-form-col.cwd-v3-booking-shell {
    margin-top: 34px;
  }

  .cwd-v3-booking-card .cwd-v3-booking-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cwd-v3-booking-card .cwd-v3-booking-field--drop,
  .cwd-v3-booking-card .cwd-v3-booking-field--route {
    grid-column: 1 / -1;
  }

  .cwd-v3-booking-card .cwd-v3-booking-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .cwd-v3-booking-card .cwd-v3-booking-submit {
    width: 100%;
    justify-content: center;
  }

  .cwd-v3-trust-grid,
  .cwd-v3-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — Mobile ≤ 767px
═══════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .cwd-v3-hero-booking {
    padding-bottom: 26px;
  }

  .cwd-v3-hero-booking .carousel-captions.caption-1 {
    min-height: 400px;
  }

  .cwd-v3-hero-booking .cwd-v3-hero__inner {
    margin-top: 58px;
  }

  .cwd-v3-hero__title {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.1;
  }

  .cwd-v3-hero__subtitle {
    font-size: 14px;
  }

  .cwd-v3-page .cwd-v3-booking-shell {
    width: calc(100% - 24px);
    max-width: none;
    margin-top: 14px;
  }

  .cwd-v3-page .cwd-v3-hero-booking .hero-form-col.cwd-v3-booking-shell {
    margin-top: 28px;
  }

  .cwd-v3-booking-card {
    border-radius: 12px;
  }

  .cwd-v3-booking-card .cwd-v3-booking-tabs {
    padding: 10px 14px 0;
    gap: 6px;
  }

  .cwd-v3-booking-card .cwd-v3-booking-tab {
    font-size: 10px;
    padding: 7px 12px;
  }

  .cwd-v3-booking-card .cwd-v3-booking-form {
    padding: 12px 14px 0;
  }

  .cwd-v3-booking-card .cwd-v3-booking-mode-seg label {
    padding: 9px 14px;
    font-size: 12px;
  }

  .cwd-v3-booking-card .cwd-v3-booking-grid,
  .cwd-v3-booking-card .cwd-v3-booking-intercity-list {
    grid-template-columns: 1fr;
  }

  .cwd-v3-booking-card .cwd-v3-booking-field--drop,
  .cwd-v3-booking-card .cwd-v3-booking-field--route {
    grid-column: auto;
  }

  .cwd-v3-booking-card .cwd-v3-booking-route {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: 0;
    padding: 10px 12px;
  }

  .cwd-v3-booking-card .cwd-v3-booking-lang {
    padding: 0 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .cwd-v3-booking-card .cwd-v3-booking-footer {
    padding: 12px 14px 14px;
    flex-direction: column;
    align-items: stretch;
  }

  .cwd-v3-booking-card .cwd-v3-booking-submit {
    width: 100%;
    justify-content: center;
  }

  .cwd-v3-booking-card .cwd-v3-booking-benefits {
    flex-direction: column;
    gap: 6px;
  }

  .cwd-v3-section {
    padding: 40px 0;
  }

  .cwd-v3-container {
    width: min(1160px, 100% - 28px);
  }

  .cwd-v3-trust-grid,
  .cwd-v3-card-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════
   BODY SECTIONS — MOCKUP-MATCHED (Stage 3E)
   All scoped under .cwd-v3-* — no global overrides
═══════════════════════════════════════════════════ */

/* ── Shared section spacing ── */
.cwd-v3-why-sec,
.cwd-v3-svc-sec,
.cwd-v3-cases-sec,
.cwd-v3-how-sec,
.cwd-v3-rev-sec,
.cwd-v3-seo-sec,
.cwd-v3-faq-sec {
  padding: 88px 0;
}

.cwd-v3-cta-sec {
  padding: 96px 0 24px;
}

/* Alternating backgrounds */
.cwd-v3-why-sec      { background: #f7f7f7; }
.cwd-v3-svc-sec      { background: #ffffff; }
.cwd-v3-cases-sec    { background: #f7f7f7; }
.cwd-v3-how-sec      { background: #ffffff; }
.cwd-v3-rev-sec      { background: #f7f7f7; }
.cwd-v3-seo-sec      { background: #f7f7f7; }
.cwd-v3-faq-sec      { background: #ffffff; }
.cwd-v3-cta-sec      { background: #111111; color: #ffffff; position: relative; overflow: hidden; }

.cwd-v3-cta-sec::before {
  content: '';
  position: absolute;
  top: -120px; right: -80px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(240,180,41,.12) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Section heading ── */
.cwd-v3-section-heading {
  text-align: center;
  margin-bottom: 48px;
}

.cwd-v3-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f0b429;
  margin-bottom: 10px;
}

.cwd-v3-section-eyebrow::before,
.cwd-v3-section-eyebrow::after {
  content: '';
  display: block;
  width: 22px;
  height: 1.5px;
  background: #f0b429;
  opacity: .5;
}

.cwd-v3-section-heading h2 {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 900;
  color: #111111;
  line-height: 1.15;
  margin: 0 0 10px;
}

.cwd-v3-section-rule {
  width: 44px;
  height: 3px;
  background: #f0b429;
  border-radius: 2px;
  margin: 0 auto;
}

.cwd-v3-section-lead {
  font-size: 14.5px;
  color: #5e5e5e;
  max-width: 560px;
  margin: 14px auto 0;
  line-height: 1.7;
}

/* ─────────────────────────────────────────────────
   TRUST STRIP
───────────────────────────────────────────────── */
.cwd-v3-trust-strip {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 32px 24px;
  background: linear-gradient(135deg, #d99a0b 0%, #f0b429 50%, #e8a820 100%);
  box-sizing: border-box;
}

.cwd-v3-trust-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cwd-v3-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.cwd-v3-trust-item {
  background: #111111;
  border-radius: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.07);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: border-color .2s;
}

.cwd-v3-trust-item:hover {
  border-color: rgba(240,180,41,.45);
}

.cwd-v3-trust-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

.cwd-v3-trust-text strong {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.cwd-v3-trust-text span {
  font-size: 10.5px;
  color: rgba(255,255,255,.44);
}

/* ─────────────────────────────────────────────────
   WHY CHOOSE
───────────────────────────────────────────────── */
.cwd-v3-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cwd-v3-why-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 28px 24px;
  border: 1.5px solid #e4e4e4;
  transition: border-color .2s, box-shadow .2s;
}

.cwd-v3-why-card:hover {
  border-color: #f0b429;
  box-shadow: 0 8px 24px rgba(240,180,41,.1);
}

.cwd-v3-why-icon {
  width: 52px;
  height: 52px;
  background: rgba(240,180,41,.1);
  border: 2px solid rgba(240,180,41,.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
  transition: all .2s;
}

.cwd-v3-why-card:hover .cwd-v3-why-icon {
  background: rgba(240,180,41,.18);
  border-color: #f0b429;
}

.cwd-v3-why-card h3 {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 8px;
}

.cwd-v3-why-card p {
  font-size: 13px;
  color: #5e5e5e;
  line-height: 1.65;
  margin: 0;
}

/* ─────────────────────────────────────────────────
   SERVICES
───────────────────────────────────────────────── */
.cwd-v3-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cwd-v3-svc-card {
  background: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #e4e4e4;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}

.cwd-v3-svc-card:hover {
  border-color: #f0b429;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
}

.cwd-v3-svc-body {
  padding: 22px 20px 24px;
}

.cwd-v3-svc-tag {
  display: block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f0b429;
  margin-bottom: 5px;
}

.cwd-v3-svc-body h3 {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 7px;
  line-height: 1.25;
}

.cwd-v3-svc-body p {
  font-size: 12.5px;
  color: #5e5e5e;
  line-height: 1.6;
  margin: 0 0 12px;
}

.cwd-v3-svc-link {
  font-size: 11px;
  font-weight: 700;
  color: #f0b429;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.cwd-v3-svc-link:hover {
  color: #c8920a;
}

/* ─────────────────────────────────────────────────
   USE CASES
───────────────────────────────────────────────── */
.cwd-v3-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.cwd-v3-case {
  background: #ffffff;
  border: 1.5px solid #e4e4e4;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: border-color .2s;
}

.cwd-v3-case:hover {
  border-color: #f0b429;
}

.cwd-v3-case-icon {
  width: 44px;
  height: 44px;
  background: rgba(240,180,41,.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.cwd-v3-case-body h3 {
  font-size: 13.5px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 5px;
}

.cwd-v3-case-body p {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 1.55;
  margin: 0;
}

/* ─────────────────────────────────────────────────
   HOW TO BOOK
───────────────────────────────────────────────── */
.cwd-v3-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.cwd-v3-how-grid::before {
  content: '';
  position: absolute;
  top: 34px;
  left: calc(12.5% + 6px);
  right: calc(12.5% + 6px);
  height: 1px;
  background: linear-gradient(90deg, transparent, #f0b429 20%, #f0b429 80%, transparent);
  opacity: .3;
  z-index: 0;
}

.cwd-v3-how-card {
  text-align: center;
  padding: 0 14px;
  position: relative;
  z-index: 1;
}

.cwd-v3-step-num {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid #f0b429;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: #f0b429;
  margin: 0 auto 16px;
  box-shadow: 0 4px 16px rgba(240,180,41,.15);
}

.cwd-v3-how-card h3 {
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 7px;
}

.cwd-v3-how-card p {
  font-size: 12.5px;
  color: #5e5e5e;
  line-height: 1.65;
  margin: 0;
}

/* ─────────────────────────────────────────────────
   TESTIMONIALS
───────────────────────────────────────────────── */
.cwd-v3-rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cwd-v3-rev-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px 22px;
  border-left: 3px solid #f0b429;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.cwd-v3-rev-stars {
  color: #f0b429;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.cwd-v3-rev-text {
  font-size: 13.5px;
  color: #3a3a3a;
  line-height: 1.75;
  font-style: italic;
  margin: 0 0 14px;
}

.cwd-v3-rev-author strong {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: #111111;
}

.cwd-v3-rev-author span {
  font-size: 11px;
  color: #9a9a9a;
}

/* ─────────────────────────────────────────────────
   SEO CONTENT
───────────────────────────────────────────────── */
.cwd-v3-seo-layout {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 64px;
  align-items: start;
}

.cwd-v3-seo-copy h2 {
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 900;
  color: #111111;
  line-height: 1.15;
  margin: 0 0 8px;
}

.cwd-v3-seo-sub {
  font-size: 15px;
  color: #c8920a;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

.cwd-v3-seo-copy p {
  font-size: 14.5px;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 14px;
}

.cwd-v3-seo-copy a {
  color: #f0b429;
  font-weight: 600;
  text-decoration: none;
}

.cwd-v3-seo-copy a:hover {
  color: #c8920a;
  text-decoration: underline;
}

.cwd-v3-seo-hidden[hidden] {
  display: none;
}

.cwd-v3-seo-hidden:not([hidden]) {
  display: block;
}

.cwd-v3-seo-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  background: transparent;
  border: 1.5px solid #e4e4e4;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #5e5e5e;
  cursor: pointer;
  transition: border-color .2s, color .2s;
}

.cwd-v3-seo-toggle:hover {
  border-color: #f0b429;
  color: #f0b429;
}

.cwd-v3-toggle-icon {
  font-size: 14px;
  transition: transform .25s;
}

.cwd-v3-seo-toggle[aria-expanded="true"] .cwd-v3-toggle-icon {
  transform: rotate(180deg);
}

.cwd-v3-seo-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cwd-v3-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cwd-v3-stat {
  background: #111111;
  border-radius: 10px;
  padding: 12px 14px;
  text-align: center;
}

.cwd-v3-stat strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #f0b429;
  line-height: 1;
}

.cwd-v3-stat span {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-top: 3px;
  display: block;
}

.cwd-v3-checklist {
  background: #ffffff;
  border-radius: 10px;
  border: 1.5px solid #e4e4e4;
  padding: 20px 20px;
}

.cwd-v3-checklist h3 {
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0b429;
}

.cwd-v3-checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cwd-v3-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #333333;
  line-height: 1.45;
}

.cwd-v3-checklist li::before {
  content: '✓';
  color: #f0b429;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.cwd-v3-checklist--dark {
  background: #111111;
  border-color: rgba(255,255,255,.08);
}

.cwd-v3-checklist--dark h3 {
  color: #f0b429;
  border-color: rgba(240,180,41,.3);
}

.cwd-v3-checklist--dark li {
  color: rgba(255,255,255,.7);
}

/* ─────────────────────────────────────────────────
   FAQ
───────────────────────────────────────────────── */
.cwd-v3-faq-inner {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 56px;
  align-items: start;
}

.cwd-v3-faq-sidebar h2 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  color: #111111;
  line-height: 1.2;
  margin: 0 0 12px;
}

.cwd-v3-faq-sidebar p {
  font-size: 14px;
  color: #5e5e5e;
  line-height: 1.72;
  margin-bottom: 22px;
}

.cwd-v3-faq-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.cwd-v3-faq-link {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  border: 1.5px solid #e4e4e4;
  border-radius: 9px;
  padding: 13px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.cwd-v3-faq-link:hover {
  border-color: #f0b429;
  color: #f0b429;
}

.cwd-v3-faq-list,
.cwd-v3-faq-extra {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 0;
}

.cwd-v3-faq-extra[hidden] {
  display: none;
}

.cwd-v3-faq-extra:not([hidden]) {
  display: flex;
  margin-top: 9px;
}

.cwd-v3-qi {
  background: #f7f7f7;
  border-radius: 10px;
  border: 1.5px solid #e4e4e4;
  overflow: hidden;
  transition: border-color .2s;
}

.cwd-v3-qi:hover,
.cwd-v3-qi.open {
  border-color: #f0b429;
}

.cwd-v3-qh {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.cwd-v3-qh::after {
  content: '+';
  font-size: 22px;
  color: #f0b429;
  flex-shrink: 0;
  line-height: 1;
}

.cwd-v3-qi.open .cwd-v3-qh::after {
  content: '−';
}

.cwd-v3-qa {
  display: none;
  padding: 0 20px 16px;
  font-size: 13.5px;
  color: #444444;
  line-height: 1.75;
}

.cwd-v3-qi.open .cwd-v3-qa {
  display: block;
}

.cwd-v3-faq-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  width: 100%;
  padding: 13px 20px;
  background: transparent;
  border: 1.5px solid #e4e4e4;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #5e5e5e;
  cursor: pointer;
  transition: border-color .2s, color .2s;
}

.cwd-v3-faq-more-btn:hover {
  border-color: #f0b429;
  color: #f0b429;
}

.cwd-v3-faq-more-icon {
  font-size: 16px;
  transition: transform .25s;
}

.cwd-v3-faq-more-btn[aria-expanded="true"] .cwd-v3-faq-more-icon {
  transform: rotate(180deg);
}

/* ─────────────────────────────────────────────────
   FINAL CTA
───────────────────────────────────────────────── */
.cwd-v3-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.cwd-v3-cta-inner h2 {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 12px;
}

.cwd-v3-cta-inner p {
  font-size: 15px;
  color: rgba(255,255,255,.48);
  line-height: 1.72;
  margin-bottom: 32px;
}

.cwd-v3-cta-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cwd-v3-btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #f0b429;
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 9px;
  border: none;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(240,180,41,.38);
  transition: background .2s, transform .15s;
}

.cwd-v3-btn-cta:hover {
  background: #c8920a;
  transform: translateY(-1px);
  color: #111111;
}

.cwd-v3-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 9px;
  border: 1.5px solid rgba(255,255,255,.2);
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.cwd-v3-btn-ghost:hover {
  border-color: #ffc846;
  color: #ffc846;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — Body sections ≤ 1060px
═══════════════════════════════════════════════════ */
@media (max-width: 1060px) {
  .cwd-v3-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cwd-v3-why-grid,
  .cwd-v3-svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cwd-v3-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cwd-v3-how-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cwd-v3-how-grid::before {
    display: none;
  }

  .cwd-v3-rev-grid {
    grid-template-columns: 1fr;
  }

  .cwd-v3-seo-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cwd-v3-faq-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — Body sections ≤ 768px
═══════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .cwd-v3-why-sec,
  .cwd-v3-svc-sec,
  .cwd-v3-cases-sec,
  .cwd-v3-how-sec,
  .cwd-v3-rev-sec,
  .cwd-v3-seo-sec,
  .cwd-v3-faq-sec {
    padding: 56px 0;
  }
  .cwd-v3-cta-sec {
    padding: 56px 0 20px;
  }

  .cwd-v3-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cwd-v3-why-grid,
  .cwd-v3-svc-grid,
  .cwd-v3-cases-grid,
  .cwd-v3-how-grid {
    grid-template-columns: 1fr;
  }

  .cwd-v3-section-heading {
    margin-bottom: 32px;
  }

  .cwd-v3-cta-btns {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .cwd-v3-trust-grid {
    grid-template-columns: 1fr;
  }
}
