:root {
  --cc-blue: #1f5fbf;
  --cc-blue-dark: #184d99;
  --cc-navy: #243b63;
  --cc-text: #2d3748;
  --cc-muted: #5b6574;
  --cc-light: #f6f7f9;
  --cc-border: #d9dee6;
  --cc-white: #ffffff;
  --cc-shadow: 0 8px 24px rgba(0,0,0,.06);
  --cc-radius: 14px;
}

/* =========================
   Base
========================= */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:"Open Sans",Arial,Helvetica,sans-serif;
  color: var(--cc-text);
  background: #fff;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

.bluerow{background-color:#3075CF;width:100%;height:15px;border-radius: 0;}

.cc-wrap {
  width: min(1180px, 92%);
  margin: 0 auto;
}

a.cc-btn {
  text-decoration: none;
}

/* =========================
   Homepage hero
========================= */
.cc-hero {
  background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('https://cccdn-fe9e.kxcdn.com/images/BBB1200.jpg') center center / cover no-repeat;
  height: auto;
}

.cc-hero-overlay {
  padding: 90px 0 80px;
}

.cc-hero-inner {
  text-align: center;
  color: #fff;
}

.cc-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(1.2rem, 2.5vw, 2.6rem);
  font-family: 'Open Sans';
  line-height: 1.12;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,.25);
  color: white;
}

.cc-hero-tagline {
  margin: 0 0 28px;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.35;
  font-weight: 500;
  color: #f3f4f6;
}

.cc-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.cc-hero-trust {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 1.02rem;
  color: #f3f4f6;
  font-weight: 600;
}

/* =========================
   Membership hero
========================= */
.padbot5{padding-bottom:5px;}
p.lastword {text-align:center; margin-top:2em; margin-bottom:-2em;font-weight:600; color:#2d3748;}
.leftaligntxt{text-align: left !important;}
h2.watch{font-size:24px;color:white;}
.promostyle{display: flex; justify-content: center;position:relative;top:30px;}
.Vimeohomedivrev{width:100%;max-width:462px; height: 260px;margin-bottom:10px;border:none; background-image:url('https://cccdn-fe9e.kxcdn.com/images/alliebg462.webp');background-size: cover; background-repeat: no-repeat;margin: 0 auto;display: block;}

.cc-membership-hero {
  background: linear-gradient(rgba(20,28,45,.58), rgba(20,28,45,.58));
  color: #fff;
}

.cc-membership-hero-inner {
  padding: 88px 0 84px;
  text-align: center;
}

.cc-membership-hero h1 {
  margin: 0 0 16px;
  font-family: 'Open Sans';
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 1.1;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,.25);
}

.cc-membership-hero .cc-subhead {
  max-width: 820px;
  margin: 0 auto 24px;
  font-size: clamp(1.08rem, 2vw, 1.4rem);
  line-height: 1.45;
  color: #f3f4f6;
}

.cc-price-line {
  margin: 0 0 26px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f8fafc;
}

/* =========================
   Shared buttons
========================= */
.cc-btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  transition: all .2s ease;
}

.cc-btn-primary {
  background: #1f5fbf;
  color: #fff;
}

.cc-btn-primary:hover {
  background: #184d99;
  color:red;
  transform: translateY(-1px);
}

.cc-btn-secondary {
  background: #ffffff;
  color: #1f3b73;
  border: 1px solid #d6dce5;
}

.cc-btn-secondary:hover {
  background: #f8fafc;
  transform: translateY(-1px);
}

.cc-small-btn {
  display: inline-block;
  background: #1f5fbf;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1;
  padding: 13px 20px;
  border-radius: 9px;
  transition: background .2s ease, transform .2s ease;
}

.cc-small-btn:hover {
  background: #184d99;
  transform: translateY(-1px);
  color:red;
}

/* =========================
   Shared titles / sections
========================= */
.cc-section-title {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 28px;
  color: #2d3748;
  font-weight: 800;
  position: relative;
}

