.page-template-resource-download-form-template .entry-title, .page-template-resource-download-form-template .entry-title, h1.event-tile {
  font-size: 24px;
  line-height: 1.2em;color:#fff

  }.page-template-resource-download-form-template .resource-type, .tribe-events-content .resource-type {

  text-transform: uppercase;
  font-size: 12px;color:#fff
  }.page-header-image img, .page-header-image picture img, .hero-content img {
  width: 100%;    min-height: auto;
  height: auto;
  display: block;
  border-radius:15px 15px 0 0;
  }   .page-header-image.grid-container.grid-parent {
  background-color: #0a0247;

  }.card.card-body {
    border-radius: 15px;
}
  .minn-height {
  background-color: #0a0247;
  min-height: 160px; border-radius: 15px 15px 0 0;
  }
  /* ===============================
  NUCLEAR OVERFLOW RESET
  Kills every ancestor that could
  break position: sticky
  ================================== */

  .meta-info {background: #f3f6ff;border-radius:0px 0px 15px 15px;}
  .sidebar-sticky {
  position: sticky;
  top: 90px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s ease;
}
  .CTA {
  display: none;
  }
  /* ===============================
  ROW MUST BE FLEX + ALIGN TOP
  Bootstrap default is stretch —
  that kills sticky travel room
  ================================== */
  .re-tile-header .row,
  .inside-header .row,
  .row.align-items-start {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  }
  .card-group-control .card-title h2{font-family: 'PolySans Neutral';}
  .card-group-control .card-title a{    color: #000;}
  .card-body h2,.card-body h3{font-size: 18px;}
  .snipp {
  text-align: center;
  margin: 0 0 15px 0 !important;
  width: 100%;
  display: table;
  }
  ul.snipp li {
  display: table-cell;
  width: 25% !important;
  word-break: break-word;
  padding: 0 22px;
  position: relative;
  }
  ul.snipp li img {
  background-color: #001987;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: .5rem;
  }
  /* ===============================
  SIDEBAR COLUMN
  ================================== */
  .resource-form-sidebar {
  align-self: flex-start !important;
  position: relative !important;
  }
  /* ===============================
  THE STICKY FORM
  ================================== */
  /* PREMIUM RESOURCE FORM */
  .sticky-resource-form {
  z-index: 100;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 20px;
  border: 1px solid #e4edf7;
  box-shadow:
  0 10px 30px rgba(15, 23, 42, 0.08),
  0 2px 8px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  padding: 0 !important;
  }

  /* top badge */
  .form-top-badge {
  background: linear-gradient(135deg, #001987 0%, #0039d6 100%);
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2px;
  }

  /* heading */
  .sign-up-form h4 {
  font-size: 28px;
  font-weight: 700;
  color: #001987;
  margin-bottom: 8px;
  border: 0 !important;
  padding: 0 !important;
  line-height: 1.2;
  }

  .form-subtitle {
  font-size: 15px;
  color: #5b6472;
  margin-bottom: 18px;
  line-height: 1.5;
  }
label.error {
    color: #bb0000;
    font-size: 13px;
}
  /* benefit chips */
  .form-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  }

  .form-benefits span, .resource-type.pb-1 {
  background: #eef5ff;display: inline;
  color: #0039d6;
  padding:3px 15px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  }

  /* inputs */
  .sign-up-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }

  .sign-up-form li {
  margin-bottom: 14px;
  position: relative;
  }

  .sign-up-form input {
  width: 100%;
  height: 54px;
  border: 1px solid #d7e3f0;
  border-radius: 14px;
  padding: 0 16px;
  font-size: 15px;
  background: #fff;
  transition: all .25s ease;
  box-sizing: border-box;
  }

  .sign-up-form input:focus {
  outline: none;
  border-color: #0039d6;
  box-shadow: 0 0 0 4px rgba(0, 57, 214, 0.12);
  }

  /* required */
  .sign-up-form label {
  display: none;
  }

  /* secure note */
  .privacy.small {
  background: #f3f9f4;
  color: #23733a;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  margin: 12px 0 18px;
  }

  /* CTA button */
  .signup-home {
  width: 100%;
  height: 56px;
  border-radius: 14px;
  border: 0;
  background: linear-gradient(135deg, #001987 0%, #004cff 100%);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 57, 214, 0.25);
  transition: all .25s ease;text-align: center;
  margin: 0 auto;
  display: inline;
  }

  .signup-home:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 57, 214, 0.32);
  }

  /* testimonial */
  .micro-testimonial {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
  border: 1px solid #dce8f7;
  border-radius: 16px;
  padding: 16px;
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.6;
  color: #2f3a4a;
  }
  .answer-summary {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
  max-width: 650px;
  }
  /* demo CTA */
  .demo-strip {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e7edf5;
  }

  .demo-strip button {
  background: #fff;
  border: 1px solid #d7e3f0;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 600;
  transition: all .2s ease;
  }

  .demo-strip button:hover {
  background: #f6f9ff;
  border-color: #0039d6;
  }

  /* mobile */
  @media (max-width: 768px) {
  .sticky-resource-form {
  position: static !important;
  margin-top: 20px;
  }


  .sign-up-form h4 {
  font-size: 24px;
  }
  }
  /* ===============================
  HERO / CONTENT COLUMN
  ================================== */
  .hero-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  }

  .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 760px;
  padding: 24px;
  box-sizing: border-box;
  }

  .page-header-image {
  position: relative;
  min-height:157px;   /* reserves layout space */
  }

  .page-header-image img {
  width: 100%;
  height: auto;
  display: block;
  }

  .page-header-image img,
  .page-header-image picture img,
  .hero-content img {
  width: 100%;
  height: auto;
  display: block;
  }

  /* ===============================
  SOCIAL PROOF
  ================================== */
  .social-proof {

  color: #003c61;

  }

  .avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  }

  .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
  border: 3px solid #fff;
  margin-left: -10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: #8ad4b3;
  color: #163c2f;
  }

  .avatar:first-child {
  margin-left: 0;
  }

  .avatar.b {
  background: #9fc3f0;
  color: #16375c;
  }

  .avatar.c {
  background: #efb090;
  color: #5b2f16;
  }
  .card.card-body h6 { font-size: 16px;}
  .social-proof span {
  max-width: 320px;
  }
  .marquee.marquee--8 img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  }
  .marquee{margin:25px 0 0 0 !important;}
  .marquee h2{    font-size: 20px;
  margin: 0;}
  /* ===============================
  FORM INPUTS
  ================================== */
  .form-page {
  width: 100%;
  }

  .form-page input,
  .form-page select,
  .form-page textarea {
  width: 100%;
  box-sizing: border-box;
  }
  .micro-testimonial .mt-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  }
  .mt-name {
  font-size: 11px;
  font-weight: 500;
  color: var(--color-text-primary);
  }
  .mt-av {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1d9e75;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #fff;
  font-weight: 500;
  }
  .demo-strip {
  border-top: 0.5px solid light-dark(rgba(31, 30, 29, 0.15), rgba(222, 220, 209, 0.15));
  display: flex;
  align-items: center;padding-top: 10px;
  justify-content: space-between;
  }.demo-strip .ds-text {
  font-size: 12px;
  color: var(--color-text-secondary);
  }.demo-strip button:not(#action-btns button):not(form.elicit button) {
  padding: 5px 10px;
  font-size: 14px;
  background: transparent;
  border: solid 1px #d0cece;
  cursor: pointer;
  border-radius: 5px;
  }

  .expert-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(0, 57, 214, 0.08);
  box-shadow:
  0 20px 60px rgba(15, 23, 42, 0.08),
  0 8px 20px rgba(15, 23, 42, 0.05);
  }

  .expert-cta-content {
  flex: 1;
  max-width: 745px;
  z-index: 2;
  }

  .cta-badge {
  display: inline-block;
  background: rgba(0, 57, 214, 0.08);
  color: #0039d6;
  padding: 3px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: .3px;
  }

  .expert-cta-content h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
  }

  .expert-cta-content h2 span {
  color: #001987;
  }

  .expert-cta-content p {
  line-height: 1.7;
  color: #5b6472;
  margin-bottom: 28px;
  max-width: 620px;
  }

  .cta-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
  }

  .benefit-item {
  background: #fff;
  border: 1px solid #dce8f7;
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  box-shadow: 0 4px 10px rgba(15,23,42,0.04);
  }

  .cta-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #001987 0%, #004cff 100%);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 57, 214, 0.25);
  transition: all .25s ease;
  }

  .cta-primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 57, 214, 0.35);
  }

  .expert-cta-visual {
  flex: 0 0 320px;
  position: relative;
  }

  .floating-card {
  background: linear-gradient(180deg, #001987 0%, #0039d6 100%);
  border-radius: 24px;
  padding: 28px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0, 57, 214, 0.25);
  }

  .metric {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .metric:last-child {
  border-bottom: 0;
  }

  .metric strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 6px;
  }

  .metric span {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.5;
  }
	.related-resources h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
}

