.elementor-2112 .elementor-element.elementor-element-6067ece{--display:flex;}.elementor-2112 .elementor-element.elementor-element-52df993{--display:flex;}.elementor-2112 .elementor-element.elementor-element-b6a3995{--display:flex;}.elementor-2112 .elementor-element.elementor-element-61048c3{--display:flex;}.elementor-2112 .elementor-element.elementor-element-7de5be0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fc0776e *//* =========================================
   FREE RESOURCES — HERO
========================================= */

html,
body {
  overflow-x: hidden;
}

.resources-hero {
  position: relative;
  overflow: hidden;

  width: 100vw;
  max-width: 100vw;
  min-height: 86vh;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 145px 20px 110px;

  display: flex;
  align-items: center;

  color: #ffffff;
  background: #050505;
}

.resources-hero-bg {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.10), transparent 30%),
    radial-gradient(circle at 78% 76%, rgba(255,255,255,0.07), transparent 28%),
    linear-gradient(180deg, #070707 0%, #020202 100%);

  pointer-events: none;
}

.resources-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);

  background-size: 48px 48px;
  opacity: 0.16;

  mask-image: radial-gradient(circle at center, black, transparent 74%);
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.resources-hero-container {
  position: relative;
  z-index: 2;

  width: min(1180px, 100%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 58px;
  align-items: center;
}

.resources-hero-content h1 {
  margin: 0 0 26px;

  color: #ffffff;
  font-size: clamp(4rem, 8vw, 8.6rem);
  line-height: 0.82;
  letter-spacing: -0.07em;
  text-transform: uppercase;

  text-shadow:
    0 8px 0 rgba(255,255,255,0.08),
    0 24px 55px rgba(0,0,0,0.72);
}

.resources-hero-content h1 span {
  display: block;
  color: #d8d8d8;
}

.resources-eyebrow {
  margin: 0 0 18px;

  color: rgba(255,255,255,0.62);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1.3;
  text-transform: uppercase;
}

.resources-hero-copy {
  max-width: 680px;
  margin: 0 0 34px;

  color: rgba(255,255,255,0.76);
  font-size: 1.08rem;
  line-height: 1.75;
}

.resources-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Buttons */
.resources-btn {
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  font-weight: 900;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.resources-btn-primary {
  background: #ffffff;
  color: #050505;
  border: 1px solid rgba(255,255,255,0.9);

  box-shadow:
    0 16px 36px rgba(255,255,255,0.12),
    inset 0 1px 0 rgba(255,255,255,0.20);
}

.resources-btn-primary:hover {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,0.35);
  transform: translateY(-3px);
}

.resources-btn-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.24);
}

.resources-btn-secondary:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.46);
  color: #ffffff;
  transform: translateY(-3px);
}

/* Feature Card */
.resources-hero-card {
  position: relative;
  overflow: hidden;

  padding: 42px 36px;
  border-radius: 32px;

  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035));

  border: 1px solid rgba(255,255,255,0.14);

  box-shadow:
    0 34px 90px rgba(0,0,0,0.62),
    inset 0 1px 0 rgba(255,255,255,0.13);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.resources-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.14), transparent 42%);

  pointer-events: none;
}

.resources-hero-card span,
.resources-hero-card h2,
.resources-hero-card p {
  position: relative;
  z-index: 2;
}