.cc-section-title::before,
.cc-section-title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22%;
  height: 1px;
  background: #cfd6df;
  margin: 0 18px;
}

.cc-member-section-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 28px;
  color: var(--cc-text);
  font-weight: 800;
}

/* =========================
   Homepage cards / sections
========================= */
.card{float: left; font-size:1em; position:relative;margin-bottom:40px;height:auto;min-height: 125px; text-align:left;width:100%;padding:0 0 0 10px;background-color:#F8F8F8;border-radius:12px; border:none;box-shadow: 0 12px 28px rgba(0,0,0,.12);}

.cc-categories,
.cc-tools {
  background: #f6f7f9;
  padding: 34px 0 26px;
}

.cc-tools {
  padding-top: 28px;
  padding-bottom: 46px;
}

.cc-card-grid {
  display: grid;
  gap: 18px;
}

.cc-card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.cc-mini-card {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d9dee6;
  border-radius: 14px;
  padding: 18px 18px;
  min-height: 96px;
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.cc-mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
  border-color: #c4d0df;
}

.cc-mini-icon {
  font-size: 2rem;
  line-height: 1;
  flex: 0 0 auto;
}

.cc-mini-card h3 {
  margin: 0 0 4px;
  color: #243b63;
  font-size: 1.45rem;
  line-height: 1.15;
}

.cc-mini-card span {
  margin: 0 0 4px;
  color: #243b63;
  font-size: 1.45rem;
  line-height: 1.15;
}

.cc-mini-card p {
  margin: 0;
  color: #4b5563;
  font-size: .98rem;
}

.cc-tool-card {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d9dee6;
  border-radius: 14px;
  padding: 22px 20px;
  min-height: 122px;
  box-shadow: 0 5px 16px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.cc-tool-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,.08);
  border-color: #c4d0df;
}

.cc-tool-icon {
  font-size: 2.1rem;
  line-height: 1;
  flex: 0 0 auto;
}

.cc-tool-card h3 {
  margin: 0 0 6px;
  color: #243b63;
  font-size: 1.55rem;
  line-height: 1.15;
}

.cc-tool-card span {
  margin: 0 0 6px;
  color: #243b63;
  font-size: 1.55rem;
  line-height: 1.15;
}

.cc-tool-card p {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.4;
}

/* =========================
   Homepage lists
========================= */
.cc-home-lists {
  background: #f6f7f9;
  padding: 18px 0 48px;
}

.cc-home-lists-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.cc-list-block {
  min-width: 0;
}

.cc-list-title {
  margin: 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #2d3748;
  font-weight: 800;
  position: relative;
  padding-top: 4px;
}

.cc-list-title::after {
  content: "";
  display: block;
  height: 1px;
  background: #cfd6df;
  margin-top: 12px;
}

.cc-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc-link-list li {
  border-bottom: 1px solid #d8dee6;
}

.cc-link-list a {
  display: block;
  padding: 13px 0 13px 28px;
  position: relative;
  text-decoration: none;
  color: #1f5fbf;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
  transition: color .2s ease, padding-left .2s ease;
}

.cc-link-list a::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 13px;
  color: #1f5fbf;
  font-weight: 800;
}

.cc-link-list a:hover {
  color: #184d99;
  padding-left: 32px;
}

.cc-list-button-wrap {
  margin-top: 16px;
}

/* =========================
   Testimonial
========================= */
.cc-testimonial {
  background: #ffffff;
  padding: 44px 0 42px;
  border-top: 1px solid #eceff3;
  border-bottom: 1px solid #eceff3;
}

.cc-quote {
  margin: 0;
  text-align: center;
  max-width: 880px;
  margin-inline: auto;
}

.cc-quote p {
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: 1.4;
  font-style: italic;
  color: #2d3748;
  font-weight: 500;
}

.cc-quote footer {
  font-size: 1.1rem;
  color: #1f2937;
  font-weight: 500;
}

