/* custom-widget Project Cat Page 1.9.0 */
.chidora-services-page,
.chidora-services-page * {
  box-sizing: border-box;
}

.chidora-services-page {
  --ch-bg: #fbf6ee;
  --ch-bg-soft: #fffaf5;
  --ch-card: rgba(255, 255, 255, 0.74);
  --ch-card-strong: rgba(255, 255, 255, 0.94);
  --ch-text: #3b3029;
  --ch-muted: #7b6b60;
  --ch-accent: #c98867;
  --ch-accent-dark: #9e6047;
  --ch-dark: #30251f;
  --ch-border: rgba(97, 70, 52, 0.13);
  --ch-shadow: 0 28px 76px rgba(92, 61, 39, 0.13);
  --ch-radius-xl: 38px;
  --ch-radius-lg: 28px;
  --ch-radius-md: 18px;
  --ch-max: 1220px;
  --ch-fs-title: clamp(34px, 5vw, 70px);
  --ch-fs-lead: clamp(15px, 1.5vw, 18px);
  --ch-fs-section-title: clamp(28px, 3.3vw, 48px);
  --ch-fs-card-title: 21px;
  --ch-fs-card-text: 13px;
  --ch-fs-step-title: 18px;
  --ch-fs-package-title: 22px;
  --ch-fs-faq-q: 15px;
  --ch-fs-faq-a: 14px;
  --ch-fs-badge: 13px;
  --ch-card-radius: 32px;
  --ch-button-radius: 999px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ch-text);
  font-family: inherit;
  background:
    radial-gradient(circle at 16% 4%, rgba(201, 136, 103, .17), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(48, 37, 31, .08), transparent 28%),
    linear-gradient(180deg, #fffaf4 0%, #fbf6ee 48%, #fffaf7 100%);
}

.chidora-services-page a {
  color: inherit;
  text-decoration: none;
}

.chidora-services-page button,
.chidora-services-page input,
.chidora-services-page select,
.chidora-services-page textarea {
  font-family: inherit;
}

.chidora-services-page .ch-wrap {
  width: min(var(--ch-max), calc(100% - 36px));
  margin-inline: auto;
}

.chidora-services-page .ch-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  opacity: .44;
  background-image:
    linear-gradient(rgba(87, 60, 42, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 60, 42, .055) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 84%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 84%, transparent);
}

.chidora-services-page .ch-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: .46;
  pointer-events: none;
  z-index: -2;
}

.chidora-services-page .ch-orb.one {
  width: 280px;
  height: 280px;
  background: rgba(201, 136, 103, .2);
  right: -110px;
  top: 150px;
}

.chidora-services-page .ch-orb.two {
  width: 360px;
  height: 360px;
  background: rgba(48, 37, 31, .09);
  left: -150px;
  bottom: 420px;
}

.chidora-services-page .ch-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .62);
  color: var(--ch-accent-dark);
  font-size: var(--ch-fs-badge, 13px);
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(94, 60, 39, .06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.chidora-services-page .ch-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ch-accent);
  box-shadow: 0 0 0 6px rgba(201, 136, 103, .13);
}

.chidora-services-page .ch-hero {
  padding: clamp(58px, 7vw, 110px) 0 44px;
}

.chidora-services-page .ch-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.chidora-services-page .ch-title {
  margin: 16px 0 0;
  color: var(--ch-dark);
  font-size: var(--ch-fs-title, clamp(34px, 5vw, 70px));
  line-height: 1.18;
  letter-spacing: -1.8px;
  font-weight: 950;
}

.chidora-services-page .ch-title span {
  color: var(--ch-accent-dark);
  position: relative;
  display: inline-block;
  z-index: 1;
}

.chidora-services-page .ch-title span::after {
  content: "";
  position: absolute;
  right: 4px;
  left: 4px;
  bottom: 9px;
  height: 12px;
  border-radius: 999px;
  background: rgba(201, 136, 103, .2);
  z-index: -1;
}

.chidora-services-page .ch-lead {
  margin: 20px 0 0;
  max-width: 690px;
  color: var(--ch-muted);
  font-size: var(--ch-fs-lead, clamp(15px, 1.5vw, 18px));
  line-height: 2.15;
  font-weight: 500;
}

.chidora-services-page .ch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.chidora-services-page .ch-btn {
  min-height: 54px;
  border-radius: var(--ch-button-radius, 999px);
  padding: 14px 23px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 950;
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease, border-color .35s ease, color .35s ease;
  white-space: nowrap;
  text-decoration: none !important;
}