.resources-hero-card span {
  display: block;
  margin-bottom: 18px;

  color: rgba(255,255,255,0.46);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.resources-hero-card h2 {
  margin: 0 0 18px;

  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.resources-hero-card p {
  margin: 0;

  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  line-height: 1.75;
}

/* Tablet */
@media (max-width: 980px) {
  .resources-hero {
    padding: 130px 20px 90px;
  }

  .resources-hero-container {
    grid-template-columns: 1fr;
    gap: 42px;
    text-align: center;
  }

  .resources-hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .resources-hero-actions {
    justify-content: center;
  }

  .resources-hero-card {
    max-width: 620px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .resources-hero {
    min-height: auto;
    padding: 112px 16px 76px;
  }

  .resources-eyebrow {
    font-size: 0.74rem;
    letter-spacing: 0.16em;
  }

  .resources-hero-content h1 {
    font-size: clamp(3.4rem, 18vw, 5rem);
    line-height: 0.86;
  }

  .resources-hero-copy {
    font-size: 1rem;
    line-height: 1.7;
  }

  .resources-hero-actions {
    flex-direction: column;
  }

  .resources-btn {
    width: 100%;
    min-height: 52px;
  }

  .resources-hero-card {
    padding: 34px 24px;
    border-radius: 26px;
  }

  .resources-hero-card h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ee0c62 *//* =========================================
   FREE RESOURCES — FEATURED 5-DAY RESET
========================================= */

.resources-featured {
  position: relative;
  overflow: hidden;

  width: 100vw;
  max-width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 110px 0;

  color: #ffffff;
  background: #050505;
}

.resources-featured-bg {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.10), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,0.07), transparent 28%),
    linear-gradient(180deg, #050505 0%, #020202 100%);

  pointer-events: none;
}

.resources-featured-bg::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);

  background-size: 48px 48px;
  opacity: 0.15;

  mask-image: radial-gradient(circle at center, black, transparent 74%);
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.resources-featured-container {
  position: relative;
  z-index: 2;

  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;

  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: center;
}

.resources-featured-image-card {
  position: relative;
  overflow: hidden;

  padding: 14px;
  border-radius: 32px;

  background:
    linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));

  border: 1px solid rgba(255,255,255,0.16);

  box-shadow:
    0 34px 90px rgba(0,0,0,0.62),
    inset 0 1px 0 rgba(255,255,255,0.13);

  transform: rotate(-1.2deg);
}

.resources-featured-image-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 36%);

  pointer-events: none;
  z-index: 2;
}

.resources-featured-image-card img {
  position: relative;
  z-index: 1;

  display: block;
  width: 100%;
  height: auto;

  border-radius: 24px;
}

.resources-featured-content h2 {
  margin: 0 0 26px;

  color: #ffffff;
  font-size: clamp(2.65rem, 5.5vw, 5.8rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: uppercase;

  text-shadow:
    0 7px 0 rgba(255,255,255,0.08),
    0 24px 55px rgba(0,0,0,0.72);
}

.resources-featured-content > p:not(.resources-eyebrow) {
  max-width: 680px;
  margin: 0 0 22px;

  color: rgba(255,255,255,0.74);
  font-size: 1.06rem;
  line-height: 1.8;
}

.resources-featured-list {
  display: grid;
  gap: 12px;

  max-width: 620px;
  margin: 30px 0 30px;
}

.resources-featured-item {
  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;

  padding: 18px 20px;
  border-radius: 22px;

  background:
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.032));

  border: 1px solid rgba(255,255,255,0.13);

  box-shadow:
    0 18px 50px rgba(0,0,0,0.36),
    inset 0 1px 0 rgba(255,255,255,0.10);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.resources-featured-item::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.12), transparent 42%);

  pointer-events: none;
}

.resources-featured-item span,
.resources-featured-item p {
  position: relative;
  z-index: 2;
}

.resources-featured-item span {
  width: 42px;
  height: 42px;
  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: rgba(255,255,255,0.86);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;

  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
}

