/* =====================================================
   CATHOLICG33K — NEW TO CHRISTIANITY V2
   Used by: [cg33k_new_to_christianity_v2]
===================================================== */

.cg-new-christian-v2 {
  overflow: hidden;
}

.cg-new-christian-v2-header .cg-kicker {
  margin-bottom: .85rem;
}

.cg-new-christian-v2-opening {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  max-width: 1080px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.008)),
    #070910;
  border: 1px solid rgba(217,163,0,.22);
  border-radius: 4px;
  box-shadow: 0 28px 78px rgba(0,0,0,.40);
}

.cg-new-christian-v2-opening-image {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #04060b;
}

.cg-new-christian-v2-opening-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 55%, rgba(7,9,16,.94) 100%),
    linear-gradient(180deg, transparent 55%, rgba(7,9,16,.38) 100%);
  pointer-events: none;
}

.cg-new-christian-v2-opening-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.cg-new-christian-v2-opening-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.8rem, 5vw, 3.5rem);
}

.cg-new-christian-v2-opening-copy h2,
.cg-new-christian-v2-section-header h2,
.cg-new-christian-v2-guidance-copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--cg-font-heading);
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
  text-wrap: balance;
}

.cg-new-christian-v2-opening-copy h2::after,
.cg-new-christian-v2-guidance-copy h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin: 1.2rem 0 1.6rem;
  background: rgba(217,163,0,.72);
}

.cg-new-christian-v2-opening-copy > p:not(.cg-kicker) {
  margin: 0 0 1.15rem;
  color: rgba(245,241,232,.78);
  font-size: 1rem;
  line-height: 1.88;
}

.cg-new-christian-v2-opening-copy strong {
  color: #fff;
  font-weight: 600;
}

.cg-new-christian-v2-scripture {
  position: relative;
  max-width: 920px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  padding: clamp(2.3rem, 6vw, 4rem) clamp(1.25rem, 6vw, 4rem);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(217,163,0,.10), transparent 48%),
    rgba(255,255,255,.012);
  border-top: 1px solid rgba(217,163,0,.25);
  border-bottom: 1px solid rgba(217,163,0,.25);
}

.cg-new-christian-v2-scripture blockquote {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  font-style: italic;
  line-height: 1.6;
  text-wrap: balance;
}

.cg-new-christian-v2-scripture p {
  margin: 1.45rem 0 0;
  color: var(--cg-gold);
  font-family: var(--cg-font-heading);
  font-size: .68rem;
  letter-spacing: .23em;
  text-transform: uppercase;
}

.cg-new-christian-v2-section-header {
  max-width: 790px;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.cg-new-christian-v2-section-header .cg-kicker {
  margin-bottom: .75rem;
}

.cg-new-christian-v2-section-header > p:last-child {
  max-width: 690px;
  margin: 1rem auto 0;
  color: rgba(245,241,232,.67);
  font-size: .98rem;
  line-height: 1.75;
}

.cg-new-christian-v2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.35rem;
}

.cg-new-christian-v2-card {
  display: grid;
  grid-template-columns: 86px minmax(0,1fr);
  min-height: 250px;
  overflow: hidden;
  color: inherit;
  text-decoration: none !important;
  border-color: rgba(217,163,0,.19);
}

.cg-new-christian-v2-card::before {
  width: 100%;
  height: 1px;
  inset: 0 0 auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(217,163,0,.57),
    transparent
  );
}

.cg-new-christian-v2-card:hover {
  transform: translateY(-5px);
  border-color: rgba(217,163,0,.46);
  box-shadow:
    0 28px 76px rgba(0,0,0,.42),
    0 0 28px rgba(217,163,0,.065);
}

.cg-new-christian-v2-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(217,163,0,.82);
  background:
    linear-gradient(180deg, rgba(217,163,0,.085), rgba(217,163,0,.025)),
    #080a11;
  border-right: 1px solid rgba(217,163,0,.16);
  font-family: var(--cg-font-heading);
  font-size: 1.35rem;
  letter-spacing: .08em;
}

