/* Inner content pages — Shipping / About / Contact (crownclassics style) */

.cc-page {
  background-color: #111;
  background-image: url(vendor/testimonials-610b21439f7a7f6e635aafacd3ec76fa.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  padding: 48px 0 80px;
}

.cc-page__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 calc(17.4px + 0.9vw);
}

@media (min-width: 1400px) {
  .cc-page__inner {
    padding: 0 30px;
  }
}

.cc-page__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: start;
}

@media (max-width: 900px) {
  .cc-page__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.cc-page__intro-title {
  margin: 0 0 20px;
  font-family: "Sarina", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: calc(24px + 2.2vw);
  color: #d64e00;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  line-height: 1.15;
}

@media (min-width: 1400px) {
  .cc-page__intro-title {
    font-size: 56px;
  }
}

.cc-page__intro-title .pretty_text {
  display: block;
  margin-top: 8px;
  font-family: "Roboto Condensed", "Gotham", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(16px + 0.6vw);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}

@media (min-width: 1400px) {
  .cc-page__intro-title .pretty_text {
    font-size: 26px;
  }
}

.cc-page__lead,
.cc-page__prose {
  color: #ececec;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.cc-page__lead p,
.cc-page__prose p {
  margin: 0 0 1.15em;
}

.cc-page__lead p:last-child,
.cc-page__prose p:last-child {
  margin-bottom: 0;
}

.cc-page__prose {
  max-width: 920px;
  margin: 0 auto;
}

.cc-page__prose h2,
.cc-page__prose h3 {
  margin: 2.2em 0 0.7em;
  font-family: "Roboto Condensed", "Gotham", Arial, sans-serif;
  font-size: calc(18px + 0.5vw);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #d64e00;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.cc-page__prose h2:first-child,
.cc-page__prose h3:first-child {
  margin-top: 0;
}

.cc-page__prose strong {
  color: #fff;
}

.cc-page__prose a {
  color: #d64e00;
  text-decoration: underline;
}

.cc-page__prose a:hover {
  color: #fff;
}

.cc-page__prose ul,
.cc-page__prose ol {
  margin: 0 0 1.15em;
  padding-left: 1.25em;
}

.cc-page__list {
  margin: 28px 0 0;
  padding: 0;
}

.cc-page__row {
  margin: 0 0 22px;
}

.cc-page__row:last-child {
  margin-bottom: 0;
}

.cc-page__label {
  display: block;
  margin: 0 0 6px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d64e00;
}

.cc-page__value {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.cc-page__value a {
  color: #fff;
  text-decoration: none;
}

.cc-page__value a:hover {
  color: #d64e00;
}

/* Form panel — like site modal card */
.cc-page__card {
  background: #333;
  padding: 28px 28px 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.cc-page__card .form-body {
  width: 100%;
  max-width: none;
  margin: 0;
}

.cc-page__card .form-body__top h2 {
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}

.cc-page__card .form-body__desc {
  margin: 0 0 8px;
  text-align: center;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.5;
  grid-column: span 2;
}

.cc-page__card .form-group label {
  display: none;
}

.cc-page__card .form-body__submit .cta,
.cc-page__card .form-body__submit input.cta {
  min-width: 200px;
}

.cc-page__card .contact-success,
.cc-page__card .cc-page__success {
  display: none;
  text-align: center;
  color: #fff;
  padding: 24px 8px;
}

.cc-page__card .contact-success h2,
.cc-page__card .cc-page__success h2,
.cc-page__card .cc-page__success h3 {
  margin: 12px 0 8px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.cc-page__card .contact-success svg,
.cc-page__card .cc-page__success svg {
  color: #d64e00;
  fill: currentColor;
}

.cc-page__error {
  margin-top: 16px;
  padding: 12px 14px;
  background: rgba(180, 40, 40, 0.25);
  border: 1px solid #c44;
  color: #fff;
  font-size: 15px;
}

/* Hero title polish on content pages */
.cc-page-hero.top-background {
  height: 280px;
}

@media (max-width: 767px) {
  .cc-page-hero.top-background {
    height: 200px;
  }

  .cc-page {
    padding: 32px 0 56px;
  }

  .cc-page__card {
    padding: 22px 16px 26px;
  }

  .cc-page__card .form-body__desc {
    grid-column: span 1;
  }
}

/* Finance calculator */
.finance-calc-result {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.finance-calc-result__label {
  display: block;
  margin: 0 0 10px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d64e00;
}

.finance-calc-result__row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.finance-calc-result__input {
  flex: 1 1 180px;
  min-height: 48px;
  border: 1px solid #222;
  background: #eaeaea;
  color: #111;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 2px;
}

.finance-calc-result__per {
  color: #cfcfcf;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.finance-calc-card .form-body__submit {
  margin-top: 10px;
}

.finance-calc-card .form-body__submit .cta {
  border: 0;
  cursor: pointer;
}