.resources-featured-item p {
  margin: 0;

  color: rgba(255,255,255,0.82);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Tablet */
@media (max-width: 980px) {
  .resources-featured-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .resources-featured-content {
    text-align: center;
  }

  .resources-featured-content > p:not(.resources-eyebrow),
  .resources-featured-list {
    margin-left: auto;
    margin-right: auto;
  }

  .resources-featured-image-card {
    max-width: 520px;
    margin: 0 auto;
    transform: rotate(0deg);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .resources-featured {
    padding: 78px 0;
  }

  .resources-featured-container {
    padding: 0 16px;
  }

  .resources-featured-content h2 {
    font-size: clamp(2.35rem, 12vw, 3.9rem);
    line-height: 0.96;
  }

  .resources-featured-content > p:not(.resources-eyebrow) {
    font-size: 1rem;
    line-height: 1.72;
  }

  .resources-featured-image-card {
    padding: 10px;
    border-radius: 24px;
  }

  .resources-featured-image-card img {
    border-radius: 18px;
  }

  .resources-featured-item {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .resources-featured-item span {
    margin: 0 auto;
  }

  .resources-featured-item p {
    font-size: 0.92rem;
  }

  .resources-featured-content .resources-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c17b2f *//* =========================================
   FREE RESOURCES — PAID RESOURCE / BOOK
========================================= */

.resources-paid {
  position: relative;
  overflow: hidden;

  width: 100vw;
  max-width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 110px 0;

  color: #ffffff;
  background: #050505;
}

.resources-paid-bg {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.10), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,0.07), transparent 28%),
    linear-gradient(180deg, #050505 0%, #020202 100%);

  pointer-events: none;
}

.resources-paid-bg::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);

  background-size: 48px 48px;
  opacity: 0.15;

  mask-image: radial-gradient(circle at center, black, transparent 74%);
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.resources-paid-container {
  position: relative;
  z-index: 2;

  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 58px;
  align-items: center;
}

/* Content */
.resources-paid-content h2 {
  margin: 0 0 26px;

  color: #ffffff;
  font-size: clamp(2.65rem, 5.5vw, 5.8rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: uppercase;

  text-shadow:
    0 7px 0 rgba(255,255,255,0.08),
    0 24px 55px rgba(0,0,0,0.72);
}

.resources-paid-content > p:not(.resources-eyebrow) {
  max-width: 680px;
  margin: 0 0 22px;

  color: rgba(255,255,255,0.74);
  font-size: 1.06rem;
  line-height: 1.8;
}

/* Price */
.resources-paid-price {
  display: inline-flex;
  align-items: center;
  gap: 18px;

  margin: 12px 0 32px;
  padding: 14px 18px;
  border-radius: 999px;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);

  box-shadow:
    0 18px 50px rgba(0,0,0,0.36),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.resources-paid-price span {
  color: rgba(255,255,255,0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.resources-paid-price strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

/* Buttons */
.resources-paid-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Image */
.resources-paid-image-wrap {
  position: relative;
}

.resources-paid-image-card {
  position: relative;
  overflow: hidden;

  max-width: 430px;
  margin-left: auto;

  padding: 14px;
  border-radius: 32px;

  background:
    linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));

  border: 1px solid rgba(255,255,255,0.16);

  box-shadow:
    0 34px 90px rgba(0,0,0,0.62),
    inset 0 1px 0 rgba(255,255,255,0.13);

  transform: rotate(3deg);
}

.resources-paid-image-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 36%);

  pointer-events: none;
  z-index: 2;
}

.resources-paid-image {
  position: relative;
  z-index: 1;

  display: block;
  width: 100%;
  height: auto;

  border-radius: 24px;
}

/* Tablet */
@media (max-width: 980px) {
  .resources-paid-container {
    grid-template-columns: 1fr;
    gap: 42px;
    text-align: center;
  }

  .resources-paid-content > p:not(.resources-eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }

  .resources-paid-actions {
    justify-content: center;
  }

  .resources-paid-image-card {
    margin: 0 auto;
    transform: rotate(0deg);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .resources-paid {
    padding: 78px 0;
  }

  .resources-paid-container {
    padding: 0 16px;
  }

  .resources-paid-content h2 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
    line-height: 0.96;
  }

  .resources-paid-content > p:not(.resources-eyebrow) {
    font-size: 1rem;
    line-height: 1.72;
  }

  .resources-paid-price {
    flex-direction: column;
    gap: 8px;
    border-radius: 24px;
    width: 100%;
  }

  .resources-paid-actions {
    flex-direction: column;
  }

  .resources-paid-actions .resources-btn {
    width: 100%;
  }

  .resources-paid-image-card {
    max-width: 340px;
    padding: 10px;
    border-radius: 24px;
  }

  .resources-paid-image {
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dad0d59 *//* =========================================
   FREE RESOURCES — COMING SOON
========================================= */

.resources-coming {
  position: relative;
  overflow: hidden;

  width: 100vw;
  max-width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 110px 0;

  color: #ffffff;
  background: #050505;
}

.resources-coming-bg {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.10), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,0.07), transparent 28%),
    linear-gradient(180deg, #050505 0%, #020202 100%);

  pointer-events: none;
}