.cg-new-christian-v2-number::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--cg-gold);
  box-shadow: 0 0 12px rgba(217,163,0,.45);
}

.cg-new-christian-v2-card-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 3vw, 1.85rem);
}

.cg-new-christian-v2-label {
  margin: 0 0 .65rem;
  color: rgba(217,163,0,.72);
  font-family: var(--cg-font-heading);
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.cg-new-christian-v2-card h3,
.cg-new-christian-v2-prayer h3 {
  margin: 0 0 .75rem;
  color: #fff;
  font-family: var(--cg-font-heading);
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 500;
  letter-spacing: .065em;
  line-height: 1.42;
  text-transform: uppercase;
  text-wrap: balance;
}

.cg-new-christian-v2-card-copy > p:not(.cg-new-christian-v2-label) {
  flex: 1;
  margin: 0 0 1.15rem;
  color: rgba(245,241,232,.69);
  font-size: .9rem;
  line-height: 1.72;
}

.cg-new-christian-v2-card .cg-read-more {
  margin-top: auto;
}

.cg-new-christian-v2-guidance {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.82fr);
  gap: 1.6rem;
  align-items: stretch;
  margin-top: clamp(4.5rem, 8vw, 7rem);
}

.cg-new-christian-v2-guidance-copy {
  padding: clamp(1rem, 4vw, 2.2rem) 0;
}

.cg-new-christian-v2-guidance-copy ul {
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
}

.cg-new-christian-v2-guidance-copy li {
  margin-bottom: .8rem;
  color: rgba(245,241,232,.78);
  font-size: .98rem;
  line-height: 1.7;
}

.cg-new-christian-v2-guidance-copy li::marker {
  color: var(--cg-gold);
}

.cg-new-christian-v2-prayer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.65rem, 4vw, 2.35rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(217,163,0,.09), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.008)),
    #070910;
}

.cg-new-christian-v2-prayer:hover {
  transform: none;
  border-color: rgba(217,163,0,.34);
}

.cg-new-christian-v2-prayer > p:not(.cg-new-christian-v2-label) {
  margin: 0 0 1rem;
  color: rgba(245,241,232,.74);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.78;
}

.cg-new-christian-v2-next {
  margin-top: clamp(4.5rem, 8vw, 7rem);
  padding-top: clamp(3rem, 6vw, 4.5rem);
  border-top: 1px solid rgba(217,163,0,.18);
}

.cg-new-christian-v2-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .9rem;
}

.cg-new-christian-v2-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.2rem;
}

.cg-new-christian-v2-nav a {
  flex: 1 1 260px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.2rem;
  color: var(--cg-gold);
  background: rgba(255,255,255,.018);
  border: 1px solid rgba(217,163,0,.28);
  font-family: var(--cg-font-heading);
  font-size: .7rem;
  letter-spacing: .13em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s ease;
}

.cg-new-christian-v2-nav a:hover {
  color: #000;
  background: var(--cg-gold);
  border-color: var(--cg-gold);
}

@media (max-width: 960px) {
  .cg-new-christian-v2-opening {
    grid-template-columns: 1fr;
  }

  .cg-new-christian-v2-opening-image {
    min-height: 340px;
  }

  .cg-new-christian-v2-opening-image::after {
    background: linear-gradient(180deg, transparent 54%, rgba(7,9,16,.95) 100%);
  }

  .cg-new-christian-v2-opening-image img {
    min-height: 340px;
    max-height: 430px;
  }

  .cg-new-christian-v2-guidance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .cg-new-christian-v2-grid {
    grid-template-columns: 1fr;
  }

  .cg-new-christian-v2-card {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .cg-new-christian-v2-card {
    grid-template-columns: 62px minmax(0,1fr);
  }

  .cg-new-christian-v2-number {
    font-size: 1rem;
  }

  .cg-new-christian-v2-card-copy {
    padding: 1.2rem;
  }

  .cg-new-christian-v2-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cg-new-christian-v2-actions .cg-btn {
    width: 100%;
    max-width: none;
  }

  .cg-new-christian-v2-nav {
    flex-direction: column;
  }
}
