@charset "UTF-8";
.crc-section-container {
  width: min(1320px, 100% - 32px);
  margin: 0 auto;
  position: relative;
}

.crc-render-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.crc-render-section-1 {
  background-image: url("/img/bgr1.png");
}

.crc-render-section-2 {
  background-image: url("/img/bgr2.png");
  padding-top: 60px;
}

.crc-render-section-3 {
  background-image: url("/img/bgr3.png");
  padding: 60px 0;
}

.crc-render-section-4 {
  background-image: url("/img/bgr4.png");
  padding: 60px 0;
}

.crc-render-section-5 {
  background-image: url("/img/bgr5.png");
  padding: 60px 0;
}

.crc-render-section-6 {
  background-image: url("/img/bgr6.png");
  padding: 60px 0 0;
}

.crc-render-section-7 {
  background-image: url("/img/bgr7.png");
  padding: 60px 0;
}

.crc-render-section-8 {
  background-image: url("/img/bgr8.png");
  padding: 72px 0 64px;
}

.crc-block-title {
  margin: 0 0 40px;
  text-align: center;
  font-family: "Noto", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #f7e7c6;
}

.crc-block-title--left,
.crc-subtitle--left {
  text-align: left;
}

.crc-hero-stack,
.crc-cta-row,
.crc-awareness,
.crc-definition,
.crc-scan,
.crc-intervention,
.crc-audience,
.crc-booking-copy {
  width: 100%;
}

.crc-hero-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.crc-glass-card,
.crc-statement-card,
.crc-glass-chip {
  border: 1px solid rgba(247, 231, 198, 0.4);
  border-radius: 24px;
  background: rgba(16, 28, 50, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.crc-glass-card {
  width: 100%;
  max-width: 800px;
  padding: 36px;
  border-radius: 36px;
  text-align: center;
}
.crc-glass-card p {
  color: #fff;
  font-family: "Noto", serif;
  font-size: 20px;
  font-weight: 600;
}
.crc-glass-card p:last-child {
  margin-bottom: 0;
}

.crc-glass-card p,
.crc-statement-card p,
.crc-scan-note p,
.crc-booking-copy p {
  margin: 0 0 12px;
}

.crc-cta-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.crc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 22px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(246, 231, 196, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.crc-btn:hover {
  transform: translateY(-2px);
}

.crc-btn-primary {
  background: #22345f;
  color: #fff;
}

.crc-btn-outline {
  background: transparent;
  color: #f7ebcf;
}

.crc-awareness-badge {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  text-transform: uppercase;
  color: #161616;
  font-family: "Noto", serif;
  font-weight: 700;
  font-size: 36px;
}

.crc-awareness-grid,
.crc-quote-grid,
.crc-icon-grid,
.crc-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
}

.crc-quote-grid {
  position: relative;
  padding: 40px;
}

.crc-paper-card {
  height: 100%;
  padding: 24px 30px;
  border: 1px solid #efc47e;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 32px rgba(70, 53, 18, 0.08);
  color: #222;
  font-size: 20px;
  line-height: normal;
}

.crc-paper-card p {
  margin: 0 0 14px;
}
.crc-paper-card p:last-child {
  margin-bottom: 0;
}

.crc-dark-band {
  margin-top: 44px;
  padding: 44px 24px;
  border-radius: 80px 80px 0 0;
  background: #101624;
  color: #f1dfb7;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Noto", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.crc-dark-band p:last-child {
  margin-bottom: 0;
}
.crc-dark-band::before {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #63615e;
  pointer-events: none;
}
.crc-dark-band::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #63615e;
  pointer-events: none;
}

.crc-dark-band--wide {
  border-radius: 42px 42px 0 0;
  margin-top: 34px;
}

.crc-definition .crc-block-title {
  margin-bottom: 42px;
  font-family: "Noto", serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.crc-quote-card {
  position: relative;
  width: 100%;
  padding: 58px 36px 36px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22, 30, 48, 0.72) 0%, rgba(16, 24, 42, 0.84) 100%);
  text-align: left;
  overflow: visible;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 1;
}
.crc-quote-card::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 0%, rgba(246, 207, 133, 0.22), transparent 42%), radial-gradient(circle at 80% 100%, rgba(255, 255, 255, 0.12), transparent 46%);
  filter: blur(10px);
  opacity: 0.8;
  z-index: -1;
  pointer-events: none;
}
.crc-quote-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 236, 198, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.crc-quote-card p,
.crc-quote-card li {
  color: #f7e7c6;
  font-family: "Noto", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
.crc-quote-card p {
  margin: 0 0 10px;
  color: #fff;
  font-style: normal;
}
.crc-quote-card p:last-child {
  margin-bottom: 0;
}

.crc-quote-mark {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  background: url("/img/quote.svg") center/contain no-repeat;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -25px;
  left: 40px;
  z-index: 3;
  pointer-events: none;
}

.crc-quote-grid > .crc-quote-card:first-child {
  transform: translateY(-40px);
}

.crc-quote-grid > .crc-quote-card:last-child {
  transform: translateY(40px);
}

.crc-check-list {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
}
.crc-check-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.crc-check-list li:last-child {
  margin-bottom: 0;
}
.crc-check-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f6cf85;
  box-shadow: 0 0 0 3px rgba(246, 207, 133, 0.16);
}