.chidora-services-page .ch-btn svg {
  width: 18px;
  height: 18px;
}

.chidora-services-page .ch-btn-primary {
  background: var(--ch-accent);
  color: #fff !important;
  box-shadow: 0 18px 36px rgba(201, 136, 103, .28);
}

.chidora-services-page .ch-btn-primary:hover {
  transform: translateY(-4px);
  background: var(--ch-accent-dark);
  box-shadow: 0 24px 46px rgba(201, 136, 103, .34);
}

.chidora-services-page .ch-btn-ghost {
  background: rgba(255, 255, 255, .72);
  color: var(--ch-dark) !important;
  border-color: var(--ch-border);
}

.chidora-services-page .ch-btn-ghost:hover {
  transform: translateY(-4px);
  background: #fff;
  border-color: rgba(201, 136, 103, .34);
}

.chidora-services-page .ch-hero-visual {
  min-height: 520px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, .72);
  overflow: hidden;
  position: relative;
  box-shadow: var(--ch-shadow);
  background:
    linear-gradient(180deg, rgba(47, 37, 31, .08), rgba(47, 37, 31, .58)),
    var(--ch-hero-img) center / cover no-repeat;
  transform-style: preserve-3d;
}

.chidora-services-page .ch-hero-visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 32px;
  pointer-events: none;
}

.chidora-services-page .ch-hero-note {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: min(440px, calc(100% - 68px));
  padding: 24px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(43, 34, 29, .50);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.chidora-services-page .ch-hero-note strong {
  display: block;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 9px;
  font-weight: 950;
}

.chidora-services-page .ch-hero-note p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
}

.chidora-services-page .ch-hero-chip {
  position: absolute;
  left: 34px;
  top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, .26);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 900;
}

.chidora-services-page .ch-hero-chip svg {
  width: 18px;
  height: 18px;
}

.chidora-services-page .ch-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
  max-width: 700px;
}

.chidora-services-page .ch-metric {
  background: rgba(255, 255, 255, .68);
  border: 1px solid var(--ch-border);
  border-radius: 22px;
  padding: 18px 16px;
  box-shadow: 0 16px 36px rgba(85, 58, 38, .06);
  transition: transform .35s ease, background .35s ease, border-color .35s ease;
}

.chidora-services-page .ch-metric:hover {
  transform: translateY(-6px);
  background: #fff;
  border-color: rgba(201, 136, 103, .28);
}

.chidora-services-page .ch-metric b {
  display: block;
  color: var(--ch-accent-dark);
  font-size: 25px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 950;
}

.chidora-services-page .ch-metric span {
  color: var(--ch-muted);
  font-size: 12px;
  line-height: 1.8;
  font-weight: 800;
}

.chidora-services-page .ch-section {
  padding: clamp(50px, 7vw, 88px) 0;
}

.chidora-services-page .ch-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.chidora-services-page .ch-section-head h2 {
  margin: 12px 0 0;
  color: var(--ch-dark);
  font-size: var(--ch-fs-section-title, clamp(28px, 3.3vw, 48px));
  line-height: 1.36;
  letter-spacing: -1px;
  font-weight: 950;
}

.chidora-services-page .ch-section-head p {
  margin: 0;
  max-width: 520px;
  color: var(--ch-muted);
  line-height: 2.05;
  font-size: 15px;
  font-weight: 500;
}

.chidora-services-page .ch-service-nav {
  position: sticky;
  top: 12px;
  z-index: 5;
  margin-bottom: 28px;
  border-radius: 30px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 250, 245, .76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(74, 51, 35, .08);
  padding: 14px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.chidora-services-page .ch-service-nav::-webkit-scrollbar {
  display: none;
}

.chidora-services-page .ch-nav-chip {
  min-height: 42px;
  border-radius: 999px;
  padding: 9px 15px;
  border: 1px solid rgba(97, 70, 52, .13);
  background: rgba(255, 255, 255, .66);
  color: var(--ch-muted);
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 950;
  transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}

.chidora-services-page .ch-nav-chip:hover,
.chidora-services-page .ch-nav-chip.is-active {
  transform: translateY(-3px);
  background: var(--ch-dark);
  border-color: var(--ch-dark);
  color: #fff;
}

.chidora-services-page .ch-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.chidora-services-page .ch-service-card {
  min-height: 100%;
  border-radius: var(--ch-card-radius, 32px);
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 44px rgba(79, 52, 35, .07);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform .36s ease, box-shadow .36s ease, border-color .36s ease, background .36s ease;
}

.chidora-services-page .ch-service-card:hover {
  transform: translateY(-8px);
  background: #fff;
  border-color: rgba(201, 136, 103, .32);
  box-shadow: 0 28px 60px rgba(79, 52, 35, .12);
}

.chidora-services-page .ch-service-media {
  min-height: 220px;
  background:
    linear-gradient(180deg, transparent 20%, rgba(47, 37, 31, .40)),
    var(--img) center / cover no-repeat;
  position: relative;
}

.chidora-services-page .ch-service-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 950;
}