/* =========================
   Membership sections
========================= */
.cc-benefits {
  background: var(--cc-light);
  padding: 52px 0 46px;
}

.cc-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cc-benefit-card {
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: var(--cc-radius);
  padding: 24px 20px;
  box-shadow: var(--cc-shadow);
  text-align: center;
}

.cc-benefit-icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 17px;
}

.padbot5{padding-bottom:5px;}

.cc-benefit-card h3 {
  margin: 0 0 8px;
  color: var(--cc-navy);
  font-size: 1.25rem;
  line-height: 1.2;
}

.cc-benefit-card span {
  margin: 0 0 8px;
  color: var(--cc-navy);
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration:underline;  
}

.cc-benefit-card p {
  margin: 0;
  color: var(--cc-muted);
  font-size: 1rem;
}

.cc-included {
  background: var(--cc-light);
  padding: 54px 0;
}

.cc-included-box {
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: var(--cc-radius);
  box-shadow: var(--cc-shadow);
  padding: 34px 32px;
}

.cc-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-check-grid li {
  position: relative;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid #d8dee6;
  color: var(--cc-text);
  font-size: 1.08rem;
  font-weight: 600;
}

.cc-check-grid li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--cc-blue);
  font-weight: 800;
}

.cc-plans {
  background: #fff;
  padding: 56px 0 62px;
}

.cc-plan-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.cc-plan-card {
  border: 1px solid var(--cc-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--cc-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cc-plan-card.featured {
  border: 2px solid var(--cc-blue);
  transform: translateY(-2px);
}

.cc-plan-badge {
  background: var(--cc-blue);
  color: #fff;
  text-align: center;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .04em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.cc-plan-head {
  padding: 28px 24px 18px;
  text-align: center;
}

.cc-plan-head h3 {
  margin: 0 0 8px;
  color: var(--cc-navy);
  font-size: 1.8rem;
  line-height: 1.15;
}

.cc-plan-head span {
  margin: 0 0 8px;
  color: var(--cc-navy);
  font-size: 1.8rem;
  line-height: 1.15;
  text-decoration:underline;
}

.cc-plan-price {
  margin: 0 0 8px;
  color: var(--cc-blue);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.cc-plan-note {
  margin: 0;
  color: var(--cc-muted);
  font-size: .96rem;
}

.cc-plan-body {
  padding: 0 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cc-plan-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  flex: 1;
}

.cc-plan-list li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid #e4e8ee;
  color: var(--cc-text);
  font-size: 1rem;
  font-weight: 600;
}

.cc-plan-list li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--cc-blue);
  font-weight: 800;
}

.cc-plan-body .cc-btn {
  text-align: center;
  width: 100%;
}

.lastword{text-align:center; margin-top:20px; font-weight:600; color:#2d3748;}

.cc-groups {
  background: var(--cc-light);
  padding: 54px 0;
}

.cc-group-box {
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: var(--cc-radius);
  box-shadow: var(--cc-shadow);
  padding: 30px 28px;
}

.cc-group-intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 24px;
  color: var(--cc-muted);
  font-size: 1.05rem;
}

.cc-group-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
}

.cc-group-table th,
.cc-group-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.cc-group-table th {
  background: #f7f9fc;
  color: var(--cc-navy);
  font-size: 1rem;
}

.cc-reassure {
  background: #fff;
  padding: 54px 0 64px;
}

.cc-reassure-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cc-reassure-card {
  background: var(--cc-light);
  border: 1px solid var(--cc-border);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
}

.cc-reassure-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  color: var(--cc-navy);
}

.cc-reassure-card span {
  margin: 0 0 8px;
  font-size: 1.08rem;
  color: var(--cc-navy);
  text-decoration:underline;
}

.cc-reassure-card p {
  margin: 0;
  color: var(--cc-muted);
  font-size: .96rem;
}

.cc-final-cta {
  background: linear-gradient(180deg, #2d63b8 0%, #1f5fbf 100%);
  color: #fff;
  padding: 54px 0 60px;
  text-align: center;
}

.cc-final-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.2;
}