.crc-statement-card {
  width: 100%;
  margin: 50px auto 0;
  padding: 36px;
  border-radius: 22px;
  border: 1px solid rgba(247, 231, 198, 0.14);
  background: linear-gradient(180deg, rgba(9, 13, 23, 0.92) 0%, rgba(14, 19, 31, 0.86) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-align: center;
}
.crc-statement-card p {
  color: #fff7e2;
  font-family: "Noto", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.crc-statement-card p:last-child {
  margin-bottom: 0;
}

.crc-pill-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0;
}

.crc-pill {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  font-family: "Noto", sans-serif;
  box-shadow: inset -2px -2px 1px 0px #fdd798;
}

.crc-icon-circle {
  width: 58px;
  height: 58px;
  margin: 22px auto;
  border-radius: 999px;
  background: #16223a;
  color: #f3ca7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.crc-scan-note {
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
  line-height: normal;
}
.crc-scan-note p {
  font-size: 20px;
  font-family: "Noto", sans-serif;
}
.crc-scan-note p:last-child {
  margin-bottom: 0;
}

.crc-icon-grid,
.crc-audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crc-icon-card {
  text-align: center;
}
.crc-icon-card .image {
  background: rgba(247, 231, 198, 0.08);
  border-radius: 100%;
  width: 100%;
  max-width: 300px;
  height: 300px;
  margin: 0 auto 40px;
  padding: 70px;
  border: solid 1px #f7e7c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crc-icon-card .image img {
  display: block;
  margin: auto;
}

.crc-icon-card h3 {
  margin: 0 auto 16px;
  font-size: 20px;
  font-family: "Noto", sans-serif;
  color: #f7e7c6;
  font-weight: 700;
}

.crc-icon-card p {
  margin: 0 auto;
  font-size: 18px;
  line-height: normal;
  font-family: "Noto", sans-serif;
  color: #fff;
}

.crc-icon-orb {
  width: 172px;
  height: 172px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(244, 231, 198, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 27, 48, 0.48);
  box-shadow: inset 0 0 0 1px rgba(244, 231, 198, 0.12);
}

.crc-icon-orb span {
  font-size: 64px;
  line-height: 1;
}

.crc-glass-chip {
  padding: 36px 24px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, rgb(22, 30, 48) 0%, rgba(22, 30, 48, 0.16) 100%);
}

.crc-why-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.crc-why-grid > .image,
.crc-why-image {
  margin: 0;
  height: 100%;
}

.crc-why-grid > .image img,
.crc-why-image img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 30px;
  border: 1px solid rgba(247, 231, 198, 0.24);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.crc-why-content {
  padding-top: 6px;
}
.crc-why-content .crc-block-title {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
  color: #f5e6bf;
  text-transform: uppercase;
}
.crc-why-content .crc-subtitle {
  margin-bottom: 24px;
  color: #fff;
  font-family: "Noto", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
  opacity: 1;
}