.chidora-services-page .ch-service-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.chidora-services-page .ch-service-icon {
  width: 54px;
  height: 54px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  color: var(--ch-accent-dark);
  background: rgba(201, 136, 103, .13);
  margin-bottom: 18px;
}

.chidora-services-page .ch-service-icon svg {
  width: 26px;
  height: 26px;
}

.chidora-services-page .ch-service-body h3 {
  margin: 0 0 10px;
  color: var(--ch-dark);
  font-size: var(--ch-fs-card-title, 21px);
  line-height: 1.55;
  font-weight: 950;
}

.chidora-services-page .ch-service-body p {
  margin: 0;
  color: var(--ch-muted);
  font-size: var(--ch-fs-card-text, 13px);
  line-height: 2.05;
  font-weight: 500;
}

.chidora-services-page .ch-service-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  color: var(--ch-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.chidora-services-page .ch-service-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.chidora-services-page .ch-service-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  min-width: 7px;
  border-radius: 999px;
  background: var(--ch-accent);
  margin-top: 10px;
  box-shadow: 0 0 0 5px rgba(201, 136, 103, .12);
}

.chidora-services-page .ch-card-actions {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.chidora-services-page .ch-card-btn {
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(97, 70, 52, .12);
  background: rgba(255, 255, 255, .7);
  color: var(--ch-dark);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}

.chidora-services-page .ch-card-btn:hover {
  transform: translateY(-3px);
  background: var(--ch-dark);
  color: #fff;
  border-color: var(--ch-dark);
}

.chidora-services-page .ch-card-btn.primary {
  background: var(--ch-accent);
  color: #fff !important;
  border-color: var(--ch-accent);
}

.chidora-services-page .ch-card-btn.primary:hover {
  background: var(--ch-accent-dark);
  border-color: var(--ch-accent-dark);
}

.chidora-services-page .ch-fit-section {
  background: linear-gradient(135deg, rgba(255, 255, 255, .66), rgba(255, 244, 232, .74));
  border-top: 1px solid var(--ch-border);
  border-bottom: 1px solid var(--ch-border);
}

.chidora-services-page .ch-fit-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 22px;
  align-items: stretch;
}

.chidora-services-page .ch-fit-panel {
  border-radius: var(--ch-radius-xl);
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--ch-shadow);
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  position: relative;
}

.chidora-services-page .ch-fit-panel::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(201, 136, 103, .12);
  left: -90px;
  top: -90px;
}

.chidora-services-page .ch-fit-panel h2 {
  margin: 12px 0 14px;
  color: var(--ch-dark);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.4;
  font-weight: 950;
  position: relative;
}

.chidora-services-page .ch-fit-panel p {
  margin: 0;
  color: var(--ch-muted);
  font-size: 14px;
  line-height: 2.1;
  font-weight: 500;
  position: relative;
}

.chidora-services-page .ch-fit-tabs {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  position: relative;
}

.chidora-services-page .ch-fit-tab {
  width: 100%;
  border: 1px solid rgba(97, 70, 52, .12);
  background: rgba(255, 255, 255, .68);
  color: var(--ch-muted);
  border-radius: 20px;
  padding: 15px 16px;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 950;
  transition: transform .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}

.chidora-services-page .ch-fit-tab small {
  color: inherit;
  opacity: .72;
  font-weight: 800;
}

.chidora-services-page .ch-fit-tab:hover,
.chidora-services-page .ch-fit-tab.is-active {
  transform: translateX(-5px);
  background: var(--ch-dark);
  color: #fff;
  border-color: var(--ch-dark);
}