.related-card {
    background: #fff;
    border: 1px solid #e4edf7;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(15,23,42,0.06);
    transition: all .25s ease;
    height: 100%;
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(15,23,42,0.12);
}

.related-card a {
    text-decoration: none;
    display: block;
    color: inherit;
}

.related-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.related-card-content {
    padding: 20px;
}

.resource-pill {
    display: inline-block;
    background: #eef5ff;
    color: #0039d6;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
}

.related-card h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #111827;
}

.related-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.related-link {
    display: inline-block;
    margin-top: 10px;
    color: #001987;
    font-weight: 700;
}
  /* ===============================
  MOBILE — stack everything,
  disable sticky on small screens
  ================================== */
  @media (max-width: 768px) {
  .sticky-resource-form,
  .sidebar-sticky {
  position: static !important;
  top: auto !important;
  }

  .hero-content {
  padding-left: 0 !important;
  }

  .resource-form-sidebar {
  padding: 0 !important;
  margin: 20px 0 !important;
  }

  .ast-breadcrumbs, .page-header-image img,.page-template-resource-download-form-template .entry-title br,.marque-trust{
  display: none;
  }
  .CTA {
  display: block;margin: 0 auto;
  }
  .hero-content {
  width: 100%;
  max-width:100%;;
  padding:15px !important;
  position: static;
  }.page-template-resource-download-form-template .entry-title{
  font-size: 18px;
  }
  .hero-content {
  background-color: #0a0247;
  border-radius: 15px 15px 0 0;
  }
  .meta-info .col-auto {
  margin: 5px 0;
  font-size: 12px;
  } .hero-content {
  position: static;
  width: 100%;
  max-width: 100%;
  padding: 15px !important;
  }

  .page-header-image {
  min-height: auto;
  }
  .expert-cta-card {
  flex-direction: column;
  padding: 32px 24px;
  gap: 30px;
  text-align: center;
  }

  .expert-cta-content h2 {
  font-size: 30px;
  }

  .expert-cta-content p {
  font-size: 16px;
  }

  .cta-benefits {
  justify-content: center;
  }

  .expert-cta-visual {
  width: 100%;
  flex: unset;
  }
  #descktop-form{display:none;}
  }
    .related-card img {
        height: 180px;
    }

    .related-resources h2 {
        font-size: 24px;
    }
  .marque-trust .marquee--8 .marquee__item:nth-of-type(1){ width:80px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(2){ width:125px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(3){ width:80px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(4){ width:125px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(5){ width:125px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(6){ width:70px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(7){ width:90px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(8){ width:125px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(9){ width:85px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(10){ width:80px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(11){ width:125px;}
  .marque-trust .marquee--8 .marquee__item:nth-of-type(12){ width:90px;}

    /* mobile */
  @media (max-width: 768px) {
    .minn-height {
        min-height:auto;
    }
  }

    
