/* Info / legal / contact pages — Bixoto-style hero + readable body */

.content:has(.cc-infoPage) {
  padding-top: 0;
}

.content:has(.cc-infoPage) > .inside {
  padding-top: 0;
}

.content .inside .cc-infoPage {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: var(--cc-font-sans);
  color: var(--cc-bx-ink-secondary, #606060);
  box-sizing: border-box;
}

/* ── Hero — full viewport width, flush under header ── */

.cc-infoPage__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: clamp(180px, 22vw, 240px);
  padding: 44px 24px;
  overflow: hidden;
  background: #e5e2de;
  box-sizing: border-box;
}

.cc-infoPage__heroBg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%),
    url("/images/info-page-hero.svg") center / cover no-repeat;
}

.cc-infoPage__heroBg::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2px);
  background: rgba(245, 243, 240, 0.18);
}

.cc-infoPage__heroOrb {
  position: absolute;
  border-radius: 50%;
  filter: blur(56px);
  pointer-events: none;
}

.cc-infoPage__heroOrb--a {
  width: min(52vw, 520px);
  height: min(52vw, 520px);
  top: -28%;
  left: -8%;
  background: rgba(243, 241, 238, 0.95);
}

.cc-infoPage__heroOrb--b {
  width: min(44vw, 440px);
  height: min(44vw, 440px);
  top: -18%;
  right: -6%;
  background: rgba(200, 196, 190, 0.85);
}

.cc-infoPage__heroOrb--c {
  width: min(36vw, 360px);
  height: min(36vw, 360px);
  bottom: -32%;
  left: 38%;
  background: rgba(184, 180, 174, 0.75);
}

.cc-infoPage__heroInner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--cc-bx-max-wide, 1500px);
  margin: 0 auto;
  padding: 0 var(--cc-inside-pad-mobile);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .cc-infoPage__heroInner {
    padding-inline: var(--cc-inside-pad);
  }
}

.cc-infoPage__title {
  margin: 0;
  font-family: var(--cc-font-display);
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  text-align: center;
  color: #141414;
}

/* ── Body — same width as main content column ── */

.cc-infoPage__container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 0 80px;
  box-sizing: border-box;
}

/* ── Return form (within info shell) ── */

.cc-returnForm__card {
  padding: 32px 28px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px 2px rgba(17, 17, 17, 0.04);
}

.cc-returnForm .form {
  margin: 0;
}

.cc-returnForm .form .line {
  margin: 0 0 18px 0;
}

.cc-returnForm .form label {
  display: block;
  margin: 0 0 8px 0;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.cc-returnForm .form .text,
.cc-returnForm .form textarea.text,
.cc-returnForm .form select.text {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  font: inherit;
  font-size: 14px;
  line-height: 1.45;
  color: #111;
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cc-returnForm .form .text:focus,
.cc-returnForm .form textarea.text:focus,
.cc-returnForm .form select.text:focus {
  outline: none;
  border-color: #bbb;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.06);
  background: #fff;
}

.cc-returnForm .form textarea.text {
  min-height: 120px;
  resize: vertical;
}

.cc-returnForm .form hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #ececec;
}

.cc-returnForm .form .lineRetur label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
}

.cc-returnForm .form .wCheck label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}

.cc-returnForm .form .buton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 12px 28px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #222;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.cc-returnForm .form .buton:hover {
  background: #000;
}

.cc-returnForm .form .round.ok,
.cc-returnForm .form .round.not {
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
}

.cc-returnForm .form .round.ok {
  color: #15803d;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.cc-returnForm .form .round.not {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

@media (max-width: 640px) {
  .cc-returnForm__card {
    padding: 24px 18px;
  }

  .cc-returnForm .form .cols2 .line {
    width: 100%;
    float: none;
  }
}

.cc-cms--loading .cc-infoPage__hero--sk {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