.chidora-services-page .ch-fit-result {
  border-radius: var(--ch-radius-xl);
  border: 1px solid var(--ch-border);
  background:
    radial-gradient(circle at 12% 10%, rgba(201, 136, 103, .18), transparent 32%),
    rgba(255, 255, 255, .76);
  box-shadow: var(--ch-shadow);
  padding: clamp(24px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
}

.chidora-services-page .ch-fit-result h3 {
  margin: 0 0 14px;
  color: var(--ch-dark);
  font-size: clamp(25px, 2.7vw, 40px);
  line-height: 1.42;
  font-weight: 950;
}

.chidora-services-page .ch-fit-result p {
  margin: 0;
  color: var(--ch-muted);
  font-size: 15px;
  line-height: 2.05;
  font-weight: 500;
}

.chidora-services-page .ch-fit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.chidora-services-page .ch-fit-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(201, 136, 103, .12);
  color: var(--ch-accent-dark);
  font-size: 12px;
  font-weight: 950;
}

.chidora-services-page .ch-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.chidora-services-page .ch-step {
  min-height: 250px;
  border-radius: 30px;
  padding: 25px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--ch-border);
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(79, 52, 35, .07);
  transition: transform .35s ease, background .35s ease;
}

.chidora-services-page .ch-step:hover {
  transform: translateY(-8px);
  background: #fff;
}

.chidora-services-page .ch-step::before {
  content: attr(data-num);
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 68px;
  font-weight: 950;
  color: rgba(201, 136, 103, .12);
  line-height: 1;
}

.chidora-services-page .ch-step-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--ch-dark);
  color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 18px 28px rgba(47, 37, 31, .16);
  position: relative;
  z-index: 1;
}

.chidora-services-page .ch-step-icon svg {
  width: 25px;
  height: 25px;
}

.chidora-services-page .ch-step h3 {
  margin: 0 0 10px;
  color: var(--ch-dark);
  font-size: var(--ch-fs-step-title, 18px);
  font-weight: 950;
  position: relative;
  z-index: 1;
}

.chidora-services-page .ch-step p {
  margin: 0;
  color: var(--ch-muted);
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.chidora-services-page .ch-packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.chidora-services-page .ch-package {
  border-radius: 34px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 44px rgba(79, 52, 35, .07);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.chidora-services-page .ch-package:hover {
  transform: translateY(-8px);
  background: #fff;
  border-color: rgba(201, 136, 103, .32);
  box-shadow: 0 28px 60px rgba(79, 52, 35, .12);
}

.chidora-services-page .ch-package.featured {
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 136, 103, .26), transparent 38%),
    var(--ch-dark);
  color: #fff;
  border-color: rgba(255, 255, 255, .14);
}

.chidora-services-page .ch-package h3 {
  margin: 0 0 10px;
  color: var(--ch-dark);
  font-size: var(--ch-fs-package-title, 22px);
  line-height: 1.5;
  font-weight: 950;
}

.chidora-services-page .ch-package.featured h3 {
  color: #fff;
}

.chidora-services-page .ch-package p {
  margin: 0;
  color: var(--ch-muted);
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
}

.chidora-services-page .ch-package.featured p,
.chidora-services-page .ch-package.featured .ch-package-list {
  color: rgba(255, 255, 255, .72);
}

.chidora-services-page .ch-package-price {
  margin: 20px 0;
  color: var(--ch-accent-dark);
  font-size: 26px;
  font-weight: 950;
}

.chidora-services-page .ch-package.featured .ch-package-price {
  color: #fff;
}

.chidora-services-page .ch-package-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
  color: var(--ch-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.chidora-services-page .ch-package-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.chidora-services-page .ch-package-list li::before {
  content: "\2713";
  color: var(--ch-accent-dark);
  font-weight: 950;
}

.chidora-services-page .ch-package.featured .ch-package-list li::before {
  color: var(--ch-accent);
}

.chidora-services-page .ch-package .ch-btn {
  width: 100%;
  margin-top: 24px;
}

.chidora-services-page .ch-faq {
  background: linear-gradient(135deg, rgba(255, 255, 255, .66), rgba(255, 244, 232, .74));
  border-top: 1px solid var(--ch-border);
  border-bottom: 1px solid var(--ch-border);
}

.chidora-services-page .ch-faq-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.chidora-services-page .ch-faq-intro {
  position: sticky;
  top: 30px;
}

.chidora-services-page .ch-faq-intro h2 {
  margin: 12px 0 14px;
  color: var(--ch-dark);
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.35;
  font-weight: 950;
}

.chidora-services-page .ch-faq-intro p {
  margin: 0;
  color: var(--ch-muted);
  line-height: 2.05;
  font-size: 15px;
  font-weight: 500;
}

.chidora-services-page .ch-accordion {
  display: grid;
  gap: 12px;
}

.chidora-services-page .ch-acc-item {
  border-radius: 24px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .72);
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(79, 52, 35, .06);
}