.crc-why-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 18px;
  background: rgba(12, 20, 36, 0.88);
  border: 1px solid rgba(247, 231, 198, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  overflow-y: auto;
  max-height: 600px;
}
.crc-why-list::-webkit-scrollbar {
  width: 4px;
}
.crc-why-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.crc-why-list::-webkit-scrollbar-thumb {
  background: #1d2e56;
  border-radius: 2px;
}

.crc-why-list--bottom {
  margin-top: 18px;
}

.crc-why-list--light {
  margin-top: 20px;
  background: linear-gradient(180deg, #f7e3b9 0%, #f0d6a2 100%);
  border-color: rgba(117, 91, 39, 0.18);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.crc-why-list-title {
  padding: 18px 24px 14px;
  color: #161616;
  font-family: "Noto", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.crc-why-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.crc-line-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 17px 22px 17px 56px;
  border-bottom: 1px solid rgba(247, 231, 198, 0.14);
  color: #f6ead0;
  font-family: "Noto", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.55;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.crc-line-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("/img/arrow-right.svg") center/contain no-repeat;
  transition: background-image 0.25s ease;
}

.crc-line-item:last-child {
  border-bottom: 0;
}

.crc-why-list--light .crc-line-item {
  border-bottom-color: rgba(117, 91, 39, 0.18);
  color: #1b1b1b;
}

.crc-why-list--light .crc-line-item:hover {
  color: #6e5225;
  background: rgba(255, 255, 255, 0.18);
}

.crc-line-item:hover::before {
  background-image: url("/img/arrow-right-hv.svg");
}

.crc-faq {
  margin-top: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7e3b9 0%, #f0d6a2 100%);
  color: #161616;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.crc-faq-header {
  padding: 18px 24px 14px;
  font-family: "Noto", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.crc-faq-item {
  border-top: 1px solid rgba(117, 91, 39, 0.22);
}

.crc-faq-item p {
  margin: 0;
}

.crc-faq-question {
  position: relative;
  width: 100%;
  padding: 16px 24px 16px 48px;
  border: 0;
  background: transparent;
  text-align: left;
  color: #1b1b1b;
  font-family: "Noto", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
}
.crc-faq-question::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  color: #6e5225;
  font-size: 22px;
  font-weight: 700;
}

.crc-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px 0 48px;
  color: rgba(27, 27, 27, 0.9);
  font-family: "Noto", serif;
  font-size: 17px;
  line-height: 1.7;
}

.crc-faq-item.is-open .crc-faq-question::before {
  content: "−";
}

.crc-faq-item.is-open .crc-faq-answer {
  padding: 0 24px 18px 48px;
}

.crc-block-eight-layout {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.crc-booking-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid rgba(247, 231, 198, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-bottom: 24px;
  background: rgba(16, 27, 50, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 8px 24px rgba(0, 0, 0, 0.18);
}

.crc-form-stage {
  width: min(700px, 55%);
}

.crc-contact-overlay {
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.crc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.crc-contact-overlay input,
.crc-contact-overlay textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #f7e7c6;
  padding: 13px 14px;
  font-size: 14px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.crc-contact-overlay textarea {
  min-height: 140px;
  resize: vertical;
  margin-bottom: 14px;
}

.crc-contact-overlay input::-moz-placeholder, .crc-contact-overlay textarea::-moz-placeholder {
  color: rgba(247, 231, 198, 0.7);
}

.crc-contact-overlay input::placeholder,
.crc-contact-overlay textarea::placeholder {
  color: rgba(247, 231, 198, 0.7);
}

.crc-checkline {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f7e7c6;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 2px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 18px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.crc-checkline--full {
  grid-column: 1/-1;
  margin-top: 2px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) minmax(180px, 1fr);
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.crc-checkline--full:hover {
  cursor: pointer;
}

.crc-checkline input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  margin: 0;
  flex: 0 0 10px;
  border-radius: 5px;
  border: 1px solid rgba(247, 231, 198, 0.55);
  background: rgba(8, 14, 28, 0.36);
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  justify-self: center;
  align-self: center;
  top: 0;
}

.crc-checkline input[type=checkbox]:checked {
  background: #f7e7c6;
  border-color: #f7e7c6;
}

.crc-checkline input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 3px;
  width: 7px;
  height: 15px;
  border: 2px solid #1b2742;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.crc-checkline--full span {
  min-width: 0;
  font-size: 14px;
}

.crc-checkline--full #crcDateField {
  width: 100%;
  min-width: 0;
  justify-self: stretch;
  margin-left: 0;
}

.crc-email-block {
  display: flex;
  flex-direction: column;
}

.crc-actions {
  display: flex;
  gap: 12px;
}

.crc-actions--double .crc-submit {
  flex: 1;
  line-height: normal;
  font-size: 14px;
}

.crc-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(246, 231, 196, 0.6);
  border-radius: 12px;
  padding: 13px 16px;
  background: linear-gradient(180deg, #2a3f73 0%, #22345f 100%);
  color: #f7ebcf;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(8, 16, 34, 0.22);
}

.crc-submit svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.crc-submit-secondary {
  background: linear-gradient(180deg, rgba(42, 63, 115, 0.88) 0%, rgba(34, 52, 95, 0.76) 100%);
}

.crc-form-footnote {
  margin-top: 16px;
}

.top-line {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #f7e7c6;
}

.top-line span {
  position: relative;
  padding-left: 14px;
}

.top-line span::before {
  content: "*";
  position: absolute;
  left: 0;
  top: -1px;
  color: #f2e0b8;
}

.sub-line {
  font-style: italic;
  font-size: 16px;
  color: #f2e0b8;
  line-height: 1.5;
}

.crc-hidden {
  display: none !important;
}

.crc-contact-flash {
  width: min(1120px, 100% - 32px);
  margin: 20px auto 0;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
}

.crc-contact-flash.success {
  background: #d9f5e3;
  color: #14532d;
}

.crc-contact-flash.error {
  background: #fee2e2;
  color: #7f1d1d;
}

.crc-success-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.crc-success-modal.crc-hidden {
  display: none !important;
}

.crc-success-card {
  width: min(92vw, 420px);
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.crc-success-card p {
  margin: 0 0 16px;
  color: #1f2937;
  font-size: 15px;
}

.crc-success-ok {
  border: 0;
  border-radius: 8px;
  padding: 8px 20px;
  background: #1f3a74;
  color: #fff;
  font-weight: 600;
}

/* Desktop defaults remain intentionally close to the 1920px design. */
.crc-render-section-1 {
  height: calc(100vh - 122px);
  display: flex;
  align-items: center;
}
.crc-render-section-1 .crc-block-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #f7e7c6;
}

.crc-render-section-4 .crc-block-title {
  color: #000;
}
.crc-render-section-4 .crc-subtitle {
  color: #1c1c1c;
  text-align: center;
  font-size: 18px;
}
.crc-render-section-4 .image img {
  display: block;
  margin: auto;
}

.crc-render-section-6 {
  font-family: "Noto", sans-serif;
}
.crc-render-section-6 .crc-block-title {
  margin-bottom: 24px;
}
.crc-render-section-6 .crc-subtitle {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.crc-render-section-7 {
  height: calc(100vh - 122px);
}

.crc-render-section-8 .crc-booking-copy p {
  color: #fff;
  font-size: 18px;
}
.crc-render-section-8 .crc-block-title {
  margin-bottom: 24px;
}

/* XL: tighten spacing a little for smaller desktops / large tablets. */
@media (max-width: 1399.98px) {
  .crc-section-container {
    width: min(1240px, 100% - 32px);
  }
  .crc-block-title {
    font-size: clamp(22px, 2.6vw, 34px);
  }
  .crc-quote-grid > .crc-quote-card:first-child {
    transform: translateY(-28px);
  }
  .crc-quote-grid > .crc-quote-card:last-child {
    transform: translateY(28px);
  }
  .crc-block-eight-layout {
    min-height: 500px;
    padding-right: min(46%, 580px);
  }
  .crc-form-stage {
    width: min(600px, 48%);
  }
}
/* LG: tablet landscape and compact desktop layout. */
@media (max-width: 1199.98px) {
  .crc-section-container {
    width: min(1160px, 100% - 28px);
  }
  .crc-render-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .crc-render-section-1,
  .crc-render-section-7 {
    height: auto;
    min-height: 0;
  }
  .crc-hero-stack,
  .crc-awareness-grid,
  .crc-quote-grid,
  .crc-icon-grid,
  .crc-audience-grid,
  .crc-why-grid,
  .crc-pill-row {
    gap: 20px;
  }
  .crc-why-grid > .image img,
  .crc-why-image img {
    min-height: 0;
    max-height: 520px;
  }
  .crc-why-content .crc-block-title {
    font-size: 30px;
  }
  .crc-why-content .crc-subtitle,
  .crc-line-item,
  .crc-faq-question {
    font-size: 17px;
  }
  .crc-block-eight-layout {
    min-height: 0;
    padding-right: 44%;
  }
  .crc-form-stage {
    width: 52%;
  }
  .crc-contact-overlay {
    padding: 20px;
  }
  .crc-grid {
    gap: 12px;
  }
}
/* MD: tablet portrait and narrow laptop screens. */
@media (max-width: 991.98px) {
  .crc-render-section {
    padding: 48px 0;
  }
  .crc-block-title {
    margin-bottom: 28px;
  }
  .crc-awareness-grid,
  .crc-quote-grid,
  .crc-icon-grid,
  .crc-audience-grid,
  .crc-why-grid,
  .crc-pill-row,
  .crc-grid {
    grid-template-columns: 1fr;
  }
  .crc-quote-grid > .crc-quote-card:first-child,
  .crc-quote-grid > .crc-quote-card:last-child {
    transform: none;
  }
  .crc-quote-grid {
    gap: 20px;
  }
  .crc-icon-orb {
    width: 140px;
    height: 140px;
  }
  .crc-why-grid {
    gap: 18px;
  }
  .crc-why-grid > .image img,
  .crc-why-image img {
    min-height: 0;
    max-height: 460px;
  }
  .crc-why-content .crc-block-title {
    font-size: 30px;
  }
  .crc-why-content .crc-subtitle {
    font-size: 17px;
  }
  .crc-block-eight-layout {
    display: block;
    min-height: 0;
    padding-right: 0;
  }
  .crc-block-eight-copy {
    max-width: 100%;
    padding-top: 0;
  }
  .crc-form-stage {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
  .crc-actions {
    flex-direction: column;
  }
  .crc-contact-overlay {
    padding: 18px;
    border-radius: 20px;
  }
  .crc-checkline--full {
    grid-template-columns: 20px minmax(0, 1fr);
    row-gap: 12px;
  }
  .crc-checkline--full #crcDateField {
    grid-column: 1/-1;
    margin-top: 2px;
  }
  .crc-submit svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}
/* SM: phones. */
@media (max-width: 767.98px) {
  .crc-section-container {
    width: calc(100% - 20px);
  }
  .crc-render-section {
    padding: 40px 0;
  }
  .crc-render-section-1,
  .crc-render-section-7 {
    height: auto;
  }
  .crc-block-title {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .crc-subtitle {
    font-size: 15px;
  }
  .crc-glass-card,
  .crc-statement-card,
  .crc-glass-chip,
  .crc-quote-card,
  .crc-contact-overlay {
    border-radius: 18px;
  }
  .crc-glass-card {
    padding: 24px 18px;
  }
  .crc-line-item {
    padding: 15px 16px 15px 48px;
    font-size: 16px;
  }
  .crc-line-item::before {
    left: 18px;
    width: 18px;
    height: 18px;
  }
  .crc-booking-icon {
    width: 72px;
    height: 72px;
    font-size: 30px;
    margin-bottom: 18px;
  }
  .crc-grid {
    grid-template-columns: 1fr;
  }
  .crc-checkline {
    padding: 10px 12px;
    gap: 10px;
    font-size: 12px;
  }
  .crc-checkline--full {
    grid-template-columns: 20px minmax(0, 1fr);
  }
  .crc-checkline--full #crcDateField {
    width: 100%;
    grid-column: 1/-1;
  }
  .crc-contact-overlay input,
  .crc-contact-overlay textarea {
    font-size: 14px;
    padding: 12px 13px;
  }
  .crc-submit {
    width: 100%;
    padding: 12px 14px;
  }
  .top-line,
  .sub-line {
    font-size: 13px;
  }
}
