/* ===== Contact page (cp-*) ===== */
.cp {
  position: relative;
  z-index: 1;
}

.cp-hero {
  position: relative;
  padding: calc(var(--total-chrome, 122px) + 36px) 0 40px;
  overflow: hidden;
}

.cp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 50% at 12% 28%, rgba(37, 99, 235, 0.16), transparent 58%),
    radial-gradient(ellipse 42% 48% at 90% 8%, rgba(37, 99, 235, 0.08), transparent 55%);
  pointer-events: none;
}

.cp-crumb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.5rem;
  font-size: 0.8rem;
  color: #64748b;
}

.cp-crumb a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.15s ease;
}

.cp-crumb a:hover {
  color: #e2e8f0;
}

.cp-crumb__sep {
  opacity: 0.5;
}

.cp-crumb [aria-current="page"] {
  color: #cbd5e1;
}

.cp-hero__copy {
  position: relative;
  max-width: 40rem;
}

.cp-tag {
  margin: 0 0 0.65rem;
  font-family: var(--font-display, 'Plus Jakarta Sans', system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.cp-hero__title {
  margin: 0 0 1rem;
  font-family: var(--font-display, 'Plus Jakarta Sans', system-ui, sans-serif);
  font-size: clamp(1.9rem, 3.6vw, 2.75rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #f8fafc;
}

.cp-hero__desc {
  margin: 0 0 1.35rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #94a3b8;
}

.cp-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

.cp-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: #cbd5e1;
}

.cp-trust__item svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: #60a5fa;
}

/* Main split */
.cp-main {
  padding: 0 0 64px;
}

.cp-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2.5rem 3rem;
  align-items: start;
}

.cp-side__head {
  margin-bottom: 1.35rem;
}

.cp-side__title {
  margin: 0;
  font-family: var(--font-display, 'Plus Jakarta Sans', system-ui, sans-serif);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f1f5f9;
}

.cp-channels {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.cp-channel {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  transition: background 0.18s ease, border-color 0.18s ease;
}

a.cp-channel:hover {
  background: rgba(37, 99, 235, 0.06);
  border-color: rgba(96, 165, 250, 0.28);
}

.cp-channel--static {
  cursor: default;
}

.cp-channel__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  color: #60a5fa;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.cp-channel__ico svg {
  width: 1.15rem !important;
  height: 1.15rem !important;
  max-width: 1.15rem !important;
  max-height: 1.15rem !important;
  display: block;
  flex-shrink: 0;
}

.cp-channel--wa .cp-channel__ico {
  color: #4ade80;
  background: rgba(34, 197, 94, 0.12);
}

.cp-channel__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.cp-channel__body strong {
  font-size: 0.92rem;
  font-weight: 650;
  color: #e2e8f0;
}

.cp-channel__body > span {
  font-size: 0.88rem;
  color: #94a3b8;
  word-break: break-word;
}

.cp-channel__hours {
  white-space: pre-line;
  line-height: 1.55;
}

.cp-sla {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 1.25rem 0 0;
  font-size: 0.88rem;
  color: #94a3b8;
}

.cp-sla__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
  animation: cp-pulse 2.2s ease-in-out infinite;
}

@keyframes cp-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.92); }
}

/* Form (interactive container) */
.cp-form {
  padding: 1.65rem 1.75rem 1.5rem;
  background:
    linear-gradient(160deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.72)),
    rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 16px;
  box-shadow: 0 24px 48px -28px rgba(0, 0, 0, 0.55);
}

.cp-form__head {
  margin-bottom: 1.35rem;
}

.cp-form__title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display, 'Plus Jakarta Sans', system-ui, sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.cp-form__sub {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #94a3b8;
}

.cp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.cp-field {
  margin-bottom: 1rem;
}

.cp-field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #cbd5e1;
}

.cp-field input,
.cp-field select,
.cp-field textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  font: inherit;
  font-size: 0.95rem;
  color: #e2e8f0;
  background: rgba(2, 6, 23, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cp-field input::placeholder,
.cp-field textarea::placeholder {
  color: #64748b;
}

.cp-field input:focus,
.cp-field select:focus,
.cp-field textarea:focus {
  border-color: rgba(96, 165, 250, 0.55);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.cp-field input.error,
.cp-field select.error,
.cp-field textarea.error {
  border-color: rgba(248, 113, 113, 0.65);
}

.cp-field textarea {
  resize: vertical;
  min-height: 120px;
}

.cp-field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2.4rem;
}

.cp-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.cp-form__note {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #64748b;
  text-align: center;
}

.cp-form__success {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  font-size: 0.88rem;
  color: #86efac;
  background: rgba(34, 197, 94, 0.1);
  border-radius: 8px;
  text-align: center;
}

/* Steps + FAQ */
.cp-sec {
  padding: 56px 0 64px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.cp-sec--faq {
  padding-bottom: 80px;
}

.cp-sec__head {
  margin-bottom: 1.75rem;
  max-width: 36rem;
}

.cp-sec__title {
  margin: 0;
  font-family: var(--font-display, 'Plus Jakarta Sans', system-ui, sans-serif);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #f1f5f9;
}

.cp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  counter-reset: none;
}

.cp-steps__item {
  position: relative;
  padding-top: 0.25rem;
}

.cp-steps__num {
  display: block;
  margin-bottom: 0.65rem;
  font-family: var(--font-display, 'Plus Jakarta Sans', system-ui, sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #60a5fa;
}

.cp-steps__title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 650;
  color: #e2e8f0;
}

.cp-steps__desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #94a3b8;
}

.cp-faq {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-width: 46rem;
}

.cp-faq__item {
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.cp-faq__q {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  list-style: none;
  font-size: 0.98rem;
  font-weight: 600;
  color: #e2e8f0;
}

.cp-faq__q::-webkit-details-marker {
  display: none;
}

.cp-faq__num {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #64748b;
}

.cp-faq__icon {
  display: flex;
  color: #94a3b8;
  transition: transform 0.2s ease;
}

.cp-faq__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.cp-faq__item[open] .cp-faq__icon {
  transform: rotate(45deg);
  color: #60a5fa;
}

.cp-faq__a {
  margin: 0 0 1.1rem;
  padding-left: calc(0.85rem + 1.6rem);
  font-size: 0.92rem;
  line-height: 1.65;
  color: #94a3b8;
}

@media (max-width: 960px) {
  .cp-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cp-steps {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }
}

@media (max-width: 640px) {
  .cp-hero {
    padding-bottom: 28px;
  }

  .cp-form {
    padding: 1.25rem 1.15rem 1.2rem;
    border-radius: 14px;
  }

  .cp-form__row {
    grid-template-columns: 1fr;
  }

  .cp-faq__a {
    padding-left: 0;
  }

  .cp-sec--faq {
    padding-bottom: 64px;
  }
}