.resources-coming-bg::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);

  background-size: 48px 48px;
  opacity: 0.15;

  mask-image: radial-gradient(circle at center, black, transparent 74%);
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.resources-coming-container {
  position: relative;
  z-index: 2;

  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.resources-coming-header {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.resources-coming-header h2 {
  margin: 0 0 24px;

  color: #ffffff;
  font-size: clamp(2.55rem, 5vw, 5.35rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;

  text-shadow:
    0 6px 0 rgba(255,255,255,0.08),
    0 22px 50px rgba(0,0,0,0.7);
}

.resources-coming-header p:not(.resources-eyebrow) {
  max-width: 760px;
  margin: 0 auto;

  color: rgba(255,255,255,0.74);
  font-size: 1.06rem;
  line-height: 1.75;
}

.resources-coming-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.resources-coming-card {
  position: relative;
  overflow: hidden;

  min-height: 260px;
  padding: 30px 28px;
  border-radius: 28px;

  background:
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.032));

  border: 1px solid rgba(255,255,255,0.13);

  box-shadow:
    0 24px 65px rgba(0,0,0,0.46),
    inset 0 1px 0 rgba(255,255,255,0.11);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.resources-coming-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.14), transparent 42%);

  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.resources-coming-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;

  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.72), transparent);

  opacity: 0.38;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.resources-coming-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,0.28);

  background:
    linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.045));

  box-shadow:
    0 34px 85px rgba(0,0,0,0.66),
    inset 0 1px 0 rgba(255,255,255,0.16);
}

.resources-coming-card:hover::before {
  opacity: 1;
}

.resources-coming-card:hover::after {
  opacity: 1;
  transform: scaleX(1.06);
}

.resources-coming-card span,
.resources-coming-card h3,
.resources-coming-card p {
  position: relative;
  z-index: 2;
}

.resources-coming-card span {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-radius: 999px;

  color: rgba(255,255,255,0.76);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);

  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.resources-coming-card h3 {
  margin: 0 0 14px;

  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.resources-coming-card p {
  margin: 0;

  color: rgba(255,255,255,0.70);
  font-size: 0.97rem;
  line-height: 1.75;
}

/* Tablet */
@media (max-width: 1050px) {
  .resources-coming-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .resources-coming {
    padding: 78px 0;
  }

  .resources-coming-container {
    padding: 0 16px;
  }

  .resources-coming-header {
    margin-bottom: 36px;
  }

  .resources-coming-header h2 {
    font-size: clamp(2.35rem, 12vw, 3.9rem);
    line-height: 0.96;
  }

  .resources-coming-header p:not(.resources-eyebrow) {
    font-size: 1rem;
    line-height: 1.72;
  }

  .resources-coming-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .resources-coming-card {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 24px;
    text-align: center;
  }

  .resources-coming-card h3 {
    font-size: 1.02rem;
  }

  .resources-coming-card p {
    font-size: 0.96rem;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7077bf3 *//* =========================================
   FREE RESOURCES — FINAL CTA
========================================= */

.resources-cta {
  position: relative;
  overflow: hidden;

  width: 100vw;
  max-width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 120px 20px;

  color: #ffffff;
  background: #050505;
}

.resources-cta-bg {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at 18% 24%, rgba(255,255,255,0.10), transparent 30%),
    radial-gradient(circle at 82% 76%, rgba(255,255,255,0.07), transparent 28%),
    linear-gradient(180deg, #050505 0%, #020202 100%);

  pointer-events: none;
}

.resources-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);

  background-size: 48px 48px;
  opacity: 0.15;

  mask-image: radial-gradient(circle at center, black, transparent 74%);
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.resources-cta-inner {
  position: relative;
  z-index: 2;

  max-width: 980px;
  margin: 0 auto;
  text-align: center;

  padding: 64px 38px;
  border-radius: 34px;

  background:
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035));

  border: 1px solid rgba(255,255,255,0.14);

  box-shadow:
    0 32px 90px rgba(0,0,0,0.62),
    inset 0 1px 0 rgba(255,255,255,0.13);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.resources-cta-inner h2 {
  margin: 0 0 24px;

  color: #ffffff;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: uppercase;

  text-shadow:
    0 7px 0 rgba(255,255,255,0.08),
    0 24px 55px rgba(0,0,0,0.72);
}

.resources-cta-inner > p:not(.resources-eyebrow) {
  max-width: 720px;
  margin: 0 auto 36px;

  color: rgba(255,255,255,0.76);
  font-size: 1.08rem;
  line-height: 1.75;
}

.resources-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Mobile */
@media (max-width: 640px) {
  .resources-cta {
    padding: 84px 16px;
  }

  .resources-cta-inner {
    padding: 46px 24px;
    border-radius: 26px;
  }

  .resources-cta-inner h2 {
    font-size: clamp(2.4rem, 13vw, 4rem);
    line-height: 0.94;
  }

  .resources-cta-inner > p:not(.resources-eyebrow) {
    font-size: 1rem;
    line-height: 1.7;
  }

  .resources-cta-actions {
    flex-direction: column;
  }

  .resources-cta-actions .resources-btn {
    width: 100%;
  }
}/* End custom CSS */