/* ════════════════════════════════════════
   HERO SECTION
════════════════════════════════════════ */
.cew-hero * { box-sizing: border-box; margin: 0; padding: 0; }

.cew-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
}

.cew-hero-lines {
  position: absolute;
  inset: 0;
  width: 69%;
  height: 112%;
  pointer-events: none;
  z-index: 1;
  margin: 0 auto;
}

.cew-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 90px 24px 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cew-eyebrow {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 13.5px;
  font-weight: 400;
  color: #c9a55c;
  letter-spacing: 0.01em;
  margin-bottom: 28px;
}

.cew-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(38px, 5.8vw, 94px);
  font-weight: 400;
  color: #f2ece0;
  line-height: 1.10;
  letter-spacing: -0.025em;
  margin-bottom: 26px;
  width: 1081px;
  max-width: 100%;
}

.cew-title em {
  font-style: italic;
  color: #c9a55c;
  font-weight: 400;
}

.cew-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 1.18rem;
  font-weight: 400;
  color: rgba(242, 236, 224, 0.50);
  line-height: 1.80;
  max-width: 720px;
  margin: 30px 0;
}
.cew-subtitle p { margin: 0; }
.cew-subtitle strong {
  color: rgba(242, 236, 224, 0.86);
  font-weight: 600;
}

.cew-checks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 36px;
  margin-bottom: 38px;
}

.cew-check-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(242, 236, 224, 0.58);
  white-space: nowrap;
}
.cew-check-item svg { flex-shrink: 0; }

.cew-cta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background-color: #c9a55c;
  color: #18120a;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 21px 38px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
  margin-bottom: 56px;
}
.cew-cta:hover { background-color: #d4b06a; transform: translateY(-1px); }

.cew-hero-divider {
  width: 100%;
  max-width: 700px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201, 165, 92, 0.22), transparent);
  margin-bottom: 28px;
}

.cew-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.cew-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
}
.cew-trust-item:not(:last-child) { border-right: 1px solid rgba(201, 165, 92, 0.14); }
.cew-trust-label { font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.82); letter-spacing: 0.01em; }
.cew-trust-stars { color: #c9a55c; font-size: 10.5px; letter-spacing: 1.5px; }
.cew-trust-score { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 400; color: rgba(242,236,224,0.45); }
.cew-trust-yrs   { font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 700; color: #c9a55c; }

@media (max-width: 680px) {
  .cew-hero-content { padding: 80px 20px 60px; }
  .cew-title { font-size: clamp(32px, 8.5vw, 52px); }
  .cew-checks { gap: 10px 18px; }
  .cew-check-item { font-size: 11.5px; }
  .cew-cta { font-size: 10px; padding: 15px 28px; margin-bottom: 44px; }
  .cew-trust-item { padding: 6px 14px; }
  .cew-trust-item:not(:last-child) { border-right: none; }
}
@media (max-width: 400px) {
  .cew-title { font-size: 28px; }
  .cew-checks { flex-direction: column; align-items: flex-start; padding-left: 20px; }
}


/* ════════════════════════════════════════
   PROCESS SECTION  — exact match to process-section.html
════════════════════════════════════════ */
.cewp-section *, .cewp-section *::before, .cewp-section *::after {
  margin: 0; padding: 0; box-sizing: border-box;
}

.cewp-section {
  background-color: #EDE8DC;
  font-family: 'Manrope', sans-serif;
}

.cewp-inner {
  padding: 80px 40px 100px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */
.cewp-header {
  text-align: center;
  margin-bottom: 72px;
}

.cewp-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.cewp-eyebrow-line {
  width: 28px;
  height: 1px;
  background-color: #1a1a1a;
  display: block;
}

.cewp-eyebrow-text {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: 500;
}

.cewp-title {
  font-family: 'Fraunces', serif;
  font-size: 50px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 14px;
}

.cewp-title em {
  font-style: italic;
  color: #c9a55c;
  display: block;
}

.cewp-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  color: #5a5550;
  font-weight: 400;
}

/* Timeline */
.cewp-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}

.cewp-step {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  position: relative;
}

/* Connector lines */
.cewp-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  bottom: 0;
  width: 1px;
  background-color: #c9a55c;
  opacity: 0.5;
  z-index: 0;
}
.cewp-step:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 50%;
  width: 1px;
  background-color: #c9a55c;
  opacity: 0.5;
  z-index: 0;
}

/* Circle */
.cewp-step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  justify-self: center;
  border: 8px solid rgb(246 237 219 / 40%);
  box-shadow: 0 1px 5px -3px rgba(201,165,92,0.4), 0 0 0 6px #EDE8DC;
}

.cewp-step-circle-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c9a55c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cewp-step-circle span {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  line-height: 1;
}

/* Card */
.cewp-step-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 30px 34px;
  max-width: 360px;
  border: 1.5px solid transparent;
  transition: border-color 0.25s ease;
  cursor: default;
}
.cewp-step-card:hover { border-color: #c9a55c; }

/* Right layout */
.cewp-step.right .cewp-step-empty  { grid-column: 1; }
.cewp-step.right .cewp-step-circle { grid-column: 2; }
.cewp-step.right .cewp-step-card   { grid-column: 3; margin-left: 40px; justify-self: start; text-align: left; }

/* Left layout */
.cewp-step.left .cewp-step-card   { grid-column: 1; margin-right: 40px; justify-self: end; text-align: right; }
.cewp-step.left .cewp-step-circle { grid-column: 2; }
.cewp-step.left .cewp-step-empty  { grid-column: 3; }

/* Card header */
.cewp-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.cewp-step.left .cewp-card-header { justify-content: flex-end; }

.cewp-card-title {
  font-family: 'Fraunces', serif;
  font-size: 1.28rem;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

.cewp-card-badge {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #c9a55c;
  background-color: #f5efe2;
  border-radius: 100px;
  padding: 4px 13px;
  border: 1.5px solid #e8dcc8;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.cewp-card-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #4a4440;
  line-height: 1.75;
  font-weight: 400;
}

.cewp-step-empty { min-width: 0; }

/* Mobile */
@media (max-width: 680px) {
  .cewp-inner { padding: 52px 20px 70px; }
  .cewp-title { font-size: 30px; }

  .cewp-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .cewp-step.right .cewp-step-empty,
  .cewp-step.left  .cewp-step-empty { display: none; }

  .cewp-step.right .cewp-step-circle,
  .cewp-step.left  .cewp-step-circle { order: 1; flex-shrink: 0; width: 64px; height: 64px; }

  .cewp-step.right .cewp-step-circle span,
  .cewp-step.left  .cewp-step-circle span { font-size: 16px; }

  .cewp-step.right .cewp-step-card,
  .cewp-step.left  .cewp-step-card {
    order: 2;
    margin-left: 18px;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding: 20px 22px;
  }

  .cewp-step.left .cewp-card-header { justify-content: flex-start; }

  .cewp-step:not(:last-child)::after  { left: 32px; transform: none; top: 64px; bottom: 0; }
  .cewp-step:not(:first-child)::before { left: 32px; transform: none; top: 0; bottom: calc(100% - 64px); }
}

@media (max-width: 400px) {
  .cewp-title { font-size: 26px; }
  .cewp-inner { padding: 44px 16px 56px; }
}