.chidora-services-page .ch-acc-btn {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ch-dark);
  cursor: pointer;
  font-size: var(--ch-fs-faq-q, 15px);
  font-weight: 950;
  text-align: right;
}

.chidora-services-page .ch-acc-btn i {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(201, 136, 103, .12);
  color: var(--ch-accent-dark);
  font-style: normal;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}

.chidora-services-page .ch-acc-item.is-open .ch-acc-btn i {
  transform: rotate(45deg);
  background: var(--ch-accent);
  color: #fff;
}

.chidora-services-page .ch-acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.chidora-services-page .ch-acc-panel p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--ch-muted);
  line-height: 2.05;
  font-size: var(--ch-fs-faq-a, 14px);
  font-weight: 500;
}

.chidora-services-page .ch-cta {
  padding: clamp(52px, 7vw, 92px) 0;
}

.chidora-services-page .ch-cta-box {
  border-radius: 42px;
  border: 1px solid var(--ch-border);
  background:
    radial-gradient(circle at 12% 22%, rgba(201, 136, 103, .16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(255, 244, 232, .78));
  box-shadow: var(--ch-shadow);
  padding: clamp(28px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.chidora-services-page .ch-cta-box h2 {
  margin: 12px 0 12px;
  color: var(--ch-dark);
  font-size: clamp(27px, 3.5vw, 50px);
  line-height: 1.35;
  font-weight: 950;
}

.chidora-services-page .ch-cta-box p {
  margin: 0;
  color: var(--ch-muted);
  line-height: 2;
  font-size: 15px;
  max-width: 640px;
  font-weight: 500;
}

.chidora-services-page .ch-cta-mini {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--ch-border);
  border-radius: 28px;
  padding: 24px;
  display: grid;
  gap: 12px;
}

.chidora-services-page .ch-cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 19px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(97, 70, 52, .09);
  color: var(--ch-dark);
  font-weight: 900;
  font-size: 13px;
  transition: transform .3s ease, background .3s ease;
  text-decoration: none !important;
}

.chidora-services-page .ch-cta-row:hover {
  transform: translateX(-5px);
  background: #fff;
}

.chidora-services-page .ch-cta-row i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(201, 136, 103, .13);
  color: var(--ch-accent-dark);
  font-style: normal;
}

.chidora-services-page .ch-cta-row i svg {
  width: 21px;
  height: 21px;
}

.chidora-services-page .ch-drawer {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(34, 26, 22, .46);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.chidora-services-page .ch-drawer.is-open {
  display: grid;
}

.chidora-services-page .ch-drawer-card {
  width: min(720px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  border-radius: 34px;
  background: #fffaf5;
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .25);
  padding: clamp(24px, 4vw, 38px);
  position: relative;
}

.chidora-services-page .ch-drawer-close {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .74);
  color: var(--ch-dark);
  cursor: pointer;
  font-size: 22px;
  font-weight: 800;
  display: grid;
  place-items: center;
  transition: transform .3s ease, background .3s ease;
}

.chidora-services-page .ch-drawer-close:hover {
  transform: rotate(90deg);
  background: #fff;
}

.chidora-services-page .ch-drawer-title {
  margin: 14px 0 12px;
  color: var(--ch-dark);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.4;
  font-weight: 950;
  padding-left: 50px;
}

.chidora-services-page .ch-drawer-desc {
  margin: 0;
  color: var(--ch-muted);
  line-height: 2.1;
  font-size: 15px;
  font-weight: 500;
}

.chidora-services-page .ch-drawer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.chidora-services-page .ch-drawer-box {
  border-radius: 22px;
  border: 1px solid var(--ch-border);
  background: rgba(255, 255, 255, .74);
  padding: 18px;
}

.chidora-services-page .ch-drawer-box b {
  display: block;
  color: var(--ch-dark);
  font-size: 15px;
  margin-bottom: 9px;
  font-weight: 950;
}

.chidora-services-page .ch-drawer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--ch-muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.chidora-services-page .ch-drawer-box li::before {
  content: "\2022  ";
  color: var(--ch-accent-dark);
}

.chidora-services-page .ch-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}