.cc-final-cta p {
  max-width: 760px;
  margin: 0 auto 22px;
  color: #eef3fb;
  font-size: 1.08rem;
}

.cc-membership-cta {
  background: #f6f7f9;
  padding: 46px 0 72px;
}

.cc-membership-card {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d9dee6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.cc-membership-head {
  background: linear-gradient(180deg, #2d63b8 0%, #1f5fbf 100%);
  padding: 26px 28px;
  text-align: center;
}

.cc-membership-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1.2;
  font-weight: 800;
}

.cc-membership-body {
  padding: 34px 32px 34px;
}

.cc-membership-list {
  list-style: none;
  margin: 0 auto 28px;
  padding: 0;
  max-width: 420px;
}

.cc-membership-list li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid #d8dee6;
  color: #1f5fbf;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.35;
}

.cc-membership-list li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 12px;
  color: #1f5fbf;
  font-weight: 800;
}

.cc-membership-button-wrap {
  text-align: center;
}

.cc-dropdown a {display: block;padding: 11px 16px;text-decoration: none;color: #1f2937;font-size: .98rem;}.cc-dropdown a:hover {background: #E4E4E4;color: #1f3b73;}

/* =========================
   Responsive
========================= */
@media (max-width: 1080px) {
  .cc-card-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-plan-grid {
    grid-template-columns: 1fr;
  }

  .cc-plan-card.featured {
    transform: none;
  }

  .cc-reassure-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .cc-home-lists-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cc-check-grid {
    grid-template-columns: 1fr;
  }

  .cc-membership-body {
    padding: 28px 22px 30px;
  }
}

@media (max-width: 760px) {
  .cc-hero-overlay {
    padding: 72px 0 64px;
  }

  .cc-hero-trust {
    gap: 12px;
    font-size: .96rem;
  }

  .cc-section-title::before,
  .cc-section-title::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .cc-benefit-grid,
  .cc-reassure-grid{
    grid-template-columns: 1fr;
  }

  .cc-membership-hero-inner {
    padding: 70px 0 64px;
  }

  .cc-included-box,
  .cc-group-box {
    padding: 24px 18px;
  }

  .cc-group-table {
    font-size: .94rem;
  }

  .cc-group-table th,
  .cc-group-table td {
    padding: 10px 8px;
  }

  .cc-mobile-links {
    flex-direction: column;
  }

  .cc-mobile-login,
  .cc-mobile-join {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .cc-home-lists {
    padding: 12px 0 36px;
  }

  .cc-list-title {
    font-size: 1.7rem;
  }

  .cc-link-list a {
    font-size: 1.03rem;
  }

  .cc-quote p {
    font-size: 1.25rem;
  }

  .cc-membership-head {
    padding: 22px 18px;
  }

  .cc-membership-list li {
    font-size: 1.05rem;
  }

  .cc-card-grid-4 {
    grid-template-columns: 1fr;
  }

  .cc-hero h1 {
    font-size: 2rem;
  }

  .cc-hero-tagline {
    font-size: 1.15rem;
  }

  .cc-btn {
    width: 100%;
    max-width: 320px;
  }

  .cc-mini-card h3,
  .cc-tool-card h3 {
    font-size: 1.25rem;
  }

  .cc-membership-hero h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .cc-hero-overlay {
    padding: 56px 0 44px;
  }

  .cc-hero h1 {
    font-size: 1.7rem;
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .cc-hero-tagline {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 18px;
  }

  .cc-hero-buttons {
    gap: 10px;
    margin-bottom: 18px;
  }

  .cc-hero-buttons .cc-btn {
    width: 100%;
    max-width: none;
    padding: 14px 18px;
  }

  .cc-hero-trust {
    flex-direction: column;
    gap: 8px;
    font-size: .9rem;
  }

  .cc-hero {
    background-position: center top;
    height: auto;
  }
}