.chidora-services-page .ch-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.chidora-services-page .ch-delay-1 { transition-delay: .08s; }
.chidora-services-page .ch-delay-2 { transition-delay: .16s; }
.chidora-services-page .ch-delay-3 { transition-delay: .24s; }
.chidora-services-page .ch-delay-4 { transition-delay: .32s; }

@media (max-width: 1100px) {
  .chidora-services-page .ch-services-grid,
  .chidora-services-page .ch-packages {
    grid-template-columns: repeat(2, 1fr);
  }
  .chidora-services-page .ch-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .chidora-services-page .ch-hero-grid,
  .chidora-services-page .ch-fit-grid,
  .chidora-services-page .ch-faq-grid,
  .chidora-services-page .ch-cta-box {
    grid-template-columns: 1fr;
  }
  .chidora-services-page .ch-hero-visual {
    order: -1;
  }
  .chidora-services-page .ch-section-head {
    align-items: start;
    flex-direction: column;
  }
  .chidora-services-page .ch-faq-intro {
    position: static;
  }
}

@media (max-width: 767px) {
  .chidora-services-page {
    background:
      radial-gradient(circle at 50% 0%, rgba(201, 136, 103, .16), transparent 36%),
      linear-gradient(180deg, #fffaf4 0%, #fbf6ee 100%);
  }
  .chidora-services-page .ch-wrap {
    width: min(100% - 24px, var(--ch-max));
  }
  .chidora-services-page .ch-hero {
    padding: 36px 0 34px;
  }
  .chidora-services-page .ch-title {
    font-size: clamp(32px, 9vw, 46px);
    letter-spacing: -1px;
  }
  .chidora-services-page .ch-lead {
    font-size: 14px;
    line-height: 2.05;
  }
  .chidora-services-page .ch-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .chidora-services-page .ch-btn {
    width: 100%;
  }
  .chidora-services-page .ch-hero-visual {
    min-height: 420px;
    border-radius: 30px;
  }
  .chidora-services-page .ch-hero-visual::before {
    inset: 16px;
    border-radius: 23px;
  }
  .chidora-services-page .ch-hero-chip {
    top: 22px;
    left: 22px;
    font-size: 12px;
  }
  .chidora-services-page .ch-hero-note {
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    padding: 20px;
    border-radius: 24px;
  }
  .chidora-services-page .ch-hero-note strong {
    font-size: 18px;
  }
  .chidora-services-page .ch-metrics,
  .chidora-services-page .ch-services-grid,
  .chidora-services-page .ch-process-grid,
  .chidora-services-page .ch-packages,
  .chidora-services-page .ch-drawer-grid {
    grid-template-columns: 1fr;
  }
  .chidora-services-page .ch-metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .chidora-services-page .ch-metric b {
    margin-bottom: 0;
    font-size: 22px;
  }
  .chidora-services-page .ch-section,
  .chidora-services-page .ch-cta {
    padding: 44px 0;
  }
  .chidora-services-page .ch-section-head {
    margin-bottom: 22px;
  }
  .chidora-services-page .ch-section-head h2,
  .chidora-services-page .ch-faq-intro h2 {
    font-size: 28px;
  }
  .chidora-services-page .ch-service-nav {
    position: relative;
    top: auto;
    border-radius: 24px;
  }
  .chidora-services-page .ch-service-card,
  .chidora-services-page .ch-package,
  .chidora-services-page .ch-step,
  .chidora-services-page .ch-fit-panel,
  .chidora-services-page .ch-fit-result {
    border-radius: 26px;
  }
  .chidora-services-page .ch-service-media {
    min-height: 210px;
  }
  .chidora-services-page .ch-fit-result {
    min-height: auto;
  }
  .chidora-services-page .ch-card-actions {
    display: grid;
  }
  .chidora-services-page .ch-card-btn {
    width: 100%;
  }
  .chidora-services-page .ch-cta-box {
    border-radius: 30px;
  }
  .chidora-services-page .ch-drawer {
    padding: 10px;
  }
  .chidora-services-page .ch-drawer-card {
    border-radius: 28px;
    max-height: 94vh;
  }
  .chidora-services-page .ch-drawer-title {
    padding-left: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chidora-services-page *,
  .chidora-services-page *::before,
  .chidora-services-page *::after {
    animation: none !important;
    transition: none !important;
  }
  .chidora-services-page .ch-reveal {
    opacity: 1;
    transform: none;
  }
}
